tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
haskell-vty: update to version 4.7.3
Peter Simons
13 years ago
040696fc
6687f0d1
+7
-5
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
haskell
vty
default.nix
+7
-5
pkgs/development/libraries/haskell/vty/default.nix
···
1
-
{ cabal, deepseq, mtl, parallel, parsec, terminfo, utf8String
2
-
, vector
3
}:
4
5
cabal.mkDerivation (self: {
6
pname = "vty";
7
-
version = "4.7.0.20";
8
-
sha256 = "15slw4zpvfkx9qwj2g5ndcxwbw0kkhyq8frvh9kharqd0zqzgqzb";
0
0
9
buildDepends = [
10
-
deepseq mtl parallel parsec terminfo utf8String vector
11
];
12
meta = {
13
homepage = "https://github.com/coreyoconnor/vty";
···
1
+
{ cabal, deepseq, mtl, parallel, parsec, stringQq, terminfo
2
+
, utf8String, vector
3
}:
4
5
cabal.mkDerivation (self: {
6
pname = "vty";
7
+
version = "4.7.3";
8
+
sha256 = "0x059mzw6v2xf92fdhy0ilyqbics2as6dqrdr6njpp0m6qykkybb";
9
+
isLibrary = true;
10
+
isExecutable = true;
11
buildDepends = [
12
+
deepseq mtl parallel parsec stringQq terminfo utf8String vector
13
];
14
meta = {
15
homepage = "https://github.com/coreyoconnor/vty";