xml-catalog-0.5.0: xml-catalog.cabal
Name: xml-catalog
Version: 0.5.0
Synopsis: Parse XML catalog files
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: Parse XML catalog files
Library
Exposed-modules: Text.XML.Catalog
Build-depends: base >= 4 && < 5
, text >= 0.11 && < 1.0
, containers >= 0.2 && < 0.5
, xml-conduit >= 0.5 && < 0.6
, uri-conduit >= 0.2 && < 0.3
, conduit >= 0.0 && < 0.1
, transformers >= 0.2 && < 0.3
, bytestring
Ghc-options: -Wall