pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hs-constraints
Module Name: pkgsrc
Committed By: pho
Date: Thu Jan 30 14:47:35 UTC 2025
Modified Files:
pkgsrc/devel/hs-constraints: Makefile buildlink3.mk distinfo
Log Message:
devel/hs-constraints: update to constraints-0.14.2
0.14.2 [2024.05.12]
-------------------
* Re-export `Log2` from `Data.Constraint.Nat`.
* Add `log2Nat` and `log2Pow` to `Data.Constraint.Nat`.
0.14.1 [2024.04.29]
-------------------
* Remove an unused dependency on the `type-equality` library.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/hs-constraints/Makefile \
pkgsrc/devel/hs-constraints/buildlink3.mk
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/hs-constraints/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/hs-constraints/Makefile
diff -u pkgsrc/devel/hs-constraints/Makefile:1.8 pkgsrc/devel/hs-constraints/Makefile:1.9
--- pkgsrc/devel/hs-constraints/Makefile:1.8 Thu May 9 01:31:50 2024
+++ pkgsrc/devel/hs-constraints/Makefile Thu Jan 30 14:47:35 2025
@@ -1,15 +1,16 @@
-# $NetBSD: Makefile,v 1.8 2024/05/09 01:31:50 pho Exp $
+# $NetBSD: Makefile,v 1.9 2025/01/30 14:47:35 pho Exp $
-DISTNAME= constraints-0.14
-PKGREVISION= 2
+DISTNAME= constraints-0.14.2
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Constraint manipulation
LICENSE= 2-clause-bsd
+HASKELL_UNRESTRICT_DEPENDENCIES+= \
+ hashable
+
.include "../../devel/hs-boring/buildlink3.mk"
.include "../../devel/hs-hashable/buildlink3.mk"
-.include "../../devel/hs-type-equality/buildlink3.mk"
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-constraints/buildlink3.mk
diff -u pkgsrc/devel/hs-constraints/buildlink3.mk:1.8 pkgsrc/devel/hs-constraints/buildlink3.mk:1.9
--- pkgsrc/devel/hs-constraints/buildlink3.mk:1.8 Thu May 9 01:31:50 2024
+++ pkgsrc/devel/hs-constraints/buildlink3.mk Thu Jan 30 14:47:35 2025
@@ -1,17 +1,16 @@
-# $NetBSD: buildlink3.mk,v 1.8 2024/05/09 01:31:50 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.9 2025/01/30 14:47:35 pho Exp $
BUILDLINK_TREE+= hs-constraints
.if !defined(HS_CONSTRAINTS_BUILDLINK3_MK)
HS_CONSTRAINTS_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.hs-constraints+= hs-constraints>=0.13.4
-BUILDLINK_ABI_DEPENDS.hs-constraints+= hs-constraints>=0.14nb2
+BUILDLINK_API_DEPENDS.hs-constraints+= hs-constraints>=0.14.2
+BUILDLINK_ABI_DEPENDS.hs-constraints+= hs-constraints>=0.14.2
BUILDLINK_PKGSRCDIR.hs-constraints?= ../../devel/hs-constraints
.include "../../devel/hs-boring/buildlink3.mk"
.include "../../devel/hs-hashable/buildlink3.mk"
-.include "../../devel/hs-type-equality/buildlink3.mk"
.endif # HS_CONSTRAINTS_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-constraints
Index: pkgsrc/devel/hs-constraints/distinfo
diff -u pkgsrc/devel/hs-constraints/distinfo:1.3 pkgsrc/devel/hs-constraints/distinfo:1.4
--- pkgsrc/devel/hs-constraints/distinfo:1.3 Sun Oct 29 11:26:07 2023
+++ pkgsrc/devel/hs-constraints/distinfo Thu Jan 30 14:47:35 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2023/10/29 11:26:07 pho Exp $
+$NetBSD: distinfo,v 1.4 2025/01/30 14:47:35 pho Exp $
-BLAKE2s (constraints-0.14.tar.gz) = 3625d25003271e24ba3cf46f27ddc35df1028d3f29ae9535f53e9ee83e90ffa4
-SHA512 (constraints-0.14.tar.gz) = 6a3fece894dfa2e18517c33ed39b5bdede496dab009e88348d07eece7662bb999eb306d6448dd7e69e4ae3efc03316bb6530855b4e98afb3f0817e98406ce678
-Size (constraints-0.14.tar.gz) = 20946 bytes
+BLAKE2s (constraints-0.14.2.tar.gz) = 9b48a233f4f2113d4d998f20d2361c2f1054f997238623e4afede1da19bc8252
+SHA512 (constraints-0.14.2.tar.gz) = c5de584da69fca6212ed403bcc1874945f81b7991e10e84e1e9cb8a28ec524741121932c7b01d04f6cfb5ec9463a8227eac14bd00c455e80f3e70f9389ca6b1b
+Size (constraints-0.14.2.tar.gz) = 21204 bytes
Home |
Main Index |
Thread Index |
Old Index