From eda8a5193f947ac36eb80769f9792f5d69a5562e Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Mon, 28 Oct 2024 03:18:35 -0700 Subject: [PATCH] Try fixing windows build on GHC 9.8 --- sandwich/src/Test/Sandwich.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandwich/src/Test/Sandwich.hs b/sandwich/src/Test/Sandwich.hs index a4752000..691ae123 100644 --- a/sandwich/src/Test/Sandwich.hs +++ b/sandwich/src/Test/Sandwich.hs @@ -112,7 +112,7 @@ import Test.Sandwich.Types.TestTimer import UnliftIO.Exception #ifdef mingw32_HOST_OS -import System.Win32.Console +import System.Win32.Console (setConsoleOutputCP) #endif