Build #3 for tersmu-0.2
| Package | tersmu-0.2 |
|---|
| Install | BuildFailed |
|---|---|
| Docs | NotTried |
| Tests | NotTried |
| Time submitted | 2015-11-25 08:22:39.705536 UTC |
|---|---|
| Compiler | ghc-7.10.2 |
| OS | linux |
| Arch | x86_64 |
| Dependencies | transformers-0.4.2.0, syb-0.6, process-1.2.3.0, mtl-2.2.1, containers-0.5.6.2, base-4.8.1.0 |
| Flags | -ircbot |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies...
Configuring mtl-2.2.1...
Building mtl-2.2.1...
Preprocessing library mtl-2.2.1...
[ 1 of 22] Compiling Control.Monad.Writer.Class ( Control/Monad/Writer/Class.hs, dist/build/Control/Monad/Writer/Class.o )
[ 2 of 22] Compiling Control.Monad.State.Class ( Control/Monad/State/Class.hs, dist/build/Control/Monad/State/Class.o )
[ 3 of 22] Compiling Control.Monad.Reader.Class ( Control/Monad/Reader/Class.hs, dist/build/Control/Monad/Reader/Class.o )
[ 4 of 22] Compiling Control.Monad.RWS.Class ( Control/Monad/RWS/Class.hs, dist/build/Control/Monad/RWS/Class.o )
[ 5 of 22] Compiling Control.Monad.Identity ( Control/Monad/Identity.hs, dist/build/Control/Monad/Identity.o )
[ 6 of 22] Compiling Control.Monad.Error.Class ( Control/Monad/Error/Class.hs, dist/build/Control/Monad/Error/Class.o )
[ 7 of 22] Compiling Control.Monad.Cont.Class ( Control/Monad/Cont/Class.hs, dist/build/Control/Monad/Cont/Class.o )
[ 8 of 22] Compiling Control.Monad.Trans ( Control/Monad/Trans.hs, dist/build/Control/Monad/Trans.o )
[ 9 of 22] Compiling Control.Monad.Error ( Control/Monad/Error.hs, dist/build/Control/Monad/Error.o )
[10 of 22] Compiling Control.Monad.Except ( Control/Monad/Except.hs, dist/build/Control/Monad/Except.o )
[11 of 22] Compiling Control.Monad.List ( Control/Monad/List.hs, dist/build/Control/Monad/List.o )
[12 of 22] Compiling Control.Monad.RWS.Lazy ( Control/Monad/RWS/Lazy.hs, dist/build/Control/Monad/RWS/Lazy.o )
[13 of 22] Compiling Control.Monad.RWS ( Control/Monad/RWS.hs, dist/build/Control/Monad/RWS.o )
[14 of 22] Compiling Control.Monad.Reader ( Control/Monad/Reader.hs, dist/build/Control/Monad/Reader.o )
[15 of 22] Compiling Control.Monad.RWS.Strict ( Control/Monad/RWS/Strict.hs, dist/build/Control/Monad/RWS/Strict.o )
[16 of 22] Compiling Control.Monad.State.Lazy ( Control/Monad/State/Lazy.hs, dist/build/Control/Monad/State/Lazy.o )
[17 of 22] Compiling Control.Monad.State ( Control/Monad/State.hs, dist/build/Control/Monad/State.o )
[18 of 22] Compiling Control.Monad.State.Strict ( Control/Monad/State/Strict.hs, dist/build/Control/Monad/State/Strict.o )
[19 of 22] Compiling Control.Monad.Writer.Lazy ( Control/Monad/Writer/Lazy.hs, dist/build/Control/Monad/Writer/Lazy.o )
[20 of 22] Compiling Control.Monad.Writer ( Control/Monad/Writer.hs, dist/build/Control/Monad/Writer.o )
[21 of 22] Compiling Control.Monad.Writer.Strict ( Control/Monad/Writer/Strict.hs, dist/build/Control/Monad/Writer/Strict.o )
[22 of 22] Compiling Control.Monad.Cont ( Control/Monad/Cont.hs, dist/build/Control/Monad/Cont.o )
In-place registering mtl-2.2.1...
Running Haddock for mtl-2.2.1...
Running hscolour for mtl-2.2.1...
Preprocessing library mtl-2.2.1...
Preprocessing library mtl-2.2.1...
Haddock coverage:
75% ( 3 / 4) in 'Control.Monad.Writer.Class'
Missing documentation for:
MonadWriter (Control/Monad/Writer/Class.hs:62)
100% ( 5 / 5) in 'Control.Monad.State.Class'
100% ( 3 / 3) in 'Control.Monad.Reader.Class'
80% ( 4 / 5) in 'Control.Monad.RWS.Class'
Missing documentation for:
MonadRWS (Control/Monad/RWS/Class.hs:44)
100% ( 4 / 4) in 'Control.Monad.Identity'
100% ( 3 / 3) in 'Control.Monad.Error.Class'
50% ( 1 / 2) in 'Control.Monad.Cont.Class'
Missing documentation for:
MonadCont (Control/Monad/Cont/Class.hs:73)
100% ( 3 / 3) in 'Control.Monad.Trans'
93% ( 14 / 15) in 'Control.Monad.Error'
Missing documentation for:
runErrorT
100% ( 19 / 19) in 'Control.Monad.Except'
100% ( 5 / 5) in 'Control.Monad.List'
95% ( 21 / 22) in 'Control.Monad.RWS.Lazy'
Missing documentation for:
runRWST
100% ( 2 / 2) in 'Control.Monad.RWS'
96% ( 22 / 23) in 'Control.Monad.Reader'
Missing documentation for:
runReaderT
95% ( 21 / 22) in 'Control.Monad.RWS.Strict'
Missing documentation for:
runRWST
96% ( 24 / 25) in 'Control.Monad.State.Lazy'
Missing documentation for:
runStateT
100% ( 2 / 2) in 'Control.Monad.State'
96% ( 24 / 25) in 'Control.Monad.State.Strict'
Missing documentation for:
runStateT
89% ( 17 / 19) in 'Control.Monad.Writer.Lazy'
Missing documentation for:
MonadWriter (Control/Monad/Writer/Class.hs:62)
runWriterT
100% ( 2 / 2) in 'Control.Monad.Writer'
94% ( 17 / 18) in 'Control.Monad.Writer.Strict'
Missing documentation for:
MonadWriter (Control/Monad/Writer/Class.hs:62)
91% ( 20 / 22) in 'Control.Monad.Cont'
Missing documentation for:
MonadCont (Control/Monad/Cont/Class.hs:73)
runContT
Documentation created: dist/doc/html/mtl/index.html, dist/doc/html/mtl/mtl.txt
Creating package registration file: /tmp/pkgConf-mtl-2.2278722862233665123.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/mtl-2.2.1-KMpng31YRYc5JfMWFZ3FCU
Registering mtl-2.2.1...
Installed mtl-2.2.1
Configuring syb-0.6...
Building syb-0.6...
Preprocessing library syb-0.6...
[ 1 of 16] Compiling Data.Generics.Basics ( src/Data/Generics/Basics.hs, dist/build/Data/Generics/Basics.o )
[ 2 of 16] Compiling Generics.SYB.Basics ( src/Generics/SYB/Basics.hs, dist/build/Generics/SYB/Basics.o )
[ 3 of 16] Compiling Data.Generics.Instances ( src/Data/Generics/Instances.hs, dist/build/Data/Generics/Instances.o )
[ 4 of 16] Compiling Generics.SYB.Instances ( src/Generics/SYB/Instances.hs, dist/build/Generics/SYB/Instances.o )
[ 5 of 16] Compiling Data.Generics.Aliases ( src/Data/Generics/Aliases.hs, dist/build/Data/Generics/Aliases.o )
[ 6 of 16] Compiling Data.Generics.Schemes ( src/Data/Generics/Schemes.hs, dist/build/Data/Generics/Schemes.o )
[ 7 of 16] Compiling Generics.SYB.Schemes ( src/Generics/SYB/Schemes.hs, dist/build/Generics/SYB/Schemes.o )
[ 8 of 16] Compiling Data.Generics.Text ( src/Data/Generics/Text.hs, dist/build/Data/Generics/Text.o )
[ 9 of 16] Compiling Generics.SYB.Text ( src/Generics/SYB/Text.hs, dist/build/Generics/SYB/Text.o )
[10 of 16] Compiling Data.Generics.Twins ( src/Data/Generics/Twins.hs, dist/build/Data/Generics/Twins.o )
[11 of 16] Compiling Generics.SYB.Twins ( src/Generics/SYB/Twins.hs, dist/build/Generics/SYB/Twins.o )
[12 of 16] Compiling Data.Generics.Builders ( src/Data/Generics/Builders.hs, dist/build/Data/Generics/Builders.o )
[13 of 16] Compiling Generics.SYB.Builders ( src/Generics/SYB/Builders.hs, dist/build/Generics/SYB/Builders.o )
[14 of 16] Compiling Generics.SYB.Aliases ( src/Generics/SYB/Aliases.hs, dist/build/Generics/SYB/Aliases.o )
[15 of 16] Compiling Data.Generics ( src/Data/Generics.hs, dist/build/Data/Generics.o )
[16 of 16] Compiling Generics.SYB ( src/Generics/SYB.hs, dist/build/Generics/SYB.o )
In-place registering syb-0.6...
Running Haddock for syb-0.6...
Running hscolour for syb-0.6...
Preprocessing library syb-0.6...
Preprocessing library syb-0.6...
Haddock coverage:
100% ( 2 / 2) in 'Data.Generics.Basics'
100% ( 2 / 2) in 'Generics.SYB.Basics'
100% ( 1 / 1) in 'Data.Generics.Instances'
100% ( 1 / 1) in 'Generics.SYB.Instances'
96% ( 43 / 45) in 'Data.Generics.Aliases'
Missing documentation for:
GenericQ' (src/Data/Generics/Aliases.hs:268)
GenericM' (src/Data/Generics/Aliases.hs:269)
100% ( 19 / 19) in 'Data.Generics.Schemes'
100% ( 2 / 2) in 'Generics.SYB.Schemes'
100% ( 6 / 6) in 'Data.Generics.Text'
100% ( 2 / 2) in 'Generics.SYB.Text'
100% ( 17 / 17) in 'Data.Generics.Twins'
100% ( 2 / 2) in 'Generics.SYB.Twins'
100% ( 3 / 3) in 'Data.Generics.Builders'
100% ( 2 / 2) in 'Generics.SYB.Builders'
100% ( 2 / 2) in 'Generics.SYB.Aliases'
100% ( 8 / 8) in 'Data.Generics'
100% ( 2 / 2) in 'Generics.SYB'
Documentation created: dist/doc/html/syb/index.html, dist/doc/html/syb/syb.txt
Creating package registration file: /tmp/pkgConf-syb-0711645630195740084.6
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/syb-0.6-2wX6OHAY1mu1En8Oic6xKR
Registering syb-0.6...
Installed syb-0.6
Configuring tersmu-0.2...
Building tersmu-0.2...
Preprocessing executable 'tersmu' for tersmu-0.2...
[ 1 of 16] Compiling Pappy.Pos ( Pappy/Pos.hs, dist/build/tersmu/tersmu-tmp/Pappy/Pos.o )
Pappy/Pos.hs:9:1: Warning: Tab character
Pappy/Pos.hs:9:24: Warning: Tab character
Pappy/Pos.hs:10:1: Warning: Tab character
Pappy/Pos.hs:10:24: Warning: Tab character
Pappy/Pos.hs:11:1: Warning: Tab character
Pappy/Pos.hs:11:23: Warning: Tab character
Pappy/Pos.hs:12:1: Warning: Tab character
Pappy/Pos.hs:18:1: Warning: Tab character
Pappy/Pos.hs:19:1: Warning: Tab character
Pappy/Pos.hs:20:1: Warning: Tab character
Pappy/Pos.hs:24:1: Warning: Tab character
Pappy/Pos.hs:25:1: Warning: Tab character
Pappy/Pos.hs:29:1: Warning: Tab character
Pappy/Pos.hs:30:1: Warning: Tab character
Pappy/Pos.hs:34:1: Warning: Tab character
Pappy/Pos.hs:42:1: Warning: Tab character
Pappy/Pos.hs:43:1: Warning: Tab character
Pappy/Pos.hs:43:13: Warning: Tab character
Pappy/Pos.hs:44:1: Warning: Tab character
Pappy/Pos.hs:45:1: Warning: Tab character
Pappy/Pos.hs:46:1: Warning: Tab character
[ 2 of 16] Compiling Pappy.Basic ( Pappy/Basic.hs, dist/build/tersmu/tersmu-tmp/Pappy/Basic.o )
Pappy/Basic.hs:13:1: Warning: Tab character
Pappy/Basic.hs:14:4: Warning: Tab character
Pappy/Basic.hs:18:1: Warning: Tab character
Pappy/Basic.hs:18:33: Warning: Tab character
Pappy/Basic.hs:19:1: Warning: Tab character
Pappy/Basic.hs:19:36: Warning: Tab character
Pappy/Basic.hs:20:1: Warning: Tab character
Pappy/Basic.hs:23:1: Warning: Tab character
Pappy/Basic.hs:30:1: Warning: Tab character
Pappy/Basic.hs:31:1: Warning: Tab character
Pappy/Basic.hs:32:1: Warning: Tab character
Pappy/Basic.hs:41:1: Warning: Tab character
Pappy/Basic.hs:41:45: Warning: Tab character
Pappy/Basic.hs:42:1: Warning: Tab character
Pappy/Basic.hs:42:45: Warning: Tab character
Pappy/Basic.hs:45:1: Warning: Tab character
Pappy/Basic.hs:45:44: Warning: Tab character
Pappy/Basic.hs:46:1: Warning: Tab character
Pappy/Basic.hs:46:44: Warning: Tab character
Pappy/Basic.hs:47:1: Warning: Tab character
Pappy/Basic.hs:47:45: Warning: Tab character
Pappy/Basic.hs:48:1: Warning: Tab character
Pappy/Basic.hs:48:45: Warning: Tab character
Pappy/Basic.hs:50:1: Warning: Tab character
Pappy/Basic.hs:51:1: Warning: Tab character
Pappy/Basic.hs:52:1: Warning: Tab character
Pappy/Basic.hs:56:1: Warning: Tab character
Pappy/Basic.hs:57:1: Warning: Tab character
Pappy/Basic.hs:58:1: Warning: Tab character
Pappy/Basic.hs:59:1: Warning: Tab character
Pappy/Basic.hs:60:1: Warning: Tab character
Pappy/Basic.hs:61:1: Warning: Tab character
Pappy/Basic.hs:62:1: Warning: Tab character
Pappy/Basic.hs:63:1: Warning: Tab character
Pappy/Basic.hs:65:1: Warning: Tab character
Pappy/Basic.hs:66:1: Warning: Tab character
Pappy/Basic.hs:67:1: Warning: Tab character
Pappy/Basic.hs:68:1: Warning: Tab character
Pappy/Basic.hs:69:1: Warning: Tab character
Pappy/Basic.hs:70:1: Warning: Tab character
Pappy/Basic.hs:71:1: Warning: Tab character
Pappy/Basic.hs:72:1: Warning: Tab character
Pappy/Basic.hs:73:1: Warning: Tab character
Pappy/Basic.hs:75:1: Warning: Tab character
Pappy/Basic.hs:76:1: Warning: Tab character
Pappy/Basic.hs:77:1: Warning: Tab character
Pappy/Basic.hs:78:1: Warning: Tab character
[ 3 of 16] Compiling Pappy.Parse ( Pappy/Parse.hs, dist/build/tersmu/tersmu-tmp/Pappy/Parse.o )
Pappy/Parse.hs:26:10:
Could not deduce (Applicative (Parser d))
arising from the superclasses of an instance declaration
from the context (Derivs d)
bound by the instance declaration at Pappy/Parse.hs:26:10-37
In the instance declaration for ‘Monad (Parser d)’
Pappy/Parse.hs:51:24:
Could not deduce (Applicative (Parser d))
arising from a do statement
from the context (Derivs d)
bound by the instance declaration at Pappy/Parse.hs:50:10-39
In a stmt of a 'do' block: r <- action
In the expression:
do { r <- action;
return (f r) }
In an equation for ‘fmap’:
fmap f action
= do { r <- action;
return (f r) }
Pappy/Parse.hs:103:18:
Could not deduce (Applicative (Parser d))
arising from a do statement
from the context (Derivs d)
bound by the type signature for
optional :: Derivs d => Parser d v -> Parser d (Maybe v)
at Pappy/Parse.hs:102:13-56
In a stmt of a 'do' block: v <- p
In the first argument of ‘(</>)’, namely
‘(do { v <- p;
return (Just v) })’
In the expression:
(do { v <- p;
return (Just v) })
</> return Nothing
Pappy/Parse.hs:114:16:
Could not deduce (Applicative (Parser d))
arising from a do statement
from the context (Derivs d)
bound by the type signature for
many :: Derivs d => Parser d v -> Parser d [v]
at Pappy/Parse.hs:113:9-46
In a stmt of a 'do' block: v <- p
In the first argument of ‘(</>)’, namely
‘(do { v <- p;
vs <- many p;
return (v : vs) })’
In the expression:
(do { v <- p;
vs <- many p;
return (v : vs) })
</> return []
Pappy/Parse.hs:122:16:
Could not deduce (Applicative (Parser d))
arising from a do statement
from the context (Derivs d)
bound by the type signature for
many1 :: Derivs d => Parser d v -> Parser d [v]
at Pappy/Parse.hs:121:10-47
In a stmt of a 'do' block: v <- p
In the expression:
do { v <- p;
vs <- many p;
return (v : vs) }
In an equation for ‘many1’:
many1 p
= do { v <- p;
vs <- many p;
return (v : vs) }
Pappy/Parse.hs:129:20:
Could not deduce (Applicative (Parser d))
arising from a do statement
from the context (Derivs d)
bound by the type signature for
sepBy1 :: Derivs d => Parser d v -> Parser d vsep -> Parser d [v]
at Pappy/Parse.hs:128:11-65
In a stmt of a 'do' block: v <- p
In the expression:
do { v <- p;
vs <- many
(do { psep;
p });
return (v : vs) }
In an equation for ‘sepBy1’:
sepBy1 p psep
= do { v <- p;
vs <- many
(do { psep;
p });
return (v : vs) }
Pappy/Parse.hs:136:34:
Could not deduce (Applicative (Parser d))
arising from a use of ‘return’
from the context (Derivs d)
bound by the type signature for
sepBy :: Derivs d => Parser d v -> Parser d vsep -> Parser d [v]
at Pappy/Parse.hs:135:10-64
In the second argument of ‘(</>)’, namely ‘return []’
In the expression: sepBy1 p psep </> return []
In an equation for ‘sepBy’:
sepBy p psep = sepBy1 p psep </> return []
Pappy/Parse.hs:140:27:
Could not deduce (Applicative (Parser d))
arising from a do statement
from the context (Derivs d)
bound by the type signature for
endBy :: Derivs d => Parser d v -> Parser d vend -> Parser d [v]
at Pappy/Parse.hs:139:10-64
In a stmt of a 'do' block: v <- p
In the first argument of ‘many’, namely
‘(do { v <- p;
pend;
return v })’
In the expression:
many
(do { v <- p;
pend;
return v })
Pappy/Parse.hs:144:29:
Could not deduce (Applicative (Parser d))
arising from a do statement
from the context (Derivs d)
bound by the type signature for
endBy1 :: Derivs d => Parser d v -> Parser d vend -> Parser d [v]
at Pappy/Parse.hs:143:11-65
In a stmt of a 'do' block: v <- p
In the first argument of ‘many1’, namely
‘(do { v <- p;
pend;
return v })’
In the expression:
many1
(do { v <- p;
pend;
return v })
Pappy/Parse.hs:152:23:
Could not deduce (Applicative (Parser d))
arising from a do statement
from the context (Derivs d)
bound by the type signature for
sepEndBy1 :: Derivs d =>
Parser d v -> Parser d vsep -> Parser d [v]
at Pappy/Parse.hs:151:14-68
In a stmt of a 'do' block: v <- sepBy1 p psep
In the expression:
do { v <- sepBy1 p psep;
optional psep;
return v }
In an equation for ‘sepEndBy1’:
sepEndBy1 p psep
= do { v <- sepBy1 p psep;
optional psep;
return v }
Pappy/Parse.hs:156:22:
Could not deduce (Applicative (Parser d))
arising from a do statement
from the context (Derivs d)
bound by the type signature for
sepEndBy :: Derivs d => Parser d v -> Parser d vsep -> Parser d [v]
at Pappy/Parse.hs:155:13-67
In a stmt of a 'do' block: v <- sepBy p psep
In the expression:
do { v <- sepBy p psep;
optional psep;
return v }
In an equation for ‘sepEndBy’:
sepEndBy p psep
= do { v <- sepBy p psep;
optional psep;
return v }
Pappy/Parse.hs:164:29:
Could not deduce (Applicative (Parser d))
arising from a do statement
from the context (Derivs d)
bound by the type signature for
chainl1 :: Derivs d =>
Parser d v -> Parser d (v -> v -> v) -> Parser d v
at Pappy/Parse.hs:162:12-69
In a stmt of a 'do' block: f <- psep
In the first argument of ‘(</>)’, namely
‘(do { f <- psep;
v <- p;
psuffix (f z v) })’
In the expression:
(do { f <- psep;
v <- p;
psuffix (f z v) })
</> return z
Pappy/Parse.hs:168:15:
Could not deduce (Applicative (Parser d))
arising from a do statement
from the context (Derivs d)
bound by the type signature for
chainl1 :: Derivs d =>
Parser d v -> Parser d (v -> v -> v) -> Parser d v
at Pappy/Parse.hs:162:12-69
In a stmt of a 'do' block: v <- p
In the expression:
do { v <- p;
psuffix v }
In the expression:
let
psuffix z
= (do { f <- psep;
.... })
</> return z
in
do { v <- p;
psuffix v }
Pappy/Parse.hs:173:38:
Could not deduce (Applicative (Parser d))
arising from a use of ‘return’
from the context (Derivs d)
bound by the type signature for
chainl :: Derivs d =>
Parser d v -> Parser d (v -> v -> v) -> v -> Parser d v
at Pappy/Parse.hs:172:11-73
In the second argument of ‘(</>)’, namely ‘return z’
In the expression: chainl1 p psep </> return z
In an equation for ‘chainl’:
chainl p psep z = chainl1 p psep </> return z
Pappy/Parse.hs:178:22:
Could not deduce (Applicative (Parser d))
arising from a do statement
from the context (Derivs d)
bound by the type signature for
chainr1 :: Derivs d =>
Parser d v -> Parser d (v -> v -> v) -> Parser d v
at Pappy/Parse.hs:177:12-69
In a stmt of a 'do' block: v <- p
In the first argument of ‘(</>)’, namely
‘(do { v <- p;
f <- psep;
w <- chainr1 p psep;
return (f v w) })’
In the expression:
(do { v <- p;
f <- psep;
w <- chainr1 p psep;
return (f v w) })
</> p
Pappy/Parse.hs:186:38:
Could not deduce (Applicative (Parser d))
arising from a use of ‘return’
from the context (Derivs d)
bound by the type signature for
chainr :: Derivs d =>
Parser d v -> Parser d (v -> v -> v) -> v -> Parser d v
at Pappy/Parse.hs:185:11-73
In the second argument of ‘(</>)’, namely ‘return z’
In the expression: chainr1 p psep </> return z
In an equation for ‘chainr’:
chainr p psep z = chainr1 p psep </> return z
Pappy/Parse.hs:223:18:
Could not deduce (Applicative (Parser d))
arising from a use of ‘fail’
from the context (Derivs d)
bound by the type signature for
unexpected :: Derivs d => String -> Parser d v
at Pappy/Parse.hs:222:15-46
In the expression: fail ("unexpected " ++ str)
In an equation for ‘unexpected’:
unexpected str = fail ("unexpected " ++ str)
Pappy/Parse.hs:249:15:
Non type-variable argument
in the constraint: Applicative (Parser d)
(Use FlexibleContexts to permit this)
When checking that ‘p’ has the inferred type
p :: forall d.
(Applicative (Parser d), Derivs d) =>
[Char] -> Parser d String
In an equation for ‘string’:
string str
= p str <?> show str
where
p [] = return str
p (ch : chs)
= do { char ch;
.... }
Failed to install tersmu-0.2
cabal: Error: some packages failed to install:
tersmu-0.2 failed during the building phase. The exception was:
ExitFailure 1
Test log
No test log was submitted for this report.