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 229fe77..55b94ff 100644
--- a/acme-encrypt.cabal
+++ b/acme-encrypt.cabal
@@ -23,8 +23,8 @@ 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, lens-aeson, 26 text, HsOpenSSL, wreq, lens, lens-aeson,
27 optparse-applicative, directory, mtl, process-extras, time 27 optparse-applicative, directory, mtl, time
28 -- , acme-encrypt 28 -- , acme-encrypt
29 default-language: Haskell2010 29 default-language: Haskell2010
30 30