3
0
Fork 0
forked from mirrors/nixpkgs

liquidhaskell: use latest aeson

This commit is contained in:
Peter Simons 2017-10-22 17:21:09 +02:00
parent 25eb5eecb7
commit 895b4ef59b

View file

@ -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.