summaryrefslogtreecommitdiff
path: root/fsmgr.cabal
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2018-07-10 06:29:05 -0400
committerAndrew Cady <d@jerkface.net>2018-07-10 06:29:05 -0400
commit0af33cecec5d0a9a23fb4b1758455cef3840db88 (patch)
treec41069c895929efbbb8512c1680f6b752e6028a1 /fsmgr.cabal
parente6d7f0fcc5475b7cbd6b675fc2d4954838410c21 (diff)
separate module ConfigFile
Diffstat (limited to 'fsmgr.cabal')
-rw-r--r--fsmgr.cabal13
1 files changed, 6 insertions, 7 deletions
diff --git a/fsmgr.cabal b/fsmgr.cabal
index 95ec00c..3da9bf6 100644
--- a/fsmgr.cabal
+++ b/fsmgr.cabal
@@ -19,14 +19,13 @@ source-repository head
19 19
20library 20library
21 exposed-modules: 21 exposed-modules:
22 Crypto.Hash.Types.Digest.Read 22 Crypto.Hash.Types.Digest.Read, ConfigFile
23 other-modules: 23 other-modules:
24 Paths_fsmgr 24 Paths_fsmgr
25 hs-source-dirs: 25 hs-source-dirs:
26 src 26 src
27 build-depends: 27 build-depends: base >=4.7 && <5, rebase, optparse-applicative, typed-process,
28 base >=4.7 && <5, rebase, optparse-applicative, typed-process, 28 directory, filepath, yaml-combinators, lens, lens-aeson, cryptonite, memory, basement, shake
29 directory, filepath, yaml, lens, lens-aeson, cryptonite, memory, basement
30 default-language: Haskell2010 29 default-language: Haskell2010
31 30
32executable fsmgr 31executable fsmgr
@@ -34,9 +33,9 @@ executable fsmgr
34 other-modules: 33 other-modules:
35 Paths_fsmgr 34 Paths_fsmgr
36 ghc-options: -threaded -rtsopts -with-rtsopts=-N -W -Wall 35 ghc-options: -threaded -rtsopts -with-rtsopts=-N -W -Wall
37 build-depends: 36 build-depends: fsmgr,
38 base >=4.7 && <5, rebase, optparse-applicative, typed-process, 37 base >=4.7 && <5, rebase, optparse-applicative, typed-process,
39 directory, filepath, yaml-combinators, lens, lens-aeson, cryptonite, memory, basement, fsmgr, shake 38 directory, filepath, yaml-combinators, lens, lens-aeson, cryptonite, memory, basement, shake
40 default-language: Haskell2010 39 default-language: Haskell2010
41 40
42-- test-suite fsmgr-test 41-- test-suite fsmgr-test