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 for GHC 9.6.4 #132

Closed
euonymos opened this issue Mar 27, 2024 · 1 comment · Fixed by #134
Closed

Support for GHC 9.6.4 #132

euonymos opened this issue Mar 27, 2024 · 1 comment · Fixed by #134
Assignees

Comments

@euonymos
Copy link

How is hard to do? The source code seems to have evolved significantly since the last PR on the GHC bump, so it's not very clear how to do that. Just bumping haskell.nix didn't work for me.

@euonymos euonymos changed the title Support fro GHC 9.6.4 Support for GHC 9.6.4 Mar 27, 2024
@angerman
Copy link
Collaborator

Shouldn't be too hard. @yvan-sraka can you please take a Quick Look at this? Should really jsut be Haskell.nix bump plus ironing out remaining issues.

yvan-sraka added a commit that referenced this issue Mar 29, 2024
`nix flake lock --update-input haskellNix`
@yvan-sraka yvan-sraka linked a pull request Mar 29, 2024 that will close this issue
angerman pushed a commit that referenced this issue Apr 13, 2024
`nix flake lock --update-input haskellNix`
github-merge-queue bot pushed a commit that referenced this issue Apr 16, 2024
* Fix #132: add support for GHC 9.6.4

`nix flake lock --update-input haskellNix`

* Drop ghc99

* Set hlint for 9.2.8 to 3.6.1

* Bump max compiler.

Maybe we want to this actually be "unreleased"?

* disable hls for 9.7+

We need to find a hls (and have it in haskell.nix) that builds with 9.8 🤦

* Try to fix tools

* 9.0 use lhs 2.4

* Split out IOGFull into static as well.

* cleanup R

* fix typo

* R doesn't build for aarch64-musl

* Disable R on aarch64; disable hls on -js and -windows

* Disable R (libjpeg-turbo fails to build for x86_64-musl)

---------

Co-authored-by: Moritz Angermann <moritz.angermann@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants