Skip to content

Commit

Permalink
⬇️ Change stm dependency lower bounds to fix broken cabal builds
Browse files Browse the repository at this point in the history
  • Loading branch information
lsrcz committed Jan 8, 2024
1 parent 1d2deb1 commit 2115448
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions grisette.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ library
, parallel >=3.2.2.0 && <3.3
, prettyprinter >=1.5.0 && <1.8
, sbv >=8.11 && <10.3
, stm >=2.5.0.1 && <2.6
, stm ==2.5.*
, template-haskell >=2.16 && <2.21
, text >=1.2.4.1 && <2.2
, th-compat >=0.1.2 && <0.2
Expand Down Expand Up @@ -194,7 +194,7 @@ test-suite doctest
, parallel >=3.2.2.0 && <3.3
, prettyprinter >=1.5.0 && <1.8
, sbv >=8.11 && <10.3
, stm >=2.5.0.1 && <2.6
, stm ==2.5.*
, template-haskell >=2.16 && <2.21
, text >=1.2.4.1 && <2.2
, th-compat >=0.1.2 && <0.2
Expand Down Expand Up @@ -277,7 +277,7 @@ test-suite spec
, parallel >=3.2.2.0 && <3.3
, prettyprinter >=1.5.0 && <1.8
, sbv >=8.11 && <10.3
, stm >=2.5.0.1 && <2.6
, stm ==2.5.*
, template-haskell >=2.16 && <2.21
, test-framework >=0.8.2 && <0.9
, test-framework-hunit >=0.3.0.2 && <0.4
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies:
- QuickCheck >= 2.14 && < 2.15
- prettyprinter >= 1.5.0 && < 1.8
- async >= 2.2.2 && < 2.3
- stm >= 2.5.0.1 && < 2.6
- stm >= 2.5 && < 2.6

flags:
{
Expand Down

0 comments on commit 2115448

Please sign in to comment.