evdev 2.3.1 → 2.3.1.1
raw patch · 2 files changed
+1/−2 lines, 2 filesdep ~containersdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: containers, time
API changes (from Hackage documentation)
Files
- evdev.cabal +1/−1
- src/Evdev.hs +0/−1
evdev.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: evdev-version: 2.3.1+version: 2.3.1.1 author: George Thomas maintainer: George Thomas description: Provides access to the Linux event device interface.
src/Evdev.hs view
@@ -205,7 +205,6 @@ Use 'newDeviceFromFd' if you need more control over how the device is created. -} newDevice :: RawFilePath -> IO Device--- newDevice path = newDeviceFromFd =<< openFd path ReadWrite Nothing defaultFileFlags newDevice path = newDeviceFromFd =<< openFd path ReadWrite defaultFileFlags {- | Generalisation of 'newDevice', in case one needs control over the file descriptor,