haskell-scientific: re-generate with cabal2nix
This commit is contained in:
parent
a22e8fd6c0
commit
fc4d3254f8
@ -8,6 +8,7 @@ cabal.mkDerivation (self: {
|
|||||||
sha256 = "1x3c8z1d7nhr1z5dlbs60pxfrgclfbwjhrkpvr0jnz0fpy2m9x5r";
|
sha256 = "1x3c8z1d7nhr1z5dlbs60pxfrgclfbwjhrkpvr0jnz0fpy2m9x5r";
|
||||||
buildDepends = [ deepseq hashable text ];
|
buildDepends = [ deepseq hashable text ];
|
||||||
testDepends = [ smallcheck tasty tastySmallcheck text ];
|
testDepends = [ smallcheck tasty tastySmallcheck text ];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/basvandijk/scientific";
|
homepage = "https://github.com/basvandijk/scientific";
|
||||||
description = "Arbitrary-precision floating-point numbers represented using scientific notation";
|
description = "Arbitrary-precision floating-point numbers represented using scientific notation";
|
||||||
@ -15,5 +16,4 @@ cabal.mkDerivation (self: {
|
|||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
|
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
|
||||||
};
|
};
|
||||||
doCheck = false;
|
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user