pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-th-abstraction



Module Name:    pkgsrc
Committed By:   pho
Date:           Fri Feb 11 12:56:30 UTC 2022

Modified Files:
        pkgsrc/devel/hs-th-abstraction: Makefile buildlink3.mk distinfo

Log Message:
Update to th-abstraction-0.4.3.0

0.4.3.0 -- 2021.08.30
* Make applySubstitution avoid capturing type variable binders when
  substituting into foralls.
* Fix a bug in which resolveTypeSynonyms would incorrectly expand type
  synonyms that are not applied to enough arguments.
* Allow the test suite to build with GHC 9.2.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/hs-th-abstraction/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/hs-th-abstraction/buildlink3.mk \
    pkgsrc/devel/hs-th-abstraction/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-th-abstraction/Makefile
diff -u pkgsrc/devel/hs-th-abstraction/Makefile:1.6 pkgsrc/devel/hs-th-abstraction/Makefile:1.7
--- pkgsrc/devel/hs-th-abstraction/Makefile:1.6 Tue Jan 18 02:48:13 2022
+++ pkgsrc/devel/hs-th-abstraction/Makefile     Fri Feb 11 12:56:30 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2022/01/18 02:48:13 pho Exp $
+# $NetBSD: Makefile,v 1.7 2022/02/11 12:56:30 pho Exp $
 
-DISTNAME=      th-abstraction-0.4.2.0
-PKGREVISION=   2
+DISTNAME=      th-abstraction-0.4.3.0
 CATEGORIES=    devel
 
 MAINTAINER=    pho%cielonegro.org@localhost

Index: pkgsrc/devel/hs-th-abstraction/buildlink3.mk
diff -u pkgsrc/devel/hs-th-abstraction/buildlink3.mk:1.4 pkgsrc/devel/hs-th-abstraction/buildlink3.mk:1.5
--- pkgsrc/devel/hs-th-abstraction/buildlink3.mk:1.4    Tue Jan 18 02:48:13 2022
+++ pkgsrc/devel/hs-th-abstraction/buildlink3.mk        Fri Feb 11 12:56:30 2022
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.4 2022/01/18 02:48:13 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2022/02/11 12:56:30 pho Exp $
 
 BUILDLINK_TREE+=       hs-th-abstraction
 
 .if !defined(HS_TH_ABSTRACTION_BUILDLINK3_MK)
 HS_TH_ABSTRACTION_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.hs-th-abstraction+=      hs-th-abstraction>=0.4.2
-BUILDLINK_ABI_DEPENDS.hs-th-abstraction+=      hs-th-abstraction>=0.4.2.0nb2
+BUILDLINK_API_DEPENDS.hs-th-abstraction+=      hs-th-abstraction>=0.4.3
+BUILDLINK_ABI_DEPENDS.hs-th-abstraction+=      hs-th-abstraction>=0.4.3.0
 BUILDLINK_PKGSRCDIR.hs-th-abstraction?=                ../../devel/hs-th-abstraction
 .endif # HS_TH_ABSTRACTION_BUILDLINK3_MK
 
Index: pkgsrc/devel/hs-th-abstraction/distinfo
diff -u pkgsrc/devel/hs-th-abstraction/distinfo:1.4 pkgsrc/devel/hs-th-abstraction/distinfo:1.5
--- pkgsrc/devel/hs-th-abstraction/distinfo:1.4 Tue Oct 26 10:15:02 2021
+++ pkgsrc/devel/hs-th-abstraction/distinfo     Fri Feb 11 12:56:30 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:15:02 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/02/11 12:56:30 pho Exp $
 
-BLAKE2s (th-abstraction-0.4.2.0.tar.gz) = bce07dc760c941e6fc4e16b9f019f104c70d0d26a5273e119c0b138ab5b3d7e1
-SHA512 (th-abstraction-0.4.2.0.tar.gz) = f67f494c165d7080c45202e58d9e20aa154bf1a7ddaf44643adcfb36d4c62f0b660ab83464a3d06340298b5c7154042d3a956b0ffc5dd99bc5644b52c31e90e4
-Size (th-abstraction-0.4.2.0.tar.gz) = 37848 bytes
+BLAKE2s (th-abstraction-0.4.3.0.tar.gz) = 63bb7fb833cc4c7c759e0dbc4765abd681ba8b24c4c8abf1cdb712eff7cc4023
+SHA512 (th-abstraction-0.4.3.0.tar.gz) = a474bd042721efb83db5f707537589faa320f0e4ccf6bc839c450ff8d0970d3835003c134fc59f88e692d47264b1717bbd053543623dd40aa591155531a31003
+Size (th-abstraction-0.4.3.0.tar.gz) = 38595 bytes



Home | Main Index | Thread Index | Old Index