summaryrefslogtreecommitdiffstats
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorLauri Laaksonen <laaksonel@gmail.com>2024-05-07 22:26:13 +0300
committerLauri Laaksonen <laaksonel@gmail.com>2024-05-10 21:52:41 +0300
commitd206b6d73be5c8f698671c05c862ec41d2495dd1 (patch)
tree1fb908b39405b1ab28c2b4e0c92d2dc167af40a9 /pkgs/development/haskell-modules/configuration-common.nix
parent8c61a345004cd0eb42a1cf57698bae895b806450 (diff)
beam-migrate: jailbreak because of too strict upper bound on pqueue
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 4d23ad6836b7..ce35cf19f40c 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1345,6 +1345,10 @@ self: super: {
(dontCheckIf (!pkgs.postgresql.doCheck))
];
+ # Requires pqueue <1.5 but it works fine with pqueue-1.5.0.0
+ # https://github.com/haskell-beam/beam/pull/705
+ beam-migrate = doJailbreak super.beam-migrate;
+
users-postgresql-simple = addTestToolDepends [
pkgs.postgresql
pkgs.postgresqlTestHook