aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authoralexbiehl <alex.biehl@gmail.com>2018-03-08 11:00:13 +0100
committerAlexander Biehl <alexbiehl@gmail.com>2018-03-10 18:25:57 +0100
commit22d5e59a9bb7f5ad5612c9dde53419a48101be65 (patch)
tree7881ce32397268ca99342c34763da377cf547b7c /haddock.cabal
parentf67f5a208d5755c57493532790f6f7ef84aee9e2 (diff)
Haddock: Straighten out base bound
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 101d4ac2..3f6e76c4 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -65,7 +65,7 @@ executable haddock
-- haddock typically only supports a single GHC major version
build-depends:
- base >= 4.3 && < 4.12
+ base ^>= 4.11.0
if flag(in-ghc-tree)
hs-source-dirs: haddock-api/src, haddock-library/vendor/attoparsec-0.13.1.0, haddock-library/src
cpp-options: -DIN_GHC_TREE