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:   pho
Date:           Wed Jan  1 05:37:22 UTC 2020

Modified Files:
        pkgsrc/devel/happy: Makefile distinfo
Removed Files:
        pkgsrc/devel/happy: PLIST buildlink3.mk

Log Message:
Update to happy-1.19.12

1.19.12
* Fix for building with GHC 8.8.x
* Move custom Setup preprocessing steps into a separate executable,
  like Alex

1.19.11
* Fix for building with GHC 8.6.x

1.19.10
* Fix polymorphic (rank-n) non-terminals
* Fix for GHC 8.8.1

1.19.9
* Fix cabal warnings
* Bump upper bounds
* Fix build with GHC 8.4.1-alpha

1.19.8
* Fix issue #94 (some grammars don't compile due to new type
  signatures introduced to allow overloading to be used)

1.19.7
* Fix misisng test suite files in the sdist

1.19.6
* Manually generate Parser.hs using Makefile before sdist, to fix
  bootstrapping problems with cabal sandboxes & new-build
* Documentation fixes
* Fixed GLR support
* new option -p/--pretty prints the grammar rules (only) to a file
* Added generation of additional type signatures to enable use of
  typeclasses in monadic parsers.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/happy/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/happy/PLIST
cvs rdiff -u -r1.2 -r0 pkgsrc/devel/happy/buildlink3.mk
cvs rdiff -u -r1.2 -r1.3 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.1 pkgsrc/devel/happy/Makefile:1.2
--- pkgsrc/devel/happy/Makefile:1.1     Thu Jan  8 11:50:54 2015
+++ pkgsrc/devel/happy/Makefile Wed Jan  1 05:37:22 2020
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2015/01/08 11:50:54 szptvlfn Exp $
+# $NetBSD: Makefile,v 1.2 2020/01/01 05:37:22 pho Exp $
 
-DISTNAME=      happy-1.19.5
+DISTNAME=      happy-1.19.12
 PKGNAME=       ${DISTNAME}
 CATEGORIES=    devel
 
 MAINTAINER=    esg%sdf.lonestar.org@localhost
-COMMENT=       Happy is a parser generator for Haskell
+COMMENT=       Parser generator for Haskell
 LICENSE=       modified-bsd
 
 USE_TOOLS+=    autoconf

Index: pkgsrc/devel/happy/distinfo
diff -u pkgsrc/devel/happy/distinfo:1.2 pkgsrc/devel/happy/distinfo:1.3
--- pkgsrc/devel/happy/distinfo:1.2     Tue Nov  3 03:27:31 2015
+++ pkgsrc/devel/happy/distinfo Wed Jan  1 05:37:22 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 03:27:31 agc Exp $
+$NetBSD: distinfo,v 1.3 2020/01/01 05:37:22 pho Exp $
 
-SHA1 (happy-1.19.5.tar.gz) = 60323f24b6c0863393fb02ec0347dfe6f9fb0779
-RMD160 (happy-1.19.5.tar.gz) = 31895a6e6bcf1eeae2e5949cc5ca49d84094ae89
-SHA512 (happy-1.19.5.tar.gz) = 7b43ef5236bdfba82bbddedb7edc7a8094990a389c0d3f5f848cb6208c3577e7b394cb290e51a2b2eebca25c97978a85ee932e74bbf6a792e261e5b5bff25a2b
-Size (happy-1.19.5.tar.gz) = 159280 bytes
+SHA1 (happy-1.19.12.tar.gz) = 0e5bff9bcd1671eefef0ca7029ca590899385fd6
+RMD160 (happy-1.19.12.tar.gz) = 34fff4797b87496a0493960b784df96385d4d6c0
+SHA512 (happy-1.19.12.tar.gz) = 20f36b17adf7330852fd4c05335adbf31e6f19907b4ec247c85a40ee1f8496c6dc432055026696906b149cec7f982b88c9a2eeedf14a11d34b1f6f73272e5208
+Size (happy-1.19.12.tar.gz) = 183254 bytes



Home | Main Index | Thread Index | Old Index