haskell / ghcup-hs

https://www.haskell.org/ghcup/
GNU Lesser General Public License v3.0
278 stars 83 forks source link

GHC-9.6 support #979

Open hasufell opened 8 months ago

hasufell commented 8 months ago

There are also issues with Cabal version bounds.

hasufell commented 8 months ago

https://github.com/jtdaugherty/vty/issues/271

runeksvendsen commented 8 months ago

jtdaugherty/vty#271

So GHC 9.6 is also affected?

hasufell commented 8 months ago

New issue: we need to support transformer-0.6, which causes issues with streamly: https://github.com/composewell/streamly/pull/2415

hseg commented 4 months ago

Successfully built with passing testsuite using the branch ghc-9.6 (currently at 4513c39d90b05f7f1a8f208d486df84ca3b408f4) with a bog-standard stack build && stack test. Forced ghc-9.6.5 to get access to the LD patch from #1033.

I also updated to lts-22.19 (which necessitated adding ghcup, semigroupoids, unix-bytestring, and cabal-install-parsers to allow-newer-deps) and disabled build.test-arguments.no-run-tests to make sure I could run tests. Lockfile is attached. stack.yaml.lock

hasufell commented 4 months ago

@hseg what platform?

hseg commented 4 months ago

Arch Linux