aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--haddock.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 71b78347..40bf59a6 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -125,9 +125,9 @@ executable haddock
test-suite html-test
type: exitcode-stdio-1.0
default-language: Haskell2010
- main-is: run.lhs
+ main-is: run.hs
hs-source-dirs: html-test
- build-depends: base, directory, process, filepath, Cabal
+ build-depends: base, directory, process, filepath, Cabal, xml, syb
test-suite hypsrc-test
type: exitcode-stdio-1.0