haskellPackages.yi-core: unbreak

yi-language ≥ 0.18 is in the LTS now
This commit is contained in:
Jan Tojnar 2018-12-26 15:03:15 +01:00
parent f4b4dc2d0b
commit a6b74907f7
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -1122,9 +1122,6 @@ self: super: {
libraryHaskellDepends = drv.libraryHaskellDepends ++ [self.QuickCheck];
})) ./patches/sexpr-0.2.1.patch;
# Can be removed once yi-language >= 0.18 is in the LTS
yi-core = super.yi-core.overrideScope (self: super: { yi-language = self.yi-language_0_18_0; });
# https://github.com/haskell/hoopl/issues/50
hoopl = dontCheck super.hoopl;