diff options
author | jao <jao@gnu.org> | 2018-07-12 01:11:44 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-07-12 01:17:17 +0100 |
commit | 11fa52601bc486b110252b7c6aa22bae2bafbd86 (patch) | |
tree | 6c1086cf2c0d0cc96de7c4f5bb3ebbdd4d7aaf1c /xmobar.cabal | |
parent | ce35a8a8be4223a33d3538a3b1119995859e4e78 (diff) | |
download | xmobar-11fa52601bc486b110252b7c6aa22bae2bafbd86.tar.gz xmobar-11fa52601bc486b110252b7c6aa22bae2bafbd86.tar.bz2 |
Version 0.270.27
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 5392b72..7c08610 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -46,7 +46,7 @@ test-suite XmobarTest Plugins.Monitors.Uptime, Plugins.Monitors.Bright, Plugins.Monitors.CatInt build-depends: - base >= 4.9.1.0, + base >= 4.9.1.0 && < 4.12, hspec == 2.*, containers, regex-compat, @@ -159,7 +159,7 @@ executable xmobar extra-libraries: Xrandr Xrender build-depends: - base >= 4.9.1.0, + base >= 4.9.1.0 && < 4.12, containers, regex-compat, process, |