From f4168b66a1a71bd0063751302c67afea68a0ab6b Mon Sep 17 00:00:00 2001 From: Mitchell Rosen Date: Mon, 27 Nov 2023 13:28:38 -0500 Subject: [PATCH] allow stm-2.5.0.* --- stm-fsifo.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stm-fsifo.cabal b/stm-fsifo.cabal index 4e32ac7..9c856aa 100644 --- a/stm-fsifo.cabal +++ b/stm-fsifo.cabal @@ -45,7 +45,7 @@ library build-depends: base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19, -- Manually skipping buggy 2.5.2.* - stm == 2.5.1.* || ^>= 2.5.3.0, + stm == 2.5.0.* || == 2.5.1.* || ^>= 2.5.3.0, default-extensions: LambdaCase exposed-modules: Control.Concurrent.STM.Fsifo