mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
haskell-tar: update to version 0.4.0.1
This commit is contained in:
parent
3b9a7e59b2
commit
0a9568df7b
@ -1,10 +1,10 @@
|
|||||||
{ cabal, filepath }:
|
{ cabal, filepath, time }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "tar";
|
pname = "tar";
|
||||||
version = "0.4.0.0";
|
version = "0.4.0.1";
|
||||||
sha256 = "04qijdfyiqb64q58g0bf46qfgaxqjl3kl68x6z31cv36p3hpplx3";
|
sha256 = "0vbsv7h3zgp30mlgsw156jkv1rqy5zbm98as9haf7x15hd6jf254";
|
||||||
buildDepends = [ filepath ];
|
buildDepends = [ filepath time ];
|
||||||
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;
|
@ -1841,8 +1841,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
|||||||
};
|
};
|
||||||
|
|
||||||
tar_0_3_2_0 = callPackage ../development/tools/haskell/tar/0.3.2.0.nix {};
|
tar_0_3_2_0 = callPackage ../development/tools/haskell/tar/0.3.2.0.nix {};
|
||||||
tar_0_4_0_0 = callPackage ../development/tools/haskell/tar/0.4.0.0.nix {};
|
tar_0_4_0_1 = callPackage ../development/tools/haskell/tar/0.4.0.1.nix {};
|
||||||
tar = self.tar_0_4_0_0;
|
tar = self.tar_0_4_0_1;
|
||||||
|
|
||||||
threadscope = callPackage ../development/tools/haskell/threadscope {};
|
threadscope = callPackage ../development/tools/haskell/threadscope {};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user