From a94455f365438cacfa354d58269536019fdefd16 Mon Sep 17 00:00:00 2001 From: VegOwOtenks Date: Fri, 27 Jun 2025 16:21:38 +0200 Subject: [PATCH] change the compiler version for better HLS support --- stack.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/stack.yaml b/stack.yaml index c092d1d..8e55f30 100644 --- a/stack.yaml +++ b/stack.yaml @@ -18,6 +18,7 @@ # snapshot: ./custom-snapshot.yaml # snapshot: https://example.com/snapshots/2024-01-01.yaml snapshot: nightly-2025-06-16 +compiler: ghc-9.12.1 # User packages to be built. # Various formats can be used as shown in the example below.