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
1
-
{ cabal, deepseq, mtl, parallel, parsec, terminfo, utf8String
2
2
-
, vector
1
1
+
{ cabal, deepseq, mtl, parallel, parsec, stringQq, terminfo
2
2
+
, utf8String, vector
3
3
}:
4
4
5
5
cabal.mkDerivation (self: {
6
6
pname = "vty";
7
7
-
version = "4.7.0.20";
8
8
-
sha256 = "15slw4zpvfkx9qwj2g5ndcxwbw0kkhyq8frvh9kharqd0zqzgqzb";
7
7
+
version = "4.7.3";
8
8
+
sha256 = "0x059mzw6v2xf92fdhy0ilyqbics2as6dqrdr6njpp0m6qykkybb";
9
9
+
isLibrary = true;
10
10
+
isExecutable = true;
9
11
buildDepends = [
10
10
-
deepseq mtl parallel parsec terminfo utf8String vector
12
12
+
deepseq mtl parallel parsec stringQq terminfo utf8String vector
11
13
];
12
14
meta = {
13
15
homepage = "https://github.com/coreyoconnor/vty";