polysoup 0.2.1 → 0.2.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~polyparsePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: polyparse
API changes (from Hackage documentation)
Files
- polysoup.cabal +3/−3
polysoup.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 39ea4a921a9e102647575a9f6f66b5b75284c554a52c24b53fb9f65fc3f30bc3+-- hash: e27b16d88897e222959501e9a60289ec0aeba14c6cfa00570177857baff12b83 name: polysoup-version: 0.2.1+version: 0.2.2 synopsis: Online XML parsing with polyparse and tagsoup description: Please see the README on GitHub at <https://github.com/kawu/polysoup#readme> category: XML@@ -35,6 +35,6 @@ src build-depends: base >=4.7 && <5- , polyparse >=1.9 && <1.13+ , polyparse >=1.9 && <1.14 , tagsoup >=0.13 && <0.15 default-language: Haskell2010