Skip to content

Commit

Permalink
allow stm-2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellwrosen committed May 14, 2024
1 parent 4c56126 commit 9a83c4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stm-fsifo.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ library
import: component
build-depends:
base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19,
-- Manually skipping buggy 2.5.2.*
stm == 2.5.0.* || == 2.5.1.* || ^>= 2.5.3.0,
stm ^>= 2.5.0,
default-extensions:
LambdaCase
exposed-modules: Control.Concurrent.STM.Fsifo
Expand Down

0 comments on commit 9a83c4d

Please sign in to comment.