diff options
Diffstat (limited to 'src/lib/Xmobar/Commands.hs')
-rw-r--r-- | src/lib/Xmobar/Commands.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Xmobar/Commands.hs b/src/lib/Xmobar/Commands.hs index ececdd9..9c92de0 100644 --- a/src/lib/Xmobar/Commands.hs +++ b/src/lib/Xmobar/Commands.hs @@ -32,7 +32,7 @@ import System.Exit import System.IO (hClose) import Xmobar.Signal -import Xmobar.XUtil +import Xmobar.Utils (hGetLineSafe) class Show e => Exec e where alias :: e -> String |