summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2016-03-08 01:14:46 +0100
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2016-03-08 01:35:15 +0100
commit6d5855fc6844ee98530b0b3dc1d92c4245024944 (patch)
tree82803625a07221627b3ff928f4abf918f6c12319
parentc1a886bb59f5f819aa4d20b3a7d59ae9efffd804 (diff)
Use GHC from stack.
Because system GHC is broken.
-rw-r--r--stack.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml
index 68e7f8d..9bace11 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -17,7 +17,7 @@ flags: {}
extra-package-dbs: []
# Control whether we use the GHC we find on the path
-# system-ghc: true
+system-ghc: false
# Require a specific version of stack, using version ranges
# require-stack-version: -any # Default