#32 Development: add ghc-7.10
Merged 7 years ago by immanetize. Opened 7 years ago by petersen.
Unknown source master  into  master

file modified
+22
@@ -94,4 +94,26 @@

      </para>

    </section>

  

+   <section id="sect-development-ghc-710">

+     <title>GHC 7.10</title>

+     <para>

+       The <application>GHC</application> Haskell compiler is updated to a major new version 7.10.3 in Fedora 25. Notable changes include:

+     </para>

+     <itemizedlist>

+       <listitem>

+         <para>

+           GHC has implemented the "Applicative Monad Proposal" and the "Burning Bridges Proposal", which may require some changes to code. See <ulink url="https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10" /> for help on migrating to 7.10.

+         </para>

+       </listitem>

+       <listitem>

+         <para>

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

+         </para>

+       </listitem>

+     </itemizedlist>

+     <para>

+       For detailed information about <application>GHC</application> version 7.10, see the upstream release notes at <ulink url="http://downloads.haskell.org/~ghc/7.10.3/docs/html/users_guide/release-7-10-1.html" />.

+     </para>

+   </section>

+ 

  </section>

Haskell relnotes for GHC 7.10

Last link is incorrect and should be: https://downloads.haskell.org/~ghc/7.10.3/docs/html/users_guide/release-7-10-3.html

Also here: https://pagure.io/release-notes
the overview section has 2 references to fc17 which need an update.

I think it is better to keep the link as release-7-10-1.html which I did intentionally, since Fedora is moving from 7.8.4 to 7.10.3 and the 7.10.1 release-notes contain a good summary of the changes between 7.8 and 7.10.

Happy to simplify the notes if that is easier, but I would like this Change to be mentioned.

Thanks, Jens. I'll test and merge this evening before publishing for GA.

Pull-Request has been merged by immanetize

7 years ago

Good build, thanks for the update!

Metadata