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

Commit 4d04893

Browse files
committed
Use new macos-stack.bashrc for installhs
1 parent d5a13a2 commit 4d04893

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.azure/macos-installhs-stack.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,23 @@ jobs:
2828
tar xz --strip-components=1 --include '*/stack' -C ~/.local/bin;
2929
displayName: Install stack
3030
- bash: |
31-
source .azure/macos.bashrc
31+
source .azure/macos-stack.bashrc
3232
stack setup --stack-yaml $(YAML_FILE)
3333
displayName: Install GHC
3434
- bash: |
35-
source .azure/macos.bashrc
35+
source .azure/macos-stack.bashrc
3636
stack --stack-yaml $(YAML_FILE) --install-ghc build --only-dependencies
3737
displayName: Build dependencies
3838
- bash: |
39-
source .azure/macos.bashrc
39+
source .azure/macos-stack.bashrc
4040
stack build --stack-yaml $(YAML_FILE)
4141
displayName: Build `hie-install`
4242
- bash: |
43-
source .azure/macos.bashrc
43+
source .azure/macos-stack.bashrc
4444
stack install.hs help
4545
displayName: Run help of `install.hs`
4646
- bash: |
47-
source .azure/macos.bashrc
47+
source .azure/macos-stack.bashrc
4848
stack install.hs latest
4949
displayName: Run latest target of `install.hs`
5050
- bash: |

0 commit comments

Comments
 (0)