mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +00:00
haskellPackages.yi-core: unbreak
yi-language ≥ 0.18 is in the LTS now
This commit is contained in:
parent
f4b4dc2d0b
commit
a6b74907f7
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue