Build #3 for wordpass-1.0.0.9

[all reports]

Package wordpass-1.0.0.9
Install BuildFailed
Docs NotTried
Tests NotTried
Time submitted 2018-05-05 16:25:31.260326727 UTC
Compiler ghc-8.2.2
OS linux
Arch x86_64
Dependencies QuickCheck-2.10.1, base-4.10.1.0, containers-0.5.10.2, deepseq-1.4.3.0, directory-1.3.0.2, filepath-1.4.1.2, optparse-applicative-0.13.2.0, text-1.2.2.2, unix-compat-0.4.3.1, vector-0.12.0.1, QuickCheck-2.10.1, base-4.10.1.0, containers-0.5.10.2, deepseq-1.4.3.0, directory-1.3.0.2, filepath-1.4.1.2, optparse-applicative-0.13.2.0, text-1.2.2.2, unix-compat-0.4.3.1, vector-0.12.0.1
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring colour-2.3.4...
Configuring transformers-compat-0.5.1.4...
Building transformers-compat-0.5.1.4...
Building colour-2.3.4...
Installed transformers-compat-0.5.1.4
Configuring unix-compat-0.4.3.1...
Building unix-compat-0.4.3.1...
Installed unix-compat-0.4.3.1
Installed colour-2.3.4
Configuring ansi-terminal-0.8.0.2...
Building ansi-terminal-0.8.0.2...
Installed ansi-terminal-0.8.0.2
Configuring ansi-wl-pprint-0.6.8.2...
Building ansi-wl-pprint-0.6.8.2...
Installed ansi-wl-pprint-0.6.8.2
Configuring optparse-applicative-0.13.2.0...
Building optparse-applicative-0.13.2.0...
Installed optparse-applicative-0.13.2.0
Configuring wordpass-1.0.0.9...
Building wordpass-1.0.0.9...
Failed to install wordpass-1.0.0.9
Build log ( /home/builder/.cabal/logs/ghc-8.2.2/wordpass-1.0.0.9-82UGfeeMJqdD5fyPREWog2.log ):
cabal: Entering directory '/tmp/cabal-tmp-24905/wordpass-1.0.0.9'
Configuring wordpass-1.0.0.9...
Preprocessing executable 'wordpass' for wordpass-1.0.0.9..
Building executable 'wordpass' for wordpass-1.0.0.9..
[1 of 2] Compiling Text.WordPass    ( Text/WordPass.hs, dist/build/wordpass/wordpass-tmp/Text/WordPass.o )
[2 of 2] Compiling Main             ( WordPass.hs, dist/build/wordpass/wordpass-tmp/Main.o )

WordPass.hs:27:36: error:
    • Variable not in scope: (<>) :: Mod f3 a5 -> Mod f4 a6 -> t3
    • Perhaps you meant one of these:
        ‘>’ (imported from Prelude),
        ‘<$>’ (imported from Options.Applicative),
        ‘*>’ (imported from Options.Applicative)
   |
27 |         <$> option auto (short 'w' <>
   |                                    ^^

WordPass.hs:28:37: error:
    • Variable not in scope: (<>) :: t3 -> Mod f2 a4 -> t2
    • Perhaps you meant one of these:
        ‘>’ (imported from Prelude),
        ‘<$>’ (imported from Options.Applicative),
        ‘*>’ (imported from Options.Applicative)
   |
28 |                        long "words" <>
   |                                     ^^

WordPass.hs:29:38: error:
    • Variable not in scope: (<>) :: t2 -> Mod f1 Integer -> t1
    • Perhaps you meant one of these:
        ‘>’ (imported from Prelude),
        ‘<$>’ (imported from Options.Applicative),
        ‘*>’ (imported from Options.Applicative)
   |
29 |                        metavar "INT" <>
   |                                      ^^

WordPass.hs:30:32: error:
    • Variable not in scope:
        (<>) :: t1 -> Mod f0 a3 -> Mod OptionFields Int
    • Perhaps you meant one of these:
        ‘>’ (imported from Prelude),
        ‘<$>’ (imported from Options.Applicative),
        ‘*>’ (imported from Options.Applicative)
   |
30 |                        value 4 <>
   |                                ^^

WordPass.hs:32:36: error:
    • Variable not in scope: (<>) :: Mod f8 a9 -> Mod f9 a10 -> t6
    • Perhaps you meant one of these:
        ‘>’ (imported from Prelude),
        ‘<$>’ (imported from Options.Applicative),
        ‘*>’ (imported from Options.Applicative)
   |
32 |         <*> option auto (short 'p' <>
   |                                    ^^

WordPass.hs:33:41: error:
    • Variable not in scope: (<>) :: t6 -> Mod f7 a8 -> t5
    • Perhaps you meant one of these:
        ‘>’ (imported from Prelude),
        ‘<$>’ (imported from Options.Applicative),
        ‘*>’ (imported from Options.Applicative)
   |
33 |                        long "passwords" <>
   |                                         ^^

WordPass.hs:34:40: error:
    • Variable not in scope: (<>) :: t5 -> Mod f6 Integer -> t4
    • Perhaps you meant one of these:
        ‘>’ (imported from Prelude),
        ‘<$>’ (imported from Options.Applicative),
        ‘*>’ (imported from Options.Applicative)
   |
34 |                        metavar "COUNT" <>
   |                                        ^^

WordPass.hs:35:33: error:
    • Variable not in scope:
        (<>) :: t4 -> Mod f5 a7 -> Mod OptionFields Int
    • Perhaps you meant one of these:
        ‘>’ (imported from Prelude),
        ‘<$>’ (imported from Options.Applicative),
        ‘*>’ (imported from Options.Applicative)
   |
35 |                        value 10 <>
   |                                 ^^

WordPass.hs:37:45: error:
    • Variable not in scope: (<>) :: Mod f13 a13 -> Mod f14 a14 -> t9
    • Perhaps you meant one of these:
        ‘>’ (imported from Prelude),
        ‘<$>’ (imported from Options.Applicative),
        ‘*>’ (imported from Options.Applicative)
   |
37 |         <*> ((Left <$> strOption (short 'd' <>
   |                                             ^^

WordPass.hs:38:51: error:
    • Variable not in scope: (<>) :: t9 -> Mod f12 a12 -> t8
    • Perhaps you meant one of these:
        ‘>’ (imported from Prelude),
        ‘<$>’ (imported from Options.Applicative),
        ‘*>’ (imported from Options.Applicative)
   |
38 |                                  long "directory" <>
   |                                                   ^^

WordPass.hs:39:48: error:
    • Variable not in scope: (<>) :: t8 -> Mod f11 [Char] -> t7
    • Perhaps you meant one of these:
        ‘>’ (imported from Prelude),
        ‘<$>’ (imported from Options.Applicative),
        ‘*>’ (imported from Options.Applicative)
   |
39 |                                  metavar "DIR" <>
   |                                                ^^

WordPass.hs:40:58: error:
    • Variable not in scope:
        (<>) :: t7 -> Mod f10 a11 -> Mod OptionFields String
    • Perhaps you meant one of these:
        ‘>’ (imported from Prelude),
        ‘<$>’ (imported from Options.Applicative),
        ‘*>’ (imported from Options.Applicative)
   |
40 |                                  value "/usr/share/dict" <>
   |                                                          ^^

WordPass.hs:42:46: error:
    • Variable not in scope: (<>) :: Mod f17 a17 -> Mod f18 a18 -> t11
    • Perhaps you meant one of these:
        ‘>’ (imported from Prelude),
        ‘<$>’ (imported from Options.Applicative),
        ‘*>’ (imported from Options.Applicative)
   |
42 |          <|> (Right <$> strOption (short 'l' <>
   |                                              ^^

WordPass.hs:43:52: error:
    • Variable not in scope: (<>) :: t11 -> Mod f16 a16 -> t10
    • Perhaps you meant one of these:
        ‘>’ (imported from Prelude),
        ‘<$>’ (imported from Options.Applicative),
        ‘*>’ (imported from Options.Applicative)
   |
43 |                                    long "wordlist" <>
   |                                                    ^^

WordPass.hs:44:55: error:
    • Variable not in scope:
        (<>) :: t10 -> Mod f15 a15 -> Mod OptionFields String
    • Perhaps you meant one of these:
        ‘>’ (imported from Prelude),
        ‘<$>’ (imported from Options.Applicative),
        ‘*>’ (imported from Options.Applicative)
   |
44 |                                    metavar "FILENAME" <>
   |                                                       ^^

WordPass.hs:53:31: error:
    • Variable not in scope: (<>) :: InfoMod a1 -> InfoMod a2 -> t0
    • Perhaps you meant one of these:
        ‘>’ (imported from Prelude),
        ‘<$>’ (imported from Options.Applicative),
        ‘*>’ (imported from Options.Applicative)
   |
53 |                     (fullDesc <>
   |                               ^^

WordPass.hs:54:63: error:
    • Variable not in scope:
        (<>) :: t0 -> InfoMod a0 -> InfoMod Options
    • Perhaps you meant one of these:
        ‘>’ (imported from Prelude),
        ‘<$>’ (imported from Options.Applicative),
        ‘*>’ (imported from Options.Applicative)
   |
54 |                      progDesc "Generate xkcd-style passwords" <>
   |                                                               ^^
cabal: Leaving directory '/tmp/cabal-tmp-24905/wordpass-1.0.0.9'
cabal: Error: some packages failed to install:
wordpass-1.0.0.9-82UGfeeMJqdD5fyPREWog2 failed during the building phase. The
exception was:
ExitFailure 1

Test log

No test log was submitted for this report.