[stm] update to 2.5.3.0

Maybe TBQueue is broken on CI:
https://github.com/haskell/stm/issues/76
parent e5a892b9
Pipeline #6625 passed with stages
in 50 minutes and 23 seconds
...@@ -599,7 +599,7 @@ library ...@@ -599,7 +599,7 @@ library
, singletons-th >= 3.1 , singletons-th >= 3.1
, smtp-mail >= 0.3.0.0 , smtp-mail >= 0.3.0.0
, stemmer ^>= 0.5.2 , stemmer ^>= 0.5.2
, stm ^>= 2.5.0.1 , stm >= 2.5.3.0 && < 2.6
, stm-containers >= 1.2.1 && < 1.3 , stm-containers >= 1.2.1 && < 1.3
, stringsearch >= 0.3.6.6 , stringsearch >= 0.3.6.6
, swagger2 ^>= 2.6 , swagger2 ^>= 2.6
...@@ -775,7 +775,7 @@ common testDependencies ...@@ -775,7 +775,7 @@ common testDependencies
, servant-websockets >= 2.0.0 && < 2.1 , servant-websockets >= 2.0.0 && < 2.1
, shelly >= 1.9 && < 2 , shelly >= 1.9 && < 2
, split , split
, stm ^>= 2.5.0.1 , stm >= 2.5.3.0 && < 2.6
, streaming-commons , streaming-commons
, tasty >= 1.5 && < 1.6 , tasty >= 1.5 && < 1.6
, tasty-golden , tasty-golden
...@@ -799,7 +799,7 @@ common testDependencies ...@@ -799,7 +799,7 @@ common testDependencies
, warp , warp
, servant-websockets >= 2.0.0 && < 2.1 , servant-websockets >= 2.0.0 && < 2.1
, shelly >= 1.9 && < 2 , shelly >= 1.9 && < 2
, stm ^>= 2.5.0.1 , stm >= 2.5.3.0 && < 2.6
, streaming-commons , streaming-commons
, tasty >= 1.5 && < 1.6 , tasty >= 1.5 && < 1.6
, tasty-hspec , tasty-hspec
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment