Skip to content

Commit

Permalink
update stack in circle.yml - see also commercialhaskell/stack#3624
Browse files Browse the repository at this point in the history
  • Loading branch information
austinvhuang committed Dec 6, 2017
1 parent f0769d6 commit 967d8dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies:
fi
- mkdir -p ~/.local/bin
- curl -L --retry 3 https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
- stack update
- git submodule update --init --recursive
- alias cmake=~/cmake-3.10.0-Linux-x86_64/bin/cmake
- sudo pip install pyyaml
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: nightly-2017-11-23
resolver: nightly-2017-11-24

packages:
- 'aten'
Expand Down

0 comments on commit 967d8dc

Please sign in to comment.