From eacb357eb389636517b21c38239d5e1376aca7c5 Mon Sep 17 00:00:00 2001 From: petersen Date: Oct 31 2016 08:29:49 +0000 Subject: Development: add ghc-7.10 add Haskell relnotes for GHC 7.10 --- diff --git a/en-US/Development.xml b/en-US/Development.xml index 5cf6312..46caea6 100644 --- a/en-US/Development.xml +++ b/en-US/Development.xml @@ -94,4 +94,26 @@ +
+ GHC 7.10 + + The GHC Haskell compiler is updated to a major new version 7.10.3 in Fedora 25. Notable changes include: + + + + + GHC has implemented the "Applicative Monad Proposal" and the "Burning Bridges Proposal", which may require some changes to code. See for help on migrating to 7.10. + + + + + GHC now has support for 'partial type signatures', which give you the ability to add 'holes' to a type signature that the compiler can later infer. + + + + + For detailed information about GHC version 7.10, see the upstream release notes at . + +
+