Build #8 for ajhc-0.8.0.4

[all reports]

Package ajhc-0.8.0.4
Install BuildFailed
Docs NotTried
Tests NotTried
Time submitted 2016-12-21 20:41:03.961583 UTC
Compiler ghc-8.0.1.20161018
OS linux
Arch x86_64
Dependencies HsSyck-0.53, array-0.5.1.1, base-4.9.0.0, binary-0.8.3.0, bytestring-0.10.8.1, containers-0.5.7.1, directory-1.2.6.2, fgl-5.5.3.0, filepath-1.4.1.0, haskeline-0.7.2.3, mtl-2.2.1, old-time-1.1.0.3, pretty-1.1.3.3, process-1.4.2.0, random-1.1, regex-compat-0.95.1, syb-0.6, temporary-1.2.0.4, unix-2.7.2.0, utf8-string-1.0.1.1, zlib-0.6.1.2
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring mtl-2.2.1...
Configuring fgl-5.5.3.0...
Building fgl-5.5.3.0...
Building mtl-2.2.1...
Installed mtl-2.2.1
Configuring old-locale-1.0.0.7...
Building old-locale-1.0.0.7...
Configuring primitive-0.6.1.0...
Installed old-locale-1.0.0.7
Building primitive-0.6.1.0...
Configuring random-1.1...
Installed fgl-5.5.3.0
Building random-1.1...
Configuring stm-2.4.4.1...
Installed primitive-0.6.1.0
Building stm-2.4.4.1...
Configuring syb-0.6...
Installed random-1.1
Building syb-0.6...
Configuring transformers-compat-0.5.1.4...
Installed stm-2.4.4.1
Building transformers-compat-0.5.1.4...
Configuring text-1.2.2.1...
Installed transformers-compat-0.5.1.4
Configuring utf8-string-1.0.1.1...
Installed syb-0.6
Building text-1.2.2.1...
Building utf8-string-1.0.1.1...
Configuring zlib-0.6.1.2...
Installed utf8-string-1.0.1.1
Building zlib-0.6.1.2...
Configuring regex-base-0.93.2...
Installed zlib-0.6.1.2
Building regex-base-0.93.2...
Installed regex-base-0.93.2
Configuring old-time-1.1.0.3...
Building old-time-1.1.0.3...
Configuring vector-0.11.0.0...
Installed text-1.2.2.1
Building vector-0.11.0.0...
Configuring regex-posix-0.95.2...
Installed old-time-1.1.0.3
Building regex-posix-0.95.2...
Configuring exceptions-0.8.3...
Installed regex-posix-0.95.2
Building exceptions-0.8.3...
Installed exceptions-0.8.3
Configuring regex-compat-0.95.1...
Building regex-compat-0.95.1...
Configuring temporary-1.2.0.4...
Installed regex-compat-0.95.1
Building temporary-1.2.0.4...
Configuring hashable-1.2.4.0...
Installed temporary-1.2.0.4
Building hashable-1.2.4.0...
Installed hashable-1.2.4.0
Installed vector-0.11.0.0
Configuring hashtables-1.2.1.0...
Building hashtables-1.2.1.0...
Installed hashtables-1.2.1.0
Configuring HsSyck-0.53...
Building HsSyck-0.53...
Installed HsSyck-0.53
Configuring ajhc-0.8.0.4...
Building ajhc-0.8.0.4...
Failed to install ajhc-0.8.0.4
Build log ( /home/builder/.cabal/logs/ajhc-0.8.0.4.log ):
cabal: Entering directory '/tmp/cabal-tmp-20338/ajhc-0.8.0.4'
[1 of 1] Compiling Main             ( /tmp/cabal-tmp-20338/ajhc-0.8.0.4/dist/setup/setup.hs, /tmp/cabal-tmp-20338/ajhc-0.8.0.4/dist/setup/Main.o )
Linking /tmp/cabal-tmp-20338/ajhc-0.8.0.4/dist/setup/setup ...
Configuring ajhc-0.8.0.4...
Building ajhc-0.8.0.4...
Preprocessing executable 'ajhc' for ajhc-0.8.0.4...
shift/reduce conflicts:  60
reduce/reduce conflicts: 74

on the commandline: warning:
    -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS

src/Doc/DocLike.hs:1:39: warning:
    -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS

src/Util/Graph.hs:3:14: warning:
    -XDoRec is deprecated: use -XRecursiveDo or pragma {-# LANGUAGE RecursiveDo #-} instead

src/Ho/Build.hs:1:14: warning:
    -XDoRec is deprecated: use -XRecursiveDo or pragma {-# LANGUAGE RecursiveDo #-} instead

src/FrontEnd/Exports.hs:1:14: warning:
    -XDoRec is deprecated: use -XRecursiveDo or pragma {-# LANGUAGE RecursiveDo #-} instead

src/E/PrimOpt.hs:1:14: warning:
    -XDoRec is deprecated: use -XRecursiveDo or pragma {-# LANGUAGE RecursiveDo #-} instead
[  1 of 172] Compiling Version.Config   ( src/Version/Config.hs, dist/build/ajhc/ajhc-tmp/Version/Config.o )
[  2 of 172] Compiling Util.YAML        ( src/Util/YAML.hs, dist/build/ajhc/ajhc-tmp/Util/YAML.o )
[  3 of 172] Compiling Util.VarName     ( src/Util/VarName.hs, dist/build/ajhc/ajhc-tmp/Util/VarName.o )

src/Util/VarName.hs:17:14: error:
    • No instance for (Applicative (VarNameT nc ni no m))
        arising from the 'deriving' clause of a data type declaration
      Possible fix:
        use a standalone 'deriving instance' declaration,
          so you can specify the instance context yourself
    • When deriving the instance for (Monad (VarNameT nc ni no m))

src/Util/VarName.hs:17:52: error:
    • No instance for (GHC.Base.Alternative (VarNameT nc ni no m))
        arising from the 'deriving' clause of a data type declaration
      Possible fix:
        use a standalone 'deriving instance' declaration,
          so you can specify the instance context yourself
    • When deriving the instance for (MonadPlus (VarNameT nc ni no m))
cabal: Leaving directory '/tmp/cabal-tmp-20338/ajhc-0.8.0.4'
cabal: Error: some packages failed to install:
ajhc-0.8.0.4 failed during the building phase. The exception was:
ExitFailure 1

Test log

No test log was submitted for this report.