text-show v2.1.2 Release Notes

    • 🛠 Fixed GHC 7.10.3 build
    • Extended TextShow.Generic to allow genericShowbPrec (and friends) to be used on Generic datatypes with Char#, Double#, Float#, Int#, and Word# argument types, just like string Show does
    • ➕ Added Generic1 instances for FromStringShow and FromTextShow
    • ➕ Added TextShow instances for UChar, UDouble, UFloat, UInt, and UWord in TextShow.GHC.Generics