aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-12-12 07:48:42 +0000
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-12-12 12:27:13 +0000
commit1739375eb23342618a3ac01c46a9e4a48cabf716 (patch)
treeed98bea17204067674621be802dabe639b74ac83 /haddock.cabal
parent3fd4c8c0b1be302d209e580d7190aef7c923a2ee (diff)
Various fixups and bumps for next release
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal10
1 files changed, 6 insertions, 4 deletions
diff --git a/haddock.cabal b/haddock.cabal
index c1d7fdb2..8153af1b 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -1,5 +1,5 @@
name: haddock
-version: 2.15.1
+version: 2.16.0
synopsis: A documentation-generation tool for Haskell libraries
description: Haddock is a documentation-generation tool for Haskell
libraries
@@ -57,11 +57,13 @@ executable haddock
array,
xhtml >= 3000.2 && < 3000.3,
Cabal >= 1.10,
- ghc == 7.8.3,
- bytestring
+ ghc == 7.9.*,
+ bytestring,
+ transformers
other-modules:
Documentation.Haddock.Parser
+ Documentation.Haddock.Parser.Monad
Documentation.Haddock.Types
Documentation.Haddock.Doc
Data.Attoparsec
@@ -108,7 +110,7 @@ executable haddock
Haddock.GhcUtils
Haddock.Convert
else
- build-depends: haddock-api == 2.15.1
+ build-depends: haddock-api == 2.16.0
test-suite html-test
type: exitcode-stdio-1.0