streamly/hie.yaml
2020-12-02 07:39:05 +00:00

80 lines
3.6 KiB
YAML

cradle:
multi:
- path: "./benchmark"
config:
cradle:
cabal:
- path: "./benchmark/lib/"
component: "lib:streamly-benchmarks"
- path: "./benchmark/Streamly/Benchmark/Prelude/Serial.hs"
component: "bench:Prelude.Serial"
- path: "./benchmark/Streamly/Benchmark/Prelude/Serial/Elimination.hs"
component: "bench:Prelude.Serial"
- path: "./benchmark/Streamly/Benchmark/Prelude/Serial/Generation.hs"
component: "bench:Prelude.Serial"
- path: "./benchmark/Streamly/Benchmark/Prelude/Serial/Nested.hs"
component: "bench:Prelude.Serial"
- path: "./benchmark/Streamly/Benchmark/Prelude/Serial/Transformation1.hs"
component: "bench:Prelude.Serial"
- path: "./benchmark/Streamly/Benchmark/Prelude/Serial/Transformation2.hs"
component: "bench:Prelude.Serial"
- path: "./benchmark/Streamly/Benchmark/Prelude/Serial/Transformation3.hs"
component: "bench:Prelude.Serial"
- path: "./examples"
config:
cradle:
none:
- path: "./"
config:
cradle:
cabal:
- path: "./src"
component: "lib:streamly"
- path: "./test/Streamly/Test/Data/List.hs"
component: "test:Streamly.Test.Data.List"
- path: "./test/Streamly/Test/Data/List.hs"
component: "test:Data.List"
- path: "./test/Streamly/Test/Prelude.hs"
component: "test:Prelude"
- path: "./test/Streamly/Test/Prelude/Serial.hs"
component: "test:Prelude.Serial"
- path: "./test/Streamly/Test/Prelude/WSerial.hs"
component: "test:Prelude.WSerial"
- path: "./test/Streamly/Test/Prelude/ZipSerial.hs"
component: "test:Prelude.ZipSerial"
- path: "./test/Streamly/Test/Prelude/ZipAsync.hs"
component: "test:Prelude.ZipAsync"
- path: "./test/Streamly/Test/Prelude/Ahead.hs"
component: "test:Prelude.Ahead"
- path: "./test/Streamly/Test/Prelude/Async.hs"
component: "test:Prelude.Async"
- path: "./test/Streamly/Test/Prelude/WAsync.hs"
component: "test:Prelude.WAsync"
- path: "./test/Streamly/Test/Prelude/Parallel.hs"
component: "test:Prelude.Parallel"
- path: "./test/Streamly/Test/Prelude/Concurrent.hs"
component: "test:Prelude.Concurrent"
- path: "./test/Streamly/Test/Prelude/Fold.hs"
component: "test:Prelude.Fold"
- path: "./test/Streamly/Test/Prelude/MaxRate.hs"
component: "test:Prelude.MaxRate"
- path: "./test/Streamly/Test/Array.hs"
component: "test:array-test"
- path: "./test/Streamly/Test/Internal/Data/Fold.hs"
component: "test:internal-data-fold-test"
- path: "./test/Streamly/Test/Data/Parser.hs"
component: "test:internal-data-parser-test"
- path: "./test/Streamly/Test/Data/Parser/ParserD.hs"
component: "test:internal-data-parser-parserd-test"
- path: "./test/Streamly/Test/Unicode/Stream.hs"
component: "test:Streamly.Test.Unicode.Stream"
- path: "./test/Streamly/Test/FileSystem/Event.hs"
component: "test:FileSystem.Event"
- path: "./test/version-bounds.hs"
component: "test:version-bounds"
dependencies:
- streamly.cabal
- hie.yaml