forked from mirrors/nixpkgs
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: {
|
||||
pname = "vector-space";
|
||||
version = "0.8.2";
|
||||
sha256 = "09gndxxscyc9w85fih370gag8yd1xbfg94nxkwdvhzvbkns9k2ad";
|
||||
version = "0.8.3";
|
||||
sha256 = "1wiwzbzp2fcavps0fqc9rwm50b2yv0ysgs78d29mvwcya1ywwxgw";
|
||||
buildDepends = [ Boolean MemoTrie NumInstances ];
|
||||
meta = {
|
||||
homepage = "http://haskell.org/haskellwiki/vector-space";
|
||||
description = "Vector & affine spaces, linear maps, and derivatives";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
|
|
Loading…
Reference in a new issue