summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorRobert Djubek <envy1988@gmail.com>2020-11-24 12:49:22 +0000
committerPeter Simons <simons@cryp.to>2020-11-27 20:59:59 +0100
commit37d9f941e743372d5a7e70173b4c1dd5e63990e1 (patch)
tree47396615e4645b276a2cd6b28afb4d93eec647c1 /pkgs/development/haskell-modules/configuration-common.nix
parent9d4ce7a57bbb53b2524bd1c32a44c346b099ed4b (diff)
downloadnixpkgs-37d9f941e743372d5a7e70173b4c1dd5e63990e1.tar
nixpkgs-37d9f941e743372d5a7e70173b4c1dd5e63990e1.tar.gz
nixpkgs-37d9f941e743372d5a7e70173b4c1dd5e63990e1.tar.bz2
nixpkgs-37d9f941e743372d5a7e70173b4c1dd5e63990e1.tar.lz
nixpkgs-37d9f941e743372d5a7e70173b4c1dd5e63990e1.tar.xz
nixpkgs-37d9f941e743372d5a7e70173b4c1dd5e63990e1.tar.zst
nixpkgs-37d9f941e743372d5a7e70173b4c1dd5e63990e1.zip
haskellPackages.QuickCheck_2_14_2: unbreak
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 6ab43b67e41..cda3504f04e 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -366,6 +366,9 @@ self: super: {
   punycode = dontCheck super.punycode;
   pwstore-cli = dontCheck super.pwstore-cli;
   quantities = dontCheck super.quantities;
+  QuickCheck_2_14_2 = super.QuickCheck_2_14_2.override( {
+    splitmix = self.splitmix_0_1_0_3;
+  });
   redis-io = dontCheck super.redis-io;
   rethinkdb = dontCheck super.rethinkdb;
   Rlang-QQ = dontCheck super.Rlang-QQ;