Name: uri-enumerator Version: 0.1.0.1 Synopsis: Read and write URIs (deprecated) Homepage: http://github.com/snoyberg/xml License: BSD3 License-file: LICENSE Author: Michael Snoyman Maintainer: michaels@suite-sol.com Category: Text Build-type: Simple Cabal-version: >=1.6 Description: This package is deprecated in favor of uri-conduit. Library Exposed-modules: Network.URI.Enumerator Build-depends: base >= 4 && < 5 , enumerator >= 0.4.14 && < 0.5 , text >= 0.5 && < 1.0 , transformers >= 0.2 && < 0.3 , bytestring >= 0.9 && < 0.10 , network >= 2.2 && < 2.4 , containers >= 0.2 && < 0.5 , failure >= 0.1 && < 0.2