AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- 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
- Update Cabal build information to prevent build attempts with GHC 8.6.x.
- Cosmetic: replace tabs with blanks, strip trailing white space, and update copyright headers with spec-cleaner.
- 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