-
Notifications
You must be signed in to change notification settings - Fork 92
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
Update GHC to 9.4.8 #2205
Update GHC to 9.4.8 #2205
Conversation
e2c7b6d
to
53df4bc
Compare
How do you want to handle |
I'll update the homepages in this PR. |
c13f51e
to
de90d62
Compare
Changes :
Note: the CI complain about release number on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From the pspec's it appears these packages will no longer exist and should be deprecated:
ghc-devel
haskell-async-devel
haskell-base16-bytestring-devel
haskell-base64-bytestring-devel
haskell-cryptohash-sha256-devel
haskell-data-default-class-devel
haskell-echo-devel
haskell-ed25519-devel
haskell-edit-distance-devel
haskell-hackage-security-devel
haskell-hashable-devel
haskell-lukko-devel
haskell-network-uri-devel
haskell-network-devel
haskell-random-devel
haskell-regex-base-devel
haskell-regex-posix-devel
haskell-resolv-devel
haskell-setlocale-devel
haskell-splitmix-devel
haskell-tar-devel
haskell-th-compat-devel
haskell-utf8-string-devel
haskell-x11-xft-devel
haskell-x11-devel
haskell-zlib-devel
**Summary** Release note can be found [here](https://www.haskell.org/ghc/blog/20231110-ghc-9.4.8-released.html) Signed-off-by: Gavin Zhao <[email protected]>
Signed-off-by: Gavin Zhao <[email protected]>
**Summary** Changelog can be found [here](https://hackage.haskell.org/package/splitmix-0.1.0.5/changelog) Signed-off-by: Gavin Zhao <[email protected]>
Signed-off-by: Gavin Zhao <[email protected]>
Signed-off-by: Gavin Zhao <[email protected]>
Signed-off-by: Gavin Zhao <[email protected]>
Signed-off-by: Gavin Zhao <[email protected]>
Signed-off-by: Gavin Zhao <[email protected]>
Signed-off-by: Gavin Zhao <[email protected]>
Signed-off-by: Gavin Zhao <[email protected]>
Signed-off-by: Gavin Zhao <[email protected]>
Signed-off-by: Gavin Zhao <[email protected]>
Signed-off-by: Gavin Zhao <[email protected]>
Signed-off-by: Gavin Zhao <[email protected]>
Signed-off-by: Gavin Zhao <[email protected]>
Signed-off-by: Gavin Zhao <[email protected]>
Signed-off-by: Gavin Zhao <[email protected]>
**Summary** Changelog can be found [here](https://hackage.haskell.org/package/resolv-0.2.0.2/changelog) Signed-off-by: Gavin Zhao <[email protected]>
Signed-off-by: Gavin Zhao <[email protected]>
Signed-off-by: Gavin Zhao <[email protected]>
**Summary** Changelog can be found [here](https://hackage.haskell.org/package/hashable-1.4.3.0/changelog) Signed-off-by: Gavin Zhao <[email protected]>
Signed-off-by: Gavin Zhao <[email protected]>
Signed-off-by: Gavin Zhao <[email protected]>
Signed-off-by: Gavin Zhao <[email protected]>
Signed-off-by: Gavin Zhao <[email protected]>
Signed-off-by: Gavin Zhao <[email protected]>
Signed-off-by: Gavin Zhao <[email protected]>
Signed-off-by: Gavin Zhao <[email protected]>
**Summary** Changelog can be found [here](https://hackage.haskell.org/package/async-2.2.5/changelog) Signed-off-by: Gavin Zhao <[email protected]>
Signed-off-by: Gavin Zhao <[email protected]>
Signed-off-by: Gavin Zhao <[email protected]>
Signed-off-by: Gavin Zhao <[email protected]>
**Summary** Changelog can be found [here](https://hackage.haskell.org/package/cabal-install-3.8.1.0/changelog) Signed-off-by: Gavin Zhao <[email protected]>
Signed-off-by: Gavin Zhao <[email protected]>
Signed-off-by: Gavin Zhao <[email protected]>
Signed-off-by: Gavin Zhao <[email protected]>
Signed-off-by: Gavin Zhao <[email protected]>
de90d62
to
7505aa8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Fixes #827, #2165.
Summary
Update GHC (and the Haskell stack) to 9.4.8, the current recommended version of GHC in GHCup.
Test Plan
shellcheck
andpandoc
using the updatedcabal-install
.xmonad
ran successfully.Checklist
Changes