haskell-aws: jailbreak to fix build with conduit

This commit is contained in:
Peter Simons 2014-09-12 10:41:58 +02:00
parent 5a595e7119
commit ba6ff63568

View file

@ -27,6 +27,7 @@ cabal.mkDerivation (self: {
tastyQuickcheck text transformers
];
doCheck = false;
jailbreak = true;
meta = {
homepage = "http://github.com/aristidb/aws";
description = "Amazon Web Services (AWS) for Haskell";