Re-generated Haskell package descriptions with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32327
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user