Skip to content

Commit 0f907f8

Browse files
committed
Release 2.3.0
1 parent b6ba77b commit 0f907f8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

evdev-streamly/evdev-streamly.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ library
2929
base >= 4.11 && < 5,
3030
bytestring ^>= {0.10, 0.11, 0.12},
3131
containers ^>= 0.6.2,
32-
evdev ^>= {2.1, 2.2},
32+
evdev ^>= {2.1, 2.2, 2.3},
3333
extra ^>= {1.6.18, 1.7},
3434
filepath-bytestring ^>= 1.4.2,
3535
mtl ^>= {2.2, 2.3},

evdev/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Revision history for evdev
22

3+
## 2.3.0 -- 01-09-2023
4+
* Add `deviceOptsFromEvents` for more easily creating UInput devices with desired capabilities.
5+
* Add some extra `Read` instances.
6+
* Fix duplicate keys by using pattern synonyms.
7+
38
## 2.2.0 -- 05-11-2022
49
* More bindings:
510
* `deviceAbsAxis`

evdev/evdev.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: evdev
3-
version: 2.2.0
3+
version: 2.3.0
44
author: George Thomas
55
maintainer: George Thomas
66
description: Provides access to the Linux event device interface.

0 commit comments

Comments
 (0)