haskell-vector-space: update to version 0.8.3
This commit is contained in:
parent
669de74d36
commit
6a695af99b
@ -2,11 +2,10 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "vector-space";
|
pname = "vector-space";
|
||||||
version = "0.8.2";
|
version = "0.8.3";
|
||||||
sha256 = "09gndxxscyc9w85fih370gag8yd1xbfg94nxkwdvhzvbkns9k2ad";
|
sha256 = "1wiwzbzp2fcavps0fqc9rwm50b2yv0ysgs78d29mvwcya1ywwxgw";
|
||||||
buildDepends = [ Boolean MemoTrie NumInstances ];
|
buildDepends = [ Boolean MemoTrie NumInstances ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://haskell.org/haskellwiki/vector-space";
|
|
||||||
description = "Vector & affine spaces, linear maps, and derivatives";
|
description = "Vector & affine spaces, linear maps, and derivatives";
|
||||||
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