Author: simons
Date: Tue Feb 14 16:58:27 2012
New Revision: 32277
URL: https://nixos.org/websvn/nix/?rev=32277&sc=1
Log:
haskell-tar: added version 0.4.0.0
Added:
nixpkgs/trunk/pkgs/development/tools/haskell/tar/0.3.2.0.nix
- copied, changed from r32276,
nixpkgs/trunk/pkgs/development/tools/haskell/tar/default.nix
nixpkgs/trunk/pkgs/development/tools/haskell/tar/0.4.0.0.nix
- copied, changed from r32276,
nixpkgs/trunk/pkgs/development/tools/haskell/tar/default.nix
Deleted:
nixpkgs/trunk/pkgs/development/tools/haskell/tar/default.nix
Modified:
nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
Copied and modified:
nixpkgs/trunk/pkgs/development/tools/haskell/tar/0.3.2.0.nix (from r32276,
nixpkgs/trunk/pkgs/development/tools/haskell/tar/default.nix)
==============================================================================
Copied and modified:
nixpkgs/trunk/pkgs/development/tools/haskell/tar/0.4.0.0.nix (from r32276,
nixpkgs/trunk/pkgs/development/tools/haskell/tar/default.nix)
==============================================================================
--- nixpkgs/trunk/pkgs/development/tools/haskell/tar/default.nix Tue Feb
14 16:58:24 2012 (r32276, copy source)
+++ nixpkgs/trunk/pkgs/development/tools/haskell/tar/0.4.0.0.nix Tue Feb
14 16:58:27 2012 (r32277)
@@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "tar";
- version = "0.3.2.0";
- sha256 = "0yplrfai8bwihyn18whi0jiz1qzll9hgbc37xcy2jkr28480jba9";
+ version = "0.4.0.0";
+ sha256 = "04qijdfyiqb64q58g0bf46qfgaxqjl3kl68x6z31cv36p3hpplx3";
meta = {
description = "Reading, writing and manipulating \".tar\" archive files.";
license = self.stdenv.lib.licenses.bsd3;
Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Tue Feb 14 16:58:24
2012 (r32276)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Tue Feb 14 16:58:27
2012 (r32277)
@@ -1604,7 +1604,9 @@
SourceGraph = callPackage ../development/tools/haskell/SourceGraph {};
- tar = callPackage ../development/tools/haskell/tar {};
+ 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 = self.tar_0_4_0_0;
threadscope = callPackage ../development/tools/haskell/threadscope {};
@@ -1616,6 +1618,7 @@
darcs = callPackage ../applications/version-management/darcs {
regexCompat = self.regexCompat93;
+ tar = self.tar_0_3_2_0;
};
leksah = callPackage ../applications/editors/leksah {};
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits