Skip to content

Commit c308966

Browse files
committed
chore(ghc): Upgrade to GHC 9.2.2.
We must also bump Weeder to 2.3.0, as it tracks GHC closely. Note that this commit includes workarounds for packages that are not yet ready for GHC 9.2: * protolude: ignore bounds.
1 parent 40b71c9 commit c308966

File tree

6 files changed

+201
-58
lines changed

6 files changed

+201
-58
lines changed

cabal.ghcjs.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
index-state: 2022-02-26T00:00:00Z
1+
index-state: 2022-03-27T00:00:00Z
22

33
packages:
44
primer

cabal.project

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
index-state: 2022-02-26T00:00:00Z
1+
index-state: 2022-03-27T00:00:00Z
22

33
packages:
44
primer
@@ -13,21 +13,31 @@ package *
1313
package primer
1414
test-options: "--size-cutoff=32768"
1515

16-
-- GHC 9.2.1 fixes
16+
-- https://github.com/protolude/protolude/issues/127
17+
allow-newer:
18+
protolude:*
19+
20+
-- GHC 9.2.x fixes
1721

1822
-- https://github.com/vincenthz/hs-memory/issues/86
1923
-- https://github.com/haskell-infra/hackage-trustees/issues/330#issuecomment-1019507291
20-
source-repository-package
21-
type: git
22-
location: https://github.com/tfausak/hs-memory
23-
tag: 3cf661a
24-
--sha256: 06y4xyigajhdcd59dgwasv49yr95869q3p74a441yls5vb86v28c
24+
-- source-repository-package
25+
-- type: git
26+
-- location: https://github.com/tfausak/hs-memory
27+
-- tag: 3cf661a
28+
-- --sha256: 06y4xyigajhdcd59dgwasv49yr95869q3p74a441yls5vb86v28c
2529

2630
-- https://github.com/haskell-foundation/foundation/pull/555
31+
-- source-repository-package
32+
-- type: git
33+
-- location: https://github.com/TomMD/foundation
34+
-- tag: 0bb195e
35+
-- subdir: foundation basement
36+
-- --sha256: 1rwy3qxrf8zxycfksidwrffqbazacchqx19w5q1rvdvh7ab6wd75
37+
38+
-- https://github.com/protolude/protolude/issues/127
2739
source-repository-package
28-
type: git
29-
location: https://github.com/TomMD/foundation
30-
tag: 0bb195e
31-
subdir: foundation basement
32-
--sha256: 1rwy3qxrf8zxycfksidwrffqbazacchqx19w5q1rvdvh7ab6wd75
33-
40+
type: git
41+
location: https://github.com/protolude/protolude
42+
tag: 3e249724fd0ead27370c8c297b1ecd38f92cbd5b
43+
--sha256: sha256-JyHAQfTTUswP8MeGEZibx/2/v01Q7cU5mNpnmDazh24=

flake.lock

Lines changed: 130 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)