Re: [Haskell-cafe] [Haskell] [ANNOUNCE] GHC 9.2.1-alpha2 released

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
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

Henning Thielemann
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
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
Hmm, this is quite concerning. Could you open a ticket, Henning? Cheers, - Ben
participants (2)
-
Ben Gamari
-
Henning Thielemann