packages feed

libxml-sax 0.5 → 0.5.1

raw patch · 2 files changed

+2/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Text/XML/LibXML/SAX.chs view
@@ -80,6 +80,7 @@ 		ctxFP <- withForeignPtr cCallbacks $ \sax -> 			maybeWith withUTF8 filename $ \cFilename -> do 				Context ctx <- {#call xmlCreatePushParserCtxt #} sax nullPtr nullPtr 0 cFilename+				{#set xmlParserCtxt->replaceEntities #} ctx 1 				newForeignPtr xmlFreeParserCtxt ctx 		 		return $ Parser ctxFP cCallbacks onError ref
libxml-sax.cabal view
@@ -1,5 +1,5 @@ Name: libxml-sax-Version: 0.5+Version: 0.5.1 stability: experimental Synopsis: Bindings for the libXML2 SAX interface License: MIT