packages feed

x11-xim 0.0.4 → 0.0.5

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Graphics/X11/Xim.hsc view
@@ -94,7 +94,7 @@ 	:: Ptr XIC -> XEventPtr -> Ptr CChar -> CInt -> Ptr #{ type KeySym } 		-> Ptr #{ type Status } -> IO CInt utf8LookupString :: XIC -> XEventPtr -> IO ( Maybe String, Maybe KeySym )-utf8LookupString xic pev = utf8LookupStringGen xic pev 1+utf8LookupString xic pev = utf8LookupStringGen xic pev 8 utf8LookupStringGen :: XIC -> XEventPtr -> Int -> IO ( Maybe String, Maybe KeySym ) utf8LookupStringGen ( XIC pic ) pev bs = allocaBytes bs $ \buf -> 	alloca $ \ks -> alloca $ \stat -> do
x11-xim.cabal view
@@ -2,7 +2,7 @@ cabal-version:	>= 1.2  name:		x11-xim-version:	0.0.4+version:	0.0.5 author:		Yoshikuni Jujo maintainer:	Yoshikuni Jujo <PAF01143@nifty.ne.jp> license:	BSD3