From 36b23f223a6b343f458a914a8cafde1112d08245 Mon Sep 17 00:00:00 2001 From: Masahiro Sakai Date: Mon, 9 Sep 2024 00:06:44 +0900 Subject: [PATCH] add comment --- .github/workflows/build.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9389b798..46fac82f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -60,6 +60,9 @@ jobs: # Current version of stack (2.7.5) cannot build foreign libraries for windows on GHC >=9.0 # We need a stack built with Cabal-3.8.1 which contains the fix https://github.com/haskell/cabal/pull/7764 . + # + # Also, GHC 9.6.5/Cabal-3.10.3.0 has a different problem regarding foreign libraries for windows + # https://github.com/haskell/cabal/issues/9982 - ghc: '8.10.7' os: windows-latest stack_yaml: 'stack-ghc-8.10.yaml'