haskellPackages: regenerate package set

This commit is contained in:
Wolfgang Walther
2025-02-11 01:17:32 +01:00
committed by sternenseemann
parent c9c03f2777
commit 84a742157f
2 changed files with 4 additions and 4 deletions
@@ -2775,7 +2775,7 @@ self: super: {
# 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_0;
hasql-notifications = 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;
})) [
+3 -3
View File
@@ -144767,14 +144767,14 @@ self: {
license = lib.licenses.bsd3;
}) {};
"hasql-notifications_0_2_2_0" = callPackage
"hasql-notifications_0_2_2_2" = callPackage
({ mkDerivation, base, bytestring, hasql, hasql-pool, hspec
, postgresql-libpq, QuickCheck, text
}:
mkDerivation {
pname = "hasql-notifications";
version = "0.2.2.0";
sha256 = "060fz6mwnb7q68v8aah455wmzfgk03a7bnr57zq5dm4wfm8cycaz";
version = "0.2.2.2";
sha256 = "1978z8wxx91dp36gqymr8ncl7yvnmy3l2fm1b2v46llhn339zrfv";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [