haskellPackages.postgrest: unmark broken

This was marked broken, because the latest version of hasql-notification
currently fails to build and was marked as broken automatically.
This commit is contained in:
Wolfgang Walther
2026-01-28 13:40:18 +01:00
parent 7fa7a5791f
commit 6a84aaa2dd
@@ -2722,7 +2722,7 @@ with haskellLib;
# Matching dependencies for hasql < 1.6.x
hasql-dynamic-statements = dontCheck super.hasql-dynamic-statements_0_3_1_5;
hasql-implicits = dontCheck super.hasql-implicits_0_1_1_3;
hasql-notifications = dontCheck super.hasql-notifications_0_2_2_2;
hasql-notifications = unmarkBroken (dontCheck super.hasql-notifications_0_2_2_2);
hasql-pool = dontCheck super.hasql-pool_1_0_1;
hasql-transaction = dontCheck super.hasql-transaction_1_1_0_1;
text-builder = super.text-builder_0_6_10;