haskell-aeson-0.7.x: enable test suite

This commit is contained in:
Peter Simons 2014-02-19 16:29:32 +01:00
parent 5306d974ce
commit 2e079fd608

View file

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