The default Haskell version has been updated across all supported challenges!
Previously running on v9.4, we’ve now upgraded to v9.8 (resolver: lts-23.18).
The default Haskell version has been updated across all supported challenges!
Previously running on v9.4, we’ve now upgraded to v9.8 (resolver: lts-23.18).
Can I update my own repositories to use this new version, or do you have to do something on your end?
I tried changing to lts-23.18
in stack.yaml
, but I still get build errors (No compiler found
) when pushing/testing.
I have 2 Haskell repos, feel free to update both if you can do it from your side.
Thanks in advance!
OK, changing the version also in codecrafters.yml
gave me this message:
Detected changes to language_pack (old: haskell-9.4, new: haskell-9.8).
This isn't supported. If you're trying to upgrade to a new language version, please try creating a new repository.
So I’ll go ahead and do that instead…
Can I update my own repositories to use this new version, or do you have to do something on your end?
Hey @joncol, I’ve upgraded the Haskell buildpack for your two older repos. Let me know if everything works as expected.
Thank you @andy1li!