From 9ab27829617934c08be39451849e938d04def434 Mon Sep 17 00:00:00 2001 From: Zac Slade Date: Thu, 7 Sep 2023 20:45:34 -0500 Subject: [PATCH 1/5] =?UTF-8?q?=E2=9E=95=20Add=20fits-parse=20package=20to?= =?UTF-8?q?=20build-constraints.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 386da69a8..c0c7cac43 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5246,6 +5246,9 @@ packages: "Alexander Esgen @amesgen": - ghc-hs-meta + "Zac Slade @krakrjak": + - fits-parse + "Grandfathered dependencies": - BiobaseNewick - Boolean From a89e4d691727bfc42e4f6c36c33f8eef3f2fecc1 Mon Sep 17 00:00:00 2001 From: "Scott N. Walck" Date: Thu, 21 Sep 2023 07:47:19 -0400 Subject: [PATCH 2/5] Remove learn-physics from list of packages with dependency failures learn-physics no longer depends on deprecated packages --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index deb31e333..4b07a58db 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7189,7 +7189,6 @@ packages: - language-python < 0 # tried language-python-0.5.8, but its *library* requires transformers >=0.3 && < 0.6 and the snapshot contains transformers-0.6.1.0 - language-thrift < 0 # tried language-thrift-0.12.0.1, but its *library* requires ansi-wl-pprint ==0.6.* and the snapshot contains ansi-wl-pprint-1.0.2 - large-hashable < 0 # tried large-hashable-0.1.0.4, but its *library* requires template-haskell < 2.15 and the snapshot contains template-haskell-2.20.0.0 - - learn-physics < 0 # tried learn-physics-0.6.5, but its *library* requires the disabled package: spatial-math - lens-accelerate < 0 # tried lens-accelerate-0.3.0.0, but its *library* requires lens ==4.* and the snapshot contains lens-5.2.3 - lens-datetime < 0 # tried lens-datetime-0.3, but its *library* requires lens >=3 && < 5 and the snapshot contains lens-5.2.3 - lens-family-th < 0 # tried lens-family-th-0.5.2.1, but its *library* requires template-haskell >=2.11 && < 2.19 and the snapshot contains template-haskell-2.20.0.0 From de72d966cf5f9d13bd0c130661e14682174091a8 Mon Sep 17 00:00:00 2001 From: Jason Shipman Date: Fri, 22 Sep 2023 10:08:46 -0400 Subject: [PATCH 3/5] Revert "context-wai-middleware testsuite failed to run (jship/context#3)" This reverts commit 9558c7fb987378e2c03aa453587489efe903f1c5. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index deb31e333..25420e8ca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9166,7 +9166,6 @@ expected-test-failures: - character-cases # 0.1.0.6 https://github.com/aiya000/hs-character-cases/issues/3 - codec-beam # 0.2.0 posix_spawnp: does not exist - colonnade # 1.2.0.2 https://github.com/andrewthad/colonnade/issues/31 - - context-wai-middleware # 0.2.0.1 https://github.com/jship/context/issues/3 - control-dsl # 0.2.1.3 - crypt-sha512 # 0 Use -p '/crypt.$6$rounds=10$roundstoolow/' to rerun this test only. - curl-runnings # 0.17.0 From 4a06f518b371a953a87d5bd9de620f48a7ea9eae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20S=C3=A1nchez?= Date: Mon, 25 Sep 2023 20:47:31 +0100 Subject: [PATCH 4/5] add richenv --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4a981dc26..438e828cb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5251,6 +5251,9 @@ packages: "Alexander Esgen @amesgen": - ghc-hs-meta + "David Sánchez @DavSanchez": + - richenv + "Grandfathered dependencies": - BiobaseNewick - Boolean From 37bbc5bbd684648cac34637d01384de2e71a179b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 29 Sep 2023 15:45:55 +0800 Subject: [PATCH 5/5] lpeg < 1.1 (#7129) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c3b511498..b1ae4466f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8289,6 +8289,8 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7124 - mpi-hs < 0.7.3 + # https://github.com/commercialhaskell/stackage/issues/7129 + - lpeg < 1.1 # end of Stackage upper bounds # end of packages