text-show v3.7 Release Notes

    • 👉 Use EmptyCase on GHC 7.8 or later for TextShow(1) instances for empty data types that are derived using TextShow.Generic.
    • Derived TextShow(1)(2) instances (using TextShow.TH) will now force their argument instead of simply erroring.
    • ➕ Add emptyCaseBehavior to Options, which configures whether derived instances (using TextShow.TH) for empty data types should use the EmptyCase extension (this is disabled by default).