[Haskell-cafe] [Haskell] [ANNOUNCE] GHC 9.2.1-alpha2 released
Henning Thielemann
lemming at henning-thielemann.de
Fri Apr 23 15:04:53 UTC 2021
On Thu, 22 Apr 2021, Ben Gamari wrote:
> The GHC developers are very happy to announce the availability of the
> second alpha release in the 9.2.1 series. Binary distributions, source
> distributions, and documentation are available at
>
> https://downloads.haskell.org/ghc/9.2.1-alpha2
When I try a GHC installed from the Debian tarball I get a permission
error on the package.cache because of
$ ll /usr/local/ghc-9.2.0.20210422/lib/ghc-9.2.0.20210422/package.conf.d/package.cache
-rw------- 1 root root 188641 23. Apr 16:56 /usr/local/ghc-9.2.0.20210422/lib/ghc-9.2.0.20210422/package.conf.d/package.cache
I can solve the problem with
$ sudo chmod a+r /usr/local/ghc-9.2.0.20210422/lib/ghc-9.2.0.20210422/package.conf.d/package.cache
More information about the Haskell-Cafe
mailing list