pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/time/hs-time-compat Update to time-compat-1.9.6.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/a3bdc5957b9c
branches: trunk
changeset: 373558:a3bdc5957b9c
user: pho <pho%pkgsrc.org@localhost>
date: Sat Feb 12 05:03:42 2022 +0000
description:
Update to time-compat-1.9.6.1
1.9.6.1
* Support time-1.12.
1.9.6
* Move Hashable instance here from hashable-time package. Note: ZonedTime
instance is dropped, as ZonedTime doesn't have Eq instance.
* Drop GHC-7.0 and GHC-7.2 support.
diffstat:
time/hs-time-compat/Makefile | 8 +++-----
time/hs-time-compat/buildlink3.mk | 9 ++++-----
time/hs-time-compat/distinfo | 10 +++++-----
time/hs-time-compat/patches/patch-time-compat.cabal | 19 ++++++++++++-------
4 files changed, 24 insertions(+), 22 deletions(-)
diffs (93 lines):
diff -r add9edafc82e -r a3bdc5957b9c time/hs-time-compat/Makefile
--- a/time/hs-time-compat/Makefile Sat Feb 12 05:01:36 2022 +0000
+++ b/time/hs-time-compat/Makefile Sat Feb 12 05:03:42 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2022/01/18 02:48:30 pho Exp $
+# $NetBSD: Makefile,v 1.6 2022/02/12 05:03:42 pho Exp $
-DISTNAME= time-compat-1.9.5
-PKGREVISION= 2
+DISTNAME= time-compat-1.9.6.1
CATEGORIES= time
MAINTAINER= pho%cielonegro.org@localhost
@@ -10,7 +9,6 @@
.include "../../mk/haskell.mk"
.include "../../devel/hs-base-orphans/buildlink3.mk"
-.include "../../devel/hs-fail/buildlink3.mk"
-.include "../../devel/hs-old-locale/buildlink3.mk"
+.include "../../devel/hs-hashable/buildlink3.mk"
.include "../../math/hs-semigroups/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r add9edafc82e -r a3bdc5957b9c time/hs-time-compat/buildlink3.mk
--- a/time/hs-time-compat/buildlink3.mk Sat Feb 12 05:01:36 2022 +0000
+++ b/time/hs-time-compat/buildlink3.mk Sat Feb 12 05:03:42 2022 +0000
@@ -1,17 +1,16 @@
-# $NetBSD: buildlink3.mk,v 1.4 2022/01/18 02:48:30 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2022/02/12 05:03:42 pho Exp $
BUILDLINK_TREE+= hs-time-compat
.if !defined(HS_TIME_COMPAT_BUILDLINK3_MK)
HS_TIME_COMPAT_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.hs-time-compat+= hs-time-compat>=1.9.5
-BUILDLINK_ABI_DEPENDS.hs-time-compat?= hs-time-compat>=1.9.5nb2
+BUILDLINK_API_DEPENDS.hs-time-compat+= hs-time-compat>=1.9.6
+BUILDLINK_ABI_DEPENDS.hs-time-compat?= hs-time-compat>=1.9.6.1
BUILDLINK_PKGSRCDIR.hs-time-compat?= ../../time/hs-time-compat
.include "../../devel/hs-base-orphans/buildlink3.mk"
-.include "../../devel/hs-fail/buildlink3.mk"
-.include "../../devel/hs-old-locale/buildlink3.mk"
+.include "../../devel/hs-hashable/buildlink3.mk"
.include "../../math/hs-semigroups/buildlink3.mk"
.endif # HS_TIME_COMPAT_BUILDLINK3_MK
diff -r add9edafc82e -r a3bdc5957b9c time/hs-time-compat/distinfo
--- a/time/hs-time-compat/distinfo Sat Feb 12 05:01:36 2022 +0000
+++ b/time/hs-time-compat/distinfo Sat Feb 12 05:03:42 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:24:21 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/02/12 05:03:42 pho Exp $
-BLAKE2s (time-compat-1.9.5.tar.gz) = 9c2eef9f1560695a5aeb571af003291dac2900f924a7b676ab70aaf6830f91a0
-SHA512 (time-compat-1.9.5.tar.gz) = c5e61242140c5bca4ca3b8e6f9f1058128cce40ac77ed3009a82d511b3ac9c0a2423bf0de1369c49e65a22fb8d864b1c9351994730951e5e302c5d17f131db83
-Size (time-compat-1.9.5.tar.gz) = 59336 bytes
-SHA1 (patch-time-compat.cabal) = 71cbb0962b885cc007ebcba893d5be0f90686918
+BLAKE2s (time-compat-1.9.6.1.tar.gz) = 8a3268b3a48c7692ae50f0dc6003d144614d1816edad371b8c464baa9cd2e553
+SHA512 (time-compat-1.9.6.1.tar.gz) = ca0b19aa5e7948fd7d9fbd8ff5e1b0f93a2d8d410d515e7078b40370e7d9fc363c111d53551d57a0320efb0894bcc2210afa8fc04da9f003ded626f53b7e58ea
+Size (time-compat-1.9.6.1.tar.gz) = 59964 bytes
+SHA1 (patch-time-compat.cabal) = 056f2f13e0cb56d81652b9850d965248b04f7088
diff -r add9edafc82e -r a3bdc5957b9c time/hs-time-compat/patches/patch-time-compat.cabal
--- a/time/hs-time-compat/patches/patch-time-compat.cabal Sat Feb 12 05:01:36 2022 +0000
+++ b/time/hs-time-compat/patches/patch-time-compat.cabal Sat Feb 12 05:03:42 2022 +0000
@@ -1,15 +1,20 @@
-$NetBSD: patch-time-compat.cabal,v 1.2 2021/04/23 06:34:48 pho Exp $
+$NetBSD: patch-time-compat.cabal,v 1.3 2022/02/12 05:03:42 pho Exp $
-Fix build with GHC 9.
+Fix build with GHC 9.2
--- time-compat.cabal.orig 2001-09-09 01:46:40.000000000 +0000
+++ time-compat.cabal
-@@ -54,7 +54,7 @@ library
+@@ -53,11 +53,11 @@ library
default-extensions: Trustworthy
build-depends:
-- base >=4.3 && <4.15
-+ base >=4.3 && <5
- , base-orphans >=0.8.1 && <0.9
+- base >=4.5 && <4.16
++ base >=4.5 && <5
+ , base-orphans >=0.8.4 && <0.9
, deepseq >=1.3.0.0 && <1.4 || >=1.4.1.1 && <1.5
- , time >=1.2 && <1.3 || >=1.4 && <1.7 || >=1.8 && <1.9 || >=1.9.2 && <1.9.4 || >=1.10 && <1.10.1 || >=1.11 && <1.11.2
+ , time >=1.4 && <1.7 || >=1.8 && <1.9 || >=1.9.2 && <1.9.4 || >=1.10 && <1.10.1 || >=1.11 && <1.11.2 || >=1.12 && <1.13
+- , hashable >=1.3.2.0 && <1.4
++ , hashable >=1.3.2.0 && <1.5
+
+ if flag(old-locale)
+ build-depends:
Home |
Main Index |
Thread Index |
Old Index