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

Commit 28b6b66

Browse files
committed
Bump GHC version to 9.0
1 parent 22b42ea commit 28b6b66

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

haddock-api/haddock-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ library
4545
-- this package typically supports only single major versions
4646
build-depends: base ^>= 4.15.0
4747
, Cabal ^>= 2.4.0
48-
, ghc ^>= 8.11
48+
, ghc ^>= 9.0
4949
, ghc-paths ^>= 0.1.0.9
5050
, haddock-library ^>= 1.8.0
5151
, xhtml ^>= 3000.2.2

haddock-api/src/Haddock/InterfaceFile.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ binaryInterfaceMagic = 0xD0Cface
8383
-- (2) set `binaryInterfaceVersionCompatibility` to [binaryInterfaceVersion]
8484
--
8585
binaryInterfaceVersion :: Word16
86-
#if MIN_VERSION_ghc(8,11,0) && !MIN_VERSION_ghc(8,13,0)
86+
#if MIN_VERSION_ghc(9,0,0) && !MIN_VERSION_ghc(9,1,0)
8787
binaryInterfaceVersion = 34
8888

8989
binaryInterfaceVersionCompatibility :: [Word16]

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.12.*, GHC==8.10.*, GHC==8.8.1
36+
tested-with: GHC==9.0.*, GHC==8.10.*
3737

3838
extra-source-files:
3939
CHANGES.md
@@ -80,7 +80,7 @@ executable haddock
8080
Cabal >= 1.10,
8181
ghc-boot,
8282
ghc-boot-th,
83-
ghc == 8.11.*,
83+
ghc == 9.0.*,
8484
bytestring,
8585
parsec,
8686
text,

0 commit comments

Comments
 (0)