Commit Graph

11 Commits

Author SHA256 Message Date
Peter Simons
143612fb71 osc copypac from project:devel:languages:haskell:lts:6 package:ghc-attoparsec revision:4
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-attoparsec?expand=0&rev=16
2016-07-22 21:40:59 +00:00
Peter Simons
7c2fda9bc1 Accepting request 409276 from devel:languages:haskell:lts:6
See https://lists.opensuse.org/opensuse-haskell/2016-07/msg00000.html for details.

OBS-URL: https://build.opensuse.org/request/show/409276
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-attoparsec?expand=0&rev=14
2016-07-16 20:40:10 +00:00
1c6c0d7fce Accepting request 391603 from devel:languages:haskell:lts
- update to 0.13.0.2
- remove useless _service
* Restore the fast specialised character set implementation for Text
* Move testsuite from test-framework to tasty
* Performance optimization of takeWhile and takeWhile1

OBS-URL: https://build.opensuse.org/request/show/391603
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-attoparsec?expand=0&rev=12
2016-04-26 08:08:43 +00:00
4ff9027f36 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
2016-01-06 09:17:54 +00:00
Peter Trommler
9349a39de2 Accepting request 333900 from devel:languages:haskell:platform
Update for Haskell Platform 7.10.2-a

OBS-URL: https://build.opensuse.org/request/show/333900
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-attoparsec?expand=0&rev=9
2015-09-26 12:21:28 +00:00
Peter Trommler
5c6e14d4b7 Accepting request 304887 from devel:languages:haskell:lts
- update to 0.12.1.6
* Fixed a case folding bug in the ByteString version of stringCI.
* Fixed an indexing bug in the new Text implementation of string,
  reported by Michel Boucey.
* Fixed a case where the string parser would consume an unnecessary
  amount of input before failing a match, when it could bail much
  earlier (https://github.com/bos/attoparsec/issues/97)
* Added more context to error messages
  (https://github.com/bos/attoparsec/pull/79)
* Fixed incorrect tracking of Text lengths
  (https://github.com/bos/attoparsec/issues/80)
* Fixed the incorrect tracking of capacity if the initial buffer was
  empty (https://github.com/bos/attoparsec/issues/75)
* Fixed a data corruption bug that occurred under some circumstances
  if a buffer grew after prompting for more input
  (https://github.com/bos/attoparsec/issues/74)
* Now compatible with GHC 7.9
* Reintroduced the Chunk class, used by the parsers package
* A new internal representation makes almost all real-world parsers
  faster, sometimes by big margins.  For example, parsing JSON data
  with aeson is now up to 70% faster.  These performance improvements
  also come with reduced memory consumption and some new capabilities.
* The new match combinator gives both the result of a parse and the
  input that it matched.
* The test suite has doubled in size.  This made it possible to switch
  to the new internal representation with a decent degree of
  confidence that everything was more or less working.
* The benchmark suite now contains a small family of benchmarks taken
  from real-world uses of attoparsec.
* A few types that ought to have been private now are.

OBS-URL: https://build.opensuse.org/request/show/304887
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-attoparsec?expand=0&rev=7
2015-05-04 18:22:07 +00:00
Peter Trommler
a267d73de0 Accepting request 259833 from devel:languages:haskell:platform
Haskell Platform 2014.2.0.0 update

OBS-URL: https://build.opensuse.org/request/show/259833
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-attoparsec?expand=0&rev=5
2014-11-06 19:14:56 +00:00
Peter Trommler
c8d7cb646e OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-attoparsec?expand=0&rev=4 2014-08-23 00:07:39 +00:00
Peter Trommler
5fc8121857 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-attoparsec?expand=0&rev=3 2014-08-21 18:49:46 +00:00
Stephan Kulow
cf8653c69c Accepting request 185522 from devel:languages:haskell
New package for Haskell Platform 2013.2.0.0.
See http://lists.opensuse.org/opensuse-factory/2013-07/msg00409.html

OBS-URL: https://build.opensuse.org/request/show/185522
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-attoparsec?expand=0&rev=1
2013-08-06 04:48:20 +00:00
Peter Trommler
0e355a74f9 Accepting request 185249 from devel:languages:haskell:platform
Update to Haskell Platform 2013.2.0.0

OBS-URL: https://build.opensuse.org/request/show/185249
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-attoparsec?expand=0&rev=1
2013-07-31 17:43:39 +00:00