summaryrefslogtreecommitdiffhomepage
path: root/xmobar.cabal
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2018-07-10 16:21:26 +0100
committerjao <jao@gnu.org>2018-07-10 16:23:11 +0100
commita2365debfaba478042184f5831675d1b08172cc7 (patch)
treeabb4b37777ab965303b0a4a974d5dea9956af9d8 /xmobar.cabal
parent741b803b943430a262ec36658b13830733e17b48 (diff)
downloadxmobar-a2365debfaba478042184f5831675d1b08172cc7.tar.gz
xmobar-a2365debfaba478042184f5831675d1b08172cc7.tar.bz2
New configuration parameter `textOffsets` (fixes #311)
Diffstat (limited to 'xmobar.cabal')
-rw-r--r--xmobar.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmobar.cabal b/xmobar.cabal
index a9523b8..92dd44f 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -61,6 +61,7 @@ test-suite XmobarTest
X11 >= 1.6.1,
mtl >= 2.1 && < 2.3,
parsec == 3.1.*,
+ parsec-numbers == 0.1.0,
stm >= 2.3 && < 2.5
source-repository head
@@ -172,6 +173,7 @@ executable xmobar
X11 >= 1.6.1,
mtl >= 2.1 && < 2.3,
parsec == 3.1.*,
+ parsec-numbers >= 0.1.0,
stm >= 2.3 && < 2.5
if flag(with_threaded)