packages feed

x11-xim 0.0.2 → 0.0.3

raw patch · 2 files changed

+3/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Graphics/X11/Xim.hsc view
@@ -25,7 +25,8 @@ import Graphics.X11	( Window, XEventPtr, GC, KeySym ) import Graphics.X11.Xlib.Extras	( FontSet(..) ) import Graphics.X11.Xlib.Types	( Display(..) )-import Foreign		( Int32, nullPtr, Ptr, Word32, alloca, peek,+import Foreign		( Int32, nullPtr, Ptr, Word32, alloca, peek, Int64,+				Word64, 				allocaBytes, throwIfNull ) import Foreign.C.Types	( CInt, CChar ) import Foreign.C.String	( CString, peekCStringLen, withCString )
x11-xim.cabal view
@@ -2,7 +2,7 @@ cabal-version:	>= 1.2  name:		x11-xim-version:	0.0.2+version:	0.0.3 author:		Yoshikuni Jujo maintainer:	Yoshikuni Jujo <PAF01143@nifty.ne.jp> license:	BSD3