ghc-text-show-instances
Additional instances for text-show
'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: * '<http://hackage.haskell.org/package/bifunctors bifunctors>' * '<http://hackage.haskell.org/package/binary binary>' * '<http://hackage.haskell.org/package/containers containers>' * '<http://hackage.haskell.org/package/directory directory>' * '<http://hackage.haskell.org/package/ghc-boot-th ghc-boot-th>' * '<http://hackage.haskell.org/package/haskeline haskeline>' * '<http://hackage.haskell.org/package/hoopl hoopl>' * '<http://hackage.haskell.org/package/hpc hpc>' * '<http://hackage.haskell.org/package/old-locale old-locale>' * '<http://hackage.haskell.org/package/old-time old-time>' * '<http://hackage.haskell.org/package/pretty pretty>' * '<http://hackage.haskell.org/package/random random>' * '<http://hackage.haskell.org/package/tagged tagged>' * '<http://hackage.haskell.org/package/template-haskell template-haskell>' * '<http://hackage.haskell.org/package/terminfo terminfo>' * '<http://hackage.haskell.org/package/time time>' * '<http://hackage.haskell.org/package/transformers transformers>' * '<http://hackage.haskell.org/package/unix unix>' * '<http://hackage.haskell.org/package/unordered-containers unordered-containers>' * '<http://hackage.haskell.org/package/vector vector>' * '<http://hackage.haskell.org/package/Win32 Win32>' * '<http://hackage.haskell.org/package/xhtml xhtml>' 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".
BSD-3-Clause