aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-09-11 16:07:09 +0000
committerIan Lynagh <igloo@earth.li>2009-09-11 16:07:09 +0000
commit206adb763080a7602018f5af95e18261be82ae2c (patch)
tree8ff048bf93adfd4613c4ba329a3e667f7c841e5c /haddock.cabal
parent9bebd32f424bacef54c42ff64cf7ed5e1620d4e0 (diff)
Allow building with base 4.2
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 94784f90..f1d512ff 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -65,7 +65,7 @@ flag in-ghc-tree
executable haddock
build-depends:
- base >= 4.0.0.0 && < 4.2.0.0,
+ base >= 4.0.0.0 && < 4.3.0.0,
filepath,
directory,
pretty,