diff options
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, |