diff options
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r-- | cabal-helper.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal index 30f4ade..b1ed388 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -162,6 +162,7 @@ test-suite compile-test import: build-deps, extensions type: exitcode-stdio-1.0 main-is: CompileTest.hs + other-modules: TestOptions hs-source-dirs: tests ghc-options: -Wall build-depends: c-h-internal @@ -179,6 +180,7 @@ test-suite ghc-session import: build-deps, extensions type: exitcode-stdio-1.0 main-is: GhcSession.hs + other-modules: TestOptions hs-source-dirs: tests ghc-options: -Wall build-depends: ghc < 8.9 && >= 8.0.2 |