summaryrefslogtreecommitdiff
path: root/acme-encrypt.cabal
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2016-01-20 06:27:09 -0500
committerAndrew Cady <d@jerkface.net>2016-01-20 06:28:02 -0500
commit84a16ec6d536837861d543f6ff42d042151fbe52 (patch)
tree709e0b3d6dca251e6030354f32c9158f304d7900 /acme-encrypt.cabal
parent00e3068de0193564afb28759e5d8a5c6bdfc5ee5 (diff)
add stack/cabal metadata
Diffstat (limited to 'acme-encrypt.cabal')
-rw-r--r--acme-encrypt.cabal39
1 files changed, 39 insertions, 0 deletions
diff --git a/acme-encrypt.cabal b/acme-encrypt.cabal
new file mode 100644
index 0000000..371f8fe
--- /dev/null
+++ b/acme-encrypt.cabal
@@ -0,0 +1,39 @@
1name: acme-encrypt
2version: 0.1.0.0
3synopsis: Get a certificate using Let's Encrypt ACME protocol
4description: Please see README.md
5homepage: https://github.com/noteed/acme
6author: Vo Minh Thu
7maintainer: noteed@gmail.com
8copyright: 2016 Vo Minh Thu
9category: Web
10build-type: Simple
11-- extra-source-files:
12cabal-version: >=1.10
13
14-- library
15-- hs-source-dirs: src
16-- exposed-modules: Lib
17-- build-depends: base >= 4.7 && < 5
18-- default-language: Haskell2010
19
20executable acme-encrypt-exe
21 -- hs-source-dirs: app
22 main-is: acme.hs
23 ghc-options: -threaded -rtsopts -with-rtsopts=-N
24 build-depends: base, cryptonite, aeson, bytestring, base64-bytestring, SHA, text, HsOpenSSL, process
25 -- , acme-encrypt
26 default-language: Haskell2010
27
28-- test-suite acme-encrypt-test
29-- type: exitcode-stdio-1.0
30-- hs-source-dirs: test
31-- main-is: Spec.hs
32-- build-depends: base
33-- , acme-encrypt
34-- ghc-options: -threaded -rtsopts -with-rtsopts=-N
35-- default-language: Haskell2010
36
37-- source-repository head
38-- type: git
39-- location: https://github.com/githubuser/acme-encrypt