haskell-numbers: update to version 3000.1.0.3
This commit is contained in:
parent
865a59815b
commit
9d52ffce02
@ -2,14 +2,13 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "numbers";
|
pname = "numbers";
|
||||||
version = "3000.1.0.1";
|
version = "3000.1.0.3";
|
||||||
sha256 = "0r2s47nfdxasnp8j7giwpxls9v48f6ld0gc2hg2p7y2ar5xfrcc4";
|
sha256 = "0w2m2m3vp3lpvnc7wkw6pqfz741a68dma4s0asl7cryykwf94xgz";
|
||||||
testDepends = [
|
testDepends = [
|
||||||
QuickCheck testFramework testFrameworkQuickcheck2
|
QuickCheck testFramework testFrameworkQuickcheck2
|
||||||
];
|
];
|
||||||
doCheck = false;
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/DanBurton/numbers";
|
homepage = "https://github.com/DanBurton/numbers#readme";
|
||||||
description = "Various number types";
|
description = "Various number types";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user