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.922114.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.3... Configuring gll-0.2.0.3... Building gll-0.2.0.3... Preprocessing library gll-0.2.0.3... [ 1 of 13] Compiling GLL.Combinators.Memoisation ( src/GLL/Combinators/Memoisation.hs, dist/build/GLL/Combinators/Memoisation.o ) [ 2 of 13] Compiling GLL.Types.Abstract ( src/GLL/Types/Abstract.hs, dist/build/GLL/Types/Abstract.o ) [ 3 of 13] Compiling GLL.Types.Grammar ( src/GLL/Types/Grammar.hs, dist/build/GLL/Types/Grammar.o ) [ 4 of 13] Compiling GLL.Parser ( src/GLL/Parser.hs, dist/build/GLL/Parser.o ) [ 5 of 13] Compiling GLL.Combinators.Options ( src/GLL/Combinators/Options.hs, dist/build/GLL/Combinators/Options.o ) [ 6 of 13] Compiling GLL.Combinators.MemInterface ( src/GLL/Combinators/MemInterface.hs, dist/build/GLL/Combinators/MemInterface.o ) src/GLL/Combinators/MemInterface.hs:153: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. [ 7 of 13] Compiling GLL.Combinators.Test.MemInterface ( src/GLL/Combinators/Test/MemInterface.hs, dist/build/GLL/Combinators/Test/MemInterface.o ) [ 8 of 13] Compiling GLL.Combinators.BinInterface ( src/GLL/Combinators/BinInterface.hs, dist/build/GLL/Combinators/BinInterface.o ) src/GLL/Combinators/BinInterface.hs:112:4: Warning: Local definition of ‘<*>’ clashes with a future Prelude name - this will become an error in GHC 7.10, under the Applicative-Monad Proposal. [ 9 of 13] Compiling GLL.Combinators.Test.BinInterface ( src/GLL/Combinators/Test/BinInterface.hs, dist/build/GLL/Combinators/Test/BinInterface.o ) [10 of 13] Compiling GLL.Combinators.MemBinInterface ( src/GLL/Combinators/MemBinInterface.hs, dist/build/GLL/Combinators/MemBinInterface.o ) src/GLL/Combinators/MemBinInterface.hs:120:4: Warning: Local definition of ‘<*>’ clashes with a future Prelude name - this will become an error in GHC 7.10, under the Applicative-Monad Proposal. [11 of 13] Compiling GLL.Combinators.Test.MemBinInterface ( src/GLL/Combinators/Test/MemBinInterface.hs, dist/build/GLL/Combinators/Test/MemBinInterface.o ) [12 of 13] Compiling GLL.Combinators.Interface ( src/GLL/Combinators/Interface.hs, dist/build/GLL/Combinators/Interface.o ) src/GLL/Combinators/Interface.hs:154: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. [13 of 13] Compiling GLL.Combinators.Test.Interface ( src/GLL/Combinators/Test/Interface.hs, dist/build/GLL/Combinators/Test/Interface.o ) In-place registering gll-0.2.0.3... Running Haddock for gll-0.2.0.3... Running hscolour for gll-0.2.0.3... Preprocessing library gll-0.2.0.3... Preprocessing library gll-0.2.0.3... src/GLL/Combinators/MemInterface.hs:153: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. src/GLL/Combinators/BinInterface.hs:112:4: Warning: Local definition of ‘<*>’ clashes with a future Prelude name - this will become an error in GHC 7.10, under the Applicative-Monad Proposal. src/GLL/Combinators/MemBinInterface.hs:120:4: Warning: Local definition of ‘<*>’ clashes with a future Prelude name - this will become an error in GHC 7.10, under the Applicative-Monad Proposal. src/GLL/Combinators/Interface.hs:154: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. Haddock coverage: 17% ( 1 / 6) in 'GLL.Combinators.Memoisation' 8% ( 1 / 12) in 'GLL.Types.Abstract' 0% ( 0 / 55) in 'GLL.Types.Grammar' 0% ( 0 / 8) in 'GLL.Parser' 80% ( 4 / 5) in 'GLL.Combinators.Options' 21% ( 6 / 28) in 'GLL.Combinators.MemInterface' 100% ( 2 / 2) in 'GLL.Combinators.Test.MemInterface' 85% ( 17 / 20) in 'GLL.Combinators.BinInterface' 100% ( 2 / 2) in 'GLL.Combinators.Test.BinInterface' 79% ( 19 / 24) in 'GLL.Combinators.MemBinInterface' 100% ( 2 / 2) in 'GLL.Combinators.Test.MemBinInterface' 29% ( 7 / 24) in 'GLL.Combinators.Interface' 100% ( 2 / 2) in 'GLL.Combinators.Test.Interface' Warning: GLL.Combinators.BinInterface: could not find link destinations for: GLL.Combinators.BinInterface.Visit1 GLL.Combinators.BinInterface.Visit2 GLL.Combinators.BinInterface.Visit3 Warning: GLL.Combinators.MemBinInterface: could not find link destinations for: GLL.Combinators.MemBinInterface.Visit1 GLL.Combinators.MemBinInterface.Visit2 GLL.Combinators.MemBinInterface.Visit3 Documentation created: dist/doc/html/gll/index.html, dist/doc/html/gll/gll.txt Creating package registration file: /tmp/pkgConf-gll-0.2.022114.3 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/gll-0.2.0.3 Registering gll-0.2.0.3... Installed gll-0.2.0.3