Resolving dependencies... Configuring hashable-1.2.2.0... Building hashable-1.2.2.0... Preprocessing library hashable-1.2.2.0... [1 of 3] Compiling Data.Hashable.Class ( Data/Hashable/Class.hs, dist/build/Data/Hashable/Class.o ) [2 of 3] Compiling Data.Hashable.Generic ( Data/Hashable/Generic.hs, dist/build/Data/Hashable/Generic.o ) [3 of 3] Compiling Data.Hashable ( Data/Hashable.hs, dist/build/Data/Hashable.o ) In-place registering hashable-1.2.2.0... Running Haddock for hashable-1.2.2.0... Running hscolour for hashable-1.2.2.0... Preprocessing library hashable-1.2.2.0... Preprocessing library hashable-1.2.2.0... Haddock coverage: 100% ( 11 / 11) in 'Data.Hashable.Class' 100% ( 1 / 1) in 'Data.Hashable.Generic' 100% ( 22 / 22) in 'Data.Hashable' Warning: Data.Hashable: could not find link destinations for: Data.Hashable.Class.GHashable Documentation created: dist/doc/html/hashable/index.html, dist/doc/html/hashable/hashable.txt Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/hashable-1.2.2.0 Registering hashable-1.2.2.0... Installed hashable-1.2.2.0 Configuring primitive-0.5.3.0... Building primitive-0.5.3.0... Preprocessing library primitive-0.5.3.0... [ 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 ) Data/Primitive/Array.hs:32:1: Warning: The import of `Control.Monad.ST' is redundant except perhaps to import instances from `Control.Monad.ST' To import instances alone, use: import Control.Monad.ST() [ 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.5.3.0... Running Haddock for primitive-0.5.3.0... Running hscolour for primitive-0.5.3.0... Preprocessing library primitive-0.5.3.0... Preprocessing library primitive-0.5.3.0... Data/Primitive/Array.hs:32:1: Warning: The import of `Control.Monad.ST' is redundant except perhaps to import instances from `Control.Monad.ST' To import instances alone, use: import Control.Monad.ST() Haddock coverage: 67% ( 2 / 3) in 'Data.Primitive.Internal.Compat' 3% ( 1 / 35) in 'Data.Primitive.MachDeps' 3% ( 1 / 29) in 'Data.Primitive.Internal.Operations' Warning: Control.Monad.Primitive: We do not support associated types in instances yet. These instances are affected: Control.Monad.Primitive.PrimMonad GHC.Types.IO, Control.Monad.Primitive.PrimMonad (GHC.ST.ST s) 71% ( 10 / 14) 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 Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/primitive-0.5.3.0 Registering primitive-0.5.3.0... Installed primitive-0.5.3.0 Configuring tagged-0.7.2... Building tagged-0.7.2... Preprocessing library tagged-0.7.2... [1 of 2] Compiling Data.Proxy ( old/Data/Proxy.hs, dist/build/Data/Proxy.o ) [2 of 2] Compiling Data.Tagged ( src/Data/Tagged.hs, dist/build/Data/Tagged.o ) In-place registering tagged-0.7.2... Running Haddock for tagged-0.7.2... Running hscolour for tagged-0.7.2... Preprocessing library tagged-0.7.2... Preprocessing library tagged-0.7.2... Haddock coverage: 80% ( 4 / 5) in 'Data.Proxy' 92% ( 12 / 13) in 'Data.Tagged' Documentation created: dist/doc/html/tagged/index.html, dist/doc/html/tagged/tagged.txt Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/tagged-0.7.2 Registering tagged-0.7.2... Installed tagged-0.7.2 Configuring transformers-0.4.1.0... Building transformers-0.4.1.0... Preprocessing library transformers-0.4.1.0... [ 1 of 28] Compiling Control.Monad.Trans.Class ( Control/Monad/Trans/Class.hs, dist/build/Control/Monad/Trans/Class.o ) [ 2 of 28] Compiling Control.Monad.Signatures ( Control/Monad/Signatures.hs, dist/build/Control/Monad/Signatures.o ) [ 3 of 28] Compiling Control.Monad.IO.Class ( Control/Monad/IO/Class.hs, dist/build/Control/Monad/IO/Class.o ) [ 4 of 28] Compiling Data.Functor.Classes ( Data/Functor/Classes.hs, dist/build/Data/Functor/Classes.o ) [ 5 of 28] Compiling Data.Functor.Constant ( Data/Functor/Constant.hs, dist/build/Data/Functor/Constant.o ) [ 6 of 28] Compiling Control.Applicative.Lift ( Control/Applicative/Lift.hs, dist/build/Control/Applicative/Lift.o ) [ 7 of 28] Compiling Data.Functor.Identity ( Data/Functor/Identity.hs, dist/build/Data/Functor/Identity.o ) [ 8 of 28] Compiling Control.Monad.Trans.Cont ( Control/Monad/Trans/Cont.hs, dist/build/Control/Monad/Trans/Cont.o ) [ 9 of 28] Compiling Control.Monad.Trans.Reader ( Control/Monad/Trans/Reader.hs, dist/build/Control/Monad/Trans/Reader.o ) [10 of 28] Compiling Control.Monad.Trans.RWS.Lazy ( Control/Monad/Trans/RWS/Lazy.hs, dist/build/Control/Monad/Trans/RWS/Lazy.o ) [11 of 28] Compiling Control.Monad.Trans.RWS ( Control/Monad/Trans/RWS.hs, dist/build/Control/Monad/Trans/RWS.o ) [12 of 28] Compiling Control.Monad.Trans.RWS.Strict ( Control/Monad/Trans/RWS/Strict.hs, dist/build/Control/Monad/Trans/RWS/Strict.o ) [13 of 28] Compiling Control.Monad.Trans.State.Lazy ( Control/Monad/Trans/State/Lazy.hs, dist/build/Control/Monad/Trans/State/Lazy.o ) [14 of 28] Compiling Control.Monad.Trans.State ( Control/Monad/Trans/State.hs, dist/build/Control/Monad/Trans/State.o ) [15 of 28] Compiling Control.Monad.Trans.State.Strict ( Control/Monad/Trans/State/Strict.hs, dist/build/Control/Monad/Trans/State/Strict.o ) [16 of 28] Compiling Control.Monad.Trans.Except ( Control/Monad/Trans/Except.hs, dist/build/Control/Monad/Trans/Except.o ) [17 of 28] Compiling Control.Monad.Trans.Error ( Control/Monad/Trans/Error.hs, dist/build/Control/Monad/Trans/Error.o ) [18 of 28] Compiling Control.Monad.Trans.Identity ( Control/Monad/Trans/Identity.hs, dist/build/Control/Monad/Trans/Identity.o ) [19 of 28] Compiling Control.Monad.Trans.List ( Control/Monad/Trans/List.hs, dist/build/Control/Monad/Trans/List.o ) [20 of 28] Compiling Control.Monad.Trans.Maybe ( Control/Monad/Trans/Maybe.hs, dist/build/Control/Monad/Trans/Maybe.o ) [21 of 28] Compiling Control.Monad.Trans.Writer.Lazy ( Control/Monad/Trans/Writer/Lazy.hs, dist/build/Control/Monad/Trans/Writer/Lazy.o ) [22 of 28] Compiling Control.Monad.Trans.Writer ( Control/Monad/Trans/Writer.hs, dist/build/Control/Monad/Trans/Writer.o ) [23 of 28] Compiling Control.Monad.Trans.Writer.Strict ( Control/Monad/Trans/Writer/Strict.hs, dist/build/Control/Monad/Trans/Writer/Strict.o ) [24 of 28] Compiling Data.Functor.Compose ( Data/Functor/Compose.hs, dist/build/Data/Functor/Compose.o ) [25 of 28] Compiling Data.Functor.Product ( Data/Functor/Product.hs, dist/build/Data/Functor/Product.o ) [26 of 28] Compiling Data.Functor.Sum ( Data/Functor/Sum.hs, dist/build/Data/Functor/Sum.o ) [27 of 28] Compiling Control.Applicative.Backwards ( Control/Applicative/Backwards.hs, dist/build/Control/Applicative/Backwards.o ) [28 of 28] Compiling Data.Functor.Reverse ( Data/Functor/Reverse.hs, dist/build/Data/Functor/Reverse.o ) In-place registering transformers-0.4.1.0... Running Haddock for transformers-0.4.1.0... Running hscolour for transformers-0.4.1.0... Preprocessing library transformers-0.4.1.0... Preprocessing library transformers-0.4.1.0... Haddock coverage: 100% ( 14 / 14) in 'Control.Monad.Trans.Class' 100% ( 5 / 5) in 'Control.Monad.Signatures' 100% ( 2 / 2) in 'Control.Monad.IO.Class' 100% ( 14 / 14) in 'Data.Functor.Classes' 100% ( 2 / 2) in 'Data.Functor.Constant' 100% ( 6 / 6) in 'Control.Applicative.Lift' 100% ( 2 / 2) in 'Data.Functor.Identity' 100% ( 22 / 22) in 'Control.Monad.Trans.Cont' 100% ( 18 / 18) in 'Control.Monad.Trans.Reader' 100% ( 37 / 37) in 'Control.Monad.Trans.RWS.Lazy' 100% ( 2 / 2) in 'Control.Monad.Trans.RWS' 100% ( 37 / 37) in 'Control.Monad.Trans.RWS.Strict' 100% ( 34 / 34) in 'Control.Monad.Trans.State.Lazy' 100% ( 2 / 2) in 'Control.Monad.Trans.State' 100% ( 34 / 34) in 'Control.Monad.Trans.State.Strict' 100% ( 19 / 19) in 'Control.Monad.Trans.Except' 100% ( 15 / 15) in 'Control.Monad.Trans.Error' 100% ( 7 / 7) in 'Control.Monad.Trans.Identity' 100% ( 7 / 7) in 'Control.Monad.Trans.List' 100% ( 12 / 12) in 'Control.Monad.Trans.Maybe' 100% ( 20 / 20) in 'Control.Monad.Trans.Writer.Lazy' 100% ( 2 / 2) in 'Control.Monad.Trans.Writer' 100% ( 20 / 20) in 'Control.Monad.Trans.Writer.Strict' 100% ( 2 / 2) in 'Data.Functor.Compose' 100% ( 2 / 2) in 'Data.Functor.Product' 100% ( 2 / 2) in 'Data.Functor.Sum' 100% ( 2 / 2) in 'Control.Applicative.Backwards' 100% ( 2 / 2) in 'Data.Functor.Reverse' Documentation created: dist/doc/html/transformers/index.html, dist/doc/html/transformers/transformers.txt Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/transformers-0.4.1.0 Registering transformers-0.4.1.0... Installed transformers-0.4.1.0 Configuring utf8-string-0.3.8... Building utf8-string-0.3.8... Preprocessing library utf8-string-0.3.8... [1 of 7] Compiling Codec.Binary.UTF8.String ( Codec/Binary/UTF8/String.hs, dist/build/Codec/Binary/UTF8/String.o ) [2 of 7] Compiling Codec.Binary.UTF8.Generic ( Codec/Binary/UTF8/Generic.hs, dist/build/Codec/Binary/UTF8/Generic.o ) [3 of 7] Compiling Data.String.UTF8 ( Data/String/UTF8.hs, dist/build/Data/String/UTF8.o ) [4 of 7] Compiling System.IO.UTF8 ( System/IO/UTF8.hs, dist/build/System/IO/UTF8.o ) [5 of 7] Compiling System.Environment.UTF8 ( System/Environment/UTF8.hs, dist/build/System/Environment/UTF8.o ) [6 of 7] Compiling Data.ByteString.UTF8 ( Data/ByteString/UTF8.hs, dist/build/Data/ByteString/UTF8.o ) [7 of 7] Compiling Data.ByteString.Lazy.UTF8 ( Data/ByteString/Lazy/UTF8.hs, dist/build/Data/ByteString/Lazy/UTF8.o ) In-place registering utf8-string-0.3.8... Running Haddock for utf8-string-0.3.8... Running hscolour for utf8-string-0.3.8... Preprocessing library utf8-string-0.3.8... Preprocessing library utf8-string-0.3.8... Haddock coverage: 100% ( 8 / 8) in 'Codec.Binary.UTF8.String' 94% ( 16 / 17) in 'Codec.Binary.UTF8.Generic' 89% ( 24 / 27) in 'Data.String.UTF8' 82% ( 14 / 17) in 'System.IO.UTF8' 14% ( 1 / 7) in 'System.Environment.UTF8' 100% ( 17 / 17) in 'Data.ByteString.UTF8' 100% ( 17 / 17) in 'Data.ByteString.Lazy.UTF8' Documentation created: dist/doc/html/utf8-string/index.html, dist/doc/html/utf8-string/utf8-string.txt Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/utf8-string-0.3.8 Registering utf8-string-0.3.8... Installed utf8-string-0.3.8 Configuring nats-0.2... Building nats-0.2... Preprocessing library nats-0.2... [1 of 2] Compiling Numeric.Natural.Internal ( src/Numeric/Natural/Internal.hs, dist/build/Numeric/Natural/Internal.o ) [2 of 2] Compiling Numeric.Natural ( src/Numeric/Natural.hs, dist/build/Numeric/Natural.o ) In-place registering nats-0.2... Running Haddock for nats-0.2... Running hscolour for nats-0.2... Preprocessing library nats-0.2... Preprocessing library nats-0.2... Haddock coverage: 75% ( 3 / 4) in 'Numeric.Natural.Internal' 75% ( 3 / 4) in 'Numeric.Natural' Documentation created: dist/doc/html/nats/index.html, dist/doc/html/nats/nats.txt Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/nats-0.2 Registering nats-0.2... Installed nats-0.2 Configuring unordered-containers-0.2.4.0... Building unordered-containers-0.2.4.0... Preprocessing library unordered-containers-0.2.4.0... [1 of 8] Compiling Data.HashMap.UnsafeShift ( Data/HashMap/UnsafeShift.hs, dist/build/Data/HashMap/UnsafeShift.o ) [2 of 8] Compiling Data.HashMap.PopCount ( Data/HashMap/PopCount.hs, dist/build/Data/HashMap/PopCount.o ) [3 of 8] Compiling Data.HashMap.Unsafe ( Data/HashMap/Unsafe.hs, dist/build/Data/HashMap/Unsafe.o ) [4 of 8] Compiling Data.HashMap.Array ( Data/HashMap/Array.hs, dist/build/Data/HashMap/Array.o ) [5 of 8] Compiling Data.HashMap.Base ( Data/HashMap/Base.hs, dist/build/Data/HashMap/Base.o ) [6 of 8] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, dist/build/Data/HashMap/Strict.o ) [7 of 8] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, dist/build/Data/HashMap/Lazy.o ) [8 of 8] Compiling Data.HashSet ( Data/HashSet.hs, dist/build/Data/HashSet.o ) In-place registering unordered-containers-0.2.4.0... Running Haddock for unordered-containers-0.2.4.0... Running hscolour for unordered-containers-0.2.4.0... Preprocessing library unordered-containers-0.2.4.0... Preprocessing library unordered-containers-0.2.4.0... Haddock coverage: 0% ( 0 / 3) in 'Data.HashMap.UnsafeShift' 50% ( 1 / 2) in 'Data.HashMap.PopCount' 100% ( 2 / 2) in 'Data.HashMap.Unsafe' 38% ( 14 / 37) in 'Data.HashMap.Array' 87% ( 54 / 62) in 'Data.HashMap.Base' 100% ( 46 / 46) in 'Data.HashMap.Strict' 100% ( 46 / 46) in 'Data.HashMap.Lazy' 100% ( 27 / 27) in 'Data.HashSet' Documentation created: dist/doc/html/unordered-containers/index.html, dist/doc/html/unordered-containers/unordered-containers.txt Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/unordered-containers-0.2.4.0 Registering unordered-containers-0.2.4.0... Installed unordered-containers-0.2.4.0 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 ) [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... cabal: dist/doc/html/tf-random/haddock-prolog4903.txt: invalid argument Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/tf-random-0.5 Registering tf-random-0.5... Installed tf-random-0.5 Configuring vector-0.10.9.1... Building vector-0.10.9.1... Preprocessing library vector-0.10.9.1... [ 1 of 19] Compiling Data.Vector.Storable.Internal ( Data/Vector/Storable/Internal.hs, dist/build/Data/Vector/Storable/Internal.o ) [ 2 of 19] Compiling Data.Vector.Fusion.Util ( Data/Vector/Fusion/Util.hs, dist/build/Data/Vector/Fusion/Util.o ) [ 3 of 19] Compiling Data.Vector.Fusion.Stream.Size ( Data/Vector/Fusion/Stream/Size.hs, dist/build/Data/Vector/Fusion/Stream/Size.o ) Data/Vector/Fusion/Stream/Size.hs:25:10: Warning: No explicit method or default declaration for `*' In the instance declaration for `Num Size' Data/Vector/Fusion/Stream/Size.hs:25:10: Warning: No explicit method or default declaration for `abs' In the instance declaration for `Num Size' Data/Vector/Fusion/Stream/Size.hs:25:10: Warning: No explicit method or default declaration for `signum' In the instance declaration for `Num Size' [ 4 of 19] Compiling Data.Vector.Internal.Check ( Data/Vector/Internal/Check.hs, dist/build/Data/Vector/Internal/Check.o ) [ 5 of 19] Compiling Data.Vector.Fusion.Stream.Monadic ( Data/Vector/Fusion/Stream/Monadic.hs, dist/build/Data/Vector/Fusion/Stream/Monadic.o ) Loading package ghc-prim ... linking ... done. Loading package integer-gmp ... linking ... done. Loading package base ... linking ... done. Loading package primitive-0.5.3.0 ... linking ... done. Loading package array-0.4.0.1 ... linking ... done. Loading package deepseq-1.3.0.1 ... linking ... done. [ 6 of 19] Compiling Data.Vector.Fusion.Stream ( Data/Vector/Fusion/Stream.hs, dist/build/Data/Vector/Fusion/Stream.o ) [ 7 of 19] Compiling Data.Vector.Generic.Mutable ( Data/Vector/Generic/Mutable.hs, dist/build/Data/Vector/Generic/Mutable.o ) [ 8 of 19] Compiling Data.Vector.Generic.Base ( Data/Vector/Generic/Base.hs, dist/build/Data/Vector/Generic/Base.o ) [ 9 of 19] Compiling Data.Vector.Generic.New ( Data/Vector/Generic/New.hs, dist/build/Data/Vector/Generic/New.o ) [10 of 19] Compiling Data.Vector.Generic ( Data/Vector/Generic.hs, dist/build/Data/Vector/Generic.o ) [11 of 19] Compiling Data.Vector.Primitive.Mutable ( Data/Vector/Primitive/Mutable.hs, dist/build/Data/Vector/Primitive/Mutable.o ) [12 of 19] Compiling Data.Vector.Primitive ( Data/Vector/Primitive.hs, dist/build/Data/Vector/Primitive.o ) [13 of 19] Compiling Data.Vector.Storable.Mutable ( Data/Vector/Storable/Mutable.hs, dist/build/Data/Vector/Storable/Mutable.o ) [14 of 19] Compiling Data.Vector.Storable ( Data/Vector/Storable.hs, dist/build/Data/Vector/Storable.o ) [15 of 19] Compiling Data.Vector.Unboxed.Base ( Data/Vector/Unboxed/Base.hs, dist/build/Data/Vector/Unboxed/Base.o ) [16 of 19] Compiling Data.Vector.Unboxed ( Data/Vector/Unboxed.hs, dist/build/Data/Vector/Unboxed.o ) [17 of 19] Compiling Data.Vector.Unboxed.Mutable ( Data/Vector/Unboxed/Mutable.hs, dist/build/Data/Vector/Unboxed/Mutable.o ) [18 of 19] Compiling Data.Vector.Mutable ( Data/Vector/Mutable.hs, dist/build/Data/Vector/Mutable.o ) [19 of 19] Compiling Data.Vector ( Data/Vector.hs, dist/build/Data/Vector.o ) In-place registering vector-0.10.9.1... Running Haddock for vector-0.10.9.1... Running hscolour for vector-0.10.9.1... Preprocessing library vector-0.10.9.1... Preprocessing library vector-0.10.9.1... Data/Vector/Fusion/Stream/Size.hs:25:10: Warning: No explicit method or default declaration for `*' In the instance declaration for `Num Size' Data/Vector/Fusion/Stream/Size.hs:25:10: Warning: No explicit method or default declaration for `abs' In the instance declaration for `Num Size' Data/Vector/Fusion/Stream/Size.hs:25:10: Warning: No explicit method or default declaration for `signum' In the instance declaration for `Num Size' Haddock coverage: 25% ( 1 / 4) in 'Data.Vector.Storable.Internal' 100% ( 5 / 5) in 'Data.Vector.Fusion.Util' 100% ( 6 / 6) in 'Data.Vector.Fusion.Stream.Size' 11% ( 1 / 9) in 'Data.Vector.Internal.Check' 83% (104 /126) in 'Data.Vector.Fusion.Stream.Monadic' 85% ( 88 /104) in 'Data.Vector.Fusion.Stream' 64% ( 42 / 66) in 'Data.Vector.Generic.Mutable' 100% ( 3 / 3) in 'Data.Vector.Generic.Base' 5% ( 1 / 20) in 'Data.Vector.Generic.New' 93% (215 /232) in 'Data.Vector.Generic' 76% ( 38 / 50) in 'Data.Vector.Primitive.Mutable' Warning: Data.Vector.Primitive: Instances of type and data families are not yet supported. Instances of the following families will be filtered out: Mutable 97% (185 /191) in 'Data.Vector.Primitive' 79% ( 46 / 58) in 'Data.Vector.Storable.Mutable' Warning: Data.Vector.Storable: Instances of type and data families are not yet supported. Instances of the following families will be filtered out: Mutable 97% (194 /200) in 'Data.Vector.Storable' Warning: Data.Vector.Unboxed.Base: Instances of type and data families are not yet supported. Instances of the following families will be filtered out: Mutable, MVector, Vector 17% ( 1 / 6) in 'Data.Vector.Unboxed.Base' 96% (201 /210) in 'Data.Vector.Unboxed' 77% ( 47 / 61) in 'Data.Vector.Unboxed.Mutable' 76% ( 37 / 49) in 'Data.Vector.Mutable' Warning: Data.Vector: Instances of type and data families are not yet supported. Instances of the following families will be filtered out: Mutable 94% (199 /212) in 'Data.Vector' Documentation created: dist/doc/html/vector/index.html, dist/doc/html/vector/vector.txt Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/vector-0.10.9.1 Registering vector-0.10.9.1... Installed vector-0.10.9.1 Configuring mtl-2.2.0.1... Building mtl-2.2.0.1... Preprocessing library mtl-2.2.0.1... [ 1 of 21] Compiling Control.Monad.Writer.Class ( Control/Monad/Writer/Class.hs, dist/build/Control/Monad/Writer/Class.o ) Control/Monad/Writer/Class.hs:29:1: Warning: Module `Control.Monad.Trans.Error' is deprecated: Use Control.Monad.Trans.Except instead Control/Monad/Writer/Class.hs:129:11: Warning: In the use of type constructor or class `Error' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/Writer/Class.hs:129:55: Warning: In the use of type constructor or class `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/Writer/Class.hs:132:14: Warning: In the use of `Error.liftListen' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/Writer/Class.hs:133:14: Warning: In the use of `Error.liftPass' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" [ 2 of 21] Compiling Control.Monad.State.Class ( Control/Monad/State/Class.hs, dist/build/Control/Monad/State/Class.o ) Control/Monad/State/Class.hs:32:1: Warning: Module `Control.Monad.Trans.Error' is deprecated: Use Control.Monad.Trans.Except instead Control/Monad/State/Class.hs:126:11: Warning: In the use of type constructor or class `Error' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/State/Class.hs:126:53: Warning: In the use of type constructor or class `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" [ 3 of 21] Compiling Control.Monad.Reader.Class ( Control/Monad/Reader/Class.hs, dist/build/Control/Monad/Reader/Class.o ) Control/Monad/Reader/Class.hs:47:1: Warning: Module `Control.Monad.Trans.Error' is deprecated: Use Control.Monad.Trans.Except instead Control/Monad/Reader/Class.hs:127:11: Warning: In the use of type constructor or class `Error' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/Reader/Class.hs:127:55: Warning: In the use of type constructor or class `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/Reader/Class.hs:129:13: Warning: In the use of `mapErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" [ 4 of 21] Compiling Control.Monad.RWS.Class ( Control/Monad/RWS/Class.hs, dist/build/Control/Monad/RWS/Class.o ) Control/Monad/RWS/Class.hs:35:1: Warning: Module `Control.Monad.Trans.Error' is deprecated: Use Control.Monad.Trans.Except instead Control/Monad/RWS/Class.hs:58:11: Warning: In the use of type constructor or class `Error' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/RWS/Class.hs:58:57: Warning: In the use of type constructor or class `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" [ 5 of 21] Compiling Control.Monad.Identity ( Control/Monad/Identity.hs, dist/build/Control/Monad/Identity.o ) [ 6 of 21] Compiling Control.Monad.Error.Class ( Control/Monad/Error/Class.hs, dist/build/Control/Monad/Error/Class.o ) Control/Monad/Error/Class.hs:43:1: Warning: The import item `Except(..)' suggests that `Except' has (in-scope) constructors or class methods, but it has none Control/Monad/Error/Class.hs:44:1: Warning: Module `Control.Monad.Trans.Error' is deprecated: Use Control.Monad.Trans.Except instead Control/Monad/Error/Class.hs:46:1: Warning: Module `Control.Monad.Trans.Error' is deprecated: Use Control.Monad.Trans.Except instead Control/Monad/Error/Class.hs:112:20: Warning: In the use of type constructor or class `Error' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/Error/Class.hs:112:46: Warning: In the use of type constructor or class `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/Error/Class.hs:113:18: Warning: In the use of `ErrorT.throwError' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/Error/Class.hs:114:18: Warning: In the use of `ErrorT.catchError' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" [ 7 of 21] Compiling Control.Monad.Cont.Class ( Control/Monad/Cont/Class.hs, dist/build/Control/Monad/Cont/Class.o ) Control/Monad/Cont/Class.hs:57:1: Warning: Module `Control.Monad.Trans.Error' is deprecated: Use Control.Monad.Trans.Except instead Control/Monad/Cont/Class.hs:100:11: Warning: In the use of type constructor or class `Error' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/Cont/Class.hs:100:47: Warning: In the use of type constructor or class `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/Cont/Class.hs:101:14: Warning: In the use of `Error.liftCallCC' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" [ 8 of 21] Compiling Control.Monad.Trans ( Control/Monad/Trans.hs, dist/build/Control/Monad/Trans.o ) [ 9 of 21] Compiling Control.Monad.Error ( Control/Monad/Error.hs, dist/build/Control/Monad/Error.o ) Control/Monad/Error.hs:55:1: Warning: Module `Control.Monad.Trans.Error' is deprecated: Use Control.Monad.Trans.Except instead [10 of 21] Compiling Control.Monad.List ( Control/Monad/List.hs, dist/build/Control/Monad/List.o ) [11 of 21] Compiling Control.Monad.RWS.Lazy ( Control/Monad/RWS/Lazy.hs, dist/build/Control/Monad/RWS/Lazy.o ) [12 of 21] Compiling Control.Monad.RWS ( Control/Monad/RWS.hs, dist/build/Control/Monad/RWS.o ) [13 of 21] Compiling Control.Monad.Reader ( Control/Monad/Reader.hs, dist/build/Control/Monad/Reader.o ) [14 of 21] Compiling Control.Monad.RWS.Strict ( Control/Monad/RWS/Strict.hs, dist/build/Control/Monad/RWS/Strict.o ) [15 of 21] Compiling Control.Monad.State.Lazy ( Control/Monad/State/Lazy.hs, dist/build/Control/Monad/State/Lazy.o ) [16 of 21] Compiling Control.Monad.State ( Control/Monad/State.hs, dist/build/Control/Monad/State.o ) [17 of 21] Compiling Control.Monad.State.Strict ( Control/Monad/State/Strict.hs, dist/build/Control/Monad/State/Strict.o ) [18 of 21] Compiling Control.Monad.Writer.Lazy ( Control/Monad/Writer/Lazy.hs, dist/build/Control/Monad/Writer/Lazy.o ) [19 of 21] Compiling Control.Monad.Writer ( Control/Monad/Writer.hs, dist/build/Control/Monad/Writer.o ) [20 of 21] Compiling Control.Monad.Writer.Strict ( Control/Monad/Writer/Strict.hs, dist/build/Control/Monad/Writer/Strict.o ) [21 of 21] Compiling Control.Monad.Cont ( Control/Monad/Cont.hs, dist/build/Control/Monad/Cont.o ) In-place registering mtl-2.2.0.1... Running Haddock for mtl-2.2.0.1... Running hscolour for mtl-2.2.0.1... Preprocessing library mtl-2.2.0.1... Preprocessing library mtl-2.2.0.1... dist/build/tmp-4903/Control/Monad/Writer/Class.hs:29:1: Warning: Module `Control.Monad.Trans.Error' is deprecated: Use Control.Monad.Trans.Except instead dist/build/tmp-4903/Control/Monad/Writer/Class.hs:129:11: Warning: In the use of type constructor or class `Error' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" dist/build/tmp-4903/Control/Monad/Writer/Class.hs:129:55: Warning: In the use of type constructor or class `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" dist/build/tmp-4903/Control/Monad/Writer/Class.hs:132:14: Warning: In the use of `Error.liftListen' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" dist/build/tmp-4903/Control/Monad/Writer/Class.hs:133:14: Warning: In the use of `Error.liftPass' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" dist/build/tmp-4903/Control/Monad/State/Class.hs:32:1: Warning: Module `Control.Monad.Trans.Error' is deprecated: Use Control.Monad.Trans.Except instead dist/build/tmp-4903/Control/Monad/State/Class.hs:126:11: Warning: In the use of type constructor or class `Error' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" dist/build/tmp-4903/Control/Monad/State/Class.hs:126:53: Warning: In the use of type constructor or class `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" dist/build/tmp-4903/Control/Monad/Reader/Class.hs:47:1: Warning: Module `Control.Monad.Trans.Error' is deprecated: Use Control.Monad.Trans.Except instead dist/build/tmp-4903/Control/Monad/Reader/Class.hs:127:11: Warning: In the use of type constructor or class `Error' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" dist/build/tmp-4903/Control/Monad/Reader/Class.hs:127:55: Warning: In the use of type constructor or class `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" dist/build/tmp-4903/Control/Monad/Reader/Class.hs:129:13: Warning: In the use of `mapErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" dist/build/tmp-4903/Control/Monad/RWS/Class.hs:35:1: Warning: Module `Control.Monad.Trans.Error' is deprecated: Use Control.Monad.Trans.Except instead dist/build/tmp-4903/Control/Monad/RWS/Class.hs:58:11: Warning: In the use of type constructor or class `Error' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" dist/build/tmp-4903/Control/Monad/RWS/Class.hs:58:57: Warning: In the use of type constructor or class `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" dist/build/tmp-4903/Control/Monad/Error/Class.hs:43:1: Warning: The import item `Except(..)' suggests that `Except' has (in-scope) constructors or class methods, but it has none dist/build/tmp-4903/Control/Monad/Error/Class.hs:44:1: Warning: Module `Control.Monad.Trans.Error' is deprecated: Use Control.Monad.Trans.Except instead dist/build/tmp-4903/Control/Monad/Error/Class.hs:46:1: Warning: Module `Control.Monad.Trans.Error' is deprecated: Use Control.Monad.Trans.Except instead dist/build/tmp-4903/Control/Monad/Error/Class.hs:112:20: Warning: In the use of type constructor or class `Error' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" dist/build/tmp-4903/Control/Monad/Error/Class.hs:112:46: Warning: In the use of type constructor or class `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" dist/build/tmp-4903/Control/Monad/Error/Class.hs:113:18: Warning: In the use of `ErrorT.throwError' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" dist/build/tmp-4903/Control/Monad/Error/Class.hs:114:18: Warning: In the use of `ErrorT.catchError' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" dist/build/tmp-4903/Control/Monad/Cont/Class.hs:57:1: Warning: Module `Control.Monad.Trans.Error' is deprecated: Use Control.Monad.Trans.Except instead dist/build/tmp-4903/Control/Monad/Cont/Class.hs:100:11: Warning: In the use of type constructor or class `Error' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" dist/build/tmp-4903/Control/Monad/Cont/Class.hs:100:47: Warning: In the use of type constructor or class `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" dist/build/tmp-4903/Control/Monad/Cont/Class.hs:101:14: Warning: In the use of `Error.liftCallCC' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" dist/build/tmp-4903/Control/Monad/Error.hs:55:1: Warning: Module `Control.Monad.Trans.Error' is deprecated: Use Control.Monad.Trans.Except instead Haddock coverage: 75% ( 3 / 4) in 'Control.Monad.Writer.Class' 100% ( 5 / 5) in 'Control.Monad.State.Class' 100% ( 3 / 3) in 'Control.Monad.Reader.Class' 80% ( 4 / 5) in 'Control.Monad.RWS.Class' 100% ( 4 / 4) in 'Control.Monad.Identity' 100% ( 3 / 3) in 'Control.Monad.Error.Class' 50% ( 1 / 2) in 'Control.Monad.Cont.Class' 100% ( 3 / 3) in 'Control.Monad.Trans' 93% ( 14 / 15) in 'Control.Monad.Error' 100% ( 5 / 5) in 'Control.Monad.List' 95% ( 21 / 22) in 'Control.Monad.RWS.Lazy' 100% ( 2 / 2) in 'Control.Monad.RWS' 96% ( 22 / 23) in 'Control.Monad.Reader' 95% ( 21 / 22) in 'Control.Monad.RWS.Strict' 96% ( 24 / 25) in 'Control.Monad.State.Lazy' 100% ( 2 / 2) in 'Control.Monad.State' 96% ( 24 / 25) in 'Control.Monad.State.Strict' 89% ( 17 / 19) in 'Control.Monad.Writer.Lazy' 100% ( 2 / 2) in 'Control.Monad.Writer' 94% ( 17 / 18) in 'Control.Monad.Writer.Strict' 91% ( 20 / 22) in 'Control.Monad.Cont' Documentation created: dist/doc/html/mtl/index.html, dist/doc/html/mtl/mtl.txt Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/mtl-2.2.0.1 Registering mtl-2.2.0.1... Installed mtl-2.2.0.1 Configuring transformers-compat-0.3.2... Building transformers-compat-0.3.2... Preprocessing library transformers-compat-0.3.2... [1 of 1] Compiling Paths_transformers_compat ( dist/build/autogen/Paths_transformers_compat.hs, dist/build/Paths_transformers_compat.o ) In-place registering transformers-compat-0.3.2... Running Haddock for transformers-compat-0.3.2... Running hscolour for transformers-compat-0.3.2... Preprocessing library transformers-compat-0.3.2... Preprocessing library transformers-compat-0.3.2... Haddock coverage: 0% ( 0 / 8) in 'Paths_transformers_compat' Documentation created: dist/doc/html/transformers-compat/index.html, dist/doc/html/transformers-compat/transformers-compat.txt Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/transformers-compat-0.3.2 Registering transformers-compat-0.3.2... Installed transformers-compat-0.3.2 Configuring semigroups-0.14... Building semigroups-0.14... Preprocessing library semigroups-0.14... [1 of 2] Compiling Data.List.NonEmpty ( src/Data/List/NonEmpty.hs, dist/build/Data/List/NonEmpty.o ) [2 of 2] Compiling Data.Semigroup ( src/Data/Semigroup.hs, dist/build/Data/Semigroup.o ) In-place registering semigroups-0.14... Running Haddock for semigroups-0.14... Running hscolour for semigroups-0.14... Preprocessing library semigroups-0.14... Preprocessing library semigroups-0.14... Haddock coverage: doc comment parse failed: 'transpose' for 'NonEmpty', behaves the same as 'Data.List.transpose' The rows/columns need not be the same length, in which case > transpose . transpose /= id 93% ( 64 / 69) in 'Data.List.NonEmpty' 87% ( 20 / 23) in 'Data.Semigroup' Documentation created: dist/doc/html/semigroups/index.html, dist/doc/html/semigroups/semigroups.txt Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/semigroups-0.14 Registering semigroups-0.14... Installed semigroups-0.14 Configuring QuickCheck-2.7.3... Building QuickCheck-2.7.3... Preprocessing library QuickCheck-2.7.3... [ 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.7.3... Running Haddock for QuickCheck-2.7.3... Running hscolour for QuickCheck-2.7.3... Preprocessing library QuickCheck-2.7.3... Preprocessing library QuickCheck-2.7.3... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: tf-random-0.5 Haddock coverage: 12% ( 2 / 17) in 'Test.QuickCheck.Random' 25% ( 2 / 8) in 'Test.QuickCheck.Exception' 6% ( 1 / 18) in 'Test.QuickCheck.Text' 100% ( 2 / 2) in 'Test.QuickCheck.State' 100% ( 22 / 22) in 'Test.QuickCheck.Gen' 80% ( 4 / 5) in 'Test.QuickCheck.Gen.Unsafe' 100% ( 30 / 30) in 'Test.QuickCheck.Arbitrary' 93% ( 14 / 15) in 'Test.QuickCheck.Modifiers' 14% ( 1 / 7) in 'Test.QuickCheck.Poly' 14% ( 1 / 7) in 'Test.QuickCheck.Function' 65% ( 40 / 62) in 'Test.QuickCheck.Property' 52% ( 14 / 27) in 'Test.QuickCheck.Test' 100% ( 9 / 9) in 'Test.QuickCheck.All' 7% ( 1 / 15) in 'Test.QuickCheck.Monadic' 98% (121 /123) in 'Test.QuickCheck' Warning: Test.QuickCheck.Random: could not find link destinations for: System.Random.TF.Gen.TFGen Warning: Test.QuickCheck.Text: could not find link destinations for: Test.QuickCheck.Text.Output Warning: Test.QuickCheck.Arbitrary: could not find link destinations for: Test.QuickCheck.Arbitrary.RecursivelyShrink Test.QuickCheck.Arbitrary.Subterms Warning: Test.QuickCheck: could not find link destinations for: Test.QuickCheck.Arbitrary.RecursivelyShrink Test.QuickCheck.Arbitrary.Subterms Documentation created: dist/doc/html/QuickCheck/index.html, dist/doc/html/QuickCheck/QuickCheck.txt Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/QuickCheck-2.7.3 Registering QuickCheck-2.7.3... Installed QuickCheck-2.7.3 Configuring matrix-0.3.1.0... Building matrix-0.3.1.0... Preprocessing library matrix-0.3.1.0... [1 of 1] Compiling Data.Matrix ( Data/Matrix.hs, dist/build/Data/Matrix.o ) In-place registering matrix-0.3.1.0... Running Haddock for matrix-0.3.1.0... Running hscolour for matrix-0.3.1.0... Preprocessing library matrix-0.3.1.0... Preprocessing library matrix-0.3.1.0... Haddock coverage: 100% ( 70 / 70) in 'Data.Matrix' Documentation created: dist/doc/html/matrix/index.html, dist/doc/html/matrix/matrix.txt Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/matrix-0.3.1.0 Registering matrix-0.3.1.0... Installed matrix-0.3.1.0 Configuring parsec-3.1.5... Building parsec-3.1.5... Preprocessing library parsec-3.1.5... [ 1 of 25] Compiling Text.Parsec.Pos ( Text/Parsec/Pos.hs, dist/build/Text/Parsec/Pos.o ) [ 2 of 25] Compiling Text.Parsec.Error ( Text/Parsec/Error.hs, dist/build/Text/Parsec/Error.o ) [ 3 of 25] Compiling Text.ParserCombinators.Parsec.Error ( Text/ParserCombinators/Parsec/Error.hs, dist/build/Text/ParserCombinators/Parsec/Error.o ) [ 4 of 25] Compiling Text.ParserCombinators.Parsec.Pos ( Text/ParserCombinators/Parsec/Pos.hs, dist/build/Text/ParserCombinators/Parsec/Pos.o ) [ 5 of 25] Compiling Text.Parsec.Prim ( Text/Parsec/Prim.hs, dist/build/Text/Parsec/Prim.o ) [ 6 of 25] Compiling Text.Parsec.Char ( Text/Parsec/Char.hs, dist/build/Text/Parsec/Char.o ) [ 7 of 25] Compiling Text.Parsec.Combinator ( Text/Parsec/Combinator.hs, dist/build/Text/Parsec/Combinator.o ) [ 8 of 25] Compiling Text.ParserCombinators.Parsec.Combinator ( Text/ParserCombinators/Parsec/Combinator.hs, dist/build/Text/ParserCombinators/Parsec/Combinator.o ) [ 9 of 25] Compiling Text.Parsec.String ( Text/Parsec/String.hs, dist/build/Text/Parsec/String.o ) [10 of 25] Compiling Text.ParserCombinators.Parsec.Char ( Text/ParserCombinators/Parsec/Char.hs, dist/build/Text/ParserCombinators/Parsec/Char.o ) [11 of 25] Compiling Text.Parsec.ByteString ( Text/Parsec/ByteString.hs, dist/build/Text/Parsec/ByteString.o ) [12 of 25] Compiling Text.Parsec.ByteString.Lazy ( Text/Parsec/ByteString/Lazy.hs, dist/build/Text/Parsec/ByteString/Lazy.o ) [13 of 25] Compiling Text.Parsec.Text ( Text/Parsec/Text.hs, dist/build/Text/Parsec/Text.o ) [14 of 25] Compiling Text.Parsec.Text.Lazy ( Text/Parsec/Text/Lazy.hs, dist/build/Text/Parsec/Text/Lazy.o ) [15 of 25] Compiling Text.Parsec.Token ( Text/Parsec/Token.hs, dist/build/Text/Parsec/Token.o ) [16 of 25] Compiling Text.ParserCombinators.Parsec.Token ( Text/ParserCombinators/Parsec/Token.hs, dist/build/Text/ParserCombinators/Parsec/Token.o ) [17 of 25] Compiling Text.Parsec.Expr ( Text/Parsec/Expr.hs, dist/build/Text/Parsec/Expr.o ) [18 of 25] Compiling Text.ParserCombinators.Parsec.Prim ( Text/ParserCombinators/Parsec/Prim.hs, dist/build/Text/ParserCombinators/Parsec/Prim.o ) [19 of 25] Compiling Text.ParserCombinators.Parsec ( Text/ParserCombinators/Parsec.hs, dist/build/Text/ParserCombinators/Parsec.o ) [20 of 25] Compiling Text.ParserCombinators.Parsec.Expr ( Text/ParserCombinators/Parsec/Expr.hs, dist/build/Text/ParserCombinators/Parsec/Expr.o ) [21 of 25] Compiling Text.Parsec ( Text/Parsec.hs, dist/build/Text/Parsec.o ) [22 of 25] Compiling Text.Parsec.Language ( Text/Parsec/Language.hs, dist/build/Text/Parsec/Language.o ) [23 of 25] Compiling Text.ParserCombinators.Parsec.Language ( Text/ParserCombinators/Parsec/Language.hs, dist/build/Text/ParserCombinators/Parsec/Language.o ) [24 of 25] Compiling Text.Parsec.Perm ( Text/Parsec/Perm.hs, dist/build/Text/Parsec/Perm.o ) [25 of 25] Compiling Text.ParserCombinators.Parsec.Perm ( Text/ParserCombinators/Parsec/Perm.hs, dist/build/Text/ParserCombinators/Parsec/Perm.o ) In-place registering parsec-3.1.5... Running Haddock for parsec-3.1.5... Running hscolour for parsec-3.1.5... Preprocessing library parsec-3.1.5... Preprocessing library parsec-3.1.5... Haddock coverage: 82% ( 14 / 17) in 'Text.Parsec.Pos' 43% ( 6 / 14) in 'Text.Parsec.Error' 38% ( 6 / 16) in 'Text.ParserCombinators.Parsec.Error' 82% ( 14 / 17) in 'Text.ParserCombinators.Parsec.Pos' 62% ( 31 / 50) in 'Text.Parsec.Prim' 100% ( 18 / 18) in 'Text.Parsec.Char' 100% ( 24 / 24) in 'Text.Parsec.Combinator' 100% ( 24 / 24) in 'Text.ParserCombinators.Parsec.Combinator' 50% ( 2 / 4) in 'Text.Parsec.String' 95% ( 18 / 19) in 'Text.ParserCombinators.Parsec.Char' 50% ( 2 / 4) in 'Text.Parsec.ByteString' 50% ( 2 / 4) in 'Text.Parsec.ByteString.Lazy' 33% ( 1 / 3) in 'Text.Parsec.Text' 33% ( 1 / 3) in 'Text.Parsec.Text.Lazy' 67% ( 4 / 6) in 'Text.Parsec.Token' 67% ( 4 / 6) in 'Text.ParserCombinators.Parsec.Token' 100% ( 5 / 5) in 'Text.Parsec.Expr' 67% ( 20 / 30) in 'Text.ParserCombinators.Parsec.Prim' 83% ( 15 / 18) in 'Text.ParserCombinators.Parsec' 40% ( 2 / 5) in 'Text.ParserCombinators.Parsec.Expr' 86% ( 18 / 21) in 'Text.Parsec' 80% ( 8 / 10) in 'Text.Parsec.Language' 80% ( 8 / 10) in 'Text.ParserCombinators.Parsec.Language' 100% ( 8 / 8) in 'Text.Parsec.Perm' 100% ( 7 / 7) in 'Text.ParserCombinators.Parsec.Perm' Documentation created: dist/doc/html/parsec/index.html, dist/doc/html/parsec/parsec.txt Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/parsec-3.1.5 Registering parsec-3.1.5... Installed parsec-3.1.5 Configuring contravariant-0.6... Building contravariant-0.6... Preprocessing library contravariant-0.6... [1 of 3] Compiling Data.Functor.Contravariant ( Data/Functor/Contravariant.hs, dist/build/Data/Functor/Contravariant.o ) [2 of 3] Compiling Data.Functor.Contravariant.Compose ( Data/Functor/Contravariant/Compose.hs, dist/build/Data/Functor/Contravariant/Compose.o ) [3 of 3] Compiling Data.Functor.Contravariant.Day ( Data/Functor/Contravariant/Day.hs, dist/build/Data/Functor/Contravariant/Day.o ) In-place registering contravariant-0.6... Running Haddock for contravariant-0.6... Running hscolour for contravariant-0.6... Preprocessing library contravariant-0.6... Preprocessing library contravariant-0.6... Haddock coverage: 81% ( 13 / 16) in 'Data.Functor.Contravariant' 100% ( 4 / 4) in 'Data.Functor.Contravariant.Compose' 100% ( 14 / 14) in 'Data.Functor.Contravariant.Day' Documentation created: dist/doc/html/contravariant/index.html, dist/doc/html/contravariant/contravariant.txt Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/contravariant-0.6 Registering contravariant-0.6... Installed contravariant-0.6 [1 of 1] Compiling Main ( /tmp/distributive-0.4.4-4903/distributive-0.4.4/Setup.lhs, /tmp/distributive-0.4.4-4903/distributive-0.4.4/dist/setup/Main.o ) Linking /tmp/distributive-0.4.4-4903/distributive-0.4.4/dist/setup/setup ... Configuring distributive-0.4.4... Building distributive-0.4.4... Preprocessing library distributive-0.4.4... [1 of 2] Compiling Data.Distributive.Generic ( src/Data/Distributive/Generic.hs, dist/build/Data/Distributive/Generic.o ) [2 of 2] Compiling Data.Distributive ( src/Data/Distributive.hs, dist/build/Data/Distributive.o ) In-place registering distributive-0.4.4... Running Haddock for distributive-0.4.4... Running hscolour for distributive-0.4.4... Preprocessing library distributive-0.4.4... Preprocessing library distributive-0.4.4... Haddock coverage: 67% ( 2 / 3) in 'Data.Distributive.Generic' 100% ( 4 / 4) in 'Data.Distributive' Documentation created: dist/doc/html/distributive/index.html, dist/doc/html/distributive/distributive.txt Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/distributive-0.4.4 Registering distributive-0.4.4... Installed distributive-0.4.4 [1 of 1] Compiling Main ( /tmp/comonad-4.2-4903/comonad-4.2/Setup.lhs, /tmp/comonad-4.2-4903/comonad-4.2/dist/setup/Main.o ) Linking /tmp/comonad-4.2-4903/comonad-4.2/dist/setup/setup ... Configuring comonad-4.2... Building comonad-4.2... Preprocessing library comonad-4.2... [ 1 of 16] Compiling Data.Functor.Composition ( src/Data/Functor/Composition.hs, dist/build/Data/Functor/Composition.o ) [ 2 of 16] Compiling Control.Comonad.Trans.Identity ( src/Control/Comonad/Trans/Identity.hs, dist/build/Control/Comonad/Trans/Identity.o ) [ 3 of 16] Compiling Control.Comonad ( src/Control/Comonad.hs, dist/build/Control/Comonad.o ) [ 4 of 16] Compiling Control.Comonad.Trans.Class ( src/Control/Comonad/Trans/Class.hs, dist/build/Control/Comonad/Trans/Class.o ) [ 5 of 16] Compiling Control.Comonad.Hoist.Class ( src/Control/Comonad/Hoist/Class.hs, dist/build/Control/Comonad/Hoist/Class.o ) [ 6 of 16] Compiling Control.Comonad.Trans.Env ( src/Control/Comonad/Trans/Env.hs, dist/build/Control/Comonad/Trans/Env.o ) [ 7 of 16] Compiling Control.Comonad.Trans.Store ( src/Control/Comonad/Trans/Store.hs, dist/build/Control/Comonad/Trans/Store.o ) [ 8 of 16] Compiling Control.Comonad.Trans.Traced ( src/Control/Comonad/Trans/Traced.hs, dist/build/Control/Comonad/Trans/Traced.o ) [ 9 of 16] Compiling Control.Comonad.Env.Class ( src/Control/Comonad/Env/Class.hs, dist/build/Control/Comonad/Env/Class.o ) [10 of 16] Compiling Control.Comonad.Env ( src/Control/Comonad/Env.hs, dist/build/Control/Comonad/Env.o ) [11 of 16] Compiling Control.Comonad.Identity ( src/Control/Comonad/Identity.hs, dist/build/Control/Comonad/Identity.o ) [12 of 16] Compiling Control.Comonad.Store.Class ( src/Control/Comonad/Store/Class.hs, dist/build/Control/Comonad/Store/Class.o ) [13 of 16] Compiling Control.Comonad.Store ( src/Control/Comonad/Store.hs, dist/build/Control/Comonad/Store.o ) [14 of 16] Compiling Control.Comonad.Traced.Class ( src/Control/Comonad/Traced/Class.hs, dist/build/Control/Comonad/Traced/Class.o ) [15 of 16] Compiling Control.Comonad.Traced ( src/Control/Comonad/Traced.hs, dist/build/Control/Comonad/Traced.o ) [16 of 16] Compiling Data.Functor.Coproduct ( src/Data/Functor/Coproduct.hs, dist/build/Data/Functor/Coproduct.o ) In-place registering comonad-4.2... Running Haddock for comonad-4.2... Running hscolour for comonad-4.2... Preprocessing library comonad-4.2... Preprocessing library comonad-4.2... Haddock coverage: 50% ( 1 / 2) in 'Data.Functor.Composition' 100% ( 2 / 2) in 'Control.Comonad.Trans.Identity' 100% ( 21 / 21) in 'Control.Comonad' 50% ( 1 / 2) in 'Control.Comonad.Trans.Class' 50% ( 1 / 2) in 'Control.Comonad.Hoist.Class' 69% ( 9 / 13) in 'Control.Comonad.Trans.Env' 73% ( 11 / 15) in 'Control.Comonad.Trans.Store' 33% ( 4 / 12) in 'Control.Comonad.Trans.Traced' 33% ( 1 / 3) in 'Control.Comonad.Env.Class' 60% ( 9 / 15) in 'Control.Comonad.Env' 100% ( 4 / 4) in 'Control.Comonad.Identity' 25% ( 1 / 4) in 'Control.Comonad.Store.Class' 62% ( 8 / 13) in 'Control.Comonad.Store' 33% ( 1 / 3) in 'Control.Comonad.Traced.Class' 57% ( 8 / 14) in 'Control.Comonad.Traced' 20% ( 1 / 5) in 'Data.Functor.Coproduct' Warning: Control.Comonad: could not find link destinations for: Data.Traversable.Id Data.Traversable.StateL Data.Traversable.StateR Documentation created: dist/doc/html/comonad/index.html, dist/doc/html/comonad/comonad.txt Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/comonad-4.2 Registering comonad-4.2... Installed comonad-4.2 Configuring semigroupoids-4.0.2... Building semigroupoids-4.0.2... Preprocessing library semigroupoids-4.0.2... [ 1 of 20] Compiling Data.Traversable.Instances ( src/Data/Traversable/Instances.hs, dist/build/Data/Traversable/Instances.o ) [ 2 of 20] Compiling Data.Functor.Extend ( src/Data/Functor/Extend.hs, dist/build/Data/Functor/Extend.o ) [ 3 of 20] Compiling Data.Functor.Bind ( src/Data/Functor/Bind.hs, dist/build/Data/Functor/Bind.o ) src/Data/Functor/Bind.hs:63:1: Warning: Module `Control.Monad.Trans.Error' is deprecated: Use Control.Monad.Trans.Except instead src/Data/Functor/Bind.hs:214:38: Warning: In the use of type constructor or class `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Data/Functor/Bind.hs:422:37: Warning: In the use of type constructor or class `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Data/Functor/Bind.hs:423:13: Warning: In the use of data constructor `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Data/Functor/Bind.hs:424:10: Warning: In the use of `runErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Data/Functor/Bind.hs:427:18: Warning: In the use of `runErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" [ 4 of 20] Compiling Data.Functor.Bind.Trans ( src/Data/Functor/Bind/Trans.hs, dist/build/Data/Functor/Bind/Trans.o ) [ 5 of 20] Compiling Data.Semigroupoid ( src/Data/Semigroupoid.hs, dist/build/Data/Semigroupoid.o ) [ 6 of 20] Compiling Data.Semigroupoid.Dual ( src/Data/Semigroupoid/Dual.hs, dist/build/Data/Semigroupoid/Dual.o ) [ 7 of 20] Compiling Data.Groupoid ( src/Data/Groupoid.hs, dist/build/Data/Groupoid.o ) [ 8 of 20] Compiling Data.Isomorphism ( src/Data/Isomorphism.hs, dist/build/Data/Isomorphism.o ) [ 9 of 20] Compiling Data.Semigroupoid.Product ( src/Data/Semigroupoid/Product.hs, dist/build/Data/Semigroupoid/Product.o ) [10 of 20] Compiling Data.Semigroupoid.Coproduct ( src/Data/Semigroupoid/Coproduct.hs, dist/build/Data/Semigroupoid/Coproduct.o ) [11 of 20] Compiling Data.Semigroupoid.Ob ( src/Data/Semigroupoid/Ob.hs, dist/build/Data/Semigroupoid/Ob.o ) [12 of 20] Compiling Data.Functor.Apply ( src/Data/Functor/Apply.hs, dist/build/Data/Functor/Apply.o ) [13 of 20] Compiling Data.Semigroup.Foldable ( src/Data/Semigroup/Foldable.hs, dist/build/Data/Semigroup/Foldable.o ) [14 of 20] Compiling Data.Semigroup.Traversable ( src/Data/Semigroup/Traversable.hs, dist/build/Data/Semigroup/Traversable.o ) [15 of 20] Compiling Data.Semifunctor ( src/Data/Semifunctor.hs, dist/build/Data/Semifunctor.o ) [16 of 20] Compiling Data.Semifunctor.Associative ( src/Data/Semifunctor/Associative.hs, dist/build/Data/Semifunctor/Associative.o ) [17 of 20] Compiling Data.Semifunctor.Braided ( src/Data/Semifunctor/Braided.hs, dist/build/Data/Semifunctor/Braided.o ) [18 of 20] Compiling Data.Functor.Alt ( src/Data/Functor/Alt.hs, dist/build/Data/Functor/Alt.o ) src/Data/Functor/Alt.hs:26:1: Warning: Module `Control.Monad.Trans.Error' is deprecated: Use Control.Monad.Trans.Except instead src/Data/Functor/Alt.hs:147:36: Warning: In the use of type constructor or class `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Data/Functor/Alt.hs:148:3: Warning: In the use of data constructor `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Data/Functor/Alt.hs:148:16: Warning: In the use of data constructor `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Data/Functor/Alt.hs:148:27: Warning: In the use of data constructor `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" [19 of 20] Compiling Data.Functor.Plus ( src/Data/Functor/Plus.hs, dist/build/Data/Functor/Plus.o ) src/Data/Functor/Plus.hs:27:1: Warning: Module `Control.Monad.Trans.Error' is deprecated: Use Control.Monad.Trans.Except instead src/Data/Functor/Plus.hs:97:28: Warning: In the use of type constructor or class `Error' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Data/Functor/Plus.hs:97:46: Warning: In the use of type constructor or class `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Data/Functor/Plus.hs:98:10: Warning: In the use of data constructor `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Data/Functor/Plus.hs:98:33: Warning: In the use of `noMsg' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" [20 of 20] Compiling Data.Semigroupoid.Static ( src/Data/Semigroupoid/Static.hs, dist/build/Data/Semigroupoid/Static.o ) In-place registering semigroupoids-4.0.2... Running Haddock for semigroupoids-4.0.2... Running hscolour for semigroupoids-4.0.2... Preprocessing library semigroupoids-4.0.2... Preprocessing library semigroupoids-4.0.2... dist/build/tmp-4903/src/Data/Functor/Bind.hs:63:1: Warning: Module `Control.Monad.Trans.Error' is deprecated: Use Control.Monad.Trans.Except instead dist/build/tmp-4903/src/Data/Functor/Bind.hs:214:38: Warning: In the use of type constructor or class `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" dist/build/tmp-4903/src/Data/Functor/Bind.hs:422:37: Warning: In the use of type constructor or class `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" dist/build/tmp-4903/src/Data/Functor/Bind.hs:423:13: Warning: In the use of data constructor `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" dist/build/tmp-4903/src/Data/Functor/Bind.hs:424:10: Warning: In the use of `runErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" dist/build/tmp-4903/src/Data/Functor/Bind.hs:427:18: Warning: In the use of `runErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" dist/build/tmp-4903/src/Data/Functor/Alt.hs:26:1: Warning: Module `Control.Monad.Trans.Error' is deprecated: Use Control.Monad.Trans.Except instead dist/build/tmp-4903/src/Data/Functor/Alt.hs:147:36: Warning: In the use of type constructor or class `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" dist/build/tmp-4903/src/Data/Functor/Alt.hs:148:3: Warning: In the use of data constructor `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" dist/build/tmp-4903/src/Data/Functor/Alt.hs:148:16: Warning: In the use of data constructor `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" dist/build/tmp-4903/src/Data/Functor/Alt.hs:148:27: Warning: In the use of data constructor `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" dist/build/tmp-4903/src/Data/Functor/Plus.hs:27:1: Warning: Module `Control.Monad.Trans.Error' is deprecated: Use Control.Monad.Trans.Except instead dist/build/tmp-4903/src/Data/Functor/Plus.hs:97:28: Warning: In the use of type constructor or class `Error' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" dist/build/tmp-4903/src/Data/Functor/Plus.hs:97:46: Warning: In the use of type constructor or class `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" dist/build/tmp-4903/src/Data/Functor/Plus.hs:98:10: Warning: In the use of data constructor `ErrorT' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" dist/build/tmp-4903/src/Data/Functor/Plus.hs:98:33: Warning: In the use of `noMsg' (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Haddock coverage: 100% ( 1 / 1) in 'Data.Traversable.Instances' 75% ( 3 / 4) in 'Data.Functor.Extend' 75% ( 15 / 20) in 'Data.Functor.Bind' 100% ( 2 / 2) in 'Data.Functor.Bind.Trans' 50% ( 2 / 4) in 'Data.Semigroupoid' 50% ( 1 / 2) in 'Data.Semigroupoid.Dual' 50% ( 1 / 2) in 'Data.Groupoid' 0% ( 0 / 2) in 'Data.Isomorphism' 0% ( 0 / 4) in 'Data.Semigroupoid.Product' 0% ( 0 / 6) in 'Data.Semigroupoid.Coproduct' 50% ( 1 / 2) in 'Data.Semigroupoid.Ob' 100% ( 13 / 13) in 'Data.Functor.Apply' 33% ( 2 / 6) in 'Data.Semigroup.Foldable' 33% ( 1 / 3) in 'Data.Semigroup.Traversable' 40% ( 6 / 15) in 'Data.Semifunctor' 14% ( 1 / 7) in 'Data.Semifunctor.Associative' 17% ( 1 / 6) in 'Data.Semifunctor.Braided' 100% ( 3 / 3) in 'Data.Functor.Alt' 100% ( 3 / 3) in 'Data.Functor.Plus' 0% ( 0 / 2) in 'Data.Semigroupoid.Static' Warning: Data.Functor.Bind: could not find link destinations for: Data.Traversable.Id Data.Sequence.Digit Data.Sequence.Node Data.Sequence.Elem Data.Sequence.Id Data.Sequence.FingerTree Data.Traversable.StateL Data.Traversable.StateR Data.Sequence.State Warning: Data.Functor.Apply: could not find link destinations for: Data.Traversable.Id Data.Sequence.Digit Data.Sequence.Node Data.Sequence.Elem Data.Sequence.Id Data.Sequence.FingerTree Data.Traversable.StateL Data.Traversable.StateR Data.Sequence.State Documentation created: dist/doc/html/semigroupoids/index.html, dist/doc/html/semigroupoids/semigroupoids.txt Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/semigroupoids-4.0.2 Registering semigroupoids-4.0.2... Installed semigroupoids-4.0.2 Configuring wl-pprint-extras-3.5... Building wl-pprint-extras-3.5... Preprocessing library wl-pprint-extras-3.5... [1 of 2] Compiling Text.PrettyPrint.Free.Internal ( src/Text/PrettyPrint/Free/Internal.hs, dist/build/Text/PrettyPrint/Free/Internal.o ) [2 of 2] Compiling Text.PrettyPrint.Free ( src/Text/PrettyPrint/Free.hs, dist/build/Text/PrettyPrint/Free.o ) In-place registering wl-pprint-extras-3.5... Running Haddock for wl-pprint-extras-3.5... Running hscolour for wl-pprint-extras-3.5... Preprocessing library wl-pprint-extras-3.5... Preprocessing library wl-pprint-extras-3.5... Haddock coverage: 92% ( 81 / 88) in 'Text.PrettyPrint.Free.Internal' 93% ( 81 / 87) in 'Text.PrettyPrint.Free' Documentation created: dist/doc/html/wl-pprint-extras/index.html, dist/doc/html/wl-pprint-extras/wl-pprint-extras.txt Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/wl-pprint-extras-3.5 Registering wl-pprint-extras-3.5... Installed wl-pprint-extras-3.5 Downloading HaTeX-3.13.0.1... Configuring HaTeX-3.13.0.1... Building HaTeX-3.13.0.1... Preprocessing library HaTeX-3.13.0.1... [ 1 of 31] Compiling Text.LaTeX.Packages.Trees ( Text/LaTeX/Packages/Trees.hs, dist/build/Text/LaTeX/Packages/Trees.o ) [ 2 of 31] Compiling Paths_HaTeX ( dist/build/autogen/Paths_HaTeX.hs, dist/build/Paths_HaTeX.o ) [ 3 of 31] Compiling Text.LaTeX.Base.Syntax ( Text/LaTeX/Base/Syntax.hs, dist/build/Text/LaTeX/Base/Syntax.o ) [ 4 of 31] Compiling Text.LaTeX.Base.Class ( Text/LaTeX/Base/Class.hs, dist/build/Text/LaTeX/Base/Class.o ) [ 5 of 31] Compiling Text.LaTeX.Base.Warnings ( Text/LaTeX/Base/Warnings.hs, dist/build/Text/LaTeX/Base/Warnings.o ) [ 6 of 31] Compiling Text.LaTeX.Base.Render ( Text/LaTeX/Base/Render.hs, dist/build/Text/LaTeX/Base/Render.o ) [ 7 of 31] Compiling Text.LaTeX.Base.Types ( Text/LaTeX/Base/Types.hs, dist/build/Text/LaTeX/Base/Types.o ) [ 8 of 31] Compiling Text.LaTeX.Packages.AMSFonts ( Text/LaTeX/Packages/AMSFonts.hs, dist/build/Text/LaTeX/Packages/AMSFonts.o ) [ 9 of 31] Compiling Text.LaTeX.Packages.Inputenc ( Text/LaTeX/Packages/Inputenc.hs, dist/build/Text/LaTeX/Packages/Inputenc.o ) [10 of 31] Compiling Text.LaTeX.Base.Commands ( Text/LaTeX/Base/Commands.hs, dist/build/Text/LaTeX/Base/Commands.o ) [11 of 31] Compiling Text.LaTeX.Base.Writer ( Text/LaTeX/Base/Writer.hs, dist/build/Text/LaTeX/Base/Writer.o ) [12 of 31] Compiling Text.LaTeX.Base.Texy ( Text/LaTeX/Base/Texy.hs, dist/build/Text/LaTeX/Base/Texy.o ) [13 of 31] Compiling Text.LaTeX.Packages.Fancyhdr ( Text/LaTeX/Packages/Fancyhdr.hs, dist/build/Text/LaTeX/Packages/Fancyhdr.o ) [14 of 31] Compiling Text.LaTeX.Base.Parser ( Text/LaTeX/Base/Parser.hs, dist/build/Text/LaTeX/Base/Parser.o ) [15 of 31] Compiling Text.LaTeX.Base.Pretty ( Text/LaTeX/Base/Pretty.hs, dist/build/Text/LaTeX/Base/Pretty.o ) [16 of 31] Compiling Text.LaTeX.Packages.AMSThm ( Text/LaTeX/Packages/AMSThm.hs, dist/build/Text/LaTeX/Packages/AMSThm.o ) [17 of 31] Compiling Text.LaTeX.Packages.Beamer ( Text/LaTeX/Packages/Beamer.hs, dist/build/Text/LaTeX/Packages/Beamer.o ) [18 of 31] Compiling Text.LaTeX.Packages.Color ( Text/LaTeX/Packages/Color.hs, dist/build/Text/LaTeX/Packages/Color.o ) [19 of 31] Compiling Text.LaTeX.Packages.Graphicx ( Text/LaTeX/Packages/Graphicx.hs, dist/build/Text/LaTeX/Packages/Graphicx.o ) [20 of 31] Compiling Text.LaTeX.Packages.Hyperref ( Text/LaTeX/Packages/Hyperref.hs, dist/build/Text/LaTeX/Packages/Hyperref.o ) [21 of 31] Compiling Text.LaTeX.Packages.TikZ.Syntax ( Text/LaTeX/Packages/TikZ/Syntax.hs, dist/build/Text/LaTeX/Packages/TikZ/Syntax.o ) [22 of 31] Compiling Text.LaTeX.Packages.TikZ.PathBuilder ( Text/LaTeX/Packages/TikZ/PathBuilder.hs, dist/build/Text/LaTeX/Packages/TikZ/PathBuilder.o ) [23 of 31] Compiling Text.LaTeX.Packages.TikZ ( Text/LaTeX/Packages/TikZ.hs, dist/build/Text/LaTeX/Packages/TikZ.o ) [24 of 31] Compiling Text.LaTeX.Packages.TikZ.Simple ( Text/LaTeX/Packages/TikZ/Simple.hs, dist/build/Text/LaTeX/Packages/TikZ/Simple.o ) [25 of 31] Compiling Text.LaTeX.Base ( Text/LaTeX/Base.hs, dist/build/Text/LaTeX/Base.o ) [26 of 31] Compiling Text.LaTeX.Packages.AMSMath ( Text/LaTeX/Packages/AMSMath.hs, dist/build/Text/LaTeX/Packages/AMSMath.o ) [27 of 31] Compiling Text.LaTeX.Packages.Babel ( Text/LaTeX/Packages/Babel.hs, dist/build/Text/LaTeX/Packages/Babel.o ) [28 of 31] Compiling Text.LaTeX.Packages.Fontenc ( Text/LaTeX/Packages/Fontenc.hs, dist/build/Text/LaTeX/Packages/Fontenc.o ) [29 of 31] Compiling Text.LaTeX.Packages.Trees.Qtree ( Text/LaTeX/Packages/Trees/Qtree.hs, dist/build/Text/LaTeX/Packages/Trees/Qtree.o ) [30 of 31] Compiling Text.LaTeX ( Text/LaTeX.hs, dist/build/Text/LaTeX.o ) [31 of 31] Compiling Text.LaTeX.Packages.Geometry ( Text/LaTeX/Packages/Geometry.hs, dist/build/Text/LaTeX/Packages/Geometry.o ) In-place registering HaTeX-3.13.0.1... Running Haddock for HaTeX-3.13.0.1... Running hscolour for HaTeX-3.13.0.1... Preprocessing library HaTeX-3.13.0.1... Preprocessing library HaTeX-3.13.0.1... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: tf-random-0.5 Haddock coverage: 100% ( 3 / 3) in 'Text.LaTeX.Packages.Trees' 0% ( 0 / 8) in 'Paths_HaTeX' 100% ( 20 / 20) in 'Text.LaTeX.Base.Syntax' 100% ( 16 / 16) in 'Text.LaTeX.Base.Class' 100% ( 12 / 12) in 'Text.LaTeX.Base.Warnings' 100% ( 15 / 15) in 'Text.LaTeX.Base.Render' 100% ( 11 / 11) in 'Text.LaTeX.Base.Types' 100% ( 5 / 5) in 'Text.LaTeX.Packages.AMSFonts' 100% ( 6 / 6) in 'Text.LaTeX.Packages.Inputenc' 49% ( 98 /198) in 'Text.LaTeX.Base.Commands' 100% ( 21 / 21) in 'Text.LaTeX.Base.Writer' 100% ( 3 / 3) in 'Text.LaTeX.Base.Texy' 100% ( 17 / 17) in 'Text.LaTeX.Packages.Fancyhdr' 100% ( 18 / 18) in 'Text.LaTeX.Base.Parser' 100% ( 5 / 5) in 'Text.LaTeX.Base.Pretty' 100% ( 10 / 10) in 'Text.LaTeX.Packages.AMSThm' 100% ( 18 / 18) in 'Text.LaTeX.Packages.Beamer' 87% ( 20 / 23) in 'Text.LaTeX.Packages.Color' 100% ( 15 / 15) in 'Text.LaTeX.Packages.Graphicx' 69% ( 9 / 13) in 'Text.LaTeX.Packages.Hyperref' 92% ( 34 / 37) in 'Text.LaTeX.Packages.TikZ.Syntax' 83% ( 10 / 12) in 'Text.LaTeX.Packages.TikZ.PathBuilder' 100% ( 8 / 8) in 'Text.LaTeX.Packages.TikZ' 100% ( 14 / 14) in 'Text.LaTeX.Packages.TikZ.Simple' 100% ( 16 / 16) in 'Text.LaTeX.Base' 100% (162 /162) in 'Text.LaTeX.Packages.AMSMath' 100% ( 12 / 12) in 'Text.LaTeX.Packages.Babel' 100% ( 6 / 6) in 'Text.LaTeX.Packages.Fontenc' 100% ( 8 / 8) in 'Text.LaTeX.Packages.Trees.Qtree' 100% ( 17 / 17) in 'Text.LaTeX' 100% ( 7 / 7) in 'Text.LaTeX.Packages.Geometry' Documentation created: dist/doc/html/HaTeX/index.html, dist/doc/html/HaTeX/HaTeX.txt Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/HaTeX-3.13.0.1 Registering HaTeX-3.13.0.1... Installed HaTeX-3.13.0.1