diff options
author | Ben Gamari <ben@smart-cactus.org> | 2021-03-21 13:07:34 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2021-03-22 17:53:44 -0400 |
commit | c1bb76d6cdf87bcfd1c5d57f0c06268d1ff73952 (patch) | |
tree | 1f1bd9577e35898b8b04afa4aaddb320b3da1bfc | |
parent | 3eb51fa32aaefe80bf2b6731dae2a2b26aba9e74 (diff) |
Bump GHC version to 9.2
-rw-r--r-- | haddock-api/src/Haddock/InterfaceFile.hs | 2 | ||||
-rw-r--r-- | haddock.cabal | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/haddock-api/src/Haddock/InterfaceFile.hs b/haddock-api/src/Haddock/InterfaceFile.hs index 211c7d55..70d3407f 100644 --- a/haddock-api/src/Haddock/InterfaceFile.hs +++ b/haddock-api/src/Haddock/InterfaceFile.hs @@ -94,7 +94,7 @@ binaryInterfaceMagic = 0xD0Cface -- (2) set `binaryInterfaceVersionCompatibility` to [binaryInterfaceVersion] -- binaryInterfaceVersion :: Word16 -#if MIN_VERSION_ghc(9,1,0) && !MIN_VERSION_ghc(9,2,0) +#if MIN_VERSION_ghc(9,2,0) && !MIN_VERSION_ghc(9,3,0) binaryInterfaceVersion = 38 binaryInterfaceVersionCompatibility :: [Word16] diff --git a/haddock.cabal b/haddock.cabal index 1993ead1..215ed0ce 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -81,7 +81,7 @@ executable haddock xhtml >= 3000.2 && < 3000.3, ghc-boot, ghc-boot-th, - ghc == 9.1.*, + ghc == 9.2.*, bytestring, parsec, text, |