aboutsummaryrefslogtreecommitdiff
path: root/.stack/config.yaml
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2021-10-25 16:24:39 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2021-10-25 16:24:39 +0200
commit77a43deebb89070dc4f129b68c003e411ce5bd1e (patch)
treecbf377fb30eda45422a1812b08b7eaa5b54e3b84 /.stack/config.yaml
parentbce2db39d7b179c53e4b09f74268d6da22091704 (diff)
parent326136564886614d72943b3a92ddac7821a6b16c (diff)
downloaddotfiles-77a43deebb89070dc4f129b68c003e411ce5bd1e.tar.gz
Merge remote-tracking branch 'origin/master'
Diffstat (limited to '.stack/config.yaml')
-rw-r--r--.stack/config.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.stack/config.yaml b/.stack/config.yaml
new file mode 100644
index 0000000..cce643c
--- /dev/null
+++ b/.stack/config.yaml
@@ -0,0 +1,12 @@
+# Stop downloading GHCs into isolated locations under ~/.stack.
+install-ghc: false
+
+# Allow Stack to pick the system GHC (false by default).
+system-ghc: true
+
+# Allow to use, say, Stackage snapshot for GHC 8.8.2 with system GHC 8.8.3.
+compiler-check: newer-minor
+
+# Add the -dynamic flag to every invocation of GHC.
+ghc-options:
+ "$everything": -dynamic