mikmod v0.2.0.0 Release Notes

Release Date: 2015-02-05 // about 9 years ago
  • ⚡️ Updated several things, mainly MReader related.

    ✅ The reader now needs to produce a bytestring rather than write a number of bytes to a memory location pointed to by a pointer argument!

    No more confusing Bools in the reader or use of C's EOF integer value.

    ✅ The MReader wrapper for bytestrings is no longer an IO action. If you happen to have an IORef you can make the reader in pure code! Now you know that creating a bytestring reader has no undocumented side effects.

    🛠 Minor doc fixes.