haskell-unix-time: update to version 0.1.10

This commit is contained in:
Peter Simons 2013-07-23 10:51:57 +02:00
parent cf4c6a6949
commit 57844acb42

View File

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