Skip to content

Commit b2b5f8b

Browse files
postgres-websockets: init at 0.11.2.2
The package itself is currently broken, but will be unbroken with the next merge of haskell-updates.
1 parent 9a40000 commit b2b5f8b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

pkgs/development/haskell-modules/configuration-nix.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,9 @@ builtins.intersectAttrs super {
480480
hasql-pool = dontCheck super.hasql-pool;
481481
hasql-transaction = dontCheck super.hasql-transaction;
482482

483+
# Avoid compiling twice by providing executable as a separate output (with small closure size),
484+
postgres-websockets = enableSeparateBinOutput super.postgres-websockets;
485+
483486
# Test suite requires a running postgresql server,
484487
# avoid compiling twice by providing executable as a separate output (with small closure size),
485488
# generate shell completion

pkgs/top-level/all-packages.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12484,6 +12484,7 @@ with pkgs;
1248412484
postgresql16JitPackages = recurseIntoAttrs postgresql_16_jit.pkgs;
1248512485
postgresql17JitPackages = recurseIntoAttrs postgresql_17_jit.pkgs;
1248612486

12487+
postgres-websockets = haskellPackages.postgres-websockets.bin;
1248712488
postgrest = haskellPackages.postgrest.bin;
1248812489

1248912490
prom2json = callPackage ../servers/monitoring/prometheus/prom2json.nix { };

0 commit comments

Comments
 (0)