From ddd089e4a467a567889cdf94a5c9adc520350537 Mon Sep 17 00:00:00 2001 From: David Waern Date: Mon, 26 Sep 2011 02:17:55 +0200 Subject: Bump to version 2.9.3 --- haddock.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'haddock.cabal') diff --git a/haddock.cabal b/haddock.cabal index de11e7f7..9057dcbb 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 -- cgit v1.2.3 From 38ce6d5496e234ebaa0ad10c6c72ed7dad9f6a35 Mon Sep 17 00:00:00 2001 From: David Waern Date: Fri, 30 Sep 2011 23:45:07 +0200 Subject: Fix problem with test files not added to distribution tarball --- haddock.cabal | 3 +++ 1 file changed, 3 insertions(+) (limited to 'haddock.cabal') 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 -- cgit v1.2.3