protolude v0.1.6 Release Notes

Release Date: 2016-07-01 // almost 8 years ago
    • ➕ Adds uncatchable panic exception throwing using Text message.
    • ✂ Removes printf
    • ✂ Removes string-conv dependency so Stack build works without extra-deps.
    • Brings Callstack machinery in for GHC 8.x.
    • ✂ Removes throw and assert from Control.Exception exports.
    • ✂ Removes unsafeShiftL and unsafeShiftR from Data.Bits exports.
    • Reexport throw as unsafeThrow via Unsafe module.
    • Hides all Show class functions. Only the Class itself is exported. Forbids custom instances that are not GHC derived.
    • 0️⃣ ExportencodeUtf8 and decodeUtf8 functions by default.
    • ➕ Adds unsnoc function.