haskellPackages.postgresql-simple-postgresql-types: unbreak

The only test suite requires testcontainers-postgresql (docker); skip
it with dontCheck. Also drops postgresql-simple-postgresql-types from
transitive-broken.yaml now that postgresql-types is unbroken.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Marc Scholten
2026-04-20 11:20:02 +01:00
parent d3ae395950
commit 175e8da441
3 changed files with 3 additions and 2 deletions

View File

@@ -2694,7 +2694,6 @@ dont-distribute-packages:
- postgresql-common-persistent
- postgresql-pure
- postgresql-simple-ltree
- postgresql-simple-postgresql-types
- postgresql-simple-queue
- postgresql-simple-typed
- postgresql-tx-query

View File

@@ -1480,6 +1480,9 @@ builtins.intersectAttrs super {
# integration-tests suite needs docker/testcontainers; run only unit-tests.
postgresql-types = overrideCabal { testTargets = [ "unit-tests" ]; } super.postgresql-types;
# only test suite is testcontainers/docker-based
postgresql-simple-postgresql-types = dontCheck super.postgresql-simple-postgresql-types;
users-postgresql-simple = lib.pipe super.users-postgresql-simple [
(addTestToolDepends [
pkgs.postgresql

View File

@@ -550882,7 +550882,6 @@ self: {
];
description = "Integration of \"postgresql-simple\" with \"postgresql-types\"";
license = lib.meta.getLicenseFromSpdxId "MIT";
hydraPlatforms = lib.platforms.none;
}
) { };