name: texts version: 0.3.2 synopsis: User-facing operations for dealing with texts description: Common operations for different kinds of texts, including English-specific operations. license: BSD3 license-file: LICENSE author: Chris Done maintainer: chrisdone@gmail.com copyright: 2013 Chris Done category: Data, Text build-type: Simple cabal-version: >=1.8 flag network-uri description: Get Network.URI from the network-uri package default: True library exposed-modules: Texts, Texts.English, Texts.Web, Texts.Types hs-source-dirs: src/ build-depends: base > 4 && <5, text, HUnit, time, lists if flag(network-uri) build-depends: network-uri >= 2.6, network >= 2.6 else build-depends: network-uri < 2.6, network < 2.6 ghc-options: -Wall