aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-03-07 23:56:29 +0000
committerIan Lynagh <igloo@earth.li>2009-03-07 23:56:29 +0000
commitedb31d6f2dd967823e6df52a137ef7078a61311f (patch)
tree83e8c3fe8661f2647888d21bcc6a644758922e60 /haddock.cabal
parentdc57b9729e2709b3ee59df183186047e287511a3 (diff)
Relax base dependency to < 4.2, not < 4.1
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 a9b3cac7..b0829667 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -81,7 +81,7 @@ executable haddock
if impl(ghc >= 6.9)
build-depends: Cabal >= 1.5
- build-depends: base >= 4.0.0.0 && < 4.1.0.0
+ build-depends: base >= 4.0.0.0 && < 4.2.0.0
else
build-depends: base < 4.0.0.0