haskell-libmpd: jailbreak to fix build with recent versions of 'text'

This commit is contained in:
Peter Simons 2014-05-01 22:17:45 +02:00
parent b5113c90a4
commit 74a9767c5e

View File

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