We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b450c88 commit 0998ed2Copy full SHA for 0998ed2
.circleci/config.yml
@@ -65,11 +65,11 @@ defaults: &defaults
65
66
- run:
67
name: Setup stack eval hie.html
68
- command: cp test/testdata/eval/hie-stack.yaml test/testdata/eval/hie.yaml
+ command: cp plugins/hls-eval-plugin/test/testdata/hie-stack.yaml plugins/hls-eval-plugin/test/testdata/hie.yaml
69
70
71
name: Setup stack eval stack.html
72
- command: grep '^resolver:\|^compiler:' stack-build.txt > test/testdata/eval/stack.yaml
+ command: grep '^resolver:\|^compiler:' stack-build.txt > plugins/hls-eval-plugin/test/testdata/stack.yaml
73
74
75
name: Test haskell-language-server func-test suite
0 commit comments