mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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
|
||||
, vector
|
||||
{ cabal, deepseq, mtl, parallel, parsec, stringQq, terminfo
|
||||
, utf8String, vector
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "vty";
|
||||
version = "4.7.0.20";
|
||||
sha256 = "15slw4zpvfkx9qwj2g5ndcxwbw0kkhyq8frvh9kharqd0zqzgqzb";
|
||||
version = "4.7.3";
|
||||
sha256 = "0x059mzw6v2xf92fdhy0ilyqbics2as6dqrdr6njpp0m6qykkybb";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
deepseq mtl parallel parsec terminfo utf8String vector
|
||||
deepseq mtl parallel parsec stringQq terminfo utf8String vector
|
||||
];
|
||||
meta = {
|
||||
homepage = "https://github.com/coreyoconnor/vty";
|
||||
|
Loading…
Reference in New Issue
Block a user