diff options
author | Zev Weiss <zev@bewilderbeest.net> | 2020-04-02 02:11:29 -0500 |
---|---|---|
committer | jao <jao@gnu.org> | 2020-04-12 01:29:01 +0100 |
commit | dcbbf50dd474d8ea2822a31ed2c8affad828d8d1 (patch) | |
tree | 3a65ed3523e8d99accca93525945f59d53f5d53a | |
parent | 6e7b0cf99bab8329fe898addaf9497e3c56a5010 (diff) | |
download | xmobar-dcbbf50dd474d8ea2822a31ed2c8affad828d8d1.tar.gz xmobar-dcbbf50dd474d8ea2822a31ed2c8affad828d8d1.tar.bz2 |
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.
-rw-r--r-- | xmobar.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
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, |