Path to this page:
Subject: CVS commit: pkgsrc/devel/hs-vector
From: Masatake Daimon
Date: 2023-10-28 19:01:01
Message id: 20231028170101.7E33DFADC@cvs.NetBSD.org
Log Message:
devel/hs-vector: Update to 0.13.1.0
Changes in version 0.13.1.0
* Specialized variants of findIndexR are reexported for all vector
types. #469
* UnboxViaPrim could be used for deriving Unbox instances (V_UnboxViaPrim
constructor is exported) #450
* Fields of Data.Vector.Fusion.Bundle.Size are now strict #456
* Compatibility with future GHC 9.10 release #462
* Test suite no longer fails when built with QuickCheck-2.14 #461
* Doctests now work with current versions of GHC #465
* Various documentation improvements
Files: