3
0
Fork 0
forked from mirrors/nixpkgs

haskell-unix-time: update to version 0.2.0

This commit is contained in:
Peter Simons 2013-08-02 16:19:51 +02:00
parent 02db4b9f70
commit 1d06592025

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "unix-time";
version = "0.1.10";
sha256 = "0z8i02j295fi0y512bwhxfk2dr2s4i0xlgi80pnq680zdrahgwlf";
version = "0.2.0";
sha256 = "1gmchi6crbd3lpnw1j0zaaj7y0gib8dbqd8ip2s5p3f50qqlsxj8";
testDepends = [ doctest hspec QuickCheck time ];
meta = {
description = "Unix time parser/formatter and utilities";