pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/alex



Module Name:    pkgsrc
Committed By:   pho
Date:           Fri Apr 23 00:35:14 UTC 2021

Modified Files:
        pkgsrc/devel/alex: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/alex/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/alex/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/alex/Makefile
diff -u pkgsrc/devel/alex/Makefile:1.5 pkgsrc/devel/alex/Makefile:1.6
--- pkgsrc/devel/alex/Makefile:1.5      Wed Jan  1 05:32:03 2020
+++ pkgsrc/devel/alex/Makefile  Fri Apr 23 00:35:13 2021
@@ -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
 

Index: pkgsrc/devel/alex/distinfo
diff -u pkgsrc/devel/alex/distinfo:1.4 pkgsrc/devel/alex/distinfo:1.5
--- pkgsrc/devel/alex/distinfo:1.4      Wed Jan  1 05:32:03 2020
+++ pkgsrc/devel/alex/distinfo  Fri Apr 23 00:35:13 2021
@@ -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