File ghc-memory.changes of Package ghc-memory
-------------------------------------------------------------------
Sun Feb 12 14:18:25 UTC 2017 - psimons@suse.com
- Update to version 0.14.1 with cabal2obs.
-------------------------------------------------------------------
Sun Jul 10 17:18:00 UTC 2016 - psimons@suse.com
- Update to version 0.13 revision 0 with cabal2obs.
-------------------------------------------------------------------
Mon May 23 10:48:17 UTC 2016 - mimi.vx@gmail.com
- update to 0.13
-------------------------------------------------------------------
Sun Apr 10 18:58:54 UTC 2016 - mimi.vx@gmail.com
- update to 0.12
* Fix compilation with mkWeak and latest GHC
-------------------------------------------------------------------
Fri Jan 15 10:04:57 UTC 2016 - mimi.vx@gmail.com
- update 0.11
-------------------------------------------------------------------
Tue Dec 15 12:44:49 UTC 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 6 20:41:27 UTC 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 20:41:02 UTC 2015 - mimi.vx@gmail.com
- initial commit