summaryrefslogtreecommitdiff
path: root/haskell/stack.yaml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--haskell/stack.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/haskell/stack.yaml b/haskell/stack.yaml
index fc9f1f6..8f372f1 100644
--- a/haskell/stack.yaml
+++ b/haskell/stack.yaml
@@ -17,8 +17,9 @@
#
# resolver: ./custom-snapshot.yaml
# resolver: https://example.com/snapshots/2018-01-01.yaml
-resolver:
- url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/14.yaml
+#resolver: lts-22.13
+resolver: lts-21.25
+# url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/14.yaml
# User packages to be built.
# Various formats can be used as shown in the example below.
@@ -49,7 +50,7 @@ packages:
# extra-package-dbs: []
# Control whether we use the GHC we find on the path
-# system-ghc: true
+system-ghc: true
#
# Require a specific version of Stack, using version ranges
# require-stack-version: -any # Default