tagsoup-parsec 0.0.2 → 0.0.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~parsecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: parsec
API changes (from Hackage documentation)
Files
- tagsoup-parsec.cabal +2/−2
tagsoup-parsec.cabal view
@@ -1,5 +1,5 @@ Name: tagsoup-parsec -Version: 0.0.2+Version: 0.0.3 License: BSD3 License-file: LICENSE Author: Johnny Morrice@@ -14,5 +14,5 @@ Cabal-version: >=1.2.0 Library- Build-Depends: base, tagsoup, parsec==2.1.0.1+ Build-Depends: base, tagsoup, parsec<3 Exposed-modules: Text.HTML.TagSoup.Parsec