Claudio Bley

Results 293 comments of Claudio Bley

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can...

To fix this issue, we would either have to upgrade GHC (which is blocked on https://gitlab.haskell.org/ghc/ghc/-/issues/21767 -- would need to check if this is still the case with a more...

GHC 9.6.1 is the first version to ship with a fixed Cabal release. So, if we upgrade to that version we should remove the workaround again.

Hi @istathar, thank you for the bug report! Unfortunately, this is a known issue and we cannot really do anything about it. Specifically, it is a regression in Cabal introduced...

Please note that a workaround was also added to rules_haskell during the upgrade to GHC 9.2.5 - see https://github.com/tweag/rules_haskell/pull/1869 Also, GHC 9.6.1 is shipping with Cabal 3.10.1 which includes the...

Things changed a bit here: Asterius is now deprecated in favor of the native GHC WebAssembly backend (see https://www.tweag.io/blog/2022-11-22-wasm-backend-merged-in-ghc). And also there is a GHC Javascript backend available (see https://engineering.iog.io/2022-12-13-ghc-js-backend-merged/)....

This currently fails for the nixpkgs builds with: ``` panic: rulesGoStdlibPrefix should have been set via -X ``` This was fixed upstream in https://github.com/tweag/rules_nixpkgs/pull/422