aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorPaolo Capriotti <p.capriotti@gmail.com>2012-07-11 17:15:05 +0100
committerPaolo Capriotti <p.capriotti@gmail.com>2012-07-20 10:27:28 +0100
commit83a2a6ab67b25eec42c50b99b0b594313b8abe44 (patch)
tree2571702466c3f3da7e4d58541b18f0223fca8e31 /haddock.cabal
parent6e8bc1dca77bbbc5743f63a2e8ea5b1eab0ed80c (diff)
Update dependencies.
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 1b7eb513..e133e51e 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -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
@@ -153,7 +153,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