Cabal revisions of text-show-0.7.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: text-show version: 0.7.0.1 +x-revision: 1 synopsis: Efficient conversion of values into Text description: @text-show@ offers a replacement for the @Show@ typeclass intended for use with @Text@ instead of @String@s. This package was created license: BSD3 license-file: LICENSE author: Ryan Scott -maintainer: Ryan Scott <ryan.gl.scott@ku.edu> +maintainer: Ryan Scott <ryan.gl.scott@gmail.com> stability: Experimental copyright: (C) 2014-2015 Ryan Scott category: Text
revision 2
name: text-show version: 0.7.0.1 -x-revision: 1 +x-revision: 2 synopsis: Efficient conversion of values into Text description: @text-show@ offers a replacement for the @Show@ typeclass intended for use with @Text@ instead of @String@s. This package was created -- , containers >= 0.1 && < 0.6 , bytestring >= 0.9 && < 0.11 , ghc-prim - , semigroups >= 0.16.1 && < 1 + , semigroups >= 0.16.1 && < 0.17 , text >= 0.8 && < 1.3 , template-haskell >= 2.4 && < 2.11 hs-source-dirs: src