zeromq3-haskell: disable 'doCheck' because of build errors in test program

This commit is contained in:
Peter Simons 2013-02-24 22:44:48 +01:00
parent 01b02925e4
commit fb97adb244

View file

@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
QuickCheck testFramework testFrameworkQuickcheck2
];
extraLibraries = [ zeromq ];
doCheck = false;
meta = {
homepage = "http://github.com/twittner/zeromq-haskell/";
description = "Bindings to ZeroMQ 3.x";