-- Initial string-convert.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: string-convert
version: 1.0.0
synopsis: Provide universal string conversions between any two string-like types
-- description:
homepage: https://bitbucket.org/tdammers/string-convert
license: BSD3
license-file: LICENSE
author: Tobias Dammers
maintainer: tdammers@gmail.com
-- copyright:
category: Text
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: Text.StringConvert
-- other-modules:
-- other-extensions:
build-depends: base >=4.5 && <4.7
, bytestring
, text
, utf8-string
-- hs-source-dirs:
default-language: Haskell2010