evdev 0.2.0.0 → 0.2.0.1
raw patch · 2 files changed
+1/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- evdev.cabal +1/−1
- src/Evdev.hs +0/−1
evdev.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: evdev-version: 0.2.0.0+version: 0.2.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.
src/Evdev.hs view
@@ -30,7 +30,6 @@ import Control.Exception import Data.Int-import Data.List.Extra import Data.Either.Combinators import Data.Time.Clock import Data.Tuple.Extra