diff --git a/evdev.cabal b/evdev.cabal
--- a/evdev.cabal
+++ b/evdev.cabal
@@ -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.
diff --git a/src/Evdev.hs b/src/Evdev.hs
--- a/src/Evdev.hs
+++ b/src/Evdev.hs
@@ -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
