aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-06-19 22:52:58 +0100
committerIan Lynagh <igloo@earth.li>2012-06-19 22:52:58 +0100
commit1125b88a1001de27c243a47ceb8b22564cc22290 (patch)
tree90fcf1c30d8ef54873a34cb5ed9ae2e4720bcac4 /haddock.cabal
parenta3c3c6945f16527f6627f13a7864c708d043022f (diff)
Follow changes in base
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 3f186299..3e195b9c 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,
@@ -145,7 +145,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,