pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hs-uuid-types Import uuid-types-1.0.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3670eb1ab6ba
branches:  trunk
changeset: 346462:3670eb1ab6ba
user:      pho <pho%pkgsrc.org@localhost>
date:      Wed Jan 01 02:08:38 2020 +0000

description:
Import uuid-types-1.0.3

This library contains type definitions for Universally Unique
Identifiers and basic conversion functions. See
http://en.wikipedia.org/wiki/UUID for the general idea.

diffstat:

 devel/hs-uuid-types/DESCR                          |   3 +++
 devel/hs-uuid-types/Makefile                       |  13 +++++++++++++
 devel/hs-uuid-types/buildlink3.mk                  |  16 ++++++++++++++++
 devel/hs-uuid-types/distinfo                       |   7 +++++++
 devel/hs-uuid-types/patches/patch-uuid-types.cabal |  15 +++++++++++++++
 5 files changed, 54 insertions(+), 0 deletions(-)

diffs (74 lines):

diff -r b3721e14a980 -r 3670eb1ab6ba devel/hs-uuid-types/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-uuid-types/DESCR Wed Jan 01 02:08:38 2020 +0000
@@ -0,0 +1,3 @@
+This library contains type definitions for Universally Unique
+Identifiers and basic conversion functions. See
+http://en.wikipedia.org/wiki/UUID for the general idea.
diff -r b3721e14a980 -r 3670eb1ab6ba devel/hs-uuid-types/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-uuid-types/Makefile      Wed Jan 01 02:08:38 2020 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2020/01/01 02:08:38 pho Exp $
+
+DISTNAME=      uuid-types-1.0.3
+CATEGORIES=    devel
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Type definitions for Universally Unique Identifiers
+LICENSE=       modified-bsd
+
+.include "../../mk/haskell.mk"
+.include "../../devel/hs-hashable/buildlink3.mk"
+.include "../../devel/hs-text/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b3721e14a980 -r 3670eb1ab6ba devel/hs-uuid-types/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-uuid-types/buildlink3.mk Wed Jan 01 02:08:38 2020 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/01 02:08:38 pho Exp $
+
+BUILDLINK_TREE+=       hs-uuid-types
+
+.if !defined(HS_UUID_TYPES_BUILDLINK3_MK)
+HS_UUID_TYPES_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-uuid-types+=  hs-uuid-types>=1.0.3
+BUILDLINK_ABI_DEPENDS.hs-uuid-types+=  hs-uuid-types>=1.0.3
+BUILDLINK_PKGSRCDIR.hs-uuid-types?=    ../../devel/hs-uuid-types
+
+.include "../../devel/hs-hashable/buildlink3.mk"
+.include "../../devel/hs-text/buildlink3.mk"
+.endif # HS_UUID_TYPES_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-uuid-types
diff -r b3721e14a980 -r 3670eb1ab6ba devel/hs-uuid-types/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-uuid-types/distinfo      Wed Jan 01 02:08:38 2020 +0000
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2020/01/01 02:08:38 pho Exp $
+
+SHA1 (uuid-types-1.0.3.tar.gz) = ba2dc845681fcf1cbb1de657e8f889762108e726
+RMD160 (uuid-types-1.0.3.tar.gz) = c308fb6772f4dff0a6a7f561610c5a739b636a12
+SHA512 (uuid-types-1.0.3.tar.gz) = 039bccea9ee22388a50e3e233c95afdd3a59f01aa5f552dcd8e8c1ded8f9da210933c58a4d9cc0913c768b587c24ee27fa0eed15e531846ea841b666f513df9e
+Size (uuid-types-1.0.3.tar.gz) = 11999 bytes
+SHA1 (patch-uuid-types.cabal) = 7d7bb385ef7beb742c2e1db5a7f89da705063929
diff -r b3721e14a980 -r 3670eb1ab6ba devel/hs-uuid-types/patches/patch-uuid-types.cabal
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-uuid-types/patches/patch-uuid-types.cabal        Wed Jan 01 02:08:38 2020 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-uuid-types.cabal,v 1.1 2020/01/01 02:08:39 pho Exp $
+
+Relax the upper bound of hashable
+
+--- uuid-types.cabal.orig      2016-04-02 19:47:47.000000000 +0000
++++ uuid-types.cabal
+@@ -30,7 +30,7 @@ Library
+                 binary >= 0.4 && < 0.9,
+                 bytestring >= 0.9 && < 0.11,
+                 deepseq >= 1.3 && < 1.5,
+-                hashable (>= 1.1.1.0 && < 1.2.0) || (>= 1.2.1 && < 1.3),
++                hashable (>= 1.1.1.0 && < 1.2.0) || (>= 1.2.1 && < 1.4),
+                 random >= 1.0.1 && < 1.2,
+                 text >= 1 && < 1.3
+ 



Home | Main Index | Thread Index | Old Index