haskell-vty: updated to version 4.7.0.10

svn path=/nixpkgs/trunk/; revision=32020
This commit is contained in:
Peter Simons 2012-02-03 21:00:30 +00:00
parent 56230f309e
commit 038a3e5b2e

View File

@ -4,8 +4,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "vty"; pname = "vty";
version = "4.7.0.8"; version = "4.7.0.10";
sha256 = "1wh94m2i0ivdkf8hhl9qrsfs7z3mk0xrzgwdfgqw7lhq321i2bnm"; sha256 = "03cvr4z0fvxfyrikgf89777cp1xqhy22yj83p0dysp0i5ds6cd9v";
buildDepends = [ buildDepends = [
deepseq mtl parallel parsec terminfo utf8String vector deepseq mtl parallel parsec terminfo utf8String vector
]; ];