pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/happy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 20 10:15:05 UTC 2025

Modified Files:
        pkgsrc/devel/happy: Makefile distinfo

Log Message:
devel/happy: update to happy-2.1.6

## 2.1.6

* No longer emit `{-# LANGUAGE PartialTypeSignatures #-}` twice
  ([#339](https://github.com/haskell/happy/issues/339)).

* No longer emit `import Data.Function` twice
  ([#341](https://github.com/haskell/happy/issues/341)).

* Tested with GHC 8.0 - 9.12.2.
  The Haskell code generated by Happy is for GHC 8.0 and up.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/happy/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/happy/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/happy/Makefile
diff -u pkgsrc/devel/happy/Makefile:1.22 pkgsrc/devel/happy/Makefile:1.23
--- pkgsrc/devel/happy/Makefile:1.22    Wed Mar  5 03:38:59 2025
+++ pkgsrc/devel/happy/Makefile Sun Jul 20 10:15:05 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2025/03/05 03:38:59 pho Exp $
+# $NetBSD: Makefile,v 1.23 2025/07/20 10:15:05 wiz Exp $
 
-DISTNAME=      happy-2.1.5
+DISTNAME=      happy-2.1.6
 PKGNAME=       ${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel
 
 MAINTAINER=    esg%sdf.lonestar.org@localhost

Index: pkgsrc/devel/happy/distinfo
diff -u pkgsrc/devel/happy/distinfo:1.13 pkgsrc/devel/happy/distinfo:1.14
--- pkgsrc/devel/happy/distinfo:1.13    Wed Feb 19 13:27:15 2025
+++ pkgsrc/devel/happy/distinfo Sun Jul 20 10:15:05 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2025/02/19 13:27:15 wiz Exp $
+$NetBSD: distinfo,v 1.14 2025/07/20 10:15:05 wiz Exp $
 
-BLAKE2s (happy-2.1.5.tar.gz) = f422dabaf40c6e4709055a2bff9393f68a8c38a45379da3447b5de96f3bde528
-SHA512 (happy-2.1.5.tar.gz) = 4775a448f1f65680a91e74ac1366dbed3ac34ee7802e6421d0614285f77065a49962010a412e4883de98706be15ce5e0aba2d7c7a1ae19c687d8804acfbc214a
-Size (happy-2.1.5.tar.gz) = 61293 bytes
+BLAKE2s (happy-2.1.6.tar.gz) = a2279eba90449afb7556916eaa070417cdbf953f8ba88785dbea8e5b4fd829a6
+SHA512 (happy-2.1.6.tar.gz) = a00dd06645dd7658f8675d68365e96460479e50760d395707f688d8d4a157d114c6a0228ff16068fb584ab9cb15149def111140539387795c6385e72362ac30a
+Size (happy-2.1.6.tar.gz) = 61435 bytes
 SHA1 (patch-app_Main.lhs) = 057b8377a874a2007373153756521813395b04e3



Home | Main Index | Thread Index | Old Index