packages feed

Cabal revisions of tostring-0.2.1.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                tostring-version:             0.2.1.1-synopsis:            The ToString class-description:         A type class for converting text types to String.-license:             BSD3-author:              Silk B.V.-maintainer:          code@silk.co-category:            Data-build-type:          Simple-cabal-version:       >=1.8-license-file:        LICENSE--extra-source-files:-  CHANGELOG.md-  LICENSE-  README.md--source-repository head-  type:              git-  location:          https://github.com/silkapp/tostring.git--library-  ghc-options:       -Wall-  hs-source-dirs:    src-  exposed-modules:   Data.String.ToString-  build-depends:-      base == 4.*-    , case-insensitive >= 1.0 && < 1.3-    , text >= 0.11 && < 1.3-    , utf8-string >= 0.3 && < 1.1+name:                tostring
+version:             0.2.1.1
+x-revision: 1
+synopsis:            The ToString class
+description:         A type class for converting text types to String.
+license:             BSD3
+author:              Silk B.V.
+maintainer:          code@silk.co
+category:            Data
+build-type:          Simple
+cabal-version:       >=1.8
+license-file:        LICENSE
+
+extra-source-files:
+  CHANGELOG.md
+  LICENSE
+  README.md
+
+source-repository head
+  type:              git
+  location:          https://github.com/silkapp/tostring.git
+
+library
+  ghc-options:       -Wall
+  hs-source-dirs:    src
+  exposed-modules:   Data.String.ToString
+  build-depends:
+      base == 4.*
+    , case-insensitive >= 1.0 && < 1.3
+    , text >= 0.11 && < 2.1
+    , utf8-string >= 0.3 && < 1.1