evdev 1.1.0.0 → 1.1.0.1
raw patch · 2 files changed
+6/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- evdev.cabal +2/−1
CHANGELOG.md view
@@ -11,3 +11,7 @@ ## 1.1.0.0 -- 2019-12-16 * Hide LowLevel.++## 1.1.0.1 -- 2019-12-18++* Add `pkgconfig-depends` field to cabal file.
evdev.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: evdev-version: 1.1.0.0+version: 1.1.0.1 author: George Thomas maintainer: George Thomas description: Provides access to the Linux event device interface, with an optional high-level Streamly-based API.@@ -51,3 +51,4 @@ linux/input.h errno.h extra-libraries: evdev+ pkgconfig-depends: libevdev