File tree Expand file tree Collapse file tree 2 files changed +59
-0
lines changed Expand file tree Collapse file tree 2 files changed +59
-0
lines changed Original file line number Diff line number Diff line change 1+ cradle:
2+ cabal:
3+ - path: " ./test/dispatcher/"
4+ component: " haskell-ide-engine:dispatcher-test"
5+
6+ - path: " ./test/functional/"
7+ component: " haskell-ide-engine:func-test"
8+
9+ - path: " ./test/unit/"
10+ component: " haskell-ide-engine:unit-test"
11+
12+ - path: " ./test/plugin-dispatcher/"
13+ component: " haskell-ide-engine:plugin-dispatcher-test"
14+
15+ - path: " ./test/wrapper/"
16+ component: " haskell-ide-engine:wrapper-test"
17+
18+ - path: " ./hie-plugin-api/"
19+ component: " lib:hie-plugin-api"
20+
21+ - path: " ./app/MainHie.hs"
22+ component: " haskell-ide-engine:hie:exe"
23+
24+ - path: " ./app/HieWrapper.hs"
25+ component: " haskell-ide-engine:hie-wrapper:exe"
26+
27+ - path: " ./"
28+ component: " lib:haskell-ide-engine"
Original file line number Diff line number Diff line change 1+ cradle:
2+ stack:
3+ - path: "./hie-plugin-api/"
4+ component: "hie-plugin-api:lib"
5+
6+ - path: "./test/dispatcher/"
7+ component: "haskell-ide-engine:test:dispatcher-test"
8+
9+ - path: "./test/functional/"
10+ component: "haskell-ide-engine:test:func-test"
11+
12+ - path: "./test/unit/"
13+ component: "haskell-ide-engine:test:unit-test"
14+
15+ - path: "./test/plugin-dispatcher/"
16+ component: "haskell-ide-engine:test:plugin-dispatcher-test"
17+
18+ - path: "./test/wrapper/"
19+ component: "haskell-ide-engine:test:wrapper-test"
20+
21+ - path: "./test/utils/"
22+ component: "haskell-ide-engine:lib:hie-test-utils"
23+
24+ - path: "./app/MainHie.hs"
25+ component: "haskell-ide-engine:exe:hie"
26+
27+ - path: "./app/HieWrapper.hs"
28+ component: "haskell-ide-engine:exe:hie-wrapper"
29+
30+ - path: "./"
31+ component: "haskell-ide-engine:lib"
You can’t perform that action at this time.
0 commit comments