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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user