Package Release Info

ghc-memory-0.14.18-bp151.1.14

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

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-memory
ghc-memory-devel

Change Logs

* 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