From 875e0491535fb4ff08c9b5bf0f45869386c4c05a Mon Sep 17 00:00:00 2001 From: Petr Bokoc Date: May 16 2018 22:17:19 +0000 Subject: Fix #108 - GHC 8.2 --- diff --git a/en-US/developers/Development_Haskell.adoc b/en-US/developers/Development_Haskell.adoc index 911b506..2963d95 100644 --- a/en-US/developers/Development_Haskell.adoc +++ b/en-US/developers/Development_Haskell.adoc @@ -3,3 +3,13 @@ include::en-US/entities.adoc[] [[sect-haskell]] = Haskell + +== GHC 8.2 +Fedora 28 brings version 8.2.2 of the *GHC* Haskell compiler. + +For full information about new features and bug fixes in this update, see the upstream release notes at: + +* link:++https://downloads.haskell.org/~ghc/8.2.2/docs/html/users_guide/8.2.1-notes.html++[8.2.1 Release Notes] +* link:++https://downloads.haskell.org/~ghc/8.2.2/docs/html/users_guide/8.2.2-notes.html++[8.2.2 Release Notes] + +If you want to migrate your applications from GHC 8.0 to this version, see the link:++https://ghc.haskell.org/trac/ghc/wiki/Migration/8.2++[upstream migration guide].