From 7478e3cd0b0dd8d00bd1e1e7786f1029f64baaf1 Mon Sep 17 00:00:00 2001 From: jkachmar Date: Thu, 21 Mar 2024 20:37:46 -0400 Subject: [PATCH] restrict 'cabal-install' < 3.10.3 Stackage uses the version of 'Cabal' that GHC ships with. As of GHC 9.8.2, that's 'Cabal-3.10.2.0', so the version of 'cabal-install' that we support must be compatible with it. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4ac4b61..bf3bfce0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -459,7 +459,7 @@ packages: "Mikolaj Konarski @Mikolaj": # - Cabal # take the one that ships with GHC - - cabal-install + - cabal-install < 3.10.3 # we build against 'Cabal' shipped with GHC; as of 9.8.2 that's Cabal-3.10.2 - sdl2-ttf - enummapset - assert-failure