forked from mirrors/nixpkgs
haskellPackages.scientific: Enable tests
This commit is contained in:
parent
4ede302207
commit
3214ffdf71
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue