Repository : ssh://darcs.haskell.org//srv/darcs/haddock On branches: development,ghc-7.2,master
http://hackage.haskell.org/trac/ghc/changeset/38ce6d5496e234ebaa0ad10c6c72ed7dad9f6a35 >--------------------------------------------------------------- commit 38ce6d5496e234ebaa0ad10c6c72ed7dad9f6a35 Author: David Waern <[email protected]> Date: Fri Sep 30 23:45:07 2011 +0200 Fix problem with test files not added to distribution tarball >--------------------------------------------------------------- haddock.cabal | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/haddock.cabal b/haddock.cabal index 9057dcb..e767e39 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 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
