mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
Merge pull request #1499 from ocharles/haskellPackages.scientific
haskellPackages.scientific: Enable tests
This commit is contained in:
commit
e1bb4b4091
@ -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 New Issue
Block a user