1
0
forked from rpm/alex

osc copypac from project:devel:languages:haskell:ghc-8.4.x package:alex revision:5, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/alex?expand=0&rev=75
This commit is contained in:
Peter Simons 2018-06-14 07:06:48 +00:00 committed by Git OBS Bridge
parent e08e7c12f3
commit ce9be460f3

View File

@ -1,8 +1,22 @@
-------------------------------------------------------------------
Thu Apr 12 08:32:50 UTC 2018 - psimons@suse.com
Tue Jun 5 16:50:43 UTC 2018 - psimons@suse.com
- Run the test suite by default.
- Build and install the man page and the documentation.
-------------------------------------------------------------------
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
- Update alex to version 3.2.4.
A more detailed change log is not available.
* Remove dependency on QuickCheck
* Change the way that bootstrapping is done: see README.md for build
instructions
* fix issue when using cpphs (#116)
* 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.
-------------------------------------------------------------------
Wed Aug 9 12:59:47 UTC 2017 - bwiedemann@suse.com