diff options
author | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2014-08-14 20:19:07 +0100 |
---|---|---|
committer | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2014-08-14 20:19:07 +0100 |
commit | 5b81a9e53894d2ae591ca0c6c96199632d39eb06 (patch) | |
tree | 9ab88632fb47ab655d46a91b543cdc25623e4c25 /haddock.cabal | |
parent | f32ad30e9b8c5d4ee54c60c9c3b282fef7d297a5 (diff) |
Bump down the version for master to 2.14.4
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/haddock.cabal b/haddock.cabal index ef645266..3082214a 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -1,5 +1,5 @@ name: haddock -version: 2.15.0 +version: 2.14.4 synopsis: A documentation-generation tool for Haskell libraries description: Haddock is a documentation-generation tool for Haskell libraries @@ -83,7 +83,7 @@ executable haddock array, xhtml >= 3000.2 && < 3000.3, Cabal >= 1.10, - ghc == 7.9.*, + ghc == 7.8.*, bytestring other-modules: @@ -149,7 +149,7 @@ library array, xhtml >= 3000.2 && < 3000.3, Cabal >= 1.10, - ghc == 7.9.* + ghc == 7.8.* if flag(in-ghc-tree) cpp-options: -DIN_GHC_TREE |