From f4c1f60ecbd2c075e846a33480bd4ade0b8c9e2a Mon Sep 17 00:00:00 2001 From: Brad Richardson Date: Tue, 24 Mar 2020 15:52:49 -0500 Subject: Switch resolver and add tomland as dependency --- package.yaml | 2 +- stack.yaml | 2 +- stack.yaml.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.yaml b/package.yaml index fd12307..cf6c69f 100644 --- a/package.yaml +++ b/package.yaml @@ -24,11 +24,11 @@ dependencies: - containers - directory - filepath -- MissingH - optparse-applicative - process - shake - split +- tomland >= 1.0 library: diff --git a/stack.yaml b/stack.yaml index 0094ee9..52fe5e4 100644 --- a/stack.yaml +++ b/stack.yaml @@ -17,7 +17,7 @@ # # resolver: ./custom-snapshot.yaml # resolver: https://example.com/snapshots/2018-01-01.yaml -resolver: lts-12.26 +resolver: lts-14.27 # User packages to be built. # Various formats can be used as shown in the example below. diff --git a/stack.yaml.lock b/stack.yaml.lock index 6bee1e8..e24dcac 100644 --- a/stack.yaml.lock +++ b/stack.yaml.lock @@ -6,7 +6,7 @@ packages: [] snapshots: - completed: - size: 509471 - url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/12/26.yaml - sha256: 95f014df58d0679b1c4a2b7bf2b652b61da8d30de5f571abb0d59015ef678646 - original: lts-12.26 + size: 524996 + url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/14/27.yaml + sha256: 7ea31a280c56bf36ff591a7397cc384d0dff622e7f9e4225b47d8980f019a0f0 + original: lts-14.27 -- cgit v1.2.3