Re: [ANNOUNCE] GHC 8.8.1-alpha1 is now available
by Jens Petersen
On Fri, 26 Apr 2019 at 07:51, Ben Gamari <ben(a)well-typed.com> wrote:
> The GHC team is pleased to announce the first alpha release of GHC 8.8.1.
I built it for Fedora 30 and Rawhide in a new ghc:8.8 Fedora module
stream (builds for 28 and 29 will be forthcoming later).
You should be able to install with
```
$ sudo dnf --enablerepo=updates-testing-modular module enable ghc:8.8
$ sudo dnf --enablerepo=updates-testing-modular install ghc
```
(If you have already enabled or installed a Fedora ghc module stream,
then you will need to `dnf remove ghc-base` and reset the ghc module.)
Thanks, Jens
4 years, 7 months
Re: [ANNOUNCE] GHC 8.6.5 is now available
by Jens Petersen
On Wed, 24 Apr 2019 at 12:56, Ben Gamari <ben(a)well-typed.com> wrote:
> The GHC team is proud to announce the release of GHC 8.6.5.
Fedora users can install this now (to test) from the ghc:8.6 module
stream using the Fedora updates-testing-modular repo.
ie You can install with say `sudo dnf
--enablerepo=updates-testing-modular module install ghc:8.6`.
These modular builds should go stable in about 1 week.
Thanks, Jens
4 years, 7 months