Oops, forgot to delete the old file.
svn path=/nixpkgs/trunk/; revision=28986
This commit is contained in:
parent
35e1b7ddee
commit
afdabc50ff
@ -1,18 +0,0 @@
|
|||||||
{ cabal, primitive, vector }:
|
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
|
||||||
pname = "vector-algorithms";
|
|
||||||
version = "0.5.2";
|
|
||||||
sha256 = "0ijn4hfaxqjvm91d7mihv62bdd7ph15h880w9lmbr93czbsp8mw1";
|
|
||||||
buildDepends = [ primitive vector ];
|
|
||||||
meta = {
|
|
||||||
homepage = "http://code.haskell.org/~dolio/";
|
|
||||||
description = "Efficient algorithms for vector arrays";
|
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
|
||||||
platforms = self.ghc.meta.platforms;
|
|
||||||
maintainers = [
|
|
||||||
self.stdenv.lib.maintainers.andres
|
|
||||||
self.stdenv.lib.maintainers.simons
|
|
||||||
];
|
|
||||||
};
|
|
||||||
})
|
|
Loading…
x
Reference in New Issue
Block a user