aboutsummaryrefslogtreecommitdiff
path: root/config-manager.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'config-manager.cabal')
-rw-r--r--config-manager.cabal11
1 files changed, 7 insertions, 4 deletions
diff --git a/config-manager.cabal b/config-manager.cabal
index 43fc754..d6ed354 100644
--- a/config-manager.cabal
+++ b/config-manager.cabal
@@ -11,19 +11,22 @@ category: Configuration, Data
build-type: Simple
cabal-version: >=1.10
+data-files: tests/resources/*.conf
+
library
exposed-modules: Data.ConfigManager,
- Data.ConfigManager.Config,
+ Data.ConfigManager.Config
+ other-modules: Data.ConfigManager.Reader
Data.ConfigManager.Parser
- -- Modules included in this library but not exported.
- -- other-modules:
+ Data.ConfigManager.Expr
-- LANGUAGE extensions used by modules in this package.
-- other-extensions:
ghc-options: -Wall
build-depends: base < 5,
text,
unordered-containers,
- parsec
+ parsec,
+ filepath
default-language: Haskell2010
Test-Suite test-config-manager