Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 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