pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/hs-integer-logarithms



Module Name:    pkgsrc
Committed By:   pho
Date:           Mon Jan 17 03:10:11 UTC 2022

Modified Files:
        pkgsrc/math/hs-integer-logarithms: Makefile buildlink3.mk distinfo
Added Files:
        pkgsrc/math/hs-integer-logarithms/patches:
            patch-integer-logarithms.cabal

Log Message:
Compatibility with upcoming GHC 9.0.2


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/hs-integer-logarithms/Makefile \
    pkgsrc/math/hs-integer-logarithms/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/hs-integer-logarithms/buildlink3.mk
cvs rdiff -u -r0 -r1.3 \
    pkgsrc/math/hs-integer-logarithms/patches/patch-integer-logarithms.cabal

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/hs-integer-logarithms/Makefile
diff -u pkgsrc/math/hs-integer-logarithms/Makefile:1.5 pkgsrc/math/hs-integer-logarithms/Makefile:1.6
--- pkgsrc/math/hs-integer-logarithms/Makefile:1.5      Mon May  3 19:01:08 2021
+++ pkgsrc/math/hs-integer-logarithms/Makefile  Mon Jan 17 03:10:10 2022
@@ -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
Index: pkgsrc/math/hs-integer-logarithms/distinfo
diff -u pkgsrc/math/hs-integer-logarithms/distinfo:1.5 pkgsrc/math/hs-integer-logarithms/distinfo:1.6
--- pkgsrc/math/hs-integer-logarithms/distinfo:1.5      Tue Oct 26 10:55:44 2021
+++ pkgsrc/math/hs-integer-logarithms/distinfo  Mon Jan 17 03:10:10 2022
@@ -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

Index: pkgsrc/math/hs-integer-logarithms/buildlink3.mk
diff -u pkgsrc/math/hs-integer-logarithms/buildlink3.mk:1.3 pkgsrc/math/hs-integer-logarithms/buildlink3.mk:1.4
--- pkgsrc/math/hs-integer-logarithms/buildlink3.mk:1.3 Mon May  3 19:01:08 2021
+++ pkgsrc/math/hs-integer-logarithms/buildlink3.mk     Mon Jan 17 03:10:10 2022
@@ -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 @@ BUILDLINK_TREE+=        hs-integer-logarithms
 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
 

Added files:

Index: pkgsrc/math/hs-integer-logarithms/patches/patch-integer-logarithms.cabal
diff -u /dev/null pkgsrc/math/hs-integer-logarithms/patches/patch-integer-logarithms.cabal:1.3
--- /dev/null   Mon Jan 17 03:10:11 2022
+++ pkgsrc/math/hs-integer-logarithms/patches/patch-integer-logarithms.cabal    Mon Jan 17 03:10:11 2022
@@ -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