summaryrefslogtreecommitdiffhomepage
path: root/xmobar.cabal
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2020-06-26 23:45:47 +0100
committerjao <jao@gnu.org>2020-06-26 23:45:47 +0100
commitf0795239ddad9b58ef832b91efb43620a909f7a0 (patch)
treec38dfbe288de10fb9a798f58f7c74d51fd9dd8e9 /xmobar.cabal
parent5c1376f312ea560cd982e334d7af5e8955ec5e12 (diff)
downloadxmobar-f0795239ddad9b58ef832b91efb43620a909f7a0.tar.gz
xmobar-f0795239ddad9b58ef832b91efb43620a909f7a0.tar.bz2
Drop support for GHC < 8.4 (fixes issue #461)0.35.1
Diffstat (limited to 'xmobar.cabal')
-rw-r--r--xmobar.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmobar.cabal b/xmobar.cabal
index 80f7020..4fee00e 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -1,5 +1,5 @@
name: xmobar
-version: 0.36
+version: 0.35.1
homepage: http://xmobar.org
synopsis: A Minimalistic Text Based Status Bar
description: Xmobar is a minimalistic text based status bar.
@@ -166,7 +166,7 @@ library
ghc-options: -funbox-strict-fields -Wall -fno-warn-unused-do-bind
build-depends:
- base >= 4.9.1.0 && < 4.15,
+ base >= 4.11.0 && < 4.15,
containers,
regex-compat,
process,