haskell-HaskellForMaths: updated to version 0.4.0
svn path=/nixpkgs/trunk/; revision=29351
This commit is contained in:
parent
5bb330db07
commit
1d3a00e51a
@ -1,10 +1,10 @@
|
|||||||
{ cabal, QuickCheck, random }:
|
{ cabal, random }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "HaskellForMaths";
|
pname = "HaskellForMaths";
|
||||||
version = "0.3.4";
|
version = "0.4.0";
|
||||||
sha256 = "1cmhzcybv3kwvs058sjihdkqr72rygv2nmbcy8i485pk35yq31sm";
|
sha256 = "1x6kac1im07cpb1014ci8v222q66w2g3gr1wdcv2yvdi5g24ymbp";
|
||||||
buildDepends = [ QuickCheck random ];
|
buildDepends = [ random ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://haskellformaths.blogspot.com/";
|
homepage = "http://haskellformaths.blogspot.com/";
|
||||||
description = "Combinatorics, group theory, commutative algebra, non-commutative algebra";
|
description = "Combinatorics, group theory, commutative algebra, non-commutative algebra";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user