Skip to content

Commit 6392278

Browse files
committed
Run strict-mvar tests with ghc-9.6
1 parent 912ab91 commit 6392278

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
@@ -47,7 +47,7 @@ test-suite test
4747

4848
other-modules: Test.Control.Concurrent.Class.MonadMVar.Strict.Checked
4949
default-language: Haskell2010
50-
build-depends: base >=4.9 && <4.18,
50+
build-depends: base >=4.9 && <4.19,
5151
QuickCheck,
5252
tasty,
5353
tasty-quickcheck,

0 commit comments

Comments
 (0)