diff options
author | szptvlfn <szptvlfn@pkgsrc.org> | 2015-12-13 14:08:12 +0000 |
---|---|---|
committer | szptvlfn <szptvlfn@pkgsrc.org> | 2015-12-13 14:08:12 +0000 |
commit | c6ec6bc23633d7c82af766d746aa30a74835f0f4 (patch) | |
tree | c736e1ea4b7e416f7699c7f17f5c2a62854e2269 /devel | |
parent | aac5e0c4436422830e5a3cc722f2dc24e66d528a (diff) | |
download | pkgsrc-c6ec6bc23633d7c82af766d746aa30a74835f0f4.tar.gz |
Update to 0.11.0.0
changelog:
Changes in version 0.11.0.0
* Define `Applicative` instances for `Data.Vector.Fusion.Util.{Box,Id}`
* Define non-bottom `fail` for `instance Monad Vector`
* New generalized stream fusion framework
* Various safety fixes
- Various overflows due to vector size have been eliminated
- Memory is initialized on creation of unboxed vectors
* Changes to SPEC usage to allow building under more conditions
Changes in version 0.10.12.3
* Allow building with `primtive-0.6`
Diffstat (limited to 'devel')
-rw-r--r-- | devel/hs-vector/Makefile | 5 | ||||
-rw-r--r-- | devel/hs-vector/PLIST | 20 | ||||
-rw-r--r-- | devel/hs-vector/buildlink3.mk | 6 | ||||
-rw-r--r-- | devel/hs-vector/distinfo | 10 |
4 files changed, 23 insertions, 18 deletions
diff --git a/devel/hs-vector/Makefile b/devel/hs-vector/Makefile index 3cd8af594a6..c55ca195db6 100644 --- a/devel/hs-vector/Makefile +++ b/devel/hs-vector/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2015/05/09 11:22:26 szptvlfn Exp $ +# $NetBSD: Makefile,v 1.6 2015/12/13 14:08:12 szptvlfn Exp $ -DISTNAME= vector-0.10.12.2 -PKGREVISION= 1 +DISTNAME= vector-0.11.0.0 CATEGORIES= devel MAINTAINER= pho@cielonegro.org diff --git a/devel/hs-vector/PLIST b/devel/hs-vector/PLIST index c1484b21fc0..5d1bd7dc1a3 100644 --- a/devel/hs-vector/PLIST +++ b/devel/hs-vector/PLIST @@ -1,12 +1,14 @@ -@comment $NetBSD: PLIST,v 1.1 2014/05/26 22:02:40 szptvlfn Exp $ +@comment $NetBSD: PLIST,v 1.2 2015/12/13 14:08:12 szptvlfn Exp $ lib/vector-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector.hi -lib/vector-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Fusion/Stream.hi +lib/vector-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Fusion/Bundle.hi +lib/vector-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Fusion/Bundle/Monadic.hi +lib/vector-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Fusion/Bundle/Size.hi lib/vector-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Fusion/Stream/Monadic.hi -lib/vector-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Fusion/Stream/Size.hi lib/vector-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Fusion/Util.hi lib/vector-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Generic.hi lib/vector-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Generic/Base.hi lib/vector-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Generic/Mutable.hi +lib/vector-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Generic/Mutable/Base.hi lib/vector-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Generic/New.hi lib/vector-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Internal/Check.hi lib/vector-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Mutable.hi @@ -23,10 +25,12 @@ lib/vector-${PKGVERSION}/${HASKELL_VERSION}/include/vector.h lib/vector-${PKGVERSION}/${HASKELL_VERSION}/libHSvector-${PKGVERSION}.a lib/vector-${PKGVERSION}/${HASKELL_VERSION}/package-description share/doc/vector-${PKGVERSION}/LICENSE +${PLIST.doc}share/doc/vector-${PKGVERSION}/html/Data-Vector-Fusion-Bundle-Monadic.html +${PLIST.doc}share/doc/vector-${PKGVERSION}/html/Data-Vector-Fusion-Bundle-Size.html +${PLIST.doc}share/doc/vector-${PKGVERSION}/html/Data-Vector-Fusion-Bundle.html ${PLIST.doc}share/doc/vector-${PKGVERSION}/html/Data-Vector-Fusion-Stream-Monadic.html -${PLIST.doc}share/doc/vector-${PKGVERSION}/html/Data-Vector-Fusion-Stream-Size.html -${PLIST.doc}share/doc/vector-${PKGVERSION}/html/Data-Vector-Fusion-Stream.html ${PLIST.doc}share/doc/vector-${PKGVERSION}/html/Data-Vector-Fusion-Util.html +${PLIST.doc}share/doc/vector-${PKGVERSION}/html/Data-Vector-Generic-Mutable-Base.html ${PLIST.doc}share/doc/vector-${PKGVERSION}/html/Data-Vector-Generic-Mutable.html ${PLIST.doc}share/doc/vector-${PKGVERSION}/html/Data-Vector-Generic-New.html ${PLIST.doc}share/doc/vector-${PKGVERSION}/html/Data-Vector-Generic.html @@ -72,10 +76,12 @@ ${PLIST.doc}share/doc/vector-${PKGVERSION}/html/haddock-util.js ${PLIST.doc}share/doc/vector-${PKGVERSION}/html/hslogo-16.png ${PLIST.doc}share/doc/vector-${PKGVERSION}/html/index-frames.html ${PLIST.doc}share/doc/vector-${PKGVERSION}/html/index.html +${PLIST.doc}share/doc/vector-${PKGVERSION}/html/mini_Data-Vector-Fusion-Bundle-Monadic.html +${PLIST.doc}share/doc/vector-${PKGVERSION}/html/mini_Data-Vector-Fusion-Bundle-Size.html +${PLIST.doc}share/doc/vector-${PKGVERSION}/html/mini_Data-Vector-Fusion-Bundle.html ${PLIST.doc}share/doc/vector-${PKGVERSION}/html/mini_Data-Vector-Fusion-Stream-Monadic.html -${PLIST.doc}share/doc/vector-${PKGVERSION}/html/mini_Data-Vector-Fusion-Stream-Size.html -${PLIST.doc}share/doc/vector-${PKGVERSION}/html/mini_Data-Vector-Fusion-Stream.html ${PLIST.doc}share/doc/vector-${PKGVERSION}/html/mini_Data-Vector-Fusion-Util.html +${PLIST.doc}share/doc/vector-${PKGVERSION}/html/mini_Data-Vector-Generic-Mutable-Base.html ${PLIST.doc}share/doc/vector-${PKGVERSION}/html/mini_Data-Vector-Generic-Mutable.html ${PLIST.doc}share/doc/vector-${PKGVERSION}/html/mini_Data-Vector-Generic-New.html ${PLIST.doc}share/doc/vector-${PKGVERSION}/html/mini_Data-Vector-Generic.html diff --git a/devel/hs-vector/buildlink3.mk b/devel/hs-vector/buildlink3.mk index 21b0f2a5295..ec36f909077 100644 --- a/devel/hs-vector/buildlink3.mk +++ b/devel/hs-vector/buildlink3.mk @@ -1,12 +1,12 @@ -# $NetBSD: buildlink3.mk,v 1.6 2015/05/09 11:22:26 szptvlfn Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2015/12/13 14:08:12 szptvlfn Exp $ BUILDLINK_TREE+= hs-vector .if !defined(HS_VECTOR_BUILDLINK3_MK) HS_VECTOR_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.hs-vector+= hs-vector>=0.10.12 -BUILDLINK_ABI_DEPENDS.hs-vector+= hs-vector>=0.10.12.2nb1 +BUILDLINK_API_DEPENDS.hs-vector+= hs-vector>=0.11.0 +BUILDLINK_ABI_DEPENDS.hs-vector+= hs-vector>=0.11.0.0 BUILDLINK_PKGSRCDIR.hs-vector?= ../../devel/hs-vector .include "../../devel/hs-primitive/buildlink3.mk" diff --git a/devel/hs-vector/distinfo b/devel/hs-vector/distinfo index d5022b4918d..fcf0ef2175c 100644 --- a/devel/hs-vector/distinfo +++ b/devel/hs-vector/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 03:27:34 agc Exp $ +$NetBSD: distinfo,v 1.6 2015/12/13 14:08:12 szptvlfn Exp $ -SHA1 (vector-0.10.12.2.tar.gz) = 54fe2b23ef7c867cb1a77af3a3c87840bc3ea607 -RMD160 (vector-0.10.12.2.tar.gz) = c38db18d6b0e388c2172cf8021e1cb087cce345c -SHA512 (vector-0.10.12.2.tar.gz) = 87438b965c12e0ba1805fe0a212806fa5ff356593345bb85311b82e92d753ec2bc050e96ef5106b5e84383b322fff1fbc3d2acf828a18738f401bbf06777b7cb -Size (vector-0.10.12.2.tar.gz) = 103591 bytes +SHA1 (vector-0.11.0.0.tar.gz) = ff428de60145127a7c4de7b66a1c70eb11b87c3a +RMD160 (vector-0.11.0.0.tar.gz) = 7d4b4839385bcfed622b9be1d40801b7b33f03b2 +SHA512 (vector-0.11.0.0.tar.gz) = 4f31e45d08a08c09e5ce73cca4da70e954bf3921d05130b9458c7f2ba267602e0aafc96496595000fd7b82f80aa9147c880917dc64086dab7bf5b2cd426539e0 +Size (vector-0.11.0.0.tar.gz) = 115558 bytes |