aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
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,