aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorŁukasz Hanuszczak <lukasz.hanuszczak@gmail.com>2015-08-14 20:05:37 +0200
committerŁukasz Hanuszczak <lukasz.hanuszczak@gmail.com>2015-08-22 23:40:27 +0200
commit554db03b637a76a01f2907d3115ef0dc290234c5 (patch)
tree3be67daacda982629edda5148b9bef00ab4fd9cd /haddock.cabal
parent20867f75e92931e2131a1badfa6b9606b970eb12 (diff)
Create convenience script for running specific HTML tests.
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 c0e812a1..019f235e 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.hs
+ main-is: Main.hs
hs-source-dirs: html-test
- build-depends: base, directory, process, filepath, Cabal, xml, syb, haddock-test
+ build-depends: base, filepath, haddock-test
test-suite hypsrc-test
type: exitcode-stdio-1.0