From dcbbf50dd474d8ea2822a31ed2c8affad828d8d1 Mon Sep 17 00:00:00 2001 From: Zev Weiss Date: Thu, 2 Apr 2020 02:11:29 -0500 Subject: Require bytestring >= 0.10.8.2. Version 0.10.8.1 contains a bug in the readFile function that misbehaves on things like magic procfs files where stat(2) returns an st_size of zero, which breaks the Net monitor and such; 0.10.8.2 contains the fix. --- xmobar.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmobar.cabal b/xmobar.cabal index d3b37c5..503874d 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -169,7 +169,7 @@ library regex-compat, process, old-locale, - bytestring, + bytestring >= 0.10.8.2, directory, unix, time, -- cgit v1.2.3