Switch resolver.

This commit is contained in:
Jorge Acereda 2020-05-21 20:44:43 +02:00
parent 794d0f99fc
commit bd59af2a1e
2 changed files with 3 additions and 3 deletions

View File

@ -62,7 +62,7 @@ library
, blaze-html
, blaze-markup
, text
, ansi-terminal >= 0.9
, ansi-terminal >= 0.10.3
, cmark
, edit-distance

View File

@ -15,7 +15,7 @@
# resolver:
# name: custom-snapshot
# location: "./custom-snapshot.yaml"
resolver: lts-14.9
resolver: lts-15.13
# User packages to be built.
# Various formats can be used as shown in the example below.
@ -39,7 +39,7 @@ packages:
- '.'
# Dependency packages to be pulled from upstream that are not in the resolver
# (e.g., acme-missiles-0.3)
extra-deps: [ansi-terminal-0.9]
extra-deps: []
# Override default flag values for local packages and extra-deps
flags: {}