3
0
Fork 0
forked from mirrors/nixpkgs

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 = [
dataDefault hspec HUnit mtl network QuickCheck text time utf8String
];
jailbreak = true;
meta = {
homepage = "http://github.com/joachifm/libmpd-haskell";
description = "An MPD client library";