SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ghc-megaparsec-doc-9.3.1-1.261.noarch.rpm :

* Thu May 18 2023 Peter Simons - Update megaparsec to version 9.3.1. [#]# Megaparsec 9.3.1
* Fixed a bug related to processing of tabs when error messages are rendered. [Issue 524](https://github.com/mrkkrp/megaparsec/issues/524).
* Thu Mar 30 2023 Peter Simons - Updated spec file to conform with ghc-rpm-macros-2.5.2.
* Sun Nov 27 2022 Peter Simons - Update megaparsec to version 9.3.0. [#]# Megaparsec 9.3.0
* Now `label` can override more than one group of hints in the parser it wraps. [Issue 482](https://github.com/mrkkrp/megaparsec/issues/482).
* `takeP n` now returns the empty chunk of the input stream when `n` is negative, similar to when `n == 0`. [Issue 497](https://github.com/mrkkrp/megaparsec/issues/497).
* Added the `MonadParsecDbg` type class in `Text.Megaparsec.Debug`. The type class allows us to use `dbg` in MTL monad transformers. [Issue 488](https://github.com/mrkkrp/megaparsec/issues/488).
* Introduced the `ShareInput` and `NoShareInput` newtype wrappers in `Text.Megaparsec.Stream` in order to allow the user to choose how the input should be sliced and shared during the parsing. [Issue 492](https://github.com/mrkkrp/megaparsec/issues/492). [#]# Megaparsec 9.2.2
* Fixed a space leak in the implementations of the `reachOffset` and `reachOffsetNoLine` methods of `TraversableStream`. [Issue 486](https://github.com/mrkkrp/megaparsec/issues/486).
* Tue Aug 16 2022 Peter Simons - Update megaparsec to version 9.2.1 revision 1. Upstream has revised the Cabal build instructions on Hackage.
* Mon May 09 2022 Peter Simons - Update megaparsec to version 9.2.1.
* Megaparsec follows [SemVer](https://semver.org/).
* [#]# Megaparsec 9.2.1
* Builds with `mtl-2.3` and `transformers-0.6`.
* Thu Dec 30 2021 Peter Simons - Update megaparsec to version 9.2.0 revision 1. Upstream has revised the Cabal build instructions on Hackage.
* Mon Sep 27 2021 psimonsAATTsuse.com- Update megaparsec to version 9.2.0. [#]# Megaparsec 9.2.0
* Added parsers for binary representations (little/big endian) of numbers in `Text.Megaparsec.Byte.Binary`.
* Sun Aug 08 2021 psimonsAATTsuse.com- Update megaparsec to version 9.1.0 revision 1. Upstream has revised the Cabal build instructions on Hackage.
* Thu Jul 15 2021 psimonsAATTsuse.com- Update megaparsec to version 9.1.0. [#]# Megaparsec 9.1.0
* Added `dbg\'` in `Text.Megaparsec.Debug` for debugging parsers that have unshowable return values.
* Documentation improvements.
* Thu Dec 17 2020 Ondřej Súkup - disable %{ix86} build
 
ICM