haskell-timezone-olson: update to version 0.1.3

This commit is contained in:
Peter Simons 2014-02-17 12:49:02 +01:00
parent 9e15812d40
commit be4b35eb15

View File

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