From 6604fba7f44b6016003b6750bb1c57e9c43b7544 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Mon, 12 Aug 2019 07:25:40 +0200 Subject: [PATCH] Update stack snapshot to 14.0 --- .gitignore | 12 ++++++------ stack.yaml | 2 +- stack.yaml.lock | 12 ------------ 3 files changed, 7 insertions(+), 19 deletions(-) delete mode 100644 stack.yaml.lock diff --git a/.gitignore b/.gitignore index fd6e439..9145b96 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,10 @@ +# Stack .stack-work/ +/stack.yaml.lock + +# Cabal +/dist/ +/dist-newstyle/ .cabal-sandbox/ cabal.sandbox.config -dist/ -TAGS -.#* -.DS_Store cabal.project.local -dist-newstyle/ -dist-newstyle/ diff --git a/stack.yaml b/stack.yaml index 6da8acf..efa93aa 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,4 +1,4 @@ -resolver: lts-13.30 +resolver: lts-14.0 packages: - '.' extra-deps: [] diff --git a/stack.yaml.lock b/stack.yaml.lock deleted file mode 100644 index 2cdf902..0000000 --- a/stack.yaml.lock +++ /dev/null @@ -1,12 +0,0 @@ -# This file was autogenerated by Stack. -# You should not edit this file by hand. -# For more information, please see the documentation at: -# https://docs.haskellstack.org/en/stable/lock_files - -packages: [] -snapshots: -- completed: - size: 500539 - url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/13/30.yaml - sha256: 59ad6b944c9903847fecdc1d4815e8500c1f9999d80fd1b4d2d66e408faec44b - original: lts-13.30