@hackage text-show-instances3.8.5

Additional instances for text-show

text-show-instances

Hackage Hackage Dependencies Haskell Programming Language BSD3 License Linux build Windows build

text-show-instances is a supplemental library to text-show that provides additional Show instances for data types in common Haskell libraries and GHC dependencies that are not encompassed by text-show. Currently, text-show-instances covers these libraries:

One can use these instances by importing TextShow.Instances. Alternatively, there are monomorphic versions of the showb function available in the other submodules of TextShow.

  • Installation

  • Tested Compilers

  • Dependencies (28)

  • Dependents (1)

    @hackage/acme-everything
  • Package Flags

      base-4-9
       (on by default)

      Use base-4.9 or later.

      template-haskell-2-11
       (on by default)

      Use template-haskell-2.11.0.0 or later.

      new-functor-classes
       (on by default)

      Use a version of transformers or transformers-compat with a modern-style Data.Functor.Classes module. This flag cannot be used when building with transformers-0.4, since it comes with a different version of Data.Functor.Classes.