[all reports]
Install |
InstallOk |
Docs |
Ok |
Tests |
NotTried |
Time submitted |
2015-05-18 16:40:10.010652 UTC
|
Compiler |
ghc-7.8.3 |
OS |
linux |
Arch |
x86_64 |
Dependencies |
process-1.2.0.0, filepath-1.3.0.2, directory-1.2.1.0, base-4.7.0.1, Cabal-1.18.1.3 |
Flags |
none
|
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies...
Downloading capri-0.1...
Configuring capri-0.1...
Building capri-0.1...
Preprocessing executable 'capri' for capri-0.1...
[1 of 2] Compiling Paths_capri ( dist/build/autogen/Paths_capri.hs, dist/build/capri/capri-tmp/Paths_capri.o )
[2 of 2] Compiling Main ( Main.hs, dist/build/capri/capri-tmp/Main.o )
Main.hs:374:10: Warning:
Fields of ‘CreateProcess’ not initialised: create_group,
delegate_ctlc
In the first argument of ‘return’, namely
‘CreateProcess
{cmdspec = cmd, cwd = Just cd,
env = Just (("GHC_PACKAGE_PATH", cd </> pkgdir) : env'),
std_in = Inherit, std_out = Inherit, std_err = Inherit,
close_fds = False}’
In a stmt of a 'do' block:
return
(CreateProcess
{cmdspec = cmd, cwd = Just cd,
env = Just (("GHC_PACKAGE_PATH", cd </> pkgdir) : env'),
std_in = Inherit, std_out = Inherit, std_err = Inherit,
close_fds = False})
In the expression:
do { cd <- getCurrentDirectory;
env <- getEnvironment;
let env' = filter ((/= "GHC_PACKAGE_PATH") . fst) env;
return
(CreateProcess
{cmdspec = cmd, cwd = Just cd,
env = Just (("GHC_PACKAGE_PATH", cd </> pkgdir) : env'),
std_in = Inherit, std_out = Inherit, std_err = Inherit,
close_fds = False}) }
Main.hs:389:32: Warning:
Fields of ‘CreateProcess’ not initialised: create_group,
delegate_ctlc
In the first argument of ‘return’, namely
‘CreateProcess
{cmdspec = ShellCommand cmd, cwd = Just dir, env = Nothing,
std_in = Inherit, std_out = Inherit, std_err = Inherit,
close_fds = False}’
In the expression:
return
(CreateProcess
{cmdspec = ShellCommand cmd, cwd = Just dir, env = Nothing,
std_in = Inherit, std_out = Inherit, std_err = Inherit,
close_fds = False})
In an equation for ‘publicProcess’:
publicProcess cmd dir
= return
(CreateProcess
{cmdspec = ShellCommand cmd, cwd = Just dir, env = Nothing,
std_in = Inherit, std_out = Inherit, std_err = Inherit,
close_fds = False})
Linking dist/build/capri/capri ...
Warning: No documentation was generated as this package does not contain a
library. Perhaps you want to use the --executables, --tests or --benchmarks
flags.
Installing executable(s) in
/home/builder/hackage-server/build-cache/tmp-install/bin
Warning: The directory
/home/builder/hackage-server/build-cache/tmp-install/bin is not in the system
search path.
Installed capri-0.1