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 81d64756..a9e14fab 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -80,7 +80,7 @@ executable haddock
default-language: Haskell2010
build-tools: alex >= 2.3, happy >= 1.18
build-depends:
- base >= 4.3 && < 4.5,
+ base >= 4.3 && < 4.6,
filepath,
directory,
pretty,
@@ -88,7 +88,7 @@ executable haddock
array,
xhtml >= 3000.2 && < 3000.3,
Cabal >= 1.10,
- ghc >= 7.2 && < 7.4
+ ghc >= 7.2 && < 7.6
if flag(in-ghc-tree)
cpp-options: -DIN_GHC_TREE
@@ -140,7 +140,7 @@ library
default-language: Haskell2010
build-tools: alex >= 2.3, happy >= 1.18
build-depends:
- base >= 4.3 && < 4.5,
+ base >= 4.3 && < 4.6,
filepath,
directory,
pretty,
@@ -148,7 +148,7 @@ library
array,
xhtml >= 3000.2 && < 3000.3,
Cabal >= 1.10,
- ghc >= 7.2 && < 7.4
+ ghc >= 7.2 && < 7.6
if flag(in-ghc-tree)
cpp-options: -DIN_GHC_TREE