haskell-aws: disable test suite to fix the build
https://github.com/aristidb/aws/issues/125
This commit is contained in:
parent
42c7a11d4b
commit
229eb441a3
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user