Skip to content

Commit

Permalink
allow stm-2.5.0.*
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellwrosen committed Nov 27, 2023
1 parent 60af163 commit f4168b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stm-fsifo.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4168b6

Please sign in to comment.