summaryrefslogtreecommitdiff
path: root/acme-certify.cabal
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2016-04-09 03:23:34 -0400
committerAndrew Cady <d@jerkface.net>2016-04-09 03:25:30 -0400
commit5167199204f4d502e5c3b1a54d1fb5d88a043af1 (patch)
treeea948d5acb31a203d74947152ca400e26e47cfd7 /acme-certify.cabal
parentddf8b7b2a5759fe80a667f5bb8f2a9bc9306a6f7 (diff)
Separate CLI into subcommands
Viz. 'update' and 'certify' 'certify' is just the previous CLI. 'update' is unimplemented. The binary was renamed from 'acme-certify' to 'acme' to reflect this.
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 42c4192..6424567 100644
--- a/acme-certify.cabal
+++ b/acme-certify.cabal
@@ -21,7 +21,7 @@ library
21 resourcet, file-embed 21 resourcet, file-embed
22 default-language: Haskell2010 22 default-language: Haskell2010
23 23
24executable acme-certify 24executable acme
25 -- hs-source-dirs: app 25 -- hs-source-dirs: app
26 main-is: acme-certify.hs 26 main-is: acme-certify.hs
27 ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall 27 ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall