Skip to content

Commit

Permalink
Update to alex-3.2.5
Browse files Browse the repository at this point in the history
Changes in 3.2.5:
* Build fixes for GHC 8.8.x

Changes in 3.2.4:
* Remove dependency on QuickCheck
* Change the way that bootstrapping is done: see README.md for build instructions

Changes in 3.2.3:
* fix issue when using cpphs (#116)

Changes in 3.2.2:
* Manage line length in generated files [GH-84]
* Fix issue when identifier with multiple single quotes, e.g. foo''
  was used
* Allow omitting spaces around = in macro definitions
* Include pre-generated Parser.hs and Scan.hs in the Hackage upload,
  to make bootstrapping easier.

Changes in 3.2.1:
* Fix build problem with GHC; add new test tokens_scan_user.x

Changes in 3.2.0:
* Allow the token type and productions to be overloaded, and add new
  directives: %token, %typeclass, %action. See "Type Signatures and
  Typeclasses" in the manual.
* Some small space leak fixes
  • Loading branch information
depressed-pho committed Jan 1, 2020
1 parent a237366 commit 9983ba1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 43 deletions.
5 changes: 2 additions & 3 deletions devel/alex/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.4 2016/09/06 14:43:14 fhajny Exp $
# $NetBSD: Makefile,v 1.5 2020/01/01 05:32:03 pho Exp $

DISTNAME= alex-3.1.7
DISTNAME= alex-3.2.5
PKGNAME= ${DISTNAME}
CATEGORIES= devel

Expand All @@ -20,5 +20,4 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/doc/alex.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1

.include "../../mk/haskell.mk"
.include "../../devel/hs-QuickCheck/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
19 changes: 0 additions & 19 deletions devel/alex/PLIST

This file was deleted.

16 changes: 0 additions & 16 deletions devel/alex/buildlink3.mk

This file was deleted.

10 changes: 5 additions & 5 deletions devel/alex/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2016/09/06 14:43:14 fhajny Exp $
$NetBSD: distinfo,v 1.4 2020/01/01 05:32:03 pho Exp $

SHA1 (alex-3.1.7.tar.gz) = c2c66eb9a4ba6c4c972b4efe0c9916cbd3eba29b
RMD160 (alex-3.1.7.tar.gz) = f96a1970e649c5928c8e4450517fa721e8059e10
SHA512 (alex-3.1.7.tar.gz) = 0c4e87011617d8f8ad7cdf32b91e3ecc65ad66ea378c8086de8cbeb7ae3b37df478fb834e3bc453e3448fcae9d03b19ce9844bba35ad66a3cdf6e912790fe0a1
Size (alex-3.1.7.tar.gz) = 103624 bytes
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

0 comments on commit 9983ba1

Please sign in to comment.