diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2016-01-18 20:54:07 +0100 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2016-01-18 20:54:07 +0100 |
commit | 3dcff567d383ced5ca3704a0ad5bc28de3fadd6f (patch) | |
tree | acee606128b9bda0c4ffe7d2b6323a2b11cbc9c6 | |
parent | d3c1e454e376d0f30c280276c6d620b1aff50228 (diff) |
spec: Add missing other-modules
-rw-r--r-- | cabal-helper.cabal | 8 |
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 |