Package Release Info

ghc-memory-0.16.0-bp154.2.11

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

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-memory
ghc-memory-devel

Change Logs

* Sat Nov 20 2021 psimons@suse.com
- Update memory to version 0.16.0 revision 1.
  Upstream has revised the Cabal build instructions on Hackage.
* Sat May 08 2021 psimons@suse.com
- Update memory to version 0.16.0.
  Upstream has not updated the file "CHANGELOG.md" since the last
  release.
* Mon Apr 26 2021 psimons@suse.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 <mimi.vx@gmail.com>
- disable %{ix86} build
* Mon Aug 31 2020 psimons@suse.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 <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 16 2020 Peter Simons <psimons@suse.com>
- Re-generate file with latest version of spec-cleaner.
Version: 0.15.0-bp152.1.13
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
* Fri Sep 06 2019 psimons@suse.com
- Update memory to version 0.15.0.
  Upstream has not updated the file "CHANGELOG.md" since the last
  release.
Version: 0.14.6-bp150.2.4
* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Mon Jun 12 2017 psimons@suse.com
- Update to version 0.14.6.
* Wed May 03 2017 psimons@suse.com
- Update to version 0.14.5 with cabal2obs.
* Tue Apr 04 2017 psimons@suse.com
- Update to version 0.14.3 with cabal2obs.
* Mon Mar 27 2017 psimons@suse.com
- Update to version 0.14.2 with cabal2obs.
* Sun Feb 12 2017 psimons@suse.com
- Update to version 0.14.1 with cabal2obs.
Version: 0.14.18-bp151.1.14
* Thu Oct 04 2018 psimons@suse.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 psimons@suse.com
- Update Cabal build information to prevent build attempts with
  GHC 8.6.x.
* Wed Jul 18 2018 psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
  and update copyright headers with spec-cleaner.
* Mon May 14 2018 psimons@suse.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
Version: 0.13-6.4
* Sun Jul 10 2016 psimons@suse.com
- Update to version 0.13 revision 0 with cabal2obs.
* Mon May 23 2016 mimi.vx@gmail.com
- update to 0.13
* Sun Apr 10 2016 mimi.vx@gmail.com
- update to 0.12
  * Fix compilation with mkWeak and latest GHC
Version: 0.11-3.1
* Fri Jan 15 2016 mimi.vx@gmail.com
- update 0.11
* Tue Dec 15 2015 mimi.vx@gmail.com
- update to 0.10
  * make memConstEqual more constant not using boolean comparaison
  * memConstEqual was comparing length times the first byte instead of comparing
    all the bytes one to one
  * Add Base64 variants
* Sat Jun 06 2015 mimi.vx@gmail.com
- update to 0.7
  * Fix fixed sized scrubber written too hastily, that would zero out memory, as
    the index was written through byte size, whereas the primitive would consider it
    as WordX type index. it would helps if Ghc.Prim had better documentation.
* Sun May 31 2015 mimi.vx@gmail.com
- initial commit