forked from mirrors/nixpkgs
liquidhaskell: use latest aeson
This commit is contained in:
parent
25eb5eecb7
commit
895b4ef59b
|
@ -892,7 +892,7 @@ self: super: {
|
|||
tailfile-hinotify = dontCheck super.tailfile-hinotify;
|
||||
|
||||
# build liquidhaskell with the proper (new) aeson version
|
||||
liquidhaskell = super.liquidhaskell.override { aeson = dontCheck self.aeson_1_2_2_0; };
|
||||
liquidhaskell = super.liquidhaskell.override { aeson = dontCheck self.aeson_1_2_3_0; };
|
||||
|
||||
# Test suite fails: https://github.com/lymar/hastache/issues/46.
|
||||
# Don't install internal mkReadme tool.
|
||||
|
|
Loading…
Reference in a new issue