liquidhaskell: fix build of the required old aeson version
Closes https://github.com/NixOS/nixpkgs/issues/28372.
This commit is contained in:
parent
f445fe7574
commit
499b9ebc01
@ -851,6 +851,7 @@ self: super: {
|
|||||||
|
|
||||||
# build liquidhaskell with the proper (old) aeson version
|
# build liquidhaskell with the proper (old) aeson version
|
||||||
liquidhaskell = super.liquidhaskell.override { aeson = self.aeson_0_11_3_0; };
|
liquidhaskell = super.liquidhaskell.override { aeson = self.aeson_0_11_3_0; };
|
||||||
|
aeson_0_11_3_0 = super.aeson_0_11_3_0.override { base-orphans = self.base-orphans_0_5_4; };
|
||||||
|
|
||||||
# Test suite fails: https://github.com/lymar/hastache/issues/46.
|
# Test suite fails: https://github.com/lymar/hastache/issues/46.
|
||||||
# Don't install internal mkReadme tool.
|
# Don't install internal mkReadme tool.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user