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

Commit 6d37ea7

Browse files
committed
Install alt ghc in a separate step
1 parent 53b5f3f commit 6d37ea7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure/windows-stack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ jobs:
4343
curl -sSkL http://www.stackage.org/stack/windows-x86_64 -o /usr/bin/stack.zip
4444
unzip -o /usr/bin/stack.zip -d /usr/bin/
4545
mkdir -p "$STACK_ROOT"
46-
GHC_VERSION=${YAML_FILE:6:5}
47-
echo "local-programs-path: D:/bin/stack-$GHC_VERSION" > "$STACK_ROOT/config.yaml"
46+
echo "local-programs-path: D:/bin/stack" > "$STACK_ROOT/config.yaml"
4847
displayName: Install stack
4948
- bash: |
5049
source .azure/windows-stack.bashrc
@@ -92,6 +91,7 @@ jobs:
9291
displayName: "Install Runtime Test-Dependencies: z3"
9392
- bash: |
9493
source .azure/windows-stack.bashrc
94+
stack setup --resolver=lts-13.20
9595
stack install --resolver=lts-13.20 liquid-fixpoint-0.8.0.2 liquidhaskell-0.8.6.2
9696
displayName: "Install Runtime Test-Dependencies: liquidhaskell"
9797
- bash: |

0 commit comments

Comments
 (0)