liquidhaskell: drop obsolete override
This commit is contained in:
parent
e058744dd4
commit
e4bb2a784d
@ -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: {
|
||||||
|
Loading…
Reference in New Issue
Block a user