haskell-time: added the latest version, 1.2.0.5

svn path=/nixpkgs/trunk/; revision=28276
This commit is contained in:
Peter Simons 2011-08-07 20:24:46 +00:00
parent a04acc1c5d
commit 653fb4b663
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,14 @@
{cabal} :
cabal.mkDerivation (self : {
pname = "time";
version = "1.2.0.5";
sha256 = "0y4plv9qvpmzzzb5855zngm6lmd38m0vr2mzwm94xhz2xsqhdh2z";
meta = {
homepage = "http://semantic.org/TimeLib/";
description = "A time library";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.stdenv.lib.platforms.haskellPlatforms;
maintainers = [ self.stdenv.lib.maintainers.simons ];
};
})

View File

@ -1065,6 +1065,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
time_1_1_2_4 = callPackage ../development/libraries/haskell/time/1.1.2.4.nix {};
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 is in the core package set. It should only be necessary to
# pass it explicitly in rare circumstances.
time = null;