stack.yaml: Use system ghc

This commit is contained in:
Collin J. Doering 2020-10-05 20:39:59 -04:00
parent 501549942a
commit 368d1c4880
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,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
@ -62,4 +62,4 @@ packages:
# extra-lib-dirs: [/path/to/dir]
#
# Allow a newer minor version of GHC than the snapshot specifies
# compiler-check: newer-minor
# compiler-check: newer-minor