summaryrefslogtreecommitdiff
path: root/acme-certify.cabal
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2016-01-24 13:40:54 -0500
committerAndrew Cady <d@jerkface.net>2016-01-24 13:40:54 -0500
commitddfd92cdfaf5e8e77961fbf63589a9be4109fc64 (patch)
treed918ee80e55f4a69ac7af7394bdecdc54460a95e /acme-certify.cabal
parent7b91afaf4e74fd7fa43e0d7821055bcc651a9b1a (diff)
rename module & files; remove unused deps
Diffstat (limited to 'acme-certify.cabal')
-rw-r--r--acme-certify.cabal7
1 files changed, 3 insertions, 4 deletions
diff --git a/acme-certify.cabal b/acme-certify.cabal
index 6e28735..e7340ea 100644
--- a/acme-certify.cabal
+++ b/acme-certify.cabal
@@ -13,16 +13,15 @@ cabal-version: >=1.10
13 13
14library 14library
15 hs-source-dirs: src 15 hs-source-dirs: src
16 exposed-modules: Network.ACME 16 exposed-modules: Network.ACME.Encoding
17 build-depends: base >= 4.7 && < 5, 17 build-depends: base >= 4.7 && < 5,
18 cryptonite, aeson, bytestring, base64-bytestring, SHA, 18 cryptonite, aeson, bytestring, base64-bytestring, SHA,
19 text, HsOpenSSL, wreq, lens, lens-aeson, mtl, time, 19 text, HsOpenSSL, time, email-validate
20 email-validate
21 default-language: Haskell2010 20 default-language: Haskell2010
22 21
23executable acme-certify 22executable acme-certify
24 -- hs-source-dirs: app 23 -- hs-source-dirs: app
25 main-is: acme.hs 24 main-is: acme-certify.hs
26 ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall 25 ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
27 build-depends: base, acme-certify, 26 build-depends: base, acme-certify,
28 cryptonite, aeson, bytestring, base64-bytestring, SHA, 27 cryptonite, aeson, bytestring, base64-bytestring, SHA,