Merge pull request #1499 from ocharles/haskellPackages.scientific

haskellPackages.scientific: Enable tests
This commit is contained in:
Peter Simons 2014-01-12 04:00:31 -08:00
commit e1bb4b4091

View file

@ -8,7 +8,6 @@ cabal.mkDerivation (self: {
sha256 = "0xwxds884pqywjbc4j6qkx27nbi64sihig8ps9v884sk08021wrp";
buildDepends = [ deepseq hashable text ];
testDepends = [ smallcheck tasty tastySmallcheck text ];
doCheck = false;
meta = {
homepage = "https://github.com/basvandijk/scientific";
description = "Arbitrary-precision floating-point numbers represented using scientific notation";