packages feed

evdev 2.0.0.0 → 2.0.0.1

raw patch · 2 files changed

+1/−10 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

README.md view
@@ -5,15 +5,6 @@  It aims to expose the full set of functionality exposed by `libevdev`, while providing stronger types, and a higher level of abstraction - no worrying about memory management, ordering of operations etc. -Getting started---------------- Your user will need to be a member of the `input` group in order to read from devices. Try `usermod -a -G input [username]`.--If you wish to make use of concurrency, e.g. to use functions like `allEvents`, be sure to pass the option `-threaded` to GHC, in order to enable the threaded runtime.--The [evdev-examples](https://github.com/georgefst/evdev/tree/master/evdev-examples) folder contains a basic `evtest` clone, with the added ability to read events from multiple devices concurrently.--Streamly---------  For a higher-level, more functional API based on event streams, see [evdev-streamly](http://hackage.haskell.org/package/evdev-streamly).
evdev.cabal view
@@ -1,6 +1,6 @@ cabal-version:       3.0 name:                evdev-version:             2.0.0.0+version:             2.0.0.1 author:              George Thomas maintainer:          George Thomas description:         Provides access to the Linux event device interface.