dom-parser 0.1.0 → 0.1.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~type-funPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: type-fun
API changes (from Hackage documentation)
Files
- dom-parser.cabal +3/−3
dom-parser.cabal view
@@ -1,5 +1,5 @@ name: dom-parser-version: 0.1.0+version: 0.1.1 synopsis: Simple monadic DOM parser license: MIT license-file: LICENSE@@ -38,12 +38,12 @@ build-depends: base >= 4.7 && < 5 , lens , mtl- , open-union+ , open-union >= 0.2 , semigroups , shakespeare , text , transformers- , type-fun+ , type-fun >= 0.1.1 , xml-conduit , xml-lens exposed-modules: Text.XML.DOM.Parser