Steve Smith
Steve Smith
Rebased.
> Just a friendly reminder that the following needs to be fixed, before this can be merged: > > * [65799 - mupdf @1.20.3: builds fail across-the-board: expected ';' after...
> The linked ticket cross-links to a large other number of related issues. I really do think we should tackle this for the next cabal release. The problem is I'm...
> Did you follow the rest of the comments in the issue that you linked to? We don't support GHC 9.4 yet so I suspect the same issue has occurred...
> When you say you built and installed it, you mean that you ran `stack install`? I think that would use GHC 8.10.7! As you can see from https://www.stackage.org/, there...
I tried a `cabal`-based build and got pretty far (after patching the `packages` from `stack.yaml` into `ihaskell.cabal`), but ran into this native `ihaskell` issue on `ghc` version 9.4.1: ```sh :info:build...
> Hi, I just fixed this error as part of adding GHC 9.4 support in #1376, you should be able to get further if you try again with the latest...
> That module is provided by `ghc-parser` which is also in this repo. Thanks! Have this working with `cabal` now. Also note that I believe a patch is necessary in...
> No, I don't think we need that patch. `ihaskell` is a separate project to `ghc-parser` and declares a dependency on it, if you have to change things on your...
> Steve, I ran a quick local test on 10.15, to help validate whether the CI failures are legitimate. And sure enough, `bazel` is failing to build for me as...