Build #1 for hint-server-1.4.0
| Package | hint-server-1.4.0 |
|---|
| Install | InstallOk |
|---|---|
| Docs | Ok |
| Tests | NotTried |
| Time submitted | unknown |
|---|---|
| Compiler | ghc-7.6.3 |
| OS | linux |
| Arch | x86_64 |
| Dependencies | mtl-2.1.2, monad-loops-0.3.3.0, hint-0.4.2.0, exceptions-0.6.1, eprocess-1.7.0, base-4.6.0.1 |
| Flags | none |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies...
Configuring exceptions-0.6.1...
Building exceptions-0.6.1...
Preprocessing library exceptions-0.6.1...
[1 of 2] Compiling Control.Monad.Catch ( src/Control/Monad/Catch.hs, dist/build/Control/Monad/Catch.o )
src/Control/Monad/Catch.hs:99:1: Warning:
The import of `Control.Monad.Trans.Reader' is redundant
except perhaps to import instances from `Control.Monad.Trans.Reader'
To import instances alone, use: import Control.Monad.Trans.Reader()
[2 of 2] Compiling Control.Monad.Catch.Pure ( src/Control/Monad/Catch/Pure.hs, dist/build/Control/Monad/Catch/Pure.o )
In-place registering exceptions-0.6.1...
Running Haddock for exceptions-0.6.1...
Running hscolour for exceptions-0.6.1...
Preprocessing library exceptions-0.6.1...
Preprocessing library exceptions-0.6.1...
dist/build/tmp-29801/src/Control/Monad/Catch.hs:99:1: Warning:
The import of `Control.Monad.Trans.Reader' is redundant
except perhaps to import instances from `Control.Monad.Trans.Reader'
To import instances alone, use: import Control.Monad.Trans.Reader()
Haddock coverage:
100% ( 31 / 31) in 'Control.Monad.Catch'
80% ( 8 / 10) in 'Control.Monad.Catch.Pure'
Documentation created: dist/doc/html/exceptions/index.html,
dist/doc/html/exceptions/exceptions.txt
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/exceptions-0.6.1
Registering exceptions-0.6.1...
Installed exceptions-0.6.1
Configuring extensible-exceptions-0.1.1.4...
Building extensible-exceptions-0.1.1.4...
Preprocessing library extensible-exceptions-0.1.1.4...
[1 of 1] Compiling Control.Exception.Extensible ( Control/Exception/Extensible.hs, dist/build/Control/Exception/Extensible.o )
In-place registering extensible-exceptions-0.1.1.4...
Running Haddock for extensible-exceptions-0.1.1.4...
Running hscolour for extensible-exceptions-0.1.1.4...
Preprocessing library extensible-exceptions-0.1.1.4...
Preprocessing library extensible-exceptions-0.1.1.4...
Haddock coverage:
100% ( 2 / 2) in 'Control.Exception.Extensible'
Documentation created: dist/doc/html/extensible-exceptions/index.html,
dist/doc/html/extensible-exceptions/extensible-exceptions.txt
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/extensible-exceptions-0.1.1.4
Registering extensible-exceptions-0.1.1.4...
Installed extensible-exceptions-0.1.1.4
[1 of 1] Compiling Main ( /tmp/ghc-paths-0.1.0.9-29801/ghc-paths-0.1.0.9/Setup.hs, /tmp/ghc-paths-0.1.0.9-29801/ghc-paths-0.1.0.9/dist/setup/Main.o )
Linking /tmp/ghc-paths-0.1.0.9-29801/ghc-paths-0.1.0.9/dist/setup/setup ...
Configuring ghc-paths-0.1.0.9...
Building ghc-paths-0.1.0.9...
Preprocessing library ghc-paths-0.1.0.9...
[1 of 1] Compiling GHC.Paths ( GHC/Paths.hs, dist/build/GHC/Paths.o )
In-place registering ghc-paths-0.1.0.9...
Running Haddock for ghc-paths-0.1.0.9...
Running hscolour for ghc-paths-0.1.0.9...
Preprocessing library ghc-paths-0.1.0.9...
Preprocessing library ghc-paths-0.1.0.9...
Haddock coverage:
0% ( 0 / 5) in 'GHC.Paths'
Documentation created: dist/doc/html/ghc-paths/index.html,
dist/doc/html/ghc-paths/ghc-paths.txt
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/ghc-paths-0.1.0.9
Registering ghc-paths-0.1.0.9...
Installed ghc-paths-0.1.0.9
Configuring stm-2.4.3...
Building stm-2.4.3...
Preprocessing library stm-2.4.3...
[ 1 of 10] Compiling Control.Sequential.STM ( Control/Sequential/STM.hs, dist/build/Control/Sequential/STM.o )
[ 2 of 10] Compiling Control.Concurrent.STM.TBQueue ( Control/Concurrent/STM/TBQueue.hs, dist/build/Control/Concurrent/STM/TBQueue.o )
[ 3 of 10] Compiling Control.Concurrent.STM.TQueue ( Control/Concurrent/STM/TQueue.hs, dist/build/Control/Concurrent/STM/TQueue.o )
[ 4 of 10] Compiling Control.Concurrent.STM.TChan ( Control/Concurrent/STM/TChan.hs, dist/build/Control/Concurrent/STM/TChan.o )
[ 5 of 10] Compiling Control.Concurrent.STM.TMVar ( Control/Concurrent/STM/TMVar.hs, dist/build/Control/Concurrent/STM/TMVar.o )
[ 6 of 10] Compiling Control.Concurrent.STM.TVar ( Control/Concurrent/STM/TVar.hs, dist/build/Control/Concurrent/STM/TVar.o )
[ 7 of 10] Compiling Control.Concurrent.STM.TArray ( Control/Concurrent/STM/TArray.hs, dist/build/Control/Concurrent/STM/TArray.o )
[ 8 of 10] Compiling Control.Monad.STM ( Control/Monad/STM.hs, dist/build/Control/Monad/STM.o )
[ 9 of 10] Compiling Control.Concurrent.STM ( Control/Concurrent/STM.hs, dist/build/Control/Concurrent/STM.o )
[10 of 10] Compiling Control.Concurrent.STM.TSem ( Control/Concurrent/STM/TSem.hs, dist/build/Control/Concurrent/STM/TSem.o )
In-place registering stm-2.4.3...
Running Haddock for stm-2.4.3...
Running hscolour for stm-2.4.3...
Preprocessing library stm-2.4.3...
Preprocessing library stm-2.4.3...
Haddock coverage:
0% ( 0 / 11) in 'Control.Sequential.STM'
100% ( 13 / 13) in 'Control.Concurrent.STM.TBQueue'
100% ( 12 / 12) in 'Control.Concurrent.STM.TQueue'
100% ( 18 / 18) in 'Control.Concurrent.STM.TChan'
100% ( 15 / 15) in 'Control.Concurrent.STM.TMVar'
100% ( 13 / 13) in 'Control.Concurrent.STM.TVar'
100% ( 2 / 2) in 'Control.Concurrent.STM.TArray'
90% ( 9 / 10) in 'Control.Monad.STM'
100% ( 8 / 8) in 'Control.Concurrent.STM'
40% ( 2 / 5) in 'Control.Concurrent.STM.TSem'
Documentation created: dist/doc/html/stm/index.html, dist/doc/html/stm/stm.txt
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/stm-2.4.3
Registering stm-2.4.3...
Installed stm-2.4.3
Configuring utf8-string-0.3.8...
Building utf8-string-0.3.8...
Preprocessing library utf8-string-0.3.8...
[1 of 7] Compiling Codec.Binary.UTF8.String ( Codec/Binary/UTF8/String.hs, dist/build/Codec/Binary/UTF8/String.o )
[2 of 7] Compiling Codec.Binary.UTF8.Generic ( Codec/Binary/UTF8/Generic.hs, dist/build/Codec/Binary/UTF8/Generic.o )
[3 of 7] Compiling Data.String.UTF8 ( Data/String/UTF8.hs, dist/build/Data/String/UTF8.o )
[4 of 7] Compiling System.IO.UTF8 ( System/IO/UTF8.hs, dist/build/System/IO/UTF8.o )
[5 of 7] Compiling System.Environment.UTF8 ( System/Environment/UTF8.hs, dist/build/System/Environment/UTF8.o )
[6 of 7] Compiling Data.ByteString.UTF8 ( Data/ByteString/UTF8.hs, dist/build/Data/ByteString/UTF8.o )
[7 of 7] Compiling Data.ByteString.Lazy.UTF8 ( Data/ByteString/Lazy/UTF8.hs, dist/build/Data/ByteString/Lazy/UTF8.o )
In-place registering utf8-string-0.3.8...
Running Haddock for utf8-string-0.3.8...
Running hscolour for utf8-string-0.3.8...
Preprocessing library utf8-string-0.3.8...
Preprocessing library utf8-string-0.3.8...
Haddock coverage:
100% ( 8 / 8) in 'Codec.Binary.UTF8.String'
94% ( 16 / 17) in 'Codec.Binary.UTF8.Generic'
89% ( 24 / 27) in 'Data.String.UTF8'
82% ( 14 / 17) in 'System.IO.UTF8'
14% ( 1 / 7) in 'System.Environment.UTF8'
100% ( 17 / 17) in 'Data.ByteString.UTF8'
100% ( 17 / 17) in 'Data.ByteString.Lazy.UTF8'
Documentation created: dist/doc/html/utf8-string/index.html,
dist/doc/html/utf8-string/utf8-string.txt
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/utf8-string-0.3.8
Registering utf8-string-0.3.8...
Installed utf8-string-0.3.8
Configuring eprocess-1.7.0...
Building eprocess-1.7.0...
Preprocessing library eprocess-1.7.0...
[1 of 1] Compiling Control.Concurrent.Process ( src/Control/Concurrent/Process.hs, dist/build/Control/Concurrent/Process.o )
In-place registering eprocess-1.7.0...
Running Haddock for eprocess-1.7.0...
Running hscolour for eprocess-1.7.0...
Preprocessing library eprocess-1.7.0...
Preprocessing library eprocess-1.7.0...
Haddock coverage:
100% ( 17 / 17) in 'Control.Concurrent.Process'
Documentation created: dist/doc/html/eprocess/index.html,
dist/doc/html/eprocess/eprocess.txt
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/eprocess-1.7.0
Registering eprocess-1.7.0...
Installed eprocess-1.7.0
Configuring ghc-mtl-1.2.1.0...
Building ghc-mtl-1.2.1.0...
Preprocessing library ghc-mtl-1.2.1.0...
[1 of 1] Compiling Control.Monad.Ghc ( Control/Monad/Ghc.hs, dist/build/Control/Monad/Ghc.o )
In-place registering ghc-mtl-1.2.1.0...
Running Haddock for ghc-mtl-1.2.1.0...
Running hscolour for ghc-mtl-1.2.1.0...
Preprocessing library ghc-mtl-1.2.1.0...
Preprocessing library ghc-mtl-1.2.1.0...
Haddock coverage:
29% ( 2 / 7) in 'Control.Monad.Ghc'
Warning: Control.Monad.Ghc: could not find link destinations for:
Control.Monad.Ghc.MTLAdapter
Documentation created: dist/doc/html/ghc-mtl/index.html,
dist/doc/html/ghc-mtl/ghc-mtl.txt
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/ghc-mtl-1.2.1.0
Registering ghc-mtl-1.2.1.0...
Installed ghc-mtl-1.2.1.0
Configuring monad-loops-0.3.3.0...
Building monad-loops-0.3.3.0...
Preprocessing library monad-loops-0.3.3.0...
[1 of 2] Compiling Control.Monad.Loops.STM ( src/Control/Monad/Loops/STM.hs, dist/build/Control/Monad/Loops/STM.o )
[2 of 2] Compiling Control.Monad.Loops ( src/Control/Monad/Loops.hs, dist/build/Control/Monad/Loops.o )
In-place registering monad-loops-0.3.3.0...
Running Haddock for monad-loops-0.3.3.0...
Running hscolour for monad-loops-0.3.3.0...
Preprocessing library monad-loops-0.3.3.0...
Preprocessing library monad-loops-0.3.3.0...
Haddock coverage:
86% ( 6 / 7) in 'Control.Monad.Loops.STM'
75% ( 39 / 52) in 'Control.Monad.Loops'
Documentation created: dist/doc/html/monad-loops/index.html,
dist/doc/html/monad-loops/monad-loops.txt
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/monad-loops-0.3.3.0
Registering monad-loops-0.3.3.0...
Installed monad-loops-0.3.3.0
Configuring hint-0.4.2.0...
Building hint-0.4.2.0...
Preprocessing library hint-0.4.2.0...
[ 1 of 23] Compiling Hint.SignalHandlers ( src/Hint/SignalHandlers.hs, dist/build/Hint/SignalHandlers.o )
[ 2 of 23] Compiling Hint.Util ( src/Hint/Util.hs, dist/build/Hint/Util.o )
[ 3 of 23] Compiling Hint.CompatPlatform ( src/Hint/CompatPlatform.hs, dist/build/Hint/CompatPlatform.o )
[ 4 of 23] Compiling Hint.GHC ( src/Hint/GHC.hs, dist/build/Hint/GHC.o )
[ 5 of 23] Compiling Hint.Compat ( src/Hint/Compat.hs, dist/build/Hint/Compat.o )
[ 6 of 23] Compiling Hint.Extension ( src/Hint/Extension.hs, dist/build/Hint/Extension.o )
[ 7 of 23] Compiling Language.Haskell.Interpreter.Extension ( src/Language/Haskell/Interpreter/Extension.hs, dist/build/Language/Haskell/Interpreter/Extension.o )
[ 8 of 23] Compiling Hint.Base ( src/Hint/Base.hs, dist/build/Hint/Base.o )
[ 9 of 23] Compiling Hint.Annotations ( src/Hint/Annotations.hs, dist/build/Hint/Annotations.o )
[10 of 23] Compiling Hint.Configuration ( src/Hint/Configuration.hs, dist/build/Hint/Configuration.o )
[11 of 23] Compiling Hint.Reflection ( src/Hint/Reflection.hs, dist/build/Hint/Reflection.o )
[12 of 23] Compiling Hint.Typecheck[boot] ( src/Hint/Typecheck.hs-boot, dist/build/Hint/Typecheck.o-boot )
[13 of 23] Compiling Hint.Conversions ( src/Hint/Conversions.hs, dist/build/Hint/Conversions.o )
[14 of 23] Compiling Hint.Context ( src/Hint/Context.hs, dist/build/Hint/Context.o )
[15 of 23] Compiling Hint.InterpreterT ( src/Hint/InterpreterT.hs, dist/build/Hint/InterpreterT.o )
[16 of 23] Compiling Language.Haskell.Interpreter.Unsafe ( src/Language/Haskell/Interpreter/Unsafe.hs, dist/build/Language/Haskell/Interpreter/Unsafe.o )
[17 of 23] Compiling Language.Haskell.Interpreter.GHC.Unsafe ( src/Language/Haskell/Interpreter/GHC/Unsafe.hs, dist/build/Language/Haskell/Interpreter/GHC/Unsafe.o )
[18 of 23] Compiling Hint.Parsers ( src/Hint/Parsers.hs, dist/build/Hint/Parsers.o )
[19 of 23] Compiling Hint.Sandbox ( src/Hint/Sandbox.hs, dist/build/Hint/Sandbox.o )
[20 of 23] Compiling Hint.Typecheck ( src/Hint/Typecheck.hs, dist/build/Hint/Typecheck.o )
[21 of 23] Compiling Hint.Eval ( src/Hint/Eval.hs, dist/build/Hint/Eval.o )
[22 of 23] Compiling Language.Haskell.Interpreter ( src/Language/Haskell/Interpreter.hs, dist/build/Language/Haskell/Interpreter.o )
[23 of 23] Compiling Language.Haskell.Interpreter.GHC ( src/Language/Haskell/Interpreter/GHC.hs, dist/build/Language/Haskell/Interpreter/GHC.o )
In-place registering hint-0.4.2.0...
Running Haddock for hint-0.4.2.0...
Running hscolour for hint-0.4.2.0...
Preprocessing library hint-0.4.2.0...
Preprocessing library hint-0.4.2.0...
Haddock coverage:
0% ( 0 / 2) in 'Hint.SignalHandlers'
0% ( 0 / 7) in 'Hint.Util'
0% ( 0 / 2) in 'Hint.CompatPlatform'
88% ( 15 / 17) in 'Hint.GHC'
0% ( 0 / 26) in 'Hint.Compat'
40% ( 2 / 5) in 'Hint.Extension'
40% ( 2 / 5) in 'Language.Haskell.Interpreter.Extension'
7% ( 2 / 27) in 'Hint.Base'
67% ( 2 / 3) in 'Hint.Annotations'
50% ( 9 / 18) in 'Hint.Configuration'
33% ( 2 / 6) in 'Hint.Reflection'
0% ( 0 / 5) in 'Hint.Conversions'
47% ( 9 / 19) in 'Hint.Context'
50% ( 3 / 6) in 'Hint.InterpreterT'
67% ( 2 / 3) in 'Language.Haskell.Interpreter.Unsafe'
100% ( 2 / 2) in 'Language.Haskell.Interpreter.GHC.Unsafe'
0% ( 0 / 6) in 'Hint.Parsers'
0% ( 0 / 2) in 'Hint.Sandbox'
50% ( 3 / 6) in 'Hint.Typecheck'
83% ( 5 / 6) in 'Hint.Eval'
80% ( 45 / 56) in 'Language.Haskell.Interpreter'
100% ( 2 / 2) in 'Language.Haskell.Interpreter.GHC'
Warning: Language.Haskell.Interpreter: could not find link destinations for:
Hint.Base.FromSession Hint.Base.ModifySessionRef Hint.Base.RunGhc
Documentation created: dist/doc/html/hint/index.html,
dist/doc/html/hint/hint.txt
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/hint-0.4.2.0
Registering hint-0.4.2.0...
Installed hint-0.4.2.0
Downloading hint-server-1.4.0...
Configuring hint-server-1.4.0...
Building hint-server-1.4.0...
Preprocessing library hint-server-1.4.0...
[1 of 1] Compiling Language.Haskell.Interpreter.Server ( src/Language/Haskell/Interpreter/Server.hs, dist/build/Language/Haskell/Interpreter/Server.o )
In-place registering hint-server-1.4.0...
Running Haddock for hint-server-1.4.0...
Running hscolour for hint-server-1.4.0...
Preprocessing library hint-server-1.4.0...
Preprocessing library hint-server-1.4.0...
Haddock coverage:
100% ( 9 / 9) in 'Language.Haskell.Interpreter.Server'
Documentation created: dist/doc/html/hint-server/index.html,
dist/doc/html/hint-server/hint-server.txt
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/hint-server-1.4.0
Registering hint-server-1.4.0...
Installed hint-server-1.4.0
Test log
No test log was submitted for this report.