soap 0.2.2.6 → 0.2.2.7
raw patch · 3 files changed
+6/−1 lines, 3 filesPVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
API changes (from Hackage documentation)
+ Network.SOAP: runResponseParser :: ResponseParser a -> ByteString -> IO a
Files
- changelog +4/−0
- soap.cabal +1/−1
- src/Network/SOAP.hs +1/−0
changelog view
@@ -1,3 +1,7 @@+0.2.2.7:++ ! Add missing export for parser runner.+ 0.2.2.6: * Extract parser runner. `invokeWS` now is a mere default pipeline.
soap.cabal view
@@ -1,5 +1,5 @@ name: soap-version: 0.2.2.6+version: 0.2.2.7 synopsis: SOAP client tools description: Tools to build SOAP clients using xml-conduit.
src/Network/SOAP.hs view
@@ -6,6 +6,7 @@ -- * Requests invokeWS, Transport -- * Response parsing+ , runResponseParser , ResponseParser(..) , Parser -- * Exceptions