Changelog for
ghc-text-1.2.2.2-bp150.2.4.x86_64.rpm :
* Thu Aug 03 2017 psimonsAATTsuse.com- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Thu Jul 27 2017 psimonsAATTsuse.com- Update to version 1.2.2.2.
* Sun Jul 10 2016 psimonsAATTsuse.com- Update to version 1.2.2.1 revision 0 with cabal2obs.
* Sat Mar 19 2016 mimi.vxAATTgmail.com- update to 1.2.2.1
* The switch to integer-pure in 1.2.2.0 was apparently mistaken. The build flag has been renamed accordingly. Your army of diligent maintainers apologizes for the churn.
* Spec compliance: toCaseFold now follows the Unicode 8.0 spec (updated from 7.0)
* An STG lint error has been fixed
* Thu Dec 24 2015 mimi.vxAATTgmail.com- update to 1.2.2.0
* The integer-simple package, upon which this package optionally depended, has been replaced with integer-pure. The build flag has been renamed accordingly.
* Bug fix: For the Binary instance, If UTF-8 decoding fails during a get, the error is propagated via fail instead of an uncatchable crash.
* New function: takeWhileEnd
* New instances for the Text types: + if base >= 4.7: PrintfArg + if base >= 4.9: Semigroup
* Fri Aug 07 2015 mimi.vxAATTgmail.com- update to 1.2.1.3
* Bug fix: As it turns out, moving the literal rewrite rules to simplifier phase 2 does not prevent competition with the unpack rule, which is also active in this phase. Unfortunately this was hidden due to a silly test environment mistake. Moving literal rules back to phase 1 finally fixes GHC Trac #10528 correctly.
* Bug fix: Run literal rewrite rules in simplifier phase 2. The behavior of the simplifier changed in GHC 7.10.2, causing these rules to fail to fire, leading to poor code generation and long compilation times. See GHC Trac #10528.
* Expose unpackCString#, which you should never use.
* Added Binary instances for both Text types. (If you have previously been using the text-binary package to get a Binary instance, it is now obsolete.)
* Sun May 17 2015 mimi.vxAATTgmail.com- update to 1.2.0.6
* Feature parity: repeat, cycle, iterate are now implemented for lazy Text, and the Data instance is more complete
* Build speed: an inliner space explosion has been fixed with toCaseFold
* Bug fix: encoding Int to a Builder would infinite-loop if the integer-simple package was used
* Deprecation: OnEncodeError and EncodeError are deprecated, as they are never used
* Internals: some types that are used internally in fusion-related functions have moved around, been renamed, or been deleted (we don\'t bump the major version if .Internal modules change)
* Spec compliance: toCaseFold now follows the Unicode 7.0 spec (updated from 6.3)
* Fri Apr 10 2015 mimi.vxAATTgmail.com- update to 1.2.04- all credits to yac jmatejkaAATTsuse.com
* Update formatRealFloat to correspond to the definition in versions of base newer than 4.5 (https://github.com/bos/text/issues/105)
* Bumped lower bound on deepseq to 1.4 for compatibility with the upcoming GHC 7.10
* Fixed a buffer overflow in rendering of large Integers
* Fixed an integer overflow in the replace function
* Fixed a hang in lazy decodeUtf8With
* Reduced codegen bloat caused by use of empty and single-character literals
* Added an instance of IsList for GHC 7.8 and above
* The Data.Data instance now allows gunfold to work, via a virtual pack constructor
* dropEnd, takeEnd: new functions
* Comparing the length of a Text against a number can now short-circuit in more cases
* streamDecodeUtf8: fixed gh-70, did not return all unconsumed bytes in single-byte chunks
* Fri Sep 12 2014 peter.trommlerAATTohm-hochschule.de- update to 1.1.0.0
* no changelog
* Haskell Platform 2014.2.0.0
* Tue Sep 02 2014 peter.trommlerAATTohm-hochschule.de- regenerate spec file
* Sat Aug 23 2014 peter.trommlerAATTohm-hochschule.de- enable PowerPC builds
* Mon May 06 2013 peter.trommlerAATTohm-hochschule.de- update to 0.11.3.1 from upstream
* no changelog provided
* improved perfomance and API extensions- drop BR ghc-extensible-extensions: no longer required and it is no longer part of ghc and Haskell Platform- more transparent packaging (fewer macros)
* Thu Dec 27 2012 peter.trommlerAATTohm-hochschule.de- fixed license tag- expand macro in name tag
* Sat Nov 17 2012 peter.trommlerAATTohm-hochschule.de- make service localonly for Factory submission
* Tue Oct 02 2012 peter.trommlerAATTohm-hochschule.de- update to 0.11.2.3 from upstream
* Adapt for ghc 7.6
* optimizations- required by Haskell Platform 2012.4.0.0
* Wed Jun 06 2012 peter.trommlerAATTohm-hochschule.de- fixed license tag
* Sun Jun 03 2012 peter.trommlerAATTohm-hochschule.de- update to 0.11.2.0 from upstream
* String literals are now converted directly from the format in which GHC stores them into Text, without an intermediate transformation through String, and without inlining of conversion code at each site where a string literal is declared.- required by Haskell Platform 2012.2.0.0
* Wed Dec 28 2011 peter.trommlerAATTohm-hochschule.de- Ported for platform 2011.4
* Wed Dec 14 2011 peter.trommlerAATTohm-hochschule.de- Added ghc libraries BR
* Thu Dec 08 2011 peter.trommlerAATTohm-hochschule.de- Fixed arches.
* Thu Dec 08 2011 peter.trommlerAATTohm-hochschule.de- Initial packaging.