summaryrefslogtreecommitdiff
path: root/acme-certify.cabal
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2016-04-09 14:08:38 -0400
committerAndrew Cady <d@jerkface.net>2016-04-09 14:08:38 -0400
commit9bf06242513945fbadd6fcd20b41efd0f1b073c2 (patch)
treece514d5829e4d8323c32608ae31092d3d27d84be /acme-certify.cabal
parentf246697d0b7ee5b0fd4e6145ef39531e75d21af5 (diff)
stub parsing of yaml config file
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 2cd61e9..22dcd20 100644
--- a/acme-certify.cabal
+++ b/acme-certify.cabal
@@ -28,7 +28,8 @@ executable acme
28 build-depends: base, base-prelude, acme-certify, 28 build-depends: base, base-prelude, acme-certify,
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 default-language: Haskell2010 33 default-language: Haskell2010
33 34
34-- test-suite acme-certify-test 35-- test-suite acme-certify-test