haskell-HandsomeSoup: jailbreak to fix build with network 2.6.x

This commit is contained in:
Peter Simons 2014-10-26 21:01:27 +01:00
parent 67aa9b723e
commit 6ce31138c6

View file

@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
HTTP hxt hxtHttp MaybeT mtl network networkUri parsec transformers
];
testDepends = [ hspec hxt ];
jailbreak = true;
doCheck = false;
meta = {
homepage = "https://github.com/egonSchiele/HandsomeSoup";