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
|
aeson errors mtl QuickCheck quickcheckInstances tagged tasty
|
||||||
tastyQuickcheck text transformers
|
tastyQuickcheck text transformers
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/aristidb/aws";
|
homepage = "http://github.com/aristidb/aws";
|
||||||
description = "Amazon Web Services (AWS) for Haskell";
|
description = "Amazon Web Services (AWS) for Haskell";
|
||||||
|
|
Loading…
Reference in New Issue