diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-02-23 10:28:13 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2020-02-23 10:28:13 -0500 |
commit | 844c0c47a223e2e1bb3767afc05639269dad8ee9 (patch) | |
tree | c5603db417765a909081a564859004b2d4e0b9dd /haddock.cabal | |
parent | e185254b6cb8a7811eeed1f993612c90b2ff757e (diff) | |
parent | 59932f1749394fedc3533bea1474bc9e207824e1 (diff) |
Merge remote-tracking branch 'upstream/ghc-head' into HEAD
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/haddock.cabal b/haddock.cabal index 0d3e9d9f..c8a3239e 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.6.* +tested-with: GHC==8.10.*, GHC==8.8.1, GHC==8.6.5 extra-source-files: CHANGES.md @@ -64,7 +64,7 @@ executable haddock -- haddock typically only supports a single GHC major version build-depends: - base ^>= 4.14.0.0 + base ^>= 4.12.0.0 || ^>= 4.13.0.0 || ^>= 4.14.0.0 if flag(in-ghc-tree) hs-source-dirs: haddock-api/src, haddock-library/src |