From d78561d560b55114011d56168dafba00cb4d1f2f Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Fri, 7 Dec 2012 20:19:31 +0100 Subject: Add missing test files to cabal file (fixes #230) --- haddock.cabal | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/haddock.cabal b/haddock.cabal index 06a85364..2c102bc0 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -29,9 +29,8 @@ extra-source-files: haddock.spec haskell.vim src/haddock.sh --- The test files shouldn't have to go here, but the source files for --- the test-suite stanzas don't get picked up by `cabal sdist`. - tests/html-test/run.lhs + html-test/src/*.hs + html-test/ref/*.html data-dir: resources data-files: html/frames.html @@ -199,6 +198,10 @@ test-suite spec , test/nanospec , src + other-modules: + Test.Hspec + Haddock.ParseSpec + build-depends: base , ghc -- cgit v1.2.3