We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45f9742 commit 209be0bCopy full SHA for 209be0b
.azure/windows-stack.yml
@@ -41,8 +41,9 @@ jobs:
41
- bash: stack setup --stack-yaml $STACK_YAML
42
displayName: 'stack setup'
43
- bash: |
44
- # Installing happy standalone to avoid error "strip.exe: unable to rename ../happy.exe; reason: File exists"
+ # Installing happy and alex standalone to avoid error "strip.exe: unable to rename ../*.exe; reason: File exists"
45
stack install happy --stack-yaml $STACK_YAML
46
+ stack install alex --stack-yaml $STACK_YAML
47
stack build --only-dependencies --stack-yaml $STACK_YAML
48
displayName: 'stack build --only-dependencies'
49
- 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