Skip to content

Commit de6a292

Browse files
committed
strict-stm: ghc-9.4 support
We need to wait for the next release of "cborg" package.
1 parent 35eaa57 commit de6a292

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

strict-stm/src/Control/Concurrent/Class/MonadSTM/Strict/TBQueue.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
{-# LANGUAGE CPP #-}
33
{-# LANGUAGE ExplicitNamespaces #-}
44
{-# LANGUAGE GADTs #-}
5+
{-# LANGUAGE TypeOperators #-}
56

67
-- | This module corresponds to `Control.Concurrent.STM.TBQueue` in "stm" package
78
--

strict-stm/src/Control/Concurrent/Class/MonadSTM/Strict/TChan.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
{-# LANGUAGE ExplicitNamespaces #-}
44
{-# LANGUAGE GADTs #-}
55
{-# LANGUAGE NamedFieldPuns #-}
6+
{-# LANGUAGE TypeOperators #-}
67

78
-- | This module corresponds to `Control.Concurrent.STM.TChan` in "stm" package
89
--

strict-stm/src/Control/Concurrent/Class/MonadSTM/Strict/TMVar.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
{-# LANGUAGE CPP #-}
33
{-# LANGUAGE ExplicitNamespaces #-}
44
{-# LANGUAGE GADTs #-}
5+
{-# LANGUAGE TypeOperators #-}
56

67
-- | This module corresponds to `Control.Concurrent.STM.TMVar` in "stm" package
78
--

strict-stm/src/Control/Concurrent/Class/MonadSTM/Strict/TVar.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
{-# LANGUAGE ExplicitNamespaces #-}
44
{-# LANGUAGE GADTs #-}
55
{-# LANGUAGE NamedFieldPuns #-}
6+
{-# LANGUAGE TypeOperators #-}
67

78
-- | This module corresponds to `Control.Concurrent.STM.TVar` in "stm" package
89
--

0 commit comments

Comments
 (0)