haskell-unix-time: update to version 0.3.4

This commit is contained in:
Peter Simons 2014-10-13 13:03:48 +02:00
parent c16707c306
commit 4190bc1721

View File

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "unix-time";
version = "0.3.3";
sha256 = "018wpr5d2kjv8syj97664sqh1v7ws1780qmlfxvrakj86z9k5i8x";
version = "0.3.4";
sha256 = "1bni03bzayg3vwj6mwcl4z41zixv8nida8jc3vkv41fr7mzb24g5";
buildDepends = [ binary ];
testDepends = [ doctest hspec QuickCheck time ];
meta = {