haskell-time: bring back version 1.1.2.4 to un-break Haskell Platform 2009.2.0.2

This commit is contained in:
Peter Simons 2013-07-01 12:16:38 +02:00
parent d9a71f35c8
commit 8e95d2564d
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,14 @@
{ cabal }:
cabal.mkDerivation (self: {
pname = "time";
version = "1.1.2.4";
sha256 = "11dfcb9b5ca76428a7a31019928c3c1898320f774e5d3df8e4407580d074fad3";
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

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