linux-evdev 0.3 → 0.3.1
raw patch · 1 files changed
+3/−2 lines, 1 filesdep ~time
Dependency ranges changed: time
Files
- linux-evdev.cabal +3/−2
linux-evdev.cabal view
@@ -1,5 +1,5 @@ Name: linux-evdev-Version: 0.3+Version: 0.3.1 Synopsis: Bindings to Linux evdev input device interface. Description: Bindings to Linux evdev input device interface. License: BSD3@@ -9,6 +9,7 @@ Category: System Build-type: Simple Cabal-version: >=1.6+Homepage: http://github.com/bgamari/linux-evdev Library Exposed-modules: System.Linux.Input.Event,@@ -16,7 +17,7 @@ System.Linux.Input.Device Build-tools: hsc2hs Build-depends: base >= 4.0 && < 5.0,- time >= 1.4 && < 1.5,+ time >= 1.4 && < 1.6, bytestring >= 0.9 && < 0.11, unix >= 2.6 && < 2.8