From cce1205c4915384746ba9347974c9501a01b395a Mon Sep 17 00:00:00 2001 From: Dino Morelli Date: Sun, 25 Oct 2020 10:16:21 -0400 Subject: Fix for broken DateZone monitor There's a longstanding bug in timezone-olson that causes it to fail to read some zoneinfo files (but not all, oddly). This was resolved in timezone-olson-0.2.0 which can be built against by using a later Stackage snapshot than master currently points to. This fix pushes the snapshot up to lts-16.0 and also modifies the cabal version range for timezone-olson to set 0.2.0 as the minimum. --- xmobar.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmobar.cabal') diff --git a/xmobar.cabal b/xmobar.cabal index 0068451..92f257b 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 && < 0.3, timezone-series == 0.1.* + build-depends: timezone-olson >= 0.2 && < 0.3, timezone-series == 0.1.* other-modules: Xmobar.Plugins.DateZone cpp-options: -DDATEZONE -- cgit v1.2.3