summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2016-01-23 23:56:30 -0500
committerAndrew Cady <d@jerkface.net>2016-01-23 23:56:30 -0500
commit8e1377b22088c1c871915722e83746829419a0e6 (patch)
tree866d971a20ba296b6e1b13ffc9d64a02c66b88d9
parent331965d2807bd888e7d5dfe3ee3e31f7161b6e30 (diff)
change package name to "acme-certify"
-rw-r--r--acme-certify.cabal (renamed from acme-encrypt.cabal)8
1 files changed, 4 insertions, 4 deletions
diff --git a/acme-encrypt.cabal b/acme-certify.cabal
index e859c8e..30fff26 100644
--- a/acme-encrypt.cabal
+++ b/acme-certify.cabal
@@ -1,4 +1,4 @@
1name: acme-encrypt 1name: acme-certify
2version: 0.1.0.0 2version: 0.1.0.0
3synopsis: Get a certificate using Let's Encrypt ACME protocol 3synopsis: Get a certificate using Let's Encrypt ACME protocol
4description: Please see README.md 4description: Please see README.md
@@ -24,18 +24,18 @@ executable acme-certify
24 -- hs-source-dirs: app 24 -- hs-source-dirs: app
25 main-is: acme.hs 25 main-is: acme.hs
26 ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall 26 ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
27 build-depends: base, acme-encrypt, 27 build-depends: base, acme-certify,
28 cryptonite, aeson, bytestring, base64-bytestring, SHA, 28 cryptonite, aeson, bytestring, base64-bytestring, SHA,
29 text, HsOpenSSL, wreq, lens, lens-aeson, 29 text, HsOpenSSL, wreq, lens, lens-aeson,
30 optparse-applicative, directory, mtl, time, pipes 30 optparse-applicative, directory, mtl, time, pipes
31 default-language: Haskell2010 31 default-language: Haskell2010
32 32
33-- test-suite acme-encrypt-test 33-- test-suite acme-certify-test
34-- type: exitcode-stdio-1.0 34-- type: exitcode-stdio-1.0
35-- hs-source-dirs: test 35-- hs-source-dirs: test
36-- main-is: Spec.hs 36-- main-is: Spec.hs
37-- build-depends: base 37-- build-depends: base
38-- , acme-encrypt 38-- , acme-certify
39-- ghc-options: -threaded -rtsopts -with-rtsopts=-N 39-- ghc-options: -threaded -rtsopts -with-rtsopts=-N
40-- default-language: Haskell2010 40-- default-language: Haskell2010
41 41