aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2015-07-22 22:03:21 +0100
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2015-07-22 22:03:21 +0100
commitb7fa3020ca8af55688c45a219a5418b21d91beec (patch)
tree9d527ec60c16fb09939484e15c4f1518541e4b94 /haddock.cabal
parent06e0766810779180dbc52d15c0df5a2eaaf1881e (diff)
Make some version changes after 2.16.1 release
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 8fa9f33d..27ae8967 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -1,5 +1,5 @@
name: haddock
-version: 2.16.1
+version: 2.16.2
synopsis: A documentation-generation tool for Haskell libraries
description: Haddock is a documentation-generation tool for Haskell
libraries
@@ -59,7 +59,7 @@ executable haddock
array,
xhtml >= 3000.2 && < 3000.3,
Cabal >= 1.10,
- ghc >= 7.9 && < 7.11,
+ ghc >= 7.9 && < 7.12,
bytestring,
transformers