From fa08b54bbfb5b76437a544771bbb21edcfc2d6d2 Mon Sep 17 00:00:00 2001 From: Mann mit Hut Date: Sat, 7 Oct 2023 14:18:59 +0200 Subject: [PATCH] Allow effectful 2.3 and effectful-core 2.3 --- typed-process-effectful.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/typed-process-effectful.cabal b/typed-process-effectful.cabal index 6ed7b28..7701225 100644 --- a/typed-process-effectful.cabal +++ b/typed-process-effectful.cabal @@ -52,8 +52,8 @@ library build-depends: , base >=4.14 && <5 , bytestring <0.12 - , effectful >=2.0 && <2.3 - , effectful-core >=2.0 && <2.3 + , effectful >=2.0 && <2.4 + , effectful-core >=2.0 && <2.4 , typed-process >=0.2.5 && <0.3 test-suite typed-process-effectful-test