liquidhaskell: drop obsolete override

This commit is contained in:
Peter Simons 2017-12-20 12:25:06 +01:00
parent e058744dd4
commit e4bb2a784d

View File

@ -874,9 +874,6 @@ self: super: {
# https://github.com/danidiaz/tailfile-hinotify/issues/2 # https://github.com/danidiaz/tailfile-hinotify/issues/2
tailfile-hinotify = dontCheck super.tailfile-hinotify; tailfile-hinotify = dontCheck super.tailfile-hinotify;
# build liquidhaskell with the proper (new) aeson version
liquidhaskell = super.liquidhaskell.override { aeson = dontCheck self.aeson_1_2_3_0; };
# 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.
hastache = overrideCabal super.hastache (drv: { hastache = overrideCabal super.hastache (drv: {