pkgsrc-WIP-cvs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: wip/hs-vector
Module name: wip
Committed by: szptvlfn
Date: Wed Sep 25 13:13:13 UTC 2013
Modified Files:
wip/hs-vector: Makefile PLIST buildlink3.mk distinfo
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
To generate a diff of this commit:
cvs -z3 rdiff -u -r1.3 -r1.4 wip/hs-vector/PLIST
cvs -z3 rdiff -u -r1.4 -r1.5 wip/hs-vector/buildlink3.mk
cvs -z3 rdiff -u -r1.5 -r1.6 wip/hs-vector/Makefile wip/hs-vector/distinfo
To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hs-vector/PLIST?r1=1.3&r2=1.4
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hs-vector/buildlink3.mk?r1=1.4&r2=1.5
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hs-vector/Makefile?r1=1.5&r2=1.6
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hs-vector/distinfo?r1=1.5&r2=1.6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs
Home |
Main Index |
Thread Index |
Old Index