[Git][ghc/ghc][wip/backports-9.8] Compatibility with 9.8.1 as boot compiler
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Mon Oct 14 15:59:38 UTC 2024
Ben Gamari pushed to branch wip/backports-9.8 at Glasgow Haskell Compiler / GHC
Commits:
2e6704de by Matthew Pickering at 2024-10-14T11:59:27-04:00
Compatibility with 9.8.1 as boot compiler
This fixes several compatability issues when using 9.8.1 as the boot
compiler.
* Some ghc-prim bounds need relaxing
* ghc is no longer wired in, so we have to remove the -this-unit-id ghc
call.
Fixes #24605
(cherry picked from commit ef3d20f83499cf129b1cacac07906b8d6188fc17)
- - - - -
2 changed files:
- hadrian/cabal.project
- hadrian/hadrian.cabal
Changes:
=====================================
hadrian/cabal.project
=====================================
@@ -1,7 +1,7 @@
packages: ./
-- This essentially freezes the build plan for hadrian
-index-state: 2023-03-30T10:00:00Z
+index-state: 2024-05-01T10:00:00Z
-- N.B. Compile with -O0 since this is not a performance-critical executable
-- and the Cabal takes nearly twice as long to build with -O1. See #16817.
=====================================
hadrian/hadrian.cabal
=====================================
@@ -151,7 +151,7 @@ executable hadrian
, TypeOperators
other-extensions: MultiParamTypeClasses
, TypeFamilies
- build-depends: Cabal >= 3.2 && < 3.9
+ build-depends: Cabal >= 3.2 && < 3.11
, base >= 4.11 && < 5
, bytestring >= 0.10 && < 0.13
, containers >= 0.5 && < 0.7
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2e6704deebd2f9f6707cfde25d22146934a69ad3
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2e6704deebd2f9f6707cfde25d22146934a69ad3
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20241014/02a6b3e9/attachment-0001.html>
More information about the ghc-commits
mailing list