haskellPackages.binary-instances: get building again

wip/yesman
(cdep)illabout 4 years ago committed by Peter Simons
parent 01a403fb71
commit bbb5016daa
  1. 4
      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;

Loading…
Cancel
Save