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
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2
3
-
{ cabal, filepath, lens, mtl, split, time, transformersBase, yi }:
0
0
4
5
cabal.mkDerivation (self: {
6
pname = "yi-contrib";
7
-
version = "0.8.2";
8
-
sha256 = "17rbgrra1ghlywiraadf16n7igxp1k8jqqmb0iw8sc15y7825qqm";
9
buildDepends = [
10
-
filepath lens mtl split time transformersBase yi
0
11
];
12
meta = {
13
homepage = "http://haskell.org/haskellwiki/Yi";
14
description = "Add-ons to Yi, the Haskell-Scriptable Editor";
15
-
license = "GPL";
16
-
broken = true;
17
platforms = self.ghc.meta.platforms;
18
-
hydraPlatforms = self.stdenv.lib.platforms.none;
19
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
20
};
21
})
···
1
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2
3
+
{ cabal, filepath, lens, mtl, ooPrototypes, split, text, time
4
+
, transformersBase, yi, yiLanguage, yiRope
5
+
}:
6
7
cabal.mkDerivation (self: {
8
pname = "yi-contrib";
9
+
version = "0.10.1";
10
+
sha256 = "053hsahkxwg2mnf3h4j95gj18x5791dqqji43l310i4l7mliw91k";
11
buildDepends = [
12
+
filepath lens mtl ooPrototypes split text time transformersBase yi
13
+
yiLanguage yiRope
14
];
15
meta = {
16
homepage = "http://haskell.org/haskellwiki/Yi";
17
description = "Add-ons to Yi, the Haskell-Scriptable Editor";
18
+
license = self.stdenv.lib.licenses.gpl2;
0
19
platforms = self.ghc.meta.platforms;
0
20
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
21
};
22
})