xml-catalog 1.1.0 → 1.1.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~text
Dependency ranges changed: text
Files
- xml-catalog.cabal +2/−2
xml-catalog.cabal view
@@ -1,5 +1,5 @@ Name: xml-catalog-Version: 1.1.0+Version: 1.1.0.1 Synopsis: Parse XML catalog files Homepage: http://github.com/snoyberg/xml License: BSD3@@ -14,7 +14,7 @@ Library Exposed-modules: Text.XML.Catalog Build-depends: base >= 4 && < 5- , text >= 0.11 && < 1.0+ , text >= 0.11 , containers >= 0.2 , xml-conduit >= 1.1 && < 1.2 , uri-conduit >= 1.1 && < 1.2