@@ -36,10 +36,6 @@ cradle:
3636 component : " bench:Data.Parser"
3737 - path : " ./benchmark/Streamly/Benchmark/Data/ParserK.hs"
3838 component : " bench:Data.ParserK"
39- - path : " ./benchmark/Streamly/Benchmark/Data/StreamK.hs"
40- component : " bench:Data.StreamK"
41- - path : " ./benchmark/Streamly/Benchmark/Data/StreamK/FromStream.hs"
42- component : " bench:Data.StreamK.FromStream"
4339 - path : " ./benchmark/Streamly/Benchmark/Data/Stream/Common.hs"
4440 component : " bench:Data.Stream"
4541 - path : " ./benchmark/Streamly/Benchmark/Data/Stream/Concurrent.hs"
@@ -50,10 +46,10 @@ cradle:
5046 component : " bench:Data.Stream.ConcurrentEager"
5147 - path : " ./benchmark/Streamly/Benchmark/Data/Stream/Eliminate.hs"
5248 component : " bench:Data.Stream"
53- - path : " ./benchmark/Streamly/Benchmark/Data/Stream/Expand.hs"
54- component : " bench:Data.Stream"
5549 - path : " ./benchmark/Streamly/Benchmark/Data/Stream/Exceptions.hs"
5650 component : " bench:Data.Stream"
51+ - path : " ./benchmark/Streamly/Benchmark/Data/Stream/Expand.hs"
52+ component : " bench:Data.Stream"
5753 - path : " ./benchmark/Streamly/Benchmark/Data/Stream/Generate.hs"
5854 component : " bench:Data.Stream"
5955 - path : " ./benchmark/Streamly/Benchmark/Data/Stream/Lift.hs"
@@ -64,6 +60,10 @@ cradle:
6460 component : " bench:Data.Stream"
6561 - path : " ./benchmark/Streamly/Benchmark/Data/Stream/Transform.hs"
6662 component : " bench:Data.Stream"
63+ - path : " ./benchmark/Streamly/Benchmark/Data/StreamK.hs"
64+ component : " bench:Data.StreamK"
65+ - path : " ./benchmark/Streamly/Benchmark/Data/StreamK/FromStream.hs"
66+ component : " bench:Data.StreamK.FromStream"
6767 - path : " ./benchmark/Streamly/Benchmark/Data/Unfold.hs"
6868 component : " bench:Data.Unfold"
6969 - path : " ./benchmark/Streamly/Benchmark/FileSystem/Handle/Read.hs"
@@ -94,34 +94,38 @@ cradle:
9494 config :
9595 cradle :
9696 cabal :
97+ - path : " ./test/lib/"
98+ component : " lib:streamly-tests"
9799 - path : " ./test/Streamly/Test/Data/Array.hs"
98100 component : " test:Data.Array"
99- - path : " ./test/Streamly/Test/Data/Stream.hs"
100- component : " test:Data.Stream"
101- - path : " ./test/Streamly/Test/Data/Stream/Time.hs"
102- component : " test:Data.Stream.Time"
103101 - path : " ./test/Streamly/Test/Data/Array/Generic.hs"
104102 component : " test:Data.Array.Generic"
105- - path : " ./test/Streamly/Test/Data/MutArray.hs"
106- component : " test:Data.MutArray"
107103 - path : " ./test/Streamly/Test/Data/Array/Stream.hs"
108104 component : " test:Data.Array.Stream"
109105 - path : " ./test/Streamly/Test/Data/Fold.hs"
110106 component : " test:Data.Fold"
107+ - path : " ./test/Streamly/Test/Data/Fold/Window.hs"
108+ component : " test:Data.Fold.Window"
111109 - path : " ./test/Streamly/Test/Data/List.hs"
112110 component : " test:Data.List"
111+ - path : " ./test/Streamly/Test/Data/MutArray.hs"
112+ component : " test:Data.MutArray"
113113 - path : " ./test/Streamly/Test/Data/Parser.hs"
114114 component : " test:Data.Parser"
115115 - path : " ./test/Streamly/Test/Data/Parser/Common.hs"
116116 component : " test:Data.Parser"
117117 - path : " ./test/Streamly/Test/Data/ParserK.hs"
118118 component : " test:Data.ParserK"
119+ - path : " ./test/Streamly/Test/Data/Stream.hs"
120+ component : " test:Data.Stream"
119121 - path : " ./test/Streamly/Test/Data/Stream/Common.hs"
120122 component : " test:Data.Stream.Concurrent"
121123 - path : " ./test/Streamly/Test/Data/Stream/Concurrent.hs"
122124 component : " test:Data.Stream.Concurrent"
123125 - path : " ./test/Streamly/Test/Data/Stream/Exception.hs"
124126 component : " test:Data.Stream.Exception"
127+ - path : " ./test/Streamly/Test/Data/Stream/Time.hs"
128+ component : " test:Data.Stream.Time"
125129 - path : " ./test/Streamly/Test/Data/Unbox.hs"
126130 component : " test:Data.Unbox"
127131 - path : " ./test/Streamly/Test/Data/Unfold.hs"
@@ -132,12 +136,12 @@ cradle:
132136 component : " test:FileSystem.Event"
133137 - path : " ./test/Streamly/Test/FileSystem/Event/Common.hs"
134138 component : " test:FileSystem.Event"
139+ - path : " ./test/Streamly/Test/FileSystem/Event/Darwin.hs"
140+ component : " test:FileSystem.Event.Darwin"
135141 - path : " ./test/Streamly/Test/FileSystem/Event/Linux.hs"
136142 component : " test:FileSystem.Event.Linux"
137143 - path : " ./test/Streamly/Test/FileSystem/Event/Windows.hs"
138144 component : " test:FileSystem.Event.Windows"
139- - path : " ./test/Streamly/Test/FileSystem/Event/Darwin.hs"
140- component : " test:FileSystem.Event.Darwin"
141145 - path : " ./test/Streamly/Test/FileSystem/Handle.hs"
142146 component : " test:FileSystem.Handle"
143147 - path : " ./test/Streamly/Test/Network/Inet/TCP.hs"
@@ -168,18 +172,14 @@ cradle:
168172 component : " test:Prelude.ZipAsync"
169173 - path : " ./test/Streamly/Test/Prelude/ZipSerial.hs"
170174 component : " test:Prelude.ZipSerial"
171- - path : " ./test/Streamly/Test/Unicode/Stream.hs"
172- component : " test:Unicode.Stream"
173- - path : " ./test/Streamly/Test/Unicode/Parser.hs"
174- component : " test:Unicode.Parser"
175175 - path : " ./test/Streamly/Test/Serialize/Serializable.hs"
176176 component : " test:Serialize.Serializable"
177- - path : " ./test/lib/"
178- component : " lib:streamly-tests"
177+ - path : " ./test/Streamly/Test/Unicode/Parser.hs"
178+ component : " test:Unicode.Parser"
179+ - path : " ./test/Streamly/Test/Unicode/Stream.hs"
180+ component : " test:Unicode.Stream"
179181 - path : " ./test/version-bounds.hs"
180182 component : " test:version-bounds"
181- - path : " ./test/Streamly/Test/Data/Fold/Window.hs"
182- component : " test:Data.Fold.Window"
183183
184184dependencies :
185185 - streamly.cabal
0 commit comments