diff options
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 4 |
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 |