summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2021-01-01 22:03:25 +0100
committerPeter Simons <simons@cryp.to>2021-01-02 19:58:19 +0100
commit59bc34d3e4d75feb575b0a597a9be201fb2bffc4 (patch)
tree88369ad4dd2b886c7f5a402e97f8b76a57bb96d3 /pkgs/development/haskell-modules/configuration-common.nix
parent03122f2bbd641ba802da5784494538eba638e5f4 (diff)
downloadnixpkgs-59bc34d3e4d75feb575b0a597a9be201fb2bffc4.tar
nixpkgs-59bc34d3e4d75feb575b0a597a9be201fb2bffc4.tar.gz
nixpkgs-59bc34d3e4d75feb575b0a597a9be201fb2bffc4.tar.bz2
nixpkgs-59bc34d3e4d75feb575b0a597a9be201fb2bffc4.tar.lz
nixpkgs-59bc34d3e4d75feb575b0a597a9be201fb2bffc4.tar.xz
nixpkgs-59bc34d3e4d75feb575b0a597a9be201fb2bffc4.tar.zst
nixpkgs-59bc34d3e4d75feb575b0a597a9be201fb2bffc4.zip
psqueues: jailbreak to fix the build
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index d844aaed54c..71228a9cd99 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1531,4 +1531,7 @@ self: super: {
   apecs-physics = addPkgconfigDepends super.apecs-physics
     (pkgs.lib.optional pkgs.stdenv.isDarwin pkgs.darwin.apple_sdk.frameworks.ApplicationServices);
 
+  # Break out of overspecified constraint on QuickCheck.
+  psqueues = doJailbreak super.psqueues;
+
 } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super