forked from mirrors/nixpkgs
haskell-yi-contrib: update to 0.10.1
This commit is contained in:
parent
0d858ba4c0
commit
1ccb025729
|
@ -1,21 +1,22 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, filepath, lens, mtl, split, time, transformersBase, yi }:
|
||||
{ cabal, filepath, lens, mtl, ooPrototypes, split, text, time
|
||||
, transformersBase, yi, yiLanguage, yiRope
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "yi-contrib";
|
||||
version = "0.8.2";
|
||||
sha256 = "17rbgrra1ghlywiraadf16n7igxp1k8jqqmb0iw8sc15y7825qqm";
|
||||
version = "0.10.1";
|
||||
sha256 = "053hsahkxwg2mnf3h4j95gj18x5791dqqji43l310i4l7mliw91k";
|
||||
buildDepends = [
|
||||
filepath lens mtl split time transformersBase yi
|
||||
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 = "GPL";
|
||||
broken = true;
|
||||
license = self.stdenv.lib.licenses.gpl2;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue