aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-01-06 13:47:17 +0100
committerBen Gamari <ben@smart-cactus.org>2016-01-06 13:47:17 +0100
commit94c127449fd25732ebda04a472cc5d99b4ce6481 (patch)
treefd751b7b5d15a4859d2e90700cce76817af680cd /haddock.cabal
parent116e56e201e2efb52e9ade07deecbcf5f3106719 (diff)
parentd510c45790432249fe7027b1ed70ce1c06fdd824 (diff)
Merge remote-tracking branch 'randen/bug468'
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 2ada188d..639b6aaf 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -123,6 +123,13 @@ executable haddock
else
build-depends: haddock-api == 2.16.*
+test-suite driver-test
+ type: exitcode-stdio-1.0
+ default-language: Haskell2010
+ main-is: Main.hs
+ hs-source-dirs: driver-test, driver
+ build-depends: base, hspec
+
test-suite html-test
type: exitcode-stdio-1.0
default-language: Haskell2010