2011-08-10 02:35:08 +02:00
|
|
|
{ cabal }:
|
2009-07-10 00:24:02 +02:00
|
|
|
|
2011-08-10 02:35:08 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2009-07-10 00:24:02 +02:00
|
|
|
pname = "tar";
|
|
|
|
version = "0.3.1.0";
|
|
|
|
sha256 = "1n16sq5y7x30r1k7ydxmncn9x2nx3diildzyfxjy2b8drxp4jr03";
|
|
|
|
meta = {
|
2011-08-11 15:03:51 +02:00
|
|
|
description = "Reading, writing and manipulating \".tar\" archive files.";
|
2011-08-10 02:35:08 +02:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
maintainers = [
|
|
|
|
self.stdenv.lib.maintainers.andres
|
|
|
|
self.stdenv.lib.maintainers.simons
|
|
|
|
];
|
2009-07-10 00:24:02 +02:00
|
|
|
};
|
|
|
|
})
|