Path to this page:
Subject: CVS commit: wip/hs-vector
From: Ryosuke Moro
Date: 2013-09-25 15:13:13
Message id: E1VOouK-0005Zr-3G@sfs-ml-4.v29.ch3.sourceforge.com
Log Message:
Update to 0.10.9.0
changes:
0.10.9.0
- Implement poly-kinded Typeable
This patch makes the Data.Typeable.Typeable class work with arguments of any
kind. In particular, this removes the Typeable1..7 class hierarchy, greatly
simplyfing the whole Typeable story. Also added is the AutoDeriveTypeable
language extension, which will automatically derive Typeable for all types and
classes declared in that module. Since there is now no good reason to give
handwritten instances of the Typeable class, those are ignored (for backwards
compatibility), and a warning is emitted.
The old, kind-* Typeable class is now called OldTypeable, and lives in the
Data.OldTypeable module. It is deprecated, and should be removed in some future
version of GHC.
- Make inplace fusion work on Streams rather than Bundles
- Readd Fusion.Stream.Monadic and use it Bundle.Monadic
- Add internal checks
- Adapt tests to new names and modules
- Finish Stream -> Bundle renaming
- Rename Facets to Bundle
- Work around bug in ghc-7.6.1
Files: