pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/hs-integer-logarithms Compatibility with upcoming...
details: https://anonhg.NetBSD.org/pkgsrc/rev/43b266942f9c
branches: trunk
changeset: 371970:43b266942f9c
user: pho <pho%pkgsrc.org@localhost>
date: Mon Jan 17 03:10:10 2022 +0000
description:
Compatibility with upcoming GHC 9.0.2
diffstat:
math/hs-integer-logarithms/Makefile | 4 +-
math/hs-integer-logarithms/buildlink3.mk | 4 +-
math/hs-integer-logarithms/distinfo | 3 +-
math/hs-integer-logarithms/patches/patch-integer-logarithms.cabal | 15 ++++++++++
4 files changed, 21 insertions(+), 5 deletions(-)
diffs (61 lines):
diff -r d04cc725241c -r 43b266942f9c math/hs-integer-logarithms/Makefile
--- a/math/hs-integer-logarithms/Makefile Mon Jan 17 01:38:53 2022 +0000
+++ b/math/hs-integer-logarithms/Makefile Mon Jan 17 03:10:10 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2021/05/03 19:01:08 pho Exp $
+# $NetBSD: Makefile,v 1.6 2022/01/17 03:10:10 pho Exp $
DISTNAME= integer-logarithms-1.0.3.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= math
MAINTAINER= pho%cielonegro.org@localhost
diff -r d04cc725241c -r 43b266942f9c math/hs-integer-logarithms/buildlink3.mk
--- a/math/hs-integer-logarithms/buildlink3.mk Mon Jan 17 01:38:53 2022 +0000
+++ b/math/hs-integer-logarithms/buildlink3.mk Mon Jan 17 03:10:10 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2021/05/03 19:01:08 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2022/01/17 03:10:10 pho Exp $
BUILDLINK_TREE+= hs-integer-logarithms
@@ -6,7 +6,7 @@
HS_INTEGER_LOGARITHMS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-integer-logarithms+= hs-integer-logarithms>=1.0.3
-BUILDLINK_ABI_DEPENDS.hs-integer-logarithms+= hs-integer-logarithms>=1.0.3.1nb1
+BUILDLINK_ABI_DEPENDS.hs-integer-logarithms+= hs-integer-logarithms>=1.0.3.1nb2
BUILDLINK_PKGSRCDIR.hs-integer-logarithms?= ../../math/hs-integer-logarithms
.endif # HS_INTEGER_LOGARITHMS_BUILDLINK3_MK
diff -r d04cc725241c -r 43b266942f9c math/hs-integer-logarithms/distinfo
--- a/math/hs-integer-logarithms/distinfo Mon Jan 17 01:38:53 2022 +0000
+++ b/math/hs-integer-logarithms/distinfo Mon Jan 17 03:10:10 2022 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:55:44 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/01/17 03:10:10 pho Exp $
BLAKE2s (integer-logarithms-1.0.3.1.tar.gz) = 3b7f4ffcacd889387ab2b44b3db11b349acb5a6d3206e2869fe21e86fac051c5
SHA512 (integer-logarithms-1.0.3.1.tar.gz) = 670aff419de8d6afd1b7e1a40b68290bcf7aefad788c3b08aebfa5ca3e709f5d22543fce82fb75dc18b3ba0ef6d8a8f61735cde647a7a6c9392a60ec365534b3
Size (integer-logarithms-1.0.3.1.tar.gz) = 9023 bytes
+SHA1 (patch-integer-logarithms.cabal) = 21534700040787d1aaa355744944953ca398effb
diff -r d04cc725241c -r 43b266942f9c math/hs-integer-logarithms/patches/patch-integer-logarithms.cabal
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/hs-integer-logarithms/patches/patch-integer-logarithms.cabal Mon Jan 17 03:10:10 2022 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-integer-logarithms.cabal,v 1.3 2022/01/17 03:10:11 pho Exp $
+
+Compatibility with GHC 9.0.2
+
+--- integer-logarithms.cabal.orig 2022-01-17 03:06:30.101400283 +0000
++++ integer-logarithms.cabal
+@@ -65,7 +65,7 @@ library
+ if impl(ghc >=9.0)
+ build-depends:
+ base >=4.15
+- , ghc-bignum >=1.0 && <1.1
++ , ghc-bignum >=1.0 && <1.2
+
+ if !flag(integer-gmp)
+ build-depends: invalid-cabal-flag-settings <0
Home |
Main Index |
Thread Index |
Old Index