haskellPackages.aeson: Fix build

wip/yesman
Malte Brandy 4 years ago committed by Peter Simons
parent d444c89dd4
commit c35a3fb3f7
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -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

Loading…
Cancel
Save