From cfd0ee35d3fc3b7e3cd6f159d00628fffe3bc514 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Fri, 30 Sep 2022 11:35:43 +0200 Subject: [PATCH] bump haskell dependency versions --- nix/overlays/haskell-packages.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/overlays/haskell-packages.nix b/nix/overlays/haskell-packages.nix index b6fa3784a..263585458 100644 --- a/nix/overlays/haskell-packages.nix +++ b/nix/overlays/haskell-packages.nix @@ -30,13 +30,13 @@ let # update-nix-fetchgit nix/overlays/haskell-packages.nix hashtables = lib.dontCheck prev.hashtables_1_3; - hasql = lib.dontCheck prev.hasql_1_6_1_1; + hasql = lib.dontCheck prev.hasql_1_6_1_3; hasql-dynamic-statements = lib.dontCheck prev.hasql-dynamic-statements_0_3_1_2; hasql-pool = lib.dontCheck prev.hasql-pool_0_8_0_3; hasql-transaction = lib.dontCheck prev.hasql-transaction_1_0_1_2; isomorphism-class = lib.unmarkBroken prev.isomorphism-class; lens = lib.dontCheck prev.lens_5_2; - postgresql-binary = lib.dontCheck prev.postgresql-binary_0_12_5; + postgresql-binary = lib.dontCheck prev.postgresql-binary_0_13; text-builder = lib.dontCheck prev.text-builder_0_6_7; text-builder-dev = lib.dontCheck prev.text-builder-dev_0_3_3;