summaryrefslogtreecommitdiff
path: root/acme-encrypt.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'acme-encrypt.cabal')
-rw-r--r--acme-encrypt.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/acme-encrypt.cabal b/acme-encrypt.cabal
index 9d9e980..e859c8e 100644
--- a/acme-encrypt.cabal
+++ b/acme-encrypt.cabal
@@ -20,14 +20,14 @@ library
20 mtl, time 20 mtl, time
21 default-language: Haskell2010 21 default-language: Haskell2010
22 22
23executable letsencrypt 23executable acme-certify
24 -- hs-source-dirs: app 24 -- hs-source-dirs: app
25 main-is: acme.hs 25 main-is: acme.hs
26 ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall 26 ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
27 build-depends: base, acme-encrypt, 27 build-depends: base, acme-encrypt,
28 cryptonite, aeson, bytestring, base64-bytestring, SHA, 28 cryptonite, aeson, bytestring, base64-bytestring, SHA,
29 text, HsOpenSSL, wreq, lens, lens-aeson, 29 text, HsOpenSSL, wreq, lens, lens-aeson,
30 optparse-applicative, directory, mtl, time 30 optparse-applicative, directory, mtl, time, pipes
31 default-language: Haskell2010 31 default-language: Haskell2010
32 32
33-- test-suite acme-encrypt-test 33-- test-suite acme-encrypt-test