packages feed

tostring-0.2.1: tostring.cabal

name:                tostring
version:             0.2.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.*