diff options
author | jao <jao@gnu.org> | 2022-05-12 23:14:59 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-05-12 23:14:59 +0100 |
commit | 88017cacad159d826ea8a502e062da079f75e3a2 (patch) | |
tree | 81a35f53da0f5630bb59610736e07b96c6a8fd8a /xmobar.cabal | |
parent | ccffb16e0f254db3c07033fafed0d397f005b902 (diff) | |
download | xmobar-88017cacad159d826ea8a502e062da079f75e3a2.tar.gz xmobar-88017cacad159d826ea8a502e062da079f75e3a2.tar.bz2 |
Remove the now useless -DUTF8 flag
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index e8520f1..e01bebd 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -1,5 +1,5 @@ name: xmobar -version: 0.43 +version: 0.44 homepage: https://github.com/jaor/xmobar synopsis: A Minimalistic Text Based Status Bar description: Xmobar is a minimalistic text based status bar. @@ -183,8 +183,6 @@ library ghc-options: -funbox-strict-fields -Wall -fno-warn-unused-do-bind - cpp-options: -DUTF8 - build-depends: X11 >= 1.6.1, aeson >= 1.4.7.1, |