summaryrefslogtreecommitdiff
path: root/fsmgr.cabal
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2018-07-09 01:36:11 -0400
committerAndrew Cady <d@jerkface.net>2018-07-09 01:36:11 -0400
commit4e831c33b6360b6957c68adf50c9ecb932900b15 (patch)
tree1d299d86168650b1c721b238e9b78ffd0065365f /fsmgr.cabal
parent019a2a64ffd8286f2f272199bedca1d62589764a (diff)
begin config file parser
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 06a6bdb..b6b9eaa 100644
--- a/fsmgr.cabal
+++ b/fsmgr.cabal
@@ -36,7 +36,7 @@ executable fsmgr
36 ghc-options: -threaded -rtsopts -with-rtsopts=-N -W -Wall 36 ghc-options: -threaded -rtsopts -with-rtsopts=-N -W -Wall
37 build-depends: 37 build-depends:
38 base >=4.7 && <5, rebase, optparse-applicative, typed-process, 38 base >=4.7 && <5, rebase, optparse-applicative, typed-process,
39 directory, filepath, yaml, lens, lens-aeson, cryptonite, memory, basement, fsmgr 39 directory, filepath, yaml-combinators, lens, lens-aeson, cryptonite, memory, basement, fsmgr
40 default-language: Haskell2010 40 default-language: Haskell2010
41 41
42-- test-suite fsmgr-test 42-- test-suite fsmgr-test