text-show v0.4 Release Notes

    • 0️⃣ Due to GHC bug #5289, projects that depend on the double-conversion library (such as text-format, a dependency of text-show) may break due to GHC incorrectly linking against libstdc++. Therefore, text-show was changed so that it does not depend on text-format by default. This behavior can be changed by using the -ftext-format flag when using cabal.
    • ➕ Added showbZonedTime to Text.Show.Text.Data.Time (and corresponding Show instance for ZonedTime)
    • 🔦 Exposed showbMaskingState (is was already there, I just forgot to export it)
    • If using GHC 7.6 or earlier, depend on tagged so that Data.Proxy (and thus showbProxy from Text.Show.Text.Data.Typeable) can be used
    • 🔨 Refactored code to use Template Haskell derivations when possible