Skip to content

Commit

Permalink
Upgraded to lts-14.25.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulJohnson committed Feb 15, 2020
1 parent 9001dd0 commit a3fbef0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
dist/
.stack-work/
stack.yaml.lock
8 changes: 3 additions & 5 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# A snapshot resolver dictates the compiler version and the set of packages
# to be used for project dependencies. For example:

resolver: lts-13.2
resolver: lts-14.25

# User packages to be built.
# Various formats can be used as shown in the example below.
Expand All @@ -32,9 +32,7 @@ packages:
- .
# Dependency packages to be pulled from upstream that are not in the resolver
# (e.g., acme-missiles-0.3)
extra-deps: [
dimensional-1.3
]
extra-deps:

# Override default flag values for local packages and extra-deps
# flags: {}
Expand All @@ -58,4 +56,4 @@ extra-deps: [
# extra-lib-dirs: [/path/to/dir]
#
# Allow a newer minor version of GHC than the snapshot specifies
# compiler-check: newer-minor
# compiler-check: newer-minor

0 comments on commit a3fbef0

Please sign in to comment.