[Haskell-cafe] [ANNOUNCE] Glasgow Haskell Compiler 8.0.2 is available!

Darren Grant dedgrant at gmail.com
Thu Jan 12 00:30:27 UTC 2017


Wow. Congrats on the release all and thank you for the fixes!

Cheers,
Darren



On Jan 11, 2017 10:42 AM, "Ben Gamari" <ben at well-typed.com> wrote:


           ===============================================
            The Glasgow Haskell Compiler -- version 8.0.2
           ===============================================

The GHC team is happy to at last announce the 8.0.2 release of the
Glasgow Haskell Compiler. Source and binary distributions are available
at

    http://downloads.haskell.org/~ghc/8.0.2/

This is the second release of the 8.0 series and fixes nearly
two-hundred bugs. These include,

  * Interface file build determinism (#4012).

  * Compatibility with macOS Sierra and GCC compilers which compile
    position-independent executables by default

  * Compatibility with systems which use the gold linker

  * Runtime linker fixes on Windows (see #12797)

  * A compiler bug which resulted in undefined reference errors while
    compiling some packages (see #12076)

  * A number of memory consistency bugs in the runtime system

  * A number of efficiency issues in the threaded runtime which manifest
    on larger core counts and large numbers of bound threads.

  * A typechecker bug which caused some programs using
    -XDefaultSignatures to be incorrectly accepted.

  * More than two-hundred other bugs. See Trac [1] for a complete
    listing.

  * #12757, which lead to broken runtime behavior and even crashes in
    the presence of primitive strings.

  * #12844, a type inference issue affecting partial type signatures.

  * A bump of the `directory` library, fixing buggy path
    canonicalization behavior (#12894). Unfortunately this required a
    major version bump in `directory` and minor bumps in several other
    libraries.

  * #12912, where use of the `select` system call would lead to runtime
    system failures with large numbers of open file handles.

  * #10635, wherein -Wredundant-constraints was included in the -Wall
    warning set

A more detailed list of the changes included in this release can be
found in the release notes,

    https://downloads.haskell.org/~ghc/8.0.2/docs/html/users_gui
de/8.0.2-notes.html

Please note that this release breaks with our usual tendency to avoid
major version bumps of core libraries in minor GHC releases by including
an upgrade of the `directory` library to 1.3.0.0.

Also note that, due to a rather serious bug (#13100) affecting Windows
noticed late in the release cycle, the Windows binary distributions were
produced using a slightly patched [2] source tree. Users compiling from
source for Windows should be certain to include this patch in their
build.

This release is the result of six months of effort by the GHC
development community. We'd like to thank everyone who has contributed
code, bug reports, and feedback to this release. It's only due to
their efforts that GHC remains a vibrant and exciting project.


[1] https://ghc.haskell.org/trac/ghc/query?status=closed&milesto
ne=8.0.2&col=id&col=summary&col=status&col=type&col=
priority&col=milestone&col=component&order=priority
[2] http://downloads.haskell.org/~ghc/8.0.2/0001-SysTools-Revert
-linker-flags-change.patch


How to get it
~~~~~~~~~~~~~

Both the source tarball and binary distributions for a wide variety of
platforms
are available at,

    http://www.haskell.org/ghc/

Background
~~~~~~~~~~

Haskell is a standardized lazy functional programming language.

The Glasgow Haskell Compiler (GHC) is a state-of-the-art programming suite
for
Haskell. Included is an optimising compiler generating efficient code for a
variety of platforms, together with an interactive system for convenient,
quick
development. The distribution includes space and time profiling facilities,
a
large collection of libraries, and support for various language extensions,
including concurrency, exceptions, and foreign language interfaces. GHC is
distributed under a BSD-style open source license.

Supported Platforms
~~~~~~~~~~~~~~~~~~~

The list of platforms we support, and the people responsible for them, can
be
found on the GHC wiki

    http://ghc.haskell.org/trac/ghc/wiki/Platforms

Ports to other platforms are possible with varying degrees of difficulty.
The
Building Guide describes how to go about porting to a new platform:

    http://ghc.haskell.org/trac/ghc/wiki/Building

Developers
~~~~~~~~~~

We welcome new contributors. Instructions on getting started with hacking
on GHC
are available from GHC's developer site,

    http://ghc.haskell.org/trac/ghc/

Community Resources
~~~~~~~~~~~~~~~~~~~

There are mailing lists for GHC users, develpoers, and monitoring bug
tracker
activity; to subscribe, use the web interfaces at

    http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users
    http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
    http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-tickets

There are several other Haskell and GHC-related mailing lists on
www.haskell.org; for the full list, see

    https://mail.haskell.org/cgi-bin/mailman/listinfo

Some GHC developers hang out on the #ghc and #haskell of the Freenode IRC
network, too:

    http://www.haskell.org/haskellwiki/IRC_channel

Please report bugs using our bug tracking system. Instructions on reporting
bugs
can be found here:

    http://www.haskell.org/ghc/reportabug

_______________________________________________
Haskell-Cafe mailing list
To (un)subscribe, modify options or view archives go to:
http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
Only members subscribed via the mailman list are allowed to post.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20170111/a4ceee62/attachment.html>


More information about the Haskell-Cafe mailing list