haskell-time: updated to version 1.4.0.1

svn path=/nixpkgs/trunk/; revision=30145
This commit is contained in:
Peter Simons 2011-10-31 18:49:45 +00:00
parent edbae5f6c3
commit 1c509caa6f
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "time";
version = "1.4";
sha256 = "0y9g7kazch7747x2s4f6yp1b1ys4s0r1r1n7qsvb3dwfbfmv93pz";
version = "1.4.0.1";
sha256 = "046jyz2xnbg2s94d9xhpphgq93mqlky7bc50vss40wdk6l7w8aws";
buildDepends = [ deepseq ];
meta = {
homepage = "http://semantic.org/TimeLib/";

View File

@ -1196,7 +1196,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
time_1_1_3 = callPackage ../development/libraries/haskell/time/1.1.3.nix {};
time_1_2_0_3 = callPackage ../development/libraries/haskell/time/1.2.0.3.nix {};
time_1_2_0_5 = callPackage ../development/libraries/haskell/time/1.2.0.5.nix {};
time_1_4 = callPackage ../development/libraries/haskell/time/1.4.nix {};
time_1_4_0_1 = callPackage ../development/libraries/haskell/time/1.4.0.1.nix {};
# time is in the core package set. It should only be necessary to
# pass it explicitly in rare circumstances.
time = null;