Skip to content

Support GHC 9.14#1496

Merged
andreasabel merged 5 commits into
masterfrom
ghc-9.14
May 12, 2026
Merged

Support GHC 9.14#1496
andreasabel merged 5 commits into
masterfrom
ghc-9.14

Conversation

@andreasabel
Copy link
Copy Markdown
Member

@andreasabel andreasabel commented Apr 24, 2026

Blocked on:

Commits:

  • Support time-1.15: more direct encoding of unix time 0
    time-1.15 no longer exports its Internal module.
    So use a more direct method to get unix start of epoch.

  • Relax upper bounds for GHC 9.14

  • Bump Cabal to 3.16

  • Bump Haskell-CI to GHC 9.14.1

Closes #1456.

time-1.15 no longer exports its Internal module.
So use a more direct method to get unix start of epoch.
@andreasabel andreasabel added the re: ghc-9.14 Building with GHC 9.14 label Apr 24, 2026
@andreasabel
Copy link
Copy Markdown
Member Author

Haskell CI for GHC 9.14.1 fails due to dependency:

[__6] rejecting: exceptions-0.10.11/installed-97e4 (conflict: boring => base>=4.12.0.0 && <4.22, exceptions => base==4.22.0.0/installed-8900)

Comment thread .github/workflows/haskell-ci.yml
@gbaz
Copy link
Copy Markdown
Contributor

gbaz commented May 5, 2026

I'd like to merge but there still seems to be a CI failure about the solver...

@andreasabel
Copy link
Copy Markdown
Member Author

Yes, we are blocked on boring and for whatever reason @phadej seems to have decided to not drop the bounds that restrict it to GHC <= 9.12.
We don't need boring at all but we are indirectly depending on constraints that also does not need it but exports an instance Boring Dict. I have now launched a PR to get rid of this:

@andreasabel andreasabel merged commit 6c04ff8 into master May 12, 2026
18 of 19 checks passed
@andreasabel andreasabel deleted the ghc-9.14 branch May 12, 2026 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

re: ghc-9.14 Building with GHC 9.14

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support GHC 9.14

3 participants