Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit 556b512

Browse files
authored
Merge pull request #1199 from bgamari/wip/ghc-8.12
haddock: Bounds bumps for GHC 8.12
2 parents a1cc87c + 7475d84 commit 556b512

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

haddock-api/haddock-api.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bug-reports: https://github.com/haskell/haddock/issues
1313
copyright: (c) Simon Marlow, David Waern
1414
category: Documentation
1515
build-type: Simple
16-
tested-with: GHC==8.10.*, GHC==8.8.1, GHC==8.6.5
16+
tested-with: GHC==8.12.*, GHC==8.10.*, GHC==8.8.1
1717

1818
extra-source-files:
1919
CHANGES.md
@@ -43,7 +43,7 @@ library
4343
default-language: Haskell2010
4444

4545
-- this package typically supports only single major versions
46-
build-depends: base ^>= 4.13.0
46+
build-depends: base ^>= 4.15.0
4747
, Cabal ^>= 2.4.0
4848
, ghc ^>= 8.11
4949
, ghc-paths ^>= 0.1.0.9

haddock-library/haddock-library.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ maintainer: Alec Theriault <[email protected]>, Alex Biehl <ale
1717
homepage: http://www.haskell.org/haddock/
1818
bug-reports: https://github.com/haskell/haddock/issues
1919
category: Documentation
20-
tested-with: GHC==8.10.*, GHC==8.8.1, GHC==8.6.5
20+
tested-with: GHC==8.12.*, GHC==8.10.*, GHC==8.8.1
2121

2222
extra-source-files:
2323
CHANGES.md
@@ -26,7 +26,7 @@ common lib-defaults
2626
default-language: Haskell2010
2727

2828
build-depends:
29-
, base >= 4.5 && < 4.15
29+
, base >= 4.5 && < 4.16
3030
, bytestring ^>= 0.9.2.1 || ^>= 0.10.0.0
3131
, containers ^>= 0.4.2.1 || ^>= 0.5.0.0 || ^>= 0.6.0.1
3232
, transformers ^>= 0.3.0.0 || ^>= 0.4.1.0 || ^>= 0.5.0.0

haddock.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ bug-reports: https://github.com/haskell/haddock/issues
3333
copyright: (c) Simon Marlow, David Waern
3434
category: Documentation
3535
build-type: Simple
36-
tested-with: GHC==8.10.*, GHC==8.8.1, GHC==8.6.5
36+
tested-with: GHC==8.12.*, GHC==8.10.*, GHC==8.8.1
3737

3838
extra-source-files:
3939
CHANGES.md
@@ -64,7 +64,7 @@ executable haddock
6464

6565
-- haddock typically only supports a single GHC major version
6666
build-depends:
67-
base ^>= 4.12.0.0 || ^>= 4.13.0.0 || ^>= 4.14.0.0
67+
base ^>= 4.13.0.0 || ^>= 4.14.0.0 || ^>= 4.15.0.0
6868

6969
if flag(in-ghc-tree)
7070
hs-source-dirs: haddock-api/src, haddock-library/src

0 commit comments

Comments
 (0)