summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-08-12 07:25:40 +0200
committerEugen Wissner <belka@caraus.de>2019-08-12 07:25:40 +0200
commit6604fba7f44b6016003b6750bb1c57e9c43b7544 (patch)
tree3754c36698d28c60446b44b4663316878bf9bd83
parenta3354e7f587a8668da8e15f47a95d679aadfa360 (diff)
downloadgraphql-6604fba7f44b6016003b6750bb1c57e9c43b7544.tar.gz
Update stack snapshot to 14.0
-rw-r--r--.gitignore12
-rw-r--r--stack.yaml2
-rw-r--r--stack.yaml.lock12
3 files changed, 7 insertions, 19 deletions
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