str-0.1.0.0: str.cabal
-- Initial str.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: str
version: 0.1.0.0
synopsis: A type class to abstract between many different string types.
-- description:
homepage: http://www.github.com/thinkpad20/str
license: MIT
license-file: LICENSE
author: Allen Nelson
maintainer: ithinkican@gmail.com
-- copyright:
category: Text
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: Text.Str
-- other-modules:
other-extensions: OverloadedStrings, TypeSynonymInstances, FlexibleInstances, LambdaCase
build-depends: base >=4.7 && <4.8, hashable >=1.2 && <1.3, MissingH >=1.2 && <1.3, text >=1.1 && <1.2, bytestring >=0.10 && <0.11, Crypto, base16-bytestring, utf8-string
hs-source-dirs: src
default-language: Haskell2010