Build #1 for persistable-record-0.3.0.0

[all reports]

Package persistable-record-0.3.0.0
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2016-01-22 10:16:28.53745 UTC
Compiler ghc-7.10.2
OS linux
Arch x86_64
Dependencies transformers-0.4.2.0, template-haskell-2.10.0.0, names-th-0.2.0.1, dlist-0.7.1.2, containers-0.5.6.2, base-4.8.1.0, array-0.5.1.0
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring dlist-0.7.1.2...
Building dlist-0.7.1.2...
Preprocessing library dlist-0.7.1.2...
[1 of 1] Compiling Data.DList       ( Data/DList.hs, dist/build/Data/DList.o )
In-place registering dlist-0.7.1.2...
Running Haddock for dlist-0.7.1.2...
Running hscolour for dlist-0.7.1.2...
Preprocessing library dlist-0.7.1.2...
Preprocessing library dlist-0.7.1.2...
Haddock coverage:
 100% ( 20 / 20) in 'Data.DList'
Documentation created: dist/doc/html/dlist/index.html,
dist/doc/html/dlist/dlist.txt
Creating package registration file:
/tmp/pkgConf-dlist-0.7.1278722862233665123.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/dlist-0.7.1.2-7AixcwRWCwX32HiPCcE7zz
Registering dlist-0.7.1.2...
Installed dlist-0.7.1.2
Configuring names-th-0.2.0.1...
Building names-th-0.2.0.1...
Preprocessing library names-th-0.2.0.1...
[1 of 2] Compiling Language.Haskell.TH.Lib.Extra ( src/Language/Haskell/TH/Lib/Extra.hs, dist/build/Language/Haskell/TH/Lib/Extra.o )
[2 of 2] Compiling Language.Haskell.TH.Name.CamelCase ( src/Language/Haskell/TH/Name/CamelCase.hs, dist/build/Language/Haskell/TH/Name/CamelCase.o )
In-place registering names-th-0.2.0.1...
Running Haddock for names-th-0.2.0.1...
Running hscolour for names-th-0.2.0.1...
Preprocessing library names-th-0.2.0.1...
Preprocessing library names-th-0.2.0.1...
Haddock coverage:
 100% ( 13 / 13) in 'Language.Haskell.TH.Lib.Extra'
 100% ( 18 / 18) in 'Language.Haskell.TH.Name.CamelCase'
Documentation created: dist/doc/html/names-th/index.html,
dist/doc/html/names-th/names-th.txt
Creating package registration file:
/tmp/pkgConf-names-th-0.2.020539999321264095060.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/names-th-0.2.0.1-1y8hrA2yk5KKanqJLWy5rd
Registering names-th-0.2.0.1...
Installed names-th-0.2.0.1
Downloading persistable-record-0.3.0.0...
Configuring persistable-record-0.3.0.0...
Building persistable-record-0.3.0.0...
Preprocessing library persistable-record-0.3.0.0...
[1 of 7] Compiling Database.Record.KeyConstraint ( src/Database/Record/KeyConstraint.hs, dist/build/Database/Record/KeyConstraint.o )
[2 of 7] Compiling Database.Record.Persistable ( src/Database/Record/Persistable.hs, dist/build/Database/Record/Persistable.o )
[3 of 7] Compiling Database.Record.ToSql ( src/Database/Record/ToSql.hs, dist/build/Database/Record/ToSql.o )

src/Database/Record/ToSql.hs:40:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[4 of 7] Compiling Database.Record.FromSql ( src/Database/Record/FromSql.hs, dist/build/Database/Record/FromSql.o )

src/Database/Record/FromSql.hs:39:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[5 of 7] Compiling Database.Record  ( src/Database/Record.hs, dist/build/Database/Record.o )
[6 of 7] Compiling Database.Record.TH ( src/Database/Record/TH.hs, dist/build/Database/Record/TH.o )

src/Database/Record/TH.hs:68:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Database/Record/TH.hs:232:1: Warning:
    Defined but not used: ‘columnDefault’
[7 of 7] Compiling Database.Record.Instances ( src/Database/Record/Instances.hs, dist/build/Database/Record/Instances.o )
In-place registering persistable-record-0.3.0.0...
Running Haddock for persistable-record-0.3.0.0...
Running hscolour for persistable-record-0.3.0.0...
Preprocessing library persistable-record-0.3.0.0...
Preprocessing library persistable-record-0.3.0.0...

src/Database/Record/ToSql.hs:40:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Database/Record/FromSql.hs:39:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Database/Record/TH.hs:68:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Database/Record/TH.hs:232:1: Warning:
    Defined but not used: ‘columnDefault’
Haddock coverage:
 100% ( 30 / 30) in 'Database.Record.KeyConstraint'
 100% ( 25 / 25) in 'Database.Record.Persistable'
 100% ( 20 / 20) in 'Database.Record.ToSql'
 100% ( 14 / 14) in 'Database.Record.FromSql'
 100% ( 16 / 16) in 'Database.Record'
  98% ( 40 / 41) in 'Database.Record.TH'
  Missing documentation for:
    defineRecordTypeWithConfig (src/Database/Record/TH.hs:234)
 100% (  1 /  1) in 'Database.Record.Instances'
Documentation created: dist/doc/html/persistable-record/index.html,
dist/doc/html/persistable-record/persistable-record.txt
Creating package registration file:
/tmp/pkgConf-persistable-record-0.3.01911165193269441500.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/persistable-record-0.3.0.0-JEYZY9PCVUpCyAEiBKo7LD
Registering persistable-record-0.3.0.0...
Installed persistable-record-0.3.0.0

Test log

No test log was submitted for this report.