liquidhaskell: fix build with ghc-8.10.x
This commit is contained in:
parent
8ef2edb8ad
commit
5b7e93b920
@ -1450,6 +1450,10 @@ self: super: {
|
|||||||
# So let's not go there any just disable the tests altogether.
|
# So let's not go there any just disable the tests altogether.
|
||||||
hspec-core = dontCheck super.hspec-core;
|
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
|
# INSERT NEW OVERRIDES ABOVE THIS LINE
|
||||||
|
|
||||||
} // (let
|
} // (let
|
||||||
|
Loading…
x
Reference in New Issue
Block a user