Skip to content

Commit 1b2c22b

Browse files
committed
Bump lower bound on io-classes for stric-mvar.
The module containing the `MonadMVar` class changes between `io-classes-1.0` and `io-classes-1.1`, so we must set `io-classes.1.1` as a lower bound.
1 parent a04eabc commit 1b2c22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strict-mvar/strict-mvar.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ library
2828
exposed-modules: Control.Concurrent.Class.MonadMVar.Strict
2929
default-language: Haskell2010
3030
build-depends: base >= 4.9 && <4.19,
31-
io-classes >= 1.0 && <1.2
31+
io-classes ^>= 1.1,
3232
ghc-options: -Wall
3333
-Wno-unticked-promoted-constructors
3434
-Wcompat

0 commit comments

Comments
 (0)