aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorAlex Biehl <alexbiehl@gmail.com>2017-07-08 00:33:12 +0200
committerGitHub <noreply@github.com>2017-07-08 00:33:12 +0200
commit49a00880ad9bf0405f7da393d9e91523ec70fd2e (patch)
tree06d55b82c4323235a55175a88bd2ce8925f91512 /haddock.cabal
parent42e49d322d5ef3b6e13740642844b2ba57e96b95 (diff)
Avoid missing home module warning (#652)
* Avoid missing home module warning * Update haddock-library.cabal
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal7
1 files changed, 7 insertions, 0 deletions
diff --git a/haddock.cabal b/haddock.cabal
index e3c17a02..fa431dbc 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -126,11 +126,18 @@ executable haddock
-- we pin down to a single haddock-api version.
build-depends: haddock-api == 2.18.0
+ other-modules:
+ ResponseFile
+
test-suite driver-test
type: exitcode-stdio-1.0
default-language: Haskell2010
main-is: Main.hs
hs-source-dirs: driver-test, driver
+ other-modules:
+ ResponseFile
+ ResponseFileSpec
+
build-depends: base, hspec
test-suite html-test