haskell-aeson: disable test suite to avoid build error
See <https://github.com/bos/aeson/issues/122> for further detail.
This commit is contained in:
parent
64e8c45576
commit
aa51bc57f8
@ -15,6 +15,7 @@ cabal.mkDerivation (self: {
|
|||||||
attoparsec QuickCheck testFramework testFrameworkQuickcheck2 text
|
attoparsec QuickCheck testFramework testFrameworkQuickcheck2 text
|
||||||
time
|
time
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/bos/aeson";
|
homepage = "https://github.com/bos/aeson";
|
||||||
description = "Fast JSON parsing and encoding";
|
description = "Fast JSON parsing and encoding";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user