diff options
author | jao <jao@gnu.org> | 2023-11-11 23:12:45 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2023-11-11 23:12:45 +0000 |
commit | 220f953b06e2f98a02a4ca1b1db0e36a27e446b9 (patch) | |
tree | 138380f1ca071892b2ddd8cb342bc2ad45238146 /src/Xmobar/Plugins/EWMH.hs | |
parent | d6b30837621abb8edacc9733d3e080393e35d5c1 (diff) | |
download | xmobar-220f953b06e2f98a02a4ca1b1db0e36a27e446b9.tar.gz xmobar-220f953b06e2f98a02a4ca1b1db0e36a27e446b9.tar.bz2 |
compatibility with GHC 9.6
Diffstat (limited to 'src/Xmobar/Plugins/EWMH.hs')
-rw-r--r-- | src/Xmobar/Plugins/EWMH.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Xmobar/Plugins/EWMH.hs b/src/Xmobar/Plugins/EWMH.hs index 94fd7d7..78f1cc0 100644 --- a/src/Xmobar/Plugins/EWMH.hs +++ b/src/Xmobar/Plugins/EWMH.hs @@ -19,6 +19,7 @@ module Xmobar.Plugins.EWMH (EWMH(..)) where import Control.Applicative (Applicative(..)) import Control.Monad.State +import Control.Monad import Control.Monad.Reader import Graphics.X11 hiding (Modifier, Color) import Graphics.X11.Xlib.Extras |