From 0aed3358ac27c8875bbbdfcc4b8bcb28154fd94a Mon Sep 17 00:00:00 2001 From: Neil Mayhew Date: Fri, 10 Jan 2025 10:31:11 -0700 Subject: [PATCH] Remove redundant constraints from cabal.project `cabal-doctest` has now been fixed --- cabal.project | 3 --- 1 file changed, 3 deletions(-) diff --git a/cabal.project b/cabal.project index 7db999219..8ea7d769d 100644 --- a/cabal.project +++ b/cabal.project @@ -36,9 +36,6 @@ if os(windows) constraints: time ^>=1.14 allow-newer: *:time --- Temporary workaround for problem with cabal-doctest -constraints: Cabal <3.14 - -- 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. package text