Skip to content

Commit

Permalink
alex: update to 3.5.1.0.
Browse files Browse the repository at this point in the history
## Changes in 3.5.1.0

* Drop generating output for GHC < 6.4.
* Use qualified imports in generated code (except for `Prelude`)
  ([Issue #258](haskell/alex#258)).
* Suppress warnings `tabs` and `unused-imports` for generated code
  ([Issue #255](haskell/alex#255)).
* Tested with GHC 8.0 - 9.8.2.

## Changes in 3.5.0.0

 * Add option `--numeric-version`.
 * Remove deprecated `-v` as alias for `--version`.
 * Add `-v` as placeholder for a future `--verbose` option.
 * Make `alex{G,S}etUserState` available with the `monadUserState-bytestring` wrapper
   ([Issue #220](haskell/alex#220)).
 * Debugging lexer: print character in addition to its ASCII code
   ([PR #252](haskell/alex#252)).
 * Tested with GHC 8.0 - 9.8.1.
  • Loading branch information
0-wiz-0 committed Apr 12, 2024
1 parent b72e12f commit 9df635a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/alex/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.18 2023/11/13 18:51:19 wiz Exp $
# $NetBSD: Makefile,v 1.19 2024/04/12 08:57:24 wiz Exp $

DISTNAME= alex-3.4.0.1
DISTNAME= alex-3.5.1.0
PKGNAME= ${DISTNAME}
CATEGORIES= devel

Expand Down
8 changes: 4 additions & 4 deletions devel/alex/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.10 2023/11/13 18:51:19 wiz Exp $
$NetBSD: distinfo,v 1.11 2024/04/12 08:57:24 wiz Exp $

BLAKE2s (alex-3.4.0.1.tar.gz) = 41a92b30b35607df86a8a6e8d5b854ef53009daae1adde8cb5070a9e4d59780d
SHA512 (alex-3.4.0.1.tar.gz) = 6e187dacc6b1ce784cb6cf4e72ce8aed49d3fdb16a9cfc6735830184c12d68e78f0cf38bb737884b451db871bfa8ab9337f320e111eb6026faa0a9eb9ff2ac77
Size (alex-3.4.0.1.tar.gz) = 85072 bytes
BLAKE2s (alex-3.5.1.0.tar.gz) = 04cdf0c215b7ce5a956eb727282b6549fdfad05374cd2fbf5fc83698ede45e2e
SHA512 (alex-3.5.1.0.tar.gz) = aa8aed9aff5bf3b4038d6ad31a0b4748df15dfe925c3be171070dc6a97ed357b04810f94467aa583cb75ba67f23244a0e0656c5294f4c2946e71f28b548586bb
Size (alex-3.5.1.0.tar.gz) = 85982 bytes

0 comments on commit 9df635a

Please sign in to comment.