diff options
author | Simon Hengel <sol@typeful.net> | 2013-11-10 18:34:58 +0100 |
---|---|---|
committer | Simon Hengel <sol@typeful.net> | 2013-11-10 18:43:58 +0100 |
commit | 32540bba5bc83241e9108c19cb9b25af9e0f7c77 (patch) | |
tree | 6c2c8b020c14e0d5d95e09427eb300f98ad490f5 /haddock.cabal | |
parent | e27f11697ccaa31ee43383207da9b710d10d278a (diff) |
Bump version
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/haddock.cabal b/haddock.cabal index 146b5002..e4b76b02 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -1,5 +1,5 @@ name: haddock -version: 2.13.2 +version: 2.14.0 synopsis: A documentation-generation tool for Haskell libraries description: Haddock is a documentation-generation tool for Haskell libraries @@ -84,7 +84,7 @@ executable haddock array, xhtml >= 3000.2 && < 3000.3, Cabal >= 1.10, - ghc >= 7.4 && < 7.8 + ghc >= 7.7 && < 7.10 other-modules: Documentation.Haddock Haddock |