summaryrefslogtreecommitdiff
path: root/acme-certify.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'acme-certify.cabal')
-rw-r--r--acme-certify.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/acme-certify.cabal b/acme-certify.cabal
index 5c89233..364e269 100644
--- a/acme-certify.cabal
+++ b/acme-certify.cabal
@@ -29,7 +29,8 @@ executable acme
29 cryptonite, aeson, bytestring, base64-bytestring, SHA, 29 cryptonite, aeson, bytestring, base64-bytestring, SHA,
30 text, HsOpenSSL, optparse-applicative, time, 30 text, HsOpenSSL, optparse-applicative, time,
31 email-validate, network-uri, directory, yaml-config, 31 email-validate, network-uri, directory, yaml-config,
32 yaml, unordered-containers, lens, lens-aeson, process, posix-escape 32 yaml, unordered-containers, lens, lens-aeson, process,
33 posix-escape, transformers, resourcet
33 default-language: Haskell2010 34 default-language: Haskell2010
34 35
35-- test-suite acme-certify-test 36-- test-suite acme-certify-test