All Versions
25
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v3.8.4 Changes

    • ๐Ÿ‘ Allow building with template-haskell-2.17.0.0 (GHC 9.0).
  • v3.8.3 Changes

    • ๐Ÿ‘‰ Make the TextShow1 and TextShow2 instances for Fix and Join in TextShow.Data.Bifunctor match the behavior the corresponding Show1 and Show2 instances in bifunctors.
  • v3.8.2 Changes

    • โœ… Make the test suite compile on GHC 8.8.1.
  • v3.8.1 Changes

    • Require quickcheck-instances-0.3.21 or later.
  • v3.8 Changes

    • ๐Ÿ‘Œ 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.
  • v3.7 Changes

    • โœ‚ Remove hoopl dependency. Instances are no longer provided for data types in the hoopl library.
    • Depend on QuickCheck-2.12 or later.
    • Depend on quickcheck-instances-0.3.19 or later.
  • v3.6.5 Changes

    • ๐Ÿ›  Fix the tests on GHC 8.6.
  • v3.6.4 Changes

    • ๐Ÿ‘‰ Use base-compat-batteries.
  • v3.6.3 Changes

    • ๐Ÿ›  GHC 8.4 fixes
  • v3.6.2 Changes

    • Require QuickCheck-2.10/quickcheck-instances-0.3.16 or later