Build #1 for gll-0.2.0.2

[all reports]

Package gll-0.2.0.2
Install InstallOk
Docs Failed
Tests NotTried
Time submitted 2015-06-09 07:44:46.811755 UTC
Compiler ghc-7.8.3
OS linux
Arch x86_64
Dependencies containers-0.5.5.1, base-4.7.0.1, array-0.5.0.0, TypeCompose-0.9.10
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring TypeCompose-0.9.10...
Building TypeCompose-0.9.10...
Preprocessing library TypeCompose-0.9.10...
[ 1 of 10] Compiling Control.Instances ( src/Control/Instances.hs, dist/build/Control/Instances.o )
[ 2 of 10] Compiling Data.RefMonad    ( src/Data/RefMonad.hs, dist/build/Data/RefMonad.o )
[ 3 of 10] Compiling Data.Bijection   ( src/Data/Bijection.hs, dist/build/Data/Bijection.o )
[ 4 of 10] Compiling Control.Compose  ( src/Control/Compose.hs, dist/build/Control/Compose.o )
[ 5 of 10] Compiling Data.Title       ( src/Data/Title.hs, dist/build/Data/Title.o )
[ 6 of 10] Compiling Data.CxMonoid    ( src/Data/CxMonoid.hs, dist/build/Data/CxMonoid.o )
[ 7 of 10] Compiling Data.Pair        ( src/Data/Pair.hs, dist/build/Data/Pair.o )
[ 8 of 10] Compiling Data.Zip         ( src/Data/Zip.hs, dist/build/Data/Zip.o )

src/Data/Zip.hs:111:1: Warning:
    Rule "zipWith  prelude" may never fire
      because ‘zipWith’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘zipWith’

src/Data/Zip.hs:112:1: Warning:
    Rule "zipWith3 prelude" may never fire
      because ‘zipWith3’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘zipWith3’
[ 9 of 10] Compiling Data.Partial     ( src/Data/Partial.hs, dist/build/Data/Partial.o )
[10 of 10] Compiling Data.Lambda      ( src/Data/Lambda.hs, dist/build/Data/Lambda.o )
In-place registering TypeCompose-0.9.10...
Running Haddock for TypeCompose-0.9.10...
Running hscolour for TypeCompose-0.9.10...
Preprocessing library TypeCompose-0.9.10...
Preprocessing library TypeCompose-0.9.10...
Haddock coverage:
 100% (  1 /  1) in 'Control.Instances'
 100% (  3 /  3) in 'Data.RefMonad'
 100% (  8 /  8) in 'Data.Bijection'
  85% ( 84 / 99) in 'Control.Compose'
  67% (  2 /  3) in 'Data.Title'
 100% (  4 /  4) in 'Data.CxMonoid'
 100% ( 16 / 16) in 'Data.Pair'
 100% ( 18 / 18) in 'Data.Zip'
  91% ( 10 / 11) in 'Data.Partial'
 100% (  8 /  8) in 'Data.Lambda'
Documentation created: dist/doc/html/TypeCompose/index.html,
dist/doc/html/TypeCompose/TypeCompose.txt
Creating package registration file: /tmp/pkgConf-TypeCompose-0.914789.10
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/TypeCompose-0.9.10
Registering TypeCompose-0.9.10...
Installed TypeCompose-0.9.10
Downloading gll-0.2.0.2...
Configuring gll-0.2.0.2...
Building gll-0.2.0.2...
Preprocessing library gll-0.2.0.2...
[ 1 of 10] Compiling GLL.Combinators.Memoisation ( src/GLL/Combinators/Memoisation.hs, dist/build/GLL/Combinators/Memoisation.o )
[ 2 of 10] Compiling GLL.Common       ( src/GLL/Common.hs, dist/build/GLL/Common.o )
[ 3 of 10] Compiling GLL.Types.Abstract ( src/GLL/Types/Abstract.hs, dist/build/GLL/Types/Abstract.o )
[ 4 of 10] Compiling GLL.Types.Grammar ( src/GLL/Types/Grammar.hs, dist/build/GLL/Types/Grammar.o )
[ 5 of 10] Compiling GLL.Parser       ( src/GLL/Parser.hs, dist/build/GLL/Parser.o )
[ 6 of 10] Compiling GLL.Combinators.Options ( src/GLL/Combinators/Options.hs, dist/build/GLL/Combinators/Options.o )
[ 7 of 10] Compiling GLL.Combinators.MemInterface ( src/GLL/Combinators/MemInterface.hs, dist/build/GLL/Combinators/MemInterface.o )

src/GLL/Combinators/MemInterface.hs:152:5: Warning:
    Local definition of ‘<*>’ clashes with a future Prelude name - this will become an error in GHC 7.10, under the Applicative-Monad Proposal.
[ 8 of 10] Compiling MemTests         ( tests/interface/MemTests.hs, dist/build/MemTests.o )
[ 9 of 10] Compiling GLL.Combinators.Interface ( src/GLL/Combinators/Interface.hs, dist/build/GLL/Combinators/Interface.o )

src/GLL/Combinators/Interface.hs:147:5: Warning:
    Local definition of ‘<*>’ clashes with a future Prelude name - this will become an error in GHC 7.10, under the Applicative-Monad Proposal.
[10 of 10] Compiling UnitTests        ( tests/interface/UnitTests.hs, dist/build/UnitTests.o )
In-place registering gll-0.2.0.2...
Running Haddock for gll-0.2.0.2...
Running hscolour for gll-0.2.0.2...
Preprocessing library gll-0.2.0.2...
Preprocessing library gll-0.2.0.2...

src/GLL/Combinators/MemInterface.hs:152:5: Warning:
    Local definition of ‘<*>’ clashes with a future Prelude name - this will become an error in GHC 7.10, under the Applicative-Monad Proposal.

tests/interface/MemTests.hs:55:5:
    parse error on input ‘-- | Elementary parsers’
Haddock coverage:
  17% (  1 /  6) in 'GLL.Combinators.Memoisation'
   0% (  0 /  3) in 'GLL.Common'
   0% (  0 / 11) in 'GLL.Types.Abstract'
   0% (  0 / 55) in 'GLL.Types.Grammar'
   0% (  0 /  8) in 'GLL.Parser'
  80% (  4 /  5) in 'GLL.Combinators.Options'
  24% (  6 / 25) in 'GLL.Combinators.MemInterface'
Creating package registration file: /tmp/pkgConf-gll-0.2.014789.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/gll-0.2.0.2
Registering gll-0.2.0.2...
Installed gll-0.2.0.2

Test log

No test log was submitted for this report.