haskell-http-streams: jailbreak to fix build with current openssl-streams

This commit is contained in:
Peter Simons 2014-09-19 19:20:09 +02:00
parent 377a1094cc
commit 5d3bddf6ca

View file

@ -25,6 +25,7 @@ cabal.mkDerivation (self: {
unorderedContainers
];
doCheck = false;
jailbreak = true;
meta = {
homepage = "http://research.operationaldynamics.com/projects/http-streams/";
description = "An HTTP client using io-streams";