From 6d99c6647735f99bc0ccdadb8c57e08f41e485e1 Mon Sep 17 00:00:00 2001 From: Yuto Takano Date: Fri, 9 Aug 2024 16:42:02 +0100 Subject: [PATCH] Disable simdutf flag on Windows as GHC 8.8.4 cannot build with it --- cabal.project | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cabal.project b/cabal.project index c2ba428..b51b47d 100644 --- a/cabal.project +++ b/cabal.project @@ -1,5 +1,9 @@ packages: ./*.cabal if os(windows) package sdl2 + -- Disable searching with pkgconfig on Win, as a DLL is supplied instead flags: -pkgconfig + package text + -- Disable use of SIMD, which makes text fails to build on Win + GHC 8.8.4 + flags: -simdutf documentation: true