haskell-vty: update to version 4.7.3
This commit is contained in:
parent
6687f0d1be
commit
040696fca0
@ -1,13 +1,15 @@
|
|||||||
{ cabal, deepseq, mtl, parallel, parsec, terminfo, utf8String
|
{ cabal, deepseq, mtl, parallel, parsec, stringQq, terminfo
|
||||||
, vector
|
, utf8String, vector
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "vty";
|
pname = "vty";
|
||||||
version = "4.7.0.20";
|
version = "4.7.3";
|
||||||
sha256 = "15slw4zpvfkx9qwj2g5ndcxwbw0kkhyq8frvh9kharqd0zqzgqzb";
|
sha256 = "0x059mzw6v2xf92fdhy0ilyqbics2as6dqrdr6njpp0m6qykkybb";
|
||||||
|
isLibrary = true;
|
||||||
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
deepseq mtl parallel parsec terminfo utf8String vector
|
deepseq mtl parallel parsec stringQq terminfo utf8String vector
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/coreyoconnor/vty";
|
homepage = "https://github.com/coreyoconnor/vty";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user