summaryrefslogtreecommitdiff
path: root/fsmgr.cabal
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2018-07-10 07:00:11 -0400
committerAndrew Cady <d@jerkface.net>2018-07-10 07:00:11 -0400
commite4520bb718e8eca78b8ce2eee972830afb893b70 (patch)
treee820c5f2b3f023445ec0bf9bd6dceb59ac0da0ec /fsmgr.cabal
parent0af33cecec5d0a9a23fb4b1758455cef3840db88 (diff)
Change command-line usage
Now using optparse-applicative to support subcommands (There is presently only one subcommand: 'build')
Diffstat (limited to 'fsmgr.cabal')
-rw-r--r--fsmgr.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsmgr.cabal b/fsmgr.cabal
index 3da9bf6..4b96133 100644
--- a/fsmgr.cabal
+++ b/fsmgr.cabal
@@ -35,7 +35,7 @@ executable fsmgr
35 ghc-options: -threaded -rtsopts -with-rtsopts=-N -W -Wall 35 ghc-options: -threaded -rtsopts -with-rtsopts=-N -W -Wall
36 build-depends: fsmgr, 36 build-depends: fsmgr,
37 base >=4.7 && <5, rebase, optparse-applicative, typed-process, 37 base >=4.7 && <5, rebase, optparse-applicative, typed-process,
38 directory, filepath, yaml-combinators, lens, lens-aeson, cryptonite, memory, basement, shake 38 directory, filepath, yaml-combinators, lens, lens-aeson, cryptonite, memory, basement, shake, optparse-applicative
39 default-language: Haskell2010 39 default-language: Haskell2010
40 40
41-- test-suite fsmgr-test 41-- test-suite fsmgr-test