summaryrefslogtreecommitdiff
path: root/acme-certify.cabal
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2016-04-09 19:42:31 -0400
committerAndrew Cady <d@jerkface.net>2016-04-09 19:42:31 -0400
commit70137d8dba49353f525b4d3e93a919df80e81765 (patch)
tree1b51f8f48d28298ff93a6605394a2676d7e24ee0 /acme-certify.cabal
parent5ccdc88c25f9a94e7b5db135a0876d606685a690 (diff)
implement remote file http provisioner
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