aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 609df296..c9bad59a 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -83,7 +83,7 @@ executable haddock
if !flag(in-ghc-tree)
build-tools: alex >= 2.3, happy >= 1.18
build-depends:
- base >= 4.3 && < 4.6,
+ base >= 4.3 && < 4.7,
filepath,
directory,
pretty,
@@ -91,7 +91,7 @@ executable haddock
array,
xhtml >= 3000.2 && < 3000.3,
Cabal >= 1.10,
- ghc >= 7.4 && < 7.6
+ ghc >= 7.4 && < 7.8
if flag(in-ghc-tree)
cpp-options: -DIN_GHC_TREE
@@ -143,7 +143,7 @@ library
if !flag(in-ghc-tree)
build-tools: alex >= 2.3, happy >= 1.18
build-depends:
- base >= 4.3 && < 4.6,
+ base >= 4.3 && < 4.7,
filepath,
directory,
pretty,
@@ -151,7 +151,7 @@ library
array,
xhtml >= 3000.2 && < 3000.3,
Cabal >= 1.10,
- ghc >= 7.4 && < 7.6
+ ghc >= 7.4 && < 7.8
if flag(in-ghc-tree)
cpp-options: -DIN_GHC_TREE