summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
author(cdep)illabout <cdep.illabout@gmail.com>2020-11-07 14:11:41 +0900
committerPeter Simons <simons@cryp.to>2020-11-13 21:37:56 +0100
commitbbb5016daa17b8a55d1cd77074e75787f956e88f (patch)
tree920a65834499dcc2e32d41ff43cd3027b0c23375 /pkgs/development/haskell-modules/configuration-common.nix
parent01a403fb717f55ff3db000d02f4b555a2da6a696 (diff)
downloadnixpkgs-bbb5016daa17b8a55d1cd77074e75787f956e88f.tar
nixpkgs-bbb5016daa17b8a55d1cd77074e75787f956e88f.tar.gz
nixpkgs-bbb5016daa17b8a55d1cd77074e75787f956e88f.tar.bz2
nixpkgs-bbb5016daa17b8a55d1cd77074e75787f956e88f.tar.lz
nixpkgs-bbb5016daa17b8a55d1cd77074e75787f956e88f.tar.xz
nixpkgs-bbb5016daa17b8a55d1cd77074e75787f956e88f.tar.zst
nixpkgs-bbb5016daa17b8a55d1cd77074e75787f956e88f.zip
haskellPackages.binary-instances: get building again
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 32a539c6573..cea7980be39 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1471,6 +1471,10 @@ self: super: {
     optparse-applicative = self.optparse-applicative_0_16_0_0;
   };
 
+  # Our quickcheck-instances is too old for the newer binary-instances, but
+  # quickcheck-instances is only used in the tests of binary-instances.
+  binary-instances = dontCheck super.binary-instances;
+
   # INSERT NEW OVERRIDES ABOVE THIS LINE
 } // (let
   inherit (self) hls-ghcide hls-brittany;