Package Release Info

ghc-parser-combinators-1.3.0-bp154.1.12

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-parser-combinators
ghc-parser-combinators-devel

Change Logs

* Mon Feb 08 2021 psimons@suse.com
- Update parser-combinators to version 1.3.0.
  [#]# Parser combinators 1.3.0
  * Changed the `Control.Applicative.Permutations` module to only require
    `Applicative` and not `Monad`. This module is the least restrictive and works
    with parsers which are not `Monad`s.
  * Added the `Control.Monad.Permutations` module. This module may be
    substantially more efficient for some parsers which are `Monad`s.
  * Corrected how permutation parsers intercalate effects and components; parsing
    an effect requires that a component immediately follows or else a parse error
    will result.
* Thu Dec 17 2020 Ond?ej SĂșkup <mimi.vx@gmail.com>
- disable %{ix86} build
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 09 2020 psimons@suse.com
- Add parser-combinators at version 1.2.1.
Version: 1.2.1-bp152.1.12
* Sat Nov 09 2019 psimons@suse.com
- Update parser-combinators to version 1.2.1.
  [#]# Parser combinators 1.2.1
  * The tests in `parser-combinators-tests` now work with Megaparsec 8.
  * Dropped support for GHC 8.2.
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
* Mon Jul 29 2019 psimons@suse.com
- Update parser-combinators to version 1.2.0.
  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/parser-combinators-1.2.0/src/CHANGELOG.md
* Sun Jun 09 2019 psimons@suse.com
- Update parser-combinators to version 1.1.0.
  [#]# Parser combinators 1.1.0
  * Added support for ternary operators; see `TernR` in
    `Control.Monad.Combinators.Expr`.
* Sat May 11 2019 psimons@suse.com
- Update parser-combinators to version 1.0.3.
  [#]# Parser combinators 1.0.3
  * Dropped support for GHC 7.10.
  * Added a test suite as a separate package called
    `parser-combinators-tests`.
* Sat Apr 06 2019 psimons@suse.com
- Update parser-combinators to version 1.0.2.
  [#]# Parser combinators 1.0.2
  * Defined `liftA2` for `Permutation` manually. The new definition should be
    more efficient.
  * Made inner `Maybe` field in `Permutation` strict.
Version: 1.0.1-bp151.1.12
* Wed Jan 02 2019 psimons@suse.com
- Update parser-combinators to version 1.0.1.
  [#]# Parser combinators 1.0.1
  * Cosmetic changes in the source code.
* Sat Oct 20 2018 Peter Simons <psimons@suse.com>
- Use https URL to refer to bugs.opensuse.org.
* Tue Jul 10 2018 psimons@suse.com
- Add parser-combinators at version 1.0.0.