Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ghc-9.12 #203

Merged
merged 5 commits into from
Jan 13, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Support ghc-9.12
erikd committed Jan 13, 2025
commit dea4d1b7ed9464b74979017cee7282409f4cdad3
14 changes: 13 additions & 1 deletion cabal.project
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
-- See CONTRIBUTING for Nix commands you need to run if you change it:
index-state: 2024-06-12T03:57:48Z
index-state: 2025-01-07T18:12:02Z

packages:
cardano-prelude
cardano-prelude-test

test-show-details: direct

if impl (ghc >= 9.12)
allow-newer:
-- Stuck on `cabal-3.14` issues and recalcitrant maintainers
-- https://github.com/haskell/aeson/issues/1124
, aeson:ghc-prim
, aeson:template-haskell

-- Stuck on `cabal-3.14` and unresponsive maintainers
-- https://github.com/well-typed/cborg/pull/339
, cborg:base
, cborg:ghc-prim