haskell-conduit: jailbreak to fix build with latest version of 'void'

This commit is contained in:
Peter Simons 2013-03-23 14:31:29 +01:00
parent 9e5910620f
commit 81970ff445

View File

@ -13,6 +13,7 @@ cabal.mkDerivation (self: {
testDepends = [
doctest hspec QuickCheck resourcet text transformers void
];
jailbreak = true;
meta = {
homepage = "http://github.com/snoyberg/conduit";
description = "Streaming data processing library";