xml-conduit-parse 0.2.0.0 → 0.2.0.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- test/Main.hs +1/−1
- xml-conduit-parse.cabal +1/−1
test/Main.hs view
@@ -50,7 +50,7 @@ parser = tagName "hello" (textAttr "world") $ \world -> do tagNoAttr "{mynamespace}child1" $ return () tagNoAttr "child2" $ return ()- x <- tagNoAttr "child3" content+ x <- tagNoAttr "child3" textContent return (world, x)
xml-conduit-parse.cabal view
@@ -1,5 +1,5 @@ name: xml-conduit-parse-version: 0.2.0.0+version: 0.2.0.1 synopsis: Streaming XML parser based on conduits. description: This library provides an alternative, hopefully higher-level implementation for the parsing part of @xml-conduit@.