aboutsummaryrefslogtreecommitdiff
path: root/cabal-helper.cabal
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2016-01-18 20:54:07 +0100
committerDaniel Gröber <dxld@darkboxed.org>2016-01-18 20:54:07 +0100
commit3dcff567d383ced5ca3704a0ad5bc28de3fadd6f (patch)
treeacee606128b9bda0c4ffe7d2b6323a2b11cbc9c6 /cabal-helper.cabal
parentd3c1e454e376d0f30c280276c6d620b1aff50228 (diff)
spec: Add missing other-modules
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r--cabal-helper.cabal8
1 files changed, 8 insertions, 0 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal
index a8324fd..1a11add 100644
--- a/cabal-helper.cabal
+++ b/cabal-helper.cabal
@@ -87,6 +87,14 @@ Test-Suite spec
Default-Language: Haskell2010
Type: exitcode-stdio-1.0
Main-Is: Spec.hs
+ Other-Modules: CabalHelper.Common
+ CabalHelper.Compile
+ CabalHelper.Data
+ CabalHelper.Log
+ CabalHelper.Sandbox
+ CabalHelper.Types
+ Distribution.Helper
+ Paths_cabal_helper
Hs-Source-Dirs: tests, .
GHC-Options: -Wall
Build-Tools: cabal