From a02d2586b899c2bdffc7325fe576a4c8221d51e6 Mon Sep 17 00:00:00 2001 From: George Thomas Date: Thu, 15 Aug 2024 17:42:10 +0100 Subject: [PATCH] Allow `streamly` 0.10 --- evdev-streamly/evdev-streamly.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evdev-streamly/evdev-streamly.cabal b/evdev-streamly/evdev-streamly.cabal index 9cc251d..2ad5ba5 100644 --- a/evdev-streamly/evdev-streamly.cabal +++ b/evdev-streamly/evdev-streamly.cabal @@ -34,7 +34,7 @@ library filepath-bytestring ^>= 1.4.2, mtl ^>= {2.2, 2.3}, rawfilepath ^>= {1.0, 1.1}, - streamly ^>= 0.9, + streamly ^>= {0.9, 0.10}, streamly-fsnotify ^>= 1.1.1, unix ^>= 2.8, default-language: GHC2021