From 4f0064418b9d22cb35043674d061bcc667519369 Mon Sep 17 00:00:00 2001 From: alexbiehl <alex.biehl@gmail.com> Date: Thu, 8 Mar 2018 11:00:13 +0100 Subject: [PATCH] Haddock: Straighten out base bound --- haddock.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haddock.cabal b/haddock.cabal index 101d4ac25c..3f6e76c4a3 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 -- GitLab