haskell-unix-time: update to version 0.1.9

This commit is contained in:
Peter Simons 2013-07-01 11:04:05 +02:00
parent edc1b8d14a
commit 435eab8d23

View file

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