Dropped obsolete versions of haskell-primitive and haskell-vector.

svn path=/nixpkgs/trunk/; revision=31285
This commit is contained in:
Peter Simons
2012-01-04 17:48:40 +00:00
parent 2f3cb61b98
commit 660701471c
5 changed files with 2 additions and 45 deletions

View File

@@ -1,18 +0,0 @@
{ cabal, primitive }:
cabal.mkDerivation (self: {
pname = "vector";
version = "0.7.1";
sha256 = "1cdbkabw49pgc1j5h96inpmhn8ly230885d22smmynrq369pmg07";
buildDepends = [ primitive ];
meta = {
homepage = "http://code.haskell.org/vector";
description = "Efficient Arrays";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [
self.stdenv.lib.maintainers.andres
self.stdenv.lib.maintainers.simons
];
};
})