diff options
author | David Waern <david.waern@gmail.com> | 2011-09-30 23:45:07 +0200 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2011-09-30 23:45:07 +0200 |
commit | 38ce6d5496e234ebaa0ad10c6c72ed7dad9f6a35 (patch) | |
tree | 5254f08effdaed3d44e923bd5bbcfa460d209626 | |
parent | ddd089e4a467a567889cdf94a5c9adc520350537 (diff) |
Fix problem with test files not added to distribution tarball
-rw-r--r-- | haddock.cabal | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/haddock.cabal b/haddock.cabal index 9057dcbb..e767e397 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -48,6 +48,9 @@ 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-tests/runtests.hs data-files: html/frames.html |