diff options
author | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2014-12-12 07:48:42 +0000 |
---|---|---|
committer | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2014-12-12 12:27:13 +0000 |
commit | 1739375eb23342618a3ac01c46a9e4a48cabf716 (patch) | |
tree | ed98bea17204067674621be802dabe639b74ac83 /haddock-api/haddock-api.cabal | |
parent | 3fd4c8c0b1be302d209e580d7190aef7c923a2ee (diff) |
Various fixups and bumps for next release
Diffstat (limited to 'haddock-api/haddock-api.cabal')
-rw-r--r-- | haddock-api/haddock-api.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal index d18a30e4..57a20117 100644 --- a/haddock-api/haddock-api.cabal +++ b/haddock-api/haddock-api.cabal @@ -1,5 +1,5 @@ name: haddock-api -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 @@ -45,10 +45,10 @@ library , array , xhtml >= 3000.2 && < 3000.3 , Cabal >= 1.10 - , ghc >= 7.8.2 && < 7.8.4 + , ghc == 7.9.* , ghc-paths - , haddock-library == 1.1.1.* + , haddock-library == 1.20.0.* hs-source-dirs: src |