Resolving dependencies... Downloading goa-3.0... Configuring goa-3.0... Building goa-3.0... Preprocessing library goa-3.0... GOA.hs:2:12: Warning: -fglasgow-exts is deprecated: Use individual extensions instead [1 of 1] Compiling GOA ( GOA.hs, dist/build/GOA.o ) GOA.hs:91:14: No instance for (C.Exception a1) arising from a use of ‘C.catch’ The type variable ‘a1’ is ambiguous Note: there are several potential instances: instance C.Exception C.NestedAtomically -- Defined in ‘Control.Exception.Base’ instance C.Exception C.NoMethodError -- Defined in ‘Control.Exception.Base’ instance C.Exception C.NonTermination -- Defined in ‘Control.Exception.Base’ ...plus 7 others In the expression: C.catch (do { x <- runInteractiveProcess "./lambdabot" args Nothing Nothing; return (Just x) }) (\ e -> do { putStrLn $ "Unable to start lambdabot: " ++ show e; return Nothing }) In a stmt of a 'do' block: if not b then do { putStrLn $ "No lambdabot binary found in: " ++ home; return Nothing } else C.catch (do { x <- runInteractiveProcess "./lambdabot" args Nothing Nothing; return (Just x) }) (\ e -> do { putStrLn $ "Unable to start lambdabot: " ++ show e; return Nothing }) In the second argument of ‘($)’, namely ‘do { b <- doesFileExist "./lambdabot"; home <- readIORef lambdabotHome; args' <- readIORef lambdabotFlags; let args | null args' = ... | otherwise = ...; .... }’ GOA.hs:95:65: No instance for (Show a1) arising from a use of ‘show’ The type variable ‘a1’ is ambiguous Relevant bindings include e :: a1 (bound at GOA.hs:94:19) Note: there are several potential instances: instance Show Data.Char.GeneralCategory -- Defined in ‘Data.Char’ instance Show Permissions -- Defined in ‘System.Directory’ instance Show time-1.4.2:Data.Time.Calendar.Days.Day -- Defined in ‘time-1.4.2:Data.Time.Calendar.Gregorian’ ...plus 52 others In the second argument of ‘(++)’, namely ‘show e’ In the second argument of ‘($)’, namely ‘"Unable to start lambdabot: " ++ show e’ In a stmt of a 'do' block: putStrLn $ "Unable to start lambdabot: " ++ show e GOA.hs:118:5: No instance for (C.Exception a0) arising from a use of ‘C.handle’ The type variable ‘a0’ is ambiguous Note: there are several potential instances: instance C.Exception C.NestedAtomically -- Defined in ‘Control.Exception.Base’ instance C.Exception C.NoMethodError -- Defined in ‘Control.Exception.Base’ instance C.Exception C.NonTermination -- Defined in ‘Control.Exception.Base’ ...plus 7 others In a stmt of a 'do' block: C.handle (\ e -> do { writeIORef state Nothing; return ["Unable to run lambdabot: " ++ show e] }) (case m of { Nothing -> return ["No lambdabot process"] Just (ST i o _ _) -> do { let s = ...; hPutStrLn i s >> hFlush i; result <- clean `fmap` getOutput o []; .... } }) In the expression: do { m <- readIORef state; C.handle (\ e -> do { writeIORef state Nothing; .... }) (case m of { Nothing -> return ["No lambdabot process"] Just (ST i o _ _) -> do { let ...; .... } }) } In an equation for ‘query’: query command args | null $ command ++ args = return [] | otherwise = do { m <- readIORef state; C.handle (\ e -> do { ... }) (case m of { Nothing -> return [...] Just (ST i o _ _) -> do { ... } }) } where clean x | "lambdabot> " `isPrefixOf` x = drop 11 x | otherwise = x GOA.hs:120:58: No instance for (Show a0) arising from a use of ‘show’ The type variable ‘a0’ is ambiguous Relevant bindings include e :: a0 (bound at GOA.hs:119:11) Note: there are several potential instances: instance Show Data.Char.GeneralCategory -- Defined in ‘Data.Char’ instance Show Permissions -- Defined in ‘System.Directory’ instance Show time-1.4.2:Data.Time.Calendar.Days.Day -- Defined in ‘time-1.4.2:Data.Time.Calendar.Gregorian’ ...plus 52 others In the second argument of ‘(++)’, namely ‘show e’ In the expression: "Unable to run lambdabot: " ++ show e In the first argument of ‘return’, namely ‘["Unable to run lambdabot: " ++ show e]’ Failed to install goa-3.0 cabal: Error: some packages failed to install: goa-3.0 failed during the building phase. The exception was: ExitFailure 1