From 2e5e314dc17449dc832bb672c3b8747849c2e651 Mon Sep 17 00:00:00 2001 From: Ranjeet Ranjan Date: Sat, 15 Oct 2022 17:04:22 +0530 Subject: [PATCH] Add bounds to monad-control in streamly.cabal (#1955) --- streamly.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamly.cabal b/streamly.cabal index db124b364..3e1fc967f 100644 --- a/streamly.cabal +++ b/streamly.cabal @@ -453,7 +453,7 @@ library , mtl >= 2.2 && < 2.4 , transformers >= 0.4 && < 0.7 - , monad-control + , monad-control >= 1.0 && < 1.1 -- The core streamly package , streamly-core == 0.1.0