tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
haskell-yi-contrib: update to 0.10.1
Mateusz Kowalczyk
11 years ago
1ccb0257
0d858ba4
+8
-7
1 changed file
expand all
collapse all
unified
split
pkgs
applications
editors
yi
yi-contrib.nix
+8
-7
pkgs/applications/editors/yi/yi-contrib.nix
···
1
1
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2
2
3
3
-
{ cabal, filepath, lens, mtl, split, time, transformersBase, yi }:
3
3
+
{ cabal, filepath, lens, mtl, ooPrototypes, split, text, time
4
4
+
, transformersBase, yi, yiLanguage, yiRope
5
5
+
}:
4
6
5
7
cabal.mkDerivation (self: {
6
8
pname = "yi-contrib";
7
7
-
version = "0.8.2";
8
8
-
sha256 = "17rbgrra1ghlywiraadf16n7igxp1k8jqqmb0iw8sc15y7825qqm";
9
9
+
version = "0.10.1";
10
10
+
sha256 = "053hsahkxwg2mnf3h4j95gj18x5791dqqji43l310i4l7mliw91k";
9
11
buildDepends = [
10
10
-
filepath lens mtl split time transformersBase yi
12
12
+
filepath lens mtl ooPrototypes split text time transformersBase yi
13
13
+
yiLanguage yiRope
11
14
];
12
15
meta = {
13
16
homepage = "http://haskell.org/haskellwiki/Yi";
14
17
description = "Add-ons to Yi, the Haskell-Scriptable Editor";
15
15
-
license = "GPL";
16
16
-
broken = true;
18
18
+
license = self.stdenv.lib.licenses.gpl2;
17
19
platforms = self.ghc.meta.platforms;
18
18
-
hydraPlatforms = self.stdenv.lib.platforms.none;
19
20
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
20
21
};
21
22
})