Re-generated Haskell package descriptions with the latest version of cabal2nix.

svn path=/nixpkgs/trunk/; revision=32327
This commit is contained in:
Peter Simons
2012-02-16 14:05:41 +00:00
parent b7e432214b
commit cb28766341
546 changed files with 1062 additions and 1289 deletions

View File

@@ -1,10 +1,10 @@
{ cabal, Cabal, primitive, vector }:
{ cabal, primitive, vector }:
cabal.mkDerivation (self: {
pname = "vector-algorithms";
version = "0.5.4";
sha256 = "0j16jmnmgksbzsq2vvxjmciywi91clak77i6zjjghvn9dpmnsmv2";
buildDepends = [ Cabal primitive vector ];
buildDepends = [ primitive vector ];
meta = {
homepage = "http://code.haskell.org/~dolio/";
description = "Efficient algorithms for vector arrays";