From 57f195a978343343ea8074d2a38fbdc70cdc22fc Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 4 Apr 2024 11:38:26 -0700 Subject: [PATCH] Attempt removal of upper bound of `tar` and `cabal-install` at the same time Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bb769d5f9..a8fcb4ae9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -468,7 +468,7 @@ packages: "Mikolaj Konarski @Mikolaj": # - Cabal # take the one that ships with GHC - - cabal-install < 3.10.3 # we build against 'Cabal' shipped with GHC; as of 9.8.2 that's Cabal-3.10.2 + - 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 @@ -5752,7 +5752,7 @@ packages: - system-fileio - system-filepath - tabular - - tar < 0.6 # https://github.com/commercialhaskell/stackage/issues/7202 + - tar # 0.6 # https://github.com/commercialhaskell/stackage/issues/7202 - tasty-th - tdigest - telegram-bot-api