Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #9 from LeastAuthority/newer-resolver
Browse files Browse the repository at this point in the history
Bump to a newer stack resolver
  • Loading branch information
exarkun authored Jan 10, 2019
2 parents b5ed7e7 + 11b8a51 commit 7273130
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions 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-11.9
resolver: "lts-13.2"

# User packages to be built.
# Various formats can be used as shown in the example below.
Expand All @@ -41,26 +41,20 @@ packages:
# Dependency packages to be pulled from upstream that are not in the resolver
# (e.g., acme-missiles-0.3)
extra-deps:
- "serialise-0.2.0.0"
- "cborg-0.2.0.0"
- "cborg-json-0.2.0.0"
- "serialise-0.2.1.0"
- "cborg-0.2.1.0"
- "cborg-json-0.2.1.0"
- "statvfs-0.2"
- "argparser-0.3.4"
- "hspec-2.5.1"
- "hspec-core-2.5.1"
- "hspec-discover-2.5.1"
# Use a fork that builds with modern hspec
- github: "LeastAuthority/hspec-jenkins"
commit: "7d2274461a395f9fa889890e14c6d758314b3af3"
- "base32-bytestring-0.2.1.0"
- "bits-extras-0.1.3"
# Let us generate a Python client for the API.
# Released version is a bit broken.
# - "servant-py-0.1.1.0"
- github: "LeastAuthority/servant-py"
commit: "c34c9c5"
# Servant-Py requires a newer version of aeson than is in our resolver.
- "aeson-1.3.1.1"

# Override default flag values for local packages and extra-deps
# flags: {}
Expand Down

0 comments on commit 7273130

Please sign in to comment.