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 Update to uuid-types-1.0.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/afa65ec78911
branches:  trunk
changeset: 373493:afa65ec78911
user:      pho <pho%pkgsrc.org@localhost>
date:      Fri Feb 11 13:42:30 2022 +0000

description:
Update to uuid-types-1.0.5

1.0.5 (2021-05-03)
    Add (Template Haskell) Lift UUID instance

diffstat:

 devel/hs-uuid-types/Makefile                       |   5 ++---
 devel/hs-uuid-types/buildlink3.mk                  |   6 +++---
 devel/hs-uuid-types/distinfo                       |   9 +++++----
 devel/hs-uuid-types/patches/patch-uuid-types.cabal |  18 ++++++++++++++++++
 4 files changed, 28 insertions(+), 10 deletions(-)

diffs (68 lines):

diff -r 35985def40dc -r afa65ec78911 devel/hs-uuid-types/Makefile
--- a/devel/hs-uuid-types/Makefile      Fri Feb 11 13:40:58 2022 +0000
+++ b/devel/hs-uuid-types/Makefile      Fri Feb 11 13:42:30 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2022/01/18 02:48:15 pho Exp $
+# $NetBSD: Makefile,v 1.7 2022/02/11 13:42:30 pho Exp $
 
-DISTNAME=      uuid-types-1.0.4
-PKGREVISION=   2
+DISTNAME=      uuid-types-1.0.5
 CATEGORIES=    devel
 
 MAINTAINER=    pho%cielonegro.org@localhost
diff -r 35985def40dc -r afa65ec78911 devel/hs-uuid-types/buildlink3.mk
--- a/devel/hs-uuid-types/buildlink3.mk Fri Feb 11 13:40:58 2022 +0000
+++ b/devel/hs-uuid-types/buildlink3.mk Fri Feb 11 13:42:30 2022 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.6 2022/01/18 02:48:15 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2022/02/11 13:42:30 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.4
-BUILDLINK_ABI_DEPENDS.hs-uuid-types+=  hs-uuid-types>=1.0.4nb2
+BUILDLINK_API_DEPENDS.hs-uuid-types+=  hs-uuid-types>=1.0.5
+BUILDLINK_ABI_DEPENDS.hs-uuid-types+=  hs-uuid-types>=1.0.5
 BUILDLINK_PKGSRCDIR.hs-uuid-types?=    ../../devel/hs-uuid-types
 
 .include "../../devel/hs-hashable/buildlink3.mk"
diff -r 35985def40dc -r afa65ec78911 devel/hs-uuid-types/distinfo
--- a/devel/hs-uuid-types/distinfo      Fri Feb 11 13:40:58 2022 +0000
+++ b/devel/hs-uuid-types/distinfo      Fri Feb 11 13:42:30 2022 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:15:04 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/02/11 13:42:30 pho Exp $
 
-BLAKE2s (uuid-types-1.0.4.tar.gz) = 612ebfc8ae377cf8cc71f733cc7f512d7fa0fb016ce909288095c569fed2c250
-SHA512 (uuid-types-1.0.4.tar.gz) = 7b3e0382c60f67d65edbe62da67e690266cdfceb5128583cb49efdd04845c57a5bbd708663ee7b583dc120c75e468c234f21ab4e6006a5acaa11bc83a8b01e04
-Size (uuid-types-1.0.4.tar.gz) = 11537 bytes
+BLAKE2s (uuid-types-1.0.5.tar.gz) = 3c7b4f78c51e7e33d25d2688d7017a3f6843ae816482cb94d353c7f52150f421
+SHA512 (uuid-types-1.0.5.tar.gz) = 0e0821a426120ab63d991a6cd39ded65a89472751ada4d5fb5e4f12177d8e797ede3b6b74d6817ce260d6334adeb42de31b0073389f58a27a06ec8ea4a574ef6
+Size (uuid-types-1.0.5.tar.gz) = 11922 bytes
+SHA1 (patch-uuid-types.cabal) = d54fba053ee7c68725beeacd902347e84cfb8592
diff -r 35985def40dc -r afa65ec78911 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        Fri Feb 11 13:42:30 2022 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-uuid-types.cabal,v 1.3 2022/02/11 13:42:30 pho Exp $
+
+Fix build with GHC 9.2
+
+--- uuid-types.cabal.orig      2001-09-09 01:46:40.000000000 +0000
++++ uuid-types.cabal
+@@ -49,9 +49,9 @@ library
+     , binary            >=0.5.1.0 && <0.9
+     , bytestring        >=0.9.2.1 && <0.12
+     , deepseq           >=1.3.0.0 && <1.5
+-    , hashable          >=1.2.7.0 && <1.4
++    , hashable          >=1.2.7.0 && <1.5
+     , random            >=1.1     && <1.3
+-    , template-haskell  >=2.7.0.0 && <2.18
++    , template-haskell  >=2.7.0.0 && <2.19
+     , text              >=1.2.3.0 && <1.3
+ 
+   exposed-modules:  Data.UUID.Types



Home | Main Index | Thread Index | Old Index