Updated Haskell package meta sections.

svn path=/nixpkgs/trunk/; revision=28583
This commit is contained in:
Peter Simons
2011-08-15 11:27:02 +00:00
parent bc4526f1c4
commit 21b26aef25
46 changed files with 320 additions and 90 deletions

View File

@@ -9,7 +9,7 @@ cabal.mkDerivation (self: {
buildDepends = [ repa repaAlgorithms repaIo vector llvm ];
meta = {
homepage = "http://repa.ouroborus.net";
description = "Examples using the Repa array library.";
description = "Examples using the Repa array library";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [