aboutsummaryrefslogtreecommitdiff
path: root/Utility/Daemon.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-11 15:29:56 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-11 15:39:51 -0400
commit3c12e914c799df12a297b6eeff3e60f7ab2bf39a (patch)
treee2cc2dacf1c51bd80103833b3e2efc6868c8a2e9 /Utility/Daemon.hs
parent0653cfa5a8454d90cfda396ac64fe2f237f6b5c9 (diff)
cleanup thanks to Utility.PID
Diffstat (limited to 'Utility/Daemon.hs')
-rw-r--r--Utility/Daemon.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/Daemon.hs b/Utility/Daemon.hs
index 970f26c3e..a3a8dbb51 100644
--- a/Utility/Daemon.hs
+++ b/Utility/Daemon.hs
@@ -20,7 +20,7 @@ import System.Posix
import Control.Concurrent.Async
#else
import System.PosixCompat.Types
-import System.Win32.Console (generateConsoleCtrlEvent, cTRL_C_EVENT
+import System.Win32.Console (generateConsoleCtrlEvent, cTRL_C_EVENT)
#endif
#ifndef mingw32_HOST_OS