deriving-compat v0.3.3 Release Notes

    • โž• Add Data.Bounded.Deriving, which allows deriving Bounded with TH.
    • โž• Add Data.Enum.Deriving, which allows deriving Enum with TH.
    • โž• Add Data.Ix.Deriving, which allows deriving Ix with TH.
    • ๐Ÿ›  Fix bug in which derived Show instance would parenthesize the output too eagerly