diff --git a/Graphics/X11/XimTypes.hsc b/Graphics/X11/XimTypes.hsc
--- a/Graphics/X11/XimTypes.hsc
+++ b/Graphics/X11/XimTypes.hsc
@@ -14,8 +14,8 @@
 
 ) where
 
-import Data.Bits	( (.|.)	)
-import Foreign		( Int32	)
+import Data.Bits	( (.|.)		)
+import Foreign		( Int32, Int64	)
 
 data XNInputStyle =
 	XIMPreeditArea	|
diff --git a/x11-xim.cabal b/x11-xim.cabal
--- a/x11-xim.cabal
+++ b/x11-xim.cabal
@@ -2,7 +2,7 @@
 cabal-version:	>= 1.2
 
 name:		x11-xim
-version:	0.0.1
+version:	0.0.2
 author:		Yoshikuni Jujo
 maintainer:	Yoshikuni Jujo <PAF01143@nifty.ne.jp>
 license:	BSD3
