haskellPackages.postgrest: use hasql-pool 0.10.0.1

This commit is contained in:
sternenseemann 2024-01-04 12:45:35 +01:00
parent b05464512a
commit 0d94d0411a
2 changed files with 2 additions and 2 deletions

View File

@ -2716,7 +2716,7 @@ self: super: {
# 2023-12-20: Needs newer hasql-pool package and extra dependencies
postgrest = lib.pipe (super.postgrest.overrideScope (lself: lsuper: {
hasql-pool = lself.hasql-pool_0_10;
hasql-pool = lself.hasql-pool_0_10_0_1;
})) [
(addBuildDepends [ self.extra self.fuzzyset_0_2_4 self.cache self.timeit ])
# 2022-12-02: Too strict bounds: https://github.com/PostgREST/postgrest/issues/2580

View File

@ -422,7 +422,7 @@ self: super: builtins.intersectAttrs super {
hasql-interpolate = dontCheck super.hasql-interpolate;
hasql-notifications = dontCheck super.hasql-notifications;
hasql-pool = dontCheck super.hasql-pool;
hasql-pool_0_10 = dontCheck super.hasql-pool_0_10;
hasql-pool_0_10_0_1 = doDistribute (dontCheck super.hasql-pool_0_10_0_1);
hasql-transaction = dontCheck super.hasql-transaction;
# Test suite requires a running postgresql server,