haskell-yi-contrib: delete package
We deprecated it today.
This commit is contained in:
parent
95448e468a
commit
f36972dd9c
|
@ -1,22 +0,0 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, filepath, lens, mtl, ooPrototypes, split, text, time
|
||||
, transformersBase, yi, yiLanguage, yiRope
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "yi-contrib";
|
||||
version = "0.10.1";
|
||||
sha256 = "053hsahkxwg2mnf3h4j95gj18x5791dqqji43l310i4l7mliw91k";
|
||||
buildDepends = [
|
||||
filepath lens mtl ooPrototypes split text time transformersBase yi
|
||||
yiLanguage yiRope
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://haskell.org/haskellwiki/Yi";
|
||||
description = "Add-ons to Yi, the Haskell-Scriptable Editor";
|
||||
license = self.stdenv.lib.licenses.gpl2;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
||||
};
|
||||
})
|
|
@ -3116,8 +3116,6 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||
# M-x or reload). Use ‘yiCustom’ instead.
|
||||
yi = callPackage ../applications/editors/yi/yi.nix { };
|
||||
|
||||
yiContrib = callPackage ../development/libraries/haskell/yi-contrib {};
|
||||
|
||||
yiCustom = callPackage ../applications/editors/yi/yi-custom.nix {
|
||||
extraPackages = pkgs: [];
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue