pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/alex Update to alex-3.2.6
details: https://anonhg.NetBSD.org/pkgsrc/rev/e275f378e7c5
branches: trunk
changeset: 450852:e275f378e7c5
user: pho <pho%pkgsrc.org@localhost>
date: Fri Apr 23 00:35:13 2021 +0000
description:
Update to alex-3.2.6
Changes in 3.2.6:
Support for the GHC 9.2.
The array access primops now use the fixed-sized numeric types
corresponding to the width of the data accessed. Additionally, the
primops to convert to and from fixed-sized numeric types have been
given new names.
9.2 isn't cut yet, so these changes are somewhat
speculative. Unfortunately, GHC must use a released version of
Alex (and Happy) at all times until further changes have been
made, so we must make the release to actually implement these
changes in GHC.
If the final GHC 9.2 ends up being different, this release will be
marked broken to make it less likely people use it by accident.
diffstat:
devel/alex/Makefile | 4 ++--
devel/alex/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 6a3713ee3ff4 -r e275f378e7c5 devel/alex/Makefile
--- a/devel/alex/Makefile Fri Apr 23 00:28:26 2021 +0000
+++ b/devel/alex/Makefile Fri Apr 23 00:35:13 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2020/01/01 05:32:03 pho Exp $
+# $NetBSD: Makefile,v 1.6 2021/04/23 00:35:13 pho Exp $
-DISTNAME= alex-3.2.5
+DISTNAME= alex-3.2.6
PKGNAME= ${DISTNAME}
CATEGORIES= devel
diff -r 6a3713ee3ff4 -r e275f378e7c5 devel/alex/distinfo
--- a/devel/alex/distinfo Fri Apr 23 00:28:26 2021 +0000
+++ b/devel/alex/distinfo Fri Apr 23 00:35:13 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2020/01/01 05:32:03 pho Exp $
+$NetBSD: distinfo,v 1.5 2021/04/23 00:35:13 pho Exp $
-SHA1 (alex-3.2.5.tar.gz) = b3c20439916813ecd81604813594bd4ee2fd3331
-RMD160 (alex-3.2.5.tar.gz) = d1ba9a2e529ec162c9c9a9c45b4dc1babc05a1f6
-SHA512 (alex-3.2.5.tar.gz) = 5823fb066c5ec67256108cfc1550703b86881f319337922e7248fb33def374f0010c60605538a49cfaaa880b0f73ace9dba6d088c078f3c455c5d9adce2719c9
-Size (alex-3.2.5.tar.gz) = 108531 bytes
+SHA1 (alex-3.2.6.tar.gz) = e7a3edf35cb57e02c8681218ae76d02dd2920187
+RMD160 (alex-3.2.6.tar.gz) = ee6959ee67aa39beca1c8b82cc5cbb70fdfc2f6d
+SHA512 (alex-3.2.6.tar.gz) = 05b6e55e9a1c348aea599d1130780a3d2a0a7c5f1db00b2c98bd34737cac9d48842fb1b1f98947a99d99013f94e39a6ffee1af8546f02fb2d32fcf362ff0f83c
+Size (alex-3.2.6.tar.gz) = 108832 bytes
Home |
Main Index |
Thread Index |
Old Index