Skip to content

Commit 6038eae

Browse files
committed
Port Prelude.Concurrent to new Implementation
1 parent b0ff88f commit 6038eae

File tree

4 files changed

+492
-0
lines changed

4 files changed

+492
-0
lines changed

.hlint.ignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ test/Streamly/Test/Data/SmallArray.hs
99
test/Streamly/Test/Data/Unfold.hs
1010
test/Streamly/Test/FileSystem/Event.hs
1111
test/Streamly/Test/Prelude/Concurrent.hs
12+
test/Streamly/Test/Prelude/ConcurrentChannel.hs
1213
test/Streamly/Test/Prelude/Fold.hs
1314
test/Streamly/Test/Prelude/Rate.hs
1415
test/Streamly/Test/Prelude/Serial.hs

hie.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ cradle:
124124
component: "test:Prelude.Async"
125125
- path: "./test/Streamly/Test/Prelude/Concurrent.hs"
126126
component: "test:Prelude.Concurrent"
127+
- path: "./test/Streamly/Test/Prelude/ConcurrentChannel.hs"
128+
component: "test:Prelude.ConcurrentChannel"
127129
- path: "./test/Streamly/Test/Prelude/Fold.hs"
128130
component: "test:Prelude.Fold"
129131
- path: "./test/Streamly/Test/Prelude/Parallel.hs"

0 commit comments

Comments
 (0)