[Haskell-cafe] [ANNOUNCE] GHC 9.4.1-rc1 is now available

Henning Thielemann lemming at henning-thielemann.de
Wed Aug 3 09:41:55 UTC 2022


On Wed, 3 Aug 2022, Matthew Pickering wrote:

> Hi Henning, I can't reproduce this error you are seeing. How are you
> installing the compiler?

I used this archive:
https://downloads.haskell.org/ghc/9.4.1-rc1/ghc-9.4.0.20220721-x86_64-deb11-linux.tar.lz

$ tar xf ghc-9.4.0.20220721-x86_64-deb11-linux.tar.lz
$ cd ghc-9.4.0.20220721-x86_64-unknown-linux/
$ ./configure --prefix=/usr/local/ghc-9.4.0
$ sudo make install


> GHC should use the in-tree libffi which is the correct version.

Interesting, maybe it is not used because it has wrong permissions, like 
some other files.


More information about the Haskell-Cafe mailing list