From 0b9ff28433b2f8c5a5da4468dc1c1630b4cab3ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= <969523+alaendle@users.noreply.github.com> Date: Sun, 18 May 2025 16:09:07 +0200 Subject: [PATCH] Added `table-layout` (closes #7654). --- build-constraints.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3c7b9124..7c95e559 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5812,6 +5812,7 @@ packages: - structured - sundown - syb + - table-layout - tabular - tar - tasty-th @@ -7304,7 +7305,7 @@ packages: - pandoc-symreg < 0 # tried pandoc-symreg-0.2.1.3, but its *library* requires bytestring >=0.11 && < 0.12 and the snapshot contains bytestring-0.12.2.0 - pandoc-symreg < 0 # tried pandoc-symreg-0.2.1.3, but its *library* requires containers >=0.6.5 && < 0.7 and the snapshot contains containers-0.7 - pandoc-symreg < 0 # tried pandoc-symreg-0.2.1.3, but its *library* requires hegg >=0.3.0 && < 0.4 and the snapshot contains hegg-0.5.0.0 - - pandoc-symreg < 0 # tried pandoc-symreg-0.2.1.3, but its *library* requires srtree >=1.0.0.4 && < 1.1 and the snapshot contains srtree-2.0.0.2 + - pandoc-symreg < 0 # tried pandoc-symreg-0.2.1.3, but its *library* requires srtree >=1.0.0.4 && < 1.1 and the snapshot contains srtree-2.0.1.2 - papillon < 0 # tried papillon-0.1.1.1, but its *library* requires bytestring >=0.10 && < 0.11 and the snapshot contains bytestring-0.12.2.0 - papillon < 0 # tried papillon-0.1.1.1, but its *library* requires monads-tf >=0.1 && < 0.2 and the snapshot contains monads-tf-0.3.0.1 - papillon < 0 # tried papillon-0.1.1.1, but its *library* requires template-haskell >=2.15 && < 2.16 and the snapshot contains template-haskell-2.22.0.0 @@ -7853,9 +7854,6 @@ packages: - singletons-base < 3.5 - eliminators < 0.9.6 - # https://github.com/commercialhaskell/stackage/issues/7654 - - srtree < 2.0.0.3 - # https://github.com/commercialhaskell/stackage/issues/7680 - diagrams-lib < 1.5 - diagrams-svg < 1.5 @@ -8489,7 +8487,6 @@ skipped-tests: - quickcheck-state-machine # test: executable not found - streamt # executable not found - sandwich-contexts # assumes nix is present - - srtree # https://github.com/commercialhaskell/stackage/issues/7574 # end of skipped-tests