3
0
Fork 0
forked from mirrors/nixpkgs

haskellPackages.scientific: Enable tests

This commit is contained in:
Oliver Charles 2014-01-11 21:56:02 +00:00
parent 4ede302207
commit 3214ffdf71

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";