diff options
author | Peter Simons <simons@cryp.to> | 2020-06-19 21:45:04 +0200 |
---|---|---|
committer | jao <jao@gnu.org> | 2020-06-19 22:14:40 +0100 |
commit | fc70c4f16a0e2c3f209c074d60ef98c1300ef28f (patch) | |
tree | 9302cf65a7508e5356cf0110ac8a1828f2b2d403 /xmobar.cabal | |
parent | 438a19d8759f4367f4bb2e24a31f1918332d82b1 (diff) | |
download | xmobar-fc70c4f16a0e2c3f209c074d60ef98c1300ef28f.tar.gz xmobar-fc70c4f16a0e2c3f209c074d60ef98c1300ef28f.tar.bz2 |
Allow building with timezone-olson-0.2.0
Fixes https://github.com/jaor/xmobar/issues/463.
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
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 |