ghcup-hs icon indicating copy to clipboard operation
ghcup-hs copied to clipboard

GHC-9.6 support

Open hasufell opened this issue 1 year ago • 6 comments

  • https://github.com/haskus/packages/issues/51
  • https://github.com/haskell-CI/haskell-ci/issues/698

There are also issues with Cabal version bounds.

hasufell avatar Jan 20 '24 09:01 hasufell

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

hasufell avatar Jan 20 '24 13:01 hasufell

jtdaugherty/vty#271

So GHC 9.6 is also affected?

runeksvendsen avatar Jan 21 '24 10:01 runeksvendsen

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

hasufell avatar Jan 27 '24 08:01 hasufell

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

hseg avatar May 02 '24 12:05 hseg

@hseg what platform?

hasufell avatar May 02 '24 13:05 hasufell

Arch Linux

hseg avatar May 02 '24 13:05 hseg