From 4ff9027f3644f0aa1ba6f51c6c70949fd2e52da1aebb141326f16daf0c1bb538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Wed, 6 Jan 2016 09:17:54 +0000 Subject: [PATCH] Accepting request 352125 from devel:languages:haskell:lts * Fixed a bug in the implementations of inClass and notInClass for Text * Made the parser type in the Zepto module a monad transformer. OBS-URL: https://build.opensuse.org/request/show/352125 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-attoparsec?expand=0&rev=10 --- ghc-attoparsec.changes | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/ghc-attoparsec.changes b/ghc-attoparsec.changes index f654d59..a123d2d 100644 --- a/ghc-attoparsec.changes +++ b/ghc-attoparsec.changes @@ -1,19 +1,9 @@ ------------------------------------------------------------------- -Mon Aug 3 12:59:35 UTC 2015 - peter.trommler@ohm-hochschule.de +Mon Sep 28 18:29:13 UTC 2015 - mimi.vx@gmail.com - update to 0.13.0.1 -* Fixed a bug in the implementations of inClass and notInClass for - Text (https://github.com/bos/attoparsec/issues/103) - -- 0.13.0.0 -* Made the parser type in the Zepto module a monad transformer - (needed by aeson's string unescaping parser). - -------------------------------------------------------------------- -Mon Jul 6 12:55:13 UTC 2015 - peter.trommler@ohm-hochschule.de - -- update to 0.13.0.0 -* Haskell Platform 7.10.2 RC2 +* Fixed a bug in the implementations of inClass and notInClass for Text +* Made the parser type in the Zepto module a monad transformer. ------------------------------------------------------------------- Mon Apr 13 07:52:32 UTC 2015 - mimi.vx@gmail.com