Skip to content
Snippets Groups Projects
Commit 261a7c8a authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

Bump GHC version to 9.7

parent 37e3c368
No related branches found
No related tags found
3 merge requests!38Make --no-tmp-comp-dir the default,!37Adapt to latest xhtml version, various optimizations,!31Support HsToken in DataDecl and ClassDecl
......@@ -44,7 +44,7 @@ library
-- this package typically supports only single major versions
build-depends: base ^>= 4.16.0
, ghc ^>= 9.4
, ghc ^>= 9.7
, ghc-paths ^>= 0.1.0.9
, haddock-library ^>= 1.11
, xhtml ^>= 3000.2.2
......
......@@ -123,8 +123,8 @@ binaryInterfaceMagic = 0xD0Cface
-- (2) set `binaryInterfaceVersionCompatibility` to [binaryInterfaceVersion]
--
binaryInterfaceVersion :: Word16
#if MIN_VERSION_ghc(9,6,0) && !MIN_VERSION_ghc(9,7,0)
binaryInterfaceVersion = 42
#if MIN_VERSION_ghc(9,7,0) && !MIN_VERSION_ghc(9,8,0)
binaryInterfaceVersion = 43
binaryInterfaceVersionCompatibility :: [Word16]
binaryInterfaceVersionCompatibility = [binaryInterfaceVersion]
......
......@@ -83,7 +83,7 @@ executable haddock
xhtml >= 3000.2 && < 3000.3,
ghc-boot,
ghc-boot-th,
ghc == 9.6.*,
ghc == 9.7.*,
bytestring,
parsec,
text,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment