Build #1 for Yampa-0.10.1.1

[all reports]

Package Yampa-0.10.1.1
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2015-05-06 04:15:17.639569 UTC
Compiler ghc-7.8.3
OS linux
Arch x86_64
Dependencies random-1.1, base-4.7.0.1
Flags -test-hlint

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring random-1.1...
Building random-1.1...
Preprocessing library random-1.1...
[1 of 1] Compiling System.Random    ( System/Random.hs, dist/build/System/Random.o )
In-place registering random-1.1...
Running Haddock for random-1.1...
Running hscolour for random-1.1...
Preprocessing library random-1.1...
Preprocessing library random-1.1...
Haddock coverage:
Cannot find documentation for: $intro
 100% ( 16 / 16) in 'System.Random'
Documentation created: dist/doc/html/random/index.html,
dist/doc/html/random/random.txt
Creating package registration file: /tmp/pkgConf-random-15328.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/random-1.1
Registering random-1.1...
Installed random-1.1
Downloading Yampa-0.10.1.1...
Configuring Yampa-0.10.1.1...
Building Yampa-0.10.1.1...
Preprocessing library Yampa-0.10.1.1...
[ 1 of 30] Compiling FRP.Yampa.MergeableRecord ( src/FRP/Yampa/MergeableRecord.hs, dist/build/FRP/Yampa/MergeableRecord.o )
[ 2 of 30] Compiling FRP.Yampa.Forceable ( src/FRP/Yampa/Forceable.hs, dist/build/FRP/Yampa/Forceable.o )
[ 3 of 30] Compiling FRP.Yampa.Diagnostics ( src/FRP/Yampa/Diagnostics.hs, dist/build/FRP/Yampa/Diagnostics.o )
[ 4 of 30] Compiling FRP.Yampa.Miscellany ( src/FRP/Yampa/Miscellany.hs, dist/build/FRP/Yampa/Miscellany.o )
[ 5 of 30] Compiling FRP.Yampa.Event  ( src/FRP/Yampa/Event.hs, dist/build/FRP/Yampa/Event.o )

src/FRP/Yampa/Event.hs:82:1: Warning:
    Module ‘FRP.Yampa.Forceable’ is deprecated: Use DeepSeq instead

src/FRP/Yampa/Event.hs:160:10: Warning:
    In the use of type constructor or class ‘Forceable’
    (imported from FRP.Yampa.Forceable):
    Deprecated: "Use DeepSeq instead"

src/FRP/Yampa/Event.hs:160:25: Warning:
    In the use of type constructor or class ‘Forceable’
    (imported from FRP.Yampa.Forceable):
    Deprecated: "Use DeepSeq instead"

src/FRP/Yampa/Event.hs:160:25: Warning:
    In the use of type constructor or class ‘Forceable’
    (imported from FRP.Yampa.Forceable):
    Deprecated: "Use DeepSeq instead"

src/FRP/Yampa/Event.hs:162:26: Warning:
    In the use of ‘force’ (imported from FRP.Yampa.Forceable):
    Deprecated: "Use DeepSeq instead"
[ 6 of 30] Compiling FRP.Yampa.Internals ( src/FRP/Yampa/Internals.hs, dist/build/FRP/Yampa/Internals.o )
[ 7 of 30] Compiling FRP.Yampa.InternalCore ( src/FRP/Yampa/InternalCore.hs, dist/build/FRP/Yampa/InternalCore.o )
[ 8 of 30] Compiling FRP.Yampa.Basic  ( src/FRP/Yampa/Basic.hs, dist/build/FRP/Yampa/Basic.o )
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Loading package array-0.5.0.0 ... linking ... done.
Loading package deepseq-1.3.0.2 ... linking ... done.
Loading package old-locale-1.0.0.6 ... linking ... done.
Loading package time-1.4.2 ... linking ... done.
Loading package random-1.1 ... linking ... done.
[ 9 of 30] Compiling FRP.Yampa.Random ( src/FRP/Yampa/Random.hs, dist/build/FRP/Yampa/Random.o )
[10 of 30] Compiling FRP.Yampa.Scan   ( src/FRP/Yampa/Scan.hs, dist/build/FRP/Yampa/Scan.o )
[11 of 30] Compiling FRP.Yampa.Delays ( src/FRP/Yampa/Delays.hs, dist/build/FRP/Yampa/Delays.o )

src/FRP/Yampa/Delays.hs:31:1: Warning:
    The import of ‘Transition, sfTF'’
    from module ‘FRP.Yampa.InternalCore’ is redundant
[12 of 30] Compiling FRP.Yampa.Hybrid ( src/FRP/Yampa/Hybrid.hs, dist/build/FRP/Yampa/Hybrid.o )
[13 of 30] Compiling FRP.Yampa.Simulation ( src/FRP/Yampa/Simulation.hs, dist/build/FRP/Yampa/Simulation.o )
[14 of 30] Compiling FRP.Yampa.Switches ( src/FRP/Yampa/Switches.hs, dist/build/FRP/Yampa/Switches.o )
[15 of 30] Compiling FRP.Yampa.EventS ( src/FRP/Yampa/EventS.hs, dist/build/FRP/Yampa/EventS.o )
[16 of 30] Compiling FRP.Yampa.Conditional ( src/FRP/Yampa/Conditional.hs, dist/build/FRP/Yampa/Conditional.o )
[17 of 30] Compiling FRP.Yampa.VectorSpace ( src/FRP/Yampa/VectorSpace.hs, dist/build/FRP/Yampa/VectorSpace.o )
[18 of 30] Compiling FRP.Yampa.Integration ( src/FRP/Yampa/Integration.hs, dist/build/FRP/Yampa/Integration.o )
[19 of 30] Compiling FRP.Yampa.Time   ( src/FRP/Yampa/Time.hs, dist/build/FRP/Yampa/Time.o )
[20 of 30] Compiling FRP.Yampa.Loop   ( src/FRP/Yampa/Loop.hs, dist/build/FRP/Yampa/Loop.o )
[21 of 30] Compiling FRP.Yampa.AffineSpace ( src/FRP/Yampa/AffineSpace.hs, dist/build/FRP/Yampa/AffineSpace.o )
[22 of 30] Compiling FRP.Yampa.Vector2 ( src/FRP/Yampa/Vector2.hs, dist/build/FRP/Yampa/Vector2.o )

src/FRP/Yampa/Vector2.hs:31:1: Warning:
    Module ‘FRP.Yampa.Forceable’ is deprecated: Use DeepSeq instead

src/FRP/Yampa/Vector2.hs:101:25: Warning:
    In the use of type constructor or class ‘Forceable’
    (imported from FRP.Yampa.Forceable):
    Deprecated: "Use DeepSeq instead"

src/FRP/Yampa/Vector2.hs:101:25: Warning:
    In the use of type constructor or class ‘Forceable’
    (imported from FRP.Yampa.Forceable):
    Deprecated: "Use DeepSeq instead"
[23 of 30] Compiling FRP.Yampa.Vector3 ( src/FRP/Yampa/Vector3.hs, dist/build/FRP/Yampa/Vector3.o )

src/FRP/Yampa/Vector3.hs:33:1: Warning:
    Module ‘FRP.Yampa.Forceable’ is deprecated: Use DeepSeq instead

src/FRP/Yampa/Vector3.hs:119:25: Warning:
    In the use of type constructor or class ‘Forceable’
    (imported from FRP.Yampa.Forceable):
    Deprecated: "Use DeepSeq instead"

src/FRP/Yampa/Vector3.hs:119:25: Warning:
    In the use of type constructor or class ‘Forceable’
    (imported from FRP.Yampa.Forceable):
    Deprecated: "Use DeepSeq instead"
[24 of 30] Compiling FRP.Yampa.Point2 ( src/FRP/Yampa/Point2.hs, dist/build/FRP/Yampa/Point2.o )

src/FRP/Yampa/Point2.hs:30:1: Warning:
    Module ‘FRP.Yampa.Forceable’ is deprecated: Use DeepSeq instead

src/FRP/Yampa/Point2.hs:63:25: Warning:
    In the use of type constructor or class ‘Forceable’
    (imported from FRP.Yampa.Forceable):
    Deprecated: "Use DeepSeq instead"

src/FRP/Yampa/Point2.hs:63:25: Warning:
    In the use of type constructor or class ‘Forceable’
    (imported from FRP.Yampa.Forceable):
    Deprecated: "Use DeepSeq instead"
[25 of 30] Compiling FRP.Yampa.Point3 ( src/FRP/Yampa/Point3.hs, dist/build/FRP/Yampa/Point3.o )

src/FRP/Yampa/Point3.hs:29:1: Warning:
    Module ‘FRP.Yampa.Forceable’ is deprecated: Use DeepSeq instead

src/FRP/Yampa/Point3.hs:68:25: Warning:
    In the use of type constructor or class ‘Forceable’
    (imported from FRP.Yampa.Forceable):
    Deprecated: "Use DeepSeq instead"

src/FRP/Yampa/Point3.hs:68:25: Warning:
    In the use of type constructor or class ‘Forceable’
    (imported from FRP.Yampa.Forceable):
    Deprecated: "Use DeepSeq instead"
[26 of 30] Compiling FRP.Yampa.Geometry ( src/FRP/Yampa/Geometry.hs, dist/build/FRP/Yampa/Geometry.o )
[27 of 30] Compiling FRP.Yampa        ( src/FRP/Yampa.hs, dist/build/FRP/Yampa.o )
[28 of 30] Compiling FRP.Yampa.Task   ( src/FRP/Yampa/Task.hs, dist/build/FRP/Yampa/Task.o )
[29 of 30] Compiling FRP.Yampa.Core   ( src/FRP/Yampa/Core.hs, dist/build/FRP/Yampa/Core.o )
[30 of 30] Compiling FRP.Yampa.Utilities ( src/FRP/Yampa/Utilities.hs, dist/build/FRP/Yampa/Utilities.o )
In-place registering Yampa-0.10.1.1...
Running Haddock for Yampa-0.10.1.1...
Running hscolour for Yampa-0.10.1.1...
Preprocessing library Yampa-0.10.1.1...
Preprocessing library Yampa-0.10.1.1...

src/FRP/Yampa/Event.hs:82:1: Warning:
    Module ‘FRP.Yampa.Forceable’ is deprecated: Use DeepSeq instead

src/FRP/Yampa/Event.hs:160:10: Warning:
    In the use of type constructor or class ‘Forceable’
    (imported from FRP.Yampa.Forceable):
    Deprecated: "Use DeepSeq instead"

src/FRP/Yampa/Event.hs:160:25: Warning:
    In the use of type constructor or class ‘Forceable’
    (imported from FRP.Yampa.Forceable):
    Deprecated: "Use DeepSeq instead"

src/FRP/Yampa/Event.hs:160:25: Warning:
    In the use of type constructor or class ‘Forceable’
    (imported from FRP.Yampa.Forceable):
    Deprecated: "Use DeepSeq instead"

src/FRP/Yampa/Event.hs:162:26: Warning:
    In the use of ‘force’ (imported from FRP.Yampa.Forceable):
    Deprecated: "Use DeepSeq instead"

src/FRP/Yampa/Delays.hs:31:1: Warning:
    The import of ‘Transition, sfTF'’
    from module ‘FRP.Yampa.InternalCore’ is redundant

src/FRP/Yampa/Vector2.hs:31:1: Warning:
    Module ‘FRP.Yampa.Forceable’ is deprecated: Use DeepSeq instead

src/FRP/Yampa/Vector2.hs:101:25: Warning:
    In the use of type constructor or class ‘Forceable’
    (imported from FRP.Yampa.Forceable):
    Deprecated: "Use DeepSeq instead"

src/FRP/Yampa/Vector2.hs:101:25: Warning:
    In the use of type constructor or class ‘Forceable’
    (imported from FRP.Yampa.Forceable):
    Deprecated: "Use DeepSeq instead"

src/FRP/Yampa/Vector3.hs:33:1: Warning:
    Module ‘FRP.Yampa.Forceable’ is deprecated: Use DeepSeq instead

src/FRP/Yampa/Vector3.hs:119:25: Warning:
    In the use of type constructor or class ‘Forceable’
    (imported from FRP.Yampa.Forceable):
    Deprecated: "Use DeepSeq instead"

src/FRP/Yampa/Vector3.hs:119:25: Warning:
    In the use of type constructor or class ‘Forceable’
    (imported from FRP.Yampa.Forceable):
    Deprecated: "Use DeepSeq instead"

src/FRP/Yampa/Point2.hs:30:1: Warning:
    Module ‘FRP.Yampa.Forceable’ is deprecated: Use DeepSeq instead

src/FRP/Yampa/Point2.hs:63:25: Warning:
    In the use of type constructor or class ‘Forceable’
    (imported from FRP.Yampa.Forceable):
    Deprecated: "Use DeepSeq instead"

src/FRP/Yampa/Point2.hs:63:25: Warning:
    In the use of type constructor or class ‘Forceable’
    (imported from FRP.Yampa.Forceable):
    Deprecated: "Use DeepSeq instead"

src/FRP/Yampa/Point3.hs:29:1: Warning:
    Module ‘FRP.Yampa.Forceable’ is deprecated: Use DeepSeq instead

src/FRP/Yampa/Point3.hs:68:25: Warning:
    In the use of type constructor or class ‘Forceable’
    (imported from FRP.Yampa.Forceable):
    Deprecated: "Use DeepSeq instead"

src/FRP/Yampa/Point3.hs:68:25: Warning:
    In the use of type constructor or class ‘Forceable’
    (imported from FRP.Yampa.Forceable):
    Deprecated: "Use DeepSeq instead"
Haddock coverage:
  14% (  1 /  7) in 'FRP.Yampa.MergeableRecord'
   7% (  1 / 15) in 'FRP.Yampa.Forceable'
  33% (  1 /  3) in 'FRP.Yampa.Diagnostics'
   3% (  1 / 30) in 'FRP.Yampa.Miscellany'
  83% ( 24 / 29) in 'FRP.Yampa.Event'
 100% (  2 /  2) in 'FRP.Yampa.Internals'
  58% ( 14 / 24) in 'FRP.Yampa.InternalCore'
  90% (  9 / 10) in 'FRP.Yampa.Basic'
 100% (  7 /  7) in 'FRP.Yampa.Random'
  50% (  2 /  4) in 'FRP.Yampa.Scan'
 100% (  9 /  9) in 'FRP.Yampa.Delays'
  93% ( 14 / 15) in 'FRP.Yampa.Hybrid'
 100% ( 12 / 12) in 'FRP.Yampa.Simulation'
  67% ( 18 / 27) in 'FRP.Yampa.Switches'
  81% ( 21 / 26) in 'FRP.Yampa.EventS'
  50% (  2 /  4) in 'FRP.Yampa.Conditional'
  12% (  1 /  8) in 'FRP.Yampa.VectorSpace'
  75% (  6 /  8) in 'FRP.Yampa.Integration'
 100% (  3 /  3) in 'FRP.Yampa.Time'
 100% (  4 /  4) in 'FRP.Yampa.Loop'
  50% (  1 /  2) in 'FRP.Yampa.AffineSpace'
   9% (  1 / 11) in 'FRP.Yampa.Vector2'
   8% (  1 / 13) in 'FRP.Yampa.Vector3'
  25% (  1 /  4) in 'FRP.Yampa.Point2'
  20% (  1 /  5) in 'FRP.Yampa.Point3'
 100% (  7 /  7) in 'FRP.Yampa.Geometry'
  94% (131 /139) in 'FRP.Yampa'
   7% (  1 / 15) in 'FRP.Yampa.Task'
  88% ( 15 / 17) in 'FRP.Yampa.Core'
  50% (  1 /  2) in 'FRP.Yampa.Utilities'
Warning: FRP.Yampa.Simulation: could not find link destinations for:
    FRP.Yampa.Simulation.ReactState
Warning: FRP.Yampa.Switches: could not find link destinations for:
    FRP.Yampa.Switches.broadcast
Warning: FRP.Yampa: could not find link destinations for:
    FRP.Yampa.Switches.broadcast FRP.Yampa.Simulation.ReactState
Documentation created: dist/doc/html/Yampa/index.html,
dist/doc/html/Yampa/Yampa.txt
Creating package registration file: /tmp/pkgConf-Yampa-0.10.15328.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/Yampa-0.10.1.1
Registering Yampa-0.10.1.1...
Installed Yampa-0.10.1.1

Test log

No test log was submitted for this report.