AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- 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
- update to 3.1.5 * no changelog * Haskell Platform 2014.2.0.0
- regenerate spec file
- enable PowerPC builds
- more transparent packaging (fewer macros)
- expand macro in name tag to help source validator
- make service localonly for Factory submission
- update to 3.1.3 from upstream (no changelog) - required by Haskell Platform 2012.4.0.0
- update to 3.1.2 from upstream (no changelog) - required by Haskell Platform 2012.2.0.0
- Adjusted version for platform 2011.4
- Fixed arches.
- Initial packaging.
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
- Update to version 3.1.11 revision 0 with cabal2obs.
- 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.