haskell-numbers: update to version 3000.2.0.1
This commit is contained in:
parent
9ce70d54f6
commit
f8fb3529e6
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "numbers";
|
pname = "numbers";
|
||||||
version = "3000.2.0.0";
|
version = "3000.2.0.1";
|
||||||
sha256 = "035qc7dgh4nd661z4mm742v8y7xqdyyp0r0vkinxiifciqb1fkbm";
|
sha256 = "10z1bi5qbc81z5xx2v1ylwcpmcfl1ci7lxrswkgi0dd1wi8havbk";
|
||||||
testDepends = [
|
testDepends = [
|
||||||
QuickCheck testFramework testFrameworkQuickcheck2
|
QuickCheck testFramework testFrameworkQuickcheck2
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/DanBurton/numbers#readme";
|
homepage = "https://github.com/jwiegley/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