3
0
Fork 0
forked from mirrors/nixpkgs

haskell-scientific: re-generate with cabal2nix

This commit is contained in:
Peter Simons 2013-12-02 19:58:49 +01:00
parent a22e8fd6c0
commit fc4d3254f8

View file

@ -8,6 +8,7 @@ cabal.mkDerivation (self: {
sha256 = "1x3c8z1d7nhr1z5dlbs60pxfrgclfbwjhrkpvr0jnz0fpy2m9x5r";
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";
@ -15,5 +16,4 @@ cabal.mkDerivation (self: {
platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
};
doCheck = false;
})