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 88cradle:
99 cabal:
1010
11- - path: " ./test"
12- component: " haskell-language-server:hls-tests "
11+ - path: " ./test/functional/ "
12+ component: " haskell-language-server:func-test "
1313
1414 - path: " ./test/utils/"
1515 component: " haskell-language-server:hls-test-utils"
Original file line number Diff line number Diff line change 1111# ```
1212cradle:
1313 stack:
14- - path: "./test"
15- component: "haskell-language-server:hls-tests"
14+ - path: "./test/functional/"
15+ component: "haskell-language-server:func-test"
16+
17+ # This target does not currently work (stack 2.1.3)
18+ # - path: "./test/utils"
19+ # component: "haskell-language-server:lib:hls-test-utils"
1620
1721 - path: "./exe/Main.hs"
1822 component: "haskell-language-server:exe:haskell-language-server"
You can’t perform that action at this time.
0 commit comments