packages feed

xtest-0.2: xtest.cabal

Name:                xtest

Version:             0.2

Synopsis:            Thin FFI bindings to X11 XTest library

Description:         This package provides thin bindings for X11 XTest library.
                     For more info, see XTest documentation.

License:             BSD3

License-file:        LICENSE

-- The package author(s).
Author:              Ilya Portnov

Maintainer:          portnov84@rambler.ru

-- A copyright notice.
-- Copyright:           

Category:            Graphics

Build-type:          Simple

Extra-source-files:  test.hs

Cabal-version:       >=1.6


Library
  -- Modules exported by the library.
  Exposed-modules:     Graphics.X11.XTest
  
  -- Packages needed in order to build this package.
  Build-depends:       base >= 4 && < 5, X11 >= 1.5
  extra-libraries:    "Xtst"