From fc70c4f16a0e2c3f209c074d60ef98c1300ef28f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 19 Jun 2020 21:45:04 +0200 Subject: Allow building with timezone-olson-0.2.0 Fixes https://github.com/jaor/xmobar/issues/463. --- xmobar.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmobar.cabal b/xmobar.cabal index 44e1732..faedf51 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -242,7 +242,7 @@ library cpp-options: -DALSA if flag(with_datezone) || flag(all_extensions) - build-depends: timezone-olson == 0.1.*, timezone-series == 0.1.* + build-depends: timezone-olson >= 0.1 && < 0.3, timezone-series == 0.1.* other-modules: Xmobar.Plugins.DateZone cpp-options: -DDATEZONE -- cgit v1.2.3