Package Release Info

ghc-parsec-3.1.9-3.2

Update Info: openSUSE-2016-291
Available in Package Hub : 12 GA-SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-parsec
ghc-parsec-devel

Change Logs

* Sat Apr 11 2015 mimi.vx@gmail.com
- update to 3.1.9
  * Add an 'Eq' instance for 'ParseError'
  * Fixed a regression from 3.1.6: 'runP' is again exported from module
  Text.Parsec.
  * Fix a regression from 3.1.6 related to exports from the main module.
  * Fix a regression from 3.1.6 related to the reported position of error messages.
  * Reset the current error position on success of 'lookAhead'.
  * Export 'Text' instances from Text.Parsec
  * Make Text.Parsec exports more visible
  * Re-arrange Text.Parsec exports
  * Add functions 'crlf' and 'endOfLine' to Text.Parsec.Char for handling
  input streams that do not have normalized line terminators.
  * Fix off-by-one error in Token.charControl
* Fri Sep 12 2014 peter.trommler@ohm-hochschule.de
- update to 3.1.5
  * no changelog
  * Haskell Platform 2014.2.0.0
* Tue Sep 02 2014 peter.trommler@ohm-hochschule.de
- regenerate spec file
* Sat Aug 23 2014 peter.trommler@ohm-hochschule.de
- enable PowerPC builds
* Mon May 06 2013 peter.trommler@ohm-hochschule.de
- more transparent packaging (fewer macros)
* Mon Jan 07 2013 peter.trommler@ohm-hochschule.de
- expand macro in name tag to help source validator
* Sat Nov 17 2012 peter.trommler@ohm-hochschule.de
- make service localonly for Factory submission
* Tue Oct 02 2012 peter.trommler@ohm-hochschule.de
- update to 3.1.3 from upstream (no changelog)
- required by Haskell Platform 2012.4.0.0
* Sun Jun 03 2012 peter.trommler@ohm-hochschule.de
- update to 3.1.2 from upstream (no changelog)
- required by Haskell Platform 2012.2.0.0
* Wed Dec 28 2011 peter.trommler@ohm-hochschule.de
- Adjusted version for platform 2011.4
* Thu Dec 08 2011 peter.trommler@ohm-hochschule.de
- Fixed arches.
* Thu Dec 08 2011 peter.trommler@ohm-hochschule.de
- Initial packaging.
Version: 3.1.11-bp150.2.4
* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
Version: 3.1.11-6.4
* Sun Jul 10 2016 psimons@suse.com
- Update to version 3.1.11 revision 0 with cabal2obs.
* Sat May 14 2016 mimi.vx@gmail.com
- update to 3.1.11
- remove useless _service
  * Most types now have a `Typeable` instance. Some instances are dropped from
  older versions of GHC (sorry about that!).
  * The token-parser now rejects Unicode numeric escape sequences for characters
    outside the Unicode range.
  * The token-parser now loses less precision when parsing literal doubles.
  * Documentation fixes and corrections.