Resolving dependencies... Configuring cereal-0.5.8.3... Preprocessing library for cereal-0.5.8.3.. Building library for cereal-0.5.8.3.. [1 of 4] Compiling Data.Serialize.Get ( src/Data/Serialize/Get.hs, dist/build/Data/Serialize/Get.o, dist/build/Data/Serialize/Get.dyn_o ) [2 of 4] Compiling Data.Serialize.Put ( src/Data/Serialize/Put.hs, dist/build/Data/Serialize/Put.o, dist/build/Data/Serialize/Put.dyn_o ) [3 of 4] Compiling Data.Serialize.IEEE754 ( src/Data/Serialize/IEEE754.hs, dist/build/Data/Serialize/IEEE754.o, dist/build/Data/Serialize/IEEE754.dyn_o ) [4 of 4] Compiling Data.Serialize ( src/Data/Serialize.hs, dist/build/Data/Serialize.o, dist/build/Data/Serialize.dyn_o ) src/Data/Serialize.hs:702:22: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 702 | newtype Tagged (s :: * -> *) b = Tagged {unTagged :: b} | ^ src/Data/Serialize.hs:702:27: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 702 | newtype Tagged (s :: * -> *) b = Tagged {unTagged :: b} | ^ Preprocessing library for cereal-0.5.8.3.. Running Haddock on library for cereal-0.5.8.3.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 4] Compiling Data.Serialize.Get ( src/Data/Serialize/Get.hs, nothing ) [2 of 4] Compiling Data.Serialize.Put ( src/Data/Serialize/Put.hs, nothing ) [3 of 4] Compiling Data.Serialize.IEEE754 ( src/Data/Serialize/IEEE754.hs, nothing ) [4 of 4] Compiling Data.Serialize ( src/Data/Serialize.hs, nothing ) src/Data/Serialize.hs:702:22: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 702 | newtype Tagged (s :: * -> *) b = Tagged {unTagged :: b} | ^ src/Data/Serialize.hs:702:27: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 702 | newtype Tagged (s :: * -> *) b = Tagged {unTagged :: b} | ^ Haddock coverage: 93% ( 61 / 65) in 'Data.Serialize.Get' Missing documentation for: label (src/Data/Serialize/Get.hs:268) getLazyByteString (src/Data/Serialize/Get.hs:509) getShortByteString (src/Data/Serialize/Get.hs:513) getTwoOf (src/Data/Serialize/Get.hs:761) Warning: 'Put' is ambiguous. It is defined * at src/Data/Serialize/Put.hs:140:18 * at src/Data/Serialize/Put.hs:143:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Serialize/Put.hs:143:1 75% ( 42 / 56) in 'Data.Serialize.Put' Missing documentation for: Putter (src/Data/Serialize/Put.hs:145) putBuilder (src/Data/Serialize/Put.hs:202) putShortByteString (src/Data/Serialize/Put.hs:260) putTwoOf (src/Data/Serialize/Put.hs:400) putListOf (src/Data/Serialize/Put.hs:404) putIArrayOf (src/Data/Serialize/Put.hs:410) putSeqOf (src/Data/Serialize/Put.hs:416) putTreeOf (src/Data/Serialize/Put.hs:422) putMapOf (src/Data/Serialize/Put.hs:429) putIntMapOf (src/Data/Serialize/Put.hs:433) putSetOf (src/Data/Serialize/Put.hs:437) putIntSetOf (src/Data/Serialize/Put.hs:441) putMaybeOf (src/Data/Serialize/Put.hs:445) putEitherOf (src/Data/Serialize/Put.hs:450) 100% ( 11 / 11) in 'Data.Serialize.IEEE754' Cannot find documentation for: $example 86% ( 13 / 15) in 'Data.Serialize' Missing documentation for: GSerializePut (src/Data/Serialize.hs:571) GSerializeGet (src/Data/Serialize.hs:574) Warning: Data.Serialize.Get: could not find link destinations for: - Data.Serialize.Get.get Warning: Data.Serialize.Put: could not find link destinations for: - Data.Serialize.Put.PairS Warning: Data.Serialize: could not find link destinations for: - Data.Serialize.SumSize - Data.Serialize.GetSum - Data.Serialize.PutSum Documentation created: dist/doc/html/cereal/, dist/doc/html/cereal/cereal.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/cereal-0.5.8.3-CdRifegrast6xnOPLq62pE Completed cereal-0.5.8.3 Configuring primitive-0.9.1.0... Preprocessing library for primitive-0.9.1.0.. Building library for primitive-0.9.1.0.. [ 1 of 14] Compiling Data.Primitive.Internal.Read ( Data/Primitive/Internal/Read.hs, dist/build/Data/Primitive/Internal/Read.o, dist/build/Data/Primitive/Internal/Read.dyn_o ) [ 2 of 14] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, dist/build/Data/Primitive/MachDeps.o, dist/build/Data/Primitive/MachDeps.dyn_o ) [ 3 of 14] Compiling Data.Primitive.Internal.Operations ( Data/Primitive/Internal/Operations.hs, dist/build/Data/Primitive/Internal/Operations.o, dist/build/Data/Primitive/Internal/Operations.dyn_o ) [ 4 of 14] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, dist/build/Control/Monad/Primitive.o, dist/build/Control/Monad/Primitive.dyn_o ) [ 5 of 14] Compiling Data.Primitive.MVar ( Data/Primitive/MVar.hs, dist/build/Data/Primitive/MVar.o, dist/build/Data/Primitive/MVar.dyn_o ) [ 6 of 14] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, dist/build/Data/Primitive/Array.o, dist/build/Data/Primitive/Array.dyn_o ) [ 7 of 14] Compiling Data.Primitive.MutVar ( Data/Primitive/MutVar.hs, dist/build/Data/Primitive/MutVar.o, dist/build/Data/Primitive/MutVar.dyn_o ) [ 8 of 14] Compiling Data.Primitive.SmallArray ( Data/Primitive/SmallArray.hs, dist/build/Data/Primitive/SmallArray.o, dist/build/Data/Primitive/SmallArray.dyn_o ) [ 9 of 14] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, dist/build/Data/Primitive/Types.o, dist/build/Data/Primitive/Types.dyn_o ) [10 of 14] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, dist/build/Data/Primitive/ByteArray.o, dist/build/Data/Primitive/ByteArray.dyn_o ) [11 of 14] Compiling Data.Primitive.PrimArray ( Data/Primitive/PrimArray.hs, dist/build/Data/Primitive/PrimArray.o, dist/build/Data/Primitive/PrimArray.dyn_o ) [12 of 14] Compiling Data.Primitive.Ptr ( Data/Primitive/Ptr.hs, dist/build/Data/Primitive/Ptr.o, dist/build/Data/Primitive/Ptr.dyn_o ) [13 of 14] Compiling Data.Primitive ( Data/Primitive.hs, dist/build/Data/Primitive.o, dist/build/Data/Primitive.dyn_o ) [14 of 14] Compiling Data.Primitive.PrimVar ( Data/Primitive/PrimVar.hs, dist/build/Data/Primitive/PrimVar.o, dist/build/Data/Primitive/PrimVar.dyn_o ) Preprocessing library for primitive-0.9.1.0.. Running Haddock on library for primitive-0.9.1.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 14] Compiling Data.Primitive.Internal.Read ( Data/Primitive/Internal/Read.hs, nothing ) [ 2 of 14] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, nothing ) [ 3 of 14] Compiling Data.Primitive.Internal.Operations ( Data/Primitive/Internal/Operations.hs, nothing ) [ 4 of 14] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, nothing ) [ 5 of 14] Compiling Data.Primitive.MVar ( Data/Primitive/MVar.hs, nothing ) [ 6 of 14] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, nothing ) [ 7 of 14] Compiling Data.Primitive.MutVar ( Data/Primitive/MutVar.hs, nothing ) [ 8 of 14] Compiling Data.Primitive.SmallArray ( Data/Primitive/SmallArray.hs, nothing ) [ 9 of 14] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, nothing ) [10 of 14] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, nothing ) [11 of 14] Compiling Data.Primitive.PrimArray ( Data/Primitive/PrimArray.hs, nothing ) [12 of 14] Compiling Data.Primitive.Ptr ( Data/Primitive/Ptr.hs, nothing ) [13 of 14] Compiling Data.Primitive ( Data/Primitive.hs, nothing ) [14 of 14] Compiling Data.Primitive.PrimVar ( Data/Primitive/PrimVar.hs, nothing ) Haddock coverage: 2% ( 1 / 35) in 'Data.Primitive.MachDeps' Missing documentation for: sIZEOF_CHAR (Data/Primitive/MachDeps.hs:68) aLIGNMENT_CHAR (Data/Primitive/MachDeps.hs:69) sIZEOF_INT (Data/Primitive/MachDeps.hs:71) aLIGNMENT_INT (Data/Primitive/MachDeps.hs:72) sIZEOF_WORD (Data/Primitive/MachDeps.hs:74) aLIGNMENT_WORD (Data/Primitive/MachDeps.hs:75) sIZEOF_DOUBLE (Data/Primitive/MachDeps.hs:77) aLIGNMENT_DOUBLE (Data/Primitive/MachDeps.hs:78) sIZEOF_FLOAT (Data/Primitive/MachDeps.hs:80) aLIGNMENT_FLOAT (Data/Primitive/MachDeps.hs:81) sIZEOF_PTR (Data/Primitive/MachDeps.hs:83) aLIGNMENT_PTR (Data/Primitive/MachDeps.hs:84) sIZEOF_FUNPTR (Data/Primitive/MachDeps.hs:86) aLIGNMENT_FUNPTR (Data/Primitive/MachDeps.hs:87) sIZEOF_STABLEPTR (Data/Primitive/MachDeps.hs:89) aLIGNMENT_STABLEPTR (Data/Primitive/MachDeps.hs:90) sIZEOF_INT8 (Data/Primitive/MachDeps.hs:92) aLIGNMENT_INT8 (Data/Primitive/MachDeps.hs:93) sIZEOF_WORD8 (Data/Primitive/MachDeps.hs:95) aLIGNMENT_WORD8 (Data/Primitive/MachDeps.hs:96) sIZEOF_INT16 (Data/Primitive/MachDeps.hs:98) aLIGNMENT_INT16 (Data/Primitive/MachDeps.hs:99) sIZEOF_WORD16 (Data/Primitive/MachDeps.hs:101) aLIGNMENT_WORD16 (Data/Primitive/MachDeps.hs:102) sIZEOF_INT32 (Data/Primitive/MachDeps.hs:104) aLIGNMENT_INT32 (Data/Primitive/MachDeps.hs:105) sIZEOF_WORD32 (Data/Primitive/MachDeps.hs:107) aLIGNMENT_WORD32 (Data/Primitive/MachDeps.hs:108) sIZEOF_INT64 (Data/Primitive/MachDeps.hs:110) aLIGNMENT_INT64 (Data/Primitive/MachDeps.hs:111) sIZEOF_WORD64 (Data/Primitive/MachDeps.hs:113) aLIGNMENT_WORD64 (Data/Primitive/MachDeps.hs:114) Word64_# (Data/Primitive/MachDeps.hs:117) Int64_# (Data/Primitive/MachDeps.hs:118) Warning: 'IO' is ambiguous. It is defined * in GHC.Types * in GHC.Types You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.Types Warning: 'ST' is ambiguous. It is defined * in GHC.ST * in GHC.ST You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.ST 89% ( 26 / 29) in 'Control.Monad.Primitive' Missing documentation for: unsafeInterleave (Control/Monad/Primitive.hs:408) unsafeDupableInterleave (Control/Monad/Primitive.hs:409) noDuplicate (Control/Monad/Primitive.hs:401) Warning: 'MVar' is ambiguous. It is defined * at Data/Primitive/MVar.hs:41:17 * at Data/Primitive/MVar.hs:41:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Primitive/MVar.hs:41:1 100% ( 11 / 11) in 'Data.Primitive.MVar' Warning: 'Array' is ambiguous. It is defined * at Data/Primitive/Array.hs:65:16 * at Data/Primitive/Array.hs:65:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Primitive/Array.hs:65:1 Warning: 'MutableArray' is ambiguous. It is defined * at Data/Primitive/Array.hs:108:25 * at Data/Primitive/Array.hs:108:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Primitive/Array.hs:108:1 100% ( 27 / 27) in 'Data.Primitive.Array' Warning: 'MutVar' is ambiguous. It is defined * at Data/Primitive/MutVar.hs:44:19 * at Data/Primitive/MutVar.hs:44:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Primitive/MutVar.hs:44:1 Warning: 'IORef' is ambiguous. It is defined * in GHC.IORef * in GHC.IORef You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.IORef Warning: 'STRef' is ambiguous. It is defined * in GHC.STRef * in GHC.STRef You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.STRef 100% ( 15 / 15) in 'Data.Primitive.MutVar' Warning: 'SmallArray' is ambiguous. It is defined * at Data/Primitive/SmallArray.hs:95:21 * at Data/Primitive/SmallArray.hs:95:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Primitive/SmallArray.hs:95:1 Warning: 'Identity' is ambiguous. It is defined * in Data.Functor.Identity * in Data.Functor.Identity You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Identity Warning: 'SmallMutableArray' is ambiguous. It is defined * at Data/Primitive/SmallArray.hs:106:30 * at Data/Primitive/SmallArray.hs:106:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Primitive/SmallArray.hs:106:1 93% ( 27 / 29) in 'Data.Primitive.SmallArray' Missing documentation for: SmallArray (Data/Primitive/SmallArray.hs:95) SmallMutableArray (Data/Primitive/SmallArray.hs:106) 100% ( 10 / 10) in 'Data.Primitive.Types' Warning: 'MutableByteArray' is ambiguous. It is defined * in Data.Array.Byte * in Data.Array.Byte You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Array.Byte Warning: 'ByteArray' is ambiguous. It is defined * in Data.Array.Byte * in Data.Array.Byte You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Array.Byte 98% ( 61 / 62) in 'Data.Primitive.ByteArray' Missing documentation for: createByteArray (Data/Primitive/ByteArray.hs:672) Warning: 'PrimArray' is ambiguous. It is defined * at Data/Primitive/PrimArray.hs:144:20 * at Data/Primitive/PrimArray.hs:144:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Primitive/PrimArray.hs:144:1 Warning: 'MutablePrimArray' is ambiguous. It is defined * at Data/Primitive/PrimArray.hs:167:29 * at Data/Primitive/PrimArray.hs:167:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Primitive/PrimArray.hs:167:1 Warning: 'ByteArray' is ambiguous. It is defined * in Data.Array.Byte * in Data.Array.Byte You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Array.Byte 100% ( 78 / 78) in 'Data.Primitive.PrimArray' Warning: 'Ptr' is ambiguous. It is defined * in GHC.Ptr * in GHC.Ptr You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.Ptr 100% ( 17 / 17) in 'Data.Primitive.Ptr' 100% ( 10 / 10) in 'Data.Primitive' Warning: 'PrimVar' is ambiguous. It is defined * at Data/Primitive/PrimVar.hs:49:23 * at Data/Primitive/PrimVar.hs:49:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Primitive/PrimVar.hs:49:1 Warning: 'MutablePrimArray' is ambiguous. It is defined * at Data/Primitive/PrimArray.hs:167:29 * at Data/Primitive/PrimArray.hs:167:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Primitive/PrimArray.hs:167:1 100% ( 22 / 22) in 'Data.Primitive.PrimVar' Warning: Control.Monad.Primitive: could not find link destinations for: - Control.Monad.Primitive.D:R:PrimStateST - Control.Monad.Primitive.D:R:PrimStateST0 - Control.Monad.Primitive.D:R:PrimStateRWST - Control.Monad.Primitive.D:R:PrimStateWriterT - Control.Monad.Primitive.D:R:PrimStateStateT - Control.Monad.Primitive.D:R:PrimStateSelectT - Control.Monad.Primitive.D:R:PrimStateAccumT - Control.Monad.Primitive.D:R:PrimStateExceptT - Control.Monad.Primitive.D:R:PrimStateRWST0 - Control.Monad.Primitive.D:R:PrimStateRWST1 - Control.Monad.Primitive.D:R:PrimStateWriterT0 - Control.Monad.Primitive.D:R:PrimStateWriterT1 - Control.Monad.Primitive.D:R:PrimStateStateT0 - Control.Monad.Primitive.D:R:PrimStateReaderT - Control.Monad.Primitive.D:R:PrimStateMaybeT - Control.Monad.Primitive.D:R:PrimStateIdentityT - Control.Monad.Primitive.D:R:PrimStateContT - Control.Monad.Primitive.D:R:PrimStateIO Warning: Data.Primitive.Array: could not find link destinations for: - Data.Primitive.Array.D:R:ItemArray Warning: Data.Primitive.SmallArray: could not find link destinations for: - Data.Primitive.SmallArray.D:R:ItemSmallArray Warning: Data.Primitive.Types: could not find link destinations for: - GHC.Generics.D:R:UReckPtrp0 - GHC.Generics.Rep_R:UReckPtrp - GHC.Generics.Rep1_R:UReckPtrp Warning: Data.Primitive.ByteArray: could not find link destinations for: - Data.Array.Byte.D:R:ItemByteArray Warning: Data.Primitive.PrimArray: could not find link destinations for: - Data.Primitive.PrimArray.D:R:ItemPrimArray Warning: Data.Primitive.Ptr: could not find link destinations for: - GHC.Generics.D:R:UReckPtrp0 - GHC.Generics.Rep_R:UReckPtrp - GHC.Generics.Rep1_R:UReckPtrp Documentation created: dist/doc/html/primitive/, dist/doc/html/primitive/primitive.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/primitive-0.9.1.0-FI4ablStFrKABDqEidp4iv Completed primitive-0.9.1.0 Configuring fixed-vector-2.0.0.0... Preprocessing library for fixed-vector-2.0.0.0.. Building library for fixed-vector-2.0.0.0.. [ 1 of 10] Compiling Data.Vector.Fixed.Cont ( Data/Vector/Fixed/Cont.hs, dist/build/Data/Vector/Fixed/Cont.o, dist/build/Data/Vector/Fixed/Cont.dyn_o ) [ 2 of 10] Compiling Data.Vector.Fixed.Generic ( Data/Vector/Fixed/Generic.hs, dist/build/Data/Vector/Fixed/Generic.o, dist/build/Data/Vector/Fixed/Generic.dyn_o ) [ 3 of 10] Compiling Data.Vector.Fixed.Internal ( Data/Vector/Fixed/Internal.hs, dist/build/Data/Vector/Fixed/Internal.o, dist/build/Data/Vector/Fixed/Internal.dyn_o ) [ 4 of 10] Compiling Data.Vector.Fixed ( Data/Vector/Fixed.hs, dist/build/Data/Vector/Fixed.o, dist/build/Data/Vector/Fixed.dyn_o ) [ 5 of 10] Compiling Data.Vector.Fixed.Mutable ( Data/Vector/Fixed/Mutable.hs, dist/build/Data/Vector/Fixed/Mutable.o, dist/build/Data/Vector/Fixed/Mutable.dyn_o ) [ 6 of 10] Compiling Data.Vector.Fixed.Boxed ( Data/Vector/Fixed/Boxed.hs, dist/build/Data/Vector/Fixed/Boxed.o, dist/build/Data/Vector/Fixed/Boxed.dyn_o ) [ 7 of 10] Compiling Data.Vector.Fixed.Primitive ( Data/Vector/Fixed/Primitive.hs, dist/build/Data/Vector/Fixed/Primitive.o, dist/build/Data/Vector/Fixed/Primitive.dyn_o ) [ 8 of 10] Compiling Data.Vector.Fixed.Storable ( Data/Vector/Fixed/Storable.hs, dist/build/Data/Vector/Fixed/Storable.o, dist/build/Data/Vector/Fixed/Storable.dyn_o ) [ 9 of 10] Compiling Data.Vector.Fixed.Strict ( Data/Vector/Fixed/Strict.hs, dist/build/Data/Vector/Fixed/Strict.o, dist/build/Data/Vector/Fixed/Strict.dyn_o ) [10 of 10] Compiling Data.Vector.Fixed.Unboxed ( Data/Vector/Fixed/Unboxed.hs, dist/build/Data/Vector/Fixed/Unboxed.o, dist/build/Data/Vector/Fixed/Unboxed.dyn_o ) Preprocessing library for fixed-vector-2.0.0.0.. Running Haddock on library for fixed-vector-2.0.0.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 10] Compiling Data.Vector.Fixed.Cont ( Data/Vector/Fixed/Cont.hs, nothing ) [ 2 of 10] Compiling Data.Vector.Fixed.Generic ( Data/Vector/Fixed/Generic.hs, nothing ) [ 3 of 10] Compiling Data.Vector.Fixed.Internal ( Data/Vector/Fixed/Internal.hs, nothing ) [ 4 of 10] Compiling Data.Vector.Fixed ( Data/Vector/Fixed.hs, nothing ) [ 5 of 10] Compiling Data.Vector.Fixed.Mutable ( Data/Vector/Fixed/Mutable.hs, nothing ) [ 6 of 10] Compiling Data.Vector.Fixed.Boxed ( Data/Vector/Fixed/Boxed.hs, nothing ) [ 7 of 10] Compiling Data.Vector.Fixed.Primitive ( Data/Vector/Fixed/Primitive.hs, nothing ) [ 8 of 10] Compiling Data.Vector.Fixed.Storable ( Data/Vector/Fixed/Storable.hs, nothing ) [ 9 of 10] Compiling Data.Vector.Fixed.Strict ( Data/Vector/Fixed/Strict.hs, nothing ) [10 of 10] Compiling Data.Vector.Fixed.Unboxed ( Data/Vector/Fixed/Unboxed.hs, nothing ) Haddock coverage: Warning: 'apFun' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 83% ( 99 /118) in 'Data.Vector.Fixed.Cont' Missing documentation for: N1 (Data/Vector/Fixed/Cont.hs:151) N2 (Data/Vector/Fixed/Cont.hs:152) N3 (Data/Vector/Fixed/Cont.hs:153) N4 (Data/Vector/Fixed/Cont.hs:154) N5 (Data/Vector/Fixed/Cont.hs:155) N6 (Data/Vector/Fixed/Cont.hs:156) N7 (Data/Vector/Fixed/Cont.hs:157) N8 (Data/Vector/Fixed/Cont.hs:158) mk1 (Data/Vector/Fixed/Cont.hs:658) mk2 (Data/Vector/Fixed/Cont.hs:662) mk3 (Data/Vector/Fixed/Cont.hs:666) mk4 (Data/Vector/Fixed/Cont.hs:670) mk5 (Data/Vector/Fixed/Cont.hs:674) mk6 (Data/Vector/Fixed/Cont.hs:678) mk7 (Data/Vector/Fixed/Cont.hs:682) mk8 (Data/Vector/Fixed/Cont.hs:686) collect (Data/Vector/Fixed/Cont.hs:830) zipWithM_ (Data/Vector/Fixed/Cont.hs:922) izipWithM_ (Data/Vector/Fixed/Cont.hs:934) 100% ( 11 / 11) in 'Data.Vector.Fixed.Generic' Warning: 'sizeOf' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'NFData' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Foldable' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 79% (111 /139) in 'Data.Vector.Fixed' Missing documentation for: N1 (Data/Vector/Fixed/Cont.hs:151) N2 (Data/Vector/Fixed/Cont.hs:152) N3 (Data/Vector/Fixed/Cont.hs:153) N4 (Data/Vector/Fixed/Cont.hs:154) N5 (Data/Vector/Fixed/Cont.hs:155) N6 (Data/Vector/Fixed/Cont.hs:156) N7 (Data/Vector/Fixed/Cont.hs:157) N8 (Data/Vector/Fixed/Cont.hs:158) mk0 (Data/Vector/Fixed/Internal.hs:29) mk1 (Data/Vector/Fixed/Internal.hs:33) mk2 (Data/Vector/Fixed/Internal.hs:37) mk3 (Data/Vector/Fixed/Internal.hs:41) mk4 (Data/Vector/Fixed/Internal.hs:45) mk5 (Data/Vector/Fixed/Internal.hs:49) mk6 (Data/Vector/Fixed/Internal.hs:53) mk7 (Data/Vector/Fixed/Internal.hs:57) mk8 (Data/Vector/Fixed/Internal.hs:61) V1 (Data/Vector/Fixed.hs:476) V2 (Data/Vector/Fixed.hs:484) V3 (Data/Vector/Fixed.hs:492) V4 (Data/Vector/Fixed.hs:500) concat (Data/Vector/Fixed/Internal.hs:210) distribute (Data/Vector/Fixed/Internal.hs:522) collect (Data/Vector/Fixed/Internal.hs:527) Tuple2 (Data/Vector/Fixed.hs:377) Tuple3 (Data/Vector/Fixed.hs:378) Tuple4 (Data/Vector/Fixed.hs:379) Tuple5 (Data/Vector/Fixed.hs:380) 96% ( 29 / 30) in 'Data.Vector.Fixed.Mutable' Missing documentation for: index (Data/Vector/Fixed/Mutable.hs:215) 50% ( 5 / 10) in 'Data.Vector.Fixed.Boxed' Missing documentation for: Vec1 (Data/Vector/Fixed/Boxed.hs:49) Vec2 (Data/Vector/Fixed/Boxed.hs:50) Vec3 (Data/Vector/Fixed/Boxed.hs:51) Vec4 (Data/Vector/Fixed/Boxed.hs:52) Vec5 (Data/Vector/Fixed/Boxed.hs:53) 58% ( 7 / 12) in 'Data.Vector.Fixed.Primitive' Missing documentation for: Vec1 (Data/Vector/Fixed/Primitive.hs:52) Vec2 (Data/Vector/Fixed/Primitive.hs:53) Vec3 (Data/Vector/Fixed/Primitive.hs:54) Vec4 (Data/Vector/Fixed/Primitive.hs:55) Vec5 (Data/Vector/Fixed/Primitive.hs:56) 68% ( 11 / 16) in 'Data.Vector.Fixed.Storable' Missing documentation for: Vec1 (Data/Vector/Fixed/Storable.hs:60) Vec2 (Data/Vector/Fixed/Storable.hs:61) Vec3 (Data/Vector/Fixed/Storable.hs:62) Vec4 (Data/Vector/Fixed/Storable.hs:63) Vec5 (Data/Vector/Fixed/Storable.hs:64) 27% ( 3 / 11) in 'Data.Vector.Fixed.Strict' Missing documentation for: Vec1 (Data/Vector/Fixed/Strict.hs:39) Vec2 (Data/Vector/Fixed/Strict.hs:40) Vec3 (Data/Vector/Fixed/Strict.hs:41) Vec4 (Data/Vector/Fixed/Strict.hs:42) Vec5 (Data/Vector/Fixed/Strict.hs:43) ty_Vec (Data/Vector/Fixed/Strict.hs:118) con_Vec (Data/Vector/Fixed/Strict.hs:121) uninitialised (Data/Vector/Fixed/Strict.hs:124) Warning: 'Fun' is ambiguous. It is defined * at Data/Vector/Fixed/Cont.hs:185:21 * at Data/Vector/Fixed/Cont.hs:185:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Vector/Fixed/Cont.hs:185:1 66% ( 10 / 15) in 'Data.Vector.Fixed.Unboxed' Missing documentation for: Vec1 (Data/Vector/Fixed/Unboxed.hs:63) Vec2 (Data/Vector/Fixed/Unboxed.hs:64) Vec3 (Data/Vector/Fixed/Unboxed.hs:65) Vec4 (Data/Vector/Fixed/Unboxed.hs:66) Vec5 (Data/Vector/Fixed/Unboxed.hs:67) Warning: Data.Vector.Fixed.Unboxed: could not find link destinations for: - Data.Vector.Fixed.Unboxed.VecRepr - Data.Vector.Fixed.Unboxed.EltRepr - Data.Vector.Fixed.Unboxed.toEltRepr - Data.Vector.Fixed.Unboxed.fromEltRepr Documentation created: dist/doc/html/fixed-vector/, dist/doc/html/fixed-vector/fixed-vector.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/fixed-vector-2.0.0.0-IPv28zTSsX23Lc1qz1W2KL Completed fixed-vector-2.0.0.0 Downloading fixed-vector-cereal-2.0.0.0 Downloaded fixed-vector-cereal-2.0.0.0 Configuring fixed-vector-cereal-2.0.0.0... Preprocessing library for fixed-vector-cereal-2.0.0.0.. Building library for fixed-vector-cereal-2.0.0.0.. [1 of 1] Compiling Data.Vector.Fixed.Instances.Cereal ( Data/Vector/Fixed/Instances/Cereal.hs, dist/build/Data/Vector/Fixed/Instances/Cereal.o, dist/build/Data/Vector/Fixed/Instances/Cereal.dyn_o ) Preprocessing library for fixed-vector-cereal-2.0.0.0.. Running Haddock on library for fixed-vector-cereal-2.0.0.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Data.Vector.Fixed.Instances.Cereal ( Data/Vector/Fixed/Instances/Cereal.hs, nothing ) Haddock coverage: 100% ( 1 / 1) in 'Data.Vector.Fixed.Instances.Cereal' Documentation created: dist/doc/html/fixed-vector-cereal/, dist/doc/html/fixed-vector-cereal/fixed-vector-cereal.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/fixed-vector-cereal-2.0.0.0-Gbm6plV5r5dKBIVzGiwwK8 Completed fixed-vector-cereal-2.0.0.0