From 31aa2224e05b471c27272a7d04a2a908882815da Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 22 Oct 2025 00:56:00 +0800 Subject: [PATCH] allow tar-0.7 (closes #7838) --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a901ba70..437865e7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7899,10 +7899,6 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7822 - jose < 0.12 - # https://github.com/commercialhaskell/stackage/issues/7838 - - tar < 0.7.0.0 - - directory-ospath-streaming < 0.3 - # https://github.com/commercialhaskell/stackage/issues/7850 - xlsx < 1.2 @@ -9218,6 +9214,7 @@ skipped-benchmarks: - regex-applicative # tried regex-applicative-0.3.4, but its *benchmarks* requires the disabled package: parsers-megaparsec - row-types # tried row-types-1.0.1.2, but its *benchmarks* requires the disabled package: gauge - say # tried say-0.1.0.1, but its *benchmarks* requires the disabled package: gauge + - serialise # tried serialise-0.2.6.1, but its *benchmarks* requires tar >=0.4 && < 0.7 and the snapshot contains tar-0.7.0.0 - servant-kotlin # tried servant-kotlin-0.1.1.9, but its *benchmarks* requires shelly >=1.6.8 && < 1.10 and the snapshot contains shelly-1.12.1.1 - spdx # tried spdx-1.1, but its *benchmarks* requires QuickCheck ^>=2.15.0.1 and the snapshot contains QuickCheck-2.16.0.0 - squeal-postgresql # tried squeal-postgresql-0.9.2.0, but its *benchmarks* requires the disabled package: gauge