linux-evdev-0.2: linux-evdev.cabal
Name: linux-evdev
Version: 0.2
Synopsis: Bindings to Linux evdev input device interface.
Description: Bindings to Linux evdev input device interface.
License: BSD3
License-file: LICENSE
Author: Ben Gamari
Maintainer: bgamari.foss@gmail.com
Category: System
Build-type: Simple
Cabal-version: >=1.6
Library
Exposed-modules: System.Linux.Input.Event, System.Linux.Input.Event.Constants
Build-tools: hsc2hs
Build-depends: base >= 4.0 && < 5.0,
time >= 1.4 && < 1.5,
bytestring >= 0.9 && < 0.11
source-repository head
type: git
location: git://github.com/bgamari/linux-evdev.git