haskellPackages: regenerate package set based on current config

This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
This commit is contained in:
sternenseemann
2025-02-08 17:47:56 +01:00
parent 52149eb1bc
commit f1c66362a2
+2 -2
View File
@@ -158582,7 +158582,7 @@ self: {
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {libpq = null;};
}) {inherit (pkgs) libpq;};
"hpqtypes-effectful" = callPackage
({ mkDerivation, base, effectful-core, exceptions, hpqtypes
@@ -244347,7 +244347,7 @@ self: {
doHaddock = false;
description = "low-level binding to libpq: pkg-config based provider";
license = lib.licenses.bsd3;
}) {libpq = null;};
}) {inherit (pkgs) libpq;};
"postgresql-lo-stream" = callPackage
({ mkDerivation, base, bytestring, io-streams, lifted-base