packages feed

xml-catalog-0.6.0: xml-catalog.cabal

Name:                xml-catalog
Version:             0.6.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.6        && < 0.7
                     , uri-conduit              >= 0.3        && < 0.4
                     , conduit                  >= 0.3        && < 0.4
                     , transformers             >= 0.2        && < 0.3
                     , bytestring
  Ghc-options: -Wall