Signed-off-by: Klaus Aehlig <[email protected]>
---
src/Ganeti/JQueue.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Ganeti/JQueue.hs b/src/Ganeti/JQueue.hs
index 4504720..aa48ec8 100644
--- a/src/Ganeti/JQueue.hs
+++ b/src/Ganeti/JQueue.hs
@@ -68,7 +68,7 @@ module Ganeti.JQueue
, archiveJobs
) where
-import Control.Applicative (liftA2, (<|>))
+import Control.Applicative (liftA2, (<|>), (<$>))
import Control.Arrow (first, second)
import Control.Concurrent (forkIO)
import Control.Concurrent.MVar
--
1.9.1.423.g4596e3a