From 0af33cecec5d0a9a23fb4b1758455cef3840db88 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Tue, 10 Jul 2018 06:29:05 -0400 Subject: separate module ConfigFile --- fsmgr.cabal | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'fsmgr.cabal') 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 library exposed-modules: - Crypto.Hash.Types.Digest.Read + Crypto.Hash.Types.Digest.Read, ConfigFile other-modules: Paths_fsmgr hs-source-dirs: src - build-depends: - base >=4.7 && <5, rebase, optparse-applicative, typed-process, - directory, filepath, yaml, lens, lens-aeson, cryptonite, memory, basement + build-depends: base >=4.7 && <5, rebase, optparse-applicative, typed-process, + directory, filepath, yaml-combinators, lens, lens-aeson, cryptonite, memory, basement, shake default-language: Haskell2010 executable fsmgr @@ -34,9 +33,9 @@ executable fsmgr other-modules: Paths_fsmgr ghc-options: -threaded -rtsopts -with-rtsopts=-N -W -Wall - build-depends: - base >=4.7 && <5, rebase, optparse-applicative, typed-process, - directory, filepath, yaml-combinators, lens, lens-aeson, cryptonite, memory, basement, fsmgr, shake + build-depends: fsmgr, + base >=4.7 && <5, rebase, optparse-applicative, typed-process, + directory, filepath, yaml-combinators, lens, lens-aeson, cryptonite, memory, basement, shake default-language: Haskell2010 -- test-suite fsmgr-test -- cgit v1.2.3