Build #2 for faker-0.0.0.1

[all reports]

Package faker-0.0.0.1
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2015-05-27 17:05:54.318958 UTC
Compiler ghc-7.8.3
OS linux
Arch x86_64
Dependencies split-0.2.2, random-1.1, gimlh-0.1.3.0, base-4.7.0.1
Flags none

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-111857.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
Configuring split-0.2.2...
Building split-0.2.2...
Preprocessing library split-0.2.2...
[1 of 2] Compiling Data.List.Split.Internals ( src/Data/List/Split/Internals.hs, dist/build/Data/List/Split/Internals.o )
[2 of 2] Compiling Data.List.Split  ( src/Data/List/Split.hs, dist/build/Data/List/Split.o )
In-place registering split-0.2.2...
Running Haddock for split-0.2.2...
Running hscolour for split-0.2.2...
Preprocessing library split-0.2.2...
Preprocessing library split-0.2.2...
Haddock coverage:
  91% ( 61 / 67) in 'Data.List.Split.Internals'
  90% ( 44 / 49) in 'Data.List.Split'
Documentation created: dist/doc/html/split/index.html,
dist/doc/html/split/split.txt
Creating package registration file: /tmp/pkgConf-split-0.211857.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/split-0.2.2
Registering split-0.2.2...
Installed split-0.2.2
Configuring gimlh-0.1.3.0...
Building gimlh-0.1.3.0...
Preprocessing library gimlh-0.1.3.0...
[1 of 1] Compiling Gimlh            ( src/Gimlh.hs, dist/build/Gimlh.o )
In-place registering gimlh-0.1.3.0...
Running Haddock for gimlh-0.1.3.0...
Running hscolour for gimlh-0.1.3.0...
Preprocessing library gimlh-0.1.3.0...
Preprocessing library gimlh-0.1.3.0...
Haddock coverage:
 100% ( 15 / 15) in 'Gimlh'
Documentation created: dist/doc/html/gimlh/index.html,
dist/doc/html/gimlh/gimlh.txt
Creating package registration file: /tmp/pkgConf-gimlh-0.1.311857.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/gimlh-0.1.3.0
Registering gimlh-0.1.3.0...
Installed gimlh-0.1.3.0
Downloading faker-0.0.0.1...
Configuring faker-0.0.0.1...
Building faker-0.0.0.1...
Preprocessing library faker-0.0.0.1...
[ 1 of 11] Compiling Paths_faker      ( dist/build/autogen/Paths_faker.hs, dist/build/Paths_faker.o )
[ 2 of 11] Compiling Faker.Utils      ( src/Faker/Utils.hs, dist/build/Faker/Utils.o )
[ 3 of 11] Compiling Faker.Lorem      ( src/Faker/Lorem.hs, dist/build/Faker/Lorem.o )
[ 4 of 11] Compiling Faker.Business   ( src/Faker/Business.hs, dist/build/Faker/Business.o )
[ 5 of 11] Compiling Faker.CreditCard ( src/Faker/CreditCard.hs, dist/build/Faker/CreditCard.o )
[ 6 of 11] Compiling Faker.Name       ( src/Faker/Name.hs, dist/build/Faker/Name.o )
[ 7 of 11] Compiling Faker.Address    ( src/Faker/Address.hs, dist/build/Faker/Address.o )
[ 8 of 11] Compiling Faker.Company    ( src/Faker/Company.hs, dist/build/Faker/Company.o )
[ 9 of 11] Compiling Faker.Internet   ( src/Faker/Internet.hs, dist/build/Faker/Internet.o )
[10 of 11] Compiling Faker.App        ( src/Faker/App.hs, dist/build/Faker/App.o )
[11 of 11] Compiling Faker            ( src/Faker.hs, dist/build/Faker.o )

src/Faker.hs:4:3: Warning:
    The export item `module Faker.Name' exports nothing

src/Faker.hs:5:3: Warning:
    The export item `module Faker.Address' exports nothing

src/Faker.hs:6:3: Warning:
    The export item `module Faker.CreditCard' exports nothing

src/Faker.hs:7:3: Warning:
    The export item `module Faker.Company' exports nothing

src/Faker.hs:8:3: Warning:
    The export item `module Faker.Internet' exports nothing

src/Faker.hs:9:3: Warning:
    The export item `module Faker.App' exports nothing

src/Faker.hs:10:3: Warning:
    The export item `module Faker.Business' exports nothing

src/Faker.hs:11:3: Warning:
    The export item `module Faker.Lorem' exports nothing

src/Faker.hs:15:1: Warning:
    The import of ‘Prelude’ is redundant
      except perhaps to import instances from ‘Prelude’
    To import instances alone, use: import Prelude()

src/Faker.hs:16:1: Warning:
    The qualified import of ‘Faker.Name’ is redundant
      except perhaps to import instances from ‘Faker.Name’
    To import instances alone, use: import Faker.Name()

src/Faker.hs:17:1: Warning:
    The qualified import of ‘Faker.Address’ is redundant
      except perhaps to import instances from ‘Faker.Address’
    To import instances alone, use: import Faker.Address()

src/Faker.hs:18:1: Warning:
    The qualified import of ‘Faker.CreditCard’ is redundant
      except perhaps to import instances from ‘Faker.CreditCard’
    To import instances alone, use: import Faker.CreditCard()

src/Faker.hs:19:1: Warning:
    The qualified import of ‘Faker.Company’ is redundant
      except perhaps to import instances from ‘Faker.Company’
    To import instances alone, use: import Faker.Company()

src/Faker.hs:20:1: Warning:
    The qualified import of ‘Faker.Internet’ is redundant
      except perhaps to import instances from ‘Faker.Internet’
    To import instances alone, use: import Faker.Internet()

src/Faker.hs:21:1: Warning:
    The qualified import of ‘Faker.App’ is redundant
      except perhaps to import instances from ‘Faker.App’
    To import instances alone, use: import Faker.App()

src/Faker.hs:22:1: Warning:
    The qualified import of ‘Faker.Business’ is redundant
      except perhaps to import instances from ‘Faker.Business’
    To import instances alone, use: import Faker.Business()

src/Faker.hs:23:1: Warning:
    The qualified import of ‘Faker.Lorem’ is redundant
      except perhaps to import instances from ‘Faker.Lorem’
    To import instances alone, use: import Faker.Lorem()
In-place registering faker-0.0.0.1...
Running Haddock for faker-0.0.0.1...
Running hscolour for faker-0.0.0.1...
Preprocessing library faker-0.0.0.1...
Preprocessing library faker-0.0.0.1...

src/Faker.hs:4:3: Warning:
    The export item `module Faker.Name' exports nothing

src/Faker.hs:5:3: Warning:
    The export item `module Faker.Address' exports nothing

src/Faker.hs:6:3: Warning:
    The export item `module Faker.CreditCard' exports nothing

src/Faker.hs:7:3: Warning:
    The export item `module Faker.Company' exports nothing

src/Faker.hs:8:3: Warning:
    The export item `module Faker.Internet' exports nothing

src/Faker.hs:9:3: Warning:
    The export item `module Faker.App' exports nothing

src/Faker.hs:10:3: Warning:
    The export item `module Faker.Business' exports nothing

src/Faker.hs:11:3: Warning:
    The export item `module Faker.Lorem' exports nothing

src/Faker.hs:15:1: Warning:
    The import of ‘Prelude’ is redundant
      except perhaps to import instances from ‘Prelude’
    To import instances alone, use: import Prelude()

src/Faker.hs:16:1: Warning:
    The qualified import of ‘Faker.Name’ is redundant
      except perhaps to import instances from ‘Faker.Name’
    To import instances alone, use: import Faker.Name()

src/Faker.hs:17:1: Warning:
    The qualified import of ‘Faker.Address’ is redundant
      except perhaps to import instances from ‘Faker.Address’
    To import instances alone, use: import Faker.Address()

src/Faker.hs:18:1: Warning:
    The qualified import of ‘Faker.CreditCard’ is redundant
      except perhaps to import instances from ‘Faker.CreditCard’
    To import instances alone, use: import Faker.CreditCard()

src/Faker.hs:19:1: Warning:
    The qualified import of ‘Faker.Company’ is redundant
      except perhaps to import instances from ‘Faker.Company’
    To import instances alone, use: import Faker.Company()

src/Faker.hs:20:1: Warning:
    The qualified import of ‘Faker.Internet’ is redundant
      except perhaps to import instances from ‘Faker.Internet’
    To import instances alone, use: import Faker.Internet()

src/Faker.hs:21:1: Warning:
    The qualified import of ‘Faker.App’ is redundant
      except perhaps to import instances from ‘Faker.App’
    To import instances alone, use: import Faker.App()

src/Faker.hs:22:1: Warning:
    The qualified import of ‘Faker.Business’ is redundant
      except perhaps to import instances from ‘Faker.Business’
    To import instances alone, use: import Faker.Business()

src/Faker.hs:23:1: Warning:
    The qualified import of ‘Faker.Lorem’ is redundant
      except perhaps to import instances from ‘Faker.Lorem’
    To import instances alone, use: import Faker.Lorem()
Haddock coverage:
   0% (  0 /  8) in 'Paths_faker'
   0% (  0 /  6) in 'Faker.Utils'
   0% (  0 /  9) in 'Faker.Lorem'
   0% (  0 /  4) in 'Faker.Business'
   0% (  0 / 13) in 'Faker.CreditCard'
   0% (  0 /  7) in 'Faker.Name'
   0% (  0 / 20) in 'Faker.Address'
   0% (  0 /  9) in 'Faker.Company'
   0% (  0 /  8) in 'Faker.Internet'
   0% (  0 /  4) in 'Faker.App'
  90% (  9 / 10) in 'Faker'
Documentation created: dist/doc/html/faker/index.html,
dist/doc/html/faker/faker.txt
Creating package registration file: /tmp/pkgConf-faker-0.0.011857.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/faker-0.0.0.1
Registering faker-0.0.0.1...
Installed faker-0.0.0.1

Test log

No test log was submitted for this report.