ghc-attoparsec/ghc-attoparsec.changes

262 lines
10 KiB
Plaintext

-------------------------------------------------------------------
Thu Dec 12 03:39:20 UTC 2024 - Peter Simons <psimons@suse.com>
- Update attoparsec to version 0.14.4 revision 6.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Tue Oct 10 14:12:34 UTC 2023 - Peter Simons <psimons@suse.com>
- Update attoparsec to version 0.14.4 revision 5.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Wed Jul 12 14:11:27 UTC 2023 - Peter Simons <psimons@suse.com>
- Update attoparsec to version 0.14.4 revision 4.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Thu Mar 30 17:05:51 UTC 2023 - Peter Simons <psimons@suse.com>
- Updated spec file to conform with ghc-rpm-macros-2.5.2.
-------------------------------------------------------------------
Sat Feb 18 17:09:29 UTC 2023 - Peter Simons <psimons@suse.com>
- Update attoparsec to version 0.14.4 revision 3.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Wed Aug 10 22:09:34 UTC 2022 - Peter Simons <psimons@suse.com>
- Update attoparsec to version 0.14.4 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Sun Jan 16 18:41:59 UTC 2022 - Peter Simons <psimons@suse.com>
- Update attoparsec to version 0.14.4 revision 1.
Upstream has edited the change log file since the last release in
a non-trivial way, i.e. they did more than just add a new entry
at the top. You can review the file at:
http://hackage.haskell.org/package/attoparsec-0.14.4/src/changelog.md
-------------------------------------------------------------------
Sat Nov 20 17:29:22 UTC 2021 - psimons@suse.com
- Update attoparsec to version 0.14.2 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Mon Nov 1 08:26:56 UTC 2021 - psimons@suse.com
- Update attoparsec to version 0.14.2.
0.14.2
* Support for GHC 9.2.1
-------------------------------------------------------------------
Tue Mar 23 08:31:04 UTC 2021 - psimons@suse.com
- Update attoparsec to version 0.14.1.
0.14.1
* Added `Data.Attoparsec.ByteString.getChunk`.
0.14.0
* Added `Data.Attoparsec.ByteString.takeWhileIncluding`.
* Make `Data.Attoparsec.{Text,ByteString}.Lazy.parseOnly` accept lazy input.
-------------------------------------------------------------------
Wed Mar 3 16:37:14 UTC 2021 - psimons@suse.com
- Update attoparsec to version 0.13.2.5 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Wed Feb 10 13:04:58 UTC 2021 - psimons@suse.com
- Update attoparsec to version 0.13.2.5.
Upstream has not updated the file "changelog.md" since the last
release.
-------------------------------------------------------------------
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
-------------------------------------------------------------------
Tue Sep 22 09:33:18 UTC 2020 - psimons@suse.com
- Update attoparsec to version 0.13.2.4 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Tue Aug 18 10:44:02 UTC 2020 - Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
-------------------------------------------------------------------
Tue Jun 16 11:13:45 UTC 2020 - Peter Simons <psimons@suse.com>
- Re-generate file with latest version of spec-cleaner.
-------------------------------------------------------------------
Wed May 6 06:54:13 UTC 2020 - psimons@suse.com
- Update attoparsec to version 0.13.2.4.
Upstream has not updated the file "changelog.md" since the last
release.
-------------------------------------------------------------------
Fri Nov 8 16:13:14 UTC 2019 - Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
-------------------------------------------------------------------
Sun Sep 1 02:02:19 UTC 2019 - psimons@suse.com
- Update attoparsec to version 0.13.2.3.
Upstream has not updated the file "changelog.md" since the last
release.
-------------------------------------------------------------------
Tue Jun 11 14:29:08 UTC 2019 - Peter Simons <psimons@suse.com>
- Update Cabal file for more accurate build dependencies.
-------------------------------------------------------------------
Sat Oct 20 11:23:27 UTC 2018 - Peter Simons <psimons@suse.com>
- Update Cabal build instructions to support ghc-8.6.1.
-------------------------------------------------------------------
Wed Jul 18 14:26:14 UTC 2018 - psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
and update copyright headers with spec-cleaner.
-------------------------------------------------------------------
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
- Update attoparsec to version 0.13.2.2.
* Improved performance of `Data.Attoparsec.Text.asciiCI`
* `pure` is now strict in `Position`
-------------------------------------------------------------------
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
-------------------------------------------------------------------
Mon Sep 26 06:52:16 UTC 2016 - psimons@suse.com
- Update to version 0.13.1.0 with cabal2obs.
-------------------------------------------------------------------
Sun Jul 10 17:24:05 UTC 2016 - psimons@suse.com
- Update to version 0.13.0.2 revision 0 with cabal2obs.
-------------------------------------------------------------------
Tue Apr 26 07:59:37 UTC 2016 - mimi.vx@gmail.com
- 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
-------------------------------------------------------------------
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
* Made the parser type in the Zepto module a monad transformer.
-------------------------------------------------------------------
Mon Apr 13 07:52:32 UTC 2015 - mimi.vx@gmail.com
- 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.
* A few obsolete modules and functions have been marked as deprecated.
They will be removed from the next major release.
* New function scientific is compatible with rational, but parses
integers more efficiently (https://github.com/bos/aeson/issues/198)
* The new Chunk typeclass allows for some code sharing with Ed
Kmett's parsers package: http://hackage.haskell.org/package/parsers
* New function runScanner generalises scan to return the final state
of the scanner as well as the input consumed.
* New dependency: the scientific package. This allows us to parse
numbers much more efficiently.
* peekWord8', peekChar': new primitive parsers that allow
single-character lookahead.
-------------------------------------------------------------------
Tue Sep 2 08:34:11 UTC 2014 - peter.trommler@ohm-hochschule.de
- regenerate spec file
-------------------------------------------------------------------
Sat Aug 23 00:07:38 UTC 2014 - peter.trommler@ohm-hochschule.de
- enable PowerPC builds
-------------------------------------------------------------------
Tue May 21 08:11:40 UTC 2013 - peter.trommler@ohm-hochschule.de
- expand macro in name tag
-------------------------------------------------------------------
Mon May 6 15:08:29 UTC 2013 - peter.trommler@ohm-hochschule.de
- more transparent packaging (fewer macros)
-------------------------------------------------------------------
Mon Feb 4 09:38:03 UTC 2013 - peter.trommler@ohm-hochschule.de
- update to 0.10.4.0 from upstream (no changelog)
- fixes bugs and performance issues
- currently under consideration for inclusion in Haskell Platform
-------------------------------------------------------------------
Sat Jun 9 10:15:54 UTC 2012 - peter.trommler@ohm-hochschule.de
- package LICENSE file
- add copyright notice
-------------------------------------------------------------------
Fri Mar 2 15:58:09 UTC 2012 - peter.trommler@ohm-hochschule.de
- initial packaging