Skip to content

Commit

Permalink
Fix up
Browse files Browse the repository at this point in the history
  • Loading branch information
rnjtranjan committed Nov 4, 2022
1 parent d423963 commit 1ed6d9c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 485 deletions.
2 changes: 1 addition & 1 deletion .hlint.ignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test/Streamly/Test/Data/SmallArray.hs
test/Streamly/Test/Data/Unfold.hs
test/Streamly/Test/FileSystem/Event.hs
test/Streamly/Test/Prelude/Concurrent.hs
test/Streamly/Test/Prelude/Concurrent1.hs
test/Streamly/Test/Prelude/ConcurrentChannel.hs
test/Streamly/Test/Prelude/Fold.hs
test/Streamly/Test/Prelude/Rate.hs
test/Streamly/Test/Prelude/Serial.hs
Expand Down
4 changes: 2 additions & 2 deletions hie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ cradle:
component: "test:Prelude.Async"
- path: "./test/Streamly/Test/Prelude/Concurrent.hs"
component: "test:Prelude.Concurrent"
- path: "./test/Streamly/Test/Prelude/Concurrent1.hs"
component: "test:Prelude.Concurrent1"
- path: "./test/Streamly/Test/Prelude/ConcurrentChannel.hs"
component: "test:Prelude.ConcurrentChannel"
- path: "./test/Streamly/Test/Prelude/Fold.hs"
component: "test:Prelude.Fold"
- path: "./test/Streamly/Test/Prelude/Parallel.hs"
Expand Down
Loading

0 comments on commit 1ed6d9c

Please sign in to comment.