pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/hs-vector-binary-instances Import vector-binary-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd60eeaa522a
branches:  trunk
changeset: 409738:dd60eeaa522a
user:      pho <pho%pkgsrc.org@localhost>
date:      Mon Jan 20 01:04:20 2020 +0000

description:
Import vector-binary-instances-0.2.5.1

Instances for Binary for the types defined in the vector package,
making it easy to serialize vectors to and from disk. We use the
generic interface to vectors, so all vector types are
supported. Specific instances are provided for unboxed, boxed and
storable vectors.

diffstat:

 devel/hs-vector-binary-instances/DESCR                                       |   5 +++
 devel/hs-vector-binary-instances/Makefile                                    |  12 ++++++++
 devel/hs-vector-binary-instances/buildlink3.mk                               |  15 ++++++++++
 devel/hs-vector-binary-instances/distinfo                                    |   7 ++++
 devel/hs-vector-binary-instances/patches/patch-vector-binary-instances.cabal |  15 ++++++++++
 5 files changed, 54 insertions(+), 0 deletions(-)

diffs (74 lines):

diff -r 2f4c4c6603b2 -r dd60eeaa522a devel/hs-vector-binary-instances/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-vector-binary-instances/DESCR    Mon Jan 20 01:04:20 2020 +0000
@@ -0,0 +1,5 @@
+Instances for Binary for the types defined in the vector package,
+making it easy to serialize vectors to and from disk. We use the
+generic interface to vectors, so all vector types are
+supported. Specific instances are provided for unboxed, boxed and
+storable vectors.
diff -r 2f4c4c6603b2 -r dd60eeaa522a devel/hs-vector-binary-instances/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-vector-binary-instances/Makefile Mon Jan 20 01:04:20 2020 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2020/01/20 01:04:20 pho Exp $
+
+DISTNAME=      vector-binary-instances-0.2.5.1
+CATEGORIES=    devel
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Instances of Data.Binary for vector
+LICENSE=       modified-bsd
+
+.include "../../devel/hs-vector/buildlink3.mk"
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2f4c4c6603b2 -r dd60eeaa522a devel/hs-vector-binary-instances/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-vector-binary-instances/buildlink3.mk    Mon Jan 20 01:04:20 2020 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/20 01:04:20 pho Exp $
+
+BUILDLINK_TREE+=       hs-vector-binary-instances
+
+.if !defined(HS_VECTOR_BINARY_INSTANCES_BUILDLINK3_MK)
+HS_VECTOR_BINARY_INSTANCES_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-vector-binary-instances+=     hs-vector-binary-instances>=0.2.5
+BUILDLINK_ABI_DEPENDS.hs-vector-binary-instances+=     hs-vector-binary-instances>=0.2.5.1
+BUILDLINK_PKGSRCDIR.hs-vector-binary-instances?=       ../../devel/hs-vector-binary-instances
+
+.include "../../devel/hs-vector/buildlink3.mk"
+.endif # HS_VECTOR_BINARY_INSTANCES_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-vector-binary-instances
diff -r 2f4c4c6603b2 -r dd60eeaa522a devel/hs-vector-binary-instances/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-vector-binary-instances/distinfo Mon Jan 20 01:04:20 2020 +0000
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2020/01/20 01:04:20 pho Exp $
+
+SHA1 (vector-binary-instances-0.2.5.1.tar.gz) = 7efc9dc0ac4bbfd051d2900e61e9369a25a9bb11
+RMD160 (vector-binary-instances-0.2.5.1.tar.gz) = e7c80919e910f878eb5ef555dbb20fc248f6949c
+SHA512 (vector-binary-instances-0.2.5.1.tar.gz) = a16202b8ca3f88df82c27b37511087008579296363c73fe09ab19b00dee0fbaf98699b79b08d7e7410fcd062c03f2c5d1560f6b1c9ebf1ab8290596a35758be0
+Size (vector-binary-instances-0.2.5.1.tar.gz) = 4067 bytes
+SHA1 (patch-vector-binary-instances.cabal) = 00deae174b78dbfc8684843d90205ff8ab80260a
diff -r 2f4c4c6603b2 -r dd60eeaa522a devel/hs-vector-binary-instances/patches/patch-vector-binary-instances.cabal
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-vector-binary-instances/patches/patch-vector-binary-instances.cabal      Mon Jan 20 01:04:20 2020 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-vector-binary-instances.cabal,v 1.1 2020/01/20 01:04:21 pho Exp $
+
+Fix build with GHC 8.8
+
+--- vector-binary-instances.cabal.orig 2018-11-02 16:48:37.000000000 +0000
++++ vector-binary-instances.cabal
+@@ -53,7 +53,7 @@ Library
+ 
+   -- Packages needed in order to build this package.
+   Build-depends:
+-    base > 3 && < 4.13,
++    base > 3 && < 4.14,
+     vector >= 0.6 && < 0.13,
+     binary >= 0.5 && < 0.11
+ 



Home | Main Index | Thread Index | Old Index