Skip to content

Commit

Permalink
chore(ghc): Upgrade to GHC 9.2.2.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dhess committed Apr 9, 2022
1 parent 24286e7 commit 5308969
Show file tree
Hide file tree
Showing 6 changed files with 207 additions and 77 deletions.
2 changes: 1 addition & 1 deletion cabal.ghcjs.project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
index-state: 2022-02-26T00:00:00Z
index-state: 2022-04-09T00:00:00Z

packages:
primer
Expand Down
36 changes: 23 additions & 13 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
index-state: 2022-02-26T00:00:00Z
index-state: 2022-04-09T00:00:00Z

packages:
primer
Expand All @@ -13,21 +13,31 @@ package *
package primer
test-options: "--size-cutoff=32768"

-- GHC 9.2.1 fixes
-- https://github.com/protolude/protolude/issues/127
allow-newer:
protolude:*

-- GHC 9.2.x fixes

-- https://github.com/vincenthz/hs-memory/issues/86
-- https://github.com/haskell-infra/hackage-trustees/issues/330#issuecomment-1019507291
source-repository-package
type: git
location: https://github.com/tfausak/hs-memory
tag: 3cf661a
--sha256: 06y4xyigajhdcd59dgwasv49yr95869q3p74a441yls5vb86v28c
-- source-repository-package
-- type: git
-- location: https://github.com/tfausak/hs-memory
-- tag: 3cf661a
-- --sha256: 06y4xyigajhdcd59dgwasv49yr95869q3p74a441yls5vb86v28c

-- https://github.com/haskell-foundation/foundation/pull/555
-- source-repository-package
-- type: git
-- location: https://github.com/TomMD/foundation
-- tag: 0bb195e
-- subdir: foundation basement
-- --sha256: 1rwy3qxrf8zxycfksidwrffqbazacchqx19w5q1rvdvh7ab6wd75

-- https://github.com/protolude/protolude/issues/127
source-repository-package
type: git
location: https://github.com/TomMD/foundation
tag: 0bb195e
subdir: foundation basement
--sha256: 1rwy3qxrf8zxycfksidwrffqbazacchqx19w5q1rvdvh7ab6wd75

type: git
location: https://github.com/protolude/protolude
tag: 3e249724fd0ead27370c8c297b1ecd38f92cbd5b
--sha256: sha256-JyHAQfTTUswP8MeGEZibx/2/v01Q7cU5mNpnmDazh24=
Loading

0 comments on commit 5308969

Please sign in to comment.