haskellPackages.timezoneOlson: Update to 0.1.4

This commit is contained in:
Oliver Charles 2014-03-20 15:14:05 +00:00
parent 29dae7ef33
commit bb09cfc2fc

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "timezone-olson";
version = "0.1.3";
sha256 = "02x3wq03h2zjhxrcv6vnq9hrzggdvpnj7zj8rcrq4scf67q6h8gc";
version = "0.1.4";
sha256 = "1l5j6gqi9vlx7sifn7vv3by4z9ha3h6klfds4ywqv3dv0gh5725k";
buildDepends = [ binary extensibleExceptions time timezoneSeries ];
meta = {
homepage = "http://projects.haskell.org/time-ng/";