From 29ea6af817aa27eb8133e9aa085ddff5ea352315 Mon Sep 17 00:00:00 2001 From: George Thomas Date: Thu, 15 Aug 2024 17:47:58 +0100 Subject: [PATCH] Allow `streamly` 0.10 Note that this introduces various deprecation warnings, but we'll solve those separately. --- 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