From 44caf5ef5abd47276481363f35e4fd965012a274 Mon Sep 17 00:00:00 2001 From: Pablo Lamela Date: Fri, 13 Sep 2024 03:27:02 +0200 Subject: [PATCH] Patch for CI --- cabal.project | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cabal.project b/cabal.project index e50bba650d..e28e4ebb0d 100644 --- a/cabal.project +++ b/cabal.project @@ -36,6 +36,8 @@ if os(windows) constraints: time ^>=1.14 allow-newer: *:time +constraints: process >= 1.6.16.0 + constraints: any.text source -- Depending on C++ for just so slightly faster utf8 parsing is a bit annoying -- especially as it brings in all kinds of complications for GHC.