Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit dbff14b

Browse files
committed
Revert to stack 1.9.3
Stack 2.1.3 does not build cabal-helper properly on initial run.
1 parent 8046e48 commit dbff14b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ defaults: &defaults
2626
- stack-cache-{{ .Environment.HIE_CACHE }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "stack-build.txt" }}
2727
- stack-cache-{{ .Environment.HIE_CACHE }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "resolver.txt" }}
2828

29-
- run:
30-
name: Stack upgrade
31-
command: stack upgrade
29+
# - run:
30+
# name: Stack upgrade
31+
# command: stack upgrade
3232

3333
- run:
3434
name: Stack setup

0 commit comments

Comments
 (0)