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 d8d77d9 commit 044f1bbCopy full SHA for 044f1bb
.circleci/config.yml
@@ -69,7 +69,7 @@ defaults: &defaults
69
70
- run:
71
name: Setup stack eval stack.html
72
- command: grep '^resolver:' stack-build.txt > test/testdata/eval/stack.yaml;grep '^compiler:' stack-build.txt >> test/testdata/eval/stack.yaml
+ command: grep '^resolver:\|^compiler:' stack-build.txt > test/testdata/eval/stack.yaml
73
74
75
name: Test haskell-language-server func-test suite
0 commit comments