text-show v2.1 Release Notes

    • Require semigroups >= 0.17
    • โž• Added showsToShowb and showbToShows to TextShow
    • โž• Added TextShow1 FromStringShow instance
    • โž• Added showbGiveGCStats, showbDoCostCentres, showbDoHeapProfile, and showbDoTrace to TextShow.GHC.RTS.Flags if using base-4.8.2 or later
    • Exported showbDownPrecWith on earlier versions of GHC
    • ๐Ÿ›  Fixed mistakes in TH error output
    • ๐Ÿ‘‰ Make Proxy, Coercion, and (:~:) instances poly-kinded
    • ๐Ÿ”„ Changed implementation of showbByteStringStrict, showbByteStrictLazy(Prec), showbShortByteString (in TextShow.Data.ByteString), showbThreadIdPrec (in TextShow.Control.Concurrent), showbEvent, and showbFdKeyPrec (in TextShow.GHC.Event) to avoid using Strings as an intermediary