Skip to content

Commit 209be0b

Browse files
authored
Treat alex the same way as happy to avoid CI issues (#497)
1 parent 45f9742 commit 209be0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .azure/windows-stack.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ jobs:
4141
- bash: stack setup --stack-yaml $STACK_YAML
4242
displayName: 'stack setup'
4343
- bash: |
44-
# Installing happy standalone to avoid error "strip.exe: unable to rename ../happy.exe; reason: File exists"
44+
# Installing happy and alex standalone to avoid error "strip.exe: unable to rename ../*.exe; reason: File exists"
4545
stack install happy --stack-yaml $STACK_YAML
46+
stack install alex --stack-yaml $STACK_YAML
4647
stack build --only-dependencies --stack-yaml $STACK_YAML
4748
displayName: 'stack build --only-dependencies'
4849
- bash: stack test --ghc-options=-Werror --stack-yaml $STACK_YAML || stack test --ghc-options=-Werror --stack-yaml $STACK_YAML || stack test --ghc-options=-Werror --stack-yaml $STACK_YAML

0 commit comments

Comments
 (0)