From dabc93556c12d05b664461a3ba45f785cbdf4750 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 15 May 2018 18:23:14 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.4.x package:alex revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/alex?expand=0&rev=71 --- alex.changes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/alex.changes b/alex.changes index c42bf50..707d849 100644 --- a/alex.changes +++ b/alex.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon May 14 17:02:11 UTC 2018 - psimons@suse.com + +- Update alex to version 3.2.4. + * 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