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
];
jailbreak = true;
doCheck = false;
meta = {
homepage = "http://github.com/joachifm/libmpd-haskell#readme";
description = "An MPD client library";