Skip to content

Commit 044f1bb

Browse files
committed
fixed stack.yaml generation
1 parent d8d77d9 commit 044f1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ defaults: &defaults
6969

7070
- run:
7171
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
72+
command: grep '^resolver:\|^compiler:' stack-build.txt > test/testdata/eval/stack.yaml
7373

7474
- run:
7575
name: Test haskell-language-server func-test suite

0 commit comments

Comments
 (0)