haskellPackages: update list of transitively broken packages

This commit is contained in:
sternenseemann
2026-01-30 21:50:03 +01:00
parent 79410e43e9
commit e7136c1529
2 changed files with 0 additions and 4 deletions
@@ -2702,7 +2702,6 @@ dont-distribute-packages:
- ports
- poseidon
- poseidon-postgis
- postgres-websockets
- postgresql-common-persistent
- postgresql-pure
- postgresql-simple-ltree
@@ -2711,7 +2710,6 @@ dont-distribute-packages:
- postgresql-tx-query
- postgresql-tx-squeal
- postgresql-tx-squeal-compat-simple
- postgrest
- postmark
- potoki
- potoki-cereal
-2
View File
@@ -539912,7 +539912,6 @@ self: {
];
description = "Middleware to map LISTEN/NOTIFY messages to Websockets";
license = lib.licensesSpdx."BSD-3-Clause";
hydraPlatforms = lib.platforms.none;
mainProgram = "postgres-websockets";
maintainers = [ lib.maintainers.wolfgangwalther ];
}
@@ -542165,7 +542164,6 @@ self: {
];
description = "REST API for any Postgres database";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
mainProgram = "postgrest";
maintainers = [ lib.maintainers.wolfgangwalther ];
}