diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-08-12 07:25:40 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-08-12 07:25:40 +0200 |
| commit | 6604fba7f44b6016003b6750bb1c57e9c43b7544 (patch) | |
| tree | 3754c36698d28c60446b44b4663316878bf9bd83 | |
| parent | a3354e7f587a8668da8e15f47a95d679aadfa360 (diff) | |
| download | graphql-6604fba7f44b6016003b6750bb1c57e9c43b7544.tar.gz | |
Update stack snapshot to 14.0
| -rw-r--r-- | .gitignore | 12 | ||||
| -rw-r--r-- | stack.yaml | 2 | ||||
| -rw-r--r-- | stack.yaml.lock | 12 |
3 files changed, 7 insertions, 19 deletions
@@ -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/ @@ -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 |
