liquidhaskell: fix build with ghc-8.10.x

wip/yesman
Peter Simons 4 years ago
parent 8ef2edb8ad
commit 5b7e93b920
  1. 4
      pkgs/development/haskell-modules/configuration-common.nix

@ -1450,6 +1450,10 @@ self: super: {
# So let's not go there any just disable the tests altogether.
hspec-core = dontCheck super.hspec-core;
# github.com/ucsd-progsys/liquidhaskell/issues/1729
liquidhaskell = super.liquidhaskell.override { Diff = self.Diff_0_3_4; };
Diff_0_3_4 = dontCheck super.Diff_0_3_4;
# INSERT NEW OVERRIDES ABOVE THIS LINE
} // (let

Loading…
Cancel
Save