From b9f1711f8a00176e15e215608fabe019900edc10 Mon Sep 17 00:00:00 2001 From: soul9 Date: Thu, 16 Aug 2012 22:45:33 +0300 Subject: Update src/Signal.hs Fix build failure: safeHead is needed even when dbus isn't. --- src/Signal.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Signal.hs b/src/Signal.hs index 3c341f9..a003859 100644 --- a/src/Signal.hs +++ b/src/Signal.hs @@ -26,9 +26,9 @@ import System.Posix.Signals #ifdef DBUS import DBus (IsVariant(..)) import Control.Monad ((>=>)) +#endif import Plugins.Utils (safeHead) -#endif data WakeUp = WakeUp deriving (Show,Typeable) instance Exception WakeUp -- cgit v1.2.3