Skip to content

Commit

Permalink
strict-checked-vars: allow io-classes-1.4 and friends
Browse files Browse the repository at this point in the history
  • Loading branch information
amesgen committed Feb 22, 2024
1 parent fc1d6be commit bb1e629
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions strict-checked-vars/strict-checked-vars.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ library
default-language: Haskell2010
build-depends:
, base >=4.9 && <5
, io-classes >=1.2 && <1.4
, strict-mvar >=1.2 && <1.4
, strict-stm >=1.2 && <1.4
, io-classes >=1.2 && <1.5
, strict-mvar >=1.2 && <1.5
, strict-stm >=1.2 && <1.5

ghc-options:
-Wall -Wcompat -Wincomplete-uni-patterns
Expand Down

0 comments on commit bb1e629

Please sign in to comment.