[Haskell-cafe] [ANNOUNCE] GHC 8.4.1-alpha1 available

Vincent Hanquez tab at snarc.org
Thu Dec 21 21:57:49 UTC 2017



On 21/12/17 20:48, Oleg Grenrus wrote:
> I copy & paste Hervert's reddit answer here [1], for ones who don't
> follow it:
>
> As the suffix "alpha" implies, this is a very bleeding edge release with
> very little guarantees regarding API stability (c.f. new GHC schedule
> [2]
> <https://ghc.haskell.org/trac/ghc/wiki/WorkingConventions/Releases/NewSchedule>).
>
> Put differently, a package that works now with GHC 8.4.1-alpha1 may not
> necessarily work with the final GHC 8.4.1 release.

A package that works now with -alpha1 doesn't have to be the same as
the one that work with the final release.

(And that's only in the unlikely case that an alpha->final break API
which in most cases it really shouldn't)

Resorting to another system than the common system for testing, means 
much less
people are actually going to have the opportunity to integrate it in 
their test suite,
which ultimately reduces GHC QA at large.

-- 
Vincent


More information about the Haskell-Cafe mailing list