Path to this page:
Subject: CVS commit: pkgsrc/devel/hs-vector
From: Masatake Daimon
Date: 2020-01-01 03:43:36
Message id: 20200101024336.3FDE7FA97@cvs.NetBSD.org
Log Message:
Update to vector-0.12.0.3
Changes in version 0.12.0.3
* Add support for ghc >=8.8 monad fail
Changes in version 0.12.0.2
* Fixes issue #220, compact heap operations crashing on boxed vectors
constructed using traverse.
* remove usage of Data.Primitive.Address and clarify the memset Prim
Storable smuggling trick in Vector.Storable.Mutable
* backport injective type family support
Changes in version 0.12.0.1
* Make sure `length` can be inlined
* Include modules that test-suites depend on in other-modules
Changes in version 0.12.0.0
* Documentation fixes/additions
* New functions: createT, iscanl/r, iterateNM, unfoldrM, uniq
* New instances for various vector types: Semigroup, MonadZip
* Made `Storable` vectors respect memory alignment
* Changed some macros to ConstraintKinds
* Dropped compatibility with old GHCs to support this
* Add `Eq1`, `Ord1`, `Show1`, and `Read1` `Vector` instances, and
related helper functions.
* Relax context for `Unbox (Complex a)`.
Files: