aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--haddock.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal
index a989ba68..4e8a69b3 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -65,7 +65,6 @@ flag in-ghc-tree
executable haddock
build-depends:
- base,
haskell98,
ghc >= 6.8.2 && < 6.13,
filepath,
@@ -82,6 +81,9 @@ executable haddock
if impl(ghc >= 6.9)
build-depends: Cabal >= 1.5
+ build-depends: base >= 4.0.0.0 && < 5.0.0.0
+ else
+ build-depends: base < 4.0.0.0
main-is: Main.hs
hs-source-dirs: src