aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 40bf59a6..c0e812a1 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -127,7 +127,7 @@ test-suite html-test
default-language: Haskell2010
main-is: run.hs
hs-source-dirs: html-test
- build-depends: base, directory, process, filepath, Cabal, xml, syb
+ build-depends: base, directory, process, filepath, Cabal, xml, syb, haddock-test
test-suite hypsrc-test
type: exitcode-stdio-1.0