diff options
author | Joris | 2016-08-13 14:29:41 +0200 |
---|---|---|
committer | Joris | 2016-08-13 14:29:41 +0200 |
commit | c0f5e9c5ad8ac88b05ecff9b035c59480829aff1 (patch) | |
tree | ea7a678b0d038f2c031c94b7774b0314307ab744 /config-manager.cabal | |
parent | 1e8da2fb0d1ac10e6a194a71510ebaefdda8add0 (diff) |
Add Helper as other-modules in Test package configuration
Diffstat (limited to 'config-manager.cabal')
-rw-r--r-- | config-manager.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config-manager.cabal b/config-manager.cabal index 4874772..0dcb3ce 100644 --- a/config-manager.cabal +++ b/config-manager.cabal @@ -1,5 +1,5 @@ name: config-manager -version: 0.3.0.0 +version: 0.3.0.1 synopsis: Configuration management description: A configuration management library which supports: @@ -46,6 +46,7 @@ source-repository head location: https://gitlab.com/guyonvarch/config-manager Test-Suite test-config-manager + other-modules: Helper type: exitcode-stdio-1.0 hs-source-dirs: tests main-is: Test.hs |