summaryrefslogtreecommitdiff
path: root/fsmgr.cabal
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2018-07-16 07:41:33 -0400
committerAndrew Cady <d@jerkface.net>2018-07-16 07:41:33 -0400
commitd66f1b658186356df2d3c40994853da596c2b1e5 (patch)
tree34f45c96815cf298c0cbebf2ed740ee6788f80ce /fsmgr.cabal
parente4520bb718e8eca78b8ce2eee972830afb893b70 (diff)
basic chroot support
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