haskellPackages.aeson: Fix build

This commit is contained in:
Malte Brandy 2020-11-15 02:04:30 +01:00 committed by Peter Simons
parent d444c89dd4
commit c35a3fb3f7

View file

@ -1416,4 +1416,7 @@ self: super: {
# brittany release in a while and this version works with 8.10.
# And we need to build it anyways.
brittany = dontCheck super.hls-brittany;
# 2020-11-15: aeson 1.5.4.1 needs to new quickcheck-instances for testing
aeson = dontCheck super.aeson;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super