haskell-libmpd: test suite build is broken by recent hspec update

This commit is contained in:
Peter Simons 2014-06-11 11:12:57 +02:00
parent a817ffe8c0
commit e82eda551e

View File

@ -13,6 +13,7 @@ cabal.mkDerivation (self: {
dataDefault hspec HUnit mtl network QuickCheck text time utf8String dataDefault hspec HUnit mtl network QuickCheck text time utf8String
]; ];
jailbreak = true; jailbreak = true;
doCheck = false;
meta = { meta = {
homepage = "http://github.com/joachifm/libmpd-haskell#readme"; homepage = "http://github.com/joachifm/libmpd-haskell#readme";
description = "An MPD client library"; description = "An MPD client library";