haskell-time: update to version 1.4.1

This commit is contained in:
Peter Simons 2013-07-01 11:00:50 +02:00
parent 2eb36d2a7a
commit b0b9f1fd5c
3 changed files with 3 additions and 18 deletions

View file

@ -1,14 +0,0 @@
{ 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

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "time";
version = "1.4.0.2";
sha256 = "0p4ncankr9968lp4fnbq6pc5xwv2198gxhbds656da9jbv74w7j8";
version = "1.4.1";
sha256 = "04ndcp7m1a7mia4by15dqrwl5k0d2477x20s6xcrdb7in8w9ccvp";
buildDepends = [ deepseq ];
testDepends = [
Cabal deepseq QuickCheck testFramework testFrameworkQuickcheck2

View file

@ -1930,8 +1930,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_0_2 = callPackage ../development/libraries/haskell/time/1.4.0.2.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.
time = null;