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:           Thu Jan 30 04:33:40 UTC 2025

Modified Files:
        pkgsrc/math/hs-integer-logarithms: Makefile buildlink3.mk distinfo

Log Message:
math/hs-integer-logarithms: update to integer-logarithms-1.0.4

1.0.4
-----

- Drop support for GHCs prior 8.6.5
- GHC-9.12 support


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/math/hs-integer-logarithms/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/hs-integer-logarithms/buildlink3.mk
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/hs-integer-logarithms/distinfo

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.14 pkgsrc/math/hs-integer-logarithms/Makefile:1.15
--- pkgsrc/math/hs-integer-logarithms/Makefile:1.14     Thu May  9 01:32:26 2024
+++ pkgsrc/math/hs-integer-logarithms/Makefile  Thu Jan 30 04:33:39 2025
@@ -1,17 +1,11 @@
-# $NetBSD: Makefile,v 1.14 2024/05/09 01:32:26 pho Exp $
+# $NetBSD: Makefile,v 1.15 2025/01/30 04:33:39 pho Exp $
 
-DISTNAME=      integer-logarithms-1.0.3.1
-PKGREVISION=   9
+DISTNAME=      integer-logarithms-1.0.4
 CATEGORIES=    math
 
 MAINTAINER=    pho%cielonegro.org@localhost
 COMMENT=       Integer logarithms
 LICENSE=       mit
 
-HASKELL_UNRESTRICT_DEPENDENCIES+=      \
-       base    \
-       ghc-prim        \
-       ghc-bignum
-
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/math/hs-integer-logarithms/buildlink3.mk
diff -u pkgsrc/math/hs-integer-logarithms/buildlink3.mk:1.11 pkgsrc/math/hs-integer-logarithms/buildlink3.mk:1.12
--- pkgsrc/math/hs-integer-logarithms/buildlink3.mk:1.11        Thu May  9 01:32:26 2024
+++ pkgsrc/math/hs-integer-logarithms/buildlink3.mk     Thu Jan 30 04:33:39 2025
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.11 2024/05/09 01:32:26 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.12 2025/01/30 04:33:39 pho Exp $
 
 BUILDLINK_TREE+=       hs-integer-logarithms
 
 .if !defined(HS_INTEGER_LOGARITHMS_BUILDLINK3_MK)
 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.1nb9
+BUILDLINK_API_DEPENDS.hs-integer-logarithms+=  hs-integer-logarithms>=1.0.4
+BUILDLINK_ABI_DEPENDS.hs-integer-logarithms+=  hs-integer-logarithms>=1.0.4
 BUILDLINK_PKGSRCDIR.hs-integer-logarithms?=    ../../math/hs-integer-logarithms
 .endif # HS_INTEGER_LOGARITHMS_BUILDLINK3_MK
 

Index: pkgsrc/math/hs-integer-logarithms/distinfo
diff -u pkgsrc/math/hs-integer-logarithms/distinfo:1.8 pkgsrc/math/hs-integer-logarithms/distinfo:1.9
--- pkgsrc/math/hs-integer-logarithms/distinfo:1.8      Tue Jan 24 12:51:03 2023
+++ pkgsrc/math/hs-integer-logarithms/distinfo  Thu Jan 30 04:33:39 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2023/01/24 12:51:03 pho Exp $
+$NetBSD: distinfo,v 1.9 2025/01/30 04:33:39 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
+BLAKE2s (integer-logarithms-1.0.4.tar.gz) = d1c24797cfc6b6a9226b9e9f4a9d80540a0600a9c383d42b6be7ebcb6a140668
+SHA512 (integer-logarithms-1.0.4.tar.gz) = aa9eddff5bc8db9f1cca8a9250388d6d84498b1d443acecae116ac79ef50c7d5aa0ff3d018e8d999f0990d2862d5de87ec8971339bec571b417db6bbeaca8586
+Size (integer-logarithms-1.0.4.tar.gz) = 8948 bytes



Home | Main Index | Thread Index | Old Index