From 708fba90c7596587ff97470aead6e36ab38d616d Mon Sep 17 00:00:00 2001 From: IC Rainbow <486682+dpwiz@users.noreply.github.com> Date: Thu, 2 Jul 2026 13:02:20 +0300 Subject: [PATCH 1/3] Pick up more packages Added some of the stable/low-deps/core-ish packages. Transferred apecs-* from Jonas. --- build-constraints.yaml | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9e6a64c7..36cdad89 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2380,11 +2380,27 @@ packages: - maximal-cliques "Alexander Bondarenko @dpwiz": + - apecs + - apecs-gloss + - apecs-physics + - apecs-stm + - geomancy + - geomancy-layout + - gl-block + - gltf-codec - hedn + - hedn-functor + - ktx-codec + - rio-app - sdl2 - soap - - soap-tls - soap-openssl + - soap-tls + - spirv-enum + - spirv-headers + - spirv-reflect-ffi + - spirv-reflect-types + - spirv-reflect-yaml "Andres Löh @kosmikus": - generics-sop @@ -2945,9 +2961,6 @@ packages: - GPipe "Jonas Carpay @jonascarpay": - - apecs - - apecs-gloss - - apecs-physics - aeson-commit - js-chart - safe-gen From e6fd513ba44a3fa6114a0c8a3555a0ec63354584 Mon Sep 17 00:00:00 2001 From: IC Rainbow <486682+dpwiz@users.noreply.github.com> Date: Thu, 2 Jul 2026 18:38:45 +0300 Subject: [PATCH 2/3] Remove apecs version constraint --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 36cdad89..c0576154 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7851,9 +7851,6 @@ packages: # https://github.com/commercialhaskell/stackage/issues/8037 - magic < 1.2 - # https://github.com/commercialhaskell/stackage/issues/8049 - - apecs < 0.10 - # https://github.com/commercialhaskell/stackage/issues/8058 - hackage-revdeps < 0.4 From 3a6f637eedaff72e4a75b015bcff303981564b12 Mon Sep 17 00:00:00 2001 From: IC Rainbow <486682+dpwiz@users.noreply.github.com> Date: Thu, 2 Jul 2026 18:42:52 +0300 Subject: [PATCH 3/3] Add 'ptrdiff' An ancient primitive package that never changed. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0576154..42254e7c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1197,6 +1197,7 @@ packages: - numeric-extras - parsers - pointed + - ptrdiff - profunctors - promises - rcu