haskell-vty: disable 'doCheck' because of build errors

Setup: At least the following dependencies are missing:
Cabal ==1.17.*
This commit is contained in:
Peter Simons 2013-02-24 23:20:53 +01:00
parent 2083fbb03e
commit b1010d50b5

View File

@ -15,6 +15,7 @@ cabal.mkDerivation (self: {
Cabal deepseq mtl parallel parsec QuickCheck random terminfo
utf8String vector
];
doCheck = false;
meta = {
homepage = "https://github.com/coreyoconnor/vty";
description = "A simple terminal UI library";