2014-05-27 00:08:03 by Ryosuke Moro | Files touched by this commit (58) | |
Log message:
Remove hs-blaze-builder, hs-transformers-base, hs-transformers-compat, and
hs-vector, imported to pkgsrc/devel.
|
2014-05-25 23:59:28 by Ryosuke Moro | Files touched by this commit (58) |
Log message:
Remove hs-hashable, hs-primitive, hs-stm, imported to pkgsrc/devel.
|
2014-05-22 23:33:14 by Ryosuke Moro | Files touched by this commit (3) |
Log message:
Update to 0.10.9.2
pkgsrc changes: static -> dynamic
changelog:
Changes in version 0.10.9.2
* Fix compilation with GHC 7.9
|
2014-04-15 12:59:40 by Ryosuke Moro | Files touched by this commit (53) |
Log message:
- ready for HASKELL_ENABLE_HADDOCK_DOCUMENTATION= yes
|
2013-12-05 04:27:13 by PHO / phonohawk | Files touched by this commit (3) | |
Log message:
Upstream update to vector-0.10.9.1
|
2013-09-25 15:13:13 by Ryosuke Moro | Files touched by this commit (4) |
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
|
2013-01-15 10:18:41 by PHO / phonohawk | Files touched by this commit (4) | |
Log message:
Upstream update to vector-0.10.0.1
|
2012-02-02 13:58:32 by PHO / phonohawk | Files touched by this commit (3) | |
Log message:
Upstream update to vector-0.9.1
|
2011-09-27 16:24:34 by PHO / phonohawk | Files touched by this commit (4) | |
Log message:
Upstream update to vector-0.9
|
2011-07-10 09:12:22 by PHO / phonohawk | Files touched by this commit (2) | |
Log message:
Upstream update to vector-0.7.1
|