Build #1 for smallpt-hs-0.1

[all reports]

Package smallpt-hs-0.1
Install BuildFailed
Docs NotTried
Tests NotTried
Time submitted unknown
Compiler ghc-7.6.3
OS linux
Arch x86_64
Dependencies vector-0.6.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 primitive-0.3.1...
Building primitive-0.3.1...
Preprocessing library primitive-0.3.1...
[1 of 7] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, dist/build/Data/Primitive/MachDeps.o )
[2 of 7] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, dist/build/Control/Monad/Primitive.o )

Control/Monad/Primitive.hs:24:1: Warning:
    Module `GHC.IOBase' is deprecated: use GHC.IO instead
[3 of 7] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, dist/build/Data/Primitive/Types.o )

Data/Primitive/Types.hs:57:18: Warning:
    In the use of `mkNorepType' (imported from Data.Data):
    Deprecated: "Use mkNoRepType instead"
[4 of 7] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, dist/build/Data/Primitive/Array.o )

Data/Primitive/Array.hs:112:18: Warning:
    In the use of `mkNorepType' (imported from Data.Data):
    Deprecated: "Use mkNoRepType instead"

Data/Primitive/Array.hs:117:18: Warning:
    In the use of `mkNorepType' (imported from Data.Data):
    Deprecated: "Use mkNoRepType instead"
[5 of 7] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, dist/build/Data/Primitive/ByteArray.o )

Data/Primitive/ByteArray.hs:203:18: Warning:
    In the use of `mkNorepType' (imported from Data.Data):
    Deprecated: "Use mkNoRepType instead"

Data/Primitive/ByteArray.hs:208:18: Warning:
    In the use of `mkNorepType' (imported from Data.Data):
    Deprecated: "Use mkNoRepType instead"
[6 of 7] Compiling Data.Primitive.Addr ( Data/Primitive/Addr.hs, dist/build/Data/Primitive/Addr.o )
[7 of 7] Compiling Data.Primitive   ( Data/Primitive.hs, dist/build/Data/Primitive.o )
In-place registering primitive-0.3.1...
Running Haddock for primitive-0.3.1...
Running hscolour for primitive-0.3.1...
Preprocessing library primitive-0.3.1...
Preprocessing library primitive-0.3.1...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: rts-1.0

dist/build/tmp-23377/Control/Monad/Primitive.hs:24:1: Warning:
    Module `GHC.IOBase' is deprecated: use GHC.IO instead

dist/build/tmp-23377/Data/Primitive/Types.hs:57:18: Warning:
    In the use of `mkNorepType' (imported from Data.Data):
    Deprecated: "Use mkNoRepType instead"

dist/build/tmp-23377/Data/Primitive/Array.hs:112:18: Warning:
    In the use of `mkNorepType' (imported from Data.Data):
    Deprecated: "Use mkNoRepType instead"

dist/build/tmp-23377/Data/Primitive/Array.hs:117:18: Warning:
    In the use of `mkNorepType' (imported from Data.Data):
    Deprecated: "Use mkNoRepType instead"

dist/build/tmp-23377/Data/Primitive/ByteArray.hs:203:18: Warning:
    In the use of `mkNorepType' (imported from Data.Data):
    Deprecated: "Use mkNoRepType instead"

dist/build/tmp-23377/Data/Primitive/ByteArray.hs:208:18: Warning:
    In the use of `mkNorepType' (imported from Data.Data):
    Deprecated: "Use mkNoRepType instead"
Haddock coverage:
   3% (  1 / 33) in 'Data.Primitive.MachDeps'
Warning: Control.Monad.Primitive: We do not support associated types in instances yet. These instances are affected:
Control.Monad.Primitive.PrimMonad GHC.Types.IO, Control.Monad.Primitive.PrimMonad (GHC.ST.ST s)
  71% ( 10 / 14) in 'Control.Monad.Primitive'
 100% (  3 /  3) in 'Data.Primitive.Types'
 100% ( 11 / 11) in 'Data.Primitive.Array'
  73% ( 16 / 22) in 'Data.Primitive.ByteArray'
  80% (  8 / 10) in 'Data.Primitive.Addr'
 100% (  7 /  7) in 'Data.Primitive'
Documentation created: dist/doc/html/primitive/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/primitive-0.3.1/ghc-7.6.3
Registering primitive-0.3.1...
Installed primitive-0.3.1
Downloading vector-0.6.0.2...
Configuring vector-0.6.0.2...
Building vector-0.6.0.2...
Preprocessing library vector-0.6.0.2...
[ 1 of 19] Compiling Data.Vector.Storable.Internal ( Data/Vector/Storable/Internal.hs, dist/build/Data/Vector/Storable/Internal.o )
[ 2 of 19] Compiling Data.Vector.Fusion.Util ( Data/Vector/Fusion/Util.hs, dist/build/Data/Vector/Fusion/Util.o )
[ 3 of 19] Compiling Data.Vector.Fusion.Stream.Size ( Data/Vector/Fusion/Stream/Size.hs, dist/build/Data/Vector/Fusion/Stream/Size.o )

Data/Vector/Fusion/Stream/Size.hs:25:10: Warning:
    No explicit method or default declaration for `*'
    In the instance declaration for `Num Size'

Data/Vector/Fusion/Stream/Size.hs:25:10: Warning:
    No explicit method or default declaration for `abs'
    In the instance declaration for `Num Size'

Data/Vector/Fusion/Stream/Size.hs:25:10: Warning:
    No explicit method or default declaration for `signum'
    In the instance declaration for `Num Size'
[ 4 of 19] Compiling Data.Vector.Internal.Check ( Data/Vector/Internal/Check.hs, dist/build/Data/Vector/Internal/Check.o )
[ 5 of 19] Compiling Data.Vector.Fusion.Stream.Monadic ( Data/Vector/Fusion/Stream/Monadic.hs, dist/build/Data/Vector/Fusion/Stream/Monadic.o )
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Loading package primitive-0.3.1 ... linking ... done.
Loading package array-0.4.0.1 ... linking ... done.
Loading package deepseq-1.3.0.1 ... linking ... done.
Loading package containers-0.5.0.0 ... linking ... done.
Loading package filepath-1.3.0.1 ... linking ... done.
Loading package old-locale-1.0.0.5 ... linking ... done.
Loading package time-1.4.0.1 ... linking ... done.
Loading package bytestring-0.10.0.2 ... linking ... done.
Loading package unix-2.6.0.1 ... linking ... done.
Loading package directory-1.2.0.1 ... linking ... done.
Loading package old-time-1.1.0.1 ... linking ... done.
Loading package pretty-1.1.1.0 ... linking ... done.
Loading package process-1.1.0.2 ... linking ... done.
Loading package Cabal-1.16.0 ... linking ... done.
Loading package binary-0.5.1.1 ... linking ... done.
Loading package bin-package-db-0.0.0.0 ... linking ... done.
Loading package hoopl-3.9.0.0 ... linking ... done.
Loading package hpc-0.6.0.0 ... linking ... done.
Loading package template-haskell ... linking ... done.
Loading package ghc-7.6.3 ... linking ... done.
[ 6 of 19] Compiling Data.Vector.Fusion.Stream ( Data/Vector/Fusion/Stream.hs, dist/build/Data/Vector/Fusion/Stream.o )
[ 7 of 19] Compiling Data.Vector.Generic.Mutable ( Data/Vector/Generic/Mutable.hs, dist/build/Data/Vector/Generic/Mutable.o )
[ 8 of 19] Compiling Data.Vector.Generic.Base ( Data/Vector/Generic/Base.hs, dist/build/Data/Vector/Generic/Base.o )
[ 9 of 19] Compiling Data.Vector.Generic.New ( Data/Vector/Generic/New.hs, dist/build/Data/Vector/Generic/New.o )
[10 of 19] Compiling Data.Vector.Generic ( Data/Vector/Generic.hs, dist/build/Data/Vector/Generic.o )

Data/Vector/Generic.hs:1682:10: Warning:
    In the use of `mkNorepType' (imported from Data.Data):
    Deprecated: "Use mkNoRepType instead"
[11 of 19] Compiling Data.Vector.Primitive.Mutable ( Data/Vector/Primitive/Mutable.hs, dist/build/Data/Vector/Primitive/Mutable.o )
[12 of 19] Compiling Data.Vector.Primitive ( Data/Vector/Primitive.hs, dist/build/Data/Vector/Primitive.o )
[13 of 19] Compiling Data.Vector.Storable.Mutable ( Data/Vector/Storable/Mutable.hs, dist/build/Data/Vector/Storable/Mutable.o )
[14 of 19] Compiling Data.Vector.Storable ( Data/Vector/Storable.hs, dist/build/Data/Vector/Storable.o )
[15 of 19] Compiling Data.Vector.Unboxed.Base ( Data/Vector/Unboxed/Base.hs, dist/build/Data/Vector/Unboxed/Base.o )

Data/Vector/Unboxed/Base.hs:55:27: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

Data/Vector/Unboxed/Base.hs:58:27: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"
[16 of 19] Compiling Data.Vector.Unboxed ( Data/Vector/Unboxed.hs, dist/build/Data/Vector/Unboxed.o )
[17 of 19] Compiling Data.Vector.Unboxed.Mutable ( Data/Vector/Unboxed/Mutable.hs, dist/build/Data/Vector/Unboxed/Mutable.o )
[18 of 19] Compiling Data.Vector.Mutable ( Data/Vector/Mutable.hs, dist/build/Data/Vector/Mutable.o )
[19 of 19] Compiling Data.Vector      ( Data/Vector.hs, dist/build/Data/Vector.o )
In-place registering vector-0.6.0.2...
Running Haddock for vector-0.6.0.2...
Running hscolour for vector-0.6.0.2...
Preprocessing library vector-0.6.0.2...
Preprocessing library vector-0.6.0.2...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: rts-1.0

Data/Vector/Fusion/Stream/Size.hs:25:10: Warning:
    No explicit method or default declaration for `*'
    In the instance declaration for `Num Size'

Data/Vector/Fusion/Stream/Size.hs:25:10: Warning:
    No explicit method or default declaration for `abs'
    In the instance declaration for `Num Size'

Data/Vector/Fusion/Stream/Size.hs:25:10: Warning:
    No explicit method or default declaration for `signum'
    In the instance declaration for `Num Size'

Data/Vector/Generic.hs:1682:10: Warning:
    In the use of `mkNorepType' (imported from Data.Data):
    Deprecated: "Use mkNoRepType instead"

Data/Vector/Unboxed/Base.hs:55:27: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

Data/Vector/Unboxed/Base.hs:58:27: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"
Haddock coverage:
  33% (  1 /  3) in 'Data.Vector.Storable.Internal'
 100% (  4 /  4) in 'Data.Vector.Fusion.Util'
 100% (  6 /  6) in 'Data.Vector.Fusion.Stream.Size'
  10% (  1 / 10) in 'Data.Vector.Internal.Check'
  83% (100 /121) in 'Data.Vector.Fusion.Stream.Monadic'
  84% ( 85 /101) in 'Data.Vector.Fusion.Stream'
  60% ( 29 / 48) in 'Data.Vector.Generic.Mutable'
 100% (  3 /  3) in 'Data.Vector.Generic.Base'
   5% (  1 / 19) in 'Data.Vector.Generic.New'
  92% (190 /207) in 'Data.Vector.Generic'
  89% ( 25 / 28) in 'Data.Vector.Primitive.Mutable'
Warning: Data.Vector.Primitive: Instances of type and data families are not yet supported. Instances of the following families will be filtered out:
  Mutable
  97% (168 /174) in 'Data.Vector.Primitive'
  91% ( 29 / 32) in 'Data.Vector.Storable.Mutable'
Warning: Data.Vector.Storable: Instances of type and data families are not yet supported. Instances of the following families will be filtered out:
  Mutable
  97% (174 /180) in 'Data.Vector.Storable'
Warning: Data.Vector.Unboxed.Base: Instances of type and data families are not yet supported. Instances of the following families will be filtered out:
  Mutable, MVector, Vector
  17% (  1 /  6) in 'Data.Vector.Unboxed.Base'
  95% (182 /191) in 'Data.Vector.Unboxed'
  87% ( 33 / 38) in 'Data.Vector.Unboxed.Mutable'
  88% ( 23 / 26) in 'Data.Vector.Mutable'
Warning: Data.Vector: Instances of type and data families are not yet supported. Instances of the following families will be filtered out:
  Mutable
  93% (177 /190) in 'Data.Vector'
Documentation created: dist/doc/html/vector/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/vector-0.6.0.2/ghc-7.6.3
Registering vector-0.6.0.2...
Installed vector-0.6.0.2
Downloading smallpt-hs-0.1...
Configuring smallpt-hs-0.1...
Building smallpt-hs-0.1...
Preprocessing executable 'smallpt-hs' for smallpt-hs-0.1...
[1 of 1] Compiling Main             ( smallpt-hs.hs, dist/build/smallpt-hs/smallpt-hs-tmp/Main.o )

smallpt-hs.hs:47:1: Missing block
Failed to install smallpt-hs-0.1
cabal: Error: some packages failed to install:
smallpt-hs-0.1 failed during the building phase. The exception was:
ExitFailure 1

Test log

No test log was submitted for this report.