Path to this page:
Subject: CVS commit: wip/hs-haskell-src-exts
From: Ryosuke Moro
Date: 2014-06-27 00:00:39
Message id: E1X0Hj0-0001U0-HG@sfs-ml-1.v29.ch3.sourceforge.com
Log Message:
Update to 1.15.0.1
pkgsrc changes: static -> dynamic
CHANGELOG:
1.15.0 --> 1.15.0.1
===============
* Eliminate inexhaustive patterns (and consequent bugs)
* The test suite for 1.15.0 wouldn't build due to a missing file in the source
distribution. Fixed.
1.14.0.1 --> 1.15.0
===============
* Add support for extensions:
- MultiWayIf
- LambdaCase
- DataKinds
* Remove support for old (deprecated) Generics
* Derive GHC's Generic instances for datatypes
* Derive some missing Data and Typeable instances
* Multiple bug fixes
* Add missing Functor and Applicative instances for monads
* Remove support for GHCs older than 7.4
Files: