haskell-tar: re-generate with cabal2nix
This commit is contained in:
parent
9417188afc
commit
7710da4950
@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
|
|||||||
version = "0.4.0.1";
|
version = "0.4.0.1";
|
||||||
sha256 = "0vbsv7h3zgp30mlgsw156jkv1rqy5zbm98as9haf7x15hd6jf254";
|
sha256 = "0vbsv7h3zgp30mlgsw156jkv1rqy5zbm98as9haf7x15hd6jf254";
|
||||||
buildDepends = [ filepath time ];
|
buildDepends = [ filepath time ];
|
||||||
|
noHaddock = self.stdenv.lib.versionOlder self.ghc.version "6.11";
|
||||||
meta = {
|
meta = {
|
||||||
description = "Reading, writing and manipulating \".tar\" archive files.";
|
description = "Reading, writing and manipulating \".tar\" archive files.";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user