From 69143335267880619339900fd2a2e11785dfd615 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 25 Mar 2022 19:46:02 -1000 Subject: [PATCH] fix: reverse d60e1464's accidental setting of GHC 9.2 as default There was some reason it wasn't a symlink before, but let's keep that and see. --- stack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.yaml b/stack.yaml index dd01656fa..8a42bda6b 120000 --- a/stack.yaml +++ b/stack.yaml @@ -1 +1 @@ -stack9.2.yaml \ No newline at end of file +stack9.0.yaml \ No newline at end of file