aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorŁukasz Hanuszczak <lukasz.hanuszczak@gmail.com>2015-08-05 19:20:25 +0200
committerŁukasz Hanuszczak <lukasz.hanuszczak@gmail.com>2015-08-22 23:40:27 +0200
commit0c28e3fc12a905eac5ffbcd124aedc0fb41de271 (patch)
tree97a1558ee741e0b184ec4076b71429c349c4bc74 /haddock.cabal
parent6f86719bbda5339f0986dea5c26aa895e9d3069b (diff)
Add missing dependencies in Cabal configuration file.
Diffstat (limited to 'haddock.cabal')
-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