summaryrefslogtreecommitdiff
path: root/fsmgr.cabal
diff options
context:
space:
mode:
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 4b96133..7f7708d 100644
--- a/fsmgr.cabal
+++ b/fsmgr.cabal
@@ -34,7 +34,7 @@ executable fsmgr
34 Paths_fsmgr 34 Paths_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, unix,
38 directory, filepath, yaml-combinators, lens, lens-aeson, cryptonite, memory, basement, shake, optparse-applicative 38 directory, filepath, yaml-combinators, lens, lens-aeson, cryptonite, memory, basement, shake, optparse-applicative
39 default-language: Haskell2010 39 default-language: Haskell2010
40 40