Changelog for
ghc-memory-devel-0.11-3.1.x86_64.rpm :
* Fri Jan 15 2016 mimi.vxAATTgmail.com- update 0.11
* Tue Dec 15 2015 mimi.vxAATTgmail.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.vxAATTgmail.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.vxAATTgmail.com- initial commit