Support GHC 9.14#1496
Conversation
time-1.15 no longer exports its Internal module. So use a more direct method to get unix start of epoch.
|
Haskell CI for GHC 9.14.1 fails due to dependency:
|
| "$HOME/.ghcup/bin/ghcup" install cabal 3.16.0.0 || (cat "$HOME"/.ghcup/logs/*.* && false) | ||
| echo "CABAL=$HOME/.ghcup/bin/cabal-3.16.0.0 -vnormal+nowrap" >> "$GITHUB_ENV" |
There was a problem hiding this comment.
There is a bugfix release 3.16.1.0 available in GHCup, wouldn't it be better to use that?
Changelog: https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.16.1.0.md
There was a problem hiding this comment.
Probably, but Haskell-CI has not been updated to that extent.
|
I'd like to merge but there still seems to be a CI failure about the solver... |
|
Yes, we are blocked on |
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.