haskell-libmpd: jailbreak to fix build with recent versions of 'text'
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user