Skip to content

Commit ee25658

Browse files
committed
added compiler field to eval test stack.yaml
1 parent 5200c6d commit ee25658

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
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: cp resolver.txt test/testdata/eval/stack.yaml
72+
command: cp resolver.txt test/testdata/eval/stack.yaml;grep '^compiler:' stack-build.txt >> test/testdata/eval/stack.yaml
7373

7474
# - run:
7575
# name: Show resolver
@@ -194,6 +194,6 @@ workflows:
194194
#- ghc-8.8.3
195195
#- ghc-8.8.4
196196
# - ghc-8.10.1
197-
#- ghc-8.10.2
197+
# - ghc-8.10.2
198198
# - ghc-nightly
199199
# - cabal

0 commit comments

Comments
 (0)