pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hs-th-abstraction Update to th-abstraction-0.4.3.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ae1670d137da
branches:  trunk
changeset: 373426:ae1670d137da
user:      pho <pho%pkgsrc.org@localhost>
date:      Fri Feb 11 12:56:30 2022 +0000

description:
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.

diffstat:

 devel/hs-th-abstraction/Makefile      |  5 ++---
 devel/hs-th-abstraction/buildlink3.mk |  6 +++---
 devel/hs-th-abstraction/distinfo      |  8 ++++----
 3 files changed, 9 insertions(+), 10 deletions(-)

diffs (45 lines):

diff -r 51f6e6991c44 -r ae1670d137da devel/hs-th-abstraction/Makefile
--- a/devel/hs-th-abstraction/Makefile  Fri Feb 11 12:55:22 2022 +0000
+++ b/devel/hs-th-abstraction/Makefile  Fri Feb 11 12:56:30 2022 +0000
@@ -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
diff -r 51f6e6991c44 -r ae1670d137da devel/hs-th-abstraction/buildlink3.mk
--- a/devel/hs-th-abstraction/buildlink3.mk     Fri Feb 11 12:55:22 2022 +0000
+++ b/devel/hs-th-abstraction/buildlink3.mk     Fri Feb 11 12:56:30 2022 +0000
@@ -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
 
diff -r 51f6e6991c44 -r ae1670d137da devel/hs-th-abstraction/distinfo
--- a/devel/hs-th-abstraction/distinfo  Fri Feb 11 12:55:22 2022 +0000
+++ b/devel/hs-th-abstraction/distinfo  Fri Feb 11 12:56:30 2022 +0000
@@ -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