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

Changelog History
Page 2

  • v3.6.1 Changes

    • โฌ‡๏ธ Drop support for GHC 7.0 and 7.2
    • ๐Ÿ‘ Allow building with quickcheck-instances-0.3.14
  • v3.6 Changes

    • ๐Ÿ†• New TextShow instances:
      • directory: XdgDirectory (from System.Directory)
      • ghc-boot-th: ForeignSrcLang (from GHC.ForeignSrcLang.Type)
      • time: UniversalTime (from Data.Time.Clock) and SystemTime (from Data.Time.Clock.System with time-1.8 or later)
      • Win32: Lots of datatypes added in Win32-2.5.0.0
    • โœ‚ Remove most monomorphic TextShow functions, as their utility is questionable, and their maintenance burden is undeniable
    • Made the instances in TextShow.Data.Bifunctor poly-kinded when possible
    • ๐Ÿ›  Fix testsuite compilation on older GHCs
  • v3.5 Changes

    • โž• Add TextShow(1) instances for Data.Graph.SCC
    • TextShow.Instances no longer reexports the entirety of TextShow. Doing so meant that text-show-instances would be burdened with bumping its major version number every time that text-show made an API change in TextShow in order to follow the PVP.
    • โœ‚ Remove TextShow.GHC.PackageDb module
    • ๐Ÿ”จ Refactor test suite
  • v3.4 Changes

    • Require text-show-3.4 or later
    • โšก๏ธ Update testsuite to be buildable with text-show-3.4
  • v3.3 Changes

    • โž• Add the TextShow.GHC.LanguageExtensions.Type and TextShow.GHC.PackageDb modules, which define instances if using ghc-boot
    • โž• Add TextShow instances for NameFlavour, NameSpace, PatSynArgs, and PatSynDir in TextShow.Language.Haskell.TH
    • Require text-show-3.3 or later, which has slightly different TH derivation behavior. As a result, the context for the TextShow1 instance for Clown in TextShow.Data.Bifunctor had to be changed slightly.
    • ๐Ÿ‘ Allow building with QuickCheck-2.9
    • ๐Ÿ›  Fix GHC HEAD build
  • v3.2.1 Changes

    • ๐Ÿ›  Fix build with GHC 8.0
    • โž• Add TextShow instance for Overlap in TextShow.Language.Haskell.TH
  • v3.2 Changes

    • ๐Ÿ‘ Allow build with text-show-3.2
  • v3.0.1 Changes

    • โœ… Require quickcheck-instances >= 0.3.12 in test suite due to presence of new orphan Arbitrary instances for vector datatypes
  • v2.1 Changes

    • Reexport the TextShow classes and module from TextShow.Instances. This helps Haddock readers discover what new instances are added with text-show-instances.
    • ๐Ÿ‘‰ Make Tagged instances poly-kinded
  • v2.0.1 Changes

    • ๐Ÿ‘ Allow building with vector-0.11 and above. Be aware that the Show instances for Vector types in vector-0.11.0 are different from other versions of vector.