text-show-instances v3.8 Release Notes

    • 👌 Support GHC 8.8.
    • ➕ Add a TextShow instance for ShortText (from the text-short package) in TextShow.Data.ShortText.
    • ⬇️ Drop support for base-4.5 and base-4.6 (GHC 7.4 and 7.6, respectively).
    • liftShowbTaggedPrec is no longer exported from TextShow.Data.Tagged. Use Tagged's TextShow1 instance instead.
    • showbVectorGenericPrec and liftShowbVectorGenericPrec are no longer exported from TextShow.Data.Vector. Use the various TextShow(1) instances defined in TextShow.Data.Vector instead.
    • Require vector-0.12 or later.