-- Initial istext.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: istext version: 0.1.0.0 synopsis: IsText type class for data that can be converted to and from Strings. -- description: homepage: https://sealgram.com/git/haskell/text-like/ license: MIT license-file: LICENSE author: Marcos Dumay de Medeiros maintainer: marcos@marcosdumay.com -- copyright: category: Text build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Data.Text.IsText -- other-modules: other-extensions: TypeSynonymInstances, FlexibleInstances build-depends: base >=4.7 && <4.8, bytestring >=0.10 && <0.11, utf8-string >=1 && <1.1, text >=1.2 && <1.3 hs-source-dirs: src default-language: Haskell2010