Build #2 for shake-ext-2.11.0.2

[all reports]

Package shake-ext-2.11.0.2
Install DependencyFailed shake-ext-2.11.0.2
Docs NotTried
Tests NotTried
Time submitted 2018-04-28 21:43:56.541253123 UTC
Compiler ghc-8.2.2
OS linux
Arch x86_64
Dependencies Cabal-2.2.0.0, base-4.10.1.0, cdeps-0.1.0.1, composition-prelude-1.4.0.3, cpphs-1.20.8, directory-1.3.0.2, shake-0.16.4, template-haskell-2.12.0.0
Flags -development

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring clock-0.7.2...
Configuring colour-2.3.4...
Building clock-0.7.2...
Building colour-2.3.4...
Installed clock-0.7.2
Configuring composition-prelude-1.4.0.3...
Building composition-prelude-1.4.0.3...
Installed composition-prelude-1.4.0.3
Configuring js-flot-0.8.3...
Building js-flot-0.8.3...
Installed colour-2.3.4
Configuring js-jquery-3.3.1...
Installed js-flot-0.8.3
Configuring old-locale-1.0.0.7...
Building js-jquery-3.3.1...
Building old-locale-1.0.0.7...
Installed js-jquery-3.3.1
Configuring parsec-3.1.13.0...
Installed old-locale-1.0.0.7
Configuring polyparse-1.12...
Building parsec-3.1.13.0...
Building polyparse-1.12...
Installed parsec-3.1.13.0
Configuring transformers-compat-0.6.1.5...
Building transformers-compat-0.6.1.5...
Installed polyparse-1.12
Configuring utf8-string-1.0.1.1...
Building utf8-string-1.0.1.1...
Installed transformers-compat-0.6.1.5
Configuring extra-1.6.6...
Building extra-1.6.6...
Installed utf8-string-1.0.1.1
Configuring ansi-terminal-0.8.0.2...
Building ansi-terminal-0.8.0.2...
Installed extra-1.6.6
Configuring old-time-1.1.0.3...
Installed ansi-terminal-0.8.0.2
Configuring Cabal-2.2.0.0...
Building Cabal-2.2.0.0...
Building old-time-1.1.0.3...
Installed old-time-1.1.0.3
Configuring shake-0.16.4...
Building shake-0.16.4...
Installed shake-0.16.4
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 cpphs-1.20.8...
Building cpphs-1.20.8...
Installed cpphs-1.20.8
Configuring optparse-applicative-0.14.2.0...
Building optparse-applicative-0.14.2.0...
Installed optparse-applicative-0.14.2.0
Configuring cdeps-0.1.0.1...
Building cdeps-0.1.0.1...
Failed to install cdeps-0.1.0.1
Build log ( /home/builder/.cabal/logs/ghc-8.2.2/cdeps-0.1.0.1-C32swIEMR6m400MK9ku3Rr.log ):
cabal: Entering directory '/tmp/cabal-tmp-20012/cdeps-0.1.0.1'
Configuring cdeps-0.1.0.1...
Preprocessing library for cdeps-0.1.0.1..
Building library for cdeps-0.1.0.1..
[1 of 1] Compiling Language.C.Dependency ( dist/build/Language/C/Dependency.hs, dist/build/Language/C/Dependency.o )
Preprocessing executable 'cdeps' for cdeps-0.1.0.1..
Building executable 'cdeps' for cdeps-0.1.0.1..
[1 of 2] Compiling Paths_cdeps      ( dist/build/cdeps/autogen/Paths_cdeps.hs, dist/build/cdeps/cdeps-tmp/Paths_cdeps.o )
[2 of 2] Compiling Main             ( app/Main.hs, dist/build/cdeps/cdeps-tmp/Main.o )

app/Main.hs:29:5: error:
    • Variable not in scope: (<>) :: Mod f3 a4 -> Mod f4 a5 -> t1
    • Perhaps you meant one of these:
        ‘<*>’ (imported from Options.Applicative),
        ‘*>’ (imported from Options.Applicative),
        ‘>>’ (imported from Control.Monad)
   |
29 |     <> help "C source file"
   |     ^^

app/Main.hs:30:5: error:
    • Variable not in scope:
        (<>) :: t1 -> Mod ArgumentFields a3 -> Mod ArgumentFields FilePath
    • Perhaps you meant one of these:
        ‘<*>’ (imported from Options.Applicative),
        ‘*>’ (imported from Options.Applicative),
        ‘>>’ (imported from Control.Monad)
   |
30 |     <> cCompletions)
   |     ^^

app/Main.hs:36:80: error:
    • Variable not in scope: (<>) :: Mod f1 a1 -> Mod f2 a2 -> t0
    • Perhaps you meant one of these:
        ‘<*>’ (imported from Options.Applicative),
        ‘*>’ (imported from Options.Applicative),
        ‘>>’ (imported from Control.Monad)
   |
36 | versionInfo = infoOption ("cdeps version: " ++ showVersion version) (short 'V' <> long "version" <> help "Show version")
   |                                                                                ^^

app/Main.hs:36:98: error:
    • Variable not in scope:
        (<>) :: t0 -> Mod f0 a0 -> Mod OptionFields (a -> a)
    • Perhaps you meant one of these:
        ‘<*>’ (imported from Options.Applicative),
        ‘*>’ (imported from Options.Applicative),
        ‘>>’ (imported from Control.Monad)
   |
36 | versionInfo = infoOption ("cdeps version: " ++ showVersion version) (short 'V' <> long "version" <> help "Show version")
   |                                                                                                  ^^

app/Main.hs:41:5: error:
    • Variable not in scope: (<>) :: InfoMod a7 -> InfoMod a8 -> t2
    • Perhaps you meant one of these:
        ‘<*>’ (imported from Options.Applicative),
        ‘*>’ (imported from Options.Applicative),
        ‘>>’ (imported from Control.Monad)
   |
41 |     <> progDesc "CDeps finds local dependencies for builds"
   |     ^^

app/Main.hs:42:5: error:
    • Variable not in scope:
        (<>) :: t2 -> InfoMod a6 -> InfoMod Command
    • Perhaps you meant one of these:
        ‘<*>’ (imported from Options.Applicative),
        ‘*>’ (imported from Options.Applicative),
        ‘>>’ (imported from Control.Monad)
   |
42 |     <> header "cdeps - a tool for tracking build dependencies")
   |     ^^
cabal: Leaving directory '/tmp/cabal-tmp-20012/cdeps-0.1.0.1'
Installed Cabal-2.2.0.0
cabal: Error: some packages failed to install:
cdeps-0.1.0.1-C32swIEMR6m400MK9ku3Rr failed during the building phase. The
exception was:
ExitFailure 1
shake-ext-2.11.0.2-2Lrjx0XLytBCuYzasFZnNs depends on shake-ext-2.11.0.2 which
failed to install.

Test log

No test log was submitted for this report.