Skip to content

Commit

Permalink
Bump stack resolver to 13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mfussenegger committed Feb 17, 2019
1 parent f7c2a98 commit 7ee8442
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- task: PublishPipelineArtifact@0
inputs:
artifactName: 'fake-json-linux-x86_64'
targetPath: '.stack-work/install/x86_64-linux/lts-13.0/8.6.3/bin/'
targetPath: '.stack-work/install/x86_64-linux/lts-13.7/8.6.3/bin/'

- job: MacOSTest
pool:
Expand All @@ -34,7 +34,7 @@ jobs:
- task: PublishPipelineArtifact@0
inputs:
artifactName: 'fake-json-osx-x86_64'
targetPath: '.stack-work/install/x86_64-osx/lts-13.0/8.6.3/bin/'
targetPath: '.stack-work/install/x86_64-osx/lts-13.7/8.6.3/bin/'

- job: WindowsTest
pool:
Expand All @@ -52,7 +52,7 @@ jobs:
- task: PublishPipelineArtifact@0
inputs:
artifactName: 'fake-json-windows-x86_64'
targetPath: '.stack-work\install\1a74cd24\bin'
targetPath: '.stack-work\install\05b66a6c\bin'

- job: Release
dependsOn:
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
resolver: lts-13.0
resolver: lts-13.7

packages:
- .
Expand Down

0 comments on commit 7ee8442

Please sign in to comment.