From bbb5016daa17b8a55d1cd77074e75787f956e88f Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Sat, 7 Nov 2020 14:11:41 +0900 Subject: [PATCH] haskellPackages.binary-instances: get building again --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 32a539c65735..cea7980be395 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;