haskell-time: add version 1.4.0.2

This commit is contained in:
Peter Simons 2012-11-26 15:16:00 +01:00
parent d66fa56de2
commit 8a276cf90d
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{ cabal, deepseq }:
cabal.mkDerivation (self: {
pname = "time";
version = "1.4.0.2";
sha256 = "0p4ncankr9968lp4fnbq6pc5xwv2198gxhbds656da9jbv74w7j8";
buildDepends = [ deepseq ];
meta = {
homepage = "http://semantic.org/TimeLib/";
description = "A time library";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.andres ];
};
})

View File

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