Changelog for
ghc-memory-0.17.0-1.1.x86_64.rpm :
* Thu Mar 10 2022 Peter Simons
- Update memory to version 0.17.0. Upstream has not updated the file \"CHANGELOG.md\" since the last release.
* Sat Nov 20 2021 psimonsAATTsuse.com- Update memory to version 0.16.0 revision 1. Upstream has revised the Cabal build instructions on Hackage.
* Sat May 08 2021 psimonsAATTsuse.com- Update memory to version 0.16.0. Upstream has not updated the file \"CHANGELOG.md\" since the last release.
* Mon Apr 26 2021 psimonsAATTsuse.com- Update memory to version 0.15.0 revision 2. Upstream has revised the Cabal build instructions on Hackage.
* Thu Dec 17 2020 Ondřej Súkup - disable %{ix86} build
* Mon Aug 31 2020 psimonsAATTsuse.com- Update memory to version 0.15.0 revision 1. Upstream has revised the Cabal build instructions on Hackage.
* Tue Aug 18 2020 Peter Simons - Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 16 2020 Peter Simons - Re-generate file with latest version of spec-cleaner.
* Fri Nov 08 2019 Peter Simons - Drop obsolete group attributes.
* Fri Sep 06 2019 psimonsAATTsuse.com- Update memory to version 0.15.0. Upstream has not updated the file \"CHANGELOG.md\" since the last release.
* Thu Oct 04 2018 psimonsAATTsuse.com- Update memory to version 0.14.18. [#]# 0.14.18
* Branch/Release Snafu [#]# 0.14.17
* Require basement >= 0.0.7, Fix compilation with GHC 8,6
* Cleanup CPP, dropping support for much older version
* Fri Aug 17 2018 psimonsAATTsuse.com- Update Cabal build information to prevent build attempts with GHC 8.6.x.
* Wed Jul 18 2018 psimonsAATTsuse.com- Cosmetic: replace tabs with blanks, strip trailing white space, and update copyright headers with spec-cleaner.
* Mon May 14 2018 psimonsAATTsuse.com- Update memory to version 0.14.16.
* Fix compilation with a newer basement (>= 0.0.7) and an older GHC (< 8.0)
* Convert tests to foundation checks
* Convert CI to haskell-ci
* Fix compilation without foundation
* Introduce ByteArrayL and associated method, as a type level sized version of ByteArray
* Add NormalForm for Bytes and ScrubbedBytes
* Fix bounds issues with empty strings in base64 and base32
* Improve tests compatibility w.r.t old basement version
* Handle compat SPECIALIZE for older GHC
* Optimise copy operations and convert
* Add instance of ByteArrayAccess and ByteArray for Block
* Add Block and UArray in memory\'s tests
* Fix issue in unBase64 with an empty bytestring that would cause a segfault
* Reintroduce foundation compatibility with old version
* Reduce dependency to basement
* Fix incompatibility with foundation 0.0.14
* Fix typo in state passing