forked from mirrors/nixpkgs
haskellPackages.binary-instances: get building again
This commit is contained in:
parent
01a403fb71
commit
bbb5016daa
|
@ -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…
Reference in a new issue