Build #1 for cio-0.1.0

[all reports]

Package cio-0.1.0
Install InstallOk
Docs Ok
Tests NotTried
Time submitted unknown
Compiler ghc-7.6.3
OS linux
Arch x86_64
Dependencies stm-2.4.2, parallel-io-0.3.3, mtl-2.1.2, monad-stm-0.1.0.2, base-4.6.0.1
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
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
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
Configuring stm-2.4.2...
Building stm-2.4.2...
Preprocessing library stm-2.4.2...
[ 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.2...
Running Haddock for stm-2.4.2...
Running hscolour for stm-2.4.2...
Preprocessing library stm-2.4.2...
Preprocessing library stm-2.4.2...
Haddock coverage:
   0% (  0 / 11) in 'Control.Sequential.STM'
 100% ( 12 / 12) 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% ( 12 / 12) 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
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/stm-2.4.2
Registering stm-2.4.2...
Installed stm-2.4.2
Configuring parallel-io-0.3.3...
Building parallel-io-0.3.3...
Preprocessing library parallel-io-0.3.3...
[1 of 4] Compiling Control.Concurrent.ParallelIO.Compat ( Control/Concurrent/ParallelIO/Compat.hs, dist/build/Control/Concurrent/ParallelIO/Compat.o )
[2 of 4] Compiling Control.Concurrent.ParallelIO.Local ( Control/Concurrent/ParallelIO/Local.hs, dist/build/Control/Concurrent/ParallelIO/Local.o )

Control/Concurrent/ParallelIO/Local.hs:55:17: Warning:
    In the use of type constructor or class `QSem'
    (imported from Control.Concurrent, but defined in Control.Concurrent.QSem):
    Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."

Control/Concurrent/ParallelIO/Local.hs:69:43: Warning:
    In the use of `newQSem'
    (imported from Control.Concurrent, but defined in Control.Concurrent.QSem):
    Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."

Control/Concurrent/ParallelIO/Local.hs:116:27: Warning:
    In the use of `signalQSem'
    (imported from Control.Concurrent, but defined in Control.Concurrent.QSem):
    Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."

Control/Concurrent/ParallelIO/Local.hs:122:26: Warning:
    In the use of `waitQSem'
    (imported from Control.Concurrent, but defined in Control.Concurrent.QSem):
    Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."
[3 of 4] Compiling Control.Concurrent.ParallelIO.Global ( Control/Concurrent/ParallelIO/Global.hs, dist/build/Control/Concurrent/ParallelIO/Global.o )
[4 of 4] Compiling Control.Concurrent.ParallelIO ( Control/Concurrent/ParallelIO.hs, dist/build/Control/Concurrent/ParallelIO.o )
In-place registering parallel-io-0.3.3...
Running Haddock for parallel-io-0.3.3...
Running hscolour for parallel-io-0.3.3...
Preprocessing library parallel-io-0.3.3...
Preprocessing library parallel-io-0.3.3...

dist/build/tmp-30509/Control/Concurrent/ParallelIO/Local.hs:55:17: Warning:
    In the use of type constructor or class `QSem'
    (imported from Control.Concurrent, but defined in Control.Concurrent.QSem):
    Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."

dist/build/tmp-30509/Control/Concurrent/ParallelIO/Local.hs:69:43: Warning:
    In the use of `newQSem'
    (imported from Control.Concurrent, but defined in Control.Concurrent.QSem):
    Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."

dist/build/tmp-30509/Control/Concurrent/ParallelIO/Local.hs:116:27: Warning:
    In the use of `signalQSem'
    (imported from Control.Concurrent, but defined in Control.Concurrent.QSem):
    Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."

dist/build/tmp-30509/Control/Concurrent/ParallelIO/Local.hs:122:26: Warning:
    In the use of `waitQSem'
    (imported from Control.Concurrent, but defined in Control.Concurrent.QSem):
    Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."
Haddock coverage:
  67% (  2 /  3) in 'Control.Concurrent.ParallelIO.Compat'
 100% ( 19 / 19) in 'Control.Concurrent.ParallelIO.Local'
 100% ( 17 / 17) in 'Control.Concurrent.ParallelIO.Global'
 100% (  2 /  2) in 'Control.Concurrent.ParallelIO'
Documentation created: dist/doc/html/parallel-io/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/parallel-io-0.3.3
Registering parallel-io-0.3.3...
Installed parallel-io-0.3.3
Configuring monad-stm-0.1.0.2...
Building monad-stm-0.1.0.2...
Preprocessing library monad-stm-0.1.0.2...
[1 of 1] Compiling Control.Monad.STM.Class ( Control/Monad/STM/Class.hs, dist/build/Control/Monad/STM/Class.o )
In-place registering monad-stm-0.1.0.2...
Running Haddock for monad-stm-0.1.0.2...
Running hscolour for monad-stm-0.1.0.2...
Preprocessing library monad-stm-0.1.0.2...
Preprocessing library monad-stm-0.1.0.2...
Haddock coverage:
   0% (  0 /  2) in 'Control.Monad.STM.Class'
Documentation created: dist/doc/html/monad-stm/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/monad-stm-0.1.0.2
Registering monad-stm-0.1.0.2...
Installed monad-stm-0.1.0.2
Downloading cio-0.1.0...
Configuring cio-0.1.0...
Building cio-0.1.0...
Preprocessing library cio-0.1.0...
[1 of 2] Compiling CIO.Prelude      ( src/CIO/Prelude.hs, dist/build/CIO/Prelude.o )
[2 of 2] Compiling CIO              ( src/CIO.hs, dist/build/CIO.o )
In-place registering cio-0.1.0...
Running Haddock for cio-0.1.0...
Running hscolour for cio-0.1.0...
Preprocessing library cio-0.1.0...
Preprocessing library cio-0.1.0...
Haddock coverage:
Warning: cio-0.1.0:CIO.Prelude: Could not find documentation for exported module: Exports
   0% (  0 /  2) in 'CIO.Prelude'
  38% (  5 / 13) in 'CIO'
Documentation created: dist/doc/html/cio/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/cio-0.1.0
Registering cio-0.1.0...
Installed cio-0.1.0

Test log

No test log was submitted for this report.