File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 41
41
- bash : stack setup --stack-yaml $STACK_YAML
42
42
displayName : ' stack setup'
43
43
- 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"
45
45
stack install happy --stack-yaml $STACK_YAML
46
+ stack install alex --stack-yaml $STACK_YAML
46
47
stack build --only-dependencies --stack-yaml $STACK_YAML
47
48
displayName: 'stack build --only-dependencies'
48
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
You can’t perform that action at this time.
0 commit comments