diff options
author | David Waern <david.waern@gmail.com> | 2011-09-30 23:48:24 +0200 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2011-09-30 23:48:24 +0200 |
commit | 64c6e2464fb3a9207e01b01a17c815284e49808b (patch) | |
tree | 4bbfdb8633f63886033f9adb0466d53dcfb3ce00 /haddock.cabal | |
parent | ebb07175062cf5122f3c49fa025163a9d6392e63 (diff) | |
parent | 38ce6d5496e234ebaa0ad10c6c72ed7dad9f6a35 (diff) |
Merge branch 'development'
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal index de11e7f7..e767e397 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -1,5 +1,5 @@ name: haddock -version: 2.9.2 +version: 2.9.3 cabal-version: >= 1.10 license: BSD3 build-type: Simple @@ -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 |