Build #1 for maxent-learner-hw-0.1.0

[all reports]

Package maxent-learner-hw-0.1.0
Install BuildFailed
Docs NotTried
Tests NotTried
Time submitted 2017-02-17 02:39:23.919024 UTC
Compiler ghc-8.0.1.20161018
OS linux
Arch x86_64
Dependencies array-0.5.1.1, base-4.9.0.0, containers-0.5.7.1, csv-0.1.2, deepseq-1.4.2.0, mtl-2.2.1, random-1.1, text-1.2.2.1, vector-0.12.0.0, array-0.5.1.1, base-4.9.0.0, containers-0.5.7.1, deepseq-1.4.2.0, file-embed-0.0.10, mtl-2.2.1, optparse-applicative-0.13.1.0, parallel-3.2.1.0, random-1.1, text-1.2.2.1
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring ansi-terminal-0.6.2.3...
Configuring file-embed-0.0.10...
Building ansi-terminal-0.6.2.3...
Building file-embed-0.0.10...
Installed file-embed-0.0.10
Configuring mtl-2.2.1...
Configuring parallel-3.2.1.0...
Installed ansi-terminal-0.6.2.3
Building mtl-2.2.1...
Building parallel-3.2.1.0...
Configuring random-1.1...
Installed parallel-3.2.1.0
Building random-1.1...
Configuring primitive-0.6.2.0...
Installed mtl-2.2.1
Building primitive-0.6.2.0...
Configuring transformers-compat-0.5.1.4...
Installed random-1.1
Building transformers-compat-0.5.1.4...
Configuring text-1.2.2.1...
Installed transformers-compat-0.5.1.4
Building text-1.2.2.1...
Configuring ansi-wl-pprint-0.6.7.3...
Installed primitive-0.6.2.0
Building ansi-wl-pprint-0.6.7.3...
Installed ansi-wl-pprint-0.6.7.3
Configuring optparse-applicative-0.13.1.0...
Building optparse-applicative-0.13.1.0...
Configuring vector-0.12.0.0...
Installed optparse-applicative-0.13.1.0
Building vector-0.12.0.0...
Installed text-1.2.2.1
Configuring parsec-3.1.11...
Building parsec-3.1.11...
Installed parsec-3.1.11
Configuring csv-0.1.2...
Building csv-0.1.2...
Installed csv-0.1.2
Installed vector-0.12.0.0
Downloading maxent-learner-hw-0.1.0...
Configuring maxent-learner-hw-0.1.0...
Building maxent-learner-hw-0.1.0...
Failed to install maxent-learner-hw-0.1.0
Build log ( /home/builder/.cabal/logs/maxent-learner-hw-0.1.0.log ):
cabal: Entering directory '/tmp/cabal-tmp-1108/maxent-learner-hw-0.1.0'
Configuring maxent-learner-hw-0.1.0...
Building maxent-learner-hw-0.1.0...
Preprocessing library maxent-learner-hw-0.1.0...
[1 of 8] Compiling Text.PhonotacticLearner.Util.Ring ( src/Text/PhonotacticLearner/Util/Ring.hs, dist/build/Text/PhonotacticLearner/Util/Ring.o )
[2 of 8] Compiling Text.PhonotacticLearner.Util.Probability ( src/Text/PhonotacticLearner/Util/Probability.hs, dist/build/Text/PhonotacticLearner/Util/Probability.o )
[3 of 8] Compiling Text.PhonotacticLearner.Util.ConjugateGradient ( src/Text/PhonotacticLearner/Util/ConjugateGradient.hs, dist/build/Text/PhonotacticLearner/Util/ConjugateGradient.o )
[4 of 8] Compiling Text.PhonotacticLearner.DFST ( src/Text/PhonotacticLearner/DFST.hs, dist/build/Text/PhonotacticLearner/DFST.o )
[5 of 8] Compiling Text.PhonotacticLearner.MaxentGrammar ( src/Text/PhonotacticLearner/MaxentGrammar.hs, dist/build/Text/PhonotacticLearner/MaxentGrammar.o )
[6 of 8] Compiling Text.PhonotacticLearner.PhonotacticConstraints ( src/Text/PhonotacticLearner/PhonotacticConstraints.hs, dist/build/Text/PhonotacticLearner/PhonotacticConstraints.o )
[7 of 8] Compiling Text.PhonotacticLearner.PhonotacticConstraints.Generators ( src/Text/PhonotacticLearner/PhonotacticConstraints/Generators.hs, dist/build/Text/PhonotacticLearner/PhonotacticConstraints/Generators.o )
[8 of 8] Compiling Text.PhonotacticLearner ( src/Text/PhonotacticLearner.hs, dist/build/Text/PhonotacticLearner.o )
Preprocessing executable 'phono-learner-hw' for maxent-learner-hw-0.1.0...
[1 of 1] Compiling Main             ( app/Main.hs, dist/build/phono-learner-hw/phono-learner-hw-tmp/Main.o )

app/Main.hs:72:48: error:
    • Variable not in scope: (<>) :: Mod f3 a4 -> Mod f2 a3 -> t1
    • Perhaps you meant one of these:
        ‘<$>’ (imported from Control.Applicative),
        ‘<*>’ (imported from Control.Applicative),
        ‘<|>’ (imported from Control.Applicative)

app/Main.hs:72:72: error:
    • Variable not in scope: (<>) :: t1 -> Mod f1 [Double] -> t0
    • Perhaps you meant one of these:
        ‘<$>’ (imported from Control.Applicative),
        ‘<*>’ (imported from Control.Applicative),
        ‘<|>’ (imported from Control.Applicative)

app/Main.hs:72:103: error:
    • Variable not in scope:
        (<>) :: t0 -> Mod f0 a2 -> Mod OptionFields [Double]
    • Perhaps you meant one of these:
        ‘<$>’ (imported from Control.Applicative),
        ‘<*>’ (imported from Control.Applicative),
        ‘<|>’ (imported from Control.Applicative)

app/Main.hs:73:38: error:
    • Variable not in scope: (<>) :: Mod f6 a7 -> Mod f5 a6 -> t2
    • Perhaps you meant one of these:
        ‘<$>’ (imported from Control.Applicative),
        ‘<*>’ (imported from Control.Applicative),
        ‘<|>’ (imported from Control.Applicative)

app/Main.hs:73:51: error:
    • Variable not in scope:
        (<>) :: t2 -> Mod f4 a5 -> Mod FlagFields Bool
    • Perhaps you meant one of these:
        ‘<$>’ (imported from Control.Applicative),
        ‘<*>’ (imported from Control.Applicative),
        ‘<|>’ (imported from Control.Applicative)

app/Main.hs:74:38: error:
    • Variable not in scope: (<>) :: Mod f9 a10 -> Mod f8 a9 -> t3
    • Perhaps you meant one of these:
        ‘<$>’ (imported from Control.Applicative),
        ‘<*>’ (imported from Control.Applicative),
        ‘<|>’ (imported from Control.Applicative)

app/Main.hs:74:51: error:
    • Variable not in scope:
        (<>) :: t3 -> Mod f7 a8 -> Mod FlagFields Bool
    • Perhaps you meant one of these:
        ‘<$>’ (imported from Control.Applicative),
        ‘<*>’ (imported from Control.Applicative),
        ‘<|>’ (imported from Control.Applicative)

app/Main.hs:75:55: error:
    • Variable not in scope: (<>) :: Parser String -> Mod f12 a13 -> t5
    • Perhaps you meant one of these:
        ‘<$>’ (imported from Control.Applicative),
        ‘<*>’ (imported from Control.Applicative),
        ‘<|>’ (imported from Control.Applicative)

app/Main.hs:75:68: error:
    • Variable not in scope: (<>) :: t5 -> Mod f11 a12 -> t4
    • Perhaps you meant one of these:
        ‘<$>’ (imported from Control.Applicative),
        ‘<*>’ (imported from Control.Applicative),
        ‘<|>’ (imported from Control.Applicative)

app/Main.hs:75:94: error:
    • Variable not in scope: (<>) :: t4 -> Mod f10 a11 -> Parser String
    • Perhaps you meant one of these:
        ‘<$>’ (imported from Control.Applicative),
        ‘<*>’ (imported from Control.Applicative),
        ‘<|>’ (imported from Control.Applicative)

app/Main.hs:77:59: error:
    • Variable not in scope: (<>) :: Parser String -> Mod f15 a16 -> t7
    • Perhaps you meant one of these:
        ‘<$>’ (imported from Control.Applicative),
        ‘<*>’ (imported from Control.Applicative),
        ‘<|>’ (imported from Control.Applicative)

app/Main.hs:77:72: error:
    • Variable not in scope: (<>) :: t7 -> Mod f14 a15 -> t6
    • Perhaps you meant one of these:
        ‘<$>’ (imported from Control.Applicative),
        ‘<*>’ (imported from Control.Applicative),
        ‘<|>’ (imported from Control.Applicative)

app/Main.hs:77:98: error:
    • Variable not in scope: (<>) :: t6 -> Mod f13 a14 -> Parser String
    • Perhaps you meant one of these:
        ‘<$>’ (imported from Control.Applicative),
        ‘<*>’ (imported from Control.Applicative),
        ‘<|>’ (imported from Control.Applicative)

app/Main.hs:79:25: error:
    • Variable not in scope:
        (<>) :: InfoMod a18 -> InfoMod a17 -> InfoMod Command
    • Perhaps you meant one of these:
        ‘<$>’ (imported from Control.Applicative),
        ‘<*>’ (imported from Control.Applicative),
        ‘<|>’ (imported from Control.Applicative)

app/Main.hs:80:9: error:
    • Variable not in scope:
        (<>)
          :: Mod CommandFields Command
             -> Mod CommandFields Command -> Mod CommandFields Command
    • Perhaps you meant one of these:
        ‘<$>’ (imported from Control.Applicative),
        ‘<*>’ (imported from Control.Applicative),
        ‘<|>’ (imported from Control.Applicative)

app/Main.hs:81:23: error:
    • Variable not in scope:
        (<>) :: InfoMod a20 -> InfoMod a19 -> InfoMod Command
    • Perhaps you meant one of these:
        ‘<$>’ (imported from Control.Applicative),
        ‘<*>’ (imported from Control.Applicative),
        ‘<|>’ (imported from Control.Applicative)

app/Main.hs:82:52: error:
    • Variable not in scope: (<>) :: Parser String -> Mod f18 a23 -> t9
    • Perhaps you meant one of these:
        ‘<$>’ (imported from Control.Applicative),
        ‘<*>’ (imported from Control.Applicative),
        ‘<|>’ (imported from Control.Applicative)

app/Main.hs:82:65: error:
    • Variable not in scope: (<>) :: t9 -> Mod f17 a22 -> t8
    • Perhaps you meant one of these:
        ‘<$>’ (imported from Control.Applicative),
        ‘<*>’ (imported from Control.Applicative),
        ‘<|>’ (imported from Control.Applicative)

app/Main.hs:82:86: error:
    • Variable not in scope:
        (<>) :: t8 -> Mod f16 a21 -> Parser FilePath
    • Perhaps you meant one of these:
        ‘<$>’ (imported from Control.Applicative),
        ‘<*>’ (imported from Control.Applicative),
        ‘<|>’ (imported from Control.Applicative)

app/Main.hs:84:39: error:
    • Variable not in scope: (<>) :: Mod f21 a26 -> Mod f20 a25 -> t10
    • Perhaps you meant one of these:
        ‘<$>’ (imported from Control.Applicative),
        ‘<*>’ (imported from Control.Applicative),
        ‘<|>’ (imported from Control.Applicative)

app/Main.hs:84:52: error:
    • Variable not in scope:
        (<>) :: t10 -> Mod f19 a24 -> Mod FlagFields SegmentType
    • Perhaps you meant one of these:
        ‘<$>’ (imported from Control.Applicative),
        ‘<*>’ (imported from Control.Applicative),
        ‘<|>’ (imported from Control.Applicative)

app/Main.hs:85:42: error:
    • Variable not in scope: (<>) :: Mod f24 a29 -> Mod f23 a28 -> t11
    • Perhaps you meant one of these:
        ‘<$>’ (imported from Control.Applicative),
        ‘<*>’ (imported from Control.Applicative),
        ‘<|>’ (imported from Control.Applicative)

app/Main.hs:85:55: error:
    • Variable not in scope:
        (<>) :: t11 -> Mod f22 a27 -> Mod FlagFields SegmentType
    • Perhaps you meant one of these:
        ‘<$>’ (imported from Control.Applicative),
        ‘<*>’ (imported from Control.Applicative),
        ‘<|>’ (imported from Control.Applicative)

app/Main.hs:86:43: error:
    • Variable not in scope:
        (<>) :: Mod f26 a31 -> Mod f25 a30 -> Mod FlagFields SegmentType
    • Perhaps you meant one of these:
        ‘<$>’ (imported from Control.Applicative),
        ‘<*>’ (imported from Control.Applicative),
        ‘<|>’ (imported from Control.Applicative)

app/Main.hs:88:37: error:
    • Variable not in scope: (<>) :: Mod f30 a34 -> Mod f29 a33 -> t13
    • Perhaps you meant one of these:
        ‘<$>’ (imported from Control.Applicative),
        ‘<*>’ (imported from Control.Applicative),
        ‘<|>’ (imported from Control.Applicative)

app/Main.hs:88:50: error:
    • Variable not in scope: (<>) :: t13 -> Mod f28 Integer -> t12
    • Perhaps you meant one of these:
        ‘<$>’ (imported from Control.Applicative),
        ‘<*>’ (imported from Control.Applicative),
        ‘<|>’ (imported from Control.Applicative)

app/Main.hs:88:64: error:
    • Variable not in scope:
        (<>) :: t12 -> Mod f27 a32 -> Mod OptionFields Int
    • Perhaps you meant one of these:
        ‘<$>’ (imported from Control.Applicative),
        ‘<*>’ (imported from Control.Applicative),
        ‘<|>’ (imported from Control.Applicative)

app/Main.hs:89:45: error:
    • Variable not in scope:
        (<>) :: Parser String -> Mod f33 a37 -> t15
    • Perhaps you meant one of these:
        ‘<$>’ (imported from Control.Applicative),
        ‘<*>’ (imported from Control.Applicative),
        ‘<|>’ (imported from Control.Applicative)

app/Main.hs:89:58: error:
    • Variable not in scope: (<>) :: t15 -> Mod f32 a36 -> t14
    • Perhaps you meant one of these:
        ‘<$>’ (imported from Control.Applicative),
        ‘<*>’ (imported from Control.Applicative),
        ‘<|>’ (imported from Control.Applicative)

app/Main.hs:89:79: error:
    • Variable not in scope:
        (<>) :: t14 -> Mod f31 a35 -> Parser FilePath
    • Perhaps you meant one of these:
        ‘<$>’ (imported from Control.Applicative),
        ‘<*>’ (imported from Control.Applicative),
        ‘<|>’ (imported from Control.Applicative)

app/Main.hs:91:46: error:
    • Variable not in scope:
        (<>) :: InfoMod a1 -> InfoMod a0 -> InfoMod ParsedArgs
    • Perhaps you meant one of these:
        ‘<$>’ (imported from Control.Applicative),
        ‘<*>’ (imported from Control.Applicative),
        ‘<|>’ (imported from Control.Applicative)
cabal: Leaving directory '/tmp/cabal-tmp-1108/maxent-learner-hw-0.1.0'
cabal: Error: some packages failed to install:
maxent-learner-hw-0.1.0 failed during the building phase. The exception was:
ExitFailure 1

Test log

No test log was submitted for this report.