Build #2 for Shellac-editline-0.9

[all reports]

Package Shellac-editline-0.9
Install BuildFailed
Docs NotTried
Tests NotTried
Time submitted unknown
Compiler ghc-7.6.3
OS linux
Arch x86_64
Dependencies haskell98-2.0.0.2, editline-0.2.1.1, base-4.6.0.1, Shellac-0.9.5.1
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring Shellac-0.9.5.1...
Building Shellac-0.9.5.1...
Preprocessing library Shellac-0.9.5.1...
[ 1 of 10] Compiling System.Console.Shell.ConsoleHandler ( src/System/Console/Shell/ConsoleHandler.hs, dist/build/System/Console/Shell/ConsoleHandler.o )
[ 2 of 10] Compiling System.Console.Shell.PPrint ( src/System/Console/Shell/PPrint.hs, dist/build/System/Console/Shell/PPrint.o )
[ 3 of 10] Compiling System.Console.Shell.Regex ( src/System/Console/Shell/Regex.hs, dist/build/System/Console/Shell/Regex.o )
[ 4 of 10] Compiling System.Console.Shell.Backend ( src/System/Console/Shell/Backend.hs, dist/build/System/Console/Shell/Backend.o )
[ 5 of 10] Compiling System.Console.Shell.Backend.Basic ( src/System/Console/Shell/Backend/Basic.hs, dist/build/System/Console/Shell/Backend/Basic.o )
[ 6 of 10] Compiling System.Console.Shell.Types ( src/System/Console/Shell/Types.hs, dist/build/System/Console/Shell/Types.o )
[ 7 of 10] Compiling System.Console.Shell.ShellMonad ( src/System/Console/Shell/ShellMonad.hs, dist/build/System/Console/Shell/ShellMonad.o )
[ 8 of 10] Compiling System.Console.Shell.Commands ( src/System/Console/Shell/Commands.hs, dist/build/System/Console/Shell/Commands.o )
[ 9 of 10] Compiling System.Console.Shell.RunShell ( src/System/Console/Shell/RunShell.hs, dist/build/System/Console/Shell/RunShell.o )
[10 of 10] Compiling System.Console.Shell ( src/System/Console/Shell.hs, dist/build/System/Console/Shell.o )
In-place registering Shellac-0.9.5.1...
Running Haddock for Shellac-0.9.5.1...
Running hscolour for Shellac-0.9.5.1...
Preprocessing library Shellac-0.9.5.1...
Preprocessing library Shellac-0.9.5.1...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: mtl-2.1.2, transformers-0.3.0.0
Haddock coverage:
   0% (  0 /  2) in 'System.Console.Shell.ConsoleHandler'
Warning: System.Console.Shell.PPrint: pretty is exported separately but will be documented under Pretty. Consider exporting it together with its parent(s) for code clarity.
   1% (  1 / 77) in 'System.Console.Shell.PPrint'
   0% (  0 / 33) in 'System.Console.Shell.Regex'
 100% (  6 /  6) in 'System.Console.Shell.Backend'
  50% (  1 /  2) in 'System.Console.Shell.Backend.Basic'
  85% ( 11 / 13) in 'System.Console.Shell.Types'
 100% ( 23 / 23) in 'System.Console.Shell.ShellMonad'
  73% ( 11 / 15) in 'System.Console.Shell.Commands'
  75% (  3 /  4) in 'System.Console.Shell.RunShell'
 100% ( 31 / 31) in 'System.Console.Shell'
Warning: System.Console.Shell.ShellMonad: could not find link destinations for:
    Control.Monad.State.Class.MonadState Control.Monad.IO.Class.MonadIO
Warning: System.Console.Shell: could not find link destinations for:
    System.Console.Shell.Types.CommandParser System.Console.Shell.PPrint.Doc
Documentation created: dist/doc/html/Shellac/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/Shellac-0.9.5.1
Registering Shellac-0.9.5.1...
Installed Shellac-0.9.5.1
Configuring editline-0.2.1.1...
configure: WARNING: unrecognized options: --with-compiler, --with-gcc
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for tgetent in -lcurses... yes
checking for el_init... yes
checking for readline... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking editline/readline.h usability... yes
checking editline/readline.h presence... yes
checking for editline/readline.h... yes
checking for sign of read_history result on error... positive
checking for rl_completion_matches... yes
checking for completion_matches... yes
configure: creating ./config.status
config.status: creating editline.buildinfo
config.status: creating include/HsEditlineConfig.h
config.status: include/HsEditlineConfig.h is unchanged
configure: WARNING: unrecognized options: --with-compiler, --with-gcc
Building editline-0.2.1.1...
Preprocessing library editline-0.2.1.1...
[1 of 2] Compiling System.Console.Editline.Readline ( dist/build/System/Console/Editline/Readline.hs, dist/build/System/Console/Editline/Readline.o )

System/Console/Editline/Readline.hsc:176:1: Warning:
    Module `GHC.Handle' is deprecated: use GHC.IO.Handle instead
[2 of 2] Compiling System.Console.Editline ( dist/build/System/Console/Editline.hs, dist/build/System/Console/Editline.o )
In-place registering editline-0.2.1.1...
Running Haddock for editline-0.2.1.1...
Running hscolour for editline-0.2.1.1...
Preprocessing library editline-0.2.1.1...
Preprocessing library editline-0.2.1.1...

System/Console/Editline/Readline.hsc:176:1: Warning:
    Module `GHC.Handle' is deprecated: use GHC.IO.Handle instead
Haddock coverage:
  18% ( 10 / 57) in 'System.Console.Editline.Readline'
  75% (  6 /  8) in 'System.Console.Editline'
Documentation created: dist/doc/html/editline/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/editline-0.2.1.1
Registering editline-0.2.1.1...
Installed editline-0.2.1.1
Warning: Shellac-editline.cabal: A package using 'cabal-version: >=1.2' must
use section syntax. See the Cabal user guide for details.
Configuring Shellac-editline-0.9...
Building Shellac-editline-0.9...
Preprocessing library Shellac-editline-0.9...

src/System/Console/Shell/Backend/Editline.hs:1:1:
    Ambiguous module name `Prelude':
      it was found in multiple packages: base haskell98-2.0.0.2
Failed to install Shellac-editline-0.9
cabal: Error: some packages failed to install:
Shellac-editline-0.9 failed during the building phase. The exception was:
ExitFailure 1

Test log

No test log was submitted for this report.