diff options
Diffstat (limited to 'cabal-helper.cabal')
-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 |