summaryrefslogtreecommitdiff
path: root/acme-certify.cabal
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2016-04-09 19:19:21 -0400
committerAndrew Cady <d@jerkface.net>2016-04-09 19:19:24 -0400
commit5ccdc88c25f9a94e7b5db135a0876d606685a690 (patch)
tree0c1b3d5ad5cac02afcd004cb5b5f70cbb21f383e /acme-certify.cabal
parent6224e4d1dc99244fbad13dc0613fa16e87c20396 (diff)
implement code to install & clean up remote temporary files
(via ssh)
Diffstat (limited to 'acme-certify.cabal')
-rw-r--r--acme-certify.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/acme-certify.cabal b/acme-certify.cabal
index 22dcd20..5c89233 100644
--- a/acme-certify.cabal
+++ b/acme-certify.cabal
@@ -29,7 +29,7 @@ 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 32 yaml, unordered-containers, lens, lens-aeson, process, posix-escape
33 default-language: Haskell2010 33 default-language: Haskell2010
34 34
35-- test-suite acme-certify-test 35-- test-suite acme-certify-test