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