From e37911553bfe6804d3903f750261f758569b4a26 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Tue, 26 May 2020 14:14:13 -0400 Subject: haddock: Bounds bumps for GHC 8.12 --- haddock.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'haddock.cabal') diff --git a/haddock.cabal b/haddock.cabal index e830d8fe..52113bd1 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -33,7 +33,7 @@ bug-reports: https://github.com/haskell/haddock/issues copyright: (c) Simon Marlow, David Waern category: Documentation build-type: Simple -tested-with: GHC==8.10.*, GHC==8.8.1, GHC==8.6.5 +tested-with: GHC==8.12.*, GHC==8.10.*, GHC==8.8.1 extra-source-files: CHANGES.md @@ -64,7 +64,7 @@ executable haddock -- haddock typically only supports a single GHC major version build-depends: - base ^>= 4.12.0.0 || ^>= 4.13.0.0 || ^>= 4.14.0.0 + base ^>= 4.13.0.0 || ^>= 4.14.0.0 || ^>= 4.15.0.0 if flag(in-ghc-tree) hs-source-dirs: haddock-api/src, haddock-library/src -- cgit v1.2.3