aboutsummaryrefslogtreecommitdiff
path: root/.stack/config.yaml
diff options
context:
space:
mode:
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