File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11cradle:
22 cabal:
3+ - path: " ./hie-plugin-api/Haskell"
4+ component: " lib:hie-plugin-api"
5+
36 - path: " ./test/dispatcher/"
47 component: " haskell-ide-engine:dispatcher-test"
58
@@ -15,14 +18,14 @@ cradle:
1518 - path: " ./test/wrapper/"
1619 component: " haskell-ide-engine:wrapper-test"
1720
18- - path: " ./hie-plugin-api /"
19- component: " lib :hie-plugin-api "
21+ - path: " ./test/utils /"
22+ component: " haskell-ide-engine :hie-test-utils "
2023
2124 - path: " ./app/MainHie.hs"
22- component: " haskell-ide-engine:hie:exe "
25+ component: " haskell-ide-engine:hie"
2326
2427 - path: " ./app/HieWrapper.hs"
25- component: " haskell-ide-engine:hie-wrapper:exe "
28+ component: " haskell-ide-engine:hie-wrapper"
2629
2730 - path: " ./"
2831 component: " lib:haskell-ide-engine"
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ cradle:
1818 - path: "./test/wrapper/"
1919 component: "haskell-ide-engine:test:wrapper-test"
2020
21+ # This target does not currently work (stack 2.1.3)
2122 - path: "./test/utils/"
2223 component: "haskell-ide-engine:lib:hie-test-utils"
2324
You can’t perform that action at this time.
0 commit comments