Skip to content

Commit f97c720

Browse files
authored
Merge pull request #3 from input-output-hk/coot/ghc-9.2
compatibility with ghc-9.2.2
2 parents f4183f2 + 8b36f3f commit f97c720

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

io-classes/io-classes.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ library
5454
FlexibleContexts
5555
ScopedTypeVariables
5656
RankNTypes
57-
build-depends: base >=4.9 && <4.15,
57+
build-depends: base >=4.9 && <4.17,
5858
async >=2.1,
5959
bytestring,
6060
mtl >=2.2 && <2.3,

io-sim/io-sim.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ library
4848
RankNTypes,
4949
ScopedTypeVariables,
5050
TypeFamilies
51-
build-depends: base >=4.9 && <4.15,
51+
build-depends: base >=4.9 && <4.17,
5252
io-classes >=0.2 && <0.3,
5353
exceptions >=0.10,
5454
containers,

io-sim/test/Test/Control/Monad/IOSimPOR.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
{-# LANGUAGE RankNTypes #-}
55
{-# LANGUAGE ScopedTypeVariables #-}
66

7+
{-# OPTIONS_GHC -Wno-incomplete-uni-patterns #-}
8+
79
module Test.Control.Monad.IOSimPOR where
810

911
import Control.Monad

strict-stm/strict-stm.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ library
3535

3636
exposed-modules: Control.Monad.Class.MonadSTM.Strict
3737
default-language: Haskell2010
38-
build-depends: base >=4.9 && <4.15,
38+
build-depends: base >=4.9 && <4.17,
3939
stm >=2.5 && <2.6,
4040
io-classes
4141
ghc-options: -Wall

0 commit comments

Comments
 (0)