Author: simons
Date: Sun Aug 7 19:33:39 2011
New Revision: 28259
URL: https://svn.nixos.org/websvn/nix/?rev=28259&sc=1
Log:
haskell-vector-space: updated to version 0.7.3
Modified:
nixpkgs/trunk/pkgs/development/libraries/haskell/vector-space/default.nix
Modified:
nixpkgs/trunk/pkgs/development/libraries/haskell/vector-space/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/vector-space/default.nix
Sun Aug 7 19:33:34 2011 (r28258)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/vector-space/default.nix
Sun Aug 7 19:33:39 2011 (r28259)
@@ -1,14 +1,18 @@
-{cabal, Boolean, MemoTrie}:
+{cabal, Boolean, MemoTrie} :
cabal.mkDerivation (self : {
pname = "vector-space";
- version = "0.5.9";
- sha256 = "39045384ee1f37f92fc8a84b75eb63091d083298f7be5f51f81112dd42a553b0";
- propagatedBuildInputs = [Boolean MemoTrie];
+ version = "0.7.3";
+ sha256 = "00lzhml1pc328iw9cip9yh54n0yqkwz1mxkv4gq2wlb7bzpfq1fx";
+ propagatedBuildInputs = [ Boolean MemoTrie ];
meta = {
- description = "Vector & affine spaces, linear maps, and derivatives";
- license = "BSD";
- maintainers = [self.stdenv.lib.maintainers.andres];
+ homepage = "http://haskell.org/haskellwiki/vector-space";
+ description = "Vector & affine spaces, linear maps, and derivatives
(requires ghc 6.9 or better)";
+ license = self.stdenv.lib.licenses.bsd3;
+ platforms = self.stdenv.lib.platforms.haskellPlatforms;
+ maintainers = [
+ self.stdenv.lib.maintainers.simons
+ self.stdenv.lib.maintainers.andres
+ ];
};
})
-
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits