File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ package strict-stm
16
16
source-repository-package
17
17
type : git
18
18
location : https://github.com/input-output-hk/typed-protocols
19
- tag : b00ba45ed0c81284378ddea9a42c96e8ccb855e0
20
- --sha256 : 1qdp1wbvbmcs8z0c8phjz58w1zfwb1lkb0bjh7ksfy3hyrzcs07i
19
+ tag : aa570239bf1ed7303b730317e89d9a80d214ad38
20
+ --sha256 : 0vfn0cdschyfc9j7cbbmxls0yq588xg2vmsf10bx6wgpxf9wkd2m
21
21
subdir :
22
22
typed-protocols
23
23
typed-protocols-cborg
Original file line number Diff line number Diff line change 3
3
4
4
module Main (main ) where
5
5
6
+ import Control.Concurrent.Class.MonadSTM
6
7
import Control.Monad (replicateM )
7
8
import Control.Monad.Class.MonadAsync
8
9
import Control.Monad.Class.MonadFork
9
- import Control.Monad.Class.MonadSTM
10
10
import Control.Monad.Class.MonadSay
11
11
import Control.Monad.Class.MonadThrow
12
12
import Control.Monad.Class.MonadTimer
Original file line number Diff line number Diff line change 8
8
9
9
module Test.Control.Monad.IOSimPOR where
10
10
11
+ import Control.Concurrent.Class.MonadSTM.TVar
11
12
import Control.Monad
12
13
import Control.Monad.Class.MonadFork
13
14
import Control.Monad.Class.MonadSTM
Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ import Control.Monad
24
24
import Control.Monad.Fix
25
25
import System.IO.Error (ioeGetErrorString , isUserError )
26
26
27
+ import Control.Concurrent.Class.MonadSTM.Strict
28
+ import qualified Control.Concurrent.Class.MonadSTM.TVar as LazySTM
27
29
import Control.Monad.Class.MonadFork
28
- import qualified Control.Monad.Class.MonadSTM as LazySTM
29
- import Control.Monad.Class.MonadSTM.Strict
30
30
import Control.Monad.Class.MonadSay
31
31
import Control.Monad.Class.MonadThrow
32
32
import Control.Monad.Class.MonadTime
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ import qualified Data.Set as Set
30
30
import Data.Type.Equality
31
31
import Prelude hiding (exp )
32
32
33
+ import Control.Concurrent.Class.MonadSTM.TVar as STM
33
34
import Control.Monad.Class.MonadSTM as STM
34
35
import Control.Monad.Class.MonadThrow
35
36
You can’t perform that action at this time.
0 commit comments