haskell-aws: disable test suite to fix the build

https://github.com/aristidb/aws/issues/125
This commit is contained in:
Peter Simons 2014-08-19 21:17:41 +02:00
parent 42c7a11d4b
commit 229eb441a3

View File

@ -26,6 +26,7 @@ cabal.mkDerivation (self: {
aeson errors mtl QuickCheck quickcheckInstances tagged tasty
tastyQuickcheck text transformers
];
doCheck = false;
meta = {
homepage = "http://github.com/aristidb/aws";
description = "Amazon Web Services (AWS) for Haskell";