ANNOUNCE: GHC 6.12.1 Release Candidate 1

Ben Franksen ben.franksen at online.de
Mon Oct 12 17:31:41 EDT 2009


Simon Marlow wrote:
> On 12/10/2009 09:04, Serge D. Mechveliani wrote:
>> I have downloaded  ghc-6.12.0.20091010-src.tar.bz2.
>> But where to read the release notes?
>> ANNOUNCE  shows ``version 6.10.1'', and lists the old features.
>> What is the difference of 6.12.1 w.r.to 6.10.4 ?
> 
> Release notes here, for now:
> 
>
http://www.haskell.org/ghc/dist/current/docs/html/users_guide/release-6-12-1.html

In section 1.5.2. Warnings there is a duplication:

"""
 * There are two new warnings if a monadic result of type other than m () is
used in a do block, but its result is not bound. The
flags -fwarn-unused-do-bind and -fwarn-wrong-do-bind control these
warnings. 

 * There is a new warning if a monadic result of type other than m () is not
bound. The flag -fwarn-unused-do-bind controls this warning.
"""

Cheers
Ben



More information about the Glasgow-haskell-users mailing list