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 9c92de0..93a9590 100644 --- a/src/lib/Xmobar/Commands.hs +++ b/src/lib/Xmobar/Commands.hs @@ -31,7 +31,7 @@ import System.Process import System.Exit import System.IO (hClose) -import Xmobar.Signal +import Xmobar.System.Signal import Xmobar.Utils (hGetLineSafe) class Show e => Exec e where |