1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

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:
Peter Simons 2013-05-16 13:21:20 +02:00
parent 64e8c45576
commit aa51bc57f8

View file

@ -15,6 +15,7 @@ cabal.mkDerivation (self: {
attoparsec QuickCheck testFramework testFrameworkQuickcheck2 text
time
];
doCheck = false;
meta = {
homepage = "https://github.com/bos/aeson";
description = "Fast JSON parsing and encoding";