From 736d30fd0aaa1af6c896146541eaf198259d439d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20B=C3=A4renz?= Date: Fri, 12 May 2023 16:32:32 +0200 Subject: [PATCH] Remove restrictive mtl bound --- monad-bayes.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monad-bayes.cabal b/monad-bayes.cabal index 48e2d9c5..64c34ac6 100644 --- a/monad-bayes.cabal +++ b/monad-bayes.cabal @@ -53,7 +53,7 @@ common deps , matrix ^>=0.3 , monad-coroutine ^>=0.9.0 , monad-extras ^>=0.6 - , mtl >=2.2 && <2.4 + , mtl >=2.2.2 && <2.4 , mwc-random >=0.13.6 && <0.16 , pipes ^>=4.3 , pretty-simple ^>=4.1