haskell-vector-space: updated to version 0.7.8

svn path=/nixpkgs/trunk/; revision=29460
This commit is contained in:
Peter Simons 2011-09-23 16:09:05 +00:00
parent 31d8e3cada
commit 8770aaea0e
1 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
{ cabal, Boolean, MemoTrie }:
{ cabal, Boolean, MemoTrie, NumInstances }:
cabal.mkDerivation (self: {
pname = "vector-space";
version = "0.7.6";
sha256 = "166493dnlgrm9bsyp8dvdnkz1s5503casamihs4d3rij4fqvw7vf";
buildDepends = [ Boolean MemoTrie ];
version = "0.7.8";
sha256 = "195g9zsb73w4a0fcfz0kank6gyqajww0qiqivr4fy0bik2nsr6ry";
buildDepends = [ Boolean MemoTrie NumInstances ];
meta = {
homepage = "http://haskell.org/haskellwiki/vector-space";
description = "Vector & affine spaces, linear maps, and derivatives (requires ghc 6.9 or better)";
description = "Vector & affine spaces, linear maps, and derivatives";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [