summaryrefslogtreecommitdiffhomepage
path: root/src/lib/Xmobar/Commands.hs
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2018-11-25 03:40:55 +0000
committerjao <jao@gnu.org>2018-11-25 03:40:55 +0000
commit0691071716e6cfa6040044be0ca782771fe6104c (patch)
treea079186bc8e4f44933a9a4c49f11ac30fcd6762b /src/lib/Xmobar/Commands.hs
parentb909762b396932bf6d768c1f4beae5bbcb50f95a (diff)
downloadxmobar-0691071716e6cfa6040044be0ca782771fe6104c.tar.gz
xmobar-0691071716e6cfa6040044be0ca782771fe6104c.tar.bz2
Refactoring: Xmobar.System
Diffstat (limited to 'src/lib/Xmobar/Commands.hs')
-rw-r--r--src/lib/Xmobar/Commands.hs2
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