haskell-conduit: jailbreak to fix build with latest version of 'void'
This commit is contained in:
parent
9e5910620f
commit
81970ff445
@ -13,6 +13,7 @@ cabal.mkDerivation (self: {
|
|||||||
testDepends = [
|
testDepends = [
|
||||||
doctest hspec QuickCheck resourcet text transformers void
|
doctest hspec QuickCheck resourcet text transformers void
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/snoyberg/conduit";
|
homepage = "http://github.com/snoyberg/conduit";
|
||||||
description = "Streaming data processing library";
|
description = "Streaming data processing library";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user