summaryrefslogtreecommitdiff
path: root/acme-encrypt.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'acme-encrypt.cabal')
-rw-r--r--acme-encrypt.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/acme-encrypt.cabal b/acme-encrypt.cabal
index 824b09d..45cb9de 100644
--- a/acme-encrypt.cabal
+++ b/acme-encrypt.cabal
@@ -23,7 +23,7 @@ executable acme-encrypt-exe
23 ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall 23 ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
24 build-depends: base, 24 build-depends: base,
25 cryptonite, aeson, bytestring, base64-bytestring, SHA, 25 cryptonite, aeson, bytestring, base64-bytestring, SHA,
26 text, HsOpenSSL, process, wreq, lens 26 text, HsOpenSSL, process, wreq, lens, lens-aeson
27 -- , acme-encrypt 27 -- , acme-encrypt
28 default-language: Haskell2010 28 default-language: Haskell2010
29 29