AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
- Update to version 0.14.6.
- Update to version 0.14.5 with cabal2obs.
- Update to version 0.14.3 with cabal2obs.
- Update to version 0.14.2 with cabal2obs.
- Update to version 0.14.1 with cabal2obs.
- 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
- Update to version 0.13 revision 0 with cabal2obs.
- update to 0.13
- update to 0.12 * Fix compilation with mkWeak and latest GHC
- update 0.11
- 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
- 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.
- initial commit