packages feed

x11-xim-0.0.2: x11-xim.cabal

build-type:	Simple
cabal-version:	>= 1.2

name:		x11-xim
version:	0.0.2
author:		Yoshikuni Jujo
maintainer:	Yoshikuni Jujo <PAF01143@nifty.ne.jp>
license:	BSD3
license-file:	LICENSE
copyright:	(c) 2010-2010 Yoshikuni Jujo
category:	Graphics
synopsis:	A binding to the xim of X11 graphics library
description:	A binding to the xim of X11 graphics library

extra-source-files:	tests/useXim.hs
	

library
  exposed-modules:	Graphics.X11.Xim
  other-modules:	Graphics.X11.XimTypes
  extensions:		ForeignFunctionInterface
  build-depends:	base > 4 && < 5, X11, utf8-string
  ghc-options:		-Wall