From 92b146358f5ea342ff4c58d74a8beba315495411 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 26 Mar 2022 08:12:35 -1000 Subject: [PATCH] tools: hls: use ghc 9.2 in example hie mac config --- hie-mac.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hie-mac.yaml b/hie-mac.yaml index a211b3855..8194b137c 100644 --- a/hie-mac.yaml +++ b/hie-mac.yaml @@ -1,9 +1,10 @@ # arm macs users may want to symlink this as hie.yaml to make hls use ghc 8.10 -# since there isn't a ghc-9-compatible hls arm binary yet. +# since there isn't a ghc-9-compatible arm binary for hls yet. Or make it use +# ghc 9.2 if you have built such a hls binary. cradle: stack: - stackYaml: "stack8.10.yaml" + stackYaml: "stack9.2.yaml" # since there is a hie.yaml, these must be listed explicitly # (a current limitation of hls with a multi-package stack project):