summaryrefslogtreecommitdiff
path: root/fsmgr.cabal
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2018-07-09 16:25:58 -0400
committerAndrew Cady <d@jerkface.net>2018-07-09 16:25:58 -0400
commit47e0291d9559d16dd954561b79f596183ad4e8d3 (patch)
tree3c59b33f33f738702e20d52821d10cb030e7c2a2 /fsmgr.cabal
parent4e831c33b6360b6957c68adf50c9ecb932900b15 (diff)
shake things up
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 b6b9eaa..95ec00c 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-combinators, lens, lens-aeson, cryptonite, memory, basement, fsmgr 39 directory, filepath, yaml-combinators, lens, lens-aeson, cryptonite, memory, basement, fsmgr, shake
40 default-language: Haskell2010 40 default-language: Haskell2010
41 41
42-- test-suite fsmgr-test 42-- test-suite fsmgr-test