Skip to content

Commit

Permalink
Update resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
Tosainu committed Apr 13, 2019
1 parent 57b27ca commit e370f20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
working_directory: ~/build
docker:
- image: haskell:8.4.3
- image: fpco/stack-build:lts-13.16
steps:
- run:
name: Install some packages
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# resolver:
# name: custom-snapshot
# location: "./custom-snapshot.yaml"
resolver: lts-12.0
resolver: lts-13.16

# User packages to be built.
# Various formats can be used as shown in the example below.
Expand Down

0 comments on commit e370f20

Please sign in to comment.