aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-07-07 23:06:28 +0100
committerIan Lynagh <igloo@earth.li>2011-07-07 23:06:28 +0100
commit18d07a6d53dc2aa3cf2aa4e7b13349805c878187 (patch)
tree0ab60d71a97567e92ea7ed7853c934e0e56c42bb /haddock.cabal
parent5ca76f4fdf9a9ff38983e4f0f794eac11f98594a (diff)
Relax base dep
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 37bb77c7..de11e7f7 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -75,7 +75,7 @@ flag test
executable haddock
default-language: Haskell2010
build-depends:
- base == 4.3.*,
+ base >= 4.3 && < 4.5,
filepath,
directory,
pretty,
@@ -135,7 +135,7 @@ executable haddock
library
default-language: Haskell2010
build-depends:
- base == 4.3.*,
+ base >= 4.3 && < 4.5,
filepath,
directory,
pretty,