xml-parser 0.1.1 → 0.1.1.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text
API changes (from Hackage documentation)
Files
- xml-parser.cabal +2/−2
xml-parser.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: xml-parser-version: 0.1.1+version: 0.1.1.1 synopsis: XML parser with informative error-reporting and simple API homepage: https://github.com/nikita-volkov/xml-parser bug-reports: https://github.com/nikita-volkov/xml-parser/issues@@ -37,7 +37,7 @@ bytestring >=0.10 && <0.12, containers ^>=0.6, hashable >=1.2 && <2,- text >=1.2.4 && <2,+ text >=1.2.4 && <3, text-builder >=0.6.6.2 && <0.7, transformers ^>=0.5, unordered-containers ^>=0.2.14,