liquidhaskell: fix build of the required old aeson version

Closes https://github.com/NixOS/nixpkgs/issues/28372.
This commit is contained in:
Peter Simons 2017-08-19 18:41:55 +02:00
parent f445fe7574
commit 499b9ebc01

View File

@ -851,6 +851,7 @@ self: super: {
# build liquidhaskell with the proper (old) aeson version
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.
# Don't install internal mkReadme tool.