Resolving dependencies... Configuring primitive-0.6... Building primitive-0.6... Preprocessing library primitive-0.6... [ 1 of 10] Compiling Data.Primitive.Internal.Compat ( Data/Primitive/Internal/Compat.hs, dist/build/Data/Primitive/Internal/Compat.o ) [ 2 of 10] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, dist/build/Data/Primitive/MachDeps.o ) [ 3 of 10] Compiling Data.Primitive.Internal.Operations ( Data/Primitive/Internal/Operations.hs, dist/build/Data/Primitive/Internal/Operations.o ) [ 4 of 10] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, dist/build/Control/Monad/Primitive.o ) [ 5 of 10] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, dist/build/Data/Primitive/Types.o ) [ 6 of 10] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, dist/build/Data/Primitive/Array.o ) [ 7 of 10] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, dist/build/Data/Primitive/ByteArray.o ) [ 8 of 10] Compiling Data.Primitive.Addr ( Data/Primitive/Addr.hs, dist/build/Data/Primitive/Addr.o ) [ 9 of 10] Compiling Data.Primitive ( Data/Primitive.hs, dist/build/Data/Primitive.o ) [10 of 10] Compiling Data.Primitive.MutVar ( Data/Primitive/MutVar.hs, dist/build/Data/Primitive/MutVar.o ) In-place registering primitive-0.6... Running Haddock for primitive-0.6... Running hscolour for primitive-0.6... Preprocessing library primitive-0.6... Preprocessing library primitive-0.6... Haddock coverage: 100% ( 3 / 3) in 'Data.Primitive.Internal.Compat' 3% ( 1 / 35) in 'Data.Primitive.MachDeps' 3% ( 1 / 29) in 'Data.Primitive.Internal.Operations' 75% ( 12 / 16) in 'Control.Monad.Primitive' 100% ( 3 / 3) in 'Data.Primitive.Types' 100% ( 15 / 15) in 'Data.Primitive.Array' 93% ( 27 / 29) in 'Data.Primitive.ByteArray' 100% ( 16 / 16) in 'Data.Primitive.Addr' 100% ( 7 / 7) in 'Data.Primitive' 100% ( 9 / 9) in 'Data.Primitive.MutVar' Documentation created: dist/doc/html/primitive/index.html, dist/doc/html/primitive/primitive.txt Creating package registration file: /tmp/pkgConf-primitive-028252.6 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/primitive-0.6 Registering primitive-0.6... Installed primitive-0.6 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-128252.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 tf-random-0.5... Building tf-random-0.5... Preprocessing library tf-random-0.5... [1 of 4] Compiling System.Random.TF.Gen ( src/System/Random/TF/Gen.hs, dist/build/System/Random/TF/Gen.o ) [2 of 4] Compiling System.Random.TF.Init ( src/System/Random/TF/Init.hs, dist/build/System/Random/TF/Init.o ) src/System/Random/TF/Init.hs:94:5: Warning: In the use of ‘bitSize’ (imported from Data.Bits): Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead" [3 of 4] Compiling System.Random.TF.Instances ( src/System/Random/TF/Instances.hs, dist/build/System/Random/TF/Instances.o ) [4 of 4] Compiling System.Random.TF ( src/System/Random/TF.hs, dist/build/System/Random/TF.o ) In-place registering tf-random-0.5... Running Haddock for tf-random-0.5... Running hscolour for tf-random-0.5... Preprocessing library tf-random-0.5... Preprocessing library tf-random-0.5... src/System/Random/TF/Init.hs:94:5: Warning: In the use of ‘bitSize’ (imported from Data.Bits): Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead" Haddock coverage: 100% ( 4 / 4) in 'System.Random.TF.Gen' 83% ( 5 / 6) in 'System.Random.TF.Init' 33% ( 1 / 3) in 'System.Random.TF.Instances' 100% ( 3 / 3) in 'System.Random.TF' Documentation created: dist/doc/html/tf-random/index.html, dist/doc/html/tf-random/tf-random.txt Creating package registration file: /tmp/pkgConf-tf-random-028252.5 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/tf-random-0.5 Registering tf-random-0.5... Installed tf-random-0.5 Configuring QuickCheck-2.8.1... Building QuickCheck-2.8.1... Preprocessing library QuickCheck-2.8.1... [ 1 of 15] Compiling Test.QuickCheck.Random ( Test/QuickCheck/Random.hs, dist/build/Test/QuickCheck/Random.o ) [ 2 of 15] Compiling Test.QuickCheck.Exception ( Test/QuickCheck/Exception.hs, dist/build/Test/QuickCheck/Exception.o ) [ 3 of 15] Compiling Test.QuickCheck.Text ( Test/QuickCheck/Text.hs, dist/build/Test/QuickCheck/Text.o ) [ 4 of 15] Compiling Test.QuickCheck.State ( Test/QuickCheck/State.hs, dist/build/Test/QuickCheck/State.o ) [ 5 of 15] Compiling Test.QuickCheck.Gen ( Test/QuickCheck/Gen.hs, dist/build/Test/QuickCheck/Gen.o ) [ 6 of 15] Compiling Test.QuickCheck.Gen.Unsafe ( Test/QuickCheck/Gen/Unsafe.hs, dist/build/Test/QuickCheck/Gen/Unsafe.o ) [ 7 of 15] Compiling Test.QuickCheck.Arbitrary ( Test/QuickCheck/Arbitrary.hs, dist/build/Test/QuickCheck/Arbitrary.o ) [ 8 of 15] Compiling Test.QuickCheck.Modifiers ( Test/QuickCheck/Modifiers.hs, dist/build/Test/QuickCheck/Modifiers.o ) [ 9 of 15] Compiling Test.QuickCheck.Poly ( Test/QuickCheck/Poly.hs, dist/build/Test/QuickCheck/Poly.o ) [10 of 15] Compiling Test.QuickCheck.Function ( Test/QuickCheck/Function.hs, dist/build/Test/QuickCheck/Function.o ) [11 of 15] Compiling Test.QuickCheck.Property ( Test/QuickCheck/Property.hs, dist/build/Test/QuickCheck/Property.o ) [12 of 15] Compiling Test.QuickCheck.Test ( Test/QuickCheck/Test.hs, dist/build/Test/QuickCheck/Test.o ) [13 of 15] Compiling Test.QuickCheck.All ( Test/QuickCheck/All.hs, dist/build/Test/QuickCheck/All.o ) [14 of 15] Compiling Test.QuickCheck.Monadic ( Test/QuickCheck/Monadic.hs, dist/build/Test/QuickCheck/Monadic.o ) [15 of 15] Compiling Test.QuickCheck ( Test/QuickCheck.hs, dist/build/Test/QuickCheck.o ) In-place registering QuickCheck-2.8.1... Running Haddock for QuickCheck-2.8.1... Running hscolour for QuickCheck-2.8.1... Preprocessing library QuickCheck-2.8.1... Preprocessing library QuickCheck-2.8.1... Haddock coverage: 10% ( 2 / 20) in 'Test.QuickCheck.Random' 33% ( 3 / 9) in 'Test.QuickCheck.Exception' 6% ( 1 / 18) in 'Test.QuickCheck.Text' 100% ( 2 / 2) in 'Test.QuickCheck.State' 89% ( 25 / 28) in 'Test.QuickCheck.Gen' 80% ( 4 / 5) in 'Test.QuickCheck.Gen.Unsafe' 100% ( 32 / 32) in 'Test.QuickCheck.Arbitrary' 93% ( 14 / 15) in 'Test.QuickCheck.Modifiers' 14% ( 1 / 7) in 'Test.QuickCheck.Poly' 38% ( 3 / 8) in 'Test.QuickCheck.Function' 62% ( 44 / 71) in 'Test.QuickCheck.Property' 50% ( 14 / 28) in 'Test.QuickCheck.Test' 100% ( 9 / 9) in 'Test.QuickCheck.All' 78% ( 14 / 18) in 'Test.QuickCheck.Monadic' 99% (127 /128) in 'Test.QuickCheck' Warning: Test.QuickCheck.Arbitrary: could not find link destinations for: Test.QuickCheck.Arbitrary.RecursivelyShrink Test.QuickCheck.Arbitrary.GSubterms Test.QuickCheck.Arbitrary.GCoArbitrary Test.QuickCheck.Arbitrary.gSubterms Test.QuickCheck.Arbitrary.gSubtermsIncl Warning: Test.QuickCheck: could not find link destinations for: Test.QuickCheck.Arbitrary.GCoArbitrary Test.QuickCheck.Arbitrary.RecursivelyShrink Test.QuickCheck.Arbitrary.GSubterms Documentation created: dist/doc/html/QuickCheck/index.html, dist/doc/html/QuickCheck/QuickCheck.txt Creating package registration file: /tmp/pkgConf-QuickCheck-2.828252.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/QuickCheck-2.8.1 Registering QuickCheck-2.8.1... Installed QuickCheck-2.8.1 Configuring opentheory-primitive-1.5... Building opentheory-primitive-1.5... Preprocessing library opentheory-primitive-1.5... [1 of 5] Compiling OpenTheory.Primitive.Test ( src/OpenTheory/Primitive/Test.hs, dist/build/OpenTheory/Primitive/Test.o ) [2 of 5] Compiling OpenTheory.Primitive.Random ( src/OpenTheory/Primitive/Random.hs, dist/build/OpenTheory/Primitive/Random.o ) [3 of 5] Compiling OpenTheory.Primitive.Natural ( src/OpenTheory/Primitive/Natural.hs, dist/build/OpenTheory/Primitive/Natural.o ) src/OpenTheory/Primitive/Natural.hs:79:10: Warning: No explicit implementation for ‘bitSizeMaybe’ In the instance declaration for ‘Bits Natural’ [4 of 5] Compiling OpenTheory.Primitive.Byte ( src/OpenTheory/Primitive/Byte.hs, dist/build/OpenTheory/Primitive/Byte.o ) [5 of 5] Compiling OpenTheory.Primitive.Word16 ( src/OpenTheory/Primitive/Word16.hs, dist/build/OpenTheory/Primitive/Word16.o ) In-place registering opentheory-primitive-1.5... Running Haddock for opentheory-primitive-1.5... Running hscolour for opentheory-primitive-1.5... Preprocessing library opentheory-primitive-1.5... Preprocessing library opentheory-primitive-1.5... src/OpenTheory/Primitive/Natural.hs:79:10: Warning: No explicit implementation for ‘bitSizeMaybe’ In the instance declaration for ‘Bits Natural’ Haddock coverage: 33% ( 1 / 3) in 'OpenTheory.Primitive.Test' 20% ( 1 / 5) in 'OpenTheory.Primitive.Random' 25% ( 1 / 4) in 'OpenTheory.Primitive.Natural' 10% ( 1 / 10) in 'OpenTheory.Primitive.Byte' 9% ( 1 / 11) in 'OpenTheory.Primitive.Word16' Documentation created: dist/doc/html/opentheory-primitive/index.html, dist/doc/html/opentheory-primitive/opentheory-primitive.txt Creating package registration file: /tmp/pkgConf-opentheory-primitive-128252.5 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/opentheory-primitive-1.5 Registering opentheory-primitive-1.5... Installed opentheory-primitive-1.5 Downloading opentheory-1.197... Configuring opentheory-1.197... Building opentheory-1.197... Preprocessing library opentheory-1.197... [1 of 2] Compiling OpenTheory.Natural ( src/OpenTheory/Natural.hs, dist/build/OpenTheory/Natural.o ) [2 of 2] Compiling OpenTheory.List ( src/OpenTheory/List.hs, dist/build/OpenTheory/List.o ) In-place registering opentheory-1.197... Running Haddock for opentheory-1.197... Running hscolour for opentheory-1.197... Preprocessing library opentheory-1.197... Preprocessing library opentheory-1.197... Haddock coverage: 33% ( 1 / 3) in 'OpenTheory.Natural' 50% ( 1 / 2) in 'OpenTheory.List' Documentation created: dist/doc/html/opentheory/index.html, dist/doc/html/opentheory/opentheory.txt Creating package registration file: /tmp/pkgConf-opentheory-128252.197 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/opentheory-1.197 Registering opentheory-1.197... Installed opentheory-1.197 Downloading opentheory-parser-1.157... Configuring opentheory-parser-1.157... Building opentheory-parser-1.157... Preprocessing library opentheory-parser-1.157... [1 of 2] Compiling OpenTheory.Parser.Stream ( src/OpenTheory/Parser/Stream.hs, dist/build/OpenTheory/Parser/Stream.o ) [2 of 2] Compiling OpenTheory.Parser ( src/OpenTheory/Parser.hs, dist/build/OpenTheory/Parser.o ) In-place registering opentheory-parser-1.157... Running Haddock for opentheory-parser-1.157... Running hscolour for opentheory-parser-1.157... Preprocessing library opentheory-parser-1.157... Preprocessing library opentheory-parser-1.157... Haddock coverage: 12% ( 1 / 8) in 'OpenTheory.Parser.Stream' 6% ( 1 / 16) in 'OpenTheory.Parser' Documentation created: dist/doc/html/opentheory-parser/index.html, dist/doc/html/opentheory-parser/opentheory-parser.txt Creating package registration file: /tmp/pkgConf-opentheory-parser-128252.157 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/opentheory-parser-1.157 Registering opentheory-parser-1.157... Installed opentheory-parser-1.157 Downloading opentheory-probability-1.48... Configuring opentheory-probability-1.48... Building opentheory-probability-1.48... Preprocessing library opentheory-probability-1.48... [1 of 3] Compiling OpenTheory.Random ( src/OpenTheory/Random.hs, dist/build/OpenTheory/Random.o ) [2 of 3] Compiling OpenTheory.Natural.Geometric ( src/OpenTheory/Natural/Geometric.hs, dist/build/OpenTheory/Natural/Geometric.o ) [3 of 3] Compiling OpenTheory.List.Geometric ( src/OpenTheory/List/Geometric.hs, dist/build/OpenTheory/List/Geometric.o ) In-place registering opentheory-probability-1.48... Running Haddock for opentheory-probability-1.48... Running hscolour for opentheory-probability-1.48... Preprocessing library opentheory-probability-1.48... Preprocessing library opentheory-probability-1.48... Haddock coverage: 33% ( 1 / 3) in 'OpenTheory.Random' 50% ( 1 / 2) in 'OpenTheory.Natural.Geometric' 50% ( 1 / 2) in 'OpenTheory.List.Geometric' Documentation created: dist/doc/html/opentheory-probability/index.html, dist/doc/html/opentheory-probability/opentheory-probability.txt Creating package registration file: /tmp/pkgConf-opentheory-probability-128252.48 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/opentheory-probability-1.48 Registering opentheory-probability-1.48... Installed opentheory-probability-1.48 Downloading opentheory-bits-1.65... Configuring opentheory-bits-1.65... Building opentheory-bits-1.65... Preprocessing library opentheory-bits-1.65... [1 of 2] Compiling OpenTheory.Natural.Bits ( src/OpenTheory/Natural/Bits.hs, dist/build/OpenTheory/Natural/Bits.o ) [2 of 2] Compiling OpenTheory.Natural.Uniform ( src/OpenTheory/Natural/Uniform.hs, dist/build/OpenTheory/Natural/Uniform.o ) In-place registering opentheory-bits-1.65... Running Haddock for opentheory-bits-1.65... Running hscolour for opentheory-bits-1.65... Preprocessing library opentheory-bits-1.65... Preprocessing library opentheory-bits-1.65... Haddock coverage: 8% ( 1 / 12) in 'OpenTheory.Natural.Bits' 50% ( 1 / 2) in 'OpenTheory.Natural.Uniform' Documentation created: dist/doc/html/opentheory-bits/index.html, dist/doc/html/opentheory-bits/opentheory-bits.txt Creating package registration file: /tmp/pkgConf-opentheory-bits-128252.65 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/opentheory-bits-1.65 Registering opentheory-bits-1.65... Installed opentheory-bits-1.65 Downloading opentheory-byte-1.125... Configuring opentheory-byte-1.125... Building opentheory-byte-1.125... Preprocessing library opentheory-byte-1.125... [1 of 1] Compiling OpenTheory.Byte ( src/OpenTheory/Byte.hs, dist/build/OpenTheory/Byte.o ) In-place registering opentheory-byte-1.125... Running Haddock for opentheory-byte-1.125... Running hscolour for opentheory-byte-1.125... Preprocessing library opentheory-byte-1.125... Preprocessing library opentheory-byte-1.125... Haddock coverage: 25% ( 1 / 4) in 'OpenTheory.Byte' Documentation created: dist/doc/html/opentheory-byte/index.html, dist/doc/html/opentheory-byte/opentheory-byte.txt Creating package registration file: /tmp/pkgConf-opentheory-byte-128252.125 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/opentheory-byte-1.125 Registering opentheory-byte-1.125... Installed opentheory-byte-1.125 Downloading opentheory-unicode-1.139... Configuring opentheory-unicode-1.139... Building opentheory-unicode-1.139... Preprocessing library opentheory-unicode-1.139... [1 of 2] Compiling OpenTheory.Unicode ( src/OpenTheory/Unicode.hs, dist/build/OpenTheory/Unicode.o ) [2 of 2] Compiling OpenTheory.Unicode.UTF8 ( src/OpenTheory/Unicode/UTF8.hs, dist/build/OpenTheory/Unicode/UTF8.o ) In-place registering opentheory-unicode-1.139... Running Haddock for opentheory-unicode-1.139... Running hscolour for opentheory-unicode-1.139... Preprocessing library opentheory-unicode-1.139... Preprocessing library opentheory-unicode-1.139... Haddock coverage: 11% ( 1 / 9) in 'OpenTheory.Unicode' 8% ( 1 / 13) in 'OpenTheory.Unicode.UTF8' Documentation created: dist/doc/html/opentheory-unicode/index.html, dist/doc/html/opentheory-unicode/opentheory-unicode.txt Creating package registration file: /tmp/pkgConf-opentheory-unicode-128252.139 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/opentheory-unicode-1.139 Registering opentheory-unicode-1.139... Installed opentheory-unicode-1.139 Downloading api-opentheory-unicode-1.2... Configuring api-opentheory-unicode-1.2... Building api-opentheory-unicode-1.2... Preprocessing library api-opentheory-unicode-1.2... [1 of 1] Compiling Unicode ( src/Unicode.hs, dist/build/Unicode.o ) In-place registering api-opentheory-unicode-1.2... Running Haddock for api-opentheory-unicode-1.2... Running hscolour for api-opentheory-unicode-1.2... Preprocessing library api-opentheory-unicode-1.2... Preprocessing library api-opentheory-unicode-1.2... Haddock coverage: 8% ( 1 / 12) in 'Unicode' Documentation created: dist/doc/html/api-opentheory-unicode/index.html, dist/doc/html/api-opentheory-unicode/api-opentheory-unicode.txt Creating package registration file: /tmp/pkgConf-api-opentheory-unicode-128252.2 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/api-opentheory-unicode-1.2 Registering api-opentheory-unicode-1.2... Installed api-opentheory-unicode-1.2