haskell-time: update to version 1.4.1
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
})
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user