packages feed

string-conversions-0.3: string-conversions.cabal

-- Initial string-conversions.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/

name:                string-conversions
version:             0.3
synopsis:            Simplifies dealing with different types for strings
description:         Provides a simple type class for converting values
                     of different string types
                     into values of other string types.
license:             BSD3
license-file:        LICENSE
author:              Sönke Hahn
maintainer:          shahn@joyridelabs.de
-- copyright:
category:            Data
build-type:          Simple
cabal-version:       >=1.8

source-repository head
  type:     darcs
  location: http://patch-tag.com/r/shahn/string-conversions/

library
  exposed-modules:     Data.String.Conversions
  build-depends:
    base < 5,
    bytestring == 0.9.* || == 0.10.*,
    text == 0.11.*,
    utf8-string == 0.3.*
  ghc-options:
    -Wall