Resolving dependencies... Configuring OneTuple-0.4.2.1... Preprocessing library for OneTuple-0.4.2.1.. Building library for OneTuple-0.4.2.1.. [1 of 3] Compiling Data.Tuple.Solo ( src/Data/Tuple/Solo.hs, dist/build/Data/Tuple/Solo.o, dist/build/Data/Tuple/Solo.dyn_o ) [2 of 3] Compiling Data.Tuple.OneTuple ( src/Data/Tuple/OneTuple.hs, dist/build/Data/Tuple/OneTuple.o, dist/build/Data/Tuple/OneTuple.dyn_o ) [3 of 3] Compiling Data.Tuple.Solo.TH ( src/Data/Tuple/Solo/TH.hs, dist/build/Data/Tuple/Solo/TH.o, dist/build/Data/Tuple/Solo/TH.dyn_o ) Preprocessing library for OneTuple-0.4.2.1.. Running Haddock on library for OneTuple-0.4.2.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 3] Compiling Data.Tuple.Solo ( src/Data/Tuple/Solo.hs, nothing ) [2 of 3] Compiling Data.Tuple.OneTuple ( src/Data/Tuple/OneTuple.hs, nothing ) [3 of 3] Compiling Data.Tuple.Solo.TH ( src/Data/Tuple/Solo/TH.hs, nothing ) Haddock coverage: Warning: 'Solo' is ambiguous. It is defined * in GHC.Tuple * in GHC.Tuple.Prim 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.Tuple.Prim 100% ( 3 / 3) in 'Data.Tuple.Solo' 25% ( 1 / 4) in 'Data.Tuple.OneTuple' Missing documentation for: OneTuple (src/Data/Tuple/OneTuple.hs:21) OneTuple (src/Data/Tuple/OneTuple.hs:30) only (src/Data/Tuple/OneTuple.hs:24) Warning: 'Solo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 50% ( 1 / 2) in 'Data.Tuple.Solo.TH' Missing documentation for: tupE Warning: Data.Tuple.Solo: could not find link destinations for: - GHC.Generics.Rep1_Solo - GHC.Generics.Rep_Solo Documentation created: dist/doc/html/OneTuple/, dist/doc/html/OneTuple/OneTuple.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/OneTuple-0.4.2.1-65GlXcz0coiFvmploW1YZu Completed OneTuple-0.4.2.1 Configuring Only-0.1... Preprocessing library for Only-0.1.. Building library for Only-0.1.. [1 of 1] Compiling Data.Tuple.Only ( src/Data/Tuple/Only.hs, dist/build/Data/Tuple/Only.o, dist/build/Data/Tuple/Only.dyn_o ) Preprocessing library for Only-0.1.. Running Haddock on library for Only-0.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Data.Tuple.Only ( src/Data/Tuple/Only.hs, nothing ) Haddock coverage: Warning: 'Only' is ambiguous. It is defined * at src/Data/Tuple/Only.hs:29:18 * at src/Data/Tuple/Only.hs:29: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/Tuple/Only.hs:29:1 50% ( 1 / 2) in 'Data.Tuple.Only' Missing documentation for: Module header Warning: Data.Tuple.Only: could not find link destinations for: - Data.Tuple.Only.Rep_Only Documentation created: dist/doc/html/Only/, dist/doc/html/Only/Only.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/Only-0.1-HRVV8HPpCRNCN2LB8VvQXL Completed Only-0.1 Configuring StateVar-1.2.2... Preprocessing library for StateVar-1.2.2.. Building library for StateVar-1.2.2.. [1 of 1] Compiling Data.StateVar ( src/Data/StateVar.hs, dist/build/Data/StateVar.o, dist/build/Data/StateVar.dyn_o ) src/Data/StateVar.hs:220:33: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 220 | default ($~) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m () | ^ src/Data/StateVar.hs:226:34: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 226 | default ($~!) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m () | ^ src/Data/StateVar.hs:230:32: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 230 | defaultUpdate :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m () | ^ src/Data/StateVar.hs:235:38: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 235 | defaultUpdateStrict :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m () | ^ Preprocessing library for StateVar-1.2.2.. Running Haddock on library for StateVar-1.2.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Data.StateVar ( src/Data/StateVar.hs, nothing ) src/Data/StateVar.hs:220:33: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 220 | default ($~) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m () | ^ src/Data/StateVar.hs:226:34: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 226 | default ($~!) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m () | ^ src/Data/StateVar.hs:230:32: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 230 | defaultUpdate :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m () | ^ src/Data/StateVar.hs:235:38: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 235 | defaultUpdateStrict :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m () | ^ Haddock coverage: Warning: 'StateVar' is ambiguous. It is defined * at src/Data/StateVar.hs:125:19 * at src/Data/StateVar.hs:125: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/StateVar.hs:125:1 Warning: 'SettableStateVar' is ambiguous. It is defined * at src/Data/StateVar.hs:148:30 * at src/Data/StateVar.hs:148: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/StateVar.hs:148:1 100% ( 15 / 15) in 'Data.StateVar' Documentation created: dist/doc/html/StateVar/, dist/doc/html/StateVar/StateVar.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/StateVar-1.2.2-FkX29h2fwdP2Mo2NQELJhZ Completed StateVar-1.2.2 Configuring assoc-1.1.1... Preprocessing library for assoc-1.1.1.. Building library for assoc-1.1.1.. [1 of 2] Compiling Data.Bifunctor.Assoc ( src/Data/Bifunctor/Assoc.hs, dist/build/Data/Bifunctor/Assoc.o, dist/build/Data/Bifunctor/Assoc.dyn_o ) [2 of 2] Compiling Data.Bifunctor.Swap ( src/Data/Bifunctor/Swap.hs, dist/build/Data/Bifunctor/Swap.o, dist/build/Data/Bifunctor/Swap.dyn_o ) Preprocessing library for assoc-1.1.1.. Running Haddock on library for assoc-1.1.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling Data.Bifunctor.Assoc ( src/Data/Bifunctor/Assoc.hs, nothing ) [2 of 2] Compiling Data.Bifunctor.Swap ( src/Data/Bifunctor/Swap.hs, nothing ) Haddock coverage: 50% ( 1 / 2) in 'Data.Bifunctor.Assoc' Missing documentation for: Module header 50% ( 1 / 2) in 'Data.Bifunctor.Swap' Missing documentation for: Module header Documentation created: dist/doc/html/assoc/, dist/doc/html/assoc/assoc.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/assoc-1.1.1-IR5FZLHpO7uKvKwb4BxhYj Completed assoc-1.1.1 Configuring base-orphans-0.9.4... Preprocessing library for base-orphans-0.9.4.. Building library for base-orphans-0.9.4.. [1 of 2] Compiling Data.Orphans.Prelude ( src/Data/Orphans/Prelude.hs, dist/build/Data/Orphans/Prelude.o, dist/build/Data/Orphans/Prelude.dyn_o ) [2 of 2] Compiling Data.Orphans ( src/Data/Orphans.hs, dist/build/Data/Orphans.o, dist/build/Data/Orphans.dyn_o ) Preprocessing library for base-orphans-0.9.4.. Running Haddock on library for base-orphans-0.9.4.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling Data.Orphans.Prelude ( src/Data/Orphans/Prelude.hs, nothing ) [2 of 2] Compiling Data.Orphans ( src/Data/Orphans.hs, nothing ) Haddock coverage: 100% ( 1 / 1) in 'Data.Orphans' Documentation created: dist/doc/html/base-orphans/, dist/doc/html/base-orphans/base-orphans.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/base-orphans-0.9.4-GDnU7L0BqB344vG7X82oqc Completed base-orphans-0.9.4 Configuring base64-bytestring-1.2.1.0... Preprocessing library for base64-bytestring-1.2.1.0.. Building library for base64-bytestring-1.2.1.0.. [1 of 5] Compiling Data.ByteString.Base64.Internal ( Data/ByteString/Base64/Internal.hs, dist/build/Data/ByteString/Base64/Internal.o, dist/build/Data/ByteString/Base64/Internal.dyn_o ) [2 of 5] Compiling Data.ByteString.Base64 ( Data/ByteString/Base64.hs, dist/build/Data/ByteString/Base64.o, dist/build/Data/ByteString/Base64.dyn_o ) [3 of 5] Compiling Data.ByteString.Base64.Lazy ( Data/ByteString/Base64/Lazy.hs, dist/build/Data/ByteString/Base64/Lazy.o, dist/build/Data/ByteString/Base64/Lazy.dyn_o ) [4 of 5] Compiling Data.ByteString.Base64.URL ( Data/ByteString/Base64/URL.hs, dist/build/Data/ByteString/Base64/URL.o, dist/build/Data/ByteString/Base64/URL.dyn_o ) [5 of 5] Compiling Data.ByteString.Base64.URL.Lazy ( Data/ByteString/Base64/URL/Lazy.hs, dist/build/Data/ByteString/Base64/URL/Lazy.o, dist/build/Data/ByteString/Base64/URL/Lazy.dyn_o ) Preprocessing library for base64-bytestring-1.2.1.0.. Running Haddock on library for base64-bytestring-1.2.1.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 5] Compiling Data.ByteString.Base64.Internal ( Data/ByteString/Base64/Internal.hs, nothing ) [2 of 5] Compiling Data.ByteString.Base64 ( Data/ByteString/Base64.hs, nothing ) [3 of 5] Compiling Data.ByteString.Base64.Lazy ( Data/ByteString/Base64/Lazy.hs, nothing ) [4 of 5] Compiling Data.ByteString.Base64.URL ( Data/ByteString/Base64/URL.hs, nothing ) [5 of 5] Compiling Data.ByteString.Base64.URL.Lazy ( Data/ByteString/Base64/URL/Lazy.hs, nothing ) Haddock coverage: 100% ( 4 / 4) in 'Data.ByteString.Base64' 100% ( 4 / 4) in 'Data.ByteString.Base64.Lazy' 100% ( 7 / 7) in 'Data.ByteString.Base64.URL' 100% ( 7 / 7) in 'Data.ByteString.Base64.URL.Lazy' Documentation created: dist/doc/html/base64-bytestring/, dist/doc/html/base64-bytestring/base64-bytestring.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/base64-bytestring-1.2.1.0-AIN2dTo0IeiEPRnFKNxiRV Completed base64-bytestring-1.2.1.0 Configuring call-stack-0.4.0... Preprocessing library for call-stack-0.4.0.. Building library for call-stack-0.4.0.. [1 of 3] Compiling Data.SrcLoc ( src/Data/SrcLoc.hs, dist/build/Data/SrcLoc.o, dist/build/Data/SrcLoc.dyn_o ) [2 of 3] Compiling Data.CallStack ( src/Data/CallStack.hs, dist/build/Data/CallStack.o, dist/build/Data/CallStack.dyn_o ) [3 of 3] Compiling Paths_call_stack ( dist/build/autogen/Paths_call_stack.hs, dist/build/Paths_call_stack.o, dist/build/Paths_call_stack.dyn_o ) Preprocessing library for call-stack-0.4.0.. Running Haddock on library for call-stack-0.4.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 3] Compiling Data.SrcLoc ( src/Data/SrcLoc.hs, nothing ) [2 of 3] Compiling Data.CallStack ( src/Data/CallStack.hs, nothing ) [3 of 3] Compiling Paths_call_stack ( dist/build/autogen/Paths_call_stack.hs, nothing ) Haddock coverage: 33% ( 2 / 6) in 'Data.CallStack' Missing documentation for: Module header CallStack (src/Data/CallStack.hs:42) callStack (src/Data/CallStack.hs:45) callSite (src/Data/CallStack.hs:55) Warning: Data.CallStack: could not find link destinations for: - GHC.Generics.Rep_SrcLoc Documentation created: dist/doc/html/call-stack/, dist/doc/html/call-stack/call-stack.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/call-stack-0.4.0-6toa6qiMTfCIj9v12ifnhn Completed call-stack-0.4.0 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 character-ps-0.1... Preprocessing library for character-ps-0.1.. Building library for character-ps-0.1.. [1 of 3] Compiling Data.Char.Patterns ( src/Data/Char/Patterns.hs, dist/build/Data/Char/Patterns.o, dist/build/Data/Char/Patterns.dyn_o ) [2 of 3] Compiling Data.Word16.Patterns ( src/Data/Word16/Patterns.hs, dist/build/Data/Word16/Patterns.o, dist/build/Data/Word16/Patterns.dyn_o ) [3 of 3] Compiling Data.Word8.Patterns ( src/Data/Word8/Patterns.hs, dist/build/Data/Word8/Patterns.o, dist/build/Data/Word8/Patterns.dyn_o ) Preprocessing library for character-ps-0.1.. Running Haddock on library for character-ps-0.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 3] Compiling Data.Char.Patterns ( src/Data/Char/Patterns.hs, nothing ) [2 of 3] Compiling Data.Word16.Patterns ( src/Data/Word16/Patterns.hs, nothing ) [3 of 3] Compiling Data.Word8.Patterns ( src/Data/Word8/Patterns.hs, nothing ) Haddock coverage: 100% (137 /137) in 'Data.Char.Patterns' 100% (137 /137) in 'Data.Word16.Patterns' 100% (137 /137) in 'Data.Word8.Patterns' Documentation created: dist/doc/html/character-ps/, dist/doc/html/character-ps/character-ps.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/character-ps-0.1-AUtJVqsxjke1Iwdfhhw7tZ Completed character-ps-0.1 Configuring clock-0.8.4... Preprocessing library for clock-0.8.4.. Building library for clock-0.8.4.. [1 of 2] Compiling System.Clock ( dist/build/System/Clock.hs, dist/build/System/Clock.o, dist/build/System/Clock.dyn_o ) [2 of 2] Compiling System.Clock.Seconds ( System/Clock/Seconds.hs, dist/build/System/Clock/Seconds.o, dist/build/System/Clock/Seconds.dyn_o ) Preprocessing library for clock-0.8.4.. Running Haddock on library for clock-0.8.4.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling System.Clock ( dist/build/System/Clock.hs, nothing ) [2 of 2] Compiling System.Clock.Seconds ( System/Clock/Seconds.hs, nothing ) Haddock coverage: 81% ( 9 / 11) in 'System.Clock' Missing documentation for: normalize (System/Clock.hsc:267) s2ns (System/Clock.hsc:264) 75% ( 6 / 8) in 'System.Clock.Seconds' Missing documentation for: Module header Seconds (System/Clock/Seconds.hs:21) Warning: System.Clock: could not find link destinations for: - System.Clock.Rep_TimeSpec - System.Clock.Rep_Clock Warning: System.Clock.Seconds: could not find link destinations for: - System.Clock.Rep_Clock - System.Clock.Seconds.Rep_Seconds Documentation created: dist/doc/html/clock/, dist/doc/html/clock/clock.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/clock-0.8.4-9mIDgJzjLvj7z3x0NN2L3T Completed clock-0.8.4 Configuring colour-2.3.6... Preprocessing library for colour-2.3.6.. Building library for colour-2.3.6.. [ 1 of 14] Compiling Data.Colour.CIE.Chromaticity ( Data/Colour/CIE/Chromaticity.hs, dist/build/Data/Colour/CIE/Chromaticity.o, dist/build/Data/Colour/CIE/Chromaticity.dyn_o ) [ 2 of 14] Compiling Data.Colour.CIE.Illuminant ( Data/Colour/CIE/Illuminant.hs, dist/build/Data/Colour/CIE/Illuminant.o, dist/build/Data/Colour/CIE/Illuminant.dyn_o ) [ 3 of 14] Compiling Data.Colour.Chan ( Data/Colour/Chan.hs, dist/build/Data/Colour/Chan.o, dist/build/Data/Colour/Chan.dyn_o ) [ 4 of 14] Compiling Data.Colour.Internal ( Data/Colour/Internal.hs, dist/build/Data/Colour/Internal.o, dist/build/Data/Colour/Internal.dyn_o ) [ 5 of 14] Compiling Data.Colour.Matrix ( Data/Colour/Matrix.hs, dist/build/Data/Colour/Matrix.o, dist/build/Data/Colour/Matrix.dyn_o ) [ 6 of 14] Compiling Data.Colour.RGB ( Data/Colour/RGB.hs, dist/build/Data/Colour/RGB.o, dist/build/Data/Colour/RGB.dyn_o ) [ 7 of 14] Compiling Data.Colour.RGBSpace.HSL ( Data/Colour/RGBSpace/HSL.hs, dist/build/Data/Colour/RGBSpace/HSL.o, dist/build/Data/Colour/RGBSpace/HSL.dyn_o ) [ 8 of 14] Compiling Data.Colour.RGBSpace.HSV ( Data/Colour/RGBSpace/HSV.hs, dist/build/Data/Colour/RGBSpace/HSV.o, dist/build/Data/Colour/RGBSpace/HSV.dyn_o ) [ 9 of 14] Compiling Data.Colour.SRGB.Linear ( Data/Colour/SRGB/Linear.hs, dist/build/Data/Colour/SRGB/Linear.o, dist/build/Data/Colour/SRGB/Linear.dyn_o ) [10 of 14] Compiling Data.Colour.RGBSpace ( Data/Colour/RGBSpace.hs, dist/build/Data/Colour/RGBSpace.o, dist/build/Data/Colour/RGBSpace.dyn_o ) [11 of 14] Compiling Data.Colour.SRGB ( Data/Colour/SRGB.hs, dist/build/Data/Colour/SRGB.o, dist/build/Data/Colour/SRGB.dyn_o ) Data/Colour/SRGB.hs:117:8: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 117 | x' | head x == '#' = tail x | ^^^^ Data/Colour/SRGB.hs:117:24: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 117 | x' | head x == '#' = tail x | ^^^^ Data/Colour/SRGB.hs:127:50: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 127 | sRGB24read x | length rx /= 1 || not (null (snd (head rx))) = | ^^^^ Data/Colour/SRGB.hs:129:33: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 129 | | otherwise = fst (head rx) | ^^^^ [12 of 14] Compiling Data.Colour ( Data/Colour.hs, dist/build/Data/Colour.o, dist/build/Data/Colour.dyn_o ) [13 of 14] Compiling Data.Colour.Names ( Data/Colour/Names.hs, dist/build/Data/Colour/Names.o, dist/build/Data/Colour/Names.dyn_o ) [14 of 14] Compiling Data.Colour.CIE ( Data/Colour/CIE.hs, dist/build/Data/Colour/CIE.o, dist/build/Data/Colour/CIE.dyn_o ) Preprocessing library for colour-2.3.6.. Running Haddock on library for colour-2.3.6.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 14] Compiling Data.Colour.CIE.Chromaticity ( Data/Colour/CIE/Chromaticity.hs, nothing ) [ 2 of 14] Compiling Data.Colour.CIE.Illuminant ( Data/Colour/CIE/Illuminant.hs, nothing ) [ 3 of 14] Compiling Data.Colour.Chan ( Data/Colour/Chan.hs, nothing ) [ 4 of 14] Compiling Data.Colour.Internal ( Data/Colour/Internal.hs, nothing ) [ 5 of 14] Compiling Data.Colour.Matrix ( Data/Colour/Matrix.hs, nothing ) [ 6 of 14] Compiling Data.Colour.RGB ( Data/Colour/RGB.hs, nothing ) [ 7 of 14] Compiling Data.Colour.RGBSpace.HSL ( Data/Colour/RGBSpace/HSL.hs, nothing ) [ 8 of 14] Compiling Data.Colour.RGBSpace.HSV ( Data/Colour/RGBSpace/HSV.hs, nothing ) [ 9 of 14] Compiling Data.Colour.SRGB.Linear ( Data/Colour/SRGB/Linear.hs, nothing ) [10 of 14] Compiling Data.Colour.RGBSpace ( Data/Colour/RGBSpace.hs, nothing ) [11 of 14] Compiling Data.Colour.SRGB ( Data/Colour/SRGB.hs, nothing ) Data/Colour/SRGB.hs:117:8: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 117 | x' | head x == '#' = tail x | ^^^^ Data/Colour/SRGB.hs:117:24: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 117 | x' | head x == '#' = tail x | ^^^^ Data/Colour/SRGB.hs:127:50: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 127 | sRGB24read x | length rx /= 1 || not (null (snd (head rx))) = | ^^^^ Data/Colour/SRGB.hs:129:33: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 129 | | otherwise = fst (head rx) | ^^^^ [12 of 14] Compiling Data.Colour ( Data/Colour.hs, nothing ) [13 of 14] Compiling Data.Colour.Names ( Data/Colour/Names.hs, nothing ) [14 of 14] Compiling Data.Colour.CIE ( Data/Colour/CIE.hs, nothing ) Haddock coverage: 100% ( 21 / 21) in 'Data.Colour.CIE.Illuminant' Warning: 'RGBGamut' is ambiguous. It is defined * at Data/Colour/RGB.hs:54:17 * at Data/Colour/RGB.hs:54: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/Colour/RGB.hs:54:1 Warning: 'RGB' is ambiguous. It is defined * at Data/Colour/RGB.hs:30:14 * at Data/Colour/RGB.hs:30: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/Colour/RGB.hs:30:1 Warning: 'RGB' is ambiguous. It is defined * at Data/Colour/RGB.hs:30:14 * at Data/Colour/RGB.hs:30: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/Colour/RGB.hs:30:1 85% ( 6 / 7) in 'Data.Colour.RGBSpace.HSL' Missing documentation for: Module header Warning: 'RGB' is ambiguous. It is defined * at Data/Colour/RGB.hs:30:14 * at Data/Colour/RGB.hs:30: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/Colour/RGB.hs:30:1 85% ( 6 / 7) in 'Data.Colour.RGBSpace.HSV' Missing documentation for: Module header 100% ( 6 / 6) in 'Data.Colour.SRGB.Linear' Warning: 'RGBSpace' is ambiguous. It is defined * at Data/Colour/RGBSpace.hs:122:19 * at Data/Colour/RGBSpace.hs:122: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/Colour/RGBSpace.hs:122:1 Warning: 'TransferFunction' is ambiguous. It is defined * at Data/Colour/RGBSpace.hs:92:27 * at Data/Colour/RGBSpace.hs:92: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/Colour/RGBSpace.hs:92:1 Warning: 'RGB' is ambiguous. It is defined * at Data/Colour/RGB.hs:30:14 * at Data/Colour/RGB.hs:30: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/Colour/RGB.hs:30:1 Warning: 'RGBGamut' is ambiguous. It is defined * at Data/Colour/RGB.hs:54:17 * at Data/Colour/RGB.hs:54: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/Colour/RGB.hs:54:1 83% ( 20 / 24) in 'Data.Colour.RGBSpace' Missing documentation for: primaries whitePoint gamut transferFunction 100% ( 14 / 14) in 'Data.Colour.SRGB' 85% ( 17 / 20) in 'Data.Colour' Missing documentation for: black (Data/Colour/Internal.hs:53) AffineSpace (Data/Colour/Internal.hs:110) ColourOps (Data/Colour/Internal.hs:147) 0% ( 1 /149) in 'Data.Colour.Names' Missing documentation for: readColourName (Data/Colour/Names.hs:190) aliceblue (Data/Colour/Names.hs:341) antiquewhite (Data/Colour/Names.hs:344) aqua (Data/Colour/Names.hs:347) aquamarine (Data/Colour/Names.hs:350) azure (Data/Colour/Names.hs:353) beige (Data/Colour/Names.hs:356) bisque (Data/Colour/Names.hs:359) black (Data/Colour/Internal.hs:53) blanchedalmond (Data/Colour/Names.hs:364) blue (Data/Colour/Names.hs:367) blueviolet (Data/Colour/Names.hs:370) brown (Data/Colour/Names.hs:373) burlywood (Data/Colour/Names.hs:376) cadetblue (Data/Colour/Names.hs:379) chartreuse (Data/Colour/Names.hs:382) chocolate (Data/Colour/Names.hs:385) coral (Data/Colour/Names.hs:388) cornflowerblue (Data/Colour/Names.hs:391) cornsilk (Data/Colour/Names.hs:394) crimson (Data/Colour/Names.hs:397) cyan (Data/Colour/Names.hs:400) darkblue (Data/Colour/Names.hs:403) darkcyan (Data/Colour/Names.hs:406) darkgoldenrod (Data/Colour/Names.hs:409) darkgray (Data/Colour/Names.hs:412) darkgreen (Data/Colour/Names.hs:415) darkgrey (Data/Colour/Names.hs:418) darkkhaki (Data/Colour/Names.hs:421) darkmagenta (Data/Colour/Names.hs:424) darkolivegreen (Data/Colour/Names.hs:427) darkorange (Data/Colour/Names.hs:430) darkorchid (Data/Colour/Names.hs:433) darkred (Data/Colour/Names.hs:436) darksalmon (Data/Colour/Names.hs:439) darkseagreen (Data/Colour/Names.hs:442) darkslateblue (Data/Colour/Names.hs:445) darkslategray (Data/Colour/Names.hs:448) darkslategrey (Data/Colour/Names.hs:451) darkturquoise (Data/Colour/Names.hs:454) darkviolet (Data/Colour/Names.hs:457) deeppink (Data/Colour/Names.hs:460) deepskyblue (Data/Colour/Names.hs:463) dimgray (Data/Colour/Names.hs:466) dimgrey (Data/Colour/Names.hs:469) dodgerblue (Data/Colour/Names.hs:472) firebrick (Data/Colour/Names.hs:475) floralwhite (Data/Colour/Names.hs:478) forestgreen (Data/Colour/Names.hs:481) fuchsia (Data/Colour/Names.hs:484) gainsboro (Data/Colour/Names.hs:487) ghostwhite (Data/Colour/Names.hs:490) gold (Data/Colour/Names.hs:493) goldenrod (Data/Colour/Names.hs:496) gray (Data/Colour/Names.hs:499) grey (Data/Colour/Names.hs:502) green (Data/Colour/Names.hs:505) greenyellow (Data/Colour/Names.hs:508) honeydew (Data/Colour/Names.hs:511) hotpink (Data/Colour/Names.hs:514) indianred (Data/Colour/Names.hs:517) indigo (Data/Colour/Names.hs:520) ivory (Data/Colour/Names.hs:523) khaki (Data/Colour/Names.hs:526) lavender (Data/Colour/Names.hs:529) lavenderblush (Data/Colour/Names.hs:532) lawngreen (Data/Colour/Names.hs:535) lemonchiffon (Data/Colour/Names.hs:538) lightblue (Data/Colour/Names.hs:541) lightcoral (Data/Colour/Names.hs:544) lightcyan (Data/Colour/Names.hs:547) lightgoldenrodyellow (Data/Colour/Names.hs:550) lightgray (Data/Colour/Names.hs:553) lightgreen (Data/Colour/Names.hs:556) lightgrey (Data/Colour/Names.hs:559) lightpink (Data/Colour/Names.hs:562) lightsalmon (Data/Colour/Names.hs:565) lightseagreen (Data/Colour/Names.hs:568) lightskyblue (Data/Colour/Names.hs:571) lightslategray (Data/Colour/Names.hs:574) lightslategrey (Data/Colour/Names.hs:577) lightsteelblue (Data/Colour/Names.hs:580) lightyellow (Data/Colour/Names.hs:583) lime (Data/Colour/Names.hs:586) limegreen (Data/Colour/Names.hs:589) linen (Data/Colour/Names.hs:592) magenta (Data/Colour/Names.hs:595) maroon (Data/Colour/Names.hs:598) mediumaquamarine (Data/Colour/Names.hs:601) mediumblue (Data/Colour/Names.hs:604) mediumorchid (Data/Colour/Names.hs:607) mediumpurple (Data/Colour/Names.hs:610) mediumseagreen (Data/Colour/Names.hs:613) mediumslateblue (Data/Colour/Names.hs:616) mediumspringgreen (Data/Colour/Names.hs:619) mediumturquoise (Data/Colour/Names.hs:622) mediumvioletred (Data/Colour/Names.hs:625) midnightblue (Data/Colour/Names.hs:628) mintcream (Data/Colour/Names.hs:631) mistyrose (Data/Colour/Names.hs:634) moccasin (Data/Colour/Names.hs:637) navajowhite (Data/Colour/Names.hs:640) navy (Data/Colour/Names.hs:643) oldlace (Data/Colour/Names.hs:646) olive (Data/Colour/Names.hs:649) olivedrab (Data/Colour/Names.hs:652) orange (Data/Colour/Names.hs:655) orangered (Data/Colour/Names.hs:658) orchid (Data/Colour/Names.hs:661) palegoldenrod (Data/Colour/Names.hs:664) palegreen (Data/Colour/Names.hs:667) paleturquoise (Data/Colour/Names.hs:670) palevioletred (Data/Colour/Names.hs:673) papayawhip (Data/Colour/Names.hs:676) peachpuff (Data/Colour/Names.hs:679) peru (Data/Colour/Names.hs:682) pink (Data/Colour/Names.hs:685) plum (Data/Colour/Names.hs:688) powderblue (Data/Colour/Names.hs:691) purple (Data/Colour/Names.hs:694) red (Data/Colour/Names.hs:697) rosybrown (Data/Colour/Names.hs:700) royalblue (Data/Colour/Names.hs:703) saddlebrown (Data/Colour/Names.hs:706) salmon (Data/Colour/Names.hs:709) sandybrown (Data/Colour/Names.hs:712) seagreen (Data/Colour/Names.hs:715) seashell (Data/Colour/Names.hs:718) sienna (Data/Colour/Names.hs:721) silver (Data/Colour/Names.hs:724) skyblue (Data/Colour/Names.hs:727) slateblue (Data/Colour/Names.hs:730) slategray (Data/Colour/Names.hs:733) slategrey (Data/Colour/Names.hs:736) snow (Data/Colour/Names.hs:739) springgreen (Data/Colour/Names.hs:742) steelblue (Data/Colour/Names.hs:745) tan (Data/Colour/Names.hs:748) teal (Data/Colour/Names.hs:751) thistle (Data/Colour/Names.hs:754) tomato (Data/Colour/Names.hs:757) turquoise (Data/Colour/Names.hs:760) violet (Data/Colour/Names.hs:763) wheat (Data/Colour/Names.hs:766) white (Data/Colour/Names.hs:769) whitesmoke (Data/Colour/Names.hs:772) yellow (Data/Colour/Names.hs:775) yellowgreen (Data/Colour/Names.hs:778) Warning: 'toCIEXYZ' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'cieXYZView' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 88% ( 15 / 17) in 'Data.Colour.CIE' Missing documentation for: toCIEXYZ (Data/Colour/CIE.hs:65) Chromaticity (Data/Colour/CIE/Chromaticity.hs:25) Documentation created: dist/doc/html/colour/, dist/doc/html/colour/colour.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/colour-2.3.6-JegldMtiv9a8c4VaIBFkGx Completed colour-2.3.6 Configuring data-default-0.8.0.2... Preprocessing library for data-default-0.8.0.2.. Building library for data-default-0.8.0.2.. [1 of 2] Compiling Data.Default.Internal ( Data/Default/Internal.hs, dist/build/Data/Default/Internal.o, dist/build/Data/Default/Internal.dyn_o ) [2 of 2] Compiling Data.Default ( Data/Default.hs, dist/build/Data/Default.o, dist/build/Data/Default.dyn_o ) Preprocessing library for data-default-0.8.0.2.. Running Haddock on library for data-default-0.8.0.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling Data.Default.Internal ( Data/Default/Internal.hs, nothing ) [2 of 2] Compiling Data.Default ( Data/Default.hs, nothing ) Haddock coverage: 100% ( 3 / 3) in 'Data.Default.Internal' 100% ( 2 / 2) in 'Data.Default' Documentation created: dist/doc/html/data-default/, dist/doc/html/data-default/data-default.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/data-default-0.8.0.2-BfpfLpGO2Fe38DPNHgbq9W Completed data-default-0.8.0.2 Configuring dlist-1.0... Preprocessing library for dlist-1.0.. Building library for dlist-1.0.. [1 of 5] Compiling Data.DList.Internal ( Data/DList/Internal.hs, dist/build/Data/DList/Internal.o, dist/build/Data/DList/Internal.dyn_o ) Data/DList/Internal.hs:642:12: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 642 | instance a ~ Char => IsString (DList a) where | ^ [2 of 5] Compiling Data.DList ( Data/DList.hs, dist/build/Data/DList.o, dist/build/Data/DList.dyn_o ) [3 of 5] Compiling Data.DList.DNonEmpty.Internal ( Data/DList/DNonEmpty/Internal.hs, dist/build/Data/DList/DNonEmpty/Internal.o, dist/build/Data/DList/DNonEmpty/Internal.dyn_o ) Data/DList/DNonEmpty/Internal.hs:459:12: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 459 | instance a ~ Char => IsString (DNonEmpty a) where | ^ [4 of 5] Compiling Data.DList.DNonEmpty ( Data/DList/DNonEmpty.hs, dist/build/Data/DList/DNonEmpty.o, dist/build/Data/DList/DNonEmpty.dyn_o ) [5 of 5] Compiling Data.DList.Unsafe ( Data/DList/Unsafe.hs, dist/build/Data/DList/Unsafe.o, dist/build/Data/DList/Unsafe.dyn_o ) Preprocessing library for dlist-1.0.. Running Haddock on library for dlist-1.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 5] Compiling Data.DList.Internal ( Data/DList/Internal.hs, nothing ) Data/DList/Internal.hs:642:12: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 642 | instance a ~ Char => IsString (DList a) where | ^ [2 of 5] Compiling Data.DList ( Data/DList.hs, nothing ) [3 of 5] Compiling Data.DList.DNonEmpty.Internal ( Data/DList/DNonEmpty/Internal.hs, nothing ) Data/DList/DNonEmpty/Internal.hs:459:12: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 459 | instance a ~ Char => IsString (DNonEmpty a) where | ^ [4 of 5] Compiling Data.DList.DNonEmpty ( Data/DList/DNonEmpty.hs, nothing ) [5 of 5] Compiling Data.DList.Unsafe ( Data/DList/Unsafe.hs, nothing ) Haddock coverage: 100% ( 21 / 21) in 'Data.DList' 100% ( 17 / 17) in 'Data.DList.DNonEmpty' Warning: Data.DList: could not find link destinations for: - Data.DList.Internal.D:R:ItemDList Warning: Data.DList.DNonEmpty: could not find link destinations for: - Data.DList.DNonEmpty.Internal.D:R:ItemDNonEmpty Documentation created: dist/doc/html/dlist/, dist/doc/html/dlist/dlist.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/dlist-1.0-64eJjLRuD1sLrW6rorjot6 Completed dlist-1.0 Configuring generically-0.1.1... Preprocessing library for generically-0.1.1.. Building library for generically-0.1.1.. [1 of 1] Compiling GHC.Generics.Generically ( src/GHC/Generics/Generically.hs, dist/build/GHC/Generics/Generically.o, dist/build/GHC/Generics/Generically.dyn_o ) Preprocessing library for generically-0.1.1.. Running Haddock on library for generically-0.1.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling GHC.Generics.Generically ( src/GHC/Generics/Generically.hs, nothing ) Haddock coverage: Warning: 'Generically' is ambiguous. It is defined * in GHC.Generics * in GHC.Generics 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.Generics 100% ( 3 / 3) in 'GHC.Generics.Generically' Documentation created: dist/doc/html/generically/, dist/doc/html/generically/generically.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/generically-0.1.1-vTL0zKNdCC1ZY9eXzpWeP Completed generically-0.1.1 Configuring haskell-lexer-1.2.1... Preprocessing library for haskell-lexer-1.2.1.. Building library for haskell-lexer-1.2.1.. [1 of 6] Compiling Language.Haskell.Lexer.Position ( Language/Haskell/Lexer/Position.hs, dist/build/Language/Haskell/Lexer/Position.o, dist/build/Language/Haskell/Lexer/Position.dyn_o ) [2 of 6] Compiling Language.Haskell.Lexer.Tokens ( Language/Haskell/Lexer/Tokens.hs, dist/build/Language/Haskell/Lexer/Tokens.o, dist/build/Language/Haskell/Lexer/Tokens.dyn_o ) [3 of 6] Compiling Language.Haskell.Lexer.Layout ( Language/Haskell/Lexer/Layout.hs, dist/build/Language/Haskell/Lexer/Layout.o, dist/build/Language/Haskell/Lexer/Layout.dyn_o ) [4 of 6] Compiling Language.Haskell.Lexer.Utils ( Language/Haskell/Lexer/Utils.hs, dist/build/Language/Haskell/Lexer/Utils.o, dist/build/Language/Haskell/Lexer/Utils.dyn_o ) [5 of 6] Compiling Language.Haskell.Lexer.Lex ( Language/Haskell/Lexer/Lex.hs, dist/build/Language/Haskell/Lexer/Lex.o, dist/build/Language/Haskell/Lexer/Lex.dyn_o ) [6 of 6] Compiling Language.Haskell.Lexer ( Language/Haskell/Lexer.hs, dist/build/Language/Haskell/Lexer.o, dist/build/Language/Haskell/Lexer.dyn_o ) Preprocessing library for haskell-lexer-1.2.1.. Running Haddock on library for haskell-lexer-1.2.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 6] Compiling Language.Haskell.Lexer.Position ( Language/Haskell/Lexer/Position.hs, nothing ) [2 of 6] Compiling Language.Haskell.Lexer.Tokens ( Language/Haskell/Lexer/Tokens.hs, nothing ) [3 of 6] Compiling Language.Haskell.Lexer.Layout ( Language/Haskell/Lexer/Layout.hs, nothing ) [4 of 6] Compiling Language.Haskell.Lexer.Utils ( Language/Haskell/Lexer/Utils.hs, nothing ) [5 of 6] Compiling Language.Haskell.Lexer.Lex ( Language/Haskell/Lexer/Lex.hs, nothing ) [6 of 6] Compiling Language.Haskell.Lexer ( Language/Haskell/Lexer.hs, nothing ) Haddock coverage: Warning: Language.Haskell.Lexer.Utils: Could not find documentation for exported module: Language.Haskell.Lexer.Utils 84% ( 11 / 13) in 'Language.Haskell.Lexer' Missing documentation for: Module header PosToken (Language/Haskell/Lexer/Layout.hs:6) Documentation created: dist/doc/html/haskell-lexer/, dist/doc/html/haskell-lexer/haskell-lexer.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/haskell-lexer-1.2.1-5D7BleVUwq58CSz4mUgrgH Completed haskell-lexer-1.2.1 Warning: hostname.cabal:15:38: version operators used. To use version operators the package needs to specify at least 'cabal-version: >= 1.8'. Configuring hostname-1.0... Preprocessing library for hostname-1.0.. Building library for hostname-1.0.. [1 of 1] Compiling Network.HostName ( Network/HostName.hs, dist/build/Network/HostName.o, dist/build/Network/HostName.dyn_o ) Preprocessing library for hostname-1.0.. Running Haddock on library for hostname-1.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Network.HostName ( Network/HostName.hs, nothing ) Haddock coverage: 0% ( 0 / 3) in 'Network.HostName' Missing documentation for: Module header HostName (Network/HostName.hs:48) getHostName (Network/HostName.hs:41) Documentation created: dist/doc/html/hostname/, dist/doc/html/hostname/hostname.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/hostname-1.0-6Tkp3loyaFFHnl9GZzohIq Completed hostname-1.0 Configuring indexed-profunctors-0.1.1.1... Preprocessing library for indexed-profunctors-0.1.1.1.. Building library for indexed-profunctors-0.1.1.1.. [1 of 1] Compiling Data.Profunctor.Indexed ( src/Data/Profunctor/Indexed.hs, dist/build/Data/Profunctor/Indexed.o, dist/build/Data/Profunctor/Indexed.dyn_o ) Preprocessing library for indexed-profunctors-0.1.1.1.. Running Haddock on library for indexed-profunctors-0.1.1.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Data.Profunctor.Indexed ( src/Data/Profunctor/Indexed.hs, nothing ) Haddock coverage: Warning: 'Tagged' is ambiguous. It is defined * at src/Data/Profunctor/Indexed.hs:636:24 * at src/Data/Profunctor/Indexed.hs:636: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/Profunctor/Indexed.hs:636:1 Warning: 'StarA' is ambiguous. It is defined * at src/Data/Profunctor/Indexed.hs:90:22 * at src/Data/Profunctor/Indexed.hs:90: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/Profunctor/Indexed.hs:90:1 Warning: 'Star' is ambiguous. It is defined * at src/Data/Profunctor/Indexed.hs:63:24 * at src/Data/Profunctor/Indexed.hs:63: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/Profunctor/Indexed.hs:63:1 Warning: 'Forget' is ambiguous. It is defined * at src/Data/Profunctor/Indexed.hs:66:26 * at src/Data/Profunctor/Indexed.hs:66: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/Profunctor/Indexed.hs:66:1 Warning: 'FunArrow' is ambiguous. It is defined * at src/Data/Profunctor/Indexed.hs:72:26 * at src/Data/Profunctor/Indexed.hs:72: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/Profunctor/Indexed.hs:72:1 72% ( 27 / 37) in 'Data.Profunctor.Indexed' Missing documentation for: Profunctor (src/Data/Profunctor/Indexed.hs:121) Strong (src/Data/Profunctor/Indexed.hs:242) Costrong (src/Data/Profunctor/Indexed.hs:337) Choice (src/Data/Profunctor/Indexed.hs:343) Cochoice (src/Data/Profunctor/Indexed.hs:391) Visiting (src/Data/Profunctor/Indexed.hs:413) Mapping (src/Data/Profunctor/Indexed.hs:532) Traversing (src/Data/Profunctor/Indexed.hs:492) Exchange (src/Data/Profunctor/Indexed.hs:552) Context (src/Data/Profunctor/Indexed.hs:655) Documentation created: dist/doc/html/indexed-profunctors/, dist/doc/html/indexed-profunctors/indexed-profunctors.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/indexed-profunctors-0.1.1.1-9Pi5IKFAJWc40DmckJ23NK Completed indexed-profunctors-0.1.1.1 Configuring indexed-traversable-0.1.4... Preprocessing library for indexed-traversable-0.1.4.. Building library for indexed-traversable-0.1.4.. [1 of 7] Compiling CoerceCompat ( src/CoerceCompat.hs, dist/build/CoerceCompat.o, dist/build/CoerceCompat.dyn_o ) [2 of 7] Compiling GhcList ( src/GhcList.hs, dist/build/GhcList.o, dist/build/GhcList.dyn_o ) [3 of 7] Compiling WithIndex ( src/WithIndex.hs, dist/build/WithIndex.o, dist/build/WithIndex.dyn_o ) [4 of 7] Compiling Data.Traversable.WithIndex ( src/Data/Traversable/WithIndex.hs, dist/build/Data/Traversable/WithIndex.o, dist/build/Data/Traversable/WithIndex.dyn_o ) [5 of 7] Compiling Data.Functor.WithIndex ( src/Data/Functor/WithIndex.hs, dist/build/Data/Functor/WithIndex.o, dist/build/Data/Functor/WithIndex.dyn_o ) [6 of 7] Compiling Data.Foldable1.WithIndex ( src/Data/Foldable1/WithIndex.hs, dist/build/Data/Foldable1/WithIndex.o, dist/build/Data/Foldable1/WithIndex.dyn_o ) [7 of 7] Compiling Data.Foldable.WithIndex ( src/Data/Foldable/WithIndex.hs, dist/build/Data/Foldable/WithIndex.o, dist/build/Data/Foldable/WithIndex.dyn_o ) Preprocessing library for indexed-traversable-0.1.4.. Running Haddock on library for indexed-traversable-0.1.4.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 7] Compiling CoerceCompat ( src/CoerceCompat.hs, nothing ) [2 of 7] Compiling GhcList ( src/GhcList.hs, nothing ) [3 of 7] Compiling WithIndex ( src/WithIndex.hs, nothing ) [4 of 7] Compiling Data.Traversable.WithIndex ( src/Data/Traversable/WithIndex.hs, nothing ) [5 of 7] Compiling Data.Functor.WithIndex ( src/Data/Functor/WithIndex.hs, nothing ) [6 of 7] Compiling Data.Foldable1.WithIndex ( src/Data/Foldable1/WithIndex.hs, nothing ) [7 of 7] Compiling Data.Foldable.WithIndex ( src/Data/Foldable/WithIndex.hs, nothing ) Haddock coverage: Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'const' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 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: 'itraverseOf' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'itraversed' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ifoldr1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ifoldl1'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ifoldl1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ifoldr1'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'for' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '.' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'const' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'mapM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'forM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 83% ( 10 / 12) in 'Data.Traversable.WithIndex' Missing documentation for: imapDefault (src/WithIndex.hs:81) ifoldMapDefault (src/WithIndex.hs:162) 66% ( 2 / 3) in 'Data.Functor.WithIndex' Missing documentation for: Module header 100% ( 3 / 3) in 'Data.Foldable1.WithIndex' Warning: 'const' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'all' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'traverse_' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'for_' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'IndexedFold' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'mapM_' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'imapM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'iforM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'concatMap' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'find' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'foldrM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'foldlM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'toList' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'snd' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 17 / 17) in 'Data.Foldable.WithIndex' Documentation created: dist/doc/html/indexed-traversable/, dist/doc/html/indexed-traversable/indexed-traversable.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/indexed-traversable-0.1.4-5JdsPOnURa2E0CZ9MR1Y0G Completed indexed-traversable-0.1.4 Configuring integer-logarithms-1.0.5... Preprocessing library for integer-logarithms-1.0.5.. Building library for integer-logarithms-1.0.5.. [1 of 4] Compiling GHC.Integer.Logarithms.Compat ( src/GHC/Integer/Logarithms/Compat.hs, dist/build/GHC/Integer/Logarithms/Compat.o, dist/build/GHC/Integer/Logarithms/Compat.dyn_o ) [2 of 4] Compiling Math.NumberTheory.Logarithms ( src/Math/NumberTheory/Logarithms.hs, dist/build/Math/NumberTheory/Logarithms.o, dist/build/Math/NumberTheory/Logarithms.dyn_o ) [3 of 4] Compiling Math.NumberTheory.Powers.Integer ( src/Math/NumberTheory/Powers/Integer.hs, dist/build/Math/NumberTheory/Powers/Integer.o, dist/build/Math/NumberTheory/Powers/Integer.dyn_o ) [4 of 4] Compiling Math.NumberTheory.Powers.Natural ( src/Math/NumberTheory/Powers/Natural.hs, dist/build/Math/NumberTheory/Powers/Natural.o, dist/build/Math/NumberTheory/Powers/Natural.dyn_o ) Preprocessing library for integer-logarithms-1.0.5.. Running Haddock on library for integer-logarithms-1.0.5.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 4] Compiling GHC.Integer.Logarithms.Compat ( src/GHC/Integer/Logarithms/Compat.hs, nothing ) [2 of 4] Compiling Math.NumberTheory.Logarithms ( src/Math/NumberTheory/Logarithms.hs, nothing ) [3 of 4] Compiling Math.NumberTheory.Powers.Integer ( src/Math/NumberTheory/Powers/Integer.hs, nothing ) [4 of 4] Compiling Math.NumberTheory.Powers.Natural ( src/Math/NumberTheory/Powers/Natural.hs, nothing ) Haddock coverage: 40% ( 2 / 5) in 'GHC.Integer.Logarithms.Compat' Missing documentation for: integerLogBase# integerLog2# wordLog2# 100% ( 17 / 17) in 'Math.NumberTheory.Logarithms' 100% ( 3 / 3) in 'Math.NumberTheory.Powers.Integer' 100% ( 3 / 3) in 'Math.NumberTheory.Powers.Natural' Documentation created: dist/doc/html/integer-logarithms/, dist/doc/html/integer-logarithms/integer-logarithms.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/integer-logarithms-1.0.5-5ssp4WvPDv64YBApP86K0V Completed integer-logarithms-1.0.5 Configuring managed-1.0.11... Preprocessing library for managed-1.0.11.. Building library for managed-1.0.11.. [1 of 2] Compiling Control.Monad.Managed ( src/Control/Monad/Managed.hs, dist/build/Control/Monad/Managed.o, dist/build/Control/Monad/Managed.dyn_o ) src/Control/Monad/Managed.hs:115:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 115 | import Control.Applicative (liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2 of 2] Compiling Control.Monad.Managed.Safe ( src/Control/Monad/Managed/Safe.hs, dist/build/Control/Monad/Managed/Safe.o, dist/build/Control/Monad/Managed/Safe.dyn_o ) Preprocessing library for managed-1.0.11.. Running Haddock on library for managed-1.0.11.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling Control.Monad.Managed ( src/Control/Monad/Managed.hs, nothing ) src/Control/Monad/Managed.hs:115:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 115 | import Control.Applicative (liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2 of 2] Compiling Control.Monad.Managed.Safe ( src/Control/Monad/Managed/Safe.hs, nothing ) Haddock coverage: Warning: 'Managed' is ambiguous. It is defined * at src/Control/Monad/Managed.hs:136:21 * at src/Control/Monad/Managed.hs:136: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/Control/Monad/Managed.hs:136:1 Warning: 'Handle' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 12 / 12) in 'Control.Monad.Managed' 100% ( 11 / 11) in 'Control.Monad.Managed.Safe' Documentation created: dist/doc/html/managed/, dist/doc/html/managed/managed.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/managed-1.0.11-BSoe6a1lZcFJWDTtTWJC1J Completed managed-1.0.11 Configuring old-locale-1.0.0.7... Preprocessing library for old-locale-1.0.0.7.. Building library for old-locale-1.0.0.7.. [1 of 1] Compiling System.Locale ( System/Locale.hs, dist/build/System/Locale.o, dist/build/System/Locale.dyn_o ) Preprocessing library for old-locale-1.0.0.7.. Running Haddock on library for old-locale-1.0.0.7.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling System.Locale ( System/Locale.hs, nothing ) Haddock coverage: 60% ( 3 / 5) in 'System.Locale' Missing documentation for: TimeLocale (System/Locale.hs:36) defaultTimeLocale (System/Locale.hs:50) Documentation created: dist/doc/html/old-locale/, dist/doc/html/old-locale/old-locale.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/old-locale-1.0.0.7-2YowMuiAcJ5JaeIIGUyoRA Completed old-locale-1.0.0.7 Configuring optional-args-1.0.2... Preprocessing library for optional-args-1.0.2.. Building library for optional-args-1.0.2.. [1 of 1] Compiling Data.Optional ( src/Data/Optional.hs, dist/build/Data/Optional.o, dist/build/Data/Optional.dyn_o ) src/Data/Optional.hs:96:1: warning: [GHC-38856] [-Wunused-imports] The import of Applicative, liftA2 from module Control.Applicative is redundant | 96 | import Control.Applicative (Applicative(..), Alternative(..), liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Optional.hs:98:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Foldable is redundant except perhaps to import instances from Data.Foldable To import instances alone, use: import Data.Foldable() | 98 | import Data.Foldable (Foldable) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Optional.hs:99:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Traversable is redundant except perhaps to import instances from Data.Traversable To import instances alone, use: import Data.Traversable() | 99 | import Data.Traversable (Traversable) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Optional.hs:100:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 100 | import Data.Monoid (Monoid(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Optional.hs:101:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 101 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Optional.hs:115:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical return definition detected in the instance declaration for Monad Optional. return will eventually be removed in favour of pure Suggested fix: Either remove definition for return (recommended) or define as return = pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 115 | return = Specific | ^^^^^^^^^^^^^^^^^ Preprocessing library for optional-args-1.0.2.. Running Haddock on library for optional-args-1.0.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Data.Optional ( src/Data/Optional.hs, nothing ) src/Data/Optional.hs:96:1: warning: [GHC-38856] [-Wunused-imports] The import of Applicative, liftA2 from module Control.Applicative is redundant | 96 | import Control.Applicative (Applicative(..), Alternative(..), liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Optional.hs:98:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Foldable is redundant except perhaps to import instances from Data.Foldable To import instances alone, use: import Data.Foldable() | 98 | import Data.Foldable (Foldable) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Optional.hs:99:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Traversable is redundant except perhaps to import instances from Data.Traversable To import instances alone, use: import Data.Traversable() | 99 | import Data.Traversable (Traversable) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Optional.hs:100:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 100 | import Data.Monoid (Monoid(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Optional.hs:101:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 101 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Optional.hs:115:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical return definition detected in the instance declaration for Monad Optional. return will eventually be removed in favour of pure Suggested fix: Either remove definition for return (recommended) or define as return = pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 115 | return = Specific | ^^^^^^^^^^^^^^^^^ Haddock coverage: Warning: 'OverloadedStrings' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 9 / 9) in 'Data.Optional' Documentation created: dist/doc/html/optional-args/, dist/doc/html/optional-args/optional-args.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/optional-args-1.0.2-9YHU8owmuCSF0ovLIvm35E Completed optional-args-1.0.2 Configuring os-string-2.0.10... Preprocessing library for os-string-2.0.10.. Building library for os-string-2.0.10.. [ 1 of 11] Compiling System.OsString.Data.ByteString.Short.Internal ( System/OsString/Data/ByteString/Short/Internal.hs, dist/build/System/OsString/Data/ByteString/Short/Internal.o, dist/build/System/OsString/Data/ByteString/Short/Internal.dyn_o ) [ 2 of 11] Compiling System.OsString.Data.ByteString.Short ( System/OsString/Data/ByteString/Short.hs, dist/build/System/OsString/Data/ByteString/Short.o, dist/build/System/OsString/Data/ByteString/Short.dyn_o ) [ 3 of 11] Compiling System.OsString.Data.ByteString.Short.Word16 ( System/OsString/Data/ByteString/Short/Word16.hs, dist/build/System/OsString/Data/ByteString/Short/Word16.o, dist/build/System/OsString/Data/ByteString/Short/Word16.dyn_o ) [ 4 of 11] Compiling System.OsString.Internal.Exception ( System/OsString/Internal/Exception.hs, dist/build/System/OsString/Internal/Exception.o, dist/build/System/OsString/Internal/Exception.dyn_o ) [ 5 of 11] Compiling System.OsString.Encoding.Internal ( System/OsString/Encoding/Internal.hs, dist/build/System/OsString/Encoding/Internal.o, dist/build/System/OsString/Encoding/Internal.dyn_o ) System/OsString/Encoding/Internal.hs:27:42: warning: [GHC-38856] [-Wunused-imports] The import of try from module Control.Exception is redundant | 27 | import Control.Exception (SomeException, try, Exception (displayException), evaluate) | ^^^ [ 6 of 11] Compiling System.OsString.Encoding ( System/OsString/Encoding.hs, dist/build/System/OsString/Encoding.o, dist/build/System/OsString/Encoding.dyn_o ) [ 7 of 11] Compiling System.OsString.Internal.Types ( System/OsString/Internal/Types.hs, dist/build/System/OsString/Internal/Types.o, dist/build/System/OsString/Internal/Types.dyn_o ) System/OsString/Internal/Types.hs:38:42: warning: [GHC-38856] [-Wunused-imports] The import of coerceWith from module Data.Type.Coercion is redundant | 38 | import Data.Type.Coercion (Coercion(..), coerceWith) | ^^^^^^^^^^ [ 8 of 11] Compiling System.OsString.Posix ( System/OsString/Posix.hs, dist/build/System/OsString/Posix.o, dist/build/System/OsString/Posix.dyn_o ) [ 9 of 11] Compiling System.OsString.Internal ( System/OsString/Internal.hs, dist/build/System/OsString/Internal.o, dist/build/System/OsString/Internal.dyn_o ) [10 of 11] Compiling System.OsString ( System/OsString.hs, dist/build/System/OsString.o, dist/build/System/OsString.dyn_o ) [11 of 11] Compiling System.OsString.Windows ( System/OsString/Windows.hs, dist/build/System/OsString/Windows.o, dist/build/System/OsString/Windows.dyn_o ) Preprocessing library for os-string-2.0.10.. Running Haddock on library for os-string-2.0.10.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 11] Compiling System.OsString.Data.ByteString.Short.Internal ( System/OsString/Data/ByteString/Short/Internal.hs, nothing ) [ 2 of 11] Compiling System.OsString.Data.ByteString.Short ( System/OsString/Data/ByteString/Short.hs, nothing ) [ 3 of 11] Compiling System.OsString.Data.ByteString.Short.Word16 ( System/OsString/Data/ByteString/Short/Word16.hs, nothing ) [ 4 of 11] Compiling System.OsString.Internal.Exception ( System/OsString/Internal/Exception.hs, nothing ) [ 5 of 11] Compiling System.OsString.Encoding.Internal ( System/OsString/Encoding/Internal.hs, nothing ) System/OsString/Encoding/Internal.hs:27:42: warning: [GHC-38856] [-Wunused-imports] The import of try from module Control.Exception is redundant | 27 | import Control.Exception (SomeException, try, Exception (displayException), evaluate) | ^^^ [ 6 of 11] Compiling System.OsString.Encoding ( System/OsString/Encoding.hs, nothing ) [ 7 of 11] Compiling System.OsString.Internal.Types ( System/OsString/Internal/Types.hs, nothing ) System/OsString/Internal/Types.hs:38:42: warning: [GHC-38856] [-Wunused-imports] The import of coerceWith from module Data.Type.Coercion is redundant | 38 | import Data.Type.Coercion (Coercion(..), coerceWith) | ^^^^^^^^^^ [ 8 of 11] Compiling System.OsString.Posix ( System/OsString/Posix.hs, nothing ) [ 9 of 11] Compiling System.OsString.Internal ( System/OsString/Internal.hs, nothing ) [10 of 11] Compiling System.OsString ( System/OsString.hs, nothing ) [11 of 11] Compiling System.OsString.Windows ( System/OsString/Windows.hs, nothing ) Haddock coverage: Warning: 'ShortByteString' is ambiguous. It is defined * in Data.ByteString.Short.Internal * in Data.ByteString.Short.Internal 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.ByteString.Short.Internal 26% ( 11 / 41) in 'System.OsString.Data.ByteString.Short.Internal' Missing documentation for: _nul (System/OsString/Data/ByteString/Short/Internal.hs:67) isSpace (System/OsString/Data/ByteString/Short/Internal.hs:70) create (System/OsString/Data/ByteString/Short/Internal.hs:133) asBA (System/OsString/Data/ByteString/Short/Internal.hs:143) BA (System/OsString/Data/ByteString/Short/Internal.hs:147) MBA (System/OsString/Data/ByteString/Short/Internal.hs:148) newPinnedByteArray (System/OsString/Data/ByteString/Short/Internal.hs:152) newByteArray (System/OsString/Data/ByteString/Short/Internal.hs:157) copyByteArray (System/OsString/Data/ByteString/Short/Internal.hs:162) unsafeFreezeByteArray (System/OsString/Data/ByteString/Short/Internal.hs:167) copyAddrToByteArray (System/OsString/Data/ByteString/Short/Internal.hs:172) moduleErrorIO (System/OsString/Data/ByteString/Short/Internal.hs:308) moduleErrorMsg (System/OsString/Data/ByteString/Short/Internal.hs:312) packWord16 (System/OsString/Data/ByteString/Short/Internal.hs:315) packLenWord16 (System/OsString/Data/ByteString/Short/Internal.hs:318) unpackWord16 (System/OsString/Data/ByteString/Short/Internal.hs:329) packWord16Rev (System/OsString/Data/ByteString/Short/Internal.hs:338) packLenWord16Rev (System/OsString/Data/ByteString/Short/Internal.hs:341) indexWord8Array (System/OsString/Data/ByteString/Short/Internal.hs:450) word16ToLE# (System/OsString/Data/ByteString/Short/Internal.hs:471) word16FromLE# (System/OsString/Data/ByteString/Short/Internal.hs:473) setByteArray (System/OsString/Data/ByteString/Short/Internal.hs:476) copyMutableByteArray (System/OsString/Data/ByteString/Short/Internal.hs:481) createAndTrim' (System/OsString/Data/ByteString/Short/Internal.hs:507) createAndTrim'' (System/OsString/Data/ByteString/Short/Internal.hs:523) findIndexOrLength (System/OsString/Data/ByteString/Short/Internal.hs:549) assertEven (System/OsString/Data/ByteString/Short/Internal.hs:578) errorEmptySBS (System/OsString/Data/ByteString/Short/Internal.hs:587) moduleError (System/OsString/Data/ByteString/Short/Internal.hs:591) compareByteArraysOff (System/OsString/Data/ByteString/Short/Internal.hs:609) Warning: 'ShortByteString' is ambiguous. It is defined * in Data.ByteString.Short.Internal * in Data.ByteString.Short.Internal 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.ByteString.Short.Internal 96% ( 93 / 96) in 'System.OsString.Data.ByteString.Short' Missing documentation for: append uncons2 (System/OsString/Data/ByteString/Short.hs:184) concat Warning: 'ShortByteString' is ambiguous. It is defined * in Data.ByteString.Short.Internal * in Data.ByteString.Short.Internal 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.ByteString.Short.Internal Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'CString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 96% ( 92 / 95) in 'System.OsString.Data.ByteString.Short.Word16' Missing documentation for: append concat breakSubstring (System/OsString/Data/ByteString/Short/Word16.hs:666) Warning: 'try' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 33% ( 1 / 3) in 'System.OsString.Internal.Exception' Missing documentation for: Module header isAsyncException (System/OsString/Internal/Exception.hs:17) Warning: 'TextEncoding' is ambiguous. It is defined * in GHC.IO.Encoding.Types * in GHC.IO.Encoding.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.IO.Encoding.Types 27% ( 9 / 33) in 'System.OsString.Encoding.Internal' Missing documentation for: Module header ucs2le (System/OsString/Encoding/Internal.hs:51) mkUcs2le (System/OsString/Encoding/Internal.hs:54) ucs2le_DF (System/OsString/Encoding/Internal.hs:59) ucs2le_EF (System/OsString/Encoding/Internal.hs:69) ucs2le_decode (System/OsString/Encoding/Internal.hs:80) ucs2le_encode (System/OsString/Encoding/Internal.hs:105) mkUTF16le_b (System/OsString/Encoding/Internal.hs:140) utf16le_b_DF (System/OsString/Encoding/Internal.hs:145) utf16le_b_EF (System/OsString/Encoding/Internal.hs:155) utf16le_b_decode (System/OsString/Encoding/Internal.hs:166) utf16le_b_encode (System/OsString/Encoding/Internal.hs:204) cWcharsToChars_UCS2 (System/OsString/Encoding/Internal.hs:240) cWcharsToChars (System/OsString/Encoding/Internal.hs:247) charsToCWchars (System/OsString/Encoding/Internal.hs:257) withWindowsString (System/OsString/Encoding/Internal.hs:273) peekWindowsString (System/OsString/Encoding/Internal.hs:276) withPosixString (System/OsString/Encoding/Internal.hs:281) withPosixString' (System/OsString/Encoding/Internal.hs:284) peekPosixString (System/OsString/Encoding/Internal.hs:287) peekPosixString' (System/OsString/Encoding/Internal.hs:290) EncodingException (System/OsString/Encoding/Internal.hs:349) showEncodingException (System/OsString/Encoding/Internal.hs:357) wNUL (System/OsString/Encoding/Internal.hs:376) 44% ( 11 / 25) in 'System.OsString.Encoding' Missing documentation for: Module header EncodingException (System/OsString/Encoding/Internal.hs:349) showEncodingException (System/OsString/Encoding/Internal.hs:357) ucs2le (System/OsString/Encoding/Internal.hs:51) mkUcs2le (System/OsString/Encoding/Internal.hs:54) ucs2le_DF (System/OsString/Encoding/Internal.hs:59) ucs2le_EF (System/OsString/Encoding/Internal.hs:69) ucs2le_decode (System/OsString/Encoding/Internal.hs:80) ucs2le_encode (System/OsString/Encoding/Internal.hs:105) mkUTF16le_b (System/OsString/Encoding/Internal.hs:140) utf16le_b_DF (System/OsString/Encoding/Internal.hs:145) utf16le_b_EF (System/OsString/Encoding/Internal.hs:155) utf16le_b_decode (System/OsString/Encoding/Internal.hs:166) utf16le_b_encode (System/OsString/Encoding/Internal.hs:204) Warning: 'WindowsString' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:63:25 * at System/OsString/Internal/Types.hs:63: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 System/OsString/Internal/Types.hs:63:1 Warning: 'PosixString' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:89:23 * at System/OsString/Internal/Types.hs:89: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 System/OsString/Internal/Types.hs:89:1 Warning: 'ShortByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'PosixChar' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:123:23 * at System/OsString/Internal/Types.hs:123: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 System/OsString/Internal/Types.hs:123:1 Warning: 'WindowsChar' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:117:23 * at System/OsString/Internal/Types.hs:117: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 System/OsString/Internal/Types.hs:117:1 Warning: 'OsChar' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:208:18 * at System/OsString/Internal/Types.hs:208: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 System/OsString/Internal/Types.hs:208:1 Warning: 'OsString' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:173:20 * at System/OsString/Internal/Types.hs:173: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 System/OsString/Internal/Types.hs:173:1 Warning: '()' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 50% ( 9 / 18) in 'System.OsString.Internal.Types' Missing documentation for: Module header unWS (System/OsString/Internal/Types.hs:80) unPS (System/OsString/Internal/Types.hs:104) PlatformString (System/OsString/Internal/Types.hs:114) WindowsChar (System/OsString/Internal/Types.hs:117) unWW (System/OsString/Internal/Types.hs:142) PosixChar (System/OsString/Internal/Types.hs:123) unPW (System/OsString/Internal/Types.hs:150) PlatformChar (System/OsString/Internal/Types.hs:160) Warning: 'setFileSystemEncoding' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'getLocaleEncoding' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'PosixString' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:89:23 * at System/OsString/Internal/Types.hs:89: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 System/OsString/Internal/Types.hs:89:1 Warning: 'OsString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 95% ( 95 /100) in 'System.OsString.Posix' Missing documentation for: Module header PosixChar (System/OsString/Internal/Types.hs:123) singleton (System/OsString/Common.hs:545) empty (System/OsString/Common.hs:548) concat (System/OsString/Common.hs:756) Warning: 'setFileSystemEncoding' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unsafePerformIO' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'getLocaleEncoding' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'OsString' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:173:20 * at System/OsString/Internal/Types.hs:173: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 System/OsString/Internal/Types.hs:173:1 Warning: 'OsChar' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:208:18 * at System/OsString/Internal/Types.hs:208: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 System/OsString/Internal/Types.hs:208:1 Warning: 'head' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:309: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 System/OsString/Internal.hs:309:1 Warning: 'tail' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:293: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 System/OsString/Internal.hs:293:1 Warning: 'init' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:318: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 System/OsString/Internal.hs:318:1 Warning: 'last' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:284: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 System/OsString/Internal.hs:284:1 Warning: 'map' is ambiguous. It is defined * in GHC.Base * at System/OsString/Internal.hs:348: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 System/OsString/Internal.hs:348:1 Warning: 'reverse' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:354: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 System/OsString/Internal.hs:354:1 Warning: 'foldl' is ambiguous. It is defined * in Data.Foldable * at System/OsString/Internal.hs:370: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 System/OsString/Internal.hs:370:1 Warning: 'foldl1' is ambiguous. It is defined * in Data.Foldable * at System/OsString/Internal.hs:384: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 System/OsString/Internal.hs:384:1 Warning: 'foldr' is ambiguous. It is defined * in Data.Foldable * at System/OsString/Internal.hs:400: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 System/OsString/Internal.hs:400:1 Warning: 'foldr1' is ambiguous. It is defined * in Data.Foldable * at System/OsString/Internal.hs:414: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 System/OsString/Internal.hs:414:1 Warning: 'all' is ambiguous. It is defined * in Data.Foldable * at System/OsString/Internal.hs:428: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 System/OsString/Internal.hs:428:1 Warning: 'any' is ambiguous. It is defined * in Data.Foldable * at System/OsString/Internal.hs:435: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 System/OsString/Internal.hs:435:1 Warning: 'replicate' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:450: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 System/OsString/Internal.hs:450:1 Warning: 'take' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:492: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 System/OsString/Internal.hs:492:1 Warning: 'length' is ambiguous. It is defined * in Data.Foldable * at System/OsString/Internal.hs:341: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 System/OsString/Internal.hs:341:1 Warning: 'drop' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:529: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 System/OsString/Internal.hs:529:1 Warning: 'takeWhile' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:523: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 System/OsString/Internal.hs:523:1 Warning: 'dropWhile' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:551: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 System/OsString/Internal.hs:551:1 Warning: 'break' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:580: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 System/OsString/Internal.hs:580:1 Warning: 'span' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:590: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 System/OsString/Internal.hs:590:1 Warning: 'splitAt' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:615: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 System/OsString/Internal.hs:615:1 Warning: 'elem' is ambiguous. It is defined * in Data.Foldable * at System/OsString/Internal.hs:718: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 System/OsString/Internal.hs:718:1 Warning: 'filter' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:736: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 System/OsString/Internal.hs:736:1 94% ( 75 / 79) in 'System.OsString.Internal' Missing documentation for: Module header empty (System/OsString/Internal.hs:249) singleton (System/OsString/Internal.hs:252) concat (System/OsString/Internal.hs:441) Warning: 'setFileSystemEncoding' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unsafePerformIO' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 96% ( 96 / 99) in 'System.OsString' Missing documentation for: empty (System/OsString/Internal.hs:249) singleton (System/OsString/Internal.hs:252) concat (System/OsString/Internal.hs:441) Warning: 'unsafeDupablePerformIO' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'WindowsString' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:63:25 * at System/OsString/Internal/Types.hs:63: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 System/OsString/Internal/Types.hs:63:1 Warning: 'OsString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 94% ( 94 / 99) in 'System.OsString.Windows' Missing documentation for: Module header WindowsChar (System/OsString/Internal/Types.hs:117) singleton (System/OsString/Common.hs:545) empty (System/OsString/Common.hs:548) concat (System/OsString/Common.hs:756) Warning: System.OsString.Data.ByteString.Short: could not find link destinations for: - Data.ByteString.Short.Internal.Rep_ShortByteString - Data.ByteString.Short.Internal.D:R:ItemShortByteString Warning: System.OsString.Data.ByteString.Short.Word16: could not find link destinations for: - Data.ByteString.Short.Internal.Rep_ShortByteString - Data.ByteString.Short.Internal.D:R:ItemShortByteString Warning: System.OsString.Internal.Types: could not find link destinations for: - System.OsString.Internal.Types.Rep_OsChar - System.OsString.Internal.Types.Rep_OsString - System.OsString.Internal.Types.Rep_PosixChar - System.OsString.Internal.Types.Rep_WindowsChar - System.OsString.Internal.Types.Rep_PosixString - System.OsString.Internal.Types.Rep_WindowsString Warning: System.OsString.Posix: could not find link destinations for: - System.OsString.Internal.Types.Rep_PosixChar - System.OsString.Internal.Types.Rep_PosixString Warning: System.OsString: could not find link destinations for: - System.OsString.Internal.Types.Rep_OsChar - System.OsString.Internal.Types.Rep_OsString Warning: System.OsString.Windows: could not find link destinations for: - System.OsString.Internal.Types.Rep_WindowsChar - System.OsString.Internal.Types.Rep_WindowsString Documentation created: dist/doc/html/os-string/, dist/doc/html/os-string/os-string.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/os-string-2.0.10-9Pq5TH1k3vR47SsJznREBD Completed os-string-2.0.10 Configuring parallel-3.3.0.0... Warning: Unknown compiler 'MHS' in 'tested-with' field. Preprocessing library for parallel-3.3.0.0.. Building library for parallel-3.3.0.0.. [1 of 3] Compiling Control.Parallel ( Control/Parallel.hs, dist/build/Control/Parallel.o, dist/build/Control/Parallel.dyn_o ) [2 of 3] Compiling Control.Seq ( Control/Seq.hs, dist/build/Control/Seq.o, dist/build/Control/Seq.dyn_o ) [3 of 3] Compiling Control.Parallel.Strategies ( Control/Parallel/Strategies.hs, dist/build/Control/Parallel/Strategies.o, dist/build/Control/Parallel/Strategies.dyn_o ) Preprocessing library for parallel-3.3.0.0.. Running Haddock on library for parallel-3.3.0.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 3] Compiling Control.Parallel ( Control/Parallel.hs, nothing ) [2 of 3] Compiling Control.Seq ( Control/Seq.hs, nothing ) [3 of 3] Compiling Control.Parallel.Strategies ( Control/Parallel/Strategies.hs, nothing ) Haddock coverage: 100% ( 3 / 3) in 'Control.Parallel' 72% ( 21 / 29) in 'Control.Seq' Missing documentation for: seqTuple2 (Control/Seq.hs:175) seqTuple3 (Control/Seq.hs:179) seqTuple4 (Control/Seq.hs:183) seqTuple5 (Control/Seq.hs:187) seqTuple6 (Control/Seq.hs:191) seqTuple7 (Control/Seq.hs:195) seqTuple8 (Control/Seq.hs:199) seqTuple9 (Control/Seq.hs:203) Warning: 'Eval' is ambiguous. It is defined * at Control/Parallel/Strategies.hs:216:18 * at Control/Parallel/Strategies.hs:216: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 Control/Parallel/Strategies.hs:216:1 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: 'evaListSplitAt' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'seqTuple2' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'seqListN' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'seqFoldable' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 66% ( 59 / 89) in 'Control.Parallel.Strategies' Missing documentation for: evalTuple2 (Control/Parallel/Strategies.hs:702) evalTuple3 (Control/Parallel/Strategies.hs:706) evalTuple4 (Control/Parallel/Strategies.hs:710) evalTuple5 (Control/Parallel/Strategies.hs:714) evalTuple6 (Control/Parallel/Strategies.hs:718) evalTuple7 (Control/Parallel/Strategies.hs:722) evalTuple8 (Control/Parallel/Strategies.hs:726) evalTuple9 (Control/Parallel/Strategies.hs:730) parTuple2 (Control/Parallel/Strategies.hs:734) parTuple3 (Control/Parallel/Strategies.hs:738) parTuple4 (Control/Parallel/Strategies.hs:742) parTuple5 (Control/Parallel/Strategies.hs:746) parTuple6 (Control/Parallel/Strategies.hs:750) parTuple7 (Control/Parallel/Strategies.hs:754) parTuple8 (Control/Parallel/Strategies.hs:758) parTuple9 (Control/Parallel/Strategies.hs:762) Done (Control/Parallel/Strategies.hs:816) demanding (Control/Parallel/Strategies.hs:820) sparking (Control/Parallel/Strategies.hs:824) >| (Control/Parallel/Strategies.hs:828) >|| (Control/Parallel/Strategies.hs:832) rwhnf (Control/Parallel/Strategies.hs:836) unEval (Control/Parallel/Strategies.hs:868) seqTraverse (Control/Parallel/Strategies.hs:840) parTraverse (Control/Parallel/Strategies.hs:844) seqList (Control/Parallel/Strategies.hs:848) seqPair (Control/Parallel/Strategies.hs:852) parPair (Control/Parallel/Strategies.hs:856) seqTriple (Control/Parallel/Strategies.hs:860) parTriple (Control/Parallel/Strategies.hs:864) Documentation created: dist/doc/html/parallel/, dist/doc/html/parallel/parallel.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/parallel-3.3.0.0-5qSPDh9us0N5QNB5JtzzLa Completed parallel-3.3.0.0 Configuring parser-combinators-1.3.1... Preprocessing library for parser-combinators-1.3.1.. Building library for parser-combinators-1.3.1.. [1 of 7] Compiling Control.Applicative.Combinators ( Control/Applicative/Combinators.hs, dist/build/Control/Applicative/Combinators.o, dist/build/Control/Applicative/Combinators.dyn_o ) [2 of 7] Compiling Control.Applicative.Combinators.NonEmpty ( Control/Applicative/Combinators/NonEmpty.hs, dist/build/Control/Applicative/Combinators/NonEmpty.o, dist/build/Control/Applicative/Combinators/NonEmpty.dyn_o ) [3 of 7] Compiling Control.Applicative.Permutations ( Control/Applicative/Permutations.hs, dist/build/Control/Applicative/Permutations.o, dist/build/Control/Applicative/Permutations.dyn_o ) [4 of 7] Compiling Control.Monad.Combinators ( Control/Monad/Combinators.hs, dist/build/Control/Monad/Combinators.o, dist/build/Control/Monad/Combinators.dyn_o ) [5 of 7] Compiling Control.Monad.Combinators.Expr ( Control/Monad/Combinators/Expr.hs, dist/build/Control/Monad/Combinators/Expr.o, dist/build/Control/Monad/Combinators/Expr.dyn_o ) [6 of 7] Compiling Control.Monad.Combinators.NonEmpty ( Control/Monad/Combinators/NonEmpty.hs, dist/build/Control/Monad/Combinators/NonEmpty.o, dist/build/Control/Monad/Combinators/NonEmpty.dyn_o ) [7 of 7] Compiling Control.Monad.Permutations ( Control/Monad/Permutations.hs, dist/build/Control/Monad/Permutations.o, dist/build/Control/Monad/Permutations.dyn_o ) Preprocessing library for parser-combinators-1.3.1.. Running Haddock on library for parser-combinators-1.3.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 7] Compiling Control.Applicative.Combinators ( Control/Applicative/Combinators.hs, nothing ) [2 of 7] Compiling Control.Applicative.Combinators.NonEmpty ( Control/Applicative/Combinators/NonEmpty.hs, nothing ) [3 of 7] Compiling Control.Applicative.Permutations ( Control/Applicative/Permutations.hs, nothing ) [4 of 7] Compiling Control.Monad.Combinators ( Control/Monad/Combinators.hs, nothing ) [5 of 7] Compiling Control.Monad.Combinators.Expr ( Control/Monad/Combinators/Expr.hs, nothing ) [6 of 7] Compiling Control.Monad.Combinators.NonEmpty ( Control/Monad/Combinators/NonEmpty.hs, nothing ) [7 of 7] Compiling Control.Monad.Permutations ( Control/Monad/Permutations.hs, nothing ) Haddock coverage: 100% ( 34 / 34) in 'Control.Applicative.Combinators' 100% ( 6 / 6) in 'Control.Applicative.Combinators.NonEmpty' 100% ( 9 / 9) in 'Control.Applicative.Permutations' 100% ( 32 / 32) in 'Control.Monad.Combinators' 100% ( 3 / 3) in 'Control.Monad.Combinators.Expr' 100% ( 6 / 6) in 'Control.Monad.Combinators.NonEmpty' 100% ( 9 / 9) in 'Control.Monad.Permutations' Documentation created: dist/doc/html/parser-combinators/, dist/doc/html/parser-combinators/parser-combinators.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/parser-combinators-1.3.1-JT4oLdez4jq1KuMFwheiJs Completed parser-combinators-1.3.1 Configuring prettyprinter-1.7.1... Preprocessing library for prettyprinter-1.7.1.. Building library for prettyprinter-1.7.1.. [ 1 of 28] Compiling Prettyprinter.Render.Util.Panic ( src/Prettyprinter/Render/Util/Panic.hs, dist/build/Prettyprinter/Render/Util/Panic.o, dist/build/Prettyprinter/Render/Util/Panic.dyn_o ) [ 2 of 28] Compiling Prettyprinter.Internal ( src/Prettyprinter/Internal.hs, dist/build/Prettyprinter/Internal.o, dist/build/Prettyprinter/Internal.dyn_o ) [ 3 of 28] Compiling Prettyprinter.Render.String ( src/Prettyprinter/Render/String.hs, dist/build/Prettyprinter/Render/String.o, dist/build/Prettyprinter/Render/String.dyn_o ) [ 4 of 28] Compiling Data.Text.Prettyprint.Doc.Render.String ( src/Data/Text/Prettyprint/Doc/Render/String.hs, dist/build/Data/Text/Prettyprint/Doc/Render/String.o, dist/build/Data/Text/Prettyprint/Doc/Render/String.dyn_o ) [ 5 of 28] Compiling Prettyprinter.Internal.Type ( src/Prettyprinter/Internal/Type.hs, dist/build/Prettyprinter/Internal/Type.o, dist/build/Prettyprinter/Internal/Type.dyn_o ) [ 6 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Type ( src/Data/Text/Prettyprint/Doc/Internal/Type.hs, dist/build/Data/Text/Prettyprint/Doc/Internal/Type.o, dist/build/Data/Text/Prettyprint/Doc/Internal/Type.dyn_o ) [ 7 of 28] Compiling Prettyprinter.Internal.Debug ( src/Prettyprinter/Internal/Debug.hs, dist/build/Prettyprinter/Internal/Debug.o, dist/build/Prettyprinter/Internal/Debug.dyn_o ) [ 8 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Debug ( src/Data/Text/Prettyprint/Doc/Internal/Debug.hs, dist/build/Data/Text/Prettyprint/Doc/Internal/Debug.o, dist/build/Data/Text/Prettyprint/Doc/Internal/Debug.dyn_o ) [ 9 of 28] Compiling Data.Text.Prettyprint.Doc.Internal ( src/Data/Text/Prettyprint/Doc/Internal.hs, dist/build/Data/Text/Prettyprint/Doc/Internal.o, dist/build/Data/Text/Prettyprint/Doc/Internal.dyn_o ) [10 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.Panic ( src/Data/Text/Prettyprint/Doc/Render/Util/Panic.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Util/Panic.o, dist/build/Data/Text/Prettyprint/Doc/Render/Util/Panic.dyn_o ) [11 of 28] Compiling Prettyprinter.Render.Util.StackMachine ( src/Prettyprinter/Render/Util/StackMachine.hs, dist/build/Prettyprinter/Render/Util/StackMachine.o, dist/build/Prettyprinter/Render/Util/StackMachine.dyn_o ) src/Prettyprinter/Render/Util/StackMachine.hs:34:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 34 | import Control.Applicative | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [12 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.StackMachine ( src/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.o, dist/build/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.dyn_o ) [13 of 28] Compiling Prettyprinter.Symbols.Ascii ( src/Prettyprinter/Symbols/Ascii.hs, dist/build/Prettyprinter/Symbols/Ascii.o, dist/build/Prettyprinter/Symbols/Ascii.dyn_o ) [14 of 28] Compiling Prettyprinter ( src/Prettyprinter.hs, dist/build/Prettyprinter.o, dist/build/Prettyprinter.dyn_o ) [15 of 28] Compiling Prettyprinter.Render.Util.SimpleDocTree ( src/Prettyprinter/Render/Util/SimpleDocTree.hs, dist/build/Prettyprinter/Render/Util/SimpleDocTree.o, dist/build/Prettyprinter/Render/Util/SimpleDocTree.dyn_o ) [16 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.SimpleDocTree ( src/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.o, dist/build/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.dyn_o ) [17 of 28] Compiling Prettyprinter.Render.Tutorials.TreeRenderingTutorial ( src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs, dist/build/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.o, dist/build/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.dyn_o ) [18 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.TreeRenderingTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.o, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.dyn_o ) [19 of 28] Compiling Prettyprinter.Render.Tutorials.StackMachineTutorial ( src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs, dist/build/Prettyprinter/Render/Tutorials/StackMachineTutorial.o, dist/build/Prettyprinter/Render/Tutorials/StackMachineTutorial.dyn_o ) [20 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.StackMachineTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.o, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.dyn_o ) src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs:7:1: warning: [GHC-15328] [-Wdeprecations] Module Prettyprinter.Render.Tutorials.StackMachineTutorial is deprecated: "Writing your own stack machine is probably more efficient and customizable; also consider using »renderSimplyDecorated(A)« instead" | 7 | import Prettyprinter.Render.Tutorials.StackMachineTutorial | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [21 of 28] Compiling Prettyprinter.Render.Text ( src/Prettyprinter/Render/Text.hs, dist/build/Prettyprinter/Render/Text.o, dist/build/Prettyprinter/Render/Text.dyn_o ) [22 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Text ( src/Data/Text/Prettyprint/Doc/Render/Text.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Text.o, dist/build/Data/Text/Prettyprint/Doc/Render/Text.dyn_o ) [23 of 28] Compiling Data.Text.Prettyprint.Doc ( src/Data/Text/Prettyprint/Doc.hs, dist/build/Data/Text/Prettyprint/Doc.o, dist/build/Data/Text/Prettyprint/Doc.dyn_o ) [24 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Ascii ( src/Data/Text/Prettyprint/Doc/Symbols/Ascii.hs, dist/build/Data/Text/Prettyprint/Doc/Symbols/Ascii.o, dist/build/Data/Text/Prettyprint/Doc/Symbols/Ascii.dyn_o ) [25 of 28] Compiling Prettyprinter.Symbols.Unicode ( src/Prettyprinter/Symbols/Unicode.hs, dist/build/Prettyprinter/Symbols/Unicode.o, dist/build/Prettyprinter/Symbols/Unicode.dyn_o ) [26 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Unicode ( src/Data/Text/Prettyprint/Doc/Symbols/Unicode.hs, dist/build/Data/Text/Prettyprint/Doc/Symbols/Unicode.o, dist/build/Data/Text/Prettyprint/Doc/Symbols/Unicode.dyn_o ) [27 of 28] Compiling Prettyprinter.Util ( src/Prettyprinter/Util.hs, dist/build/Prettyprinter/Util.o, dist/build/Prettyprinter/Util.dyn_o ) [28 of 28] Compiling Data.Text.Prettyprint.Doc.Util ( src/Data/Text/Prettyprint/Doc/Util.hs, dist/build/Data/Text/Prettyprint/Doc/Util.o, dist/build/Data/Text/Prettyprint/Doc/Util.dyn_o ) Preprocessing library for prettyprinter-1.7.1.. Running Haddock on library for prettyprinter-1.7.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 28] Compiling Prettyprinter.Render.Util.Panic ( src/Prettyprinter/Render/Util/Panic.hs, nothing ) [ 2 of 28] Compiling Prettyprinter.Internal ( src/Prettyprinter/Internal.hs, nothing ) [ 3 of 28] Compiling Prettyprinter.Render.String ( src/Prettyprinter/Render/String.hs, nothing ) [ 4 of 28] Compiling Data.Text.Prettyprint.Doc.Render.String ( src/Data/Text/Prettyprint/Doc/Render/String.hs, nothing ) [ 5 of 28] Compiling Prettyprinter.Internal.Type ( src/Prettyprinter/Internal/Type.hs, nothing ) [ 6 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Type ( src/Data/Text/Prettyprint/Doc/Internal/Type.hs, nothing ) [ 7 of 28] Compiling Prettyprinter.Internal.Debug ( src/Prettyprinter/Internal/Debug.hs, nothing ) [ 8 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Debug ( src/Data/Text/Prettyprint/Doc/Internal/Debug.hs, nothing ) [ 9 of 28] Compiling Data.Text.Prettyprint.Doc.Internal ( src/Data/Text/Prettyprint/Doc/Internal.hs, nothing ) [10 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.Panic ( src/Data/Text/Prettyprint/Doc/Render/Util/Panic.hs, nothing ) [11 of 28] Compiling Prettyprinter.Render.Util.StackMachine ( src/Prettyprinter/Render/Util/StackMachine.hs, nothing ) src/Prettyprinter/Render/Util/StackMachine.hs:34:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 34 | import Control.Applicative | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [12 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.StackMachine ( src/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.hs, nothing ) [13 of 28] Compiling Prettyprinter.Symbols.Ascii ( src/Prettyprinter/Symbols/Ascii.hs, nothing ) [14 of 28] Compiling Prettyprinter ( src/Prettyprinter.hs, nothing ) [15 of 28] Compiling Prettyprinter.Render.Util.SimpleDocTree ( src/Prettyprinter/Render/Util/SimpleDocTree.hs, nothing ) [16 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.SimpleDocTree ( src/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.hs, nothing ) [17 of 28] Compiling Prettyprinter.Render.Tutorials.TreeRenderingTutorial ( src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs, nothing ) [18 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.TreeRenderingTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.hs, nothing ) [19 of 28] Compiling Prettyprinter.Render.Tutorials.StackMachineTutorial ( src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs, nothing ) [20 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.StackMachineTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs, nothing ) src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs:7:1: warning: [GHC-15328] [-Wdeprecations] Module Prettyprinter.Render.Tutorials.StackMachineTutorial is deprecated: "Writing your own stack machine is probably more efficient and customizable; also consider using »renderSimplyDecorated(A)« instead" | 7 | import Prettyprinter.Render.Tutorials.StackMachineTutorial | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [21 of 28] Compiling Prettyprinter.Render.Text ( src/Prettyprinter/Render/Text.hs, nothing ) [22 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Text ( src/Data/Text/Prettyprint/Doc/Render/Text.hs, nothing ) [23 of 28] Compiling Data.Text.Prettyprint.Doc ( src/Data/Text/Prettyprint/Doc.hs, nothing ) [24 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Ascii ( src/Data/Text/Prettyprint/Doc/Symbols/Ascii.hs, nothing ) [25 of 28] Compiling Prettyprinter.Symbols.Unicode ( src/Prettyprinter/Symbols/Unicode.hs, nothing ) [26 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Unicode ( src/Data/Text/Prettyprint/Doc/Symbols/Unicode.hs, nothing ) [27 of 28] Compiling Prettyprinter.Util ( src/Prettyprinter/Util.hs, nothing ) [28 of 28] Compiling Data.Text.Prettyprint.Doc.Util ( src/Data/Text/Prettyprint/Doc/Util.hs, nothing ) Haddock coverage: 57% ( 4 / 7) in 'Prettyprinter.Render.Util.Panic' Missing documentation for: Module header panicPeekedEmpty (src/Prettyprinter/Render/Util/Panic.hs:36) panicPoppedEmpty (src/Prettyprinter/Render/Util/Panic.hs:36) Warning: 'Text' is ambiguous. It is defined * at src/Prettyprinter/Internal.hs:159:7 * in Data.Text.Internal 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/Prettyprinter/Internal.hs:159:7 Warning: 'parens' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'space' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'doc' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'putDoc' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'hPutDoc' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'reAnnotateST' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'comma' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 98% ( 77 / 78) in 'Prettyprinter.Internal' Missing documentation for: defaultPageWidth (src/Prettyprinter/Internal.hs:1778) 66% ( 2 / 3) in 'Prettyprinter.Render.String' Missing documentation for: Module header 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.String' Missing documentation for: Module header 100% ( 2 / 2) in 'Prettyprinter.Internal.Type' 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Internal.Type' Missing documentation for: Module header 75% ( 3 / 4) in 'Prettyprinter.Internal.Debug' Missing documentation for: diag' (src/Prettyprinter/Internal/Debug.hs:76) 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Internal.Debug' Missing documentation for: Module header 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Internal' Missing documentation for: Module header 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Util.Panic' Missing documentation for: Module header Warning: 'Text' is ambiguous. It is defined * at src/Prettyprinter/Internal.hs:159:7 * in Data.Text.Internal 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/Prettyprinter/Internal.hs:159:7 100% ( 13 / 13) in 'Prettyprinter.Render.Util.StackMachine' 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Util.StackMachine' Missing documentation for: Module header 100% ( 27 / 27) in 'Prettyprinter.Symbols.Ascii' Warning: 'Keyword' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Red' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'color' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'colorDull' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'bgColor' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'bgColorDull' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% (112 /112) in 'Prettyprinter' Warning: 'Text' is ambiguous. It is defined * at src/Prettyprinter/Internal.hs:159:7 * in Data.Text.Internal 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/Prettyprinter/Internal.hs:159:7 100% ( 11 / 11) in 'Prettyprinter.Render.Util.SimpleDocTree' 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Util.SimpleDocTree' Missing documentation for: Module header 61% ( 11 / 18) in 'Prettyprinter.Render.Tutorials.TreeRenderingTutorial' Missing documentation for: SimpleHtml (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:40) Color (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:41) bold (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:46) italics (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:47) paragraph (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:48) headline (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:49) color (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:52) 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Tutorials.TreeRenderingTutorial' Missing documentation for: Module header 61% ( 11 / 18) in 'Prettyprinter.Render.Tutorials.StackMachineTutorial' Missing documentation for: SimpleHtml (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:43) Color (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:44) bold (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:49) italics (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:50) paragraph (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:51) headline (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:52) color (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:55) 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Tutorials.StackMachineTutorial' Missing documentation for: Module header Warning: 'Text' is ambiguous. It is defined * at src/Prettyprinter/Internal.hs:159:7 * in Data.Text.Internal 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/Prettyprinter/Internal.hs:159:7 100% ( 9 / 9) in 'Prettyprinter.Render.Text' 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Text' Missing documentation for: Module header 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc' Missing documentation for: Module header 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Symbols.Ascii' Missing documentation for: Module header 100% ( 30 / 30) in 'Prettyprinter.Symbols.Unicode' 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Symbols.Unicode' Missing documentation for: Module header Warning: Prettyprinter.Util: Could not find documentation for exported module: Prettyprinter.Util 100% ( 4 / 4) in 'Prettyprinter.Util' 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Util' Missing documentation for: Module header Warning: Prettyprinter.Internal: could not find link destinations for: - Prettyprinter.Internal.Rep_Doc - Prettyprinter.Internal.Rep_SimpleDocStream Warning: Prettyprinter.Internal.Type: could not find link destinations for: - Prettyprinter.Internal.Rep_Doc Warning: Prettyprinter: could not find link destinations for: - Prettyprinter.Internal.Rep_Doc - Prettyprinter.Internal.Rep_SimpleDocStream Warning: Prettyprinter.Render.Util.SimpleDocTree: could not find link destinations for: - Prettyprinter.Render.Util.SimpleDocTree.Rep_SimpleDocTree Documentation created: dist/doc/html/prettyprinter/, dist/doc/html/prettyprinter/prettyprinter.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/prettyprinter-1.7.1-UnQFunVR8xJApG1SQhvgB Completed prettyprinter-1.7.1 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 reflection-2.1.9... Preprocessing library for reflection-2.1.9.. Building library for reflection-2.1.9.. [1 of 1] Compiling Data.Reflection ( fast/Data/Reflection.hs, dist/build/Data/Reflection.o, dist/build/Data/Reflection.dyn_o ) Preprocessing library for reflection-2.1.9.. Running Haddock on library for reflection-2.1.9.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Data.Reflection ( fast/Data/Reflection.hs, nothing ) Haddock coverage: Warning: 'Proxy' is ambiguous. It is defined * in Data.Proxy * in Data.Proxy 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.Proxy Warning: 'fold' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 76% ( 23 / 30) in 'Data.Reflection' Missing documentation for: Reifies (fast/Data/Reflection.hs:152) ReifiedMonoid (fast/Data/Reflection.hs:553) ReflectedMonoid (fast/Data/Reflection.hs:567) reifyMonoid (fast/Data/Reflection.hs:573) ReifiedApplicative (fast/Data/Reflection.hs:601) ReflectedApplicative (fast/Data/Reflection.hs:603) reifyApplicative (fast/Data/Reflection.hs:619) Documentation created: dist/doc/html/reflection/, dist/doc/html/reflection/reflection.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/reflection-2.1.9-HzKzfktnLbfKL6cdV3D8Rq Completed reflection-2.1.9 Configuring safe-0.3.21... Preprocessing library for safe-0.3.21.. Building library for safe-0.3.21.. [1 of 5] Compiling Safe.Partial ( Safe/Partial.hs, dist/build/Safe/Partial.o, dist/build/Safe/Partial.dyn_o ) [2 of 5] Compiling Safe.Util ( Safe/Util.hs, dist/build/Safe/Util.o, dist/build/Safe/Util.dyn_o ) [3 of 5] Compiling Safe.Foldable ( Safe/Foldable.hs, dist/build/Safe/Foldable.o, dist/build/Safe/Foldable.dyn_o ) [4 of 5] Compiling Safe.Exact ( Safe/Exact.hs, dist/build/Safe/Exact.o, dist/build/Safe/Exact.dyn_o ) [5 of 5] Compiling Safe ( Safe.hs, dist/build/Safe.o, dist/build/Safe.dyn_o ) Preprocessing library for safe-0.3.21.. Running Haddock on library for safe-0.3.21.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 5] Compiling Safe.Partial ( Safe/Partial.hs, nothing ) [2 of 5] Compiling Safe.Util ( Safe/Util.hs, nothing ) [3 of 5] Compiling Safe.Foldable ( Safe/Foldable.hs, nothing ) [4 of 5] Compiling Safe.Exact ( Safe/Exact.hs, nothing ) [5 of 5] Compiling Safe ( Safe.hs, nothing ) Haddock coverage: 100% ( 2 / 2) in 'Safe.Partial' 51% ( 18 / 35) in 'Safe.Foldable' Missing documentation for: foldl1May (Safe/Foldable.hs:45) foldl1Note (Safe/Foldable.hs:49) foldr1May (Safe/Foldable.hs:46) foldr1Note (Safe/Foldable.hs:50) findJustDef (Safe/Foldable.hs:104) findJustNote (Safe/Foldable.hs:107) minimumMay (Safe/Foldable.hs:53) minimumNote (Safe/Foldable.hs:57) maximumMay (Safe/Foldable.hs:54) maximumNote (Safe/Foldable.hs:58) minimumByMay (Safe/Foldable.hs:61) minimumByNote (Safe/Foldable.hs:65) maximumByMay (Safe/Foldable.hs:62) maximumByNote (Safe/Foldable.hs:66) foldl1Safe (Safe/Foldable.hs:134) foldr1Safe (Safe/Foldable.hs:138) findJustSafe (Safe/Foldable.hs:142) 32% ( 10 / 31) in 'Safe.Exact' Missing documentation for: takeExactMay (Safe/Exact.hs:113) takeExactNote (Safe/Exact.hs:110) takeExactDef (Safe/Exact.hs:116) dropExactMay (Safe/Exact.hs:122) dropExactNote (Safe/Exact.hs:119) dropExactDef (Safe/Exact.hs:125) splitAtExactMay (Safe/Exact.hs:132) splitAtExactNote (Safe/Exact.hs:128) splitAtExactDef (Safe/Exact.hs:136) zipExactMay (Safe/Exact.hs:160) zipExactNote (Safe/Exact.hs:157) zipExactDef (Safe/Exact.hs:163) zipWithExactMay (Safe/Exact.hs:169) zipWithExactNote (Safe/Exact.hs:166) zipWithExactDef (Safe/Exact.hs:172) zip3ExactMay (Safe/Exact.hs:194) zip3ExactNote (Safe/Exact.hs:191) zip3ExactDef (Safe/Exact.hs:197) zipWith3ExactMay (Safe/Exact.hs:203) zipWith3ExactNote (Safe/Exact.hs:200) zipWith3ExactDef (Safe/Exact.hs:206) Warning: 'Prelude' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'readEither' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'base' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 31% ( 30 / 96) in 'Safe' Missing documentation for: initMay (Safe.hs:147) initDef (Safe.hs:150) initNote (Safe.hs:153) initSafe (Safe.hs:156) headMay (Safe.hs:161) headDef (Safe.hs:165) headNote (Safe.hs:169) lastMay (Safe.hs:162) lastDef (Safe.hs:166) lastNote (Safe.hs:170) minimumMay (Safe.hs:173) minimumNote (Safe.hs:177) maximumMay (Safe.hs:174) maximumNote (Safe.hs:178) minimumByMay (Safe.hs:181) minimumByNote (Safe.hs:185) maximumByMay (Safe.hs:182) maximumByNote (Safe.hs:186) foldr1May (Safe.hs:219) foldr1Def (Safe.hs:415) foldr1Note (Safe.hs:224) foldl1May (Safe.hs:220) foldl1Def (Safe.hs:416) foldl1Note (Safe.hs:225) foldl1May' (Safe.hs:221) foldl1Def' (Safe.hs:417) foldl1Note' (Safe.hs:226) scanl1May (Safe.hs:230) scanl1Def (Safe.hs:234) scanl1Note (Safe.hs:238) scanr1May (Safe.hs:229) scanr1Def (Safe.hs:233) scanr1Note (Safe.hs:237) cycleMay (Safe.hs:241) cycleDef (Safe.hs:244) cycleNote (Safe.hs:247) fromJustNote (Safe.hs:255) assertNote (Safe.hs:258) atMay (Safe.hs:267) atDef (Safe.hs:270) atNote (Safe.hs:273) readMay (Safe.hs:287) readDef (Safe.hs:290) lookupJustDef (Safe.hs:302) lookupJustNote (Safe.hs:305) findJustDef (Safe.hs:313) findJustNote (Safe.hs:316) elemIndexJustDef (Safe.hs:324) elemIndexJustNote (Safe.hs:327) findIndexJustDef (Safe.hs:335) findIndexJustNote (Safe.hs:338) toEnumMay (Safe.hs:343) toEnumDef (Safe.hs:352) toEnumNote (Safe.hs:355) toEnumSafe (Safe.hs:358) succMay (Safe.hs:361) succDef (Safe.hs:364) succNote (Safe.hs:367) succSafe (Safe.hs:370) predMay (Safe.hs:373) predDef (Safe.hs:376) predNote (Safe.hs:379) predSafe (Safe.hs:382) indexMay (Safe.hs:385) indexDef (Safe.hs:388) indexNote (Safe.hs:391) Documentation created: dist/doc/html/safe/, dist/doc/html/safe/safe.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/safe-0.3.21-BhnmY6UVgcnJ6oaAWHpjGA Completed safe-0.3.21 Configuring sop-core-0.5.0.2... Preprocessing library for sop-core-0.5.0.2.. Building library for sop-core-0.5.0.2.. [1 of 8] Compiling Data.SOP.BasicFunctors ( src/Data/SOP/BasicFunctors.hs, dist/build/Data/SOP/BasicFunctors.o, dist/build/Data/SOP/BasicFunctors.dyn_o ) [2 of 8] Compiling Data.SOP.Constraint ( src/Data/SOP/Constraint.hs, dist/build/Data/SOP/Constraint.o, dist/build/Data/SOP/Constraint.dyn_o ) [3 of 8] Compiling Data.SOP.Classes ( src/Data/SOP/Classes.hs, dist/build/Data/SOP/Classes.o, dist/build/Data/SOP/Classes.dyn_o ) [4 of 8] Compiling Data.SOP.Sing ( src/Data/SOP/Sing.hs, dist/build/Data/SOP/Sing.o, dist/build/Data/SOP/Sing.dyn_o ) [5 of 8] Compiling Data.SOP.NP ( src/Data/SOP/NP.hs, dist/build/Data/SOP/NP.o, dist/build/Data/SOP/NP.dyn_o ) [6 of 8] Compiling Data.SOP.NS ( src/Data/SOP/NS.hs, dist/build/Data/SOP/NS.o, dist/build/Data/SOP/NS.dyn_o ) src/Data/SOP/NS.hs:375:1: warning: [GHC-90177] [-Worphans] Orphan family instance: type instance UnProd NP = NS -- Defined at src/Data/SOP/NS.hs:375:15 Suggested fix: Move the instance declaration to the module of the type family or of the type, or wrap the type with a newtype and declare the instance on the new type. | 375 | type instance UnProd NP = NS | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/SOP/NS.hs:376:1: warning: [GHC-90177] [-Worphans] Orphan family instance: type instance UnProd POP = SOP -- Defined at src/Data/SOP/NS.hs:376:15 Suggested fix: Move the instance declaration to the module of the type family or of the type, or wrap the type with a newtype and declare the instance on the new type. | 376 | type instance UnProd POP = SOP | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [7 of 8] Compiling Data.SOP.Dict ( src/Data/SOP/Dict.hs, dist/build/Data/SOP/Dict.o, dist/build/Data/SOP/Dict.dyn_o ) [8 of 8] Compiling Data.SOP ( src/Data/SOP.hs, dist/build/Data/SOP.o, dist/build/Data/SOP.dyn_o ) Preprocessing library for sop-core-0.5.0.2.. Running Haddock on library for sop-core-0.5.0.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 8] Compiling Data.SOP.BasicFunctors ( src/Data/SOP/BasicFunctors.hs, nothing ) [2 of 8] Compiling Data.SOP.Constraint ( src/Data/SOP/Constraint.hs, nothing ) [3 of 8] Compiling Data.SOP.Classes ( src/Data/SOP/Classes.hs, nothing ) [4 of 8] Compiling Data.SOP.Sing ( src/Data/SOP/Sing.hs, nothing ) [5 of 8] Compiling Data.SOP.NP ( src/Data/SOP/NP.hs, nothing ) [6 of 8] Compiling Data.SOP.NS ( src/Data/SOP/NS.hs, nothing ) src/Data/SOP/NS.hs:375:1: warning: [GHC-90177] [-Worphans] Orphan family instance: type instance UnProd NP = NS -- Defined at src/Data/SOP/NS.hs:375:15 Suggested fix: Move the instance declaration to the module of the type family or of the type, or wrap the type with a newtype and declare the instance on the new type. | 375 | type instance UnProd NP = NS | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/SOP/NS.hs:376:1: warning: [GHC-90177] [-Worphans] Orphan family instance: type instance UnProd POP = SOP -- Defined at src/Data/SOP/NS.hs:376:15 Suggested fix: Move the instance declaration to the module of the type family or of the type, or wrap the type with a newtype and declare the instance on the new type. | 376 | type instance UnProd POP = SOP | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [7 of 8] Compiling Data.SOP.Dict ( src/Data/SOP/Dict.hs, nothing ) [8 of 8] Compiling Data.SOP ( src/Data/SOP.hs, nothing ) Haddock coverage: Warning: 'NP' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'NS' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'POP' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'SOP' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'K' is ambiguous. It is defined * at src/Data/SOP/BasicFunctors.hs:68:34 * at src/Data/SOP/BasicFunctors.hs:68: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/SOP/BasicFunctors.hs:68:1 Warning: 'I' is ambiguous. It is defined * at src/Data/SOP/BasicFunctors.hs:131:25 * at src/Data/SOP/BasicFunctors.hs:131: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/SOP/BasicFunctors.hs:131:1 100% ( 21 / 21) in 'Data.SOP.BasicFunctors' Warning: 'f' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'bar' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: Data.SOP.Constraint: Could not find documentation for exported module: Data.SOP.Constraint 100% ( 21 / 21) in 'Data.SOP.Constraint' Warning: 'h' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'traverse_' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'K' is ambiguous. It is defined * at src/Data/SOP/BasicFunctors.hs:68:34 * at src/Data/SOP/BasicFunctors.hs:68: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/SOP/BasicFunctors.hs:68:1 Warning: 'I' is ambiguous. It is defined * at src/Data/SOP/BasicFunctors.hs:131:25 * at src/Data/SOP/BasicFunctors.hs:131: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/SOP/BasicFunctors.hs:131:1 100% ( 50 / 50) in 'Data.SOP.Classes' 100% ( 11 / 11) in 'Data.SOP.Sing' Warning: 'POP' is ambiguous. It is defined * at src/Data/SOP/NP.hs:185:49 * at src/Data/SOP/NP.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 src/Data/SOP/NP.hs:185:1 Warning: 'I' is ambiguous. It is defined * at src/Data/SOP/BasicFunctors.hs:131:25 * at src/Data/SOP/BasicFunctors.hs:131: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/SOP/BasicFunctors.hs:131:1 Warning: 'K' is ambiguous. It is defined * at src/Data/SOP/BasicFunctors.hs:68:34 * at src/Data/SOP/BasicFunctors.hs:68: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/SOP/BasicFunctors.hs:68:1 Warning: 'x' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'AllDictC' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'allDict_NP' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 98% ( 84 / 85) in 'Data.SOP.NP' Missing documentation for: shiftProjection (src/Data/SOP/NP.hs:365) Warning: 'SOP' is ambiguous. It is defined * at src/Data/SOP/NS.hs:245:49 * at src/Data/SOP/NS.hs:245: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/SOP/NS.hs:245:1 Warning: 'I' is ambiguous. It is defined * at src/Data/SOP/BasicFunctors.hs:131:25 * at src/Data/SOP/BasicFunctors.hs:131: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/SOP/BasicFunctors.hs:131:1 Warning: 'K' is ambiguous. It is defined * at src/Data/SOP/BasicFunctors.hs:68:34 * at src/Data/SOP/BasicFunctors.hs:68: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/SOP/BasicFunctors.hs:68:1 100% ( 83 / 83) in 'Data.SOP.NS' Warning: 'Dict' is ambiguous. It is defined * at src/Data/SOP/Dict.hs:34:3 * at src/Data/SOP/Dict.hs:33: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/SOP/Dict.hs:33:1 Warning: 'c' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'd' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'xs' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'xss' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 16 / 16) in 'Data.SOP.Dict' 99% (127 /128) in 'Data.SOP' Missing documentation for: shiftProjection (src/Data/SOP/NP.hs:365) Warning: Data.SOP.BasicFunctors: could not find link destinations for: - Data.SOP.BasicFunctors.Rep_:.: - Data.SOP.BasicFunctors.Rep_I - Data.SOP.BasicFunctors.Rep_K Warning: Data.SOP: could not find link destinations for: - GHC.Generics.Rep1_Proxy - GHC.Generics.Rep_Proxy - Data.SOP.BasicFunctors.Rep_:.: - Data.SOP.BasicFunctors.Rep_I - Data.SOP.BasicFunctors.Rep_K Documentation created: dist/doc/html/sop-core/, dist/doc/html/sop-core/sop-core.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/sop-core-0.5.0.2-KDbz55wTmU8LdRlAoHty2M Completed sop-core-0.5.0.2 Configuring split-0.2.5... Preprocessing library for split-0.2.5.. Building library for split-0.2.5.. [1 of 2] Compiling Data.List.Split.Internals ( src/Data/List/Split/Internals.hs, dist/build/Data/List/Split/Internals.o, dist/build/Data/List/Split/Internals.dyn_o ) [2 of 2] Compiling Data.List.Split ( src/Data/List/Split.hs, dist/build/Data/List/Split.o, dist/build/Data/List/Split.dyn_o ) Preprocessing library for split-0.2.5.. Running Haddock on library for split-0.2.5.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling Data.List.Split.Internals ( src/Data/List/Split/Internals.hs, nothing ) [2 of 2] Compiling Data.List.Split ( src/Data/List/Split.hs, nothing ) Haddock coverage: Warning: 'Splitter' is ambiguous. It is defined * at src/Data/List/Split/Internals.hs:21:19 * at src/Data/List/Split/Internals.hs:21: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/List/Split/Internals.hs:21:1 Warning: 'n' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'm' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 91% ( 63 / 69) in 'Data.List.Split.Internals' Warning: 'Splitter' is ambiguous. It is defined * at src/Data/List/Split/Internals.hs:21:19 * at src/Data/List/Split/Internals.hs:21: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/List/Split/Internals.hs:21:1 90% ( 46 / 51) in 'Data.List.Split' Documentation created: dist/doc/html/split/, dist/doc/html/split/split.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/split-0.2.5-HdqIBMrRyNiLuV2hi4AZF8 Completed split-0.2.5 Configuring splitmix-0.1.3.2... Preprocessing library for splitmix-0.1.3.2.. Building library for splitmix-0.1.3.2.. [1 of 3] Compiling System.Random.SplitMix.Init ( src/System/Random/SplitMix/Init.hs, dist/build/System/Random/SplitMix/Init.o, dist/build/System/Random/SplitMix/Init.dyn_o ) [2 of 3] Compiling System.Random.SplitMix ( src/System/Random/SplitMix.hs, dist/build/System/Random/SplitMix.o, dist/build/System/Random/SplitMix.dyn_o ) [3 of 3] Compiling System.Random.SplitMix32 ( src/System/Random/SplitMix32.hs, dist/build/System/Random/SplitMix32.o, dist/build/System/Random/SplitMix32.dyn_o ) Preprocessing library for splitmix-0.1.3.2.. Running Haddock on library for splitmix-0.1.3.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 3] Compiling System.Random.SplitMix.Init ( src/System/Random/SplitMix/Init.hs, nothing ) [2 of 3] Compiling System.Random.SplitMix ( src/System/Random/SplitMix.hs, nothing ) [3 of 3] Compiling System.Random.SplitMix32 ( src/System/Random/SplitMix32.hs, nothing ) Haddock coverage: Warning: 'SMGen' is ambiguous. It is defined * at src/System/Random/SplitMix.hs:77:14 * at src/System/Random/SplitMix.hs:77: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/System/Random/SplitMix.hs:77:1 100% ( 22 / 22) in 'System.Random.SplitMix' Warning: 'SMGen' is ambiguous. It is defined * at src/System/Random/SplitMix32.hs:61:14 * at src/System/Random/SplitMix32.hs:61: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/System/Random/SplitMix32.hs:61:1 100% ( 22 / 22) in 'System.Random.SplitMix32' Documentation created: dist/doc/html/splitmix/, dist/doc/html/splitmix/splitmix.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/splitmix-0.1.3.2-2SXojlwG8icBs6A9ie9EH9 Completed splitmix-0.1.3.2 Configuring system-filepath-0.4.14.1... Preprocessing library for system-filepath-0.4.14.1.. Building library for system-filepath-0.4.14.1.. [1 of 4] Compiling Filesystem.Path.Internal ( lib/Filesystem/Path/Internal.hs, dist/build/Filesystem/Path/Internal.o, dist/build/Filesystem/Path/Internal.dyn_o ) lib/Filesystem/Path/Internal.hs:17:1: warning: [GHC-66111] [-Wunused-imports] The qualified import of Control.Exception is redundant except perhaps to import instances from Control.Exception To import instances alone, use: import Control.Exception() | 17 | import qualified Control.Exception as Exc | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/Filesystem/Path/Internal.hs:26:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Text.Encoding.Error is redundant except perhaps to import instances from Data.Text.Encoding.Error To import instances alone, use: import Data.Text.Encoding.Error() | 26 | import Data.Text.Encoding.Error (UnicodeException) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/Filesystem/Path/Internal.hs:237:26: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 237 | cont = chunk : loop (tail rest) | ^^^^ [2 of 4] Compiling Filesystem.Path ( lib/Filesystem/Path.hs, dist/build/Filesystem/Path.o, dist/build/Filesystem/Path.dyn_o ) lib/Filesystem/Path.hs:74:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances] Noncanonical mappend definition detected in the instance declaration for Monoid FilePath. mappend will eventually be removed in favour of (<>) Suggested fix: Either remove definition for mappend (recommended) or define as mappend = (<>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 74 | mappend = append | ^^^^^^^^^^^^^^^^ [3 of 4] Compiling Filesystem.Path.Rules ( lib/Filesystem/Path/Rules.hs, dist/build/Filesystem/Path/Rules.o, dist/build/Filesystem/Path/Rules.dyn_o ) lib/Filesystem/Path/Rules.hs:103:33: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 103 | (root, pastRoot) = if P.null (head chunks) | ^^^^ lib/Filesystem/Path/Rules.hs:104:27: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 104 | then (Just RootPosix, tail chunks) | ^^^^ lib/Filesystem/Path/Rules.hs:334:11: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 334 | head' = head split | ^^^^ lib/Filesystem/Path/Rules.hs:335:11: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 335 | tail' = tail split | ^^^^ [4 of 4] Compiling Filesystem.Path.CurrentOS ( lib/Filesystem/Path/CurrentOS.hs, dist/build/Filesystem/Path/CurrentOS.o, dist/build/Filesystem/Path/CurrentOS.dyn_o ) Preprocessing library for system-filepath-0.4.14.1.. Running Haddock on library for system-filepath-0.4.14.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 4] Compiling Filesystem.Path.Internal ( lib/Filesystem/Path/Internal.hs, nothing ) lib/Filesystem/Path/Internal.hs:17:1: warning: [GHC-66111] [-Wunused-imports] The qualified import of Control.Exception is redundant except perhaps to import instances from Control.Exception To import instances alone, use: import Control.Exception() | 17 | import qualified Control.Exception as Exc | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/Filesystem/Path/Internal.hs:26:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Text.Encoding.Error is redundant except perhaps to import instances from Data.Text.Encoding.Error To import instances alone, use: import Data.Text.Encoding.Error() | 26 | import Data.Text.Encoding.Error (UnicodeException) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/Filesystem/Path/Internal.hs:237:26: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 237 | cont = chunk : loop (tail rest) | ^^^^ [2 of 4] Compiling Filesystem.Path ( lib/Filesystem/Path.hs, nothing ) lib/Filesystem/Path.hs:74:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances] Noncanonical mappend definition detected in the instance declaration for Monoid FilePath. mappend will eventually be removed in favour of (<>) Suggested fix: Either remove definition for mappend (recommended) or define as mappend = (<>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 74 | mappend = append | ^^^^^^^^^^^^^^^^ [3 of 4] Compiling Filesystem.Path.Rules ( lib/Filesystem/Path/Rules.hs, nothing ) lib/Filesystem/Path/Rules.hs:103:33: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 103 | (root, pastRoot) = if P.null (head chunks) | ^^^^ lib/Filesystem/Path/Rules.hs:104:27: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 104 | then (Just RootPosix, tail chunks) | ^^^^ lib/Filesystem/Path/Rules.hs:334:11: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 334 | head' = head split | ^^^^ lib/Filesystem/Path/Rules.hs:335:11: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 335 | tail' = tail split | ^^^^ [4 of 4] Compiling Filesystem.Path.CurrentOS ( lib/Filesystem/Path/CurrentOS.hs, nothing ) lib/Filesystem/Path/CurrentOS.hs:37:1: warning: [GHC-66111] [-Wunused-imports] The qualified import of Data.ByteString is redundant except perhaps to import instances from Data.ByteString To import instances alone, use: import Data.ByteString() | 37 | import qualified Data.ByteString as B | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Haddock coverage: Warning: 'Rules' is ambiguous. It is defined * at lib/Filesystem/Path/Internal.hs:120:29 * at lib/Filesystem/Path/Internal.hs:120: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 lib/Filesystem/Path/Internal.hs:120:1 Warning: 'FilePath' is ambiguous. It is defined * at lib/Filesystem/Path/Internal.hs:46:17 * at lib/Filesystem/Path/Internal.hs:46: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 lib/Filesystem/Path/Internal.hs:46:1 Warning: 'FilePath' is ambiguous. It is defined * at lib/Filesystem/Path/Internal.hs:46:17 * at lib/Filesystem/Path/Internal.hs:46: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 lib/Filesystem/Path/Internal.hs:46:1 97% ( 33 / 34) in 'Filesystem.Path' Missing documentation for: FilePath (lib/Filesystem/Path/Internal.hs:46) 100% ( 19 / 19) in 'Filesystem.Path.Rules' 92% ( 13 / 14) in 'Filesystem.Path.CurrentOS' Missing documentation for: currentOS (lib/Filesystem/Path/CurrentOS.hs:55) Documentation created: dist/doc/html/system-filepath/, dist/doc/html/system-filepath/system-filepath.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/system-filepath-0.4.14.1-Smus70MnUu2gJWTSZCmYO Completed system-filepath-0.4.14.1 Configuring tagged-0.8.10... Preprocessing library for tagged-0.8.10.. Building library for tagged-0.8.10.. [1 of 2] Compiling Data.Proxy.TH ( src/Data/Proxy/TH.hs, dist/build/Data/Proxy/TH.o, dist/build/Data/Proxy/TH.dyn_o ) [2 of 2] Compiling Data.Tagged ( src/Data/Tagged.hs, dist/build/Data/Tagged.o, dist/build/Data/Tagged.dyn_o ) Preprocessing library for tagged-0.8.10.. Running Haddock on library for tagged-0.8.10.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling Data.Proxy.TH ( src/Data/Proxy/TH.hs, nothing ) [2 of 2] Compiling Data.Tagged ( src/Data/Tagged.hs, nothing ) Haddock coverage: Warning: 'Proxy' is ambiguous. It is defined * in Data.Proxy * in Data.Proxy 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.Proxy 66% ( 2 / 3) in 'Data.Proxy.TH' Missing documentation for: Module header Warning: 'Tagged' is ambiguous. It is defined * at src/Data/Tagged.hs:83:22 * at src/Data/Tagged.hs:83: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/Tagged.hs:83:1 Warning: 'Proxy' is ambiguous. It is defined * in Data.Proxy * in Data.Proxy 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.Proxy 93% ( 14 / 15) in 'Data.Tagged' Missing documentation for: witness (src/Data/Tagged.hs:389) Warning: Data.Tagged: could not find link destinations for: - Data.Tagged.Rep_Tagged - Data.Tagged.Rep1_Tagged Documentation created: dist/doc/html/tagged/, dist/doc/html/tagged/tagged.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/tagged-0.8.10-AB5hoggHcu9Fkw7jqxEFs0 Completed tagged-0.8.10 Configuring th-abstraction-0.7.2.0... Preprocessing library for th-abstraction-0.7.2.0.. Building library for th-abstraction-0.7.2.0.. [1 of 3] Compiling Language.Haskell.TH.Datatype.Internal ( src/Language/Haskell/TH/Datatype/Internal.hs, dist/build/Language/Haskell/TH/Datatype/Internal.o, dist/build/Language/Haskell/TH/Datatype/Internal.dyn_o ) [2 of 3] Compiling Language.Haskell.TH.Datatype.TyVarBndr ( src/Language/Haskell/TH/Datatype/TyVarBndr.hs, dist/build/Language/Haskell/TH/Datatype/TyVarBndr.o, dist/build/Language/Haskell/TH/Datatype/TyVarBndr.dyn_o ) [3 of 3] Compiling Language.Haskell.TH.Datatype ( src/Language/Haskell/TH/Datatype.hs, dist/build/Language/Haskell/TH/Datatype.o, dist/build/Language/Haskell/TH/Datatype.dyn_o ) Preprocessing library for th-abstraction-0.7.2.0.. Running Haddock on library for th-abstraction-0.7.2.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 3] Compiling Language.Haskell.TH.Datatype.Internal ( src/Language/Haskell/TH/Datatype/Internal.hs, nothing ) [2 of 3] Compiling Language.Haskell.TH.Datatype.TyVarBndr ( src/Language/Haskell/TH/Datatype/TyVarBndr.hs, nothing ) [3 of 3] Compiling Language.Haskell.TH.Datatype ( src/Language/Haskell/TH/Datatype.hs, nothing ) Haddock coverage: Warning: 'Name' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax 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 Language.Haskell.TH.Syntax Warning: 'Name' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax 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 Language.Haskell.TH.Syntax 76% ( 40 / 52) in 'Language.Haskell.TH.Datatype.TyVarBndr' Missing documentation for: TyVarBndrUnit TyVarBndrSpec TyVarBndrVis Specificity BndrVis DefaultBndrFlag plainTV kindedTV inferredSpec specifiedSpec bndrReq bndrInvis Warning: 'DatatypeInfo' is ambiguous. It is defined * at src/Language/Haskell/TH/Datatype.hs:184:21 * at src/Language/Haskell/TH/Datatype.hs:184: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/Language/Haskell/TH/Datatype.hs:184:1 Warning: 'ConstructorInfo' is ambiguous. It is defined * at src/Language/Haskell/TH/Datatype.hs:229:24 * at src/Language/Haskell/TH/Datatype.hs:229: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/Language/Haskell/TH/Datatype.hs:229:1 Warning: 'FieldStrictness' is ambiguous. It is defined * at src/Language/Haskell/TH/Datatype.hs:272:24 * at src/Language/Haskell/TH/Datatype.hs:272: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/Language/Haskell/TH/Datatype.hs:272:1 Warning: '()' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Strict' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * at src/Language/Haskell/TH/Datatype.hs:289:5 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/Language/Haskell/TH/Datatype.hs:289:5 Warning: 'datatypeInstVars' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'mbKind' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'resolveFixities' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'FunArg' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Fixity' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax 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 Language.Haskell.TH.Syntax 92% ( 49 / 53) in 'Language.Haskell.TH.Datatype' Missing documentation for: arrowKCompat (src/Language/Haskell/TH/Datatype.hs:2260) isStrictAnnot (src/Language/Haskell/TH/Datatype.hs:293) notStrictAnnot (src/Language/Haskell/TH/Datatype.hs:294) unpackedAnnot (src/Language/Haskell/TH/Datatype.hs:295) Warning: Language.Haskell.TH.Datatype.TyVarBndr: could not find link destinations for: - Language.Haskell.TH.Syntax.Rep_BndrVis - Language.Haskell.TH.Syntax.Rep_Specificity Warning: Language.Haskell.TH.Datatype: could not find link destinations for: - Language.Haskell.TH.Datatype.Rep_DatatypeInfo - Language.Haskell.TH.Datatype.Rep_ConstructorInfo - Language.Haskell.TH.Datatype.Rep_FieldStrictness - Language.Haskell.TH.Datatype.Rep_Strictness - Language.Haskell.TH.Datatype.Rep_Unpackedness - Language.Haskell.TH.Datatype.Rep_ConstructorVariant - Language.Haskell.TH.Datatype.Rep_DatatypeVariant Documentation created: dist/doc/html/th-abstraction/, dist/doc/html/th-abstraction/th-abstraction.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/th-abstraction-0.7.2.0-LXxpvWq4N5lSpSniaraaB Completed th-abstraction-0.7.2.0 Configuring th-compat-0.1.7... Preprocessing library for th-compat-0.1.7.. Building library for th-compat-0.1.7.. [1 of 1] Compiling Language.Haskell.TH.Syntax.Compat ( src/Language/Haskell/TH/Syntax/Compat.hs, dist/build/Language/Haskell/TH/Syntax/Compat.o, dist/build/Language/Haskell/TH/Syntax/Compat.dyn_o ) Preprocessing library for th-compat-0.1.7.. Running Haddock on library for th-compat-0.1.7.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Language.Haskell.TH.Syntax.Compat ( src/Language/Haskell/TH/Syntax/Compat.hs, nothing ) Haddock coverage: Warning: 'Code' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax 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 Language.Haskell.TH.Syntax Warning: 'm' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'TExp' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'lift' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'newNameQuote' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 97% ( 45 / 46) in 'Language.Haskell.TH.Syntax.Compat' Missing documentation for: CodeQ Documentation created: dist/doc/html/th-compat/, dist/doc/html/th-compat/th-compat.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/th-compat-0.1.7-EmM9ruMKEJXEkEkRote8Zx Completed th-compat-0.1.7 Configuring transformers-compat-0.7.2... Preprocessing library for transformers-compat-0.7.2.. Building library for transformers-compat-0.7.2.. [1 of 4] Compiling Control.Monad.Trans.Instances ( src/Control/Monad/Trans/Instances.hs, dist/build/Control/Monad/Trans/Instances.o, dist/build/Control/Monad/Trans/Instances.dyn_o ) [2 of 4] Compiling Data.Functor.Classes.Generic.Internal ( generics/Data/Functor/Classes/Generic/Internal.hs, dist/build/Data/Functor/Classes/Generic/Internal.o, dist/build/Data/Functor/Classes/Generic/Internal.dyn_o ) [3 of 4] Compiling Data.Functor.Classes.Generic ( generics/Data/Functor/Classes/Generic.hs, dist/build/Data/Functor/Classes/Generic.o, dist/build/Data/Functor/Classes/Generic.dyn_o ) [4 of 4] Compiling Paths_transformers_compat ( dist/build/autogen/Paths_transformers_compat.hs, dist/build/Paths_transformers_compat.o, dist/build/Paths_transformers_compat.dyn_o ) Preprocessing library for transformers-compat-0.7.2.. Running Haddock on library for transformers-compat-0.7.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 4] Compiling Control.Monad.Trans.Instances ( src/Control/Monad/Trans/Instances.hs, nothing ) [2 of 4] Compiling Data.Functor.Classes.Generic.Internal ( generics/Data/Functor/Classes/Generic/Internal.hs, nothing ) [3 of 4] Compiling Data.Functor.Classes.Generic ( generics/Data/Functor/Classes/Generic.hs, nothing ) [4 of 4] Compiling Paths_transformers_compat ( dist/build/autogen/Paths_transformers_compat.hs, nothing ) Haddock coverage: 100% ( 1 / 1) in 'Control.Monad.Trans.Instances' Warning: 'String' is ambiguous. It is defined * in Text.Read.Lex * in GHC.Base 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.Base Warning: 'Options' is ambiguous. It is defined * at generics/Data/Functor/Classes/Generic/Internal.hs:146:19 * at generics/Data/Functor/Classes/Generic/Internal.hs:146: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 generics/Data/Functor/Classes/Generic/Internal.hs:146:1 Warning: 'FunctorClassesDefault' is ambiguous. It is defined * at generics/Data/Functor/Classes/Generic/Internal.hs:1231:3 * at generics/Data/Functor/Classes/Generic/Internal.hs:1230: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 generics/Data/Functor/Classes/Generic/Internal.hs:1230:1 100% ( 48 / 48) in 'Data.Functor.Classes.Generic.Internal' Warning: 'Eq1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Ord1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Read1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Show1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'GenericFunctorClasses' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'eq1Default' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'compare1Default' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'readsPrec1Default' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'showsPrec1Default' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 21 / 21) in 'Data.Functor.Classes.Generic' Warning: Data.Functor.Classes.Generic.Internal: could not find link destinations for: - Data.Functor.Classes.Generic.Internal.GShowCon - Data.Functor.Classes.Generic.Internal.GReadCon Documentation created: dist/doc/html/transformers-compat/, dist/doc/html/transformers-compat/transformers-compat.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/transformers-compat-0.7.2-Kjd0KzrkeU5ax708EytP3 Completed transformers-compat-0.7.2 Configuring utf8-string-1.0.2... Preprocessing library for utf8-string-1.0.2.. Building library for utf8-string-1.0.2.. [1 of 5] Compiling Codec.Binary.UTF8.String ( Codec/Binary/UTF8/String.hs, dist/build/Codec/Binary/UTF8/String.o, dist/build/Codec/Binary/UTF8/String.dyn_o ) [2 of 5] Compiling Codec.Binary.UTF8.Generic ( Codec/Binary/UTF8/Generic.hs, dist/build/Codec/Binary/UTF8/Generic.o, dist/build/Codec/Binary/UTF8/Generic.dyn_o ) Codec/Binary/UTF8/Generic.hs:87:21: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 87 | tail = List.tail | ^^^^^^^^^ [3 of 5] Compiling Data.ByteString.Lazy.UTF8 ( Data/ByteString/Lazy/UTF8.hs, dist/build/Data/ByteString/Lazy/UTF8.o, dist/build/Data/ByteString/Lazy/UTF8.dyn_o ) [4 of 5] Compiling Data.ByteString.UTF8 ( Data/ByteString/UTF8.hs, dist/build/Data/ByteString/UTF8.o, dist/build/Data/ByteString/UTF8.dyn_o ) [5 of 5] Compiling Data.String.UTF8 ( Data/String/UTF8.hs, dist/build/Data/String/UTF8.o, dist/build/Data/String/UTF8.dyn_o ) Preprocessing library for utf8-string-1.0.2.. Running Haddock on library for utf8-string-1.0.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 5] Compiling Codec.Binary.UTF8.String ( Codec/Binary/UTF8/String.hs, nothing ) [2 of 5] Compiling Codec.Binary.UTF8.Generic ( Codec/Binary/UTF8/Generic.hs, nothing ) Codec/Binary/UTF8/Generic.hs:87:21: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 87 | tail = List.tail | ^^^^^^^^^ [3 of 5] Compiling Data.ByteString.Lazy.UTF8 ( Data/ByteString/Lazy/UTF8.hs, nothing ) [4 of 5] Compiling Data.ByteString.UTF8 ( Data/ByteString/UTF8.hs, nothing ) [5 of 5] Compiling Data.String.UTF8 ( Data/String/UTF8.hs, nothing ) Haddock coverage: 100% ( 8 / 8) in 'Codec.Binary.UTF8.String' 94% ( 16 / 17) in 'Codec.Binary.UTF8.Generic' Missing documentation for: UTF8Bytes (Codec/Binary/UTF8/Generic.hs:48) 100% ( 17 / 17) in 'Data.ByteString.Lazy.UTF8' 100% ( 18 / 18) in 'Data.ByteString.UTF8' 88% ( 24 / 27) in 'Data.String.UTF8' Missing documentation for: UTF8Bytes (Codec/Binary/UTF8/Generic.hs:48) fromRep (Data/String/UTF8.hs:64) toRep (Data/String/UTF8.hs:67) Warning: Data.ByteString.Lazy.UTF8: could not find link destinations for: - Data.ByteString.Lazy.Internal.D:R:ItemByteString Warning: Data.ByteString.UTF8: could not find link destinations for: - Data.ByteString.Internal.Type.D:R:ItemByteString Documentation created: dist/doc/html/utf8-string/, dist/doc/html/utf8-string/utf8-string.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/utf8-string-1.0.2-ARoN8tTzuLW5AQK61y3Hvx Completed utf8-string-1.0.2 Configuring vector-stream-0.1.0.1... Preprocessing library for vector-stream-0.1.0.1.. Building library for vector-stream-0.1.0.1.. [1 of 1] Compiling Data.Stream.Monadic ( src/Data/Stream/Monadic.hs, dist/build/Data/Stream/Monadic.o, dist/build/Data/Stream/Monadic.dyn_o ) Preprocessing library for vector-stream-0.1.0.1.. Running Haddock on library for vector-stream-0.1.0.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Data.Stream.Monadic ( src/Data/Stream/Monadic.hs, nothing ) Haddock coverage: Warning: 'Stream' is ambiguous. It is defined * at src/Data/Stream/Monadic.hs:154:19 * at src/Data/Stream/Monadic.hs:154: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/Stream/Monadic.hs:154:1 Warning: 'Bundle' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 81% (110 /135) in 'Data.Stream.Monadic' Missing documentation for: liftBox (src/Data/Stream/Monadic.hs:130) generate (src/Data/Stream/Monadic.hs:210) unbox (src/Data/Stream/Monadic.hs:462) concatMap (src/Data/Stream/Monadic.hs:1070) zipWithM_ (src/Data/Stream/Monadic.hs:531) zipWith3M (src/Data/Stream/Monadic.hs:535) zipWith4M (src/Data/Stream/Monadic.hs:565) zipWith5M (src/Data/Stream/Monadic.hs:572) zipWith6M (src/Data/Stream/Monadic.hs:579) zipWith (src/Data/Stream/Monadic.hs:585) zipWith3 (src/Data/Stream/Monadic.hs:590) zipWith4 (src/Data/Stream/Monadic.hs:596) zipWith5 (src/Data/Stream/Monadic.hs:602) zipWith6 (src/Data/Stream/Monadic.hs:608) zip (src/Data/Stream/Monadic.hs:612) zip3 (src/Data/Stream/Monadic.hs:616) zip4 (src/Data/Stream/Monadic.hs:621) zip5 (src/Data/Stream/Monadic.hs:626) zip6 (src/Data/Stream/Monadic.hs:631) mapMaybe (src/Data/Stream/Monadic.hs:702) catMaybes (src/Data/Stream/Monadic.hs:716) and (src/Data/Stream/Monadic.hs:1044) or (src/Data/Stream/Monadic.hs:1057) concatMapM (src/Data/Stream/Monadic.hs:1074) unfoldrN (src/Data/Stream/Monadic.hs:1136) Documentation created: dist/doc/html/vector-stream/, dist/doc/html/vector-stream/vector-stream.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/vector-stream-0.1.0.1-6z73n1LRnZvKlURnjwR3rr Completed vector-stream-0.1.0.1 Configuring void-0.7.4... Preprocessing library for void-0.7.4.. Building library for void-0.7.4.. [1 of 1] Compiling Data.Void.Unsafe ( src/Data/Void/Unsafe.hs, dist/build/Data/Void/Unsafe.o, dist/build/Data/Void/Unsafe.dyn_o ) Preprocessing library for void-0.7.4.. Running Haddock on library for void-0.7.4.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Data.Void.Unsafe ( src/Data/Void/Unsafe.hs, nothing ) Haddock coverage: 100% ( 3 / 3) in 'Data.Void.Unsafe' Documentation created: dist/doc/html/void/, dist/doc/html/void/void.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/void-0.7.4-HGEHF8XzbCvL800w0ZIDyp Completed void-0.7.4 Configuring word-compat-0.0.6... Preprocessing library for word-compat-0.0.6.. Building library for word-compat-0.0.6.. [1 of 3] Compiling GHC.Int.Compat ( src/GHC/Int/Compat.hs, dist/build/GHC/Int/Compat.o, dist/build/GHC/Int/Compat.dyn_o ) [2 of 3] Compiling GHC.Prim.Compat ( src/GHC/Prim/Compat.hs, dist/build/GHC/Prim/Compat.o, dist/build/GHC/Prim/Compat.dyn_o ) [3 of 3] Compiling GHC.Word.Compat ( src/GHC/Word/Compat.hs, dist/build/GHC/Word/Compat.o, dist/build/GHC/Word/Compat.dyn_o ) Preprocessing library for word-compat-0.0.6.. Running Haddock on library for word-compat-0.0.6.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 3] Compiling GHC.Int.Compat ( src/GHC/Int/Compat.hs, nothing ) [2 of 3] Compiling GHC.Prim.Compat ( src/GHC/Prim/Compat.hs, nothing ) [3 of 3] Compiling GHC.Word.Compat ( src/GHC/Word/Compat.hs, nothing ) Haddock coverage: 16% ( 7 / 43) in 'GHC.Int.Compat' Missing documentation for: Module header I8# (src/GHC/Int/Compat.hs:37) I16# (src/GHC/Int/Compat.hs:42) I32# (src/GHC/Int/Compat.hs:47) uncheckedIShiftL64# uncheckedIShiftRA64# eqInt neInt gtInt geInt ltInt leInt eqInt8 neInt8 gtInt8 geInt8 ltInt8 leInt8 eqInt16 neInt16 gtInt16 geInt16 ltInt16 leInt16 eqInt32 neInt32 gtInt32 geInt32 ltInt32 leInt32 eqInt64 neInt64 gtInt64 geInt64 ltInt64 leInt64 3% ( 1 / 26) in 'GHC.Prim.Compat' Missing documentation for: Module header indexWord8Array# (src/GHC/Prim/Compat.hs:47) indexWord16Array# (src/GHC/Prim/Compat.hs:51) indexWord32Array# (src/GHC/Prim/Compat.hs:55) indexWord64Array# (src/GHC/Prim/Compat.hs:59) readWord8Array# (src/GHC/Prim/Compat.hs:63) readWord16Array# (src/GHC/Prim/Compat.hs:69) readWord32Array# (src/GHC/Prim/Compat.hs:75) readWord64Array# (src/GHC/Prim/Compat.hs:81) writeWord8Array# (src/GHC/Prim/Compat.hs:87) writeWord16Array# (src/GHC/Prim/Compat.hs:91) writeWord32Array# (src/GHC/Prim/Compat.hs:95) writeWord64Array# (src/GHC/Prim/Compat.hs:99) indexWord8OffAddr# (src/GHC/Prim/Compat.hs:103) indexWord16OffAddr# (src/GHC/Prim/Compat.hs:107) indexWord32OffAddr# (src/GHC/Prim/Compat.hs:111) indexWord64OffAddr# (src/GHC/Prim/Compat.hs:115) readWord8OffAddr# (src/GHC/Prim/Compat.hs:119) readWord16OffAddr# (src/GHC/Prim/Compat.hs:125) readWord32OffAddr# (src/GHC/Prim/Compat.hs:131) readWord64OffAddr# (src/GHC/Prim/Compat.hs:137) writeWord8OffAddr# (src/GHC/Prim/Compat.hs:143) writeWord16OffAddr# (src/GHC/Prim/Compat.hs:148) writeWord32OffAddr# (src/GHC/Prim/Compat.hs:153) writeWord64OffAddr# (src/GHC/Prim/Compat.hs:158) 31% ( 17 / 54) in 'GHC.Word.Compat' Missing documentation for: Module header W8# (src/GHC/Word/Compat.hs:57) W16# (src/GHC/Word/Compat.hs:62) W32# (src/GHC/Word/Compat.hs:67) W64# (src/GHC/Word/Compat.hs:76) uncheckedShiftL64# uncheckedShiftRL64# eqWord neWord gtWord geWord ltWord leWord eqWord8 neWord8 gtWord8 geWord8 ltWord8 leWord8 eqWord16 neWord16 gtWord16 geWord16 ltWord16 leWord16 eqWord32 neWord32 gtWord32 geWord32 ltWord32 leWord32 eqWord64 neWord64 gtWord64 geWord64 ltWord64 leWord64 Warning: GHC.Int.Compat: could not find link destinations for: - GHC.Generics.D:R:UReckIntp0 - GHC.Generics.Rep_R:UReckIntp - GHC.Generics.Rep1_R:UReckIntp Warning: GHC.Word.Compat: could not find link destinations for: - GHC.Generics.D:R:UReckWordp0 - GHC.Generics.Rep_R:UReckWordp - GHC.Generics.Rep1_R:UReckWordp Documentation created: dist/doc/html/word-compat/, dist/doc/html/word-compat/word-compat.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/word-compat-0.0.6-KMbVYI1mfpTDOMSOF4e6El Completed word-compat-0.0.6 Configuring zlib-0.7.1.1... Preprocessing library for zlib-0.7.1.1.. Building library for zlib-0.7.1.1.. [1 of 6] Compiling Codec.Compression.Zlib.ByteStringCompat ( Codec/Compression/Zlib/ByteStringCompat.hs, dist/build/Codec/Compression/Zlib/ByteStringCompat.o, dist/build/Codec/Compression/Zlib/ByteStringCompat.dyn_o ) [2 of 6] Compiling Codec.Compression.Zlib.Stream ( dist/build/Codec/Compression/Zlib/Stream.hs, dist/build/Codec/Compression/Zlib/Stream.o, dist/build/Codec/Compression/Zlib/Stream.dyn_o ) [3 of 6] Compiling Codec.Compression.Zlib.Internal ( Codec/Compression/Zlib/Internal.hs, dist/build/Codec/Compression/Zlib/Internal.o, dist/build/Codec/Compression/Zlib/Internal.dyn_o ) [4 of 6] Compiling Codec.Compression.Zlib.Raw ( Codec/Compression/Zlib/Raw.hs, dist/build/Codec/Compression/Zlib/Raw.o, dist/build/Codec/Compression/Zlib/Raw.dyn_o ) [5 of 6] Compiling Codec.Compression.Zlib ( Codec/Compression/Zlib.hs, dist/build/Codec/Compression/Zlib.o, dist/build/Codec/Compression/Zlib.dyn_o ) [6 of 6] Compiling Codec.Compression.GZip ( Codec/Compression/GZip.hs, dist/build/Codec/Compression/GZip.o, dist/build/Codec/Compression/GZip.dyn_o ) Preprocessing library for zlib-0.7.1.1.. Running Haddock on library for zlib-0.7.1.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 6] Compiling Codec.Compression.Zlib.ByteStringCompat ( Codec/Compression/Zlib/ByteStringCompat.hs, nothing ) [2 of 6] Compiling Codec.Compression.Zlib.Stream ( dist/build/Codec/Compression/Zlib/Stream.hs, nothing ) [3 of 6] Compiling Codec.Compression.Zlib.Internal ( Codec/Compression/Zlib/Internal.hs, nothing ) [4 of 6] Compiling Codec.Compression.Zlib.Raw ( Codec/Compression/Zlib/Raw.hs, nothing ) [5 of 6] Compiling Codec.Compression.Zlib ( Codec/Compression/Zlib.hs, nothing ) [6 of 6] Compiling Codec.Compression.GZip ( Codec/Compression/GZip.hs, nothing ) Haddock coverage: 100% ( 53 / 53) in 'Codec.Compression.Zlib.Internal' 100% ( 35 / 35) in 'Codec.Compression.Zlib.Raw' 100% ( 36 / 36) in 'Codec.Compression.Zlib' 100% ( 36 / 36) in 'Codec.Compression.GZip' Warning: Codec.Compression.Zlib.Internal: could not find link destinations for: - Codec.Compression.Zlib.Stream.Rep_CompressionStrategy - Codec.Compression.Zlib.Stream.Rep_MemoryLevel - Codec.Compression.Zlib.Stream.Rep_WindowBits - Codec.Compression.Zlib.Stream.Rep_CompressionLevel - Codec.Compression.Zlib.Stream.Rep_Method - Codec.Compression.Zlib.Stream.Rep_Format - Codec.Compression.Zlib.Internal.Rep_DecompressError - Codec.Compression.Zlib.Internal.Rep_DecompressParams - Codec.Compression.Zlib.Internal.Rep_CompressParams Warning: Codec.Compression.Zlib.Raw: could not find link destinations for: - Codec.Compression.Zlib.Stream.Rep_CompressionStrategy - Codec.Compression.Zlib.Stream.Rep_MemoryLevel - Codec.Compression.Zlib.Stream.Rep_WindowBits - Codec.Compression.Zlib.Stream.Rep_CompressionLevel - Codec.Compression.Zlib.Stream.Rep_Method - Codec.Compression.Zlib.Internal.Rep_DecompressError - Codec.Compression.Zlib.Internal.Rep_DecompressParams - Codec.Compression.Zlib.Internal.Rep_CompressParams Warning: Codec.Compression.Zlib: could not find link destinations for: - Codec.Compression.Zlib.Stream.Rep_CompressionStrategy - Codec.Compression.Zlib.Stream.Rep_MemoryLevel - Codec.Compression.Zlib.Stream.Rep_WindowBits - Codec.Compression.Zlib.Stream.Rep_CompressionLevel - Codec.Compression.Zlib.Stream.Rep_Method - Codec.Compression.Zlib.Internal.Rep_DecompressError - Codec.Compression.Zlib.Internal.Rep_DecompressParams - Codec.Compression.Zlib.Internal.Rep_CompressParams Warning: Codec.Compression.GZip: could not find link destinations for: - Codec.Compression.Zlib.Stream.Rep_CompressionStrategy - Codec.Compression.Zlib.Stream.Rep_MemoryLevel - Codec.Compression.Zlib.Stream.Rep_WindowBits - Codec.Compression.Zlib.Stream.Rep_CompressionLevel - Codec.Compression.Zlib.Stream.Rep_Method - Codec.Compression.Zlib.Internal.Rep_DecompressError - Codec.Compression.Zlib.Internal.Rep_DecompressParams - Codec.Compression.Zlib.Internal.Rep_CompressParams Documentation created: dist/doc/html/zlib/, dist/doc/html/zlib/zlib.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/zlib-0.7.1.1-JJRWuCnd7LR9y9ey9xuk4f Completed zlib-0.7.1.1 Configuring contravariant-1.5.6... Preprocessing library for contravariant-1.5.6.. Building library for contravariant-1.5.6.. [1 of 3] Compiling Data.Functor.Contravariant.Divisible ( src/Data/Functor/Contravariant/Divisible.hs, dist/build/Data/Functor/Contravariant/Divisible.o, dist/build/Data/Functor/Contravariant/Divisible.dyn_o ) [2 of 3] Compiling Data.Functor.Contravariant.Compose ( src/Data/Functor/Contravariant/Compose.hs, dist/build/Data/Functor/Contravariant/Compose.o, dist/build/Data/Functor/Contravariant/Compose.dyn_o ) [3 of 3] Compiling Data.Functor.Contravariant.Generic ( src/Data/Functor/Contravariant/Generic.hs, dist/build/Data/Functor/Contravariant/Generic.o, dist/build/Data/Functor/Contravariant/Generic.dyn_o ) Preprocessing library for contravariant-1.5.6.. Running Haddock on library for contravariant-1.5.6.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 3] Compiling Data.Functor.Contravariant.Divisible ( src/Data/Functor/Contravariant/Divisible.hs, nothing ) [2 of 3] Compiling Data.Functor.Contravariant.Compose ( src/Data/Functor/Contravariant/Compose.hs, nothing ) [3 of 3] Compiling Data.Functor.Contravariant.Generic ( src/Data/Functor/Contravariant/Generic.hs, nothing ) Haddock coverage: Warning: 'delta' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 17 / 17) in 'Data.Functor.Contravariant.Divisible' 100% ( 4 / 4) in 'Data.Functor.Contravariant.Compose' Warning: 'Comparison' is ambiguous. It is defined * in Data.Functor.Contravariant * in Data.Functor.Contravariant 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.Contravariant Warning: 'Equivalence' is ambiguous. It is defined * in Data.Functor.Contravariant * in Data.Functor.Contravariant 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.Contravariant 100% ( 3 / 3) in 'Data.Functor.Contravariant.Generic' Warning: Data.Functor.Contravariant.Generic: could not find link destinations for: - Data.Functor.Contravariant.Generic.GDeciding1 - Data.Functor.Contravariant.Generic.GDeciding - Data.Functor.Contravariant.Generic.GG - Data.Functor.Contravariant.Generic.Rep1' - Data.Functor.Contravariant.Generic.Rep' Documentation created: dist/doc/html/contravariant/, dist/doc/html/contravariant/contravariant.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/contravariant-1.5.6-qv5bbVRExRIFbfN8ysinu Completed contravariant-1.5.6 Configuring ansi-terminal-types-1.1.3... Preprocessing library for ansi-terminal-types-1.1.3.. Building library for ansi-terminal-types-1.1.3.. [1 of 2] Compiling System.Console.ANSI.Types ( src/System/Console/ANSI/Types.hs, dist/build/System/Console/ANSI/Types.o, dist/build/System/Console/ANSI/Types.dyn_o ) [2 of 2] Compiling System.Console.ANSI.Codes ( src/System/Console/ANSI/Codes.hs, dist/build/System/Console/ANSI/Codes.o, dist/build/System/Console/ANSI/Codes.dyn_o ) Preprocessing library for ansi-terminal-types-1.1.3.. Running Haddock on library for ansi-terminal-types-1.1.3.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling System.Console.ANSI.Types ( src/System/Console/ANSI/Types.hs, nothing ) [2 of 2] Compiling System.Console.ANSI.Codes ( src/System/Console/ANSI/Codes.hs, nothing ) Haddock coverage: 100% ( 13 / 13) in 'System.Console.ANSI.Types' 66% ( 41 / 62) in 'System.Console.ANSI.Codes' Missing documentation for: cursorUpCode (src/System/Console/ANSI/Codes.hs:236) cursorDownCode (src/System/Console/ANSI/Codes.hs:237) cursorForwardCode (src/System/Console/ANSI/Codes.hs:238) cursorBackwardCode (src/System/Console/ANSI/Codes.hs:239) cursorUpLineCode (src/System/Console/ANSI/Codes.hs:245) cursorDownLineCode (src/System/Console/ANSI/Codes.hs:244) clearFromCursorToScreenEndCode (src/System/Console/ANSI/Codes.hs:312) clearFromCursorToScreenBeginningCode (src/System/Console/ANSI/Codes.hs:313) clearScreenCode (src/System/Console/ANSI/Codes.hs:314) clearFromCursorToLineEndCode (src/System/Console/ANSI/Codes.hs:315) clearFromCursorToLineBeginningCode (src/System/Console/ANSI/Codes.hs:316) clearLineCode (src/System/Console/ANSI/Codes.hs:317) enableLineWrapCode (src/System/Console/ANSI/Codes.hs:320) disableLineWrapCode (src/System/Console/ANSI/Codes.hs:321) scrollPageUpCode (src/System/Console/ANSI/Codes.hs:326) scrollPageDownCode (src/System/Console/ANSI/Codes.hs:327) useAlternateScreenBufferCode (src/System/Console/ANSI/Codes.hs:330) useNormalScreenBufferCode (src/System/Console/ANSI/Codes.hs:331) setSGRCode (src/System/Console/ANSI/Codes.hs:339) hideCursorCode (src/System/Console/ANSI/Codes.hs:344) showCursorCode (src/System/Console/ANSI/Codes.hs:345) Documentation created: dist/doc/html/ansi-terminal-types/, dist/doc/html/ansi-terminal-types/ansi-terminal-types.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ansi-terminal-types-1.1.3-FbCvCegLPPTJZH2c3Rw7yn Completed ansi-terminal-types-1.1.3 Configuring data-default-class-0.2.0.0... Preprocessing library for data-default-class-0.2.0.0.. Building library for data-default-class-0.2.0.0.. [1 of 1] Compiling Data.Default.Class ( Data/Default/Class.hs, dist/build/Data/Default/Class.o, dist/build/Data/Default/Class.dyn_o ) Preprocessing library for data-default-class-0.2.0.0.. Running Haddock on library for data-default-class-0.2.0.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Data.Default.Class ( Data/Default/Class.hs, nothing ) Haddock coverage: 100% ( 2 / 2) in 'Data.Default.Class' Documentation created: dist/doc/html/data-default-class/, dist/doc/html/data-default-class/data-default-class.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/data-default-class-0.2.0.0-5ekG5WXD5UGxH4iaLS07P Completed data-default-class-0.2.0.0 Configuring optics-core-0.4.1.1... Preprocessing library for optics-core-0.4.1.1.. Building library for optics-core-0.4.1.1.. src/Optics/At/Core.hs:2:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 2 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ src/Optics/Label.hs:4:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 4 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ src/Optics/ReadOnly.hs:2:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 2 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ src/Optics/Internal/Indexed.hs:2:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 2 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ src/Optics/Internal/Optic.hs:2:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 2 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ src/Optics/Internal/Optic/Subtyping.hs:3:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 3 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ src/Optics/Internal/Optic/TypeLevel.hs:3:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 3 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ src/Optics/Internal/Optic/Types.hs:2:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 2 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ [ 1 of 66] Compiling Optics.Internal.Bi ( src/Optics/Internal/Bi.hs, dist/build/Optics/Internal/Bi.o, dist/build/Optics/Internal/Bi.dyn_o ) [ 2 of 66] Compiling Optics.Internal.Indexed.Classes ( src/Optics/Internal/Indexed/Classes.hs, dist/build/Optics/Internal/Indexed/Classes.o, dist/build/Optics/Internal/Indexed/Classes.dyn_o ) [ 3 of 66] Compiling Optics.Internal.Magic ( src/Optics/Internal/Magic.hs, dist/build/Optics/Internal/Magic.o, dist/build/Optics/Internal/Magic.dyn_o ) [ 4 of 66] Compiling Optics.Internal.Optic.TypeLevel ( src/Optics/Internal/Optic/TypeLevel.hs, dist/build/Optics/Internal/Optic/TypeLevel.o, dist/build/Optics/Internal/Optic/TypeLevel.dyn_o ) [ 5 of 66] Compiling Optics.Internal.Generic.TypeLevel ( src/Optics/Internal/Generic/TypeLevel.hs, dist/build/Optics/Internal/Generic/TypeLevel.o, dist/build/Optics/Internal/Generic/TypeLevel.dyn_o ) [ 6 of 66] Compiling Optics.Internal.Optic.Types ( src/Optics/Internal/Optic/Types.hs, dist/build/Optics/Internal/Optic/Types.o, dist/build/Optics/Internal/Optic/Types.dyn_o ) [ 7 of 66] Compiling Optics.Internal.Optic.Subtyping ( src/Optics/Internal/Optic/Subtyping.hs, dist/build/Optics/Internal/Optic/Subtyping.o, dist/build/Optics/Internal/Optic/Subtyping.dyn_o ) [ 8 of 66] Compiling Optics.Internal.Optic ( src/Optics/Internal/Optic.hs, dist/build/Optics/Internal/Optic.o, dist/build/Optics/Internal/Optic.dyn_o ) [ 9 of 66] Compiling Optics.Internal.IxSetter ( src/Optics/Internal/IxSetter.hs, dist/build/Optics/Internal/IxSetter.o, dist/build/Optics/Internal/IxSetter.dyn_o ) [10 of 66] Compiling Optics.Internal.Indexed ( src/Optics/Internal/Indexed.hs, dist/build/Optics/Internal/Indexed.o, dist/build/Optics/Internal/Indexed.dyn_o ) [11 of 66] Compiling Optics.Internal.Fold ( src/Optics/Internal/Fold.hs, dist/build/Optics/Internal/Fold.o, dist/build/Optics/Internal/Fold.dyn_o ) [12 of 66] Compiling Optics.Internal.IxFold ( src/Optics/Internal/IxFold.hs, dist/build/Optics/Internal/IxFold.o, dist/build/Optics/Internal/IxFold.dyn_o ) [13 of 66] Compiling Optics.Getter ( src/Optics/Getter.hs, dist/build/Optics/Getter.o, dist/build/Optics/Getter.dyn_o ) [14 of 66] Compiling Optics.Coerce ( src/Optics/Coerce.hs, dist/build/Optics/Coerce.o, dist/build/Optics/Coerce.dyn_o ) [15 of 66] Compiling Optics.AffineTraversal ( src/Optics/AffineTraversal.hs, dist/build/Optics/AffineTraversal.o, dist/build/Optics/AffineTraversal.dyn_o ) [16 of 66] Compiling Data.Typeable.Optics ( src/Data/Typeable/Optics.hs, dist/build/Data/Typeable/Optics.o, dist/build/Data/Typeable/Optics.dyn_o ) [17 of 66] Compiling Optics.AffineFold ( src/Optics/AffineFold.hs, dist/build/Optics/AffineFold.o, dist/build/Optics/AffineFold.dyn_o ) [18 of 66] Compiling Optics.Internal.Setter ( src/Optics/Internal/Setter.hs, dist/build/Optics/Internal/Setter.o, dist/build/Optics/Internal/Setter.dyn_o ) [19 of 66] Compiling Optics.Internal.IxTraversal ( src/Optics/Internal/IxTraversal.hs, dist/build/Optics/Internal/IxTraversal.o, dist/build/Optics/Internal/IxTraversal.dyn_o ) [20 of 66] Compiling Optics.Internal.Traversal ( src/Optics/Internal/Traversal.hs, dist/build/Optics/Internal/Traversal.o, dist/build/Optics/Internal/Traversal.dyn_o ) [21 of 66] Compiling Optics.Internal.Utils ( src/Optics/Internal/Utils.hs, dist/build/Optics/Internal/Utils.o, dist/build/Optics/Internal/Utils.dyn_o ) [22 of 66] Compiling Optics.Fold ( src/Optics/Fold.hs, dist/build/Optics/Fold.o, dist/build/Optics/Fold.dyn_o ) [23 of 66] Compiling Optics.IxAffineFold ( src/Optics/IxAffineFold.hs, dist/build/Optics/IxAffineFold.o, dist/build/Optics/IxAffineFold.dyn_o ) [24 of 66] Compiling Optics.IxAffineTraversal ( src/Optics/IxAffineTraversal.hs, dist/build/Optics/IxAffineTraversal.o, dist/build/Optics/IxAffineTraversal.dyn_o ) [25 of 66] Compiling Optics.IxFold ( src/Optics/IxFold.hs, dist/build/Optics/IxFold.o, dist/build/Optics/IxFold.dyn_o ) [26 of 66] Compiling Optics.IxGetter ( src/Optics/IxGetter.hs, dist/build/Optics/IxGetter.o, dist/build/Optics/IxGetter.dyn_o ) [27 of 66] Compiling Optics.IxLens ( src/Optics/IxLens.hs, dist/build/Optics/IxLens.o, dist/build/Optics/IxLens.dyn_o ) [28 of 66] Compiling Optics.IxSetter ( src/Optics/IxSetter.hs, dist/build/Optics/IxSetter.o, dist/build/Optics/IxSetter.dyn_o ) [29 of 66] Compiling Optics.Lens ( src/Optics/Lens.hs, dist/build/Optics/Lens.o, dist/build/Optics/Lens.dyn_o ) [30 of 66] Compiling Data.Tree.Optics ( src/Data/Tree/Optics.hs, dist/build/Data/Tree/Optics.o, dist/build/Data/Tree/Optics.dyn_o ) [31 of 66] Compiling Optics.Optic ( src/Optics/Optic.hs, dist/build/Optics/Optic.o, dist/build/Optics/Optic.dyn_o ) [32 of 66] Compiling Optics.Core.Extras ( src/Optics/Core/Extras.hs, dist/build/Optics/Core/Extras.o, dist/build/Optics/Core/Extras.dyn_o ) [33 of 66] Compiling Data.Map.Optics ( src/Data/Map/Optics.hs, dist/build/Data/Map/Optics.o, dist/build/Data/Map/Optics.dyn_o ) [34 of 66] Compiling Data.IntMap.Optics ( src/Data/IntMap/Optics.hs, dist/build/Data/IntMap/Optics.o, dist/build/Data/IntMap/Optics.dyn_o ) [35 of 66] Compiling Optics.Prism ( src/Optics/Prism.hs, dist/build/Optics/Prism.o, dist/build/Optics/Prism.dyn_o ) [36 of 66] Compiling Data.Maybe.Optics ( src/Data/Maybe/Optics.hs, dist/build/Data/Maybe/Optics.o, dist/build/Data/Maybe/Optics.dyn_o ) [37 of 66] Compiling Data.List.Optics ( src/Data/List/Optics.hs, dist/build/Data/List/Optics.o, dist/build/Data/List/Optics.dyn_o ) [38 of 66] Compiling Data.Either.Optics ( src/Data/Either/Optics.hs, dist/build/Data/Either/Optics.o, dist/build/Data/Either/Optics.dyn_o ) [39 of 66] Compiling Optics.Re ( src/Optics/Re.hs, dist/build/Optics/Re.o, dist/build/Optics/Re.dyn_o ) [40 of 66] Compiling Optics.ReadOnly ( src/Optics/ReadOnly.hs, dist/build/Optics/ReadOnly.o, dist/build/Optics/ReadOnly.dyn_o ) [41 of 66] Compiling Optics.ReversedLens ( src/Optics/ReversedLens.hs, dist/build/Optics/ReversedLens.o, dist/build/Optics/ReversedLens.dyn_o ) [42 of 66] Compiling Optics.ReversedPrism ( src/Optics/ReversedPrism.hs, dist/build/Optics/ReversedPrism.o, dist/build/Optics/ReversedPrism.dyn_o ) [43 of 66] Compiling Optics.Review ( src/Optics/Review.hs, dist/build/Optics/Review.o, dist/build/Optics/Review.dyn_o ) [44 of 66] Compiling Optics.Iso ( src/Optics/Iso.hs, dist/build/Optics/Iso.o, dist/build/Optics/Iso.dyn_o ) [45 of 66] Compiling Optics.Mapping ( src/Optics/Mapping.hs, dist/build/Optics/Mapping.o, dist/build/Optics/Mapping.dyn_o ) [46 of 66] Compiling Optics.Empty.Core ( src/Optics/Empty/Core.hs, dist/build/Optics/Empty/Core.o, dist/build/Optics/Empty/Core.dyn_o ) [47 of 66] Compiling Optics.Setter ( src/Optics/Setter.hs, dist/build/Optics/Setter.o, dist/build/Optics/Setter.dyn_o ) [48 of 66] Compiling Optics.Operators ( src/Optics/Operators.hs, dist/build/Optics/Operators.o, dist/build/Optics/Operators.dyn_o ) [49 of 66] Compiling Optics.Operators.Unsafe ( src/Optics/Operators/Unsafe.hs, dist/build/Optics/Operators/Unsafe.o, dist/build/Optics/Operators/Unsafe.dyn_o ) [50 of 66] Compiling Optics.At.Core ( src/Optics/At/Core.hs, dist/build/Optics/At/Core.o, dist/build/Optics/At/Core.dyn_o ) [51 of 66] Compiling Optics.Arrow ( src/Optics/Arrow.hs, dist/build/Optics/Arrow.o, dist/build/Optics/Arrow.dyn_o ) [52 of 66] Compiling Data.Set.Optics ( src/Data/Set/Optics.hs, dist/build/Data/Set/Optics.o, dist/build/Data/Set/Optics.dyn_o ) [53 of 66] Compiling Data.IntSet.Optics ( src/Data/IntSet/Optics.hs, dist/build/Data/IntSet/Optics.o, dist/build/Data/IntSet/Optics.dyn_o ) [54 of 66] Compiling Optics.Traversal ( src/Optics/Traversal.hs, dist/build/Optics/Traversal.o, dist/build/Optics/Traversal.dyn_o ) [55 of 66] Compiling Optics.IxTraversal ( src/Optics/IxTraversal.hs, dist/build/Optics/IxTraversal.o, dist/build/Optics/IxTraversal.dyn_o ) [56 of 66] Compiling Optics.Each.Core ( src/Optics/Each/Core.hs, dist/build/Optics/Each/Core.o, dist/build/Optics/Each/Core.dyn_o ) [57 of 66] Compiling Optics.Internal.Generic ( src/Optics/Internal/Generic.hs, dist/build/Optics/Internal/Generic.o, dist/build/Optics/Internal/Generic.dyn_o ) [58 of 66] Compiling Optics.Label ( src/Optics/Label.hs, dist/build/Optics/Label.o, dist/build/Optics/Label.dyn_o ) [59 of 66] Compiling GHC.Generics.Optics ( src/GHC/Generics/Optics.hs, dist/build/GHC/Generics/Optics.o, dist/build/GHC/Generics/Optics.dyn_o ) [60 of 66] Compiling Optics.Indexed.Core ( src/Optics/Indexed/Core.hs, dist/build/Optics/Indexed/Core.o, dist/build/Optics/Indexed/Core.dyn_o ) [61 of 66] Compiling Optics.Generic ( src/Optics/Generic.hs, dist/build/Optics/Generic.o, dist/build/Optics/Generic.dyn_o ) [62 of 66] Compiling Data.Tuple.Optics ( src/Data/Tuple/Optics.hs, dist/build/Data/Tuple/Optics.o, dist/build/Data/Tuple/Optics.dyn_o ) [63 of 66] Compiling Optics.Cons.Core ( src/Optics/Cons/Core.hs, dist/build/Optics/Cons/Core.o, dist/build/Optics/Cons/Core.dyn_o ) [64 of 66] Compiling Numeric.Optics ( src/Numeric/Optics.hs, dist/build/Numeric/Optics.o, dist/build/Numeric/Optics.dyn_o ) [65 of 66] Compiling Optics.Core ( src/Optics/Core.hs, dist/build/Optics/Core.o, dist/build/Optics/Core.dyn_o ) [66 of 66] Compiling Data.Sequence.Optics ( src/Data/Sequence/Optics.hs, dist/build/Data/Sequence/Optics.o, dist/build/Data/Sequence/Optics.dyn_o ) Preprocessing library for optics-core-0.4.1.1.. Running Haddock on library for optics-core-0.4.1.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. src/Optics/At/Core.hs:2:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 2 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ src/Optics/Label.hs:4:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 4 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ src/Optics/ReadOnly.hs:2:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 2 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ src/Optics/Internal/Indexed.hs:2:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 2 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ src/Optics/Internal/Optic.hs:2:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 2 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ src/Optics/Internal/Optic/Subtyping.hs:3:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 3 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ src/Optics/Internal/Optic/TypeLevel.hs:3:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 3 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ src/Optics/Internal/Optic/Types.hs:2:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 2 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ [ 1 of 66] Compiling Optics.Internal.Bi ( src/Optics/Internal/Bi.hs, nothing ) [ 2 of 66] Compiling Optics.Internal.Indexed.Classes ( src/Optics/Internal/Indexed/Classes.hs, nothing ) [ 3 of 66] Compiling Optics.Internal.Magic ( src/Optics/Internal/Magic.hs, nothing ) [ 4 of 66] Compiling Optics.Internal.Optic.TypeLevel ( src/Optics/Internal/Optic/TypeLevel.hs, nothing ) [ 5 of 66] Compiling Optics.Internal.Generic.TypeLevel ( src/Optics/Internal/Generic/TypeLevel.hs, nothing ) [ 6 of 66] Compiling Optics.Internal.Optic.Types ( src/Optics/Internal/Optic/Types.hs, nothing ) [ 7 of 66] Compiling Optics.Internal.Optic.Subtyping ( src/Optics/Internal/Optic/Subtyping.hs, nothing ) [ 8 of 66] Compiling Optics.Internal.Optic ( src/Optics/Internal/Optic.hs, nothing ) [ 9 of 66] Compiling Optics.Internal.IxSetter ( src/Optics/Internal/IxSetter.hs, nothing ) [10 of 66] Compiling Optics.Internal.Indexed ( src/Optics/Internal/Indexed.hs, nothing ) [11 of 66] Compiling Optics.Internal.Fold ( src/Optics/Internal/Fold.hs, nothing ) [12 of 66] Compiling Optics.Internal.IxFold ( src/Optics/Internal/IxFold.hs, nothing ) [13 of 66] Compiling Optics.Getter ( src/Optics/Getter.hs, nothing ) [14 of 66] Compiling Optics.Coerce ( src/Optics/Coerce.hs, nothing ) [15 of 66] Compiling Optics.AffineTraversal ( src/Optics/AffineTraversal.hs, nothing ) [16 of 66] Compiling Data.Typeable.Optics ( src/Data/Typeable/Optics.hs, nothing ) [17 of 66] Compiling Optics.AffineFold ( src/Optics/AffineFold.hs, nothing ) [18 of 66] Compiling Optics.Internal.Setter ( src/Optics/Internal/Setter.hs, nothing ) [19 of 66] Compiling Optics.Internal.IxTraversal ( src/Optics/Internal/IxTraversal.hs, nothing ) [20 of 66] Compiling Optics.Internal.Traversal ( src/Optics/Internal/Traversal.hs, nothing ) [21 of 66] Compiling Optics.Internal.Utils ( src/Optics/Internal/Utils.hs, nothing ) [22 of 66] Compiling Optics.Fold ( src/Optics/Fold.hs, nothing ) [23 of 66] Compiling Optics.IxAffineFold ( src/Optics/IxAffineFold.hs, nothing ) [24 of 66] Compiling Optics.IxAffineTraversal ( src/Optics/IxAffineTraversal.hs, nothing ) [25 of 66] Compiling Optics.IxFold ( src/Optics/IxFold.hs, nothing ) [26 of 66] Compiling Optics.IxGetter ( src/Optics/IxGetter.hs, nothing ) [27 of 66] Compiling Optics.IxLens ( src/Optics/IxLens.hs, nothing ) [28 of 66] Compiling Optics.IxSetter ( src/Optics/IxSetter.hs, nothing ) [29 of 66] Compiling Optics.Lens ( src/Optics/Lens.hs, nothing ) [30 of 66] Compiling Data.Tree.Optics ( src/Data/Tree/Optics.hs, nothing ) [31 of 66] Compiling Optics.Optic ( src/Optics/Optic.hs, nothing ) [32 of 66] Compiling Optics.Core.Extras ( src/Optics/Core/Extras.hs, nothing ) [33 of 66] Compiling Data.Map.Optics ( src/Data/Map/Optics.hs, nothing ) [34 of 66] Compiling Data.IntMap.Optics ( src/Data/IntMap/Optics.hs, nothing ) [35 of 66] Compiling Optics.Prism ( src/Optics/Prism.hs, nothing ) [36 of 66] Compiling Data.Maybe.Optics ( src/Data/Maybe/Optics.hs, nothing ) [37 of 66] Compiling Data.List.Optics ( src/Data/List/Optics.hs, nothing ) [38 of 66] Compiling Data.Either.Optics ( src/Data/Either/Optics.hs, nothing ) [39 of 66] Compiling Optics.Re ( src/Optics/Re.hs, nothing ) [40 of 66] Compiling Optics.ReadOnly ( src/Optics/ReadOnly.hs, nothing ) [41 of 66] Compiling Optics.ReversedLens ( src/Optics/ReversedLens.hs, nothing ) [42 of 66] Compiling Optics.ReversedPrism ( src/Optics/ReversedPrism.hs, nothing ) [43 of 66] Compiling Optics.Review ( src/Optics/Review.hs, nothing ) [44 of 66] Compiling Optics.Iso ( src/Optics/Iso.hs, nothing ) [45 of 66] Compiling Optics.Mapping ( src/Optics/Mapping.hs, nothing ) [46 of 66] Compiling Optics.Empty.Core ( src/Optics/Empty/Core.hs, nothing ) [47 of 66] Compiling Optics.Setter ( src/Optics/Setter.hs, nothing ) [48 of 66] Compiling Optics.Operators ( src/Optics/Operators.hs, nothing ) [49 of 66] Compiling Optics.Operators.Unsafe ( src/Optics/Operators/Unsafe.hs, nothing ) [50 of 66] Compiling Optics.At.Core ( src/Optics/At/Core.hs, nothing ) [51 of 66] Compiling Optics.Arrow ( src/Optics/Arrow.hs, nothing ) [52 of 66] Compiling Data.Set.Optics ( src/Data/Set/Optics.hs, nothing ) [53 of 66] Compiling Data.IntSet.Optics ( src/Data/IntSet/Optics.hs, nothing ) [54 of 66] Compiling Optics.Traversal ( src/Optics/Traversal.hs, nothing ) [55 of 66] Compiling Optics.IxTraversal ( src/Optics/IxTraversal.hs, nothing ) [56 of 66] Compiling Optics.Each.Core ( src/Optics/Each/Core.hs, nothing ) [57 of 66] Compiling Optics.Internal.Generic ( src/Optics/Internal/Generic.hs, nothing ) [58 of 66] Compiling Optics.Label ( src/Optics/Label.hs, nothing ) [59 of 66] Compiling GHC.Generics.Optics ( src/GHC/Generics/Optics.hs, nothing ) [60 of 66] Compiling Optics.Indexed.Core ( src/Optics/Indexed/Core.hs, nothing ) [61 of 66] Compiling Optics.Generic ( src/Optics/Generic.hs, nothing ) [62 of 66] Compiling Data.Tuple.Optics ( src/Data/Tuple/Optics.hs, nothing ) [63 of 66] Compiling Optics.Cons.Core ( src/Optics/Cons/Core.hs, nothing ) [64 of 66] Compiling Numeric.Optics ( src/Numeric/Optics.hs, nothing ) [65 of 66] Compiling Optics.Core ( src/Optics/Core.hs, nothing ) [66 of 66] Compiling Data.Sequence.Optics ( src/Data/Sequence/Optics.hs, nothing ) Haddock coverage: 100% ( 5 / 5) in 'Optics.Internal.Bi' 100% ( 4 / 4) in 'Optics.Internal.Indexed.Classes' 66% ( 2 / 3) in 'Optics.Internal.Magic' Missing documentation for: TypeInferenceLoop (src/Optics/Internal/Magic.hs:25) 68% ( 17 / 25) in 'Optics.Internal.Optic.TypeLevel' Missing documentation for: ShowSymbolWithOrigin (src/Optics/Internal/Optic/TypeLevel.hs:28) ShowSymbolsWithOrigin (src/Optics/Internal/Optic/TypeLevel.hs:35) ShowOperators (src/Optics/Internal/Optic/TypeLevel.hs:41) AppendEliminations (src/Optics/Internal/Optic/TypeLevel.hs:47) ShowEliminations (src/Optics/Internal/Optic/TypeLevel.hs:51) FromRight (src/Optics/Internal/Optic/TypeLevel.hs:134) IsLeft (src/Optics/Internal/Optic/TypeLevel.hs:138) ToOrdinal (src/Optics/Internal/Optic/TypeLevel.hs:168) 85% ( 12 / 14) in 'Optics.Internal.Generic.TypeLevel' Missing documentation for: Path (src/Optics/Internal/Generic/TypeLevel.hs:39) NoGenericError (src/Optics/Internal/Generic/TypeLevel.hs:128) 100% ( 15 / 15) in 'Optics.Internal.Optic.Types' 21% ( 3 / 14) in 'Optics.Internal.Optic.Subtyping' Missing documentation for: EliminationForms (src/Optics/Internal/Optic/Subtyping.hs:42) AffineFoldEliminations (src/Optics/Internal/Optic/Subtyping.hs:56) AffineTraversalEliminations (src/Optics/Internal/Optic/Subtyping.hs:59) FoldEliminations (src/Optics/Internal/Optic/Subtyping.hs:62) GetterEliminations (src/Optics/Internal/Optic/Subtyping.hs:68) IsoEliminations (src/Optics/Internal/Optic/Subtyping.hs:71) LensEliminations (src/Optics/Internal/Optic/Subtyping.hs:75) PrismEliminations (src/Optics/Internal/Optic/Subtyping.hs:78) ReviewEliminations (src/Optics/Internal/Optic/Subtyping.hs:82) SetterEliminations (src/Optics/Internal/Optic/Subtyping.hs:85) TraversalEliminations (src/Optics/Internal/Optic/Subtyping.hs:90) Warning: 'Optic' is ambiguous. It is defined * at src/Optics/Internal/Optic.hs:54:5 * at src/Optics/Internal/Optic.hs:53: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/Optics/Internal/Optic.hs:53:1 100% ( 14 / 14) in 'Optics.Internal.Optic' 100% ( 2 / 2) in 'Optics.Internal.IxSetter' 60% ( 6 / 10) in 'Optics.Internal.Indexed' Missing documentation for: ShowTypes (src/Optics/Internal/Indexed.hs:96) IntT (src/Optics/Internal/Indexed.hs:103) unIntT (src/Optics/Internal/Indexed.hs:106) Indexing (src/Optics/Internal/Indexed.hs:108) 100% ( 8 / 8) in 'Optics.Internal.Fold' 100% ( 4 / 4) in 'Optics.Internal.IxFold' Warning: 'Optic' is ambiguous. It is defined * at src/Optics/Internal/Optic.hs:54:5 * at src/Optics/Internal/Optic.hs:53: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/Optics/Internal/Optic.hs:53:1 100% ( 15 / 15) in 'Optics.Getter' Warning: 'Optic' is ambiguous. It is defined * at src/Optics/Internal/Optic.hs:54:5 * at src/Optics/Internal/Optic.hs:53: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/Optics/Internal/Optic.hs:53:1 100% ( 5 / 5) in 'Optics.Coerce' 100% ( 24 / 24) in 'Optics.AffineTraversal' 100% ( 3 / 3) in 'Data.Typeable.Optics' Warning: 'traverse_' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 22 / 22) in 'Optics.AffineFold' 100% ( 2 / 2) in 'Optics.Internal.Setter' 100% ( 2 / 2) in 'Optics.Internal.IxTraversal' 100% ( 2 / 2) in 'Optics.Internal.Traversal' Warning: 'OrT' is ambiguous. It is defined * at src/Optics/Internal/Utils.hs:80:16 * at src/Optics/Internal/Utils.hs:80: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/Optics/Internal/Utils.hs:80:1 72% ( 8 / 11) in 'Optics.Internal.Utils' Missing documentation for: Identity' (src/Optics/Internal/Utils.hs:29) unwrapIdentity' (src/Optics/Internal/Utils.hs:57) runTraversed (src/Optics/Internal/Utils.hs:68) Warning: 'Product' is ambiguous. It is defined * in Data.Semigroup.Internal * in Data.Semigroup.Internal 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.Semigroup.Internal Warning: 'Sum' is ambiguous. It is defined * in Data.Semigroup.Internal * in Data.Semigroup.Internal 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.Semigroup.Internal 100% ( 59 / 59) in 'Optics.Fold' Warning: 'itraverse_' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'aifoldVL' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'aitraverseOf_' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 21 / 21) in 'Optics.IxAffineFold' 100% ( 19 / 19) in 'Optics.IxAffineTraversal' 100% ( 37 / 37) in 'Optics.IxFold' 100% ( 11 / 11) in 'Optics.IxGetter' Warning: '_1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '_2' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'itraversed' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'IxTraversal' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 21 / 21) in 'Optics.IxLens' 100% ( 22 / 22) in 'Optics.IxSetter' 100% ( 29 / 29) in 'Optics.Lens' 100% ( 3 / 3) in 'Data.Tree.Optics' Warning: 'Optic' is ambiguous. It is defined * at src/Optics/Internal/Optic.hs:54:5 * at src/Optics/Internal/Optic.hs:53: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/Optics/Internal/Optic.hs:53:1 100% ( 29 / 29) in 'Optics.Optic' 50% ( 1 / 2) in 'Optics.Core.Extras' Missing documentation for: Module header 100% ( 6 / 6) in 'Data.Map.Optics' 100% ( 6 / 6) in 'Data.IntMap.Optics' 100% ( 26 / 26) in 'Optics.Prism' 100% ( 4 / 4) in 'Data.Maybe.Optics' 100% ( 3 / 3) in 'Data.List.Optics' 100% ( 3 / 3) in 'Data.Either.Optics' 100% ( 2 / 2) in 'Optics.Re' Warning: 'Optic' is ambiguous. It is defined * at src/Optics/Internal/Optic.hs:54:5 * at src/Optics/Internal/Optic.hs:53: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/Optics/Internal/Optic.hs:53:1 100% ( 2 / 2) in 'Optics.ReadOnly' 100% ( 13 / 13) in 'Optics.ReversedLens' 100% ( 13 / 13) in 'Optics.ReversedPrism' 100% ( 12 / 12) in 'Optics.Review' 100% ( 35 / 35) in 'Optics.Iso' 100% ( 2 / 2) in 'Optics.Mapping' 100% ( 3 / 3) in 'Optics.Empty.Core' Warning: 'universeOf' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '<|>' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 24 / 24) in 'Optics.Setter' 100% ( 11 / 11) in 'Optics.Operators' 100% ( 2 / 2) in 'Optics.Operators.Unsafe' Warning: 'Array' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'A_Traversal' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '//' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 13 / 13) in 'Optics.At.Core' 66% ( 2 / 3) in 'Optics.Arrow' Missing documentation for: ArrowOptic (src/Optics/Arrow.hs:68) 100% ( 3 / 3) in 'Data.Set.Optics' 100% ( 4 / 4) in 'Data.IntSet.Optics' 100% ( 41 / 41) in 'Optics.Traversal' 100% ( 44 / 44) in 'Optics.IxTraversal' 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 100% ( 3 / 3) in 'Optics.Each.Core' 26% ( 8 / 30) in 'Optics.Internal.Generic' Missing documentation for: Module header _V1 (src/Optics/Internal/Generic.hs:70) _U1 (src/Optics/Internal/Generic.hs:73) _Par1 (src/Optics/Internal/Generic.hs:76) _Rec1 (src/Optics/Internal/Generic.hs:79) _K1 (src/Optics/Internal/Generic.hs:82) _M1 (src/Optics/Internal/Generic.hs:85) _L1 (src/Optics/Internal/Generic.hs:88) _R1 (src/Optics/Internal/Generic.hs:94) GFieldImpl (src/Optics/Internal/Generic.hs:102) GSetFieldSum (src/Optics/Internal/Generic.hs:121) GSetFieldProd (src/Optics/Internal/Generic.hs:152) GAffineFieldImpl (src/Optics/Internal/Generic.hs:190) GAffineFieldSum (src/Optics/Internal/Generic.hs:218) GFieldProd (src/Optics/Internal/Generic.hs:254) GPositionImpl (src/Optics/Internal/Generic.hs:295) GPositionSum (src/Optics/Internal/Generic.hs:320) GConstructorImpl (src/Optics/Internal/Generic.hs:362) GConstructorSum (src/Optics/Internal/Generic.hs:388) GConstructorTuple (src/Optics/Internal/Generic.hs:430) GPlateImpl (src/Optics/Internal/Generic.hs:514) GPlateInner (src/Optics/Internal/Generic.hs:545) Warning: 'GenericLabelOptic' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 19 / 19) in 'Optics.Label' 27% ( 3 / 11) in 'GHC.Generics.Optics' Missing documentation for: _V1 (src/Optics/Internal/Generic.hs:70) _U1 (src/Optics/Internal/Generic.hs:73) _Par1 (src/Optics/Internal/Generic.hs:76) _Rec1 (src/Optics/Internal/Generic.hs:79) _K1 (src/Optics/Internal/Generic.hs:82) _M1 (src/Optics/Internal/Generic.hs:85) _L1 (src/Optics/Internal/Generic.hs:88) _R1 (src/Optics/Internal/Generic.hs:94) 100% ( 33 / 33) in 'Optics.Indexed.Core' 100% ( 10 / 10) in 'Optics.Generic' Warning: 'Generic' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 21 / 21) in 'Data.Tuple.Optics' 100% ( 17 / 17) in 'Optics.Cons.Core' 100% ( 16 / 16) in 'Numeric.Optics' 100% ( 43 / 43) in 'Optics.Core' Warning: 'viewl' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'viewr' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 7 / 7) in 'Data.Sequence.Optics' Warning: Optics.Internal.Generic.TypeLevel: could not find link destinations for: - Optics.Internal.Generic.TypeLevel.Void1 - Optics.Internal.Generic.TypeLevel.ContinueWhenLeft Warning: Optics.Internal.Optic.Types: could not find link destinations for: - Optics.Re.D:R:ReversedOpticA_Review - Optics.Re.D:R:ReversedOpticA_Getter - Optics.Re.D:R:ReversedOpticA_ReversedLens - Optics.Re.D:R:ReversedOpticA_Lens - Optics.Re.D:R:ReversedOpticA_ReversedPrism - Optics.Re.D:R:ReversedOpticA_Prism - Optics.Re.D:R:ReversedOpticAn_Iso - Optics.ReadOnly.D:R:ReadOnlyOpticA_Fold - Optics.ReadOnly.D:R:ReadOnlyOpticAn_AffineFold - Optics.ReadOnly.D:R:ReadOnlyOpticA_Getter - Optics.ReadOnly.D:R:ReadOnlyOpticA_ReversedPrism - Optics.ReadOnly.D:R:ReadOnlyOpticA_Traversal - Optics.ReadOnly.D:R:ReadOnlyOpticAn_AffineTraversal - Optics.ReadOnly.D:R:ReadOnlyOpticA_Prism - Optics.ReadOnly.D:R:ReadOnlyOpticA_Lens - Optics.ReadOnly.D:R:ReadOnlyOpticAn_Iso - Optics.Mapping.D:R:MappedOpticA_ReversedLens - Optics.Mapping.D:R:MappedOpticA_Prism - Optics.Mapping.D:R:MappedOpticA_Review - Optics.Mapping.D:R:MappedOpticA_Lens - Optics.Mapping.D:R:MappedOpticA_ReversedPrism - Optics.Mapping.D:R:MappedOpticA_Getter - Optics.Mapping.D:R:MappedOpticAn_Iso Warning: Optics.Getter: could not find link destinations for: - Optics.Re.D:R:ReversedOpticA_Getter - Optics.ReadOnly.D:R:ReadOnlyOpticA_Getter - Optics.Mapping.D:R:MappedOpticA_Getter Warning: Optics.AffineTraversal: could not find link destinations for: - Optics.ReadOnly.D:R:ReadOnlyOpticAn_AffineTraversal Warning: Optics.AffineFold: could not find link destinations for: - Optics.ReadOnly.D:R:ReadOnlyOpticAn_AffineFold Warning: Optics.Fold: could not find link destinations for: - Optics.ReadOnly.D:R:ReadOnlyOpticA_Fold Warning: Optics.IxAffineFold: could not find link destinations for: - Optics.ReadOnly.D:R:ReadOnlyOpticAn_AffineFold Warning: Optics.IxAffineTraversal: could not find link destinations for: - Optics.ReadOnly.D:R:ReadOnlyOpticAn_AffineTraversal Warning: Optics.IxFold: could not find link destinations for: - Optics.ReadOnly.D:R:ReadOnlyOpticA_Fold Warning: Optics.IxGetter: could not find link destinations for: - Optics.Re.D:R:ReversedOpticA_Getter - Optics.ReadOnly.D:R:ReadOnlyOpticA_Getter - Optics.Mapping.D:R:MappedOpticA_Getter Warning: Optics.IxLens: could not find link destinations for: - Optics.Re.D:R:ReversedOpticA_Lens - Optics.ReadOnly.D:R:ReadOnlyOpticA_Lens - Optics.Mapping.D:R:MappedOpticA_Lens Warning: Optics.Lens: could not find link destinations for: - Optics.Re.D:R:ReversedOpticA_Lens - Optics.ReadOnly.D:R:ReadOnlyOpticA_Lens - Optics.Mapping.D:R:MappedOpticA_Lens Warning: Optics.Prism: could not find link destinations for: - Optics.Re.D:R:ReversedOpticA_Prism - Optics.ReadOnly.D:R:ReadOnlyOpticA_Prism - Optics.Mapping.D:R:MappedOpticA_Prism Warning: Optics.Re: could not find link destinations for: - Optics.Re.D:R:ReversedOpticA_Review - Optics.Re.D:R:ReversedOpticA_Getter - Optics.Re.D:R:ReversedOpticA_ReversedLens - Optics.Re.D:R:ReversedOpticA_Lens - Optics.Re.D:R:ReversedOpticA_ReversedPrism - Optics.Re.D:R:ReversedOpticA_Prism - Optics.Re.D:R:ReversedOpticAn_Iso Warning: Optics.ReadOnly: could not find link destinations for: - Optics.ReadOnly.D:R:ReadOnlyOpticA_Fold - Optics.ReadOnly.D:R:ReadOnlyOpticAn_AffineFold - Optics.ReadOnly.D:R:ReadOnlyOpticA_Getter - Optics.ReadOnly.D:R:ReadOnlyOpticA_ReversedPrism - Optics.ReadOnly.D:R:ReadOnlyOpticA_Traversal - Optics.ReadOnly.D:R:ReadOnlyOpticAn_AffineTraversal - Optics.ReadOnly.D:R:ReadOnlyOpticA_Prism - Optics.ReadOnly.D:R:ReadOnlyOpticA_Lens - Optics.ReadOnly.D:R:ReadOnlyOpticAn_Iso Warning: Optics.ReversedLens: could not find link destinations for: - Optics.Re.D:R:ReversedOpticA_ReversedLens - Optics.Mapping.D:R:MappedOpticA_ReversedLens Warning: Optics.ReversedPrism: could not find link destinations for: - Optics.Re.D:R:ReversedOpticA_ReversedPrism - Optics.ReadOnly.D:R:ReadOnlyOpticA_ReversedPrism - Optics.Mapping.D:R:MappedOpticA_ReversedPrism Warning: Optics.Review: could not find link destinations for: - Optics.Re.D:R:ReversedOpticA_Review - Optics.Mapping.D:R:MappedOpticA_Review Warning: Optics.Iso: could not find link destinations for: - Optics.Re.D:R:ReversedOpticAn_Iso - Optics.ReadOnly.D:R:ReadOnlyOpticAn_Iso - Optics.Mapping.D:R:MappedOpticAn_Iso Warning: Optics.Mapping: could not find link destinations for: - Optics.Mapping.D:R:MappedOpticA_ReversedLens - Optics.Mapping.D:R:MappedOpticA_Prism - Optics.Mapping.D:R:MappedOpticA_Review - Optics.Mapping.D:R:MappedOpticA_Lens - Optics.Mapping.D:R:MappedOpticA_ReversedPrism - Optics.Mapping.D:R:MappedOpticA_Getter - Optics.Mapping.D:R:MappedOpticAn_Iso Warning: Optics.At.Core: could not find link destinations for: - Optics.At.Core.R:IxKindTuple9 - Optics.At.Core.R:IxKindTuple8 - Optics.At.Core.R:IxKindTuple7 - Optics.At.Core.R:IxKindTuple6 - Optics.At.Core.R:IxKindTuple5 - Optics.At.Core.R:IxKindTuple4 - Optics.At.Core.R:IxKindTuple3 - Optics.At.Core.R:IxKindTuple2 - Optics.At.Core.R:IxKindUArray - Optics.At.Core.R:IxKindArray - Optics.At.Core.R:IxKindIntSet - Optics.At.Core.R:IxKindSet - Optics.At.Core.R:IxKindMap - Optics.At.Core.R:IxKindIntMap - Optics.At.Core.R:IxKindSeq - Optics.At.Core.R:IxKindTree - Optics.At.Core.D:R:IxKindIdentity - Optics.At.Core.R:IxKindNonEmpty - Optics.At.Core.R:IxKindList - Optics.At.Core.R:IxKindMaybe - Optics.At.Core.D:R:IxKindFUN Warning: Optics.Traversal: could not find link destinations for: - Optics.ReadOnly.D:R:ReadOnlyOpticA_Traversal Warning: Optics.IxTraversal: could not find link destinations for: - Optics.ReadOnly.D:R:ReadOnlyOpticA_Traversal Warning: Optics.Internal.Generic: could not find link destinations for: - Optics.Internal.Generic.GPositionPath - Optics.Internal.Generic.GAffineFieldMaybe - Optics.Internal.Generic.GSetFieldPath Warning: Optics.Label: could not find link destinations for: - Optics.Label.GenericLabelOpticContext Warning: Optics.Generic: could not find link destinations for: - Optics.Generic.GPlateContext - Optics.Generic.GConstructorContext - Optics.Generic.GPositionContext - Optics.Generic.GAFieldContext - Optics.Generic.GFieldContext Documentation created: dist/doc/html/optics-core/, dist/doc/html/optics-core/optics-core.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/optics-core-0.4.1.1-LFBAVDYbECCKQzELyTOf33 Completed optics-core-0.4.1.1 Configuring old-time-1.1.0.5... configure: WARNING: unrecognized options: --with-compiler checking for gcc... /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc accepts -g... yes checking for /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc option to enable C11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for sys/time.h... yes checking for sys/time.h... (cached) yes checking for sys/timeb.h... yes checking for time.h... yes checking for ftime... yes checking for gmtime_r... yes checking for localtime_r... yes checking for gettimeofday... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc options needed to detect all undeclared functions... none needed checking for struct tm.tm_zone... yes checking for sys/time.h... (cached) yes checking whether altzone is declared... no configure: creating ./config.status config.status: creating include/HsTimeConfig.h configure: WARNING: unrecognized options: --with-compiler Preprocessing library for old-time-1.1.0.5.. Building library for old-time-1.1.0.5.. [1 of 1] Compiling System.Time ( dist/build/System/Time.hs, dist/build/System/Time.o, dist/build/System/Time.dyn_o ) Preprocessing library for old-time-1.1.0.5.. Running Haddock on library for old-time-1.1.0.5.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling System.Time ( dist/build/System/Time.hs, nothing ) Haddock coverage: Warning: 'CalendarTime' is ambiguous. It is defined * at System/Time.hsc:186:4 * at System/Time.hsc: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 System/Time.hsc:185:1 Warning: 'TimeDiff' is ambiguous. It is defined * at System/Time.hsc:208:4 * at System/Time.hsc:207: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 System/Time.hsc:207:1 95% ( 20 / 21) in 'System.Time' Missing documentation for: getClockTime (System/Time.hsc:248) Documentation created: dist/doc/html/old-time/, dist/doc/html/old-time/old-time.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/old-time-1.1.0.5-C90ycRQdPxMIXikMBTM1Hq Completed old-time-1.1.0.5 Configuring filepath-1.5.5.0... Preprocessing library for filepath-1.5.5.0.. Building library for filepath-1.5.5.0.. [ 1 of 12] Compiling System.FilePath.Posix ( System/FilePath/Posix.hs, dist/build/System/FilePath/Posix.o, dist/build/System/FilePath/Posix.dyn_o ) [ 2 of 12] Compiling System.FilePath ( System/FilePath.hs, dist/build/System/FilePath.o, dist/build/System/FilePath.dyn_o ) [ 3 of 12] Compiling System.FilePath.Windows ( System/FilePath/Windows.hs, dist/build/System/FilePath/Windows.o, dist/build/System/FilePath/Windows.dyn_o ) [ 4 of 12] Compiling System.OsPath.Encoding ( System/OsPath/Encoding.hs, dist/build/System/OsPath/Encoding.o, dist/build/System/OsPath/Encoding.dyn_o ) [ 5 of 12] Compiling System.OsPath.Posix.Internal ( System/OsPath/Posix/Internal.hs, dist/build/System/OsPath/Posix/Internal.o, dist/build/System/OsPath/Posix/Internal.dyn_o ) [ 6 of 12] Compiling System.OsPath.Types ( System/OsPath/Types.hs, dist/build/System/OsPath/Types.o, dist/build/System/OsPath/Types.dyn_o ) [ 7 of 12] Compiling System.OsPath.Posix ( System/OsPath/Posix.hs, dist/build/System/OsPath/Posix.o, dist/build/System/OsPath/Posix.dyn_o ) [ 8 of 12] Compiling System.OsPath[boot] ( System/OsPath.hs-boot, dist/build/System/OsPath.o-boot, dist/build/System/OsPath.dyn_o-boot ) [ 9 of 12] Compiling System.OsPath.Internal ( System/OsPath/Internal.hs, dist/build/System/OsPath/Internal.o, dist/build/System/OsPath/Internal.dyn_o ) [10 of 12] Compiling System.OsPath ( System/OsPath.hs, dist/build/System/OsPath.o, dist/build/System/OsPath.dyn_o ) [11 of 12] Compiling System.OsPath.Windows.Internal ( System/OsPath/Windows/Internal.hs, dist/build/System/OsPath/Windows/Internal.o, dist/build/System/OsPath/Windows/Internal.dyn_o ) [12 of 12] Compiling System.OsPath.Windows ( System/OsPath/Windows.hs, dist/build/System/OsPath/Windows.o, dist/build/System/OsPath/Windows.dyn_o ) Preprocessing library for filepath-1.5.5.0.. Running Haddock on library for filepath-1.5.5.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 12] Compiling System.FilePath.Posix ( System/FilePath/Posix.hs, nothing ) [ 2 of 12] Compiling System.FilePath ( System/FilePath.hs, nothing ) [ 3 of 12] Compiling System.FilePath.Windows ( System/FilePath/Windows.hs, nothing ) [ 4 of 12] Compiling System.OsPath.Encoding ( System/OsPath/Encoding.hs, nothing ) [ 5 of 12] Compiling System.OsPath.Posix.Internal ( System/OsPath/Posix/Internal.hs, nothing ) [ 6 of 12] Compiling System.OsPath.Types ( System/OsPath/Types.hs, nothing ) [ 7 of 12] Compiling System.OsPath.Posix ( System/OsPath/Posix.hs, nothing ) [ 8 of 12] Compiling System.OsPath[boot] ( System/OsPath.hs-boot, nothing ) [ 9 of 12] Compiling System.OsPath.Internal ( System/OsPath/Internal.hs, nothing ) [10 of 12] Compiling System.OsPath ( System/OsPath.hs, nothing ) [11 of 12] Compiling System.OsPath.Windows.Internal ( System/OsPath/Windows/Internal.hs, nothing ) [12 of 12] Compiling System.OsPath.Windows ( System/OsPath/Windows.hs, nothing ) Haddock coverage: Warning: 'FILEPATH' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 61 / 61) in 'System.FilePath.Posix' 100% ( 61 / 61) in 'System.FilePath' Warning: 'FILEPATH' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 61 / 61) in 'System.FilePath.Windows' 39% ( 9 / 23) in 'System.OsPath.Encoding' Missing documentation for: Module header EncodingException showEncodingException ucs2le mkUcs2le ucs2le_DF ucs2le_EF ucs2le_decode ucs2le_encode mkUTF16le_b utf16le_b_DF utf16le_b_EF utf16le_b_decode utf16le_b_encode Warning: 'FilePath' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'FILEPATH' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'try' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 59 / 59) in 'System.OsPath.Posix.Internal' Warning: 'OsString' is ambiguous. It is defined * in System.OsString.Internal.Types * in System.OsString.Internal.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 System.OsString.Internal.Types 76% ( 10 / 13) in 'System.OsPath.Types' Missing documentation for: Module header WindowsChar PosixChar 94% ( 75 / 79) in 'System.OsPath.Posix' Missing documentation for: Module header PosixChar encodeFS (System/OsPath/Common.hs:1463) decodeFS (System/OsPath/Common.hs:1466) Warning: 'setFileSystemEncoding' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unsafePerformIO' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'OsChar' is ambiguous. It is defined * in System.OsString.Internal.Types * in System.OsString.Internal.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 System.OsString.Internal.Types Warning: 'unsafeFromChar' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 91% ( 11 / 12) in 'System.OsPath.Internal' Missing documentation for: Module header Warning: 'ShortByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Word8' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Word16' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'TextEncoding' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 97% ( 77 / 79) in 'System.OsPath' Missing documentation for: encodeFS (System/OsPath/Common.hs:1472) decodeFS (System/OsPath/Common.hs:1479) Warning: 'FilePath' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'FILEPATH' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'try' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 59 / 59) in 'System.OsPath.Windows.Internal' 94% ( 75 / 79) in 'System.OsPath.Windows' Missing documentation for: Module header WindowsChar encodeFS (System/OsPath/Common.hs:1457) decodeFS (System/OsPath/Common.hs:1460) Warning: System.OsPath.Types: could not find link destinations for: - System.OsString.Internal.Types.Rep_OsChar - System.OsString.Internal.Types.Rep_OsString - System.OsString.Internal.Types.Rep_PosixChar - System.OsString.Internal.Types.Rep_PosixString - System.OsString.Internal.Types.Rep_WindowsChar - System.OsString.Internal.Types.Rep_WindowsString Warning: System.OsPath.Posix: could not find link destinations for: - System.OsString.Internal.Types.Rep_PosixChar - System.OsString.Internal.Types.Rep_PosixString Warning: System.OsPath: could not find link destinations for: - System.OsString.Internal.Types.Rep_OsChar - System.OsString.Internal.Types.Rep_OsString Warning: System.OsPath.Windows: could not find link destinations for: - System.OsString.Internal.Types.Rep_WindowsChar - System.OsString.Internal.Types.Rep_WindowsString Documentation created: dist/doc/html/filepath/, dist/doc/html/filepath/filepath.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/filepath-1.5.5.0-4uGkQCywUY374u2djvDS1i Completed filepath-1.5.5.0 Configuring integer-conversion-0.1.1... Preprocessing library for integer-conversion-0.1.1.. Building library for integer-conversion-0.1.1.. [1 of 1] Compiling Data.Integer.Conversion ( src/Data/Integer/Conversion.hs, dist/build/Data/Integer/Conversion.o, dist/build/Data/Integer/Conversion.dyn_o ) Preprocessing library for integer-conversion-0.1.1.. Running Haddock on library for integer-conversion-0.1.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Data.Integer.Conversion ( src/Data/Integer/Conversion.hs, nothing ) Haddock coverage: Warning: 'Text' is ambiguous. It is defined * in Data.Text.Internal * in Data.Text.Internal 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.Text.Internal 100% ( 5 / 5) in 'Data.Integer.Conversion' Documentation created: dist/doc/html/integer-conversion/, dist/doc/html/integer-conversion/integer-conversion.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/integer-conversion-0.1.1-CeDtdfh0tTJCMc72X6KfS8 Completed integer-conversion-0.1.1 Configuring random-1.3.1... Preprocessing library for random-1.3.1.. Building library for random-1.3.1.. [1 of 6] Compiling System.Random.Array ( src/System/Random/Array.hs, dist/build/System/Random/Array.o, dist/build/System/Random/Array.dyn_o ) [2 of 6] Compiling System.Random.GFinite ( src/System/Random/GFinite.hs, dist/build/System/Random/GFinite.o, dist/build/System/Random/GFinite.dyn_o ) [3 of 6] Compiling System.Random.Internal ( src/System/Random/Internal.hs, dist/build/System/Random/Internal.o, dist/build/System/Random/Internal.dyn_o ) [4 of 6] Compiling System.Random.Seed ( src/System/Random/Seed.hs, dist/build/System/Random/Seed.o, dist/build/System/Random/Seed.dyn_o ) [5 of 6] Compiling System.Random ( src/System/Random.hs, dist/build/System/Random.o, dist/build/System/Random.dyn_o ) [6 of 6] Compiling System.Random.Stateful ( src/System/Random/Stateful.hs, dist/build/System/Random/Stateful.o, dist/build/System/Random/Stateful.dyn_o ) Preprocessing library for random-1.3.1.. Running Haddock on library for random-1.3.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 6] Compiling System.Random.Array ( src/System/Random/Array.hs, nothing ) [2 of 6] Compiling System.Random.GFinite ( src/System/Random/GFinite.hs, nothing ) [3 of 6] Compiling System.Random.Internal ( src/System/Random/Internal.hs, nothing ) [4 of 6] Compiling System.Random.Seed ( src/System/Random/Seed.hs, nothing ) [5 of 6] Compiling System.Random ( src/System/Random.hs, nothing ) [6 of 6] Compiling System.Random.Stateful ( src/System/Random/Stateful.hs, nothing ) Haddock coverage: 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 Warning: 'StateGenM' is ambiguous. It is defined * at src/System/Random/Internal.hs:606:20 * at src/System/Random/Internal.hs:606: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/System/Random/Internal.hs:606:1 Warning: 'StateGen' is ambiguous. It is defined * at src/System/Random/Internal.hs:612:22 * at src/System/Random/Internal.hs:612: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/System/Random/Internal.hs:612: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 Warning: 'StdGen' is ambiguous. It is defined * at src/System/Random/Internal.hs:749:18 * at src/System/Random/Internal.hs:749: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/System/Random/Internal.hs:749:1 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: '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 Warning: 'StateT' is ambiguous. It is defined * in Control.Monad.Trans.State.Strict * in Control.Monad.Trans.State.Strict 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 Control.Monad.Trans.State.Strict Warning: 'Seed' is ambiguous. It is defined * at src/System/Random/Internal.hs:134:18 * at src/System/Random/Internal.hs:134: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/System/Random/Internal.hs:134:1 Warning: 'StdGen' is ambiguous. It is defined * at src/System/Random/Internal.hs:749:18 * at src/System/Random/Internal.hs:749: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/System/Random/Internal.hs:749: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 Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'uniformByteStringM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ShortByteString' is ambiguous. It is defined * in Data.ByteString.Short.Internal * in Data.ByteString.Short.Internal 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.ByteString.Short.Internal Warning: 'StdGen' is ambiguous. It is defined * at src/System/Random/Internal.hs:749:18 * at src/System/Random/Internal.hs:749: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/System/Random/Internal.hs:749:1 100% ( 71 / 71) in 'System.Random' Warning: 'TGenM' is ambiguous. It is defined * at src/System/Random/Stateful.hs:719:19 * at src/System/Random/Stateful.hs:719: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/System/Random/Stateful.hs:719:1 Warning: 'STGenM' is ambiguous. It is defined * at src/System/Random/Stateful.hs:618:22 * at src/System/Random/Stateful.hs:618: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/System/Random/Stateful.hs:618:1 Warning: 'StateGenM' is ambiguous. It is defined * at src/System/Random/Internal.hs:606:20 * at src/System/Random/Internal.hs:606: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/System/Random/Internal.hs:606:1 Warning: 'IOGenM' is ambiguous. It is defined * at src/System/Random/Stateful.hs:542:20 * at src/System/Random/Stateful.hs:542: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/System/Random/Stateful.hs:542:1 Warning: 'AtomicGenM' is ambiguous. It is defined * at src/System/Random/Stateful.hs:428:24 * at src/System/Random/Stateful.hs:428: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/System/Random/Stateful.hs:428:1 Warning: 'Seed' is ambiguous. It is defined * at src/System/Random/Internal.hs:134:18 * at src/System/Random/Internal.hs:134: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/System/Random/Internal.hs:134:1 Warning: 'StdGen' is ambiguous. It is defined * at src/System/Random/Internal.hs:749:18 * at src/System/Random/Internal.hs:749: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/System/Random/Internal.hs:749:1 Warning: 'IOGen' is ambiguous. It is defined * at src/System/Random/Stateful.hs:547:19 * at src/System/Random/Stateful.hs:547: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/System/Random/Stateful.hs:547:1 Warning: 'STGenM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'STM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'STGen' is ambiguous. It is defined * at src/System/Random/Stateful.hs:623:19 * at src/System/Random/Stateful.hs:623: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/System/Random/Stateful.hs:623:1 Warning: 'clearBit' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'testBit' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% (137 /137) in 'System.Random.Stateful' Warning: System.Random: could not find link destinations for: - System.Random.GFinite.cardinality - System.Random.GFinite.toFinite - System.Random.GFinite.fromFinite - System.Random.GFinite.Cardinality - System.Random.Seed.D:R:SeedSizeSMGen - System.Random.Seed.D:R:SeedSizeSMGen0 - System.Random.Seed.D:R:SeedSizeStateGen - System.Random.Seed.D:R:SeedSizeStdGen - System.Random.Stateful.D:R:SeedSizeAtomicGen - System.Random.Stateful.D:R:SeedSizeIOGen - System.Random.Stateful.D:R:SeedSizeSTGen - System.Random.Stateful.D:R:SeedSizeTGen Warning: System.Random.Stateful: could not find link destinations for: - System.Random.GFinite.GFinite - System.Random.GFinite.cardinality - System.Random.GFinite.toFinite - System.Random.GFinite.fromFinite - System.Random.GFinite.Cardinality - System.Random.Internal.GUniformRange - System.Random.Internal.GUniform - System.Random.Internal.D:R:MutableGenStateGenm - System.Random.Seed.D:R:SeedSizeSMGen - System.Random.Seed.D:R:SeedSizeSMGen0 - System.Random.Seed.D:R:SeedSizeStateGen - System.Random.Seed.D:R:SeedSizeStdGen - System.Random.Stateful.D:R:MutableGenAtomicGenm - System.Random.Stateful.D:R:SeedSizeAtomicGen - System.Random.Stateful.D:R:MutableGenIOGenm - System.Random.Stateful.D:R:SeedSizeIOGen - System.Random.Stateful.D:R:MutableGenSTGenST - System.Random.Stateful.D:R:SeedSizeSTGen - System.Random.Stateful.D:R:MutableGenTGenSTM - System.Random.Stateful.D:R:SeedSizeTGen Documentation created: dist/doc/html/random/, dist/doc/html/random/random.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/random-1.3.1-4YoyfNE8GMC3bv8ZvDq2uc Completed random-1.3.1 Configuring distributive-0.6.3... Preprocessing library for distributive-0.6.3.. Building library for distributive-0.6.3.. [1 of 2] Compiling Data.Distributive ( src/Data/Distributive.hs, dist/build/Data/Distributive.o, dist/build/Data/Distributive.dyn_o ) [2 of 2] Compiling Data.Distributive.Generic ( src/Data/Distributive/Generic.hs, dist/build/Data/Distributive/Generic.o, dist/build/Data/Distributive/Generic.dyn_o ) Preprocessing library for distributive-0.6.3.. Running Haddock on library for distributive-0.6.3.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling Data.Distributive ( src/Data/Distributive.hs, nothing ) [2 of 2] Compiling Data.Distributive.Generic ( src/Data/Distributive/Generic.hs, nothing ) Haddock coverage: Warning: 'Representable' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 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: 'Compose' is ambiguous. It is defined * in Data.Functor.Compose * in Data.Functor.Compose 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.Compose 100% ( 4 / 4) in 'Data.Distributive' 75% ( 3 / 4) in 'Data.Distributive.Generic' Missing documentation for: GDistributive (src/Data/Distributive/Generic.hs:48) Documentation created: dist/doc/html/distributive/, dist/doc/html/distributive/distributive.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/distributive-0.6.3-FeoNVMgKO2HK3z1aAZCP5y Completed distributive-0.6.3 Configuring generics-sop-0.5.1.4... Preprocessing library for generics-sop-0.5.1.4.. Building library for generics-sop-0.5.1.4.. [ 1 of 14] Compiling Generics.SOP.BasicFunctors ( src/Generics/SOP/BasicFunctors.hs, dist/build/Generics/SOP/BasicFunctors.o, dist/build/Generics/SOP/BasicFunctors.dyn_o ) [ 2 of 14] Compiling Generics.SOP.Classes ( src/Generics/SOP/Classes.hs, dist/build/Generics/SOP/Classes.o, dist/build/Generics/SOP/Classes.dyn_o ) [ 3 of 14] Compiling Generics.SOP.Constraint ( src/Generics/SOP/Constraint.hs, dist/build/Generics/SOP/Constraint.o, dist/build/Generics/SOP/Constraint.dyn_o ) [ 4 of 14] Compiling Generics.SOP.Dict ( src/Generics/SOP/Dict.hs, dist/build/Generics/SOP/Dict.o, dist/build/Generics/SOP/Dict.dyn_o ) [ 5 of 14] Compiling Generics.SOP.NP ( src/Generics/SOP/NP.hs, dist/build/Generics/SOP/NP.o, dist/build/Generics/SOP/NP.dyn_o ) [ 6 of 14] Compiling Generics.SOP.Metadata ( src/Generics/SOP/Metadata.hs, dist/build/Generics/SOP/Metadata.o, dist/build/Generics/SOP/Metadata.dyn_o ) [ 7 of 14] Compiling Generics.SOP.NS ( src/Generics/SOP/NS.hs, dist/build/Generics/SOP/NS.o, dist/build/Generics/SOP/NS.dyn_o ) [ 8 of 14] Compiling Generics.SOP.Sing ( src/Generics/SOP/Sing.hs, dist/build/Generics/SOP/Sing.o, dist/build/Generics/SOP/Sing.dyn_o ) [ 9 of 14] Compiling Generics.SOP.Type.Metadata ( src/Generics/SOP/Type/Metadata.hs, dist/build/Generics/SOP/Type/Metadata.o, dist/build/Generics/SOP/Type/Metadata.dyn_o ) [10 of 14] Compiling Generics.SOP.GGP ( src/Generics/SOP/GGP.hs, dist/build/Generics/SOP/GGP.o, dist/build/Generics/SOP/GGP.dyn_o ) [11 of 14] Compiling Generics.SOP.Universe ( src/Generics/SOP/Universe.hs, dist/build/Generics/SOP/Universe.o, dist/build/Generics/SOP/Universe.dyn_o ) [12 of 14] Compiling Generics.SOP.TH ( src/Generics/SOP/TH.hs, dist/build/Generics/SOP/TH.o, dist/build/Generics/SOP/TH.dyn_o ) src/Generics/SOP/TH.hs:23:1: warning: [GHC-66111] [-Wunused-imports] The import of Language.Haskell.TH.Datatype.TyVarBndr is redundant except perhaps to import instances from Language.Haskell.TH.Datatype.TyVarBndr To import instances alone, use: import Language.Haskell.TH.Datatype.TyVarBndr() | 23 | import Language.Haskell.TH.Datatype.TyVarBndr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Generics/SOP/TH.hs:319:34: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 319 | $(mdCon (head cs)) | ^^^^ src/Generics/SOP/TH.hs:393:38: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 393 | $(mdCon (head cs)) | ^^^^ [13 of 14] Compiling Generics.SOP.Instances ( src/Generics/SOP/Instances.hs, dist/build/Generics/SOP/Instances.o, dist/build/Generics/SOP/Instances.dyn_o ) [14 of 14] Compiling Generics.SOP ( src/Generics/SOP.hs, dist/build/Generics/SOP.o, dist/build/Generics/SOP.dyn_o ) Preprocessing library for generics-sop-0.5.1.4.. Running Haddock on library for generics-sop-0.5.1.4.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 14] Compiling Generics.SOP.BasicFunctors ( src/Generics/SOP/BasicFunctors.hs, /tmp/ghc3219270_0/ghc_30.o, /tmp/ghc3219270_0/ghc_30.dyn_o ) [ 2 of 14] Compiling Generics.SOP.Classes ( src/Generics/SOP/Classes.hs, /tmp/ghc3219270_0/ghc_32.o, /tmp/ghc3219270_0/ghc_32.dyn_o ) [ 3 of 14] Compiling Generics.SOP.Constraint ( src/Generics/SOP/Constraint.hs, /tmp/ghc3219270_0/ghc_34.o, /tmp/ghc3219270_0/ghc_34.dyn_o ) [ 4 of 14] Compiling Generics.SOP.Dict ( src/Generics/SOP/Dict.hs, nothing ) [ 5 of 14] Compiling Generics.SOP.NP ( src/Generics/SOP/NP.hs, /tmp/ghc3219270_0/ghc_40.o, /tmp/ghc3219270_0/ghc_40.dyn_o ) [ 6 of 14] Compiling Generics.SOP.Metadata ( src/Generics/SOP/Metadata.hs, /tmp/ghc3219270_0/ghc_38.o, /tmp/ghc3219270_0/ghc_38.dyn_o ) [ 7 of 14] Compiling Generics.SOP.NS ( src/Generics/SOP/NS.hs, /tmp/ghc3219270_0/ghc_42.o, /tmp/ghc3219270_0/ghc_42.dyn_o ) [ 8 of 14] Compiling Generics.SOP.Sing ( src/Generics/SOP/Sing.hs, /tmp/ghc3219270_0/ghc_44.o, /tmp/ghc3219270_0/ghc_44.dyn_o ) [ 9 of 14] Compiling Generics.SOP.Type.Metadata ( src/Generics/SOP/Type/Metadata.hs, /tmp/ghc3219270_0/ghc_48.o, /tmp/ghc3219270_0/ghc_48.dyn_o ) [10 of 14] Compiling Generics.SOP.GGP ( src/Generics/SOP/GGP.hs, /tmp/ghc3219270_0/ghc_36.o, /tmp/ghc3219270_0/ghc_36.dyn_o ) [11 of 14] Compiling Generics.SOP.Universe ( src/Generics/SOP/Universe.hs, /tmp/ghc3219270_0/ghc_50.o, /tmp/ghc3219270_0/ghc_50.dyn_o ) [12 of 14] Compiling Generics.SOP.TH ( src/Generics/SOP/TH.hs, /tmp/ghc3219270_0/ghc_46.o, /tmp/ghc3219270_0/ghc_46.dyn_o ) src/Generics/SOP/TH.hs:23:1: warning: [GHC-66111] [-Wunused-imports] The import of Language.Haskell.TH.Datatype.TyVarBndr is redundant except perhaps to import instances from Language.Haskell.TH.Datatype.TyVarBndr To import instances alone, use: import Language.Haskell.TH.Datatype.TyVarBndr() | 23 | import Language.Haskell.TH.Datatype.TyVarBndr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Generics/SOP/TH.hs:319:34: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 319 | $(mdCon (head cs)) | ^^^^ src/Generics/SOP/TH.hs:393:38: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 393 | $(mdCon (head cs)) | ^^^^ [13 of 14] Compiling Generics.SOP.Instances ( src/Generics/SOP/Instances.hs, nothing ) [14 of 14] Compiling Generics.SOP ( src/Generics/SOP.hs, nothing ) Haddock coverage: 50% ( 1 / 2) in 'Generics.SOP.BasicFunctors' Missing documentation for: Module header 50% ( 1 / 2) in 'Generics.SOP.Classes' Missing documentation for: Module header 50% ( 1 / 2) in 'Generics.SOP.Constraint' Missing documentation for: Module header 50% ( 1 / 2) in 'Generics.SOP.Dict' Missing documentation for: Module header 50% ( 1 / 2) in 'Generics.SOP.NP' Missing documentation for: Module header Warning: 'Code' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: Generics.SOP.Metadata: Could not find documentation for exported module: Generics.SOP.Metadata 100% ( 20 / 20) in 'Generics.SOP.Metadata' 50% ( 1 / 2) in 'Generics.SOP.NS' Missing documentation for: Module header 50% ( 1 / 2) in 'Generics.SOP.Sing' Missing documentation for: Module header Warning: Generics.SOP.Type.Metadata: Could not find documentation for exported module: Generics.SOP.Type.Metadata 87% ( 21 / 24) in 'Generics.SOP.Type.Metadata' Missing documentation for: DemoteStrictnessInfoss (src/Generics/SOP/Type/Metadata.hs:211) DemoteStrictnessInfos (src/Generics/SOP/Type/Metadata.hs:224) DemoteStrictnessInfo (src/Generics/SOP/Type/Metadata.hs:237) 100% ( 9 / 9) in 'Generics.SOP.GGP' 100% ( 18 / 18) in 'Generics.SOP.Universe' Warning: 'Code' is ambiguous. It is defined * at src/Generics/SOP/Universe.hs:115:3 * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax 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/Generics/SOP/Universe.hs:115:3 Warning: 'demoteDatatypeInfo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 8 / 8) in 'Generics.SOP.TH' Warning: 'Generic' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'HasMetadata' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 1 / 1) in 'Generics.SOP.Instances' Warning: 'SOP' is ambiguous. It is defined * in Data.SOP.NS * in Data.SOP.NS 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.SOP.NS Warning: 'I' is ambiguous. It is defined * in Data.SOP.BasicFunctors * in Data.SOP.BasicFunctors 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.SOP.BasicFunctors Warning: 'NFData' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'rnf' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Proxy' is ambiguous. It is defined * in Data.Proxy * in Data.Proxy 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.Proxy Warning: 'K' is ambiguous. It is defined * in Data.SOP.BasicFunctors * in Data.SOP.BasicFunctors 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.SOP.BasicFunctors Warning: 'grnf' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 99% (163 /164) in 'Generics.SOP' Missing documentation for: shiftProjection Warning: Generics.SOP.Metadata: could not find link destinations for: - GHC.Generics.SingKind - GHC.Generics.DemoteRep - GHC.Generics.fromSing - GHC.Generics.SingI - GHC.Generics.sing - GHC.Generics.Sing - GHC.Generics.Rep_Associativity - GHC.Generics.Rep_SourceUnpackedness - GHC.Generics.Rep_SourceStrictness - GHC.Generics.Rep_DecidedStrictness - GHC.Generics.D:R:DemoteRepAssociativity - GHC.Generics.D:R:SingAssociativitya0 - GHC.Generics.SLeftAssociative - GHC.Generics.SRightAssociative - GHC.Generics.SNotAssociative - GHC.Generics.D:R:SingSourceUnpackednessa0 - GHC.Generics.SNoSourceUnpackedness - GHC.Generics.D:R:DemoteRepSourceUnpackedness - GHC.Generics.SSourceNoUnpack - GHC.Generics.SSourceUnpack - GHC.Generics.D:R:SingSourceStrictnessa0 - GHC.Generics.SNoSourceStrictness - GHC.Generics.D:R:DemoteRepSourceStrictness - GHC.Generics.SSourceLazy - GHC.Generics.SSourceStrict - GHC.Generics.D:R:SingDecidedStrictnessa0 - GHC.Generics.SDecidedLazy - GHC.Generics.D:R:DemoteRepDecidedStrictness - GHC.Generics.SDecidedStrict - GHC.Generics.SDecidedUnpack - Generics.SOP.Instances.D:R:DatatypeInfoOfAssociativity - Generics.SOP.Instances.D:R:CodeAssociativity - Generics.SOP.Instances.D:R:DatatypeInfoOfDecidedStrictness - Generics.SOP.Instances.D:R:CodeDecidedStrictness - Generics.SOP.Instances.D:R:DatatypeInfoOfSourceStrictness - Generics.SOP.Instances.D:R:CodeSourceStrictness - Generics.SOP.Instances.D:R:DatatypeInfoOfSourceUnpackedness - Generics.SOP.Instances.D:R:CodeSourceUnpackedness Warning: Generics.SOP.Type.Metadata: could not find link destinations for: - GHC.Generics.SingKind - GHC.Generics.DemoteRep - GHC.Generics.fromSing - GHC.Generics.SingI - GHC.Generics.sing - GHC.Generics.Sing - GHC.Generics.Rep_Associativity - GHC.Generics.D:R:DemoteRepAssociativity - GHC.Generics.D:R:SingAssociativitya0 - GHC.Generics.SLeftAssociative - GHC.Generics.SRightAssociative - GHC.Generics.SNotAssociative - Generics.SOP.Instances.D:R:DatatypeInfoOfAssociativity - Generics.SOP.Instances.D:R:CodeAssociativity Warning: Generics.SOP.GGP: could not find link destinations for: - Generics.SOP.GGP.GSumTo - Generics.SOP.GGP.GSumFrom - Generics.SOP.GGP.ToInfo - Generics.SOP.GGP.ToSumCode Warning: Generics.SOP.Universe: could not find link destinations for: - Text.Read.Lex.Digits - Generics.SOP.Instances.D:R:DatatypeInfoOfI - Generics.SOP.Instances.D:R:CodeI - Generics.SOP.Instances.D:R:DatatypeInfoOfK - Generics.SOP.Instances.D:R:CodeK - Generics.SOP.Instances.D:R:DatatypeInfoOf:.: - Generics.SOP.Instances.D:R:Code:.: - Generics.SOP.Instances.D:R:DatatypeInfoOf-.-> - Generics.SOP.Instances.D:R:Code-.-> - Generics.SOP.Instances.D:R:DatatypeInfoOfBool - Generics.SOP.Instances.D:R:CodeBool - Generics.SOP.Instances.D:R:DatatypeInfoOfOrdering - Generics.SOP.Instances.D:R:CodeOrdering - Generics.SOP.Instances.D:R:DatatypeInfoOfMaybe - Generics.SOP.Instances.D:R:CodeMaybe - Generics.SOP.Instances.D:R:DatatypeInfoOfEither - Generics.SOP.Instances.D:R:CodeEither - Generics.SOP.Instances.D:R:DatatypeInfoOfUnit - Generics.SOP.Instances.D:R:CodeUnit - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple2 - Generics.SOP.Instances.D:R:CodeTuple2 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple3 - Generics.SOP.Instances.D:R:CodeTuple3 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple4 - Generics.SOP.Instances.D:R:CodeTuple4 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple5 - Generics.SOP.Instances.D:R:CodeTuple5 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple6 - Generics.SOP.Instances.D:R:CodeTuple6 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple7 - Generics.SOP.Instances.D:R:CodeTuple7 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple8 - Generics.SOP.Instances.D:R:CodeTuple8 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple9 - Generics.SOP.Instances.D:R:CodeTuple9 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple10 - Generics.SOP.Instances.D:R:CodeTuple10 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple11 - Generics.SOP.Instances.D:R:CodeTuple11 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple12 - Generics.SOP.Instances.D:R:CodeTuple12 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple13 - Generics.SOP.Instances.D:R:CodeTuple13 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple14 - Generics.SOP.Instances.D:R:CodeTuple14 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple15 - Generics.SOP.Instances.D:R:CodeTuple15 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple16 - Generics.SOP.Instances.D:R:CodeTuple16 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple17 - Generics.SOP.Instances.D:R:CodeTuple17 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple18 - Generics.SOP.Instances.D:R:CodeTuple18 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple19 - Generics.SOP.Instances.D:R:CodeTuple19 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple20 - Generics.SOP.Instances.D:R:CodeTuple20 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple21 - Generics.SOP.Instances.D:R:CodeTuple21 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple22 - Generics.SOP.Instances.D:R:CodeTuple22 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple23 - Generics.SOP.Instances.D:R:CodeTuple23 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple24 - Generics.SOP.Instances.D:R:CodeTuple24 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple25 - Generics.SOP.Instances.D:R:CodeTuple25 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple26 - Generics.SOP.Instances.D:R:CodeTuple26 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple27 - Generics.SOP.Instances.D:R:CodeTuple27 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple28 - Generics.SOP.Instances.D:R:CodeTuple28 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple29 - Generics.SOP.Instances.D:R:CodeTuple29 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple30 - Generics.SOP.Instances.D:R:CodeTuple30 - Generics.SOP.Instances.D:R:DatatypeInfoOfList - Generics.SOP.Instances.D:R:CodeList - Generics.SOP.Instances.D:R:DatatypeInfoOfIOException - Generics.SOP.Instances.D:R:CodeIOException - Generics.SOP.Instances.D:R:DatatypeInfoOfArithException - Generics.SOP.Instances.D:R:CodeArithException - Generics.SOP.Instances.D:R:DatatypeInfoOfArrayException - Generics.SOP.Instances.D:R:CodeArrayException - Generics.SOP.Instances.D:R:DatatypeInfoOfAssertionFailed - Generics.SOP.Instances.D:R:CodeAssertionFailed - Generics.SOP.Instances.D:R:DatatypeInfoOfAsyncException - Generics.SOP.Instances.D:R:CodeAsyncException - Generics.SOP.Instances.D:R:DatatypeInfoOfNonTermination - Generics.SOP.Instances.D:R:CodeNonTermination - Generics.SOP.Instances.D:R:DatatypeInfoOfNestedAtomically - Generics.SOP.Instances.D:R:CodeNestedAtomically - Generics.SOP.Instances.D:R:DatatypeInfoOfBlockedIndefinitelyOnMVar - Generics.SOP.Instances.D:R:CodeBlockedIndefinitelyOnMVar - Generics.SOP.Instances.D:R:DatatypeInfoOfBlockedIndefinitelyOnSTM - Generics.SOP.Instances.D:R:CodeBlockedIndefinitelyOnSTM - Generics.SOP.Instances.D:R:DatatypeInfoOfAllocationLimitExceeded - Generics.SOP.Instances.D:R:CodeAllocationLimitExceeded - Generics.SOP.Instances.D:R:DatatypeInfoOfDeadlock - Generics.SOP.Instances.D:R:CodeDeadlock - Generics.SOP.Instances.D:R:DatatypeInfoOfNoMethodError - Generics.SOP.Instances.D:R:CodeNoMethodError - Generics.SOP.Instances.D:R:DatatypeInfoOfPatternMatchFail - Generics.SOP.Instances.D:R:CodePatternMatchFail - Generics.SOP.Instances.D:R:DatatypeInfoOfRecConError - Generics.SOP.Instances.D:R:CodeRecConError - Generics.SOP.Instances.D:R:DatatypeInfoOfRecSelError - Generics.SOP.Instances.D:R:CodeRecSelError - Generics.SOP.Instances.D:R:DatatypeInfoOfRecUpdError - Generics.SOP.Instances.D:R:CodeRecUpdError - Generics.SOP.Instances.D:R:DatatypeInfoOfErrorCall - Generics.SOP.Instances.D:R:CodeErrorCall - Generics.SOP.Instances.D:R:DatatypeInfoOfTypeError - Generics.SOP.Instances.D:R:CodeTypeError - Generics.SOP.Instances.D:R:DatatypeInfoOfMaskingState - Generics.SOP.Instances.D:R:CodeMaskingState - Generics.SOP.Instances.D:R:DatatypeInfoOfGeneralCategory - Generics.SOP.Instances.D:R:CodeGeneralCategory - Generics.SOP.Instances.D:R:DatatypeInfoOfComplex - Generics.SOP.Instances.D:R:CodeComplex - Generics.SOP.Instances.D:R:DatatypeInfoOfDataRep - Generics.SOP.Instances.D:R:CodeDataRep - Generics.SOP.Instances.D:R:DatatypeInfoOfFixity - Generics.SOP.Instances.D:R:CodeFixity - Generics.SOP.Instances.D:R:DatatypeInfoOfConstrRep - Generics.SOP.Instances.D:R:CodeConstrRep - Generics.SOP.Instances.D:R:DatatypeInfoOfFixed - Generics.SOP.Instances.D:R:CodeFixed - Generics.SOP.Instances.D:R:DatatypeInfoOfE0 - Generics.SOP.Instances.D:R:CodeE0 - Generics.SOP.Instances.D:R:DatatypeInfoOfE1 - Generics.SOP.Instances.D:R:CodeE1 - Generics.SOP.Instances.D:R:DatatypeInfoOfE2 - Generics.SOP.Instances.D:R:CodeE2 - Generics.SOP.Instances.D:R:DatatypeInfoOfE3 - Generics.SOP.Instances.D:R:CodeE3 - Generics.SOP.Instances.D:R:DatatypeInfoOfE6 - Generics.SOP.Instances.D:R:CodeE6 - Generics.SOP.Instances.D:R:DatatypeInfoOfE9 - Generics.SOP.Instances.D:R:CodeE9 - Generics.SOP.Instances.D:R:DatatypeInfoOfE12 - Generics.SOP.Instances.D:R:CodeE12 - Generics.SOP.Instances.D:R:DatatypeInfoOfCompose - Generics.SOP.Instances.D:R:CodeCompose - Generics.SOP.Instances.D:R:DatatypeInfoOfConst - Generics.SOP.Instances.D:R:CodeConst - Generics.SOP.Instances.D:R:DatatypeInfoOfIdentity - Generics.SOP.Instances.D:R:CodeIdentity - Generics.SOP.Instances.D:R:DatatypeInfoOfProduct - Generics.SOP.Instances.D:R:CodeProduct - Generics.SOP.Instances.D:R:DatatypeInfoOfSum - Generics.SOP.Instances.D:R:CodeSum - Generics.SOP.Instances.D:R:DatatypeInfoOfNonEmpty - Generics.SOP.Instances.D:R:CodeNonEmpty - Generics.SOP.Instances.D:R:DatatypeInfoOfDual - Generics.SOP.Instances.D:R:CodeDual - Generics.SOP.Instances.D:R:DatatypeInfoOfEndo - Generics.SOP.Instances.D:R:CodeEndo - Generics.SOP.Instances.D:R:DatatypeInfoOfAll - Generics.SOP.Instances.D:R:CodeAll - Generics.SOP.Instances.D:R:DatatypeInfoOfAny - Generics.SOP.Instances.D:R:CodeAny - Generics.SOP.Instances.D:R:DatatypeInfoOfSum0 - Generics.SOP.Instances.D:R:CodeSum0 - Generics.SOP.Instances.D:R:DatatypeInfoOfProduct0 - Generics.SOP.Instances.D:R:CodeProduct0 - Generics.SOP.Instances.D:R:DatatypeInfoOfFirst - Generics.SOP.Instances.D:R:CodeFirst - Generics.SOP.Instances.D:R:DatatypeInfoOfLast - Generics.SOP.Instances.D:R:CodeLast - Generics.SOP.Instances.D:R:DatatypeInfoOfAlt - Generics.SOP.Instances.D:R:CodeAlt - Generics.SOP.Instances.D:R:DatatypeInfoOfDown - Generics.SOP.Instances.D:R:CodeDown - Generics.SOP.Instances.D:R:DatatypeInfoOfProxy - Generics.SOP.Instances.D:R:CodeProxy - Generics.SOP.Instances.D:R:DatatypeInfoOfMin - Generics.SOP.Instances.D:R:CodeMin - Generics.SOP.Instances.D:R:DatatypeInfoOfMax - Generics.SOP.Instances.D:R:CodeMax - Generics.SOP.Instances.D:R:DatatypeInfoOfFirst0 - Generics.SOP.Instances.D:R:CodeFirst0 - Generics.SOP.Instances.D:R:DatatypeInfoOfLast0 - Generics.SOP.Instances.D:R:CodeLast0 - Generics.SOP.Instances.D:R:DatatypeInfoOfWrappedMonoid - Generics.SOP.Instances.D:R:CodeWrappedMonoid - Generics.SOP.Instances.D:R:DatatypeInfoOfArg - Generics.SOP.Instances.D:R:CodeArg - Generics.SOP.Instances.D:R:DatatypeInfoOfVersion - Generics.SOP.Instances.D:R:CodeVersion - Generics.SOP.Instances.D:R:DatatypeInfoOfVoid - Generics.SOP.Instances.D:R:CodeVoid - Generics.SOP.Instances.D:R:DatatypeInfoOfErrno - Generics.SOP.Instances.D:R:CodeErrno - Generics.SOP.Instances.D:R:DatatypeInfoOfCChar - Generics.SOP.Instances.D:R:CodeCChar - Generics.SOP.Instances.D:R:DatatypeInfoOfCSChar - Generics.SOP.Instances.D:R:CodeCSChar - Generics.SOP.Instances.D:R:DatatypeInfoOfCUChar - Generics.SOP.Instances.D:R:CodeCUChar - Generics.SOP.Instances.D:R:DatatypeInfoOfCShort - Generics.SOP.Instances.D:R:CodeCShort - Generics.SOP.Instances.D:R:DatatypeInfoOfCUShort - Generics.SOP.Instances.D:R:CodeCUShort - Generics.SOP.Instances.D:R:DatatypeInfoOfCInt - Generics.SOP.Instances.D:R:CodeCInt - Generics.SOP.Instances.D:R:DatatypeInfoOfCUInt - Generics.SOP.Instances.D:R:CodeCUInt - Generics.SOP.Instances.D:R:DatatypeInfoOfCLong - Generics.SOP.Instances.D:R:CodeCLong - Generics.SOP.Instances.D:R:DatatypeInfoOfCULong - Generics.SOP.Instances.D:R:CodeCULong - Generics.SOP.Instances.D:R:DatatypeInfoOfCPtrdiff - Generics.SOP.Instances.D:R:CodeCPtrdiff - Generics.SOP.Instances.D:R:DatatypeInfoOfCSize - Generics.SOP.Instances.D:R:CodeCSize - Generics.SOP.Instances.D:R:DatatypeInfoOfCWchar - Generics.SOP.Instances.D:R:CodeCWchar - Generics.SOP.Instances.D:R:DatatypeInfoOfCSigAtomic - Generics.SOP.Instances.D:R:CodeCSigAtomic - Generics.SOP.Instances.D:R:DatatypeInfoOfCLLong - Generics.SOP.Instances.D:R:CodeCLLong - Generics.SOP.Instances.D:R:DatatypeInfoOfCULLong - Generics.SOP.Instances.D:R:CodeCULLong - Generics.SOP.Instances.D:R:DatatypeInfoOfCIntPtr - Generics.SOP.Instances.D:R:CodeCIntPtr - Generics.SOP.Instances.D:R:DatatypeInfoOfCUIntPtr - Generics.SOP.Instances.D:R:CodeCUIntPtr - Generics.SOP.Instances.D:R:DatatypeInfoOfCIntMax - Generics.SOP.Instances.D:R:CodeCIntMax - Generics.SOP.Instances.D:R:DatatypeInfoOfCUIntMax - Generics.SOP.Instances.D:R:CodeCUIntMax - Generics.SOP.Instances.D:R:DatatypeInfoOfCClock - Generics.SOP.Instances.D:R:CodeCClock - Generics.SOP.Instances.D:R:DatatypeInfoOfCTime - Generics.SOP.Instances.D:R:CodeCTime - Generics.SOP.Instances.D:R:DatatypeInfoOfCUSeconds - Generics.SOP.Instances.D:R:CodeCUSeconds - Generics.SOP.Instances.D:R:DatatypeInfoOfCSUSeconds - Generics.SOP.Instances.D:R:CodeCSUSeconds - Generics.SOP.Instances.D:R:DatatypeInfoOfCFloat - Generics.SOP.Instances.D:R:CodeCFloat - Generics.SOP.Instances.D:R:DatatypeInfoOfCDouble - Generics.SOP.Instances.D:R:CodeCDouble - Generics.SOP.Instances.D:R:DatatypeInfoOfByteOrder - Generics.SOP.Instances.D:R:CodeByteOrder - Generics.SOP.Instances.D:R:DatatypeInfoOfThreadStatus - Generics.SOP.Instances.D:R:CodeThreadStatus - Generics.SOP.Instances.D:R:DatatypeInfoOfBlockReason - Generics.SOP.Instances.D:R:CodeBlockReason - Generics.SOP.Instances.D:R:DatatypeInfoOfLocation - Generics.SOP.Instances.D:R:CodeLocation - Generics.SOP.Instances.D:R:DatatypeInfoOfSrcLoc - Generics.SOP.Instances.D:R:CodeSrcLoc - Generics.SOP.Instances.D:R:DatatypeInfoOfRuntimeRep - Generics.SOP.Instances.D:R:CodeRuntimeRep - Generics.SOP.Instances.D:R:DatatypeInfoOfVecCount - Generics.SOP.Instances.D:R:CodeVecCount - Generics.SOP.Instances.D:R:DatatypeInfoOfVecElem - Generics.SOP.Instances.D:R:CodeVecElem - Generics.SOP.Instances.D:R:DatatypeInfoOfK1 - Generics.SOP.Instances.D:R:CodeK1 - Generics.SOP.Instances.D:R:DatatypeInfoOfU1 - Generics.SOP.Instances.D:R:CodeU1 - Generics.SOP.Instances.D:R:DatatypeInfoOfV1 - Generics.SOP.Instances.D:R:CodeV1 - Generics.SOP.Instances.D:R:DatatypeInfoOfPar1 - Generics.SOP.Instances.D:R:CodePar1 - Generics.SOP.Instances.D:R:DatatypeInfoOfM1 - Generics.SOP.Instances.D:R:CodeM1 - Generics.SOP.Instances.D:R:DatatypeInfoOfR - Generics.SOP.Instances.D:R:CodeR - Generics.SOP.Instances.D:R:DatatypeInfoOfS - Generics.SOP.Instances.D:R:CodeS - Generics.SOP.Instances.D:R:DatatypeInfoOfD - Generics.SOP.Instances.D:R:CodeD - Generics.SOP.Instances.D:R:DatatypeInfoOfC - Generics.SOP.Instances.D:R:CodeC - Generics.SOP.Instances.D:R:DatatypeInfoOf:*: - Generics.SOP.Instances.D:R:Code:*: - Generics.SOP.Instances.D:R:DatatypeInfoOf:+: - Generics.SOP.Instances.D:R:Code:+: - Generics.SOP.Instances.D:R:DatatypeInfoOf:.:0 - Generics.SOP.Instances.D:R:Code:.:0 - Generics.SOP.Instances.D:R:DatatypeInfoOfAssociativity - Generics.SOP.Instances.D:R:CodeAssociativity - Generics.SOP.Instances.D:R:DatatypeInfoOfDecidedStrictness - Generics.SOP.Instances.D:R:CodeDecidedStrictness - Generics.SOP.Instances.D:R:DatatypeInfoOfSourceStrictness - Generics.SOP.Instances.D:R:CodeSourceStrictness - Generics.SOP.Instances.D:R:DatatypeInfoOfSourceUnpackedness - Generics.SOP.Instances.D:R:CodeSourceUnpackedness - Generics.SOP.Instances.D:R:DatatypeInfoOfFixity0 - Generics.SOP.Instances.D:R:CodeFixity0 - Generics.SOP.Instances.D:R:DatatypeInfoOfBuffer - Generics.SOP.Instances.D:R:CodeBuffer - Generics.SOP.Instances.D:R:DatatypeInfoOfBufferState - Generics.SOP.Instances.D:R:CodeBufferState - Generics.SOP.Instances.D:R:DatatypeInfoOfIODeviceType - Generics.SOP.Instances.D:R:CodeIODeviceType - GHC.IO.Encoding.Types.CodeBuffer# - Generics.SOP.Instances.D:R:DatatypeInfoOfBufferCodec - Generics.SOP.Instances.D:R:CodeBufferCodec - Generics.SOP.Instances.D:R:DatatypeInfoOfCodingProgress - Generics.SOP.Instances.D:R:CodeCodingProgress - Generics.SOP.Instances.D:R:DatatypeInfoOfCodingFailureMode - Generics.SOP.Instances.D:R:CodeCodingFailureMode - Generics.SOP.Instances.D:R:DatatypeInfoOfFingerprint - Generics.SOP.Instances.D:R:CodeFingerprint - Generics.SOP.Instances.D:R:DatatypeInfoOfFFFormat - Generics.SOP.Instances.D:R:CodeFFFormat - Generics.SOP.Instances.D:R:DatatypeInfoOfFixIOException - Generics.SOP.Instances.D:R:CodeFixIOException - Generics.SOP.Instances.D:R:DatatypeInfoOfIOErrorType - Generics.SOP.Instances.D:R:CodeIOErrorType - Generics.SOP.Instances.D:R:DatatypeInfoOfHandlePosn - Generics.SOP.Instances.D:R:CodeHandlePosn - Generics.SOP.Instances.D:R:DatatypeInfoOfLockMode - Generics.SOP.Instances.D:R:CodeLockMode - Generics.SOP.Instances.D:R:DatatypeInfoOfRTSFlags - Generics.SOP.Instances.D:R:CodeRTSFlags - Generics.SOP.Instances.D:R:DatatypeInfoOfGiveGCStats - Generics.SOP.Instances.D:R:CodeGiveGCStats - Generics.SOP.Instances.D:R:DatatypeInfoOfGCFlags - Generics.SOP.Instances.D:R:CodeGCFlags - Generics.SOP.Instances.D:R:DatatypeInfoOfConcFlags - Generics.SOP.Instances.D:R:CodeConcFlags - Generics.SOP.Instances.D:R:DatatypeInfoOfMiscFlags - Generics.SOP.Instances.D:R:CodeMiscFlags - Generics.SOP.Instances.D:R:DatatypeInfoOfDebugFlags - Generics.SOP.Instances.D:R:CodeDebugFlags - Generics.SOP.Instances.D:R:DatatypeInfoOfDoCostCentres - Generics.SOP.Instances.D:R:CodeDoCostCentres - Generics.SOP.Instances.D:R:DatatypeInfoOfCCFlags - Generics.SOP.Instances.D:R:CodeCCFlags - Generics.SOP.Instances.D:R:DatatypeInfoOfDoHeapProfile - Generics.SOP.Instances.D:R:CodeDoHeapProfile - Generics.SOP.Instances.D:R:DatatypeInfoOfProfFlags - Generics.SOP.Instances.D:R:CodeProfFlags - Generics.SOP.Instances.D:R:DatatypeInfoOfDoTrace - Generics.SOP.Instances.D:R:CodeDoTrace - Generics.SOP.Instances.D:R:DatatypeInfoOfTraceFlags - Generics.SOP.Instances.D:R:CodeTraceFlags - Generics.SOP.Instances.D:R:DatatypeInfoOfTickyFlags - Generics.SOP.Instances.D:R:CodeTickyFlags - Generics.SOP.Instances.D:R:DatatypeInfoOfParFlags - Generics.SOP.Instances.D:R:CodeParFlags - Generics.SOP.Instances.D:R:DatatypeInfoOfSrcLoc0 - Generics.SOP.Instances.D:R:CodeSrcLoc0 - Generics.SOP.Instances.D:R:DatatypeInfoOfCallStack - Generics.SOP.Instances.D:R:CodeCallStack - Generics.SOP.Instances.D:R:DatatypeInfoOfStaticPtrInfo - Generics.SOP.Instances.D:R:CodeStaticPtrInfo - Generics.SOP.Instances.D:R:DatatypeInfoOfRTSStats - Generics.SOP.Instances.D:R:CodeRTSStats - Generics.SOP.Instances.D:R:DatatypeInfoOfGCDetails - Generics.SOP.Instances.D:R:CodeGCDetails - Generics.SOP.Instances.D:R:DatatypeInfoOfArgOrder - Generics.SOP.Instances.D:R:CodeArgOrder - Generics.SOP.Instances.D:R:DatatypeInfoOfOptDescr - Generics.SOP.Instances.D:R:CodeOptDescr - Generics.SOP.Instances.D:R:DatatypeInfoOfArgDescr - Generics.SOP.Instances.D:R:CodeArgDescr - Generics.SOP.Instances.D:R:DatatypeInfoOfExitCode - Generics.SOP.Instances.D:R:CodeExitCode - Generics.SOP.Instances.D:R:DatatypeInfoOfIOMode - Generics.SOP.Instances.D:R:CodeIOMode - Generics.SOP.Instances.D:R:DatatypeInfoOfBufferMode - Generics.SOP.Instances.D:R:CodeBufferMode - Generics.SOP.Instances.D:R:DatatypeInfoOfSeekMode - Generics.SOP.Instances.D:R:CodeSeekMode - Generics.SOP.Instances.D:R:DatatypeInfoOfNewline - Generics.SOP.Instances.D:R:CodeNewline - Generics.SOP.Instances.D:R:DatatypeInfoOfNewlineMode - Generics.SOP.Instances.D:R:CodeNewlineMode - Generics.SOP.Instances.D:R:DatatypeInfoOfFieldFormat - Generics.SOP.Instances.D:R:CodeFieldFormat - Generics.SOP.Instances.D:R:DatatypeInfoOfFormatAdjustment - Generics.SOP.Instances.D:R:CodeFormatAdjustment - Generics.SOP.Instances.D:R:DatatypeInfoOfFormatSign - Generics.SOP.Instances.D:R:CodeFormatSign - Generics.SOP.Instances.D:R:DatatypeInfoOfFormatParse - Generics.SOP.Instances.D:R:CodeFormatParse - Generics.SOP.Instances.D:R:DatatypeInfoOfLexeme - Generics.SOP.Instances.D:R:CodeLexeme - Generics.SOP.Instances.D:R:DatatypeInfoOfNumber - Generics.SOP.Instances.D:R:CodeNumber Warning: Generics.SOP.Instances: could not find link destinations for: - Text.Read.Lex.Digits - Generics.SOP.Instances.D:R:DatatypeInfoOfI - Generics.SOP.Instances.D:R:CodeI - Generics.SOP.Instances.D:R:DatatypeInfoOfK - Generics.SOP.Instances.D:R:CodeK - Generics.SOP.Instances.D:R:DatatypeInfoOf:.: - Generics.SOP.Instances.D:R:Code:.: - Generics.SOP.Instances.D:R:DatatypeInfoOf-.-> - Generics.SOP.Instances.D:R:Code-.-> - Generics.SOP.Instances.D:R:DatatypeInfoOfBool - Generics.SOP.Instances.D:R:CodeBool - Generics.SOP.Instances.D:R:DatatypeInfoOfOrdering - Generics.SOP.Instances.D:R:CodeOrdering - Generics.SOP.Instances.D:R:DatatypeInfoOfMaybe - Generics.SOP.Instances.D:R:CodeMaybe - Generics.SOP.Instances.D:R:DatatypeInfoOfEither - Generics.SOP.Instances.D:R:CodeEither - Generics.SOP.Instances.D:R:DatatypeInfoOfUnit - Generics.SOP.Instances.D:R:CodeUnit - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple2 - Generics.SOP.Instances.D:R:CodeTuple2 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple3 - Generics.SOP.Instances.D:R:CodeTuple3 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple4 - Generics.SOP.Instances.D:R:CodeTuple4 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple5 - Generics.SOP.Instances.D:R:CodeTuple5 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple6 - Generics.SOP.Instances.D:R:CodeTuple6 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple7 - Generics.SOP.Instances.D:R:CodeTuple7 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple8 - Generics.SOP.Instances.D:R:CodeTuple8 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple9 - Generics.SOP.Instances.D:R:CodeTuple9 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple10 - Generics.SOP.Instances.D:R:CodeTuple10 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple11 - Generics.SOP.Instances.D:R:CodeTuple11 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple12 - Generics.SOP.Instances.D:R:CodeTuple12 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple13 - Generics.SOP.Instances.D:R:CodeTuple13 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple14 - Generics.SOP.Instances.D:R:CodeTuple14 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple15 - Generics.SOP.Instances.D:R:CodeTuple15 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple16 - Generics.SOP.Instances.D:R:CodeTuple16 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple17 - Generics.SOP.Instances.D:R:CodeTuple17 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple18 - Generics.SOP.Instances.D:R:CodeTuple18 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple19 - Generics.SOP.Instances.D:R:CodeTuple19 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple20 - Generics.SOP.Instances.D:R:CodeTuple20 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple21 - Generics.SOP.Instances.D:R:CodeTuple21 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple22 - Generics.SOP.Instances.D:R:CodeTuple22 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple23 - Generics.SOP.Instances.D:R:CodeTuple23 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple24 - Generics.SOP.Instances.D:R:CodeTuple24 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple25 - Generics.SOP.Instances.D:R:CodeTuple25 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple26 - Generics.SOP.Instances.D:R:CodeTuple26 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple27 - Generics.SOP.Instances.D:R:CodeTuple27 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple28 - Generics.SOP.Instances.D:R:CodeTuple28 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple29 - Generics.SOP.Instances.D:R:CodeTuple29 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple30 - Generics.SOP.Instances.D:R:CodeTuple30 - Generics.SOP.Instances.D:R:DatatypeInfoOfList - Generics.SOP.Instances.D:R:CodeList - Generics.SOP.Instances.D:R:DatatypeInfoOfIOException - Generics.SOP.Instances.D:R:CodeIOException - Generics.SOP.Instances.D:R:DatatypeInfoOfArithException - Generics.SOP.Instances.D:R:CodeArithException - Generics.SOP.Instances.D:R:DatatypeInfoOfArrayException - Generics.SOP.Instances.D:R:CodeArrayException - Generics.SOP.Instances.D:R:DatatypeInfoOfAssertionFailed - Generics.SOP.Instances.D:R:CodeAssertionFailed - Generics.SOP.Instances.D:R:DatatypeInfoOfAsyncException - Generics.SOP.Instances.D:R:CodeAsyncException - Generics.SOP.Instances.D:R:DatatypeInfoOfNonTermination - Generics.SOP.Instances.D:R:CodeNonTermination - Generics.SOP.Instances.D:R:DatatypeInfoOfNestedAtomically - Generics.SOP.Instances.D:R:CodeNestedAtomically - Generics.SOP.Instances.D:R:DatatypeInfoOfBlockedIndefinitelyOnMVar - Generics.SOP.Instances.D:R:CodeBlockedIndefinitelyOnMVar - Generics.SOP.Instances.D:R:DatatypeInfoOfBlockedIndefinitelyOnSTM - Generics.SOP.Instances.D:R:CodeBlockedIndefinitelyOnSTM - Generics.SOP.Instances.D:R:DatatypeInfoOfAllocationLimitExceeded - Generics.SOP.Instances.D:R:CodeAllocationLimitExceeded - Generics.SOP.Instances.D:R:DatatypeInfoOfDeadlock - Generics.SOP.Instances.D:R:CodeDeadlock - Generics.SOP.Instances.D:R:DatatypeInfoOfNoMethodError - Generics.SOP.Instances.D:R:CodeNoMethodError - Generics.SOP.Instances.D:R:DatatypeInfoOfPatternMatchFail - Generics.SOP.Instances.D:R:CodePatternMatchFail - Generics.SOP.Instances.D:R:DatatypeInfoOfRecConError - Generics.SOP.Instances.D:R:CodeRecConError - Generics.SOP.Instances.D:R:DatatypeInfoOfRecSelError - Generics.SOP.Instances.D:R:CodeRecSelError - Generics.SOP.Instances.D:R:DatatypeInfoOfRecUpdError - Generics.SOP.Instances.D:R:CodeRecUpdError - Generics.SOP.Instances.D:R:DatatypeInfoOfErrorCall - Generics.SOP.Instances.D:R:CodeErrorCall - Generics.SOP.Instances.D:R:DatatypeInfoOfTypeError - Generics.SOP.Instances.D:R:CodeTypeError - Generics.SOP.Instances.D:R:DatatypeInfoOfMaskingState - Generics.SOP.Instances.D:R:CodeMaskingState - Generics.SOP.Instances.D:R:DatatypeInfoOfGeneralCategory - Generics.SOP.Instances.D:R:CodeGeneralCategory - Generics.SOP.Instances.D:R:DatatypeInfoOfComplex - Generics.SOP.Instances.D:R:CodeComplex - Generics.SOP.Instances.D:R:DatatypeInfoOfDataRep - Generics.SOP.Instances.D:R:CodeDataRep - Generics.SOP.Instances.D:R:DatatypeInfoOfFixity - Generics.SOP.Instances.D:R:CodeFixity - Generics.SOP.Instances.D:R:DatatypeInfoOfConstrRep - Generics.SOP.Instances.D:R:CodeConstrRep - Generics.SOP.Instances.D:R:DatatypeInfoOfFixed - Generics.SOP.Instances.D:R:CodeFixed - Generics.SOP.Instances.D:R:DatatypeInfoOfE0 - Generics.SOP.Instances.D:R:CodeE0 - Generics.SOP.Instances.D:R:DatatypeInfoOfE1 - Generics.SOP.Instances.D:R:CodeE1 - Generics.SOP.Instances.D:R:DatatypeInfoOfE2 - Generics.SOP.Instances.D:R:CodeE2 - Generics.SOP.Instances.D:R:DatatypeInfoOfE3 - Generics.SOP.Instances.D:R:CodeE3 - Generics.SOP.Instances.D:R:DatatypeInfoOfE6 - Generics.SOP.Instances.D:R:CodeE6 - Generics.SOP.Instances.D:R:DatatypeInfoOfE9 - Generics.SOP.Instances.D:R:CodeE9 - Generics.SOP.Instances.D:R:DatatypeInfoOfE12 - Generics.SOP.Instances.D:R:CodeE12 - Generics.SOP.Instances.D:R:DatatypeInfoOfCompose - Generics.SOP.Instances.D:R:CodeCompose - Generics.SOP.Instances.D:R:DatatypeInfoOfConst - Generics.SOP.Instances.D:R:CodeConst - Generics.SOP.Instances.D:R:DatatypeInfoOfIdentity - Generics.SOP.Instances.D:R:CodeIdentity - Generics.SOP.Instances.D:R:DatatypeInfoOfProduct - Generics.SOP.Instances.D:R:CodeProduct - Generics.SOP.Instances.D:R:DatatypeInfoOfSum - Generics.SOP.Instances.D:R:CodeSum - Generics.SOP.Instances.D:R:DatatypeInfoOfNonEmpty - Generics.SOP.Instances.D:R:CodeNonEmpty - Generics.SOP.Instances.D:R:DatatypeInfoOfDual - Generics.SOP.Instances.D:R:CodeDual - Generics.SOP.Instances.D:R:DatatypeInfoOfEndo - Generics.SOP.Instances.D:R:CodeEndo - Generics.SOP.Instances.D:R:DatatypeInfoOfAll - Generics.SOP.Instances.D:R:CodeAll - Generics.SOP.Instances.D:R:DatatypeInfoOfAny - Generics.SOP.Instances.D:R:CodeAny - Generics.SOP.Instances.D:R:DatatypeInfoOfSum0 - Generics.SOP.Instances.D:R:CodeSum0 - Generics.SOP.Instances.D:R:DatatypeInfoOfProduct0 - Generics.SOP.Instances.D:R:CodeProduct0 - Generics.SOP.Instances.D:R:DatatypeInfoOfFirst - Generics.SOP.Instances.D:R:CodeFirst - Generics.SOP.Instances.D:R:DatatypeInfoOfLast - Generics.SOP.Instances.D:R:CodeLast - Generics.SOP.Instances.D:R:DatatypeInfoOfAlt - Generics.SOP.Instances.D:R:CodeAlt - Generics.SOP.Instances.D:R:DatatypeInfoOfDown - Generics.SOP.Instances.D:R:CodeDown - Generics.SOP.Instances.D:R:DatatypeInfoOfProxy - Generics.SOP.Instances.D:R:CodeProxy - Generics.SOP.Instances.D:R:DatatypeInfoOfMin - Generics.SOP.Instances.D:R:CodeMin - Generics.SOP.Instances.D:R:DatatypeInfoOfMax - Generics.SOP.Instances.D:R:CodeMax - Generics.SOP.Instances.D:R:DatatypeInfoOfFirst0 - Generics.SOP.Instances.D:R:CodeFirst0 - Generics.SOP.Instances.D:R:DatatypeInfoOfLast0 - Generics.SOP.Instances.D:R:CodeLast0 - Generics.SOP.Instances.D:R:DatatypeInfoOfWrappedMonoid - Generics.SOP.Instances.D:R:CodeWrappedMonoid - Generics.SOP.Instances.D:R:DatatypeInfoOfArg - Generics.SOP.Instances.D:R:CodeArg - Generics.SOP.Instances.D:R:DatatypeInfoOfVersion - Generics.SOP.Instances.D:R:CodeVersion - Generics.SOP.Instances.D:R:DatatypeInfoOfVoid - Generics.SOP.Instances.D:R:CodeVoid - Generics.SOP.Instances.D:R:DatatypeInfoOfErrno - Generics.SOP.Instances.D:R:CodeErrno - Generics.SOP.Instances.D:R:DatatypeInfoOfCChar - Generics.SOP.Instances.D:R:CodeCChar - Generics.SOP.Instances.D:R:DatatypeInfoOfCSChar - Generics.SOP.Instances.D:R:CodeCSChar - Generics.SOP.Instances.D:R:DatatypeInfoOfCUChar - Generics.SOP.Instances.D:R:CodeCUChar - Generics.SOP.Instances.D:R:DatatypeInfoOfCShort - Generics.SOP.Instances.D:R:CodeCShort - Generics.SOP.Instances.D:R:DatatypeInfoOfCUShort - Generics.SOP.Instances.D:R:CodeCUShort - Generics.SOP.Instances.D:R:DatatypeInfoOfCInt - Generics.SOP.Instances.D:R:CodeCInt - Generics.SOP.Instances.D:R:DatatypeInfoOfCUInt - Generics.SOP.Instances.D:R:CodeCUInt - Generics.SOP.Instances.D:R:DatatypeInfoOfCLong - Generics.SOP.Instances.D:R:CodeCLong - Generics.SOP.Instances.D:R:DatatypeInfoOfCULong - Generics.SOP.Instances.D:R:CodeCULong - Generics.SOP.Instances.D:R:DatatypeInfoOfCPtrdiff - Generics.SOP.Instances.D:R:CodeCPtrdiff - Generics.SOP.Instances.D:R:DatatypeInfoOfCSize - Generics.SOP.Instances.D:R:CodeCSize - Generics.SOP.Instances.D:R:DatatypeInfoOfCWchar - Generics.SOP.Instances.D:R:CodeCWchar - Generics.SOP.Instances.D:R:DatatypeInfoOfCSigAtomic - Generics.SOP.Instances.D:R:CodeCSigAtomic - Generics.SOP.Instances.D:R:DatatypeInfoOfCLLong - Generics.SOP.Instances.D:R:CodeCLLong - Generics.SOP.Instances.D:R:DatatypeInfoOfCULLong - Generics.SOP.Instances.D:R:CodeCULLong - Generics.SOP.Instances.D:R:DatatypeInfoOfCIntPtr - Generics.SOP.Instances.D:R:CodeCIntPtr - Generics.SOP.Instances.D:R:DatatypeInfoOfCUIntPtr - Generics.SOP.Instances.D:R:CodeCUIntPtr - Generics.SOP.Instances.D:R:DatatypeInfoOfCIntMax - Generics.SOP.Instances.D:R:CodeCIntMax - Generics.SOP.Instances.D:R:DatatypeInfoOfCUIntMax - Generics.SOP.Instances.D:R:CodeCUIntMax - Generics.SOP.Instances.D:R:DatatypeInfoOfCClock - Generics.SOP.Instances.D:R:CodeCClock - Generics.SOP.Instances.D:R:DatatypeInfoOfCTime - Generics.SOP.Instances.D:R:CodeCTime - Generics.SOP.Instances.D:R:DatatypeInfoOfCUSeconds - Generics.SOP.Instances.D:R:CodeCUSeconds - Generics.SOP.Instances.D:R:DatatypeInfoOfCSUSeconds - Generics.SOP.Instances.D:R:CodeCSUSeconds - Generics.SOP.Instances.D:R:DatatypeInfoOfCFloat - Generics.SOP.Instances.D:R:CodeCFloat - Generics.SOP.Instances.D:R:DatatypeInfoOfCDouble - Generics.SOP.Instances.D:R:CodeCDouble - Generics.SOP.Instances.D:R:DatatypeInfoOfByteOrder - Generics.SOP.Instances.D:R:CodeByteOrder - Generics.SOP.Instances.D:R:DatatypeInfoOfThreadStatus - Generics.SOP.Instances.D:R:CodeThreadStatus - Generics.SOP.Instances.D:R:DatatypeInfoOfBlockReason - Generics.SOP.Instances.D:R:CodeBlockReason - Generics.SOP.Instances.D:R:DatatypeInfoOfLocation - Generics.SOP.Instances.D:R:CodeLocation - Generics.SOP.Instances.D:R:DatatypeInfoOfSrcLoc - Generics.SOP.Instances.D:R:CodeSrcLoc - Generics.SOP.Instances.D:R:DatatypeInfoOfRuntimeRep - Generics.SOP.Instances.D:R:CodeRuntimeRep - Generics.SOP.Instances.D:R:DatatypeInfoOfVecCount - Generics.SOP.Instances.D:R:CodeVecCount - Generics.SOP.Instances.D:R:DatatypeInfoOfVecElem - Generics.SOP.Instances.D:R:CodeVecElem - Generics.SOP.Instances.D:R:DatatypeInfoOfK1 - Generics.SOP.Instances.D:R:CodeK1 - Generics.SOP.Instances.D:R:DatatypeInfoOfU1 - Generics.SOP.Instances.D:R:CodeU1 - Generics.SOP.Instances.D:R:DatatypeInfoOfV1 - Generics.SOP.Instances.D:R:CodeV1 - Generics.SOP.Instances.D:R:DatatypeInfoOfPar1 - Generics.SOP.Instances.D:R:CodePar1 - Generics.SOP.Instances.D:R:DatatypeInfoOfM1 - Generics.SOP.Instances.D:R:CodeM1 - Generics.SOP.Instances.D:R:DatatypeInfoOfR - Generics.SOP.Instances.D:R:CodeR - Generics.SOP.Instances.D:R:DatatypeInfoOfS - Generics.SOP.Instances.D:R:CodeS - Generics.SOP.Instances.D:R:DatatypeInfoOfD - Generics.SOP.Instances.D:R:CodeD - Generics.SOP.Instances.D:R:DatatypeInfoOfC - Generics.SOP.Instances.D:R:CodeC - Generics.SOP.Instances.D:R:DatatypeInfoOf:*: - Generics.SOP.Instances.D:R:Code:*: - Generics.SOP.Instances.D:R:DatatypeInfoOf:+: - Generics.SOP.Instances.D:R:Code:+: - Generics.SOP.Instances.D:R:DatatypeInfoOf:.:0 - Generics.SOP.Instances.D:R:Code:.:0 - Generics.SOP.Instances.D:R:DatatypeInfoOfAssociativity - Generics.SOP.Instances.D:R:CodeAssociativity - Generics.SOP.Instances.D:R:DatatypeInfoOfDecidedStrictness - Generics.SOP.Instances.D:R:CodeDecidedStrictness - Generics.SOP.Instances.D:R:DatatypeInfoOfSourceStrictness - Generics.SOP.Instances.D:R:CodeSourceStrictness - Generics.SOP.Instances.D:R:DatatypeInfoOfSourceUnpackedness - Generics.SOP.Instances.D:R:CodeSourceUnpackedness - Generics.SOP.Instances.D:R:DatatypeInfoOfFixity0 - Generics.SOP.Instances.D:R:CodeFixity0 - Generics.SOP.Instances.D:R:DatatypeInfoOfBuffer - Generics.SOP.Instances.D:R:CodeBuffer - Generics.SOP.Instances.D:R:DatatypeInfoOfBufferState - Generics.SOP.Instances.D:R:CodeBufferState - Generics.SOP.Instances.D:R:DatatypeInfoOfIODeviceType - Generics.SOP.Instances.D:R:CodeIODeviceType - GHC.IO.Encoding.Types.CodeBuffer# - Generics.SOP.Instances.D:R:DatatypeInfoOfBufferCodec - Generics.SOP.Instances.D:R:CodeBufferCodec - Generics.SOP.Instances.D:R:DatatypeInfoOfCodingProgress - Generics.SOP.Instances.D:R:CodeCodingProgress - Generics.SOP.Instances.D:R:DatatypeInfoOfCodingFailureMode - Generics.SOP.Instances.D:R:CodeCodingFailureMode - Generics.SOP.Instances.D:R:DatatypeInfoOfFingerprint - Generics.SOP.Instances.D:R:CodeFingerprint - Generics.SOP.Instances.D:R:DatatypeInfoOfFFFormat - Generics.SOP.Instances.D:R:CodeFFFormat - Generics.SOP.Instances.D:R:DatatypeInfoOfFixIOException - Generics.SOP.Instances.D:R:CodeFixIOException - Generics.SOP.Instances.D:R:DatatypeInfoOfIOErrorType - Generics.SOP.Instances.D:R:CodeIOErrorType - Generics.SOP.Instances.D:R:DatatypeInfoOfHandlePosn - Generics.SOP.Instances.D:R:CodeHandlePosn - Generics.SOP.Instances.D:R:DatatypeInfoOfLockMode - Generics.SOP.Instances.D:R:CodeLockMode - Generics.SOP.Instances.D:R:DatatypeInfoOfRTSFlags - Generics.SOP.Instances.D:R:CodeRTSFlags - Generics.SOP.Instances.D:R:DatatypeInfoOfGiveGCStats - Generics.SOP.Instances.D:R:CodeGiveGCStats - Generics.SOP.Instances.D:R:DatatypeInfoOfGCFlags - Generics.SOP.Instances.D:R:CodeGCFlags - Generics.SOP.Instances.D:R:DatatypeInfoOfConcFlags - Generics.SOP.Instances.D:R:CodeConcFlags - Generics.SOP.Instances.D:R:DatatypeInfoOfMiscFlags - Generics.SOP.Instances.D:R:CodeMiscFlags - Generics.SOP.Instances.D:R:DatatypeInfoOfDebugFlags - Generics.SOP.Instances.D:R:CodeDebugFlags - Generics.SOP.Instances.D:R:DatatypeInfoOfDoCostCentres - Generics.SOP.Instances.D:R:CodeDoCostCentres - Generics.SOP.Instances.D:R:DatatypeInfoOfCCFlags - Generics.SOP.Instances.D:R:CodeCCFlags - Generics.SOP.Instances.D:R:DatatypeInfoOfDoHeapProfile - Generics.SOP.Instances.D:R:CodeDoHeapProfile - Generics.SOP.Instances.D:R:DatatypeInfoOfProfFlags - Generics.SOP.Instances.D:R:CodeProfFlags - Generics.SOP.Instances.D:R:DatatypeInfoOfDoTrace - Generics.SOP.Instances.D:R:CodeDoTrace - Generics.SOP.Instances.D:R:DatatypeInfoOfTraceFlags - Generics.SOP.Instances.D:R:CodeTraceFlags - Generics.SOP.Instances.D:R:DatatypeInfoOfTickyFlags - Generics.SOP.Instances.D:R:CodeTickyFlags - Generics.SOP.Instances.D:R:DatatypeInfoOfParFlags - Generics.SOP.Instances.D:R:CodeParFlags - Generics.SOP.Instances.D:R:DatatypeInfoOfSrcLoc0 - Generics.SOP.Instances.D:R:CodeSrcLoc0 - Generics.SOP.Instances.D:R:DatatypeInfoOfCallStack - Generics.SOP.Instances.D:R:CodeCallStack - Generics.SOP.Instances.D:R:DatatypeInfoOfStaticPtrInfo - Generics.SOP.Instances.D:R:CodeStaticPtrInfo - Generics.SOP.Instances.D:R:DatatypeInfoOfRTSStats - Generics.SOP.Instances.D:R:CodeRTSStats - Generics.SOP.Instances.D:R:DatatypeInfoOfGCDetails - Generics.SOP.Instances.D:R:CodeGCDetails - Generics.SOP.Instances.D:R:DatatypeInfoOfArgOrder - Generics.SOP.Instances.D:R:CodeArgOrder - Generics.SOP.Instances.D:R:DatatypeInfoOfOptDescr - Generics.SOP.Instances.D:R:CodeOptDescr - Generics.SOP.Instances.D:R:DatatypeInfoOfArgDescr - Generics.SOP.Instances.D:R:CodeArgDescr - Generics.SOP.Instances.D:R:DatatypeInfoOfExitCode - Generics.SOP.Instances.D:R:CodeExitCode - Generics.SOP.Instances.D:R:DatatypeInfoOfIOMode - Generics.SOP.Instances.D:R:CodeIOMode - Generics.SOP.Instances.D:R:DatatypeInfoOfBufferMode - Generics.SOP.Instances.D:R:CodeBufferMode - Generics.SOP.Instances.D:R:DatatypeInfoOfSeekMode - Generics.SOP.Instances.D:R:CodeSeekMode - Generics.SOP.Instances.D:R:DatatypeInfoOfNewline - Generics.SOP.Instances.D:R:CodeNewline - Generics.SOP.Instances.D:R:DatatypeInfoOfNewlineMode - Generics.SOP.Instances.D:R:CodeNewlineMode - Generics.SOP.Instances.D:R:DatatypeInfoOfFieldFormat - Generics.SOP.Instances.D:R:CodeFieldFormat - Generics.SOP.Instances.D:R:DatatypeInfoOfFormatAdjustment - Generics.SOP.Instances.D:R:CodeFormatAdjustment - Generics.SOP.Instances.D:R:DatatypeInfoOfFormatSign - Generics.SOP.Instances.D:R:CodeFormatSign - Generics.SOP.Instances.D:R:DatatypeInfoOfFormatParse - Generics.SOP.Instances.D:R:CodeFormatParse - Generics.SOP.Instances.D:R:DatatypeInfoOfLexeme - Generics.SOP.Instances.D:R:CodeLexeme - Generics.SOP.Instances.D:R:DatatypeInfoOfNumber - Generics.SOP.Instances.D:R:CodeNumber Warning: Generics.SOP: could not find link destinations for: - GHC.Generics.SingKind - GHC.Generics.DemoteRep - GHC.Generics.fromSing - GHC.Generics.SingI - GHC.Generics.sing - GHC.Generics.Sing - GHC.Generics.Rep1_Proxy - GHC.Generics.Rep_Proxy - GHC.Generics.Rep_Associativity - Data.SOP.BasicFunctors.Rep_:.: - Data.SOP.BasicFunctors.Rep_I - Data.SOP.BasicFunctors.Rep_K - GHC.Generics.D:R:DemoteRepAssociativity - GHC.Generics.D:R:SingAssociativitya0 - GHC.Generics.SLeftAssociative - GHC.Generics.SRightAssociative - GHC.Generics.SNotAssociative - Text.Read.Lex.Digits - Generics.SOP.Instances.D:R:DatatypeInfoOfI - Generics.SOP.Instances.D:R:CodeI - Generics.SOP.Instances.D:R:DatatypeInfoOfK - Generics.SOP.Instances.D:R:CodeK - Generics.SOP.Instances.D:R:DatatypeInfoOf:.: - Generics.SOP.Instances.D:R:Code:.: - Generics.SOP.Instances.D:R:DatatypeInfoOf-.-> - Generics.SOP.Instances.D:R:Code-.-> - Generics.SOP.Instances.D:R:DatatypeInfoOfBool - Generics.SOP.Instances.D:R:CodeBool - Generics.SOP.Instances.D:R:DatatypeInfoOfOrdering - Generics.SOP.Instances.D:R:CodeOrdering - Generics.SOP.Instances.D:R:DatatypeInfoOfMaybe - Generics.SOP.Instances.D:R:CodeMaybe - Generics.SOP.Instances.D:R:DatatypeInfoOfEither - Generics.SOP.Instances.D:R:CodeEither - Generics.SOP.Instances.D:R:DatatypeInfoOfUnit - Generics.SOP.Instances.D:R:CodeUnit - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple2 - Generics.SOP.Instances.D:R:CodeTuple2 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple3 - Generics.SOP.Instances.D:R:CodeTuple3 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple4 - Generics.SOP.Instances.D:R:CodeTuple4 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple5 - Generics.SOP.Instances.D:R:CodeTuple5 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple6 - Generics.SOP.Instances.D:R:CodeTuple6 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple7 - Generics.SOP.Instances.D:R:CodeTuple7 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple8 - Generics.SOP.Instances.D:R:CodeTuple8 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple9 - Generics.SOP.Instances.D:R:CodeTuple9 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple10 - Generics.SOP.Instances.D:R:CodeTuple10 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple11 - Generics.SOP.Instances.D:R:CodeTuple11 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple12 - Generics.SOP.Instances.D:R:CodeTuple12 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple13 - Generics.SOP.Instances.D:R:CodeTuple13 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple14 - Generics.SOP.Instances.D:R:CodeTuple14 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple15 - Generics.SOP.Instances.D:R:CodeTuple15 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple16 - Generics.SOP.Instances.D:R:CodeTuple16 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple17 - Generics.SOP.Instances.D:R:CodeTuple17 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple18 - Generics.SOP.Instances.D:R:CodeTuple18 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple19 - Generics.SOP.Instances.D:R:CodeTuple19 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple20 - Generics.SOP.Instances.D:R:CodeTuple20 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple21 - Generics.SOP.Instances.D:R:CodeTuple21 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple22 - Generics.SOP.Instances.D:R:CodeTuple22 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple23 - Generics.SOP.Instances.D:R:CodeTuple23 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple24 - Generics.SOP.Instances.D:R:CodeTuple24 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple25 - Generics.SOP.Instances.D:R:CodeTuple25 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple26 - Generics.SOP.Instances.D:R:CodeTuple26 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple27 - Generics.SOP.Instances.D:R:CodeTuple27 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple28 - Generics.SOP.Instances.D:R:CodeTuple28 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple29 - Generics.SOP.Instances.D:R:CodeTuple29 - Generics.SOP.Instances.D:R:DatatypeInfoOfTuple30 - Generics.SOP.Instances.D:R:CodeTuple30 - Generics.SOP.Instances.D:R:DatatypeInfoOfList - Generics.SOP.Instances.D:R:CodeList - Generics.SOP.Instances.D:R:DatatypeInfoOfIOException - Generics.SOP.Instances.D:R:CodeIOException - Generics.SOP.Instances.D:R:DatatypeInfoOfArithException - Generics.SOP.Instances.D:R:CodeArithException - Generics.SOP.Instances.D:R:DatatypeInfoOfArrayException - Generics.SOP.Instances.D:R:CodeArrayException - Generics.SOP.Instances.D:R:DatatypeInfoOfAssertionFailed - Generics.SOP.Instances.D:R:CodeAssertionFailed - Generics.SOP.Instances.D:R:DatatypeInfoOfAsyncException - Generics.SOP.Instances.D:R:CodeAsyncException - Generics.SOP.Instances.D:R:DatatypeInfoOfNonTermination - Generics.SOP.Instances.D:R:CodeNonTermination - Generics.SOP.Instances.D:R:DatatypeInfoOfNestedAtomically - Generics.SOP.Instances.D:R:CodeNestedAtomically - Generics.SOP.Instances.D:R:DatatypeInfoOfBlockedIndefinitelyOnMVar - Generics.SOP.Instances.D:R:CodeBlockedIndefinitelyOnMVar - Generics.SOP.Instances.D:R:DatatypeInfoOfBlockedIndefinitelyOnSTM - Generics.SOP.Instances.D:R:CodeBlockedIndefinitelyOnSTM - Generics.SOP.Instances.D:R:DatatypeInfoOfAllocationLimitExceeded - Generics.SOP.Instances.D:R:CodeAllocationLimitExceeded - Generics.SOP.Instances.D:R:DatatypeInfoOfDeadlock - Generics.SOP.Instances.D:R:CodeDeadlock - Generics.SOP.Instances.D:R:DatatypeInfoOfNoMethodError - Generics.SOP.Instances.D:R:CodeNoMethodError - Generics.SOP.Instances.D:R:DatatypeInfoOfPatternMatchFail - Generics.SOP.Instances.D:R:CodePatternMatchFail - Generics.SOP.Instances.D:R:DatatypeInfoOfRecConError - Generics.SOP.Instances.D:R:CodeRecConError - Generics.SOP.Instances.D:R:DatatypeInfoOfRecSelError - Generics.SOP.Instances.D:R:CodeRecSelError - Generics.SOP.Instances.D:R:DatatypeInfoOfRecUpdError - Generics.SOP.Instances.D:R:CodeRecUpdError - Generics.SOP.Instances.D:R:DatatypeInfoOfErrorCall - Generics.SOP.Instances.D:R:CodeErrorCall - Generics.SOP.Instances.D:R:DatatypeInfoOfTypeError - Generics.SOP.Instances.D:R:CodeTypeError - Generics.SOP.Instances.D:R:DatatypeInfoOfMaskingState - Generics.SOP.Instances.D:R:CodeMaskingState - Generics.SOP.Instances.D:R:DatatypeInfoOfGeneralCategory - Generics.SOP.Instances.D:R:CodeGeneralCategory - Generics.SOP.Instances.D:R:DatatypeInfoOfComplex - Generics.SOP.Instances.D:R:CodeComplex - Generics.SOP.Instances.D:R:DatatypeInfoOfDataRep - Generics.SOP.Instances.D:R:CodeDataRep - Generics.SOP.Instances.D:R:DatatypeInfoOfFixity - Generics.SOP.Instances.D:R:CodeFixity - Generics.SOP.Instances.D:R:DatatypeInfoOfConstrRep - Generics.SOP.Instances.D:R:CodeConstrRep - Generics.SOP.Instances.D:R:DatatypeInfoOfFixed - Generics.SOP.Instances.D:R:CodeFixed - Generics.SOP.Instances.D:R:DatatypeInfoOfE0 - Generics.SOP.Instances.D:R:CodeE0 - Generics.SOP.Instances.D:R:DatatypeInfoOfE1 - Generics.SOP.Instances.D:R:CodeE1 - Generics.SOP.Instances.D:R:DatatypeInfoOfE2 - Generics.SOP.Instances.D:R:CodeE2 - Generics.SOP.Instances.D:R:DatatypeInfoOfE3 - Generics.SOP.Instances.D:R:CodeE3 - Generics.SOP.Instances.D:R:DatatypeInfoOfE6 - Generics.SOP.Instances.D:R:CodeE6 - Generics.SOP.Instances.D:R:DatatypeInfoOfE9 - Generics.SOP.Instances.D:R:CodeE9 - Generics.SOP.Instances.D:R:DatatypeInfoOfE12 - Generics.SOP.Instances.D:R:CodeE12 - Generics.SOP.Instances.D:R:DatatypeInfoOfCompose - Generics.SOP.Instances.D:R:CodeCompose - Generics.SOP.Instances.D:R:DatatypeInfoOfConst - Generics.SOP.Instances.D:R:CodeConst - Generics.SOP.Instances.D:R:DatatypeInfoOfIdentity - Generics.SOP.Instances.D:R:CodeIdentity - Generics.SOP.Instances.D:R:DatatypeInfoOfProduct - Generics.SOP.Instances.D:R:CodeProduct - Generics.SOP.Instances.D:R:DatatypeInfoOfSum - Generics.SOP.Instances.D:R:CodeSum - Generics.SOP.Instances.D:R:DatatypeInfoOfNonEmpty - Generics.SOP.Instances.D:R:CodeNonEmpty - Generics.SOP.Instances.D:R:DatatypeInfoOfDual - Generics.SOP.Instances.D:R:CodeDual - Generics.SOP.Instances.D:R:DatatypeInfoOfEndo - Generics.SOP.Instances.D:R:CodeEndo - Generics.SOP.Instances.D:R:DatatypeInfoOfAll - Generics.SOP.Instances.D:R:CodeAll - Generics.SOP.Instances.D:R:DatatypeInfoOfAny - Generics.SOP.Instances.D:R:CodeAny - Generics.SOP.Instances.D:R:DatatypeInfoOfSum0 - Generics.SOP.Instances.D:R:CodeSum0 - Generics.SOP.Instances.D:R:DatatypeInfoOfProduct0 - Generics.SOP.Instances.D:R:CodeProduct0 - Generics.SOP.Instances.D:R:DatatypeInfoOfFirst - Generics.SOP.Instances.D:R:CodeFirst - Generics.SOP.Instances.D:R:DatatypeInfoOfLast - Generics.SOP.Instances.D:R:CodeLast - Generics.SOP.Instances.D:R:DatatypeInfoOfAlt - Generics.SOP.Instances.D:R:CodeAlt - Generics.SOP.Instances.D:R:DatatypeInfoOfDown - Generics.SOP.Instances.D:R:CodeDown - Generics.SOP.Instances.D:R:DatatypeInfoOfProxy - Generics.SOP.Instances.D:R:CodeProxy - Generics.SOP.Instances.D:R:DatatypeInfoOfMin - Generics.SOP.Instances.D:R:CodeMin - Generics.SOP.Instances.D:R:DatatypeInfoOfMax - Generics.SOP.Instances.D:R:CodeMax - Generics.SOP.Instances.D:R:DatatypeInfoOfFirst0 - Generics.SOP.Instances.D:R:CodeFirst0 - Generics.SOP.Instances.D:R:DatatypeInfoOfLast0 - Generics.SOP.Instances.D:R:CodeLast0 - Generics.SOP.Instances.D:R:DatatypeInfoOfWrappedMonoid - Generics.SOP.Instances.D:R:CodeWrappedMonoid - Generics.SOP.Instances.D:R:DatatypeInfoOfArg - Generics.SOP.Instances.D:R:CodeArg - Generics.SOP.Instances.D:R:DatatypeInfoOfVersion - Generics.SOP.Instances.D:R:CodeVersion - Generics.SOP.Instances.D:R:DatatypeInfoOfVoid - Generics.SOP.Instances.D:R:CodeVoid - Generics.SOP.Instances.D:R:DatatypeInfoOfErrno - Generics.SOP.Instances.D:R:CodeErrno - Generics.SOP.Instances.D:R:DatatypeInfoOfCChar - Generics.SOP.Instances.D:R:CodeCChar - Generics.SOP.Instances.D:R:DatatypeInfoOfCSChar - Generics.SOP.Instances.D:R:CodeCSChar - Generics.SOP.Instances.D:R:DatatypeInfoOfCUChar - Generics.SOP.Instances.D:R:CodeCUChar - Generics.SOP.Instances.D:R:DatatypeInfoOfCShort - Generics.SOP.Instances.D:R:CodeCShort - Generics.SOP.Instances.D:R:DatatypeInfoOfCUShort - Generics.SOP.Instances.D:R:CodeCUShort - Generics.SOP.Instances.D:R:DatatypeInfoOfCInt - Generics.SOP.Instances.D:R:CodeCInt - Generics.SOP.Instances.D:R:DatatypeInfoOfCUInt - Generics.SOP.Instances.D:R:CodeCUInt - Generics.SOP.Instances.D:R:DatatypeInfoOfCLong - Generics.SOP.Instances.D:R:CodeCLong - Generics.SOP.Instances.D:R:DatatypeInfoOfCULong - Generics.SOP.Instances.D:R:CodeCULong - Generics.SOP.Instances.D:R:DatatypeInfoOfCPtrdiff - Generics.SOP.Instances.D:R:CodeCPtrdiff - Generics.SOP.Instances.D:R:DatatypeInfoOfCSize - Generics.SOP.Instances.D:R:CodeCSize - Generics.SOP.Instances.D:R:DatatypeInfoOfCWchar - Generics.SOP.Instances.D:R:CodeCWchar - Generics.SOP.Instances.D:R:DatatypeInfoOfCSigAtomic - Generics.SOP.Instances.D:R:CodeCSigAtomic - Generics.SOP.Instances.D:R:DatatypeInfoOfCLLong - Generics.SOP.Instances.D:R:CodeCLLong - Generics.SOP.Instances.D:R:DatatypeInfoOfCULLong - Generics.SOP.Instances.D:R:CodeCULLong - Generics.SOP.Instances.D:R:DatatypeInfoOfCIntPtr - Generics.SOP.Instances.D:R:CodeCIntPtr - Generics.SOP.Instances.D:R:DatatypeInfoOfCUIntPtr - Generics.SOP.Instances.D:R:CodeCUIntPtr - Generics.SOP.Instances.D:R:DatatypeInfoOfCIntMax - Generics.SOP.Instances.D:R:CodeCIntMax - Generics.SOP.Instances.D:R:DatatypeInfoOfCUIntMax - Generics.SOP.Instances.D:R:CodeCUIntMax - Generics.SOP.Instances.D:R:DatatypeInfoOfCClock - Generics.SOP.Instances.D:R:CodeCClock - Generics.SOP.Instances.D:R:DatatypeInfoOfCTime - Generics.SOP.Instances.D:R:CodeCTime - Generics.SOP.Instances.D:R:DatatypeInfoOfCUSeconds - Generics.SOP.Instances.D:R:CodeCUSeconds - Generics.SOP.Instances.D:R:DatatypeInfoOfCSUSeconds - Generics.SOP.Instances.D:R:CodeCSUSeconds - Generics.SOP.Instances.D:R:DatatypeInfoOfCFloat - Generics.SOP.Instances.D:R:CodeCFloat - Generics.SOP.Instances.D:R:DatatypeInfoOfCDouble - Generics.SOP.Instances.D:R:CodeCDouble - Generics.SOP.Instances.D:R:DatatypeInfoOfByteOrder - Generics.SOP.Instances.D:R:CodeByteOrder - Generics.SOP.Instances.D:R:DatatypeInfoOfThreadStatus - Generics.SOP.Instances.D:R:CodeThreadStatus - Generics.SOP.Instances.D:R:DatatypeInfoOfBlockReason - Generics.SOP.Instances.D:R:CodeBlockReason - Generics.SOP.Instances.D:R:DatatypeInfoOfLocation - Generics.SOP.Instances.D:R:CodeLocation - Generics.SOP.Instances.D:R:DatatypeInfoOfSrcLoc - Generics.SOP.Instances.D:R:CodeSrcLoc - Generics.SOP.Instances.D:R:DatatypeInfoOfRuntimeRep - Generics.SOP.Instances.D:R:CodeRuntimeRep - Generics.SOP.Instances.D:R:DatatypeInfoOfVecCount - Generics.SOP.Instances.D:R:CodeVecCount - Generics.SOP.Instances.D:R:DatatypeInfoOfVecElem - Generics.SOP.Instances.D:R:CodeVecElem - Generics.SOP.Instances.D:R:DatatypeInfoOfK1 - Generics.SOP.Instances.D:R:CodeK1 - Generics.SOP.Instances.D:R:DatatypeInfoOfU1 - Generics.SOP.Instances.D:R:CodeU1 - Generics.SOP.Instances.D:R:DatatypeInfoOfV1 - Generics.SOP.Instances.D:R:CodeV1 - Generics.SOP.Instances.D:R:DatatypeInfoOfPar1 - Generics.SOP.Instances.D:R:CodePar1 - Generics.SOP.Instances.D:R:DatatypeInfoOfM1 - Generics.SOP.Instances.D:R:CodeM1 - Generics.SOP.Instances.D:R:DatatypeInfoOfR - Generics.SOP.Instances.D:R:CodeR - Generics.SOP.Instances.D:R:DatatypeInfoOfS - Generics.SOP.Instances.D:R:CodeS - Generics.SOP.Instances.D:R:DatatypeInfoOfD - Generics.SOP.Instances.D:R:CodeD - Generics.SOP.Instances.D:R:DatatypeInfoOfC - Generics.SOP.Instances.D:R:CodeC - Generics.SOP.Instances.D:R:DatatypeInfoOf:*: - Generics.SOP.Instances.D:R:Code:*: - Generics.SOP.Instances.D:R:DatatypeInfoOf:+: - Generics.SOP.Instances.D:R:Code:+: - Generics.SOP.Instances.D:R:DatatypeInfoOf:.:0 - Generics.SOP.Instances.D:R:Code:.:0 - Generics.SOP.Instances.D:R:DatatypeInfoOfAssociativity - Generics.SOP.Instances.D:R:CodeAssociativity - Generics.SOP.Instances.D:R:DatatypeInfoOfDecidedStrictness - Generics.SOP.Instances.D:R:CodeDecidedStrictness - Generics.SOP.Instances.D:R:DatatypeInfoOfSourceStrictness - Generics.SOP.Instances.D:R:CodeSourceStrictness - Generics.SOP.Instances.D:R:DatatypeInfoOfSourceUnpackedness - Generics.SOP.Instances.D:R:CodeSourceUnpackedness - Generics.SOP.Instances.D:R:DatatypeInfoOfFixity0 - Generics.SOP.Instances.D:R:CodeFixity0 - Generics.SOP.Instances.D:R:DatatypeInfoOfBuffer - Generics.SOP.Instances.D:R:CodeBuffer - Generics.SOP.Instances.D:R:DatatypeInfoOfBufferState - Generics.SOP.Instances.D:R:CodeBufferState - Generics.SOP.Instances.D:R:DatatypeInfoOfIODeviceType - Generics.SOP.Instances.D:R:CodeIODeviceType - GHC.IO.Encoding.Types.CodeBuffer# - Generics.SOP.Instances.D:R:DatatypeInfoOfBufferCodec - Generics.SOP.Instances.D:R:CodeBufferCodec - Generics.SOP.Instances.D:R:DatatypeInfoOfCodingProgress - Generics.SOP.Instances.D:R:CodeCodingProgress - Generics.SOP.Instances.D:R:DatatypeInfoOfCodingFailureMode - Generics.SOP.Instances.D:R:CodeCodingFailureMode - Generics.SOP.Instances.D:R:DatatypeInfoOfFingerprint - Generics.SOP.Instances.D:R:CodeFingerprint - Generics.SOP.Instances.D:R:DatatypeInfoOfFFFormat - Generics.SOP.Instances.D:R:CodeFFFormat - Generics.SOP.Instances.D:R:DatatypeInfoOfFixIOException - Generics.SOP.Instances.D:R:CodeFixIOException - Generics.SOP.Instances.D:R:DatatypeInfoOfIOErrorType - Generics.SOP.Instances.D:R:CodeIOErrorType - Generics.SOP.Instances.D:R:DatatypeInfoOfHandlePosn - Generics.SOP.Instances.D:R:CodeHandlePosn - Generics.SOP.Instances.D:R:DatatypeInfoOfLockMode - Generics.SOP.Instances.D:R:CodeLockMode - Generics.SOP.Instances.D:R:DatatypeInfoOfRTSFlags - Generics.SOP.Instances.D:R:CodeRTSFlags - Generics.SOP.Instances.D:R:DatatypeInfoOfGiveGCStats - Generics.SOP.Instances.D:R:CodeGiveGCStats - Generics.SOP.Instances.D:R:DatatypeInfoOfGCFlags - Generics.SOP.Instances.D:R:CodeGCFlags - Generics.SOP.Instances.D:R:DatatypeInfoOfConcFlags - Generics.SOP.Instances.D:R:CodeConcFlags - Generics.SOP.Instances.D:R:DatatypeInfoOfMiscFlags - Generics.SOP.Instances.D:R:CodeMiscFlags - Generics.SOP.Instances.D:R:DatatypeInfoOfDebugFlags - Generics.SOP.Instances.D:R:CodeDebugFlags - Generics.SOP.Instances.D:R:DatatypeInfoOfDoCostCentres - Generics.SOP.Instances.D:R:CodeDoCostCentres - Generics.SOP.Instances.D:R:DatatypeInfoOfCCFlags - Generics.SOP.Instances.D:R:CodeCCFlags - Generics.SOP.Instances.D:R:DatatypeInfoOfDoHeapProfile - Generics.SOP.Instances.D:R:CodeDoHeapProfile - Generics.SOP.Instances.D:R:DatatypeInfoOfProfFlags - Generics.SOP.Instances.D:R:CodeProfFlags - Generics.SOP.Instances.D:R:DatatypeInfoOfDoTrace - Generics.SOP.Instances.D:R:CodeDoTrace - Generics.SOP.Instances.D:R:DatatypeInfoOfTraceFlags - Generics.SOP.Instances.D:R:CodeTraceFlags - Generics.SOP.Instances.D:R:DatatypeInfoOfTickyFlags - Generics.SOP.Instances.D:R:CodeTickyFlags - Generics.SOP.Instances.D:R:DatatypeInfoOfParFlags - Generics.SOP.Instances.D:R:CodeParFlags - Generics.SOP.Instances.D:R:DatatypeInfoOfSrcLoc0 - Generics.SOP.Instances.D:R:CodeSrcLoc0 - Generics.SOP.Instances.D:R:DatatypeInfoOfCallStack - Generics.SOP.Instances.D:R:CodeCallStack - Generics.SOP.Instances.D:R:DatatypeInfoOfStaticPtrInfo - Generics.SOP.Instances.D:R:CodeStaticPtrInfo - Generics.SOP.Instances.D:R:DatatypeInfoOfRTSStats - Generics.SOP.Instances.D:R:CodeRTSStats - Generics.SOP.Instances.D:R:DatatypeInfoOfGCDetails - Generics.SOP.Instances.D:R:CodeGCDetails - Generics.SOP.Instances.D:R:DatatypeInfoOfArgOrder - Generics.SOP.Instances.D:R:CodeArgOrder - Generics.SOP.Instances.D:R:DatatypeInfoOfOptDescr - Generics.SOP.Instances.D:R:CodeOptDescr - Generics.SOP.Instances.D:R:DatatypeInfoOfArgDescr - Generics.SOP.Instances.D:R:CodeArgDescr - Generics.SOP.Instances.D:R:DatatypeInfoOfExitCode - Generics.SOP.Instances.D:R:CodeExitCode - Generics.SOP.Instances.D:R:DatatypeInfoOfIOMode - Generics.SOP.Instances.D:R:CodeIOMode - Generics.SOP.Instances.D:R:DatatypeInfoOfBufferMode - Generics.SOP.Instances.D:R:CodeBufferMode - Generics.SOP.Instances.D:R:DatatypeInfoOfSeekMode - Generics.SOP.Instances.D:R:CodeSeekMode - Generics.SOP.Instances.D:R:DatatypeInfoOfNewline - Generics.SOP.Instances.D:R:CodeNewline - Generics.SOP.Instances.D:R:DatatypeInfoOfNewlineMode - Generics.SOP.Instances.D:R:CodeNewlineMode - Generics.SOP.Instances.D:R:DatatypeInfoOfFieldFormat - Generics.SOP.Instances.D:R:CodeFieldFormat - Generics.SOP.Instances.D:R:DatatypeInfoOfFormatAdjustment - Generics.SOP.Instances.D:R:CodeFormatAdjustment - Generics.SOP.Instances.D:R:DatatypeInfoOfFormatSign - Generics.SOP.Instances.D:R:CodeFormatSign - Generics.SOP.Instances.D:R:DatatypeInfoOfFormatParse - Generics.SOP.Instances.D:R:CodeFormatParse - Generics.SOP.Instances.D:R:DatatypeInfoOfLexeme - Generics.SOP.Instances.D:R:CodeLexeme - Generics.SOP.Instances.D:R:DatatypeInfoOfNumber - Generics.SOP.Instances.D:R:CodeNumber Documentation created: dist/doc/html/generics-sop/, dist/doc/html/generics-sop/generics-sop.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/generics-sop-0.5.1.4-CK6OBAGac0VCuZDLvdR8a8 Completed generics-sop-0.5.1.4 Configuring network-uri-2.6.4.2... Preprocessing library for network-uri-2.6.4.2.. Building library for network-uri-2.6.4.2.. [1 of 3] Compiling Network.URI ( Network/URI.hs, dist/build/Network/URI.o, dist/build/Network/URI.dyn_o ) Network/URI.hs:1131:12: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 1131 | if head (uriPath ref) == '/' then | ^^^^ Network/URI.hs:1437:16: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 1437 | query = orNull tail . uriQuery | ^^^^ Network/URI.hs:1441:19: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 1441 | fragment = orNull tail . uriFragment | ^^^^ [2 of 3] Compiling Network.URI.Lens ( Network/URI/Lens.hs, dist/build/Network/URI/Lens.o, dist/build/Network/URI/Lens.dyn_o ) [3 of 3] Compiling Network.URI.Static ( Network/URI/Static.hs, dist/build/Network/URI/Static.o, dist/build/Network/URI/Static.dyn_o ) Preprocessing library for network-uri-2.6.4.2.. Running Haddock on library for network-uri-2.6.4.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 3] Compiling Network.URI ( Network/URI.hs, nothing ) Network/URI.hs:1131:12: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 1131 | if head (uriPath ref) == '/' then | ^^^^ Network/URI.hs:1437:16: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 1437 | query = orNull tail . uriQuery | ^^^^ Network/URI.hs:1441:19: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 1441 | fragment = orNull tail . uriFragment | ^^^^ [2 of 3] Compiling Network.URI.Lens ( Network/URI/Lens.hs, nothing ) [3 of 3] Compiling Network.URI.Static ( Network/URI/Static.hs, nothing ) Haddock coverage: Warning: 'URI' is ambiguous. It is defined * at Network/URI.hs:184:12 * at Network/URI.hs:184: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 Network/URI.hs:184:1 77% ( 42 / 54) in 'Network.URI' Missing documentation for: uriIsAbsolute (Network/URI.hs:388) uriIsRelative (Network/URI.hs:391) uriAuthToString (Network/URI.hs:959) parseabsoluteURI (Network/URI.hs:1400) escapeString (Network/URI.hs:1404) reserved (Network/URI.hs:1408) unreserved (Network/URI.hs:1412) scheme (Network/URI.hs:1418) authority (Network/URI.hs:1425) path (Network/URI.hs:1433) query (Network/URI.hs:1437) fragment (Network/URI.hs:1441) 11% ( 1 / 9) in 'Network.URI.Lens' Missing documentation for: uriRegNameLens (Network/URI/Lens.hs:32) uriUserInfoLens (Network/URI/Lens.hs:35) uriPortLens (Network/URI/Lens.hs:39) uriAuthorityLens (Network/URI/Lens.hs:42) uriSchemeLens (Network/URI/Lens.hs:46) uriPathLens (Network/URI/Lens.hs:49) uriQueryLens (Network/URI/Lens.hs:52) uriFragmentLens (Network/URI/Lens.hs:55) 88% ( 8 / 9) in 'Network.URI.Static' Missing documentation for: Module header Warning: Network.URI: could not find link destinations for: - Network.URI.Rep_URI - Network.URI.Rep_URIAuth Warning: Network.URI.Lens: could not find link destinations for: - Network.URI.Lens.Lens' Documentation created: dist/doc/html/network-uri/, dist/doc/html/network-uri/network-uri.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/network-uri-2.6.4.2-9dfGMfPiC12BvsnaeenaXD Completed network-uri-2.6.4.2 Configuring transformers-base-0.4.6... Preprocessing library for transformers-base-0.4.6.. Building library for transformers-base-0.4.6.. [1 of 1] Compiling Control.Monad.Base ( src/Control/Monad/Base.hs, dist/build/Control/Monad/Base.o, dist/build/Control/Monad/Base.dyn_o ) Preprocessing library for transformers-base-0.4.6.. Running Haddock on library for transformers-base-0.4.6.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Control.Monad.Base ( src/Control/Monad/Base.hs, nothing ) Haddock coverage: 33% ( 1 / 3) in 'Control.Monad.Base' Missing documentation for: Module header MonadBase (src/Control/Monad/Base.hs:60) Documentation created: dist/doc/html/transformers-base/, dist/doc/html/transformers-base/transformers-base.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/transformers-base-0.4.6-pKTdaI7fhZL8cg5xaxvTv Completed transformers-base-0.4.6 Configuring ansi-terminal-1.1.5... Preprocessing library for ansi-terminal-1.1.5.. Building library for ansi-terminal-1.1.5.. [1 of 2] Compiling System.Console.ANSI.Internal ( unix/System/Console/ANSI/Internal.hs, dist/build/System/Console/ANSI/Internal.o, dist/build/System/Console/ANSI/Internal.dyn_o ) [2 of 2] Compiling System.Console.ANSI ( src/System/Console/ANSI.hs, dist/build/System/Console/ANSI.o, dist/build/System/Console/ANSI.dyn_o ) Preprocessing library for ansi-terminal-1.1.5.. Running Haddock on library for ansi-terminal-1.1.5.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling System.Console.ANSI.Internal ( unix/System/Console/ANSI/Internal.hs, nothing ) [2 of 2] Compiling System.Console.ANSI ( src/System/Console/ANSI.hs, nothing ) Haddock coverage: 54% ( 85 /155) in 'System.Console.ANSI' Missing documentation for: cursorUp (src/System/Console/ANSI.hs:416) cursorDown (src/System/Console/ANSI.hs:417) cursorForward (src/System/Console/ANSI.hs:418) cursorBackward (src/System/Console/ANSI.hs:419) hCursorUp (src/System/Console/ANSI.hs:408) hCursorDown (src/System/Console/ANSI.hs:409) hCursorForward (src/System/Console/ANSI.hs:410) hCursorBackward (src/System/Console/ANSI.hs:411) cursorUpCode cursorDownCode cursorForwardCode cursorBackwardCode cursorUpLine (src/System/Console/ANSI.hs:432) cursorDownLine (src/System/Console/ANSI.hs:431) hCursorUpLine (src/System/Console/ANSI.hs:426) hCursorDownLine (src/System/Console/ANSI.hs:425) cursorUpLineCode cursorDownLineCode hSetCursorColumn (src/System/Console/ANSI.hs:438) hSetCursorPosition (src/System/Console/ANSI.hs:452) hSaveCursor (src/System/Console/ANSI.hs:463) hRestoreCursor (src/System/Console/ANSI.hs:464) hReportCursorPosition (src/System/Console/ANSI.hs:465) clearFromCursorToScreenEnd (src/System/Console/ANSI.hs:1058) clearFromCursorToScreenBeginning (src/System/Console/ANSI.hs:1059) clearScreen (src/System/Console/ANSI.hs:1060) clearFromCursorToLineEnd (src/System/Console/ANSI.hs:1070) clearFromCursorToLineBeginning (src/System/Console/ANSI.hs:1071) clearLine (src/System/Console/ANSI.hs:1072) hClearFromCursorToScreenEnd (src/System/Console/ANSI.hs:1052) hClearFromCursorToScreenBeginning (src/System/Console/ANSI.hs:1053) hClearScreen (src/System/Console/ANSI.hs:1055) hClearFromCursorToLineEnd (src/System/Console/ANSI.hs:1065) hClearFromCursorToLineBeginning (src/System/Console/ANSI.hs:1066) hClearLine (src/System/Console/ANSI.hs:1067) clearFromCursorToScreenEndCode clearFromCursorToScreenBeginningCode clearScreenCode clearFromCursorToLineEndCode clearFromCursorToLineBeginningCode clearLineCode enableLineWrap (src/System/Console/ANSI.hs:1081) disableLineWrap (src/System/Console/ANSI.hs:1082) hEnableLineWrap (src/System/Console/ANSI.hs:1077) hDisableLineWrap (src/System/Console/ANSI.hs:1078) enableLineWrapCode disableLineWrapCode scrollPageUp (src/System/Console/ANSI.hs:1094) scrollPageDown (src/System/Console/ANSI.hs:1095) hScrollPageUp (src/System/Console/ANSI.hs:1088) hScrollPageDown (src/System/Console/ANSI.hs:1089) scrollPageUpCode scrollPageDownCode hUseAlternateScreenBuffer (src/System/Console/ANSI.hs:509) hUseNormalScreenBuffer (src/System/Console/ANSI.hs:512) useAlternateScreenBufferCode useNormalScreenBufferCode hReportLayerColor (src/System/Console/ANSI.hs:825) hSetSGR (src/System/Console/ANSI.hs:1038) setSGRCode hideCursor (src/System/Console/ANSI.hs:505) showCursor (src/System/Console/ANSI.hs:506) hHideCursor (src/System/Console/ANSI.hs:501) hShowCursor (src/System/Console/ANSI.hs:502) hideCursorCode showCursorCode hHyperlink (src/System/Console/ANSI.hs:571) hHyperlinkWithId (src/System/Console/ANSI.hs:593) hHyperlinkWithParams (src/System/Console/ANSI.hs:548) hSetTitle (src/System/Console/ANSI.hs:613) Documentation created: dist/doc/html/ansi-terminal/, dist/doc/html/ansi-terminal/ansi-terminal.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ansi-terminal-1.1.5-F7lGUR3isCV1YxtZEq2804 Completed ansi-terminal-1.1.5 Configuring cookie-0.5.1... Preprocessing library for cookie-0.5.1.. Building library for cookie-0.5.1.. [1 of 1] Compiling Web.Cookie ( Web/Cookie.hs, dist/build/Web/Cookie.o, dist/build/Web/Cookie.dyn_o ) Preprocessing library for cookie-0.5.1.. Running Haddock on library for cookie-0.5.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Web.Cookie ( Web/Cookie.hs, nothing ) Haddock coverage: Warning: 'SetCookie' is ambiguous. It is defined * at Web/Cookie.hs:151:18 * at Web/Cookie.hs:151: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 Web/Cookie.hs:151:1 Warning: 'UTCTime' is ambiguous. It is defined * in Data.Time.Clock.Internal.UTCTime * in Data.Time.Clock.Internal.UTCTime 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.Time.Clock.Internal.UTCTime 75% ( 28 / 37) in 'Web.Cookie' Missing documentation for: Module header parseSetCookie (Web/Cookie.hs:269) renderSetCookie (Web/Cookie.hs:228) Cookies (Web/Cookie.hs:75) renderCookies (Web/Cookie.hs:130) parseCookiesText (Web/Cookie.hs:67) renderCookiesText (Web/Cookie.hs:73) expiresFormat (Web/Cookie.hs:295) parseCookieExpires (Web/Cookie.hs:303) Documentation created: dist/doc/html/cookie/, dist/doc/html/cookie/cookie.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/cookie-0.5.1-B7knclsRewG5XPri0X69Z1 Completed cookie-0.5.1 Configuring optics-th-0.4.1... Preprocessing library for optics-th-0.4.1.. Building library for optics-th-0.4.1.. [1 of 5] Compiling Language.Haskell.TH.Optics.Internal ( src/Language/Haskell/TH/Optics/Internal.hs, dist/build/Language/Haskell/TH/Optics/Internal.o, dist/build/Language/Haskell/TH/Optics/Internal.dyn_o ) [2 of 5] Compiling Optics.TH.Internal.Utils ( src/Optics/TH/Internal/Utils.hs, dist/build/Optics/TH/Internal/Utils.o, dist/build/Optics/TH/Internal/Utils.dyn_o ) [3 of 5] Compiling Optics.TH.Internal.Sum ( src/Optics/TH/Internal/Sum.hs, dist/build/Optics/TH/Internal/Sum.o, dist/build/Optics/TH/Internal/Sum.dyn_o ) [4 of 5] Compiling Optics.TH.Internal.Product ( src/Optics/TH/Internal/Product.hs, dist/build/Optics/TH/Internal/Product.o, dist/build/Optics/TH/Internal/Product.dyn_o ) [5 of 5] Compiling Optics.TH ( src/Optics/TH.hs, dist/build/Optics/TH.o, dist/build/Optics/TH.dyn_o ) Preprocessing library for optics-th-0.4.1.. Running Haddock on library for optics-th-0.4.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 5] Compiling Language.Haskell.TH.Optics.Internal ( src/Language/Haskell/TH/Optics/Internal.hs, nothing ) [2 of 5] Compiling Optics.TH.Internal.Utils ( src/Optics/TH/Internal/Utils.hs, nothing ) [3 of 5] Compiling Optics.TH.Internal.Sum ( src/Optics/TH/Internal/Sum.hs, nothing ) [4 of 5] Compiling Optics.TH.Internal.Product ( src/Optics/TH/Internal/Product.hs, nothing ) [5 of 5] Compiling Optics.TH ( src/Optics/TH.hs, nothing ) Haddock coverage: 66% ( 12 / 18) in 'Optics.TH.Internal.Utils' Missing documentation for: Module header eqSubst (src/Optics/TH/Internal/Utils.hs:52) addKindInfo (src/Optics/TH/Internal/Utils.hs:57) requireExtensionsForLabels (src/Optics/TH/Internal/Utils.hs:138) requireExtensionsForFields (src/Optics/TH/Internal/Utils.hs:147) inlinePragma (src/Optics/TH/Internal/Utils.hs:157) 60% ( 3 / 5) in 'Optics.TH.Internal.Sum' Missing documentation for: Module header makePrismLabels (src/Optics/TH/Internal/Sum.hs:86) Warning: 's' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'OpticStab' is ambiguous. It is defined * at src/Optics/TH/Internal/Product.hs:349:5 * at src/Optics/TH/Internal/Product.hs:348: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/Optics/TH/Internal/Product.hs:348:1 63% ( 7 / 11) in 'Optics.TH.Internal.Product' Missing documentation for: Module header makeFieldOpticsForDec (src/Optics/TH/Internal/Product.hs:68) makeFieldOpticsForDec' (src/Optics/TH/Internal/Product.hs:71) makeFieldLabelsForDec (src/Optics/TH/Internal/Product.hs:133) Warning: 'Name' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax 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 Language.Haskell.TH.Syntax Warning: 'LensRules' is ambiguous. It is defined * at src/Optics/TH/Internal/Product.hs:878:18 * at src/Optics/TH/Internal/Product.hs:878: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/Optics/TH/Internal/Product.hs:878:1 Warning: '_name' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '_fooName' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 93% ( 68 / 73) in 'Optics.TH' Missing documentation for: Module header declareFieldLabelsWith (src/Optics/TH.hs:205) defaultFieldRules (src/Optics/TH.hs:602) makePrismLabels (src/Optics/TH/Internal/Sum.hs:86) abbreviatedFieldLabels (src/Optics/TH.hs:721) Documentation created: dist/doc/html/optics-th/, dist/doc/html/optics-th/optics-th.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/optics-th-0.4.1-1dBwabxEvHD2e4MwoxS2dy Completed optics-th-0.4.1 Configuring unix-2.8.8.0... configure: WARNING: unrecognized options: --with-compiler checking for gcc... /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc accepts -g... yes checking for /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc option to enable C11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for an ANSI C-conforming const... yes checking for option for large files... none needed checking for dirent.h... yes checking for fcntl.h... yes checking for grp.h... yes checking for limits.h... yes checking for pwd.h... yes checking for signal.h... yes checking for string.h... (cached) yes checking for sys/resource.h... yes checking for sys/stat.h... (cached) yes checking for sys/times.h... yes checking for sys/time.h... yes checking for sys/utsname.h... yes checking for sys/wait.h... yes checking for sys/sysmacros.h... yes checking for bsd/libutil.h... no checking for libutil.h... no checking for pty.h... yes checking for utmp.h... yes checking for termios.h... yes checking for time.h... yes checking for unistd.h... (cached) yes checking for utime.h... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for struct dirent.d_type... yes checking value of DT_UNKNOWN... 0 checking value of DT_FIFO... 1 checking value of DT_CHR... 2 checking value of DT_DIR... 4 checking value of DT_BLK... 6 checking value of DT_REG... 8 checking value of DT_LNK... 10 checking value of DT_SOCK... 12 checking value of DT_WHT... 14 checking for getgrgid_r... yes checking for getgrnam_r... yes checking for getpwnam_r... yes checking for getpwuid_r... yes checking for getpwnam... yes checking for getpwuid... yes checking for getpwent... yes checking for getgrent... yes checking for lchown... yes checking for setenv... yes checking for sysconf... yes checking for unsetenv... yes checking for clearenv... yes checking for nanosleep... yes checking for ptsname... yes checking for setitimer... yes checking for readdir_r... yes checking for alarm... yes checking for dup... yes checking for execv... yes checking for getpid... yes checking for mknod... yes checking for mkstemp... yes checking for pipe... yes checking for times... yes checking for chown... yes checking for fchdir... yes checking for fchmod... yes checking for struct rlimit... yes checking for statx... yes checking for struct statx... yes checking for statx.stx_mnt_id... yes checking for F_GETLK from fcntl.h... checking how to run the C preprocessor... /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc -E checking for egrep -e... /nix/store/0mqngkz34kv5z6hz91bbbgzgrnz56c4y-gnugrep-3.11/bin/grep -E yes checking for O_DIRECT open flag... yes checking for F_NOCACHE from fcntl.h... no checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for telldir... yes checking for seekdir... yes checking for _NSGetEnviron... no checking for /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc options needed to detect all undeclared functions... none needed checking whether execvpe is declared... yes checking for execvpe... yes checking whether CLOCKS_PER_SEC is declared... yes checking for struct stat.st_atim... yes checking for struct stat.st_mtim... yes checking for struct stat.st_ctim... yes checking for struct stat.st_atimespec... no checking for struct stat.st_mtimespec... no checking for struct stat.st_ctimespec... no checking for struct stat.st_atimensec... no checking for struct stat.st_mtimensec... no checking for struct stat.st_ctimensec... no checking for struct stat.st_atime_n... no checking for struct stat.st_mtime_n... no checking for struct stat.st_ctime_n... no checking for struct stat.st_uatime... no checking for struct stat.st_umtime... no checking for struct stat.st_uctime... no checking for struct stat.st_blocks... yes checking for struct stat.st_blksize... yes checking for struct passwd.pw_gecos... yes checking for utimensat... yes checking for futimens... yes checking for lutimes... yes checking for futimes... yes checking for mkstemps... yes checking for mkdtemp... yes checking for fsync... yes checking whether fdatasync is declared... yes checking for fdatasync... yes checking for posix_fadvise... yes checking for posix_fallocate... yes checking whether tcdrain is declared... yes checking whether ctermid is declared... yes checking for library containing shm_open... none required checking for shm_open... yes checking for shm_unlink... yes checking value of SIGABRT... 6 checking value of SIGALRM... 14 checking value of SIGBUS... 7 checking value of SIGCHLD... 17 checking value of SIGCONT... 18 checking value of SIGFPE... 8 checking value of SIGHUP... 1 checking value of SIGILL... 4 checking value of SIGINT... 2 checking value of SIGKILL... 9 checking value of SIGPIPE... 13 checking value of SIGQUIT... 3 checking value of SIGSEGV... 11 checking value of SIGSTOP... 19 checking value of SIGTERM... 15 checking value of SIGTSTP... 20 checking value of SIGTTIN... 21 checking value of SIGTTOU... 22 checking value of SIGUSR1... 10 checking value of SIGUSR2... 12 checking value of SIGPOLL... 29 checking value of SIGPROF... 27 checking value of SIGSYS... 31 checking value of SIGTRAP... 5 checking value of SIGURG... 23 checking value of SIGVTALRM... 26 checking value of SIGXCPU... 24 checking value of SIGXFSZ... 25 checking value of SIG_BLOCK... 0 checking value of SIG_SETMASK... 2 checking value of SIG_UNBLOCK... 1 checking value of SIGINFO... -1 checking value of SIGWINCH... 28 checking for _SC_GETGR_R_SIZE_MAX... yes checking for _SC_GETPW_R_SIZE_MAX... yes checking return type of usleep... int checking return type of unsetenv... int checking for RTLD_NEXT from dlfcn.h... yes checking for RTLD_DEFAULT from dlfcn.h... yes checking for openpty... yes checking for /dev/ptmx... yes checking for /dev/ptc... no checking for library containing dlopen... none required checking for library containing sem_close... none required checking whether sem_getvalue is declared... yes configure: creating ./config.status config.status: creating unix.buildinfo config.status: creating include/HsUnixConfig.h configure: WARNING: unrecognized options: --with-compiler Preprocessing library for unix-2.8.8.0.. Building library for unix-2.8.8.0.. [ 1 of 53] Compiling System.Posix.ByteString.FilePath ( dist/build/System/Posix/ByteString/FilePath.hs, dist/build/System/Posix/ByteString/FilePath.o, dist/build/System/Posix/ByteString/FilePath.dyn_o ) [ 2 of 53] Compiling System.Posix.DynamicLinker.Prim ( dist/build/System/Posix/DynamicLinker/Prim.hs, dist/build/System/Posix/DynamicLinker/Prim.o, dist/build/System/Posix/DynamicLinker/Prim.dyn_o ) [ 3 of 53] Compiling System.Posix.DynamicLinker.Common ( dist/build/System/Posix/DynamicLinker/Common.hs, dist/build/System/Posix/DynamicLinker/Common.o, dist/build/System/Posix/DynamicLinker/Common.dyn_o ) [ 4 of 53] Compiling System.Posix.DynamicLinker.ByteString ( dist/build/System/Posix/DynamicLinker/ByteString.hs, dist/build/System/Posix/DynamicLinker/ByteString.o, dist/build/System/Posix/DynamicLinker/ByteString.dyn_o ) [ 5 of 53] Compiling System.Posix.DynamicLinker ( dist/build/System/Posix/DynamicLinker.hs, dist/build/System/Posix/DynamicLinker.o, dist/build/System/Posix/DynamicLinker.dyn_o ) [ 6 of 53] Compiling System.Posix.DynamicLinker.Module ( dist/build/System/Posix/DynamicLinker/Module.hs, dist/build/System/Posix/DynamicLinker/Module.o, dist/build/System/Posix/DynamicLinker/Module.dyn_o ) [ 7 of 53] Compiling System.Posix.DynamicLinker.Module.ByteString ( dist/build/System/Posix/DynamicLinker/Module/ByteString.hs, dist/build/System/Posix/DynamicLinker/Module/ByteString.o, dist/build/System/Posix/DynamicLinker/Module/ByteString.dyn_o ) [ 8 of 53] Compiling System.Posix.Env.Internal ( dist/build/System/Posix/Env/Internal.hs, dist/build/System/Posix/Env/Internal.o, dist/build/System/Posix/Env/Internal.dyn_o ) [ 9 of 53] Compiling System.Posix.Env ( dist/build/System/Posix/Env.hs, dist/build/System/Posix/Env.o, dist/build/System/Posix/Env.dyn_o ) [10 of 53] Compiling System.Posix.Env.ByteString ( dist/build/System/Posix/Env/ByteString.hs, dist/build/System/Posix/Env/ByteString.o, dist/build/System/Posix/Env/ByteString.dyn_o ) [11 of 53] Compiling System.Posix.Env.PosixString ( dist/build/System/Posix/Env/PosixString.hs, dist/build/System/Posix/Env/PosixString.o, dist/build/System/Posix/Env/PosixString.dyn_o ) [12 of 53] Compiling System.Posix.Error ( System/Posix/Error.hs, dist/build/System/Posix/Error.o, dist/build/System/Posix/Error.dyn_o ) [13 of 53] Compiling System.Posix.Fcntl ( dist/build/System/Posix/Fcntl.hs, dist/build/System/Posix/Fcntl.o, dist/build/System/Posix/Fcntl.dyn_o ) [14 of 53] Compiling System.Posix.Files.Common ( dist/build/System/Posix/Files/Common.hs, dist/build/System/Posix/Files/Common.o, dist/build/System/Posix/Files/Common.dyn_o ) [15 of 53] Compiling System.Posix.Files.ByteString ( dist/build/System/Posix/Files/ByteString.hs, dist/build/System/Posix/Files/ByteString.o, dist/build/System/Posix/Files/ByteString.dyn_o ) [16 of 53] Compiling System.Posix.Files ( dist/build/System/Posix/Files.hs, dist/build/System/Posix/Files.o, dist/build/System/Posix/Files.dyn_o ) [17 of 53] Compiling System.Posix.Directory.Common ( dist/build/System/Posix/Directory/Common.hs, dist/build/System/Posix/Directory/Common.o, dist/build/System/Posix/Directory/Common.dyn_o ) [18 of 53] Compiling System.Posix.Directory.Internals ( dist/build/System/Posix/Directory/Internals.hs, dist/build/System/Posix/Directory/Internals.o, dist/build/System/Posix/Directory/Internals.dyn_o ) [19 of 53] Compiling System.Posix.Directory.Fd ( dist/build/System/Posix/Directory/Fd.hs, dist/build/System/Posix/Directory/Fd.o, dist/build/System/Posix/Directory/Fd.dyn_o ) [20 of 53] Compiling System.Posix.Directory.ByteString ( dist/build/System/Posix/Directory/ByteString.hs, dist/build/System/Posix/Directory/ByteString.o, dist/build/System/Posix/Directory/ByteString.dyn_o ) [21 of 53] Compiling System.Posix.Directory ( dist/build/System/Posix/Directory.hs, dist/build/System/Posix/Directory.o, dist/build/System/Posix/Directory.dyn_o ) [22 of 53] Compiling System.Posix.IO.Common ( dist/build/System/Posix/IO/Common.hs, dist/build/System/Posix/IO/Common.o, dist/build/System/Posix/IO/Common.dyn_o ) [23 of 53] Compiling System.Posix.IO.ByteString ( dist/build/System/Posix/IO/ByteString.hs, dist/build/System/Posix/IO/ByteString.o, dist/build/System/Posix/IO/ByteString.dyn_o ) [24 of 53] Compiling System.Posix.IO ( dist/build/System/Posix/IO.hs, dist/build/System/Posix/IO.o, dist/build/System/Posix/IO.dyn_o ) [25 of 53] Compiling System.Posix.PosixPath.FilePath ( dist/build/System/Posix/PosixPath/FilePath.hs, dist/build/System/Posix/PosixPath/FilePath.o, dist/build/System/Posix/PosixPath/FilePath.dyn_o ) [26 of 53] Compiling System.Posix.IO.PosixString ( dist/build/System/Posix/IO/PosixString.hs, dist/build/System/Posix/IO/PosixString.o, dist/build/System/Posix/IO/PosixString.dyn_o ) [27 of 53] Compiling System.Posix.Files.PosixString ( dist/build/System/Posix/Files/PosixString.hs, dist/build/System/Posix/Files/PosixString.o, dist/build/System/Posix/Files/PosixString.dyn_o ) [28 of 53] Compiling System.Posix.Directory.PosixPath ( dist/build/System/Posix/Directory/PosixPath.hs, dist/build/System/Posix/Directory/PosixPath.o, dist/build/System/Posix/Directory/PosixPath.dyn_o ) [29 of 53] Compiling System.Posix.Process.Internals ( dist/build/System/Posix/Process/Internals.hs, dist/build/System/Posix/Process/Internals.o, dist/build/System/Posix/Process/Internals.dyn_o ) [30 of 53] Compiling System.Posix.Process.Common ( dist/build/System/Posix/Process/Common.hs, dist/build/System/Posix/Process/Common.o, dist/build/System/Posix/Process/Common.dyn_o ) [31 of 53] Compiling System.Posix.Process.ByteString ( dist/build/System/Posix/Process/ByteString.hs, dist/build/System/Posix/Process/ByteString.o, dist/build/System/Posix/Process/ByteString.dyn_o ) [32 of 53] Compiling System.Posix.Process ( dist/build/System/Posix/Process.hs, dist/build/System/Posix/Process.o, dist/build/System/Posix/Process.dyn_o ) [33 of 53] Compiling System.Posix.Process.PosixString ( dist/build/System/Posix/Process/PosixString.hs, dist/build/System/Posix/Process/PosixString.o, dist/build/System/Posix/Process/PosixString.dyn_o ) [34 of 53] Compiling System.Posix.Resource ( dist/build/System/Posix/Resource.hs, dist/build/System/Posix/Resource.o, dist/build/System/Posix/Resource.dyn_o ) [35 of 53] Compiling System.Posix.Semaphore ( dist/build/System/Posix/Semaphore.hs, dist/build/System/Posix/Semaphore.o, dist/build/System/Posix/Semaphore.dyn_o ) [36 of 53] Compiling System.Posix.SharedMem ( dist/build/System/Posix/SharedMem.hs, dist/build/System/Posix/SharedMem.o, dist/build/System/Posix/SharedMem.dyn_o ) [37 of 53] Compiling System.Posix.Signals ( dist/build/System/Posix/Signals.hs, dist/build/System/Posix/Signals.o, dist/build/System/Posix/Signals.dyn_o ) [38 of 53] Compiling System.Posix.Signals.Exts ( dist/build/System/Posix/Signals/Exts.hs, dist/build/System/Posix/Signals/Exts.o, dist/build/System/Posix/Signals/Exts.dyn_o ) [39 of 53] Compiling System.Posix.Temp ( dist/build/System/Posix/Temp.hs, dist/build/System/Posix/Temp.o, dist/build/System/Posix/Temp.dyn_o ) [40 of 53] Compiling System.Posix.Temp.ByteString ( dist/build/System/Posix/Temp/ByteString.hs, dist/build/System/Posix/Temp/ByteString.o, dist/build/System/Posix/Temp/ByteString.dyn_o ) [41 of 53] Compiling System.Posix.Temp.PosixString ( dist/build/System/Posix/Temp/PosixString.hs, dist/build/System/Posix/Temp/PosixString.o, dist/build/System/Posix/Temp/PosixString.dyn_o ) [42 of 53] Compiling System.Posix.Terminal.Common ( dist/build/System/Posix/Terminal/Common.hs, dist/build/System/Posix/Terminal/Common.o, dist/build/System/Posix/Terminal/Common.dyn_o ) [43 of 53] Compiling System.Posix.Terminal.ByteString ( dist/build/System/Posix/Terminal/ByteString.hs, dist/build/System/Posix/Terminal/ByteString.o, dist/build/System/Posix/Terminal/ByteString.dyn_o ) [44 of 53] Compiling System.Posix.Terminal ( dist/build/System/Posix/Terminal.hs, dist/build/System/Posix/Terminal.o, dist/build/System/Posix/Terminal.dyn_o ) [45 of 53] Compiling System.Posix.Terminal.PosixString ( dist/build/System/Posix/Terminal/PosixString.hs, dist/build/System/Posix/Terminal/PosixString.o, dist/build/System/Posix/Terminal/PosixString.dyn_o ) [46 of 53] Compiling System.Posix.Time ( System/Posix/Time.hs, dist/build/System/Posix/Time.o, dist/build/System/Posix/Time.dyn_o ) [47 of 53] Compiling System.Posix.Unistd ( dist/build/System/Posix/Unistd.hs, dist/build/System/Posix/Unistd.o, dist/build/System/Posix/Unistd.dyn_o ) [48 of 53] Compiling System.Posix.User.Common ( dist/build/System/Posix/User/Common.hs, dist/build/System/Posix/User/Common.o, dist/build/System/Posix/User/Common.dyn_o ) [49 of 53] Compiling System.Posix.User.ByteString ( dist/build/System/Posix/User/ByteString.hs, dist/build/System/Posix/User/ByteString.o, dist/build/System/Posix/User/ByteString.dyn_o ) [50 of 53] Compiling System.Posix.User ( dist/build/System/Posix/User.hs, dist/build/System/Posix/User.o, dist/build/System/Posix/User.dyn_o ) [51 of 53] Compiling System.Posix.PosixString ( System/Posix/PosixString.hs, dist/build/System/Posix/PosixString.o, dist/build/System/Posix/PosixString.dyn_o ) [52 of 53] Compiling System.Posix.ByteString ( System/Posix/ByteString.hs, dist/build/System/Posix/ByteString.o, dist/build/System/Posix/ByteString.dyn_o ) [53 of 53] Compiling System.Posix ( System/Posix.hs, dist/build/System/Posix.o, dist/build/System/Posix.dyn_o ) Preprocessing library for unix-2.8.8.0.. Running Haddock on library for unix-2.8.8.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 53] Compiling System.Posix.ByteString.FilePath ( dist/build/System/Posix/ByteString/FilePath.hs, nothing ) [ 2 of 53] Compiling System.Posix.DynamicLinker.Prim ( dist/build/System/Posix/DynamicLinker/Prim.hs, nothing ) [ 3 of 53] Compiling System.Posix.DynamicLinker.Common ( dist/build/System/Posix/DynamicLinker/Common.hs, nothing ) [ 4 of 53] Compiling System.Posix.DynamicLinker.ByteString ( dist/build/System/Posix/DynamicLinker/ByteString.hs, nothing ) [ 5 of 53] Compiling System.Posix.DynamicLinker ( dist/build/System/Posix/DynamicLinker.hs, nothing ) [ 6 of 53] Compiling System.Posix.DynamicLinker.Module ( dist/build/System/Posix/DynamicLinker/Module.hs, nothing ) [ 7 of 53] Compiling System.Posix.DynamicLinker.Module.ByteString ( dist/build/System/Posix/DynamicLinker/Module/ByteString.hs, nothing ) [ 8 of 53] Compiling System.Posix.Env.Internal ( dist/build/System/Posix/Env/Internal.hs, nothing ) [ 9 of 53] Compiling System.Posix.Env ( dist/build/System/Posix/Env.hs, nothing ) [10 of 53] Compiling System.Posix.Env.ByteString ( dist/build/System/Posix/Env/ByteString.hs, nothing ) [11 of 53] Compiling System.Posix.Env.PosixString ( dist/build/System/Posix/Env/PosixString.hs, nothing ) [12 of 53] Compiling System.Posix.Error ( System/Posix/Error.hs, nothing ) [13 of 53] Compiling System.Posix.Fcntl ( dist/build/System/Posix/Fcntl.hs, nothing ) [14 of 53] Compiling System.Posix.Files.Common ( dist/build/System/Posix/Files/Common.hs, nothing ) [15 of 53] Compiling System.Posix.Files.ByteString ( dist/build/System/Posix/Files/ByteString.hs, nothing ) [16 of 53] Compiling System.Posix.Files ( dist/build/System/Posix/Files.hs, nothing ) [17 of 53] Compiling System.Posix.Directory.Common ( dist/build/System/Posix/Directory/Common.hs, nothing ) [18 of 53] Compiling System.Posix.Directory.Internals ( dist/build/System/Posix/Directory/Internals.hs, nothing ) [19 of 53] Compiling System.Posix.Directory.Fd ( dist/build/System/Posix/Directory/Fd.hs, nothing ) [20 of 53] Compiling System.Posix.Directory.ByteString ( dist/build/System/Posix/Directory/ByteString.hs, nothing ) [21 of 53] Compiling System.Posix.Directory ( dist/build/System/Posix/Directory.hs, nothing ) [22 of 53] Compiling System.Posix.IO.Common ( dist/build/System/Posix/IO/Common.hs, nothing ) [23 of 53] Compiling System.Posix.IO.ByteString ( dist/build/System/Posix/IO/ByteString.hs, nothing ) [24 of 53] Compiling System.Posix.IO ( dist/build/System/Posix/IO.hs, nothing ) [25 of 53] Compiling System.Posix.PosixPath.FilePath ( dist/build/System/Posix/PosixPath/FilePath.hs, nothing ) [26 of 53] Compiling System.Posix.IO.PosixString ( dist/build/System/Posix/IO/PosixString.hs, nothing ) [27 of 53] Compiling System.Posix.Files.PosixString ( dist/build/System/Posix/Files/PosixString.hs, nothing ) [28 of 53] Compiling System.Posix.Directory.PosixPath ( dist/build/System/Posix/Directory/PosixPath.hs, nothing ) [29 of 53] Compiling System.Posix.Process.Internals ( dist/build/System/Posix/Process/Internals.hs, nothing ) [30 of 53] Compiling System.Posix.Process.Common ( dist/build/System/Posix/Process/Common.hs, nothing ) [31 of 53] Compiling System.Posix.Process.ByteString ( dist/build/System/Posix/Process/ByteString.hs, nothing ) [32 of 53] Compiling System.Posix.Process ( dist/build/System/Posix/Process.hs, nothing ) [33 of 53] Compiling System.Posix.Process.PosixString ( dist/build/System/Posix/Process/PosixString.hs, nothing ) [34 of 53] Compiling System.Posix.Resource ( dist/build/System/Posix/Resource.hs, nothing ) [35 of 53] Compiling System.Posix.Semaphore ( dist/build/System/Posix/Semaphore.hs, nothing ) [36 of 53] Compiling System.Posix.SharedMem ( dist/build/System/Posix/SharedMem.hs, nothing ) [37 of 53] Compiling System.Posix.Signals ( dist/build/System/Posix/Signals.hs, nothing ) [38 of 53] Compiling System.Posix.Signals.Exts ( dist/build/System/Posix/Signals/Exts.hs, nothing ) [39 of 53] Compiling System.Posix.Temp ( dist/build/System/Posix/Temp.hs, nothing ) [40 of 53] Compiling System.Posix.Temp.ByteString ( dist/build/System/Posix/Temp/ByteString.hs, nothing ) [41 of 53] Compiling System.Posix.Temp.PosixString ( dist/build/System/Posix/Temp/PosixString.hs, nothing ) [42 of 53] Compiling System.Posix.Terminal.Common ( dist/build/System/Posix/Terminal/Common.hs, nothing ) [43 of 53] Compiling System.Posix.Terminal.ByteString ( dist/build/System/Posix/Terminal/ByteString.hs, nothing ) [44 of 53] Compiling System.Posix.Terminal ( dist/build/System/Posix/Terminal.hs, nothing ) [45 of 53] Compiling System.Posix.Terminal.PosixString ( dist/build/System/Posix/Terminal/PosixString.hs, nothing ) [46 of 53] Compiling System.Posix.Time ( System/Posix/Time.hs, nothing ) [47 of 53] Compiling System.Posix.Unistd ( dist/build/System/Posix/Unistd.hs, nothing ) [48 of 53] Compiling System.Posix.User.Common ( dist/build/System/Posix/User/Common.hs, nothing ) [49 of 53] Compiling System.Posix.User.ByteString ( dist/build/System/Posix/User/ByteString.hs, nothing ) [50 of 53] Compiling System.Posix.User ( dist/build/System/Posix/User.hs, nothing ) [51 of 53] Compiling System.Posix.PosixString ( System/Posix/PosixString.hs, nothing ) [52 of 53] Compiling System.Posix.ByteString ( System/Posix/ByteString.hs, nothing ) [53 of 53] Compiling System.Posix ( System/Posix.hs, nothing ) Haddock coverage: Warning: 'FilePath' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 56% ( 9 / 16) in 'System.Posix.ByteString.FilePath' Missing documentation for: withFilePath (System/Posix/ByteString/FilePath.hsc:59) peekFilePath (System/Posix/ByteString/FilePath.hsc:62) peekFilePathLen (System/Posix/ByteString/FilePath.hsc:65) throwErrnoPathIfMinus1Retry (System/Posix/ByteString/FilePath.hsc:70) throwErrnoPathIfMinus1Retry_ (System/Posix/ByteString/FilePath.hsc:75) throwErrnoPathIfNullRetry (System/Posix/ByteString/FilePath.hsc:79) throwErrnoPathIfRetry (System/Posix/ByteString/FilePath.hsc:83) Warning: 'RTLD_DEFAULT' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 41% ( 5 / 12) in 'System.Posix.DynamicLinker.Prim' Missing documentation for: c_dlopen (System/Posix/DynamicLinker/Prim.hsc:89) c_dlsym (System/Posix/DynamicLinker/Prim.hsc:90) c_dlerror (System/Posix/DynamicLinker/Prim.hsc:91) c_dlclose (System/Posix/DynamicLinker/Prim.hsc:92) haveRtldLocal (System/Posix/DynamicLinker/Prim.hsc:75) packRTLDFlags (System/Posix/DynamicLinker/Prim.hsc:101) packDL (System/Posix/DynamicLinker/Prim.hsc:129) 44% ( 4 / 9) in 'System.Posix.DynamicLinker.ByteString' Missing documentation for: dlopen (System/Posix/DynamicLinker/ByteString.hsc:60) dlerror (System/Posix/DynamicLinker/Common.hsc:60) dlclose (System/Posix/DynamicLinker/Common.hsc:56) withDL (System/Posix/DynamicLinker/ByteString.hsc:64) withDL_ (System/Posix/DynamicLinker/ByteString.hsc:67) 44% ( 4 / 9) in 'System.Posix.DynamicLinker' Missing documentation for: dlopen (System/Posix/DynamicLinker.hsc:59) dlerror (System/Posix/DynamicLinker/Common.hsc:60) dlclose (System/Posix/DynamicLinker/Common.hsc:56) withDL (System/Posix/DynamicLinker.hsc:63) withDL_ (System/Posix/DynamicLinker.hsc:66) 12% ( 1 / 8) in 'System.Posix.DynamicLinker.Module' Missing documentation for: Module (System/Posix/DynamicLinker/Common.hsc:88) moduleOpen (System/Posix/DynamicLinker/Module.hsc:72) moduleSymbol (System/Posix/DynamicLinker/Module.hsc:81) moduleClose (System/Posix/DynamicLinker/Module.hsc:86) moduleError (System/Posix/DynamicLinker/Module.hsc:91) withModule (System/Posix/DynamicLinker/Module.hsc:102) withModule_ (System/Posix/DynamicLinker/Module.hsc:119) 12% ( 1 / 8) in 'System.Posix.DynamicLinker.Module.ByteString' Missing documentation for: Module (System/Posix/DynamicLinker/Common.hsc:88) moduleOpen (System/Posix/DynamicLinker/Module/ByteString.hsc:71) moduleSymbol (System/Posix/DynamicLinker/Module.hsc:81) moduleClose (System/Posix/DynamicLinker/Module.hsc:86) moduleError (System/Posix/DynamicLinker/Module.hsc:91) withModule (System/Posix/DynamicLinker/Module.hsc:102) withModule_ (System/Posix/DynamicLinker/Module.hsc:119) 90% ( 9 / 10) in 'System.Posix.Env' Missing documentation for: getEnvironmentPrim (System/Posix/Env.hsc:66) 92% ( 12 / 13) in 'System.Posix.Env.ByteString' Missing documentation for: getEnvironmentPrim (System/Posix/Env/ByteString.hsc:74) Warning: 'PosixString' is ambiguous. It is defined * in System.OsString.Internal.Types * in System.OsString.Internal.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 System.OsString.Internal.Types 92% ( 12 / 13) in 'System.Posix.Env.PosixString' Missing documentation for: getEnvironmentPrim (System/Posix/Env/PosixString.hsc:80) 63% ( 7 / 11) in 'System.Posix.Error' Missing documentation for: throwErrnoPathIfRetry (System/Posix/Error.hs:48) throwErrnoPathIfNullRetry (System/Posix/Error.hs:44) throwErrnoPathIfMinus1Retry (System/Posix/Error.hs:35) throwErrnoPathIfMinus1Retry_ (System/Posix/Error.hs:40) 100% ( 8 / 8) in 'System.Posix.Fcntl' Warning: 'statx' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'FileStatus' is ambiguous. It is defined * at System/Posix/Files/Common.hsc:332:22 * at System/Posix/Files/Common.hsc:332: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 System/Posix/Files/Common.hsc:332:1 Warning: 'getExtendedFileStatus' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'setFileMode' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'getFileStatus' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'setFileTimesHiRes' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'touchFile' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'setOwnerAndGroup' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'setFileSize' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 91% (146 /159) in 'System.Posix.Files.ByteString' Missing documentation for: fileTypeModes (System/Posix/Files/Common.hsc:267) blockSpecialMode (System/Posix/Files/Common.hsc:270) characterSpecialMode (System/Posix/Files/Common.hsc:273) namedPipeMode (System/Posix/Files/Common.hsc:276) regularFileMode (System/Posix/Files/Common.hsc:279) directoryMode (System/Posix/Files/Common.hsc:282) symbolicLinkMode (System/Posix/Files/Common.hsc:285) socketMode (System/Posix/Files/Common.hsc:288) ExtendedFileStatus (System/Posix/Files/Common.hsc:993) CAttributes (System/Posix/Files/Common.hsc:766) defaultStatxFlags (System/Posix/Files/Common.hsc:853) defaultStatxMask (System/Posix/Files/Common.hsc:991) PathVar (System/Posix/Files/Common.hsc:682) 91% (146 /159) in 'System.Posix.Files' Missing documentation for: fileTypeModes (System/Posix/Files/Common.hsc:267) blockSpecialMode (System/Posix/Files/Common.hsc:270) characterSpecialMode (System/Posix/Files/Common.hsc:273) namedPipeMode (System/Posix/Files/Common.hsc:276) regularFileMode (System/Posix/Files/Common.hsc:279) directoryMode (System/Posix/Files/Common.hsc:282) symbolicLinkMode (System/Posix/Files/Common.hsc:285) socketMode (System/Posix/Files/Common.hsc:288) ExtendedFileStatus (System/Posix/Files/Common.hsc:993) CAttributes (System/Posix/Files/Common.hsc:766) defaultStatxFlags (System/Posix/Files/Common.hsc:853) defaultStatxMask (System/Posix/Files/Common.hsc:991) PathVar (System/Posix/Files/Common.hsc:682) Warning: 'DirType' is ambiguous. It is defined * at System/Posix/Directory/Common.hsc:143:19 * at System/Posix/Directory/Common.hsc: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 System/Posix/Directory/Common.hsc:143:1 Warning: 'DirStreamWithPath' is ambiguous. It is defined * at System/Posix/Directory/Common.hsc:85:31 * at System/Posix/Directory/Common.hsc:85: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 System/Posix/Directory/Common.hsc:85:1 Warning: 'DirStream' is ambiguous. It is defined * at System/Posix/Directory/Common.hsc:82:21 * at System/Posix/Directory/Common.hsc:82: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 System/Posix/Directory/Common.hsc:82:1 Warning: 'DirEnt' is ambiguous. It is defined * at System/Posix/Directory/Common.hsc:106:18 * at System/Posix/Directory/Common.hsc: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 System/Posix/Directory/Common.hsc:106:1 Warning: 'readDirStream' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 83% ( 20 / 24) in 'System.Posix.Directory.Internals' Missing documentation for: DirStream (System/Posix/Directory/Common.hsc:82) CDir (System/Posix/Directory/Common.hsc:123) CDirent (System/Posix/Directory/Common.hsc:124) DirStreamOffset (System/Posix/Directory/Common.hsc:372) 50% ( 1 / 2) in 'System.Posix.Directory.Fd' Missing documentation for: Module header 66% ( 12 / 18) in 'System.Posix.Directory.ByteString' Missing documentation for: removeDirectory (System/Posix/Directory/ByteString.hsc:139) DirStream (System/Posix/Directory/Common.hsc:82) DirStreamOffset (System/Posix/Directory/Common.hsc:372) tellDirStream (System/Posix/Directory/Common.hsc:385) seekDirStream (System/Posix/Directory/Common.hsc:376) changeWorkingDirectoryFd (System/Posix/Directory/Common.hsc:396) 66% ( 12 / 18) in 'System.Posix.Directory' Missing documentation for: removeDirectory (System/Posix/Directory.hsc:138) DirStream (System/Posix/Directory/Common.hsc:82) DirStreamOffset (System/Posix/Directory/Common.hsc:372) tellDirStream (System/Posix/Directory/Common.hsc:385) seekDirStream (System/Posix/Directory/Common.hsc:376) changeWorkingDirectoryFd (System/Posix/Directory/Common.hsc:396) Warning: 'OpenFileFlags' is ambiguous. It is defined * at System/Posix/IO/Common.hsc:163:2 * at System/Posix/IO/Common.hsc:162: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 System/Posix/IO/Common.hsc:162:1 Warning: 'Fd' is ambiguous. It is defined * in System.Posix.Types * in System.Posix.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 System.Posix.Types Warning: 'fdRead' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'fdWrite' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Fd' is ambiguous. It is defined * in System.Posix.Types * in System.Posix.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 System.Posix.Types 82% ( 34 / 41) in 'System.Posix.IO.ByteString' Missing documentation for: stdInput (System/Posix/IO/Common.hsc:154) stdOutput (System/Posix/IO/Common.hsc:155) stdError (System/Posix/IO/Common.hsc:156) OpenMode (System/Posix/IO/Common.hsc:158) FdOption (System/Posix/IO/Common.hsc:317) FileLock (System/Posix/IO/Common.hsc:372) LockRequest (System/Posix/IO/Common.hsc:368) Warning: 'Fd' is ambiguous. It is defined * in System.Posix.Types * in System.Posix.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 System.Posix.Types 82% ( 34 / 41) in 'System.Posix.IO' Missing documentation for: stdInput (System/Posix/IO/Common.hsc:154) stdOutput (System/Posix/IO/Common.hsc:155) stdError (System/Posix/IO/Common.hsc:156) OpenMode (System/Posix/IO/Common.hsc:158) FdOption (System/Posix/IO/Common.hsc:317) FileLock (System/Posix/IO/Common.hsc:372) LockRequest (System/Posix/IO/Common.hsc:368) Warning: 'FilePath' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 53% ( 8 / 15) in 'System.Posix.PosixPath.FilePath' Missing documentation for: withFilePath (System/Posix/PosixPath/FilePath.hsc:64) peekFilePath (System/Posix/PosixPath/FilePath.hsc:67) peekFilePathLen (System/Posix/PosixPath/FilePath.hsc:70) throwErrnoPathIfMinus1Retry (System/Posix/PosixPath/FilePath.hsc:75) throwErrnoPathIfMinus1Retry_ (System/Posix/PosixPath/FilePath.hsc:80) throwErrnoPathIfNullRetry (System/Posix/PosixPath/FilePath.hsc:84) throwErrnoPathIfRetry (System/Posix/PosixPath/FilePath.hsc:88) 82% ( 34 / 41) in 'System.Posix.IO.PosixString' Missing documentation for: stdInput (System/Posix/IO/Common.hsc:154) stdOutput (System/Posix/IO/Common.hsc:155) stdError (System/Posix/IO/Common.hsc:156) OpenMode (System/Posix/IO/Common.hsc:158) FdOption (System/Posix/IO/Common.hsc:317) FileLock (System/Posix/IO/Common.hsc:372) LockRequest (System/Posix/IO/Common.hsc:368) 91% (143 /156) in 'System.Posix.Files.PosixString' Missing documentation for: fileTypeModes (System/Posix/Files/Common.hsc:267) blockSpecialMode (System/Posix/Files/Common.hsc:270) characterSpecialMode (System/Posix/Files/Common.hsc:273) namedPipeMode (System/Posix/Files/Common.hsc:276) regularFileMode (System/Posix/Files/Common.hsc:279) directoryMode (System/Posix/Files/Common.hsc:282) symbolicLinkMode (System/Posix/Files/Common.hsc:285) socketMode (System/Posix/Files/Common.hsc:288) ExtendedFileStatus (System/Posix/Files/Common.hsc:993) CAttributes (System/Posix/Files/Common.hsc:766) defaultStatxFlags (System/Posix/Files/Common.hsc:853) defaultStatxMask (System/Posix/Files/Common.hsc:991) PathVar (System/Posix/Files/Common.hsc:682) 66% ( 12 / 18) in 'System.Posix.Directory.PosixPath' Missing documentation for: removeDirectory (System/Posix/Directory/PosixPath.hsc:138) DirStream (System/Posix/Directory/Common.hsc:82) DirStreamOffset (System/Posix/Directory/Common.hsc:372) tellDirStream (System/Posix/Directory/Common.hsc:385) seekDirStream (System/Posix/Directory/Common.hsc:376) changeWorkingDirectoryFd (System/Posix/Directory/Common.hsc:396) 20% ( 1 / 5) in 'System.Posix.Process.Internals' Missing documentation for: Module header pPrPr_disableITimers (System/Posix/Process/Internals.hsc:35) c_execvpe (System/Posix/Process/Internals.hsc:38) decipherWaitStatus (System/Posix/Process/Internals.hsc:50) Warning: 'ProcessGroupIDOf' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'forkIO' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'forkIOWithUnmask' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'isDoesNotExistError' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 78% ( 30 / 38) in 'System.Posix.Process.ByteString' Missing documentation for: ProcessTimes (System/Posix/Process/Common.hsc:275) nice (System/Posix/Process/Common.hsc:347) getProcessPriority (System/Posix/Process/Common.hsc:379) getProcessGroupPriority (System/Posix/Process/Common.hsc:384) getUserPriority (System/Posix/Process/Common.hsc:389) setProcessPriority (System/Posix/Process/Common.hsc:419) setProcessGroupPriority (System/Posix/Process/Common.hsc:423) setUserPriority (System/Posix/Process/Common.hsc:427) 78% ( 30 / 38) in 'System.Posix.Process' Missing documentation for: ProcessTimes (System/Posix/Process/Common.hsc:275) nice (System/Posix/Process/Common.hsc:347) getProcessPriority (System/Posix/Process/Common.hsc:379) getProcessGroupPriority (System/Posix/Process/Common.hsc:384) getUserPriority (System/Posix/Process/Common.hsc:389) setProcessPriority (System/Posix/Process/Common.hsc:419) setProcessGroupPriority (System/Posix/Process/Common.hsc:423) setUserPriority (System/Posix/Process/Common.hsc:427) 78% ( 30 / 38) in 'System.Posix.Process.PosixString' Missing documentation for: ProcessTimes (System/Posix/Process/Common.hsc:275) nice (System/Posix/Process/Common.hsc:347) getProcessPriority (System/Posix/Process/Common.hsc:379) getProcessGroupPriority (System/Posix/Process/Common.hsc:384) getUserPriority (System/Posix/Process/Common.hsc:389) setProcessPriority (System/Posix/Process/Common.hsc:419) setProcessGroupPriority (System/Posix/Process/Common.hsc:423) setUserPriority (System/Posix/Process/Common.hsc:427) 28% ( 2 / 7) in 'System.Posix.Resource' Missing documentation for: ResourceLimit (System/Posix/Resource.hsc:62) ResourceLimits (System/Posix/Resource.hsc:58) Resource (System/Posix/Resource.hsc:46) getResourceLimit (System/Posix/Resource.hsc:91) setResourceLimit (System/Posix/Resource.hsc:103) 81% ( 9 / 11) in 'System.Posix.Semaphore' Missing documentation for: OpenSemFlags (System/Posix/Semaphore.hsc:51) Semaphore (System/Posix/Semaphore.hsc:59) 75% ( 3 / 4) in 'System.Posix.SharedMem' Missing documentation for: ShmOpenFlags (System/Posix/SharedMem.hsc:37) 91% ( 83 / 91) in 'System.Posix.Signals' Missing documentation for: Signal (System/Posix/Signals.hsc:435) nullSignal (System/Posix/Signals.hsc:137) SignalSet (System/Posix/Signals.hsc:662) emptySignalSet (System/Posix/Signals.hsc:706) fullSignalSet (System/Posix/Signals.hsc:712) addSignal (System/Posix/Signals.hsc:726) deleteSignal (System/Posix/Signals.hsc:735) inSignalSet (System/Posix/Signals.hsc:744) 33% ( 2 / 6) in 'System.Posix.Signals.Exts' Missing documentation for: sigINFO (System/Posix/Signals/Exts.hsc:37) sigWINCH (System/Posix/Signals/Exts.hsc:40) infoEvent (System/Posix/Signals/Exts.hsc:44) windowChange (System/Posix/Signals/Exts.hsc:47) 100% ( 4 / 4) in 'System.Posix.Temp' 100% ( 4 / 4) in 'System.Posix.Temp.ByteString' 100% ( 4 / 4) in 'System.Posix.Temp.PosixString' Warning: 'BaudRate' is ambiguous. It is defined * at System/Posix/Terminal/Common.hsc:595:20 * at System/Posix/Terminal/Common.hsc:595: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 System/Posix/Terminal/Common.hsc:595:1 48% ( 21 / 43) in 'System.Posix.Terminal.ByteString' Missing documentation for: TerminalAttributes (System/Posix/Terminal/Common.hsc:175) TerminalState (System/Posix/Terminal/Common.hsc:820) TerminalMode (System/Posix/Terminal/Common.hsc:190) withoutMode (System/Posix/Terminal/Common.hsc:278) withMode (System/Posix/Terminal/Common.hsc:318) terminalMode (System/Posix/Terminal/Common.hsc:358) bitsPerByte (System/Posix/Terminal/Common.hsc:398) withBits (System/Posix/Terminal/Common.hsc:412) ControlCharacter (System/Posix/Terminal/Common.hsc:427) controlChar (System/Posix/Terminal/Common.hsc:534) withCC (System/Posix/Terminal/Common.hsc:545) withoutCC (System/Posix/Terminal/Common.hsc:553) inputTime (System/Posix/Terminal/Common.hsc:559) withTime (System/Posix/Terminal/Common.hsc:565) minInput (System/Posix/Terminal/Common.hsc:571) withMinInput (System/Posix/Terminal/Common.hsc:577) inputSpeed (System/Posix/Terminal/Common.hsc:774) withInputSpeed (System/Posix/Terminal/Common.hsc:783) outputSpeed (System/Posix/Terminal/Common.hsc:791) withOutputSpeed (System/Posix/Terminal/Common.hsc:800) QueueSelector (System/Posix/Terminal/Common.hsc:897) FlowAction (System/Posix/Terminal/Common.hsc:928) 48% ( 21 / 43) in 'System.Posix.Terminal' Missing documentation for: TerminalAttributes (System/Posix/Terminal/Common.hsc:175) TerminalState (System/Posix/Terminal/Common.hsc:820) TerminalMode (System/Posix/Terminal/Common.hsc:190) withoutMode (System/Posix/Terminal/Common.hsc:278) withMode (System/Posix/Terminal/Common.hsc:318) terminalMode (System/Posix/Terminal/Common.hsc:358) bitsPerByte (System/Posix/Terminal/Common.hsc:398) withBits (System/Posix/Terminal/Common.hsc:412) ControlCharacter (System/Posix/Terminal/Common.hsc:427) controlChar (System/Posix/Terminal/Common.hsc:534) withCC (System/Posix/Terminal/Common.hsc:545) withoutCC (System/Posix/Terminal/Common.hsc:553) inputTime (System/Posix/Terminal/Common.hsc:559) withTime (System/Posix/Terminal/Common.hsc:565) minInput (System/Posix/Terminal/Common.hsc:571) withMinInput (System/Posix/Terminal/Common.hsc:577) inputSpeed (System/Posix/Terminal/Common.hsc:774) withInputSpeed (System/Posix/Terminal/Common.hsc:783) outputSpeed (System/Posix/Terminal/Common.hsc:791) withOutputSpeed (System/Posix/Terminal/Common.hsc:800) QueueSelector (System/Posix/Terminal/Common.hsc:897) FlowAction (System/Posix/Terminal/Common.hsc:928) 48% ( 21 / 43) in 'System.Posix.Terminal.PosixString' Missing documentation for: TerminalAttributes (System/Posix/Terminal/Common.hsc:175) TerminalState (System/Posix/Terminal/Common.hsc:820) TerminalMode (System/Posix/Terminal/Common.hsc:190) withoutMode (System/Posix/Terminal/Common.hsc:278) withMode (System/Posix/Terminal/Common.hsc:318) terminalMode (System/Posix/Terminal/Common.hsc:358) bitsPerByte (System/Posix/Terminal/Common.hsc:398) withBits (System/Posix/Terminal/Common.hsc:412) ControlCharacter (System/Posix/Terminal/Common.hsc:427) controlChar (System/Posix/Terminal/Common.hsc:534) withCC (System/Posix/Terminal/Common.hsc:545) withoutCC (System/Posix/Terminal/Common.hsc:553) inputTime (System/Posix/Terminal/Common.hsc:559) withTime (System/Posix/Terminal/Common.hsc:565) minInput (System/Posix/Terminal/Common.hsc:571) withMinInput (System/Posix/Terminal/Common.hsc:577) inputSpeed (System/Posix/Terminal/Common.hsc:774) withInputSpeed (System/Posix/Terminal/Common.hsc:783) outputSpeed (System/Posix/Terminal/Common.hsc:791) withOutputSpeed (System/Posix/Terminal/Common.hsc:800) QueueSelector (System/Posix/Terminal/Common.hsc:897) FlowAction (System/Posix/Terminal/Common.hsc:928) 100% ( 2 / 2) in 'System.Posix.Time' 69% ( 9 / 13) in 'System.Posix.Unistd' Missing documentation for: SystemID (System/Posix/Unistd.hsc:72) getSystemID (System/Posix/Unistd.hsc:81) SysVar (System/Posix/Unistd.hsc:188) getSysVar (System/Posix/Unistd.hsc:199) 92% ( 24 / 26) in 'System.Posix.User.ByteString' Missing documentation for: GroupEntry (System/Posix/User/Common.hsc:73) UserEntry (System/Posix/User/Common.hsc:62) Warning: 'UserEntry' is ambiguous. It is defined * at System/Posix/User.hsc:539:1 * at System/Posix/User/Common.hsc:62: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 System/Posix/User/Common.hsc:62:1 Warning: 'GroupEntry' is ambiguous. It is defined * at System/Posix/User.hsc:404:1 * at System/Posix/User/Common.hsc:73: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 System/Posix/User/Common.hsc:73:1 70% ( 26 / 37) in 'System.Posix.User' Missing documentation for: groupName (System/Posix/User.hsc:386) groupPassword (System/Posix/User.hsc:389) groupID (System/Posix/User.hsc:392) groupMembers (System/Posix/User.hsc:395) userName (System/Posix/User.hsc:509) userPassword (System/Posix/User.hsc:512) userID (System/Posix/User.hsc:515) userGroupID (System/Posix/User.hsc:518) userGecos (System/Posix/User.hsc:521) homeDirectory (System/Posix/User.hsc:524) userShell (System/Posix/User.hsc:527) Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 17 / 17) in 'System.Posix.PosixString' Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 64% ( 22 / 34) in 'System.Posix.ByteString' Missing documentation for: c_dlopen (System/Posix/DynamicLinker/Prim.hsc:89) c_dlsym (System/Posix/DynamicLinker/Prim.hsc:90) c_dlerror (System/Posix/DynamicLinker/Prim.hsc:91) c_dlclose (System/Posix/DynamicLinker/Prim.hsc:92) haveRtldLocal (System/Posix/DynamicLinker/Prim.hsc:75) packRTLDFlags (System/Posix/DynamicLinker/Prim.hsc:101) packDL (System/Posix/DynamicLinker/Prim.hsc:129) dlopen (System/Posix/DynamicLinker/ByteString.hsc:60) dlerror (System/Posix/DynamicLinker/Common.hsc:60) dlclose (System/Posix/DynamicLinker/Common.hsc:56) withDL (System/Posix/DynamicLinker/ByteString.hsc:64) withDL_ (System/Posix/DynamicLinker/ByteString.hsc:67) 63% ( 21 / 33) in 'System.Posix' Missing documentation for: c_dlopen (System/Posix/DynamicLinker/Prim.hsc:89) c_dlsym (System/Posix/DynamicLinker/Prim.hsc:90) c_dlerror (System/Posix/DynamicLinker/Prim.hsc:91) c_dlclose (System/Posix/DynamicLinker/Prim.hsc:92) haveRtldLocal (System/Posix/DynamicLinker/Prim.hsc:75) packRTLDFlags (System/Posix/DynamicLinker/Prim.hsc:101) packDL (System/Posix/DynamicLinker/Prim.hsc:129) dlopen (System/Posix/DynamicLinker.hsc:59) dlerror (System/Posix/DynamicLinker/Common.hsc:60) dlclose (System/Posix/DynamicLinker/Common.hsc:56) withDL (System/Posix/DynamicLinker.hsc:63) withDL_ (System/Posix/DynamicLinker.hsc:66) Warning: System.Posix.Files.ByteString: could not find link destinations for: - System.Posix.Files.Common.CStatx Warning: System.Posix.Files: could not find link destinations for: - System.Posix.Files.Common.CStatx Warning: System.Posix.Files.PosixString: could not find link destinations for: - System.Posix.Files.Common.CStatx Warning: System.Posix.PosixString: could not find link destinations for: - System.OsString.Internal.Types.Rep_PosixString Documentation created: dist/doc/html/unix/, dist/doc/html/unix/unix.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/unix-2.8.8.0-53fKKUwtBBO1Ib452bcnC2 Completed unix-2.8.8.0 Configuring pretty-show-1.10... Preprocessing library for pretty-show-1.10.. Building library for pretty-show-1.10.. [1 of 6] Compiling Paths_pretty_show ( dist/build/autogen/Paths_pretty_show.hs, dist/build/Paths_pretty_show.o, dist/build/Paths_pretty_show.dyn_o ) [2 of 6] Compiling Text.Show.Value ( Text/Show/Value.hs, dist/build/Text/Show/Value.o, dist/build/Text/Show/Value.dyn_o ) Text/Show/Value.hs:84:27: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [Value] not matched: [] | 84 | | otherwise -> do ~(v1:vs1) <- delMany (v:vs) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Text/Show/Value.hs:93:25: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [Value] not matched: [] [_] (_:_:_:_) | 93 | Ratio v1 v2 -> do ~[a,b] <- delMany [v1,v2] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [3 of 6] Compiling Text.Show.PrettyVal ( Text/Show/PrettyVal.hs, dist/build/Text/Show/PrettyVal.o, dist/build/Text/Show/PrettyVal.dyn_o ) [4 of 6] Compiling Text.Show.Parser ( dist/build/Text/Show/Parser.hs, dist/build/Text/Show/Parser.o, dist/build/Text/Show/Parser.dyn_o ) [5 of 6] Compiling Text.Show.Html ( Text/Show/Html.hs, dist/build/Text/Show/Html.o, dist/build/Text/Show/Html.dyn_o ) Text/Show/Html.hs:112:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: tallTuple | 112 | tallTuple els = table "tallTuple" $ map (tr . return . td) els | ^^^^^^^^^ [6 of 6] Compiling Text.Show.Pretty ( Text/Show/Pretty.hs, dist/build/Text/Show/Pretty.o, dist/build/Text/Show/Pretty.dyn_o ) Text/Show/Pretty.hs:52:22: warning: [GHC-38856] [-Wunused-imports] The import of Foldable from module Data.Foldable is redundant | 52 | import Data.Foldable(Foldable,toList) | ^^^^^^^^ Preprocessing executable 'ppsh' for pretty-show-1.10.. Building executable 'ppsh' for pretty-show-1.10.. [1 of 2] Compiling Main ( bin/ppsh.hs, dist/build/ppsh/ppsh-tmp/Main.o ) [2 of 2] Compiling Paths_pretty_show ( dist/build/ppsh/autogen/Paths_pretty_show.hs, dist/build/ppsh/ppsh-tmp/Paths_pretty_show.o ) [3 of 3] Linking dist/build/ppsh/ppsh Preprocessing library for pretty-show-1.10.. Running Haddock on library for pretty-show-1.10.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 6] Compiling Paths_pretty_show ( dist/build/autogen/Paths_pretty_show.hs, nothing ) [2 of 6] Compiling Text.Show.Value ( Text/Show/Value.hs, nothing ) [3 of 6] Compiling Text.Show.PrettyVal ( Text/Show/PrettyVal.hs, nothing ) [4 of 6] Compiling Text.Show.Parser ( dist/build/Text/Show/Parser.hs, nothing ) [5 of 6] Compiling Text.Show.Html ( Text/Show/Html.hs, nothing ) Text/Show/Html.hs:112:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: tallTuple | 112 | tallTuple els = table "tallTuple" $ map (tr . return . td) els | ^^^^^^^^^ [6 of 6] Compiling Text.Show.Pretty ( Text/Show/Pretty.hs, nothing ) Text/Show/Pretty.hs:52:22: warning: [GHC-38856] [-Wunused-imports] The import of Foldable from module Data.Foldable is redundant | 52 | import Data.Foldable(Foldable,toList) | ^^^^^^^^ Haddock coverage: Warning: 'NaN' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Infinity' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'String' is ambiguous. It is defined * at Text/Show/Value.hs:42:17 * in GHC.Base 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 Text/Show/Value.hs:42:17 Warning: 'Generics' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'style' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'String' is ambiguous. It is defined * at Text/Show/Value.hs:42:17 * in GHC.Base 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 Text/Show/Value.hs:42:17 86% ( 32 / 37) in 'Text.Show.Pretty' Missing documentation for: parseValue (Text/Show/Pretty.hs:70) reify (Text/Show/Pretty.hs:67) Html (Text/Show/Html.hs:150) getDataDir (dist/build/autogen/Paths_pretty_show.hs:59) ppValue (Text/Show/Pretty.hs:64) Warning: Text.Show.Pretty: could not find link destinations for: - Text.Show.PrettyVal.GDump - Text.Show.PrettyVal.listValue Documentation created: dist/doc/html/pretty-show/, dist/doc/html/pretty-show/pretty-show.txt Preprocessing executable 'ppsh' for pretty-show-1.10.. Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/pretty-show-1.10-9pGeiXLShxZ2kwA0HnZlJQ Installing executable ppsh in /var/lib/hackage-doc-builder/build-cache/tmp-install/bin Warning: The directory /var/lib/hackage-doc-builder/build-cache/tmp-install/bin is not in the system search path. Completed pretty-show-1.10 Configuring hashable-1.4.7.0... Preprocessing library for hashable-1.4.7.0.. Building library for hashable-1.4.7.0.. [ 1 of 10] Compiling Data.Hashable.FFI ( src/Data/Hashable/FFI.hs, dist/build/Data/Hashable/FFI.o, dist/build/Data/Hashable/FFI.dyn_o ) [ 2 of 10] Compiling Data.Hashable.Imports ( src/Data/Hashable/Imports.hs, dist/build/Data/Hashable/Imports.o, dist/build/Data/Hashable/Imports.dyn_o ) [ 3 of 10] Compiling Data.Hashable.Mix ( src/Data/Hashable/Mix.hs, dist/build/Data/Hashable/Mix.o, dist/build/Data/Hashable/Mix.dyn_o ) [ 4 of 10] Compiling Data.Hashable.XXH3 ( src/Data/Hashable/XXH3.hs, dist/build/Data/Hashable/XXH3.o, dist/build/Data/Hashable/XXH3.dyn_o ) [ 5 of 10] Compiling Data.Hashable.LowLevel ( src/Data/Hashable/LowLevel.hs, dist/build/Data/Hashable/LowLevel.o, dist/build/Data/Hashable/LowLevel.dyn_o ) [ 6 of 10] Compiling Data.Hashable.Class ( src/Data/Hashable/Class.hs, dist/build/Data/Hashable/Class.o, dist/build/Data/Hashable/Class.dyn_o ) [ 7 of 10] Compiling Data.Hashable.Lifted ( src/Data/Hashable/Lifted.hs, dist/build/Data/Hashable/Lifted.o, dist/build/Data/Hashable/Lifted.dyn_o ) [ 8 of 10] Compiling Data.Hashable.Generic.Instances ( src/Data/Hashable/Generic/Instances.hs, dist/build/Data/Hashable/Generic/Instances.o, dist/build/Data/Hashable/Generic/Instances.dyn_o ) src/Data/Hashable/Generic/Instances.hs:5:14: warning: [GHC-19244] [-Wtrustworthy-safe] Data.Hashable.Generic.Instances is marked as Trustworthy but has been inferred as safe! | 5 | {-# LANGUAGE Trustworthy #-} | ^^^^^^^^^^^ [ 9 of 10] Compiling Data.Hashable.Generic ( src/Data/Hashable/Generic.hs, dist/build/Data/Hashable/Generic.o, dist/build/Data/Hashable/Generic.dyn_o ) [10 of 10] Compiling Data.Hashable ( src/Data/Hashable.hs, dist/build/Data/Hashable.o, dist/build/Data/Hashable.dyn_o ) Preprocessing library for hashable-1.4.7.0.. Running Haddock on library for hashable-1.4.7.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 10] Compiling Data.Hashable.FFI ( src/Data/Hashable/FFI.hs, nothing ) [ 2 of 10] Compiling Data.Hashable.Imports ( src/Data/Hashable/Imports.hs, nothing ) [ 3 of 10] Compiling Data.Hashable.Mix ( src/Data/Hashable/Mix.hs, nothing ) [ 4 of 10] Compiling Data.Hashable.XXH3 ( src/Data/Hashable/XXH3.hs, nothing ) [ 5 of 10] Compiling Data.Hashable.LowLevel ( src/Data/Hashable/LowLevel.hs, nothing ) [ 6 of 10] Compiling Data.Hashable.Class ( src/Data/Hashable/Class.hs, nothing ) [ 7 of 10] Compiling Data.Hashable.Lifted ( src/Data/Hashable/Lifted.hs, nothing ) [ 8 of 10] Compiling Data.Hashable.Generic.Instances ( src/Data/Hashable/Generic/Instances.hs, nothing ) src/Data/Hashable/Generic/Instances.hs:5:14: warning: [GHC-19244] [-Wtrustworthy-safe] Data.Hashable.Generic.Instances is marked as Trustworthy but has been inferred as safe! | 5 | {-# LANGUAGE Trustworthy #-} | ^^^^^^^^^^^ [ 9 of 10] Compiling Data.Hashable.Generic ( src/Data/Hashable/Generic.hs, nothing ) [10 of 10] Compiling Data.Hashable ( src/Data/Hashable.hs, nothing ) Haddock coverage: 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 Warning: 'hash' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'defaultHashWith' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Hashed' is ambiguous. It is defined * at src/Data/Hashable/Class.hs:914:17 * at src/Data/Hashable/Class.hs:914: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/Hashable/Class.hs:914:1 Warning: 'Arg' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 80% ( 8 / 10) in 'Data.Hashable.Lifted' Missing documentation for: Hashable1 (src/Data/Hashable/Class.hs:278) Hashable2 (src/Data/Hashable/Class.hs:293) 66% ( 6 / 9) in 'Data.Hashable.Generic' Missing documentation for: One (src/Data/Hashable/Class.hs:268) Zero (src/Data/Hashable/Class.hs:267) HashArgs (src/Data/Hashable/Class.hs:270) Warning: 'Generic' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 31 / 31) in 'Data.Hashable' Warning: Data.Hashable.Generic: could not find link destinations for: - Data.Hashable.Class.D:R:HashArgsOnea0 - Data.Hashable.Class.D:R:HashArgsZeroa0 - Data.Hashable.Generic.Instances.GSum Warning: Data.Hashable: could not find link destinations for: - Data.Hashable.Mix.Salt Documentation created: dist/doc/html/hashable/, dist/doc/html/hashable/hashable.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/hashable-1.4.7.0-GzXGE6SQbRLJnkt2BlSXLn Completed hashable-1.4.7.0 Configuring QuickCheck-2.15.0.1... Preprocessing library for QuickCheck-2.15.0.1.. Building library for QuickCheck-2.15.0.1.. [ 1 of 16] Compiling Test.QuickCheck.Exception ( src/Test/QuickCheck/Exception.hs, dist/build/Test/QuickCheck/Exception.o, dist/build/Test/QuickCheck/Exception.dyn_o ) [ 2 of 16] Compiling Test.QuickCheck.Random ( src/Test/QuickCheck/Random.hs, dist/build/Test/QuickCheck/Random.o, dist/build/Test/QuickCheck/Random.dyn_o ) src/Test/QuickCheck/Random.hs:50:37: warning: [GHC-68441] [-Wdeprecations] In the use of genShortByteString (imported from System.Random, but defined in System.Random.Internal): Deprecated: "In favor of `System.Random.uniformShortByteString`" | 50 | genShortByteString n = wrapQCGen (genShortByteString n) | ^^^^^^^^^^^^^^^^^^ src/Test/QuickCheck/Random.hs:83:16: warning: [GHC-68441] [-Wdeprecations] In the use of split (imported from System.Random, but defined in System.Random.Internal): Deprecated: "In favor of `splitGen`" | 83 | left = fst . split | ^^^^^ src/Test/QuickCheck/Random.hs:84:17: warning: [GHC-68441] [-Wdeprecations] In the use of split (imported from System.Random, but defined in System.Random.Internal): Deprecated: "In favor of `splitGen`" | 84 | right = snd . split | ^^^^^ [ 3 of 16] Compiling Test.QuickCheck.Gen ( src/Test/QuickCheck/Gen.hs, dist/build/Test/QuickCheck/Gen.o, dist/build/Test/QuickCheck/Gen.dyn_o ) src/Test/QuickCheck/Gen.hs:92:12: warning: [GHC-68441] [-Wdeprecations] In the use of split (imported from System.Random, but defined in System.Random.Internal): Deprecated: "In favor of `splitGen`" | 92 | case split r of | ^^^^^ [ 4 of 16] Compiling Test.QuickCheck.Gen.Unsafe ( src/Test/QuickCheck/Gen/Unsafe.hs, dist/build/Test/QuickCheck/Gen/Unsafe.o, dist/build/Test/QuickCheck/Gen/Unsafe.dyn_o ) [ 5 of 16] Compiling Test.QuickCheck.Arbitrary ( src/Test/QuickCheck/Arbitrary.hs, dist/build/Test/QuickCheck/Arbitrary.o, dist/build/Test/QuickCheck/Arbitrary.dyn_o ) [ 6 of 16] Compiling Test.QuickCheck.Poly ( src/Test/QuickCheck/Poly.hs, dist/build/Test/QuickCheck/Poly.o, dist/build/Test/QuickCheck/Poly.dyn_o ) [ 7 of 16] Compiling Test.QuickCheck.Modifiers ( src/Test/QuickCheck/Modifiers.hs, dist/build/Test/QuickCheck/Modifiers.o, dist/build/Test/QuickCheck/Modifiers.dyn_o ) [ 8 of 16] Compiling Test.QuickCheck.Function ( src/Test/QuickCheck/Function.hs, dist/build/Test/QuickCheck/Function.o, dist/build/Test/QuickCheck/Function.dyn_o ) [ 9 of 16] Compiling Test.QuickCheck.Text ( src/Test/QuickCheck/Text.hs, dist/build/Test/QuickCheck/Text.o, dist/build/Test/QuickCheck/Text.dyn_o ) [10 of 16] Compiling Test.QuickCheck.State ( src/Test/QuickCheck/State.hs, dist/build/Test/QuickCheck/State.o, dist/build/Test/QuickCheck/State.dyn_o ) [11 of 16] Compiling Test.QuickCheck.Property ( src/Test/QuickCheck/Property.hs, dist/build/Test/QuickCheck/Property.o, dist/build/Test/QuickCheck/Property.dyn_o ) [12 of 16] Compiling Test.QuickCheck.Test ( src/Test/QuickCheck/Test.hs, dist/build/Test/QuickCheck/Test.o, dist/build/Test/QuickCheck/Test.dyn_o ) src/Test/QuickCheck/Test.hs:501:17: warning: [GHC-68441] [-Wdeprecations] In the use of split (imported from System.Random, but defined in System.Random.Internal): Deprecated: "In favor of `splitGen`" | 501 | (rnd1,rnd2) = split (randomSeed st) | ^^^^^ [13 of 16] Compiling Test.QuickCheck.Monadic ( src/Test/QuickCheck/Monadic.hs, dist/build/Test/QuickCheck/Monadic.o, dist/build/Test/QuickCheck/Monadic.dyn_o ) [14 of 16] Compiling Test.QuickCheck.All ( src/Test/QuickCheck/All.hs, dist/build/Test/QuickCheck/All.o, dist/build/Test/QuickCheck/All.dyn_o ) [15 of 16] Compiling Test.QuickCheck.Features ( src/Test/QuickCheck/Features.hs, dist/build/Test/QuickCheck/Features.o, dist/build/Test/QuickCheck/Features.dyn_o ) [16 of 16] Compiling Test.QuickCheck ( src/Test/QuickCheck.hs, dist/build/Test/QuickCheck.o, dist/build/Test/QuickCheck.dyn_o ) Preprocessing library for QuickCheck-2.15.0.1.. Running Haddock on library for QuickCheck-2.15.0.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 16] Compiling Test.QuickCheck.Exception ( src/Test/QuickCheck/Exception.hs, nothing ) [ 2 of 16] Compiling Test.QuickCheck.Random ( src/Test/QuickCheck/Random.hs, nothing ) src/Test/QuickCheck/Random.hs:50:37: warning: [GHC-68441] [-Wdeprecations] In the use of genShortByteString (imported from System.Random, but defined in System.Random.Internal): Deprecated: "In favor of `System.Random.uniformShortByteString`" | 50 | genShortByteString n = wrapQCGen (genShortByteString n) | ^^^^^^^^^^^^^^^^^^ src/Test/QuickCheck/Random.hs:83:16: warning: [GHC-68441] [-Wdeprecations] In the use of split (imported from System.Random, but defined in System.Random.Internal): Deprecated: "In favor of `splitGen`" | 83 | left = fst . split | ^^^^^ src/Test/QuickCheck/Random.hs:84:17: warning: [GHC-68441] [-Wdeprecations] In the use of split (imported from System.Random, but defined in System.Random.Internal): Deprecated: "In favor of `splitGen`" | 84 | right = snd . split | ^^^^^ [ 3 of 16] Compiling Test.QuickCheck.Gen ( src/Test/QuickCheck/Gen.hs, nothing ) src/Test/QuickCheck/Gen.hs:92:12: warning: [GHC-68441] [-Wdeprecations] In the use of split (imported from System.Random, but defined in System.Random.Internal): Deprecated: "In favor of `splitGen`" | 92 | case split r of | ^^^^^ [ 4 of 16] Compiling Test.QuickCheck.Gen.Unsafe ( src/Test/QuickCheck/Gen/Unsafe.hs, nothing ) [ 5 of 16] Compiling Test.QuickCheck.Arbitrary ( src/Test/QuickCheck/Arbitrary.hs, nothing ) [ 6 of 16] Compiling Test.QuickCheck.Poly ( src/Test/QuickCheck/Poly.hs, nothing ) [ 7 of 16] Compiling Test.QuickCheck.Modifiers ( src/Test/QuickCheck/Modifiers.hs, nothing ) [ 8 of 16] Compiling Test.QuickCheck.Function ( src/Test/QuickCheck/Function.hs, nothing ) [ 9 of 16] Compiling Test.QuickCheck.Text ( src/Test/QuickCheck/Text.hs, nothing ) [10 of 16] Compiling Test.QuickCheck.State ( src/Test/QuickCheck/State.hs, nothing ) [11 of 16] Compiling Test.QuickCheck.Property ( src/Test/QuickCheck/Property.hs, nothing ) [12 of 16] Compiling Test.QuickCheck.Test ( src/Test/QuickCheck/Test.hs, nothing ) src/Test/QuickCheck/Test.hs:501:17: warning: [GHC-68441] [-Wdeprecations] In the use of split (imported from System.Random, but defined in System.Random.Internal): Deprecated: "In favor of `splitGen`" | 501 | (rnd1,rnd2) = split (randomSeed st) | ^^^^^ [13 of 16] Compiling Test.QuickCheck.Monadic ( src/Test/QuickCheck/Monadic.hs, nothing ) [14 of 16] Compiling Test.QuickCheck.All ( src/Test/QuickCheck/All.hs, nothing ) [15 of 16] Compiling Test.QuickCheck.Features ( src/Test/QuickCheck/Features.hs, nothing ) [16 of 16] Compiling Test.QuickCheck ( src/Test/QuickCheck.hs, nothing ) Haddock coverage: Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'stdout' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 92% ( 35 / 38) in 'Test.QuickCheck.Gen' Missing documentation for: chooseWord64 (src/Test/QuickCheck/Gen.hs:211) chooseInt64 (src/Test/QuickCheck/Gen.hs:220) chooseUpTo (src/Test/QuickCheck/Gen.hs:230) 80% ( 4 / 5) in 'Test.QuickCheck.Gen.Unsafe' Missing documentation for: Capture (src/Test/QuickCheck/Gen/Unsafe.hs:52) Warning: '(:*:)' is ambiguous. It is defined * in GHC.Generics * in GHC.Generics 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.Generics Warning: 'label' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'classify' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Version' is ambiguous. It is defined * in Data.Version * in Data.Version 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.Version 88% ( 45 / 51) in 'Test.QuickCheck.Arbitrary' Missing documentation for: arbitrary1 (src/Test/QuickCheck/Arbitrary.hs:297) shrink1 (src/Test/QuickCheck/Arbitrary.hs:300) arbitrary2 (src/Test/QuickCheck/Arbitrary.hs:309) shrink2 (src/Test/QuickCheck/Arbitrary.hs:312) RecursivelyShrink (src/Test/QuickCheck/Arbitrary.hs:324) GSubterms (src/Test/QuickCheck/Arbitrary.hs:355) Warning: 'A' is ambiguous. It is defined * at src/Test/QuickCheck/Poly.hs:29:13 * at src/Test/QuickCheck/Poly.hs:29: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/Test/QuickCheck/Poly.hs:29:1 Warning: 'B' is ambiguous. It is defined * at src/Test/QuickCheck/Poly.hs:44:13 * at src/Test/QuickCheck/Poly.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 src/Test/QuickCheck/Poly.hs:44:1 Warning: 'C' is ambiguous. It is defined * at src/Test/QuickCheck/Poly.hs:59:13 * at src/Test/QuickCheck/Poly.hs:59: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/Test/QuickCheck/Poly.hs:59:1 Warning: 'OrdA' is ambiguous. It is defined * at src/Test/QuickCheck/Poly.hs:77:16 * at src/Test/QuickCheck/Poly.hs:77: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/Test/QuickCheck/Poly.hs:77:1 Warning: 'OrdB' is ambiguous. It is defined * at src/Test/QuickCheck/Poly.hs:112:16 * at src/Test/QuickCheck/Poly.hs:112: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/Test/QuickCheck/Poly.hs:112:1 Warning: 'OrdC' is ambiguous. It is defined * at src/Test/QuickCheck/Poly.hs:146:16 * at src/Test/QuickCheck/Poly.hs:146: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/Test/QuickCheck/Poly.hs:146:1 14% ( 1 / 7) in 'Test.QuickCheck.Poly' Missing documentation for: A (src/Test/QuickCheck/Poly.hs:29) B (src/Test/QuickCheck/Poly.hs:44) C (src/Test/QuickCheck/Poly.hs:59) OrdA (src/Test/QuickCheck/Poly.hs:77) OrdB (src/Test/QuickCheck/Poly.hs:112) OrdC (src/Test/QuickCheck/Poly.hs:146) Warning: 'Blind' is ambiguous. It is defined * at src/Test/QuickCheck/Modifiers.hs:93:19 * at src/Test/QuickCheck/Modifiers.hs:93: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/Test/QuickCheck/Modifiers.hs:93:1 Warning: 'A' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'NonNegative' is ambiguous. It is defined * at src/Test/QuickCheck/Modifiers.hs:311:25 * at src/Test/QuickCheck/Modifiers.hs:311: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/Test/QuickCheck/Modifiers.hs:311:1 Warning: 'forAll' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'OrdA' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Large' is ambiguous. It is defined * at src/Test/QuickCheck/Modifiers.hs:350:19 * at src/Test/QuickCheck/Modifiers.hs:350: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/Test/QuickCheck/Modifiers.hs:350:1 95% ( 21 / 22) in 'Test.QuickCheck.Modifiers' Missing documentation for: ShrinkState (src/Test/QuickCheck/Modifiers.hs:468) Warning: 'Fun' is ambiguous. It is defined * at src/Test/QuickCheck/Function.hs:545:16 * at src/Test/QuickCheck/Function.hs:545: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/Test/QuickCheck/Function.hs:545:1 100% ( 21 / 21) in 'Test.QuickCheck.Function' Warning: 'checkCoverage' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'cover' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Discard' is ambiguous. It is defined * at src/Test/QuickCheck/Property.hs:111:16 * at src/Test/QuickCheck/Property.hs:111: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/Test/QuickCheck/Property.hs:111:1 Warning: 'witnesses' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'quickCheckResult' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Confidence' is ambiguous. It is defined * at src/Test/QuickCheck/State.hs:68:3 * at src/Test/QuickCheck/State.hs:67: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/Test/QuickCheck/State.hs:67:1 Warning: 'table' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'tabular' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'p1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'p2' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'stdout' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 83% ( 20 / 24) in 'Test.QuickCheck.Monadic' Missing documentation for: stop (src/Test/QuickCheck/Monadic.hs:163) monadic (src/Test/QuickCheck/Monadic.hs:272) monadic' (src/Test/QuickCheck/Monadic.hs:275) runSTGen (src/Test/QuickCheck/Monadic.hs:314) 100% ( 10 / 10) in 'Test.QuickCheck.All' Warning: '()' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Fun' is ambiguous. It is defined * at src/Test/QuickCheck/Function.hs:545:16 * at src/Test/QuickCheck/Function.hs:545: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/Test/QuickCheck/Function.hs:545:1 Warning: 'Blind' is ambiguous. It is defined * at src/Test/QuickCheck/Modifiers.hs:93:19 * at src/Test/QuickCheck/Modifiers.hs:93: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/Test/QuickCheck/Modifiers.hs:93:1 Warning: 'A' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'NonNegative' is ambiguous. It is defined * at src/Test/QuickCheck/Modifiers.hs:311:25 * at src/Test/QuickCheck/Modifiers.hs:311: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/Test/QuickCheck/Modifiers.hs:311:1 Warning: 'OrdA' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 96% (199 /207) in 'Test.QuickCheck' Missing documentation for: arbitrary1 (src/Test/QuickCheck/Arbitrary.hs:297) shrink1 (src/Test/QuickCheck/Arbitrary.hs:300) arbitrary2 (src/Test/QuickCheck/Arbitrary.hs:309) shrink2 (src/Test/QuickCheck/Arbitrary.hs:312) ShrinkState (src/Test/QuickCheck/Modifiers.hs:468) Witness (src/Test/QuickCheck/Property.hs:259) coerceWitness (src/Test/QuickCheck/Property.hs:265) castWitness (src/Test/QuickCheck/Property.hs:270) Warning: Test.QuickCheck.Gen: could not find link destinations for: - Test.QuickCheck.Random.QCGen Warning: Test.QuickCheck.Arbitrary: could not find link destinations for: - Test.QuickCheck.Arbitrary.GCoArbitrary - Test.QuickCheck.Arbitrary.GSubtermsIncl - Test.QuickCheck.Arbitrary.gSubterms - Test.QuickCheck.Arbitrary.grecursivelyShrink Warning: Test.QuickCheck.Modifiers: could not find link destinations for: - Test.QuickCheck.Modifiers.InfiniteListInternalData Warning: Test.QuickCheck.Function: could not find link destinations for: - Test.QuickCheck.Function.Shrunk - Test.QuickCheck.Function.GFunction Warning: Test.QuickCheck: could not find link destinations for: - Test.QuickCheck.Exception.AnException - Test.QuickCheck.Random.QCGen - Test.QuickCheck.Arbitrary.GCoArbitrary - Test.QuickCheck.Modifiers.InfiniteListInternalData - Test.QuickCheck.Function.Shrunk - Test.QuickCheck.Function.GFunction - Test.QuickCheck.Property.Result Documentation created: dist/doc/html/QuickCheck/, dist/doc/html/QuickCheck/QuickCheck.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/QuickCheck-2.15.0.1-IAgepuEQ5phHVCfClzlvSQ Completed QuickCheck-2.15.0.1 Configuring comonad-5.0.10... Preprocessing library for comonad-5.0.10.. Building library for comonad-5.0.10.. [ 1 of 15] Compiling Control.Comonad ( src/Control/Comonad.hs, dist/build/Control/Comonad.o, dist/build/Control/Comonad.dyn_o ) [ 2 of 15] Compiling Control.Comonad.Hoist.Class ( src/Control/Comonad/Hoist/Class.hs, dist/build/Control/Comonad/Hoist/Class.o, dist/build/Control/Comonad/Hoist/Class.dyn_o ) [ 3 of 15] Compiling Control.Comonad.Trans.Class ( src/Control/Comonad/Trans/Class.hs, dist/build/Control/Comonad/Trans/Class.o, dist/build/Control/Comonad/Trans/Class.dyn_o ) [ 4 of 15] Compiling Control.Comonad.Trans.Env ( src/Control/Comonad/Trans/Env.hs, dist/build/Control/Comonad/Trans/Env.o, dist/build/Control/Comonad/Trans/Env.dyn_o ) [ 5 of 15] Compiling Control.Comonad.Trans.Identity ( src/Control/Comonad/Trans/Identity.hs, dist/build/Control/Comonad/Trans/Identity.o, dist/build/Control/Comonad/Trans/Identity.dyn_o ) [ 6 of 15] Compiling Control.Comonad.Identity ( src/Control/Comonad/Identity.hs, dist/build/Control/Comonad/Identity.o, dist/build/Control/Comonad/Identity.dyn_o ) [ 7 of 15] Compiling Control.Comonad.Trans.Store ( src/Control/Comonad/Trans/Store.hs, dist/build/Control/Comonad/Trans/Store.o, dist/build/Control/Comonad/Trans/Store.dyn_o ) [ 8 of 15] Compiling Control.Comonad.Trans.Traced ( src/Control/Comonad/Trans/Traced.hs, dist/build/Control/Comonad/Trans/Traced.o, dist/build/Control/Comonad/Trans/Traced.dyn_o ) [ 9 of 15] Compiling Control.Comonad.Traced.Class ( src/Control/Comonad/Traced/Class.hs, dist/build/Control/Comonad/Traced/Class.o, dist/build/Control/Comonad/Traced/Class.dyn_o ) [10 of 15] Compiling Control.Comonad.Traced ( src/Control/Comonad/Traced.hs, dist/build/Control/Comonad/Traced.o, dist/build/Control/Comonad/Traced.dyn_o ) [11 of 15] Compiling Control.Comonad.Store.Class ( src/Control/Comonad/Store/Class.hs, dist/build/Control/Comonad/Store/Class.o, dist/build/Control/Comonad/Store/Class.dyn_o ) [12 of 15] Compiling Control.Comonad.Store ( src/Control/Comonad/Store.hs, dist/build/Control/Comonad/Store.o, dist/build/Control/Comonad/Store.dyn_o ) [13 of 15] Compiling Control.Comonad.Env.Class ( src/Control/Comonad/Env/Class.hs, dist/build/Control/Comonad/Env/Class.o, dist/build/Control/Comonad/Env/Class.dyn_o ) [14 of 15] Compiling Control.Comonad.Env ( src/Control/Comonad/Env.hs, dist/build/Control/Comonad/Env.o, dist/build/Control/Comonad/Env.dyn_o ) [15 of 15] Compiling Data.Functor.Composition ( src/Data/Functor/Composition.hs, dist/build/Data/Functor/Composition.o, dist/build/Data/Functor/Composition.dyn_o ) Preprocessing library for comonad-5.0.10.. Running Haddock on library for comonad-5.0.10.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 15] Compiling Control.Comonad ( src/Control/Comonad.hs, nothing ) [ 2 of 15] Compiling Control.Comonad.Hoist.Class ( src/Control/Comonad/Hoist/Class.hs, nothing ) [ 3 of 15] Compiling Control.Comonad.Trans.Class ( src/Control/Comonad/Trans/Class.hs, nothing ) [ 4 of 15] Compiling Control.Comonad.Trans.Env ( src/Control/Comonad/Trans/Env.hs, nothing ) [ 5 of 15] Compiling Control.Comonad.Trans.Identity ( src/Control/Comonad/Trans/Identity.hs, nothing ) [ 6 of 15] Compiling Control.Comonad.Identity ( src/Control/Comonad/Identity.hs, nothing ) [ 7 of 15] Compiling Control.Comonad.Trans.Store ( src/Control/Comonad/Trans/Store.hs, nothing ) [ 8 of 15] Compiling Control.Comonad.Trans.Traced ( src/Control/Comonad/Trans/Traced.hs, nothing ) [ 9 of 15] Compiling Control.Comonad.Traced.Class ( src/Control/Comonad/Traced/Class.hs, nothing ) [10 of 15] Compiling Control.Comonad.Traced ( src/Control/Comonad/Traced.hs, nothing ) [11 of 15] Compiling Control.Comonad.Store.Class ( src/Control/Comonad/Store/Class.hs, nothing ) [12 of 15] Compiling Control.Comonad.Store ( src/Control/Comonad/Store.hs, nothing ) [13 of 15] Compiling Control.Comonad.Env.Class ( src/Control/Comonad/Env/Class.hs, nothing ) [14 of 15] Compiling Control.Comonad.Env ( src/Control/Comonad/Env.hs, nothing ) [15 of 15] Compiling Data.Functor.Composition ( src/Data/Functor/Composition.hs, nothing ) Haddock coverage: Warning: 'Cokleisli' is ambiguous. It is defined * at src/Control/Comonad.hs:348:27 * at src/Control/Comonad.hs:348: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/Control/Comonad.hs:348:1 100% ( 22 / 22) in 'Control.Comonad' 50% ( 1 / 2) in 'Control.Comonad.Hoist.Class' Missing documentation for: ComonadHoist (src/Control/Comonad/Hoist/Class.hs:20) 50% ( 1 / 2) in 'Control.Comonad.Trans.Class' Missing documentation for: ComonadTrans (src/Control/Comonad/Trans/Class.hs:18) 69% ( 9 / 13) in 'Control.Comonad.Trans.Env' Missing documentation for: Env (src/Control/Comonad/Trans/Env.hs:97) runEnv (src/Control/Comonad/Trans/Env.hs:105) EnvT (src/Control/Comonad/Trans/Env.hs:98) runEnvT (src/Control/Comonad/Trans/Env.hs:108) 100% ( 2 / 2) in 'Control.Comonad.Trans.Identity' 100% ( 4 / 4) in 'Control.Comonad.Identity' 73% ( 11 / 15) in 'Control.Comonad.Trans.Store' Missing documentation for: Store (src/Control/Comonad/Trans/Store.hs:87) runStore (src/Control/Comonad/Trans/Store.hs:94) StoreT (src/Control/Comonad/Trans/Store.hs:96) runStoreT (src/Control/Comonad/Trans/Store.hs:99) 33% ( 4 / 12) in 'Control.Comonad.Trans.Traced' Missing documentation for: Traced (src/Control/Comonad/Trans/Traced.hs:55) traced (src/Control/Comonad/Trans/Traced.hs:58) runTraced (src/Control/Comonad/Trans/Traced.hs:61) TracedT (src/Control/Comonad/Trans/Traced.hs:63) trace (src/Control/Comonad/Trans/Traced.hs:97) listen (src/Control/Comonad/Trans/Traced.hs:100) listens (src/Control/Comonad/Trans/Traced.hs:103) censor (src/Control/Comonad/Trans/Traced.hs:106) 33% ( 1 / 3) in 'Control.Comonad.Traced.Class' Missing documentation for: ComonadTraced (src/Control/Comonad/Traced/Class.hs:28) traces (src/Control/Comonad/Traced/Class.hs:32) 57% ( 8 / 14) in 'Control.Comonad.Traced' Missing documentation for: ComonadTraced (src/Control/Comonad/Traced/Class.hs:28) traces (src/Control/Comonad/Traced/Class.hs:32) Traced (src/Control/Comonad/Trans/Traced.hs:55) traced (src/Control/Comonad/Trans/Traced.hs:58) runTraced (src/Control/Comonad/Trans/Traced.hs:61) TracedT (src/Control/Comonad/Trans/Traced.hs:63) 25% ( 1 / 4) in 'Control.Comonad.Store.Class' Missing documentation for: ComonadStore (src/Control/Comonad/Store/Class.hs:29) lowerPos (src/Control/Comonad/Store/Class.hs:54) lowerPeek (src/Control/Comonad/Store/Class.hs:58) 61% ( 8 / 13) in 'Control.Comonad.Store' Missing documentation for: ComonadStore (src/Control/Comonad/Store/Class.hs:29) Store (src/Control/Comonad/Trans/Store.hs:87) runStore (src/Control/Comonad/Trans/Store.hs:94) StoreT (src/Control/Comonad/Trans/Store.hs:96) runStoreT (src/Control/Comonad/Trans/Store.hs:99) 33% ( 1 / 3) in 'Control.Comonad.Env.Class' Missing documentation for: ComonadEnv (src/Control/Comonad/Env/Class.hs:29) asks (src/Control/Comonad/Env/Class.hs:33) 60% ( 9 / 15) in 'Control.Comonad.Env' Missing documentation for: ComonadEnv (src/Control/Comonad/Env/Class.hs:29) asks (src/Control/Comonad/Env/Class.hs:33) Env (src/Control/Comonad/Trans/Env.hs:97) runEnv (src/Control/Comonad/Trans/Env.hs:105) EnvT (src/Control/Comonad/Trans/Env.hs:98) runEnvT (src/Control/Comonad/Trans/Env.hs:108) 50% ( 1 / 2) in 'Data.Functor.Composition' Missing documentation for: Module header Warning: Control.Comonad: could not find link destinations for: - WithIndex.Indexing - Text.ParserCombinators.ReadP.P - Data.Graph.SetM Warning: Control.Comonad.Trans.Identity: could not find link destinations for: - Control.Monad.Trans.Identity.Rep1_IdentityT - Control.Monad.Trans.Identity.Rep_IdentityT Documentation created: dist/doc/html/comonad/, dist/doc/html/comonad/comonad.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/comonad-5.0.10-JbeoMPYqL7nARAod004Pet Completed comonad-5.0.10 Configuring prettyprinter-ansi-terminal-1.1.3... Preprocessing library for prettyprinter-ansi-terminal-1.1.3.. Building library for prettyprinter-ansi-terminal-1.1.3.. [1 of 4] Compiling Prettyprinter.Render.Terminal.Internal ( src/Prettyprinter/Render/Terminal/Internal.hs, dist/build/Prettyprinter/Render/Terminal/Internal.o, dist/build/Prettyprinter/Render/Terminal/Internal.dyn_o ) [2 of 4] Compiling Prettyprinter.Render.Terminal ( src/Prettyprinter/Render/Terminal.hs, dist/build/Prettyprinter/Render/Terminal.o, dist/build/Prettyprinter/Render/Terminal.dyn_o ) [3 of 4] Compiling Data.Text.Prettyprint.Doc.Render.Terminal ( src/Data/Text/Prettyprint/Doc/Render/Terminal.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Terminal.o, dist/build/Data/Text/Prettyprint/Doc/Render/Terminal.dyn_o ) [4 of 4] Compiling Data.Text.Prettyprint.Doc.Render.Terminal.Internal ( src/Data/Text/Prettyprint/Doc/Render/Terminal/Internal.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Terminal/Internal.o, dist/build/Data/Text/Prettyprint/Doc/Render/Terminal/Internal.dyn_o ) Preprocessing library for prettyprinter-ansi-terminal-1.1.3.. Running Haddock on library for prettyprinter-ansi-terminal-1.1.3.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 4] Compiling Prettyprinter.Render.Terminal.Internal ( src/Prettyprinter/Render/Terminal/Internal.hs, nothing ) [2 of 4] Compiling Prettyprinter.Render.Terminal ( src/Prettyprinter/Render/Terminal.hs, nothing ) [3 of 4] Compiling Data.Text.Prettyprint.Doc.Render.Terminal ( src/Data/Text/Prettyprint/Doc/Render/Terminal.hs, nothing ) [4 of 4] Compiling Data.Text.Prettyprint.Doc.Render.Terminal.Internal ( src/Data/Text/Prettyprint/Doc/Render/Terminal/Internal.hs, nothing ) Haddock coverage: Warning: '...' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 88% ( 24 / 27) in 'Prettyprinter.Render.Terminal.Internal' Missing documentation for: Bold (src/Prettyprinter/Render/Terminal/Internal.hs:90) Underlined (src/Prettyprinter/Render/Terminal/Internal.hs:91) Italicized (src/Prettyprinter/Render/Terminal/Internal.hs:92) Warning: 'SimpleDocStream' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Text' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'stdout' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 89% ( 25 / 28) in 'Prettyprinter.Render.Terminal' Missing documentation for: Bold (src/Prettyprinter/Render/Terminal/Internal.hs:90) Underlined (src/Prettyprinter/Render/Terminal/Internal.hs:91) Italicized (src/Prettyprinter/Render/Terminal/Internal.hs:92) 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Terminal' Missing documentation for: Module header 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Terminal.Internal' Missing documentation for: Module header Documentation created: dist/doc/html/prettyprinter-ansi-terminal/, dist/doc/html/prettyprinter-ansi-terminal/prettyprinter-ansi-terminal.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/prettyprinter-ansi-terminal-1.1.3-JrRnN4r0DhJAK82srIzsBK Completed prettyprinter-ansi-terminal-1.1.3 Configuring unix-compat-0.7.4.1... Preprocessing library for unix-compat-0.7.4.1.. Building library for unix-compat-0.7.4.1.. [1 of 8] Compiling System.PosixCompat.Files ( dist/build/System/PosixCompat/Files.hs, dist/build/System/PosixCompat/Files.o, dist/build/System/PosixCompat/Files.dyn_o ) [2 of 8] Compiling System.PosixCompat.Process ( src/System/PosixCompat/Process.hs, dist/build/System/PosixCompat/Process.o, dist/build/System/PosixCompat/Process.dyn_o ) [3 of 8] Compiling System.PosixCompat.Temp ( src/System/PosixCompat/Temp.hs, dist/build/System/PosixCompat/Temp.o, dist/build/System/PosixCompat/Temp.dyn_o ) [4 of 8] Compiling System.PosixCompat.Time ( src/System/PosixCompat/Time.hs, dist/build/System/PosixCompat/Time.o, dist/build/System/PosixCompat/Time.dyn_o ) [5 of 8] Compiling System.PosixCompat.Types ( src/System/PosixCompat/Types.hs, dist/build/System/PosixCompat/Types.o, dist/build/System/PosixCompat/Types.dyn_o ) [6 of 8] Compiling System.PosixCompat.Extensions ( dist/build/System/PosixCompat/Extensions.hs, dist/build/System/PosixCompat/Extensions.o, dist/build/System/PosixCompat/Extensions.dyn_o ) [7 of 8] Compiling System.PosixCompat.Unistd ( src/System/PosixCompat/Unistd.hs, dist/build/System/PosixCompat/Unistd.o, dist/build/System/PosixCompat/Unistd.dyn_o ) [8 of 8] Compiling System.PosixCompat ( src/System/PosixCompat.hs, dist/build/System/PosixCompat.o, dist/build/System/PosixCompat.dyn_o ) Preprocessing library for unix-compat-0.7.4.1.. Running Haddock on library for unix-compat-0.7.4.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 8] Compiling System.PosixCompat.Files ( dist/build/System/PosixCompat/Files.hs, nothing ) [2 of 8] Compiling System.PosixCompat.Process ( src/System/PosixCompat/Process.hs, nothing ) [3 of 8] Compiling System.PosixCompat.Temp ( src/System/PosixCompat/Temp.hs, nothing ) [4 of 8] Compiling System.PosixCompat.Time ( src/System/PosixCompat/Time.hs, nothing ) [5 of 8] Compiling System.PosixCompat.Types ( src/System/PosixCompat/Types.hs, nothing ) [6 of 8] Compiling System.PosixCompat.Extensions ( dist/build/System/PosixCompat/Extensions.hs, nothing ) [7 of 8] Compiling System.PosixCompat.Unistd ( src/System/PosixCompat/Unistd.hs, nothing ) [8 of 8] Compiling System.PosixCompat ( src/System/PosixCompat.hs, nothing ) Haddock coverage: 98% ( 80 / 81) in 'System.PosixCompat.Files' Missing documentation for: PathVar 100% ( 2 / 2) in 'System.PosixCompat.Process' 100% ( 2 / 2) in 'System.PosixCompat.Temp' 100% ( 2 / 2) in 'System.PosixCompat.Time' 100% ( 2 / 2) in 'System.PosixCompat.Types' 71% ( 5 / 7) in 'System.PosixCompat.Extensions' Missing documentation for: CMajor (src/System/PosixCompat/Extensions.hsc:23) CMinor (src/System/PosixCompat/Extensions.hsc:24) 75% ( 6 / 8) in 'System.PosixCompat.Unistd' Missing documentation for: SystemID getSystemID 100% ( 8 / 8) in 'System.PosixCompat' Documentation created: dist/doc/html/unix-compat/, dist/doc/html/unix-compat/unix-compat.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/unix-compat-0.7.4.1-BeF5ha9XhV2ET2vU6M4nqr Completed unix-compat-0.7.4.1 Configuring file-io-0.1.5... Preprocessing library for file-io-0.1.5.. Building library for file-io-0.1.5.. [1 of 5] Compiling System.File.Platform ( posix/System/File/Platform.hs, dist/build/System/File/Platform.o, dist/build/System/File/Platform.dyn_o ) [2 of 5] Compiling System.File.OsPath.Internal ( System/File/OsPath/Internal.hs, dist/build/System/File/OsPath/Internal.o, dist/build/System/File/OsPath/Internal.dyn_o ) [3 of 5] Compiling System.File.OsPath ( System/File/OsPath.hs, dist/build/System/File/OsPath.o, dist/build/System/File/OsPath.dyn_o ) [4 of 5] Compiling System.File.PlatformPath.Internal ( System/File/PlatformPath/Internal.hs, dist/build/System/File/PlatformPath/Internal.o, dist/build/System/File/PlatformPath/Internal.dyn_o ) [5 of 5] Compiling System.File.PlatformPath ( System/File/PlatformPath.hs, dist/build/System/File/PlatformPath.o, dist/build/System/File/PlatformPath.dyn_o ) Preprocessing library for file-io-0.1.5.. Running Haddock on library for file-io-0.1.5.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 5] Compiling System.File.Platform ( posix/System/File/Platform.hs, nothing ) [2 of 5] Compiling System.File.OsPath.Internal ( System/File/OsPath/Internal.hs, nothing ) [3 of 5] Compiling System.File.OsPath ( System/File/OsPath.hs, nothing ) [4 of 5] Compiling System.File.PlatformPath.Internal ( System/File/PlatformPath/Internal.hs, nothing ) [5 of 5] Compiling System.File.PlatformPath ( System/File/PlatformPath.hs, nothing ) Haddock coverage: Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 64% ( 18 / 28) in 'System.File.OsPath.Internal' Missing documentation for: Module header withBinaryFile (System/File/OsPath/Internal.hs:59) withBinaryFile' (System/File/OsPath/Internal.hs:75) handleFinalizer (System/File/OsPath/Internal.hs:192) HandleFinalizer (System/File/OsPath/Internal.hs:198) withOpenFile' (System/File/OsPath/Internal.hs:213) addFilePathToIOError (System/File/OsPath/Internal.hs:226) augmentError (System/File/OsPath/Internal.hs:232) openTempFile' (System/File/OsPath/Internal.hs:237) any_ (System/File/OsPath/Internal.hs:252) Warning: 'OsPath' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 88% ( 16 / 18) in 'System.File.OsPath' Missing documentation for: withBinaryFile (System/File/OsPath/Internal.hs:59) withBinaryFile' (System/File/OsPath/Internal.hs:75) 72% ( 16 / 22) in 'System.File.PlatformPath.Internal' Missing documentation for: Module header handleFinalizer (System/File/OsPath/Internal.hs:192) HandleFinalizer (System/File/OsPath/Internal.hs:198) withOpenFile' (System/File/PlatformPath/Internal.hs:111) addFilePathToIOError (System/File/PlatformPath/Internal.hs:114) augmentError (System/File/PlatformPath/Internal.hs:117) Warning: 'OsPath' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 14 / 14) in 'System.File.PlatformPath' Documentation created: dist/doc/html/file-io/, dist/doc/html/file-io/file-io.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/file-io-0.1.5-x3QaA2KUFxAiFu7RvWigV Completed file-io-0.1.5 Configuring base-compat-0.14.1... Preprocessing library for base-compat-0.14.1.. Building library for base-compat-0.14.1.. [ 1 of 130] Compiling Control.Concurrent.Compat ( src/Control/Concurrent/Compat.hs, dist/build/Control/Concurrent/Compat.o, dist/build/Control/Concurrent/Compat.dyn_o ) [ 2 of 130] Compiling Control.Concurrent.Compat.Repl ( src/Control/Concurrent/Compat/Repl.hs, dist/build/Control/Concurrent/Compat/Repl.o, dist/build/Control/Concurrent/Compat/Repl.dyn_o ) [ 3 of 130] Compiling Control.Concurrent.MVar.Compat ( src/Control/Concurrent/MVar/Compat.hs, dist/build/Control/Concurrent/MVar/Compat.o, dist/build/Control/Concurrent/MVar/Compat.dyn_o ) [ 4 of 130] Compiling Control.Concurrent.MVar.Compat.Repl ( src/Control/Concurrent/MVar/Compat/Repl.hs, dist/build/Control/Concurrent/MVar/Compat/Repl.o, dist/build/Control/Concurrent/MVar/Compat/Repl.dyn_o ) [ 5 of 130] Compiling Control.Exception.Compat ( src/Control/Exception/Compat.hs, dist/build/Control/Exception/Compat.o, dist/build/Control/Exception/Compat.dyn_o ) [ 6 of 130] Compiling Control.Exception.Compat.Repl ( src/Control/Exception/Compat/Repl.hs, dist/build/Control/Exception/Compat/Repl.o, dist/build/Control/Exception/Compat/Repl.dyn_o ) [ 7 of 130] Compiling Control.Monad.Compat ( src/Control/Monad/Compat.hs, dist/build/Control/Monad/Compat.o, dist/build/Control/Monad/Compat.dyn_o ) [ 8 of 130] Compiling Control.Monad.Compat.Repl ( src/Control/Monad/Compat/Repl.hs, dist/build/Control/Monad/Compat/Repl.o, dist/build/Control/Monad/Compat/Repl.dyn_o ) [ 9 of 130] Compiling Control.Monad.Fail.Compat ( src/Control/Monad/Fail/Compat.hs, dist/build/Control/Monad/Fail/Compat.o, dist/build/Control/Monad/Fail/Compat.dyn_o ) [ 10 of 130] Compiling Control.Monad.Fail.Compat.Repl ( src/Control/Monad/Fail/Compat/Repl.hs, dist/build/Control/Monad/Fail/Compat/Repl.o, dist/build/Control/Monad/Fail/Compat/Repl.dyn_o ) [ 11 of 130] Compiling Control.Monad.IO.Class.Compat ( src/Control/Monad/IO/Class/Compat.hs, dist/build/Control/Monad/IO/Class/Compat.o, dist/build/Control/Monad/IO/Class/Compat.dyn_o ) [ 12 of 130] Compiling Control.Monad.IO.Class.Compat.Repl ( src/Control/Monad/IO/Class/Compat/Repl.hs, dist/build/Control/Monad/IO/Class/Compat/Repl.o, dist/build/Control/Monad/IO/Class/Compat/Repl.dyn_o ) [ 13 of 130] Compiling Control.Monad.ST.Lazy.Unsafe.Compat ( src/Control/Monad/ST/Lazy/Unsafe/Compat.hs, dist/build/Control/Monad/ST/Lazy/Unsafe/Compat.o, dist/build/Control/Monad/ST/Lazy/Unsafe/Compat.dyn_o ) [ 14 of 130] Compiling Control.Monad.ST.Lazy.Unsafe.Compat.Repl ( src/Control/Monad/ST/Lazy/Unsafe/Compat/Repl.hs, dist/build/Control/Monad/ST/Lazy/Unsafe/Compat/Repl.o, dist/build/Control/Monad/ST/Lazy/Unsafe/Compat/Repl.dyn_o ) [ 15 of 130] Compiling Control.Monad.ST.Unsafe.Compat ( src/Control/Monad/ST/Unsafe/Compat.hs, dist/build/Control/Monad/ST/Unsafe/Compat.o, dist/build/Control/Monad/ST/Unsafe/Compat.dyn_o ) [ 16 of 130] Compiling Control.Monad.ST.Unsafe.Compat.Repl ( src/Control/Monad/ST/Unsafe/Compat/Repl.hs, dist/build/Control/Monad/ST/Unsafe/Compat/Repl.o, dist/build/Control/Monad/ST/Unsafe/Compat/Repl.dyn_o ) [ 17 of 130] Compiling Data.Bifoldable.Compat ( src/Data/Bifoldable/Compat.hs, dist/build/Data/Bifoldable/Compat.o, dist/build/Data/Bifoldable/Compat.dyn_o ) [ 18 of 130] Compiling Data.Bifoldable.Compat.Repl ( src/Data/Bifoldable/Compat/Repl.hs, dist/build/Data/Bifoldable/Compat/Repl.o, dist/build/Data/Bifoldable/Compat/Repl.dyn_o ) [ 19 of 130] Compiling Data.Bifoldable1.Compat ( src/Data/Bifoldable1/Compat.hs, dist/build/Data/Bifoldable1/Compat.o, dist/build/Data/Bifoldable1/Compat.dyn_o ) [ 20 of 130] Compiling Data.Bifoldable1.Compat.Repl ( src/Data/Bifoldable1/Compat/Repl.hs, dist/build/Data/Bifoldable1/Compat/Repl.o, dist/build/Data/Bifoldable1/Compat/Repl.dyn_o ) [ 21 of 130] Compiling Data.Bifunctor.Compat ( src/Data/Bifunctor/Compat.hs, dist/build/Data/Bifunctor/Compat.o, dist/build/Data/Bifunctor/Compat.dyn_o ) [ 22 of 130] Compiling Data.Bifunctor.Compat.Repl ( src/Data/Bifunctor/Compat/Repl.hs, dist/build/Data/Bifunctor/Compat/Repl.o, dist/build/Data/Bifunctor/Compat/Repl.dyn_o ) [ 23 of 130] Compiling Data.Bits.Compat ( src/Data/Bits/Compat.hs, dist/build/Data/Bits/Compat.o, dist/build/Data/Bits/Compat.dyn_o ) [ 24 of 130] Compiling Data.Bits.Compat.Repl ( src/Data/Bits/Compat/Repl.hs, dist/build/Data/Bits/Compat/Repl.o, dist/build/Data/Bits/Compat/Repl.dyn_o ) [ 25 of 130] Compiling Data.Bool.Compat ( src/Data/Bool/Compat.hs, dist/build/Data/Bool/Compat.o, dist/build/Data/Bool/Compat.dyn_o ) [ 26 of 130] Compiling Data.Bool.Compat.Repl ( src/Data/Bool/Compat/Repl.hs, dist/build/Data/Bool/Compat/Repl.o, dist/build/Data/Bool/Compat/Repl.dyn_o ) [ 27 of 130] Compiling Data.Complex.Compat ( src/Data/Complex/Compat.hs, dist/build/Data/Complex/Compat.o, dist/build/Data/Complex/Compat.dyn_o ) [ 28 of 130] Compiling Data.Complex.Compat.Repl ( src/Data/Complex/Compat/Repl.hs, dist/build/Data/Complex/Compat/Repl.o, dist/build/Data/Complex/Compat/Repl.dyn_o ) [ 29 of 130] Compiling Data.Either.Compat ( src/Data/Either/Compat.hs, dist/build/Data/Either/Compat.o, dist/build/Data/Either/Compat.dyn_o ) [ 30 of 130] Compiling Data.Either.Compat.Repl ( src/Data/Either/Compat/Repl.hs, dist/build/Data/Either/Compat/Repl.o, dist/build/Data/Either/Compat/Repl.dyn_o ) [ 31 of 130] Compiling Data.Foldable.Compat ( src/Data/Foldable/Compat.hs, dist/build/Data/Foldable/Compat.o, dist/build/Data/Foldable/Compat.dyn_o ) [ 32 of 130] Compiling Data.Foldable.Compat.Repl ( src/Data/Foldable/Compat/Repl.hs, dist/build/Data/Foldable/Compat/Repl.o, dist/build/Data/Foldable/Compat/Repl.dyn_o ) [ 33 of 130] Compiling Data.Foldable1.Compat ( src/Data/Foldable1/Compat.hs, dist/build/Data/Foldable1/Compat.o, dist/build/Data/Foldable1/Compat.dyn_o ) [ 34 of 130] Compiling Data.Foldable1.Compat.Repl ( src/Data/Foldable1/Compat/Repl.hs, dist/build/Data/Foldable1/Compat/Repl.o, dist/build/Data/Foldable1/Compat/Repl.dyn_o ) [ 35 of 130] Compiling Data.Function.Compat ( src/Data/Function/Compat.hs, dist/build/Data/Function/Compat.o, dist/build/Data/Function/Compat.dyn_o ) [ 36 of 130] Compiling Data.Function.Compat.Repl ( src/Data/Function/Compat/Repl.hs, dist/build/Data/Function/Compat/Repl.o, dist/build/Data/Function/Compat/Repl.dyn_o ) [ 37 of 130] Compiling Data.Functor.Compat ( src/Data/Functor/Compat.hs, dist/build/Data/Functor/Compat.o, dist/build/Data/Functor/Compat.dyn_o ) [ 38 of 130] Compiling Data.Functor.Compat.Repl ( src/Data/Functor/Compat/Repl.hs, dist/build/Data/Functor/Compat/Repl.o, dist/build/Data/Functor/Compat/Repl.dyn_o ) [ 39 of 130] Compiling Data.Functor.Compose.Compat ( src/Data/Functor/Compose/Compat.hs, dist/build/Data/Functor/Compose/Compat.o, dist/build/Data/Functor/Compose/Compat.dyn_o ) [ 40 of 130] Compiling Data.Functor.Compose.Compat.Repl ( src/Data/Functor/Compose/Compat/Repl.hs, dist/build/Data/Functor/Compose/Compat/Repl.o, dist/build/Data/Functor/Compose/Compat/Repl.dyn_o ) [ 41 of 130] Compiling Data.Functor.Const.Compat ( src/Data/Functor/Const/Compat.hs, dist/build/Data/Functor/Const/Compat.o, dist/build/Data/Functor/Const/Compat.dyn_o ) [ 42 of 130] Compiling Data.Functor.Const.Compat.Repl ( src/Data/Functor/Const/Compat/Repl.hs, dist/build/Data/Functor/Const/Compat/Repl.o, dist/build/Data/Functor/Const/Compat/Repl.dyn_o ) [ 43 of 130] Compiling Data.Functor.Contravariant.Compat ( src/Data/Functor/Contravariant/Compat.hs, dist/build/Data/Functor/Contravariant/Compat.o, dist/build/Data/Functor/Contravariant/Compat.dyn_o ) [ 44 of 130] Compiling Data.Functor.Contravariant.Compat.Repl ( src/Data/Functor/Contravariant/Compat/Repl.hs, dist/build/Data/Functor/Contravariant/Compat/Repl.o, dist/build/Data/Functor/Contravariant/Compat/Repl.dyn_o ) [ 45 of 130] Compiling Data.Functor.Identity.Compat ( src/Data/Functor/Identity/Compat.hs, dist/build/Data/Functor/Identity/Compat.o, dist/build/Data/Functor/Identity/Compat.dyn_o ) [ 46 of 130] Compiling Data.Functor.Identity.Compat.Repl ( src/Data/Functor/Identity/Compat/Repl.hs, dist/build/Data/Functor/Identity/Compat/Repl.o, dist/build/Data/Functor/Identity/Compat/Repl.dyn_o ) [ 47 of 130] Compiling Data.Functor.Product.Compat ( src/Data/Functor/Product/Compat.hs, dist/build/Data/Functor/Product/Compat.o, dist/build/Data/Functor/Product/Compat.dyn_o ) [ 48 of 130] Compiling Data.Functor.Product.Compat.Repl ( src/Data/Functor/Product/Compat/Repl.hs, dist/build/Data/Functor/Product/Compat/Repl.o, dist/build/Data/Functor/Product/Compat/Repl.dyn_o ) [ 49 of 130] Compiling Data.Functor.Sum.Compat ( src/Data/Functor/Sum/Compat.hs, dist/build/Data/Functor/Sum/Compat.o, dist/build/Data/Functor/Sum/Compat.dyn_o ) [ 50 of 130] Compiling Data.Functor.Sum.Compat.Repl ( src/Data/Functor/Sum/Compat/Repl.hs, dist/build/Data/Functor/Sum/Compat/Repl.o, dist/build/Data/Functor/Sum/Compat/Repl.dyn_o ) [ 51 of 130] Compiling Data.IORef.Compat ( src/Data/IORef/Compat.hs, dist/build/Data/IORef/Compat.o, dist/build/Data/IORef/Compat.dyn_o ) [ 52 of 130] Compiling Data.IORef.Compat.Repl ( src/Data/IORef/Compat/Repl.hs, dist/build/Data/IORef/Compat/Repl.o, dist/build/Data/IORef/Compat/Repl.dyn_o ) [ 53 of 130] Compiling Data.Monoid.Compat ( src/Data/Monoid/Compat.hs, dist/build/Data/Monoid/Compat.o, dist/build/Data/Monoid/Compat.dyn_o ) [ 54 of 130] Compiling Data.Monoid.Compat.Repl ( src/Data/Monoid/Compat/Repl.hs, dist/build/Data/Monoid/Compat/Repl.o, dist/build/Data/Monoid/Compat/Repl.dyn_o ) [ 55 of 130] Compiling Data.Proxy.Compat ( src/Data/Proxy/Compat.hs, dist/build/Data/Proxy/Compat.o, dist/build/Data/Proxy/Compat.dyn_o ) [ 56 of 130] Compiling Data.Proxy.Compat.Repl ( src/Data/Proxy/Compat/Repl.hs, dist/build/Data/Proxy/Compat/Repl.o, dist/build/Data/Proxy/Compat/Repl.dyn_o ) [ 57 of 130] Compiling Data.Ratio.Compat ( src/Data/Ratio/Compat.hs, dist/build/Data/Ratio/Compat.o, dist/build/Data/Ratio/Compat.dyn_o ) [ 58 of 130] Compiling Data.Ratio.Compat.Repl ( src/Data/Ratio/Compat/Repl.hs, dist/build/Data/Ratio/Compat/Repl.o, dist/build/Data/Ratio/Compat/Repl.dyn_o ) [ 59 of 130] Compiling Data.STRef.Compat ( src/Data/STRef/Compat.hs, dist/build/Data/STRef/Compat.o, dist/build/Data/STRef/Compat.dyn_o ) [ 60 of 130] Compiling Data.STRef.Compat.Repl ( src/Data/STRef/Compat/Repl.hs, dist/build/Data/STRef/Compat/Repl.o, dist/build/Data/STRef/Compat/Repl.dyn_o ) [ 61 of 130] Compiling Data.Semigroup.Compat ( src/Data/Semigroup/Compat.hs, dist/build/Data/Semigroup/Compat.o, dist/build/Data/Semigroup/Compat.dyn_o ) [ 62 of 130] Compiling Data.Semigroup.Compat.Repl ( src/Data/Semigroup/Compat/Repl.hs, dist/build/Data/Semigroup/Compat/Repl.o, dist/build/Data/Semigroup/Compat/Repl.dyn_o ) [ 63 of 130] Compiling Data.String.Compat ( src/Data/String/Compat.hs, dist/build/Data/String/Compat.o, dist/build/Data/String/Compat.dyn_o ) [ 64 of 130] Compiling Data.String.Compat.Repl ( src/Data/String/Compat/Repl.hs, dist/build/Data/String/Compat/Repl.o, dist/build/Data/String/Compat/Repl.dyn_o ) [ 65 of 130] Compiling Data.Traversable.Compat ( src/Data/Traversable/Compat.hs, dist/build/Data/Traversable/Compat.o, dist/build/Data/Traversable/Compat.dyn_o ) [ 66 of 130] Compiling Data.Traversable.Compat.Repl ( src/Data/Traversable/Compat/Repl.hs, dist/build/Data/Traversable/Compat/Repl.o, dist/build/Data/Traversable/Compat/Repl.dyn_o ) [ 67 of 130] Compiling Data.Tuple.Compat ( src/Data/Tuple/Compat.hs, dist/build/Data/Tuple/Compat.o, dist/build/Data/Tuple/Compat.dyn_o ) [ 68 of 130] Compiling Data.Tuple.Compat.Repl ( src/Data/Tuple/Compat/Repl.hs, dist/build/Data/Tuple/Compat/Repl.o, dist/build/Data/Tuple/Compat/Repl.dyn_o ) [ 69 of 130] Compiling Data.Type.Coercion.Compat ( src/Data/Type/Coercion/Compat.hs, dist/build/Data/Type/Coercion/Compat.o, dist/build/Data/Type/Coercion/Compat.dyn_o ) [ 70 of 130] Compiling Data.Type.Coercion.Compat.Repl ( src/Data/Type/Coercion/Compat/Repl.hs, dist/build/Data/Type/Coercion/Compat/Repl.o, dist/build/Data/Type/Coercion/Compat/Repl.dyn_o ) [ 71 of 130] Compiling Data.Type.Equality.Compat ( src/Data/Type/Equality/Compat.hs, dist/build/Data/Type/Equality/Compat.o, dist/build/Data/Type/Equality/Compat.dyn_o ) [ 72 of 130] Compiling Data.Type.Equality.Compat.Repl ( src/Data/Type/Equality/Compat/Repl.hs, dist/build/Data/Type/Equality/Compat/Repl.o, dist/build/Data/Type/Equality/Compat/Repl.dyn_o ) [ 73 of 130] Compiling Data.Typeable.Compat ( src/Data/Typeable/Compat.hs, dist/build/Data/Typeable/Compat.o, dist/build/Data/Typeable/Compat.dyn_o ) [ 74 of 130] Compiling Data.Typeable.Compat.Repl ( src/Data/Typeable/Compat/Repl.hs, dist/build/Data/Typeable/Compat/Repl.o, dist/build/Data/Typeable/Compat/Repl.dyn_o ) [ 75 of 130] Compiling Data.Version.Compat ( src/Data/Version/Compat.hs, dist/build/Data/Version/Compat.o, dist/build/Data/Version/Compat.dyn_o ) [ 76 of 130] Compiling Data.Version.Compat.Repl ( src/Data/Version/Compat/Repl.hs, dist/build/Data/Version/Compat/Repl.o, dist/build/Data/Version/Compat/Repl.dyn_o ) [ 77 of 130] Compiling Data.Void.Compat ( src/Data/Void/Compat.hs, dist/build/Data/Void/Compat.o, dist/build/Data/Void/Compat.dyn_o ) [ 78 of 130] Compiling Data.Void.Compat.Repl ( src/Data/Void/Compat/Repl.hs, dist/build/Data/Void/Compat/Repl.o, dist/build/Data/Void/Compat/Repl.dyn_o ) [ 79 of 130] Compiling Data.Word.Compat ( src/Data/Word/Compat.hs, dist/build/Data/Word/Compat.o, dist/build/Data/Word/Compat.dyn_o ) [ 80 of 130] Compiling Data.Word.Compat.Repl ( src/Data/Word/Compat/Repl.hs, dist/build/Data/Word/Compat/Repl.o, dist/build/Data/Word/Compat/Repl.dyn_o ) [ 81 of 130] Compiling Debug.Trace.Compat ( src/Debug/Trace/Compat.hs, dist/build/Debug/Trace/Compat.o, dist/build/Debug/Trace/Compat.dyn_o ) [ 82 of 130] Compiling Debug.Trace.Compat.Repl ( src/Debug/Trace/Compat/Repl.hs, dist/build/Debug/Trace/Compat/Repl.o, dist/build/Debug/Trace/Compat/Repl.dyn_o ) [ 83 of 130] Compiling Foreign.ForeignPtr.Compat ( src/Foreign/ForeignPtr/Compat.hs, dist/build/Foreign/ForeignPtr/Compat.o, dist/build/Foreign/ForeignPtr/Compat.dyn_o ) [ 84 of 130] Compiling Foreign.ForeignPtr.Compat.Repl ( src/Foreign/ForeignPtr/Compat/Repl.hs, dist/build/Foreign/ForeignPtr/Compat/Repl.o, dist/build/Foreign/ForeignPtr/Compat/Repl.dyn_o ) [ 85 of 130] Compiling Foreign.ForeignPtr.Safe.Compat ( src/Foreign/ForeignPtr/Safe/Compat.hs, dist/build/Foreign/ForeignPtr/Safe/Compat.o, dist/build/Foreign/ForeignPtr/Safe/Compat.dyn_o ) [ 86 of 130] Compiling Foreign.ForeignPtr.Safe.Compat.Repl ( src/Foreign/ForeignPtr/Safe/Compat/Repl.hs, dist/build/Foreign/ForeignPtr/Safe/Compat/Repl.o, dist/build/Foreign/ForeignPtr/Safe/Compat/Repl.dyn_o ) [ 87 of 130] Compiling Foreign.ForeignPtr.Unsafe.Compat ( src/Foreign/ForeignPtr/Unsafe/Compat.hs, dist/build/Foreign/ForeignPtr/Unsafe/Compat.o, dist/build/Foreign/ForeignPtr/Unsafe/Compat.dyn_o ) [ 88 of 130] Compiling Foreign.ForeignPtr.Unsafe.Compat.Repl ( src/Foreign/ForeignPtr/Unsafe/Compat/Repl.hs, dist/build/Foreign/ForeignPtr/Unsafe/Compat/Repl.o, dist/build/Foreign/ForeignPtr/Unsafe/Compat/Repl.dyn_o ) [ 89 of 130] Compiling Foreign.Marshal.Alloc.Compat ( src/Foreign/Marshal/Alloc/Compat.hs, dist/build/Foreign/Marshal/Alloc/Compat.o, dist/build/Foreign/Marshal/Alloc/Compat.dyn_o ) [ 90 of 130] Compiling Foreign.Marshal.Alloc.Compat.Repl ( src/Foreign/Marshal/Alloc/Compat/Repl.hs, dist/build/Foreign/Marshal/Alloc/Compat/Repl.o, dist/build/Foreign/Marshal/Alloc/Compat/Repl.dyn_o ) [ 91 of 130] Compiling Foreign.Marshal.Array.Compat ( src/Foreign/Marshal/Array/Compat.hs, dist/build/Foreign/Marshal/Array/Compat.o, dist/build/Foreign/Marshal/Array/Compat.dyn_o ) [ 92 of 130] Compiling Foreign.Marshal.Array.Compat.Repl ( src/Foreign/Marshal/Array/Compat/Repl.hs, dist/build/Foreign/Marshal/Array/Compat/Repl.o, dist/build/Foreign/Marshal/Array/Compat/Repl.dyn_o ) [ 93 of 130] Compiling Foreign.Marshal.Safe.Compat ( src/Foreign/Marshal/Safe/Compat.hs, dist/build/Foreign/Marshal/Safe/Compat.o, dist/build/Foreign/Marshal/Safe/Compat.dyn_o ) [ 94 of 130] Compiling Foreign.Marshal.Safe.Compat.Repl ( src/Foreign/Marshal/Safe/Compat/Repl.hs, dist/build/Foreign/Marshal/Safe/Compat/Repl.o, dist/build/Foreign/Marshal/Safe/Compat/Repl.dyn_o ) [ 95 of 130] Compiling Foreign.Marshal.Unsafe.Compat ( src/Foreign/Marshal/Unsafe/Compat.hs, dist/build/Foreign/Marshal/Unsafe/Compat.o, dist/build/Foreign/Marshal/Unsafe/Compat.dyn_o ) [ 96 of 130] Compiling Foreign.Marshal.Unsafe.Compat.Repl ( src/Foreign/Marshal/Unsafe/Compat/Repl.hs, dist/build/Foreign/Marshal/Unsafe/Compat/Repl.o, dist/build/Foreign/Marshal/Unsafe/Compat/Repl.dyn_o ) [ 97 of 130] Compiling Foreign.Marshal.Utils.Compat ( src/Foreign/Marshal/Utils/Compat.hs, dist/build/Foreign/Marshal/Utils/Compat.o, dist/build/Foreign/Marshal/Utils/Compat.dyn_o ) [ 98 of 130] Compiling Foreign.Marshal.Compat ( src/Foreign/Marshal/Compat.hs, dist/build/Foreign/Marshal/Compat.o, dist/build/Foreign/Marshal/Compat.dyn_o ) [ 99 of 130] Compiling Foreign.Marshal.Compat.Repl ( src/Foreign/Marshal/Compat/Repl.hs, dist/build/Foreign/Marshal/Compat/Repl.o, dist/build/Foreign/Marshal/Compat/Repl.dyn_o ) [100 of 130] Compiling Foreign.Compat ( src/Foreign/Compat.hs, dist/build/Foreign/Compat.o, dist/build/Foreign/Compat.dyn_o ) [101 of 130] Compiling Foreign.Compat.Repl ( src/Foreign/Compat/Repl.hs, dist/build/Foreign/Compat/Repl.o, dist/build/Foreign/Compat/Repl.dyn_o ) [102 of 130] Compiling Foreign.Marshal.Utils.Compat.Repl ( src/Foreign/Marshal/Utils/Compat/Repl.hs, dist/build/Foreign/Marshal/Utils/Compat/Repl.o, dist/build/Foreign/Marshal/Utils/Compat/Repl.dyn_o ) [103 of 130] Compiling Numeric.Compat ( src/Numeric/Compat.hs, dist/build/Numeric/Compat.o, dist/build/Numeric/Compat.dyn_o ) [104 of 130] Compiling Numeric.Compat.Repl ( src/Numeric/Compat/Repl.hs, dist/build/Numeric/Compat/Repl.o, dist/build/Numeric/Compat/Repl.dyn_o ) [105 of 130] Compiling Numeric.Natural.Compat ( src/Numeric/Natural/Compat.hs, dist/build/Numeric/Natural/Compat.o, dist/build/Numeric/Natural/Compat.dyn_o ) [106 of 130] Compiling Numeric.Natural.Compat.Repl ( src/Numeric/Natural/Compat/Repl.hs, dist/build/Numeric/Natural/Compat/Repl.o, dist/build/Numeric/Natural/Compat/Repl.dyn_o ) [107 of 130] Compiling Prelude.Compat ( src/Prelude/Compat.hs, dist/build/Prelude/Compat.o, dist/build/Prelude/Compat.dyn_o ) [108 of 130] Compiling Data.List.Compat ( src/Data/List/Compat.hs, dist/build/Data/List/Compat.o, dist/build/Data/List/Compat.dyn_o ) [109 of 130] Compiling Data.List.NonEmpty.Compat ( src/Data/List/NonEmpty/Compat.hs, dist/build/Data/List/NonEmpty/Compat.o, dist/build/Data/List/NonEmpty/Compat.dyn_o ) [110 of 130] Compiling Data.List.NonEmpty.Compat.Repl ( src/Data/List/NonEmpty/Compat/Repl.hs, dist/build/Data/List/NonEmpty/Compat/Repl.o, dist/build/Data/List/NonEmpty/Compat/Repl.dyn_o ) [111 of 130] Compiling Data.List.Compat.Repl ( src/Data/List/Compat/Repl.hs, dist/build/Data/List/Compat/Repl.o, dist/build/Data/List/Compat/Repl.dyn_o ) [112 of 130] Compiling Data.Bitraversable.Compat ( src/Data/Bitraversable/Compat.hs, dist/build/Data/Bitraversable/Compat.o, dist/build/Data/Bitraversable/Compat.dyn_o ) [113 of 130] Compiling Data.Bitraversable.Compat.Repl ( src/Data/Bitraversable/Compat/Repl.hs, dist/build/Data/Bitraversable/Compat/Repl.o, dist/build/Data/Bitraversable/Compat/Repl.dyn_o ) [114 of 130] Compiling Prelude.Compat.Repl ( src/Prelude/Compat/Repl.hs, dist/build/Prelude/Compat/Repl.o, dist/build/Prelude/Compat/Repl.dyn_o ) [115 of 130] Compiling System.Environment.Compat ( src/System/Environment/Compat.hs, dist/build/System/Environment/Compat.o, dist/build/System/Environment/Compat.dyn_o ) [116 of 130] Compiling System.Environment.Compat.Repl ( src/System/Environment/Compat/Repl.hs, dist/build/System/Environment/Compat/Repl.o, dist/build/System/Environment/Compat/Repl.dyn_o ) [117 of 130] Compiling System.Exit.Compat ( src/System/Exit/Compat.hs, dist/build/System/Exit/Compat.o, dist/build/System/Exit/Compat.dyn_o ) [118 of 130] Compiling System.Exit.Compat.Repl ( src/System/Exit/Compat/Repl.hs, dist/build/System/Exit/Compat/Repl.o, dist/build/System/Exit/Compat/Repl.dyn_o ) [119 of 130] Compiling System.IO.Compat ( src/System/IO/Compat.hs, dist/build/System/IO/Compat.o, dist/build/System/IO/Compat.dyn_o ) [120 of 130] Compiling System.IO.Compat.Repl ( src/System/IO/Compat/Repl.hs, dist/build/System/IO/Compat/Repl.o, dist/build/System/IO/Compat/Repl.dyn_o ) [121 of 130] Compiling System.IO.Error.Compat ( src/System/IO/Error/Compat.hs, dist/build/System/IO/Error/Compat.o, dist/build/System/IO/Error/Compat.dyn_o ) [122 of 130] Compiling System.IO.Error.Compat.Repl ( src/System/IO/Error/Compat/Repl.hs, dist/build/System/IO/Error/Compat/Repl.o, dist/build/System/IO/Error/Compat/Repl.dyn_o ) [123 of 130] Compiling System.IO.Unsafe.Compat ( src/System/IO/Unsafe/Compat.hs, dist/build/System/IO/Unsafe/Compat.o, dist/build/System/IO/Unsafe/Compat.dyn_o ) [124 of 130] Compiling System.IO.Unsafe.Compat.Repl ( src/System/IO/Unsafe/Compat/Repl.hs, dist/build/System/IO/Unsafe/Compat/Repl.o, dist/build/System/IO/Unsafe/Compat/Repl.dyn_o ) [125 of 130] Compiling Text.Read.Compat ( src/Text/Read/Compat.hs, dist/build/Text/Read/Compat.o, dist/build/Text/Read/Compat.dyn_o ) [126 of 130] Compiling Text.Read.Compat.Repl ( src/Text/Read/Compat/Repl.hs, dist/build/Text/Read/Compat/Repl.o, dist/build/Text/Read/Compat/Repl.dyn_o ) [127 of 130] Compiling Text.Read.Lex.Compat ( src/Text/Read/Lex/Compat.hs, dist/build/Text/Read/Lex/Compat.o, dist/build/Text/Read/Lex/Compat.dyn_o ) [128 of 130] Compiling Text.Read.Lex.Compat.Repl ( src/Text/Read/Lex/Compat/Repl.hs, dist/build/Text/Read/Lex/Compat/Repl.o, dist/build/Text/Read/Lex/Compat/Repl.dyn_o ) [129 of 130] Compiling Type.Reflection.Compat ( src/Type/Reflection/Compat.hs, dist/build/Type/Reflection/Compat.o, dist/build/Type/Reflection/Compat.dyn_o ) [130 of 130] Compiling Type.Reflection.Compat.Repl ( src/Type/Reflection/Compat/Repl.hs, dist/build/Type/Reflection/Compat/Repl.o, dist/build/Type/Reflection/Compat/Repl.dyn_o ) Preprocessing library for base-compat-0.14.1.. Running Haddock on library for base-compat-0.14.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 130] Compiling Control.Concurrent.Compat ( src/Control/Concurrent/Compat.hs, nothing ) [ 2 of 130] Compiling Control.Concurrent.Compat.Repl ( src/Control/Concurrent/Compat/Repl.hs, nothing ) [ 3 of 130] Compiling Control.Concurrent.MVar.Compat ( src/Control/Concurrent/MVar/Compat.hs, nothing ) [ 4 of 130] Compiling Control.Concurrent.MVar.Compat.Repl ( src/Control/Concurrent/MVar/Compat/Repl.hs, nothing ) [ 5 of 130] Compiling Control.Exception.Compat ( src/Control/Exception/Compat.hs, nothing ) [ 6 of 130] Compiling Control.Exception.Compat.Repl ( src/Control/Exception/Compat/Repl.hs, nothing ) [ 7 of 130] Compiling Control.Monad.Compat ( src/Control/Monad/Compat.hs, nothing ) [ 8 of 130] Compiling Control.Monad.Compat.Repl ( src/Control/Monad/Compat/Repl.hs, nothing ) [ 9 of 130] Compiling Control.Monad.Fail.Compat ( src/Control/Monad/Fail/Compat.hs, nothing ) [ 10 of 130] Compiling Control.Monad.Fail.Compat.Repl ( src/Control/Monad/Fail/Compat/Repl.hs, nothing ) [ 11 of 130] Compiling Control.Monad.IO.Class.Compat ( src/Control/Monad/IO/Class/Compat.hs, nothing ) [ 12 of 130] Compiling Control.Monad.IO.Class.Compat.Repl ( src/Control/Monad/IO/Class/Compat/Repl.hs, nothing ) [ 13 of 130] Compiling Control.Monad.ST.Lazy.Unsafe.Compat ( src/Control/Monad/ST/Lazy/Unsafe/Compat.hs, nothing ) [ 14 of 130] Compiling Control.Monad.ST.Lazy.Unsafe.Compat.Repl ( src/Control/Monad/ST/Lazy/Unsafe/Compat/Repl.hs, nothing ) [ 15 of 130] Compiling Control.Monad.ST.Unsafe.Compat ( src/Control/Monad/ST/Unsafe/Compat.hs, nothing ) [ 16 of 130] Compiling Control.Monad.ST.Unsafe.Compat.Repl ( src/Control/Monad/ST/Unsafe/Compat/Repl.hs, nothing ) [ 17 of 130] Compiling Data.Bifoldable.Compat ( src/Data/Bifoldable/Compat.hs, nothing ) [ 18 of 130] Compiling Data.Bifoldable.Compat.Repl ( src/Data/Bifoldable/Compat/Repl.hs, nothing ) [ 19 of 130] Compiling Data.Bifoldable1.Compat ( src/Data/Bifoldable1/Compat.hs, nothing ) [ 20 of 130] Compiling Data.Bifoldable1.Compat.Repl ( src/Data/Bifoldable1/Compat/Repl.hs, nothing ) [ 21 of 130] Compiling Data.Bifunctor.Compat ( src/Data/Bifunctor/Compat.hs, nothing ) [ 22 of 130] Compiling Data.Bifunctor.Compat.Repl ( src/Data/Bifunctor/Compat/Repl.hs, nothing ) [ 23 of 130] Compiling Data.Bits.Compat ( src/Data/Bits/Compat.hs, nothing ) [ 24 of 130] Compiling Data.Bits.Compat.Repl ( src/Data/Bits/Compat/Repl.hs, nothing ) [ 25 of 130] Compiling Data.Bool.Compat ( src/Data/Bool/Compat.hs, nothing ) [ 26 of 130] Compiling Data.Bool.Compat.Repl ( src/Data/Bool/Compat/Repl.hs, nothing ) [ 27 of 130] Compiling Data.Complex.Compat ( src/Data/Complex/Compat.hs, nothing ) [ 28 of 130] Compiling Data.Complex.Compat.Repl ( src/Data/Complex/Compat/Repl.hs, nothing ) [ 29 of 130] Compiling Data.Either.Compat ( src/Data/Either/Compat.hs, nothing ) [ 30 of 130] Compiling Data.Either.Compat.Repl ( src/Data/Either/Compat/Repl.hs, nothing ) [ 31 of 130] Compiling Data.Foldable.Compat ( src/Data/Foldable/Compat.hs, nothing ) [ 32 of 130] Compiling Data.Foldable.Compat.Repl ( src/Data/Foldable/Compat/Repl.hs, nothing ) [ 33 of 130] Compiling Data.Foldable1.Compat ( src/Data/Foldable1/Compat.hs, nothing ) [ 34 of 130] Compiling Data.Foldable1.Compat.Repl ( src/Data/Foldable1/Compat/Repl.hs, nothing ) [ 35 of 130] Compiling Data.Function.Compat ( src/Data/Function/Compat.hs, nothing ) [ 36 of 130] Compiling Data.Function.Compat.Repl ( src/Data/Function/Compat/Repl.hs, nothing ) [ 37 of 130] Compiling Data.Functor.Compat ( src/Data/Functor/Compat.hs, nothing ) [ 38 of 130] Compiling Data.Functor.Compat.Repl ( src/Data/Functor/Compat/Repl.hs, nothing ) [ 39 of 130] Compiling Data.Functor.Compose.Compat ( src/Data/Functor/Compose/Compat.hs, nothing ) [ 40 of 130] Compiling Data.Functor.Compose.Compat.Repl ( src/Data/Functor/Compose/Compat/Repl.hs, nothing ) [ 41 of 130] Compiling Data.Functor.Const.Compat ( src/Data/Functor/Const/Compat.hs, nothing ) [ 42 of 130] Compiling Data.Functor.Const.Compat.Repl ( src/Data/Functor/Const/Compat/Repl.hs, nothing ) [ 43 of 130] Compiling Data.Functor.Contravariant.Compat ( src/Data/Functor/Contravariant/Compat.hs, nothing ) [ 44 of 130] Compiling Data.Functor.Contravariant.Compat.Repl ( src/Data/Functor/Contravariant/Compat/Repl.hs, nothing ) [ 45 of 130] Compiling Data.Functor.Identity.Compat ( src/Data/Functor/Identity/Compat.hs, nothing ) [ 46 of 130] Compiling Data.Functor.Identity.Compat.Repl ( src/Data/Functor/Identity/Compat/Repl.hs, nothing ) [ 47 of 130] Compiling Data.Functor.Product.Compat ( src/Data/Functor/Product/Compat.hs, nothing ) [ 48 of 130] Compiling Data.Functor.Product.Compat.Repl ( src/Data/Functor/Product/Compat/Repl.hs, nothing ) [ 49 of 130] Compiling Data.Functor.Sum.Compat ( src/Data/Functor/Sum/Compat.hs, nothing ) [ 50 of 130] Compiling Data.Functor.Sum.Compat.Repl ( src/Data/Functor/Sum/Compat/Repl.hs, nothing ) [ 51 of 130] Compiling Data.IORef.Compat ( src/Data/IORef/Compat.hs, nothing ) [ 52 of 130] Compiling Data.IORef.Compat.Repl ( src/Data/IORef/Compat/Repl.hs, nothing ) [ 53 of 130] Compiling Data.Monoid.Compat ( src/Data/Monoid/Compat.hs, nothing ) [ 54 of 130] Compiling Data.Monoid.Compat.Repl ( src/Data/Monoid/Compat/Repl.hs, nothing ) [ 55 of 130] Compiling Data.Proxy.Compat ( src/Data/Proxy/Compat.hs, nothing ) [ 56 of 130] Compiling Data.Proxy.Compat.Repl ( src/Data/Proxy/Compat/Repl.hs, nothing ) [ 57 of 130] Compiling Data.Ratio.Compat ( src/Data/Ratio/Compat.hs, nothing ) [ 58 of 130] Compiling Data.Ratio.Compat.Repl ( src/Data/Ratio/Compat/Repl.hs, nothing ) [ 59 of 130] Compiling Data.STRef.Compat ( src/Data/STRef/Compat.hs, nothing ) [ 60 of 130] Compiling Data.STRef.Compat.Repl ( src/Data/STRef/Compat/Repl.hs, nothing ) [ 61 of 130] Compiling Data.Semigroup.Compat ( src/Data/Semigroup/Compat.hs, nothing ) [ 62 of 130] Compiling Data.Semigroup.Compat.Repl ( src/Data/Semigroup/Compat/Repl.hs, nothing ) [ 63 of 130] Compiling Data.String.Compat ( src/Data/String/Compat.hs, nothing ) [ 64 of 130] Compiling Data.String.Compat.Repl ( src/Data/String/Compat/Repl.hs, nothing ) [ 65 of 130] Compiling Data.Traversable.Compat ( src/Data/Traversable/Compat.hs, nothing ) [ 66 of 130] Compiling Data.Traversable.Compat.Repl ( src/Data/Traversable/Compat/Repl.hs, nothing ) [ 67 of 130] Compiling Data.Tuple.Compat ( src/Data/Tuple/Compat.hs, nothing ) [ 68 of 130] Compiling Data.Tuple.Compat.Repl ( src/Data/Tuple/Compat/Repl.hs, nothing ) [ 69 of 130] Compiling Data.Type.Coercion.Compat ( src/Data/Type/Coercion/Compat.hs, nothing ) [ 70 of 130] Compiling Data.Type.Coercion.Compat.Repl ( src/Data/Type/Coercion/Compat/Repl.hs, nothing ) [ 71 of 130] Compiling Data.Type.Equality.Compat ( src/Data/Type/Equality/Compat.hs, nothing ) [ 72 of 130] Compiling Data.Type.Equality.Compat.Repl ( src/Data/Type/Equality/Compat/Repl.hs, nothing ) [ 73 of 130] Compiling Data.Typeable.Compat ( src/Data/Typeable/Compat.hs, nothing ) [ 74 of 130] Compiling Data.Typeable.Compat.Repl ( src/Data/Typeable/Compat/Repl.hs, nothing ) [ 75 of 130] Compiling Data.Version.Compat ( src/Data/Version/Compat.hs, nothing ) [ 76 of 130] Compiling Data.Version.Compat.Repl ( src/Data/Version/Compat/Repl.hs, nothing ) [ 77 of 130] Compiling Data.Void.Compat ( src/Data/Void/Compat.hs, nothing ) [ 78 of 130] Compiling Data.Void.Compat.Repl ( src/Data/Void/Compat/Repl.hs, nothing ) [ 79 of 130] Compiling Data.Word.Compat ( src/Data/Word/Compat.hs, nothing ) [ 80 of 130] Compiling Data.Word.Compat.Repl ( src/Data/Word/Compat/Repl.hs, nothing ) [ 81 of 130] Compiling Debug.Trace.Compat ( src/Debug/Trace/Compat.hs, nothing ) [ 82 of 130] Compiling Debug.Trace.Compat.Repl ( src/Debug/Trace/Compat/Repl.hs, nothing ) [ 83 of 130] Compiling Foreign.ForeignPtr.Compat ( src/Foreign/ForeignPtr/Compat.hs, nothing ) [ 84 of 130] Compiling Foreign.ForeignPtr.Compat.Repl ( src/Foreign/ForeignPtr/Compat/Repl.hs, nothing ) [ 85 of 130] Compiling Foreign.ForeignPtr.Safe.Compat ( src/Foreign/ForeignPtr/Safe/Compat.hs, nothing ) [ 86 of 130] Compiling Foreign.ForeignPtr.Safe.Compat.Repl ( src/Foreign/ForeignPtr/Safe/Compat/Repl.hs, nothing ) [ 87 of 130] Compiling Foreign.ForeignPtr.Unsafe.Compat ( src/Foreign/ForeignPtr/Unsafe/Compat.hs, nothing ) [ 88 of 130] Compiling Foreign.ForeignPtr.Unsafe.Compat.Repl ( src/Foreign/ForeignPtr/Unsafe/Compat/Repl.hs, nothing ) [ 89 of 130] Compiling Foreign.Marshal.Alloc.Compat ( src/Foreign/Marshal/Alloc/Compat.hs, nothing ) [ 90 of 130] Compiling Foreign.Marshal.Alloc.Compat.Repl ( src/Foreign/Marshal/Alloc/Compat/Repl.hs, nothing ) [ 91 of 130] Compiling Foreign.Marshal.Array.Compat ( src/Foreign/Marshal/Array/Compat.hs, nothing ) [ 92 of 130] Compiling Foreign.Marshal.Array.Compat.Repl ( src/Foreign/Marshal/Array/Compat/Repl.hs, nothing ) [ 93 of 130] Compiling Foreign.Marshal.Safe.Compat ( src/Foreign/Marshal/Safe/Compat.hs, nothing ) [ 94 of 130] Compiling Foreign.Marshal.Safe.Compat.Repl ( src/Foreign/Marshal/Safe/Compat/Repl.hs, nothing ) [ 95 of 130] Compiling Foreign.Marshal.Unsafe.Compat ( src/Foreign/Marshal/Unsafe/Compat.hs, nothing ) [ 96 of 130] Compiling Foreign.Marshal.Unsafe.Compat.Repl ( src/Foreign/Marshal/Unsafe/Compat/Repl.hs, nothing ) [ 97 of 130] Compiling Foreign.Marshal.Utils.Compat ( src/Foreign/Marshal/Utils/Compat.hs, nothing ) [ 98 of 130] Compiling Foreign.Marshal.Compat ( src/Foreign/Marshal/Compat.hs, nothing ) [ 99 of 130] Compiling Foreign.Marshal.Compat.Repl ( src/Foreign/Marshal/Compat/Repl.hs, nothing ) [100 of 130] Compiling Foreign.Compat ( src/Foreign/Compat.hs, nothing ) [101 of 130] Compiling Foreign.Compat.Repl ( src/Foreign/Compat/Repl.hs, nothing ) [102 of 130] Compiling Foreign.Marshal.Utils.Compat.Repl ( src/Foreign/Marshal/Utils/Compat/Repl.hs, nothing ) [103 of 130] Compiling Numeric.Compat ( src/Numeric/Compat.hs, nothing ) [104 of 130] Compiling Numeric.Compat.Repl ( src/Numeric/Compat/Repl.hs, nothing ) [105 of 130] Compiling Numeric.Natural.Compat ( src/Numeric/Natural/Compat.hs, nothing ) [106 of 130] Compiling Numeric.Natural.Compat.Repl ( src/Numeric/Natural/Compat/Repl.hs, nothing ) [107 of 130] Compiling Prelude.Compat ( src/Prelude/Compat.hs, nothing ) [108 of 130] Compiling Data.List.Compat ( src/Data/List/Compat.hs, nothing ) [109 of 130] Compiling Data.List.NonEmpty.Compat ( src/Data/List/NonEmpty/Compat.hs, nothing ) [110 of 130] Compiling Data.List.NonEmpty.Compat.Repl ( src/Data/List/NonEmpty/Compat/Repl.hs, nothing ) [111 of 130] Compiling Data.List.Compat.Repl ( src/Data/List/Compat/Repl.hs, nothing ) [112 of 130] Compiling Data.Bitraversable.Compat ( src/Data/Bitraversable/Compat.hs, nothing ) [113 of 130] Compiling Data.Bitraversable.Compat.Repl ( src/Data/Bitraversable/Compat/Repl.hs, nothing ) [114 of 130] Compiling Prelude.Compat.Repl ( src/Prelude/Compat/Repl.hs, nothing ) [115 of 130] Compiling System.Environment.Compat ( src/System/Environment/Compat.hs, nothing ) [116 of 130] Compiling System.Environment.Compat.Repl ( src/System/Environment/Compat/Repl.hs, nothing ) [117 of 130] Compiling System.Exit.Compat ( src/System/Exit/Compat.hs, nothing ) [118 of 130] Compiling System.Exit.Compat.Repl ( src/System/Exit/Compat/Repl.hs, nothing ) [119 of 130] Compiling System.IO.Compat ( src/System/IO/Compat.hs, nothing ) [120 of 130] Compiling System.IO.Compat.Repl ( src/System/IO/Compat/Repl.hs, nothing ) [121 of 130] Compiling System.IO.Error.Compat ( src/System/IO/Error/Compat.hs, nothing ) [122 of 130] Compiling System.IO.Error.Compat.Repl ( src/System/IO/Error/Compat/Repl.hs, nothing ) [123 of 130] Compiling System.IO.Unsafe.Compat ( src/System/IO/Unsafe/Compat.hs, nothing ) [124 of 130] Compiling System.IO.Unsafe.Compat.Repl ( src/System/IO/Unsafe/Compat/Repl.hs, nothing ) [125 of 130] Compiling Text.Read.Compat ( src/Text/Read/Compat.hs, nothing ) [126 of 130] Compiling Text.Read.Compat.Repl ( src/Text/Read/Compat/Repl.hs, nothing ) [127 of 130] Compiling Text.Read.Lex.Compat ( src/Text/Read/Lex/Compat.hs, nothing ) [128 of 130] Compiling Text.Read.Lex.Compat.Repl ( src/Text/Read/Lex/Compat/Repl.hs, nothing ) [129 of 130] Compiling Type.Reflection.Compat ( src/Type/Reflection/Compat.hs, nothing ) [130 of 130] Compiling Type.Reflection.Compat.Repl ( src/Type/Reflection/Compat/Repl.hs, nothing ) Haddock coverage: 75% ( 3 / 4) in 'Control.Concurrent.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Control.Concurrent.Compat.Repl' 66% ( 2 / 3) in 'Control.Concurrent.MVar.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Control.Concurrent.MVar.Compat.Repl' 66% ( 2 / 3) in 'Control.Exception.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Control.Exception.Compat.Repl' 71% ( 5 / 7) in 'Control.Monad.Compat' Missing documentation for: Module header fail 100% ( 2 / 2) in 'Control.Monad.Compat.Repl' 50% ( 1 / 2) in 'Control.Monad.Fail.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Control.Monad.Fail.Compat.Repl' 50% ( 1 / 2) in 'Control.Monad.IO.Class.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Control.Monad.IO.Class.Compat.Repl' 25% ( 1 / 4) in 'Control.Monad.ST.Lazy.Unsafe.Compat' Missing documentation for: Module header unsafeInterleaveST unsafeIOToST 100% ( 2 / 2) in 'Control.Monad.ST.Lazy.Unsafe.Compat.Repl' 80% ( 4 / 5) in 'Control.Monad.ST.Unsafe.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Control.Monad.ST.Unsafe.Compat.Repl' 50% ( 1 / 2) in 'Data.Bifoldable.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Bifoldable.Compat.Repl' 50% ( 1 / 2) in 'Data.Bifoldable1.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Bifoldable1.Compat.Repl' 50% ( 1 / 2) in 'Data.Bifunctor.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Bifunctor.Compat.Repl' 91% ( 11 / 12) in 'Data.Bits.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Bits.Compat.Repl' 66% ( 2 / 3) in 'Data.Bool.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Bool.Compat.Repl' 50% ( 1 / 2) in 'Data.Complex.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Complex.Compat.Repl' 83% ( 5 / 6) in 'Data.Either.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Either.Compat.Repl' 50% ( 1 / 2) in 'Data.Foldable.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Foldable.Compat.Repl' 50% ( 1 / 2) in 'Data.Foldable1.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Foldable1.Compat.Repl' 75% ( 3 / 4) in 'Data.Function.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Function.Compat.Repl' 85% ( 6 / 7) in 'Data.Functor.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Functor.Compat.Repl' 50% ( 1 / 2) in 'Data.Functor.Compose.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Functor.Compose.Compat.Repl' 50% ( 1 / 2) in 'Data.Functor.Const.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Functor.Const.Compat.Repl' 50% ( 1 / 2) in 'Data.Functor.Contravariant.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Functor.Contravariant.Compat.Repl' 50% ( 1 / 2) in 'Data.Functor.Identity.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Functor.Identity.Compat.Repl' 50% ( 1 / 2) in 'Data.Functor.Product.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Functor.Product.Compat.Repl' 50% ( 1 / 2) in 'Data.Functor.Sum.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Functor.Sum.Compat.Repl' 80% ( 4 / 5) in 'Data.IORef.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.IORef.Compat.Repl' 92% ( 12 / 13) in 'Data.Monoid.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Monoid.Compat.Repl' 66% ( 2 / 3) in 'Data.Proxy.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Proxy.Compat.Repl' 50% ( 1 / 2) in 'Data.Ratio.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Ratio.Compat.Repl' 66% ( 2 / 3) in 'Data.STRef.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.STRef.Compat.Repl' 100% ( 26 / 26) in 'Data.Semigroup.Compat' 100% ( 2 / 2) in 'Data.Semigroup.Compat.Repl' 85% ( 6 / 7) in 'Data.String.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.String.Compat.Repl' 75% ( 3 / 4) in 'Data.Traversable.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Traversable.Compat.Repl' 100% ( 8 / 8) in 'Data.Tuple.Compat' 100% ( 8 / 8) in 'Data.Tuple.Compat.Repl' 66% ( 2 / 3) in 'Data.Type.Coercion.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Type.Coercion.Compat.Repl' 50% ( 1 / 2) in 'Data.Type.Equality.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Type.Equality.Compat.Repl' 80% ( 4 / 5) in 'Data.Typeable.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Typeable.Compat.Repl' 66% ( 2 / 3) in 'Data.Version.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Version.Compat.Repl' 50% ( 1 / 2) in 'Data.Void.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Void.Compat.Repl' 80% ( 4 / 5) in 'Data.Word.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Word.Compat.Repl' 88% ( 8 / 9) in 'Debug.Trace.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Debug.Trace.Compat.Repl' 66% ( 2 / 3) in 'Foreign.ForeignPtr.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Foreign.ForeignPtr.Compat.Repl' 90% ( 19 / 21) in 'Foreign.ForeignPtr.Safe.Compat' Missing documentation for: Module header FinalizerEnvPtr 100% ( 2 / 2) in 'Foreign.ForeignPtr.Safe.Compat.Repl' 66% ( 2 / 3) in 'Foreign.ForeignPtr.Unsafe.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Foreign.ForeignPtr.Unsafe.Compat.Repl' 75% ( 3 / 4) in 'Foreign.Marshal.Alloc.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Foreign.Marshal.Alloc.Compat.Repl' 75% ( 3 / 4) in 'Foreign.Marshal.Array.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Foreign.Marshal.Array.Compat.Repl' 85% ( 6 / 7) in 'Foreign.Marshal.Safe.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Foreign.Marshal.Safe.Compat.Repl' 66% ( 2 / 3) in 'Foreign.Marshal.Unsafe.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Foreign.Marshal.Unsafe.Compat.Repl' 66% ( 2 / 3) in 'Foreign.Marshal.Utils.Compat' Missing documentation for: Module header 80% ( 4 / 5) in 'Foreign.Marshal.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Foreign.Marshal.Compat.Repl' 66% ( 2 / 3) in 'Foreign.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Foreign.Compat.Repl' 100% ( 2 / 2) in 'Foreign.Marshal.Utils.Compat.Repl' 85% ( 6 / 7) in 'Numeric.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Numeric.Compat.Repl' 66% ( 2 / 3) in 'Numeric.Natural.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Numeric.Natural.Compat.Repl' 84% (212 /250) in 'Prelude.Compat' Missing documentation for: Module header even odd fail maxBound minBound ** acos acosh asin asinh atan atanh cos cosh exp log logBase pi sin sinh sqrt tan tanh * + - /= == < <= > >= compare max min Bool Ordering 83% ( 5 / 6) in 'Data.List.Compat' Missing documentation for: Module header Warning: 'comparing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'sortOn' is ambiguous. It is defined * in Data.OldList * at src/Data/List/NonEmpty/Compat.hs:238: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/List/NonEmpty/Compat.hs:238:1 100% ( 78 / 78) in 'Data.List.NonEmpty.Compat' 100% ( 2 / 2) in 'Data.List.NonEmpty.Compat.Repl' 100% ( 2 / 2) in 'Data.List.Compat.Repl' 75% ( 3 / 4) in 'Data.Bitraversable.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Bitraversable.Compat.Repl' 100% ( 2 / 2) in 'Prelude.Compat.Repl' 100% ( 10 / 10) in 'System.Environment.Compat' 100% ( 2 / 2) in 'System.Environment.Compat.Repl' 66% ( 2 / 3) in 'System.Exit.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'System.Exit.Compat.Repl' 80% ( 4 / 5) in 'System.IO.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'System.IO.Compat.Repl' 80% ( 4 / 5) in 'System.IO.Error.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'System.IO.Error.Compat.Repl' 75% ( 3 / 4) in 'System.IO.Unsafe.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'System.IO.Unsafe.Compat.Repl' 88% ( 16 / 18) in 'Text.Read.Compat' Missing documentation for: Module header Lexeme 100% ( 2 / 2) in 'Text.Read.Compat.Repl' 33% ( 1 / 3) in 'Text.Read.Lex.Compat' Missing documentation for: Module header readBinP 100% ( 2 / 2) in 'Text.Read.Lex.Compat.Repl' 80% ( 4 / 5) in 'Type.Reflection.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Type.Reflection.Compat.Repl' Warning: Control.Monad.Compat: could not find link destinations for: - Text.ParserCombinators.ReadP.P Warning: Data.Functor.Compat: could not find link destinations for: - Text.ParserCombinators.ReadP.P Warning: Data.Functor.Const.Compat: could not find link destinations for: - Data.Functor.Const.Rep_Const - Data.Functor.Const.Rep1_Const Warning: Data.Monoid.Compat: could not find link destinations for: - Data.Semigroup.Internal.Rep_Alt - Data.Semigroup.Internal.Rep1_Alt - Data.Semigroup.Internal.Rep_Product - Data.Semigroup.Internal.Rep1_Product - Data.Semigroup.Internal.Rep_Sum - Data.Semigroup.Internal.Rep1_Sum - Data.Semigroup.Internal.Rep_Any - Data.Semigroup.Internal.Rep_All - Data.Semigroup.Internal.Rep_Endo - Data.Semigroup.Internal.Rep_Dual - Data.Semigroup.Internal.Rep1_Dual - Data.Monoid.Rep_Ap - Data.Monoid.Rep1_Ap - Data.Monoid.Rep_Last - Data.Monoid.Rep1_Last - Data.Monoid.Rep_First - Data.Monoid.Rep1_First Warning: Data.Semigroup.Compat: could not find link destinations for: - Data.Semigroup.Internal.Rep_Product - Data.Semigroup.Internal.Rep1_Product - Data.Semigroup.Internal.Rep_Sum - Data.Semigroup.Internal.Rep1_Sum - Data.Semigroup.Internal.Rep_Any - Data.Semigroup.Internal.Rep_All - Data.Semigroup.Internal.Rep_Endo - Data.Semigroup.Internal.Rep_Dual - Data.Semigroup.Internal.Rep1_Dual - Data.Semigroup.Rep_WrappedMonoid - Data.Semigroup.Rep1_WrappedMonoid - Data.Semigroup.Rep_Last - Data.Semigroup.Rep1_Last - Data.Semigroup.Rep_First - Data.Semigroup.Rep1_First - Data.Semigroup.Rep_Arg - Data.Semigroup.Rep1_Arg - Data.Semigroup.Rep_Max - Data.Semigroup.Rep1_Max - Data.Semigroup.Rep_Min - Data.Semigroup.Rep1_Min - Data.Foldable1.JoinWith - Data.Foldable1.FromMaybe - Data.Foldable1.NonEmptyDList Warning: Data.Tuple.Compat: could not find link destinations for: - GHC.Generics.Rep1_Solo - GHC.Generics.Rep_Solo Warning: Data.Tuple.Compat.Repl: could not find link destinations for: - GHC.Generics.Rep1_Solo - GHC.Generics.Rep_Solo Warning: Prelude.Compat: could not find link destinations for: - GHC.Prim.~# - GHC.Generics.SingKind - GHC.Generics.DemoteRep - GHC.Generics.fromSing - GHC.Generics.SingI - GHC.Generics.sing - GHC.Generics.Sing - GHC.Generics.D:R:UReckWordp0 - GHC.Generics.D:R:UReckIntp0 - GHC.Generics.D:R:UReckFloatp0 - GHC.Generics.D:R:UReckDoublep0 - GHC.Generics.D:R:UReckCharp0 - GHC.Generics.Rep1_Either - GHC.Generics.Rep1_Maybe - GHC.Generics.Rep_Ordering - GHC.Generics.Rep_Bool - GHC.Generics.Rep_Either - GHC.Generics.Rep_Maybe - GHC.Generics.Rep_R:UReckWordp - GHC.Generics.Rep1_R:UReckWordp - GHC.Generics.Rep_R:UReckIntp - GHC.Generics.Rep1_R:UReckIntp - GHC.Generics.Rep1_R:UReckFloatp - GHC.Generics.Rep_R:UReckDoublep - GHC.Generics.Rep1_R:UReckDoublep - GHC.Generics.Rep_R:UReckCharp - GHC.Generics.Rep1_R:UReckCharp - GHC.IOPort.IOPort - Data.Foldable1.JoinWith - Data.Foldable1.FromMaybe - Data.Foldable1.NonEmptyDList - Text.ParserCombinators.ReadP.P - GHC.Generics.D:R:SingBoola0 - GHC.Generics.STrue - GHC.Generics.D:R:DemoteRepBool - GHC.Generics.SFalse - GHC.Generics.Rep_R:UReckFloatp - GHC.Generics.D:R:SingMaybeb0 - GHC.Generics.SNothing - GHC.Generics.SJust - GHC.Generics.D:R:DemoteRepMaybe - GHC.IOPort.IOPortException - Text.Printf.UPrintf - Text.Printf.hspr - Text.Printf.spr Warning: Data.List.Compat: could not find link destinations for: - GHC.Generics.Rep1_List - GHC.Generics.Rep_List - GHC.IsList.D:R:ItemList - Text.Printf.UPrintf - Text.Printf.spr Warning: Data.List.NonEmpty.Compat: could not find link destinations for: - GHC.Generics.Rep1_NonEmpty - GHC.Generics.Rep_NonEmpty - GHC.IsList.D:R:ItemNonEmpty Documentation created: dist/doc/html/base-compat/, dist/doc/html/base-compat/base-compat.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/base-compat-0.14.1-4rGklBVWPUY24SAWMdQ2X1 Completed base-compat-0.14.1 Configuring uuid-types-1.0.6... Preprocessing library for uuid-types-1.0.6.. Building library for uuid-types-1.0.6.. [1 of 3] Compiling Data.UUID.Types.Internal.Builder ( src/Data/UUID/Types/Internal/Builder.hs, dist/build/Data/UUID/Types/Internal/Builder.o, dist/build/Data/UUID/Types/Internal/Builder.dyn_o ) [2 of 3] Compiling Data.UUID.Types.Internal ( src/Data/UUID/Types/Internal.hs, dist/build/Data/UUID/Types/Internal.o, dist/build/Data/UUID/Types/Internal.dyn_o ) src/Data/UUID/Types/Internal.hs:49:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 49 | import Control.Applicative ((<*>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/UUID/Types/Internal.hs:55:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Functor is redundant except perhaps to import instances from Data.Functor To import instances alone, use: import Data.Functor() | 55 | import Data.Functor ((<$>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [3 of 3] Compiling Data.UUID.Types ( src/Data/UUID/Types.hs, dist/build/Data/UUID/Types.o, dist/build/Data/UUID/Types.dyn_o ) Preprocessing library for uuid-types-1.0.6.. Running Haddock on library for uuid-types-1.0.6.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 3] Compiling Data.UUID.Types.Internal.Builder ( src/Data/UUID/Types/Internal/Builder.hs, nothing ) [2 of 3] Compiling Data.UUID.Types.Internal ( src/Data/UUID/Types/Internal.hs, nothing ) src/Data/UUID/Types/Internal.hs:49:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 49 | import Control.Applicative ((<*>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/UUID/Types/Internal.hs:55:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Functor is redundant except perhaps to import instances from Data.Functor To import instances alone, use: import Data.Functor() | 55 | import Data.Functor ((<$>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [3 of 3] Compiling Data.UUID.Types ( src/Data/UUID/Types.hs, nothing ) Haddock coverage: Warning: 'UUID' is ambiguous. It is defined * at src/Data/UUID/Types/Internal.hs:81:13 * at src/Data/UUID/Types/Internal.hs:81: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/UUID/Types/Internal.hs:81:1 Warning: 'u' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'UUID' is ambiguous. It is defined * at src/Data/UUID/Types/Internal.hs:81:13 * at src/Data/UUID/Types/Internal.hs:81: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/UUID/Types/Internal.hs:81:1 100% ( 23 / 23) in 'Data.UUID.Types' Documentation created: dist/doc/html/uuid-types/, dist/doc/html/uuid-types/uuid-types.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/uuid-types-1.0.6-CuAGbTwr9ZfFVj0jl1CmJP Completed uuid-types-1.0.6 Configuring unordered-containers-0.2.21... Preprocessing library for unordered-containers-0.2.21.. Building library for unordered-containers-0.2.21.. [1 of 9] Compiling Data.HashMap.Internal.Array ( Data/HashMap/Internal/Array.hs, dist/build/Data/HashMap/Internal/Array.o, dist/build/Data/HashMap/Internal/Array.dyn_o ) [2 of 9] Compiling Data.HashMap.Internal.List ( Data/HashMap/Internal/List.hs, dist/build/Data/HashMap/Internal/List.o, dist/build/Data/HashMap/Internal/List.dyn_o ) [3 of 9] Compiling Data.HashMap.Internal ( Data/HashMap/Internal.hs, dist/build/Data/HashMap/Internal.o, dist/build/Data/HashMap/Internal.dyn_o ) [4 of 9] Compiling Data.HashMap.Internal.Debug ( Data/HashMap/Internal/Debug.hs, dist/build/Data/HashMap/Internal/Debug.o, dist/build/Data/HashMap/Internal/Debug.dyn_o ) [5 of 9] Compiling Data.HashMap.Internal.Strict ( Data/HashMap/Internal/Strict.hs, dist/build/Data/HashMap/Internal/Strict.o, dist/build/Data/HashMap/Internal/Strict.dyn_o ) [6 of 9] Compiling Data.HashSet.Internal ( Data/HashSet/Internal.hs, dist/build/Data/HashSet/Internal.o, dist/build/Data/HashSet/Internal.dyn_o ) [7 of 9] Compiling Data.HashSet ( Data/HashSet.hs, dist/build/Data/HashSet.o, dist/build/Data/HashSet.dyn_o ) [8 of 9] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, dist/build/Data/HashMap/Strict.o, dist/build/Data/HashMap/Strict.dyn_o ) [9 of 9] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, dist/build/Data/HashMap/Lazy.o, dist/build/Data/HashMap/Lazy.dyn_o ) Preprocessing library for unordered-containers-0.2.21.. Running Haddock on library for unordered-containers-0.2.21.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 9] Compiling Data.HashMap.Internal.Array ( Data/HashMap/Internal/Array.hs, nothing ) [2 of 9] Compiling Data.HashMap.Internal.List ( Data/HashMap/Internal/List.hs, nothing ) [3 of 9] Compiling Data.HashMap.Internal ( Data/HashMap/Internal.hs, nothing ) [4 of 9] Compiling Data.HashMap.Internal.Debug ( Data/HashMap/Internal/Debug.hs, nothing ) [5 of 9] Compiling Data.HashMap.Internal.Strict ( Data/HashMap/Internal/Strict.hs, nothing ) [6 of 9] Compiling Data.HashSet.Internal ( Data/HashSet/Internal.hs, nothing ) [7 of 9] Compiling Data.HashSet ( Data/HashSet.hs, nothing ) [8 of 9] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, nothing ) [9 of 9] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, nothing ) Haddock coverage: Warning: 'index' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 34% ( 17 / 49) in 'Data.HashMap.Internal.Array' Missing documentation for: Array (Data/HashMap/Internal/Array.hs:130) MArray (Data/HashMap/Internal/Array.hs:162) new_ (Data/HashMap/Internal/Array.hs:222) singleton (Data/HashMap/Internal/Array.hs:234) singletonM (Data/HashMap/Internal/Array.hs:238) snoc (Data/HashMap/Internal/Array.hs:242) pair (Data/HashMap/Internal/Array.hs:251) length (Data/HashMap/Internal/Array.hs:159) lengthM (Data/HashMap/Internal/Array.hs:167) read (Data/HashMap/Internal/Array.hs:258) write (Data/HashMap/Internal/Array.hs:264) indexM (Data/HashMap/Internal/Array.hs:282) sameArray1 (Data/HashMap/Internal/Array.hs:145) unsafeFreeze (Data/HashMap/Internal/Array.hs:288) unsafeThaw (Data/HashMap/Internal/Array.hs:294) unsafeSameArray (Data/HashMap/Internal/Array.hs:141) run (Data/HashMap/Internal/Array.hs:300) cloneM (Data/HashMap/Internal/Array.hs:322) foldl (Data/HashMap/Internal/Array.hs:412) foldl' (Data/HashMap/Internal/Array.hs:383) foldr (Data/HashMap/Internal/Array.hs:402) foldr' (Data/HashMap/Internal/Array.hs:393) foldMap (Data/HashMap/Internal/Array.hs:425) thaw (Data/HashMap/Internal/Array.hs:444) map (Data/HashMap/Internal/Array.hs:469) filter (Data/HashMap/Internal/Array.hs:504) mapMaybe (Data/HashMap/Internal/Array.hs:527) traverse (Data/HashMap/Internal/Array.hs:590) traverse' (Data/HashMap/Internal/Array.hs:606) toList (Data/HashMap/Internal/Array.hs:582) fromList (Data/HashMap/Internal/Array.hs:547) fromList' (Data/HashMap/Internal/Array.hs:560) 25% ( 1 / 4) in 'Data.HashMap.Internal.List' Missing documentation for: isPermutationBy (Data/HashMap/Internal/List.hs:37) deleteBy (Data/HashMap/Internal/List.hs:80) unorderedCompare (Data/HashMap/Internal/List.hs:65) Warning: 'Leaf' is ambiguous. It is defined * at Data/HashMap/Internal.hs:232:7 * at Data/HashMap/Internal.hs:194: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/HashMap/Internal.hs:194:1 Warning: 'at' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 94% (102 /108) in 'Data.HashMap.Internal' Missing documentation for: Leaf (Data/HashMap/Internal.hs:194) intersectionWithKey# (Data/HashMap/Internal.hs:2174) updateOrConcatWithKey (Data/HashMap/Internal.hs:2793) lookupResToMaybe (Data/HashMap/Internal.hs:668) insert' (Data/HashMap/Internal.hs:852) delete' (Data/HashMap/Internal.hs:1167) 50% ( 3 / 6) in 'Data.HashMap.Internal.Debug' Missing documentation for: valid (Data/HashMap/Internal/Debug.hs:95) Validity (Data/HashMap/Internal/Debug.hs:40) SubHashPath (Data/HashMap/Internal/Debug.hs:72) Warning: 'lookup' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'at' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 70 / 70) in 'Data.HashMap.Internal.Strict' Warning: 'HashSet' is ambiguous. It is defined * at Data/HashSet/Internal.hs:114:21 * at Data/HashSet/Internal.hs:114: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/HashSet/Internal.hs:114:1 100% ( 37 / 37) in 'Data.HashSet.Internal' Warning: 'HashSet' is ambiguous. It is defined * at Data/HashSet/Internal.hs:114:21 * at Data/HashSet/Internal.hs:114: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/HashSet/Internal.hs:114:1 100% ( 34 / 34) in 'Data.HashSet' 100% ( 72 / 72) in 'Data.HashMap.Strict' 100% ( 72 / 72) in 'Data.HashMap.Lazy' Warning: Data.HashMap.Internal: could not find link destinations for: - Data.HashMap.Internal.equal1 - Data.HashMap.Internal.equal2 - Data.HashMap.Internal.D:R:ItemHashMap Warning: Data.HashMap.Internal.Strict: could not find link destinations for: - Data.HashMap.Internal.D:R:ItemHashMap Warning: Data.HashSet.Internal: could not find link destinations for: - Data.HashSet.Internal.D:R:ItemHashSet Warning: Data.HashSet: could not find link destinations for: - Data.HashSet.Internal.D:R:ItemHashSet Warning: Data.HashMap.Strict: could not find link destinations for: - Data.HashMap.Internal.D:R:ItemHashMap Warning: Data.HashMap.Lazy: could not find link destinations for: - Data.HashMap.Internal.D:R:ItemHashMap Documentation created: dist/doc/html/unordered-containers/, dist/doc/html/unordered-containers/unordered-containers.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/unordered-containers-0.2.21-InRFXiz6LhkBr1eg95n25c Completed unordered-containers-0.2.21 Configuring time-compat-1.9.8... Preprocessing library for time-compat-1.9.8.. Building library for time-compat-1.9.8.. [ 1 of 20] Compiling Data.Format ( src/Data/Format.hs, dist/build/Data/Format.o, dist/build/Data/Format.dyn_o ) [ 2 of 20] Compiling Data.Time.Calendar.Month.Compat ( src/Data/Time/Calendar/Month/Compat.hs, dist/build/Data/Time/Calendar/Month/Compat.o, dist/build/Data/Time/Calendar/Month/Compat.dyn_o ) [ 3 of 20] Compiling Data.Time.Calendar.Quarter.Compat ( src/Data/Time/Calendar/Quarter/Compat.hs, dist/build/Data/Time/Calendar/Quarter/Compat.o, dist/build/Data/Time/Calendar/Quarter/Compat.dyn_o ) [ 4 of 20] Compiling Data.Time.Calendar.Types ( src/Data/Time/Calendar/Types.hs, dist/build/Data/Time/Calendar/Types.o, dist/build/Data/Time/Calendar/Types.dyn_o ) [ 5 of 20] Compiling Data.Time.Orphans ( src/Data/Time/Orphans.hs, dist/build/Data/Time/Orphans.o, dist/build/Data/Time/Orphans.dyn_o ) [ 6 of 20] Compiling Data.Time.Format.ISO8601.Compat ( src/Data/Time/Format/ISO8601/Compat.hs, dist/build/Data/Time/Format/ISO8601/Compat.o, dist/build/Data/Time/Format/ISO8601/Compat.dyn_o ) [ 7 of 20] Compiling Data.Time.Format.Compat ( src/Data/Time/Format/Compat.hs, dist/build/Data/Time/Format/Compat.o, dist/build/Data/Time/Format/Compat.dyn_o ) [ 8 of 20] Compiling Data.Time.Clock.System.Compat ( src/Data/Time/Clock/System/Compat.hs, dist/build/Data/Time/Clock/System/Compat.o, dist/build/Data/Time/Clock/System/Compat.dyn_o ) [ 9 of 20] Compiling Data.Time.Clock.POSIX.Compat ( src/Data/Time/Clock/POSIX/Compat.hs, dist/build/Data/Time/Clock/POSIX/Compat.o, dist/build/Data/Time/Clock/POSIX/Compat.dyn_o ) [10 of 20] Compiling Data.Time.Clock.Compat ( src/Data/Time/Clock/Compat.hs, dist/build/Data/Time/Clock/Compat.o, dist/build/Data/Time/Clock/Compat.dyn_o ) [11 of 20] Compiling Data.Time.Calendar.WeekDate.Compat ( src/Data/Time/Calendar/WeekDate/Compat.hs, dist/build/Data/Time/Calendar/WeekDate/Compat.o, dist/build/Data/Time/Calendar/WeekDate/Compat.dyn_o ) [12 of 20] Compiling Data.Time.Calendar.Private ( src/Data/Time/Calendar/Private.hs, dist/build/Data/Time/Calendar/Private.o, dist/build/Data/Time/Calendar/Private.dyn_o ) [13 of 20] Compiling Data.Time.Calendar.OrdinalDate.Compat ( src/Data/Time/Calendar/OrdinalDate/Compat.hs, dist/build/Data/Time/Calendar/OrdinalDate/Compat.o, dist/build/Data/Time/Calendar/OrdinalDate/Compat.dyn_o ) [14 of 20] Compiling Data.Time.Calendar.MonthDay.Compat ( src/Data/Time/Calendar/MonthDay/Compat.hs, dist/build/Data/Time/Calendar/MonthDay/Compat.o, dist/build/Data/Time/Calendar/MonthDay/Compat.dyn_o ) [15 of 20] Compiling Data.Time.Calendar.Easter.Compat ( src/Data/Time/Calendar/Easter/Compat.hs, dist/build/Data/Time/Calendar/Easter/Compat.o, dist/build/Data/Time/Calendar/Easter/Compat.dyn_o ) [16 of 20] Compiling Data.Time.Calendar.Compat ( src/Data/Time/Calendar/Compat.hs, dist/build/Data/Time/Calendar/Compat.o, dist/build/Data/Time/Calendar/Compat.dyn_o ) [17 of 20] Compiling Data.Time.LocalTime.Compat ( src/Data/Time/LocalTime/Compat.hs, dist/build/Data/Time/LocalTime/Compat.o, dist/build/Data/Time/LocalTime/Compat.dyn_o ) [18 of 20] Compiling Data.Time.Compat ( src/Data/Time/Compat.hs, dist/build/Data/Time/Compat.o, dist/build/Data/Time/Compat.dyn_o ) [19 of 20] Compiling Data.Time.Clock.TAI.Compat ( src/Data/Time/Clock/TAI/Compat.hs, dist/build/Data/Time/Clock/TAI/Compat.o, dist/build/Data/Time/Clock/TAI/Compat.dyn_o ) [20 of 20] Compiling Data.Time.Calendar.Julian.Compat ( src/Data/Time/Calendar/Julian/Compat.hs, dist/build/Data/Time/Calendar/Julian/Compat.o, dist/build/Data/Time/Calendar/Julian/Compat.dyn_o ) Preprocessing library for time-compat-1.9.8.. Running Haddock on library for time-compat-1.9.8.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 20] Compiling Data.Format ( src/Data/Format.hs, nothing ) [ 2 of 20] Compiling Data.Time.Calendar.Month.Compat ( src/Data/Time/Calendar/Month/Compat.hs, nothing ) [ 3 of 20] Compiling Data.Time.Calendar.Quarter.Compat ( src/Data/Time/Calendar/Quarter/Compat.hs, nothing ) [ 4 of 20] Compiling Data.Time.Calendar.Types ( src/Data/Time/Calendar/Types.hs, nothing ) [ 5 of 20] Compiling Data.Time.Orphans ( src/Data/Time/Orphans.hs, nothing ) [ 6 of 20] Compiling Data.Time.Format.ISO8601.Compat ( src/Data/Time/Format/ISO8601/Compat.hs, nothing ) [ 7 of 20] Compiling Data.Time.Format.Compat ( src/Data/Time/Format/Compat.hs, nothing ) [ 8 of 20] Compiling Data.Time.Clock.System.Compat ( src/Data/Time/Clock/System/Compat.hs, nothing ) [ 9 of 20] Compiling Data.Time.Clock.POSIX.Compat ( src/Data/Time/Clock/POSIX/Compat.hs, nothing ) [10 of 20] Compiling Data.Time.Clock.Compat ( src/Data/Time/Clock/Compat.hs, nothing ) [11 of 20] Compiling Data.Time.Calendar.WeekDate.Compat ( src/Data/Time/Calendar/WeekDate/Compat.hs, nothing ) [12 of 20] Compiling Data.Time.Calendar.Private ( src/Data/Time/Calendar/Private.hs, nothing ) [13 of 20] Compiling Data.Time.Calendar.OrdinalDate.Compat ( src/Data/Time/Calendar/OrdinalDate/Compat.hs, nothing ) [14 of 20] Compiling Data.Time.Calendar.MonthDay.Compat ( src/Data/Time/Calendar/MonthDay/Compat.hs, nothing ) [15 of 20] Compiling Data.Time.Calendar.Easter.Compat ( src/Data/Time/Calendar/Easter/Compat.hs, nothing ) [16 of 20] Compiling Data.Time.Calendar.Compat ( src/Data/Time/Calendar/Compat.hs, nothing ) [17 of 20] Compiling Data.Time.LocalTime.Compat ( src/Data/Time/LocalTime/Compat.hs, nothing ) [18 of 20] Compiling Data.Time.Compat ( src/Data/Time/Compat.hs, nothing ) [19 of 20] Compiling Data.Time.Clock.TAI.Compat ( src/Data/Time/Clock/TAI/Compat.hs, nothing ) [20 of 20] Compiling Data.Time.Calendar.Julian.Compat ( src/Data/Time/Calendar/Julian/Compat.hs, nothing ) Haddock coverage: 61% ( 8 / 13) in 'Data.Time.Calendar.Month.Compat' Missing documentation for: Module header addMonths diffMonths fromYearMonthValid fromMonthDayValid 75% ( 9 / 12) in 'Data.Time.Calendar.Quarter.Compat' Missing documentation for: Module header addQuarters diffQuarters 93% ( 44 / 47) in 'Data.Time.Format.ISO8601.Compat' Missing documentation for: Module header ISO8601 FormatExtension 68% ( 13 / 19) in 'Data.Time.Format.Compat' Missing documentation for: Module header FormatTime parseTime (src/Data/Time/Format/Compat.hs:60) readTime (src/Data/Time/Format/Compat.hs:68) readsTime (src/Data/Time/Format/Compat.hs:75) TimeLocale 87% ( 7 / 8) in 'Data.Time.Clock.System.Compat' Missing documentation for: Module header 50% ( 4 / 8) in 'Data.Time.Clock.POSIX.Compat' Missing documentation for: Module header posixSecondsToUTCTime utcTimeToPOSIXSeconds systemToPOSIXTime 96% ( 25 / 26) in 'Data.Time.Clock.Compat' Missing documentation for: Module header 73% ( 11 / 15) in 'Data.Time.Calendar.WeekDate.Compat' Missing documentation for: Module header DayOfWeek dayOfWeek FirstWeekType 82% ( 14 / 17) in 'Data.Time.Calendar.OrdinalDate.Compat' Missing documentation for: Module header fromMondayStartWeekValid fromSundayStartWeekValid 40% ( 8 / 20) in 'Data.Time.Calendar.MonthDay.Compat' Missing documentation for: Module header January February March April May June July August September October November 83% ( 5 / 6) in 'Data.Time.Calendar.Easter.Compat' Missing documentation for: Module header 66% ( 41 / 62) in 'Data.Time.Calendar.Compat' Missing documentation for: Module header addDays diffDays CalendarDiffDays calendarDay calendarWeek calendarMonth calendarYear January February March April May June July August September October November DayOfWeek dayOfWeek 79% ( 35 / 44) in 'Data.Time.LocalTime.Compat' Missing documentation for: Module header makeTimeOfDayValid CalendarDiffTime calendarTimeDays calendarTimeTime utcToZonedTime zonedTimeToUTC getZonedTime utcToLocalZonedTime 80% ( 4 / 5) in 'Data.Time.Compat' Missing documentation for: Module header 64% ( 9 / 14) in 'Data.Time.Clock.TAI.Compat' Missing documentation for: Module header taiNominalDayStart utcDayLength utcToTAITime taiToUTCTime 91% ( 22 / 24) in 'Data.Time.Calendar.Julian.Compat' Missing documentation for: Module header diffJulianDurationRollOver (src/Data/Time/Calendar/Julian/Compat.hs:68) Warning: Data.Time.Calendar.Quarter.Compat: could not find link destinations for: - Data.Time.Orphans.Rep_Quarter Warning: Data.Time.Format.ISO8601.Compat: could not find link destinations for: - Data.Format.isoMap - Data.Format.Productish - Data.Format.**> - Data.Format.<** - Data.Format.<**> - Data.Format.pUnit - Data.Format.Summish - Data.Format.<++> - Data.Format.pVoid - Data.Format.IsoVariant Warning: Data.Time.Clock.Compat: could not find link destinations for: - Data.Time.Orphans.Rep_UniversalTime - Data.Time.Orphans.Rep_UTCTime Warning: Data.Time.Calendar.OrdinalDate.Compat: could not find link destinations for: - Data.Time.Orphans.Rep_Day Warning: Data.Time.Calendar.Compat: could not find link destinations for: - Data.Time.Orphans.Rep_CalendarDiffDays - Data.Time.Orphans.Rep_Day Warning: Data.Time.LocalTime.Compat: could not find link destinations for: - Data.Time.Orphans.Rep_CalendarDiffTime - Data.Time.Orphans.Rep_ZonedTime - Data.Time.Orphans.Rep_TimeZone - Data.Time.Orphans.Rep_TimeOfDay - Data.Time.Orphans.Rep_LocalTime Documentation created: dist/doc/html/time-compat/, dist/doc/html/time-compat/time-compat.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/time-compat-1.9.8-Fjrqjr2BdLq2OCHUlA57Nc Completed time-compat-1.9.8 Configuring these-1.2.1... Preprocessing library for these-1.2.1.. Building library for these-1.2.1.. [1 of 3] Compiling Data.Functor.These ( src/Data/Functor/These.hs, dist/build/Data/Functor/These.o, dist/build/Data/Functor/These.dyn_o ) [2 of 3] Compiling Data.These ( src/Data/These.hs, dist/build/Data/These.o, dist/build/Data/These.dyn_o ) [3 of 3] Compiling Data.These.Combinators ( src/Data/These/Combinators.hs, dist/build/Data/These/Combinators.o, dist/build/Data/These/Combinators.dyn_o ) Preprocessing library for these-1.2.1.. Running Haddock on library for these-1.2.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 3] Compiling Data.Functor.These ( src/Data/Functor/These.hs, nothing ) [2 of 3] Compiling Data.These ( src/Data/These.hs, nothing ) [3 of 3] Compiling Data.These.Combinators ( src/Data/These/Combinators.hs, nothing ) Haddock coverage: 0% ( 0 / 2) in 'Data.Functor.These' Missing documentation for: Module header These1 (src/Data/Functor/These.hs:38) Warning: 'These' is ambiguous. It is defined * at src/Data/These.hs:75:36 * at src/Data/These.hs:75: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/These.hs:75:1 Warning: 'Maybe' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'here' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'there' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 76% ( 13 / 17) in 'Data.These' Missing documentation for: distrThesePair (src/Data/These.hs:158) undistrThesePair (src/Data/These.hs:163) distrPairThese (src/Data/These.hs:175) undistrPairThese (src/Data/These.hs:180) Warning: 'Bifunctor' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'here' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'there' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Bitraversable' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'These' is ambiguous. It is defined * at src/Data/These.hs:75:36 * at src/Data/These.hs:75: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/These.hs:75:1 Warning: 'id' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '_This' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '_That' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '_These' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 78% ( 30 / 38) in 'Data.These.Combinators' Missing documentation for: justThis (src/Data/These/Combinators.hs:183) justThat (src/Data/These/Combinators.hs:187) justThese (src/Data/These/Combinators.hs:191) catHere (src/Data/These/Combinators.hs:211) catThere (src/Data/These/Combinators.hs:214) mapThis (src/Data/These/Combinators.hs:242) mapThat (src/Data/These/Combinators.hs:246) mapThese (src/Data/These/Combinators.hs:250) Warning: Data.Functor.These: could not find link destinations for: - Data.Functor.These.Rep_These1 - Data.Functor.These.Rep1_These1 Warning: Data.These: could not find link destinations for: - Data.These.Rep_These - Data.These.Rep1_These Documentation created: dist/doc/html/these/, dist/doc/html/these/these.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/these-1.2.1-6CVHxta6P2aA9A8zVJHqES Completed these-1.2.1 Configuring text-short-0.1.6.1... Preprocessing library for text-short-0.1.6.1.. Building library for text-short-0.1.6.1.. [1 of 5] Compiling PrimOps ( src-ghc804/PrimOps.hs, dist/build/PrimOps.o, dist/build/PrimOps.dyn_o ) [2 of 5] Compiling Data.Text.Short.Internal ( src/Data/Text/Short/Internal.hs, dist/build/Data/Text/Short/Internal.o, dist/build/Data/Text/Short/Internal.dyn_o ) [3 of 5] Compiling Data.Text.Short.Unsafe ( src/Data/Text/Short/Unsafe.hs, dist/build/Data/Text/Short/Unsafe.o, dist/build/Data/Text/Short/Unsafe.dyn_o ) [4 of 5] Compiling Data.Text.Short ( src/Data/Text/Short.hs, dist/build/Data/Text/Short.o, dist/build/Data/Text/Short.dyn_o ) [5 of 5] Compiling Data.Text.Short.Partial ( src/Data/Text/Short/Partial.hs, dist/build/Data/Text/Short/Partial.o, dist/build/Data/Text/Short/Partial.dyn_o ) Preprocessing library for text-short-0.1.6.1.. Running Haddock on library for text-short-0.1.6.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 5] Compiling PrimOps ( src-ghc804/PrimOps.hs, nothing ) [2 of 5] Compiling Data.Text.Short.Internal ( src/Data/Text/Short/Internal.hs, nothing ) [3 of 5] Compiling Data.Text.Short.Unsafe ( src/Data/Text/Short/Unsafe.hs, nothing ) [4 of 5] Compiling Data.Text.Short ( src/Data/Text/Short.hs, nothing ) [5 of 5] Compiling Data.Text.Short.Partial ( src/Data/Text/Short/Partial.hs, nothing ) Haddock coverage: Warning: 'ShortText' is ambiguous. It is defined * at src/Data/Text/Short/Internal.hs:174:21 * at src/Data/Text/Short/Internal.hs:174: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/Text/Short/Internal.hs:174:1 Warning: 'CSize' is ambiguous. It is defined * in Foreign.C.Types * in Foreign.C.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 Foreign.C.Types 100% ( 3 / 3) in 'Data.Text.Short.Unsafe' Warning: 'ShortText' is ambiguous. It is defined * at src/Data/Text/Short/Internal.hs:174:21 * at src/Data/Text/Short/Internal.hs:174: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/Text/Short/Internal.hs:174:1 100% ( 76 / 76) in 'Data.Text.Short' Warning: 'ShortText' is ambiguous. It is defined * at src/Data/Text/Short/Internal.hs:174:21 * at src/Data/Text/Short/Internal.hs:174: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/Text/Short/Internal.hs:174:1 100% ( 9 / 9) in 'Data.Text.Short.Partial' Warning: Data.Text.Short: could not find link destinations for: - Data.Text.Short.Internal.D:R:ItemShortText Documentation created: dist/doc/html/text-short/, dist/doc/html/text-short/text-short.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/text-short-0.1.6.1-LFMKX2E5l4VFA9LPBEIbY7 Completed text-short-0.1.6.1 Configuring scientific-0.3.8.1... Preprocessing library for scientific-0.3.8.1.. Building library for scientific-0.3.8.1.. [1 of 5] Compiling GHC.Integer.Compat ( src/GHC/Integer/Compat.hs, dist/build/GHC/Integer/Compat.o, dist/build/GHC/Integer/Compat.dyn_o ) [2 of 5] Compiling Utils ( src/Utils.hs, dist/build/Utils.o, dist/build/Utils.dyn_o ) [3 of 5] Compiling Data.Scientific ( src/Data/Scientific.hs, dist/build/Data/Scientific.o, dist/build/Data/Scientific.dyn_o ) [4 of 5] Compiling Data.Text.Lazy.Builder.Scientific ( src/Data/Text/Lazy/Builder/Scientific.hs, dist/build/Data/Text/Lazy/Builder/Scientific.o, dist/build/Data/Text/Lazy/Builder/Scientific.dyn_o ) src/Data/Text/Lazy/Builder/Scientific.hs:19:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 19 | import Data.Monoid ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [5 of 5] Compiling Data.ByteString.Builder.Scientific ( src/Data/ByteString/Builder/Scientific.hs, dist/build/Data/ByteString/Builder/Scientific.o, dist/build/Data/ByteString/Builder/Scientific.dyn_o ) src/Data/ByteString/Builder/Scientific.hs:20:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 20 | import Data.Monoid ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Preprocessing library for scientific-0.3.8.1.. Running Haddock on library for scientific-0.3.8.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 5] Compiling GHC.Integer.Compat ( src/GHC/Integer/Compat.hs, nothing ) [2 of 5] Compiling Utils ( src/Utils.hs, nothing ) [3 of 5] Compiling Data.Scientific ( src/Data/Scientific.hs, nothing ) [4 of 5] Compiling Data.Text.Lazy.Builder.Scientific ( src/Data/Text/Lazy/Builder/Scientific.hs, nothing ) src/Data/Text/Lazy/Builder/Scientific.hs:19:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 19 | import Data.Monoid ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [5 of 5] Compiling Data.ByteString.Builder.Scientific ( src/Data/ByteString/Builder/Scientific.hs, nothing ) src/Data/ByteString/Builder/Scientific.hs:20:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 20 | import Data.Monoid ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Haddock coverage: Warning: 'Scientific' is ambiguous. It is defined * at src/Data/Scientific.hs:139:19 * at src/Data/Scientific.hs:139: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/Scientific.hs:139:1 Warning: 'base10exponent' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'base10Exponent' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 31 / 31) in 'Data.Scientific' 75% ( 3 / 4) in 'Data.Text.Lazy.Builder.Scientific' Missing documentation for: Module header 75% ( 3 / 4) in 'Data.ByteString.Builder.Scientific' Missing documentation for: Module header Documentation created: dist/doc/html/scientific/, dist/doc/html/scientific/scientific.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/scientific-0.3.8.1-81Px7ouf0cIAyP9Kx9Jm6X Completed scientific-0.3.8.1 Configuring data-fix-0.3.4... Preprocessing library for data-fix-0.3.4.. Building library for data-fix-0.3.4.. [1 of 1] Compiling Data.Fix ( src/Data/Fix.hs, dist/build/Data/Fix.o, dist/build/Data/Fix.dyn_o ) src/Data/Fix.hs:109:47: warning: [GHC-38856] [-Wunused-imports] The import of rnf1 from module Control.DeepSeq is redundant | 109 | import Control.DeepSeq (NFData (..), NFData1, rnf1) | ^^^^ Preprocessing library for data-fix-0.3.4.. Running Haddock on library for data-fix-0.3.4.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Data.Fix ( src/Data/Fix.hs, nothing ) src/Data/Fix.hs:109:47: warning: [GHC-38856] [-Wunused-imports] The import of rnf1 from module Control.DeepSeq is redundant | 109 | import Control.DeepSeq (NFData (..), NFData1, rnf1) | ^^^^ Haddock coverage: Warning: 'ListF' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Fix' is ambiguous. It is defined * at src/Data/Fix.hs:144:17 * at src/Data/Fix.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 src/Data/Fix.hs:144:1 Warning: 'Mu' is ambiguous. It is defined * at src/Data/Fix.hs:299:16 * at src/Data/Fix.hs:299: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/Fix.hs:299:1 Warning: 'Nu' is ambiguous. It is defined * at src/Data/Fix.hs:365:13 * at src/Data/Fix.hs:365: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/Fix.hs:365:1 100% ( 36 / 36) in 'Data.Fix' Warning: Data.Fix: could not find link destinations for: - Data.Fix.Rep_Fix Documentation created: dist/doc/html/data-fix/, dist/doc/html/data-fix/data-fix.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/data-fix-0.3.4-IcE9iXFpE91APeBeoAGPHo Completed data-fix-0.3.4 Configuring data-diverse-4.7.1.0... Preprocessing library for data-diverse-4.7.1.0.. Building library for data-diverse-4.7.1.0.. src/Data/Diverse/TypeLevel.hs:11:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 11 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ [ 1 of 16] Compiling Data.Diverse.AFoldable ( src/Data/Diverse/AFoldable.hs, dist/build/Data/Diverse/AFoldable.o, dist/build/Data/Diverse/AFoldable.dyn_o ) [ 2 of 16] Compiling Data.Diverse.Reduce ( src/Data/Diverse/Reduce.hs, dist/build/Data/Diverse/Reduce.o, dist/build/Data/Diverse/Reduce.dyn_o ) [ 3 of 16] Compiling Data.Diverse.TypeLevel.Internal ( src/Data/Diverse/TypeLevel/Internal.hs, dist/build/Data/Diverse/TypeLevel/Internal.o, dist/build/Data/Diverse/TypeLevel/Internal.dyn_o ) [ 4 of 16] Compiling Data.Diverse.TypeLevel ( src/Data/Diverse/TypeLevel.hs, dist/build/Data/Diverse/TypeLevel.o, dist/build/Data/Diverse/TypeLevel.dyn_o ) [ 5 of 16] Compiling Data.Diverse.Reiterate ( src/Data/Diverse/Reiterate.hs, dist/build/Data/Diverse/Reiterate.o, dist/build/Data/Diverse/Reiterate.dyn_o ) [ 6 of 16] Compiling Data.Diverse.Case ( src/Data/Diverse/Case.hs, dist/build/Data/Diverse/Case.o, dist/build/Data/Diverse/Case.dyn_o ) [ 7 of 16] Compiling Data.Diverse.CaseIxed ( src/Data/Diverse/CaseIxed.hs, dist/build/Data/Diverse/CaseIxed.o, dist/build/Data/Diverse/CaseIxed.dyn_o ) [ 8 of 16] Compiling Data.Diverse.CaseFunc ( src/Data/Diverse/CaseFunc.hs, dist/build/Data/Diverse/CaseFunc.o, dist/build/Data/Diverse/CaseFunc.dyn_o ) [ 9 of 16] Compiling Data.Diverse.ATraversable ( src/Data/Diverse/ATraversable.hs, dist/build/Data/Diverse/ATraversable.o, dist/build/Data/Diverse/ATraversable.dyn_o ) src/Data/Diverse/ATraversable.hs:23:18: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 23 | , xs' ~ (TraverseResults c m xs) | ^ [10 of 16] Compiling Data.Diverse.AFunctor ( src/Data/Diverse/AFunctor.hs, dist/build/Data/Diverse/AFunctor.o, dist/build/Data/Diverse/AFunctor.dyn_o ) [11 of 16] Compiling Data.Diverse.Many.Internal ( src/Data/Diverse/Many/Internal.hs, dist/build/Data/Diverse/Many/Internal.o, dist/build/Data/Diverse/Many/Internal.dyn_o ) src/Data/Diverse/Many/Internal.hs:112:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 112 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Diverse/Many/Internal.hs:392:35: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 392 | front_ (Many_ xs) = unsafeCoerce (Partial.head xs) | ^^^^^^^^^^^^ src/Data/Diverse/Many/Internal.hs:405:26: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 405 | aft_ (Many_ xs) = Many_ (Partial.tail xs) | ^^^^^^^^^^^^ src/Data/Diverse/Many/Internal.hs:567:12: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 567 | x = Partial.head xs | ^^^^^^^^^^^^ src/Data/Diverse/Many/Internal.hs:568:14: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 568 | xs' = Partial.tail xs | ^^^^^^^^^^^^ src/Data/Diverse/Many/Internal.hs:592:12: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 592 | x = Partial.head xs | ^^^^^^^^^^^^ src/Data/Diverse/Many/Internal.hs:593:14: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 593 | xs' = Partial.tail xs | ^^^^^^^^^^^^ src/Data/Diverse/Many/Internal.hs:623:27: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 623 | v = unsafeCoerce $ Partial.head xs | ^^^^^^^^^^^^ src/Data/Diverse/Many/Internal.hs:624:14: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 624 | xs' = Partial.tail xs | ^^^^^^^^^^^^ src/Data/Diverse/Many/Internal.hs:648:27: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 648 | a = unsafeCoerce (Partial.head as) | ^^^^^^^^^^^^ src/Data/Diverse/Many/Internal.hs:649:15: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 649 | as' = Partial.tail as | ^^^^^^^^^^^^ src/Data/Diverse/Many/Internal.hs:674:27: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 674 | a = unsafeCoerce (Partial.head as) | ^^^^^^^^^^^^ src/Data/Diverse/Many/Internal.hs:675:15: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 675 | as' = Partial.tail as | ^^^^^^^^^^^^ src/Data/Diverse/Many/Internal.hs:728:27: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 728 | v = unsafeCoerce $ Partial.head xs | ^^^^^^^^^^^^ src/Data/Diverse/Many/Internal.hs:729:14: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 729 | xs' = Partial.tail xs | ^^^^^^^^^^^^ src/Data/Diverse/Many/Internal.hs:1101:5: warning: [GHC-50928] [-Wnoncanonical-monoid-instances] Noncanonical mappend definition detected in the instance declaration for Monoid (Many_ (x ': xs)). mappend will eventually be removed in favour of (<>) Suggested fix: Either remove definition for mappend (recommended) or define as mappend = (<>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 1101 | Many_ (a : as) `mappend` Many_ (b : bs) = Many_ (c : cs) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Data/Diverse/Many/Internal.hs:1109:5: warning: [GHC-50928] [-Wnoncanonical-monoid-instances] Noncanonical mappend definition detected in the instance declaration for Monoid (Many xs). mappend will eventually be removed in favour of (<>) Suggested fix: Either remove definition for mappend (recommended) or define as mappend = (<>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 1109 | as `mappend` bs = fromMany_ (toMany_ as `mappend` toMany_ bs) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Diverse/Many/Internal.hs:1127:27: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 1127 | v = unsafeCoerce (Partial.head xs) :: x | ^^^^^^^^^^^^ [12 of 16] Compiling Data.Diverse.Many ( src/Data/Diverse/Many.hs, dist/build/Data/Diverse/Many.o, dist/build/Data/Diverse/Many.dyn_o ) [13 of 16] Compiling Data.Diverse.Cases ( src/Data/Diverse/Cases.hs, dist/build/Data/Diverse/Cases.o, dist/build/Data/Diverse/Cases.dyn_o ) [14 of 16] Compiling Data.Diverse.Which.Internal ( src/Data/Diverse/Which/Internal.hs, dist/build/Data/Diverse/Which/Internal.o, dist/build/Data/Diverse/Which/Internal.dyn_o ) src/Data/Diverse/Which/Internal.hs:100:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 100 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [15 of 16] Compiling Data.Diverse.Which ( src/Data/Diverse/Which.hs, dist/build/Data/Diverse/Which.o, dist/build/Data/Diverse/Which.dyn_o ) [16 of 16] Compiling Data.Diverse ( src/Data/Diverse.hs, dist/build/Data/Diverse.o, dist/build/Data/Diverse.dyn_o ) Preprocessing library for data-diverse-4.7.1.0.. Running Haddock on library for data-diverse-4.7.1.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. src/Data/Diverse/TypeLevel.hs:11:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 11 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ [ 1 of 16] Compiling Data.Diverse.AFoldable ( src/Data/Diverse/AFoldable.hs, nothing ) [ 2 of 16] Compiling Data.Diverse.Reduce ( src/Data/Diverse/Reduce.hs, nothing ) [ 3 of 16] Compiling Data.Diverse.TypeLevel.Internal ( src/Data/Diverse/TypeLevel/Internal.hs, nothing ) [ 4 of 16] Compiling Data.Diverse.TypeLevel ( src/Data/Diverse/TypeLevel.hs, nothing ) [ 5 of 16] Compiling Data.Diverse.Reiterate ( src/Data/Diverse/Reiterate.hs, nothing ) [ 6 of 16] Compiling Data.Diverse.Case ( src/Data/Diverse/Case.hs, nothing ) [ 7 of 16] Compiling Data.Diverse.CaseIxed ( src/Data/Diverse/CaseIxed.hs, nothing ) [ 8 of 16] Compiling Data.Diverse.CaseFunc ( src/Data/Diverse/CaseFunc.hs, nothing ) [ 9 of 16] Compiling Data.Diverse.ATraversable ( src/Data/Diverse/ATraversable.hs, nothing ) src/Data/Diverse/ATraversable.hs:23:18: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 23 | , xs' ~ (TraverseResults c m xs) | ^ [10 of 16] Compiling Data.Diverse.AFunctor ( src/Data/Diverse/AFunctor.hs, nothing ) [11 of 16] Compiling Data.Diverse.Many.Internal ( src/Data/Diverse/Many/Internal.hs, nothing ) src/Data/Diverse/Many/Internal.hs:112:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 112 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Diverse/Many/Internal.hs:392:35: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 392 | front_ (Many_ xs) = unsafeCoerce (Partial.head xs) | ^^^^^^^^^^^^ src/Data/Diverse/Many/Internal.hs:405:26: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 405 | aft_ (Many_ xs) = Many_ (Partial.tail xs) | ^^^^^^^^^^^^ src/Data/Diverse/Many/Internal.hs:567:12: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 567 | x = Partial.head xs | ^^^^^^^^^^^^ src/Data/Diverse/Many/Internal.hs:568:14: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 568 | xs' = Partial.tail xs | ^^^^^^^^^^^^ src/Data/Diverse/Many/Internal.hs:592:12: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 592 | x = Partial.head xs | ^^^^^^^^^^^^ src/Data/Diverse/Many/Internal.hs:593:14: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 593 | xs' = Partial.tail xs | ^^^^^^^^^^^^ src/Data/Diverse/Many/Internal.hs:623:27: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 623 | v = unsafeCoerce $ Partial.head xs | ^^^^^^^^^^^^ src/Data/Diverse/Many/Internal.hs:624:14: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 624 | xs' = Partial.tail xs | ^^^^^^^^^^^^ src/Data/Diverse/Many/Internal.hs:648:27: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 648 | a = unsafeCoerce (Partial.head as) | ^^^^^^^^^^^^ src/Data/Diverse/Many/Internal.hs:649:15: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 649 | as' = Partial.tail as | ^^^^^^^^^^^^ src/Data/Diverse/Many/Internal.hs:674:27: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 674 | a = unsafeCoerce (Partial.head as) | ^^^^^^^^^^^^ src/Data/Diverse/Many/Internal.hs:675:15: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 675 | as' = Partial.tail as | ^^^^^^^^^^^^ src/Data/Diverse/Many/Internal.hs:728:27: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 728 | v = unsafeCoerce $ Partial.head xs | ^^^^^^^^^^^^ src/Data/Diverse/Many/Internal.hs:729:14: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 729 | xs' = Partial.tail xs | ^^^^^^^^^^^^ src/Data/Diverse/Many/Internal.hs:1101:5: warning: [GHC-50928] [-Wnoncanonical-monoid-instances] Noncanonical mappend definition detected in the instance declaration for Monoid (Many_ (x ': xs)). mappend will eventually be removed in favour of (<>) Suggested fix: Either remove definition for mappend (recommended) or define as mappend = (<>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 1101 | Many_ (a : as) `mappend` Many_ (b : bs) = Many_ (c : cs) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Data/Diverse/Many/Internal.hs:1109:5: warning: [GHC-50928] [-Wnoncanonical-monoid-instances] Noncanonical mappend definition detected in the instance declaration for Monoid (Many xs). mappend will eventually be removed in favour of (<>) Suggested fix: Either remove definition for mappend (recommended) or define as mappend = (<>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 1109 | as `mappend` bs = fromMany_ (toMany_ as `mappend` toMany_ bs) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Diverse/Many/Internal.hs:1127:27: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 1127 | v = unsafeCoerce (Partial.head xs) :: x | ^^^^^^^^^^^^ [12 of 16] Compiling Data.Diverse.Many ( src/Data/Diverse/Many.hs, nothing ) [13 of 16] Compiling Data.Diverse.Cases ( src/Data/Diverse/Cases.hs, nothing ) [14 of 16] Compiling Data.Diverse.Which.Internal ( src/Data/Diverse/Which/Internal.hs, nothing ) src/Data/Diverse/Which/Internal.hs:100:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 100 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [15 of 16] Compiling Data.Diverse.Which ( src/Data/Diverse/Which.hs, nothing ) [16 of 16] Compiling Data.Diverse ( src/Data/Diverse.hs, nothing ) Haddock coverage: 33% ( 1 / 3) in 'Data.Diverse.AFoldable' Missing documentation for: Module header afoldl' (src/Data/Diverse/AFoldable.hs:10) 33% ( 1 / 3) in 'Data.Diverse.Reduce' Missing documentation for: Module header Reduce (src/Data/Diverse/Reduce.hs:10) 94% ( 18 / 19) in 'Data.Diverse.TypeLevel.Internal' Missing documentation for: Module header Warning: 'CaseFunc1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Case' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Proxy' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 84% ( 43 / 51) in 'Data.Diverse.TypeLevel' Missing documentation for: Module header Last (src/Data/Diverse/TypeLevel.hs:156) TraverseResults' (src/Data/Diverse/TypeLevel.hs:212) C2 (src/Data/Diverse/TypeLevel.hs:230) C3 (src/Data/Diverse/TypeLevel.hs:234) C4 (src/Data/Diverse/TypeLevel.hs:237) C5 (src/Data/Diverse/TypeLevel.hs:240) C6 (src/Data/Diverse/TypeLevel.hs:243) 66% ( 2 / 3) in 'Data.Diverse.Reiterate' Missing documentation for: Module header 50% ( 1 / 2) in 'Data.Diverse.Case' Missing documentation for: Module header Warning: 'CaseIxedCont1_' is ambiguous. It is defined * at src/Data/Diverse/CaseIxed.hs:205:135 * at src/Data/Diverse/CaseIxed.hs:205: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/Diverse/CaseIxed.hs:205:1 Warning: 'CaseIxedCont' is ambiguous. It is defined * at src/Data/Diverse/CaseIxed.hs:150:67 * at src/Data/Diverse/CaseIxed.hs:150: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/Diverse/CaseIxed.hs:150:1 Warning: 'CaseIxedFuncM1' is ambiguous. It is defined * at src/Data/Diverse/CaseIxed.hs:125:135 * at src/Data/Diverse/CaseIxed.hs:125: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/Diverse/CaseIxed.hs:125:1 Warning: 'CaseIxedFuncM' is ambiguous. It is defined * at src/Data/Diverse/CaseIxed.hs:98:70 * at src/Data/Diverse/CaseIxed.hs:98: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/Diverse/CaseIxed.hs:98:1 Warning: 'CaseIxedFunc' is ambiguous. It is defined * at src/Data/Diverse/CaseIxed.hs:29:67 * at src/Data/Diverse/CaseIxed.hs:29: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/Diverse/CaseIxed.hs:29:1 Warning: 'CaseIxedFunc1' is ambiguous. It is defined * at src/Data/Diverse/CaseIxed.hs:64:132 * at src/Data/Diverse/CaseIxed.hs:64: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/Diverse/CaseIxed.hs:64:1 92% ( 12 / 13) in 'Data.Diverse.CaseIxed' Missing documentation for: Module header Warning: 'CaseFunc1' is ambiguous. It is defined * at src/Data/Diverse/CaseFunc.hs:61:128 * at src/Data/Diverse/CaseFunc.hs:61: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/Diverse/CaseFunc.hs:61:1 Warning: 'CaseFunc'' is ambiguous. It is defined * at src/Data/Diverse/CaseFunc.hs:49:62 * at src/Data/Diverse/CaseFunc.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 src/Data/Diverse/CaseFunc.hs:49:1 Warning: 'CaseFunc' is ambiguous. It is defined * at src/Data/Diverse/CaseFunc.hs:30:63 * at src/Data/Diverse/CaseFunc.hs:30: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/Diverse/CaseFunc.hs:30:1 66% ( 4 / 6) in 'Data.Diverse.CaseFunc' Missing documentation for: Module header CaseFunc1_ (src/Data/Diverse/CaseFunc.hs:71) 50% ( 1 / 2) in 'Data.Diverse.ATraversable' Missing documentation for: Module header 50% ( 1 / 2) in 'Data.Diverse.AFunctor' Missing documentation for: Module header Warning: 'WrappedAny' is ambiguous. It is defined * at src/Data/Diverse/Many/Internal.hs:1178:22 * at src/Data/Diverse/Many/Internal.hs:1178: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/Diverse/Many/Internal.hs:1178:1 Warning: 'Collector' is ambiguous. It is defined * at src/Data/Diverse/Many/Internal.hs:607:37 * at src/Data/Diverse/Many/Internal.hs:607: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/Diverse/Many/Internal.hs:607:1 Warning: 'Many' is ambiguous. It is defined * at src/Data/Diverse/Many/Internal.hs:156:31 * at src/Data/Diverse/Many/Internal.hs:156: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/Diverse/Many/Internal.hs:156:1 Warning: 'CollectorN' is ambiguous. It is defined * at src/Data/Diverse/Many/Internal.hs:712:49 * at src/Data/Diverse/Many/Internal.hs:712: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/Diverse/Many/Internal.hs:712:1 Warning: 'Tagged' is ambiguous. It is defined * in Data.Tagged * in Data.Tagged 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.Tagged Warning: 'shouldBe' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Y' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'O' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'X' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ni' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'caseAnyN' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Emit' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 98% ( 67 / 68) in 'Data.Diverse.Many.Internal' Missing documentation for: Module header Warning: 'Many' is ambiguous. It is defined * at src/Data/Diverse/Many/Internal.hs:156:31 * at src/Data/Diverse/Many/Internal.hs:156: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/Diverse/Many/Internal.hs:156:1 100% ( 69 / 69) in 'Data.Diverse.Many' Warning: 'Cases' is ambiguous. It is defined * at src/Data/Diverse/Cases.hs:35:49 * at src/Data/Diverse/Cases.hs:35: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/Diverse/Cases.hs:35:1 Warning: 'xs' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Which' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'nul' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'X' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'CasesN' is ambiguous. It is defined * at src/Data/Diverse/Cases.hs:87:61 * at src/Data/Diverse/Cases.hs:87: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/Diverse/Cases.hs:87:1 Warning: 'CaseN' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 85% ( 6 / 7) in 'Data.Diverse.Cases' Missing documentation for: Module header Warning: 'Which' is ambiguous. It is defined * at src/Data/Diverse/Which/Internal.hs:136:29 * at src/Data/Diverse/Which/Internal.hs:136: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/Diverse/Which/Internal.hs:136:1 Warning: 'SwitcherN' is ambiguous. It is defined * at src/Data/Diverse/Which/Internal.hs:731:51 * at src/Data/Diverse/Which/Internal.hs:731: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/Diverse/Which/Internal.hs:731:1 Warning: 'Switcher' is ambiguous. It is defined * at src/Data/Diverse/Which/Internal.hs:651:39 * at src/Data/Diverse/Which/Internal.hs:651: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/Diverse/Which/Internal.hs:651:1 Warning: 'CaseN' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'reinterpretN' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'shouldBe' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Tagged' is ambiguous. It is defined * in Data.Tagged * in Data.Tagged 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.Tagged Warning: 'pick'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'reinterpert' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'narrowN' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Typeable' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'zilch' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'x' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 96% ( 54 / 56) in 'Data.Diverse.Which.Internal' Missing documentation for: Module header switchN Warning: 'Which' is ambiguous. It is defined * at src/Data/Diverse/Which/Internal.hs:136:29 * at src/Data/Diverse/Which/Internal.hs:136: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/Diverse/Which/Internal.hs:136:1 98% ( 56 / 57) in 'Data.Diverse.Which' Missing documentation for: switchN 90% ( 10 / 11) in 'Data.Diverse' Missing documentation for: Module header Warning: Data.Diverse.ATraversable: could not find link destinations for: - Data.Diverse.Many.Internal.Many_ Warning: Data.Diverse.AFunctor: could not find link destinations for: - Data.Diverse.Many.Internal.Many_ Warning: Data.Diverse.Many.Internal: could not find link destinations for: - Data.Diverse.Many.Internal.WrappedAny - Data.Diverse.Many.Internal.CaseAmendN - Data.Diverse.Many.Internal.CaseAmendN' - Data.Diverse.Many.Internal.CaseAmend - Data.Diverse.Many.Internal.CaseAmend' - Data.Diverse.Many.Internal.CaseSelectN - Data.Diverse.Many.Internal.CaseSelect - Data.Diverse.Many.Internal.CollectorAnyN - Data.Diverse.Many.Internal.CollectorAny - Data.Diverse.Many.Internal.Many_ - Data.Diverse.Many.Internal.D:R:RepMany - Data.Diverse.Many.Internal.D:R:RepMany0 Warning: Data.Diverse.Many: could not find link destinations for: - Data.Diverse.Many.Internal.WrappedAny - Data.Diverse.Many.Internal.CaseAmendN - Data.Diverse.Many.Internal.CaseAmendN' - Data.Diverse.Many.Internal.CaseAmend - Data.Diverse.Many.Internal.CaseAmend' - Data.Diverse.Many.Internal.CaseSelectN - Data.Diverse.Many.Internal.CaseSelect - Data.Diverse.Many.Internal.CollectorAnyN - Data.Diverse.Many.Internal.CollectorAny - Data.Diverse.Many.Internal.Many_ - Data.Diverse.Many.Internal.D:R:RepMany - Data.Diverse.Many.Internal.D:R:RepMany0 Warning: Data.Diverse.Which.Internal: could not find link destinations for: - Data.Diverse.Which.Internal.WhichRead - Data.Diverse.Which.Internal.CaseShowWhich - Data.Diverse.Which.Internal.CaseOrdWhich - Data.Diverse.Which.Internal.CaseEqWhich - Data.Diverse.Which.Internal.CaseReinterpretN' - Data.Diverse.Which.Internal.CaseReinterpret' - Data.Diverse.Which.Internal.CaseReinterpret - Data.Diverse.Which.Internal.CaseDiversifyN - Data.Diverse.Which.Internal.CaseDiversify - Data.Diverse.Which.Internal.D:R:RepWhich - Data.Diverse.Which.Internal.D:R:RepWhich0 - Data.Diverse.Which.Internal.D:R:RepWhich1 Warning: Data.Diverse.Which: could not find link destinations for: - Data.Diverse.Which.Internal.WhichRead - Data.Diverse.Which.Internal.CaseShowWhich - Data.Diverse.Which.Internal.CaseOrdWhich - Data.Diverse.Which.Internal.CaseEqWhich - Data.Diverse.Which.Internal.CaseReinterpretN' - Data.Diverse.Which.Internal.CaseReinterpret' - Data.Diverse.Which.Internal.CaseReinterpret - Data.Diverse.Which.Internal.CaseDiversifyN - Data.Diverse.Which.Internal.CaseDiversify - Data.Diverse.Which.Internal.D:R:RepWhich - Data.Diverse.Which.Internal.D:R:RepWhich0 - Data.Diverse.Which.Internal.D:R:RepWhich1 Documentation created: dist/doc/html/data-diverse/, dist/doc/html/data-diverse/data-diverse.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/data-diverse-4.7.1.0-KXNVn5ovlreIRwsJySBnko Completed data-diverse-4.7.1.0 Configuring case-insensitive-1.2.1.0... Preprocessing library for case-insensitive-1.2.1.0.. Building library for case-insensitive-1.2.1.0.. [1 of 3] Compiling Data.CaseInsensitive.Internal ( Data/CaseInsensitive/Internal.hs, dist/build/Data/CaseInsensitive/Internal.o, dist/build/Data/CaseInsensitive/Internal.dyn_o ) Data/CaseInsensitive/Internal.hs:124:5: warning: [GHC-50928] [-Wnoncanonical-monoid-instances] Noncanonical mappend definition detected in the instance declaration for Monoid (CI s). mappend will eventually be removed in favour of (<>) Suggested fix: Either remove definition for mappend (recommended) or define as mappend = (<>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 124 | CI o1 l1 `mappend` CI o2 l2 = CI (o1 `mappend` o2) (l1 `mappend` l2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2 of 3] Compiling Data.CaseInsensitive ( Data/CaseInsensitive.hs, dist/build/Data/CaseInsensitive.o, dist/build/Data/CaseInsensitive.dyn_o ) [3 of 3] Compiling Data.CaseInsensitive.Unsafe ( Data/CaseInsensitive/Unsafe.hs, dist/build/Data/CaseInsensitive/Unsafe.o, dist/build/Data/CaseInsensitive/Unsafe.dyn_o ) Preprocessing library for case-insensitive-1.2.1.0.. Running Haddock on library for case-insensitive-1.2.1.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 3] Compiling Data.CaseInsensitive.Internal ( Data/CaseInsensitive/Internal.hs, nothing ) Data/CaseInsensitive/Internal.hs:124:5: warning: [GHC-50928] [-Wnoncanonical-monoid-instances] Noncanonical mappend definition detected in the instance declaration for Monoid (CI s). mappend will eventually be removed in favour of (<>) Suggested fix: Either remove definition for mappend (recommended) or define as mappend = (<>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 124 | CI o1 l1 `mappend` CI o2 l2 = CI (o1 `mappend` o2) (l1 `mappend` l2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2 of 3] Compiling Data.CaseInsensitive ( Data/CaseInsensitive.hs, nothing ) [3 of 3] Compiling Data.CaseInsensitive.Unsafe ( Data/CaseInsensitive/Unsafe.hs, nothing ) Haddock coverage: Warning: 'CI' is ambiguous. It is defined * at Data/CaseInsensitive/Internal.hs:89:13 * at Data/CaseInsensitive/Internal.hs:89: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/CaseInsensitive/Internal.hs:89:1 Warning: 'String' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 8 / 8) in 'Data.CaseInsensitive' 100% ( 2 / 2) in 'Data.CaseInsensitive.Unsafe' Warning: Data.CaseInsensitive: could not find link destinations for: - Data.CaseInsensitive.Internal.foldCaseList Documentation created: dist/doc/html/case-insensitive/, dist/doc/html/case-insensitive/case-insensitive.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/case-insensitive-1.2.1.0-9rVNDzRBd0aAQdGrOeU86S Completed case-insensitive-1.2.1.0 Configuring bifunctors-5.6.3... Preprocessing library for bifunctors-5.6.3.. Building library for bifunctors-5.6.3.. [ 1 of 15] Compiling Data.Biapplicative ( src/Data/Biapplicative.hs, dist/build/Data/Biapplicative.o, dist/build/Data/Biapplicative.dyn_o ) [ 2 of 15] Compiling Data.Bifunctor.Biap ( src/Data/Bifunctor/Biap.hs, dist/build/Data/Bifunctor/Biap.o, dist/build/Data/Bifunctor/Biap.dyn_o ) [ 3 of 15] Compiling Data.Bifunctor.Biff ( src/Data/Bifunctor/Biff.hs, dist/build/Data/Bifunctor/Biff.o, dist/build/Data/Bifunctor/Biff.dyn_o ) [ 4 of 15] Compiling Data.Bifunctor.Clown ( src/Data/Bifunctor/Clown.hs, dist/build/Data/Bifunctor/Clown.o, dist/build/Data/Bifunctor/Clown.dyn_o ) [ 5 of 15] Compiling Data.Bifunctor.Fix ( src/Data/Bifunctor/Fix.hs, dist/build/Data/Bifunctor/Fix.o, dist/build/Data/Bifunctor/Fix.dyn_o ) [ 6 of 15] Compiling Data.Bifunctor.Functor ( src/Data/Bifunctor/Functor.hs, dist/build/Data/Bifunctor/Functor.o, dist/build/Data/Bifunctor/Functor.dyn_o ) [ 7 of 15] Compiling Data.Bifunctor.Flip ( src/Data/Bifunctor/Flip.hs, dist/build/Data/Bifunctor/Flip.o, dist/build/Data/Bifunctor/Flip.dyn_o ) [ 8 of 15] Compiling Data.Bifunctor.Join ( src/Data/Bifunctor/Join.hs, dist/build/Data/Bifunctor/Join.o, dist/build/Data/Bifunctor/Join.dyn_o ) [ 9 of 15] Compiling Data.Bifunctor.Joker ( src/Data/Bifunctor/Joker.hs, dist/build/Data/Bifunctor/Joker.o, dist/build/Data/Bifunctor/Joker.dyn_o ) [10 of 15] Compiling Data.Bifunctor.Product ( src/Data/Bifunctor/Product.hs, dist/build/Data/Bifunctor/Product.o, dist/build/Data/Bifunctor/Product.dyn_o ) [11 of 15] Compiling Data.Bifunctor.Sum ( src/Data/Bifunctor/Sum.hs, dist/build/Data/Bifunctor/Sum.o, dist/build/Data/Bifunctor/Sum.dyn_o ) [12 of 15] Compiling Data.Bifunctor.TH.Internal ( src/Data/Bifunctor/TH/Internal.hs, dist/build/Data/Bifunctor/TH/Internal.o, dist/build/Data/Bifunctor/TH/Internal.dyn_o ) [13 of 15] Compiling Data.Bifunctor.TH ( src/Data/Bifunctor/TH.hs, dist/build/Data/Bifunctor/TH.o, dist/build/Data/Bifunctor/TH.dyn_o ) [14 of 15] Compiling Data.Bifunctor.Tannen ( src/Data/Bifunctor/Tannen.hs, dist/build/Data/Bifunctor/Tannen.o, dist/build/Data/Bifunctor/Tannen.dyn_o ) [15 of 15] Compiling Data.Bifunctor.Wrapped ( src/Data/Bifunctor/Wrapped.hs, dist/build/Data/Bifunctor/Wrapped.o, dist/build/Data/Bifunctor/Wrapped.dyn_o ) Preprocessing library for bifunctors-5.6.3.. Running Haddock on library for bifunctors-5.6.3.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 15] Compiling Data.Biapplicative ( src/Data/Biapplicative.hs, nothing ) [ 2 of 15] Compiling Data.Bifunctor.Biap ( src/Data/Bifunctor/Biap.hs, nothing ) [ 3 of 15] Compiling Data.Bifunctor.Biff ( src/Data/Bifunctor/Biff.hs, nothing ) [ 4 of 15] Compiling Data.Bifunctor.Clown ( src/Data/Bifunctor/Clown.hs, nothing ) [ 5 of 15] Compiling Data.Bifunctor.Fix ( src/Data/Bifunctor/Fix.hs, nothing ) [ 6 of 15] Compiling Data.Bifunctor.Functor ( src/Data/Bifunctor/Functor.hs, nothing ) [ 7 of 15] Compiling Data.Bifunctor.Flip ( src/Data/Bifunctor/Flip.hs, nothing ) [ 8 of 15] Compiling Data.Bifunctor.Join ( src/Data/Bifunctor/Join.hs, nothing ) [ 9 of 15] Compiling Data.Bifunctor.Joker ( src/Data/Bifunctor/Joker.hs, nothing ) [10 of 15] Compiling Data.Bifunctor.Product ( src/Data/Bifunctor/Product.hs, nothing ) [11 of 15] Compiling Data.Bifunctor.Sum ( src/Data/Bifunctor/Sum.hs, nothing ) [12 of 15] Compiling Data.Bifunctor.TH.Internal ( src/Data/Bifunctor/TH/Internal.hs, nothing ) [13 of 15] Compiling Data.Bifunctor.TH ( src/Data/Bifunctor/TH.hs, nothing ) [14 of 15] Compiling Data.Bifunctor.Tannen ( src/Data/Bifunctor/Tannen.hs, nothing ) [15 of 15] Compiling Data.Bifunctor.Wrapped ( src/Data/Bifunctor/Wrapped.hs, nothing ) Haddock coverage: 70% ( 7 / 10) in 'Data.Biapplicative' Missing documentation for: Biapplicative (src/Data/Biapplicative.hs:44) <<$>> (src/Data/Biapplicative.hs:41) <<**>> (src/Data/Biapplicative.hs:74) Warning: 'Biap' is ambiguous. It is defined * at src/Data/Bifunctor/Biap.hs:67:23 * at src/Data/Bifunctor/Biap.hs:67: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/Bifunctor/Biap.hs:67:1 100% ( 2 / 2) in 'Data.Bifunctor.Biap' 100% ( 2 / 2) in 'Data.Bifunctor.Biff' 100% ( 2 / 2) in 'Data.Bifunctor.Clown' 100% ( 2 / 2) in 'Data.Bifunctor.Fix' 14% ( 1 / 7) in 'Data.Bifunctor.Functor' Missing documentation for: Module header BifunctorFunctor (src/Data/Bifunctor/Functor.hs:19) BifunctorMonad (src/Data/Bifunctor/Functor.hs:22) biliftM (src/Data/Bifunctor/Functor.hs:31) BifunctorComonad (src/Data/Bifunctor/Functor.hs:34) biliftW (src/Data/Bifunctor/Functor.hs:43) 100% ( 2 / 2) in 'Data.Bifunctor.Flip' 100% ( 2 / 2) in 'Data.Bifunctor.Join' 100% ( 2 / 2) in 'Data.Bifunctor.Joker' 100% ( 2 / 2) in 'Data.Bifunctor.Product' 0% ( 0 / 2) in 'Data.Bifunctor.Sum' Missing documentation for: Module header Sum (src/Data/Bifunctor/Sum.hs:22) Warning: 'Name' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax 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 Language.Haskell.TH.Syntax Warning: 'Options' is ambiguous. It is defined * at src/Data/Bifunctor/TH.hs:77:19 * at src/Data/Bifunctor/TH.hs:77: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/Bifunctor/TH.hs:77:1 Warning: 'bimap' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'bifoldMap' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'bifoldr' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'bifoldl' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'bitraverse' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'bisequenceA' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'makeBitraverseA' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'bimapM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'bisequence' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Name' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax 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 Language.Haskell.TH.Syntax 96% ( 32 / 33) in 'Data.Bifunctor.TH' Missing documentation for: makeBifold (src/Data/Bifunctor/TH.hs:217) 100% ( 2 / 2) in 'Data.Bifunctor.Tannen' 100% ( 2 / 2) in 'Data.Bifunctor.Wrapped' Warning: Data.Bifunctor.Biap: could not find link destinations for: - Data.Bifunctor.Biap.Rep_Biap - Data.Bifunctor.Biap.Rep1_Biap Warning: Data.Bifunctor.Biff: could not find link destinations for: - Data.Bifunctor.Biff.Rep1_Biff - Data.Bifunctor.Biff.Rep_Biff Warning: Data.Bifunctor.Clown: could not find link destinations for: - Data.Bifunctor.Clown.Rep_Clown - Data.Bifunctor.Clown.Rep1_Clown Warning: Data.Bifunctor.Fix: could not find link destinations for: - Data.Bifunctor.Fix.Rep_Fix Warning: Data.Bifunctor.Flip: could not find link destinations for: - Data.Bifunctor.Flip.Rep_Flip Warning: Data.Bifunctor.Join: could not find link destinations for: - Data.Bifunctor.Join.Rep_Join Warning: Data.Bifunctor.Joker: could not find link destinations for: - Data.Bifunctor.Joker.Rep_Joker - Data.Bifunctor.Joker.Rep1_Joker Warning: Data.Bifunctor.Product: could not find link destinations for: - Data.Bifunctor.Product.Rep_Product - Data.Bifunctor.Product.Rep1_Product Warning: Data.Bifunctor.Sum: could not find link destinations for: - Data.Bifunctor.Sum.Rep_Sum - Data.Bifunctor.Sum.Rep1_Sum Warning: Data.Bifunctor.TH: could not find link destinations for: - Data.Bifunctor.TH.Bifunctor - Data.Bifunctor.TH.Bifoldable - Data.Bifunctor.TH.Bitraversable Warning: Data.Bifunctor.Tannen: could not find link destinations for: - Data.Bifunctor.Tannen.Rep1_Tannen - Data.Bifunctor.Tannen.Rep_Tannen Warning: Data.Bifunctor.Wrapped: could not find link destinations for: - Data.Bifunctor.Wrapped.Rep_WrappedBifunctor - Data.Bifunctor.Wrapped.Rep1_WrappedBifunctor Documentation created: dist/doc/html/bifunctors/, dist/doc/html/bifunctors/bifunctors.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/bifunctors-5.6.3-3by4OtOsmrV2Ol6Sc3cyDN Completed bifunctors-5.6.3 Configuring prettyprinter-compat-ansi-wl-pprint-1.0.2... Preprocessing library for prettyprinter-compat-ansi-wl-pprint-1.0.2.. Building library for prettyprinter-compat-ansi-wl-pprint-1.0.2.. [1 of 1] Compiling Text.PrettyPrint.ANSI.Leijen ( src/Text/PrettyPrint/ANSI/Leijen.hs, dist/build/Text/PrettyPrint/ANSI/Leijen.o, dist/build/Text/PrettyPrint/ANSI/Leijen.dyn_o ) Preprocessing library for prettyprinter-compat-ansi-wl-pprint-1.0.2.. Running Haddock on library for prettyprinter-compat-ansi-wl-pprint-1.0.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Text.PrettyPrint.ANSI.Leijen ( src/Text/PrettyPrint/ANSI/Leijen.hs, nothing ) Haddock coverage: 1% ( 2 /118) in 'Text.PrettyPrint.ANSI.Leijen' Missing documentation for: Module header Doc (src/Text/PrettyPrint/ANSI/Leijen.hs:39) putDoc (src/Text/PrettyPrint/ANSI/Leijen.hs:45) hPutDoc (src/Text/PrettyPrint/ANSI/Leijen.hs:48) empty (src/Text/PrettyPrint/ANSI/Leijen.hs:51) char (src/Text/PrettyPrint/ANSI/Leijen.hs:54) text (src/Text/PrettyPrint/ANSI/Leijen.hs:57) nest (src/Text/PrettyPrint/ANSI/Leijen.hs:60) line (src/Text/PrettyPrint/ANSI/Leijen.hs:63) linebreak (src/Text/PrettyPrint/ANSI/Leijen.hs:66) group (src/Text/PrettyPrint/ANSI/Leijen.hs:69) softline (src/Text/PrettyPrint/ANSI/Leijen.hs:72) softbreak (src/Text/PrettyPrint/ANSI/Leijen.hs:75) hardline (src/Text/PrettyPrint/ANSI/Leijen.hs:78) flatAlt (src/Text/PrettyPrint/ANSI/Leijen.hs:81) renderSmart (src/Text/PrettyPrint/ANSI/Leijen.hs:84) align (src/Text/PrettyPrint/ANSI/Leijen.hs:89) hang (src/Text/PrettyPrint/ANSI/Leijen.hs:92) indent (src/Text/PrettyPrint/ANSI/Leijen.hs:95) encloseSep (src/Text/PrettyPrint/ANSI/Leijen.hs:98) list (src/Text/PrettyPrint/ANSI/Leijen.hs:101) tupled (src/Text/PrettyPrint/ANSI/Leijen.hs:104) semiBraces (src/Text/PrettyPrint/ANSI/Leijen.hs:107) <+> (src/Text/PrettyPrint/ANSI/Leijen.hs:110) <$> (src/Text/PrettyPrint/ANSI/Leijen.hs:111) (src/Text/PrettyPrint/ANSI/Leijen.hs:112) <$$> (src/Text/PrettyPrint/ANSI/Leijen.hs:113) (src/Text/PrettyPrint/ANSI/Leijen.hs:114) hsep (src/Text/PrettyPrint/ANSI/Leijen.hs:117) vsep (src/Text/PrettyPrint/ANSI/Leijen.hs:118) fillSep (src/Text/PrettyPrint/ANSI/Leijen.hs:119) sep (src/Text/PrettyPrint/ANSI/Leijen.hs:120) hcat (src/Text/PrettyPrint/ANSI/Leijen.hs:121) vcat (src/Text/PrettyPrint/ANSI/Leijen.hs:122) fillCat (src/Text/PrettyPrint/ANSI/Leijen.hs:123) cat (src/Text/PrettyPrint/ANSI/Leijen.hs:124) punctuate (src/Text/PrettyPrint/ANSI/Leijen.hs:127) fill (src/Text/PrettyPrint/ANSI/Leijen.hs:130) fillBreak (src/Text/PrettyPrint/ANSI/Leijen.hs:133) enclose (src/Text/PrettyPrint/ANSI/Leijen.hs:136) squotes (src/Text/PrettyPrint/ANSI/Leijen.hs:139) dquotes (src/Text/PrettyPrint/ANSI/Leijen.hs:140) parens (src/Text/PrettyPrint/ANSI/Leijen.hs:141) angles (src/Text/PrettyPrint/ANSI/Leijen.hs:142) braces (src/Text/PrettyPrint/ANSI/Leijen.hs:143) brackets (src/Text/PrettyPrint/ANSI/Leijen.hs:144) lparen (src/Text/PrettyPrint/ANSI/Leijen.hs:148) rparen (src/Text/PrettyPrint/ANSI/Leijen.hs:149) langle (src/Text/PrettyPrint/ANSI/Leijen.hs:150) rangle (src/Text/PrettyPrint/ANSI/Leijen.hs:151) lbrace (src/Text/PrettyPrint/ANSI/Leijen.hs:152) rbrace (src/Text/PrettyPrint/ANSI/Leijen.hs:153) lbracket (src/Text/PrettyPrint/ANSI/Leijen.hs:154) rbracket (src/Text/PrettyPrint/ANSI/Leijen.hs:155) squote (src/Text/PrettyPrint/ANSI/Leijen.hs:156) dquote (src/Text/PrettyPrint/ANSI/Leijen.hs:157) semi (src/Text/PrettyPrint/ANSI/Leijen.hs:158) colon (src/Text/PrettyPrint/ANSI/Leijen.hs:159) comma (src/Text/PrettyPrint/ANSI/Leijen.hs:160) space (src/Text/PrettyPrint/ANSI/Leijen.hs:161) dot (src/Text/PrettyPrint/ANSI/Leijen.hs:162) backslash (src/Text/PrettyPrint/ANSI/Leijen.hs:163) equals (src/Text/PrettyPrint/ANSI/Leijen.hs:164) black (src/Text/PrettyPrint/ANSI/Leijen.hs:171) red (src/Text/PrettyPrint/ANSI/Leijen.hs:172) green (src/Text/PrettyPrint/ANSI/Leijen.hs:173) yellow (src/Text/PrettyPrint/ANSI/Leijen.hs:174) blue (src/Text/PrettyPrint/ANSI/Leijen.hs:175) magenta (src/Text/PrettyPrint/ANSI/Leijen.hs:176) cyan (src/Text/PrettyPrint/ANSI/Leijen.hs:177) white (src/Text/PrettyPrint/ANSI/Leijen.hs:178) dullblack (src/Text/PrettyPrint/ANSI/Leijen.hs:179) dullred (src/Text/PrettyPrint/ANSI/Leijen.hs:180) dullgreen (src/Text/PrettyPrint/ANSI/Leijen.hs:181) dullyellow (src/Text/PrettyPrint/ANSI/Leijen.hs:182) dullblue (src/Text/PrettyPrint/ANSI/Leijen.hs:183) dullmagenta (src/Text/PrettyPrint/ANSI/Leijen.hs:184) dullcyan (src/Text/PrettyPrint/ANSI/Leijen.hs:185) dullwhite (src/Text/PrettyPrint/ANSI/Leijen.hs:186) onblack (src/Text/PrettyPrint/ANSI/Leijen.hs:187) onred (src/Text/PrettyPrint/ANSI/Leijen.hs:188) ongreen (src/Text/PrettyPrint/ANSI/Leijen.hs:189) onyellow (src/Text/PrettyPrint/ANSI/Leijen.hs:190) onblue (src/Text/PrettyPrint/ANSI/Leijen.hs:191) onmagenta (src/Text/PrettyPrint/ANSI/Leijen.hs:192) oncyan (src/Text/PrettyPrint/ANSI/Leijen.hs:193) onwhite (src/Text/PrettyPrint/ANSI/Leijen.hs:194) ondullblack (src/Text/PrettyPrint/ANSI/Leijen.hs:195) ondullred (src/Text/PrettyPrint/ANSI/Leijen.hs:196) ondullgreen (src/Text/PrettyPrint/ANSI/Leijen.hs:197) ondullyellow (src/Text/PrettyPrint/ANSI/Leijen.hs:198) ondullblue (src/Text/PrettyPrint/ANSI/Leijen.hs:199) ondullmagenta (src/Text/PrettyPrint/ANSI/Leijen.hs:200) ondullcyan (src/Text/PrettyPrint/ANSI/Leijen.hs:201) ondullwhite (src/Text/PrettyPrint/ANSI/Leijen.hs:202) bold (src/Text/PrettyPrint/ANSI/Leijen.hs:203) debold (src/Text/PrettyPrint/ANSI/Leijen.hs:204) underline (src/Text/PrettyPrint/ANSI/Leijen.hs:206) deunderline (src/Text/PrettyPrint/ANSI/Leijen.hs:207) plain (src/Text/PrettyPrint/ANSI/Leijen.hs:211) string (src/Text/PrettyPrint/ANSI/Leijen.hs:214) int (src/Text/PrettyPrint/ANSI/Leijen.hs:217) integer (src/Text/PrettyPrint/ANSI/Leijen.hs:220) float (src/Text/PrettyPrint/ANSI/Leijen.hs:223) double (src/Text/PrettyPrint/ANSI/Leijen.hs:226) rational (src/Text/PrettyPrint/ANSI/Leijen.hs:229) SimpleDoc (src/Text/PrettyPrint/ANSI/Leijen.hs:40) renderPretty (src/Text/PrettyPrint/ANSI/Leijen.hs:232) renderCompact (src/Text/PrettyPrint/ANSI/Leijen.hs:238) displayS (src/Text/PrettyPrint/ANSI/Leijen.hs:241) displayIO (src/Text/PrettyPrint/ANSI/Leijen.hs:246) bool (src/Text/PrettyPrint/ANSI/Leijen.hs:249) column (src/Text/PrettyPrint/ANSI/Leijen.hs:252) columns (src/Text/PrettyPrint/ANSI/Leijen.hs:255) nesting (src/Text/PrettyPrint/ANSI/Leijen.hs:262) width (src/Text/PrettyPrint/ANSI/Leijen.hs:265) Documentation created: dist/doc/html/prettyprinter-compat-ansi-wl-pprint/, dist/doc/html/prettyprinter-compat-ansi-wl-pprint/prettyprinter-compat-ansi-wl-pprint.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/prettyprinter-compat-ansi-wl-pprint-1.0.2-EgVg5lVgrNnCpeW0zMhBLW Completed prettyprinter-compat-ansi-wl-pprint-1.0.2 Configuring directory-1.3.10.1... checking for gcc... /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc accepts -g... yes checking for /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc option to accept ISO C89... none needed checking how to run the C preprocessor... /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc -E checking for grep that handles long lines and -e... /nix/store/0mqngkz34kv5z6hz91bbbgzgrnz56c4y-gnugrep-3.11/bin/grep checking for egrep... /nix/store/0mqngkz34kv5z6hz91bbbgzgrnz56c4y-gnugrep-3.11/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for realpath... yes checking for utimensat... yes checking for CreateSymbolicLinkW... no checking for GetFinalPathNameByHandleW... no configure: creating ./config.status config.status: creating HsDirectoryConfig.h Preprocessing library for directory-1.3.10.1.. Building library for directory-1.3.10.1.. [1 of 9] Compiling System.Directory.Internal.Prelude ( System/Directory/Internal/Prelude.hs, dist/build/System/Directory/Internal/Prelude.o, dist/build/System/Directory/Internal/Prelude.dyn_o ) [2 of 9] Compiling System.Directory.Internal.Common ( System/Directory/Internal/Common.hs, dist/build/System/Directory/Internal/Common.o, dist/build/System/Directory/Internal/Common.dyn_o ) [3 of 9] Compiling System.Directory.Internal.Config ( System/Directory/Internal/Config.hs, dist/build/System/Directory/Internal/Config.o, dist/build/System/Directory/Internal/Config.dyn_o ) [4 of 9] Compiling System.Directory.Internal.C_utimensat ( dist/build/System/Directory/Internal/C_utimensat.hs, dist/build/System/Directory/Internal/C_utimensat.o, dist/build/System/Directory/Internal/C_utimensat.dyn_o ) [5 of 9] Compiling System.Directory.Internal.Posix ( dist/build/System/Directory/Internal/Posix.hs, dist/build/System/Directory/Internal/Posix.o, dist/build/System/Directory/Internal/Posix.dyn_o ) [6 of 9] Compiling System.Directory.Internal ( System/Directory/Internal.hs, dist/build/System/Directory/Internal.o, dist/build/System/Directory/Internal.dyn_o ) [7 of 9] Compiling System.Directory.Internal.Windows ( dist/build/System/Directory/Internal/Windows.hs, dist/build/System/Directory/Internal/Windows.o, dist/build/System/Directory/Internal/Windows.dyn_o ) [8 of 9] Compiling System.Directory.OsPath ( System/Directory/OsPath.hs, dist/build/System/Directory/OsPath.o, dist/build/System/Directory/OsPath.dyn_o ) [9 of 9] Compiling System.Directory ( System/Directory.hs, dist/build/System/Directory.o, dist/build/System/Directory.dyn_o ) Preprocessing library for directory-1.3.10.1.. Running Haddock on library for directory-1.3.10.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 9] Compiling System.Directory.Internal.Prelude ( System/Directory/Internal/Prelude.hs, nothing ) [2 of 9] Compiling System.Directory.Internal.Common ( System/Directory/Internal/Common.hs, nothing ) [3 of 9] Compiling System.Directory.Internal.Config ( System/Directory/Internal/Config.hs, nothing ) [4 of 9] Compiling System.Directory.Internal.C_utimensat ( dist/build/System/Directory/Internal/C_utimensat.hs, nothing ) [5 of 9] Compiling System.Directory.Internal.Posix ( dist/build/System/Directory/Internal/Posix.hs, nothing ) [6 of 9] Compiling System.Directory.Internal ( System/Directory/Internal.hs, nothing ) [7 of 9] Compiling System.Directory.Internal.Windows ( dist/build/System/Directory/Internal/Windows.hs, nothing ) [8 of 9] Compiling System.Directory.OsPath ( System/Directory/OsPath.hs, nothing ) [9 of 9] Compiling System.Directory ( System/Directory.hs, nothing ) Haddock coverage: Warning: System.Directory.Internal.Common: Could not find documentation for exported module: System.Directory.Internal.Common Warning: 'getpwuid_r' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 21% ( 23 /106) in 'System.Directory.Internal' Missing documentation for: FileType (System/Directory/Internal/Common.hs:229) withBinaryFile (System/Directory/Internal/Common.hs:258) Permissions (System/Directory/Internal/Common.hs:249) emptyListT (System/Directory/Internal/Common.hs:39) maybeToListT (System/Directory/Internal/Common.hs:42) listToListT (System/Directory/Internal/Common.hs:45) liftJoinListT (System/Directory/Internal/Common.hs:49) listTHead (System/Directory/Internal/Common.hs:52) listTToList (System/Directory/Internal/Common.hs:55) andM (System/Directory/Internal/Common.hs:64) sequenceWithIOErrors_ (System/Directory/Internal/Common.hs:71) specializeErrorString (System/Directory/Internal/Common.hs:96) ioeAddLocation (System/Directory/Internal/Common.hs:103) rightOrError (System/Directory/Internal/Common.hs:110) ioeSetOsPath (System/Directory/Internal/Common.hs:122) dropSpecialDotDirs (System/Directory/Internal/Common.hs:130) WhetherFollow (System/Directory/Internal/Common.hs:223) isNoFollow (System/Directory/Internal/Common.hs:226) readSymbolicLink (System/Directory/Internal/Posix.hsc:211) Mode (System/Directory/Internal/Posix.hsc:255) setFileMode (System/Directory/Internal/Posix.hsc:286) createSymbolicLink (System/Directory/Internal/Posix.hsc:207) c_AT_FDCWD (System/Directory/Internal/Posix.hsc:37) c_AT_SYMLINK_NOFOLLOW (System/Directory/Internal/Posix.hsc:40) atWhetherFollow (System/Directory/Internal/Posix.hsc:43) defaultOpenFlags (System/Directory/Internal/Posix.hsc:47) RawHandle (System/Directory/Internal/Posix.hsc:54) openRaw (System/Directory/Internal/Posix.hsc:57) closeRaw (System/Directory/Internal/Posix.hsc:63) createDirectoryInternal (System/Directory/Internal/Posix.hsc:66) c_unlinkat (System/Directory/Internal/Posix.hsc:68) removePathAt (System/Directory/Internal/Posix.hsc:72) removePathInternal (System/Directory/Internal/Posix.hsc:82) renamePathInternal (System/Directory/Internal/Posix.hsc:86) filesAlwaysRemovable (System/Directory/Internal/Posix.hsc:91) c_free (System/Directory/Internal/Posix.hsc:99) c_PATH_MAX (System/Directory/Internal/Posix.hsc:103) c_realpath (System/Directory/Internal/Posix.hsc:120) withRealpath (System/Directory/Internal/Posix.hsc:125) realPath (System/Directory/Internal/Posix.hsc:136) canonicalizePathSimplify (System/Directory/Internal/Posix.hsc:141) findExecutablesLazyInternal (System/Directory/Internal/Posix.hsc:146) getPath (System/Directory/Internal/Posix.hsc:152) getEnvOs (System/Directory/Internal/Posix.hsc:383) exeExtensionInternal (System/Directory/Internal/Posix.hsc:155) openDirFromFd (System/Directory/Internal/Posix.hsc:158) readDirStreamToEnd (System/Directory/Internal/Posix.hsc:161) readDirToEnd (System/Directory/Internal/Posix.hsc:170) getDirectoryContentsInternal (System/Directory/Internal/Posix.hsc:174) getCurrentDirectoryInternal (System/Directory/Internal/Posix.hsc:178) setCurrentDirectoryInternal (System/Directory/Internal/Posix.hsc:198) linkToDirectoryIsDirectory (System/Directory/Internal/Posix.hsc:201) createHardLink (System/Directory/Internal/Posix.hsc:204) Metadata (System/Directory/Internal/Posix.hsc:213) c_fstatat (System/Directory/Internal/Posix.hsc:215) getMetadataAt (System/Directory/Internal/Posix.hsc:219) getSymbolicLinkMetadata (System/Directory/Internal/Posix.hsc:230) getFileMetadata (System/Directory/Internal/Posix.hsc:233) fileTypeFromMetadata (System/Directory/Internal/Posix.hsc:236) fileSizeFromMetadata (System/Directory/Internal/Posix.hsc:245) accessTimeFromMetadata (System/Directory/Internal/Posix.hsc:248) modificationTimeFromMetadata (System/Directory/Internal/Posix.hsc:252) modeFromMetadata (System/Directory/Internal/Posix.hsc:258) allWriteMode (System/Directory/Internal/Posix.hsc:261) hasWriteMode (System/Directory/Internal/Posix.hsc:267) setWriteMode (System/Directory/Internal/Posix.hsc:270) setForceRemoveMode (System/Directory/Internal/Posix.hsc:274) c_fchmodat (System/Directory/Internal/Posix.hsc:276) setModeAt (System/Directory/Internal/Posix.hsc:280) setFilePermissions (System/Directory/Internal/Posix.hsc:289) getAccessPermissions (System/Directory/Internal/Posix.hsc:292) setAccessPermissions (System/Directory/Internal/Posix.hsc:307) copyOwnerFromStatus (System/Directory/Internal/Posix.hsc:319) copyGroupFromStatus (System/Directory/Internal/Posix.hsc:323) tryCopyOwnerAndGroupFromStatus (System/Directory/Internal/Posix.hsc:327) copyFileWithMetadataInternal (System/Directory/Internal/Posix.hsc:349) setTimes (System/Directory/Internal/Posix.hsc:361) lookupEnvOs (System/Directory/Internal/Posix.hsc:380) getXdgDirectoryFallback (System/Directory/Internal/Posix.hsc:408) getXdgDirectoryListFallback (System/Directory/Internal/Posix.hsc:416) getAppUserDataDirectoryInternal (System/Directory/Internal/Posix.hsc:422) getUserDocumentsDirectoryInternal (System/Directory/Internal/Posix.hsc:426) getTemporaryDirectoryInternal (System/Directory/Internal/Posix.hsc:429) Warning: 'getpwuid_r' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Permissions' is ambiguous. It is defined * at System/Directory/Internal/Common.hs:250:5 * at System/Directory/Internal/Common.hs:249: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 System/Directory/Internal/Common.hs:249:1 86% ( 64 / 74) in 'System.Directory.OsPath' Missing documentation for: Permissions (System/Directory/Internal/Common.hs:249) emptyPermissions (System/Directory/OsPath.hs:191) readable writable executable searchable setOwnerReadable (System/Directory/OsPath.hs:199) setOwnerWritable (System/Directory/OsPath.hs:202) setOwnerExecutable (System/Directory/OsPath.hs:205) setOwnerSearchable (System/Directory/OsPath.hs:208) Warning: 'dropTrailingPathSeparator' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'makeRelative' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'getpwuid_r' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Permissions' is ambiguous. It is defined * at System/Directory/Internal/Common.hs:250:5 * at System/Directory/Internal/Common.hs:249: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 System/Directory/Internal/Common.hs:249:1 85% ( 65 / 76) in 'System.Directory' Missing documentation for: Permissions (System/Directory/Internal/Common.hs:249) emptyPermissions (System/Directory.hs:174) readable writable executable searchable setOwnerReadable (System/Directory.hs:182) setOwnerWritable (System/Directory.hs:185) setOwnerExecutable (System/Directory.hs:188) setOwnerSearchable (System/Directory.hs:191) isSymbolicLink (System/Directory.hs:1085) Warning: System.Directory.Internal: could not find link destinations for: - System.OsString.Internal.Types.Rep_OsString Documentation created: dist/doc/html/directory/, dist/doc/html/directory/directory.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/directory-1.3.10.1-4eo1UzYn7AP82ABt8C1I9k Completed directory-1.3.10.1 Configuring base-compat-batteries-0.14.1... Preprocessing library for base-compat-batteries-0.14.1.. Building library for base-compat-batteries-0.14.1.. [ 1 of 130] Compiling Control.Concurrent.Compat ( src/Control/Concurrent/Compat.hs, dist/build/Control/Concurrent/Compat.o, dist/build/Control/Concurrent/Compat.dyn_o ) [ 2 of 130] Compiling Control.Concurrent.Compat.Repl.Batteries ( src/Control/Concurrent/Compat/Repl/Batteries.hs, dist/build/Control/Concurrent/Compat/Repl/Batteries.o, dist/build/Control/Concurrent/Compat/Repl/Batteries.dyn_o ) [ 3 of 130] Compiling Control.Concurrent.MVar.Compat ( src/Control/Concurrent/MVar/Compat.hs, dist/build/Control/Concurrent/MVar/Compat.o, dist/build/Control/Concurrent/MVar/Compat.dyn_o ) [ 4 of 130] Compiling Control.Concurrent.MVar.Compat.Repl.Batteries ( src/Control/Concurrent/MVar/Compat/Repl/Batteries.hs, dist/build/Control/Concurrent/MVar/Compat/Repl/Batteries.o, dist/build/Control/Concurrent/MVar/Compat/Repl/Batteries.dyn_o ) [ 5 of 130] Compiling Control.Exception.Compat ( src/Control/Exception/Compat.hs, dist/build/Control/Exception/Compat.o, dist/build/Control/Exception/Compat.dyn_o ) [ 6 of 130] Compiling Control.Exception.Compat.Repl.Batteries ( src/Control/Exception/Compat/Repl/Batteries.hs, dist/build/Control/Exception/Compat/Repl/Batteries.o, dist/build/Control/Exception/Compat/Repl/Batteries.dyn_o ) [ 7 of 130] Compiling Control.Monad.Compat ( src/Control/Monad/Compat.hs, dist/build/Control/Monad/Compat.o, dist/build/Control/Monad/Compat.dyn_o ) [ 8 of 130] Compiling Control.Monad.Compat.Repl.Batteries ( src/Control/Monad/Compat/Repl/Batteries.hs, dist/build/Control/Monad/Compat/Repl/Batteries.o, dist/build/Control/Monad/Compat/Repl/Batteries.dyn_o ) [ 9 of 130] Compiling Control.Monad.Fail.Compat ( src/Control/Monad/Fail/Compat.hs, dist/build/Control/Monad/Fail/Compat.o, dist/build/Control/Monad/Fail/Compat.dyn_o ) [ 10 of 130] Compiling Control.Monad.Fail.Compat.Repl.Batteries ( src/Control/Monad/Fail/Compat/Repl/Batteries.hs, dist/build/Control/Monad/Fail/Compat/Repl/Batteries.o, dist/build/Control/Monad/Fail/Compat/Repl/Batteries.dyn_o ) [ 11 of 130] Compiling Control.Monad.IO.Class.Compat ( src/Control/Monad/IO/Class/Compat.hs, dist/build/Control/Monad/IO/Class/Compat.o, dist/build/Control/Monad/IO/Class/Compat.dyn_o ) [ 12 of 130] Compiling Control.Monad.IO.Class.Compat.Repl.Batteries ( src/Control/Monad/IO/Class/Compat/Repl/Batteries.hs, dist/build/Control/Monad/IO/Class/Compat/Repl/Batteries.o, dist/build/Control/Monad/IO/Class/Compat/Repl/Batteries.dyn_o ) [ 13 of 130] Compiling Control.Monad.ST.Lazy.Unsafe.Compat ( src/Control/Monad/ST/Lazy/Unsafe/Compat.hs, dist/build/Control/Monad/ST/Lazy/Unsafe/Compat.o, dist/build/Control/Monad/ST/Lazy/Unsafe/Compat.dyn_o ) [ 14 of 130] Compiling Control.Monad.ST.Lazy.Unsafe.Compat.Repl.Batteries ( src/Control/Monad/ST/Lazy/Unsafe/Compat/Repl/Batteries.hs, dist/build/Control/Monad/ST/Lazy/Unsafe/Compat/Repl/Batteries.o, dist/build/Control/Monad/ST/Lazy/Unsafe/Compat/Repl/Batteries.dyn_o ) [ 15 of 130] Compiling Control.Monad.ST.Unsafe.Compat ( src/Control/Monad/ST/Unsafe/Compat.hs, dist/build/Control/Monad/ST/Unsafe/Compat.o, dist/build/Control/Monad/ST/Unsafe/Compat.dyn_o ) [ 16 of 130] Compiling Control.Monad.ST.Unsafe.Compat.Repl.Batteries ( src/Control/Monad/ST/Unsafe/Compat/Repl/Batteries.hs, dist/build/Control/Monad/ST/Unsafe/Compat/Repl/Batteries.o, dist/build/Control/Monad/ST/Unsafe/Compat/Repl/Batteries.dyn_o ) [ 17 of 130] Compiling Data.Bifoldable.Compat ( src/Data/Bifoldable/Compat.hs, dist/build/Data/Bifoldable/Compat.o, dist/build/Data/Bifoldable/Compat.dyn_o ) [ 18 of 130] Compiling Data.Bifoldable.Compat.Repl.Batteries ( src/Data/Bifoldable/Compat/Repl/Batteries.hs, dist/build/Data/Bifoldable/Compat/Repl/Batteries.o, dist/build/Data/Bifoldable/Compat/Repl/Batteries.dyn_o ) [ 19 of 130] Compiling Data.Bifoldable1.Compat ( src/Data/Bifoldable1/Compat.hs, dist/build/Data/Bifoldable1/Compat.o, dist/build/Data/Bifoldable1/Compat.dyn_o ) [ 20 of 130] Compiling Data.Bifoldable1.Compat.Repl.Batteries ( src/Data/Bifoldable1/Compat/Repl/Batteries.hs, dist/build/Data/Bifoldable1/Compat/Repl/Batteries.o, dist/build/Data/Bifoldable1/Compat/Repl/Batteries.dyn_o ) [ 21 of 130] Compiling Data.Bifunctor.Compat ( src/Data/Bifunctor/Compat.hs, dist/build/Data/Bifunctor/Compat.o, dist/build/Data/Bifunctor/Compat.dyn_o ) [ 22 of 130] Compiling Data.Bifunctor.Compat.Repl.Batteries ( src/Data/Bifunctor/Compat/Repl/Batteries.hs, dist/build/Data/Bifunctor/Compat/Repl/Batteries.o, dist/build/Data/Bifunctor/Compat/Repl/Batteries.dyn_o ) [ 23 of 130] Compiling Data.Bitraversable.Compat ( src/Data/Bitraversable/Compat.hs, dist/build/Data/Bitraversable/Compat.o, dist/build/Data/Bitraversable/Compat.dyn_o ) [ 24 of 130] Compiling Data.Bitraversable.Compat.Repl.Batteries ( src/Data/Bitraversable/Compat/Repl/Batteries.hs, dist/build/Data/Bitraversable/Compat/Repl/Batteries.o, dist/build/Data/Bitraversable/Compat/Repl/Batteries.dyn_o ) [ 25 of 130] Compiling Data.Bits.Compat ( src/Data/Bits/Compat.hs, dist/build/Data/Bits/Compat.o, dist/build/Data/Bits/Compat.dyn_o ) [ 26 of 130] Compiling Data.Bits.Compat.Repl.Batteries ( src/Data/Bits/Compat/Repl/Batteries.hs, dist/build/Data/Bits/Compat/Repl/Batteries.o, dist/build/Data/Bits/Compat/Repl/Batteries.dyn_o ) [ 27 of 130] Compiling Data.Bool.Compat ( src/Data/Bool/Compat.hs, dist/build/Data/Bool/Compat.o, dist/build/Data/Bool/Compat.dyn_o ) [ 28 of 130] Compiling Data.Bool.Compat.Repl.Batteries ( src/Data/Bool/Compat/Repl/Batteries.hs, dist/build/Data/Bool/Compat/Repl/Batteries.o, dist/build/Data/Bool/Compat/Repl/Batteries.dyn_o ) [ 29 of 130] Compiling Data.Complex.Compat ( src/Data/Complex/Compat.hs, dist/build/Data/Complex/Compat.o, dist/build/Data/Complex/Compat.dyn_o ) [ 30 of 130] Compiling Data.Complex.Compat.Repl.Batteries ( src/Data/Complex/Compat/Repl/Batteries.hs, dist/build/Data/Complex/Compat/Repl/Batteries.o, dist/build/Data/Complex/Compat/Repl/Batteries.dyn_o ) [ 31 of 130] Compiling Data.Either.Compat ( src/Data/Either/Compat.hs, dist/build/Data/Either/Compat.o, dist/build/Data/Either/Compat.dyn_o ) [ 32 of 130] Compiling Data.Either.Compat.Repl.Batteries ( src/Data/Either/Compat/Repl/Batteries.hs, dist/build/Data/Either/Compat/Repl/Batteries.o, dist/build/Data/Either/Compat/Repl/Batteries.dyn_o ) [ 33 of 130] Compiling Data.Foldable.Compat ( src/Data/Foldable/Compat.hs, dist/build/Data/Foldable/Compat.o, dist/build/Data/Foldable/Compat.dyn_o ) [ 34 of 130] Compiling Data.Foldable.Compat.Repl.Batteries ( src/Data/Foldable/Compat/Repl/Batteries.hs, dist/build/Data/Foldable/Compat/Repl/Batteries.o, dist/build/Data/Foldable/Compat/Repl/Batteries.dyn_o ) [ 35 of 130] Compiling Data.Foldable1.Compat ( src/Data/Foldable1/Compat.hs, dist/build/Data/Foldable1/Compat.o, dist/build/Data/Foldable1/Compat.dyn_o ) [ 36 of 130] Compiling Data.Foldable1.Compat.Repl.Batteries ( src/Data/Foldable1/Compat/Repl/Batteries.hs, dist/build/Data/Foldable1/Compat/Repl/Batteries.o, dist/build/Data/Foldable1/Compat/Repl/Batteries.dyn_o ) [ 37 of 130] Compiling Data.Function.Compat ( src/Data/Function/Compat.hs, dist/build/Data/Function/Compat.o, dist/build/Data/Function/Compat.dyn_o ) [ 38 of 130] Compiling Data.Function.Compat.Repl.Batteries ( src/Data/Function/Compat/Repl/Batteries.hs, dist/build/Data/Function/Compat/Repl/Batteries.o, dist/build/Data/Function/Compat/Repl/Batteries.dyn_o ) [ 39 of 130] Compiling Data.Functor.Compat ( src/Data/Functor/Compat.hs, dist/build/Data/Functor/Compat.o, dist/build/Data/Functor/Compat.dyn_o ) [ 40 of 130] Compiling Data.Functor.Compat.Repl.Batteries ( src/Data/Functor/Compat/Repl/Batteries.hs, dist/build/Data/Functor/Compat/Repl/Batteries.o, dist/build/Data/Functor/Compat/Repl/Batteries.dyn_o ) [ 41 of 130] Compiling Data.Functor.Compose.Compat ( src/Data/Functor/Compose/Compat.hs, dist/build/Data/Functor/Compose/Compat.o, dist/build/Data/Functor/Compose/Compat.dyn_o ) [ 42 of 130] Compiling Data.Functor.Compose.Compat.Repl.Batteries ( src/Data/Functor/Compose/Compat/Repl/Batteries.hs, dist/build/Data/Functor/Compose/Compat/Repl/Batteries.o, dist/build/Data/Functor/Compose/Compat/Repl/Batteries.dyn_o ) [ 43 of 130] Compiling Data.Functor.Const.Compat ( src/Data/Functor/Const/Compat.hs, dist/build/Data/Functor/Const/Compat.o, dist/build/Data/Functor/Const/Compat.dyn_o ) [ 44 of 130] Compiling Data.Functor.Const.Compat.Repl.Batteries ( src/Data/Functor/Const/Compat/Repl/Batteries.hs, dist/build/Data/Functor/Const/Compat/Repl/Batteries.o, dist/build/Data/Functor/Const/Compat/Repl/Batteries.dyn_o ) [ 45 of 130] Compiling Data.Functor.Contravariant.Compat ( src/Data/Functor/Contravariant/Compat.hs, dist/build/Data/Functor/Contravariant/Compat.o, dist/build/Data/Functor/Contravariant/Compat.dyn_o ) [ 46 of 130] Compiling Data.Functor.Contravariant.Compat.Repl.Batteries ( src/Data/Functor/Contravariant/Compat/Repl/Batteries.hs, dist/build/Data/Functor/Contravariant/Compat/Repl/Batteries.o, dist/build/Data/Functor/Contravariant/Compat/Repl/Batteries.dyn_o ) [ 47 of 130] Compiling Data.Functor.Identity.Compat ( src/Data/Functor/Identity/Compat.hs, dist/build/Data/Functor/Identity/Compat.o, dist/build/Data/Functor/Identity/Compat.dyn_o ) [ 48 of 130] Compiling Data.Functor.Identity.Compat.Repl.Batteries ( src/Data/Functor/Identity/Compat/Repl/Batteries.hs, dist/build/Data/Functor/Identity/Compat/Repl/Batteries.o, dist/build/Data/Functor/Identity/Compat/Repl/Batteries.dyn_o ) [ 49 of 130] Compiling Data.Functor.Product.Compat ( src/Data/Functor/Product/Compat.hs, dist/build/Data/Functor/Product/Compat.o, dist/build/Data/Functor/Product/Compat.dyn_o ) [ 50 of 130] Compiling Data.Functor.Product.Compat.Repl.Batteries ( src/Data/Functor/Product/Compat/Repl/Batteries.hs, dist/build/Data/Functor/Product/Compat/Repl/Batteries.o, dist/build/Data/Functor/Product/Compat/Repl/Batteries.dyn_o ) [ 51 of 130] Compiling Data.Functor.Sum.Compat ( src/Data/Functor/Sum/Compat.hs, dist/build/Data/Functor/Sum/Compat.o, dist/build/Data/Functor/Sum/Compat.dyn_o ) [ 52 of 130] Compiling Data.Functor.Sum.Compat.Repl.Batteries ( src/Data/Functor/Sum/Compat/Repl/Batteries.hs, dist/build/Data/Functor/Sum/Compat/Repl/Batteries.o, dist/build/Data/Functor/Sum/Compat/Repl/Batteries.dyn_o ) [ 53 of 130] Compiling Data.IORef.Compat ( src/Data/IORef/Compat.hs, dist/build/Data/IORef/Compat.o, dist/build/Data/IORef/Compat.dyn_o ) [ 54 of 130] Compiling Data.IORef.Compat.Repl.Batteries ( src/Data/IORef/Compat/Repl/Batteries.hs, dist/build/Data/IORef/Compat/Repl/Batteries.o, dist/build/Data/IORef/Compat/Repl/Batteries.dyn_o ) [ 55 of 130] Compiling Data.List.Compat ( src/Data/List/Compat.hs, dist/build/Data/List/Compat.o, dist/build/Data/List/Compat.dyn_o ) [ 56 of 130] Compiling Data.List.Compat.Repl.Batteries ( src/Data/List/Compat/Repl/Batteries.hs, dist/build/Data/List/Compat/Repl/Batteries.o, dist/build/Data/List/Compat/Repl/Batteries.dyn_o ) [ 57 of 130] Compiling Data.List.NonEmpty.Compat ( src/Data/List/NonEmpty/Compat.hs, dist/build/Data/List/NonEmpty/Compat.o, dist/build/Data/List/NonEmpty/Compat.dyn_o ) [ 58 of 130] Compiling Data.List.NonEmpty.Compat.Repl.Batteries ( src/Data/List/NonEmpty/Compat/Repl/Batteries.hs, dist/build/Data/List/NonEmpty/Compat/Repl/Batteries.o, dist/build/Data/List/NonEmpty/Compat/Repl/Batteries.dyn_o ) [ 59 of 130] Compiling Data.Monoid.Compat ( src/Data/Monoid/Compat.hs, dist/build/Data/Monoid/Compat.o, dist/build/Data/Monoid/Compat.dyn_o ) [ 60 of 130] Compiling Data.Monoid.Compat.Repl.Batteries ( src/Data/Monoid/Compat/Repl/Batteries.hs, dist/build/Data/Monoid/Compat/Repl/Batteries.o, dist/build/Data/Monoid/Compat/Repl/Batteries.dyn_o ) [ 61 of 130] Compiling Data.Proxy.Compat ( src/Data/Proxy/Compat.hs, dist/build/Data/Proxy/Compat.o, dist/build/Data/Proxy/Compat.dyn_o ) [ 62 of 130] Compiling Data.Proxy.Compat.Repl.Batteries ( src/Data/Proxy/Compat/Repl/Batteries.hs, dist/build/Data/Proxy/Compat/Repl/Batteries.o, dist/build/Data/Proxy/Compat/Repl/Batteries.dyn_o ) [ 63 of 130] Compiling Data.Ratio.Compat ( src/Data/Ratio/Compat.hs, dist/build/Data/Ratio/Compat.o, dist/build/Data/Ratio/Compat.dyn_o ) [ 64 of 130] Compiling Data.Ratio.Compat.Repl.Batteries ( src/Data/Ratio/Compat/Repl/Batteries.hs, dist/build/Data/Ratio/Compat/Repl/Batteries.o, dist/build/Data/Ratio/Compat/Repl/Batteries.dyn_o ) [ 65 of 130] Compiling Data.STRef.Compat ( src/Data/STRef/Compat.hs, dist/build/Data/STRef/Compat.o, dist/build/Data/STRef/Compat.dyn_o ) [ 66 of 130] Compiling Data.STRef.Compat.Repl.Batteries ( src/Data/STRef/Compat/Repl/Batteries.hs, dist/build/Data/STRef/Compat/Repl/Batteries.o, dist/build/Data/STRef/Compat/Repl/Batteries.dyn_o ) [ 67 of 130] Compiling Data.Semigroup.Compat ( src/Data/Semigroup/Compat.hs, dist/build/Data/Semigroup/Compat.o, dist/build/Data/Semigroup/Compat.dyn_o ) [ 68 of 130] Compiling Data.Semigroup.Compat.Repl.Batteries ( src/Data/Semigroup/Compat/Repl/Batteries.hs, dist/build/Data/Semigroup/Compat/Repl/Batteries.o, dist/build/Data/Semigroup/Compat/Repl/Batteries.dyn_o ) [ 69 of 130] Compiling Data.String.Compat ( src/Data/String/Compat.hs, dist/build/Data/String/Compat.o, dist/build/Data/String/Compat.dyn_o ) [ 70 of 130] Compiling Data.String.Compat.Repl.Batteries ( src/Data/String/Compat/Repl/Batteries.hs, dist/build/Data/String/Compat/Repl/Batteries.o, dist/build/Data/String/Compat/Repl/Batteries.dyn_o ) [ 71 of 130] Compiling Data.Traversable.Compat ( src/Data/Traversable/Compat.hs, dist/build/Data/Traversable/Compat.o, dist/build/Data/Traversable/Compat.dyn_o ) [ 72 of 130] Compiling Data.Traversable.Compat.Repl.Batteries ( src/Data/Traversable/Compat/Repl/Batteries.hs, dist/build/Data/Traversable/Compat/Repl/Batteries.o, dist/build/Data/Traversable/Compat/Repl/Batteries.dyn_o ) [ 73 of 130] Compiling Data.Tuple.Compat ( src/Data/Tuple/Compat.hs, dist/build/Data/Tuple/Compat.o, dist/build/Data/Tuple/Compat.dyn_o ) [ 74 of 130] Compiling Data.Tuple.Compat.Repl.Batteries ( src/Data/Tuple/Compat/Repl/Batteries.hs, dist/build/Data/Tuple/Compat/Repl/Batteries.o, dist/build/Data/Tuple/Compat/Repl/Batteries.dyn_o ) [ 75 of 130] Compiling Data.Type.Coercion.Compat ( src/Data/Type/Coercion/Compat.hs, dist/build/Data/Type/Coercion/Compat.o, dist/build/Data/Type/Coercion/Compat.dyn_o ) [ 76 of 130] Compiling Data.Type.Coercion.Compat.Repl.Batteries ( src/Data/Type/Coercion/Compat/Repl/Batteries.hs, dist/build/Data/Type/Coercion/Compat/Repl/Batteries.o, dist/build/Data/Type/Coercion/Compat/Repl/Batteries.dyn_o ) [ 77 of 130] Compiling Data.Type.Equality.Compat ( src/Data/Type/Equality/Compat.hs, dist/build/Data/Type/Equality/Compat.o, dist/build/Data/Type/Equality/Compat.dyn_o ) [ 78 of 130] Compiling Data.Type.Equality.Compat.Repl.Batteries ( src/Data/Type/Equality/Compat/Repl/Batteries.hs, dist/build/Data/Type/Equality/Compat/Repl/Batteries.o, dist/build/Data/Type/Equality/Compat/Repl/Batteries.dyn_o ) [ 79 of 130] Compiling Data.Typeable.Compat ( src/Data/Typeable/Compat.hs, dist/build/Data/Typeable/Compat.o, dist/build/Data/Typeable/Compat.dyn_o ) [ 80 of 130] Compiling Data.Typeable.Compat.Repl.Batteries ( src/Data/Typeable/Compat/Repl/Batteries.hs, dist/build/Data/Typeable/Compat/Repl/Batteries.o, dist/build/Data/Typeable/Compat/Repl/Batteries.dyn_o ) [ 81 of 130] Compiling Data.Version.Compat ( src/Data/Version/Compat.hs, dist/build/Data/Version/Compat.o, dist/build/Data/Version/Compat.dyn_o ) [ 82 of 130] Compiling Data.Version.Compat.Repl.Batteries ( src/Data/Version/Compat/Repl/Batteries.hs, dist/build/Data/Version/Compat/Repl/Batteries.o, dist/build/Data/Version/Compat/Repl/Batteries.dyn_o ) [ 83 of 130] Compiling Data.Void.Compat ( src/Data/Void/Compat.hs, dist/build/Data/Void/Compat.o, dist/build/Data/Void/Compat.dyn_o ) [ 84 of 130] Compiling Data.Void.Compat.Repl.Batteries ( src/Data/Void/Compat/Repl/Batteries.hs, dist/build/Data/Void/Compat/Repl/Batteries.o, dist/build/Data/Void/Compat/Repl/Batteries.dyn_o ) [ 85 of 130] Compiling Data.Word.Compat ( src/Data/Word/Compat.hs, dist/build/Data/Word/Compat.o, dist/build/Data/Word/Compat.dyn_o ) [ 86 of 130] Compiling Data.Word.Compat.Repl.Batteries ( src/Data/Word/Compat/Repl/Batteries.hs, dist/build/Data/Word/Compat/Repl/Batteries.o, dist/build/Data/Word/Compat/Repl/Batteries.dyn_o ) [ 87 of 130] Compiling Debug.Trace.Compat ( src/Debug/Trace/Compat.hs, dist/build/Debug/Trace/Compat.o, dist/build/Debug/Trace/Compat.dyn_o ) [ 88 of 130] Compiling Debug.Trace.Compat.Repl.Batteries ( src/Debug/Trace/Compat/Repl/Batteries.hs, dist/build/Debug/Trace/Compat/Repl/Batteries.o, dist/build/Debug/Trace/Compat/Repl/Batteries.dyn_o ) [ 89 of 130] Compiling Foreign.Compat ( src/Foreign/Compat.hs, dist/build/Foreign/Compat.o, dist/build/Foreign/Compat.dyn_o ) [ 90 of 130] Compiling Foreign.Compat.Repl.Batteries ( src/Foreign/Compat/Repl/Batteries.hs, dist/build/Foreign/Compat/Repl/Batteries.o, dist/build/Foreign/Compat/Repl/Batteries.dyn_o ) [ 91 of 130] Compiling Foreign.ForeignPtr.Compat ( src/Foreign/ForeignPtr/Compat.hs, dist/build/Foreign/ForeignPtr/Compat.o, dist/build/Foreign/ForeignPtr/Compat.dyn_o ) [ 92 of 130] Compiling Foreign.ForeignPtr.Compat.Repl.Batteries ( src/Foreign/ForeignPtr/Compat/Repl/Batteries.hs, dist/build/Foreign/ForeignPtr/Compat/Repl/Batteries.o, dist/build/Foreign/ForeignPtr/Compat/Repl/Batteries.dyn_o ) [ 93 of 130] Compiling Foreign.ForeignPtr.Safe.Compat ( src/Foreign/ForeignPtr/Safe/Compat.hs, dist/build/Foreign/ForeignPtr/Safe/Compat.o, dist/build/Foreign/ForeignPtr/Safe/Compat.dyn_o ) [ 94 of 130] Compiling Foreign.ForeignPtr.Safe.Compat.Repl.Batteries ( src/Foreign/ForeignPtr/Safe/Compat/Repl/Batteries.hs, dist/build/Foreign/ForeignPtr/Safe/Compat/Repl/Batteries.o, dist/build/Foreign/ForeignPtr/Safe/Compat/Repl/Batteries.dyn_o ) [ 95 of 130] Compiling Foreign.ForeignPtr.Unsafe.Compat ( src/Foreign/ForeignPtr/Unsafe/Compat.hs, dist/build/Foreign/ForeignPtr/Unsafe/Compat.o, dist/build/Foreign/ForeignPtr/Unsafe/Compat.dyn_o ) [ 96 of 130] Compiling Foreign.ForeignPtr.Unsafe.Compat.Repl.Batteries ( src/Foreign/ForeignPtr/Unsafe/Compat/Repl/Batteries.hs, dist/build/Foreign/ForeignPtr/Unsafe/Compat/Repl/Batteries.o, dist/build/Foreign/ForeignPtr/Unsafe/Compat/Repl/Batteries.dyn_o ) [ 97 of 130] Compiling Foreign.Marshal.Alloc.Compat ( src/Foreign/Marshal/Alloc/Compat.hs, dist/build/Foreign/Marshal/Alloc/Compat.o, dist/build/Foreign/Marshal/Alloc/Compat.dyn_o ) [ 98 of 130] Compiling Foreign.Marshal.Alloc.Compat.Repl.Batteries ( src/Foreign/Marshal/Alloc/Compat/Repl/Batteries.hs, dist/build/Foreign/Marshal/Alloc/Compat/Repl/Batteries.o, dist/build/Foreign/Marshal/Alloc/Compat/Repl/Batteries.dyn_o ) [ 99 of 130] Compiling Foreign.Marshal.Array.Compat ( src/Foreign/Marshal/Array/Compat.hs, dist/build/Foreign/Marshal/Array/Compat.o, dist/build/Foreign/Marshal/Array/Compat.dyn_o ) [100 of 130] Compiling Foreign.Marshal.Array.Compat.Repl.Batteries ( src/Foreign/Marshal/Array/Compat/Repl/Batteries.hs, dist/build/Foreign/Marshal/Array/Compat/Repl/Batteries.o, dist/build/Foreign/Marshal/Array/Compat/Repl/Batteries.dyn_o ) [101 of 130] Compiling Foreign.Marshal.Compat ( src/Foreign/Marshal/Compat.hs, dist/build/Foreign/Marshal/Compat.o, dist/build/Foreign/Marshal/Compat.dyn_o ) [102 of 130] Compiling Foreign.Marshal.Compat.Repl.Batteries ( src/Foreign/Marshal/Compat/Repl/Batteries.hs, dist/build/Foreign/Marshal/Compat/Repl/Batteries.o, dist/build/Foreign/Marshal/Compat/Repl/Batteries.dyn_o ) [103 of 130] Compiling Foreign.Marshal.Safe.Compat ( src/Foreign/Marshal/Safe/Compat.hs, dist/build/Foreign/Marshal/Safe/Compat.o, dist/build/Foreign/Marshal/Safe/Compat.dyn_o ) [104 of 130] Compiling Foreign.Marshal.Safe.Compat.Repl.Batteries ( src/Foreign/Marshal/Safe/Compat/Repl/Batteries.hs, dist/build/Foreign/Marshal/Safe/Compat/Repl/Batteries.o, dist/build/Foreign/Marshal/Safe/Compat/Repl/Batteries.dyn_o ) [105 of 130] Compiling Foreign.Marshal.Unsafe.Compat ( src/Foreign/Marshal/Unsafe/Compat.hs, dist/build/Foreign/Marshal/Unsafe/Compat.o, dist/build/Foreign/Marshal/Unsafe/Compat.dyn_o ) [106 of 130] Compiling Foreign.Marshal.Unsafe.Compat.Repl.Batteries ( src/Foreign/Marshal/Unsafe/Compat/Repl/Batteries.hs, dist/build/Foreign/Marshal/Unsafe/Compat/Repl/Batteries.o, dist/build/Foreign/Marshal/Unsafe/Compat/Repl/Batteries.dyn_o ) [107 of 130] Compiling Foreign.Marshal.Utils.Compat ( src/Foreign/Marshal/Utils/Compat.hs, dist/build/Foreign/Marshal/Utils/Compat.o, dist/build/Foreign/Marshal/Utils/Compat.dyn_o ) [108 of 130] Compiling Foreign.Marshal.Utils.Compat.Repl.Batteries ( src/Foreign/Marshal/Utils/Compat/Repl/Batteries.hs, dist/build/Foreign/Marshal/Utils/Compat/Repl/Batteries.o, dist/build/Foreign/Marshal/Utils/Compat/Repl/Batteries.dyn_o ) [109 of 130] Compiling Numeric.Compat ( src/Numeric/Compat.hs, dist/build/Numeric/Compat.o, dist/build/Numeric/Compat.dyn_o ) [110 of 130] Compiling Numeric.Compat.Repl.Batteries ( src/Numeric/Compat/Repl/Batteries.hs, dist/build/Numeric/Compat/Repl/Batteries.o, dist/build/Numeric/Compat/Repl/Batteries.dyn_o ) [111 of 130] Compiling Numeric.Natural.Compat ( src/Numeric/Natural/Compat.hs, dist/build/Numeric/Natural/Compat.o, dist/build/Numeric/Natural/Compat.dyn_o ) [112 of 130] Compiling Numeric.Natural.Compat.Repl.Batteries ( src/Numeric/Natural/Compat/Repl/Batteries.hs, dist/build/Numeric/Natural/Compat/Repl/Batteries.o, dist/build/Numeric/Natural/Compat/Repl/Batteries.dyn_o ) [113 of 130] Compiling Prelude.Compat ( src/Prelude/Compat.hs, dist/build/Prelude/Compat.o, dist/build/Prelude/Compat.dyn_o ) [114 of 130] Compiling Prelude.Compat.Repl.Batteries ( src/Prelude/Compat/Repl/Batteries.hs, dist/build/Prelude/Compat/Repl/Batteries.o, dist/build/Prelude/Compat/Repl/Batteries.dyn_o ) [115 of 130] Compiling System.Environment.Compat ( src/System/Environment/Compat.hs, dist/build/System/Environment/Compat.o, dist/build/System/Environment/Compat.dyn_o ) [116 of 130] Compiling System.Environment.Compat.Repl.Batteries ( src/System/Environment/Compat/Repl/Batteries.hs, dist/build/System/Environment/Compat/Repl/Batteries.o, dist/build/System/Environment/Compat/Repl/Batteries.dyn_o ) [117 of 130] Compiling System.Exit.Compat ( src/System/Exit/Compat.hs, dist/build/System/Exit/Compat.o, dist/build/System/Exit/Compat.dyn_o ) [118 of 130] Compiling System.Exit.Compat.Repl.Batteries ( src/System/Exit/Compat/Repl/Batteries.hs, dist/build/System/Exit/Compat/Repl/Batteries.o, dist/build/System/Exit/Compat/Repl/Batteries.dyn_o ) [119 of 130] Compiling System.IO.Compat ( src/System/IO/Compat.hs, dist/build/System/IO/Compat.o, dist/build/System/IO/Compat.dyn_o ) [120 of 130] Compiling System.IO.Compat.Repl.Batteries ( src/System/IO/Compat/Repl/Batteries.hs, dist/build/System/IO/Compat/Repl/Batteries.o, dist/build/System/IO/Compat/Repl/Batteries.dyn_o ) [121 of 130] Compiling System.IO.Error.Compat ( src/System/IO/Error/Compat.hs, dist/build/System/IO/Error/Compat.o, dist/build/System/IO/Error/Compat.dyn_o ) [122 of 130] Compiling System.IO.Error.Compat.Repl.Batteries ( src/System/IO/Error/Compat/Repl/Batteries.hs, dist/build/System/IO/Error/Compat/Repl/Batteries.o, dist/build/System/IO/Error/Compat/Repl/Batteries.dyn_o ) [123 of 130] Compiling System.IO.Unsafe.Compat ( src/System/IO/Unsafe/Compat.hs, dist/build/System/IO/Unsafe/Compat.o, dist/build/System/IO/Unsafe/Compat.dyn_o ) [124 of 130] Compiling System.IO.Unsafe.Compat.Repl.Batteries ( src/System/IO/Unsafe/Compat/Repl/Batteries.hs, dist/build/System/IO/Unsafe/Compat/Repl/Batteries.o, dist/build/System/IO/Unsafe/Compat/Repl/Batteries.dyn_o ) [125 of 130] Compiling Text.Read.Compat ( src/Text/Read/Compat.hs, dist/build/Text/Read/Compat.o, dist/build/Text/Read/Compat.dyn_o ) [126 of 130] Compiling Text.Read.Compat.Repl.Batteries ( src/Text/Read/Compat/Repl/Batteries.hs, dist/build/Text/Read/Compat/Repl/Batteries.o, dist/build/Text/Read/Compat/Repl/Batteries.dyn_o ) [127 of 130] Compiling Text.Read.Lex.Compat ( src/Text/Read/Lex/Compat.hs, dist/build/Text/Read/Lex/Compat.o, dist/build/Text/Read/Lex/Compat.dyn_o ) [128 of 130] Compiling Text.Read.Lex.Compat.Repl.Batteries ( src/Text/Read/Lex/Compat/Repl/Batteries.hs, dist/build/Text/Read/Lex/Compat/Repl/Batteries.o, dist/build/Text/Read/Lex/Compat/Repl/Batteries.dyn_o ) [129 of 130] Compiling Type.Reflection.Compat ( src/Type/Reflection/Compat.hs, dist/build/Type/Reflection/Compat.o, dist/build/Type/Reflection/Compat.dyn_o ) [130 of 130] Compiling Type.Reflection.Compat.Repl.Batteries ( src/Type/Reflection/Compat/Repl/Batteries.hs, dist/build/Type/Reflection/Compat/Repl/Batteries.o, dist/build/Type/Reflection/Compat/Repl/Batteries.dyn_o ) Preprocessing library for base-compat-batteries-0.14.1.. Running Haddock on library for base-compat-batteries-0.14.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 130] Compiling Control.Concurrent.Compat ( src/Control/Concurrent/Compat.hs, nothing ) [ 2 of 130] Compiling Control.Concurrent.Compat.Repl.Batteries ( src/Control/Concurrent/Compat/Repl/Batteries.hs, nothing ) [ 3 of 130] Compiling Control.Concurrent.MVar.Compat ( src/Control/Concurrent/MVar/Compat.hs, nothing ) [ 4 of 130] Compiling Control.Concurrent.MVar.Compat.Repl.Batteries ( src/Control/Concurrent/MVar/Compat/Repl/Batteries.hs, nothing ) [ 5 of 130] Compiling Control.Exception.Compat ( src/Control/Exception/Compat.hs, nothing ) [ 6 of 130] Compiling Control.Exception.Compat.Repl.Batteries ( src/Control/Exception/Compat/Repl/Batteries.hs, nothing ) [ 7 of 130] Compiling Control.Monad.Compat ( src/Control/Monad/Compat.hs, nothing ) [ 8 of 130] Compiling Control.Monad.Compat.Repl.Batteries ( src/Control/Monad/Compat/Repl/Batteries.hs, nothing ) [ 9 of 130] Compiling Control.Monad.Fail.Compat ( src/Control/Monad/Fail/Compat.hs, nothing ) [ 10 of 130] Compiling Control.Monad.Fail.Compat.Repl.Batteries ( src/Control/Monad/Fail/Compat/Repl/Batteries.hs, nothing ) [ 11 of 130] Compiling Control.Monad.IO.Class.Compat ( src/Control/Monad/IO/Class/Compat.hs, nothing ) [ 12 of 130] Compiling Control.Monad.IO.Class.Compat.Repl.Batteries ( src/Control/Monad/IO/Class/Compat/Repl/Batteries.hs, nothing ) [ 13 of 130] Compiling Control.Monad.ST.Lazy.Unsafe.Compat ( src/Control/Monad/ST/Lazy/Unsafe/Compat.hs, nothing ) [ 14 of 130] Compiling Control.Monad.ST.Lazy.Unsafe.Compat.Repl.Batteries ( src/Control/Monad/ST/Lazy/Unsafe/Compat/Repl/Batteries.hs, nothing ) [ 15 of 130] Compiling Control.Monad.ST.Unsafe.Compat ( src/Control/Monad/ST/Unsafe/Compat.hs, nothing ) [ 16 of 130] Compiling Control.Monad.ST.Unsafe.Compat.Repl.Batteries ( src/Control/Monad/ST/Unsafe/Compat/Repl/Batteries.hs, nothing ) [ 17 of 130] Compiling Data.Bifoldable.Compat ( src/Data/Bifoldable/Compat.hs, nothing ) [ 18 of 130] Compiling Data.Bifoldable.Compat.Repl.Batteries ( src/Data/Bifoldable/Compat/Repl/Batteries.hs, nothing ) [ 19 of 130] Compiling Data.Bifoldable1.Compat ( src/Data/Bifoldable1/Compat.hs, nothing ) [ 20 of 130] Compiling Data.Bifoldable1.Compat.Repl.Batteries ( src/Data/Bifoldable1/Compat/Repl/Batteries.hs, nothing ) [ 21 of 130] Compiling Data.Bifunctor.Compat ( src/Data/Bifunctor/Compat.hs, nothing ) [ 22 of 130] Compiling Data.Bifunctor.Compat.Repl.Batteries ( src/Data/Bifunctor/Compat/Repl/Batteries.hs, nothing ) [ 23 of 130] Compiling Data.Bitraversable.Compat ( src/Data/Bitraversable/Compat.hs, nothing ) [ 24 of 130] Compiling Data.Bitraversable.Compat.Repl.Batteries ( src/Data/Bitraversable/Compat/Repl/Batteries.hs, nothing ) [ 25 of 130] Compiling Data.Bits.Compat ( src/Data/Bits/Compat.hs, nothing ) [ 26 of 130] Compiling Data.Bits.Compat.Repl.Batteries ( src/Data/Bits/Compat/Repl/Batteries.hs, nothing ) [ 27 of 130] Compiling Data.Bool.Compat ( src/Data/Bool/Compat.hs, nothing ) [ 28 of 130] Compiling Data.Bool.Compat.Repl.Batteries ( src/Data/Bool/Compat/Repl/Batteries.hs, nothing ) [ 29 of 130] Compiling Data.Complex.Compat ( src/Data/Complex/Compat.hs, nothing ) [ 30 of 130] Compiling Data.Complex.Compat.Repl.Batteries ( src/Data/Complex/Compat/Repl/Batteries.hs, nothing ) [ 31 of 130] Compiling Data.Either.Compat ( src/Data/Either/Compat.hs, nothing ) [ 32 of 130] Compiling Data.Either.Compat.Repl.Batteries ( src/Data/Either/Compat/Repl/Batteries.hs, nothing ) [ 33 of 130] Compiling Data.Foldable.Compat ( src/Data/Foldable/Compat.hs, nothing ) [ 34 of 130] Compiling Data.Foldable.Compat.Repl.Batteries ( src/Data/Foldable/Compat/Repl/Batteries.hs, nothing ) [ 35 of 130] Compiling Data.Foldable1.Compat ( src/Data/Foldable1/Compat.hs, nothing ) [ 36 of 130] Compiling Data.Foldable1.Compat.Repl.Batteries ( src/Data/Foldable1/Compat/Repl/Batteries.hs, nothing ) [ 37 of 130] Compiling Data.Function.Compat ( src/Data/Function/Compat.hs, nothing ) [ 38 of 130] Compiling Data.Function.Compat.Repl.Batteries ( src/Data/Function/Compat/Repl/Batteries.hs, nothing ) [ 39 of 130] Compiling Data.Functor.Compat ( src/Data/Functor/Compat.hs, nothing ) [ 40 of 130] Compiling Data.Functor.Compat.Repl.Batteries ( src/Data/Functor/Compat/Repl/Batteries.hs, nothing ) [ 41 of 130] Compiling Data.Functor.Compose.Compat ( src/Data/Functor/Compose/Compat.hs, nothing ) [ 42 of 130] Compiling Data.Functor.Compose.Compat.Repl.Batteries ( src/Data/Functor/Compose/Compat/Repl/Batteries.hs, nothing ) [ 43 of 130] Compiling Data.Functor.Const.Compat ( src/Data/Functor/Const/Compat.hs, nothing ) [ 44 of 130] Compiling Data.Functor.Const.Compat.Repl.Batteries ( src/Data/Functor/Const/Compat/Repl/Batteries.hs, nothing ) [ 45 of 130] Compiling Data.Functor.Contravariant.Compat ( src/Data/Functor/Contravariant/Compat.hs, nothing ) [ 46 of 130] Compiling Data.Functor.Contravariant.Compat.Repl.Batteries ( src/Data/Functor/Contravariant/Compat/Repl/Batteries.hs, nothing ) [ 47 of 130] Compiling Data.Functor.Identity.Compat ( src/Data/Functor/Identity/Compat.hs, nothing ) [ 48 of 130] Compiling Data.Functor.Identity.Compat.Repl.Batteries ( src/Data/Functor/Identity/Compat/Repl/Batteries.hs, nothing ) [ 49 of 130] Compiling Data.Functor.Product.Compat ( src/Data/Functor/Product/Compat.hs, nothing ) [ 50 of 130] Compiling Data.Functor.Product.Compat.Repl.Batteries ( src/Data/Functor/Product/Compat/Repl/Batteries.hs, nothing ) [ 51 of 130] Compiling Data.Functor.Sum.Compat ( src/Data/Functor/Sum/Compat.hs, nothing ) [ 52 of 130] Compiling Data.Functor.Sum.Compat.Repl.Batteries ( src/Data/Functor/Sum/Compat/Repl/Batteries.hs, nothing ) [ 53 of 130] Compiling Data.IORef.Compat ( src/Data/IORef/Compat.hs, nothing ) [ 54 of 130] Compiling Data.IORef.Compat.Repl.Batteries ( src/Data/IORef/Compat/Repl/Batteries.hs, nothing ) [ 55 of 130] Compiling Data.List.Compat ( src/Data/List/Compat.hs, nothing ) [ 56 of 130] Compiling Data.List.Compat.Repl.Batteries ( src/Data/List/Compat/Repl/Batteries.hs, nothing ) [ 57 of 130] Compiling Data.List.NonEmpty.Compat ( src/Data/List/NonEmpty/Compat.hs, nothing ) [ 58 of 130] Compiling Data.List.NonEmpty.Compat.Repl.Batteries ( src/Data/List/NonEmpty/Compat/Repl/Batteries.hs, nothing ) [ 59 of 130] Compiling Data.Monoid.Compat ( src/Data/Monoid/Compat.hs, nothing ) [ 60 of 130] Compiling Data.Monoid.Compat.Repl.Batteries ( src/Data/Monoid/Compat/Repl/Batteries.hs, nothing ) [ 61 of 130] Compiling Data.Proxy.Compat ( src/Data/Proxy/Compat.hs, nothing ) [ 62 of 130] Compiling Data.Proxy.Compat.Repl.Batteries ( src/Data/Proxy/Compat/Repl/Batteries.hs, nothing ) [ 63 of 130] Compiling Data.Ratio.Compat ( src/Data/Ratio/Compat.hs, nothing ) [ 64 of 130] Compiling Data.Ratio.Compat.Repl.Batteries ( src/Data/Ratio/Compat/Repl/Batteries.hs, nothing ) [ 65 of 130] Compiling Data.STRef.Compat ( src/Data/STRef/Compat.hs, nothing ) [ 66 of 130] Compiling Data.STRef.Compat.Repl.Batteries ( src/Data/STRef/Compat/Repl/Batteries.hs, nothing ) [ 67 of 130] Compiling Data.Semigroup.Compat ( src/Data/Semigroup/Compat.hs, nothing ) [ 68 of 130] Compiling Data.Semigroup.Compat.Repl.Batteries ( src/Data/Semigroup/Compat/Repl/Batteries.hs, nothing ) [ 69 of 130] Compiling Data.String.Compat ( src/Data/String/Compat.hs, nothing ) [ 70 of 130] Compiling Data.String.Compat.Repl.Batteries ( src/Data/String/Compat/Repl/Batteries.hs, nothing ) [ 71 of 130] Compiling Data.Traversable.Compat ( src/Data/Traversable/Compat.hs, nothing ) [ 72 of 130] Compiling Data.Traversable.Compat.Repl.Batteries ( src/Data/Traversable/Compat/Repl/Batteries.hs, nothing ) [ 73 of 130] Compiling Data.Tuple.Compat ( src/Data/Tuple/Compat.hs, nothing ) [ 74 of 130] Compiling Data.Tuple.Compat.Repl.Batteries ( src/Data/Tuple/Compat/Repl/Batteries.hs, nothing ) [ 75 of 130] Compiling Data.Type.Coercion.Compat ( src/Data/Type/Coercion/Compat.hs, nothing ) [ 76 of 130] Compiling Data.Type.Coercion.Compat.Repl.Batteries ( src/Data/Type/Coercion/Compat/Repl/Batteries.hs, nothing ) [ 77 of 130] Compiling Data.Type.Equality.Compat ( src/Data/Type/Equality/Compat.hs, nothing ) [ 78 of 130] Compiling Data.Type.Equality.Compat.Repl.Batteries ( src/Data/Type/Equality/Compat/Repl/Batteries.hs, nothing ) [ 79 of 130] Compiling Data.Typeable.Compat ( src/Data/Typeable/Compat.hs, nothing ) [ 80 of 130] Compiling Data.Typeable.Compat.Repl.Batteries ( src/Data/Typeable/Compat/Repl/Batteries.hs, nothing ) [ 81 of 130] Compiling Data.Version.Compat ( src/Data/Version/Compat.hs, nothing ) [ 82 of 130] Compiling Data.Version.Compat.Repl.Batteries ( src/Data/Version/Compat/Repl/Batteries.hs, nothing ) [ 83 of 130] Compiling Data.Void.Compat ( src/Data/Void/Compat.hs, nothing ) [ 84 of 130] Compiling Data.Void.Compat.Repl.Batteries ( src/Data/Void/Compat/Repl/Batteries.hs, nothing ) [ 85 of 130] Compiling Data.Word.Compat ( src/Data/Word/Compat.hs, nothing ) [ 86 of 130] Compiling Data.Word.Compat.Repl.Batteries ( src/Data/Word/Compat/Repl/Batteries.hs, nothing ) [ 87 of 130] Compiling Debug.Trace.Compat ( src/Debug/Trace/Compat.hs, nothing ) [ 88 of 130] Compiling Debug.Trace.Compat.Repl.Batteries ( src/Debug/Trace/Compat/Repl/Batteries.hs, nothing ) [ 89 of 130] Compiling Foreign.Compat ( src/Foreign/Compat.hs, nothing ) [ 90 of 130] Compiling Foreign.Compat.Repl.Batteries ( src/Foreign/Compat/Repl/Batteries.hs, nothing ) [ 91 of 130] Compiling Foreign.ForeignPtr.Compat ( src/Foreign/ForeignPtr/Compat.hs, nothing ) [ 92 of 130] Compiling Foreign.ForeignPtr.Compat.Repl.Batteries ( src/Foreign/ForeignPtr/Compat/Repl/Batteries.hs, nothing ) [ 93 of 130] Compiling Foreign.ForeignPtr.Safe.Compat ( src/Foreign/ForeignPtr/Safe/Compat.hs, nothing ) [ 94 of 130] Compiling Foreign.ForeignPtr.Safe.Compat.Repl.Batteries ( src/Foreign/ForeignPtr/Safe/Compat/Repl/Batteries.hs, nothing ) [ 95 of 130] Compiling Foreign.ForeignPtr.Unsafe.Compat ( src/Foreign/ForeignPtr/Unsafe/Compat.hs, nothing ) [ 96 of 130] Compiling Foreign.ForeignPtr.Unsafe.Compat.Repl.Batteries ( src/Foreign/ForeignPtr/Unsafe/Compat/Repl/Batteries.hs, nothing ) [ 97 of 130] Compiling Foreign.Marshal.Alloc.Compat ( src/Foreign/Marshal/Alloc/Compat.hs, nothing ) [ 98 of 130] Compiling Foreign.Marshal.Alloc.Compat.Repl.Batteries ( src/Foreign/Marshal/Alloc/Compat/Repl/Batteries.hs, nothing ) [ 99 of 130] Compiling Foreign.Marshal.Array.Compat ( src/Foreign/Marshal/Array/Compat.hs, nothing ) [100 of 130] Compiling Foreign.Marshal.Array.Compat.Repl.Batteries ( src/Foreign/Marshal/Array/Compat/Repl/Batteries.hs, nothing ) [101 of 130] Compiling Foreign.Marshal.Compat ( src/Foreign/Marshal/Compat.hs, nothing ) [102 of 130] Compiling Foreign.Marshal.Compat.Repl.Batteries ( src/Foreign/Marshal/Compat/Repl/Batteries.hs, nothing ) [103 of 130] Compiling Foreign.Marshal.Safe.Compat ( src/Foreign/Marshal/Safe/Compat.hs, nothing ) [104 of 130] Compiling Foreign.Marshal.Safe.Compat.Repl.Batteries ( src/Foreign/Marshal/Safe/Compat/Repl/Batteries.hs, nothing ) [105 of 130] Compiling Foreign.Marshal.Unsafe.Compat ( src/Foreign/Marshal/Unsafe/Compat.hs, nothing ) [106 of 130] Compiling Foreign.Marshal.Unsafe.Compat.Repl.Batteries ( src/Foreign/Marshal/Unsafe/Compat/Repl/Batteries.hs, nothing ) [107 of 130] Compiling Foreign.Marshal.Utils.Compat ( src/Foreign/Marshal/Utils/Compat.hs, nothing ) [108 of 130] Compiling Foreign.Marshal.Utils.Compat.Repl.Batteries ( src/Foreign/Marshal/Utils/Compat/Repl/Batteries.hs, nothing ) [109 of 130] Compiling Numeric.Compat ( src/Numeric/Compat.hs, nothing ) [110 of 130] Compiling Numeric.Compat.Repl.Batteries ( src/Numeric/Compat/Repl/Batteries.hs, nothing ) [111 of 130] Compiling Numeric.Natural.Compat ( src/Numeric/Natural/Compat.hs, nothing ) [112 of 130] Compiling Numeric.Natural.Compat.Repl.Batteries ( src/Numeric/Natural/Compat/Repl/Batteries.hs, nothing ) [113 of 130] Compiling Prelude.Compat ( src/Prelude/Compat.hs, nothing ) [114 of 130] Compiling Prelude.Compat.Repl.Batteries ( src/Prelude/Compat/Repl/Batteries.hs, nothing ) [115 of 130] Compiling System.Environment.Compat ( src/System/Environment/Compat.hs, nothing ) [116 of 130] Compiling System.Environment.Compat.Repl.Batteries ( src/System/Environment/Compat/Repl/Batteries.hs, nothing ) [117 of 130] Compiling System.Exit.Compat ( src/System/Exit/Compat.hs, nothing ) [118 of 130] Compiling System.Exit.Compat.Repl.Batteries ( src/System/Exit/Compat/Repl/Batteries.hs, nothing ) [119 of 130] Compiling System.IO.Compat ( src/System/IO/Compat.hs, nothing ) [120 of 130] Compiling System.IO.Compat.Repl.Batteries ( src/System/IO/Compat/Repl/Batteries.hs, nothing ) [121 of 130] Compiling System.IO.Error.Compat ( src/System/IO/Error/Compat.hs, nothing ) [122 of 130] Compiling System.IO.Error.Compat.Repl.Batteries ( src/System/IO/Error/Compat/Repl/Batteries.hs, nothing ) [123 of 130] Compiling System.IO.Unsafe.Compat ( src/System/IO/Unsafe/Compat.hs, nothing ) [124 of 130] Compiling System.IO.Unsafe.Compat.Repl.Batteries ( src/System/IO/Unsafe/Compat/Repl/Batteries.hs, nothing ) [125 of 130] Compiling Text.Read.Compat ( src/Text/Read/Compat.hs, nothing ) [126 of 130] Compiling Text.Read.Compat.Repl.Batteries ( src/Text/Read/Compat/Repl/Batteries.hs, nothing ) [127 of 130] Compiling Text.Read.Lex.Compat ( src/Text/Read/Lex/Compat.hs, nothing ) [128 of 130] Compiling Text.Read.Lex.Compat.Repl.Batteries ( src/Text/Read/Lex/Compat/Repl/Batteries.hs, nothing ) [129 of 130] Compiling Type.Reflection.Compat ( src/Type/Reflection/Compat.hs, nothing ) [130 of 130] Compiling Type.Reflection.Compat.Repl.Batteries ( src/Type/Reflection/Compat/Repl/Batteries.hs, nothing ) Haddock coverage: 50% ( 1 / 2) in 'Control.Concurrent.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Control.Concurrent.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Control.Concurrent.MVar.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Control.Concurrent.MVar.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Control.Exception.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Control.Exception.Compat.Repl.Batteries' 94% ( 36 / 38) in 'Control.Monad.Compat' Missing documentation for: Module header fail 100% ( 2 / 2) in 'Control.Monad.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Control.Monad.Fail.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Control.Monad.Fail.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Control.Monad.IO.Class.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Control.Monad.IO.Class.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Control.Monad.ST.Lazy.Unsafe.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Control.Monad.ST.Lazy.Unsafe.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Control.Monad.ST.Unsafe.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Control.Monad.ST.Unsafe.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Data.Bifoldable.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Bifoldable.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Data.Bifoldable1.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Bifoldable1.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Data.Bifunctor.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Bifunctor.Compat.Repl.Batteries' 75% ( 3 / 4) in 'Data.Bitraversable.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Bitraversable.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Data.Bits.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Bits.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Data.Bool.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Bool.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Data.Complex.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Complex.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Data.Either.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Either.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Data.Foldable.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Foldable.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Data.Foldable1.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Foldable1.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Data.Function.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Function.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Data.Functor.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Functor.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Data.Functor.Compose.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Functor.Compose.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Data.Functor.Const.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Functor.Const.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Data.Functor.Contravariant.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Functor.Contravariant.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Data.Functor.Identity.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Functor.Identity.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Data.Functor.Product.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Functor.Product.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Data.Functor.Sum.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Functor.Sum.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Data.IORef.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.IORef.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Data.List.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.List.Compat.Repl.Batteries' 98% ( 77 / 78) in 'Data.List.NonEmpty.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.List.NonEmpty.Compat.Repl.Batteries' 92% ( 12 / 13) in 'Data.Monoid.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Monoid.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Data.Proxy.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Proxy.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Data.Ratio.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Ratio.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Data.STRef.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.STRef.Compat.Repl.Batteries' 96% ( 25 / 26) in 'Data.Semigroup.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Semigroup.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Data.String.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.String.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Data.Traversable.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Traversable.Compat.Repl.Batteries' Warning: 'Solo' is ambiguous. It is defined * in GHC.Tuple * in GHC.Tuple.Prim 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.Tuple.Prim 100% ( 8 / 8) in 'Data.Tuple.Compat' 100% ( 8 / 8) in 'Data.Tuple.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Data.Type.Coercion.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Type.Coercion.Compat.Repl.Batteries' 94% ( 16 / 17) in 'Data.Type.Equality.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Type.Equality.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Data.Typeable.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Typeable.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Data.Version.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Version.Compat.Repl.Batteries' 75% ( 3 / 4) in 'Data.Void.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Void.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Data.Word.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Word.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Debug.Trace.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Debug.Trace.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Foreign.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Foreign.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Foreign.ForeignPtr.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Foreign.ForeignPtr.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Foreign.ForeignPtr.Safe.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Foreign.ForeignPtr.Safe.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Foreign.ForeignPtr.Unsafe.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Foreign.ForeignPtr.Unsafe.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Foreign.Marshal.Alloc.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Foreign.Marshal.Alloc.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Foreign.Marshal.Array.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Foreign.Marshal.Array.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Foreign.Marshal.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Foreign.Marshal.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Foreign.Marshal.Safe.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Foreign.Marshal.Safe.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Foreign.Marshal.Unsafe.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Foreign.Marshal.Unsafe.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Foreign.Marshal.Utils.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Foreign.Marshal.Utils.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Numeric.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Numeric.Compat.Repl.Batteries' 66% ( 2 / 3) in 'Numeric.Natural.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Numeric.Natural.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Prelude.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Prelude.Compat.Repl.Batteries' 50% ( 1 / 2) in 'System.Environment.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'System.Environment.Compat.Repl.Batteries' 50% ( 1 / 2) in 'System.Exit.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'System.Exit.Compat.Repl.Batteries' 50% ( 1 / 2) in 'System.IO.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'System.IO.Compat.Repl.Batteries' 50% ( 1 / 2) in 'System.IO.Error.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'System.IO.Error.Compat.Repl.Batteries' 50% ( 1 / 2) in 'System.IO.Unsafe.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'System.IO.Unsafe.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Text.Read.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Text.Read.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Text.Read.Lex.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Text.Read.Lex.Compat.Repl.Batteries' 50% ( 1 / 2) in 'Type.Reflection.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Type.Reflection.Compat.Repl.Batteries' Warning: Control.Monad.Compat: could not find link destinations for: - Text.ParserCombinators.ReadP.P Warning: Data.List.NonEmpty.Compat: could not find link destinations for: - GHC.Generics.Rep1_NonEmpty - GHC.Generics.Rep_NonEmpty - GHC.IsList.D:R:ItemNonEmpty Warning: Data.Monoid.Compat: could not find link destinations for: - Data.Semigroup.Internal.Rep_Alt - Data.Semigroup.Internal.Rep1_Alt - Data.Semigroup.Internal.Rep_Product - Data.Semigroup.Internal.Rep1_Product - Data.Semigroup.Internal.Rep_Sum - Data.Semigroup.Internal.Rep1_Sum - Data.Semigroup.Internal.Rep_Any - Data.Semigroup.Internal.Rep_All - Data.Semigroup.Internal.Rep_Endo - Data.Semigroup.Internal.Rep_Dual - Data.Semigroup.Internal.Rep1_Dual - Data.Monoid.Rep_Ap - Data.Monoid.Rep1_Ap - Data.Monoid.Rep_Last - Data.Monoid.Rep1_Last - Data.Monoid.Rep_First - Data.Monoid.Rep1_First Warning: Data.Semigroup.Compat: could not find link destinations for: - Data.Semigroup.Internal.Rep_Product - Data.Semigroup.Internal.Rep1_Product - Data.Semigroup.Internal.Rep_Sum - Data.Semigroup.Internal.Rep1_Sum - Data.Semigroup.Internal.Rep_Any - Data.Semigroup.Internal.Rep_All - Data.Semigroup.Internal.Rep_Endo - Data.Semigroup.Internal.Rep_Dual - Data.Semigroup.Internal.Rep1_Dual - Data.Semigroup.Rep_WrappedMonoid - Data.Semigroup.Rep1_WrappedMonoid - Data.Semigroup.Rep_Last - Data.Semigroup.Rep1_Last - Data.Semigroup.Rep_First - Data.Semigroup.Rep1_First - Data.Semigroup.Rep_Arg - Data.Semigroup.Rep1_Arg - Data.Semigroup.Rep_Max - Data.Semigroup.Rep1_Max - Data.Semigroup.Rep_Min - Data.Semigroup.Rep1_Min - Data.Foldable1.JoinWith - Data.Foldable1.FromMaybe - Data.Foldable1.NonEmptyDList Warning: Data.Tuple.Compat: could not find link destinations for: - GHC.Generics.Rep1_Solo - GHC.Generics.Rep_Solo Warning: Data.Tuple.Compat.Repl.Batteries: could not find link destinations for: - GHC.Generics.Rep1_Solo - GHC.Generics.Rep_Solo Warning: Data.Type.Equality.Compat: could not find link destinations for: - GHC.Prim.~# Warning: Data.Void.Compat: could not find link destinations for: - GHC.Generics.Rep_Void Documentation created: dist/doc/html/base-compat-batteries/, dist/doc/html/base-compat-batteries/base-compat-batteries.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/base-compat-batteries-0.14.1-IFkUMQip8sx9nvTEg0Pse Completed base-compat-batteries-0.14.1 Configuring charset-0.3.12... Preprocessing library for charset-0.3.12.. Building library for charset-0.3.12.. [1 of 9] Compiling Data.CharSet.ByteSet ( src/Data/CharSet/ByteSet.hs, dist/build/Data/CharSet/ByteSet.o, dist/build/Data/CharSet/ByteSet.dyn_o ) [2 of 9] Compiling Data.CharSet ( src/Data/CharSet.hs, dist/build/Data/CharSet.o, dist/build/Data/CharSet.dyn_o ) [3 of 9] Compiling Data.CharSet.Common ( src/Data/CharSet/Common.hs, dist/build/Data/CharSet/Common.o, dist/build/Data/CharSet/Common.dyn_o ) [4 of 9] Compiling Data.CharSet.Posix.Ascii ( src/Data/CharSet/Posix/Ascii.hs, dist/build/Data/CharSet/Posix/Ascii.o, dist/build/Data/CharSet/Posix/Ascii.dyn_o ) [5 of 9] Compiling Data.CharSet.Unicode ( src/Data/CharSet/Unicode.hs, dist/build/Data/CharSet/Unicode.o, dist/build/Data/CharSet/Unicode.dyn_o ) [6 of 9] Compiling Data.CharSet.Unicode.Block ( src/Data/CharSet/Unicode/Block.hs, dist/build/Data/CharSet/Unicode/Block.o, dist/build/Data/CharSet/Unicode/Block.dyn_o ) [7 of 9] Compiling Data.CharSet.Unicode.Category ( src/Data/CharSet/Unicode/Category.hs, dist/build/Data/CharSet/Unicode/Category.o, dist/build/Data/CharSet/Unicode/Category.dyn_o ) [8 of 9] Compiling Data.CharSet.Posix.Unicode ( src/Data/CharSet/Posix/Unicode.hs, dist/build/Data/CharSet/Posix/Unicode.o, dist/build/Data/CharSet/Posix/Unicode.dyn_o ) [9 of 9] Compiling Data.CharSet.Posix ( src/Data/CharSet/Posix.hs, dist/build/Data/CharSet/Posix.o, dist/build/Data/CharSet/Posix.dyn_o ) Preprocessing library for charset-0.3.12.. Running Haddock on library for charset-0.3.12.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 9] Compiling Data.CharSet.ByteSet ( src/Data/CharSet/ByteSet.hs, nothing ) [2 of 9] Compiling Data.CharSet ( src/Data/CharSet.hs, nothing ) [3 of 9] Compiling Data.CharSet.Common ( src/Data/CharSet/Common.hs, nothing ) [4 of 9] Compiling Data.CharSet.Posix.Ascii ( src/Data/CharSet/Posix/Ascii.hs, nothing ) [5 of 9] Compiling Data.CharSet.Unicode ( src/Data/CharSet/Unicode.hs, nothing ) [6 of 9] Compiling Data.CharSet.Unicode.Block ( src/Data/CharSet/Unicode/Block.hs, nothing ) [7 of 9] Compiling Data.CharSet.Unicode.Category ( src/Data/CharSet/Unicode/Category.hs, nothing ) [8 of 9] Compiling Data.CharSet.Posix.Unicode ( src/Data/CharSet/Posix/Unicode.hs, nothing ) [9 of 9] Compiling Data.CharSet.Posix ( src/Data/CharSet/Posix.hs, nothing ) Haddock coverage: 71% ( 5 / 7) in 'Data.CharSet.ByteSet' Missing documentation for: ByteSet (src/Data/CharSet/ByteSet.hs:46) fromList (src/Data/CharSet/ByteSet.hs:66) Warning: 'Char' is ambiguous. It is defined * in Text.Read.Lex * 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 39% ( 18 / 46) in 'Data.CharSet' Missing documentation for: \\ (src/Data/CharSet.hs:122) member (src/Data/CharSet.hs:217) notMember (src/Data/CharSet.hs:226) overlaps (src/Data/CharSet.hs:247) isSubsetOf (src/Data/CharSet.hs:254) isComplemented (src/Data/CharSet.hs:139) empty (src/Data/CharSet.hs:154) singleton (src/Data/CharSet.hs:157) full (src/Data/CharSet.hs:161) insert (src/Data/CharSet.hs:176) delete (src/Data/CharSet.hs:186) complement (src/Data/CharSet.hs:191) range (src/Data/CharSet.hs:181) union (src/Data/CharSet.hs:196) intersection (src/Data/CharSet.hs:203) difference (src/Data/CharSet.hs:210) filter (src/Data/CharSet.hs:235) partition (src/Data/CharSet.hs:240) map (src/Data/CharSet.hs:134) fold (src/Data/CharSet.hs:230) toList (src/Data/CharSet.hs:144) fromList (src/Data/CharSet.hs:261) toAscList (src/Data/CharSet.hs:149) fromAscList (src/Data/CharSet.hs:265) fromDistinctAscList (src/Data/CharSet.hs:269) fromCharSet (src/Data/CharSet.hs:323) toCharSet (src/Data/CharSet.hs:327) toArray (src/Data/CharSet.hs:342) Warning: 'CharSet' is ambiguous. It is defined * at src/Data/CharSet.hs:96:16 * at src/Data/CharSet.hs:96: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/CharSet.hs:96:1 9% ( 2 / 21) in 'Data.CharSet.Common' Missing documentation for: control (src/Data/CharSet/Common.hs:47) space (src/Data/CharSet/Common.hs:48) lower (src/Data/CharSet/Common.hs:49) upper (src/Data/CharSet/Common.hs:50) alpha (src/Data/CharSet/Common.hs:51) alphaNum (src/Data/CharSet/Common.hs:52) print (src/Data/CharSet/Common.hs:53) digit (src/Data/CharSet/Common.hs:54) octDigit (src/Data/CharSet/Common.hs:55) letter (src/Data/CharSet/Common.hs:56) mark (src/Data/CharSet/Common.hs:57) number (src/Data/CharSet/Common.hs:58) punctuation (src/Data/CharSet/Common.hs:59) symbol (src/Data/CharSet/Common.hs:60) separator (src/Data/CharSet/Common.hs:61) ascii (src/Data/CharSet/Common.hs:62) latin1 (src/Data/CharSet/Common.hs:63) asciiUpper (src/Data/CharSet/Common.hs:64) asciiLower (src/Data/CharSet/Common.hs:65) 11% ( 2 / 18) in 'Data.CharSet.Posix.Ascii' Missing documentation for: posixAscii (src/Data/CharSet/Posix/Ascii.hs:43) lookupPosixAsciiCharSet (src/Data/CharSet/Posix/Ascii.hs:61) alnum (src/Data/CharSet/Posix/Ascii.hs:26) alpha (src/Data/CharSet/Posix/Ascii.hs:27) ascii (src/Data/CharSet/Posix/Ascii.hs:28) blank (src/Data/CharSet/Posix/Ascii.hs:29) cntrl (src/Data/CharSet/Posix/Ascii.hs:30) digit (src/Data/CharSet/Posix/Ascii.hs:31) graph (src/Data/CharSet/Posix/Ascii.hs:34) print (src/Data/CharSet/Posix/Ascii.hs:35) word (src/Data/CharSet/Posix/Ascii.hs:36) punct (src/Data/CharSet/Posix/Ascii.hs:37) space (src/Data/CharSet/Posix/Ascii.hs:38) upper (src/Data/CharSet/Posix/Ascii.hs:33) lower (src/Data/CharSet/Posix/Ascii.hs:32) xdigit (src/Data/CharSet/Posix/Ascii.hs:39) Warning: 'categories' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 23% ( 12 / 52) in 'Data.CharSet.Unicode' Missing documentation for: UnicodeCategory (src/Data/CharSet/Unicode.hs:46) unicodeCategories (src/Data/CharSet/Unicode.hs:51) modifierLetter (src/Data/CharSet/Unicode.hs:102) otherLetter (src/Data/CharSet/Unicode.hs:103) letter (src/Data/CharSet/Unicode.hs:104) lowercaseLetter (src/Data/CharSet/Unicode.hs:96) uppercaseLetter (src/Data/CharSet/Unicode.hs:97) titlecaseLetter (src/Data/CharSet/Unicode.hs:98) letterAnd (src/Data/CharSet/Unicode.hs:99) nonSpacingMark (src/Data/CharSet/Unicode.hs:111) spacingCombiningMark (src/Data/CharSet/Unicode.hs:112) enclosingMark (src/Data/CharSet/Unicode.hs:113) mark (src/Data/CharSet/Unicode.hs:114) space (src/Data/CharSet/Unicode.hs:120) lineSeparator (src/Data/CharSet/Unicode.hs:121) paragraphSeparator (src/Data/CharSet/Unicode.hs:122) separator (src/Data/CharSet/Unicode.hs:123) mathSymbol (src/Data/CharSet/Unicode.hs:129) currencySymbol (src/Data/CharSet/Unicode.hs:130) modifierSymbol (src/Data/CharSet/Unicode.hs:131) otherSymbol (src/Data/CharSet/Unicode.hs:132) symbol (src/Data/CharSet/Unicode.hs:133) decimalNumber (src/Data/CharSet/Unicode.hs:140) letterNumber (src/Data/CharSet/Unicode.hs:141) otherNumber (src/Data/CharSet/Unicode.hs:142) number (src/Data/CharSet/Unicode.hs:143) dashPunctuation (src/Data/CharSet/Unicode.hs:151) openPunctuation (src/Data/CharSet/Unicode.hs:152) closePunctuation (src/Data/CharSet/Unicode.hs:153) initialQuote (src/Data/CharSet/Unicode.hs:154) finalQuote (src/Data/CharSet/Unicode.hs:155) connectorPunctuation (src/Data/CharSet/Unicode.hs:156) otherPunctuation (src/Data/CharSet/Unicode.hs:157) punctuation (src/Data/CharSet/Unicode.hs:158) control (src/Data/CharSet/Unicode.hs:168) format (src/Data/CharSet/Unicode.hs:169) privateUse (src/Data/CharSet/Unicode.hs:170) surrogate (src/Data/CharSet/Unicode.hs:171) notAssigned (src/Data/CharSet/Unicode.hs:172) other (src/Data/CharSet/Unicode.hs:173) Warning: 'categories' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 3% ( 4 /113) in 'Data.CharSet.Unicode.Block' Missing documentation for: Block (src/Data/CharSet/Unicode/Block.hs:139) blocks (src/Data/CharSet/Unicode/Block.hs:145) lookupBlock (src/Data/CharSet/Unicode/Block.hs:269) lookupBlockCharSet (src/Data/CharSet/Unicode/Block.hs:272) basicLatin (src/Data/CharSet/Unicode/Block.hs:274) latin1Supplement (src/Data/CharSet/Unicode/Block.hs:275) latinExtendedA (src/Data/CharSet/Unicode/Block.hs:276) latinExtendedB (src/Data/CharSet/Unicode/Block.hs:277) ipaExtensions (src/Data/CharSet/Unicode/Block.hs:278) spacingModifierLetters (src/Data/CharSet/Unicode/Block.hs:279) combiningDiacriticalMarks (src/Data/CharSet/Unicode/Block.hs:280) greekAndCoptic (src/Data/CharSet/Unicode/Block.hs:281) cyrillic (src/Data/CharSet/Unicode/Block.hs:282) cyrillicSupplementary (src/Data/CharSet/Unicode/Block.hs:283) armenian (src/Data/CharSet/Unicode/Block.hs:284) hebrew (src/Data/CharSet/Unicode/Block.hs:285) arabic (src/Data/CharSet/Unicode/Block.hs:286) syriac (src/Data/CharSet/Unicode/Block.hs:287) thaana (src/Data/CharSet/Unicode/Block.hs:288) devanagari (src/Data/CharSet/Unicode/Block.hs:289) bengali (src/Data/CharSet/Unicode/Block.hs:290) gurmukhi (src/Data/CharSet/Unicode/Block.hs:291) gujarati (src/Data/CharSet/Unicode/Block.hs:292) oriya (src/Data/CharSet/Unicode/Block.hs:293) tamil (src/Data/CharSet/Unicode/Block.hs:294) telugu (src/Data/CharSet/Unicode/Block.hs:295) kannada (src/Data/CharSet/Unicode/Block.hs:296) malayalam (src/Data/CharSet/Unicode/Block.hs:297) sinhala (src/Data/CharSet/Unicode/Block.hs:298) thai (src/Data/CharSet/Unicode/Block.hs:299) lao (src/Data/CharSet/Unicode/Block.hs:300) tibetan (src/Data/CharSet/Unicode/Block.hs:301) myanmar (src/Data/CharSet/Unicode/Block.hs:302) georgian (src/Data/CharSet/Unicode/Block.hs:303) hangulJamo (src/Data/CharSet/Unicode/Block.hs:304) ethiopic (src/Data/CharSet/Unicode/Block.hs:305) cherokee (src/Data/CharSet/Unicode/Block.hs:306) unifiedCanadianAboriginalSyllabics (src/Data/CharSet/Unicode/Block.hs:307) ogham (src/Data/CharSet/Unicode/Block.hs:308) runic (src/Data/CharSet/Unicode/Block.hs:309) tagalog (src/Data/CharSet/Unicode/Block.hs:310) hanunoo (src/Data/CharSet/Unicode/Block.hs:311) buhid (src/Data/CharSet/Unicode/Block.hs:312) tagbanwa (src/Data/CharSet/Unicode/Block.hs:313) khmer (src/Data/CharSet/Unicode/Block.hs:314) mongolian (src/Data/CharSet/Unicode/Block.hs:315) limbu (src/Data/CharSet/Unicode/Block.hs:316) taiLe (src/Data/CharSet/Unicode/Block.hs:317) khmerSymbols (src/Data/CharSet/Unicode/Block.hs:318) phoneticExtensions (src/Data/CharSet/Unicode/Block.hs:319) latinExtendedAdditional (src/Data/CharSet/Unicode/Block.hs:320) greekExtended (src/Data/CharSet/Unicode/Block.hs:321) generalPunctuation (src/Data/CharSet/Unicode/Block.hs:322) superscriptsAndSubscripts (src/Data/CharSet/Unicode/Block.hs:323) currencySymbols (src/Data/CharSet/Unicode/Block.hs:324) combiningDiacriticalMarksForSymbols (src/Data/CharSet/Unicode/Block.hs:325) letterlikeSymbols (src/Data/CharSet/Unicode/Block.hs:326) numberForms (src/Data/CharSet/Unicode/Block.hs:327) arrows (src/Data/CharSet/Unicode/Block.hs:328) mathematicalOperators (src/Data/CharSet/Unicode/Block.hs:329) miscellaneousTechnical (src/Data/CharSet/Unicode/Block.hs:330) controlPictures (src/Data/CharSet/Unicode/Block.hs:331) opticalCharacterRecognition (src/Data/CharSet/Unicode/Block.hs:332) enclosedAlphanumerics (src/Data/CharSet/Unicode/Block.hs:333) boxDrawing (src/Data/CharSet/Unicode/Block.hs:334) blockElements (src/Data/CharSet/Unicode/Block.hs:335) geometricShapes (src/Data/CharSet/Unicode/Block.hs:336) miscellaneousSymbols (src/Data/CharSet/Unicode/Block.hs:337) dingbats (src/Data/CharSet/Unicode/Block.hs:338) miscellaneousMathematicalSymbolsA (src/Data/CharSet/Unicode/Block.hs:339) supplementalArrowsA (src/Data/CharSet/Unicode/Block.hs:340) braillePatterns (src/Data/CharSet/Unicode/Block.hs:341) supplementalArrowsB (src/Data/CharSet/Unicode/Block.hs:342) miscellaneousMathematicalSymbolsB (src/Data/CharSet/Unicode/Block.hs:343) supplementalMathematicalOperators (src/Data/CharSet/Unicode/Block.hs:344) miscellaneousSymbolsAndArrows (src/Data/CharSet/Unicode/Block.hs:345) cjkRadicalsSupplement (src/Data/CharSet/Unicode/Block.hs:346) kangxiRadicals (src/Data/CharSet/Unicode/Block.hs:347) ideographicDescriptionCharacters (src/Data/CharSet/Unicode/Block.hs:348) cjkSymbolsAndPunctuation (src/Data/CharSet/Unicode/Block.hs:349) hiragana (src/Data/CharSet/Unicode/Block.hs:350) katakana (src/Data/CharSet/Unicode/Block.hs:351) bopomofo (src/Data/CharSet/Unicode/Block.hs:352) hangulCompatibilityJamo (src/Data/CharSet/Unicode/Block.hs:353) kanbun (src/Data/CharSet/Unicode/Block.hs:354) bopomofoExtended (src/Data/CharSet/Unicode/Block.hs:355) katakanaPhoneticExtensions (src/Data/CharSet/Unicode/Block.hs:356) enclosedCjkLettersAndMonths (src/Data/CharSet/Unicode/Block.hs:357) cjkCompatibility (src/Data/CharSet/Unicode/Block.hs:358) cjkUnifiedIdeographsExtensionA (src/Data/CharSet/Unicode/Block.hs:359) yijingHexagramSymbols (src/Data/CharSet/Unicode/Block.hs:360) cjkUnifiedIdeographs (src/Data/CharSet/Unicode/Block.hs:361) yiSyllables (src/Data/CharSet/Unicode/Block.hs:362) yiRadicals (src/Data/CharSet/Unicode/Block.hs:363) hangulSyllables (src/Data/CharSet/Unicode/Block.hs:364) highSurrogates (src/Data/CharSet/Unicode/Block.hs:365) highPrivateUseSurrogates (src/Data/CharSet/Unicode/Block.hs:366) lowSurrogates (src/Data/CharSet/Unicode/Block.hs:367) privateUseArea (src/Data/CharSet/Unicode/Block.hs:368) cjkCompatibilityIdeographs (src/Data/CharSet/Unicode/Block.hs:369) alphabeticPresentationForms (src/Data/CharSet/Unicode/Block.hs:370) arabicPresentationFormsA (src/Data/CharSet/Unicode/Block.hs:371) variationSelectors (src/Data/CharSet/Unicode/Block.hs:372) combiningHalfMarks (src/Data/CharSet/Unicode/Block.hs:373) cjkCompatibilityForms (src/Data/CharSet/Unicode/Block.hs:374) smallFormVariants (src/Data/CharSet/Unicode/Block.hs:375) arabicPresentationFormsB (src/Data/CharSet/Unicode/Block.hs:376) halfwidthAndFullwidthForms (src/Data/CharSet/Unicode/Block.hs:377) specials (src/Data/CharSet/Unicode/Block.hs:378) 22% ( 12 / 54) in 'Data.CharSet.Unicode.Category' Missing documentation for: Category (src/Data/CharSet/Unicode/Category.hs:53) categories (src/Data/CharSet/Unicode/Category.hs:62) lookupCategory (src/Data/CharSet/Unicode/Category.hs:110) lookupCategoryCharSet (src/Data/CharSet/Unicode/Category.hs:113) modifierLetter (src/Data/CharSet/Unicode/Category.hs:137) otherLetter (src/Data/CharSet/Unicode/Category.hs:138) letter (src/Data/CharSet/Unicode/Category.hs:139) lowercaseLetter (src/Data/CharSet/Unicode/Category.hs:131) uppercaseLetter (src/Data/CharSet/Unicode/Category.hs:132) titlecaseLetter (src/Data/CharSet/Unicode/Category.hs:133) letterAnd (src/Data/CharSet/Unicode/Category.hs:134) nonSpacingMark (src/Data/CharSet/Unicode/Category.hs:146) spacingCombiningMark (src/Data/CharSet/Unicode/Category.hs:147) enclosingMark (src/Data/CharSet/Unicode/Category.hs:148) mark (src/Data/CharSet/Unicode/Category.hs:149) space (src/Data/CharSet/Unicode/Category.hs:155) lineSeparator (src/Data/CharSet/Unicode/Category.hs:156) paragraphSeparator (src/Data/CharSet/Unicode/Category.hs:157) separator (src/Data/CharSet/Unicode/Category.hs:158) mathSymbol (src/Data/CharSet/Unicode/Category.hs:164) currencySymbol (src/Data/CharSet/Unicode/Category.hs:165) modifierSymbol (src/Data/CharSet/Unicode/Category.hs:166) otherSymbol (src/Data/CharSet/Unicode/Category.hs:167) symbol (src/Data/CharSet/Unicode/Category.hs:168) decimalNumber (src/Data/CharSet/Unicode/Category.hs:175) letterNumber (src/Data/CharSet/Unicode/Category.hs:176) otherNumber (src/Data/CharSet/Unicode/Category.hs:177) number (src/Data/CharSet/Unicode/Category.hs:178) dashPunctuation (src/Data/CharSet/Unicode/Category.hs:186) openPunctuation (src/Data/CharSet/Unicode/Category.hs:187) closePunctuation (src/Data/CharSet/Unicode/Category.hs:188) initialQuote (src/Data/CharSet/Unicode/Category.hs:189) finalQuote (src/Data/CharSet/Unicode/Category.hs:190) connectorPunctuation (src/Data/CharSet/Unicode/Category.hs:191) otherPunctuation (src/Data/CharSet/Unicode/Category.hs:192) punctuation (src/Data/CharSet/Unicode/Category.hs:193) control (src/Data/CharSet/Unicode/Category.hs:203) format (src/Data/CharSet/Unicode/Category.hs:204) privateUse (src/Data/CharSet/Unicode/Category.hs:205) surrogate (src/Data/CharSet/Unicode/Category.hs:206) notAssigned (src/Data/CharSet/Unicode/Category.hs:207) other (src/Data/CharSet/Unicode/Category.hs:208) 11% ( 2 / 18) in 'Data.CharSet.Posix.Unicode' Missing documentation for: posixUnicode (src/Data/CharSet/Posix/Unicode.hs:45) lookupPosixUnicodeCharSet (src/Data/CharSet/Posix/Unicode.hs:63) alnum (src/Data/CharSet/Posix/Unicode.hs:28) alpha (src/Data/CharSet/Posix/Unicode.hs:30) ascii (src/Data/CharSet/Posix/Unicode.hs:29) blank (src/Data/CharSet/Posix/Unicode.hs:31) cntrl (src/Data/CharSet/Posix/Unicode.hs:32) digit (src/Data/CharSet/Posix/Unicode.hs:33) graph (src/Data/CharSet/Posix/Unicode.hs:36) print (src/Data/CharSet/Posix/Unicode.hs:37) word (src/Data/CharSet/Posix/Unicode.hs:38) punct (src/Data/CharSet/Posix/Unicode.hs:39) space (src/Data/CharSet/Posix/Unicode.hs:40) upper (src/Data/CharSet/Posix/Unicode.hs:35) lower (src/Data/CharSet/Posix/Unicode.hs:34) xdigit (src/Data/CharSet/Posix/Unicode.hs:41) 20% ( 1 / 5) in 'Data.CharSet.Posix' Missing documentation for: posixAscii (src/Data/CharSet/Posix/Ascii.hs:43) lookupPosixAsciiCharSet (src/Data/CharSet/Posix/Ascii.hs:61) posixUnicode (src/Data/CharSet/Posix/Unicode.hs:45) lookupPosixUnicodeCharSet (src/Data/CharSet/Posix/Unicode.hs:63) Documentation created: dist/doc/html/charset/, dist/doc/html/charset/charset.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/charset-0.3.12-46Lljo86RNgZeP9CK9jkh Completed charset-0.3.12 Configuring async-2.2.6... Preprocessing library for async-2.2.6.. Building library for async-2.2.6.. [1 of 4] Compiling Control.Concurrent.Async.Internal ( Control/Concurrent/Async/Internal.hs, dist/build/Control/Concurrent/Async/Internal.o, dist/build/Control/Concurrent/Async/Internal.dyn_o ) Control/Concurrent/Async/Internal.hs:50:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 50 | import Data.Semigroup (Semigroup((<>))) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2 of 4] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.hs, dist/build/Control/Concurrent/Async.o, dist/build/Control/Concurrent/Async.dyn_o ) [3 of 4] Compiling Control.Concurrent.Async.Warden ( Control/Concurrent/Async/Warden.hs, dist/build/Control/Concurrent/Async/Warden.o, dist/build/Control/Concurrent/Async/Warden.dyn_o ) [4 of 4] Compiling Control.Concurrent.Stream ( Control/Concurrent/Stream.hs, dist/build/Control/Concurrent/Stream.o, dist/build/Control/Concurrent/Stream.dyn_o ) Preprocessing library for async-2.2.6.. Running Haddock on library for async-2.2.6.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 4] Compiling Control.Concurrent.Async.Internal ( Control/Concurrent/Async/Internal.hs, nothing ) Control/Concurrent/Async/Internal.hs:50:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 50 | import Data.Semigroup (Semigroup((<>))) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2 of 4] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.hs, nothing ) [3 of 4] Compiling Control.Concurrent.Async.Warden ( Control/Concurrent/Async/Warden.hs, nothing ) [4 of 4] Compiling Control.Concurrent.Stream ( Control/Concurrent/Stream.hs, nothing ) Haddock coverage: Warning: 'ThreadId' is ambiguous. It is defined * in GHC.Conc.Sync * in GHC.Conc.Sync 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.Conc.Sync Warning: 'Async' is ambiguous. It is defined * at Control/Concurrent/Async/Internal.hs:83:16 * at Control/Concurrent/Async/Internal.hs:83: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 Control/Concurrent/Async/Internal.hs:83:1 Warning: 'ExceptionInLinkedThread' is ambiguous. It is defined * at Control/Concurrent/Async/Internal.hs:500:3 * at Control/Concurrent/Async/Internal.hs:499: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 Control/Concurrent/Async/Internal.hs:499:1 Warning: 'AsyncCancelled' is ambiguous. It is defined * at Control/Concurrent/Async/Internal.hs:313:23 * at Control/Concurrent/Async/Internal.hs:313: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 Control/Concurrent/Async/Internal.hs:313:1 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 85% ( 58 / 68) in 'Control.Concurrent.Async.Internal' Missing documentation for: asyncUsing (Control/Concurrent/Async/Internal.hs:149) withAsyncUsing (Control/Concurrent/Async/Internal.hs:214) ExceptionInLinkedThread (Control/Concurrent/Async/Internal.hs:499) isCancel (Control/Concurrent/Async/Internal.hs:581) concurrently' (Control/Concurrent/Async/Internal.hs:702) catchAll (Control/Concurrent/Async/Internal.hs:930) tryAll (Control/Concurrent/Async/Internal.hs:933) rawForkIO (Control/Concurrent/Async/Internal.hs:942) rawForkOn (Control/Concurrent/Async/Internal.hs:951) debugLabelMe (Control/Concurrent/Async/Internal.hs:959) Warning: 'forkIO' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Async' is ambiguous. It is defined * at Control/Concurrent/Async/Internal.hs:83:16 * at Control/Concurrent/Async/Internal.hs:83: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 Control/Concurrent/Async/Internal.hs:83:1 Warning: 'Concurrently' is ambiguous. It is defined * at Control/Concurrent/Async/Internal.hs:845:26 * at Control/Concurrent/Async/Internal.hs:845: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 Control/Concurrent/Async/Internal.hs:845:1 Warning: 'Alternative' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 98% ( 70 / 71) in 'Control.Concurrent.Async' Missing documentation for: ExceptionInLinkedThread (Control/Concurrent/Async/Internal.hs:499) Warning: 'Warden' is ambiguous. It is defined * at Control/Concurrent/Async/Warden.hs:45:18 * at Control/Concurrent/Async/Warden.hs:45: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 Control/Concurrent/Async/Warden.hs:45:1 Warning: 'cancel' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'wait' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'link' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 88% ( 8 / 9) in 'Control.Concurrent.Async.Warden' Missing documentation for: WardenException (Control/Concurrent/Async/Warden.hs:84) 100% ( 8 / 8) in 'Control.Concurrent.Stream' Documentation created: dist/doc/html/async/, dist/doc/html/async/async.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/async-2.2.6-GFaKrRG0jtLF7QyTbGJ8oi Completed async-2.2.6 Configuring text-iso8601-0.1.1... Preprocessing library for text-iso8601-0.1.1.. Building library for text-iso8601-0.1.1.. [1 of 2] Compiling Data.Time.FromText ( src/Data/Time/FromText.hs, dist/build/Data/Time/FromText.o, dist/build/Data/Time/FromText.dyn_o ) [2 of 2] Compiling Data.Time.ToText ( src/Data/Time/ToText.hs, dist/build/Data/Time/ToText.o, dist/build/Data/Time/ToText.dyn_o ) Preprocessing library for text-iso8601-0.1.1.. Running Haddock on library for text-iso8601-0.1.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling Data.Time.FromText ( src/Data/Time/FromText.hs, nothing ) [2 of 2] Compiling Data.Time.ToText ( src/Data/Time/ToText.hs, nothing ) Haddock coverage: Warning: 'zonedTime' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 11 / 11) in 'Data.Time.FromText' 9% ( 1 / 11) in 'Data.Time.ToText' Missing documentation for: Module header buildDay (src/Data/Time/ToText.hs:38) buildLocalTime (src/Data/Time/ToText.hs:122) buildTimeOfDay (src/Data/Time/ToText.hs:74) buildTimeZone (src/Data/Time/ToText.hs:106) buildUTCTime (src/Data/Time/ToText.hs:118) buildZonedTime (src/Data/Time/ToText.hs:126) buildMonth (src/Data/Time/ToText.hs:43) buildQuarter (src/Data/Time/ToText.hs:48) buildQuarterOfYear (src/Data/Time/ToText.hs:53) Documentation created: dist/doc/html/text-iso8601/, dist/doc/html/text-iso8601/text-iso8601.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/text-iso8601-0.1.1-H0xPQ0Y9gohBrMb8KRdcAy Completed text-iso8601-0.1.1 Configuring strict-0.5.1... Preprocessing library for strict-0.5.1.. Building library for strict-0.5.1.. [1 of 7] Compiling Data.Strict.Either ( src/Data/Strict/Either.hs, dist/build/Data/Strict/Either.o, dist/build/Data/Strict/Either.dyn_o ) [2 of 7] Compiling Data.Strict.Maybe ( src/Data/Strict/Maybe.hs, dist/build/Data/Strict/Maybe.o, dist/build/Data/Strict/Maybe.dyn_o ) [3 of 7] Compiling Data.Strict.These ( src/Data/Strict/These.hs, dist/build/Data/Strict/These.o, dist/build/Data/Strict/These.dyn_o ) [4 of 7] Compiling Data.Strict.Tuple ( src/Data/Strict/Tuple.hs, dist/build/Data/Strict/Tuple.o, dist/build/Data/Strict/Tuple.dyn_o ) src/Data/Strict/Tuple.hs:124:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances] Noncanonical mappend definition detected in the instance declaration for Monoid (Pair a b). mappend will eventually be removed in favour of (<>) Suggested fix: Either remove definition for mappend (recommended) or define as mappend = (<>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 124 | (x1 :!: y1) `mappend` (x2 :!: y2) = (x1 `mappend` x2) :!: (y1 `mappend` y2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [5 of 7] Compiling Data.Strict.Classes ( src/Data/Strict/Classes.hs, dist/build/Data/Strict/Classes.o, dist/build/Data/Strict/Classes.dyn_o ) [6 of 7] Compiling Data.Strict ( src/Data/Strict.hs, dist/build/Data/Strict.o, dist/build/Data/Strict.dyn_o ) [7 of 7] Compiling System.IO.Strict ( src/System/IO/Strict.hs, dist/build/System/IO/Strict.o, dist/build/System/IO/Strict.dyn_o ) Preprocessing library for strict-0.5.1.. Running Haddock on library for strict-0.5.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 7] Compiling Data.Strict.Either ( src/Data/Strict/Either.hs, nothing ) [2 of 7] Compiling Data.Strict.Maybe ( src/Data/Strict/Maybe.hs, nothing ) [3 of 7] Compiling Data.Strict.These ( src/Data/Strict/These.hs, nothing ) [4 of 7] Compiling Data.Strict.Tuple ( src/Data/Strict/Tuple.hs, nothing ) src/Data/Strict/Tuple.hs:124:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances] Noncanonical mappend definition detected in the instance declaration for Monoid (Pair a b). mappend will eventually be removed in favour of (<>) Suggested fix: Either remove definition for mappend (recommended) or define as mappend = (<>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 124 | (x1 :!: y1) `mappend` (x2 :!: y2) = (x1 `mappend` x2) :!: (y1 `mappend` y2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [5 of 7] Compiling Data.Strict.Classes ( src/Data/Strict/Classes.hs, nothing ) [6 of 7] Compiling Data.Strict ( src/Data/Strict.hs, nothing ) [7 of 7] Compiling System.IO.Strict ( src/System/IO/Strict.hs, nothing ) Haddock coverage: Warning: 'Either' is ambiguous. It is defined * in Data.Either * at src/Data/Strict/Either.hs:54: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/Strict/Either.hs:54:1 100% ( 10 / 10) in 'Data.Strict.Either' Warning: 'Maybe' is ambiguous. It is defined * at src/Data/Strict/Maybe.hs:58:1 * in GHC.Maybe 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/Strict/Maybe.hs:58:1 Warning: '<*>' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 11 / 11) in 'Data.Strict.Maybe' Warning: 'These' is ambiguous. It is defined * at src/Data/Strict/These.hs:65:38 * at src/Data/Strict/These.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 src/Data/Strict/These.hs:65:1 Warning: 'here' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'there' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 70% ( 12 / 17) in 'Data.Strict.These' Missing documentation for: Module header distrThesePair (src/Data/Strict/These.hs:156) undistrThesePair (src/Data/Strict/These.hs:161) distrPairThese (src/Data/Strict/These.hs:173) undistrPairThese (src/Data/Strict/These.hs:178) 90% ( 9 / 10) in 'Data.Strict.Tuple' Missing documentation for: :!: (src/Data/Strict/Tuple.hs:69) 50% ( 1 / 2) in 'Data.Strict.Classes' Missing documentation for: Module header 100% ( 6 / 6) in 'Data.Strict' Warning: 'isEOFError' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'stdin' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 7 / 7) in 'System.IO.Strict' Warning: Data.Strict.Either: could not find link destinations for: - Data.Strict.Either.Rep_Either - Data.Strict.Either.Rep1_Either Warning: Data.Strict.Maybe: could not find link destinations for: - Data.Strict.Maybe.Rep_Maybe - Data.Strict.Maybe.Rep1_Maybe Warning: Data.Strict.These: could not find link destinations for: - Data.Strict.These.Rep_These - Data.Strict.These.Rep1_These Warning: Data.Strict.Tuple: could not find link destinations for: - Data.Strict.Tuple.Rep_Pair - Data.Strict.Tuple.Rep1_Pair Documentation created: dist/doc/html/strict/, dist/doc/html/strict/strict.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/strict-0.5.1-H9IQ1JaD9dW1DPQ7l09LCM Completed strict-0.5.1 Configuring attoparsec-0.14.4... Preprocessing library 'attoparsec-internal' for attoparsec-0.14.4.. Building library 'attoparsec-internal' for attoparsec-0.14.4.. [1 of 6] Compiling Data.Attoparsec.ByteString.FastSet ( internal/Data/Attoparsec/ByteString/FastSet.hs, dist/build/attoparsec-internal/Data/Attoparsec/ByteString/FastSet.o, dist/build/attoparsec-internal/Data/Attoparsec/ByteString/FastSet.dyn_o ) internal/Data/Attoparsec/ByteString/FastSet.hs:97:18: warning: [GHC-68441] [-Wdeprecations] In the use of memset (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type): Deprecated: "Use Foreign.Marshal.Utils.fillBytes instead" | 97 | _ <- I.memset t 0 32 | ^^^^^^^^ [2 of 6] Compiling Data.Attoparsec.Internal.Compat ( internal/Data/Attoparsec/Internal/Compat.hs, dist/build/attoparsec-internal/Data/Attoparsec/Internal/Compat.o, dist/build/attoparsec-internal/Data/Attoparsec/Internal/Compat.dyn_o ) [3 of 6] Compiling Data.Attoparsec.Internal.Fhthagn ( internal/Data/Attoparsec/Internal/Fhthagn.hs, dist/build/attoparsec-internal/Data/Attoparsec/Internal/Fhthagn.o, dist/build/attoparsec-internal/Data/Attoparsec/Internal/Fhthagn.dyn_o ) [4 of 6] Compiling Data.Attoparsec.ByteString.Buffer ( internal/Data/Attoparsec/ByteString/Buffer.hs, dist/build/attoparsec-internal/Data/Attoparsec/ByteString/Buffer.o, dist/build/attoparsec-internal/Data/Attoparsec/ByteString/Buffer.dyn_o ) internal/Data/Attoparsec/ByteString/Buffer.hs:62:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 62 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ internal/Data/Attoparsec/ByteString/Buffer.hs:121:11: warning: [GHC-68441] [-Wdeprecations] In the use of memcpy (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type): Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead" | 121 | memcpy (ptr0 `plusPtr` (off0+len0)) | ^^^^^^ internal/Data/Attoparsec/ByteString/Buffer.hs:132:13: warning: [GHC-68441] [-Wdeprecations] In the use of memcpy (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type): Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead" | 132 | memcpy ptr (ptr0 `plusPtr` off0) (fromIntegral len0) | ^^^^^^ internal/Data/Attoparsec/ByteString/Buffer.hs:133:13: warning: [GHC-68441] [-Wdeprecations] In the use of memcpy (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type): Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead" | 133 | memcpy (ptr `plusPtr` len0) (ptr1 `plusPtr` off1) | ^^^^^^ [5 of 6] Compiling Data.Attoparsec.Text.Buffer ( internal/Data/Attoparsec/Text/Buffer.hs, dist/build/attoparsec-internal/Data/Attoparsec/Text/Buffer.o, dist/build/attoparsec-internal/Data/Attoparsec/Text/Buffer.dyn_o ) internal/Data/Attoparsec/Text/Buffer.hs:44:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 44 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [6 of 6] Compiling Data.Attoparsec.Text.FastSet ( internal/Data/Attoparsec/Text/FastSet.hs, dist/build/attoparsec-internal/Data/Attoparsec/Text/FastSet.o, dist/build/attoparsec-internal/Data/Attoparsec/Text/FastSet.dyn_o ) Preprocessing library for attoparsec-0.14.4.. Building library for attoparsec-0.14.4.. [ 1 of 16] Compiling Data.Attoparsec.Internal.Types ( Data/Attoparsec/Internal/Types.hs, dist/build/Data/Attoparsec/Internal/Types.o, dist/build/Data/Attoparsec/Internal/Types.dyn_o ) Data/Attoparsec/Internal/Types.hs:28:53: warning: [GHC-38856] [-Wunused-imports] The import of <$> from module Control.Applicative is redundant | 28 | import Control.Applicative as App (Applicative(..), (<$>)) | ^^^^^ Data/Attoparsec/Internal/Types.hs:34:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 34 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 2 of 16] Compiling Data.Attoparsec.Internal ( Data/Attoparsec/Internal.hs, dist/build/Data/Attoparsec/Internal.o, dist/build/Data/Attoparsec/Internal.dyn_o ) [ 3 of 16] Compiling Data.Attoparsec.Number ( Data/Attoparsec/Number.hs, dist/build/Data/Attoparsec/Number.o, dist/build/Data/Attoparsec/Number.dyn_o ) [ 4 of 16] Compiling Data.Attoparsec.Types ( Data/Attoparsec/Types.hs, dist/build/Data/Attoparsec/Types.o, dist/build/Data/Attoparsec/Types.dyn_o ) [ 5 of 16] Compiling Data.Attoparsec.Zepto ( Data/Attoparsec/Zepto.hs, dist/build/Data/Attoparsec/Zepto.o, dist/build/Data/Attoparsec/Zepto.dyn_o ) Data/Attoparsec/Zepto.hs:46:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 46 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 6 of 16] Compiling Data.Attoparsec.Combinator ( Data/Attoparsec/Combinator.hs, dist/build/Data/Attoparsec/Combinator.o, dist/build/Data/Attoparsec/Combinator.dyn_o ) Data/Attoparsec/Combinator.hs:46:46: warning: [GHC-38856] [-Wunused-imports] The import of liftA2 from module Control.Applicative is redundant | 46 | import Control.Applicative (Alternative(..), liftA2, many, (<|>)) | ^^^^^^ [ 7 of 16] Compiling Data.Attoparsec.Text.Internal ( Data/Attoparsec/Text/Internal.hs, dist/build/Data/Attoparsec/Text/Internal.o, dist/build/Data/Attoparsec/Text/Internal.dyn_o ) Data/Attoparsec/Text/Internal.hs:68:1: warning: [GHC-38856] [-Wunused-imports] The import of *>, <$>, pure from module Control.Applicative is redundant | 68 | import Control.Applicative ((<|>), (<$>), pure, (*>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Data/Attoparsec/Text/Internal.hs:91:13: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | instance (a ~ Text) => IsString (Parser a) where | ^ [ 8 of 16] Compiling Data.Attoparsec.Text ( Data/Attoparsec/Text.hs, dist/build/Data/Attoparsec/Text.o, dist/build/Data/Attoparsec/Text.dyn_o ) [ 9 of 16] Compiling Data.Attoparsec.Text.Lazy ( Data/Attoparsec/Text/Lazy.hs, dist/build/Data/Attoparsec/Text/Lazy.o, dist/build/Data/Attoparsec/Text/Lazy.dyn_o ) [10 of 16] Compiling Data.Attoparsec.ByteString.Internal ( Data/Attoparsec/ByteString/Internal.hs, dist/build/Data/Attoparsec/ByteString/Internal.o, dist/build/Data/Attoparsec/ByteString/Internal.dyn_o ) [11 of 16] Compiling Data.Attoparsec.ByteString ( Data/Attoparsec/ByteString.hs, dist/build/Data/Attoparsec/ByteString.o, dist/build/Data/Attoparsec/ByteString.dyn_o ) [12 of 16] Compiling Data.Attoparsec.ByteString.Lazy ( Data/Attoparsec/ByteString/Lazy.hs, dist/build/Data/Attoparsec/ByteString/Lazy.o, dist/build/Data/Attoparsec/ByteString/Lazy.dyn_o ) [13 of 16] Compiling Data.Attoparsec.Lazy ( Data/Attoparsec/Lazy.hs, dist/build/Data/Attoparsec/Lazy.o, dist/build/Data/Attoparsec/Lazy.dyn_o ) [14 of 16] Compiling Data.Attoparsec.ByteString.Char8 ( Data/Attoparsec/ByteString/Char8.hs, dist/build/Data/Attoparsec/ByteString/Char8.o, dist/build/Data/Attoparsec/ByteString/Char8.dyn_o ) Data/Attoparsec/ByteString/Char8.hs:154:13: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 154 | instance (a ~ B.ByteString) => IsString (Parser a) where | ^ [15 of 16] Compiling Data.Attoparsec.Char8 ( Data/Attoparsec/Char8.hs, dist/build/Data/Attoparsec/Char8.o, dist/build/Data/Attoparsec/Char8.dyn_o ) [16 of 16] Compiling Data.Attoparsec ( Data/Attoparsec.hs, dist/build/Data/Attoparsec.o, dist/build/Data/Attoparsec.dyn_o ) Preprocessing library 'attoparsec-internal' for attoparsec-0.14.4.. Running Haddock on library 'attoparsec-internal' for attoparsec-0.14.4.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 6] Compiling Data.Attoparsec.ByteString.FastSet ( internal/Data/Attoparsec/ByteString/FastSet.hs, nothing ) internal/Data/Attoparsec/ByteString/FastSet.hs:97:18: warning: [GHC-68441] [-Wdeprecations] In the use of memset (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type): Deprecated: "Use Foreign.Marshal.Utils.fillBytes instead" | 97 | _ <- I.memset t 0 32 | ^^^^^^^^ [2 of 6] Compiling Data.Attoparsec.Internal.Compat ( internal/Data/Attoparsec/Internal/Compat.hs, nothing ) [3 of 6] Compiling Data.Attoparsec.Internal.Fhthagn ( internal/Data/Attoparsec/Internal/Fhthagn.hs, nothing ) [4 of 6] Compiling Data.Attoparsec.ByteString.Buffer ( internal/Data/Attoparsec/ByteString/Buffer.hs, nothing ) internal/Data/Attoparsec/ByteString/Buffer.hs:62:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 62 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ internal/Data/Attoparsec/ByteString/Buffer.hs:121:11: warning: [GHC-68441] [-Wdeprecations] In the use of memcpy (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type): Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead" | 121 | memcpy (ptr0 `plusPtr` (off0+len0)) | ^^^^^^ internal/Data/Attoparsec/ByteString/Buffer.hs:132:13: warning: [GHC-68441] [-Wdeprecations] In the use of memcpy (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type): Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead" | 132 | memcpy ptr (ptr0 `plusPtr` off0) (fromIntegral len0) | ^^^^^^ internal/Data/Attoparsec/ByteString/Buffer.hs:133:13: warning: [GHC-68441] [-Wdeprecations] In the use of memcpy (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type): Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead" | 133 | memcpy (ptr `plusPtr` len0) (ptr1 `plusPtr` off1) | ^^^^^^ [5 of 6] Compiling Data.Attoparsec.Text.Buffer ( internal/Data/Attoparsec/Text/Buffer.hs, nothing ) internal/Data/Attoparsec/Text/Buffer.hs:44:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 44 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [6 of 6] Compiling Data.Attoparsec.Text.FastSet ( internal/Data/Attoparsec/Text/FastSet.hs, nothing ) Haddock coverage: 69% ( 9 / 13) in 'Data.Attoparsec.ByteString.FastSet' Missing documentation for: FastSet (internal/Data/Attoparsec/ByteString/FastSet.hs:44) fromList (internal/Data/Attoparsec/ByteString/FastSet.hs:63) fromSet charClass (internal/Data/Attoparsec/ByteString/FastSet.hs:109) 0% ( 0 / 3) in 'Data.Attoparsec.Internal.Compat' Missing documentation for: Module header withPS (internal/Data/Attoparsec/Internal/Compat.hs:15) mkPS (internal/Data/Attoparsec/Internal/Compat.hs:23) 50% ( 1 / 2) in 'Data.Attoparsec.Internal.Fhthagn' Missing documentation for: Module header 22% ( 2 / 9) in 'Data.Attoparsec.ByteString.Buffer' Missing documentation for: Buffer (internal/Data/Attoparsec/ByteString/Buffer.hs:71) unbuffer (internal/Data/Attoparsec/ByteString/Buffer.hs:89) pappend (internal/Data/Attoparsec/ByteString/Buffer.hs:105) length (internal/Data/Attoparsec/ByteString/Buffer.hs:138) unsafeIndex (internal/Data/Attoparsec/ByteString/Buffer.hs:142) substring (internal/Data/Attoparsec/ByteString/Buffer.hs:147) unsafeDrop (internal/Data/Attoparsec/ByteString/Buffer.hs:154) 33% ( 4 / 12) in 'Data.Attoparsec.Text.Buffer' Missing documentation for: Buffer (internal/Data/Attoparsec/Text/Buffer.hs:64) unbuffer (internal/Data/Attoparsec/Text/Buffer.hs:82) unbufferAt (internal/Data/Attoparsec/Text/Buffer.hs:85) length (internal/Data/Attoparsec/Text/Buffer.hs:145) pappend (internal/Data/Attoparsec/Text/Buffer.hs:105) substring (internal/Data/Attoparsec/Text/Buffer.hs:149) lengthCodeUnits (internal/Data/Attoparsec/Text/Buffer.hs:158) dropCodeUnits (internal/Data/Attoparsec/Text/Buffer.hs:161) 60% ( 6 / 10) in 'Data.Attoparsec.Text.FastSet' Missing documentation for: FastSet (internal/Data/Attoparsec/Text/FastSet.hs:40) fromList (internal/Data/Attoparsec/Text/FastSet.hs:83) set (internal/Data/Attoparsec/Text/FastSet.hs:105) charClass (internal/Data/Attoparsec/Text/FastSet.hs:118) Documentation created: dist/doc/html/attoparsec/, dist/doc/html/attoparsec/attoparsec.txt Preprocessing library for attoparsec-0.14.4.. Running Haddock on library for attoparsec-0.14.4.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 16] Compiling Data.Attoparsec.Internal.Types ( Data/Attoparsec/Internal/Types.hs, nothing ) Data/Attoparsec/Internal/Types.hs:28:53: warning: [GHC-38856] [-Wunused-imports] The import of <$> from module Control.Applicative is redundant | 28 | import Control.Applicative as App (Applicative(..), (<$>)) | ^^^^^ Data/Attoparsec/Internal/Types.hs:34:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 34 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 2 of 16] Compiling Data.Attoparsec.Internal ( Data/Attoparsec/Internal.hs, nothing ) [ 3 of 16] Compiling Data.Attoparsec.Number ( Data/Attoparsec/Number.hs, nothing ) [ 4 of 16] Compiling Data.Attoparsec.Types ( Data/Attoparsec/Types.hs, nothing ) [ 5 of 16] Compiling Data.Attoparsec.Zepto ( Data/Attoparsec/Zepto.hs, nothing ) Data/Attoparsec/Zepto.hs:46:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 46 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 6 of 16] Compiling Data.Attoparsec.Combinator ( Data/Attoparsec/Combinator.hs, nothing ) Data/Attoparsec/Combinator.hs:46:46: warning: [GHC-38856] [-Wunused-imports] The import of liftA2 from module Control.Applicative is redundant | 46 | import Control.Applicative (Alternative(..), liftA2, many, (<|>)) | ^^^^^^ [ 7 of 16] Compiling Data.Attoparsec.Text.Internal ( Data/Attoparsec/Text/Internal.hs, nothing ) Data/Attoparsec/Text/Internal.hs:68:1: warning: [GHC-38856] [-Wunused-imports] The import of *>, <$>, pure from module Control.Applicative is redundant | 68 | import Control.Applicative ((<|>), (<$>), pure, (*>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Data/Attoparsec/Text/Internal.hs:91:13: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | instance (a ~ Text) => IsString (Parser a) where | ^ [ 8 of 16] Compiling Data.Attoparsec.Text ( Data/Attoparsec/Text.hs, nothing ) [ 9 of 16] Compiling Data.Attoparsec.Text.Lazy ( Data/Attoparsec/Text/Lazy.hs, nothing ) [10 of 16] Compiling Data.Attoparsec.ByteString.Internal ( Data/Attoparsec/ByteString/Internal.hs, nothing ) [11 of 16] Compiling Data.Attoparsec.ByteString ( Data/Attoparsec/ByteString.hs, nothing ) [12 of 16] Compiling Data.Attoparsec.ByteString.Lazy ( Data/Attoparsec/ByteString/Lazy.hs, nothing ) [13 of 16] Compiling Data.Attoparsec.Lazy ( Data/Attoparsec/Lazy.hs, nothing ) [14 of 16] Compiling Data.Attoparsec.ByteString.Char8 ( Data/Attoparsec/ByteString/Char8.hs, nothing ) Data/Attoparsec/ByteString/Char8.hs:154:13: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 154 | instance (a ~ B.ByteString) => IsString (Parser a) where | ^ [15 of 16] Compiling Data.Attoparsec.Char8 ( Data/Attoparsec/Char8.hs, nothing ) [16 of 16] Compiling Data.Attoparsec ( Data/Attoparsec.hs, nothing ) Haddock coverage: 60% ( 6 / 10) in 'Data.Attoparsec.Internal.Types' Missing documentation for: State (Data/Attoparsec/Internal/Types.hs:118) Failure (Data/Attoparsec/Internal/Types.hs:122) Success (Data/Attoparsec/Internal/Types.hs:124) Pos (Data/Attoparsec/Internal/Types.hs:46) 100% ( 10 / 10) in 'Data.Attoparsec.Internal' 100% ( 2 / 2) in 'Data.Attoparsec.Number' 100% ( 4 / 4) in 'Data.Attoparsec.Types' 88% ( 8 / 9) in 'Data.Attoparsec.Zepto' Missing documentation for: Parser (Data/Attoparsec/Zepto.hs:68) Warning: 'liftM2' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 24 / 24) in 'Data.Attoparsec.Combinator' Warning: 'Text' is ambiguous. It is defined * in Data.Text.Internal * in Data.Text.Internal 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.Text.Internal Warning: 'Partial' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Lazy' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 97% ( 90 / 92) in 'Data.Attoparsec.Text' Missing documentation for: Parser (Data/Attoparsec/Text/Internal.hs:86) Result (Data/Attoparsec/Text/Internal.hs:87) Warning: 'Text' is ambiguous. It is defined * in Data.Text.Internal * in Data.Text.Internal.Lazy 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.Text.Internal.Lazy 98% ( 70 / 71) in 'Data.Attoparsec.Text.Lazy' Missing documentation for: Parser (Data/Attoparsec/Text/Internal.hs:86) Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 97% ( 68 / 70) in 'Data.Attoparsec.ByteString' Missing documentation for: Parser (Data/Attoparsec/ByteString/Internal.hs:98) Result (Data/Attoparsec/ByteString/Internal.hs:99) Warning: 'ByteString' is ambiguous. It is defined * in Data.ByteString.Internal.Type * in Data.ByteString.Lazy.Internal 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.ByteString.Lazy.Internal 98% ( 53 / 54) in 'Data.Attoparsec.ByteString.Lazy' Missing documentation for: Parser (Data/Attoparsec/ByteString/Internal.hs:98) Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 2 / 2) in 'Data.Attoparsec.Lazy' Warning: 'many' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 97% ( 91 / 93) in 'Data.Attoparsec.ByteString.Char8' Missing documentation for: Parser (Data/Attoparsec/ByteString/Internal.hs:98) Result (Data/Attoparsec/ByteString/Internal.hs:99) 100% ( 2 / 2) in 'Data.Attoparsec.Char8' 100% ( 2 / 2) in 'Data.Attoparsec' Warning: Data.Attoparsec.Internal.Types: could not find link destinations for: - Data.Attoparsec.Internal.Types.D:R:ChunkElemText - Data.Attoparsec.Internal.Types.D:R:ChunkElemByteString Warning: Data.Attoparsec.Types: could not find link destinations for: - Data.Attoparsec.Internal.Types.D:R:ChunkElemText - Data.Attoparsec.Internal.Types.D:R:ChunkElemByteString Documentation created: dist/doc/html/attoparsec/, dist/doc/html/attoparsec/attoparsec.txt Installing internal library attoparsec-internal in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/attoparsec-0.14.4-6G3ST89EqMDDTfvZTkYoxM Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/attoparsec-0.14.4-6G3ST89EqMDDTfvZTkYoxM Completed attoparsec-0.14.4 Configuring parameterized-0.5.0.0... Preprocessing library for parameterized-0.5.0.0.. Building library for parameterized-0.5.0.0.. src/Parameterized/TypeLevel.hs:5:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 5 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ [1 of 7] Compiling Parameterized.Control.Applicative ( src/Parameterized/Control/Applicative.hs, dist/build/Parameterized/Control/Applicative.o, dist/build/Parameterized/Control/Applicative.dyn_o ) [2 of 7] Compiling Parameterized.Control.Monad ( src/Parameterized/Control/Monad.hs, dist/build/Parameterized/Control/Monad.o, dist/build/Parameterized/Control/Monad.dyn_o ) [3 of 7] Compiling Parameterized.Control.Monad.Trans.Reader ( src/Parameterized/Control/Monad/Trans/Reader.hs, dist/build/Parameterized/Control/Monad/Trans/Reader.o, dist/build/Parameterized/Control/Monad/Trans/Reader.dyn_o ) src/Parameterized/Control/Monad/Trans/Reader.hs:53:14: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 53 | , c ~ AppendUnique a b | ^ src/Parameterized/Control/Monad/Trans/Reader.hs:95:27: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 95 | , Complement c b ~ a | ^ src/Parameterized/Control/Monad/Trans/Reader.hs:96:27: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 96 | , Complement c a ~ b | ^ src/Parameterized/Control/Monad/Trans/Reader.hs:97:14: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 97 | , c ~ Append a b | ^ src/Parameterized/Control/Monad/Trans/Reader.hs:136:14: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 136 | , c ~ AppendUnique a b | ^ src/Parameterized/Control/Monad/Trans/Reader.hs:145:14: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 145 | , c ~ AppendUnique a b | ^ src/Parameterized/Control/Monad/Trans/Reader.hs:155:14: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 155 | , c ~ AppendUnique a b | ^ [4 of 7] Compiling Parameterized.Data.Semigroup ( src/Parameterized/Data/Semigroup.hs, dist/build/Parameterized/Data/Semigroup.o, dist/build/Parameterized/Data/Semigroup.dyn_o ) [5 of 7] Compiling Parameterized.Data.Monoid ( src/Parameterized/Data/Monoid.hs, dist/build/Parameterized/Data/Monoid.o, dist/build/Parameterized/Data/Monoid.dyn_o ) [6 of 7] Compiling Parameterized.TypeLevel ( src/Parameterized/TypeLevel.hs, dist/build/Parameterized/TypeLevel.o, dist/build/Parameterized/TypeLevel.dyn_o ) [7 of 7] Compiling Parameterized.Control.Monad.Trans.State.Strict ( src/Parameterized/Control/Monad/Trans/State/Strict.hs, dist/build/Parameterized/Control/Monad/Trans/State/Strict.o, dist/build/Parameterized/Control/Monad/Trans/State/Strict.dyn_o ) src/Parameterized/Control/Monad/Trans/State/Strict.hs:54:14: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 54 | , c ~ AppendUnique a b | ^ src/Parameterized/Control/Monad/Trans/State/Strict.hs:71:14: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 71 | , c ~ AppendUnique a b | ^ src/Parameterized/Control/Monad/Trans/State/Strict.hs:89:14: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | , c ~ AppendUnique a b | ^ Preprocessing library for parameterized-0.5.0.0.. Running Haddock on library for parameterized-0.5.0.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. src/Parameterized/TypeLevel.hs:5:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 5 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ [1 of 7] Compiling Parameterized.Control.Applicative ( src/Parameterized/Control/Applicative.hs, nothing ) [2 of 7] Compiling Parameterized.Control.Monad ( src/Parameterized/Control/Monad.hs, nothing ) [3 of 7] Compiling Parameterized.Control.Monad.Trans.Reader ( src/Parameterized/Control/Monad/Trans/Reader.hs, nothing ) src/Parameterized/Control/Monad/Trans/Reader.hs:53:14: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 53 | , c ~ AppendUnique a b | ^ src/Parameterized/Control/Monad/Trans/Reader.hs:95:27: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 95 | , Complement c b ~ a | ^ src/Parameterized/Control/Monad/Trans/Reader.hs:96:27: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 96 | , Complement c a ~ b | ^ src/Parameterized/Control/Monad/Trans/Reader.hs:97:14: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 97 | , c ~ Append a b | ^ src/Parameterized/Control/Monad/Trans/Reader.hs:136:14: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 136 | , c ~ AppendUnique a b | ^ src/Parameterized/Control/Monad/Trans/Reader.hs:145:14: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 145 | , c ~ AppendUnique a b | ^ src/Parameterized/Control/Monad/Trans/Reader.hs:155:14: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 155 | , c ~ AppendUnique a b | ^ [4 of 7] Compiling Parameterized.Data.Semigroup ( src/Parameterized/Data/Semigroup.hs, nothing ) [5 of 7] Compiling Parameterized.Data.Monoid ( src/Parameterized/Data/Monoid.hs, nothing ) [6 of 7] Compiling Parameterized.TypeLevel ( src/Parameterized/TypeLevel.hs, nothing ) [7 of 7] Compiling Parameterized.Control.Monad.Trans.State.Strict ( src/Parameterized/Control/Monad/Trans/State/Strict.hs, nothing ) src/Parameterized/Control/Monad/Trans/State/Strict.hs:54:14: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 54 | , c ~ AppendUnique a b | ^ src/Parameterized/Control/Monad/Trans/State/Strict.hs:71:14: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 71 | , c ~ AppendUnique a b | ^ src/Parameterized/Control/Monad/Trans/State/Strict.hs:89:14: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | , c ~ AppendUnique a b | ^ Haddock coverage: Warning: 'Alternative' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ap' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 76% ( 10 / 13) in 'Parameterized.Control.Applicative' Missing documentation for: Module header PUnary (src/Parameterized/Control/Applicative.hs:25) &<|> (src/Parameterized/Control/Applicative.hs:94) Warning: '>=>' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 75% ( 6 / 8) in 'Parameterized.Control.Monad' Missing documentation for: Module header &>> (src/Parameterized/Control/Monad.hs:32) Warning: 'DistinctWhichReader' is ambiguous. It is defined * at src/Parameterized/Control/Monad/Trans/Reader.hs:72:37 * at src/Parameterized/Control/Monad/Trans/Reader.hs:72: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/Parameterized/Control/Monad/Trans/Reader.hs:72:1 Warning: 'OverlappingWhichReader' is ambiguous. It is defined * at src/Parameterized/Control/Monad/Trans/Reader.hs:28:40 * at src/Parameterized/Control/Monad/Trans/Reader.hs:28: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/Parameterized/Control/Monad/Trans/Reader.hs:28:1 75% ( 3 / 4) in 'Parameterized.Control.Monad.Trans.Reader' Missing documentation for: Module header Warning: 'pmappend'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 25% ( 1 / 4) in 'Parameterized.Data.Semigroup' Missing documentation for: Module header PNullary (src/Parameterized/Data/Semigroup.hs:11) &<> (src/Parameterized/Data/Semigroup.hs:23) 75% ( 3 / 4) in 'Parameterized.Data.Monoid' Missing documentation for: Module header 90% ( 10 / 11) in 'Parameterized.TypeLevel' Missing documentation for: Module header 75% ( 3 / 4) in 'Parameterized.Control.Monad.Trans.State.Strict' Missing documentation for: Module header Warning: Parameterized.Control.Monad.Trans.Reader: could not find link destinations for: - Parameterized.Control.Monad.Trans.Reader.Rep_ManyReader - Parameterized.Control.Monad.Trans.Reader.Rep_DistinctWhichReader - Parameterized.Control.Monad.Trans.Reader.Rep_OverlappingWhichReader Warning: Parameterized.Control.Monad.Trans.State.Strict: could not find link destinations for: - Parameterized.Control.Monad.Trans.State.Strict.Rep_ChangingState - Parameterized.Control.Monad.Trans.State.Strict.Rep_ManyState Documentation created: dist/doc/html/parameterized/, dist/doc/html/parameterized/parameterized.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/parameterized-0.5.0.0-AiRoFHFYPiG1vRwHJcBMdD Completed parameterized-0.5.0.0 Configuring megaparsec-9.7.0... Preprocessing library for megaparsec-9.7.0.. Building library for megaparsec-9.7.0.. [ 1 of 19] Compiling Text.Megaparsec.Pos ( Text/Megaparsec/Pos.hs, dist/build/Text/Megaparsec/Pos.o, dist/build/Text/Megaparsec/Pos.dyn_o ) [ 2 of 19] Compiling Text.Megaparsec.Unicode ( Text/Megaparsec/Unicode.hs, dist/build/Text/Megaparsec/Unicode.o, dist/build/Text/Megaparsec/Unicode.dyn_o ) [ 3 of 19] Compiling Text.Megaparsec.Error[boot] ( Text/Megaparsec/Error.hs-boot, dist/build/Text/Megaparsec/Error.o-boot, dist/build/Text/Megaparsec/Error.dyn_o-boot ) [ 4 of 19] Compiling Text.Megaparsec.State ( Text/Megaparsec/State.hs, dist/build/Text/Megaparsec/State.o, dist/build/Text/Megaparsec/State.dyn_o ) [ 5 of 19] Compiling Text.Megaparsec.Stream ( Text/Megaparsec/Stream.hs, dist/build/Text/Megaparsec/Stream.o, dist/build/Text/Megaparsec/Stream.dyn_o ) [ 6 of 19] Compiling Text.Megaparsec.Error ( Text/Megaparsec/Error.hs, dist/build/Text/Megaparsec/Error.o, dist/build/Text/Megaparsec/Error.dyn_o ) [ 7 of 19] Compiling Text.Megaparsec.Error.Builder ( Text/Megaparsec/Error/Builder.hs, dist/build/Text/Megaparsec/Error/Builder.o, dist/build/Text/Megaparsec/Error/Builder.dyn_o ) [ 8 of 19] Compiling Text.Megaparsec.Internal[boot] ( Text/Megaparsec/Internal.hs-boot, dist/build/Text/Megaparsec/Internal.o-boot, dist/build/Text/Megaparsec/Internal.dyn_o-boot ) [ 9 of 19] Compiling Text.Megaparsec.Class ( Text/Megaparsec/Class.hs, dist/build/Text/Megaparsec/Class.o, dist/build/Text/Megaparsec/Class.dyn_o ) [10 of 19] Compiling Text.Megaparsec.Internal ( Text/Megaparsec/Internal.hs, dist/build/Text/Megaparsec/Internal.o, dist/build/Text/Megaparsec/Internal.dyn_o ) [11 of 19] Compiling Text.Megaparsec.Debug ( Text/Megaparsec/Debug.hs, dist/build/Text/Megaparsec/Debug.o, dist/build/Text/Megaparsec/Debug.dyn_o ) [12 of 19] Compiling Text.Megaparsec ( Text/Megaparsec.hs, dist/build/Text/Megaparsec.o, dist/build/Text/Megaparsec.dyn_o ) [13 of 19] Compiling Text.Megaparsec.Common ( Text/Megaparsec/Common.hs, dist/build/Text/Megaparsec/Common.o, dist/build/Text/Megaparsec/Common.dyn_o ) [14 of 19] Compiling Text.Megaparsec.Lexer ( Text/Megaparsec/Lexer.hs, dist/build/Text/Megaparsec/Lexer.o, dist/build/Text/Megaparsec/Lexer.dyn_o ) [15 of 19] Compiling Text.Megaparsec.Char ( Text/Megaparsec/Char.hs, dist/build/Text/Megaparsec/Char.o, dist/build/Text/Megaparsec/Char.dyn_o ) [16 of 19] Compiling Text.Megaparsec.Char.Lexer ( Text/Megaparsec/Char/Lexer.hs, dist/build/Text/Megaparsec/Char/Lexer.o, dist/build/Text/Megaparsec/Char/Lexer.dyn_o ) [17 of 19] Compiling Text.Megaparsec.Byte.Binary ( Text/Megaparsec/Byte/Binary.hs, dist/build/Text/Megaparsec/Byte/Binary.o, dist/build/Text/Megaparsec/Byte/Binary.dyn_o ) [18 of 19] Compiling Text.Megaparsec.Byte ( Text/Megaparsec/Byte.hs, dist/build/Text/Megaparsec/Byte.o, dist/build/Text/Megaparsec/Byte.dyn_o ) [19 of 19] Compiling Text.Megaparsec.Byte.Lexer ( Text/Megaparsec/Byte/Lexer.hs, dist/build/Text/Megaparsec/Byte/Lexer.o, dist/build/Text/Megaparsec/Byte/Lexer.dyn_o ) Preprocessing library for megaparsec-9.7.0.. Running Haddock on library for megaparsec-9.7.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 19] Compiling Text.Megaparsec.Pos ( Text/Megaparsec/Pos.hs, nothing ) [ 2 of 19] Compiling Text.Megaparsec.Unicode ( Text/Megaparsec/Unicode.hs, nothing ) [ 3 of 19] Compiling Text.Megaparsec.Error[boot] ( Text/Megaparsec/Error.hs-boot, nothing ) [ 4 of 19] Compiling Text.Megaparsec.State ( Text/Megaparsec/State.hs, nothing ) [ 5 of 19] Compiling Text.Megaparsec.Stream ( Text/Megaparsec/Stream.hs, nothing ) [ 6 of 19] Compiling Text.Megaparsec.Error ( Text/Megaparsec/Error.hs, nothing ) [ 7 of 19] Compiling Text.Megaparsec.Error.Builder ( Text/Megaparsec/Error/Builder.hs, nothing ) [ 8 of 19] Compiling Text.Megaparsec.Internal[boot] ( Text/Megaparsec/Internal.hs-boot, nothing ) [ 9 of 19] Compiling Text.Megaparsec.Class ( Text/Megaparsec/Class.hs, nothing ) [10 of 19] Compiling Text.Megaparsec.Internal ( Text/Megaparsec/Internal.hs, nothing ) [11 of 19] Compiling Text.Megaparsec.Debug ( Text/Megaparsec/Debug.hs, nothing ) [12 of 19] Compiling Text.Megaparsec ( Text/Megaparsec.hs, nothing ) [13 of 19] Compiling Text.Megaparsec.Common ( Text/Megaparsec/Common.hs, nothing ) [14 of 19] Compiling Text.Megaparsec.Lexer ( Text/Megaparsec/Lexer.hs, nothing ) [15 of 19] Compiling Text.Megaparsec.Char ( Text/Megaparsec/Char.hs, nothing ) [16 of 19] Compiling Text.Megaparsec.Char.Lexer ( Text/Megaparsec/Char/Lexer.hs, nothing ) [17 of 19] Compiling Text.Megaparsec.Byte.Binary ( Text/Megaparsec/Byte/Binary.hs, nothing ) [18 of 19] Compiling Text.Megaparsec.Byte ( Text/Megaparsec/Byte.hs, nothing ) [19 of 19] Compiling Text.Megaparsec.Byte.Lexer ( Text/Megaparsec/Byte/Lexer.hs, nothing ) Haddock coverage: Warning: 'SourcePos' is ambiguous. It is defined * at Text/Megaparsec/Pos.hs:121:18 * at Text/Megaparsec/Pos.hs:121: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 Text/Megaparsec/Pos.hs:121:1 Warning: 'Pos' is ambiguous. It is defined * at Text/Megaparsec/Pos.hs:51:15 * at Text/Megaparsec/Pos.hs:51: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 Text/Megaparsec/Pos.hs:51:1 Warning: 'InvalidPosException' is ambiguous. It is defined * at Text/Megaparsec/Pos.hs:107:5 * at Text/Megaparsec/Pos.hs:105: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 Text/Megaparsec/Pos.hs:105:1 100% ( 12 / 12) in 'Text.Megaparsec.Pos' Warning: 'State' is ambiguous. It is defined * at Text/Megaparsec/State.hs:39:18 * at Text/Megaparsec/State.hs:39: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 Text/Megaparsec/State.hs:39:1 100% ( 5 / 5) in 'Text.Megaparsec.State' 100% ( 4 / 4) in 'Text.Megaparsec.Unicode' Warning: 'SourcePos' is ambiguous. It is defined * at Text/Megaparsec/Pos.hs:121:18 * at Text/Megaparsec/Pos.hs:121: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 Text/Megaparsec/Pos.hs:121:1 Warning: 'PosState' is ambiguous. It is defined * at Text/Megaparsec/State.hs:101:19 * at Text/Megaparsec/State.hs:101: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 Text/Megaparsec/State.hs:101:1 Warning: 'ShareInput' is ambiguous. It is defined * at Text/Megaparsec/Stream.hs:187:24 * at Text/Megaparsec/Stream.hs:187: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 Text/Megaparsec/Stream.hs:187:1 Warning: 'NoShareInput' is ambiguous. It is defined * at Text/Megaparsec/Stream.hs:262:26 * at Text/Megaparsec/Stream.hs:262: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 Text/Megaparsec/Stream.hs:262:1 Warning: 'Text' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 6 / 6) in 'Text.Megaparsec.Stream' Warning: 'PosState' is ambiguous. It is defined * at Text/Megaparsec/State.hs:101:19 * at Text/Megaparsec/State.hs:101: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 Text/Megaparsec/State.hs:101:1 Warning: 'SourcePos' is ambiguous. It is defined * at Text/Megaparsec/Pos.hs:121:18 * at Text/Megaparsec/Pos.hs:121: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 Text/Megaparsec/Pos.hs:121:1 Warning: 'ParseErrorBundle' is ambiguous. It is defined * at Text/Megaparsec/Error.hs:250:29 * at Text/Megaparsec/Error.hs:250: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 Text/Megaparsec/Error.hs:250:1 100% ( 18 / 18) in 'Text.Megaparsec.Error' Warning: 'ET' is ambiguous. It is defined * at Text/Megaparsec/Error/Builder.hs:59:13 * at Text/Megaparsec/Error/Builder.hs:59: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 Text/Megaparsec/Error/Builder.hs:59:1 100% ( 17 / 17) in 'Text.Megaparsec.Error.Builder' Warning: 'State' is ambiguous. It is defined * at Text/Megaparsec/State.hs:39:18 * at Text/Megaparsec/State.hs:39: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 Text/Megaparsec/State.hs:39:1 Warning: 'Reply' is ambiguous. It is defined * at Text/Megaparsec/Internal.hs:106:20 * at Text/Megaparsec/Internal.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 Text/Megaparsec/Internal.hs:106:1 Warning: 'ParsecT' is ambiguous. It is defined * at Text/Megaparsec/Internal.hs:131:27 * at Text/Megaparsec/Internal.hs:131: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 Text/Megaparsec/Internal.hs:131:1 Warning: 'Hints' is ambiguous. It is defined * at Text/Megaparsec/Internal.hs:92:19 * at Text/Megaparsec/Internal.hs:92: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 Text/Megaparsec/Internal.hs:92:1 Warning: 'label' is ambiguous. It is defined * at Text/Megaparsec/Class.hs:61:3 * in Control.Monad.Cont.Class 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 Text/Megaparsec/Class.hs:61:3 100% ( 14 / 14) in 'Text.Megaparsec.Internal' Warning: 'ParsecT' is ambiguous. It is defined * at Text/Megaparsec/Internal.hs:131:27 * at Text/Megaparsec/Internal.hs:131: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 Text/Megaparsec/Internal.hs:131:1 Warning: 'State' is ambiguous. It is defined * at Text/Megaparsec/State.hs:39:18 * at Text/Megaparsec/State.hs:39: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 Text/Megaparsec/State.hs:39:1 100% ( 3 / 3) in 'Text.Megaparsec.Debug' Warning: 'ParseErrorBundle' is ambiguous. It is defined * at Text/Megaparsec/Error.hs:250:29 * at Text/Megaparsec/Error.hs:250: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 Text/Megaparsec/Error.hs:250:1 Warning: 'ParsecT' is ambiguous. It is defined * at Text/Megaparsec/Internal.hs:131:27 * at Text/Megaparsec/Internal.hs:131: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 Text/Megaparsec/Internal.hs:131: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: 'SourcePos' is ambiguous. It is defined * at Text/Megaparsec/Pos.hs:121:18 * at Text/Megaparsec/Pos.hs:121: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 Text/Megaparsec/Pos.hs:121:1 100% ( 51 / 51) in 'Text.Megaparsec' Warning: 'skipLineComment' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'skipBlockComment' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 37 / 37) in 'Text.Megaparsec.Char' 100% ( 27 / 27) in 'Text.Megaparsec.Char.Lexer' 100% ( 21 / 21) in 'Text.Megaparsec.Byte.Binary' 100% ( 29 / 29) in 'Text.Megaparsec.Byte' 100% ( 17 / 17) in 'Text.Megaparsec.Byte.Lexer' Warning: Text.Megaparsec.Pos: could not find link destinations for: - Text.Megaparsec.Pos.Rep_SourcePos - Text.Megaparsec.Pos.Rep_InvalidPosException - Text.Megaparsec.Pos.Rep_Pos Warning: Text.Megaparsec.State: could not find link destinations for: - Text.Megaparsec.State.Rep_State - Text.Megaparsec.State.Rep_PosState Warning: Text.Megaparsec.Stream: could not find link destinations for: - Text.Megaparsec.Stream.D:R:TokenSeq - Text.Megaparsec.Stream.D:R:TokensSeq - Text.Megaparsec.Stream.D:R:TokenList - Text.Megaparsec.Stream.D:R:TokensList - Text.Megaparsec.Stream.D:R:TokenText - Text.Megaparsec.Stream.D:R:TokensText - Text.Megaparsec.Stream.D:R:TokenText0 - Text.Megaparsec.Stream.D:R:TokensText0 - Text.Megaparsec.Stream.D:R:TokenByteString - Text.Megaparsec.Stream.D:R:TokensByteString - Text.Megaparsec.Stream.D:R:TokenByteString0 - Text.Megaparsec.Stream.D:R:TokensByteString0 - Text.Megaparsec.Stream.D:R:TokenShareInput - Text.Megaparsec.Stream.D:R:TokensShareInput - Text.Megaparsec.Stream.D:R:TokenShareInput0 - Text.Megaparsec.Stream.D:R:TokensShareInput0 - Text.Megaparsec.Stream.D:R:TokenShareInput1 - Text.Megaparsec.Stream.D:R:TokensShareInput1 - Text.Megaparsec.Stream.D:R:TokenShareInput2 - Text.Megaparsec.Stream.D:R:TokensShareInput2 - Text.Megaparsec.Stream.D:R:TokenNoShareInput - Text.Megaparsec.Stream.D:R:TokensNoShareInput - Text.Megaparsec.Stream.D:R:TokenNoShareInput0 - Text.Megaparsec.Stream.D:R:TokensNoShareInput0 - Text.Megaparsec.Stream.D:R:TokenNoShareInput1 - Text.Megaparsec.Stream.D:R:TokensNoShareInput1 - Text.Megaparsec.Stream.D:R:TokenNoShareInput2 - Text.Megaparsec.Stream.D:R:TokensNoShareInput2 Warning: Text.Megaparsec.Error: could not find link destinations for: - Text.Megaparsec.Error.Rep_ParseErrorBundle - Text.Megaparsec.Error.Rep_ParseError - Text.Megaparsec.Error.Rep_ErrorFancy - Text.Megaparsec.Error.Rep_ErrorItem Warning: Text.Megaparsec.Error.Builder: could not find link destinations for: - Text.Megaparsec.Error.Builder.Rep_EF - Text.Megaparsec.Error.Builder.Rep_ET Warning: Text.Megaparsec: could not find link destinations for: - Text.Megaparsec.State.Rep_State - Text.Megaparsec.State.Rep_PosState Documentation created: dist/doc/html/megaparsec/, dist/doc/html/megaparsec/megaparsec.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/megaparsec-9.7.0-3gptzfaBD8hFuItXBBLZr6 Completed megaparsec-9.7.0 Configuring http-media-0.8.1.1... Preprocessing library for http-media-0.8.1.1.. Building library for http-media-0.8.1.1.. [ 1 of 13] Compiling Network.HTTP.Media.Accept ( src/Network/HTTP/Media/Accept.hs, dist/build/Network/HTTP/Media/Accept.o, dist/build/Network/HTTP/Media/Accept.dyn_o ) [ 2 of 13] Compiling Network.HTTP.Media.RenderHeader ( src/Network/HTTP/Media/RenderHeader.hs, dist/build/Network/HTTP/Media/RenderHeader.o, dist/build/Network/HTTP/Media/RenderHeader.dyn_o ) [ 3 of 13] Compiling Network.HTTP.Media.Quality ( src/Network/HTTP/Media/Quality.hs, dist/build/Network/HTTP/Media/Quality.o, dist/build/Network/HTTP/Media/Quality.dyn_o ) [ 4 of 13] Compiling Network.HTTP.Media.Language.Internal ( src/Network/HTTP/Media/Language/Internal.hs, dist/build/Network/HTTP/Media/Language/Internal.o, dist/build/Network/HTTP/Media/Language/Internal.dyn_o ) [ 5 of 13] Compiling Network.HTTP.Media.Language ( src/Network/HTTP/Media/Language.hs, dist/build/Network/HTTP/Media/Language.o, dist/build/Network/HTTP/Media/Language.dyn_o ) [ 6 of 13] Compiling Network.HTTP.Media.Utils ( src/Network/HTTP/Media/Utils.hs, dist/build/Network/HTTP/Media/Utils.o, dist/build/Network/HTTP/Media/Utils.dyn_o ) [ 7 of 13] Compiling Network.HTTP.Media.MediaType.Internal ( src/Network/HTTP/Media/MediaType/Internal.hs, dist/build/Network/HTTP/Media/MediaType/Internal.o, dist/build/Network/HTTP/Media/MediaType/Internal.dyn_o ) [ 8 of 13] Compiling Network.HTTP.Media.MediaType ( src/Network/HTTP/Media/MediaType.hs, dist/build/Network/HTTP/Media/MediaType.o, dist/build/Network/HTTP/Media/MediaType.dyn_o ) [ 9 of 13] Compiling Network.HTTP.Media.Encoding.Internal ( src/Network/HTTP/Media/Encoding/Internal.hs, dist/build/Network/HTTP/Media/Encoding/Internal.o, dist/build/Network/HTTP/Media/Encoding/Internal.dyn_o ) [10 of 13] Compiling Network.HTTP.Media.Encoding ( src/Network/HTTP/Media/Encoding.hs, dist/build/Network/HTTP/Media/Encoding.o, dist/build/Network/HTTP/Media/Encoding.dyn_o ) [11 of 13] Compiling Network.HTTP.Media.Charset.Internal ( src/Network/HTTP/Media/Charset/Internal.hs, dist/build/Network/HTTP/Media/Charset/Internal.o, dist/build/Network/HTTP/Media/Charset/Internal.dyn_o ) [12 of 13] Compiling Network.HTTP.Media.Charset ( src/Network/HTTP/Media/Charset.hs, dist/build/Network/HTTP/Media/Charset.o, dist/build/Network/HTTP/Media/Charset.dyn_o ) [13 of 13] Compiling Network.HTTP.Media ( src/Network/HTTP/Media.hs, dist/build/Network/HTTP/Media.o, dist/build/Network/HTTP/Media.dyn_o ) Preprocessing library for http-media-0.8.1.1.. Running Haddock on library for http-media-0.8.1.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 13] Compiling Network.HTTP.Media.Accept ( src/Network/HTTP/Media/Accept.hs, nothing ) [ 2 of 13] Compiling Network.HTTP.Media.RenderHeader ( src/Network/HTTP/Media/RenderHeader.hs, nothing ) [ 3 of 13] Compiling Network.HTTP.Media.Quality ( src/Network/HTTP/Media/Quality.hs, nothing ) [ 4 of 13] Compiling Network.HTTP.Media.Language.Internal ( src/Network/HTTP/Media/Language/Internal.hs, nothing ) [ 5 of 13] Compiling Network.HTTP.Media.Language ( src/Network/HTTP/Media/Language.hs, nothing ) [ 6 of 13] Compiling Network.HTTP.Media.Utils ( src/Network/HTTP/Media/Utils.hs, nothing ) [ 7 of 13] Compiling Network.HTTP.Media.MediaType.Internal ( src/Network/HTTP/Media/MediaType/Internal.hs, nothing ) [ 8 of 13] Compiling Network.HTTP.Media.MediaType ( src/Network/HTTP/Media/MediaType.hs, nothing ) [ 9 of 13] Compiling Network.HTTP.Media.Encoding.Internal ( src/Network/HTTP/Media/Encoding/Internal.hs, nothing ) [10 of 13] Compiling Network.HTTP.Media.Encoding ( src/Network/HTTP/Media/Encoding.hs, nothing ) [11 of 13] Compiling Network.HTTP.Media.Charset.Internal ( src/Network/HTTP/Media/Charset/Internal.hs, nothing ) [12 of 13] Compiling Network.HTTP.Media.Charset ( src/Network/HTTP/Media/Charset.hs, nothing ) [13 of 13] Compiling Network.HTTP.Media ( src/Network/HTTP/Media.hs, nothing ) Haddock coverage: 100% ( 2 / 2) in 'Network.HTTP.Media.Accept' 100% ( 2 / 2) in 'Network.HTTP.Media.RenderHeader' Warning: 'Language' is ambiguous. It is defined * at src/Network/HTTP/Media/Language/Internal.hs:26:20 * at src/Network/HTTP/Media/Language/Internal.hs:26: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/Network/HTTP/Media/Language/Internal.hs:26:1 Warning: 'Language' is ambiguous. It is defined * at src/Network/HTTP/Media/Language/Internal.hs:26:20 * at src/Network/HTTP/Media/Language/Internal.hs:26: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/Network/HTTP/Media/Language/Internal.hs:26:1 Warning: 'Accept' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 3 / 3) in 'Network.HTTP.Media.Language' Warning: 'MediaType' is ambiguous. It is defined * at src/Network/HTTP/Media/MediaType/Internal.hs:24:18 * at src/Network/HTTP/Media/MediaType/Internal.hs:24: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/Network/HTTP/Media/MediaType/Internal.hs:24:1 Warning: 'MediaType' is ambiguous. It is defined * at src/Network/HTTP/Media/MediaType/Internal.hs:24:18 * at src/Network/HTTP/Media/MediaType/Internal.hs:24: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/Network/HTTP/Media/MediaType/Internal.hs:24:1 Warning: 'Accept' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 12 / 12) in 'Network.HTTP.Media.MediaType' Warning: 'Encoding' is ambiguous. It is defined * at src/Network/HTTP/Media/Encoding/Internal.hs:25:20 * at src/Network/HTTP/Media/Encoding/Internal.hs:25: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/Network/HTTP/Media/Encoding/Internal.hs:25:1 Warning: 'Encoding' is ambiguous. It is defined * at src/Network/HTTP/Media/Encoding/Internal.hs:25:20 * at src/Network/HTTP/Media/Encoding/Internal.hs:25: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/Network/HTTP/Media/Encoding/Internal.hs:25:1 Warning: 'Accept' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 2 / 2) in 'Network.HTTP.Media.Encoding' Warning: 'Charset' is ambiguous. It is defined * at src/Network/HTTP/Media/Charset/Internal.hs:25:19 * at src/Network/HTTP/Media/Charset/Internal.hs:25: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/Network/HTTP/Media/Charset/Internal.hs:25:1 Warning: 'Charset' is ambiguous. It is defined * at src/Network/HTTP/Media/Charset/Internal.hs:25:19 * at src/Network/HTTP/Media/Charset/Internal.hs:25: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/Network/HTTP/Media/Charset/Internal.hs:25:1 Warning: 'Accept' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 2 / 2) in 'Network.HTTP.Media.Charset' 100% ( 47 / 47) in 'Network.HTTP.Media' Documentation created: dist/doc/html/http-media/, dist/doc/html/http-media/http-media.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/http-media-0.8.1.1-5tFWUhWqR3uCrJdMfIWeBq Completed http-media-0.8.1.1 Configuring semigroupoids-6.0.2... Preprocessing library for semigroupoids-6.0.2.. Building library for semigroupoids-6.0.2.. [ 1 of 27] Compiling Data.Functor.Extend ( src/Data/Functor/Extend.hs, dist/build/Data/Functor/Extend.o, dist/build/Data/Functor/Extend.dyn_o ) [ 2 of 27] Compiling Data.Semigroup.Foldable.Class ( src/Data/Semigroup/Foldable/Class.hs, dist/build/Data/Semigroup/Foldable/Class.o, dist/build/Data/Semigroup/Foldable/Class.dyn_o ) [ 3 of 27] Compiling Data.Traversable.Instances ( src/Data/Traversable/Instances.hs, dist/build/Data/Traversable/Instances.o, dist/build/Data/Traversable/Instances.dyn_o ) [ 4 of 27] Compiling Semigroupoids.Internal ( src/Semigroupoids/Internal.hs, dist/build/Semigroupoids/Internal.o, dist/build/Semigroupoids/Internal.dyn_o ) [ 5 of 27] Compiling Data.Functor.Bind.Class ( src/Data/Functor/Bind/Class.hs, dist/build/Data/Functor/Bind/Class.o, dist/build/Data/Functor/Bind/Class.dyn_o ) [ 6 of 27] Compiling Data.Functor.Apply ( src/Data/Functor/Apply.hs, dist/build/Data/Functor/Apply.o, dist/build/Data/Functor/Apply.dyn_o ) [ 7 of 27] Compiling Data.Semigroup.Bifoldable ( src/Data/Semigroup/Bifoldable.hs, dist/build/Data/Semigroup/Bifoldable.o, dist/build/Data/Semigroup/Bifoldable.dyn_o ) [ 8 of 27] Compiling Data.Functor.Contravariant.Divise ( src/Data/Functor/Contravariant/Divise.hs, dist/build/Data/Functor/Contravariant/Divise.o, dist/build/Data/Functor/Contravariant/Divise.dyn_o ) [ 9 of 27] Compiling Data.Functor.Contravariant.Decide ( src/Data/Functor/Contravariant/Decide.hs, dist/build/Data/Functor/Contravariant/Decide.o, dist/build/Data/Functor/Contravariant/Decide.dyn_o ) [10 of 27] Compiling Data.Functor.Contravariant.Conclude ( src/Data/Functor/Contravariant/Conclude.hs, dist/build/Data/Functor/Contravariant/Conclude.o, dist/build/Data/Functor/Contravariant/Conclude.dyn_o ) [11 of 27] Compiling Data.Functor.Bind ( src/Data/Functor/Bind.hs, dist/build/Data/Functor/Bind.o, dist/build/Data/Functor/Bind.dyn_o ) [12 of 27] Compiling Data.Semigroupoid ( src/Data/Semigroupoid.hs, dist/build/Data/Semigroupoid.o, dist/build/Data/Semigroupoid.dyn_o ) [13 of 27] Compiling Data.Semigroupoid.Ob ( src/Data/Semigroupoid/Ob.hs, dist/build/Data/Semigroupoid/Ob.o, dist/build/Data/Semigroupoid/Ob.dyn_o ) [14 of 27] Compiling Data.Semigroupoid.Dual ( src/Data/Semigroupoid/Dual.hs, dist/build/Data/Semigroupoid/Dual.o, dist/build/Data/Semigroupoid/Dual.dyn_o ) [15 of 27] Compiling Data.Semigroupoid.Categorical ( src/Data/Semigroupoid/Categorical.hs, dist/build/Data/Semigroupoid/Categorical.o, dist/build/Data/Semigroupoid/Categorical.dyn_o ) [16 of 27] Compiling Data.Groupoid ( src/Data/Groupoid.hs, dist/build/Data/Groupoid.o, dist/build/Data/Groupoid.dyn_o ) [17 of 27] Compiling Data.Isomorphism ( src/Data/Isomorphism.hs, dist/build/Data/Isomorphism.o, dist/build/Data/Isomorphism.dyn_o ) [18 of 27] Compiling Data.Functor.Bind.Trans ( src/Data/Functor/Bind/Trans.hs, dist/build/Data/Functor/Bind/Trans.o, dist/build/Data/Functor/Bind/Trans.dyn_o ) [19 of 27] Compiling Data.Bifunctor.Apply ( src/Data/Bifunctor/Apply.hs, dist/build/Data/Bifunctor/Apply.o, dist/build/Data/Bifunctor/Apply.dyn_o ) [20 of 27] Compiling Data.Functor.Alt ( src/Data/Functor/Alt.hs, dist/build/Data/Functor/Alt.o, dist/build/Data/Functor/Alt.dyn_o ) [21 of 27] Compiling Data.Semigroup.Foldable ( src/Data/Semigroup/Foldable.hs, dist/build/Data/Semigroup/Foldable.o, dist/build/Data/Semigroup/Foldable.dyn_o ) [22 of 27] Compiling Data.Semigroup.Traversable.Class ( src/Data/Semigroup/Traversable/Class.hs, dist/build/Data/Semigroup/Traversable/Class.o, dist/build/Data/Semigroup/Traversable/Class.dyn_o ) [23 of 27] Compiling Data.Semigroup.Traversable ( src/Data/Semigroup/Traversable.hs, dist/build/Data/Semigroup/Traversable.o, dist/build/Data/Semigroup/Traversable.dyn_o ) [24 of 27] Compiling Data.Semigroup.Bitraversable ( src/Data/Semigroup/Bitraversable.hs, dist/build/Data/Semigroup/Bitraversable.o, dist/build/Data/Semigroup/Bitraversable.dyn_o ) [25 of 27] Compiling Data.Functor.Plus ( src/Data/Functor/Plus.hs, dist/build/Data/Functor/Plus.o, dist/build/Data/Functor/Plus.dyn_o ) [26 of 27] Compiling Semigroupoids.Do ( src/Semigroupoids/Do.hs, dist/build/Semigroupoids/Do.o, dist/build/Semigroupoids/Do.dyn_o ) [27 of 27] Compiling Data.Semigroupoid.Static ( src/Data/Semigroupoid/Static.hs, dist/build/Data/Semigroupoid/Static.o, dist/build/Data/Semigroupoid/Static.dyn_o ) Preprocessing library for semigroupoids-6.0.2.. Running Haddock on library for semigroupoids-6.0.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 27] Compiling Data.Functor.Extend ( src/Data/Functor/Extend.hs, nothing ) [ 2 of 27] Compiling Data.Semigroup.Foldable.Class ( src/Data/Semigroup/Foldable/Class.hs, nothing ) [ 3 of 27] Compiling Data.Traversable.Instances ( src/Data/Traversable/Instances.hs, nothing ) [ 4 of 27] Compiling Semigroupoids.Internal ( src/Semigroupoids/Internal.hs, nothing ) [ 5 of 27] Compiling Data.Functor.Bind.Class ( src/Data/Functor/Bind/Class.hs, nothing ) [ 6 of 27] Compiling Data.Functor.Apply ( src/Data/Functor/Apply.hs, nothing ) [ 7 of 27] Compiling Data.Semigroup.Bifoldable ( src/Data/Semigroup/Bifoldable.hs, nothing ) [ 8 of 27] Compiling Data.Functor.Contravariant.Divise ( src/Data/Functor/Contravariant/Divise.hs, nothing ) [ 9 of 27] Compiling Data.Functor.Contravariant.Decide ( src/Data/Functor/Contravariant/Decide.hs, nothing ) [10 of 27] Compiling Data.Functor.Contravariant.Conclude ( src/Data/Functor/Contravariant/Conclude.hs, nothing ) [11 of 27] Compiling Data.Functor.Bind ( src/Data/Functor/Bind.hs, nothing ) [12 of 27] Compiling Data.Semigroupoid ( src/Data/Semigroupoid.hs, nothing ) [13 of 27] Compiling Data.Semigroupoid.Ob ( src/Data/Semigroupoid/Ob.hs, nothing ) [14 of 27] Compiling Data.Semigroupoid.Dual ( src/Data/Semigroupoid/Dual.hs, nothing ) [15 of 27] Compiling Data.Semigroupoid.Categorical ( src/Data/Semigroupoid/Categorical.hs, nothing ) [16 of 27] Compiling Data.Groupoid ( src/Data/Groupoid.hs, nothing ) [17 of 27] Compiling Data.Isomorphism ( src/Data/Isomorphism.hs, nothing ) [18 of 27] Compiling Data.Functor.Bind.Trans ( src/Data/Functor/Bind/Trans.hs, nothing ) [19 of 27] Compiling Data.Bifunctor.Apply ( src/Data/Bifunctor/Apply.hs, nothing ) [20 of 27] Compiling Data.Functor.Alt ( src/Data/Functor/Alt.hs, nothing ) [21 of 27] Compiling Data.Semigroup.Foldable ( src/Data/Semigroup/Foldable.hs, nothing ) [22 of 27] Compiling Data.Semigroup.Traversable.Class ( src/Data/Semigroup/Traversable/Class.hs, nothing ) [23 of 27] Compiling Data.Semigroup.Traversable ( src/Data/Semigroup/Traversable.hs, nothing ) [24 of 27] Compiling Data.Semigroup.Bitraversable ( src/Data/Semigroup/Bitraversable.hs, nothing ) [25 of 27] Compiling Data.Functor.Plus ( src/Data/Functor/Plus.hs, nothing ) [26 of 27] Compiling Semigroupoids.Do ( src/Semigroupoids/Do.hs, nothing ) [27 of 27] Compiling Data.Semigroupoid.Static ( src/Data/Semigroupoid/Static.hs, nothing ) Haddock coverage: 83% ( 5 / 6) in 'Data.Functor.Extend' Missing documentation for: Extend (src/Data/Functor/Extend.hs:55) 66% ( 2 / 3) in 'Data.Semigroup.Foldable.Class' Missing documentation for: Bifoldable1 100% ( 1 / 1) in 'Data.Traversable.Instances' Warning: 'MaybeApply' is ambiguous. It is defined * at src/Data/Functor/Bind/Class.hs:424:26 * at src/Data/Functor/Bind/Class.hs:424: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/Functor/Bind/Class.hs:424:1 Warning: 'K1' is ambiguous. It is defined * in GHC.Generics * in GHC.Generics 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.Generics Warning: 'StoreT' is ambiguous. It is defined * in Control.Comonad.Trans.Store * in Control.Comonad.Trans.Store 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 Control.Comonad.Trans.Store Warning: 'EnvT' is ambiguous. It is defined * in Control.Comonad.Trans.Env * in Control.Comonad.Trans.Env 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 Control.Comonad.Trans.Env Warning: 'Const' is ambiguous. It is defined * in Data.Functor.Const * in Data.Functor.Const 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.Const Warning: '(,)' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Constant' is ambiguous. It is defined * in Data.Functor.Constant * in Data.Functor.Constant 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.Constant 80% ( 12 / 15) in 'Data.Functor.Bind.Class' Missing documentation for: apDefault (src/Data/Functor/Bind/Class.hs:553) returning (src/Data/Functor/Bind/Class.hs:550) Biapply (src/Data/Functor/Bind/Class.hs:772) 100% ( 16 / 16) in 'Data.Functor.Apply' 33% ( 2 / 6) in 'Data.Semigroup.Bifoldable' Missing documentation for: Bifoldable1 bitraverse1_ (src/Data/Semigroup/Bifoldable.hs:46) bifor1_ (src/Data/Semigroup/Bifoldable.hs:50) bisequenceA1_ (src/Data/Semigroup/Bifoldable.hs:58) Warning: 'Day' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 6 / 6) in 'Data.Functor.Contravariant.Divise' Warning: 'Alt' is ambiguous. It is defined * in Data.Semigroup.Internal * in Data.Semigroup.Internal 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.Semigroup.Internal Warning: 'EitherDay' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Conclude' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 5 / 5) in 'Data.Functor.Contravariant.Decide' Warning: 'Plus' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 5 / 5) in 'Data.Functor.Contravariant.Conclude' Warning: ':*:' is ambiguous. It is defined * in GHC.Generics * in GHC.Generics 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.Generics 75% ( 15 / 20) in 'Data.Functor.Bind' Missing documentation for: -<< (src/Data/Functor/Bind.hs:53) -<- (src/Data/Functor/Bind.hs:59) ->- (src/Data/Functor/Bind.hs:56) apDefault (src/Data/Functor/Bind/Class.hs:553) returning (src/Data/Functor/Bind/Class.hs:550) 50% ( 2 / 4) in 'Data.Semigroupoid' Missing documentation for: WrappedCategory (src/Data/Semigroupoid.hs:71) Semi (src/Data/Semigroupoid.hs:80) 50% ( 1 / 2) in 'Data.Semigroupoid.Ob' Missing documentation for: Ob (src/Data/Semigroupoid/Ob.hs:29) 50% ( 1 / 2) in 'Data.Semigroupoid.Dual' Missing documentation for: Dual (src/Data/Semigroupoid/Dual.hs:21) 100% ( 3 / 3) in 'Data.Semigroupoid.Categorical' 100% ( 2 / 2) in 'Data.Groupoid' 50% ( 1 / 2) in 'Data.Isomorphism' Missing documentation for: Iso (src/Data/Isomorphism.hs:23) 100% ( 2 / 2) in 'Data.Functor.Bind.Trans' 62% ( 5 / 8) in 'Data.Bifunctor.Apply' Missing documentation for: Biapply (src/Data/Functor/Bind/Class.hs:772) <<$>> <<..>> (src/Data/Bifunctor/Apply.hs:28) Warning: 'ExceptT' is ambiguous. It is defined * in Control.Monad.Trans.Except * in Control.Monad.Trans.Except 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 Control.Monad.Trans.Except 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: 'Bind' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 5 / 5) in 'Data.Functor.Alt' 71% ( 10 / 14) in 'Data.Semigroup.Foldable' Missing documentation for: traverse1_ (src/Data/Semigroup/Foldable.hs:78) for1_ (src/Data/Semigroup/Foldable.hs:82) sequenceA1_ (src/Data/Semigroup/Foldable.hs:86) asum1 (src/Data/Semigroup/Foldable.hs:104) 33% ( 1 / 3) in 'Data.Semigroup.Traversable.Class' Missing documentation for: Bitraversable1 (src/Data/Semigroup/Traversable/Class.hs:59) Traversable1 (src/Data/Semigroup/Traversable/Class.hs:139) Warning: 'foldMap1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 88% ( 8 / 9) in 'Data.Semigroup.Traversable' Missing documentation for: Traversable1 (src/Data/Semigroup/Traversable/Class.hs:139) 33% ( 1 / 3) in 'Data.Semigroup.Bitraversable' Missing documentation for: Bitraversable1 (src/Data/Semigroup/Traversable/Class.hs:59) bifoldMap1Default (src/Data/Semigroup/Bitraversable.hs:25) 100% ( 5 / 5) in 'Data.Functor.Plus' Warning: 'Applicative' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Monad' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 90% ( 10 / 11) in 'Semigroupoids.Do' Missing documentation for: join 50% ( 1 / 2) in 'Data.Semigroupoid.Static' Missing documentation for: Static (src/Data/Semigroupoid/Static.hs:35) Warning: Data.Functor.Apply: could not find link destinations for: - Text.ParserCombinators.ReadP.P - Data.Biapplicative.Mag - Data.Graph.SetM Warning: Data.Functor.Bind: could not find link destinations for: - Text.ParserCombinators.ReadP.P - Data.Biapplicative.Mag - Data.Graph.SetM Documentation created: dist/doc/html/semigroupoids/, dist/doc/html/semigroupoids/semigroupoids.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/semigroupoids-6.0.2-4zVeHxTaybJ7T35FF8L1tu Completed semigroupoids-6.0.2 Configuring profunctors-5.6.3... Preprocessing library for profunctors-5.6.3.. Building library for profunctors-5.6.3.. [ 1 of 16] Compiling Data.Profunctor.Unsafe ( src/Data/Profunctor/Unsafe.hs, dist/build/Data/Profunctor/Unsafe.o, dist/build/Data/Profunctor/Unsafe.dyn_o ) [ 2 of 16] Compiling Data.Profunctor.Types ( src/Data/Profunctor/Types.hs, dist/build/Data/Profunctor/Types.o, dist/build/Data/Profunctor/Types.dyn_o ) [ 3 of 16] Compiling Data.Profunctor.Monad ( src/Data/Profunctor/Monad.hs, dist/build/Data/Profunctor/Monad.o, dist/build/Data/Profunctor/Monad.dyn_o ) [ 4 of 16] Compiling Data.Profunctor.Adjunction ( src/Data/Profunctor/Adjunction.hs, dist/build/Data/Profunctor/Adjunction.o, dist/build/Data/Profunctor/Adjunction.dyn_o ) [ 5 of 16] Compiling Data.Profunctor.Strong ( src/Data/Profunctor/Strong.hs, dist/build/Data/Profunctor/Strong.o, dist/build/Data/Profunctor/Strong.dyn_o ) [ 6 of 16] Compiling Data.Profunctor.Closed ( src/Data/Profunctor/Closed.hs, dist/build/Data/Profunctor/Closed.o, dist/build/Data/Profunctor/Closed.dyn_o ) [ 7 of 16] Compiling Data.Profunctor.Choice ( src/Data/Profunctor/Choice.hs, dist/build/Data/Profunctor/Choice.o, dist/build/Data/Profunctor/Choice.dyn_o ) [ 8 of 16] Compiling Data.Profunctor.Traversing ( src/Data/Profunctor/Traversing.hs, dist/build/Data/Profunctor/Traversing.o, dist/build/Data/Profunctor/Traversing.dyn_o ) [ 9 of 16] Compiling Data.Profunctor.Mapping ( src/Data/Profunctor/Mapping.hs, dist/build/Data/Profunctor/Mapping.o, dist/build/Data/Profunctor/Mapping.dyn_o ) [10 of 16] Compiling Data.Profunctor ( src/Data/Profunctor.hs, dist/build/Data/Profunctor.o, dist/build/Data/Profunctor.dyn_o ) [11 of 16] Compiling Data.Profunctor.Sieve ( src/Data/Profunctor/Sieve.hs, dist/build/Data/Profunctor/Sieve.o, dist/build/Data/Profunctor/Sieve.dyn_o ) [12 of 16] Compiling Data.Profunctor.Rep ( src/Data/Profunctor/Rep.hs, dist/build/Data/Profunctor/Rep.o, dist/build/Data/Profunctor/Rep.dyn_o ) [13 of 16] Compiling Data.Profunctor.Composition ( src/Data/Profunctor/Composition.hs, dist/build/Data/Profunctor/Composition.o, dist/build/Data/Profunctor/Composition.dyn_o ) [14 of 16] Compiling Data.Profunctor.Ran ( src/Data/Profunctor/Ran.hs, dist/build/Data/Profunctor/Ran.o, dist/build/Data/Profunctor/Ran.dyn_o ) [15 of 16] Compiling Data.Profunctor.Cayley ( src/Data/Profunctor/Cayley.hs, dist/build/Data/Profunctor/Cayley.o, dist/build/Data/Profunctor/Cayley.dyn_o ) [16 of 16] Compiling Data.Profunctor.Yoneda ( src/Data/Profunctor/Yoneda.hs, dist/build/Data/Profunctor/Yoneda.o, dist/build/Data/Profunctor/Yoneda.dyn_o ) Preprocessing library for profunctors-5.6.3.. Running Haddock on library for profunctors-5.6.3.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 16] Compiling Data.Profunctor.Unsafe ( src/Data/Profunctor/Unsafe.hs, nothing ) [ 2 of 16] Compiling Data.Profunctor.Types ( src/Data/Profunctor/Types.hs, nothing ) [ 3 of 16] Compiling Data.Profunctor.Monad ( src/Data/Profunctor/Monad.hs, nothing ) [ 4 of 16] Compiling Data.Profunctor.Adjunction ( src/Data/Profunctor/Adjunction.hs, nothing ) [ 5 of 16] Compiling Data.Profunctor.Strong ( src/Data/Profunctor/Strong.hs, nothing ) [ 6 of 16] Compiling Data.Profunctor.Closed ( src/Data/Profunctor/Closed.hs, nothing ) [ 7 of 16] Compiling Data.Profunctor.Choice ( src/Data/Profunctor/Choice.hs, nothing ) [ 8 of 16] Compiling Data.Profunctor.Traversing ( src/Data/Profunctor/Traversing.hs, nothing ) [ 9 of 16] Compiling Data.Profunctor.Mapping ( src/Data/Profunctor/Mapping.hs, nothing ) [10 of 16] Compiling Data.Profunctor ( src/Data/Profunctor.hs, nothing ) [11 of 16] Compiling Data.Profunctor.Sieve ( src/Data/Profunctor/Sieve.hs, nothing ) [12 of 16] Compiling Data.Profunctor.Rep ( src/Data/Profunctor/Rep.hs, nothing ) [13 of 16] Compiling Data.Profunctor.Composition ( src/Data/Profunctor/Composition.hs, nothing ) [14 of 16] Compiling Data.Profunctor.Ran ( src/Data/Profunctor/Ran.hs, nothing ) [15 of 16] Compiling Data.Profunctor.Cayley ( src/Data/Profunctor/Cayley.hs, nothing ) [16 of 16] Compiling Data.Profunctor.Yoneda ( src/Data/Profunctor/Yoneda.hs, nothing ) Haddock coverage: Warning: 'unsafeCoerce' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 3 / 3) in 'Data.Profunctor.Unsafe' Warning: 'Forget' is ambiguous. It is defined * at src/Data/Profunctor/Types.hs:221:24 * at src/Data/Profunctor/Types.hs:221: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/Profunctor/Types.hs:221:1 Warning: 'Costar' is ambiguous. It is defined * at src/Data/Profunctor/Types.hs:124:24 * at src/Data/Profunctor/Types.hs:124: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/Profunctor/Types.hs:124:1 Warning: 'Star' is ambiguous. It is defined * at src/Data/Profunctor/Types.hs:68:22 * at src/Data/Profunctor/Types.hs:68: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/Profunctor/Types.hs:68:1 100% ( 7 / 7) in 'Data.Profunctor.Types' 100% ( 4 / 4) in 'Data.Profunctor.Monad' 100% ( 2 / 2) in 'Data.Profunctor.Adjunction' Warning: 'Procompose' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Pastro' is ambiguous. It is defined * at src/Data/Profunctor/Strong.hs:274:3 * at src/Data/Profunctor/Strong.hs:273: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/Profunctor/Strong.hs:273:1 Warning: 'Tambara' is ambiguous. It is defined * at src/Data/Profunctor/Strong.hs:170:25 * at src/Data/Profunctor/Strong.hs:170: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/Profunctor/Strong.hs:170:1 Warning: 'Star' is ambiguous. It is defined * at src/Data/Profunctor/Types.hs:68:22 * at src/Data/Profunctor/Types.hs:68: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/Profunctor/Types.hs:68:1 88% ( 15 / 17) in 'Data.Profunctor.Strong' Missing documentation for: uncurry' (src/Data/Profunctor/Strong.hs:98) strong (src/Data/Profunctor/Strong.hs:102) Warning: 'Closure' is ambiguous. It is defined * at src/Data/Profunctor/Closed.hs:106:25 * at src/Data/Profunctor/Closed.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 src/Data/Profunctor/Closed.hs:106:1 71% ( 5 / 7) in 'Data.Profunctor.Closed' Missing documentation for: Environment (src/Data/Profunctor/Closed.hs:195) curry' (src/Data/Profunctor/Closed.hs:96) Warning: 'CopastroSum' is ambiguous. It is defined * at src/Data/Profunctor/Choice.hs:422:29 * at src/Data/Profunctor/Choice.hs:422: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/Profunctor/Choice.hs:422:1 Warning: 'CotambaraSum' is ambiguous. It is defined * at src/Data/Profunctor/Choice.hs:378:5 * at src/Data/Profunctor/Choice.hs:377: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/Profunctor/Choice.hs:377:1 Warning: 'absurd' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Costar' is ambiguous. It is defined * at src/Data/Profunctor/Types.hs:124:24 * at src/Data/Profunctor/Types.hs:124: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/Profunctor/Types.hs:124:1 Warning: 'costrength' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 92% ( 12 / 13) in 'Data.Profunctor.Choice' Missing documentation for: Cochoice (src/Data/Profunctor/Choice.hs:294) Warning: 'Compose' is ambiguous. It is defined * in Data.Functor.Compose * in Data.Functor.Compose 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.Compose 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 57% ( 8 / 14) in 'Data.Profunctor.Traversing' Missing documentation for: Module header CofreeTraversing (src/Data/Profunctor/Traversing.hs:137) firstTraversing (src/Data/Profunctor/Traversing.hs:36) secondTraversing (src/Data/Profunctor/Traversing.hs:39) leftTraversing (src/Data/Profunctor/Traversing.hs:60) rightTraversing (src/Data/Profunctor/Traversing.hs:63) 44% ( 4 / 9) in 'Data.Profunctor.Mapping' Missing documentation for: Mapping (src/Data/Profunctor/Mapping.hs:39) CofreeMapping (src/Data/Profunctor/Mapping.hs:89) wanderMapping (src/Data/Profunctor/Mapping.hs:81) traverseMapping (src/Data/Profunctor/Mapping.hs:84) closedMapping (src/Data/Profunctor/Mapping.hs:87) 80% ( 16 / 20) in 'Data.Profunctor' Missing documentation for: uncurry' (src/Data/Profunctor/Strong.hs:98) curry' (src/Data/Profunctor/Closed.hs:96) Mapping (src/Data/Profunctor/Mapping.hs:39) Cochoice (src/Data/Profunctor/Choice.hs:294) Warning: 'Costar' is ambiguous. It is defined * at src/Data/Profunctor/Types.hs:124:24 * at src/Data/Profunctor/Types.hs:124: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/Profunctor/Types.hs:124:1 Warning: 'Star' is ambiguous. It is defined * at src/Data/Profunctor/Types.hs:68:22 * at src/Data/Profunctor/Types.hs:68: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/Profunctor/Types.hs:68:1 100% ( 3 / 3) in 'Data.Profunctor.Sieve' Warning: 'Prep' is ambiguous. It is defined * at src/Data/Profunctor/Rep.hs:188:3 * at src/Data/Profunctor/Rep.hs:187: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/Profunctor/Rep.hs:187:1 Warning: 'Star' is ambiguous. It is defined * at src/Data/Profunctor/Types.hs:68:22 * at src/Data/Profunctor/Types.hs:68: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/Profunctor/Types.hs:68:1 Warning: 'Iso'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Coprep' is ambiguous. It is defined * at src/Data/Profunctor/Rep.hs:224:22 * at src/Data/Profunctor/Rep.hs:224: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/Profunctor/Rep.hs:224:1 Warning: 'Costar' is ambiguous. It is defined * at src/Data/Profunctor/Types.hs:124:24 * at src/Data/Profunctor/Types.hs:124: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/Profunctor/Types.hs:124:1 70% ( 17 / 24) in 'Data.Profunctor.Rep' Missing documentation for: prepAdj (src/Data/Profunctor/Rep.hs:206) unprepAdj (src/Data/Profunctor/Rep.hs:209) prepUnit (src/Data/Profunctor/Rep.hs:212) prepCounit (src/Data/Profunctor/Rep.hs:215) uncoprepAdj (src/Data/Profunctor/Rep.hs:240) coprepUnit (src/Data/Profunctor/Rep.hs:243) coprepCounit (src/Data/Profunctor/Rep.hs:246) Warning: 'Rift' is ambiguous. It is defined * at src/Data/Profunctor/Composition.hs:255:24 * at src/Data/Profunctor/Composition.hs:255: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/Profunctor/Composition.hs:255:1 Warning: 'Procompose' is ambiguous. It is defined * at src/Data/Profunctor/Composition.hs:70:3 * at src/Data/Profunctor/Composition.hs:69: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/Profunctor/Composition.hs:69:1 Warning: 'Star' is ambiguous. It is defined * at src/Data/Profunctor/Types.hs:68:22 * at src/Data/Profunctor/Types.hs:68: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/Profunctor/Types.hs:68:1 Warning: 'Compose' is ambiguous. It is defined * in Data.Functor.Compose * in Data.Functor.Compose 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.Compose Warning: 'Costar' is ambiguous. It is defined * at src/Data/Profunctor/Types.hs:124:24 * at src/Data/Profunctor/Types.hs:124: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/Profunctor/Types.hs:124:1 Warning: 'Kleisli' is ambiguous. It is defined * in Control.Arrow * in Control.Arrow 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 Control.Arrow Warning: 'Cokleisli' is ambiguous. It is defined * in Control.Comonad * in Control.Comonad 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 Control.Comonad 89% ( 17 / 19) in 'Data.Profunctor.Composition' Missing documentation for: procomposed (src/Data/Profunctor/Composition.hs:80) mu (src/Data/Profunctor/Composition.hs:311) Warning: 'Codensity' is ambiguous. It is defined * at src/Data/Profunctor/Ran.hs:108:27 * at src/Data/Profunctor/Ran.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 src/Data/Profunctor/Ran.hs:108:1 Warning: 'Ran' is ambiguous. It is defined * at src/Data/Profunctor/Ran.hs:46:23 * at src/Data/Profunctor/Ran.hs:46: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/Profunctor/Ran.hs:46:1 Warning: 'counit' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 50% ( 4 / 8) in 'Data.Profunctor.Ran' Missing documentation for: precomposeRan (src/Data/Profunctor/Ran.hs:86) curryRan (src/Data/Profunctor/Ran.hs:90) uncurryRan (src/Data/Profunctor/Ran.hs:94) decomposeCodensity (src/Data/Profunctor/Ran.hs:133) Warning: 'Cayley' is ambiguous. It is defined * at src/Data/Profunctor/Cayley.hs:32:26 * at src/Data/Profunctor/Cayley.hs:32: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/Profunctor/Cayley.hs:32:1 66% ( 2 / 3) in 'Data.Profunctor.Cayley' Missing documentation for: mapCayley (src/Data/Profunctor/Cayley.hs:108) 85% ( 6 / 7) in 'Data.Profunctor.Yoneda' Missing documentation for: Coyoneda (src/Data/Profunctor/Yoneda.hs:135) Warning: Data.Profunctor.Types: could not find link destinations for: - Data.Profunctor.Rep.D:R:RepForget - Data.Profunctor.Rep.D:R:RepStar - Data.Profunctor.Rep.D:R:CorepCostar Warning: Data.Profunctor: could not find link destinations for: - Data.Profunctor.Rep.D:R:RepForget - Data.Profunctor.Rep.D:R:RepStar - Data.Profunctor.Rep.D:R:CorepCostar Warning: Data.Profunctor.Rep: could not find link destinations for: - Data.Profunctor.Rep.Iso - Data.Profunctor.Rep.D:R:RepForget - Data.Profunctor.Rep.D:R:RepStar - Data.Profunctor.Rep.D:R:RepKleisli - Data.Profunctor.Rep.D:R:RepFUN - Data.Profunctor.Rep.D:R:CorepCostar - Data.Profunctor.Rep.D:R:CorepTagged - Data.Profunctor.Rep.D:R:CorepCokleisli - Data.Profunctor.Rep.D:R:CorepFUN - Data.Profunctor.Composition.D:R:CorepProcompose - Data.Profunctor.Composition.D:R:RepProcompose Warning: Data.Profunctor.Composition: could not find link destinations for: - Data.Profunctor.Composition.Iso - Data.Profunctor.Composition.D:R:CorepProcompose - Data.Profunctor.Composition.D:R:RepProcompose Documentation created: dist/doc/html/profunctors/, dist/doc/html/profunctors/profunctors.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/profunctors-5.6.3-Kf5GyoUdvst3dHdq4pqpsT Completed profunctors-5.6.3 Configuring ansi-wl-pprint-1.0.2... Preprocessing library for ansi-wl-pprint-1.0.2.. Building library for ansi-wl-pprint-1.0.2.. [1 of 1] Compiling Text.PrettyPrint.ANSI.Leijen ( Text/PrettyPrint/ANSI/Leijen.hs, dist/build/Text/PrettyPrint/ANSI/Leijen.o, dist/build/Text/PrettyPrint/ANSI/Leijen.dyn_o ) Text/PrettyPrint/ANSI/Leijen.hs:165:1: warning: [GHC-15328] [-Wdeprecations] Module Text.PrettyPrint.ANSI.Leijen is deprecated: "Compatibility module for users of ansi-wl-pprint - use \"Prettyprinter\" instead" | 165 | import "prettyprinter-compat-ansi-wl-pprint" Text.PrettyPrint.ANSI.Leijen | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Preprocessing library for ansi-wl-pprint-1.0.2.. Running Haddock on library for ansi-wl-pprint-1.0.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Text.PrettyPrint.ANSI.Leijen ( Text/PrettyPrint/ANSI/Leijen.hs, nothing ) Text/PrettyPrint/ANSI/Leijen.hs:165:1: warning: [GHC-15328] [-Wdeprecations] Module Text.PrettyPrint.ANSI.Leijen is deprecated: "Compatibility module for users of ansi-wl-pprint - use \"Prettyprinter\" instead" | 165 | import "prettyprinter-compat-ansi-wl-pprint" Text.PrettyPrint.ANSI.Leijen | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Haddock coverage: Warning: 'String' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 18% ( 26 /141) in 'Text.PrettyPrint.ANSI.Leijen' Missing documentation for: Doc empty char text string int integer float double rational bool nest line linebreak group softline softbreak hardline flatAlt align hang indent encloseSep list tupled semiBraces <+> <$> <$$> hsep vsep fillSep sep hcat vcat fillCat cat punctuate fill fillBreak enclose squotes dquotes parens angles braces brackets lparen rparen langle rangle lbrace rbrace lbracket rbracket squote dquote semi colon comma space dot backslash equals black red green yellow blue magenta cyan white dullblack dullred dullgreen dullyellow dullblue dullmagenta dullcyan dullwhite onblack onred ongreen onyellow onblue onmagenta oncyan onwhite ondullblack ondullred ondullgreen ondullyellow ondullblue ondullmagenta ondullcyan ondullwhite bold debold underline deunderline plain SimpleDoc renderPretty renderCompact renderSmart displayS displayIO putDoc hPutDoc column columns nesting width Documentation created: dist/doc/html/ansi-wl-pprint/, dist/doc/html/ansi-wl-pprint/ansi-wl-pprint.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ansi-wl-pprint-1.0.2-FjE2vzut2XvHrIUUm3azzd Completed ansi-wl-pprint-1.0.2 Configuring temporary-1.3... Preprocessing library for temporary-1.3.. Building library for temporary-1.3.. [1 of 1] Compiling System.IO.Temp ( System/IO/Temp.hs, dist/build/System/IO/Temp.o, dist/build/System/IO/Temp.dyn_o ) Preprocessing library for temporary-1.3.. Running Haddock on library for temporary-1.3.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling System.IO.Temp ( System/IO/Temp.hs, nothing ) Haddock coverage: 100% ( 16 / 16) in 'System.IO.Temp' Documentation created: dist/doc/html/temporary/, dist/doc/html/temporary/temporary.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/temporary-1.3-8URJA83coTRIPzHu64MYtA Completed temporary-1.3 Configuring process-1.6.26.1... configure: WARNING: unrecognized options: --with-compiler checking for gcc... /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc accepts -g... yes checking for /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc option to enable C11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for vfork.h... no checking for pid_t... yes checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for signal.h... yes checking for sys/wait.h... yes checking for fcntl.h... yes checking for setitimer... yes checking for sysconf... yes checking for execvpe... yes checking for pipe2... yes checking for spawn.h... yes checking for posix_spawnp... yes checking for posix_spawn_file_actions_addchdir_np... yes checking for posix_spawn_file_actions_addchdir... no checking for /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc options needed to detect all undeclared functions... none needed checking whether POSIX_SPAWN_SETSID is declared... yes checking whether POSIX_SPAWN_SETSID_NP is declared... no checking whether POSIX_SPAWN_SETPGROUP is declared... yes checking whether posix_spawn reports errors sensibly... yes checking value of SIG_DFL... -1 checking value of SIG_IGN... -1 configure: creating ./config.status config.status: creating include/HsProcessConfig.h configure: WARNING: unrecognized options: --with-compiler Preprocessing library for process-1.6.26.1.. Building library for process-1.6.26.1.. [1 of 8] Compiling System.Process.Common ( System/Process/Common.hs, dist/build/System/Process/Common.o, dist/build/System/Process/Common.dyn_o ) [2 of 8] Compiling System.Process.Environment.OsString ( System/Process/Environment/OsString.hs, dist/build/System/Process/Environment/OsString.o, dist/build/System/Process/Environment/OsString.dyn_o ) [3 of 8] Compiling System.Process.Posix ( System/Process/Posix.hs, dist/build/System/Process/Posix.o, dist/build/System/Process/Posix.dyn_o ) [4 of 8] Compiling System.Process.Internals ( System/Process/Internals.hs, dist/build/System/Process/Internals.o, dist/build/System/Process/Internals.dyn_o ) [5 of 8] Compiling System.Process.CommunicationHandle.Internal ( dist/build/System/Process/CommunicationHandle/Internal.hs, dist/build/System/Process/CommunicationHandle/Internal.o, dist/build/System/Process/CommunicationHandle/Internal.dyn_o ) [6 of 8] Compiling System.Process ( System/Process.hs, dist/build/System/Process.o, dist/build/System/Process.dyn_o ) [7 of 8] Compiling System.Process.CommunicationHandle ( System/Process/CommunicationHandle.hs, dist/build/System/Process/CommunicationHandle.o, dist/build/System/Process/CommunicationHandle.dyn_o ) [8 of 8] Compiling System.Cmd ( System/Cmd.hs, dist/build/System/Cmd.o, dist/build/System/Cmd.dyn_o ) Preprocessing library for process-1.6.26.1.. Running Haddock on library for process-1.6.26.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 8] Compiling System.Process.Common ( System/Process/Common.hs, nothing ) [2 of 8] Compiling System.Process.Environment.OsString ( System/Process/Environment/OsString.hs, nothing ) [3 of 8] Compiling System.Process.Posix ( System/Process/Posix.hs, nothing ) [4 of 8] Compiling System.Process.Internals ( System/Process/Internals.hs, nothing ) [5 of 8] Compiling System.Process.CommunicationHandle.Internal ( dist/build/System/Process/CommunicationHandle/Internal.hs, nothing ) [6 of 8] Compiling System.Process ( System/Process.hs, nothing ) [7 of 8] Compiling System.Process.CommunicationHandle ( System/Process/CommunicationHandle.hs, nothing ) [8 of 8] Compiling System.Cmd ( System/Cmd.hs, nothing ) Haddock coverage: Warning: 'ProcessHandle' is ambiguous. It is defined * at System/Process/Common.hs:232:5 * at System/Process/Common.hs:231: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 System/Process/Common.hs:231:1 Warning: 'OsString' is ambiguous. It is defined * in System.OsString.Internal.Types * in System.OsString.Internal.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 System.OsString.Internal.Types 100% ( 4 / 4) in 'System.Process.Environment.OsString' Warning: 'runInteractiveProcess' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'createProcess' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'spawnProcess' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 31% ( 11 / 35) in 'System.Process.Internals' Missing documentation for: ProcessHandle__ (System/Process/Common.hs:208) PHANDLE (System/Process/Common.hs:91) closePHANDLE (System/Process/Posix.hs:63) mkProcessHandle (System/Process/Posix.hs:57) CGid GroupID UserID modifyProcessHandle (System/Process/Common.hs:246) withProcessHandle (System/Process/Common.hs:252) CreateProcess (System/Process/Common.hs:93) CmdSpec (System/Process/Common.hs:143) StdStream (System/Process/Common.hs:185) runGenProcess_ (System/Process/Internals.hs:184) startDelegateControlC (System/Process/Posix.hs:220) endDelegateControlC (System/Process/Posix.hs:257) stopDelegateControlC (System/Process/Posix.hs:240) unwrapHandles (System/Process/Internals.hs:171) pPrPr_disableITimers c_execvpe ignoreSignal (System/Process/Posix.hs:315) defaultSignal (System/Process/Posix.hs:316) withFilePathException (System/Process/Common.hs:238) withCEnvironment (System/Process/Posix.hs:102) translate (System/Process/Internals.hs:165) Warning: 'CommunicationHandle' is ambiguous. It is defined * at System/Process/CommunicationHandle/Internal.hsc:97:3 * at System/Process/CommunicationHandle/Internal.hsc:96: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 System/Process/CommunicationHandle/Internal.hsc:96:1 Warning: 'createWeReadTheyWritePipe' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'createTheyReadWeWritePipe' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'openCommunicationHandleWrite' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'openCommunicationHandleRead' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'readCreateProcessWithExitCodeCommunicationHandle' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'swap' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 85% ( 6 / 7) in 'System.Process.CommunicationHandle.Internal' Missing documentation for: Module header Warning: 'CreateProcess' is ambiguous. It is defined * at System/Process/Common.hs:93:22 * at System/Process/Common.hs:93: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 System/Process/Common.hs:93:1 Warning: 'handle' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ProcessHandle' is ambiguous. It is defined * at System/Process/Common.hs:232:5 * at System/Process/Common.hs:231: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 System/Process/Common.hs:231:1 Warning: 'getCurrentProcessId' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'UserInterrupt' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Cannot find documentation for: $windows-mitigations 93% ( 44 / 47) in 'System.Process' Missing documentation for: CreateProcess (System/Process/Common.hs:93) CmdSpec (System/Process/Common.hs:143) StdStream (System/Process/Common.hs:185) Warning: 'CommunicationHandle' is ambiguous. It is defined * at System/Process/CommunicationHandle/Internal.hsc:97:3 * at System/Process/CommunicationHandle/Internal.hsc:96: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 System/Process/CommunicationHandle/Internal.hsc:96:1 Warning: 'readCreateProcessWithExitCode' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 90% ( 10 / 11) in 'System.Process.CommunicationHandle' Missing documentation for: Module header 100% ( 3 / 3) in 'System.Cmd' Documentation created: dist/doc/html/process/, dist/doc/html/process/process.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/process-1.6.26.1-4BJTLz398Ls1f2ZfV7QVtc Completed process-1.6.26.1 Configuring network-3.2.8.0... configure: WARNING: unrecognized options: --with-compiler checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for gcc... /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc accepts -g... yes checking for /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc option to enable C11 features... none needed checking for an ANSI C-conforming const... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for limits.h... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/types.h... (cached) yes checking for fcntl.h... yes checking for sys/uio.h... yes checking for sys/socket.h... yes checking for netinet/in.h... yes checking for netinet/tcp.h... yes checking for sys/un.h... yes checking for arpa/inet.h... yes checking for netdb.h... yes checking for net/if.h... yes checking for netioapi.h... no checking for struct ucred... yes checking for gai_strerror... yes checking for gethostent... yes checking for accept4... yes checking for getpeereid... no checking for /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc options needed to detect all undeclared functions... none needed checking whether AI_ADDRCONFIG is declared... yes checking whether AI_ALL is declared... yes checking whether AI_NUMERICSERV is declared... yes checking whether AI_V4MAPPED is declared... yes checking whether IPV6_V6ONLY is declared... yes checking whether IPPROTO_IP is declared... yes checking whether IPPROTO_TCP is declared... yes checking whether IPPROTO_IPV6 is declared... yes checking whether SO_PEERCRED is declared... yes checking whether IP_DONTFRAG is declared... no checking whether IP_MTU_DISCOVER is declared... yes checking for struct msghdr.msg_control... yes checking for struct msghdr.msg_accrights... no checking for struct sockaddr.sa_len... no configure: creating ./network.buildinfo configure: creating ./config.status config.status: creating include/HsNetworkConfig.h configure: WARNING: unrecognized options: --with-compiler Preprocessing library for network-3.2.8.0.. Building library for network-3.2.8.0.. [ 1 of 29] Compiling Network.Socket.Imports ( Network/Socket/Imports.hs, dist/build/Network/Socket/Imports.o, dist/build/Network/Socket/Imports.dyn_o ) [ 2 of 29] Compiling Network.Socket.If ( Network/Socket/If.hs, dist/build/Network/Socket/If.o, dist/build/Network/Socket/If.dyn_o ) [ 3 of 29] Compiling Network.Socket.Flag ( dist/build/Network/Socket/Flag.hs, dist/build/Network/Socket/Flag.o, dist/build/Network/Socket/Flag.dyn_o ) [ 4 of 29] Compiling Network.Socket.Cbits ( dist/build/Network/Socket/Cbits.hs, dist/build/Network/Socket/Cbits.o, dist/build/Network/Socket/Cbits.dyn_o ) [ 5 of 29] Compiling Network.Socket.Fcntl ( Network/Socket/Fcntl.hs, dist/build/Network/Socket/Fcntl.o, dist/build/Network/Socket/Fcntl.dyn_o ) [ 6 of 29] Compiling Network.Socket.Posix.IOVec ( dist/build/Network/Socket/Posix/IOVec.hs, dist/build/Network/Socket/Posix/IOVec.o, dist/build/Network/Socket/Posix/IOVec.dyn_o ) [ 7 of 29] Compiling Network.Socket.ReadShow ( Network/Socket/ReadShow.hs, dist/build/Network/Socket/ReadShow.o, dist/build/Network/Socket/ReadShow.dyn_o ) [ 8 of 29] Compiling Network.Socket.Types ( dist/build/Network/Socket/Types.hs, dist/build/Network/Socket/Types.o, dist/build/Network/Socket/Types.dyn_o ) [ 9 of 29] Compiling Network.Socket.STM ( Network/Socket/STM.hs, dist/build/Network/Socket/STM.o, dist/build/Network/Socket/STM.dyn_o ) [10 of 29] Compiling Network.Socket.Posix.Cmsg ( dist/build/Network/Socket/Posix/Cmsg.hs, dist/build/Network/Socket/Posix/Cmsg.o, dist/build/Network/Socket/Posix/Cmsg.dyn_o ) [11 of 29] Compiling Network.Socket.Internal ( Network/Socket/Internal.hs, dist/build/Network/Socket/Internal.o, dist/build/Network/Socket/Internal.dyn_o ) [12 of 29] Compiling Network.Socket.Posix.MsgHdr ( dist/build/Network/Socket/Posix/MsgHdr.hs, dist/build/Network/Socket/Posix/MsgHdr.o, dist/build/Network/Socket/Posix/MsgHdr.dyn_o ) [13 of 29] Compiling Network.Socket.Posix.CmsgHdr ( dist/build/Network/Socket/Posix/CmsgHdr.hs, dist/build/Network/Socket/Posix/CmsgHdr.o, dist/build/Network/Socket/Posix/CmsgHdr.dyn_o ) [14 of 29] Compiling Network.Socket.Options ( dist/build/Network/Socket/Options.hs, dist/build/Network/Socket/Options.o, dist/build/Network/Socket/Options.dyn_o ) [15 of 29] Compiling Network.Socket.Syscall ( Network/Socket/Syscall.hs, dist/build/Network/Socket/Syscall.o, dist/build/Network/Socket/Syscall.dyn_o ) [16 of 29] Compiling Network.Socket.Name ( Network/Socket/Name.hs, dist/build/Network/Socket/Name.o, dist/build/Network/Socket/Name.dyn_o ) [17 of 29] Compiling Network.Socket.Info ( dist/build/Network/Socket/Info.hs, dist/build/Network/Socket/Info.o, dist/build/Network/Socket/Info.dyn_o ) [18 of 29] Compiling Network.Socket.Handle ( Network/Socket/Handle.hs, dist/build/Network/Socket/Handle.o, dist/build/Network/Socket/Handle.dyn_o ) [19 of 29] Compiling Network.Socket.ByteString.Internal ( Network/Socket/ByteString/Internal.hs, dist/build/Network/Socket/ByteString/Internal.o, dist/build/Network/Socket/ByteString/Internal.dyn_o ) [20 of 29] Compiling Network.Socket.Buffer ( dist/build/Network/Socket/Buffer.hs, dist/build/Network/Socket/Buffer.o, dist/build/Network/Socket/Buffer.dyn_o ) [21 of 29] Compiling Network.Socket.SockAddr ( Network/Socket/SockAddr.hs, dist/build/Network/Socket/SockAddr.o, dist/build/Network/Socket/SockAddr.dyn_o ) [22 of 29] Compiling Network.Socket.Shutdown ( Network/Socket/Shutdown.hs, dist/build/Network/Socket/Shutdown.o, dist/build/Network/Socket/Shutdown.dyn_o ) [23 of 29] Compiling Network.Socket.ByteString.IO ( dist/build/Network/Socket/ByteString/IO.hs, dist/build/Network/Socket/ByteString/IO.o, dist/build/Network/Socket/ByteString/IO.dyn_o ) [24 of 29] Compiling Network.Socket.ByteString.Lazy.Posix ( Network/Socket/ByteString/Lazy/Posix.hs, dist/build/Network/Socket/ByteString/Lazy/Posix.o, dist/build/Network/Socket/ByteString/Lazy/Posix.dyn_o ) [25 of 29] Compiling Network.Socket.ByteString ( Network/Socket/ByteString.hs, dist/build/Network/Socket/ByteString.o, dist/build/Network/Socket/ByteString.dyn_o ) [26 of 29] Compiling Network.Socket.Address ( Network/Socket/Address.hs, dist/build/Network/Socket/Address.o, dist/build/Network/Socket/Address.dyn_o ) [27 of 29] Compiling Network.Socket.Unix ( dist/build/Network/Socket/Unix.hs, dist/build/Network/Socket/Unix.o, dist/build/Network/Socket/Unix.dyn_o ) [28 of 29] Compiling Network.Socket ( Network/Socket.hs, dist/build/Network/Socket.o, dist/build/Network/Socket.dyn_o ) [29 of 29] Compiling Network.Socket.ByteString.Lazy ( Network/Socket/ByteString/Lazy.hs, dist/build/Network/Socket/ByteString/Lazy.o, dist/build/Network/Socket/ByteString/Lazy.dyn_o ) Preprocessing library for network-3.2.8.0.. Running Haddock on library for network-3.2.8.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 29] Compiling Network.Socket.Imports ( Network/Socket/Imports.hs, nothing ) [ 2 of 29] Compiling Network.Socket.If ( Network/Socket/If.hs, nothing ) [ 3 of 29] Compiling Network.Socket.Flag ( dist/build/Network/Socket/Flag.hs, nothing ) [ 4 of 29] Compiling Network.Socket.Cbits ( dist/build/Network/Socket/Cbits.hs, nothing ) [ 5 of 29] Compiling Network.Socket.Fcntl ( Network/Socket/Fcntl.hs, nothing ) [ 6 of 29] Compiling Network.Socket.Posix.IOVec ( dist/build/Network/Socket/Posix/IOVec.hs, nothing ) [ 7 of 29] Compiling Network.Socket.ReadShow ( Network/Socket/ReadShow.hs, nothing ) [ 8 of 29] Compiling Network.Socket.Types ( dist/build/Network/Socket/Types.hs, nothing ) [ 9 of 29] Compiling Network.Socket.STM ( Network/Socket/STM.hs, nothing ) [10 of 29] Compiling Network.Socket.Posix.Cmsg ( dist/build/Network/Socket/Posix/Cmsg.hs, nothing ) [11 of 29] Compiling Network.Socket.Internal ( Network/Socket/Internal.hs, nothing ) [12 of 29] Compiling Network.Socket.Posix.MsgHdr ( dist/build/Network/Socket/Posix/MsgHdr.hs, nothing ) [13 of 29] Compiling Network.Socket.Posix.CmsgHdr ( dist/build/Network/Socket/Posix/CmsgHdr.hs, nothing ) [14 of 29] Compiling Network.Socket.Options ( dist/build/Network/Socket/Options.hs, nothing ) [15 of 29] Compiling Network.Socket.Syscall ( Network/Socket/Syscall.hs, nothing ) [16 of 29] Compiling Network.Socket.Name ( Network/Socket/Name.hs, nothing ) [17 of 29] Compiling Network.Socket.Info ( dist/build/Network/Socket/Info.hs, nothing ) [18 of 29] Compiling Network.Socket.Handle ( Network/Socket/Handle.hs, nothing ) [19 of 29] Compiling Network.Socket.ByteString.Internal ( Network/Socket/ByteString/Internal.hs, nothing ) [20 of 29] Compiling Network.Socket.Buffer ( dist/build/Network/Socket/Buffer.hs, nothing ) [21 of 29] Compiling Network.Socket.SockAddr ( Network/Socket/SockAddr.hs, nothing ) [22 of 29] Compiling Network.Socket.Shutdown ( Network/Socket/Shutdown.hs, nothing ) [23 of 29] Compiling Network.Socket.ByteString.IO ( dist/build/Network/Socket/ByteString/IO.hs, nothing ) [24 of 29] Compiling Network.Socket.ByteString.Lazy.Posix ( Network/Socket/ByteString/Lazy/Posix.hs, nothing ) [25 of 29] Compiling Network.Socket.ByteString ( Network/Socket/ByteString.hs, nothing ) [26 of 29] Compiling Network.Socket.Address ( Network/Socket/Address.hs, nothing ) [27 of 29] Compiling Network.Socket.Unix ( dist/build/Network/Socket/Unix.hs, nothing ) [28 of 29] Compiling Network.Socket ( Network/Socket.hs, nothing ) [29 of 29] Compiling Network.Socket.ByteString.Lazy ( Network/Socket/ByteString/Lazy.hs, nothing ) Haddock coverage: Warning: 'Socket' is ambiguous. It is defined * at dist/build/Network/Socket/Types.hs:112:15 * at dist/build/Network/Socket/Types.hs:112: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 dist/build/Network/Socket/Types.hs:112:1 Warning: 'getAddrInfo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'CInt' is ambiguous. It is defined * in Foreign.C.Types * in Foreign.C.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 Foreign.C.Types Warning: 'Family' is ambiguous. It is defined * at Network/Socket/Types.hsc:398:18 * at Network/Socket/Types.hsc:398: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 Network/Socket/Types.hsc:398:1 Warning: 'CmsgId' is ambiguous. It is defined * at Network/Socket/Posix/Cmsg.hsc:38:15 * at Network/Socket/Posix/Cmsg.hsc:38: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 Network/Socket/Posix/Cmsg.hsc:38:1 Warning: 'Fds' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'IPv6PktInfo' is ambiguous. It is defined * at Network/Socket/Posix/Cmsg.hsc:215:20 * at Network/Socket/Posix/Cmsg.hsc:215: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 Network/Socket/Posix/Cmsg.hsc:215:1 Warning: 'IPv4PktInfo' is ambiguous. It is defined * at Network/Socket/Posix/Cmsg.hsc:182:20 * at Network/Socket/Posix/Cmsg.hsc:182: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 Network/Socket/Posix/Cmsg.hsc:182:1 Warning: 'IPv6TClass' is ambiguous. It is defined * at Network/Socket/Posix/Cmsg.hsc:172:22 * at Network/Socket/Posix/Cmsg.hsc:172: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 Network/Socket/Posix/Cmsg.hsc:172:1 Warning: 'IPv4TOS' is ambiguous. It is defined * at Network/Socket/Posix/Cmsg.hsc:162:19 * at Network/Socket/Posix/Cmsg.hsc:162: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 Network/Socket/Posix/Cmsg.hsc:162:1 Warning: 'IPv6HopLimit' is ambiguous. It is defined * at Network/Socket/Posix/Cmsg.hsc:152:24 * at Network/Socket/Posix/Cmsg.hsc:152: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 Network/Socket/Posix/Cmsg.hsc:152:1 Warning: 'IPv4TTL' is ambiguous. It is defined * at Network/Socket/Posix/Cmsg.hsc:141:19 * at Network/Socket/Posix/Cmsg.hsc:141: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 Network/Socket/Posix/Cmsg.hsc:141:1 100% ( 20 / 20) in 'Network.Socket.Internal' Warning: 'sendmsg' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'StructLinger' is ambiguous. It is defined * at Network/Socket/Options.hsc:500:21 * at Network/Socket/Options.hsc:500: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 Network/Socket/Options.hsc:500:1 Warning: 'CInt' is ambiguous. It is defined * in Foreign.C.Types * in Foreign.C.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 Foreign.C.Types Warning: 'setSocOptValue' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'SockOptValue' is ambiguous. It is defined * at Network/Socket/Options.hsc:528:3 * at Network/Socket/Options.hsc:527: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 Network/Socket/Options.hsc:527:1 Warning: 'AddrInfo' is ambiguous. It is defined * at Network/Socket/Info.hsc:104:17 * at Network/Socket/Info.hsc:104: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 Network/Socket/Info.hsc:104:1 Warning: 'inet_ntop' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'hClose' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'gracefulClose' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'socket' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Cannot find documentation for: $vectored 100% ( 17 / 17) in 'Network.Socket.ByteString' 100% ( 19 / 19) in 'Network.Socket.Address' Warning: 'True' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 97% (127 /130) in 'Network.Socket' Missing documentation for: AddrInfo (Network/Socket/Info.hsc:104) ShutdownCmd (Network/Socket/Shutdown.hs:28) packFamily 75% ( 6 / 8) in 'Network.Socket.ByteString.Lazy' Missing documentation for: send (Network/Socket/ByteString/Lazy/Posix.hs:29) sendAll (Network/Socket/ByteString/Lazy/Posix.hs:58) Warning: Network.Socket: could not find link destinations for: - Network.Socket.Info.GetAddrInfo Documentation created: dist/doc/html/network/, dist/doc/html/network/network.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/network-3.2.8.0-5blZXraWsAi1qEFKhI3BFt Completed network-3.2.8.0 Configuring Cabal-syntax-3.14.2.0... Preprocessing library for Cabal-syntax-3.14.2.0.. Building library for Cabal-syntax-3.14.2.0.. [ 1 of 136] Compiling Distribution.Compat.Binary ( src/Distribution/Compat/Binary.hs, dist/build/Distribution/Compat/Binary.o, dist/build/Distribution/Compat/Binary.dyn_o ) [ 2 of 136] Compiling Distribution.Compat.Exception ( src/Distribution/Compat/Exception.hs, dist/build/Distribution/Compat/Exception.o, dist/build/Distribution/Compat/Exception.dyn_o ) [ 3 of 136] Compiling Distribution.Compat.MonadFail ( src/Distribution/Compat/MonadFail.hs, dist/build/Distribution/Compat/MonadFail.o, dist/build/Distribution/Compat/MonadFail.dyn_o ) [ 4 of 136] Compiling Distribution.Compat.Newtype ( src/Distribution/Compat/Newtype.hs, dist/build/Distribution/Compat/Newtype.o, dist/build/Distribution/Compat/Newtype.dyn_o ) [ 5 of 136] Compiling Distribution.PackageDescription.Utils ( src/Distribution/PackageDescription/Utils.hs, dist/build/Distribution/PackageDescription/Utils.o, dist/build/Distribution/PackageDescription/Utils.dyn_o ) [ 6 of 136] Compiling Distribution.Utils.Base62 ( src/Distribution/Utils/Base62.hs, dist/build/Distribution/Utils/Base62.o, dist/build/Distribution/Utils/Base62.dyn_o ) [ 7 of 136] Compiling Distribution.Utils.MD5 ( src/Distribution/Utils/MD5.hs, dist/build/Distribution/Utils/MD5.o, dist/build/Distribution/Utils/MD5.dyn_o ) [ 8 of 136] Compiling Distribution.Utils.String ( src/Distribution/Utils/String.hs, dist/build/Distribution/Utils/String.o, dist/build/Distribution/Utils/String.dyn_o ) [ 9 of 136] Compiling Distribution.Utils.Structured ( src/Distribution/Utils/Structured.hs, dist/build/Distribution/Utils/Structured.o, dist/build/Distribution/Utils/Structured.dyn_o ) [ 10 of 136] Compiling Distribution.Compat.Semigroup ( src/Distribution/Compat/Semigroup.hs, dist/build/Distribution/Compat/Semigroup.o, dist/build/Distribution/Compat/Semigroup.dyn_o ) [ 11 of 136] Compiling Distribution.Compat.NonEmptySet ( src/Distribution/Compat/NonEmptySet.hs, dist/build/Distribution/Compat/NonEmptySet.o, dist/build/Distribution/Compat/NonEmptySet.dyn_o ) [ 12 of 136] Compiling Distribution.Compat.Prelude ( src/Distribution/Compat/Prelude.hs, dist/build/Distribution/Compat/Prelude.o, dist/build/Distribution/Compat/Prelude.dyn_o ) [ 13 of 136] Compiling Distribution.Utils.ShortText ( src/Distribution/Utils/ShortText.hs, dist/build/Distribution/Utils/ShortText.o, dist/build/Distribution/Utils/ShortText.dyn_o ) [ 14 of 136] Compiling Distribution.Utils.Generic ( src/Distribution/Utils/Generic.hs, dist/build/Distribution/Utils/Generic.o, dist/build/Distribution/Utils/Generic.dyn_o ) [ 15 of 136] Compiling Distribution.Types.Condition ( src/Distribution/Types/Condition.hs, dist/build/Distribution/Types/Condition.o, dist/build/Distribution/Types/Condition.dyn_o ) [ 16 of 136] Compiling Distribution.Parsec.Position ( src/Distribution/Parsec/Position.hs, dist/build/Distribution/Parsec/Position.o, dist/build/Distribution/Parsec/Position.dyn_o ) [ 17 of 136] Compiling Distribution.Parsec.Warning ( src/Distribution/Parsec/Warning.hs, dist/build/Distribution/Parsec/Warning.o, dist/build/Distribution/Parsec/Warning.dyn_o ) [ 18 of 136] Compiling Distribution.Parsec.FieldLineStream ( src/Distribution/Parsec/FieldLineStream.hs, dist/build/Distribution/Parsec/FieldLineStream.o, dist/build/Distribution/Parsec/FieldLineStream.dyn_o ) [ 19 of 136] Compiling Distribution.Parsec.Error ( src/Distribution/Parsec/Error.hs, dist/build/Distribution/Parsec/Error.o, dist/build/Distribution/Parsec/Error.dyn_o ) [ 20 of 136] Compiling Distribution.PackageDescription.Quirks ( src/Distribution/PackageDescription/Quirks.hs, dist/build/Distribution/PackageDescription/Quirks.o, dist/build/Distribution/PackageDescription/Quirks.dyn_o ) [ 21 of 136] Compiling Distribution.Fields.LexerMonad ( src/Distribution/Fields/LexerMonad.hs, dist/build/Distribution/Fields/LexerMonad.o, dist/build/Distribution/Fields/LexerMonad.dyn_o ) [ 22 of 136] Compiling Distribution.Fields.Lexer ( dist/build/Distribution/Fields/Lexer.hs, dist/build/Distribution/Fields/Lexer.o, dist/build/Distribution/Fields/Lexer.dyn_o ) [ 23 of 136] Compiling Distribution.Compat.Parsing ( src/Distribution/Compat/Parsing.hs, dist/build/Distribution/Compat/Parsing.o, dist/build/Distribution/Compat/Parsing.dyn_o ) [ 24 of 136] Compiling Distribution.Compat.DList ( src/Distribution/Compat/DList.hs, dist/build/Distribution/Compat/DList.o, dist/build/Distribution/Compat/DList.dyn_o ) [ 25 of 136] Compiling Distribution.Compat.Lens ( src/Distribution/Compat/Lens.hs, dist/build/Distribution/Compat/Lens.o, dist/build/Distribution/Compat/Lens.dyn_o ) [ 26 of 136] Compiling Distribution.Types.CondTree ( src/Distribution/Types/CondTree.hs, dist/build/Distribution/Types/CondTree.o, dist/build/Distribution/Types/CondTree.dyn_o ) [ 27 of 136] Compiling Distribution.Compat.CharParsing ( src/Distribution/Compat/CharParsing.hs, dist/build/Distribution/Compat/CharParsing.o, dist/build/Distribution/Compat/CharParsing.dyn_o ) [ 28 of 136] Compiling Distribution.CabalSpecVersion ( src/Distribution/CabalSpecVersion.hs, dist/build/Distribution/CabalSpecVersion.o, dist/build/Distribution/CabalSpecVersion.dyn_o ) [ 29 of 136] Compiling Distribution.SPDX.LicenseListVersion ( src/Distribution/SPDX/LicenseListVersion.hs, dist/build/Distribution/SPDX/LicenseListVersion.o, dist/build/Distribution/SPDX/LicenseListVersion.dyn_o ) [ 30 of 136] Compiling Distribution.Pretty ( src/Distribution/Pretty.hs, dist/build/Distribution/Pretty.o, dist/build/Distribution/Pretty.dyn_o ) [ 31 of 136] Compiling Distribution.Fields.Field ( src/Distribution/Fields/Field.hs, dist/build/Distribution/Fields/Field.o, dist/build/Distribution/Fields/Field.dyn_o ) [ 32 of 136] Compiling Distribution.Fields.Parser ( src/Distribution/Fields/Parser.hs, dist/build/Distribution/Fields/Parser.o, dist/build/Distribution/Fields/Parser.dyn_o ) [ 33 of 136] Compiling Distribution.Fields.Pretty ( src/Distribution/Fields/Pretty.hs, dist/build/Distribution/Fields/Pretty.o, dist/build/Distribution/Fields/Pretty.dyn_o ) [ 34 of 136] Compiling Distribution.Parsec ( src/Distribution/Parsec.hs, dist/build/Distribution/Parsec.o, dist/build/Distribution/Parsec.dyn_o ) [ 35 of 136] Compiling Distribution.Types.Version ( src/Distribution/Types/Version.hs, dist/build/Distribution/Types/Version.o, dist/build/Distribution/Types/Version.dyn_o ) [ 36 of 136] Compiling Distribution.Types.VersionRange.Internal ( src/Distribution/Types/VersionRange/Internal.hs, dist/build/Distribution/Types/VersionRange/Internal.o, dist/build/Distribution/Types/VersionRange/Internal.dyn_o ) [ 37 of 136] Compiling Distribution.Types.VersionInterval.Legacy ( src/Distribution/Types/VersionInterval/Legacy.hs, dist/build/Distribution/Types/VersionInterval/Legacy.o, dist/build/Distribution/Types/VersionInterval/Legacy.dyn_o ) [ 38 of 136] Compiling Distribution.Types.VersionInterval ( src/Distribution/Types/VersionInterval.hs, dist/build/Distribution/Types/VersionInterval.o, dist/build/Distribution/Types/VersionInterval.dyn_o ) [ 39 of 136] Compiling Distribution.Types.VersionRange ( src/Distribution/Types/VersionRange.hs, dist/build/Distribution/Types/VersionRange.o, dist/build/Distribution/Types/VersionRange.dyn_o ) [ 40 of 136] Compiling Distribution.Types.SourceRepo ( src/Distribution/Types/SourceRepo.hs, dist/build/Distribution/Types/SourceRepo.o, dist/build/Distribution/Types/SourceRepo.dyn_o ) [ 41 of 136] Compiling Distribution.Types.SourceRepo.Lens ( src/Distribution/Types/SourceRepo/Lens.hs, dist/build/Distribution/Types/SourceRepo/Lens.o, dist/build/Distribution/Types/SourceRepo/Lens.dyn_o ) [ 42 of 136] Compiling Distribution.Types.PkgconfigVersion ( src/Distribution/Types/PkgconfigVersion.hs, dist/build/Distribution/Types/PkgconfigVersion.o, dist/build/Distribution/Types/PkgconfigVersion.dyn_o ) [ 43 of 136] Compiling Distribution.Types.PkgconfigVersionRange ( src/Distribution/Types/PkgconfigVersionRange.hs, dist/build/Distribution/Types/PkgconfigVersionRange.o, dist/build/Distribution/Types/PkgconfigVersionRange.dyn_o ) [ 44 of 136] Compiling Distribution.Types.PkgconfigName ( src/Distribution/Types/PkgconfigName.hs, dist/build/Distribution/Types/PkgconfigName.o, dist/build/Distribution/Types/PkgconfigName.dyn_o ) [ 45 of 136] Compiling Distribution.Types.PkgconfigDependency ( src/Distribution/Types/PkgconfigDependency.hs, dist/build/Distribution/Types/PkgconfigDependency.o, dist/build/Distribution/Types/PkgconfigDependency.dyn_o ) [ 46 of 136] Compiling Distribution.Types.PackageName ( src/Distribution/Types/PackageName.hs, dist/build/Distribution/Types/PackageName.o, dist/build/Distribution/Types/PackageName.dyn_o ) [ 47 of 136] Compiling Distribution.Types.UnqualComponentName ( src/Distribution/Types/UnqualComponentName.hs, dist/build/Distribution/Types/UnqualComponentName.o, dist/build/Distribution/Types/UnqualComponentName.dyn_o ) [ 48 of 136] Compiling Distribution.Types.LibraryVisibility ( src/Distribution/Types/LibraryVisibility.hs, dist/build/Distribution/Types/LibraryVisibility.o, dist/build/Distribution/Types/LibraryVisibility.dyn_o ) [ 49 of 136] Compiling Distribution.Types.LibraryName ( src/Distribution/Types/LibraryName.hs, dist/build/Distribution/Types/LibraryName.o, dist/build/Distribution/Types/LibraryName.dyn_o ) [ 50 of 136] Compiling Distribution.Types.MungedPackageName ( src/Distribution/Types/MungedPackageName.hs, dist/build/Distribution/Types/MungedPackageName.o, dist/build/Distribution/Types/MungedPackageName.dyn_o ) [ 51 of 136] Compiling Distribution.Types.ForeignLibType ( src/Distribution/Types/ForeignLibType.hs, dist/build/Distribution/Types/ForeignLibType.o, dist/build/Distribution/Types/ForeignLibType.dyn_o ) [ 52 of 136] Compiling Distribution.Types.ForeignLibOption ( src/Distribution/Types/ForeignLibOption.hs, dist/build/Distribution/Types/ForeignLibOption.o, dist/build/Distribution/Types/ForeignLibOption.dyn_o ) [ 53 of 136] Compiling Distribution.Types.Flag ( src/Distribution/Types/Flag.hs, dist/build/Distribution/Types/Flag.o, dist/build/Distribution/Types/Flag.dyn_o ) [ 54 of 136] Compiling Distribution.Types.ExecutableScope ( src/Distribution/Types/ExecutableScope.hs, dist/build/Distribution/Types/ExecutableScope.o, dist/build/Distribution/Types/ExecutableScope.dyn_o ) [ 55 of 136] Compiling Distribution.Types.ComponentName ( src/Distribution/Types/ComponentName.hs, dist/build/Distribution/Types/ComponentName.o, dist/build/Distribution/Types/ComponentName.dyn_o ) [ 56 of 136] Compiling Distribution.Types.ComponentId ( src/Distribution/Types/ComponentId.hs, dist/build/Distribution/Types/ComponentId.o, dist/build/Distribution/Types/ComponentId.dyn_o ) [ 57 of 136] Compiling Distribution.Types.BuildType ( src/Distribution/Types/BuildType.hs, dist/build/Distribution/Types/BuildType.o, dist/build/Distribution/Types/BuildType.dyn_o ) [ 58 of 136] Compiling Distribution.Types.AbiHash ( src/Distribution/Types/AbiHash.hs, dist/build/Distribution/Types/AbiHash.o, dist/build/Distribution/Types/AbiHash.dyn_o ) [ 59 of 136] Compiling Distribution.Text ( src/Distribution/Text.hs, dist/build/Distribution/Text.o, dist/build/Distribution/Text.dyn_o ) [ 60 of 136] Compiling Distribution.System ( src/Distribution/System.hs, dist/build/Distribution/System.o, dist/build/Distribution/System.dyn_o ) [ 61 of 136] Compiling Distribution.SPDX.LicenseReference ( src/Distribution/SPDX/LicenseReference.hs, dist/build/Distribution/SPDX/LicenseReference.o, dist/build/Distribution/SPDX/LicenseReference.dyn_o ) [ 62 of 136] Compiling Distribution.SPDX.LicenseId ( src/Distribution/SPDX/LicenseId.hs, dist/build/Distribution/SPDX/LicenseId.o, dist/build/Distribution/SPDX/LicenseId.dyn_o ) [ 63 of 136] Compiling Distribution.SPDX.LicenseExceptionId ( src/Distribution/SPDX/LicenseExceptionId.hs, dist/build/Distribution/SPDX/LicenseExceptionId.o, dist/build/Distribution/SPDX/LicenseExceptionId.dyn_o ) [ 64 of 136] Compiling Distribution.SPDX.LicenseExpression ( src/Distribution/SPDX/LicenseExpression.hs, dist/build/Distribution/SPDX/LicenseExpression.o, dist/build/Distribution/SPDX/LicenseExpression.dyn_o ) [ 65 of 136] Compiling Distribution.SPDX.License ( src/Distribution/SPDX/License.hs, dist/build/Distribution/SPDX/License.o, dist/build/Distribution/SPDX/License.dyn_o ) [ 66 of 136] Compiling Distribution.SPDX ( src/Distribution/SPDX.hs, dist/build/Distribution/SPDX.o, dist/build/Distribution/SPDX.dyn_o ) [ 67 of 136] Compiling Distribution.ModuleName ( src/Distribution/ModuleName.hs, dist/build/Distribution/ModuleName.o, dist/build/Distribution/ModuleName.dyn_o ) [ 68 of 136] Compiling Distribution.Utils.Path ( src/Distribution/Utils/Path.hs, dist/build/Distribution/Utils/Path.o, dist/build/Distribution/Utils/Path.dyn_o ) [ 69 of 136] Compiling Distribution.Types.ModuleRenaming ( src/Distribution/Types/ModuleRenaming.hs, dist/build/Distribution/Types/ModuleRenaming.o, dist/build/Distribution/Types/ModuleRenaming.dyn_o ) [ 70 of 136] Compiling Distribution.Types.IncludeRenaming ( src/Distribution/Types/IncludeRenaming.hs, dist/build/Distribution/Types/IncludeRenaming.o, dist/build/Distribution/Types/IncludeRenaming.dyn_o ) [ 71 of 136] Compiling Distribution.Types.Mixin ( src/Distribution/Types/Mixin.hs, dist/build/Distribution/Types/Mixin.o, dist/build/Distribution/Types/Mixin.dyn_o ) [ 72 of 136] Compiling Distribution.Types.ModuleReexport ( src/Distribution/Types/ModuleReexport.hs, dist/build/Distribution/Types/ModuleReexport.o, dist/build/Distribution/Types/ModuleReexport.dyn_o ) [ 73 of 136] Compiling Distribution.Compat.Graph ( src/Distribution/Compat/Graph.hs, dist/build/Distribution/Compat/Graph.o, dist/build/Distribution/Compat/Graph.dyn_o ) [ 74 of 136] Compiling Distribution.Version ( src/Distribution/Version.hs, dist/build/Distribution/Version.o, dist/build/Distribution/Version.dyn_o ) [ 75 of 136] Compiling Distribution.Types.TestType ( src/Distribution/Types/TestType.hs, dist/build/Distribution/Types/TestType.o, dist/build/Distribution/Types/TestType.dyn_o ) [ 76 of 136] Compiling Distribution.Types.TestSuiteInterface ( src/Distribution/Types/TestSuiteInterface.hs, dist/build/Distribution/Types/TestSuiteInterface.o, dist/build/Distribution/Types/TestSuiteInterface.dyn_o ) [ 77 of 136] Compiling Distribution.Types.PackageId ( src/Distribution/Types/PackageId.hs, dist/build/Distribution/Types/PackageId.o, dist/build/Distribution/Types/PackageId.dyn_o ) [ 78 of 136] Compiling Distribution.Types.UnitId ( src/Distribution/Types/UnitId.hs, dist/build/Distribution/Types/UnitId.o, dist/build/Distribution/Types/UnitId.dyn_o ) [ 79 of 136] Compiling Distribution.Types.Module ( src/Distribution/Types/Module.hs, dist/build/Distribution/Types/Module.o, dist/build/Distribution/Types/Module.dyn_o ) [ 80 of 136] Compiling Distribution.Backpack ( src/Distribution/Backpack.hs, dist/build/Distribution/Backpack.o, dist/build/Distribution/Backpack.dyn_o ) [ 81 of 136] Compiling Distribution.Types.ExposedModule ( src/Distribution/Types/ExposedModule.hs, dist/build/Distribution/Types/ExposedModule.o, dist/build/Distribution/Types/ExposedModule.dyn_o ) [ 82 of 136] Compiling Distribution.Types.PackageVersionConstraint ( src/Distribution/Types/PackageVersionConstraint.hs, dist/build/Distribution/Types/PackageVersionConstraint.o, dist/build/Distribution/Types/PackageVersionConstraint.dyn_o ) [ 83 of 136] Compiling Distribution.Types.PackageId.Lens ( src/Distribution/Types/PackageId/Lens.hs, dist/build/Distribution/Types/PackageId/Lens.o, dist/build/Distribution/Types/PackageId/Lens.dyn_o ) [ 84 of 136] Compiling Distribution.Types.MungedPackageId ( src/Distribution/Types/MungedPackageId.hs, dist/build/Distribution/Types/MungedPackageId.o, dist/build/Distribution/Types/MungedPackageId.dyn_o ) [ 85 of 136] Compiling Distribution.Types.LegacyExeDependency ( src/Distribution/Types/LegacyExeDependency.hs, dist/build/Distribution/Types/LegacyExeDependency.o, dist/build/Distribution/Types/LegacyExeDependency.dyn_o ) [ 86 of 136] Compiling Distribution.Types.ExeDependency ( src/Distribution/Types/ExeDependency.hs, dist/build/Distribution/Types/ExeDependency.o, dist/build/Distribution/Types/ExeDependency.dyn_o ) [ 87 of 136] Compiling Distribution.Types.Dependency ( src/Distribution/Types/Dependency.hs, dist/build/Distribution/Types/Dependency.o, dist/build/Distribution/Types/Dependency.dyn_o ) [ 88 of 136] Compiling Distribution.Types.SetupBuildInfo ( src/Distribution/Types/SetupBuildInfo.hs, dist/build/Distribution/Types/SetupBuildInfo.o, dist/build/Distribution/Types/SetupBuildInfo.dyn_o ) [ 89 of 136] Compiling Distribution.Types.SetupBuildInfo.Lens ( src/Distribution/Types/SetupBuildInfo/Lens.hs, dist/build/Distribution/Types/SetupBuildInfo/Lens.o, dist/build/Distribution/Types/SetupBuildInfo/Lens.dyn_o ) [ 90 of 136] Compiling Distribution.Types.DependencyMap ( src/Distribution/Types/DependencyMap.hs, dist/build/Distribution/Types/DependencyMap.o, dist/build/Distribution/Types/DependencyMap.dyn_o ) [ 91 of 136] Compiling Distribution.Types.BenchmarkType ( src/Distribution/Types/BenchmarkType.hs, dist/build/Distribution/Types/BenchmarkType.o, dist/build/Distribution/Types/BenchmarkType.dyn_o ) [ 92 of 136] Compiling Distribution.Types.BenchmarkInterface ( src/Distribution/Types/BenchmarkInterface.hs, dist/build/Distribution/Types/BenchmarkInterface.o, dist/build/Distribution/Types/BenchmarkInterface.dyn_o ) [ 93 of 136] Compiling Distribution.Package ( src/Distribution/Package.hs, dist/build/Distribution/Package.o, dist/build/Distribution/Package.dyn_o ) [ 94 of 136] Compiling Distribution.Types.AbiDependency ( src/Distribution/Types/AbiDependency.hs, dist/build/Distribution/Types/AbiDependency.o, dist/build/Distribution/Types/AbiDependency.dyn_o ) [ 95 of 136] Compiling Distribution.License ( src/Distribution/License.hs, dist/build/Distribution/License.o, dist/build/Distribution/License.dyn_o ) [ 96 of 136] Compiling Distribution.Types.InstalledPackageInfo ( src/Distribution/Types/InstalledPackageInfo.hs, dist/build/Distribution/Types/InstalledPackageInfo.o, dist/build/Distribution/Types/InstalledPackageInfo.dyn_o ) [ 97 of 136] Compiling Distribution.Types.InstalledPackageInfo.Lens ( src/Distribution/Types/InstalledPackageInfo/Lens.hs, dist/build/Distribution/Types/InstalledPackageInfo/Lens.o, dist/build/Distribution/Types/InstalledPackageInfo/Lens.dyn_o ) [ 98 of 136] Compiling Distribution.Fields.ParseResult ( src/Distribution/Fields/ParseResult.hs, dist/build/Distribution/Fields/ParseResult.o, dist/build/Distribution/Fields/ParseResult.dyn_o ) [ 99 of 136] Compiling Distribution.Fields ( src/Distribution/Fields.hs, dist/build/Distribution/Fields.o, dist/build/Distribution/Fields.dyn_o ) [100 of 136] Compiling Language.Haskell.Extension ( src/Language/Haskell/Extension.hs, dist/build/Language/Haskell/Extension.o, dist/build/Language/Haskell/Extension.dyn_o ) [101 of 136] Compiling Distribution.Compiler ( src/Distribution/Compiler.hs, dist/build/Distribution/Compiler.o, dist/build/Distribution/Compiler.dyn_o ) [102 of 136] Compiling Distribution.Types.ConfVar ( src/Distribution/Types/ConfVar.hs, dist/build/Distribution/Types/ConfVar.o, dist/build/Distribution/Types/ConfVar.dyn_o ) [103 of 136] Compiling Distribution.Fields.ConfVar ( src/Distribution/Fields/ConfVar.hs, dist/build/Distribution/Fields/ConfVar.o, dist/build/Distribution/Fields/ConfVar.dyn_o ) [104 of 136] Compiling Distribution.Types.BuildInfo ( src/Distribution/Types/BuildInfo.hs, dist/build/Distribution/Types/BuildInfo.o, dist/build/Distribution/Types/BuildInfo.dyn_o ) [105 of 136] Compiling Distribution.Types.HookedBuildInfo ( src/Distribution/Types/HookedBuildInfo.hs, dist/build/Distribution/Types/HookedBuildInfo.o, dist/build/Distribution/Types/HookedBuildInfo.dyn_o ) [106 of 136] Compiling Distribution.Types.BuildInfo.Lens ( src/Distribution/Types/BuildInfo/Lens.hs, dist/build/Distribution/Types/BuildInfo/Lens.o, dist/build/Distribution/Types/BuildInfo/Lens.dyn_o ) [107 of 136] Compiling Distribution.Types.TestSuite ( src/Distribution/Types/TestSuite.hs, dist/build/Distribution/Types/TestSuite.o, dist/build/Distribution/Types/TestSuite.dyn_o ) [108 of 136] Compiling Distribution.Types.TestSuite.Lens ( src/Distribution/Types/TestSuite/Lens.hs, dist/build/Distribution/Types/TestSuite/Lens.o, dist/build/Distribution/Types/TestSuite/Lens.dyn_o ) [109 of 136] Compiling Distribution.Types.Library ( src/Distribution/Types/Library.hs, dist/build/Distribution/Types/Library.o, dist/build/Distribution/Types/Library.dyn_o ) [110 of 136] Compiling Distribution.Types.Library.Lens ( src/Distribution/Types/Library/Lens.hs, dist/build/Distribution/Types/Library/Lens.o, dist/build/Distribution/Types/Library/Lens.dyn_o ) [111 of 136] Compiling Distribution.Types.ForeignLib ( src/Distribution/Types/ForeignLib.hs, dist/build/Distribution/Types/ForeignLib.o, dist/build/Distribution/Types/ForeignLib.dyn_o ) [112 of 136] Compiling Distribution.Types.ForeignLib.Lens ( src/Distribution/Types/ForeignLib/Lens.hs, dist/build/Distribution/Types/ForeignLib/Lens.o, dist/build/Distribution/Types/ForeignLib/Lens.dyn_o ) [113 of 136] Compiling Distribution.Types.Executable ( src/Distribution/Types/Executable.hs, dist/build/Distribution/Types/Executable.o, dist/build/Distribution/Types/Executable.dyn_o ) [114 of 136] Compiling Distribution.Types.Executable.Lens ( src/Distribution/Types/Executable/Lens.hs, dist/build/Distribution/Types/Executable/Lens.o, dist/build/Distribution/Types/Executable/Lens.dyn_o ) [115 of 136] Compiling Distribution.Types.Benchmark ( src/Distribution/Types/Benchmark.hs, dist/build/Distribution/Types/Benchmark.o, dist/build/Distribution/Types/Benchmark.dyn_o ) [116 of 136] Compiling Distribution.Types.Component ( src/Distribution/Types/Component.hs, dist/build/Distribution/Types/Component.o, dist/build/Distribution/Types/Component.dyn_o ) [117 of 136] Compiling Distribution.Types.ComponentRequestedSpec ( src/Distribution/Types/ComponentRequestedSpec.hs, dist/build/Distribution/Types/ComponentRequestedSpec.o, dist/build/Distribution/Types/ComponentRequestedSpec.dyn_o ) [118 of 136] Compiling Distribution.Types.PackageDescription ( src/Distribution/Types/PackageDescription.hs, dist/build/Distribution/Types/PackageDescription.o, dist/build/Distribution/Types/PackageDescription.dyn_o ) [119 of 136] Compiling Distribution.Types.GenericPackageDescription ( src/Distribution/Types/GenericPackageDescription.hs, dist/build/Distribution/Types/GenericPackageDescription.o, dist/build/Distribution/Types/GenericPackageDescription.dyn_o ) [120 of 136] Compiling Distribution.Types.GenericPackageDescription.Lens ( src/Distribution/Types/GenericPackageDescription/Lens.hs, dist/build/Distribution/Types/GenericPackageDescription/Lens.o, dist/build/Distribution/Types/GenericPackageDescription/Lens.dyn_o ) [121 of 136] Compiling Distribution.Types.Benchmark.Lens ( src/Distribution/Types/Benchmark/Lens.hs, dist/build/Distribution/Types/Benchmark/Lens.o, dist/build/Distribution/Types/Benchmark/Lens.dyn_o ) [122 of 136] Compiling Distribution.Types.PackageDescription.Lens ( src/Distribution/Types/PackageDescription/Lens.hs, dist/build/Distribution/Types/PackageDescription/Lens.o, dist/build/Distribution/Types/PackageDescription/Lens.dyn_o ) [123 of 136] Compiling Distribution.Types.Lens ( src/Distribution/Types/Lens.hs, dist/build/Distribution/Types/Lens.o, dist/build/Distribution/Types/Lens.dyn_o ) [124 of 136] Compiling Distribution.PackageDescription ( src/Distribution/PackageDescription.hs, dist/build/Distribution/PackageDescription.o, dist/build/Distribution/PackageDescription.dyn_o ) [125 of 136] Compiling Distribution.PackageDescription.Configuration ( src/Distribution/PackageDescription/Configuration.hs, dist/build/Distribution/PackageDescription/Configuration.o, dist/build/Distribution/PackageDescription/Configuration.dyn_o ) [126 of 136] Compiling Distribution.FieldGrammar.Newtypes ( src/Distribution/FieldGrammar/Newtypes.hs, dist/build/Distribution/FieldGrammar/Newtypes.o, dist/build/Distribution/FieldGrammar/Newtypes.dyn_o ) [127 of 136] Compiling Distribution.FieldGrammar.Class ( src/Distribution/FieldGrammar/Class.hs, dist/build/Distribution/FieldGrammar/Class.o, dist/build/Distribution/FieldGrammar/Class.dyn_o ) [128 of 136] Compiling Distribution.FieldGrammar.Pretty ( src/Distribution/FieldGrammar/Pretty.hs, dist/build/Distribution/FieldGrammar/Pretty.o, dist/build/Distribution/FieldGrammar/Pretty.dyn_o ) [129 of 136] Compiling Distribution.FieldGrammar.Parsec ( src/Distribution/FieldGrammar/Parsec.hs, dist/build/Distribution/FieldGrammar/Parsec.o, dist/build/Distribution/FieldGrammar/Parsec.dyn_o ) [130 of 136] Compiling Distribution.FieldGrammar ( src/Distribution/FieldGrammar.hs, dist/build/Distribution/FieldGrammar.o, dist/build/Distribution/FieldGrammar.dyn_o ) [131 of 136] Compiling Distribution.PackageDescription.FieldGrammar ( src/Distribution/PackageDescription/FieldGrammar.hs, dist/build/Distribution/PackageDescription/FieldGrammar.o, dist/build/Distribution/PackageDescription/FieldGrammar.dyn_o ) [132 of 136] Compiling Distribution.PackageDescription.PrettyPrint ( src/Distribution/PackageDescription/PrettyPrint.hs, dist/build/Distribution/PackageDescription/PrettyPrint.o, dist/build/Distribution/PackageDescription/PrettyPrint.dyn_o ) [133 of 136] Compiling Distribution.PackageDescription.Parsec ( src/Distribution/PackageDescription/Parsec.hs, dist/build/Distribution/PackageDescription/Parsec.o, dist/build/Distribution/PackageDescription/Parsec.dyn_o ) [134 of 136] Compiling Distribution.FieldGrammar.FieldDescrs ( src/Distribution/FieldGrammar/FieldDescrs.hs, dist/build/Distribution/FieldGrammar/FieldDescrs.o, dist/build/Distribution/FieldGrammar/FieldDescrs.dyn_o ) [135 of 136] Compiling Distribution.Types.InstalledPackageInfo.FieldGrammar ( src/Distribution/Types/InstalledPackageInfo/FieldGrammar.hs, dist/build/Distribution/Types/InstalledPackageInfo/FieldGrammar.o, dist/build/Distribution/Types/InstalledPackageInfo/FieldGrammar.dyn_o ) [136 of 136] Compiling Distribution.InstalledPackageInfo ( src/Distribution/InstalledPackageInfo.hs, dist/build/Distribution/InstalledPackageInfo.o, dist/build/Distribution/InstalledPackageInfo.dyn_o ) Preprocessing library for Cabal-syntax-3.14.2.0.. Running Haddock on library for Cabal-syntax-3.14.2.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 136] Compiling Distribution.Compat.Binary ( src/Distribution/Compat/Binary.hs, nothing ) [ 2 of 136] Compiling Distribution.Compat.Exception ( src/Distribution/Compat/Exception.hs, nothing ) [ 3 of 136] Compiling Distribution.Compat.MonadFail ( src/Distribution/Compat/MonadFail.hs, nothing ) [ 4 of 136] Compiling Distribution.Compat.Newtype ( src/Distribution/Compat/Newtype.hs, nothing ) [ 5 of 136] Compiling Distribution.PackageDescription.Utils ( src/Distribution/PackageDescription/Utils.hs, nothing ) [ 6 of 136] Compiling Distribution.Utils.Base62 ( src/Distribution/Utils/Base62.hs, nothing ) [ 7 of 136] Compiling Distribution.Utils.MD5 ( src/Distribution/Utils/MD5.hs, nothing ) [ 8 of 136] Compiling Distribution.Utils.String ( src/Distribution/Utils/String.hs, nothing ) [ 9 of 136] Compiling Distribution.Utils.Structured ( src/Distribution/Utils/Structured.hs, nothing ) [ 10 of 136] Compiling Distribution.Compat.Semigroup ( src/Distribution/Compat/Semigroup.hs, nothing ) [ 11 of 136] Compiling Distribution.Compat.NonEmptySet ( src/Distribution/Compat/NonEmptySet.hs, nothing ) [ 12 of 136] Compiling Distribution.Compat.Prelude ( src/Distribution/Compat/Prelude.hs, nothing ) [ 13 of 136] Compiling Distribution.Utils.ShortText ( src/Distribution/Utils/ShortText.hs, nothing ) [ 14 of 136] Compiling Distribution.Utils.Generic ( src/Distribution/Utils/Generic.hs, nothing ) [ 15 of 136] Compiling Distribution.Types.Condition ( src/Distribution/Types/Condition.hs, nothing ) [ 16 of 136] Compiling Distribution.Parsec.Position ( src/Distribution/Parsec/Position.hs, nothing ) [ 17 of 136] Compiling Distribution.Parsec.Warning ( src/Distribution/Parsec/Warning.hs, nothing ) [ 18 of 136] Compiling Distribution.Parsec.FieldLineStream ( src/Distribution/Parsec/FieldLineStream.hs, nothing ) [ 19 of 136] Compiling Distribution.Parsec.Error ( src/Distribution/Parsec/Error.hs, nothing ) [ 20 of 136] Compiling Distribution.PackageDescription.Quirks ( src/Distribution/PackageDescription/Quirks.hs, nothing ) [ 21 of 136] Compiling Distribution.Fields.LexerMonad ( src/Distribution/Fields/LexerMonad.hs, nothing ) [ 22 of 136] Compiling Distribution.Fields.Lexer ( dist/build/Distribution/Fields/Lexer.hs, nothing ) [ 23 of 136] Compiling Distribution.Compat.Parsing ( src/Distribution/Compat/Parsing.hs, nothing ) [ 24 of 136] Compiling Distribution.Compat.DList ( src/Distribution/Compat/DList.hs, nothing ) [ 25 of 136] Compiling Distribution.Compat.Lens ( src/Distribution/Compat/Lens.hs, nothing ) [ 26 of 136] Compiling Distribution.Types.CondTree ( src/Distribution/Types/CondTree.hs, nothing ) [ 27 of 136] Compiling Distribution.Compat.CharParsing ( src/Distribution/Compat/CharParsing.hs, nothing ) [ 28 of 136] Compiling Distribution.CabalSpecVersion ( src/Distribution/CabalSpecVersion.hs, nothing ) [ 29 of 136] Compiling Distribution.SPDX.LicenseListVersion ( src/Distribution/SPDX/LicenseListVersion.hs, nothing ) [ 30 of 136] Compiling Distribution.Pretty ( src/Distribution/Pretty.hs, nothing ) [ 31 of 136] Compiling Distribution.Fields.Field ( src/Distribution/Fields/Field.hs, nothing ) [ 32 of 136] Compiling Distribution.Fields.Parser ( src/Distribution/Fields/Parser.hs, nothing ) [ 33 of 136] Compiling Distribution.Fields.Pretty ( src/Distribution/Fields/Pretty.hs, nothing ) [ 34 of 136] Compiling Distribution.Parsec ( src/Distribution/Parsec.hs, nothing ) [ 35 of 136] Compiling Distribution.Types.Version ( src/Distribution/Types/Version.hs, nothing ) [ 36 of 136] Compiling Distribution.Types.VersionRange.Internal ( src/Distribution/Types/VersionRange/Internal.hs, nothing ) [ 37 of 136] Compiling Distribution.Types.VersionInterval.Legacy ( src/Distribution/Types/VersionInterval/Legacy.hs, nothing ) [ 38 of 136] Compiling Distribution.Types.VersionInterval ( src/Distribution/Types/VersionInterval.hs, nothing ) [ 39 of 136] Compiling Distribution.Types.VersionRange ( src/Distribution/Types/VersionRange.hs, nothing ) [ 40 of 136] Compiling Distribution.Types.SourceRepo ( src/Distribution/Types/SourceRepo.hs, nothing ) [ 41 of 136] Compiling Distribution.Types.SourceRepo.Lens ( src/Distribution/Types/SourceRepo/Lens.hs, nothing ) [ 42 of 136] Compiling Distribution.Types.PkgconfigVersion ( src/Distribution/Types/PkgconfigVersion.hs, nothing ) [ 43 of 136] Compiling Distribution.Types.PkgconfigVersionRange ( src/Distribution/Types/PkgconfigVersionRange.hs, nothing ) [ 44 of 136] Compiling Distribution.Types.PkgconfigName ( src/Distribution/Types/PkgconfigName.hs, nothing ) [ 45 of 136] Compiling Distribution.Types.PkgconfigDependency ( src/Distribution/Types/PkgconfigDependency.hs, nothing ) [ 46 of 136] Compiling Distribution.Types.PackageName ( src/Distribution/Types/PackageName.hs, nothing ) [ 47 of 136] Compiling Distribution.Types.UnqualComponentName ( src/Distribution/Types/UnqualComponentName.hs, nothing ) [ 48 of 136] Compiling Distribution.Types.LibraryVisibility ( src/Distribution/Types/LibraryVisibility.hs, nothing ) [ 49 of 136] Compiling Distribution.Types.LibraryName ( src/Distribution/Types/LibraryName.hs, nothing ) [ 50 of 136] Compiling Distribution.Types.MungedPackageName ( src/Distribution/Types/MungedPackageName.hs, nothing ) [ 51 of 136] Compiling Distribution.Types.ForeignLibType ( src/Distribution/Types/ForeignLibType.hs, nothing ) [ 52 of 136] Compiling Distribution.Types.ForeignLibOption ( src/Distribution/Types/ForeignLibOption.hs, nothing ) [ 53 of 136] Compiling Distribution.Types.Flag ( src/Distribution/Types/Flag.hs, nothing ) [ 54 of 136] Compiling Distribution.Types.ExecutableScope ( src/Distribution/Types/ExecutableScope.hs, nothing ) [ 55 of 136] Compiling Distribution.Types.ComponentName ( src/Distribution/Types/ComponentName.hs, nothing ) [ 56 of 136] Compiling Distribution.Types.ComponentId ( src/Distribution/Types/ComponentId.hs, nothing ) [ 57 of 136] Compiling Distribution.Types.BuildType ( src/Distribution/Types/BuildType.hs, nothing ) [ 58 of 136] Compiling Distribution.Types.AbiHash ( src/Distribution/Types/AbiHash.hs, nothing ) [ 59 of 136] Compiling Distribution.Text ( src/Distribution/Text.hs, nothing ) [ 60 of 136] Compiling Distribution.System ( src/Distribution/System.hs, nothing ) [ 61 of 136] Compiling Distribution.SPDX.LicenseReference ( src/Distribution/SPDX/LicenseReference.hs, nothing ) [ 62 of 136] Compiling Distribution.SPDX.LicenseId ( src/Distribution/SPDX/LicenseId.hs, nothing ) [ 63 of 136] Compiling Distribution.SPDX.LicenseExceptionId ( src/Distribution/SPDX/LicenseExceptionId.hs, nothing ) [ 64 of 136] Compiling Distribution.SPDX.LicenseExpression ( src/Distribution/SPDX/LicenseExpression.hs, nothing ) [ 65 of 136] Compiling Distribution.SPDX.License ( src/Distribution/SPDX/License.hs, nothing ) [ 66 of 136] Compiling Distribution.SPDX ( src/Distribution/SPDX.hs, nothing ) [ 67 of 136] Compiling Distribution.ModuleName ( src/Distribution/ModuleName.hs, nothing ) [ 68 of 136] Compiling Distribution.Utils.Path ( src/Distribution/Utils/Path.hs, nothing ) [ 69 of 136] Compiling Distribution.Types.ModuleRenaming ( src/Distribution/Types/ModuleRenaming.hs, nothing ) [ 70 of 136] Compiling Distribution.Types.IncludeRenaming ( src/Distribution/Types/IncludeRenaming.hs, nothing ) [ 71 of 136] Compiling Distribution.Types.Mixin ( src/Distribution/Types/Mixin.hs, nothing ) [ 72 of 136] Compiling Distribution.Types.ModuleReexport ( src/Distribution/Types/ModuleReexport.hs, nothing ) [ 73 of 136] Compiling Distribution.Compat.Graph ( src/Distribution/Compat/Graph.hs, nothing ) [ 74 of 136] Compiling Distribution.Version ( src/Distribution/Version.hs, nothing ) [ 75 of 136] Compiling Distribution.Types.TestType ( src/Distribution/Types/TestType.hs, nothing ) [ 76 of 136] Compiling Distribution.Types.TestSuiteInterface ( src/Distribution/Types/TestSuiteInterface.hs, nothing ) [ 77 of 136] Compiling Distribution.Types.PackageId ( src/Distribution/Types/PackageId.hs, nothing ) [ 78 of 136] Compiling Distribution.Types.UnitId ( src/Distribution/Types/UnitId.hs, nothing ) [ 79 of 136] Compiling Distribution.Types.Module ( src/Distribution/Types/Module.hs, nothing ) [ 80 of 136] Compiling Distribution.Backpack ( src/Distribution/Backpack.hs, nothing ) [ 81 of 136] Compiling Distribution.Types.ExposedModule ( src/Distribution/Types/ExposedModule.hs, nothing ) [ 82 of 136] Compiling Distribution.Types.PackageVersionConstraint ( src/Distribution/Types/PackageVersionConstraint.hs, nothing ) [ 83 of 136] Compiling Distribution.Types.PackageId.Lens ( src/Distribution/Types/PackageId/Lens.hs, nothing ) [ 84 of 136] Compiling Distribution.Types.MungedPackageId ( src/Distribution/Types/MungedPackageId.hs, nothing ) [ 85 of 136] Compiling Distribution.Types.LegacyExeDependency ( src/Distribution/Types/LegacyExeDependency.hs, nothing ) [ 86 of 136] Compiling Distribution.Types.ExeDependency ( src/Distribution/Types/ExeDependency.hs, nothing ) [ 87 of 136] Compiling Distribution.Types.Dependency ( src/Distribution/Types/Dependency.hs, nothing ) [ 88 of 136] Compiling Distribution.Types.SetupBuildInfo ( src/Distribution/Types/SetupBuildInfo.hs, nothing ) [ 89 of 136] Compiling Distribution.Types.SetupBuildInfo.Lens ( src/Distribution/Types/SetupBuildInfo/Lens.hs, nothing ) [ 90 of 136] Compiling Distribution.Types.DependencyMap ( src/Distribution/Types/DependencyMap.hs, nothing ) [ 91 of 136] Compiling Distribution.Types.BenchmarkType ( src/Distribution/Types/BenchmarkType.hs, nothing ) [ 92 of 136] Compiling Distribution.Types.BenchmarkInterface ( src/Distribution/Types/BenchmarkInterface.hs, nothing ) [ 93 of 136] Compiling Distribution.Package ( src/Distribution/Package.hs, nothing ) [ 94 of 136] Compiling Distribution.Types.AbiDependency ( src/Distribution/Types/AbiDependency.hs, nothing ) [ 95 of 136] Compiling Distribution.License ( src/Distribution/License.hs, nothing ) [ 96 of 136] Compiling Distribution.Types.InstalledPackageInfo ( src/Distribution/Types/InstalledPackageInfo.hs, nothing ) [ 97 of 136] Compiling Distribution.Types.InstalledPackageInfo.Lens ( src/Distribution/Types/InstalledPackageInfo/Lens.hs, nothing ) [ 98 of 136] Compiling Distribution.Fields.ParseResult ( src/Distribution/Fields/ParseResult.hs, nothing ) [ 99 of 136] Compiling Distribution.Fields ( src/Distribution/Fields.hs, nothing ) [100 of 136] Compiling Language.Haskell.Extension ( src/Language/Haskell/Extension.hs, nothing ) [101 of 136] Compiling Distribution.Compiler ( src/Distribution/Compiler.hs, nothing ) [102 of 136] Compiling Distribution.Types.ConfVar ( src/Distribution/Types/ConfVar.hs, nothing ) [103 of 136] Compiling Distribution.Fields.ConfVar ( src/Distribution/Fields/ConfVar.hs, nothing ) [104 of 136] Compiling Distribution.Types.BuildInfo ( src/Distribution/Types/BuildInfo.hs, nothing ) [105 of 136] Compiling Distribution.Types.HookedBuildInfo ( src/Distribution/Types/HookedBuildInfo.hs, nothing ) [106 of 136] Compiling Distribution.Types.BuildInfo.Lens ( src/Distribution/Types/BuildInfo/Lens.hs, nothing ) [107 of 136] Compiling Distribution.Types.TestSuite ( src/Distribution/Types/TestSuite.hs, nothing ) [108 of 136] Compiling Distribution.Types.TestSuite.Lens ( src/Distribution/Types/TestSuite/Lens.hs, nothing ) [109 of 136] Compiling Distribution.Types.Library ( src/Distribution/Types/Library.hs, nothing ) [110 of 136] Compiling Distribution.Types.Library.Lens ( src/Distribution/Types/Library/Lens.hs, nothing ) [111 of 136] Compiling Distribution.Types.ForeignLib ( src/Distribution/Types/ForeignLib.hs, nothing ) [112 of 136] Compiling Distribution.Types.ForeignLib.Lens ( src/Distribution/Types/ForeignLib/Lens.hs, nothing ) [113 of 136] Compiling Distribution.Types.Executable ( src/Distribution/Types/Executable.hs, nothing ) [114 of 136] Compiling Distribution.Types.Executable.Lens ( src/Distribution/Types/Executable/Lens.hs, nothing ) [115 of 136] Compiling Distribution.Types.Benchmark ( src/Distribution/Types/Benchmark.hs, nothing ) [116 of 136] Compiling Distribution.Types.Component ( src/Distribution/Types/Component.hs, nothing ) [117 of 136] Compiling Distribution.Types.ComponentRequestedSpec ( src/Distribution/Types/ComponentRequestedSpec.hs, nothing ) [118 of 136] Compiling Distribution.Types.PackageDescription ( src/Distribution/Types/PackageDescription.hs, nothing ) [119 of 136] Compiling Distribution.Types.GenericPackageDescription ( src/Distribution/Types/GenericPackageDescription.hs, nothing ) [120 of 136] Compiling Distribution.Types.GenericPackageDescription.Lens ( src/Distribution/Types/GenericPackageDescription/Lens.hs, nothing ) [121 of 136] Compiling Distribution.Types.Benchmark.Lens ( src/Distribution/Types/Benchmark/Lens.hs, nothing ) [122 of 136] Compiling Distribution.Types.PackageDescription.Lens ( src/Distribution/Types/PackageDescription/Lens.hs, nothing ) [123 of 136] Compiling Distribution.Types.Lens ( src/Distribution/Types/Lens.hs, nothing ) [124 of 136] Compiling Distribution.PackageDescription ( src/Distribution/PackageDescription.hs, nothing ) [125 of 136] Compiling Distribution.PackageDescription.Configuration ( src/Distribution/PackageDescription/Configuration.hs, nothing ) [126 of 136] Compiling Distribution.FieldGrammar.Newtypes ( src/Distribution/FieldGrammar/Newtypes.hs, nothing ) [127 of 136] Compiling Distribution.FieldGrammar.Class ( src/Distribution/FieldGrammar/Class.hs, nothing ) [128 of 136] Compiling Distribution.FieldGrammar.Pretty ( src/Distribution/FieldGrammar/Pretty.hs, nothing ) [129 of 136] Compiling Distribution.FieldGrammar.Parsec ( src/Distribution/FieldGrammar/Parsec.hs, nothing ) [130 of 136] Compiling Distribution.FieldGrammar ( src/Distribution/FieldGrammar.hs, nothing ) [131 of 136] Compiling Distribution.PackageDescription.FieldGrammar ( src/Distribution/PackageDescription/FieldGrammar.hs, nothing ) [132 of 136] Compiling Distribution.PackageDescription.PrettyPrint ( src/Distribution/PackageDescription/PrettyPrint.hs, nothing ) [133 of 136] Compiling Distribution.PackageDescription.Parsec ( src/Distribution/PackageDescription/Parsec.hs, nothing ) [134 of 136] Compiling Distribution.FieldGrammar.FieldDescrs ( src/Distribution/FieldGrammar/FieldDescrs.hs, nothing ) [135 of 136] Compiling Distribution.Types.InstalledPackageInfo.FieldGrammar ( src/Distribution/Types/InstalledPackageInfo/FieldGrammar.hs, nothing ) [136 of 136] Compiling Distribution.InstalledPackageInfo ( src/Distribution/InstalledPackageInfo.hs, nothing ) Haddock coverage: 50% ( 2 / 4) in 'Distribution.Compat.Binary' Missing documentation for: Module header decodeOrFailIO (src/Distribution/Compat/Binary.hs:17) Warning: 'IOException' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 80% ( 4 / 5) in 'Distribution.Compat.Exception' Missing documentation for: Module header 100% ( 2 / 2) in 'Distribution.Compat.MonadFail' 100% ( 6 / 6) in 'Distribution.Compat.Newtype' 33% ( 1 / 3) in 'Distribution.PackageDescription.Utils' Missing documentation for: cabalBug (src/Distribution/PackageDescription/Utils.hs:22) userBug (src/Distribution/PackageDescription/Utils.hs:19) 100% ( 2 / 2) in 'Distribution.Utils.Base62' 77% ( 7 / 9) in 'Distribution.Utils.MD5' Missing documentation for: Module header MD5 (src/Distribution/Utils/MD5.hs:26) Warning: 'decodeUtf8' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 60% ( 3 / 5) in 'Distribution.Utils.String' Missing documentation for: Module header trim (src/Distribution/Utils/String.hs:110) Warning: 'Binary' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Structure' is ambiguous. It is defined * at src/Distribution/Utils/Structured.hs:139:5 * at src/Distribution/Utils/Structured.hs:133: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/Distribution/Utils/Structured.hs:133:1 74% ( 20 / 27) in 'Distribution.Utils.Structured' Missing documentation for: structuredDecodeOrFailIO (src/Distribution/Utils/Structured.hs:277) MD5 (src/Distribution/Utils/MD5.hs:26) containerStructure (src/Distribution/Utils/Structured.hs:323) Tag (src/Distribution/Utils/Structured.hs:290) TypeName (src/Distribution/Utils/Structured.hs:123) ConstructorName (src/Distribution/Utils/Structured.hs:124) SopStructure (src/Distribution/Utils/Structured.hs:142) 100% ( 10 / 10) in 'Distribution.Compat.Semigroup' 41% ( 7 / 17) in 'Distribution.Compat.NonEmptySet' Missing documentation for: Module header singleton (src/Distribution/Compat/NonEmptySet.hs:98) insert (src/Distribution/Compat/NonEmptySet.hs:105) delete (src/Distribution/Compat/NonEmptySet.hs:112) toNonEmpty (src/Distribution/Compat/NonEmptySet.hs:126) fromNonEmpty (src/Distribution/Compat/NonEmptySet.hs:123) toList (src/Distribution/Compat/NonEmptySet.hs:131) toSet (src/Distribution/Compat/NonEmptySet.hs:134) member (src/Distribution/Compat/NonEmptySet.hs:141) map (src/Distribution/Compat/NonEmptySet.hs:155) 96% (266 /277) in 'Distribution.Compat.Prelude' Missing documentation for: Bool Ordering even odd foldl1 (src/Distribution/Compat/Prelude.hs:320) foldr1 (src/Distribution/Compat/Prelude.hs:316) trace (src/Distribution/Compat/Prelude.hs:330) traceShow (src/Distribution/Compat/Prelude.hs:338) traceShowId (src/Distribution/Compat/Prelude.hs:334) traceM (src/Distribution/Compat/Prelude.hs:342) traceShowM (src/Distribution/Compat/Prelude.hs:346) Warning: 'Strings' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'PackageName' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 12 / 12) in 'Distribution.Utils.ShortText' Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'snoc' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'cons' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 96% ( 52 / 54) in 'Distribution.Utils.Generic' Missing documentation for: equating (src/Distribution/Utils/Generic.hs:410) unintersperse (src/Distribution/Utils/Generic.hs:440) 83% ( 5 / 6) in 'Distribution.Types.Condition' Missing documentation for: Module header 62% ( 5 / 8) in 'Distribution.Parsec.Position' Missing documentation for: Module header showPos (src/Distribution/Parsec/Position.hs:35) zeroPos (src/Distribution/Parsec/Position.hs:38) 50% ( 2 / 4) in 'Distribution.Parsec.Warning' Missing documentation for: Module header showPWarning (src/Distribution/Parsec/Warning.hs:77) 40% ( 2 / 5) in 'Distribution.Parsec.FieldLineStream' Missing documentation for: Module header fieldLineStreamFromBS (src/Distribution/Parsec/FieldLineStream.hs:39) fieldLineStreamEnd (src/Distribution/Parsec/FieldLineStream.hs:30) 33% ( 1 / 3) in 'Distribution.Parsec.Error' Missing documentation for: Module header showPError (src/Distribution/Parsec/Error.hs:21) 100% ( 2 / 2) in 'Distribution.PackageDescription.Quirks' 22% ( 4 / 18) in 'Distribution.Fields.LexerMonad' Missing documentation for: InputStream (src/Distribution/Fields/LexerMonad.hs:124) LexState (src/Distribution/Fields/LexerMonad.hs:102) LexResult (src/Distribution/Fields/LexerMonad.hs:61) Lex (src/Distribution/Fields/LexerMonad.hs:48) getPos (src/Distribution/Fields/LexerMonad.hs:158) setPos (src/Distribution/Fields/LexerMonad.hs:155) adjustPos (src/Distribution/Fields/LexerMonad.hs:161) getInput (src/Distribution/Fields/LexerMonad.hs:164) setInput (src/Distribution/Fields/LexerMonad.hs:167) getStartCode (src/Distribution/Fields/LexerMonad.hs:170) setStartCode (src/Distribution/Fields/LexerMonad.hs:173) LexWarning (src/Distribution/Fields/LexerMonad.hs:76) LexWarningType (src/Distribution/Fields/LexerMonad.hs:63) toPWarnings (src/Distribution/Fields/LexerMonad.hs:83) 20% ( 2 / 10) in 'Distribution.Fields.Lexer' Missing documentation for: ltest (dist/build/Distribution/Fields/Lexer.hs:567) lexToken (src/Distribution/Fields/Lexer.x:209) LToken (src/Distribution/Fields/Lexer.x:166) bol_section (dist/build/Distribution/Fields/Lexer.hs:167) in_section (dist/build/Distribution/Fields/Lexer.hs:170) in_field_layout (dist/build/Distribution/Fields/Lexer.hs:169) in_field_braces (dist/build/Distribution/Fields/Lexer.hs:168) mkLexState (dist/build/Distribution/Fields/Lexer.hs:573) 100% ( 23 / 23) in 'Distribution.Compat.Parsing' Warning: 'DList' is ambiguous. It is defined * at src/Distribution/Compat/DList.hs:27:19 * at src/Distribution/Compat/DList.hs:27: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/Distribution/Compat/DList.hs:27:1 50% ( 4 / 8) in 'Distribution.Compat.DList' Missing documentation for: runDList (src/Distribution/Compat/DList.hs:30) fromList (src/Distribution/Compat/DList.hs:41) toList (src/Distribution/Compat/DList.hs:44) snoc (src/Distribution/Compat/DList.hs:47) 33% ( 16 / 48) in 'Distribution.Compat.Lens' Missing documentation for: Lens (src/Distribution/Compat/Lens.hs:82) Lens' (src/Distribution/Compat/Lens.hs:85) Traversal (src/Distribution/Compat/Lens.hs:83) Traversal' (src/Distribution/Compat/Lens.hs:86) LensLike (src/Distribution/Compat/Lens.hs:79) LensLike' (src/Distribution/Compat/Lens.hs:80) Getting (src/Distribution/Compat/Lens.hs:88) AGetter (src/Distribution/Compat/Lens.hs:90) ASetter (src/Distribution/Compat/Lens.hs:91) ALens (src/Distribution/Compat/Lens.hs:92) ALens' (src/Distribution/Compat/Lens.hs:94) view (src/Distribution/Compat/Lens.hs:101) use (src/Distribution/Compat/Lens.hs:105) set (src/Distribution/Compat/Lens.hs:121) over (src/Distribution/Compat/Lens.hs:124) toDListOf (src/Distribution/Compat/Lens.hs:131) toListOf (src/Distribution/Compat/Lens.hs:134) toSetOf (src/Distribution/Compat/Lens.hs:137) cloneLens (src/Distribution/Compat/Lens.hs:234) aview (src/Distribution/Compat/Lens.hs:144) _1 (src/Distribution/Compat/Lens.hs:157) _2 (src/Distribution/Compat/Lens.hs:160) ^. (src/Distribution/Compat/Lens.hs:179) .~ (src/Distribution/Compat/Lens.hs:183) ?~ (src/Distribution/Compat/Lens.hs:187) %~ (src/Distribution/Compat/Lens.hs:191) .= (src/Distribution/Compat/Lens.hs:195) ?= (src/Distribution/Compat/Lens.hs:199) %= (src/Distribution/Compat/Lens.hs:203) ^# (src/Distribution/Compat/Lens.hs:207) #~ (src/Distribution/Compat/Lens.hs:210) #%~ (src/Distribution/Compat/Lens.hs:214) Warning: 'CondBranch' is ambiguous. It is defined * at src/Distribution/Types/CondTree.hs:80:25 * at src/Distribution/Types/CondTree.hs:80: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/Distribution/Types/CondTree.hs:80:1 Warning: 'ConfVar' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Dependency' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'BuildInfo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'targetBuildInfo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 61% ( 11 / 18) in 'Distribution.Types.CondTree' Missing documentation for: Module header condIfThen (src/Distribution/Types/CondTree.hs:99) condIfThenElse (src/Distribution/Types/CondTree.hs:102) mapCondTree (src/Distribution/Types/CondTree.hs:110) mapTreeConstrs (src/Distribution/Types/CondTree.hs:120) mapTreeConds (src/Distribution/Types/CondTree.hs:123) mapTreeData (src/Distribution/Types/CondTree.hs:126) 88% ( 22 / 25) in 'Distribution.Compat.CharParsing' Missing documentation for: satisfyRange (src/Distribution/Compat/CharParsing.hs:148) integral (src/Distribution/Compat/CharParsing.hs:321) skipSpaces1 (src/Distribution/Compat/CharParsing.hs:359) 41% ( 5 / 12) in 'Distribution.CabalSpecVersion' Missing documentation for: Module header cabalSpecLatest (src/Distribution/CabalSpecVersion.hs:70) specHasCommonStanzas (src/Distribution/CabalSpecVersion.hs:142) specHasElif (src/Distribution/CabalSpecVersion.hs:148) HasElif (src/Distribution/CabalSpecVersion.hs:158) HasCommonStanzas (src/Distribution/CabalSpecVersion.hs:161) HasGlobstar (src/Distribution/CabalSpecVersion.hs:164) 33% ( 1 / 3) in 'Distribution.SPDX.LicenseListVersion' Missing documentation for: Module header cabalSpecVersionToSPDXListVersion (src/Distribution/SPDX/LicenseListVersion.hs:21) 46% ( 6 / 13) in 'Distribution.Pretty' Missing documentation for: Module header Pretty (src/Distribution/Pretty.hs:24) prettyShow (src/Distribution/Pretty.hs:44) showFilePath (src/Distribution/Pretty.hs:82) showToken (src/Distribution/Pretty.hs:85) showTokenStr (src/Distribution/Pretty.hs:88) Separator (src/Distribution/Pretty.hs:79) Warning: 'Field' is ambiguous. It is defined * at src/Distribution/Fields/Field.hs:51:5 * at src/Distribution/Fields/Field.hs:50: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/Distribution/Fields/Field.hs:50:1 Warning: 'FieldLine' is ambiguous. It is defined * at src/Distribution/Fields/Field.hs:77:22 * at src/Distribution/Fields/Field.hs:77: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/Distribution/Fields/Field.hs:77:1 75% ( 15 / 20) in 'Distribution.Fields.Field' Missing documentation for: fieldAnn (src/Distribution/Fields/Field.hs:64) FieldName (src/Distribution/Fields/Field.hs:114) mkName (src/Distribution/Fields/Field.hs:126) getName (src/Distribution/Fields/Field.hs:129) nameAnn (src/Distribution/Fields/Field.hs:132) Warning: 'LexState'' is ambiguous. It is defined * at src/Distribution/Fields/Parser.hs:66:18 * at src/Distribution/Fields/Parser.hs:66: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/Distribution/Fields/Parser.hs:66:1 Warning: 'LexState' is ambiguous. It is defined * at src/Distribution/Fields/LexerMonad.hs:102:17 * at src/Distribution/Fields/LexerMonad.hs:102: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/Distribution/Fields/LexerMonad.hs:102:1 Warning: 'Field' is ambiguous. It is defined * at src/Distribution/Fields/Field.hs:51:5 * at src/Distribution/Fields/Field.hs:50: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/Distribution/Fields/Field.hs:50:1 Warning: ':' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 10 / 10) in 'Distribution.Fields.Parser' Warning: 'Field' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Section' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'genericFromParsecField' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 81% ( 9 / 11) in 'Distribution.Fields.Pretty' Missing documentation for: PrettyField (src/Distribution/Fields/Pretty.hs:44) genericFromParsecFields (src/Distribution/Fields/Pretty.hs:184) Warning: 'sepBy' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 73% ( 31 / 42) in 'Distribution.Parsec' Missing documentation for: Module header ParsecParser (src/Distribution/Parsec.hs:100) showPWarning (src/Distribution/Parsec/Warning.hs:77) showPError (src/Distribution/Parsec/Error.hs:21) showPos (src/Distribution/Parsec/Position.hs:35) zeroPos (src/Distribution/Parsec/Position.hs:38) parsecFilePath (src/Distribution/Parsec.hs:279) parsecCommaList (src/Distribution/Parsec.hs:297) parsecCommaNonEmpty (src/Distribution/Parsec.hs:300) parsecOptCommaList (src/Distribution/Parsec.hs:333) parsecUnqualComponentName (src/Distribution/Parsec.hs:376) Warning: 'Version' is ambiguous. It is defined * at src/Distribution/Types/Version.hs:42:1 * in Data.Version * in Data.Version 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/Distribution/Types/Version.hs:42:1 83% ( 10 / 12) in 'Distribution.Types.Version' Missing documentation for: Module header validVersion (src/Distribution/Types/Version.hs:261) Warning: 'PkgConfigVersionRange' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 95% ( 22 / 23) in 'Distribution.Types.VersionRange.Internal' Missing documentation for: VersionRange (src/Distribution/Types/VersionRange/Internal.hs:54) Warning: 'foldVersionRange' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'VersionIntervals' is ambiguous. It is defined * at src/Distribution/Types/VersionInterval/Legacy.hs:96:28 * at src/Distribution/Types/VersionInterval/Legacy.hs:96: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/Distribution/Types/VersionInterval/Legacy.hs:96:1 84% ( 16 / 19) in 'Distribution.Types.VersionInterval.Legacy' Missing documentation for: LowerBound (src/Distribution/Types/VersionInterval/Legacy.hs:113) UpperBound (src/Distribution/Types/VersionInterval/Legacy.hs:118) Bound (src/Distribution/Types/VersionInterval/Legacy.hs:125) Warning: 'VersionIntervals' is ambiguous. It is defined * at src/Distribution/Types/VersionInterval.hs:66:28 * at src/Distribution/Types/VersionInterval.hs:66: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/Distribution/Types/VersionInterval.hs:66:1 Warning: 'foldVersionRange' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 71% ( 15 / 21) in 'Distribution.Types.VersionInterval' Missing documentation for: relaxLastInterval (src/Distribution/Types/VersionInterval.hs:333) relaxHeadInterval (src/Distribution/Types/VersionInterval.hs:340) VersionInterval (src/Distribution/Types/VersionInterval.hs:79) LowerBound (src/Distribution/Types/VersionInterval.hs:80) UpperBound (src/Distribution/Types/VersionInterval.hs:81) Bound (src/Distribution/Types/VersionInterval.hs:82) Warning: 'VersionRangeParens' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'AnyVersion' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 91% ( 43 / 47) in 'Distribution.Types.VersionRange' Missing documentation for: Module header VersionRange (src/Distribution/Types/VersionRange/Internal.hs:54) isAnyVersionLight (src/Distribution/Types/VersionRange.hs:176) isWildcardRange (src/Distribution/Types/VersionRange.hs:184) Warning: 'SourceRepo' is ambiguous. It is defined * at src/Distribution/Types/SourceRepo.hs:48:19 * at src/Distribution/Types/SourceRepo.hs:48: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/Distribution/Types/SourceRepo.hs:48:1 Warning: 'ReopKind' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 33% ( 3 / 9) in 'Distribution.Types.SourceRepo' Missing documentation for: Module header RepoType (src/Distribution/Types/SourceRepo.hs:146) knownRepoTypes (src/Distribution/Types/SourceRepo.hs:156) emptySourceRepo (src/Distribution/Types/SourceRepo.hs:83) classifyRepoType (src/Distribution/Types/SourceRepo.hs:186) classifyRepoKind (src/Distribution/Types/SourceRepo.hs:173) Warning: Distribution.Types.SourceRepo.Lens: Could not find documentation for exported module: Distribution.Types.SourceRepo.Lens 11% ( 1 / 9) in 'Distribution.Types.SourceRepo.Lens' Missing documentation for: Module header repoKind (src/Distribution/Types/SourceRepo/Lens.hs:14) repoType (src/Distribution/Types/SourceRepo/Lens.hs:18) repoLocation (src/Distribution/Types/SourceRepo/Lens.hs:22) repoModule (src/Distribution/Types/SourceRepo/Lens.hs:26) repoBranch (src/Distribution/Types/SourceRepo/Lens.hs:30) repoTag (src/Distribution/Types/SourceRepo/Lens.hs:34) repoSubdir (src/Distribution/Types/SourceRepo/Lens.hs:38) 66% ( 2 / 3) in 'Distribution.Types.PkgconfigVersion' Missing documentation for: Module header 37% ( 3 / 8) in 'Distribution.Types.PkgconfigVersionRange' Missing documentation for: Module header anyPkgconfigVersion (src/Distribution/Types/PkgconfigVersionRange.hs:125) withinPkgconfigVersionRange (src/Distribution/Types/PkgconfigVersionRange.hs:132) versionToPkgconfigVersion (src/Distribution/Types/PkgconfigVersionRange.hs:148) versionRangeToPkgconfigVersionRange (src/Distribution/Types/PkgconfigVersionRange.hs:151) Warning: 'PkgconfigName' is ambiguous. It is defined * at src/Distribution/Types/PkgconfigName.hs:26:25 * at src/Distribution/Types/PkgconfigName.hs:26: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/Distribution/Types/PkgconfigName.hs:26:1 75% ( 3 / 4) in 'Distribution.Types.PkgconfigName' Missing documentation for: Module header 50% ( 1 / 2) in 'Distribution.Types.PkgconfigDependency' Missing documentation for: Module header Warning: 'PackageName' is ambiguous. It is defined * at src/Distribution/Types/PackageName.hs:29:23 * at src/Distribution/Types/PackageName.hs:29: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/Distribution/Types/PackageName.hs:29:1 83% ( 5 / 6) in 'Distribution.Types.PackageName' Missing documentation for: Module header Warning: 'ComponentName' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ComponentId' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'UnqualComponentName' is ambiguous. It is defined * at src/Distribution/Types/UnqualComponentName.hs:29:31 * at src/Distribution/Types/UnqualComponentName.hs:29: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/Distribution/Types/UnqualComponentName.hs:29:1 87% ( 7 / 8) in 'Distribution.Types.UnqualComponentName' Missing documentation for: Module header 50% ( 1 / 2) in 'Distribution.Types.LibraryVisibility' Missing documentation for: Module header 30% ( 3 / 10) in 'Distribution.Types.LibraryName' Missing documentation for: Module header LibraryName (src/Distribution/Types/LibraryName.hs:27) defaultLibName (src/Distribution/Types/LibraryName.hs:56) showLibraryName (src/Distribution/Types/LibraryName.hs:59) libraryNameStanza (src/Distribution/Types/LibraryName.hs:63) libraryNameString (src/Distribution/Types/LibraryName.hs:67) parsecLibraryNameComponent (src/Distribution/Types/LibraryName.hs:46) Warning: 'MungedPackageId' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'UnitId' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'mkMungedPackageName' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unMungedPackageName' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'foo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 75% ( 3 / 4) in 'Distribution.Types.MungedPackageName' Missing documentation for: Module header 25% ( 1 / 4) in 'Distribution.Types.ForeignLibType' Missing documentation for: Module header knownForeignLibTypes (src/Distribution/Types/ForeignLibType.hs:59) foreignLibTypeIsShared (src/Distribution/Types/ForeignLibType.hs:65) 0% ( 0 / 2) in 'Distribution.Types.ForeignLibOption' Missing documentation for: Module header ForeignLibOption (src/Distribution/Types/ForeignLibOption.hs:18) Warning: 'FlagAssignment' is ambiguous. It is defined * at src/Distribution/Types/Flag.hs:129:26 * at src/Distribution/Types/Flag.hs:129: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/Distribution/Types/Flag.hs:129:1 Warning: 'FlagName' is ambiguous. It is defined * at src/Distribution/Types/Flag.hs:82:20 * at src/Distribution/Types/Flag.hs:82: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/Distribution/Types/Flag.hs:82:1 Warning: 'null' is ambiguous. It is defined * at src/Distribution/Utils/ShortText.hs:115:1 * in Data.Foldable 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/Distribution/Utils/ShortText.hs:115:1 96% ( 25 / 26) in 'Distribution.Types.Flag' Missing documentation for: Module header Warning: 'Any' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 0% ( 0 / 2) in 'Distribution.Types.ExecutableScope' Missing documentation for: Module header ExecutableScope (src/Distribution/Types/ExecutableScope.hs:18) 16% ( 1 / 6) in 'Distribution.Types.ComponentName' Missing documentation for: Module header ComponentName (src/Distribution/Types/ComponentName.hs:24) showComponentName (src/Distribution/Types/ComponentName.hs:79) componentNameRaw (src/Distribution/Types/ComponentName.hs:86) componentNameStanza (src/Distribution/Types/ComponentName.hs:90) Warning: 'ComponentId' is ambiguous. It is defined * at src/Distribution/Types/ComponentId.hs:34:23 * at src/Distribution/Types/ComponentId.hs:34: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/Distribution/Types/ComponentId.hs:34:1 Warning: 'UnitId' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 75% ( 3 / 4) in 'Distribution.Types.ComponentId' Missing documentation for: Module header 33% ( 1 / 3) in 'Distribution.Types.BuildType' Missing documentation for: Module header knownBuildTypes (src/Distribution/Types/BuildType.hs:40) Warning: 'AbiHash' is ambiguous. It is defined * at src/Distribution/Types/AbiHash.hs:28:19 * at src/Distribution/Types/AbiHash.hs:28: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/Distribution/Types/AbiHash.hs:28:1 75% ( 3 / 4) in 'Distribution.Types.AbiHash' Missing documentation for: Module header 0% ( 0 / 3) in 'Distribution.Text' Missing documentation for: Module header display (src/Distribution/Text.hs:10) simpleParse (src/Distribution/Text.hs:13) 55% ( 10 / 18) in 'Distribution.System' Missing documentation for: buildOS (src/Distribution/System.hs:169) buildArch (src/Distribution/System.hs:275) Platform (src/Distribution/System.hs:283) platformFromTriple (src/Distribution/System.hs:329) knownOSs (src/Distribution/System.hs:117) knownArches (src/Distribution/System.hs:220) classifyOS (src/Distribution/System.hs:159) classifyArch (src/Distribution/System.hs:265) Warning: 'LicenseRef' is ambiguous. It is defined * at src/Distribution/SPDX/LicenseReference.hs:23:19 * at src/Distribution/SPDX/LicenseReference.hs:23: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/Distribution/SPDX/LicenseReference.hs:23:1 83% ( 5 / 6) in 'Distribution.SPDX.LicenseReference' Missing documentation for: Module header Warning: 'License' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'BSD2' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'BSD3' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'OtherLicense' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'AllRightsReserved' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'PublicDomain' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 80% ( 8 / 10) in 'Distribution.SPDX.LicenseId' Missing documentation for: Module header licenseIdList (src/Distribution/SPDX/LicenseId.hs:2304) 66% ( 4 / 6) in 'Distribution.SPDX.LicenseExceptionId' Missing documentation for: Module header licenseExceptionIdList (src/Distribution/SPDX/LicenseExceptionId.hs:293) 50% ( 2 / 4) in 'Distribution.SPDX.LicenseExpression' Missing documentation for: Module header simpleLicenseExpression (src/Distribution/SPDX/LicenseExpression.hs:59) Warning: 'License' is ambiguous. It is defined * at src/Distribution/SPDX/License.hs:43:5 * at src/Distribution/SPDX/License.hs:39: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/Distribution/SPDX/License.hs:39:1 Warning: 'LicenseRef' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 50% ( 1 / 2) in 'Distribution.SPDX.License' Missing documentation for: Module header 86% ( 25 / 29) in 'Distribution.SPDX' Missing documentation for: simpleLicenseExpression (src/Distribution/SPDX/LicenseExpression.hs:59) licenseIdList (src/Distribution/SPDX/LicenseId.hs:2304) licenseExceptionIdList (src/Distribution/SPDX/LicenseExceptionId.hs:293) cabalSpecVersionToSPDXListVersion (src/Distribution/SPDX/LicenseListVersion.hs:21) Warning: 'ModuleName' is ambiguous. It is defined * at src/Distribution/ModuleName.hs:42:22 * at src/Distribution/ModuleName.hs:42: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/Distribution/ModuleName.hs:42:1 77% ( 7 / 9) in 'Distribution.ModuleName' Missing documentation for: fromString validModuleComponent (src/Distribution/ModuleName.hs:91) Warning: 'SymbolicPath' is ambiguous. It is defined * at src/Distribution/Utils/Path.hs:203:5 * at src/Distribution/Utils/Path.hs:219: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/Distribution/Utils/Path.hs:219:1 Warning: 'programInvocationCwd' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 92% ( 48 / 52) in 'Distribution.Utils.Path' Missing documentation for: Module header AbsolutePath (src/Distribution/Utils/Path.hs:221) getAbsolutePath (src/Distribution/Utils/Path.hs:332) interpretSymbolicPathAbsolute (src/Distribution/Utils/Path.hs:335) Warning: 'ModuleRenaming' is ambiguous. It is defined * at src/Distribution/Types/ModuleRenaming.hs:36:5 * at src/Distribution/Types/ModuleRenaming.hs:33: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/Distribution/Types/ModuleRenaming.hs:33:1 80% ( 4 / 5) in 'Distribution.Types.ModuleRenaming' Missing documentation for: Module header Warning: 'IncludeRenaming' is ambiguous. It is defined * at src/Distribution/Types/IncludeRenaming.hs:25:24 * at src/Distribution/Types/IncludeRenaming.hs:25: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/Distribution/Types/IncludeRenaming.hs:25:1 75% ( 3 / 4) in 'Distribution.Types.IncludeRenaming' Missing documentation for: Module header Warning: 'Dependency' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Mixin' is ambiguous. It is defined * at src/Distribution/Types/Mixin.hs:29:14 * at src/Distribution/Types/Mixin.hs:29: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/Distribution/Types/Mixin.hs:29:1 75% ( 3 / 4) in 'Distribution.Types.Mixin' Missing documentation for: Module header 0% ( 0 / 2) in 'Distribution.Types.ModuleReexport' Missing documentation for: Module header ModuleReexport (src/Distribution/Types/ModuleReexport.hs:22) Warning: 'fromList' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 42 / 42) in 'Distribution.Compat.Graph' Warning: 'VersionInterval' is ambiguous. It is defined * at src/Distribution/Types/VersionInterval.hs:79:24 * at src/Distribution/Types/VersionInterval.hs:79: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/Distribution/Types/VersionInterval.hs:79:1 92% ( 61 / 66) in 'Distribution.Version' Missing documentation for: VersionRange (src/Distribution/Types/VersionRange/Internal.hs:54) VersionInterval (src/Distribution/Types/VersionInterval.hs:79) LowerBound (src/Distribution/Types/VersionInterval.hs:80) UpperBound (src/Distribution/Types/VersionInterval.hs:81) Bound (src/Distribution/Types/VersionInterval.hs:82) 20% ( 1 / 5) in 'Distribution.Types.TestType' Missing documentation for: Module header knownTestTypes (src/Distribution/Types/TestType.hs:36) testTypeExe (src/Distribution/Types/TestType.hs:42) testTypeLib (src/Distribution/Types/TestType.hs:45) 50% ( 1 / 2) in 'Distribution.Types.TestSuiteInterface' Missing documentation for: Module header Warning: 'Text' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 66% ( 2 / 3) in 'Distribution.Types.PackageId' Missing documentation for: Module header Warning: 'UnitId' is ambiguous. It is defined * at src/Distribution/Types/UnitId.hs:66:18 * at src/Distribution/Types/UnitId.hs:66: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/Distribution/Types/UnitId.hs:66:1 Warning: 'DefUnitId' is ambiguous. It is defined * at src/Distribution/Types/UnitId.hs:120:21 * at src/Distribution/Types/UnitId.hs:120: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/Distribution/Types/UnitId.hs:120:1 Warning: 'unitIdHash' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'OpenUnitId' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'display' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 70% ( 7 / 10) in 'Distribution.Types.UnitId' Missing documentation for: Module header mkUnitId (src/Distribution/Types/UnitId.hs:95) unDefUnitId Warning: 'InstalledPackageInfo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 50% ( 1 / 2) in 'Distribution.Types.Module' Missing documentation for: Module header Warning: 'Module' is ambiguous. It is defined * at src/Distribution/Types/Module.hs:28:5 * at src/Distribution/Types/Module.hs:27: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/Distribution/Types/Module.hs:27:1 Warning: 'OpenModule' is ambiguous. It is defined * at src/Distribution/Backpack.hs:166:5 * at src/Distribution/Backpack.hs:165: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/Distribution/Backpack.hs:165:1 Warning: 'ModuleSubst' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ModuleVar' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'dispModSubst' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'dispModSubstEntry' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 95% ( 21 / 22) in 'Distribution.Backpack' Missing documentation for: unDefUnitId 0% ( 0 / 2) in 'Distribution.Types.ExposedModule' Missing documentation for: Module header ExposedModule (src/Distribution/Types/ExposedModule.hs:16) Warning: 'ExeDependency' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Dependency' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'PackageVersionConstraint' is ambiguous. It is defined * at src/Distribution/Types/PackageVersionConstraint.hs:28:33 * at src/Distribution/Types/PackageVersionConstraint.hs:28: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/Distribution/Types/PackageVersionConstraint.hs:28:1 75% ( 3 / 4) in 'Distribution.Types.PackageVersionConstraint' Missing documentation for: Module header Warning: Distribution.Types.PackageId.Lens: Could not find documentation for exported module: Distribution.Types.PackageId.Lens 25% ( 1 / 4) in 'Distribution.Types.PackageId.Lens' Missing documentation for: Module header pkgName (src/Distribution/Types/PackageId/Lens.hs:17) pkgVersion (src/Distribution/Types/PackageId/Lens.hs:21) Warning: 'MungedPackageName' is ambiguous. It is defined * at src/Distribution/Types/MungedPackageName.hs:33:26 * at src/Distribution/Types/MungedPackageName.hs:33: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/Distribution/Types/MungedPackageName.hs:33:1 Warning: 'MungedPackageId' is ambiguous. It is defined * at src/Distribution/Types/MungedPackageId.hs:24:24 * at src/Distribution/Types/MungedPackageId.hs:24: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/Distribution/Types/MungedPackageId.hs:24:1 Warning: 'PackageName' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 33% ( 1 / 3) in 'Distribution.Types.MungedPackageId' Missing documentation for: Module header computeCompatPackageId (src/Distribution/Types/MungedPackageId.hs:76) 50% ( 1 / 2) in 'Distribution.Types.LegacyExeDependency' Missing documentation for: Module header 33% ( 1 / 3) in 'Distribution.Types.ExeDependency' Missing documentation for: Module header qualifiedExeName (src/Distribution/Types/ExeDependency.hs:72) Warning: 'Dependency' is ambiguous. It is defined * at src/Distribution/Types/Dependency.hs:40:5 * at src/Distribution/Types/Dependency.hs:36: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/Distribution/Types/Dependency.hs:36:1 50% ( 4 / 8) in 'Distribution.Types.Dependency' Missing documentation for: Module header depPkgName (src/Distribution/Types/Dependency.hs:47) depVerRange (src/Distribution/Types/Dependency.hs:50) depLibraries (src/Distribution/Types/Dependency.hs:53) 0% ( 0 / 2) in 'Distribution.Types.SetupBuildInfo' Missing documentation for: Module header SetupBuildInfo (src/Distribution/Types/SetupBuildInfo.hs:20) Warning: Distribution.Types.SetupBuildInfo.Lens: Could not find documentation for exported module: Distribution.Types.SetupBuildInfo.Lens 0% ( 0 / 4) in 'Distribution.Types.SetupBuildInfo.Lens' Missing documentation for: Module header SetupBuildInfo (src/Distribution/Types/SetupBuildInfo.hs:20) setupDepends (src/Distribution/Types/SetupBuildInfo/Lens.hs:16) defaultSetupDepends (src/Distribution/Types/SetupBuildInfo/Lens.hs:20) 20% ( 1 / 5) in 'Distribution.Types.DependencyMap' Missing documentation for: Module header toDepMap (src/Distribution/Types/DependencyMap.hs:40) fromDepMap (src/Distribution/Types/DependencyMap.hs:44) constrainBy (src/Distribution/Types/DependencyMap.hs:54) 25% ( 1 / 4) in 'Distribution.Types.BenchmarkType' Missing documentation for: Module header knownBenchmarkTypes (src/Distribution/Types/BenchmarkType.hs:32) benchmarkTypeExe (src/Distribution/Types/BenchmarkType.hs:35) 50% ( 1 / 2) in 'Distribution.Types.BenchmarkInterface' Missing documentation for: Module header Warning: 'PackageIdentifier' is ambiguous. It is defined * at src/Distribution/Types/PackageId.hs:25:26 * at src/Distribution/Types/PackageId.hs:25: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/Distribution/Types/PackageId.hs:25:1 Warning: 'Dependency' is ambiguous. It is defined * at src/Distribution/Types/Dependency.hs:40:5 * at src/Distribution/Types/Dependency.hs:36: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/Distribution/Types/Dependency.hs:36:1 Warning: 'InstalledPackageInfo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 70% ( 12 / 17) in 'Distribution.Package' Missing documentation for: packageName (src/Distribution/Package.hs:81) packageVersion (src/Distribution/Package.hs:84) HasMungedPackageId (src/Distribution/Package.hs:74) mungedName' (src/Distribution/Package.hs:69) mungedVersion' (src/Distribution/Package.hs:72) Warning: 'abiHash' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 50% ( 1 / 2) in 'Distribution.Types.AbiDependency' Missing documentation for: Module header Warning: 'License' is ambiguous. It is defined * at src/Distribution/License.hs:67:1 * at src/Distribution/SPDX/License.hs:43:5 * at src/Distribution/SPDX/License.hs:39: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/Distribution/SPDX/License.hs:39:1 100% ( 5 / 5) in 'Distribution.License' 28% ( 2 / 7) in 'Distribution.Types.InstalledPackageInfo' Missing documentation for: Module header InstalledPackageInfo (src/Distribution/Types/InstalledPackageInfo.hs:39) emptyInstalledPackageInfo (src/Distribution/Types/InstalledPackageInfo.hs:131) mungedPackageId (src/Distribution/Types/InstalledPackageInfo.hs:122) ExposedModule (src/Distribution/Types/ExposedModule.hs:16) Warning: Distribution.Types.InstalledPackageInfo.Lens: Could not find documentation for exported module: Distribution.Types.InstalledPackageInfo.Lens 0% ( 0 / 46) in 'Distribution.Types.InstalledPackageInfo.Lens' Missing documentation for: Module header InstalledPackageInfo (src/Distribution/Types/InstalledPackageInfo.hs:39) installedUnitId (src/Distribution/Types/InstalledPackageInfo/Lens.hs:27) sourcePackageId (src/Distribution/Types/InstalledPackageInfo/Lens.hs:23) license (src/Distribution/Types/InstalledPackageInfo/Lens.hs:47) abiHash (src/Distribution/Types/InstalledPackageInfo/Lens.hs:87) sourceLibName (src/Distribution/Types/InstalledPackageInfo/Lens.hs:39) installedComponentId_ (src/Distribution/Types/InstalledPackageInfo/Lens.hs:31) libVisibility (src/Distribution/Types/InstalledPackageInfo/Lens.hs:195) instantiatedWith (src/Distribution/Types/InstalledPackageInfo/Lens.hs:35) compatPackageKey (src/Distribution/Types/InstalledPackageInfo/Lens.hs:43) copyright (src/Distribution/Types/InstalledPackageInfo/Lens.hs:51) maintainer (src/Distribution/Types/InstalledPackageInfo/Lens.hs:55) author (src/Distribution/Types/InstalledPackageInfo/Lens.hs:59) stability (src/Distribution/Types/InstalledPackageInfo/Lens.hs:63) homepage (src/Distribution/Types/InstalledPackageInfo/Lens.hs:67) pkgUrl (src/Distribution/Types/InstalledPackageInfo/Lens.hs:71) synopsis (src/Distribution/Types/InstalledPackageInfo/Lens.hs:75) description (src/Distribution/Types/InstalledPackageInfo/Lens.hs:79) category (src/Distribution/Types/InstalledPackageInfo/Lens.hs:83) indefinite (src/Distribution/Types/InstalledPackageInfo/Lens.hs:91) exposed (src/Distribution/Types/InstalledPackageInfo/Lens.hs:95) exposedModules (src/Distribution/Types/InstalledPackageInfo/Lens.hs:99) hiddenModules (src/Distribution/Types/InstalledPackageInfo/Lens.hs:103) trusted (src/Distribution/Types/InstalledPackageInfo/Lens.hs:107) importDirs (src/Distribution/Types/InstalledPackageInfo/Lens.hs:111) libraryDirs (src/Distribution/Types/InstalledPackageInfo/Lens.hs:115) libraryDirsStatic (src/Distribution/Types/InstalledPackageInfo/Lens.hs:119) libraryDynDirs (src/Distribution/Types/InstalledPackageInfo/Lens.hs:123) dataDir (src/Distribution/Types/InstalledPackageInfo/Lens.hs:127) hsLibraries (src/Distribution/Types/InstalledPackageInfo/Lens.hs:131) extraLibraries (src/Distribution/Types/InstalledPackageInfo/Lens.hs:135) extraLibrariesStatic (src/Distribution/Types/InstalledPackageInfo/Lens.hs:139) extraGHCiLibraries (src/Distribution/Types/InstalledPackageInfo/Lens.hs:143) includeDirs (src/Distribution/Types/InstalledPackageInfo/Lens.hs:147) includes (src/Distribution/Types/InstalledPackageInfo/Lens.hs:151) depends (src/Distribution/Types/InstalledPackageInfo/Lens.hs:155) abiDepends (src/Distribution/Types/InstalledPackageInfo/Lens.hs:159) ccOptions (src/Distribution/Types/InstalledPackageInfo/Lens.hs:163) cxxOptions (src/Distribution/Types/InstalledPackageInfo/Lens.hs:167) ldOptions (src/Distribution/Types/InstalledPackageInfo/Lens.hs:171) frameworkDirs (src/Distribution/Types/InstalledPackageInfo/Lens.hs:175) frameworks (src/Distribution/Types/InstalledPackageInfo/Lens.hs:179) haddockInterfaces (src/Distribution/Types/InstalledPackageInfo/Lens.hs:183) haddockHTMLs (src/Distribution/Types/InstalledPackageInfo/Lens.hs:187) pkgRoot (src/Distribution/Types/InstalledPackageInfo/Lens.hs:191) 100% ( 12 / 12) in 'Distribution.Fields.ParseResult' 83% ( 26 / 31) in 'Distribution.Fields' Missing documentation for: FieldName (src/Distribution/Fields/Field.hs:114) showPWarning (src/Distribution/Parsec/Warning.hs:77) showPError (src/Distribution/Parsec/Error.hs:21) PrettyField (src/Distribution/Fields/Pretty.hs:44) genericFromParsecFields (src/Distribution/Fields/Pretty.hs:184) Warning: 'IsList' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'A' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Z' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 66% ( 6 / 9) in 'Language.Haskell.Extension' Missing documentation for: classifyLanguage (src/Language/Haskell/Extension.hs:81) classifyExtension (src/Language/Haskell/Extension.hs:593) knownExtensions (src/Language/Haskell/Extension.hs:631) Warning: 'Compiler' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'UserHooks' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'PerCompilerFlavor' is ambiguous. It is defined * at src/Distribution/Compiler.hs:139:28 * at src/Distribution/Compiler.hs:139: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/Distribution/Compiler.hs:139:1 50% ( 9 / 18) in 'Distribution.Compiler' Missing documentation for: CompilerFlavor (src/Distribution/Compiler.hs:66) buildCompilerId (src/Distribution/Compiler.hs:120) buildCompilerFlavor (src/Distribution/Compiler.hs:114) classifyCompilerFlavor (src/Distribution/Compiler.hs:105) knownCompilerFlavors (src/Distribution/Compiler.hs:88) perCompilerFlavorToList (src/Distribution/Compiler.hs:157) CompilerId (src/Distribution/Compiler.hs:175) AbiTag (src/Distribution/Compiler.hs:223) abiTagString (src/Distribution/Compiler.hs:241) 50% ( 1 / 2) in 'Distribution.Types.ConfVar' Missing documentation for: Module header 33% ( 1 / 3) in 'Distribution.Fields.ConfVar' Missing documentation for: Module header parseConditionConfVarFromClause (src/Distribution/Fields/ConfVar.hs:36) Warning: 'rts' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Extensions' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 41% ( 5 / 12) in 'Distribution.Types.BuildInfo' Missing documentation for: Module header BuildInfo (src/Distribution/Types/BuildInfo.hs:34) emptyBuildInfo (src/Distribution/Types/BuildInfo.hs:263) hcProfOptions (src/Distribution/Types/BuildInfo.hs:297) hcSharedOptions (src/Distribution/Types/BuildInfo.hs:300) hcProfSharedOptions (src/Distribution/Types/BuildInfo.hs:303) hcStaticOptions (src/Distribution/Types/BuildInfo.hs:306) Warning: 'BuildInfo' is ambiguous. It is defined * at src/Distribution/Types/BuildInfo.hs:34:18 * at src/Distribution/Types/BuildInfo.hs:34: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/Distribution/Types/BuildInfo.hs:34:1 Warning: 'PackageDescription' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'sanityCheckHookedBuildInfo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'LocalBuildInfo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'updatePackageDescription' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'localPkgDescr' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'confHook' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 33% ( 1 / 3) in 'Distribution.Types.HookedBuildInfo' Missing documentation for: Module header emptyHookedBuildInfo (src/Distribution/Types/HookedBuildInfo.hs:66) 25% ( 1 / 4) in 'Distribution.Types.BuildInfo.Lens' Missing documentation for: Module header BuildInfo (src/Distribution/Types/BuildInfo.hs:34) HasBuildInfos (src/Distribution/Types/BuildInfo/Lens.hs:363) 50% ( 3 / 6) in 'Distribution.Types.TestSuite' Missing documentation for: Module header emptyTestSuite (src/Distribution/Types/TestSuite.hs:63) testType (src/Distribution/Types/TestSuite.hs:66) Warning: Distribution.Types.TestSuite.Lens: Could not find documentation for exported module: Distribution.Types.TestSuite.Lens 20% ( 1 / 5) in 'Distribution.Types.TestSuite.Lens' Missing documentation for: Module header testBuildInfo (src/Distribution/Types/TestSuite/Lens.hs:26) testName (src/Distribution/Types/TestSuite/Lens.hs:18) testInterface (src/Distribution/Types/TestSuite/Lens.hs:22) Warning: 'libModules' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'addBuildableCondition' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 40% ( 2 / 5) in 'Distribution.Types.Library' Missing documentation for: Module header Library (src/Distribution/Types/Library.hs:22) emptyLibrary (src/Distribution/Types/Library.hs:44) Warning: Distribution.Types.Library.Lens: Could not find documentation for exported module: Distribution.Types.Library.Lens 0% ( 0 / 9) in 'Distribution.Types.Library.Lens' Missing documentation for: Module header Library (src/Distribution/Types/Library.hs:22) libName (src/Distribution/Types/Library/Lens.hs:20) libBuildInfo (src/Distribution/Types/Library/Lens.hs:44) libVisibility (src/Distribution/Types/Library/Lens.hs:40) exposedModules (src/Distribution/Types/Library/Lens.hs:24) reexportedModules (src/Distribution/Types/Library/Lens.hs:28) signatures (src/Distribution/Types/Library/Lens.hs:32) libExposed (src/Distribution/Types/Library/Lens.hs:36) Warning: 'LibVersionInfo' is ambiguous. It is defined * at src/Distribution/Types/ForeignLib.hs:66:23 * at src/Distribution/Types/ForeignLib.hs:66: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/Distribution/Types/ForeignLib.hs:66:1 83% ( 10 / 12) in 'Distribution.Types.ForeignLib' Missing documentation for: Module header LibVersionInfo (src/Distribution/Types/ForeignLib.hs:66) Warning: Distribution.Types.ForeignLib.Lens: Could not find documentation for exported module: Distribution.Types.ForeignLib.Lens 11% ( 1 / 9) in 'Distribution.Types.ForeignLib.Lens' Missing documentation for: Module header foreignLibName (src/Distribution/Types/ForeignLib/Lens.hs:23) foreignLibBuildInfo (src/Distribution/Types/ForeignLib/Lens.hs:35) foreignLibType (src/Distribution/Types/ForeignLib/Lens.hs:27) foreignLibOptions (src/Distribution/Types/ForeignLib/Lens.hs:31) foreignLibVersionInfo (src/Distribution/Types/ForeignLib/Lens.hs:39) foreignLibVersionLinux (src/Distribution/Types/ForeignLib/Lens.hs:43) foreignLibModDefFile (src/Distribution/Types/ForeignLib/Lens.hs:47) 40% ( 2 / 5) in 'Distribution.Types.Executable' Missing documentation for: Module header Executable (src/Distribution/Types/Executable.hs:23) emptyExecutable (src/Distribution/Types/Executable.hs:60) Warning: Distribution.Types.Executable.Lens: Could not find documentation for exported module: Distribution.Types.Executable.Lens 0% ( 0 / 6) in 'Distribution.Types.Executable.Lens' Missing documentation for: Module header Executable (src/Distribution/Types/Executable.hs:23) exeName (src/Distribution/Types/Executable/Lens.hs:21) exeBuildInfo (src/Distribution/Types/Executable/Lens.hs:33) modulePath (src/Distribution/Types/Executable/Lens.hs:25) exeScope (src/Distribution/Types/Executable/Lens.hs:29) 50% ( 3 / 6) in 'Distribution.Types.Benchmark' Missing documentation for: Module header emptyBenchmark (src/Distribution/Types/Benchmark.hs:59) benchmarkType (src/Distribution/Types/Benchmark.hs:62) 14% ( 1 / 7) in 'Distribution.Types.Component' Missing documentation for: Module header Component (src/Distribution/Types/Component.hs:26) foldComponent (src/Distribution/Types/Component.hs:60) componentBuildInfo (src/Distribution/Types/Component.hs:67) componentName (src/Distribution/Types/Component.hs:79) partitionComponents (src/Distribution/Types/Component.hs:90) Warning: 'PackageDescription' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ComponentRequestedSpec' is ambiguous. It is defined * at src/Distribution/Types/ComponentRequestedSpec.hs:64:5 * at src/Distribution/Types/ComponentRequestedSpec.hs:63: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/Distribution/Types/ComponentRequestedSpec.hs:63:1 Warning: 'LocalBuildInfo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'flattenPD' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 87% ( 7 / 8) in 'Distribution.Types.ComponentRequestedSpec' Missing documentation for: Module header Warning: 'Library' is ambiguous. It is defined * at src/Distribution/Types/Library.hs:22:16 * at src/Distribution/Types/Library.hs:22: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/Distribution/Types/Library.hs:22:1 Warning: 'Executable' is ambiguous. It is defined * at src/Distribution/Types/Executable.hs:23:19 * at src/Distribution/Types/Executable.hs:23: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/Distribution/Types/Executable.hs:23:1 Warning: 'TestSuite' is ambiguous. It is defined * at src/Distribution/Types/TestSuite.hs:25:18 * at src/Distribution/Types/TestSuite.hs:25: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/Distribution/Types/TestSuite.hs:25:1 Warning: 'Benchmark' is ambiguous. It is defined * at src/Distribution/Types/Benchmark.hs:25:18 * at src/Distribution/Types/Benchmark.hs:25: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/Distribution/Types/Benchmark.hs:25:1 Warning: 'BuildInfo' is ambiguous. It is defined * at src/Distribution/Types/BuildInfo.hs:34:18 * at src/Distribution/Types/BuildInfo.hs:34: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/Distribution/Types/BuildInfo.hs:34:1 Warning: 'PackageDescription' is ambiguous. It is defined * at src/Distribution/Types/PackageDescription.hs:105:27 * at src/Distribution/Types/PackageDescription.hs:105: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/Distribution/Types/PackageDescription.hs:105:1 Warning: 'GenericPackageDescription' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'LicenseExpression' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'withLibLBI' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'LocalBuildInfo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'withExeLBI' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'withTestLBI' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'withBenchLBI' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ForeignLib' is ambiguous. It is defined * at src/Distribution/Types/ForeignLib.hs:42:19 * at src/Distribution/Types/ForeignLib.hs:42: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/Distribution/Types/ForeignLib.hs:42:1 82% ( 23 / 28) in 'Distribution.Types.PackageDescription' Missing documentation for: emptyPackageDescription (src/Distribution/Types/PackageDescription.hs:204) allLibraries (src/Distribution/Types/PackageDescription.hs:257) updatePackageDescription (src/Distribution/Types/PackageDescription.hs:376) lookupComponent (src/Distribution/Types/PackageDescription.hs:436) getComponent (src/Distribution/Types/PackageDescription.hs:448) 0% ( 0 / 3) in 'Distribution.Types.GenericPackageDescription' Missing documentation for: Module header GenericPackageDescription (src/Distribution/Types/GenericPackageDescription.hs:35) emptyGenericPackageDescription (src/Distribution/Types/GenericPackageDescription.hs:84) Warning: Distribution.Types.GenericPackageDescription.Lens: Could not find documentation for exported module: Distribution.Types.GenericPackageDescription.Lens 13% ( 3 / 23) in 'Distribution.Types.GenericPackageDescription.Lens' Missing documentation for: Module header GenericPackageDescription (src/Distribution/Types/GenericPackageDescription.hs:35) packageDescription (src/Distribution/Types/GenericPackageDescription/Lens.hs:41) flagName (src/Distribution/Types/GenericPackageDescription/Lens.hs:101) flagDescription (src/Distribution/Types/GenericPackageDescription/Lens.hs:105) flagDefault (src/Distribution/Types/GenericPackageDescription/Lens.hs:109) flagManual (src/Distribution/Types/GenericPackageDescription/Lens.hs:113) gpdScannedVersion (src/Distribution/Types/GenericPackageDescription/Lens.hs:45) genPackageFlags (src/Distribution/Types/GenericPackageDescription/Lens.hs:49) condLibrary (src/Distribution/Types/GenericPackageDescription/Lens.hs:53) condSubLibraries (src/Distribution/Types/GenericPackageDescription/Lens.hs:57) condForeignLibs (src/Distribution/Types/GenericPackageDescription/Lens.hs:61) condExecutables (src/Distribution/Types/GenericPackageDescription/Lens.hs:65) condTestSuites (src/Distribution/Types/GenericPackageDescription/Lens.hs:69) condBenchmarks (src/Distribution/Types/GenericPackageDescription/Lens.hs:73) allCondTrees (src/Distribution/Types/GenericPackageDescription/Lens.hs:84) _OS (src/Distribution/Types/GenericPackageDescription/Lens.hs:121) _Arch (src/Distribution/Types/GenericPackageDescription/Lens.hs:125) _PackageFlag (src/Distribution/Types/GenericPackageDescription/Lens.hs:129) _Impl (src/Distribution/Types/GenericPackageDescription/Lens.hs:133) Warning: Distribution.Types.Benchmark.Lens: Could not find documentation for exported module: Distribution.Types.Benchmark.Lens 20% ( 1 / 5) in 'Distribution.Types.Benchmark.Lens' Missing documentation for: Module header benchmarkName (src/Distribution/Types/Benchmark/Lens.hs:18) benchmarkBuildInfo (src/Distribution/Types/Benchmark/Lens.hs:26) benchmarkInterface (src/Distribution/Types/Benchmark/Lens.hs:22) Warning: Distribution.Types.PackageDescription.Lens: Could not find documentation for exported module: Distribution.Types.PackageDescription.Lens 11% ( 4 / 36) in 'Distribution.Types.PackageDescription.Lens' Missing documentation for: Module header package (src/Distribution/Types/PackageDescription/Lens.hs:43) copyright (src/Distribution/Types/PackageDescription/Lens.hs:55) maintainer (src/Distribution/Types/PackageDescription/Lens.hs:59) author (src/Distribution/Types/PackageDescription/Lens.hs:63) stability (src/Distribution/Types/PackageDescription/Lens.hs:67) homepage (src/Distribution/Types/PackageDescription/Lens.hs:75) pkgUrl (src/Distribution/Types/PackageDescription/Lens.hs:79) synopsis (src/Distribution/Types/PackageDescription/Lens.hs:91) description (src/Distribution/Types/PackageDescription/Lens.hs:95) category (src/Distribution/Types/PackageDescription/Lens.hs:99) dataDir (src/Distribution/Types/PackageDescription/Lens.hs:147) specVersion (src/Distribution/Types/PackageDescription/Lens.hs:107) licenseRaw (src/Distribution/Types/PackageDescription/Lens.hs:47) licenseFiles (src/Distribution/Types/PackageDescription/Lens.hs:51) testedWith (src/Distribution/Types/PackageDescription/Lens.hs:71) bugReports (src/Distribution/Types/PackageDescription/Lens.hs:83) sourceRepos (src/Distribution/Types/PackageDescription/Lens.hs:87) customFieldsPD (src/Distribution/Types/PackageDescription/Lens.hs:103) buildTypeRaw (src/Distribution/Types/PackageDescription/Lens.hs:111) setupBuildInfo (src/Distribution/Types/PackageDescription/Lens.hs:115) library (src/Distribution/Types/PackageDescription/Lens.hs:119) subLibraries (src/Distribution/Types/PackageDescription/Lens.hs:123) executables (src/Distribution/Types/PackageDescription/Lens.hs:127) foreignLibs (src/Distribution/Types/PackageDescription/Lens.hs:131) testSuites (src/Distribution/Types/PackageDescription/Lens.hs:135) benchmarks (src/Distribution/Types/PackageDescription/Lens.hs:139) dataFiles (src/Distribution/Types/PackageDescription/Lens.hs:143) extraSrcFiles (src/Distribution/Types/PackageDescription/Lens.hs:151) extraTmpFiles (src/Distribution/Types/PackageDescription/Lens.hs:155) extraDocFiles (src/Distribution/Types/PackageDescription/Lens.hs:159) extraFiles (src/Distribution/Types/PackageDescription/Lens.hs:163) 91% ( 11 / 12) in 'Distribution.Types.Lens' Missing documentation for: Module header 100% ( 56 / 56) in 'Distribution.PackageDescription' Warning: 'GenericPackageDescription' is ambiguous. It is defined * at src/Distribution/Types/GenericPackageDescription.hs:35:34 * at src/Distribution/Types/GenericPackageDescription.hs:35: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/Distribution/Types/GenericPackageDescription.hs:35:1 Warning: 'PackageDescription' is ambiguous. It is defined * at src/Distribution/Types/PackageDescription.hs:105:27 * at src/Distribution/Types/PackageDescription.hs:105: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/Distribution/Types/PackageDescription.hs:105:1 Warning: 'Arch' is ambiguous. It is defined * at src/Distribution/System.hs:188:1 * at src/Distribution/Types/ConfVar.hs:19:5 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/Distribution/System.hs:188:1 Warning: 'OS' is ambiguous. It is defined * at src/Distribution/System.hs:90:1 * at src/Distribution/Types/ConfVar.hs:18:5 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/Distribution/System.hs:90:1 62% ( 10 / 16) in 'Distribution.PackageDescription.Configuration' Missing documentation for: freeVars (src/Distribution/PackageDescription/Configuration.hs:348) mapCondTree (src/Distribution/Types/CondTree.hs:110) mapTreeData (src/Distribution/Types/CondTree.hs:126) mapTreeConds (src/Distribution/Types/CondTree.hs:123) mapTreeConstrs (src/Distribution/Types/CondTree.hs:120) transformAllBuildInfos (src/Distribution/PackageDescription/Configuration.hs:644) Warning: 'Token' is ambiguous. It is defined * at src/Distribution/FieldGrammar/Newtypes.hs:238:17 * at src/Distribution/FieldGrammar/Newtypes.hs:238: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/Distribution/FieldGrammar/Newtypes.hs:238:1 Warning: 'List' is ambiguous. It is defined * at src/Distribution/FieldGrammar/Newtypes.hs:137:24 * at src/Distribution/FieldGrammar/Newtypes.hs:137: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/Distribution/FieldGrammar/Newtypes.hs:137:1 Warning: 'Set'' is ambiguous. It is defined * at src/Distribution/FieldGrammar/Newtypes.hs:167:24 * at src/Distribution/FieldGrammar/Newtypes.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 src/Distribution/FieldGrammar/Newtypes.hs:167:1 Warning: 'NonEmpty'' is ambiguous. It is defined * at src/Distribution/FieldGrammar/Newtypes.hs:204:29 * at src/Distribution/FieldGrammar/Newtypes.hs:204: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/Distribution/FieldGrammar/Newtypes.hs:204:1 96% ( 31 / 32) in 'Distribution.FieldGrammar.Newtypes' Missing documentation for: Sep (src/Distribution/FieldGrammar/Newtypes.hs:96) Warning: 'Last' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'pack' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 85% ( 6 / 7) in 'Distribution.FieldGrammar.Class' Missing documentation for: Module header 33% ( 1 / 3) in 'Distribution.FieldGrammar.Pretty' Missing documentation for: Module header PrettyFieldGrammar (src/Distribution/FieldGrammar/Pretty.hs:23) Warning: 'FieldGrammarParser' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'GeneralPackageDescription' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Field' is ambiguous. It is defined * at src/Distribution/Fields/Field.hs:51:5 * at src/Distribution/Fields/Field.hs:50: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/Distribution/Fields/Field.hs:50:1 Warning: 'Section' is ambiguous. It is defined * at src/Distribution/FieldGrammar/Parsec.hs:105:1 * at src/Distribution/Fields/Field.hs:52:5 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/Distribution/FieldGrammar/Parsec.hs:105:1 33% ( 4 / 12) in 'Distribution.FieldGrammar.Parsec' Missing documentation for: ParsecFieldGrammar (src/Distribution/FieldGrammar/Parsec.hs:112) parseFieldGrammar (src/Distribution/FieldGrammar/Parsec.hs:120) fieldGrammarKnownFieldList (src/Distribution/FieldGrammar/Parsec.hs:135) Fields (src/Distribution/FieldGrammar/Parsec.hs:95) namelessFieldAnn (src/Distribution/FieldGrammar/Parsec.hs:102) runFieldParser (src/Distribution/FieldGrammar/Parsec.hs:382) runFieldParser' (src/Distribution/FieldGrammar/Parsec.hs:353) fieldLinesToStream (src/Distribution/FieldGrammar/Parsec.hs:442) 65% ( 17 / 26) in 'Distribution.FieldGrammar' Missing documentation for: ParsecFieldGrammar (src/Distribution/FieldGrammar/Parsec.hs:112) ParsecFieldGrammar' (src/Distribution/FieldGrammar.hs:49) parseFieldGrammar (src/Distribution/FieldGrammar/Parsec.hs:120) fieldGrammarKnownFieldList (src/Distribution/FieldGrammar/Parsec.hs:135) PrettyFieldGrammar (src/Distribution/FieldGrammar/Pretty.hs:23) PrettyFieldGrammar' (src/Distribution/FieldGrammar.hs:50) Fields (src/Distribution/FieldGrammar/Parsec.hs:95) runFieldParser (src/Distribution/FieldGrammar/Parsec.hs:382) runFieldParser' (src/Distribution/FieldGrammar/Parsec.hs:353) Warning: 'GenericPackageDescription' is ambiguous. It is defined * at src/Distribution/Types/GenericPackageDescription.hs:35:34 * at src/Distribution/Types/GenericPackageDescription.hs:35: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/Distribution/Types/GenericPackageDescription.hs:35:1 Warning: 'Benchmark' is ambiguous. It is defined * at src/Distribution/Types/Benchmark.hs:25:18 * at src/Distribution/Types/Benchmark.hs:25: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/Distribution/Types/Benchmark.hs:25:1 Warning: 'TestSuite' is ambiguous. It is defined * at src/Distribution/Types/TestSuite.hs:25:18 * at src/Distribution/Types/TestSuite.hs:25: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/Distribution/Types/TestSuite.hs:25:1 36% ( 17 / 47) in 'Distribution.PackageDescription.FieldGrammar' Missing documentation for: packageDescriptionFieldGrammar (src/Distribution/PackageDescription/FieldGrammar.hs:111) CompatLicenseFile (src/Distribution/PackageDescription/FieldGrammar.hs:866) libraryFieldGrammar (src/Distribution/PackageDescription/FieldGrammar.hs:191) foreignLibFieldGrammar (src/Distribution/PackageDescription/FieldGrammar.hs:241) executableFieldGrammar (src/Distribution/PackageDescription/FieldGrammar.hs:283) testSuiteFieldGrammar (src/Distribution/PackageDescription/FieldGrammar.hs:355) validateTestSuite (src/Distribution/PackageDescription/FieldGrammar.hs:365) unvalidateTestSuite (src/Distribution/PackageDescription/FieldGrammar.hs:429) testStanzaTestType (src/Distribution/PackageDescription/FieldGrammar.hs:311) testStanzaMainIs (src/Distribution/PackageDescription/FieldGrammar.hs:315) testStanzaTestModule (src/Distribution/PackageDescription/FieldGrammar.hs:319) testStanzaBuildInfo (src/Distribution/PackageDescription/FieldGrammar.hs:323) benchmarkFieldGrammar (src/Distribution/PackageDescription/FieldGrammar.hs:499) validateBenchmark (src/Distribution/PackageDescription/FieldGrammar.hs:507) unvalidateBenchmark (src/Distribution/PackageDescription/FieldGrammar.hs:560) formatDependencyList (src/Distribution/PackageDescription/FieldGrammar.hs:817) formatExposedModules (src/Distribution/PackageDescription/FieldGrammar.hs:826) formatExtraSourceFiles (src/Distribution/PackageDescription/FieldGrammar.hs:823) formatHsSourceDirs (src/Distribution/PackageDescription/FieldGrammar.hs:829) formatMixinList (src/Distribution/PackageDescription/FieldGrammar.hs:820) formatOtherExtensions (src/Distribution/PackageDescription/FieldGrammar.hs:832) formatOtherModules (src/Distribution/PackageDescription/FieldGrammar.hs:835) benchmarkStanzaBenchmarkType (src/Distribution/PackageDescription/FieldGrammar.hs:460) benchmarkStanzaMainIs (src/Distribution/PackageDescription/FieldGrammar.hs:464) benchmarkStanzaBenchmarkModule (src/Distribution/PackageDescription/FieldGrammar.hs:468) benchmarkStanzaBuildInfo (src/Distribution/PackageDescription/FieldGrammar.hs:472) flagFieldGrammar (src/Distribution/PackageDescription/FieldGrammar.hs:771) sourceRepoFieldGrammar (src/Distribution/PackageDescription/FieldGrammar.hs:787) setupBInfoFieldGrammar (src/Distribution/PackageDescription/FieldGrammar.hs:806) buildInfoFieldGrammar (src/Distribution/PackageDescription/FieldGrammar.hs:600) Warning: 'PrettyField' is ambiguous. It is defined * at src/Distribution/Fields/Pretty.hs:45:5 * at src/Distribution/Fields/Pretty.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 src/Distribution/Fields/Pretty.hs:44:1 100% ( 11 / 11) in 'Distribution.PackageDescription.PrettyPrint' Warning: 'BuildInfo' is ambiguous. It is defined * at src/Distribution/Types/BuildInfo.hs:34:18 * at src/Distribution/Types/BuildInfo.hs:34: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/Distribution/Types/BuildInfo.hs:34:1 Warning: 'GenericPackageDescription' is ambiguous. It is defined * at src/Distribution/Types/GenericPackageDescription.hs:35:34 * at src/Distribution/Types/GenericPackageDescription.hs:35: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/Distribution/Types/GenericPackageDescription.hs:35:1 90% ( 10 / 11) in 'Distribution.PackageDescription.Parsec' Missing documentation for: parseHookedBuildInfo (src/Distribution/PackageDescription/Parsec.hs:927) 60% ( 3 / 5) in 'Distribution.FieldGrammar.FieldDescrs' Missing documentation for: Module header fieldDescrsToList (src/Distribution/FieldGrammar/FieldDescrs.hs:58) Warning: 'InstalledPackageInfo' is ambiguous. It is defined * at src/Distribution/Types/InstalledPackageInfo.hs:39:29 * at src/Distribution/Types/InstalledPackageInfo.hs:39: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/Distribution/Types/InstalledPackageInfo.hs:39:1 0% ( 0 / 2) in 'Distribution.Types.InstalledPackageInfo.FieldGrammar' Missing documentation for: Module header ipiFieldGrammar (src/Distribution/Types/InstalledPackageInfo/FieldGrammar.hs:78) Warning: 'InstalledPackageInfo' is ambiguous. It is defined * at src/Distribution/Types/InstalledPackageInfo.hs:39:29 * at src/Distribution/Types/InstalledPackageInfo.hs:39: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/Distribution/Types/InstalledPackageInfo.hs:39:1 57% ( 8 / 14) in 'Distribution.InstalledPackageInfo' Missing documentation for: InstalledPackageInfo (src/Distribution/Types/InstalledPackageInfo.hs:39) installedComponentId (src/Distribution/InstalledPackageInfo.hs:66) sourceComponentName (src/Distribution/InstalledPackageInfo.hs:89) ExposedModule (src/Distribution/Types/ExposedModule.hs:16) emptyInstalledPackageInfo (src/Distribution/Types/InstalledPackageInfo.hs:131) showSimpleInstalledPackageInfoField (src/Distribution/InstalledPackageInfo.hs:138) Warning: Distribution.Compat.MonadFail: could not find link destinations for: - Text.ParserCombinators.ReadP.P Warning: Distribution.Utils.Structured: could not find link destinations for: - Distribution.Utils.Structured.GStructuredSum - Distribution.Utils.Structured.gstructured - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Utils.Structured.Rep_Structure Warning: Distribution.Compat.Semigroup: could not find link destinations for: - Data.Semigroup.Internal.Rep_Any - Data.Semigroup.Internal.Rep_All - Data.Foldable1.JoinWith - Data.Foldable1.FromMaybe - Data.Foldable1.NonEmptyDList - Data.Set.Internal.MergeSet - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Compat.Semigroup.GMonoid - Distribution.Compat.Semigroup.GSemigroup - Distribution.Compat.Semigroup.Rep_Option' - Distribution.Compat.Semigroup.Rep_Last' Warning: Distribution.Compat.NonEmptySet: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' Warning: Distribution.Compat.Prelude: could not find link destinations for: - GHC.Prim.~# - GHC.Generics.SingKind - GHC.Generics.DemoteRep - GHC.Generics.fromSing - GHC.Generics.SingI - GHC.Generics.sing - GHC.Generics.Sing - GHC.Generics.D:R:UReckWordp0 - GHC.Generics.D:R:UReckIntp0 - GHC.Generics.D:R:UReckFloatp0 - GHC.Generics.D:R:UReckDoublep0 - GHC.Generics.D:R:UReckCharp0 - GHC.Generics.Rep1_Proxy - GHC.Generics.Rep1_Either - GHC.Generics.Rep1_Maybe - GHC.Generics.Rep1_NonEmpty - GHC.Generics.Rep_Fingerprint - GHC.Generics.Rep_GeneralCategory - GHC.Generics.Rep_SrcLoc - GHC.Generics.Rep_Down - GHC.Generics.Rep_Tuple15 - GHC.Generics.Rep_Tuple14 - GHC.Generics.Rep_Tuple13 - GHC.Generics.Rep_Tuple12 - GHC.Generics.Rep_Tuple11 - GHC.Generics.Rep_Tuple10 - GHC.Generics.Rep_Tuple9 - GHC.Generics.Rep_Tuple8 - GHC.Generics.Rep_Tuple7 - GHC.Generics.Rep_Tuple6 - GHC.Generics.Rep_Tuple5 - GHC.Generics.Rep_Tuple4 - GHC.Generics.Rep_Tuple3 - GHC.Generics.Rep_Tuple2 - GHC.Generics.Rep_Solo - GHC.Generics.Rep_Unit - GHC.Generics.Rep_Proxy - GHC.Generics.Rep_Ordering - GHC.Generics.Rep_Bool - GHC.Generics.Rep_Either - GHC.Generics.Rep_Maybe - GHC.Generics.Rep_NonEmpty - GHC.Generics.Rep_List - GHC.Generics.Rep_Void - GHC.Generics.Rep_M1 - GHC.Generics.Rep_V1 - GHC.Generics.Rep_U1 - GHC.Generics.Rep_Par1 - GHC.Generics.Rep_Rec1 - GHC.Generics.Rep_K1 - GHC.Generics.Rep_:+: - GHC.Generics.Rep_:*: - GHC.Generics.Rep_:.: - GHC.Generics.Rep_R:UReckWordp - GHC.Generics.Rep1_R:UReckWordp - GHC.Generics.Rep_R:UReckIntp - GHC.Generics.Rep1_R:UReckIntp - GHC.Generics.Rep1_R:UReckFloatp - GHC.Generics.Rep_R:UReckDoublep - GHC.Generics.Rep1_R:UReckDoublep - GHC.Generics.Rep_R:UReckCharp - GHC.Generics.Rep1_R:UReckCharp - GHC.Generics.Rep_R:UReckPtrp - GHC.Generics.Rep_Fixity - GHC.Generics.Rep_Associativity - GHC.Generics.Rep_SourceUnpackedness - GHC.Generics.Rep_SourceStrictness - GHC.Generics.Rep_DecidedStrictness - Data.Semigroup.Internal.Rep_Alt - Data.Semigroup.Internal.Rep_Product - Data.Semigroup.Internal.Rep_Sum - Data.Semigroup.Internal.Rep_Any - Data.Semigroup.Internal.Rep_All - Data.Semigroup.Internal.Rep_Endo - Data.Semigroup.Internal.Rep_Dual - Data.Monoid.Rep_Ap - Data.Monoid.Rep_Last - Data.Monoid.Rep_First - Data.Functor.Const.Rep_Const - Data.Functor.Const.Rep1_Const - GHC.IOPort.IOPort - GHC.RTS.Flags.Rep_RTSFlags - GHC.RTS.Flags.Rep_ParFlags - GHC.RTS.Flags.Rep_TickyFlags - GHC.RTS.Flags.Rep_TraceFlags - GHC.RTS.Flags.Rep_DoTrace - GHC.RTS.Flags.Rep_ProfFlags - GHC.RTS.Flags.Rep_DoHeapProfile - GHC.RTS.Flags.Rep_CCFlags - GHC.RTS.Flags.Rep_DoCostCentres - GHC.RTS.Flags.Rep_DebugFlags - GHC.RTS.Flags.Rep_MiscFlags - GHC.RTS.Flags.Rep_ConcFlags - GHC.RTS.Flags.Rep_GCFlags - GHC.RTS.Flags.Rep_GiveGCStats - Data.Functor.Identity.Rep_Identity - Data.Functor.Identity.Rep1_Identity - Control.Arrow.Rep_Kleisli - Control.Applicative.Rep_ZipList - Control.Applicative.Rep_WrappedArrow - Control.Applicative.Rep_WrappedMonad - Data.Version.Rep_Version - GHC.ByteOrder.Rep_ByteOrder - GHC.Stats.Rep_RTSStats - GHC.Stats.Rep_GCDetails - Data.Semigroup.Rep_WrappedMonoid - Data.Semigroup.Rep_Last - Data.Semigroup.Rep_First - Data.Semigroup.Rep_Arg - Data.Semigroup.Rep_Max - Data.Semigroup.Rep_Min - Data.Complex.Rep_Complex - Data.Functor.Sum.Rep_Sum - Data.Functor.Product.Rep_Product - Data.Functor.Compose.Rep_Compose - Data.Foldable1.JoinWith - Data.Foldable1.FromMaybe - Data.Foldable1.NonEmptyDList - Data.ByteString.Builder.RealFloat.FormatMode - Data.Sequence.Internal.Rep_ViewR - Data.Sequence.Internal.Rep_ViewL - Data.Sequence.Internal.Rep_Elem - Data.Sequence.Internal.Rep_Node - Data.Sequence.Internal.Rep_Digit - Data.Sequence.Internal.Rep_FingerTree - Data.Tree.Rep_Tree - Data.Graph.Rep_SCC - Control.DeepSeq.GNFData - Data.Text.Internal.Encoding.PartialUtf8CodePoint - Text.ParserCombinators.ReadP.P - GHC.IO.Exception.Rep_ExitCode - Control.Monad.Trans.State.Strict.Rep_StateT - GHC.Generics.D:R:SingBoola0 - GHC.Generics.STrue - GHC.Generics.D:R:DemoteRepBool - GHC.Generics.SFalse - GHC.Generics.Rep_R:UReckFloatp - GHC.Generics.D:R:SingMaybeb0 - GHC.Generics.SNothing - GHC.Generics.SJust - GHC.Generics.D:R:DemoteRepMaybe - GHC.IsList.D:R:ItemNonEmpty - Data.ByteString.Short.Internal.Rep_ShortByteString - Data.Map.Internal.D:R:ItemMap - Data.Set.Internal.D:R:ItemSet - Data.Set.Internal.MergeSet - Control.DeepSeq.Zero - GHC.ForeignSrcLang.Type.Rep_ForeignSrcLang - GHC.LanguageExtensions.Type.Rep_Extension - Text.PrettyPrint.Annotated.HughesPJ.Rep_Doc - Text.PrettyPrint.Annotated.HughesPJ.Rep_Mode - Text.PrettyPrint.Annotated.HughesPJ.Rep_Style - Text.PrettyPrint.Annotated.HughesPJ.Rep_TextDetails - Text.PrettyPrint.HughesPJ.Rep_Doc - Language.Haskell.TH.Syntax.Rep_AnnLookup - Language.Haskell.TH.Syntax.Rep_AnnTarget - Language.Haskell.TH.Syntax.Rep_Bang - Language.Haskell.TH.Syntax.Rep_BndrVis - Language.Haskell.TH.Syntax.Rep_Body - Language.Haskell.TH.Syntax.Rep_Bytes - Language.Haskell.TH.Syntax.Rep_Callconv - Language.Haskell.TH.Syntax.Rep_Clause - Language.Haskell.TH.Syntax.Rep_Con - Language.Haskell.TH.Syntax.Rep_Dec - Language.Haskell.TH.Syntax.Rep_DecidedStrictness - Language.Haskell.TH.Syntax.Rep_DerivClause - Language.Haskell.TH.Syntax.Rep_DerivStrategy - Language.Haskell.TH.Syntax.Rep_DocLoc - Language.Haskell.TH.Syntax.Rep_Exp - Language.Haskell.TH.Syntax.Rep_FamilyResultSig - Language.Haskell.TH.Syntax.Rep_FixityDirection - Language.Haskell.TH.Syntax.Rep_Fixity - Language.Haskell.TH.Syntax.Rep_Foreign - Language.Haskell.TH.Syntax.Rep_FunDep - Language.Haskell.TH.Syntax.Rep_Guard - Language.Haskell.TH.Syntax.Rep_Info - Language.Haskell.TH.Syntax.Rep_InjectivityAnn - Language.Haskell.TH.Syntax.Rep_Inline - Language.Haskell.TH.Syntax.Rep_Lit - Language.Haskell.TH.Syntax.Rep_Loc - Language.Haskell.TH.Syntax.Rep_Match - Language.Haskell.TH.Syntax.Rep_ModName - Language.Haskell.TH.Syntax.Rep_ModuleInfo - Language.Haskell.TH.Syntax.Rep_Module - Language.Haskell.TH.Syntax.Rep_NameFlavour - Language.Haskell.TH.Syntax.Rep_NameSpace - Language.Haskell.TH.Syntax.Rep_Name - Language.Haskell.TH.Syntax.Rep_OccName - Language.Haskell.TH.Syntax.Rep_Overlap - Language.Haskell.TH.Syntax.Rep_Pat - Language.Haskell.TH.Syntax.Rep_PatSynArgs - Language.Haskell.TH.Syntax.Rep_PatSynDir - Language.Haskell.TH.Syntax.Rep_Phases - Language.Haskell.TH.Syntax.Rep_PkgName - Language.Haskell.TH.Syntax.Rep_Pragma - Language.Haskell.TH.Syntax.Rep_Range - Language.Haskell.TH.Syntax.Rep_Role - Language.Haskell.TH.Syntax.Rep_RuleBndr - Language.Haskell.TH.Syntax.Rep_RuleMatch - Language.Haskell.TH.Syntax.Rep_Safety - Language.Haskell.TH.Syntax.Rep_SourceStrictness - Language.Haskell.TH.Syntax.Rep_SourceUnpackedness - Language.Haskell.TH.Syntax.Rep_Specificity - Language.Haskell.TH.Syntax.Rep_Stmt - Language.Haskell.TH.Syntax.Rep_TyLit - Language.Haskell.TH.Syntax.Rep_TySynEqn - Language.Haskell.TH.Syntax.Rep_TyVarBndr - Language.Haskell.TH.Syntax.Rep_Type - Language.Haskell.TH.Syntax.Rep_TypeFamilyHead - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Utils.Structured.Rep_Structure - Distribution.Compat.Semigroup.GMonoid - Distribution.Compat.Semigroup.GSemigroup - Distribution.Compat.Semigroup.Rep_Option' - Distribution.Compat.Semigroup.Rep_Last' - Distribution.Compat.Prelude.GNFData - Distribution.Utils.ShortText.Rep_ShortText - System.OsString.Internal.Types.Rep_OsChar - System.OsString.Internal.Types.Rep_OsString - System.OsString.Internal.Types.Rep_PosixChar - System.OsString.Internal.Types.Rep_PosixString - System.OsString.Internal.Types.Rep_WindowsChar - System.OsString.Internal.Types.Rep_WindowsString - Control.Monad.Trans.Cont.Rep_ContT - Control.Monad.Trans.Except.Rep_ExceptT - Control.Monad.Trans.Identity.Rep_IdentityT - Control.Monad.Trans.Maybe.Rep_MaybeT - Control.Monad.Trans.RWS.Lazy.Rep_RWST - Control.Monad.Trans.RWS.Strict.Rep_RWST - Control.Monad.Trans.Reader.Rep_ReaderT - Control.Monad.Trans.State.Lazy.Rep_StateT - Control.Monad.Trans.Writer.Lazy.Rep_WriterT - Control.Monad.Trans.Writer.Strict.Rep_WriterT - Distribution.Types.Condition.Rep_Condition - Distribution.Parsec.Position.Rep_Position - Distribution.Parsec.Warning.Rep_PWarning - Distribution.Parsec.Warning.Rep_PWarnType - Control.Monad.Trans.Accum.Rep_AccumT - Control.Monad.Trans.RWS.CPS.Rep_RWST - Control.Monad.Trans.Select.Rep_SelectT - Control.Monad.Trans.Writer.CPS.Rep_WriterT - Distribution.Parsec.Error.Rep_PError - Distribution.Types.CondTree.Rep_CondBranch - Distribution.Types.CondTree.Rep_CondTree - Distribution.CabalSpecVersion.Rep_CabalSpecVersion - Distribution.Types.Version.Rep_Version - Distribution.Types.VersionRange.Internal.Rep_VersionRangeF - Distribution.Types.VersionRange.Internal.Rep_VersionRange - Distribution.Types.SourceRepo.Rep_SourceRepo - Distribution.Types.SourceRepo.Rep_RepoType - Distribution.Types.SourceRepo.Rep_KnownRepoType - Distribution.Types.SourceRepo.Rep_RepoKind - Distribution.Types.PkgconfigVersion.Rep_PkgconfigVersion - Distribution.Types.PkgconfigVersionRange.Rep_PkgconfigVersionRange - Distribution.Types.PkgconfigName.Rep_PkgconfigName - Distribution.Types.PkgconfigDependency.Rep_PkgconfigDependency - Distribution.Types.PackageName.Rep_PackageName - Distribution.Types.UnqualComponentName.Rep_UnqualComponentName - Distribution.Types.LibraryVisibility.Rep_LibraryVisibility - Distribution.Types.LibraryName.Rep_LibraryName - Distribution.Types.MungedPackageName.Rep_MungedPackageName - Distribution.Types.ForeignLibType.Rep_ForeignLibType - Distribution.Types.ForeignLibOption.Rep_ForeignLibOption - Distribution.Types.Flag.Rep_FlagAssignment - Distribution.Types.Flag.Rep_PackageFlag - Distribution.Types.Flag.Rep_FlagName - Distribution.Types.ExecutableScope.Rep_ExecutableScope - Distribution.Types.ComponentName.Rep_ComponentName - Distribution.Types.ComponentId.Rep_ComponentId - Distribution.Types.BuildType.Rep_BuildType - Distribution.Types.AbiHash.Rep_AbiHash - Distribution.System.Rep_Platform - Distribution.System.Rep_Arch - Distribution.System.Rep_OS - Distribution.SPDX.LicenseReference.Rep_LicenseRef - Distribution.SPDX.LicenseExceptionId.Rep_LicenseExceptionId - Distribution.SPDX.LicenseExpression.Rep_LicenseExpression - Distribution.SPDX.LicenseExpression.Rep_SimpleLicenseExpression - Distribution.SPDX.License.Rep_License - Distribution.ModuleName.Rep_ModuleName - Distribution.Utils.Path.Rep_SymbolicPathX - Distribution.Types.ModuleRenaming.Rep_ModuleRenaming - Distribution.Types.IncludeRenaming.Rep_IncludeRenaming - Distribution.Types.Mixin.Rep_Mixin - Distribution.Types.ModuleReexport.Rep_ModuleReexport - Data.Graph.SetM - Distribution.Compat.Graph.D:R:KeyEither - Distribution.Types.TestType.Rep_TestType - Distribution.Types.TestSuiteInterface.Rep_TestSuiteInterface - Distribution.Types.PackageId.Rep_PackageIdentifier - Distribution.Types.UnitId.Rep_DefUnitId - Distribution.Types.UnitId.Rep_UnitId - Distribution.Types.Module.Rep_Module - Distribution.Backpack.Rep_OpenModule - Distribution.Backpack.Rep_OpenUnitId - Distribution.Types.ExposedModule.Rep_ExposedModule - Distribution.Types.PackageVersionConstraint.Rep_PackageVersionConstraint - Distribution.Types.MungedPackageId.Rep_MungedPackageId - Distribution.Types.LegacyExeDependency.Rep_LegacyExeDependency - Distribution.Types.ExeDependency.Rep_ExeDependency - Distribution.Types.Dependency.Rep_Dependency - Distribution.Types.SetupBuildInfo.Rep_SetupBuildInfo - Distribution.Types.BenchmarkType.Rep_BenchmarkType - Distribution.Types.BenchmarkInterface.Rep_BenchmarkInterface - Distribution.Types.AbiDependency.Rep_AbiDependency - Distribution.License.Rep_License - Distribution.Types.InstalledPackageInfo.Rep_InstalledPackageInfo - Language.Haskell.Extension.Rep_Extension - Language.Haskell.Extension.Rep_KnownExtension - Language.Haskell.Extension.Rep_Language - Distribution.Compiler.Rep_CompilerInfo - Distribution.Compiler.Rep_AbiTag - Distribution.Compiler.Rep_CompilerId - Distribution.Compiler.Rep_PerCompilerFlavor - Distribution.Compiler.Rep_CompilerFlavor - Distribution.Types.ConfVar.Rep_ConfVar - Distribution.Types.BuildInfo.Rep_BuildInfo - Distribution.Types.TestSuite.Rep_TestSuite - Distribution.Types.Library.Rep_Library - Distribution.Types.ForeignLib.Rep_ForeignLib - Distribution.Types.ForeignLib.Rep_LibVersionInfo - Distribution.Types.Executable.Rep_Executable - Distribution.Types.Benchmark.Rep_Benchmark - Distribution.Types.Component.Rep_Component - Distribution.Types.ComponentRequestedSpec.Rep_ComponentRequestedSpec - Distribution.Types.PackageDescription.Rep_PackageDescription - Distribution.Types.GenericPackageDescription.Rep_GenericPackageDescription - GHC.IOPort.IOPortException - Text.Printf.UPrintf - Text.Printf.hspr - Text.Printf.spr - Control.Applicative.Backwards.Rep_Backwards - Control.Applicative.Lift.Rep_Lift - Data.Functor.Constant.Rep_Constant - Data.Functor.Reverse.Rep_Reverse Warning: Distribution.Utils.ShortText: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Utils.ShortText.Rep_ShortText Warning: Distribution.Types.Condition: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.Condition.Rep_Condition Warning: Distribution.Parsec.Position: could not find link destinations for: - Distribution.Parsec.Position.Rep_Position Warning: Distribution.Parsec.Warning: could not find link destinations for: - Distribution.Parsec.Warning.Rep_PWarning - Distribution.Parsec.Warning.Rep_PWarnType Warning: Distribution.Parsec.Error: could not find link destinations for: - Distribution.Parsec.Error.Rep_PError Warning: Distribution.Fields.LexerMonad: could not find link destinations for: - Distribution.Fields.LexerMonad.StartCode Warning: Distribution.Types.CondTree: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.CondTree.Rep_CondBranch - Distribution.Types.CondTree.Rep_CondTree Warning: Distribution.CabalSpecVersion: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.CabalSpecVersion.Rep_CabalSpecVersion Warning: Distribution.Parsec: could not find link destinations for: - Distribution.Parsec.Position.Rep_Position - Distribution.Parsec.Warning.Rep_PWarning - Distribution.Parsec.Warning.Rep_PWarnType - Distribution.Parsec.Error.Rep_PError Warning: Distribution.Types.Version: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.Version.Rep_Version Warning: Distribution.Types.VersionRange.Internal: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.VersionRange.Internal.Rep_VersionRangeF - Distribution.Types.VersionRange.Internal.Rep_VersionRange Warning: Distribution.Types.VersionRange: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.VersionRange.Internal.Rep_VersionRangeF - Distribution.Types.VersionRange.Internal.Rep_VersionRange Warning: Distribution.Types.SourceRepo: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.SourceRepo.Rep_SourceRepo - Distribution.Types.SourceRepo.Rep_RepoType - Distribution.Types.SourceRepo.Rep_KnownRepoType - Distribution.Types.SourceRepo.Rep_RepoKind Warning: Distribution.Types.SourceRepo.Lens: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.SourceRepo.Rep_SourceRepo Warning: Distribution.Types.PkgconfigVersion: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.PkgconfigVersion.Rep_PkgconfigVersion Warning: Distribution.Types.PkgconfigVersionRange: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.PkgconfigVersionRange.Rep_PkgconfigVersionRange Warning: Distribution.Types.PkgconfigName: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.PkgconfigName.Rep_PkgconfigName Warning: Distribution.Types.PkgconfigDependency: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.PkgconfigDependency.Rep_PkgconfigDependency Warning: Distribution.Types.PackageName: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.PackageName.Rep_PackageName Warning: Distribution.Types.UnqualComponentName: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.UnqualComponentName.Rep_UnqualComponentName Warning: Distribution.Types.LibraryVisibility: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.LibraryVisibility.Rep_LibraryVisibility Warning: Distribution.Types.LibraryName: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.LibraryName.Rep_LibraryName Warning: Distribution.Types.MungedPackageName: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.MungedPackageName.Rep_MungedPackageName Warning: Distribution.Types.ForeignLibType: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.ForeignLibType.Rep_ForeignLibType Warning: Distribution.Types.ForeignLibOption: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.ForeignLibOption.Rep_ForeignLibOption Warning: Distribution.Types.Flag: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.Flag.Rep_FlagAssignment - Distribution.Types.Flag.Rep_PackageFlag - Distribution.Types.Flag.Rep_FlagName Warning: Distribution.Types.ExecutableScope: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.ExecutableScope.Rep_ExecutableScope Warning: Distribution.Types.ComponentName: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.ComponentName.NotLibComponentName - Distribution.Types.ComponentName.Rep_ComponentName Warning: Distribution.Types.ComponentId: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.ComponentId.Rep_ComponentId Warning: Distribution.Types.BuildType: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.BuildType.Rep_BuildType Warning: Distribution.Types.AbiHash: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.AbiHash.Rep_AbiHash Warning: Distribution.System: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.System.Rep_Platform - Distribution.System.Rep_Arch - Distribution.System.Rep_OS Warning: Distribution.SPDX.LicenseReference: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.SPDX.LicenseReference.Rep_LicenseRef Warning: Distribution.SPDX.LicenseId: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' Warning: Distribution.SPDX.LicenseExceptionId: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.SPDX.LicenseExceptionId.Rep_LicenseExceptionId Warning: Distribution.SPDX.LicenseExpression: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.SPDX.LicenseExpression.Rep_LicenseExpression - Distribution.SPDX.LicenseExpression.Rep_SimpleLicenseExpression Warning: Distribution.SPDX.License: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.SPDX.License.Rep_License Warning: Distribution.SPDX: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.SPDX.LicenseReference.Rep_LicenseRef - Distribution.SPDX.LicenseExceptionId.Rep_LicenseExceptionId - Distribution.SPDX.LicenseExpression.Rep_LicenseExpression - Distribution.SPDX.LicenseExpression.Rep_SimpleLicenseExpression - Distribution.SPDX.License.Rep_License Warning: Distribution.ModuleName: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.ModuleName.Rep_ModuleName Warning: Distribution.Utils.Path: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Utils.Path.PathLike - Distribution.Utils.Path.FileLike - Distribution.Utils.Path.Rep_SymbolicPathX Warning: Distribution.Types.ModuleRenaming: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.ModuleRenaming.Rep_ModuleRenaming Warning: Distribution.Types.IncludeRenaming: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.IncludeRenaming.Rep_IncludeRenaming Warning: Distribution.Types.Mixin: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.Mixin.Rep_Mixin Warning: Distribution.Types.ModuleReexport: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.ModuleReexport.Rep_ModuleReexport Warning: Distribution.Compat.Graph: could not find link destinations for: - Data.Graph.Rep_SCC - Data.Graph.Rep1_SCC - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Compat.Graph.D:R:KeyEither - Distribution.Compat.Graph.D:R:KeyNode - Distribution.Types.InstalledPackageInfo.D:R:KeyInstalledPackageInfo Warning: Distribution.Version: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.Version.Rep_Version - Distribution.Types.VersionRange.Internal.Rep_VersionRangeF - Distribution.Types.VersionRange.Internal.Rep_VersionRange Warning: Distribution.Types.TestType: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.TestType.Rep_TestType Warning: Distribution.Types.TestSuiteInterface: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.TestSuiteInterface.Rep_TestSuiteInterface Warning: Distribution.Types.PackageId: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.PackageId.Rep_PackageIdentifier Warning: Distribution.Types.UnitId: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.UnitId.Rep_DefUnitId - Distribution.Types.UnitId.Rep_UnitId Warning: Distribution.Types.Module: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.Module.Rep_Module Warning: Distribution.Backpack: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.UnitId.Rep_DefUnitId - Distribution.Backpack.Rep_OpenModule - Distribution.Backpack.Rep_OpenUnitId Warning: Distribution.Types.ExposedModule: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.ExposedModule.Rep_ExposedModule Warning: Distribution.Types.PackageVersionConstraint: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.PackageVersionConstraint.Rep_PackageVersionConstraint Warning: Distribution.Types.PackageId.Lens: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.PackageId.Rep_PackageIdentifier Warning: Distribution.Types.MungedPackageId: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.MungedPackageId.Rep_MungedPackageId Warning: Distribution.Types.LegacyExeDependency: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.LegacyExeDependency.Rep_LegacyExeDependency Warning: Distribution.Types.ExeDependency: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.ExeDependency.Rep_ExeDependency Warning: Distribution.Types.Dependency: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.Dependency.Rep_Dependency Warning: Distribution.Types.SetupBuildInfo: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.SetupBuildInfo.Rep_SetupBuildInfo Warning: Distribution.Types.SetupBuildInfo.Lens: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.SetupBuildInfo.Rep_SetupBuildInfo Warning: Distribution.Types.BenchmarkType: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.BenchmarkType.Rep_BenchmarkType Warning: Distribution.Types.BenchmarkInterface: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.BenchmarkInterface.Rep_BenchmarkInterface Warning: Distribution.Types.AbiDependency: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.AbiDependency.Rep_AbiDependency Warning: Distribution.License: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.License.Rep_License Warning: Distribution.Types.InstalledPackageInfo: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.ExposedModule.Rep_ExposedModule - Distribution.Types.AbiDependency.Rep_AbiDependency - Distribution.Types.InstalledPackageInfo.D:R:KeyInstalledPackageInfo - Distribution.Types.InstalledPackageInfo.Rep_InstalledPackageInfo Warning: Distribution.Types.InstalledPackageInfo.Lens: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.InstalledPackageInfo.D:R:KeyInstalledPackageInfo - Distribution.Types.InstalledPackageInfo.Rep_InstalledPackageInfo Warning: Distribution.Fields: could not find link destinations for: - Distribution.Parsec.Warning.Rep_PWarning - Distribution.Parsec.Warning.Rep_PWarnType - Distribution.Parsec.Error.Rep_PError Warning: Language.Haskell.Extension: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Language.Haskell.Extension.Rep_Extension - Language.Haskell.Extension.Rep_KnownExtension - Language.Haskell.Extension.Rep_Language Warning: Distribution.Compiler: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Compiler.Rep_CompilerInfo - Distribution.Compiler.Rep_AbiTag - Distribution.Compiler.Rep_CompilerId - Distribution.Compiler.Rep_PerCompilerFlavor - Distribution.Compiler.Rep_CompilerFlavor Warning: Distribution.Types.ConfVar: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.ConfVar.Rep_ConfVar Warning: Distribution.Types.BuildInfo: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.BuildInfo.Rep_BuildInfo Warning: Distribution.Types.BuildInfo.Lens: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.BuildInfo.Rep_BuildInfo Warning: Distribution.Types.TestSuite: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.TestSuite.Rep_TestSuite Warning: Distribution.Types.TestSuite.Lens: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.TestSuite.Rep_TestSuite Warning: Distribution.Types.Library: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.Library.Rep_Library Warning: Distribution.Types.Library.Lens: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.Library.Rep_Library Warning: Distribution.Types.ForeignLib: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.ForeignLib.Rep_ForeignLib - Distribution.Types.ForeignLib.Rep_LibVersionInfo Warning: Distribution.Types.ForeignLib.Lens: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.ForeignLib.Rep_ForeignLib Warning: Distribution.Types.Executable: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.Executable.Rep_Executable Warning: Distribution.Types.Executable.Lens: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.Executable.Rep_Executable Warning: Distribution.Types.Benchmark: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.Benchmark.Rep_Benchmark Warning: Distribution.Types.Component: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.Component.Rep_Component Warning: Distribution.Types.ComponentRequestedSpec: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.ComponentRequestedSpec.Rep_ComponentRequestedSpec Warning: Distribution.Types.PackageDescription: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.PackageDescription.Rep_PackageDescription Warning: Distribution.Types.GenericPackageDescription: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.GenericPackageDescription.Rep_GenericPackageDescription Warning: Distribution.Types.GenericPackageDescription.Lens: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.Flag.Rep_PackageFlag - Distribution.Types.Flag.Rep_FlagName - Distribution.Types.ConfVar.Rep_ConfVar - Distribution.Types.GenericPackageDescription.Rep_GenericPackageDescription Warning: Distribution.Types.Benchmark.Lens: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.Benchmark.Rep_Benchmark Warning: Distribution.Types.PackageDescription.Lens: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.PackageDescription.Rep_PackageDescription Warning: Distribution.Types.InstalledPackageInfo.FieldGrammar: could not find link destinations for: - Distribution.Types.InstalledPackageInfo.FieldGrammar.Basic - Distribution.Types.InstalledPackageInfo.FieldGrammar.SpecLicenseLenient - Distribution.Types.InstalledPackageInfo.FieldGrammar.InstWith - Distribution.Types.InstalledPackageInfo.FieldGrammar.CompatPackageKey - Distribution.Types.InstalledPackageInfo.FieldGrammar.ExposedModules Warning: Distribution.InstalledPackageInfo: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.ExposedModule.Rep_ExposedModule - Distribution.Types.AbiDependency.Rep_AbiDependency - Distribution.Types.InstalledPackageInfo.D:R:KeyInstalledPackageInfo - Distribution.Types.InstalledPackageInfo.Rep_InstalledPackageInfo Documentation created: dist/doc/html/Cabal-syntax/, dist/doc/html/Cabal-syntax/Cabal-syntax.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/Cabal-syntax-3.14.2.0-HSrhiw18vIM7G0rPoDUJ8l Completed Cabal-syntax-3.14.2.0 Configuring parsers-0.12.12... Preprocessing library for parsers-0.12.12.. Building library for parsers-0.12.12.. [1 of 8] Compiling Text.Parser.Combinators ( src/Text/Parser/Combinators.hs, dist/build/Text/Parser/Combinators.o, dist/build/Text/Parser/Combinators.dyn_o ) [2 of 8] Compiling Text.Parser.Char ( src/Text/Parser/Char.hs, dist/build/Text/Parser/Char.o, dist/build/Text/Parser/Char.dyn_o ) [3 of 8] Compiling Text.Parser.Expression ( src/Text/Parser/Expression.hs, dist/build/Text/Parser/Expression.o, dist/build/Text/Parser/Expression.dyn_o ) [4 of 8] Compiling Text.Parser.LookAhead ( src/Text/Parser/LookAhead.hs, dist/build/Text/Parser/LookAhead.o, dist/build/Text/Parser/LookAhead.dyn_o ) [5 of 8] Compiling Text.Parser.Permutation ( src/Text/Parser/Permutation.hs, dist/build/Text/Parser/Permutation.o, dist/build/Text/Parser/Permutation.dyn_o ) [6 of 8] Compiling Text.Parser.Token.Highlight ( src/Text/Parser/Token/Highlight.hs, dist/build/Text/Parser/Token/Highlight.o, dist/build/Text/Parser/Token/Highlight.dyn_o ) [7 of 8] Compiling Text.Parser.Token ( src/Text/Parser/Token.hs, dist/build/Text/Parser/Token.o, dist/build/Text/Parser/Token.dyn_o ) [8 of 8] Compiling Text.Parser.Token.Style ( src/Text/Parser/Token/Style.hs, dist/build/Text/Parser/Token/Style.o, dist/build/Text/Parser/Token/Style.dyn_o ) Preprocessing library for parsers-0.12.12.. Running Haddock on library for parsers-0.12.12.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 8] Compiling Text.Parser.Combinators ( src/Text/Parser/Combinators.hs, nothing ) [2 of 8] Compiling Text.Parser.Char ( src/Text/Parser/Char.hs, nothing ) [3 of 8] Compiling Text.Parser.Expression ( src/Text/Parser/Expression.hs, nothing ) [4 of 8] Compiling Text.Parser.LookAhead ( src/Text/Parser/LookAhead.hs, nothing ) [5 of 8] Compiling Text.Parser.Permutation ( src/Text/Parser/Permutation.hs, nothing ) [6 of 8] Compiling Text.Parser.Token.Highlight ( src/Text/Parser/Token/Highlight.hs, nothing ) [7 of 8] Compiling Text.Parser.Token ( src/Text/Parser/Token.hs, nothing ) [8 of 8] Compiling Text.Parser.Token.Style ( src/Text/Parser/Token/Style.hs, nothing ) Haddock coverage: 100% ( 27 / 27) in 'Text.Parser.Combinators' 95% ( 19 / 20) in 'Text.Parser.Char' Missing documentation for: satisfyRange (src/Text/Parser/Char.hs:172) 100% ( 5 / 5) in 'Text.Parser.Expression' 100% ( 3 / 3) in 'Text.Parser.LookAhead' 100% ( 7 / 7) in 'Text.Parser.Permutation' 100% ( 2 / 2) in 'Text.Parser.Token.Highlight' Warning: 'float' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'IdentifierStyle' is ambiguous. It is defined * at src/Text/Parser/Token.hs:488:26 * at src/Text/Parser/Token.hs:488: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/Text/Parser/Token.hs:488:1 100% ( 55 / 55) in 'Text.Parser.Token' Warning: 'CommentStyle' is ambiguous. It is defined * at src/Text/Parser/Token/Style.hs:52:21 * at src/Text/Parser/Token/Style.hs:52: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/Text/Parser/Token/Style.hs:52:1 100% ( 22 / 22) in 'Text.Parser.Token.Style' Documentation created: dist/doc/html/parsers/, dist/doc/html/parsers/parsers.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/parsers-0.12.12-8WZDBYLNDSr3OS4BzuBufS Completed parsers-0.12.12 Configuring neat-interpolation-0.5.1.4... Preprocessing library for neat-interpolation-0.5.1.4.. Building library for neat-interpolation-0.5.1.4.. [1 of 4] Compiling NeatInterpolation.Prelude ( library/NeatInterpolation/Prelude.hs, dist/build/NeatInterpolation/Prelude.o, dist/build/NeatInterpolation/Prelude.dyn_o ) [2 of 4] Compiling NeatInterpolation.Parsing ( library/NeatInterpolation/Parsing.hs, dist/build/NeatInterpolation/Parsing.o, dist/build/NeatInterpolation/Parsing.dyn_o ) [3 of 4] Compiling NeatInterpolation.String ( library/NeatInterpolation/String.hs, dist/build/NeatInterpolation/String.o, dist/build/NeatInterpolation/String.dyn_o ) [4 of 4] Compiling NeatInterpolation ( library/NeatInterpolation.hs, dist/build/NeatInterpolation.o, dist/build/NeatInterpolation.dyn_o ) Preprocessing library for neat-interpolation-0.5.1.4.. Running Haddock on library for neat-interpolation-0.5.1.4.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 4] Compiling NeatInterpolation.Prelude ( library/NeatInterpolation/Prelude.hs, /tmp/ghc3734457_0/ghc_6.o, /tmp/ghc3734457_0/ghc_6.dyn_o ) [2 of 4] Compiling NeatInterpolation.Parsing ( library/NeatInterpolation/Parsing.hs, /tmp/ghc3734457_0/ghc_4.o, /tmp/ghc3734457_0/ghc_4.dyn_o ) [3 of 4] Compiling NeatInterpolation.String ( library/NeatInterpolation/String.hs, /tmp/ghc3734457_0/ghc_8.o, /tmp/ghc3734457_0/ghc_8.dyn_o ) [4 of 4] Compiling NeatInterpolation ( library/NeatInterpolation.hs, nothing ) Haddock coverage: 100% ( 4 / 4) in 'NeatInterpolation' Documentation created: dist/doc/html/neat-interpolation/, dist/doc/html/neat-interpolation/neat-interpolation.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/neat-interpolation-0.5.1.4-HUQzd51POXvAftRtE9BBeJ Completed neat-interpolation-0.5.1.4 Configuring invariant-0.6.5... Preprocessing library for invariant-0.6.5.. Building library for invariant-0.6.5.. [1 of 4] Compiling Data.Functor.Invariant ( src/Data/Functor/Invariant.hs, dist/build/Data/Functor/Invariant.o, dist/build/Data/Functor/Invariant.dyn_o ) [2 of 4] Compiling Data.Functor.Invariant.TH.Internal ( src/Data/Functor/Invariant/TH/Internal.hs, dist/build/Data/Functor/Invariant/TH/Internal.o, dist/build/Data/Functor/Invariant/TH/Internal.dyn_o ) [3 of 4] Compiling Data.Functor.Invariant.TH ( src/Data/Functor/Invariant/TH.hs, dist/build/Data/Functor/Invariant/TH.o, dist/build/Data/Functor/Invariant/TH.dyn_o ) [4 of 4] Compiling Paths_invariant ( dist/build/autogen/Paths_invariant.hs, dist/build/Paths_invariant.o, dist/build/Paths_invariant.dyn_o ) Preprocessing library for invariant-0.6.5.. Running Haddock on library for invariant-0.6.5.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 4] Compiling Data.Functor.Invariant ( src/Data/Functor/Invariant.hs, nothing ) [2 of 4] Compiling Data.Functor.Invariant.TH.Internal ( src/Data/Functor/Invariant/TH/Internal.hs, nothing ) [3 of 4] Compiling Data.Functor.Invariant.TH ( src/Data/Functor/Invariant/TH.hs, nothing ) [4 of 4] Compiling Paths_invariant ( dist/build/autogen/Paths_invariant.hs, nothing ) Haddock coverage: 100% ( 20 / 20) in 'Data.Functor.Invariant' Warning: 'Name' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax 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 Language.Haskell.TH.Syntax Warning: 'Options' is ambiguous. It is defined * at src/Data/Functor/Invariant/TH.hs:55:19 * at src/Data/Functor/Invariant/TH.hs:55: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/Functor/Invariant/TH.hs:55:1 Warning: 'Name' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax 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 Language.Haskell.TH.Syntax 100% ( 17 / 17) in 'Data.Functor.Invariant.TH' Warning: Data.Functor.Invariant: could not find link destinations for: - Data.Bifunctor.Wrapped.Rep1_WrappedBifunctor - Data.Bifunctor.Wrapped.Rep_WrappedBifunctor Documentation created: dist/doc/html/invariant/, dist/doc/html/invariant/invariant.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/invariant-0.6.5-GWrfOvJVj8O5wR7nYVVepm Completed invariant-0.6.5 Configuring free-5.2... Preprocessing library for free-5.2.. Building library for free-5.2.. [ 1 of 19] Compiling Control.Alternative.Free ( src/Control/Alternative/Free.hs, dist/build/Control/Alternative/Free.o, dist/build/Control/Alternative/Free.dyn_o ) [ 2 of 19] Compiling Control.Alternative.Free.Final ( src/Control/Alternative/Free/Final.hs, dist/build/Control/Alternative/Free/Final.o, dist/build/Control/Alternative/Free/Final.dyn_o ) [ 3 of 19] Compiling Control.Applicative.Free ( src/Control/Applicative/Free.hs, dist/build/Control/Applicative/Free.o, dist/build/Control/Applicative/Free.dyn_o ) [ 4 of 19] Compiling Control.Applicative.Free.Fast ( src/Control/Applicative/Free/Fast.hs, dist/build/Control/Applicative/Free/Fast.o, dist/build/Control/Applicative/Free/Fast.dyn_o ) [ 5 of 19] Compiling Control.Applicative.Free.Final ( src/Control/Applicative/Free/Final.hs, dist/build/Control/Applicative/Free/Final.o, dist/build/Control/Applicative/Free/Final.dyn_o ) [ 6 of 19] Compiling Control.Applicative.Trans.Free ( src/Control/Applicative/Trans/Free.hs, dist/build/Control/Applicative/Trans/Free.o, dist/build/Control/Applicative/Trans/Free.dyn_o ) [ 7 of 19] Compiling Control.Comonad.Cofree.Class ( src/Control/Comonad/Cofree/Class.hs, dist/build/Control/Comonad/Cofree/Class.o, dist/build/Control/Comonad/Cofree/Class.dyn_o ) [ 8 of 19] Compiling Control.Comonad.Cofree ( src/Control/Comonad/Cofree.hs, dist/build/Control/Comonad/Cofree.o, dist/build/Control/Comonad/Cofree.dyn_o ) [ 9 of 19] Compiling Control.Comonad.Trans.Cofree ( src/Control/Comonad/Trans/Cofree.hs, dist/build/Control/Comonad/Trans/Cofree.o, dist/build/Control/Comonad/Trans/Cofree.dyn_o ) [10 of 19] Compiling Control.Comonad.Trans.Coiter ( src/Control/Comonad/Trans/Coiter.hs, dist/build/Control/Comonad/Trans/Coiter.o, dist/build/Control/Comonad/Trans/Coiter.dyn_o ) [11 of 19] Compiling Control.Monad.Free.Class ( src/Control/Monad/Free/Class.hs, dist/build/Control/Monad/Free/Class.o, dist/build/Control/Monad/Free/Class.dyn_o ) [12 of 19] Compiling Control.Monad.Free.TH ( src/Control/Monad/Free/TH.hs, dist/build/Control/Monad/Free/TH.o, dist/build/Control/Monad/Free/TH.dyn_o ) [13 of 19] Compiling Control.Monad.Trans.Free ( src/Control/Monad/Trans/Free.hs, dist/build/Control/Monad/Trans/Free.o, dist/build/Control/Monad/Trans/Free.dyn_o ) [14 of 19] Compiling Control.Monad.Free ( src/Control/Monad/Free.hs, dist/build/Control/Monad/Free.o, dist/build/Control/Monad/Free.dyn_o ) [15 of 19] Compiling Control.Monad.Free.Church ( src/Control/Monad/Free/Church.hs, dist/build/Control/Monad/Free/Church.o, dist/build/Control/Monad/Free/Church.dyn_o ) [16 of 19] Compiling Control.Monad.Trans.Free.Ap ( src/Control/Monad/Trans/Free/Ap.hs, dist/build/Control/Monad/Trans/Free/Ap.o, dist/build/Control/Monad/Trans/Free/Ap.dyn_o ) [17 of 19] Compiling Control.Monad.Free.Ap ( src/Control/Monad/Free/Ap.hs, dist/build/Control/Monad/Free/Ap.o, dist/build/Control/Monad/Free/Ap.dyn_o ) [18 of 19] Compiling Control.Monad.Trans.Free.Church ( src/Control/Monad/Trans/Free/Church.hs, dist/build/Control/Monad/Trans/Free/Church.o, dist/build/Control/Monad/Trans/Free/Church.dyn_o ) [19 of 19] Compiling Control.Monad.Trans.Iter ( src/Control/Monad/Trans/Iter.hs, dist/build/Control/Monad/Trans/Iter.o, dist/build/Control/Monad/Trans/Iter.dyn_o ) Preprocessing library for free-5.2.. Running Haddock on library for free-5.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 19] Compiling Control.Alternative.Free ( src/Control/Alternative/Free.hs, nothing ) [ 2 of 19] Compiling Control.Alternative.Free.Final ( src/Control/Alternative/Free/Final.hs, nothing ) [ 3 of 19] Compiling Control.Applicative.Free ( src/Control/Applicative/Free.hs, nothing ) [ 4 of 19] Compiling Control.Applicative.Free.Fast ( src/Control/Applicative/Free/Fast.hs, nothing ) [ 5 of 19] Compiling Control.Applicative.Free.Final ( src/Control/Applicative/Free/Final.hs, nothing ) [ 6 of 19] Compiling Control.Applicative.Trans.Free ( src/Control/Applicative/Trans/Free.hs, nothing ) [ 7 of 19] Compiling Control.Comonad.Cofree.Class ( src/Control/Comonad/Cofree/Class.hs, nothing ) [ 8 of 19] Compiling Control.Comonad.Cofree ( src/Control/Comonad/Cofree.hs, nothing ) [ 9 of 19] Compiling Control.Comonad.Trans.Cofree ( src/Control/Comonad/Trans/Cofree.hs, nothing ) [10 of 19] Compiling Control.Comonad.Trans.Coiter ( src/Control/Comonad/Trans/Coiter.hs, nothing ) [11 of 19] Compiling Control.Monad.Free.Class ( src/Control/Monad/Free/Class.hs, nothing ) [12 of 19] Compiling Control.Monad.Free.TH ( src/Control/Monad/Free/TH.hs, nothing ) [13 of 19] Compiling Control.Monad.Trans.Free ( src/Control/Monad/Trans/Free.hs, nothing ) [14 of 19] Compiling Control.Monad.Free ( src/Control/Monad/Free.hs, nothing ) [15 of 19] Compiling Control.Monad.Free.Church ( src/Control/Monad/Free/Church.hs, nothing ) [16 of 19] Compiling Control.Monad.Trans.Free.Ap ( src/Control/Monad/Trans/Free/Ap.hs, nothing ) [17 of 19] Compiling Control.Monad.Free.Ap ( src/Control/Monad/Free/Ap.hs, nothing ) [18 of 19] Compiling Control.Monad.Trans.Free.Church ( src/Control/Monad/Trans/Free/Church.hs, nothing ) [19 of 19] Compiling Control.Monad.Trans.Iter ( src/Control/Monad/Trans/Iter.hs, nothing ) Haddock coverage: Warning: 'lift' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Alt' is ambiguous. It is defined * at src/Control/Alternative/Free.hs:43:19 * at src/Control/Alternative/Free.hs:43: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/Control/Alternative/Free.hs:43:1 66% ( 4 / 6) in 'Control.Alternative.Free' Missing documentation for: Alt (src/Control/Alternative/Free.hs:43) AltF (src/Control/Alternative/Free.hs:39) Warning: 'lift' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Alt' is ambiguous. It is defined * at src/Control/Alternative/Free/Final.hs:34:19 * at src/Control/Alternative/Free/Final.hs:34: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/Control/Alternative/Free/Final.hs:34:1 100% ( 5 / 5) in 'Control.Alternative.Free.Final' Warning: 'Ap' is ambiguous. It is defined * at src/Control/Applicative/Free.hs:50:3 * at src/Control/Applicative/Free.hs:48: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/Control/Applicative/Free.hs:48:1 Warning: 'lift' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 11 / 11) in 'Control.Applicative.Free' Warning: 'f' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Ap' is ambiguous. It is defined * at src/Control/Applicative/Free/Fast.hs:69:18 * at src/Control/Applicative/Free/Fast.hs:69: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/Control/Applicative/Free/Fast.hs:69:1 Warning: 'lift' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 14 / 14) in 'Control.Applicative.Free.Fast' Warning: 'Ap' is ambiguous. It is defined * at src/Control/Applicative/Free/Final.hs:37:18 * at src/Control/Applicative/Free/Final.hs:37: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/Control/Applicative/Free/Final.hs:37:1 Warning: 'lift' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 10 / 10) in 'Control.Applicative.Free.Final' Warning: 'lift' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ApT' is ambiguous. It is defined * at src/Control/Applicative/Trans/Free.hs:59:21 * at src/Control/Applicative/Trans/Free.hs:59: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/Control/Applicative/Trans/Free.hs:59:1 Warning: 'getSum' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Sum' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'fold' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Ap' is ambiguous. It is defined * at src/Control/Applicative/Trans/Free.hs:55:3 * at src/Control/Applicative/Trans/Free.hs:157: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/Control/Applicative/Trans/Free.hs:157:1 100% ( 22 / 22) in 'Control.Applicative.Trans.Free' 100% ( 2 / 2) in 'Control.Comonad.Cofree.Class' Warning: 'cofree' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Const' is ambiguous. It is defined * in Data.Functor.Const * in Data.Functor.Const 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.Const Warning: 'Identity' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'lens' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 93% ( 15 / 16) in 'Control.Comonad.Cofree' Missing documentation for: hoistCofree (src/Control/Comonad/Cofree.hs:136) Warning: 'CofreeT' is ambiguous. It is defined * at src/Control/Comonad/Trans/Cofree.hs:127:25 * at src/Control/Comonad/Trans/Cofree.hs:127: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/Control/Comonad/Trans/Cofree.hs:127:1 100% ( 11 / 11) in 'Control.Comonad.Trans.Cofree' Warning: 'CoiterT' is ambiguous. It is defined * at src/Control/Comonad/Trans/Coiter.hs:65:23 * at src/Control/Comonad/Trans/Coiter.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 src/Control/Comonad/Trans/Coiter.hs:65:1 100% ( 14 / 14) in 'Control.Comonad.Trans.Coiter' Warning: 'Tree' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 4 / 4) in 'Control.Monad.Free.Class' 100% ( 10 / 10) in 'Control.Monad.Free.TH' Warning: 'FreeT' is ambiguous. It is defined * at src/Control/Monad/Trans/Free.hs:150:23 * at src/Control/Monad/Trans/Free.hs:150: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/Control/Monad/Trans/Free.hs:150:1 Warning: 'Free' is ambiguous. It is defined * at src/Control/Monad/Trans/Free.hs:77:29 * at src/Control/Monad/Trans/Free.hs:153: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/Control/Monad/Trans/Free.hs:153:1 100% ( 28 / 28) in 'Control.Monad.Trans.Free' Warning: 'Free' is ambiguous. It is defined * at src/Control/Monad/Free.hs:117:26 * at src/Control/Monad/Free.hs:117: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/Control/Monad/Free.hs:117:1 100% ( 16 / 16) in 'Control.Monad.Free' Warning: 'Free' is ambiguous. It is defined * at src/Control/Monad/Free.hs:117:26 * at src/Control/Monad/Free.hs:117: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/Control/Monad/Free.hs:117:1 Warning: 'F' is ambiguous. It is defined * at src/Control/Monad/Free/Church.hs:89:17 * at src/Control/Monad/Free/Church.hs:89: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/Control/Monad/Free/Church.hs:89:1 100% ( 13 / 13) in 'Control.Monad.Free.Church' Warning: 'FreeT' is ambiguous. It is defined * at src/Control/Monad/Trans/Free/Ap.hs:140:23 * at src/Control/Monad/Trans/Free/Ap.hs:140: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/Control/Monad/Trans/Free/Ap.hs:140: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: 'Free' is ambiguous. It is defined * at src/Control/Monad/Trans/Free/Ap.hs:67:29 * at src/Control/Monad/Trans/Free/Ap.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/Control/Monad/Trans/Free/Ap.hs:143:1 100% ( 27 / 27) in 'Control.Monad.Trans.Free.Ap' Warning: '(\<*\>)' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ap' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Identity' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Free' is ambiguous. It is defined * at src/Control/Monad/Free/Ap.hs:81:26 * at src/Control/Monad/Free/Ap.hs:81: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/Control/Monad/Free/Ap.hs:81:1 100% ( 16 / 16) in 'Control.Monad.Free.Ap' Warning: 'FreeT' is ambiguous. It is defined * at src/Control/Monad/Trans/Free.hs:150:23 * at src/Control/Monad/Trans/Free.hs:150: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/Control/Monad/Trans/Free.hs:150:1 Warning: 'Free' is ambiguous. It is defined * at src/Control/Monad/Trans/Free.hs:77:29 * at src/Control/Monad/Trans/Free.hs:153: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/Control/Monad/Trans/Free.hs:153:1 Warning: 'FT' is ambiguous. It is defined * at src/Control/Monad/Trans/Free/Church.hs:69:20 * at src/Control/Monad/Trans/Free/Church.hs:69: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/Control/Monad/Trans/Free/Church.hs:69:1 100% ( 28 / 28) in 'Control.Monad.Trans.Free.Church' Warning: 'Free' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'IterT' is ambiguous. It is defined * at src/Control/Monad/Trans/Iter.hs:105:21 * at src/Control/Monad/Trans/Iter.hs:105: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/Control/Monad/Trans/Iter.hs:105:1 Warning: 'FreeT' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 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: 'void' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'race' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 25 / 25) in 'Control.Monad.Trans.Iter' Warning: Control.Comonad.Cofree: could not find link destinations for: - Control.Comonad.Cofree.Rep_Cofree - Control.Comonad.Cofree.Rep1_Cofree Warning: Control.Comonad.Trans.Cofree: could not find link destinations for: - Control.Comonad.Trans.Cofree.Rep_CofreeF - Control.Comonad.Trans.Cofree.Rep1_CofreeF Warning: Control.Monad.Trans.Free: could not find link destinations for: - Control.Monad.Trans.Free.Rep_FreeF - Control.Monad.Trans.Free.Rep1_FreeF Warning: Control.Monad.Free: could not find link destinations for: - Control.Monad.Free.Rep_Free - Control.Monad.Free.Rep1_Free Warning: Control.Monad.Trans.Free.Ap: could not find link destinations for: - Control.Monad.Trans.Free.Ap.Rep_FreeF - Control.Monad.Trans.Free.Ap.Rep1_FreeF Warning: Control.Monad.Free.Ap: could not find link destinations for: - Control.Monad.Free.Ap.Rep_Free - Control.Monad.Free.Ap.Rep1_Free Documentation created: dist/doc/html/free/, dist/doc/html/free/free.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/free-5.2-8tWsCwNH3GoFeZZJ8YImhd Completed free-5.2 Configuring optparse-applicative-0.18.1.0... Preprocessing library for optparse-applicative-0.18.1.0.. Building library for optparse-applicative-0.18.1.0.. [ 1 of 17] Compiling Options.Applicative.Help.Levenshtein ( src/Options/Applicative/Help/Levenshtein.hs, dist/build/Options/Applicative/Help/Levenshtein.o, dist/build/Options/Applicative/Help/Levenshtein.dyn_o ) src/Options/Applicative/Help/Levenshtein.hs:24:20: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 24 | oneDiag a b (head uppers) (-1 : head lowers) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:24:39: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 24 | oneDiag a b (head uppers) (-1 : head lowers) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:40:53: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 40 | = nw : doDiag (ach' : as) (bch' : bs) nw (tail n) (tail w) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:40:62: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 40 | = nw : doDiag (ach' : as) (bch' : bs) nw (tail n) (tail w) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:48:27: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 48 | 1 + min3 (head w) nw (head n) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:48:39: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 48 | 1 + min3 (head w) nw (head n) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:50:35: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 50 | me : doDiag as bs me (tail n) (tail w) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:50:44: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 50 | me : doDiag as bs me (tail n) (tail w) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:52:24: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 52 | firstelt = 1 + head diagBelow | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:53:64: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 53 | thisdiag = firstelt : doDiag a' b' firstelt diagAbove (tail diagBelow) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:59:20: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 59 | nextDiag = head (tail diags) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:59:26: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 59 | nextDiag = head (tail diags) | ^^^^ [ 2 of 17] Compiling Options.Applicative.Help.Pretty ( src/Options/Applicative/Help/Pretty.hs, dist/build/Options/Applicative/Help/Pretty.o, dist/build/Options/Applicative/Help/Pretty.dyn_o ) [ 3 of 17] Compiling Options.Applicative.Help.Chunk ( src/Options/Applicative/Help/Chunk.hs, dist/build/Options/Applicative/Help/Chunk.o, dist/build/Options/Applicative/Help/Chunk.dyn_o ) [ 4 of 17] Compiling Options.Applicative.Help.Types ( src/Options/Applicative/Help/Types.hs, dist/build/Options/Applicative/Help/Types.o, dist/build/Options/Applicative/Help/Types.dyn_o ) [ 5 of 17] Compiling Options.Applicative.Types ( src/Options/Applicative/Types.hs, dist/build/Options/Applicative/Types.o, dist/build/Options/Applicative/Types.dyn_o ) src/Options/Applicative/Types.hs:58:31: warning: [GHC-61689] [-Wdodgy-imports] Module Data.Semigroup does not export Option. | 58 | import Data.Semigroup hiding (Option) | ^^^^^^ [ 6 of 17] Compiling Options.Applicative.NonEmpty ( src/Options/Applicative/NonEmpty.hs, dist/build/Options/Applicative/NonEmpty.o, dist/build/Options/Applicative/NonEmpty.dyn_o ) [ 7 of 17] Compiling Options.Applicative.Internal ( src/Options/Applicative/Internal.hs, dist/build/Options/Applicative/Internal.o, dist/build/Options/Applicative/Internal.dyn_o ) [ 8 of 17] Compiling Options.Applicative.Common ( src/Options/Applicative/Common.hs, dist/build/Options/Applicative/Common.o, dist/build/Options/Applicative/Common.dyn_o ) [ 9 of 17] Compiling Options.Applicative.Help.Core ( src/Options/Applicative/Help/Core.hs, dist/build/Options/Applicative/Help/Core.o, dist/build/Options/Applicative/Help/Core.dyn_o ) [10 of 17] Compiling Options.Applicative.Help ( src/Options/Applicative/Help.hs, dist/build/Options/Applicative/Help.o, dist/build/Options/Applicative/Help.dyn_o ) [11 of 17] Compiling Options.Applicative.Builder.Internal ( src/Options/Applicative/Builder/Internal.hs, dist/build/Options/Applicative/Builder/Internal.o, dist/build/Options/Applicative/Builder/Internal.dyn_o ) src/Options/Applicative/Builder/Internal.hs:29:31: warning: [GHC-61689] [-Wdodgy-imports] Module Data.Semigroup does not export Option. | 29 | import Data.Semigroup hiding (Option) | ^^^^^^ [12 of 17] Compiling Options.Applicative.Builder.Completer ( src/Options/Applicative/Builder/Completer.hs, dist/build/Options/Applicative/Builder/Completer.o, dist/build/Options/Applicative/Builder/Completer.dyn_o ) [13 of 17] Compiling Options.Applicative.Builder ( src/Options/Applicative/Builder.hs, dist/build/Options/Applicative/Builder.o, dist/build/Options/Applicative/Builder.dyn_o ) [14 of 17] Compiling Options.Applicative.BashCompletion ( src/Options/Applicative/BashCompletion.hs, dist/build/Options/Applicative/BashCompletion.o, dist/build/Options/Applicative/BashCompletion.dyn_o ) src/Options/Applicative/BashCompletion.hs:16:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Foldable is redundant except perhaps to import instances from Data.Foldable To import instances alone, use: import Data.Foldable() | 16 | import Data.Foldable ( asum ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [15 of 17] Compiling Options.Applicative.Extra ( src/Options/Applicative/Extra.hs, dist/build/Options/Applicative/Extra.o, dist/build/Options/Applicative/Extra.dyn_o ) [16 of 17] Compiling Options.Applicative ( src/Options/Applicative.hs, dist/build/Options/Applicative.o, dist/build/Options/Applicative.dyn_o ) [17 of 17] Compiling Options.Applicative.Arrows ( src/Options/Applicative/Arrows.hs, dist/build/Options/Applicative/Arrows.o, dist/build/Options/Applicative/Arrows.dyn_o ) Preprocessing library for optparse-applicative-0.18.1.0.. Running Haddock on library for optparse-applicative-0.18.1.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 17] Compiling Options.Applicative.Help.Levenshtein ( src/Options/Applicative/Help/Levenshtein.hs, nothing ) src/Options/Applicative/Help/Levenshtein.hs:24:20: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 24 | oneDiag a b (head uppers) (-1 : head lowers) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:24:39: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 24 | oneDiag a b (head uppers) (-1 : head lowers) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:40:53: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 40 | = nw : doDiag (ach' : as) (bch' : bs) nw (tail n) (tail w) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:40:62: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 40 | = nw : doDiag (ach' : as) (bch' : bs) nw (tail n) (tail w) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:48:27: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 48 | 1 + min3 (head w) nw (head n) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:48:39: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 48 | 1 + min3 (head w) nw (head n) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:50:35: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 50 | me : doDiag as bs me (tail n) (tail w) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:50:44: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 50 | me : doDiag as bs me (tail n) (tail w) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:52:24: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 52 | firstelt = 1 + head diagBelow | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:53:64: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 53 | thisdiag = firstelt : doDiag a' b' firstelt diagAbove (tail diagBelow) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:59:20: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 59 | nextDiag = head (tail diags) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:59:26: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 59 | nextDiag = head (tail diags) | ^^^^ [ 2 of 17] Compiling Options.Applicative.Help.Pretty ( src/Options/Applicative/Help/Pretty.hs, nothing ) [ 3 of 17] Compiling Options.Applicative.Help.Chunk ( src/Options/Applicative/Help/Chunk.hs, nothing ) [ 4 of 17] Compiling Options.Applicative.Help.Types ( src/Options/Applicative/Help/Types.hs, nothing ) [ 5 of 17] Compiling Options.Applicative.Types ( src/Options/Applicative/Types.hs, nothing ) src/Options/Applicative/Types.hs:58:31: warning: [GHC-61689] [-Wdodgy-imports] Module Data.Semigroup does not export Option. | 58 | import Data.Semigroup hiding (Option) | ^^^^^^ [ 6 of 17] Compiling Options.Applicative.NonEmpty ( src/Options/Applicative/NonEmpty.hs, nothing ) [ 7 of 17] Compiling Options.Applicative.Internal ( src/Options/Applicative/Internal.hs, nothing ) [ 8 of 17] Compiling Options.Applicative.Common ( src/Options/Applicative/Common.hs, nothing ) [ 9 of 17] Compiling Options.Applicative.Help.Core ( src/Options/Applicative/Help/Core.hs, nothing ) [10 of 17] Compiling Options.Applicative.Help ( src/Options/Applicative/Help.hs, nothing ) [11 of 17] Compiling Options.Applicative.Builder.Internal ( src/Options/Applicative/Builder/Internal.hs, nothing ) src/Options/Applicative/Builder/Internal.hs:29:31: warning: [GHC-61689] [-Wdodgy-imports] Module Data.Semigroup does not export Option. | 29 | import Data.Semigroup hiding (Option) | ^^^^^^ [12 of 17] Compiling Options.Applicative.Builder.Completer ( src/Options/Applicative/Builder/Completer.hs, nothing ) [13 of 17] Compiling Options.Applicative.Builder ( src/Options/Applicative/Builder.hs, nothing ) [14 of 17] Compiling Options.Applicative.BashCompletion ( src/Options/Applicative/BashCompletion.hs, nothing ) src/Options/Applicative/BashCompletion.hs:16:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Foldable is redundant except perhaps to import instances from Data.Foldable To import instances alone, use: import Data.Foldable() | 16 | import Data.Foldable ( asum ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [15 of 17] Compiling Options.Applicative.Extra ( src/Options/Applicative/Extra.hs, nothing ) [16 of 17] Compiling Options.Applicative ( src/Options/Applicative.hs, nothing ) [17 of 17] Compiling Options.Applicative.Arrows ( src/Options/Applicative/Arrows.hs, nothing ) Haddock coverage: 50% ( 1 / 2) in 'Options.Applicative.Help.Levenshtein' Missing documentation for: Module header 93% ( 85 / 91) in 'Options.Applicative.Help.Pretty' Missing documentation for: Module header Doc (src/Options/Applicative/Help/Pretty.hs:29) SimpleDoc (src/Options/Applicative/Help/Pretty.hs:30) .$. (src/Options/Applicative/Help/Pretty.hs:36) (src/Options/Applicative/Help/Pretty.hs:38) prettyString (src/Options/Applicative/Help/Pretty.hs:113) Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Chunk' is ambiguous. It is defined * at src/Options/Applicative/Help/Chunk.hs:26:19 * at src/Options/Applicative/Help/Chunk.hs:26: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/Options/Applicative/Help/Chunk.hs:26:1 92% ( 12 / 13) in 'Options.Applicative.Help.Chunk' Missing documentation for: Module header 33% ( 1 / 3) in 'Options.Applicative.Help.Types' Missing documentation for: Module header ParserHelp (src/Options/Applicative/Help/Types.hs:12) Warning: 'execParserPure' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'OptReader' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:239:5 * at src/Options/Applicative/Types.hs:238: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/Options/Applicative/Types.hs:238:1 Warning: 'name' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Completer' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:310:21 * at src/Options/Applicative/Types.hs:310: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/Options/Applicative/Types.hs:310:1 38% ( 17 / 44) in 'Options.Applicative.Types' Missing documentation for: Module header ParseError (src/Options/Applicative/Types.hs:68) OptName (src/Options/Applicative/Types.hs:132) isShortName (src/Options/Applicative/Types.hs:137) isLongName (src/Options/Applicative/Types.hs:141) Backtracking (src/Options/Applicative/Types.hs:104) CReader (src/Options/Applicative/Types.hs:230) ParserM (src/Options/Applicative/Types.hs:273) CompletionResult (src/Options/Applicative/Types.hs:325) ParserFailure (src/Options/Applicative/Types.hs:332) overFailure (src/Options/Applicative/Types.hs:359) Args (src/Options/Applicative/Types.hs:374) ArgumentReachability (src/Options/Applicative/Types.hs:401) OptTree (src/Options/Applicative/Types.hs:411) ParserHelp (src/Options/Applicative/Help/Types.hs:12) SomeParser (src/Options/Applicative/Types.hs:176) IsCmdStart (src/Options/Applicative/Types.hs:77) fromM (src/Options/Applicative/Types.hs:288) oneM (src/Options/Applicative/Types.hs:291) manyM (src/Options/Applicative/Types.hs:294) someM (src/Options/Applicative/Types.hs:301) filterOptional (src/Options/Applicative/Types.hs:419) optVisibility (src/Options/Applicative/Types.hs:432) optMetaVar (src/Options/Applicative/Types.hs:438) optHelp (src/Options/Applicative/Types.hs:435) optShowDefault (src/Options/Applicative/Types.hs:441) optDescMod (src/Options/Applicative/Types.hs:444) 50% ( 1 / 2) in 'Options.Applicative.NonEmpty' Missing documentation for: Module header 0% ( 0 / 21) in 'Options.Applicative.Internal' Missing documentation for: Module header P (src/Options/Applicative/Internal.hs:50) MonadP (src/Options/Applicative/Internal.hs:41) ParseError (src/Options/Applicative/Types.hs:68) uncons (src/Options/Applicative/Internal.hs:95) hoistMaybe (src/Options/Applicative/Internal.hs:86) hoistEither (src/Options/Applicative/Internal.hs:89) runReadM (src/Options/Applicative/Internal.hs:99) withReadM (src/Options/Applicative/Internal.hs:102) runP (src/Options/Applicative/Internal.hs:92) Completion (src/Options/Applicative/Internal.hs:126) runCompletion (src/Options/Applicative/Internal.hs:158) contextNames (src/Options/Applicative/Internal.hs:72) ListT (src/Options/Applicative/Internal.hs:165) takeListT (src/Options/Applicative/Internal.hs:177) runListT (src/Options/Applicative/Internal.hs:181) hoistList (src/Options/Applicative/Internal.hs:266) NondetT (src/Options/Applicative/Internal.hs:221) cut (src/Options/Applicative/Internal.hs:253) (src/Options/Applicative/Internal.hs:247) disamb (src/Options/Applicative/Internal.hs:256) 68% ( 13 / 19) in 'Options.Applicative.Common' Missing documentation for: Module header showOption (src/Options/Applicative/Common.hs:66) runParserInfo (src/Options/Applicative/Common.hs:238) runParserFully (src/Options/Applicative/Common.hs:241) runParserStep (src/Options/Applicative/Common.hs:228) optionNames (src/Options/Applicative/Common.hs:70) 38% ( 7 / 18) in 'Options.Applicative.Help.Core' Missing documentation for: Module header ParserHelp (src/Options/Applicative/Help/Types.hs:12) errorHelp (src/Options/Applicative/Help/Core.hs:214) headerHelp (src/Options/Applicative/Help/Core.hs:217) suggestionsHelp (src/Options/Applicative/Help/Core.hs:220) usageHelp (src/Options/Applicative/Help/Core.hs:226) descriptionHelp (src/Options/Applicative/Help/Core.hs:229) bodyHelp (src/Options/Applicative/Help/Core.hs:232) footerHelp (src/Options/Applicative/Help/Core.hs:235) globalsHelp (src/Options/Applicative/Help/Core.hs:223) parserGlobals (src/Options/Applicative/Help/Core.hs:257) 91% ( 11 / 12) in 'Options.Applicative.Help' Missing documentation for: Module header Warning: 'OptionFields' is ambiguous. It is defined * at src/Options/Applicative/Builder/Internal.hs:35:23 * at src/Options/Applicative/Builder/Internal.hs:35: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/Options/Applicative/Builder/Internal.hs:35:1 Warning: 'FlagFields' is ambiguous. It is defined * at src/Options/Applicative/Builder/Internal.hs:40:21 * at src/Options/Applicative/Builder/Internal.hs:40: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/Options/Applicative/Builder/Internal.hs:40:1 Warning: 'strOption' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'flag' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'hidden' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 23% ( 5 / 21) in 'Options.Applicative.Builder.Internal' Missing documentation for: Module header HasName (src/Options/Applicative/Builder/Internal.hs:51) HasCompleter (src/Options/Applicative/Builder/Internal.hs:60) HasValue (src/Options/Applicative/Builder/Internal.hs:69) HasMetavar (src/Options/Applicative/Builder/Internal.hs:77) OptionFields (src/Options/Applicative/Builder/Internal.hs:35) FlagFields (src/Options/Applicative/Builder/Internal.hs:40) CommandFields (src/Options/Applicative/Builder/Internal.hs:44) ArgumentFields (src/Options/Applicative/Builder/Internal.hs:48) DefaultProp (src/Options/Applicative/Builder/Internal.hs:88) optionMod (src/Options/Applicative/Builder/Internal.hs:130) fieldMod (src/Options/Applicative/Builder/Internal.hs:133) mkCommand (src/Options/Applicative/Builder/Internal.hs:156) mkParser (src/Options/Applicative/Builder/Internal.hs:165) mkOption (src/Options/Applicative/Builder/Internal.hs:175) mkProps (src/Options/Applicative/Builder/Internal.hs:180) Warning: 'Completer' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:310:21 * at src/Options/Applicative/Types.hs:310: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/Options/Applicative/Types.hs:310:1 85% ( 6 / 7) in 'Options.Applicative.Builder.Completer' Missing documentation for: Module header Warning: 'ParserInfo' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:89:21 * at src/Options/Applicative/Types.hs:89: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/Options/Applicative/Types.hs:89:1 Warning: 'Option' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:171:17 * at src/Options/Applicative/Types.hs:171: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/Options/Applicative/Types.hs:171:1 Warning: 'ParserPrefs' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:111:20 * at src/Options/Applicative/Types.hs:111: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/Options/Applicative/Types.hs:111:1 86% ( 72 / 83) in 'Options.Applicative.Builder' Missing documentation for: Module header ParseError (src/Options/Applicative/Types.hs:68) PrefsMod (src/Options/Applicative/Builder.hs:470) OptionFields (src/Options/Applicative/Builder/Internal.hs:35) FlagFields (src/Options/Applicative/Builder/Internal.hs:40) ArgumentFields (src/Options/Applicative/Builder/Internal.hs:48) CommandFields (src/Options/Applicative/Builder/Internal.hs:44) HasName (src/Options/Applicative/Builder/Internal.hs:51) HasCompleter (src/Options/Applicative/Builder/Internal.hs:60) HasValue (src/Options/Applicative/Builder/Internal.hs:69) HasMetavar (src/Options/Applicative/Builder/Internal.hs:77) 80% ( 4 / 5) in 'Options.Applicative.BashCompletion' Missing documentation for: bashCompletionParser (src/Options/Applicative/BashCompletion.hs:39) Warning: 'ParserInfo' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:89:21 * at src/Options/Applicative/Types.hs:89: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/Options/Applicative/Types.hs:89:1 Warning: 'ParserFailure' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:332:27 * at src/Options/Applicative/Types.hs:332: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/Options/Applicative/Types.hs:332:1 Warning: 'Context' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:180:16 * at src/Options/Applicative/Types.hs:180: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/Options/Applicative/Types.hs:180:1 73% ( 14 / 19) in 'Options.Applicative.Extra' Missing documentation for: Module header renderFailure (src/Options/Applicative/Extra.hs:345) ParserFailure (src/Options/Applicative/Types.hs:332) overFailure (src/Options/Applicative/Types.hs:359) CompletionResult (src/Options/Applicative/Types.hs:325) Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Text' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Parsec' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ParserInfo' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:89:21 * at src/Options/Applicative/Types.hs:89: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/Options/Applicative/Types.hs:89:1 Warning: 'ParserPrefs' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:111:20 * at src/Options/Applicative/Types.hs:111: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/Options/Applicative/Types.hs:111:1 Warning: 'Completer' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:310:21 * at src/Options/Applicative/Types.hs:310: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/Options/Applicative/Types.hs:310:1 86% (105 /121) in 'Options.Applicative' Missing documentation for: Module header OptionFields (src/Options/Applicative/Builder/Internal.hs:35) FlagFields (src/Options/Applicative/Builder/Internal.hs:40) ArgumentFields (src/Options/Applicative/Builder/Internal.hs:48) CommandFields (src/Options/Applicative/Builder/Internal.hs:44) HasName (src/Options/Applicative/Builder/Internal.hs:51) HasCompleter (src/Options/Applicative/Builder/Internal.hs:60) HasValue (src/Options/Applicative/Builder/Internal.hs:69) HasMetavar (src/Options/Applicative/Builder/Internal.hs:77) renderFailure (src/Options/Applicative/Extra.hs:345) overFailure (src/Options/Applicative/Types.hs:359) PrefsMod (src/Options/Applicative/Builder.hs:470) ParseError (src/Options/Applicative/Types.hs:68) ParserHelp (src/Options/Applicative/Help/Types.hs:12) ParserFailure (src/Options/Applicative/Types.hs:332) CompletionResult (src/Options/Applicative/Types.hs:325) Warning: 'A' is ambiguous. It is defined * at src/Options/Applicative/Arrows.hs:47:19 * at src/Options/Applicative/Arrows.hs:47: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/Options/Applicative/Arrows.hs:47:1 100% ( 6 / 6) in 'Options.Applicative.Arrows' Warning: Options.Applicative.Help.Pretty: could not find link destinations for: - Prettyprinter.Internal.Rep_SimpleDocStream Documentation created: dist/doc/html/optparse-applicative/, dist/doc/html/optparse-applicative/optparse-applicative.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/optparse-applicative-0.18.1.0-3Srb3lCyFQr66QZtWbFwl9 Completed optparse-applicative-0.18.1.0 Configuring ghc-lib-parser-9.10.3.20250912... Preprocessing library for ghc-lib-parser-9.10.3.20250912.. unused rules: 2 Building library for ghc-lib-parser-9.10.3.20250912.. [ 1 of 447] Compiling GHC.BaseDir ( libraries/ghc-boot/GHC/BaseDir.hs, dist/build/GHC/BaseDir.o, dist/build/GHC/BaseDir.dyn_o ) [ 2 of 447] Compiling GHC.Data.List.Infinite ( compiler/GHC/Data/List/Infinite.hs, dist/build/GHC/Data/List/Infinite.o, dist/build/GHC/Data/List/Infinite.dyn_o ) [ 3 of 447] Compiling GHC.Data.SizedSeq ( libraries/ghc-boot/GHC/Data/SizedSeq.hs, dist/build/GHC/Data/SizedSeq.o, dist/build/GHC/Data/SizedSeq.dyn_o ) [ 4 of 447] Compiling GHC.Exts.Heap.ClosureTypes ( libraries/ghc-heap/GHC/Exts/Heap/ClosureTypes.hs, dist/build/GHC/Exts/Heap/ClosureTypes.o, dist/build/GHC/Exts/Heap/ClosureTypes.dyn_o ) [ 5 of 447] Compiling GHC.Exts.Heap.Constants ( dist/build/GHC/Exts/Heap/Constants.hs, dist/build/GHC/Exts/Heap/Constants.o, dist/build/GHC/Exts/Heap/Constants.dyn_o ) [ 6 of 447] Compiling GHC.Exts.Heap.InfoTable.Types ( dist/build/GHC/Exts/Heap/InfoTable/Types.hs, dist/build/GHC/Exts/Heap/InfoTable/Types.o, dist/build/GHC/Exts/Heap/InfoTable/Types.dyn_o ) [ 7 of 447] Compiling GHC.Exts.Heap.InfoTable ( dist/build/GHC/Exts/Heap/InfoTable.hs, dist/build/GHC/Exts/Heap/InfoTable.o, dist/build/GHC/Exts/Heap/InfoTable.dyn_o ) [ 8 of 447] Compiling GHC.Exts.Heap.InfoTableProf ( dist/build/GHC/Exts/Heap/InfoTableProf.hs, dist/build/GHC/Exts/Heap/InfoTableProf.o, dist/build/GHC/Exts/Heap/InfoTableProf.dyn_o ) [ 9 of 447] Compiling GHC.Exts.Heap.ProfInfo.Types ( libraries/ghc-heap/GHC/Exts/Heap/ProfInfo/Types.hs, dist/build/GHC/Exts/Heap/ProfInfo/Types.o, dist/build/GHC/Exts/Heap/ProfInfo/Types.dyn_o ) [ 10 of 447] Compiling GHC.Exts.Heap.ProfInfo.PeekProfInfo_ProfilingEnabled ( dist/build/GHC/Exts/Heap/ProfInfo/PeekProfInfo_ProfilingEnabled.hs, dist/build/GHC/Exts/Heap/ProfInfo/PeekProfInfo_ProfilingEnabled.o, dist/build/GHC/Exts/Heap/ProfInfo/PeekProfInfo_ProfilingEnabled.dyn_o ) [ 11 of 447] Compiling GHC.Exts.Heap.ProfInfo.PeekProfInfo_ProfilingDisabled ( dist/build/GHC/Exts/Heap/ProfInfo/PeekProfInfo_ProfilingDisabled.hs, dist/build/GHC/Exts/Heap/ProfInfo/PeekProfInfo_ProfilingDisabled.o, dist/build/GHC/Exts/Heap/ProfInfo/PeekProfInfo_ProfilingDisabled.dyn_o ) [ 12 of 447] Compiling GHC.Exts.Heap.ProfInfo.PeekProfInfo ( libraries/ghc-heap/GHC/Exts/Heap/ProfInfo/PeekProfInfo.hs, dist/build/GHC/Exts/Heap/ProfInfo/PeekProfInfo.o, dist/build/GHC/Exts/Heap/ProfInfo/PeekProfInfo.dyn_o ) [ 13 of 447] Compiling GHC.Exts.Heap.Closures ( libraries/ghc-heap/GHC/Exts/Heap/Closures.hs, dist/build/GHC/Exts/Heap/Closures.o, dist/build/GHC/Exts/Heap/Closures.dyn_o ) [ 14 of 447] Compiling GHC.Exts.Heap.FFIClosures_ProfilingEnabled ( dist/build/GHC/Exts/Heap/FFIClosures_ProfilingEnabled.hs, dist/build/GHC/Exts/Heap/FFIClosures_ProfilingEnabled.o, dist/build/GHC/Exts/Heap/FFIClosures_ProfilingEnabled.dyn_o ) [ 15 of 447] Compiling GHC.Exts.Heap.FFIClosures_ProfilingDisabled ( dist/build/GHC/Exts/Heap/FFIClosures_ProfilingDisabled.hs, dist/build/GHC/Exts/Heap/FFIClosures_ProfilingDisabled.o, dist/build/GHC/Exts/Heap/FFIClosures_ProfilingDisabled.dyn_o ) [ 16 of 447] Compiling GHC.Exts.Heap.FFIClosures ( libraries/ghc-heap/GHC/Exts/Heap/FFIClosures.hs, dist/build/GHC/Exts/Heap/FFIClosures.o, dist/build/GHC/Exts/Heap/FFIClosures.dyn_o ) [ 17 of 447] Compiling GHC.Exts.Heap.Utils ( dist/build/GHC/Exts/Heap/Utils.hs, dist/build/GHC/Exts/Heap/Utils.o, dist/build/GHC/Exts/Heap/Utils.dyn_o ) [ 18 of 447] Compiling GHC.Exts.Heap ( libraries/ghc-heap/GHC/Exts/Heap.hs, dist/build/GHC/Exts/Heap.o, dist/build/GHC/Exts/Heap.dyn_o ) [ 19 of 447] Compiling GHC.ForeignSrcLang.Type ( libraries/ghc-boot-th/GHC/ForeignSrcLang/Type.hs, dist/build/GHC/ForeignSrcLang/Type.o, dist/build/GHC/ForeignSrcLang/Type.dyn_o ) [ 20 of 447] Compiling GHC.ForeignSrcLang ( libraries/ghc-boot/GHC/ForeignSrcLang.hs, dist/build/GHC/ForeignSrcLang.o, dist/build/GHC/ForeignSrcLang.dyn_o ) [ 21 of 447] Compiling GHC.LanguageExtensions.Type ( libraries/ghc-boot-th/GHC/LanguageExtensions/Type.hs, dist/build/GHC/LanguageExtensions/Type.o, dist/build/GHC/LanguageExtensions/Type.dyn_o ) [ 22 of 447] Compiling GHC.LanguageExtensions ( libraries/ghc-boot/GHC/LanguageExtensions.hs, dist/build/GHC/LanguageExtensions.o, dist/build/GHC/LanguageExtensions.dyn_o ) [ 23 of 447] Compiling GHC.Lexeme ( libraries/ghc-boot-th/GHC/Lexeme.hs, dist/build/GHC/Lexeme.o, dist/build/GHC/Lexeme.dyn_o ) [ 24 of 447] Compiling GHC.Platform.ArchOS ( libraries/ghc-platform/src/GHC/Platform/ArchOS.hs, dist/build/GHC/Platform/ArchOS.o, dist/build/GHC/Platform/ArchOS.dyn_o ) [ 25 of 447] Compiling GHC.Platform.Constants ( ghc-lib/stage0/compiler/build/GHC/Platform/Constants.hs, dist/build/GHC/Platform/Constants.o, dist/build/GHC/Platform/Constants.dyn_o ) [ 26 of 447] Compiling GHC.Prelude.Basic ( compiler/GHC/Prelude/Basic.hs, dist/build/GHC/Prelude/Basic.o, dist/build/GHC/Prelude/Basic.dyn_o ) [ 27 of 447] Compiling GHC.Data.FastMutInt ( compiler/GHC/Data/FastMutInt.hs, dist/build/GHC/Data/FastMutInt.o, dist/build/GHC/Data/FastMutInt.dyn_o ) [ 28 of 447] Compiling GHC.Data.Bool ( compiler/GHC/Data/Bool.hs, dist/build/GHC/Data/Bool.o, dist/build/GHC/Data/Bool.dyn_o ) [ 29 of 447] Compiling GHC.Serialized ( libraries/ghc-boot/GHC/Serialized.hs, dist/build/GHC/Serialized.o, dist/build/GHC/Serialized.dyn_o ) [ 30 of 447] Compiling GHC.Settings.Utils ( libraries/ghc-boot/GHC/Settings/Utils.hs, dist/build/GHC/Settings/Utils.o, dist/build/GHC/Settings/Utils.dyn_o ) [ 31 of 447] Compiling GHC.Utils.Constants ( compiler/GHC/Utils/Constants.hs, dist/build/GHC/Utils/Constants.o, dist/build/GHC/Utils/Constants.dyn_o ) [ 32 of 447] Compiling GHC.Utils.Containers.Internal.BitUtil ( compiler/GHC/Utils/Containers/Internal/BitUtil.hs, dist/build/GHC/Utils/Containers/Internal/BitUtil.o, dist/build/GHC/Utils/Containers/Internal/BitUtil.dyn_o ) [ 33 of 447] Compiling GHC.Utils.Containers.Internal.StrictPair ( compiler/GHC/Utils/Containers/Internal/StrictPair.hs, dist/build/GHC/Utils/Containers/Internal/StrictPair.o, dist/build/GHC/Utils/Containers/Internal/StrictPair.dyn_o ) [ 34 of 447] Compiling GHC.Data.Word64Set.Internal ( compiler/GHC/Data/Word64Set/Internal.hs, dist/build/GHC/Data/Word64Set/Internal.o, dist/build/GHC/Data/Word64Set/Internal.dyn_o ) [ 35 of 447] Compiling GHC.Data.Word64Set ( compiler/GHC/Data/Word64Set.hs, dist/build/GHC/Data/Word64Set.o, dist/build/GHC/Data/Word64Set.dyn_o ) [ 36 of 447] Compiling GHC.Data.Word64Map.Internal ( compiler/GHC/Data/Word64Map/Internal.hs, dist/build/GHC/Data/Word64Map/Internal.o, dist/build/GHC/Data/Word64Map/Internal.dyn_o ) [ 37 of 447] Compiling GHC.Data.Word64Map.Strict.Internal ( compiler/GHC/Data/Word64Map/Strict/Internal.hs, dist/build/GHC/Data/Word64Map/Strict/Internal.o, dist/build/GHC/Data/Word64Map/Strict/Internal.dyn_o ) [ 38 of 447] Compiling GHC.Data.Word64Map.Strict ( compiler/GHC/Data/Word64Map/Strict.hs, dist/build/GHC/Data/Word64Map/Strict.o, dist/build/GHC/Data/Word64Map/Strict.dyn_o ) [ 39 of 447] Compiling GHC.Data.Word64Map.Lazy ( compiler/GHC/Data/Word64Map/Lazy.hs, dist/build/GHC/Data/Word64Map/Lazy.o, dist/build/GHC/Data/Word64Map/Lazy.dyn_o ) [ 40 of 447] Compiling GHC.Data.Word64Map ( compiler/GHC/Data/Word64Map.hs, dist/build/GHC/Data/Word64Map.o, dist/build/GHC/Data/Word64Map.dyn_o ) [ 41 of 447] Compiling GHC.Utils.Encoding.UTF8 ( libraries/ghc-boot/GHC/Utils/Encoding/UTF8.hs, dist/build/GHC/Utils/Encoding/UTF8.o, dist/build/GHC/Utils/Encoding/UTF8.dyn_o ) [ 42 of 447] Compiling GHC.Utils.Encoding ( libraries/ghc-boot/GHC/Utils/Encoding.hs, dist/build/GHC/Utils/Encoding.o, dist/build/GHC/Utils/Encoding.dyn_o ) [ 43 of 447] Compiling GHC.Data.ShortText ( libraries/ghc-boot/GHC/Data/ShortText.hs, dist/build/GHC/Data/ShortText.o, dist/build/GHC/Data/ShortText.dyn_o ) [ 44 of 447] Compiling GHC.Unit.Database ( libraries/ghc-boot/GHC/Unit/Database.hs, dist/build/GHC/Unit/Database.o, dist/build/GHC/Unit/Database.dyn_o ) [ 45 of 447] Compiling GHC.Utils.Exception ( compiler/GHC/Utils/Exception.hs, dist/build/GHC/Utils/Exception.o, dist/build/GHC/Utils/Exception.dyn_o ) [ 46 of 447] Compiling GHC.Utils.Fingerprint ( compiler/GHC/Utils/Fingerprint.hs, dist/build/GHC/Utils/Fingerprint.o, dist/build/GHC/Utils/Fingerprint.dyn_o ) [ 47 of 447] Compiling GHC.Utils.GlobalVars ( compiler/GHC/Utils/GlobalVars.hs, dist/build/GHC/Utils/GlobalVars.o, dist/build/GHC/Utils/GlobalVars.dyn_o ) [ 48 of 447] Compiling GHC.Utils.IO.Unsafe ( compiler/GHC/Utils/IO/Unsafe.hs, dist/build/GHC/Utils/IO/Unsafe.o, dist/build/GHC/Utils/IO/Unsafe.dyn_o ) [ 49 of 447] Compiling GHC.Utils.Ppr.Colour ( compiler/GHC/Utils/Ppr/Colour.hs, dist/build/GHC/Utils/Ppr/Colour.o, dist/build/GHC/Utils/Ppr/Colour.dyn_o ) [ 50 of 447] Compiling GHC.Version ( ghc-lib/stage0/libraries/ghc-boot/build/GHC/Version.hs, dist/build/GHC/Version.o, dist/build/GHC/Version.dyn_o ) [ 51 of 447] Compiling GHC.UniqueSubdir ( libraries/ghc-boot/GHC/UniqueSubdir.hs, dist/build/GHC/UniqueSubdir.o, dist/build/GHC/UniqueSubdir.dyn_o ) [ 52 of 447] Compiling GHC.Settings.Config ( ghc-lib/stage0/compiler/build/GHC/Settings/Config.hs, dist/build/GHC/Settings/Config.o, dist/build/GHC/Settings/Config.dyn_o ) [ 53 of 447] Compiling GHC.Utils.Panic.Plain ( compiler/GHC/Utils/Panic/Plain.hs, dist/build/GHC/Utils/Panic/Plain.o, dist/build/GHC/Utils/Panic/Plain.dyn_o ) [ 54 of 447] Compiling GHC.Utils.Misc ( compiler/GHC/Utils/Misc.hs, dist/build/GHC/Utils/Misc.o, dist/build/GHC/Utils/Misc.dyn_o ) [ 55 of 447] Compiling GHC.Data.FastString ( compiler/GHC/Data/FastString.hs, dist/build/GHC/Data/FastString.o, dist/build/GHC/Data/FastString.dyn_o ) [ 56 of 447] Compiling GHC.Utils.BufHandle ( compiler/GHC/Utils/BufHandle.hs, dist/build/GHC/Utils/BufHandle.o, dist/build/GHC/Utils/BufHandle.dyn_o ) [ 57 of 447] Compiling GHC.Utils.Ppr ( compiler/GHC/Utils/Ppr.hs, dist/build/GHC/Utils/Ppr.o, dist/build/GHC/Utils/Ppr.dyn_o ) [ 58 of 447] Compiling GHCi.BreakArray ( libraries/ghci/GHCi/BreakArray.hs, dist/build/GHCi/BreakArray.o, dist/build/GHCi/BreakArray.dyn_o ) [ 59 of 447] Compiling GHCi.FFI ( dist/build/GHCi/FFI.hs, dist/build/GHCi/FFI.o, dist/build/GHCi/FFI.dyn_o ) [ 60 of 447] Compiling GHCi.RemoteTypes ( libraries/ghci/GHCi/RemoteTypes.hs, dist/build/GHCi/RemoteTypes.o, dist/build/GHCi/RemoteTypes.dyn_o ) [ 61 of 447] Compiling GHCi.ResolvedBCO ( libraries/ghci/GHCi/ResolvedBCO.hs, dist/build/GHCi/ResolvedBCO.o, dist/build/GHCi/ResolvedBCO.dyn_o ) [ 62 of 447] Compiling Language.Haskell.Syntax.Basic ( compiler/Language/Haskell/Syntax/Basic.hs, dist/build/Language/Haskell/Syntax/Basic.o, dist/build/Language/Haskell/Syntax/Basic.dyn_o ) [ 63 of 447] Compiling Language.Haskell.Syntax.Extension ( compiler/Language/Haskell/Syntax/Extension.hs, dist/build/Language/Haskell/Syntax/Extension.o, dist/build/Language/Haskell/Syntax/Extension.dyn_o ) [ 64 of 447] Compiling Language.Haskell.Syntax.Module.Name ( compiler/Language/Haskell/Syntax/Module/Name.hs, dist/build/Language/Haskell/Syntax/Module/Name.o, dist/build/Language/Haskell/Syntax/Module/Name.dyn_o ) [ 65 of 447] Compiling Language.Haskell.TH.LanguageExtensions ( libraries/template-haskell/Language/Haskell/TH/LanguageExtensions.hs, dist/build/Language/Haskell/TH/LanguageExtensions.o, dist/build/Language/Haskell/TH/LanguageExtensions.dyn_o ) [ 66 of 447] Compiling Language.Haskell.TH.Lib.Map ( libraries/template-haskell/Language/Haskell/TH/Lib/Map.hs, dist/build/Language/Haskell/TH/Lib/Map.o, dist/build/Language/Haskell/TH/Lib/Map.dyn_o ) [ 67 of 447] Compiling Language.Haskell.TH.Syntax ( libraries/template-haskell/Language/Haskell/TH/Syntax.hs, dist/build/Language/Haskell/TH/Syntax.o, dist/build/Language/Haskell/TH/Syntax.dyn_o ) [ 68 of 447] Compiling Language.Haskell.TH.PprLib ( libraries/template-haskell/Language/Haskell/TH/PprLib.hs, dist/build/Language/Haskell/TH/PprLib.o, dist/build/Language/Haskell/TH/PprLib.dyn_o ) [ 69 of 447] Compiling Language.Haskell.TH.Ppr ( libraries/template-haskell/Language/Haskell/TH/Ppr.hs, dist/build/Language/Haskell/TH/Ppr.o, dist/build/Language/Haskell/TH/Ppr.dyn_o ) [ 70 of 447] Compiling Language.Haskell.TH.Lib.Internal ( libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs, dist/build/Language/Haskell/TH/Lib/Internal.o, dist/build/Language/Haskell/TH/Lib/Internal.dyn_o ) [ 71 of 447] Compiling Language.Haskell.TH.Lib ( libraries/template-haskell/Language/Haskell/TH/Lib.hs, dist/build/Language/Haskell/TH/Lib.o, dist/build/Language/Haskell/TH/Lib.dyn_o ) [ 72 of 447] Compiling Language.Haskell.TH ( libraries/template-haskell/Language/Haskell/TH.hs, dist/build/Language/Haskell/TH.o, dist/build/Language/Haskell/TH.dyn_o ) [ 73 of 447] Compiling GHCi.TH.Binary ( libraries/ghci/GHCi/TH/Binary.hs, dist/build/GHCi/TH/Binary.o, dist/build/GHCi/TH/Binary.dyn_o ) [ 74 of 447] Compiling GHCi.Message ( libraries/ghci/GHCi/Message.hs, dist/build/GHCi/Message.o, dist/build/GHCi/Message.dyn_o ) [ 75 of 447] Compiling GHC.Tc.Types.LclEnv[boot] ( compiler/GHC/Tc/Types/LclEnv.hs-boot, dist/build/GHC/Tc/Types/LclEnv.o-boot, dist/build/GHC/Tc/Types/LclEnv.dyn_o-boot ) [ 76 of 447] Compiling GHC.Builtin.PrimOps[boot] ( compiler/GHC/Builtin/PrimOps.hs-boot, dist/build/GHC/Builtin/PrimOps.o-boot, dist/build/GHC/Builtin/PrimOps.dyn_o-boot ) [ 77 of 447] Compiling GHC.Iface.Type[boot] ( compiler/GHC/Iface/Type.hs-boot, dist/build/GHC/Iface/Type.o-boot, dist/build/GHC/Iface/Type.dyn_o-boot ) [ 78 of 447] Compiling Language.Haskell.Syntax.Pat[boot] ( compiler/Language/Haskell/Syntax/Pat.hs-boot, dist/build/Language/Haskell/Syntax/Pat.o-boot, dist/build/Language/Haskell/Syntax/Pat.dyn_o-boot ) [ 79 of 447] Compiling Language.Haskell.Syntax.Type[boot] ( compiler/Language/Haskell/Syntax/Type.hs-boot, dist/build/Language/Haskell/Syntax/Type.o-boot, dist/build/Language/Haskell/Syntax/Type.dyn_o-boot ) [ 80 of 447] Compiling GHC.Types.Name.Occurrence[boot] ( compiler/GHC/Types/Name/Occurrence.hs-boot, dist/build/GHC/Types/Name/Occurrence.o-boot, dist/build/GHC/Types/Name/Occurrence.dyn_o-boot ) [ 81 of 447] Compiling Language.Haskell.Syntax.ImpExp[boot] ( compiler/Language/Haskell/Syntax/ImpExp.hs-boot, dist/build/Language/Haskell/Syntax/ImpExp.o-boot, dist/build/Language/Haskell/Syntax/ImpExp.dyn_o-boot ) [ 82 of 447] Compiling GHC.Unit.Types[boot] ( compiler/GHC/Unit/Types.hs-boot, dist/build/GHC/Unit/Types.o-boot, dist/build/GHC/Unit/Types.dyn_o-boot ) [ 83 of 447] Compiling GHC.Utils.Outputable ( compiler/GHC/Utils/Outputable.hs, dist/build/GHC/Utils/Outputable.o, dist/build/GHC/Utils/Outputable.dyn_o ) [ 84 of 447] Compiling GHC.Utils.Panic ( compiler/GHC/Utils/Panic.hs, dist/build/GHC/Utils/Panic.o, dist/build/GHC/Utils/Panic.dyn_o ) [ 85 of 447] Compiling GHC.Utils.Trace ( compiler/GHC/Utils/Trace.hs, dist/build/GHC/Utils/Trace.o, dist/build/GHC/Utils/Trace.dyn_o ) [ 86 of 447] Compiling GHC.Prelude ( compiler/GHC/Prelude.hs, dist/build/GHC/Prelude.o, dist/build/GHC/Prelude.dyn_o ) [ 87 of 447] Compiling GHC.Types.Id.Info[boot] ( compiler/GHC/Types/Id/Info.hs-boot, dist/build/GHC/Types/Id/Info.o-boot, dist/build/GHC/Types/Id/Info.dyn_o-boot ) [ 88 of 447] Compiling Language.Haskell.Syntax.Expr[boot] ( compiler/Language/Haskell/Syntax/Expr.hs-boot, dist/build/Language/Haskell/Syntax/Expr.o-boot, dist/build/Language/Haskell/Syntax/Expr.dyn_o-boot ) [ 89 of 447] Compiling GHC.Core.Unfold[boot] ( compiler/GHC/Core/Unfold.hs-boot, dist/build/GHC/Core/Unfold.o-boot, dist/build/GHC/Core/Unfold.dyn_o-boot ) [ 90 of 447] Compiling GHC.Utils.Word64 ( compiler/GHC/Utils/Word64.hs, dist/build/GHC/Utils/Word64.o, dist/build/GHC/Utils/Word64.dyn_o ) [ 91 of 447] Compiling GHC.Types.Unique ( compiler/GHC/Types/Unique.hs, dist/build/GHC/Types/Unique.o, dist/build/GHC/Types/Unique.dyn_o ) [ 92 of 447] Compiling GHC.Types.Name[boot] ( compiler/GHC/Types/Name.hs-boot, dist/build/GHC/Types/Name.o-boot, dist/build/GHC/Types/Name.dyn_o-boot ) [ 93 of 447] Compiling GHC.Types.Var[boot] ( compiler/GHC/Types/Var.hs-boot, dist/build/GHC/Types/Var.o-boot, dist/build/GHC/Types/Var.dyn_o-boot ) [ 94 of 447] Compiling GHC.Core[boot] ( compiler/GHC/Core.hs-boot, dist/build/GHC/Core.o-boot, dist/build/GHC/Core.dyn_o-boot ) [ 95 of 447] Compiling GHC.Core.Ppr[boot] ( compiler/GHC/Core/Ppr.hs-boot, dist/build/GHC/Core/Ppr.o-boot, dist/build/GHC/Core/Ppr.dyn_o-boot ) [ 96 of 447] Compiling GHC.Types.Id[boot] ( compiler/GHC/Types/Id.hs-boot, dist/build/GHC/Types/Id.o-boot, dist/build/GHC/Types/Id.dyn_o-boot ) [ 97 of 447] Compiling GHC.Core.TyCon[boot] ( compiler/GHC/Core/TyCon.hs-boot, dist/build/GHC/Core/TyCon.o-boot, dist/build/GHC/Core/TyCon.dyn_o-boot ) [ 98 of 447] Compiling GHC.Types.TyThing[boot] ( compiler/GHC/Types/TyThing.hs-boot, dist/build/GHC/Types/TyThing.o-boot, dist/build/GHC/Types/TyThing.dyn_o-boot ) [ 99 of 447] Compiling GHC.Core.TyCo.Rep[boot] ( compiler/GHC/Core/TyCo/Rep.hs-boot, dist/build/GHC/Core/TyCo/Rep.o-boot, dist/build/GHC/Core/TyCo/Rep.dyn_o-boot ) [100 of 447] Compiling GHC.Tc.Types.Origin[boot] ( compiler/GHC/Tc/Types/Origin.hs-boot, dist/build/GHC/Tc/Types/Origin.o-boot, dist/build/GHC/Tc/Types/Origin.dyn_o-boot ) [101 of 447] Compiling GHC.Core.TyCo.Ppr[boot] ( compiler/GHC/Core/TyCo/Ppr.hs-boot, dist/build/GHC/Core/TyCo/Ppr.o-boot, dist/build/GHC/Core/TyCo/Ppr.dyn_o-boot ) [102 of 447] Compiling GHC.Types.Unique.FM ( compiler/GHC/Types/Unique/FM.hs, dist/build/GHC/Types/Unique/FM.o, dist/build/GHC/Types/Unique/FM.dyn_o ) [103 of 447] Compiling GHC.Data.Strict ( compiler/GHC/Data/Strict.hs, dist/build/GHC/Data/Strict.o, dist/build/GHC/Data/Strict.dyn_o ) [104 of 447] Compiling GHC.Data.FiniteMap ( compiler/GHC/Data/FiniteMap.hs, dist/build/GHC/Data/FiniteMap.o, dist/build/GHC/Data/FiniteMap.dyn_o ) [105 of 447] Compiling GHC.Utils.Lexeme ( compiler/GHC/Utils/Lexeme.hs, dist/build/GHC/Utils/Lexeme.o, dist/build/GHC/Utils/Lexeme.dyn_o ) [106 of 447] Compiling GHC.Data.Maybe ( compiler/GHC/Data/Maybe.hs, dist/build/GHC/Data/Maybe.o, dist/build/GHC/Data/Maybe.dyn_o ) [107 of 447] Compiling GHC.Utils.Monad ( compiler/GHC/Utils/Monad.hs, dist/build/GHC/Utils/Monad.o, dist/build/GHC/Utils/Monad.dyn_o ) [108 of 447] Compiling GHC.Types.Unique.Supply ( compiler/GHC/Types/Unique/Supply.hs, dist/build/GHC/Types/Unique/Supply.o, dist/build/GHC/Types/Unique/Supply.dyn_o ) [109 of 447] Compiling GHC.Settings.Constants ( compiler/GHC/Settings/Constants.hs, dist/build/GHC/Settings/Constants.o, dist/build/GHC/Settings/Constants.dyn_o ) [110 of 447] Compiling GHC.Data.SmallArray ( compiler/GHC/Data/SmallArray.hs, dist/build/GHC/Data/SmallArray.o, dist/build/GHC/Data/SmallArray.dyn_o ) [111 of 447] Compiling GHC.Data.FlatBag ( compiler/GHC/Data/FlatBag.hs, dist/build/GHC/Data/FlatBag.o, dist/build/GHC/Data/FlatBag.dyn_o ) [112 of 447] Compiling GHC.Data.StringBuffer ( compiler/GHC/Data/StringBuffer.hs, dist/build/GHC/Data/StringBuffer.o, dist/build/GHC/Data/StringBuffer.dyn_o ) [113 of 447] Compiling GHC.Tc.Types.TcRef ( compiler/GHC/Tc/Types/TcRef.hs, dist/build/GHC/Tc/Types/TcRef.o, dist/build/GHC/Tc/Types/TcRef.dyn_o ) [114 of 447] Compiling GHC.Utils.CliOption ( compiler/GHC/Utils/CliOption.hs, dist/build/GHC/Utils/CliOption.o, dist/build/GHC/Utils/CliOption.dyn_o ) [115 of 447] Compiling GHC.Types.ProfAuto ( compiler/GHC/Types/ProfAuto.hs, dist/build/GHC/Types/ProfAuto.o, dist/build/GHC/Types/ProfAuto.dyn_o ) [116 of 447] Compiling GHC.SysTools.Terminal ( compiler/GHC/SysTools/Terminal.hs, dist/build/GHC/SysTools/Terminal.o, dist/build/GHC/SysTools/Terminal.dyn_o ) [117 of 447] Compiling GHC.Driver.Plugins.External ( compiler/GHC/Driver/Plugins/External.hs, dist/build/GHC/Driver/Plugins/External.o, dist/build/GHC/Driver/Plugins/External.dyn_o ) [118 of 447] Compiling GHC.Driver.Backend.Internal ( compiler/GHC/Driver/Backend/Internal.hs, dist/build/GHC/Driver/Backend/Internal.o, dist/build/GHC/Driver/Backend/Internal.dyn_o ) [119 of 447] Compiling GHC.Types.HpcInfo ( compiler/GHC/Types/HpcInfo.hs, dist/build/GHC/Types/HpcInfo.o, dist/build/GHC/Types/HpcInfo.dyn_o ) [120 of 447] Compiling GHC.CmmToAsm.CFG.Weight ( compiler/GHC/CmmToAsm/CFG/Weight.hs, dist/build/GHC/CmmToAsm/CFG/Weight.o, dist/build/GHC/CmmToAsm/CFG/Weight.dyn_o ) [121 of 447] Compiling GHC.Utils.Json ( compiler/GHC/Utils/Json.hs, dist/build/GHC/Utils/Json.o, dist/build/GHC/Utils/Json.dyn_o ) [122 of 447] Compiling GHC.Types.SrcLoc ( compiler/GHC/Types/SrcLoc.hs, dist/build/GHC/Types/SrcLoc.o, dist/build/GHC/Types/SrcLoc.dyn_o ) [123 of 447] Compiling GHC.Utils.Binary ( compiler/GHC/Utils/Binary.hs, dist/build/GHC/Utils/Binary.o, dist/build/GHC/Utils/Binary.dyn_o ) [124 of 447] Compiling GHC.Data.EnumSet ( compiler/GHC/Data/EnumSet.hs, dist/build/GHC/Data/EnumSet.o, dist/build/GHC/Data/EnumSet.dyn_o ) [125 of 447] Compiling GHC.Utils.Binary.Typeable ( compiler/GHC/Utils/Binary/Typeable.hs, dist/build/GHC/Utils/Binary/Typeable.o, dist/build/GHC/Utils/Binary/Typeable.dyn_o ) [126 of 447] Compiling GHC.Iface.Ext.Fields ( compiler/GHC/Iface/Ext/Fields.hs, dist/build/GHC/Iface/Ext/Fields.o, dist/build/GHC/Iface/Ext/Fields.dyn_o ) [127 of 447] Compiling GHC.Types.Unique.DFM ( compiler/GHC/Types/Unique/DFM.hs, dist/build/GHC/Types/Unique/DFM.o, dist/build/GHC/Types/Unique/DFM.dyn_o ) [128 of 447] Compiling GHC.Data.FastString.Env ( compiler/GHC/Data/FastString/Env.hs, dist/build/GHC/Data/FastString/Env.o, dist/build/GHC/Data/FastString/Env.dyn_o ) [129 of 447] Compiling GHC.Types.CostCentre.State ( compiler/GHC/Types/CostCentre/State.hs, dist/build/GHC/Types/CostCentre/State.o, dist/build/GHC/Types/CostCentre/State.dyn_o ) [130 of 447] Compiling GHC.Types.Unique.Set ( compiler/GHC/Types/Unique/Set.hs, dist/build/GHC/Types/Unique/Set.o, dist/build/GHC/Types/Unique/Set.dyn_o ) [131 of 447] Compiling GHC.Types.Unique.DSet ( compiler/GHC/Types/Unique/DSet.hs, dist/build/GHC/Types/Unique/DSet.o, dist/build/GHC/Types/Unique/DSet.dyn_o ) [132 of 447] Compiling GHC.Types.SourceText ( compiler/GHC/Types/SourceText.hs, dist/build/GHC/Types/SourceText.o, dist/build/GHC/Types/SourceText.dyn_o ) [133 of 447] Compiling GHC.Types.Basic ( compiler/GHC/Types/Basic.hs, dist/build/GHC/Types/Basic.o, dist/build/GHC/Types/Basic.dyn_o ) [134 of 447] Compiling GHC.Builtin.Uniques[boot] ( compiler/GHC/Builtin/Uniques.hs-boot, dist/build/GHC/Builtin/Uniques.o-boot, dist/build/GHC/Builtin/Uniques.dyn_o-boot ) [135 of 447] Compiling GHC.Platform ( compiler/GHC/Platform.hs, dist/build/GHC/Platform.o, dist/build/GHC/Platform.dyn_o ) [136 of 447] Compiling GHC.Cmm.CLabel[boot] ( compiler/GHC/Cmm/CLabel.hs-boot, dist/build/GHC/Cmm/CLabel.o-boot, dist/build/GHC/Cmm/CLabel.dyn_o-boot ) [137 of 447] Compiling GHC.Core.Rules.Config ( compiler/GHC/Core/Rules/Config.hs, dist/build/GHC/Core/Rules/Config.o, dist/build/GHC/Core/Rules/Config.dyn_o ) [138 of 447] Compiling GHC.Settings ( compiler/GHC/Settings.hs, dist/build/GHC/Settings.o, dist/build/GHC/Settings.dyn_o ) [139 of 447] Compiling GHC.Data.OrdList ( compiler/GHC/Data/OrdList.hs, dist/build/GHC/Data/OrdList.o, dist/build/GHC/Data/OrdList.dyn_o ) [140 of 447] Compiling GHC.Types.Unique.Map ( compiler/GHC/Types/Unique/Map.hs, dist/build/GHC/Types/Unique/Map.o, dist/build/GHC/Types/Unique/Map.dyn_o ) [141 of 447] Compiling GHC.Data.Graph.Directed ( compiler/GHC/Data/Graph/Directed.hs, dist/build/GHC/Data/Graph/Directed.o, dist/build/GHC/Data/Graph/Directed.dyn_o ) [142 of 447] Compiling GHC.Hs.DocString ( compiler/GHC/Hs/DocString.hs, dist/build/GHC/Hs/DocString.o, dist/build/GHC/Hs/DocString.dyn_o ) [143 of 447] Compiling GHC.Types.FieldLabel ( compiler/GHC/Types/FieldLabel.hs, dist/build/GHC/Types/FieldLabel.o, dist/build/GHC/Types/FieldLabel.dyn_o ) [144 of 447] Compiling GHC.Core.DataCon[boot] ( compiler/GHC/Core/DataCon.hs-boot, dist/build/GHC/Core/DataCon.o-boot, dist/build/GHC/Core/DataCon.dyn_o-boot ) [145 of 447] Compiling GHC.Builtin.Types[boot] ( compiler/GHC/Builtin/Types.hs-boot, dist/build/GHC/Builtin/Types.o-boot, dist/build/GHC/Builtin/Types.dyn_o-boot ) [146 of 447] Compiling GHC.Builtin.Uniques ( compiler/GHC/Builtin/Uniques.hs, dist/build/GHC/Builtin/Uniques.o, dist/build/GHC/Builtin/Uniques.dyn_o ) [147 of 447] Compiling GHC.Types.Name.Occurrence ( compiler/GHC/Types/Name/Occurrence.hs, dist/build/GHC/Types/Name/Occurrence.o, dist/build/GHC/Types/Name/Occurrence.dyn_o ) [148 of 447] Compiling GHC.Data.List.SetOps ( compiler/GHC/Data/List/SetOps.hs, dist/build/GHC/Data/List/SetOps.o, dist/build/GHC/Data/List/SetOps.dyn_o ) [149 of 447] Compiling GHC.Data.Bag ( compiler/GHC/Data/Bag.hs, dist/build/GHC/Data/Bag.o, dist/build/GHC/Data/Bag.dyn_o ) [150 of 447] Compiling GHC.Types.Fixity ( compiler/GHC/Types/Fixity.hs, dist/build/GHC/Types/Fixity.o, dist/build/GHC/Types/Fixity.dyn_o ) [151 of 447] Compiling GHC.Data.Pair ( compiler/GHC/Data/Pair.hs, dist/build/GHC/Data/Pair.o, dist/build/GHC/Data/Pair.dyn_o ) [152 of 447] Compiling GHC.Types.ForeignStubs ( compiler/GHC/Types/ForeignStubs.hs, dist/build/GHC/Types/ForeignStubs.o, dist/build/GHC/Types/ForeignStubs.dyn_o ) [153 of 447] Compiling GHC.Cmm.Type ( compiler/GHC/Cmm/Type.hs, dist/build/GHC/Cmm/Type.o, dist/build/GHC/Cmm/Type.dyn_o ) [154 of 447] Compiling GHC.Driver.Flags ( compiler/GHC/Driver/Flags.hs, dist/build/GHC/Driver/Flags.o, dist/build/GHC/Driver/Flags.dyn_o ) [155 of 447] Compiling GHC.Platform.Ways ( compiler/GHC/Platform/Ways.hs, dist/build/GHC/Platform/Ways.o, dist/build/GHC/Platform/Ways.dyn_o ) [156 of 447] Compiling GHC.Platform.Profile ( compiler/GHC/Platform/Profile.hs, dist/build/GHC/Platform/Profile.o, dist/build/GHC/Platform/Profile.dyn_o ) [157 of 447] Compiling GHC.Runtime.Heap.Layout ( compiler/GHC/Runtime/Heap/Layout.hs, dist/build/GHC/Runtime/Heap/Layout.o, dist/build/GHC/Runtime/Heap/Layout.dyn_o ) [158 of 447] Compiling GHC.Cmm.Reg ( compiler/GHC/Cmm/Reg.hs, dist/build/GHC/Cmm/Reg.o, dist/build/GHC/Cmm/Reg.dyn_o ) [159 of 447] Compiling GHC.Cmm.MachOp ( compiler/GHC/Cmm/MachOp.hs, dist/build/GHC/Cmm/MachOp.o, dist/build/GHC/Cmm/MachOp.dyn_o ) [160 of 447] Compiling GHC.Types.SafeHaskell ( compiler/GHC/Types/SafeHaskell.hs, dist/build/GHC/Types/SafeHaskell.o, dist/build/GHC/Types/SafeHaskell.dyn_o ) [161 of 447] Compiling GHC.Parser.Errors.Basic ( compiler/GHC/Parser/Errors/Basic.hs, dist/build/GHC/Parser/Errors/Basic.o, dist/build/GHC/Parser/Errors/Basic.dyn_o ) [162 of 447] Compiling GHC.Unit.Ppr ( compiler/GHC/Unit/Ppr.hs, dist/build/GHC/Unit/Ppr.o, dist/build/GHC/Unit/Ppr.dyn_o ) [163 of 447] Compiling GHC.Tc.Types.Rank ( compiler/GHC/Tc/Types/Rank.hs, dist/build/GHC/Tc/Types/Rank.o, dist/build/GHC/Tc/Types/Rank.dyn_o ) [164 of 447] Compiling GHC.Unit.Types ( compiler/GHC/Unit/Types.hs, dist/build/GHC/Unit/Types.o, dist/build/GHC/Unit/Types.dyn_o ) [165 of 447] Compiling GHC.Unit.Module.Location ( compiler/GHC/Unit/Module/Location.hs, dist/build/GHC/Unit/Module/Location.o, dist/build/GHC/Unit/Module/Location.dyn_o ) [166 of 447] Compiling GHC.Unit.Module.Env ( compiler/GHC/Unit/Module/Env.hs, dist/build/GHC/Unit/Module/Env.o, dist/build/GHC/Unit/Module/Env.dyn_o ) [167 of 447] Compiling GHC.Unit.Module ( compiler/GHC/Unit/Module.hs, dist/build/GHC/Unit/Module.o, dist/build/GHC/Unit/Module.dyn_o ) [168 of 447] Compiling GHC.Types.ForeignCall ( compiler/GHC/Types/ForeignCall.hs, dist/build/GHC/Types/ForeignCall.o, dist/build/GHC/Types/ForeignCall.dyn_o ) [169 of 447] Compiling GHC.Unit.Info ( compiler/GHC/Unit/Info.hs, dist/build/GHC/Unit/Info.o, dist/build/GHC/Unit/Info.dyn_o ) [170 of 447] Compiling GHC.Unit.Home ( compiler/GHC/Unit/Home.hs, dist/build/GHC/Unit/Home.o, dist/build/GHC/Unit/Home.dyn_o ) [171 of 447] Compiling GHC.Types.Name ( compiler/GHC/Types/Name.hs, dist/build/GHC/Types/Name.o, dist/build/GHC/Types/Name.dyn_o ) [172 of 447] Compiling GHC.Types.Name.Set ( compiler/GHC/Types/Name/Set.hs, dist/build/GHC/Types/Name/Set.o, dist/build/GHC/Types/Name/Set.dyn_o ) [173 of 447] Compiling GHC.Types.Name.Env ( compiler/GHC/Types/Name/Env.hs, dist/build/GHC/Types/Name/Env.o, dist/build/GHC/Types/Name/Env.dyn_o ) [174 of 447] Compiling GHC.Tc.Utils.TcType[boot] ( compiler/GHC/Tc/Utils/TcType.hs-boot, dist/build/GHC/Tc/Utils/TcType.o-boot, dist/build/GHC/Tc/Utils/TcType.dyn_o-boot ) [175 of 447] Compiling GHC.Types.Var ( compiler/GHC/Types/Var.hs, dist/build/GHC/Types/Var.o, dist/build/GHC/Types/Var.dyn_o ) [176 of 447] Compiling GHC.Core.Type[boot] ( compiler/GHC/Core/Type.hs-boot, dist/build/GHC/Core/Type.o-boot, dist/build/GHC/Core/Type.dyn_o-boot ) [177 of 447] Compiling GHC.Types.Var.Set ( compiler/GHC/Types/Var/Set.hs, dist/build/GHC/Types/Var/Set.o, dist/build/GHC/Types/Var/Set.dyn_o ) [178 of 447] Compiling GHC.Core.TyCo.FVs[boot] ( compiler/GHC/Core/TyCo/FVs.hs-boot, dist/build/GHC/Core/TyCo/FVs.o-boot, dist/build/GHC/Core/TyCo/FVs.dyn_o-boot ) [179 of 447] Compiling GHC.Utils.FV ( compiler/GHC/Utils/FV.hs, dist/build/GHC/Utils/FV.o, dist/build/GHC/Utils/FV.dyn_o ) [180 of 447] Compiling GHC.Data.Graph.UnVar ( compiler/GHC/Data/Graph/UnVar.hs, dist/build/GHC/Data/Graph/UnVar.o, dist/build/GHC/Data/Graph/UnVar.dyn_o ) [181 of 447] Compiling GHC.Types.Var.Env ( compiler/GHC/Types/Var/Env.hs, dist/build/GHC/Types/Var/Env.o, dist/build/GHC/Types/Var/Env.dyn_o ) [182 of 447] Compiling GHC.Stg.InferTags.TagSig ( compiler/GHC/Stg/InferTags/TagSig.hs, dist/build/GHC/Stg/InferTags/TagSig.o, dist/build/GHC/Stg/InferTags/TagSig.dyn_o ) [183 of 447] Compiling GHC.Parser.Annotation ( compiler/GHC/Parser/Annotation.hs, dist/build/GHC/Parser/Annotation.o, dist/build/GHC/Parser/Annotation.dyn_o ) [184 of 447] Compiling GHC.Data.BooleanFormula ( compiler/GHC/Data/BooleanFormula.hs, dist/build/GHC/Data/BooleanFormula.o, dist/build/GHC/Data/BooleanFormula.dyn_o ) [185 of 447] Compiling GHC.Types.GREInfo ( compiler/GHC/Types/GREInfo.hs, dist/build/GHC/Types/GREInfo.o, dist/build/GHC/Types/GREInfo.dyn_o ) [186 of 447] Compiling GHC.Types.Avail ( compiler/GHC/Types/Avail.hs, dist/build/GHC/Types/Avail.o, dist/build/GHC/Types/Avail.dyn_o ) [187 of 447] Compiling GHC.Types.Name.Reader ( compiler/GHC/Types/Name/Reader.hs, dist/build/GHC/Types/Name/Reader.o, dist/build/GHC/Types/Name/Reader.dyn_o ) [188 of 447] Compiling GHC.Hs.Extension ( compiler/GHC/Hs/Extension.hs, dist/build/GHC/Hs/Extension.o, dist/build/GHC/Hs/Extension.dyn_o ) [189 of 447] Compiling GHC.Hs.Doc ( compiler/GHC/Hs/Doc.hs, dist/build/GHC/Hs/Doc.o, dist/build/GHC/Hs/Doc.dyn_o ) [190 of 447] Compiling Language.Haskell.Syntax.ImpExp ( compiler/Language/Haskell/Syntax/ImpExp.hs, dist/build/Language/Haskell/Syntax/ImpExp.o, dist/build/Language/Haskell/Syntax/ImpExp.dyn_o ) [191 of 447] Compiling GHC.Unit.Module.Warnings ( compiler/GHC/Unit/Module/Warnings.hs, dist/build/GHC/Unit/Module/Warnings.o, dist/build/GHC/Unit/Module/Warnings.dyn_o ) [192 of 447] Compiling GHC.Unit.Module.Imported ( compiler/GHC/Unit/Module/Imported.hs, dist/build/GHC/Unit/Module/Imported.o, dist/build/GHC/Unit/Module/Imported.dyn_o ) [193 of 447] Compiling GHC.Core.Coercion.Axiom ( compiler/GHC/Core/Coercion/Axiom.hs, dist/build/GHC/Core/Coercion/Axiom.o, dist/build/GHC/Core/Coercion/Axiom.dyn_o ) [194 of 447] Compiling GHC.Core.Coercion[boot] ( compiler/GHC/Core/Coercion.hs-boot, dist/build/GHC/Core/Coercion.o-boot, dist/build/GHC/Core/Coercion.dyn_o-boot ) [195 of 447] Compiling GHC.Types.CostCentre ( compiler/GHC/Types/CostCentre.hs, dist/build/GHC/Types/CostCentre.o, dist/build/GHC/Types/CostCentre.dyn_o ) [196 of 447] Compiling GHC.Core.Class ( compiler/GHC/Core/Class.hs, dist/build/GHC/Core/Class.o, dist/build/GHC/Core/Class.dyn_o ) [197 of 447] Compiling GHC.Types.Id.Make[boot] ( compiler/GHC/Types/Id/Make.hs-boot, dist/build/GHC/Types/Id/Make.o-boot, dist/build/GHC/Types/Id/Make.dyn_o-boot ) [198 of 447] Compiling GHC.Types.Annotations ( compiler/GHC/Types/Annotations.hs, dist/build/GHC/Types/Annotations.o, dist/build/GHC/Types/Annotations.dyn_o ) [199 of 447] Compiling GHC.Iface.Recomp.Binary ( compiler/GHC/Iface/Recomp/Binary.hs, dist/build/GHC/Iface/Recomp/Binary.o, dist/build/GHC/Iface/Recomp/Binary.dyn_o ) [200 of 447] Compiling GHC.Core.Opt.CallerCC.Types ( compiler/GHC/Core/Opt/CallerCC/Types.hs, dist/build/GHC/Core/Opt/CallerCC/Types.o, dist/build/GHC/Core/Opt/CallerCC/Types.dyn_o ) [201 of 447] Compiling GHC.Types.Fixity.Env ( compiler/GHC/Types/Fixity/Env.hs, dist/build/GHC/Types/Fixity/Env.o, dist/build/GHC/Types/Fixity/Env.dyn_o ) [202 of 447] Compiling GHC.Builtin.Names ( compiler/GHC/Builtin/Names.hs, dist/build/GHC/Builtin/Names.o, dist/build/GHC/Builtin/Names.dyn_o ) [203 of 447] Compiling GHC.Core.TyCon ( compiler/GHC/Core/TyCon.hs, dist/build/GHC/Core/TyCon.o, dist/build/GHC/Core/TyCon.dyn_o ) [204 of 447] Compiling GHC.CoreToIface[boot] ( compiler/GHC/CoreToIface.hs-boot, dist/build/GHC/CoreToIface.o-boot, dist/build/GHC/CoreToIface.dyn_o-boot ) [205 of 447] Compiling GHC.Core.TyCon.Env ( compiler/GHC/Core/TyCon/Env.hs, dist/build/GHC/Core/TyCon/Env.o, dist/build/GHC/Core/TyCon/Env.dyn_o ) [206 of 447] Compiling GHC.Core.TyCon.RecWalk ( compiler/GHC/Core/TyCon/RecWalk.hs, dist/build/GHC/Core/TyCon/RecWalk.o, dist/build/GHC/Core/TyCon/RecWalk.dyn_o ) [207 of 447] Compiling GHC.Core.TyCo.Rep ( compiler/GHC/Core/TyCo/Rep.hs, dist/build/GHC/Core/TyCo/Rep.o, dist/build/GHC/Core/TyCo/Rep.dyn_o ) [208 of 447] Compiling GHC.Builtin.Types.Prim ( compiler/GHC/Builtin/Types/Prim.hs, dist/build/GHC/Builtin/Types/Prim.o, dist/build/GHC/Builtin/Types/Prim.dyn_o ) [209 of 447] Compiling GHC.Core.TyCo.FVs ( compiler/GHC/Core/TyCo/FVs.hs, dist/build/GHC/Core/TyCo/FVs.o, dist/build/GHC/Core/TyCo/FVs.dyn_o ) [210 of 447] Compiling GHC.Core.TyCo.Subst ( compiler/GHC/Core/TyCo/Subst.hs, dist/build/GHC/Core/TyCo/Subst.o, dist/build/GHC/Core/TyCo/Subst.dyn_o ) [211 of 447] Compiling GHC.Core.TyCo.Tidy ( compiler/GHC/Core/TyCo/Tidy.hs, dist/build/GHC/Core/TyCo/Tidy.o, dist/build/GHC/Core/TyCo/Tidy.dyn_o ) [212 of 447] Compiling GHC.Core.Type ( compiler/GHC/Core/Type.hs, dist/build/GHC/Core/Type.o, dist/build/GHC/Core/Type.dyn_o ) [213 of 447] Compiling Language.Haskell.Syntax.Lit ( compiler/Language/Haskell/Syntax/Lit.hs, dist/build/Language/Haskell/Syntax/Lit.o, dist/build/Language/Haskell/Syntax/Lit.dyn_o ) [214 of 447] Compiling GHC.Core.TyCo.Compare ( compiler/GHC/Core/TyCo/Compare.hs, dist/build/GHC/Core/TyCo/Compare.o, dist/build/GHC/Core/TyCo/Compare.dyn_o ) [215 of 447] Compiling GHC.Iface.Type ( compiler/GHC/Iface/Type.hs, dist/build/GHC/Iface/Type.o, dist/build/GHC/Iface/Type.dyn_o ) [216 of 447] Compiling GHC.Types.Tickish ( compiler/GHC/Types/Tickish.hs, dist/build/GHC/Types/Tickish.o, dist/build/GHC/Types/Tickish.dyn_o ) [217 of 447] Compiling GHC.Tc.Errors.Types.PromotionErr ( compiler/GHC/Tc/Errors/Types/PromotionErr.hs, dist/build/GHC/Tc/Errors/Types/PromotionErr.o, dist/build/GHC/Tc/Errors/Types/PromotionErr.dyn_o ) [218 of 447] Compiling GHC.Types.Literal ( compiler/GHC/Types/Literal.hs, dist/build/GHC/Types/Literal.o, dist/build/GHC/Types/Literal.dyn_o ) [219 of 447] Compiling GHC.Data.TrieMap ( compiler/GHC/Data/TrieMap.hs, dist/build/GHC/Data/TrieMap.o, dist/build/GHC/Data/TrieMap.dyn_o ) [220 of 447] Compiling GHC.Cmm.Dataflow.Label ( compiler/GHC/Cmm/Dataflow/Label.hs, dist/build/GHC/Cmm/Dataflow/Label.o, dist/build/GHC/Cmm/Dataflow/Label.dyn_o ) [221 of 447] Compiling GHC.Cmm.BlockId[boot] ( compiler/GHC/Cmm/BlockId.hs-boot, dist/build/GHC/Cmm/BlockId.o-boot, dist/build/GHC/Cmm/BlockId.dyn_o-boot ) [222 of 447] Compiling GHC.Core.RoughMap ( compiler/GHC/Core/RoughMap.hs, dist/build/GHC/Core/RoughMap.o, dist/build/GHC/Core/RoughMap.dyn_o ) [223 of 447] Compiling GHC.Core.Multiplicity ( compiler/GHC/Core/Multiplicity.hs, dist/build/GHC/Core/Multiplicity.o, dist/build/GHC/Core/Multiplicity.dyn_o ) [224 of 447] Compiling GHC.Core.TyCo.Ppr ( compiler/GHC/Core/TyCo/Ppr.hs, dist/build/GHC/Core/TyCo/Ppr.o, dist/build/GHC/Core/TyCo/Ppr.dyn_o ) [225 of 447] Compiling GHC.Core.Coercion ( compiler/GHC/Core/Coercion.hs, dist/build/GHC/Core/Coercion.o, dist/build/GHC/Core/Coercion.dyn_o ) [226 of 447] Compiling GHC.Core.Map.Type ( compiler/GHC/Core/Map/Type.hs, dist/build/GHC/Core/Map/Type.o, dist/build/GHC/Core/Map/Type.dyn_o ) [227 of 447] Compiling GHC.Core.Unify ( compiler/GHC/Core/Unify.hs, dist/build/GHC/Core/Unify.o, dist/build/GHC/Core/Unify.dyn_o ) [228 of 447] Compiling GHC.Core.PatSyn ( compiler/GHC/Core/PatSyn.hs, dist/build/GHC/Core/PatSyn.o, dist/build/GHC/Core/PatSyn.dyn_o ) [229 of 447] Compiling GHC.Core.Predicate ( compiler/GHC/Core/Predicate.hs, dist/build/GHC/Core/Predicate.o, dist/build/GHC/Core/Predicate.dyn_o ) [230 of 447] Compiling GHC.Core.DataCon ( compiler/GHC/Core/DataCon.hs, dist/build/GHC/Core/DataCon.o, dist/build/GHC/Core/DataCon.dyn_o ) [231 of 447] Compiling GHC.Types.Demand ( compiler/GHC/Types/Demand.hs, dist/build/GHC/Types/Demand.o, dist/build/GHC/Types/Demand.dyn_o ) [232 of 447] Compiling GHC.Types.RepType ( compiler/GHC/Types/RepType.hs, dist/build/GHC/Types/RepType.o, dist/build/GHC/Types/RepType.dyn_o ) [233 of 447] Compiling Language.Haskell.Syntax.Type ( compiler/Language/Haskell/Syntax/Type.hs, dist/build/Language/Haskell/Syntax/Type.o, dist/build/Language/Haskell/Syntax/Type.dyn_o ) [234 of 447] Compiling Language.Haskell.Syntax.Pat ( compiler/Language/Haskell/Syntax/Pat.hs, dist/build/Language/Haskell/Syntax/Pat.o, dist/build/Language/Haskell/Syntax/Pat.dyn_o ) [235 of 447] Compiling GHC.Hs.Pat[boot] ( compiler/GHC/Hs/Pat.hs-boot, dist/build/GHC/Hs/Pat.o-boot, dist/build/GHC/Hs/Pat.dyn_o-boot ) [236 of 447] Compiling Language.Haskell.Syntax.Binds ( compiler/Language/Haskell/Syntax/Binds.hs, dist/build/Language/Haskell/Syntax/Binds.o, dist/build/Language/Haskell/Syntax/Binds.dyn_o ) [237 of 447] Compiling Language.Haskell.Syntax.Decls ( compiler/Language/Haskell/Syntax/Decls.hs, dist/build/Language/Haskell/Syntax/Decls.o, dist/build/Language/Haskell/Syntax/Decls.dyn_o ) [238 of 447] Compiling Language.Haskell.Syntax.Expr ( compiler/Language/Haskell/Syntax/Expr.hs, dist/build/Language/Haskell/Syntax/Expr.o, dist/build/Language/Haskell/Syntax/Expr.dyn_o ) [239 of 447] Compiling GHC.Hs.Expr[boot] ( compiler/GHC/Hs/Expr.hs-boot, dist/build/GHC/Hs/Expr.o-boot, dist/build/GHC/Hs/Expr.dyn_o-boot ) [240 of 447] Compiling Language.Haskell.Syntax ( compiler/Language/Haskell/Syntax.hs, dist/build/Language/Haskell/Syntax.o, dist/build/Language/Haskell/Syntax.dyn_o ) [241 of 447] Compiling GHC.Types.Cpr ( compiler/GHC/Types/Cpr.hs, dist/build/GHC/Types/Cpr.o, dist/build/GHC/Types/Cpr.dyn_o ) [242 of 447] Compiling GHC.Core ( compiler/GHC/Core.hs, dist/build/GHC/Core.o, dist/build/GHC/Core.dyn_o ) [243 of 447] Compiling GHC.Core.SimpleOpt[boot] ( compiler/GHC/Core/SimpleOpt.hs-boot, dist/build/GHC/Core/SimpleOpt.o-boot, dist/build/GHC/Core/SimpleOpt.dyn_o-boot ) [244 of 447] Compiling GHC.StgToCmm.Types ( compiler/GHC/StgToCmm/Types.hs, dist/build/GHC/StgToCmm/Types.o, dist/build/GHC/StgToCmm/Types.dyn_o ) [245 of 447] Compiling GHC.Core.Reduction ( compiler/GHC/Core/Reduction.hs, dist/build/GHC/Core/Reduction.o, dist/build/GHC/Core/Reduction.dyn_o ) [246 of 447] Compiling GHC.Core.ConLike ( compiler/GHC/Core/ConLike.hs, dist/build/GHC/Core/ConLike.o, dist/build/GHC/Core/ConLike.dyn_o ) [247 of 447] Compiling GHC.Types.Id.Info ( compiler/GHC/Types/Id/Info.hs, dist/build/GHC/Types/Id/Info.o, dist/build/GHC/Types/Id/Info.dyn_o ) [248 of 447] Compiling GHC.Types.Id ( compiler/GHC/Types/Id.hs, dist/build/GHC/Types/Id.o, dist/build/GHC/Types/Id.dyn_o ) [249 of 447] Compiling GHC.Types.TyThing ( compiler/GHC/Types/TyThing.hs, dist/build/GHC/Types/TyThing.o, dist/build/GHC/Types/TyThing.dyn_o ) [250 of 447] Compiling GHC.Core.Stats ( compiler/GHC/Core/Stats.hs, dist/build/GHC/Core/Stats.o, dist/build/GHC/Core/Stats.dyn_o ) [251 of 447] Compiling GHC.Core.Ppr ( compiler/GHC/Core/Ppr.hs, dist/build/GHC/Core/Ppr.o, dist/build/GHC/Core/Ppr.dyn_o ) [252 of 447] Compiling GHC.Hs.Lit ( compiler/GHC/Hs/Lit.hs, dist/build/GHC/Hs/Lit.o, dist/build/GHC/Hs/Lit.dyn_o ) [253 of 447] Compiling GHC.Core.Seq ( compiler/GHC/Core/Seq.hs, dist/build/GHC/Core/Seq.o, dist/build/GHC/Core/Seq.dyn_o ) [254 of 447] Compiling GHC.Builtin.Types ( compiler/GHC/Builtin/Types.hs, dist/build/GHC/Builtin/Types.o, dist/build/GHC/Builtin/Types.dyn_o ) [255 of 447] Compiling GHC.Tc.Utils.TcType ( compiler/GHC/Tc/Utils/TcType.hs, dist/build/GHC/Tc/Utils/TcType.o, dist/build/GHC/Tc/Utils/TcType.dyn_o ) [256 of 447] Compiling GHC.Core.Coercion.Opt ( compiler/GHC/Core/Coercion/Opt.hs, dist/build/GHC/Core/Coercion/Opt.o, dist/build/GHC/Core/Coercion/Opt.dyn_o ) [257 of 447] Compiling GHC.Core.FVs ( compiler/GHC/Core/FVs.hs, dist/build/GHC/Core/FVs.o, dist/build/GHC/Core/FVs.dyn_o ) [258 of 447] Compiling GHC.Core.FamInstEnv ( compiler/GHC/Core/FamInstEnv.hs, dist/build/GHC/Core/FamInstEnv.o, dist/build/GHC/Core/FamInstEnv.dyn_o ) [259 of 447] Compiling GHC.Types.Hint ( compiler/GHC/Types/Hint.hs, dist/build/GHC/Types/Hint.o, dist/build/GHC/Types/Hint.dyn_o ) [260 of 447] Compiling GHC.Core.UsageEnv ( compiler/GHC/Core/UsageEnv.hs, dist/build/GHC/Core/UsageEnv.o, dist/build/GHC/Core/UsageEnv.dyn_o ) [261 of 447] Compiling GHC.Iface.Syntax ( compiler/GHC/Iface/Syntax.hs, dist/build/GHC/Iface/Syntax.o, dist/build/GHC/Iface/Syntax.dyn_o ) [262 of 447] Compiling GHC.Hs.Type ( compiler/GHC/Hs/Type.hs, dist/build/GHC/Hs/Type.o, dist/build/GHC/Hs/Type.dyn_o ) [263 of 447] Compiling GHC.Builtin.PrimOps ( compiler/GHC/Builtin/PrimOps.hs, dist/build/GHC/Builtin/PrimOps.o, dist/build/GHC/Builtin/PrimOps.dyn_o ) [264 of 447] Compiling GHC.Cmm.CLabel ( compiler/GHC/Cmm/CLabel.hs, dist/build/GHC/Cmm/CLabel.o, dist/build/GHC/Cmm/CLabel.dyn_o ) [265 of 447] Compiling GHC.Cmm.BlockId ( compiler/GHC/Cmm/BlockId.hs, dist/build/GHC/Cmm/BlockId.o, dist/build/GHC/Cmm/BlockId.dyn_o ) [266 of 447] Compiling GHC.Cmm.Expr ( compiler/GHC/Cmm/Expr.hs, dist/build/GHC/Cmm/Expr.o, dist/build/GHC/Cmm/Expr.dyn_o ) [267 of 447] Compiling GHC.Core.Utils ( compiler/GHC/Core/Utils.hs, dist/build/GHC/Core/Utils.o, dist/build/GHC/Core/Utils.dyn_o ) [268 of 447] Compiling GHC.Core.Subst ( compiler/GHC/Core/Subst.hs, dist/build/GHC/Core/Subst.o, dist/build/GHC/Core/Subst.dyn_o ) [269 of 447] Compiling GHC.Core.Opt.Arity ( compiler/GHC/Core/Opt/Arity.hs, dist/build/GHC/Core/Opt/Arity.o, dist/build/GHC/Core/Opt/Arity.dyn_o ) [270 of 447] Compiling GHC.Core.Opt.OccurAnal ( compiler/GHC/Core/Opt/OccurAnal.hs, dist/build/GHC/Core/Opt/OccurAnal.o, dist/build/GHC/Core/Opt/OccurAnal.dyn_o ) [271 of 447] Compiling GHC.Core.Make ( compiler/GHC/Core/Make.hs, dist/build/GHC/Core/Make.o, dist/build/GHC/Core/Make.dyn_o ) [272 of 447] Compiling GHC.Core.Unfold ( compiler/GHC/Core/Unfold.hs, dist/build/GHC/Core/Unfold.o, dist/build/GHC/Core/Unfold.dyn_o ) [273 of 447] Compiling GHC.Core.Unfold.Make ( compiler/GHC/Core/Unfold/Make.hs, dist/build/GHC/Core/Unfold/Make.o, dist/build/GHC/Core/Unfold/Make.dyn_o ) [274 of 447] Compiling GHC.Core.SimpleOpt ( compiler/GHC/Core/SimpleOpt.hs, dist/build/GHC/Core/SimpleOpt.o, dist/build/GHC/Core/SimpleOpt.dyn_o ) [275 of 447] Compiling GHC.ByteCode.Types ( compiler/GHC/ByteCode/Types.hs, dist/build/GHC/ByteCode/Types.o, dist/build/GHC/ByteCode/Types.dyn_o ) [276 of 447] Compiling GHC.Core.InstEnv ( compiler/GHC/Core/InstEnv.hs, dist/build/GHC/Core/InstEnv.o, dist/build/GHC/Core/InstEnv.dyn_o ) [277 of 447] Compiling GHC.Tc.Types.Evidence ( compiler/GHC/Tc/Types/Evidence.hs, dist/build/GHC/Tc/Types/Evidence.o, dist/build/GHC/Tc/Types/Evidence.dyn_o ) [278 of 447] Compiling GHC.Hs.Binds ( compiler/GHC/Hs/Binds.hs, dist/build/GHC/Hs/Binds.o, dist/build/GHC/Hs/Binds.dyn_o ) [279 of 447] Compiling GHC.Hs.Pat ( compiler/GHC/Hs/Pat.hs, dist/build/GHC/Hs/Pat.o, dist/build/GHC/Hs/Pat.dyn_o ) [280 of 447] Compiling GHC.Hs.Decls ( compiler/GHC/Hs/Decls.hs, dist/build/GHC/Hs/Decls.o, dist/build/GHC/Hs/Decls.dyn_o ) [281 of 447] Compiling GHC.Hs.Expr ( compiler/GHC/Hs/Expr.hs, dist/build/GHC/Hs/Expr.o, dist/build/GHC/Hs/Expr.dyn_o ) [282 of 447] Compiling GHC.Hs.Utils ( compiler/GHC/Hs/Utils.hs, dist/build/GHC/Hs/Utils.o, dist/build/GHC/Hs/Utils.dyn_o ) [283 of 447] Compiling GHC.Types.Hint.Ppr ( compiler/GHC/Types/Hint/Ppr.hs, dist/build/GHC/Types/Hint/Ppr.o, dist/build/GHC/Types/Hint/Ppr.dyn_o ) [284 of 447] Compiling GHC.Types.Error ( compiler/GHC/Types/Error.hs, dist/build/GHC/Types/Error.o, dist/build/GHC/Types/Error.dyn_o ) [285 of 447] Compiling GHC.Utils.Logger ( compiler/GHC/Utils/Logger.hs, dist/build/GHC/Utils/Logger.o, dist/build/GHC/Utils/Logger.dyn_o ) [286 of 447] Compiling GHC.Utils.Error ( compiler/GHC/Utils/Error.hs, dist/build/GHC/Utils/Error.o, dist/build/GHC/Utils/Error.dyn_o ) [287 of 447] Compiling GHC.Types.PkgQual ( compiler/GHC/Types/PkgQual.hs, dist/build/GHC/Types/PkgQual.o, dist/build/GHC/Types/PkgQual.dyn_o ) [288 of 447] Compiling GHC.Hs.ImpExp ( compiler/GHC/Hs/ImpExp.hs, dist/build/GHC/Hs/ImpExp.o, dist/build/GHC/Hs/ImpExp.dyn_o ) [289 of 447] Compiling GHC.Hs.Instances ( compiler/GHC/Hs/Instances.hs, dist/build/GHC/Hs/Instances.o, dist/build/GHC/Hs/Instances.dyn_o ) [290 of 447] Compiling GHC.Hs ( compiler/GHC/Hs.hs, dist/build/GHC/Hs.o, dist/build/GHC/Hs.dyn_o ) [291 of 447] Compiling GHC.Tc.Types.Origin ( compiler/GHC/Tc/Types/Origin.hs, dist/build/GHC/Tc/Types/Origin.o, dist/build/GHC/Tc/Types/Origin.dyn_o ) [292 of 447] Compiling GHC.Types.Id.Make ( compiler/GHC/Types/Id/Make.hs, dist/build/GHC/Types/Id/Make.o, dist/build/GHC/Types/Id/Make.dyn_o ) [293 of 447] Compiling GHC.CoreToIface ( compiler/GHC/CoreToIface.hs, dist/build/GHC/CoreToIface.o, dist/build/GHC/CoreToIface.dyn_o ) [294 of 447] Compiling GHC.Tc.Types.BasicTypes ( compiler/GHC/Tc/Types/BasicTypes.hs, dist/build/GHC/Tc/Types/BasicTypes.o, dist/build/GHC/Tc/Types/BasicTypes.dyn_o ) [295 of 447] Compiling GHC.Tc.Zonk.Monad ( compiler/GHC/Tc/Zonk/Monad.hs, dist/build/GHC/Tc/Zonk/Monad.o, dist/build/GHC/Tc/Zonk/Monad.dyn_o ) [296 of 447] Compiling GHC.Tc.Types.ErrCtxt ( compiler/GHC/Tc/Types/ErrCtxt.hs, dist/build/GHC/Tc/Types/ErrCtxt.o, dist/build/GHC/Tc/Types/ErrCtxt.dyn_o ) [297 of 447] Compiling GHC.Tc.Types.CtLocEnv ( compiler/GHC/Tc/Types/CtLocEnv.hs, dist/build/GHC/Tc/Types/CtLocEnv.o, dist/build/GHC/Tc/Types/CtLocEnv.dyn_o ) [298 of 447] Compiling GHC.Tc.Types.Constraint ( compiler/GHC/Tc/Types/Constraint.hs, dist/build/GHC/Tc/Types/Constraint.o, dist/build/GHC/Tc/Types/Constraint.dyn_o ) [299 of 447] Compiling GHC.Tc.Types.TH ( compiler/GHC/Tc/Types/TH.hs, dist/build/GHC/Tc/Types/TH.o, dist/build/GHC/Tc/Types/TH.dyn_o ) [300 of 447] Compiling GHC.Tc.Errors.Hole.FitTypes ( compiler/GHC/Tc/Errors/Hole/FitTypes.hs, dist/build/GHC/Tc/Errors/Hole/FitTypes.o, dist/build/GHC/Tc/Errors/Hole/FitTypes.dyn_o ) [301 of 447] Compiling GHC.Types.SourceFile ( compiler/GHC/Types/SourceFile.hs, dist/build/GHC/Types/SourceFile.o, dist/build/GHC/Types/SourceFile.dyn_o ) [302 of 447] Compiling GHC.Driver.Phases ( compiler/GHC/Driver/Phases.hs, dist/build/GHC/Driver/Phases.o, dist/build/GHC/Driver/Phases.dyn_o ) [303 of 447] Compiling GHC.Utils.TmpFs ( compiler/GHC/Utils/TmpFs.hs, dist/build/GHC/Utils/TmpFs.o, dist/build/GHC/Utils/TmpFs.dyn_o ) [304 of 447] Compiling GHC.Driver.Pipeline.Monad ( compiler/GHC/Driver/Pipeline/Monad.hs, dist/build/GHC/Driver/Pipeline/Monad.o, dist/build/GHC/Driver/Pipeline/Monad.dyn_o ) [305 of 447] Compiling GHC.Driver.Backend ( compiler/GHC/Driver/Backend.hs, dist/build/GHC/Driver/Backend.o, dist/build/GHC/Driver/Backend.dyn_o ) [306 of 447] Compiling GHC.Driver.DynFlags ( compiler/GHC/Driver/DynFlags.hs, dist/build/GHC/Driver/DynFlags.o, dist/build/GHC/Driver/DynFlags.dyn_o ) [307 of 447] Compiling GHC.Unit.State ( compiler/GHC/Unit/State.hs, dist/build/GHC/Unit/State.o, dist/build/GHC/Unit/State.dyn_o ) [308 of 447] Compiling GHC.Unit.Module.Deps ( compiler/GHC/Unit/Module/Deps.hs, dist/build/GHC/Unit/Module/Deps.o, dist/build/GHC/Unit/Module/Deps.dyn_o ) [309 of 447] Compiling GHC.Unit.Parser ( compiler/GHC/Unit/Parser.hs, dist/build/GHC/Unit/Parser.o, dist/build/GHC/Unit/Parser.dyn_o ) [310 of 447] Compiling GHC.Unit ( compiler/GHC/Unit.hs, dist/build/GHC/Unit.o, dist/build/GHC/Unit.dyn_o ) [311 of 447] Compiling GHC.Unit.Module.ModIface ( compiler/GHC/Unit/Module/ModIface.hs, dist/build/GHC/Unit/Module/ModIface.o, dist/build/GHC/Unit/Module/ModIface.dyn_o ) [312 of 447] Compiling GHC.Iface.Errors.Types ( compiler/GHC/Iface/Errors/Types.hs, dist/build/GHC/Iface/Errors/Types.o, dist/build/GHC/Iface/Errors/Types.dyn_o ) [313 of 447] Compiling GHC.Tc.Errors.Types ( compiler/GHC/Tc/Errors/Types.hs, dist/build/GHC/Tc/Errors/Types.o, dist/build/GHC/Tc/Errors/Types.dyn_o ) [314 of 447] Compiling GHC.Tc.Types.LclEnv ( compiler/GHC/Tc/Types/LclEnv.hs, dist/build/GHC/Tc/Types/LclEnv.o, dist/build/GHC/Tc/Types/LclEnv.dyn_o ) [315 of 447] Compiling GHC.Utils.Monad.State.Strict ( compiler/GHC/Utils/Monad/State/Strict.hs, dist/build/GHC/Utils/Monad/State/Strict.o, dist/build/GHC/Utils/Monad/State/Strict.dyn_o ) [316 of 447] Compiling GHC.Types.Meta ( compiler/GHC/Types/Meta.hs, dist/build/GHC/Types/Meta.o, dist/build/GHC/Types/Meta.dyn_o ) [317 of 447] Compiling GHC.Data.Unboxed ( compiler/GHC/Data/Unboxed.hs, dist/build/GHC/Data/Unboxed.o, dist/build/GHC/Data/Unboxed.dyn_o ) [318 of 447] Compiling GHC.Data.Stream ( compiler/GHC/Data/Stream.hs, dist/build/GHC/Data/Stream.o, dist/build/GHC/Data/Stream.dyn_o ) [319 of 447] Compiling GHC.CmmToLlvm.Version.Type ( compiler/GHC/CmmToLlvm/Version/Type.hs, dist/build/GHC/CmmToLlvm/Version/Type.o, dist/build/GHC/CmmToLlvm/Version/Type.dyn_o ) [320 of 447] Compiling GHC.Cmm.Dataflow.Block ( compiler/GHC/Cmm/Dataflow/Block.hs, dist/build/GHC/Cmm/Dataflow/Block.o, dist/build/GHC/Cmm/Dataflow/Block.dyn_o ) [321 of 447] Compiling GHC.SysTools.BaseDir ( compiler/GHC/SysTools/BaseDir.hs, dist/build/GHC/SysTools/BaseDir.o, dist/build/GHC/SysTools/BaseDir.dyn_o ) [322 of 447] Compiling GHC.Parser.CharClass ( compiler/GHC/Parser/CharClass.hs, dist/build/GHC/Parser/CharClass.o, dist/build/GHC/Parser/CharClass.dyn_o ) [323 of 447] Compiling GHC.Types.Unique.SDFM ( compiler/GHC/Types/Unique/SDFM.hs, dist/build/GHC/Types/Unique/SDFM.o, dist/build/GHC/Types/Unique/SDFM.dyn_o ) [324 of 447] Compiling GHC.JS.Ident ( compiler/GHC/JS/Ident.hs, dist/build/GHC/JS/Ident.o, dist/build/GHC/JS/Ident.dyn_o ) [325 of 447] Compiling GHC.JS.JStg.Monad ( compiler/GHC/JS/JStg/Monad.hs, dist/build/GHC/JS/JStg/Monad.o, dist/build/GHC/JS/JStg/Monad.dyn_o ) [326 of 447] Compiling GHC.Types.SaneDouble ( compiler/GHC/Types/SaneDouble.hs, dist/build/GHC/Types/SaneDouble.o, dist/build/GHC/Types/SaneDouble.dyn_o ) [327 of 447] Compiling GHC.JS.Syntax ( compiler/GHC/JS/Syntax.hs, dist/build/GHC/JS/Syntax.o, dist/build/GHC/JS/Syntax.dyn_o ) [328 of 447] Compiling GHC.Platform.Reg.Class ( compiler/GHC/Platform/Reg/Class.hs, dist/build/GHC/Platform/Reg/Class.o, dist/build/GHC/Platform/Reg/Class.dyn_o ) [329 of 447] Compiling GHC.Platform.Reg ( compiler/GHC/Platform/Reg.hs, dist/build/GHC/Platform/Reg.o, dist/build/GHC/Platform/Reg.dyn_o ) [330 of 447] Compiling GHC.JS.Ppr ( compiler/GHC/JS/Ppr.hs, dist/build/GHC/JS/Ppr.o, dist/build/GHC/JS/Ppr.dyn_o ) [331 of 447] Compiling GHC.JS.JStg.Syntax ( compiler/GHC/JS/JStg/Syntax.hs, dist/build/GHC/JS/JStg/Syntax.o, dist/build/GHC/JS/JStg/Syntax.dyn_o ) [332 of 447] Compiling GHC.JS.Transform ( compiler/GHC/JS/Transform.hs, dist/build/GHC/JS/Transform.o, dist/build/GHC/JS/Transform.dyn_o ) [333 of 447] Compiling GHC.JS.Make ( compiler/GHC/JS/Make.hs, dist/build/GHC/JS/Make.o, dist/build/GHC/JS/Make.dyn_o ) [334 of 447] Compiling GHC.Types.Name.Cache ( compiler/GHC/Types/Name/Cache.hs, dist/build/GHC/Types/Name/Cache.o, dist/build/GHC/Types/Name/Cache.dyn_o ) [335 of 447] Compiling GHC.Types.Breakpoint ( compiler/GHC/Types/Breakpoint.hs, dist/build/GHC/Types/Breakpoint.o, dist/build/GHC/Types/Breakpoint.dyn_o ) [336 of 447] Compiling GHC.Driver.Env.KnotVars ( compiler/GHC/Driver/Env/KnotVars.hs, dist/build/GHC/Driver/Env/KnotVars.o, dist/build/GHC/Driver/Env/KnotVars.dyn_o ) [337 of 447] Compiling GHC.Cmm.Dataflow.Graph ( compiler/GHC/Cmm/Dataflow/Graph.hs, dist/build/GHC/Cmm/Dataflow/Graph.o, dist/build/GHC/Cmm/Dataflow/Graph.dyn_o ) [338 of 447] Compiling GHC.Linker.Static.Utils ( compiler/GHC/Linker/Static/Utils.hs, dist/build/GHC/Linker/Static/Utils.o, dist/build/GHC/Linker/Static/Utils.dyn_o ) [339 of 447] Compiling GHC.CmmToLlvm.Config ( compiler/GHC/CmmToLlvm/Config.hs, dist/build/GHC/CmmToLlvm/Config.o, dist/build/GHC/CmmToLlvm/Config.dyn_o ) [340 of 447] Compiling GHC.Driver.LlvmConfigCache ( compiler/GHC/Driver/LlvmConfigCache.hs, dist/build/GHC/Driver/LlvmConfigCache.o, dist/build/GHC/Driver/LlvmConfigCache.dyn_o ) [341 of 447] Compiling GHC.Types.TypeEnv ( compiler/GHC/Types/TypeEnv.hs, dist/build/GHC/Types/TypeEnv.o, dist/build/GHC/Types/TypeEnv.dyn_o ) [342 of 447] Compiling GHC.Unit.Module.WholeCoreBindings ( compiler/GHC/Unit/Module/WholeCoreBindings.hs, dist/build/GHC/Unit/Module/WholeCoreBindings.o, dist/build/GHC/Unit/Module/WholeCoreBindings.dyn_o ) [343 of 447] Compiling GHC.StgToCmm.Config ( compiler/GHC/StgToCmm/Config.hs, dist/build/GHC/StgToCmm/Config.o, dist/build/GHC/StgToCmm/Config.dyn_o ) [344 of 447] Compiling GHC.Linker.Config ( compiler/GHC/Linker/Config.hs, dist/build/GHC/Linker/Config.o, dist/build/GHC/Linker/Config.dyn_o ) [345 of 447] Compiling GHC.Cmm.Switch ( compiler/GHC/Cmm/Switch.hs, dist/build/GHC/Cmm/Switch.o, dist/build/GHC/Cmm/Switch.dyn_o ) [346 of 447] Compiling GHC.Core.Opt.Stats ( compiler/GHC/Core/Opt/Stats.hs, dist/build/GHC/Core/Opt/Stats.o, dist/build/GHC/Core/Opt/Stats.dyn_o ) [347 of 447] Compiling GHC.Stg.Lift.Types ( compiler/GHC/Stg/Lift/Types.hs, dist/build/GHC/Stg/Lift/Types.o, dist/build/GHC/Stg/Lift/Types.dyn_o ) [348 of 447] Compiling GHC.Runtime.Eval.Types ( compiler/GHC/Runtime/Eval/Types.hs, dist/build/GHC/Runtime/Eval/Types.o, dist/build/GHC/Runtime/Eval/Types.dyn_o ) [349 of 447] Compiling GHC.Unit.Finder.Types ( compiler/GHC/Unit/Finder/Types.hs, dist/build/GHC/Unit/Finder/Types.o, dist/build/GHC/Unit/Finder/Types.dyn_o ) [350 of 447] Compiling GHC.Types.Target ( compiler/GHC/Types/Target.hs, dist/build/GHC/Types/Target.o, dist/build/GHC/Types/Target.dyn_o ) [351 of 447] Compiling GHC.Linker.Types ( compiler/GHC/Linker/Types.hs, dist/build/GHC/Linker/Types.o, dist/build/GHC/Linker/Types.dyn_o ) [352 of 447] Compiling GHC.Unit.Module.ModSummary ( compiler/GHC/Unit/Module/ModSummary.hs, dist/build/GHC/Unit/Module/ModSummary.o, dist/build/GHC/Unit/Module/ModSummary.dyn_o ) [353 of 447] Compiling GHC.Unit.Module.Graph ( compiler/GHC/Unit/Module/Graph.hs, dist/build/GHC/Unit/Module/Graph.o, dist/build/GHC/Unit/Module/Graph.dyn_o ) [354 of 447] Compiling GHC.Driver.Ppr ( compiler/GHC/Driver/Ppr.hs, dist/build/GHC/Driver/Ppr.o, dist/build/GHC/Driver/Ppr.dyn_o ) [355 of 447] Compiling GHC.Driver.Config.Logger ( compiler/GHC/Driver/Config/Logger.hs, dist/build/GHC/Driver/Config/Logger.o, dist/build/GHC/Driver/Config/Logger.dyn_o ) [356 of 447] Compiling GHC.Core.Opt.Simplify.Inline ( compiler/GHC/Core/Opt/Simplify/Inline.hs, dist/build/GHC/Core/Opt/Simplify/Inline.o, dist/build/GHC/Core/Opt/Simplify/Inline.dyn_o ) [357 of 447] Compiling GHC.Core.Tidy ( compiler/GHC/Core/Tidy.hs, dist/build/GHC/Core/Tidy.o, dist/build/GHC/Core/Tidy.dyn_o ) [358 of 447] Compiling GHC.Stg.Syntax ( compiler/GHC/Stg/Syntax.hs, dist/build/GHC/Stg/Syntax.o, dist/build/GHC/Stg/Syntax.dyn_o ) [359 of 447] Compiling GHC.StgToJS.Types ( compiler/GHC/StgToJS/Types.hs, dist/build/GHC/StgToJS/Types.o, dist/build/GHC/StgToJS/Types.dyn_o ) [360 of 447] Compiling GHC.StgToJS.Object ( compiler/GHC/StgToJS/Object.hs, dist/build/GHC/StgToJS/Object.o, dist/build/GHC/StgToJS/Object.dyn_o ) [361 of 447] Compiling GHC.StgToJS.Linker.Types ( compiler/GHC/StgToJS/Linker/Types.hs, dist/build/GHC/StgToJS/Linker/Types.o, dist/build/GHC/StgToJS/Linker/Types.dyn_o ) [362 of 447] Compiling GHC.Types.IPE ( compiler/GHC/Types/IPE.hs, dist/build/GHC/Types/IPE.o, dist/build/GHC/Types/IPE.dyn_o ) [363 of 447] Compiling GHC.Platform.X86_64 ( compiler/GHC/Platform/X86_64.hs, dist/build/GHC/Platform/X86_64.o, dist/build/GHC/Platform/X86_64.dyn_o ) [364 of 447] Compiling GHC.Platform.X86 ( compiler/GHC/Platform/X86.hs, dist/build/GHC/Platform/X86.o, dist/build/GHC/Platform/X86.dyn_o ) [365 of 447] Compiling GHC.Platform.Wasm32 ( compiler/GHC/Platform/Wasm32.hs, dist/build/GHC/Platform/Wasm32.o, dist/build/GHC/Platform/Wasm32.dyn_o ) [366 of 447] Compiling GHC.Platform.S390X ( compiler/GHC/Platform/S390X.hs, dist/build/GHC/Platform/S390X.o, dist/build/GHC/Platform/S390X.dyn_o ) [367 of 447] Compiling GHC.Platform.RISCV64 ( compiler/GHC/Platform/RISCV64.hs, dist/build/GHC/Platform/RISCV64.o, dist/build/GHC/Platform/RISCV64.dyn_o ) [368 of 447] Compiling GHC.Platform.PPC ( compiler/GHC/Platform/PPC.hs, dist/build/GHC/Platform/PPC.o, dist/build/GHC/Platform/PPC.dyn_o ) [369 of 447] Compiling GHC.Platform.NoRegs ( compiler/GHC/Platform/NoRegs.hs, dist/build/GHC/Platform/NoRegs.o, dist/build/GHC/Platform/NoRegs.dyn_o ) [370 of 447] Compiling GHC.Platform.LoongArch64 ( compiler/GHC/Platform/LoongArch64.hs, dist/build/GHC/Platform/LoongArch64.o, dist/build/GHC/Platform/LoongArch64.dyn_o ) [371 of 447] Compiling GHC.Platform.ARM ( compiler/GHC/Platform/ARM.hs, dist/build/GHC/Platform/ARM.o, dist/build/GHC/Platform/ARM.dyn_o ) [372 of 447] Compiling GHC.Platform.AArch64 ( compiler/GHC/Platform/AArch64.hs, dist/build/GHC/Platform/AArch64.o, dist/build/GHC/Platform/AArch64.dyn_o ) [373 of 447] Compiling GHC.Platform.Regs ( compiler/GHC/Platform/Regs.hs, dist/build/GHC/Platform/Regs.o, dist/build/GHC/Platform/Regs.dyn_o ) [374 of 447] Compiling GHC.Cmm.Node ( compiler/GHC/Cmm/Node.hs, dist/build/GHC/Cmm/Node.o, dist/build/GHC/Cmm/Node.dyn_o ) [375 of 447] Compiling GHC.Cmm ( compiler/GHC/Cmm.hs, dist/build/GHC/Cmm.o, dist/build/GHC/Cmm.dyn_o ) [376 of 447] Compiling GHC.Types.CompleteMatch ( compiler/GHC/Types/CompleteMatch.hs, dist/build/GHC/Types/CompleteMatch.o, dist/build/GHC/Types/CompleteMatch.dyn_o ) [377 of 447] Compiling GHC.Iface.Decl ( compiler/GHC/Iface/Decl.hs, dist/build/GHC/Iface/Decl.o, dist/build/GHC/Iface/Decl.dyn_o ) [378 of 447] Compiling GHC.Types.TyThing.Ppr[boot] ( compiler/GHC/Types/TyThing/Ppr.hs-boot, dist/build/GHC/Types/TyThing/Ppr.o-boot, dist/build/GHC/Types/TyThing/Ppr.dyn_o-boot ) [379 of 447] Compiling GHC.Types.TyThing.Ppr ( compiler/GHC/Types/TyThing/Ppr.hs, dist/build/GHC/Types/TyThing/Ppr.o, dist/build/GHC/Types/TyThing/Ppr.dyn_o ) [380 of 447] Compiling GHC.Core.Map.Expr ( compiler/GHC/Core/Map/Expr.hs, dist/build/GHC/Core/Map/Expr.o, dist/build/GHC/Core/Map/Expr.dyn_o ) [381 of 447] Compiling GHC.Driver.Config ( compiler/GHC/Driver/Config.hs, dist/build/GHC/Driver/Config.o, dist/build/GHC/Driver/Config.dyn_o ) [382 of 447] Compiling GHC.Unit.Module.ModGuts ( compiler/GHC/Unit/Module/ModGuts.hs, dist/build/GHC/Unit/Module/ModGuts.o, dist/build/GHC/Unit/Module/ModGuts.dyn_o ) [383 of 447] Compiling GHC.Unit.Module.ModDetails ( compiler/GHC/Unit/Module/ModDetails.hs, dist/build/GHC/Unit/Module/ModDetails.o, dist/build/GHC/Unit/Module/ModDetails.dyn_o ) [384 of 447] Compiling GHC.Unit.Home.ModInfo ( compiler/GHC/Unit/Home/ModInfo.hs, dist/build/GHC/Unit/Home/ModInfo.o, dist/build/GHC/Unit/Home/ModInfo.dyn_o ) [385 of 447] Compiling GHC.Unit.Module.Status ( compiler/GHC/Unit/Module/Status.hs, dist/build/GHC/Unit/Module/Status.o, dist/build/GHC/Unit/Module/Status.dyn_o ) [386 of 447] Compiling GHC.Tc.Solver.Types ( compiler/GHC/Tc/Solver/Types.hs, dist/build/GHC/Tc/Solver/Types.o, dist/build/GHC/Tc/Solver/Types.dyn_o ) [387 of 447] Compiling GHC.Tc.Solver.InertSet ( compiler/GHC/Tc/Solver/InertSet.hs, dist/build/GHC/Tc/Solver/InertSet.o, dist/build/GHC/Tc/Solver/InertSet.dyn_o ) [388 of 447] Compiling GHC.HsToCore.Pmc.Solver.Types ( compiler/GHC/HsToCore/Pmc/Solver/Types.hs, dist/build/GHC/HsToCore/Pmc/Solver/Types.o, dist/build/GHC/HsToCore/Pmc/Solver/Types.dyn_o ) [389 of 447] Compiling GHC.HsToCore.Pmc.Types ( compiler/GHC/HsToCore/Pmc/Types.hs, dist/build/GHC/HsToCore/Pmc/Types.o, dist/build/GHC/HsToCore/Pmc/Types.dyn_o ) [390 of 447] Compiling GHC.HsToCore.Pmc.Ppr ( compiler/GHC/HsToCore/Pmc/Ppr.hs, dist/build/GHC/HsToCore/Pmc/Ppr.o, dist/build/GHC/HsToCore/Pmc/Ppr.dyn_o ) [391 of 447] Compiling GHC.Parser.Types ( compiler/GHC/Parser/Types.hs, dist/build/GHC/Parser/Types.o, dist/build/GHC/Parser/Types.dyn_o ) [392 of 447] Compiling GHC.Core.Rules ( compiler/GHC/Core/Rules.hs, dist/build/GHC/Core/Rules.o, dist/build/GHC/Core/Rules.dyn_o ) [393 of 447] Compiling GHC.Core.Opt.Simplify.Monad ( compiler/GHC/Core/Opt/Simplify/Monad.hs, dist/build/GHC/Core/Opt/Simplify/Monad.o, dist/build/GHC/Core/Opt/Simplify/Monad.dyn_o ) [394 of 447] Compiling GHC.Core.Opt.Simplify.Env ( compiler/GHC/Core/Opt/Simplify/Env.hs, dist/build/GHC/Core/Opt/Simplify/Env.o, dist/build/GHC/Core/Opt/Simplify/Env.dyn_o ) [395 of 447] Compiling GHC.Core.Opt.ConstantFold[boot] ( compiler/GHC/Core/Opt/ConstantFold.hs-boot, dist/build/GHC/Core/Opt/ConstantFold.o-boot, dist/build/GHC/Core/Opt/ConstantFold.dyn_o-boot ) [396 of 447] Compiling GHC.Builtin.PrimOps.Ids ( compiler/GHC/Builtin/PrimOps/Ids.hs, dist/build/GHC/Builtin/PrimOps/Ids.o, dist/build/GHC/Builtin/PrimOps/Ids.dyn_o ) [397 of 447] Compiling GHC.Core.Opt.ConstantFold ( compiler/GHC/Core/Opt/ConstantFold.hs, dist/build/GHC/Core/Opt/ConstantFold.o, dist/build/GHC/Core/Opt/ConstantFold.dyn_o ) [398 of 447] Compiling GHC.Unit.External ( compiler/GHC/Unit/External.hs, dist/build/GHC/Unit/External.o, dist/build/GHC/Unit/External.dyn_o ) [399 of 447] Compiling GHC.Unit.Env ( compiler/GHC/Unit/Env.hs, dist/build/GHC/Unit/Env.o, dist/build/GHC/Unit/Env.dyn_o ) [400 of 447] Compiling GHC.Types.Name.Ppr ( compiler/GHC/Types/Name/Ppr.hs, dist/build/GHC/Types/Name/Ppr.o, dist/build/GHC/Types/Name/Ppr.dyn_o ) [401 of 447] Compiling GHC.Runtime.Interpreter.Types ( compiler/GHC/Runtime/Interpreter/Types.hs, dist/build/GHC/Runtime/Interpreter/Types.o, dist/build/GHC/Runtime/Interpreter/Types.dyn_o ) [402 of 447] Compiling GHC.Core.Opt.Simplify.Utils ( compiler/GHC/Core/Opt/Simplify/Utils.hs, dist/build/GHC/Core/Opt/Simplify/Utils.o, dist/build/GHC/Core/Opt/Simplify/Utils.dyn_o ) [403 of 447] Compiling GHC.Core.Opt.Simplify.Iteration ( compiler/GHC/Core/Opt/Simplify/Iteration.hs, dist/build/GHC/Core/Opt/Simplify/Iteration.o, dist/build/GHC/Core/Opt/Simplify/Iteration.dyn_o ) [404 of 447] Compiling GHC.Parser.Errors.Types ( compiler/GHC/Parser/Errors/Types.hs, dist/build/GHC/Parser/Errors/Types.o, dist/build/GHC/Parser/Errors/Types.dyn_o ) [405 of 447] Compiling GHC.HsToCore.Errors.Types ( compiler/GHC/HsToCore/Errors/Types.hs, dist/build/GHC/HsToCore/Errors/Types.o, dist/build/GHC/HsToCore/Errors/Types.dyn_o ) [406 of 447] Compiling GHC.Hs.Dump ( compiler/GHC/Hs/Dump.hs, dist/build/GHC/Hs/Dump.o, dist/build/GHC/Hs/Dump.dyn_o ) [407 of 447] Compiling GHC.Driver.Backpack.Syntax ( compiler/GHC/Driver/Backpack/Syntax.hs, dist/build/GHC/Driver/Backpack/Syntax.o, dist/build/GHC/Driver/Backpack/Syntax.dyn_o ) [408 of 447] Compiling GHC.Driver.Errors.Types ( compiler/GHC/Driver/Errors/Types.hs, dist/build/GHC/Driver/Errors/Types.o, dist/build/GHC/Driver/Errors/Types.dyn_o ) [409 of 447] Compiling GHC.Types.Error.Codes ( compiler/GHC/Types/Error/Codes.hs, dist/build/GHC/Types/Error/Codes.o, dist/build/GHC/Types/Error/Codes.dyn_o ) [410 of 447] Compiling GHC.Parser.Errors.Ppr ( compiler/GHC/Parser/Errors/Ppr.hs, dist/build/GHC/Parser/Errors/Ppr.o, dist/build/GHC/Parser/Errors/Ppr.dyn_o ) [411 of 447] Compiling GHC.Parser.Lexer ( dist/build/GHC/Parser/Lexer.hs, dist/build/GHC/Parser/Lexer.o, dist/build/GHC/Parser/Lexer.dyn_o ) [412 of 447] Compiling GHC.Parser.PostProcess ( compiler/GHC/Parser/PostProcess.hs, dist/build/GHC/Parser/PostProcess.o, dist/build/GHC/Parser/PostProcess.dyn_o ) [413 of 447] Compiling GHC.Parser.HaddockLex ( dist/build/GHC/Parser/HaddockLex.hs, dist/build/GHC/Parser/HaddockLex.o, dist/build/GHC/Parser/HaddockLex.dyn_o ) [414 of 447] Compiling GHC.Parser[boot] ( dist/build/GHC/Parser.hs-boot, dist/build/GHC/Parser.o-boot, dist/build/GHC/Parser.dyn_o-boot ) [415 of 447] Compiling GHC.Parser.PostProcess.Haddock ( compiler/GHC/Parser/PostProcess/Haddock.hs, dist/build/GHC/Parser/PostProcess/Haddock.o, dist/build/GHC/Parser/PostProcess/Haddock.dyn_o ) [416 of 447] Compiling GHC.Parser ( dist/build/GHC/Parser.hs, dist/build/GHC/Parser.o, dist/build/GHC/Parser.dyn_o ) [417 of 447] Compiling GHC.Iface.Errors.Ppr ( compiler/GHC/Iface/Errors/Ppr.hs, dist/build/GHC/Iface/Errors/Ppr.o, dist/build/GHC/Iface/Errors/Ppr.dyn_o ) [418 of 447] Compiling GHC.Tc.Errors.Ppr ( compiler/GHC/Tc/Errors/Ppr.hs, dist/build/GHC/Tc/Errors/Ppr.o, dist/build/GHC/Tc/Errors/Ppr.dyn_o ) [419 of 447] Compiling GHC.HsToCore.Errors.Ppr ( compiler/GHC/HsToCore/Errors/Ppr.hs, dist/build/GHC/HsToCore/Errors/Ppr.o, dist/build/GHC/HsToCore/Errors/Ppr.dyn_o ) [420 of 447] Compiling GHC.Driver.Errors.Ppr ( compiler/GHC/Driver/Errors/Ppr.hs, dist/build/GHC/Driver/Errors/Ppr.o, dist/build/GHC/Driver/Errors/Ppr.dyn_o ) [421 of 447] Compiling GHC.Types.SourceError ( compiler/GHC/Types/SourceError.hs, dist/build/GHC/Types/SourceError.o, dist/build/GHC/Types/SourceError.dyn_o ) [422 of 447] Compiling GHC.Parser.Header ( compiler/GHC/Parser/Header.hs, dist/build/GHC/Parser/Header.o, dist/build/GHC/Parser/Header.dyn_o ) [423 of 447] Compiling GHC.Driver.Errors ( compiler/GHC/Driver/Errors.hs, dist/build/GHC/Driver/Errors.o, dist/build/GHC/Driver/Errors.dyn_o ) [424 of 447] Compiling GHC.Driver.CmdLine ( compiler/GHC/Driver/CmdLine.hs, dist/build/GHC/Driver/CmdLine.o, dist/build/GHC/Driver/CmdLine.dyn_o ) [425 of 447] Compiling GHC.Driver.Config.Diagnostic ( compiler/GHC/Driver/Config/Diagnostic.hs, dist/build/GHC/Driver/Config/Diagnostic.o, dist/build/GHC/Driver/Config/Diagnostic.dyn_o ) [426 of 447] Compiling GHC.Driver.Hooks[boot] ( compiler/GHC/Driver/Hooks.hs-boot, dist/build/GHC/Driver/Hooks.o-boot, dist/build/GHC/Driver/Hooks.dyn_o-boot ) [427 of 447] Compiling GHC.Data.IOEnv ( compiler/GHC/Data/IOEnv.hs, dist/build/GHC/Data/IOEnv.o, dist/build/GHC/Data/IOEnv.dyn_o ) [428 of 447] Compiling GHC.Tc.Errors.Hole.Plugin[boot] ( compiler/GHC/Tc/Errors/Hole/Plugin.hs-boot, dist/build/GHC/Tc/Errors/Hole/Plugin.o-boot, dist/build/GHC/Tc/Errors/Hole/Plugin.dyn_o-boot ) [429 of 447] Compiling GHC.Driver.Plugins[boot] ( compiler/GHC/Driver/Plugins.hs-boot, dist/build/GHC/Driver/Plugins.o-boot, dist/build/GHC/Driver/Plugins.dyn_o-boot ) [430 of 447] Compiling GHC.Runtime.Context ( compiler/GHC/Runtime/Context.hs, dist/build/GHC/Runtime/Context.o, dist/build/GHC/Runtime/Context.dyn_o ) [431 of 447] Compiling GHC.Core.Lint.Interactive ( compiler/GHC/Core/Lint/Interactive.hs, dist/build/GHC/Core/Lint/Interactive.o, dist/build/GHC/Core/Lint/Interactive.dyn_o ) [432 of 447] Compiling GHC.Driver.Env.Types ( compiler/GHC/Driver/Env/Types.hs, dist/build/GHC/Driver/Env/Types.o, dist/build/GHC/Driver/Env/Types.dyn_o ) [433 of 447] Compiling GHC.Driver.Env ( compiler/GHC/Driver/Env.hs, dist/build/GHC/Driver/Env.o, dist/build/GHC/Driver/Env.dyn_o ) [434 of 447] Compiling GHC.Core.Opt.Monad ( compiler/GHC/Core/Opt/Monad.hs, dist/build/GHC/Core/Opt/Monad.o, dist/build/GHC/Core/Opt/Monad.dyn_o ) [435 of 447] Compiling GHC.Core.Lint ( compiler/GHC/Core/Lint.hs, dist/build/GHC/Core/Lint.o, dist/build/GHC/Core/Lint.dyn_o ) [436 of 447] Compiling GHC.Core.Opt.Simplify ( compiler/GHC/Core/Opt/Simplify.hs, dist/build/GHC/Core/Opt/Simplify.o, dist/build/GHC/Core/Opt/Simplify.dyn_o ) [437 of 447] Compiling GHC.Core.Opt.Pipeline.Types ( compiler/GHC/Core/Opt/Pipeline/Types.hs, dist/build/GHC/Core/Opt/Pipeline/Types.o, dist/build/GHC/Core/Opt/Pipeline/Types.dyn_o ) [438 of 447] Compiling GHC.Driver.Config.Core.Lint ( compiler/GHC/Driver/Config/Core/Lint.hs, dist/build/GHC/Driver/Config/Core/Lint.o, dist/build/GHC/Driver/Config/Core/Lint.dyn_o ) [439 of 447] Compiling GHC.Tc.Types ( compiler/GHC/Tc/Types.hs, dist/build/GHC/Tc/Types.o, dist/build/GHC/Tc/Types.dyn_o ) [440 of 447] Compiling GHC.Tc.Errors.Hole.Plugin ( compiler/GHC/Tc/Errors/Hole/Plugin.hs, dist/build/GHC/Tc/Errors/Hole/Plugin.o, dist/build/GHC/Tc/Errors/Hole/Plugin.dyn_o ) [441 of 447] Compiling GHC.Driver.Monad ( compiler/GHC/Driver/Monad.hs, dist/build/GHC/Driver/Monad.o, dist/build/GHC/Driver/Monad.dyn_o ) [442 of 447] Compiling GHC.Driver.Plugins ( compiler/GHC/Driver/Plugins.hs, dist/build/GHC/Driver/Plugins.o, dist/build/GHC/Driver/Plugins.dyn_o ) [443 of 447] Compiling GHC.Driver.Pipeline.Phases ( compiler/GHC/Driver/Pipeline/Phases.hs, dist/build/GHC/Driver/Pipeline/Phases.o, dist/build/GHC/Driver/Pipeline/Phases.dyn_o ) [444 of 447] Compiling GHC.Driver.Hooks ( compiler/GHC/Driver/Hooks.hs, dist/build/GHC/Driver/Hooks.o, dist/build/GHC/Driver/Hooks.dyn_o ) [445 of 447] Compiling GHC.Core.Opt.CallerCC ( compiler/GHC/Core/Opt/CallerCC.hs, dist/build/GHC/Core/Opt/CallerCC.o, dist/build/GHC/Core/Opt/CallerCC.dyn_o ) [446 of 447] Compiling GHC.Driver.Session ( compiler/GHC/Driver/Session.hs, dist/build/GHC/Driver/Session.o, dist/build/GHC/Driver/Session.dyn_o ) [447 of 447] Compiling GHC.Driver.Config.Parser ( compiler/GHC/Driver/Config/Parser.hs, dist/build/GHC/Driver/Config/Parser.o, dist/build/GHC/Driver/Config/Parser.dyn_o ) Preprocessing library for ghc-lib-parser-9.10.3.20250912.. Running Haddock on library for ghc-lib-parser-9.10.3.20250912.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 447] Compiling GHC.BaseDir ( libraries/ghc-boot/GHC/BaseDir.hs, /tmp/.haddock-3978299/GHC/BaseDir.o, /tmp/.haddock-3978299/GHC/BaseDir.dyn_o ) [ 2 of 447] Compiling GHC.Data.List.Infinite ( compiler/GHC/Data/List/Infinite.hs, /tmp/.haddock-3978299/GHC/Data/List/Infinite.o, /tmp/.haddock-3978299/GHC/Data/List/Infinite.dyn_o ) [ 3 of 447] Compiling GHC.Data.SizedSeq ( libraries/ghc-boot/GHC/Data/SizedSeq.hs, /tmp/.haddock-3978299/GHC/Data/SizedSeq.o, /tmp/.haddock-3978299/GHC/Data/SizedSeq.dyn_o ) [ 4 of 447] Compiling GHC.Exts.Heap.ClosureTypes ( libraries/ghc-heap/GHC/Exts/Heap/ClosureTypes.hs, /tmp/.haddock-3978299/GHC/Exts/Heap/ClosureTypes.o, /tmp/.haddock-3978299/GHC/Exts/Heap/ClosureTypes.dyn_o ) [ 5 of 447] Compiling GHC.Exts.Heap.Constants ( dist/build/GHC/Exts/Heap/Constants.hs, /tmp/.haddock-3978299/GHC/Exts/Heap/Constants.o, /tmp/.haddock-3978299/GHC/Exts/Heap/Constants.dyn_o ) [ 6 of 447] Compiling GHC.Exts.Heap.InfoTable.Types ( dist/build/GHC/Exts/Heap/InfoTable/Types.hs, /tmp/.haddock-3978299/GHC/Exts/Heap/InfoTable/Types.o, /tmp/.haddock-3978299/GHC/Exts/Heap/InfoTable/Types.dyn_o ) [ 7 of 447] Compiling GHC.Exts.Heap.InfoTable ( dist/build/GHC/Exts/Heap/InfoTable.hs, /tmp/.haddock-3978299/GHC/Exts/Heap/InfoTable.o, /tmp/.haddock-3978299/GHC/Exts/Heap/InfoTable.dyn_o ) [ 8 of 447] Compiling GHC.Exts.Heap.InfoTableProf ( dist/build/GHC/Exts/Heap/InfoTableProf.hs, /tmp/.haddock-3978299/GHC/Exts/Heap/InfoTableProf.o, /tmp/.haddock-3978299/GHC/Exts/Heap/InfoTableProf.dyn_o ) [ 9 of 447] Compiling GHC.Exts.Heap.ProfInfo.Types ( libraries/ghc-heap/GHC/Exts/Heap/ProfInfo/Types.hs, /tmp/.haddock-3978299/GHC/Exts/Heap/ProfInfo/Types.o, /tmp/.haddock-3978299/GHC/Exts/Heap/ProfInfo/Types.dyn_o ) [ 10 of 447] Compiling GHC.Exts.Heap.ProfInfo.PeekProfInfo_ProfilingEnabled ( dist/build/GHC/Exts/Heap/ProfInfo/PeekProfInfo_ProfilingEnabled.hs, /tmp/.haddock-3978299/GHC/Exts/Heap/ProfInfo/PeekProfInfo_ProfilingEnabled.o, /tmp/.haddock-3978299/GHC/Exts/Heap/ProfInfo/PeekProfInfo_ProfilingEnabled.dyn_o ) [ 11 of 447] Compiling GHC.Exts.Heap.ProfInfo.PeekProfInfo_ProfilingDisabled ( dist/build/GHC/Exts/Heap/ProfInfo/PeekProfInfo_ProfilingDisabled.hs, /tmp/.haddock-3978299/GHC/Exts/Heap/ProfInfo/PeekProfInfo_ProfilingDisabled.o, /tmp/.haddock-3978299/GHC/Exts/Heap/ProfInfo/PeekProfInfo_ProfilingDisabled.dyn_o ) [ 12 of 447] Compiling GHC.Exts.Heap.ProfInfo.PeekProfInfo ( libraries/ghc-heap/GHC/Exts/Heap/ProfInfo/PeekProfInfo.hs, /tmp/.haddock-3978299/GHC/Exts/Heap/ProfInfo/PeekProfInfo.o, /tmp/.haddock-3978299/GHC/Exts/Heap/ProfInfo/PeekProfInfo.dyn_o ) [ 13 of 447] Compiling GHC.Exts.Heap.Closures ( libraries/ghc-heap/GHC/Exts/Heap/Closures.hs, /tmp/.haddock-3978299/GHC/Exts/Heap/Closures.o, /tmp/.haddock-3978299/GHC/Exts/Heap/Closures.dyn_o ) [ 14 of 447] Compiling GHC.Exts.Heap.FFIClosures_ProfilingEnabled ( dist/build/GHC/Exts/Heap/FFIClosures_ProfilingEnabled.hs, /tmp/.haddock-3978299/GHC/Exts/Heap/FFIClosures_ProfilingEnabled.o, /tmp/.haddock-3978299/GHC/Exts/Heap/FFIClosures_ProfilingEnabled.dyn_o ) [ 15 of 447] Compiling GHC.Exts.Heap.FFIClosures_ProfilingDisabled ( dist/build/GHC/Exts/Heap/FFIClosures_ProfilingDisabled.hs, /tmp/.haddock-3978299/GHC/Exts/Heap/FFIClosures_ProfilingDisabled.o, /tmp/.haddock-3978299/GHC/Exts/Heap/FFIClosures_ProfilingDisabled.dyn_o ) [ 16 of 447] Compiling GHC.Exts.Heap.FFIClosures ( libraries/ghc-heap/GHC/Exts/Heap/FFIClosures.hs, /tmp/.haddock-3978299/GHC/Exts/Heap/FFIClosures.o, /tmp/.haddock-3978299/GHC/Exts/Heap/FFIClosures.dyn_o ) [ 17 of 447] Compiling GHC.Exts.Heap.Utils ( dist/build/GHC/Exts/Heap/Utils.hs, /tmp/.haddock-3978299/GHC/Exts/Heap/Utils.o, /tmp/.haddock-3978299/GHC/Exts/Heap/Utils.dyn_o ) [ 18 of 447] Compiling GHC.Exts.Heap ( libraries/ghc-heap/GHC/Exts/Heap.hs, /tmp/.haddock-3978299/GHC/Exts/Heap.o, /tmp/.haddock-3978299/GHC/Exts/Heap.dyn_o ) [ 19 of 447] Compiling GHC.ForeignSrcLang.Type ( libraries/ghc-boot-th/GHC/ForeignSrcLang/Type.hs, /tmp/.haddock-3978299/GHC/ForeignSrcLang/Type.o, /tmp/.haddock-3978299/GHC/ForeignSrcLang/Type.dyn_o ) [ 20 of 447] Compiling GHC.ForeignSrcLang ( libraries/ghc-boot/GHC/ForeignSrcLang.hs, /tmp/.haddock-3978299/GHC/ForeignSrcLang.o, /tmp/.haddock-3978299/GHC/ForeignSrcLang.dyn_o ) [ 21 of 447] Compiling GHC.LanguageExtensions.Type ( libraries/ghc-boot-th/GHC/LanguageExtensions/Type.hs, /tmp/.haddock-3978299/GHC/LanguageExtensions/Type.o, /tmp/.haddock-3978299/GHC/LanguageExtensions/Type.dyn_o ) [ 22 of 447] Compiling GHC.LanguageExtensions ( libraries/ghc-boot/GHC/LanguageExtensions.hs, /tmp/.haddock-3978299/GHC/LanguageExtensions.o, /tmp/.haddock-3978299/GHC/LanguageExtensions.dyn_o ) [ 23 of 447] Compiling GHC.Lexeme ( libraries/ghc-boot-th/GHC/Lexeme.hs, /tmp/.haddock-3978299/GHC/Lexeme.o, /tmp/.haddock-3978299/GHC/Lexeme.dyn_o ) [ 24 of 447] Compiling GHC.Platform.ArchOS ( libraries/ghc-platform/src/GHC/Platform/ArchOS.hs, /tmp/.haddock-3978299/GHC/Platform/ArchOS.o, /tmp/.haddock-3978299/GHC/Platform/ArchOS.dyn_o ) [ 25 of 447] Compiling GHC.Platform.Constants ( ghc-lib/stage0/compiler/build/GHC/Platform/Constants.hs, /tmp/.haddock-3978299/GHC/Platform/Constants.o, /tmp/.haddock-3978299/GHC/Platform/Constants.dyn_o ) [ 26 of 447] Compiling GHC.Prelude.Basic ( compiler/GHC/Prelude/Basic.hs, /tmp/.haddock-3978299/GHC/Prelude/Basic.o, /tmp/.haddock-3978299/GHC/Prelude/Basic.dyn_o ) [ 27 of 447] Compiling GHC.Data.FastMutInt ( compiler/GHC/Data/FastMutInt.hs, /tmp/.haddock-3978299/GHC/Data/FastMutInt.o, /tmp/.haddock-3978299/GHC/Data/FastMutInt.dyn_o ) [ 28 of 447] Compiling GHC.Data.Bool ( compiler/GHC/Data/Bool.hs, /tmp/.haddock-3978299/GHC/Data/Bool.o, /tmp/.haddock-3978299/GHC/Data/Bool.dyn_o ) [ 29 of 447] Compiling GHC.Serialized ( libraries/ghc-boot/GHC/Serialized.hs, /tmp/.haddock-3978299/GHC/Serialized.o, /tmp/.haddock-3978299/GHC/Serialized.dyn_o ) [ 30 of 447] Compiling GHC.Settings.Utils ( libraries/ghc-boot/GHC/Settings/Utils.hs, /tmp/.haddock-3978299/GHC/Settings/Utils.o, /tmp/.haddock-3978299/GHC/Settings/Utils.dyn_o ) [ 31 of 447] Compiling GHC.Utils.Constants ( compiler/GHC/Utils/Constants.hs, /tmp/.haddock-3978299/GHC/Utils/Constants.o, /tmp/.haddock-3978299/GHC/Utils/Constants.dyn_o ) [ 32 of 447] Compiling GHC.Utils.Containers.Internal.BitUtil ( compiler/GHC/Utils/Containers/Internal/BitUtil.hs, /tmp/.haddock-3978299/GHC/Utils/Containers/Internal/BitUtil.o, /tmp/.haddock-3978299/GHC/Utils/Containers/Internal/BitUtil.dyn_o ) [ 33 of 447] Compiling GHC.Utils.Containers.Internal.StrictPair ( compiler/GHC/Utils/Containers/Internal/StrictPair.hs, /tmp/.haddock-3978299/GHC/Utils/Containers/Internal/StrictPair.o, /tmp/.haddock-3978299/GHC/Utils/Containers/Internal/StrictPair.dyn_o ) [ 34 of 447] Compiling GHC.Data.Word64Set.Internal ( compiler/GHC/Data/Word64Set/Internal.hs, /tmp/.haddock-3978299/GHC/Data/Word64Set/Internal.o, /tmp/.haddock-3978299/GHC/Data/Word64Set/Internal.dyn_o ) [ 35 of 447] Compiling GHC.Data.Word64Set ( compiler/GHC/Data/Word64Set.hs, /tmp/.haddock-3978299/GHC/Data/Word64Set.o, /tmp/.haddock-3978299/GHC/Data/Word64Set.dyn_o ) [ 36 of 447] Compiling GHC.Data.Word64Map.Internal ( compiler/GHC/Data/Word64Map/Internal.hs, /tmp/.haddock-3978299/GHC/Data/Word64Map/Internal.o, /tmp/.haddock-3978299/GHC/Data/Word64Map/Internal.dyn_o ) [ 37 of 447] Compiling GHC.Data.Word64Map.Strict.Internal ( compiler/GHC/Data/Word64Map/Strict/Internal.hs, /tmp/.haddock-3978299/GHC/Data/Word64Map/Strict/Internal.o, /tmp/.haddock-3978299/GHC/Data/Word64Map/Strict/Internal.dyn_o ) [ 38 of 447] Compiling GHC.Data.Word64Map.Strict ( compiler/GHC/Data/Word64Map/Strict.hs, /tmp/.haddock-3978299/GHC/Data/Word64Map/Strict.o, /tmp/.haddock-3978299/GHC/Data/Word64Map/Strict.dyn_o ) [ 39 of 447] Compiling GHC.Data.Word64Map.Lazy ( compiler/GHC/Data/Word64Map/Lazy.hs, /tmp/.haddock-3978299/GHC/Data/Word64Map/Lazy.o, /tmp/.haddock-3978299/GHC/Data/Word64Map/Lazy.dyn_o ) [ 40 of 447] Compiling GHC.Data.Word64Map ( compiler/GHC/Data/Word64Map.hs, /tmp/.haddock-3978299/GHC/Data/Word64Map.o, /tmp/.haddock-3978299/GHC/Data/Word64Map.dyn_o ) [ 41 of 447] Compiling GHC.Utils.Encoding.UTF8 ( libraries/ghc-boot/GHC/Utils/Encoding/UTF8.hs, /tmp/.haddock-3978299/GHC/Utils/Encoding/UTF8.o, /tmp/.haddock-3978299/GHC/Utils/Encoding/UTF8.dyn_o ) [ 42 of 447] Compiling GHC.Utils.Encoding ( libraries/ghc-boot/GHC/Utils/Encoding.hs, /tmp/.haddock-3978299/GHC/Utils/Encoding.o, /tmp/.haddock-3978299/GHC/Utils/Encoding.dyn_o ) [ 43 of 447] Compiling GHC.Data.ShortText ( libraries/ghc-boot/GHC/Data/ShortText.hs, /tmp/.haddock-3978299/GHC/Data/ShortText.o, /tmp/.haddock-3978299/GHC/Data/ShortText.dyn_o ) [ 44 of 447] Compiling GHC.Unit.Database ( libraries/ghc-boot/GHC/Unit/Database.hs, /tmp/.haddock-3978299/GHC/Unit/Database.o, /tmp/.haddock-3978299/GHC/Unit/Database.dyn_o ) [ 45 of 447] Compiling GHC.Utils.Exception ( compiler/GHC/Utils/Exception.hs, /tmp/.haddock-3978299/GHC/Utils/Exception.o, /tmp/.haddock-3978299/GHC/Utils/Exception.dyn_o ) [ 46 of 447] Compiling GHC.Utils.Fingerprint ( compiler/GHC/Utils/Fingerprint.hs, /tmp/.haddock-3978299/GHC/Utils/Fingerprint.o, /tmp/.haddock-3978299/GHC/Utils/Fingerprint.dyn_o ) [ 47 of 447] Compiling GHC.Utils.GlobalVars ( compiler/GHC/Utils/GlobalVars.hs, /tmp/.haddock-3978299/GHC/Utils/GlobalVars.o, /tmp/.haddock-3978299/GHC/Utils/GlobalVars.dyn_o ) [ 48 of 447] Compiling GHC.Utils.IO.Unsafe ( compiler/GHC/Utils/IO/Unsafe.hs, /tmp/.haddock-3978299/GHC/Utils/IO/Unsafe.o, /tmp/.haddock-3978299/GHC/Utils/IO/Unsafe.dyn_o ) [ 49 of 447] Compiling GHC.Utils.Ppr.Colour ( compiler/GHC/Utils/Ppr/Colour.hs, /tmp/.haddock-3978299/GHC/Utils/Ppr/Colour.o, /tmp/.haddock-3978299/GHC/Utils/Ppr/Colour.dyn_o ) [ 50 of 447] Compiling GHC.Version ( ghc-lib/stage0/libraries/ghc-boot/build/GHC/Version.hs, /tmp/.haddock-3978299/GHC/Version.o, /tmp/.haddock-3978299/GHC/Version.dyn_o ) [ 51 of 447] Compiling GHC.UniqueSubdir ( libraries/ghc-boot/GHC/UniqueSubdir.hs, /tmp/.haddock-3978299/GHC/UniqueSubdir.o, /tmp/.haddock-3978299/GHC/UniqueSubdir.dyn_o ) [ 52 of 447] Compiling GHC.Settings.Config ( ghc-lib/stage0/compiler/build/GHC/Settings/Config.hs, /tmp/.haddock-3978299/GHC/Settings/Config.o, /tmp/.haddock-3978299/GHC/Settings/Config.dyn_o ) [ 53 of 447] Compiling GHC.Utils.Panic.Plain ( compiler/GHC/Utils/Panic/Plain.hs, /tmp/.haddock-3978299/GHC/Utils/Panic/Plain.o, /tmp/.haddock-3978299/GHC/Utils/Panic/Plain.dyn_o ) [ 54 of 447] Compiling GHC.Utils.Misc ( compiler/GHC/Utils/Misc.hs, /tmp/.haddock-3978299/GHC/Utils/Misc.o, /tmp/.haddock-3978299/GHC/Utils/Misc.dyn_o ) [ 55 of 447] Compiling GHC.Data.FastString ( compiler/GHC/Data/FastString.hs, /tmp/.haddock-3978299/GHC/Data/FastString.o, /tmp/.haddock-3978299/GHC/Data/FastString.dyn_o ) [ 56 of 447] Compiling GHC.Utils.BufHandle ( compiler/GHC/Utils/BufHandle.hs, /tmp/.haddock-3978299/GHC/Utils/BufHandle.o, /tmp/.haddock-3978299/GHC/Utils/BufHandle.dyn_o ) [ 57 of 447] Compiling GHC.Utils.Ppr ( compiler/GHC/Utils/Ppr.hs, /tmp/.haddock-3978299/GHC/Utils/Ppr.o, /tmp/.haddock-3978299/GHC/Utils/Ppr.dyn_o ) [ 58 of 447] Compiling GHCi.BreakArray ( libraries/ghci/GHCi/BreakArray.hs, /tmp/.haddock-3978299/GHCi/BreakArray.o, /tmp/.haddock-3978299/GHCi/BreakArray.dyn_o ) [ 59 of 447] Compiling GHCi.FFI ( dist/build/GHCi/FFI.hs, /tmp/.haddock-3978299/GHCi/FFI.o, /tmp/.haddock-3978299/GHCi/FFI.dyn_o ) [ 60 of 447] Compiling GHCi.RemoteTypes ( libraries/ghci/GHCi/RemoteTypes.hs, /tmp/.haddock-3978299/GHCi/RemoteTypes.o, /tmp/.haddock-3978299/GHCi/RemoteTypes.dyn_o ) [ 61 of 447] Compiling GHCi.ResolvedBCO ( libraries/ghci/GHCi/ResolvedBCO.hs, /tmp/.haddock-3978299/GHCi/ResolvedBCO.o, /tmp/.haddock-3978299/GHCi/ResolvedBCO.dyn_o ) [ 62 of 447] Compiling Language.Haskell.Syntax.Basic ( compiler/Language/Haskell/Syntax/Basic.hs, /tmp/.haddock-3978299/Language/Haskell/Syntax/Basic.o, /tmp/.haddock-3978299/Language/Haskell/Syntax/Basic.dyn_o ) [ 63 of 447] Compiling Language.Haskell.Syntax.Extension ( compiler/Language/Haskell/Syntax/Extension.hs, /tmp/.haddock-3978299/Language/Haskell/Syntax/Extension.o, /tmp/.haddock-3978299/Language/Haskell/Syntax/Extension.dyn_o ) [ 64 of 447] Compiling Language.Haskell.Syntax.Module.Name ( compiler/Language/Haskell/Syntax/Module/Name.hs, /tmp/.haddock-3978299/Language/Haskell/Syntax/Module/Name.o, /tmp/.haddock-3978299/Language/Haskell/Syntax/Module/Name.dyn_o ) [ 65 of 447] Compiling Language.Haskell.TH.LanguageExtensions ( libraries/template-haskell/Language/Haskell/TH/LanguageExtensions.hs, /tmp/.haddock-3978299/Language/Haskell/TH/LanguageExtensions.o, /tmp/.haddock-3978299/Language/Haskell/TH/LanguageExtensions.dyn_o ) [ 66 of 447] Compiling Language.Haskell.TH.Lib.Map ( libraries/template-haskell/Language/Haskell/TH/Lib/Map.hs, /tmp/.haddock-3978299/Language/Haskell/TH/Lib/Map.o, /tmp/.haddock-3978299/Language/Haskell/TH/Lib/Map.dyn_o ) [ 67 of 447] Compiling Language.Haskell.TH.Syntax ( libraries/template-haskell/Language/Haskell/TH/Syntax.hs, /tmp/.haddock-3978299/Language/Haskell/TH/Syntax.o, /tmp/.haddock-3978299/Language/Haskell/TH/Syntax.dyn_o ) [ 68 of 447] Compiling Language.Haskell.TH.PprLib ( libraries/template-haskell/Language/Haskell/TH/PprLib.hs, /tmp/.haddock-3978299/Language/Haskell/TH/PprLib.o, /tmp/.haddock-3978299/Language/Haskell/TH/PprLib.dyn_o ) [ 69 of 447] Compiling Language.Haskell.TH.Ppr ( libraries/template-haskell/Language/Haskell/TH/Ppr.hs, /tmp/.haddock-3978299/Language/Haskell/TH/Ppr.o, /tmp/.haddock-3978299/Language/Haskell/TH/Ppr.dyn_o ) [ 70 of 447] Compiling Language.Haskell.TH.Lib.Internal ( libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs, /tmp/.haddock-3978299/Language/Haskell/TH/Lib/Internal.o, /tmp/.haddock-3978299/Language/Haskell/TH/Lib/Internal.dyn_o ) [ 71 of 447] Compiling Language.Haskell.TH.Lib ( libraries/template-haskell/Language/Haskell/TH/Lib.hs, /tmp/.haddock-3978299/Language/Haskell/TH/Lib.o, /tmp/.haddock-3978299/Language/Haskell/TH/Lib.dyn_o ) [ 72 of 447] Compiling Language.Haskell.TH ( libraries/template-haskell/Language/Haskell/TH.hs, /tmp/.haddock-3978299/Language/Haskell/TH.o, /tmp/.haddock-3978299/Language/Haskell/TH.dyn_o ) [ 73 of 447] Compiling GHCi.TH.Binary ( libraries/ghci/GHCi/TH/Binary.hs, /tmp/.haddock-3978299/GHCi/TH/Binary.o, /tmp/.haddock-3978299/GHCi/TH/Binary.dyn_o ) [ 74 of 447] Compiling GHCi.Message ( libraries/ghci/GHCi/Message.hs, /tmp/.haddock-3978299/GHCi/Message.o, /tmp/.haddock-3978299/GHCi/Message.dyn_o ) [ 75 of 447] Compiling GHC.Tc.Types.LclEnv[boot] ( compiler/GHC/Tc/Types/LclEnv.hs-boot, /tmp/.haddock-3978299/GHC/Tc/Types/LclEnv.o-boot, /tmp/.haddock-3978299/GHC/Tc/Types/LclEnv.dyn_o-boot ) [ 76 of 447] Compiling GHC.Builtin.PrimOps[boot] ( compiler/GHC/Builtin/PrimOps.hs-boot, /tmp/.haddock-3978299/GHC/Builtin/PrimOps.o-boot, /tmp/.haddock-3978299/GHC/Builtin/PrimOps.dyn_o-boot ) [ 77 of 447] Compiling GHC.Iface.Type[boot] ( compiler/GHC/Iface/Type.hs-boot, /tmp/.haddock-3978299/GHC/Iface/Type.o-boot, /tmp/.haddock-3978299/GHC/Iface/Type.dyn_o-boot ) [ 78 of 447] Compiling Language.Haskell.Syntax.Pat[boot] ( compiler/Language/Haskell/Syntax/Pat.hs-boot, /tmp/.haddock-3978299/Language/Haskell/Syntax/Pat.o-boot, /tmp/.haddock-3978299/Language/Haskell/Syntax/Pat.dyn_o-boot ) [ 79 of 447] Compiling Language.Haskell.Syntax.Type[boot] ( compiler/Language/Haskell/Syntax/Type.hs-boot, /tmp/.haddock-3978299/Language/Haskell/Syntax/Type.o-boot, /tmp/.haddock-3978299/Language/Haskell/Syntax/Type.dyn_o-boot ) [ 80 of 447] Compiling GHC.Types.Name.Occurrence[boot] ( compiler/GHC/Types/Name/Occurrence.hs-boot, /tmp/.haddock-3978299/GHC/Types/Name/Occurrence.o-boot, /tmp/.haddock-3978299/GHC/Types/Name/Occurrence.dyn_o-boot ) [ 81 of 447] Compiling Language.Haskell.Syntax.ImpExp[boot] ( compiler/Language/Haskell/Syntax/ImpExp.hs-boot, /tmp/.haddock-3978299/Language/Haskell/Syntax/ImpExp.o-boot, /tmp/.haddock-3978299/Language/Haskell/Syntax/ImpExp.dyn_o-boot ) [ 82 of 447] Compiling GHC.Unit.Types[boot] ( compiler/GHC/Unit/Types.hs-boot, /tmp/.haddock-3978299/GHC/Unit/Types.o-boot, /tmp/.haddock-3978299/GHC/Unit/Types.dyn_o-boot ) [ 83 of 447] Compiling GHC.Utils.Outputable ( compiler/GHC/Utils/Outputable.hs, /tmp/.haddock-3978299/GHC/Utils/Outputable.o, /tmp/.haddock-3978299/GHC/Utils/Outputable.dyn_o ) [ 84 of 447] Compiling GHC.Utils.Panic ( compiler/GHC/Utils/Panic.hs, /tmp/.haddock-3978299/GHC/Utils/Panic.o, /tmp/.haddock-3978299/GHC/Utils/Panic.dyn_o ) [ 85 of 447] Compiling GHC.Utils.Trace ( compiler/GHC/Utils/Trace.hs, /tmp/.haddock-3978299/GHC/Utils/Trace.o, /tmp/.haddock-3978299/GHC/Utils/Trace.dyn_o ) [ 86 of 447] Compiling GHC.Prelude ( compiler/GHC/Prelude.hs, /tmp/.haddock-3978299/GHC/Prelude.o, /tmp/.haddock-3978299/GHC/Prelude.dyn_o ) [ 87 of 447] Compiling GHC.Types.Id.Info[boot] ( compiler/GHC/Types/Id/Info.hs-boot, /tmp/.haddock-3978299/GHC/Types/Id/Info.o-boot, /tmp/.haddock-3978299/GHC/Types/Id/Info.dyn_o-boot ) [ 88 of 447] Compiling Language.Haskell.Syntax.Expr[boot] ( compiler/Language/Haskell/Syntax/Expr.hs-boot, /tmp/.haddock-3978299/Language/Haskell/Syntax/Expr.o-boot, /tmp/.haddock-3978299/Language/Haskell/Syntax/Expr.dyn_o-boot ) [ 89 of 447] Compiling GHC.Core.Unfold[boot] ( compiler/GHC/Core/Unfold.hs-boot, /tmp/.haddock-3978299/GHC/Core/Unfold.o-boot, /tmp/.haddock-3978299/GHC/Core/Unfold.dyn_o-boot ) [ 90 of 447] Compiling GHC.Utils.Word64 ( compiler/GHC/Utils/Word64.hs, /tmp/.haddock-3978299/GHC/Utils/Word64.o, /tmp/.haddock-3978299/GHC/Utils/Word64.dyn_o ) [ 91 of 447] Compiling GHC.Types.Unique ( compiler/GHC/Types/Unique.hs, /tmp/.haddock-3978299/GHC/Types/Unique.o, /tmp/.haddock-3978299/GHC/Types/Unique.dyn_o ) [ 92 of 447] Compiling GHC.Types.Name[boot] ( compiler/GHC/Types/Name.hs-boot, /tmp/.haddock-3978299/GHC/Types/Name.o-boot, /tmp/.haddock-3978299/GHC/Types/Name.dyn_o-boot ) [ 93 of 447] Compiling GHC.Types.Var[boot] ( compiler/GHC/Types/Var.hs-boot, /tmp/.haddock-3978299/GHC/Types/Var.o-boot, /tmp/.haddock-3978299/GHC/Types/Var.dyn_o-boot ) [ 94 of 447] Compiling GHC.Core[boot] ( compiler/GHC/Core.hs-boot, /tmp/.haddock-3978299/GHC/Core.o-boot, /tmp/.haddock-3978299/GHC/Core.dyn_o-boot ) [ 95 of 447] Compiling GHC.Core.Ppr[boot] ( compiler/GHC/Core/Ppr.hs-boot, /tmp/.haddock-3978299/GHC/Core/Ppr.o-boot, /tmp/.haddock-3978299/GHC/Core/Ppr.dyn_o-boot ) [ 96 of 447] Compiling GHC.Types.Id[boot] ( compiler/GHC/Types/Id.hs-boot, /tmp/.haddock-3978299/GHC/Types/Id.o-boot, /tmp/.haddock-3978299/GHC/Types/Id.dyn_o-boot ) [ 97 of 447] Compiling GHC.Core.TyCon[boot] ( compiler/GHC/Core/TyCon.hs-boot, /tmp/.haddock-3978299/GHC/Core/TyCon.o-boot, /tmp/.haddock-3978299/GHC/Core/TyCon.dyn_o-boot ) [ 98 of 447] Compiling GHC.Types.TyThing[boot] ( compiler/GHC/Types/TyThing.hs-boot, /tmp/.haddock-3978299/GHC/Types/TyThing.o-boot, /tmp/.haddock-3978299/GHC/Types/TyThing.dyn_o-boot ) [ 99 of 447] Compiling GHC.Core.TyCo.Rep[boot] ( compiler/GHC/Core/TyCo/Rep.hs-boot, /tmp/.haddock-3978299/GHC/Core/TyCo/Rep.o-boot, /tmp/.haddock-3978299/GHC/Core/TyCo/Rep.dyn_o-boot ) [100 of 447] Compiling GHC.Tc.Types.Origin[boot] ( compiler/GHC/Tc/Types/Origin.hs-boot, /tmp/.haddock-3978299/GHC/Tc/Types/Origin.o-boot, /tmp/.haddock-3978299/GHC/Tc/Types/Origin.dyn_o-boot ) [101 of 447] Compiling GHC.Core.TyCo.Ppr[boot] ( compiler/GHC/Core/TyCo/Ppr.hs-boot, /tmp/.haddock-3978299/GHC/Core/TyCo/Ppr.o-boot, /tmp/.haddock-3978299/GHC/Core/TyCo/Ppr.dyn_o-boot ) [102 of 447] Compiling GHC.Types.Unique.FM ( compiler/GHC/Types/Unique/FM.hs, /tmp/.haddock-3978299/GHC/Types/Unique/FM.o, /tmp/.haddock-3978299/GHC/Types/Unique/FM.dyn_o ) [103 of 447] Compiling GHC.Data.Strict ( compiler/GHC/Data/Strict.hs, /tmp/.haddock-3978299/GHC/Data/Strict.o, /tmp/.haddock-3978299/GHC/Data/Strict.dyn_o ) [104 of 447] Compiling GHC.Data.FiniteMap ( compiler/GHC/Data/FiniteMap.hs, /tmp/.haddock-3978299/GHC/Data/FiniteMap.o, /tmp/.haddock-3978299/GHC/Data/FiniteMap.dyn_o ) [105 of 447] Compiling GHC.Utils.Lexeme ( compiler/GHC/Utils/Lexeme.hs, /tmp/.haddock-3978299/GHC/Utils/Lexeme.o, /tmp/.haddock-3978299/GHC/Utils/Lexeme.dyn_o ) [106 of 447] Compiling GHC.Data.Maybe ( compiler/GHC/Data/Maybe.hs, /tmp/.haddock-3978299/GHC/Data/Maybe.o, /tmp/.haddock-3978299/GHC/Data/Maybe.dyn_o ) [107 of 447] Compiling GHC.Utils.Monad ( compiler/GHC/Utils/Monad.hs, /tmp/.haddock-3978299/GHC/Utils/Monad.o, /tmp/.haddock-3978299/GHC/Utils/Monad.dyn_o ) [108 of 447] Compiling GHC.Types.Unique.Supply ( compiler/GHC/Types/Unique/Supply.hs, /tmp/.haddock-3978299/GHC/Types/Unique/Supply.o, /tmp/.haddock-3978299/GHC/Types/Unique/Supply.dyn_o ) [109 of 447] Compiling GHC.Settings.Constants ( compiler/GHC/Settings/Constants.hs, /tmp/.haddock-3978299/GHC/Settings/Constants.o, /tmp/.haddock-3978299/GHC/Settings/Constants.dyn_o ) [110 of 447] Compiling GHC.Data.SmallArray ( compiler/GHC/Data/SmallArray.hs, /tmp/.haddock-3978299/GHC/Data/SmallArray.o, /tmp/.haddock-3978299/GHC/Data/SmallArray.dyn_o ) [111 of 447] Compiling GHC.Data.FlatBag ( compiler/GHC/Data/FlatBag.hs, /tmp/.haddock-3978299/GHC/Data/FlatBag.o, /tmp/.haddock-3978299/GHC/Data/FlatBag.dyn_o ) [112 of 447] Compiling GHC.Data.StringBuffer ( compiler/GHC/Data/StringBuffer.hs, /tmp/.haddock-3978299/GHC/Data/StringBuffer.o, /tmp/.haddock-3978299/GHC/Data/StringBuffer.dyn_o ) [113 of 447] Compiling GHC.Tc.Types.TcRef ( compiler/GHC/Tc/Types/TcRef.hs, /tmp/.haddock-3978299/GHC/Tc/Types/TcRef.o, /tmp/.haddock-3978299/GHC/Tc/Types/TcRef.dyn_o ) [114 of 447] Compiling GHC.Utils.CliOption ( compiler/GHC/Utils/CliOption.hs, /tmp/.haddock-3978299/GHC/Utils/CliOption.o, /tmp/.haddock-3978299/GHC/Utils/CliOption.dyn_o ) [115 of 447] Compiling GHC.Types.ProfAuto ( compiler/GHC/Types/ProfAuto.hs, /tmp/.haddock-3978299/GHC/Types/ProfAuto.o, /tmp/.haddock-3978299/GHC/Types/ProfAuto.dyn_o ) [116 of 447] Compiling GHC.SysTools.Terminal ( compiler/GHC/SysTools/Terminal.hs, /tmp/.haddock-3978299/GHC/SysTools/Terminal.o, /tmp/.haddock-3978299/GHC/SysTools/Terminal.dyn_o ) [117 of 447] Compiling GHC.Driver.Plugins.External ( compiler/GHC/Driver/Plugins/External.hs, /tmp/.haddock-3978299/GHC/Driver/Plugins/External.o, /tmp/.haddock-3978299/GHC/Driver/Plugins/External.dyn_o ) [118 of 447] Compiling GHC.Driver.Backend.Internal ( compiler/GHC/Driver/Backend/Internal.hs, /tmp/.haddock-3978299/GHC/Driver/Backend/Internal.o, /tmp/.haddock-3978299/GHC/Driver/Backend/Internal.dyn_o ) [119 of 447] Compiling GHC.Types.HpcInfo ( compiler/GHC/Types/HpcInfo.hs, /tmp/.haddock-3978299/GHC/Types/HpcInfo.o, /tmp/.haddock-3978299/GHC/Types/HpcInfo.dyn_o ) [120 of 447] Compiling GHC.CmmToAsm.CFG.Weight ( compiler/GHC/CmmToAsm/CFG/Weight.hs, /tmp/.haddock-3978299/GHC/CmmToAsm/CFG/Weight.o, /tmp/.haddock-3978299/GHC/CmmToAsm/CFG/Weight.dyn_o ) [121 of 447] Compiling GHC.Utils.Json ( compiler/GHC/Utils/Json.hs, /tmp/.haddock-3978299/GHC/Utils/Json.o, /tmp/.haddock-3978299/GHC/Utils/Json.dyn_o ) [122 of 447] Compiling GHC.Types.SrcLoc ( compiler/GHC/Types/SrcLoc.hs, /tmp/.haddock-3978299/GHC/Types/SrcLoc.o, /tmp/.haddock-3978299/GHC/Types/SrcLoc.dyn_o ) [123 of 447] Compiling GHC.Utils.Binary ( compiler/GHC/Utils/Binary.hs, /tmp/.haddock-3978299/GHC/Utils/Binary.o, /tmp/.haddock-3978299/GHC/Utils/Binary.dyn_o ) [124 of 447] Compiling GHC.Data.EnumSet ( compiler/GHC/Data/EnumSet.hs, /tmp/.haddock-3978299/GHC/Data/EnumSet.o, /tmp/.haddock-3978299/GHC/Data/EnumSet.dyn_o ) [125 of 447] Compiling GHC.Utils.Binary.Typeable ( compiler/GHC/Utils/Binary/Typeable.hs, /tmp/.haddock-3978299/GHC/Utils/Binary/Typeable.o, /tmp/.haddock-3978299/GHC/Utils/Binary/Typeable.dyn_o ) [126 of 447] Compiling GHC.Iface.Ext.Fields ( compiler/GHC/Iface/Ext/Fields.hs, /tmp/.haddock-3978299/GHC/Iface/Ext/Fields.o, /tmp/.haddock-3978299/GHC/Iface/Ext/Fields.dyn_o ) [127 of 447] Compiling GHC.Types.Unique.DFM ( compiler/GHC/Types/Unique/DFM.hs, /tmp/.haddock-3978299/GHC/Types/Unique/DFM.o, /tmp/.haddock-3978299/GHC/Types/Unique/DFM.dyn_o ) [128 of 447] Compiling GHC.Data.FastString.Env ( compiler/GHC/Data/FastString/Env.hs, /tmp/.haddock-3978299/GHC/Data/FastString/Env.o, /tmp/.haddock-3978299/GHC/Data/FastString/Env.dyn_o ) [129 of 447] Compiling GHC.Types.CostCentre.State ( compiler/GHC/Types/CostCentre/State.hs, /tmp/.haddock-3978299/GHC/Types/CostCentre/State.o, /tmp/.haddock-3978299/GHC/Types/CostCentre/State.dyn_o ) [130 of 447] Compiling GHC.Types.Unique.Set ( compiler/GHC/Types/Unique/Set.hs, /tmp/.haddock-3978299/GHC/Types/Unique/Set.o, /tmp/.haddock-3978299/GHC/Types/Unique/Set.dyn_o ) [131 of 447] Compiling GHC.Types.Unique.DSet ( compiler/GHC/Types/Unique/DSet.hs, /tmp/.haddock-3978299/GHC/Types/Unique/DSet.o, /tmp/.haddock-3978299/GHC/Types/Unique/DSet.dyn_o ) [132 of 447] Compiling GHC.Types.SourceText ( compiler/GHC/Types/SourceText.hs, /tmp/.haddock-3978299/GHC/Types/SourceText.o, /tmp/.haddock-3978299/GHC/Types/SourceText.dyn_o ) [133 of 447] Compiling GHC.Types.Basic ( compiler/GHC/Types/Basic.hs, /tmp/.haddock-3978299/GHC/Types/Basic.o, /tmp/.haddock-3978299/GHC/Types/Basic.dyn_o ) [134 of 447] Compiling GHC.Builtin.Uniques[boot] ( compiler/GHC/Builtin/Uniques.hs-boot, /tmp/.haddock-3978299/GHC/Builtin/Uniques.o-boot, /tmp/.haddock-3978299/GHC/Builtin/Uniques.dyn_o-boot ) [135 of 447] Compiling GHC.Platform ( compiler/GHC/Platform.hs, /tmp/.haddock-3978299/GHC/Platform.o, /tmp/.haddock-3978299/GHC/Platform.dyn_o ) [136 of 447] Compiling GHC.Cmm.CLabel[boot] ( compiler/GHC/Cmm/CLabel.hs-boot, /tmp/.haddock-3978299/GHC/Cmm/CLabel.o-boot, /tmp/.haddock-3978299/GHC/Cmm/CLabel.dyn_o-boot ) [137 of 447] Compiling GHC.Core.Rules.Config ( compiler/GHC/Core/Rules/Config.hs, /tmp/.haddock-3978299/GHC/Core/Rules/Config.o, /tmp/.haddock-3978299/GHC/Core/Rules/Config.dyn_o ) [138 of 447] Compiling GHC.Settings ( compiler/GHC/Settings.hs, /tmp/.haddock-3978299/GHC/Settings.o, /tmp/.haddock-3978299/GHC/Settings.dyn_o ) [139 of 447] Compiling GHC.Data.OrdList ( compiler/GHC/Data/OrdList.hs, /tmp/.haddock-3978299/GHC/Data/OrdList.o, /tmp/.haddock-3978299/GHC/Data/OrdList.dyn_o ) [140 of 447] Compiling GHC.Types.Unique.Map ( compiler/GHC/Types/Unique/Map.hs, /tmp/.haddock-3978299/GHC/Types/Unique/Map.o, /tmp/.haddock-3978299/GHC/Types/Unique/Map.dyn_o ) [141 of 447] Compiling GHC.Data.Graph.Directed ( compiler/GHC/Data/Graph/Directed.hs, /tmp/.haddock-3978299/GHC/Data/Graph/Directed.o, /tmp/.haddock-3978299/GHC/Data/Graph/Directed.dyn_o ) [142 of 447] Compiling GHC.Hs.DocString ( compiler/GHC/Hs/DocString.hs, /tmp/.haddock-3978299/GHC/Hs/DocString.o, /tmp/.haddock-3978299/GHC/Hs/DocString.dyn_o ) [143 of 447] Compiling GHC.Types.FieldLabel ( compiler/GHC/Types/FieldLabel.hs, /tmp/.haddock-3978299/GHC/Types/FieldLabel.o, /tmp/.haddock-3978299/GHC/Types/FieldLabel.dyn_o ) [144 of 447] Compiling GHC.Core.DataCon[boot] ( compiler/GHC/Core/DataCon.hs-boot, /tmp/.haddock-3978299/GHC/Core/DataCon.o-boot, /tmp/.haddock-3978299/GHC/Core/DataCon.dyn_o-boot ) [145 of 447] Compiling GHC.Builtin.Types[boot] ( compiler/GHC/Builtin/Types.hs-boot, /tmp/.haddock-3978299/GHC/Builtin/Types.o-boot, /tmp/.haddock-3978299/GHC/Builtin/Types.dyn_o-boot ) [146 of 447] Compiling GHC.Builtin.Uniques ( compiler/GHC/Builtin/Uniques.hs, /tmp/.haddock-3978299/GHC/Builtin/Uniques.o, /tmp/.haddock-3978299/GHC/Builtin/Uniques.dyn_o ) [147 of 447] Compiling GHC.Types.Name.Occurrence ( compiler/GHC/Types/Name/Occurrence.hs, /tmp/.haddock-3978299/GHC/Types/Name/Occurrence.o, /tmp/.haddock-3978299/GHC/Types/Name/Occurrence.dyn_o ) [148 of 447] Compiling GHC.Data.List.SetOps ( compiler/GHC/Data/List/SetOps.hs, /tmp/.haddock-3978299/GHC/Data/List/SetOps.o, /tmp/.haddock-3978299/GHC/Data/List/SetOps.dyn_o ) [149 of 447] Compiling GHC.Data.Bag ( compiler/GHC/Data/Bag.hs, /tmp/.haddock-3978299/GHC/Data/Bag.o, /tmp/.haddock-3978299/GHC/Data/Bag.dyn_o ) [150 of 447] Compiling GHC.Types.Fixity ( compiler/GHC/Types/Fixity.hs, /tmp/.haddock-3978299/GHC/Types/Fixity.o, /tmp/.haddock-3978299/GHC/Types/Fixity.dyn_o ) [151 of 447] Compiling GHC.Data.Pair ( compiler/GHC/Data/Pair.hs, /tmp/.haddock-3978299/GHC/Data/Pair.o, /tmp/.haddock-3978299/GHC/Data/Pair.dyn_o ) [152 of 447] Compiling GHC.Types.ForeignStubs ( compiler/GHC/Types/ForeignStubs.hs, /tmp/.haddock-3978299/GHC/Types/ForeignStubs.o, /tmp/.haddock-3978299/GHC/Types/ForeignStubs.dyn_o ) [153 of 447] Compiling GHC.Cmm.Type ( compiler/GHC/Cmm/Type.hs, /tmp/.haddock-3978299/GHC/Cmm/Type.o, /tmp/.haddock-3978299/GHC/Cmm/Type.dyn_o ) [154 of 447] Compiling GHC.Driver.Flags ( compiler/GHC/Driver/Flags.hs, /tmp/.haddock-3978299/GHC/Driver/Flags.o, /tmp/.haddock-3978299/GHC/Driver/Flags.dyn_o ) [155 of 447] Compiling GHC.Platform.Ways ( compiler/GHC/Platform/Ways.hs, /tmp/.haddock-3978299/GHC/Platform/Ways.o, /tmp/.haddock-3978299/GHC/Platform/Ways.dyn_o ) [156 of 447] Compiling GHC.Platform.Profile ( compiler/GHC/Platform/Profile.hs, /tmp/.haddock-3978299/GHC/Platform/Profile.o, /tmp/.haddock-3978299/GHC/Platform/Profile.dyn_o ) [157 of 447] Compiling GHC.Runtime.Heap.Layout ( compiler/GHC/Runtime/Heap/Layout.hs, /tmp/.haddock-3978299/GHC/Runtime/Heap/Layout.o, /tmp/.haddock-3978299/GHC/Runtime/Heap/Layout.dyn_o ) [158 of 447] Compiling GHC.Cmm.Reg ( compiler/GHC/Cmm/Reg.hs, /tmp/.haddock-3978299/GHC/Cmm/Reg.o, /tmp/.haddock-3978299/GHC/Cmm/Reg.dyn_o ) [159 of 447] Compiling GHC.Cmm.MachOp ( compiler/GHC/Cmm/MachOp.hs, /tmp/.haddock-3978299/GHC/Cmm/MachOp.o, /tmp/.haddock-3978299/GHC/Cmm/MachOp.dyn_o ) [160 of 447] Compiling GHC.Types.SafeHaskell ( compiler/GHC/Types/SafeHaskell.hs, /tmp/.haddock-3978299/GHC/Types/SafeHaskell.o, /tmp/.haddock-3978299/GHC/Types/SafeHaskell.dyn_o ) [161 of 447] Compiling GHC.Parser.Errors.Basic ( compiler/GHC/Parser/Errors/Basic.hs, /tmp/.haddock-3978299/GHC/Parser/Errors/Basic.o, /tmp/.haddock-3978299/GHC/Parser/Errors/Basic.dyn_o ) [162 of 447] Compiling GHC.Unit.Ppr ( compiler/GHC/Unit/Ppr.hs, /tmp/.haddock-3978299/GHC/Unit/Ppr.o, /tmp/.haddock-3978299/GHC/Unit/Ppr.dyn_o ) [163 of 447] Compiling GHC.Tc.Types.Rank ( compiler/GHC/Tc/Types/Rank.hs, /tmp/.haddock-3978299/GHC/Tc/Types/Rank.o, /tmp/.haddock-3978299/GHC/Tc/Types/Rank.dyn_o ) [164 of 447] Compiling GHC.Unit.Types ( compiler/GHC/Unit/Types.hs, /tmp/.haddock-3978299/GHC/Unit/Types.o, /tmp/.haddock-3978299/GHC/Unit/Types.dyn_o ) [165 of 447] Compiling GHC.Unit.Module.Location ( compiler/GHC/Unit/Module/Location.hs, /tmp/.haddock-3978299/GHC/Unit/Module/Location.o, /tmp/.haddock-3978299/GHC/Unit/Module/Location.dyn_o ) [166 of 447] Compiling GHC.Unit.Module.Env ( compiler/GHC/Unit/Module/Env.hs, /tmp/.haddock-3978299/GHC/Unit/Module/Env.o, /tmp/.haddock-3978299/GHC/Unit/Module/Env.dyn_o ) [167 of 447] Compiling GHC.Unit.Module ( compiler/GHC/Unit/Module.hs, /tmp/.haddock-3978299/GHC/Unit/Module.o, /tmp/.haddock-3978299/GHC/Unit/Module.dyn_o ) [168 of 447] Compiling GHC.Types.ForeignCall ( compiler/GHC/Types/ForeignCall.hs, /tmp/.haddock-3978299/GHC/Types/ForeignCall.o, /tmp/.haddock-3978299/GHC/Types/ForeignCall.dyn_o ) [169 of 447] Compiling GHC.Unit.Info ( compiler/GHC/Unit/Info.hs, /tmp/.haddock-3978299/GHC/Unit/Info.o, /tmp/.haddock-3978299/GHC/Unit/Info.dyn_o ) [170 of 447] Compiling GHC.Unit.Home ( compiler/GHC/Unit/Home.hs, /tmp/.haddock-3978299/GHC/Unit/Home.o, /tmp/.haddock-3978299/GHC/Unit/Home.dyn_o ) [171 of 447] Compiling GHC.Types.Name ( compiler/GHC/Types/Name.hs, /tmp/.haddock-3978299/GHC/Types/Name.o, /tmp/.haddock-3978299/GHC/Types/Name.dyn_o ) [172 of 447] Compiling GHC.Types.Name.Set ( compiler/GHC/Types/Name/Set.hs, /tmp/.haddock-3978299/GHC/Types/Name/Set.o, /tmp/.haddock-3978299/GHC/Types/Name/Set.dyn_o ) [173 of 447] Compiling GHC.Types.Name.Env ( compiler/GHC/Types/Name/Env.hs, /tmp/.haddock-3978299/GHC/Types/Name/Env.o, /tmp/.haddock-3978299/GHC/Types/Name/Env.dyn_o ) [174 of 447] Compiling GHC.Tc.Utils.TcType[boot] ( compiler/GHC/Tc/Utils/TcType.hs-boot, /tmp/.haddock-3978299/GHC/Tc/Utils/TcType.o-boot, /tmp/.haddock-3978299/GHC/Tc/Utils/TcType.dyn_o-boot ) [175 of 447] Compiling GHC.Types.Var ( compiler/GHC/Types/Var.hs, /tmp/.haddock-3978299/GHC/Types/Var.o, /tmp/.haddock-3978299/GHC/Types/Var.dyn_o ) [176 of 447] Compiling GHC.Core.Type[boot] ( compiler/GHC/Core/Type.hs-boot, /tmp/.haddock-3978299/GHC/Core/Type.o-boot, /tmp/.haddock-3978299/GHC/Core/Type.dyn_o-boot ) [177 of 447] Compiling GHC.Types.Var.Set ( compiler/GHC/Types/Var/Set.hs, /tmp/.haddock-3978299/GHC/Types/Var/Set.o, /tmp/.haddock-3978299/GHC/Types/Var/Set.dyn_o ) [178 of 447] Compiling GHC.Core.TyCo.FVs[boot] ( compiler/GHC/Core/TyCo/FVs.hs-boot, /tmp/.haddock-3978299/GHC/Core/TyCo/FVs.o-boot, /tmp/.haddock-3978299/GHC/Core/TyCo/FVs.dyn_o-boot ) [179 of 447] Compiling GHC.Utils.FV ( compiler/GHC/Utils/FV.hs, /tmp/.haddock-3978299/GHC/Utils/FV.o, /tmp/.haddock-3978299/GHC/Utils/FV.dyn_o ) [180 of 447] Compiling GHC.Data.Graph.UnVar ( compiler/GHC/Data/Graph/UnVar.hs, /tmp/.haddock-3978299/GHC/Data/Graph/UnVar.o, /tmp/.haddock-3978299/GHC/Data/Graph/UnVar.dyn_o ) [181 of 447] Compiling GHC.Types.Var.Env ( compiler/GHC/Types/Var/Env.hs, /tmp/.haddock-3978299/GHC/Types/Var/Env.o, /tmp/.haddock-3978299/GHC/Types/Var/Env.dyn_o ) [182 of 447] Compiling GHC.Stg.InferTags.TagSig ( compiler/GHC/Stg/InferTags/TagSig.hs, /tmp/.haddock-3978299/GHC/Stg/InferTags/TagSig.o, /tmp/.haddock-3978299/GHC/Stg/InferTags/TagSig.dyn_o ) [183 of 447] Compiling GHC.Parser.Annotation ( compiler/GHC/Parser/Annotation.hs, /tmp/.haddock-3978299/GHC/Parser/Annotation.o, /tmp/.haddock-3978299/GHC/Parser/Annotation.dyn_o ) [184 of 447] Compiling GHC.Data.BooleanFormula ( compiler/GHC/Data/BooleanFormula.hs, /tmp/.haddock-3978299/GHC/Data/BooleanFormula.o, /tmp/.haddock-3978299/GHC/Data/BooleanFormula.dyn_o ) [185 of 447] Compiling GHC.Types.GREInfo ( compiler/GHC/Types/GREInfo.hs, /tmp/.haddock-3978299/GHC/Types/GREInfo.o, /tmp/.haddock-3978299/GHC/Types/GREInfo.dyn_o ) [186 of 447] Compiling GHC.Types.Avail ( compiler/GHC/Types/Avail.hs, /tmp/.haddock-3978299/GHC/Types/Avail.o, /tmp/.haddock-3978299/GHC/Types/Avail.dyn_o ) [187 of 447] Compiling GHC.Types.Name.Reader ( compiler/GHC/Types/Name/Reader.hs, /tmp/.haddock-3978299/GHC/Types/Name/Reader.o, /tmp/.haddock-3978299/GHC/Types/Name/Reader.dyn_o ) [188 of 447] Compiling GHC.Hs.Extension ( compiler/GHC/Hs/Extension.hs, /tmp/.haddock-3978299/GHC/Hs/Extension.o, /tmp/.haddock-3978299/GHC/Hs/Extension.dyn_o ) [189 of 447] Compiling GHC.Hs.Doc ( compiler/GHC/Hs/Doc.hs, /tmp/.haddock-3978299/GHC/Hs/Doc.o, /tmp/.haddock-3978299/GHC/Hs/Doc.dyn_o ) [190 of 447] Compiling Language.Haskell.Syntax.ImpExp ( compiler/Language/Haskell/Syntax/ImpExp.hs, /tmp/.haddock-3978299/Language/Haskell/Syntax/ImpExp.o, /tmp/.haddock-3978299/Language/Haskell/Syntax/ImpExp.dyn_o ) [191 of 447] Compiling GHC.Unit.Module.Warnings ( compiler/GHC/Unit/Module/Warnings.hs, /tmp/.haddock-3978299/GHC/Unit/Module/Warnings.o, /tmp/.haddock-3978299/GHC/Unit/Module/Warnings.dyn_o ) [192 of 447] Compiling GHC.Unit.Module.Imported ( compiler/GHC/Unit/Module/Imported.hs, /tmp/.haddock-3978299/GHC/Unit/Module/Imported.o, /tmp/.haddock-3978299/GHC/Unit/Module/Imported.dyn_o ) [193 of 447] Compiling GHC.Core.Coercion.Axiom ( compiler/GHC/Core/Coercion/Axiom.hs, /tmp/.haddock-3978299/GHC/Core/Coercion/Axiom.o, /tmp/.haddock-3978299/GHC/Core/Coercion/Axiom.dyn_o ) [194 of 447] Compiling GHC.Core.Coercion[boot] ( compiler/GHC/Core/Coercion.hs-boot, /tmp/.haddock-3978299/GHC/Core/Coercion.o-boot, /tmp/.haddock-3978299/GHC/Core/Coercion.dyn_o-boot ) [195 of 447] Compiling GHC.Types.CostCentre ( compiler/GHC/Types/CostCentre.hs, /tmp/.haddock-3978299/GHC/Types/CostCentre.o, /tmp/.haddock-3978299/GHC/Types/CostCentre.dyn_o ) [196 of 447] Compiling GHC.Core.Class ( compiler/GHC/Core/Class.hs, /tmp/.haddock-3978299/GHC/Core/Class.o, /tmp/.haddock-3978299/GHC/Core/Class.dyn_o ) [197 of 447] Compiling GHC.Types.Id.Make[boot] ( compiler/GHC/Types/Id/Make.hs-boot, /tmp/.haddock-3978299/GHC/Types/Id/Make.o-boot, /tmp/.haddock-3978299/GHC/Types/Id/Make.dyn_o-boot ) [198 of 447] Compiling GHC.Types.Annotations ( compiler/GHC/Types/Annotations.hs, /tmp/.haddock-3978299/GHC/Types/Annotations.o, /tmp/.haddock-3978299/GHC/Types/Annotations.dyn_o ) [199 of 447] Compiling GHC.Iface.Recomp.Binary ( compiler/GHC/Iface/Recomp/Binary.hs, /tmp/.haddock-3978299/GHC/Iface/Recomp/Binary.o, /tmp/.haddock-3978299/GHC/Iface/Recomp/Binary.dyn_o ) [200 of 447] Compiling GHC.Core.Opt.CallerCC.Types ( compiler/GHC/Core/Opt/CallerCC/Types.hs, /tmp/.haddock-3978299/GHC/Core/Opt/CallerCC/Types.o, /tmp/.haddock-3978299/GHC/Core/Opt/CallerCC/Types.dyn_o ) [201 of 447] Compiling GHC.Types.Fixity.Env ( compiler/GHC/Types/Fixity/Env.hs, /tmp/.haddock-3978299/GHC/Types/Fixity/Env.o, /tmp/.haddock-3978299/GHC/Types/Fixity/Env.dyn_o ) [202 of 447] Compiling GHC.Builtin.Names ( compiler/GHC/Builtin/Names.hs, /tmp/.haddock-3978299/GHC/Builtin/Names.o, /tmp/.haddock-3978299/GHC/Builtin/Names.dyn_o ) [203 of 447] Compiling GHC.Core.TyCon ( compiler/GHC/Core/TyCon.hs, /tmp/.haddock-3978299/GHC/Core/TyCon.o, /tmp/.haddock-3978299/GHC/Core/TyCon.dyn_o ) [204 of 447] Compiling GHC.CoreToIface[boot] ( compiler/GHC/CoreToIface.hs-boot, /tmp/.haddock-3978299/GHC/CoreToIface.o-boot, /tmp/.haddock-3978299/GHC/CoreToIface.dyn_o-boot ) [205 of 447] Compiling GHC.Core.TyCon.Env ( compiler/GHC/Core/TyCon/Env.hs, /tmp/.haddock-3978299/GHC/Core/TyCon/Env.o, /tmp/.haddock-3978299/GHC/Core/TyCon/Env.dyn_o ) [206 of 447] Compiling GHC.Core.TyCon.RecWalk ( compiler/GHC/Core/TyCon/RecWalk.hs, /tmp/.haddock-3978299/GHC/Core/TyCon/RecWalk.o, /tmp/.haddock-3978299/GHC/Core/TyCon/RecWalk.dyn_o ) [207 of 447] Compiling GHC.Core.TyCo.Rep ( compiler/GHC/Core/TyCo/Rep.hs, /tmp/.haddock-3978299/GHC/Core/TyCo/Rep.o, /tmp/.haddock-3978299/GHC/Core/TyCo/Rep.dyn_o ) [208 of 447] Compiling GHC.Builtin.Types.Prim ( compiler/GHC/Builtin/Types/Prim.hs, /tmp/.haddock-3978299/GHC/Builtin/Types/Prim.o, /tmp/.haddock-3978299/GHC/Builtin/Types/Prim.dyn_o ) [209 of 447] Compiling GHC.Core.TyCo.FVs ( compiler/GHC/Core/TyCo/FVs.hs, /tmp/.haddock-3978299/GHC/Core/TyCo/FVs.o, /tmp/.haddock-3978299/GHC/Core/TyCo/FVs.dyn_o ) [210 of 447] Compiling GHC.Core.TyCo.Subst ( compiler/GHC/Core/TyCo/Subst.hs, /tmp/.haddock-3978299/GHC/Core/TyCo/Subst.o, /tmp/.haddock-3978299/GHC/Core/TyCo/Subst.dyn_o ) [211 of 447] Compiling GHC.Core.TyCo.Tidy ( compiler/GHC/Core/TyCo/Tidy.hs, /tmp/.haddock-3978299/GHC/Core/TyCo/Tidy.o, /tmp/.haddock-3978299/GHC/Core/TyCo/Tidy.dyn_o ) [212 of 447] Compiling GHC.Core.Type ( compiler/GHC/Core/Type.hs, /tmp/.haddock-3978299/GHC/Core/Type.o, /tmp/.haddock-3978299/GHC/Core/Type.dyn_o ) [213 of 447] Compiling Language.Haskell.Syntax.Lit ( compiler/Language/Haskell/Syntax/Lit.hs, /tmp/.haddock-3978299/Language/Haskell/Syntax/Lit.o, /tmp/.haddock-3978299/Language/Haskell/Syntax/Lit.dyn_o ) [214 of 447] Compiling GHC.Core.TyCo.Compare ( compiler/GHC/Core/TyCo/Compare.hs, /tmp/.haddock-3978299/GHC/Core/TyCo/Compare.o, /tmp/.haddock-3978299/GHC/Core/TyCo/Compare.dyn_o ) [215 of 447] Compiling GHC.Iface.Type ( compiler/GHC/Iface/Type.hs, /tmp/.haddock-3978299/GHC/Iface/Type.o, /tmp/.haddock-3978299/GHC/Iface/Type.dyn_o ) [216 of 447] Compiling GHC.Types.Tickish ( compiler/GHC/Types/Tickish.hs, /tmp/.haddock-3978299/GHC/Types/Tickish.o, /tmp/.haddock-3978299/GHC/Types/Tickish.dyn_o ) [217 of 447] Compiling GHC.Tc.Errors.Types.PromotionErr ( compiler/GHC/Tc/Errors/Types/PromotionErr.hs, /tmp/.haddock-3978299/GHC/Tc/Errors/Types/PromotionErr.o, /tmp/.haddock-3978299/GHC/Tc/Errors/Types/PromotionErr.dyn_o ) [218 of 447] Compiling GHC.Types.Literal ( compiler/GHC/Types/Literal.hs, /tmp/.haddock-3978299/GHC/Types/Literal.o, /tmp/.haddock-3978299/GHC/Types/Literal.dyn_o ) [219 of 447] Compiling GHC.Data.TrieMap ( compiler/GHC/Data/TrieMap.hs, /tmp/.haddock-3978299/GHC/Data/TrieMap.o, /tmp/.haddock-3978299/GHC/Data/TrieMap.dyn_o ) [220 of 447] Compiling GHC.Cmm.Dataflow.Label ( compiler/GHC/Cmm/Dataflow/Label.hs, /tmp/.haddock-3978299/GHC/Cmm/Dataflow/Label.o, /tmp/.haddock-3978299/GHC/Cmm/Dataflow/Label.dyn_o ) [221 of 447] Compiling GHC.Cmm.BlockId[boot] ( compiler/GHC/Cmm/BlockId.hs-boot, /tmp/.haddock-3978299/GHC/Cmm/BlockId.o-boot, /tmp/.haddock-3978299/GHC/Cmm/BlockId.dyn_o-boot ) [222 of 447] Compiling GHC.Core.RoughMap ( compiler/GHC/Core/RoughMap.hs, /tmp/.haddock-3978299/GHC/Core/RoughMap.o, /tmp/.haddock-3978299/GHC/Core/RoughMap.dyn_o ) [223 of 447] Compiling GHC.Core.Multiplicity ( compiler/GHC/Core/Multiplicity.hs, /tmp/.haddock-3978299/GHC/Core/Multiplicity.o, /tmp/.haddock-3978299/GHC/Core/Multiplicity.dyn_o ) [224 of 447] Compiling GHC.Core.TyCo.Ppr ( compiler/GHC/Core/TyCo/Ppr.hs, /tmp/.haddock-3978299/GHC/Core/TyCo/Ppr.o, /tmp/.haddock-3978299/GHC/Core/TyCo/Ppr.dyn_o ) [225 of 447] Compiling GHC.Core.Coercion ( compiler/GHC/Core/Coercion.hs, /tmp/.haddock-3978299/GHC/Core/Coercion.o, /tmp/.haddock-3978299/GHC/Core/Coercion.dyn_o ) [226 of 447] Compiling GHC.Core.Map.Type ( compiler/GHC/Core/Map/Type.hs, /tmp/.haddock-3978299/GHC/Core/Map/Type.o, /tmp/.haddock-3978299/GHC/Core/Map/Type.dyn_o ) [227 of 447] Compiling GHC.Core.Unify ( compiler/GHC/Core/Unify.hs, /tmp/.haddock-3978299/GHC/Core/Unify.o, /tmp/.haddock-3978299/GHC/Core/Unify.dyn_o ) [228 of 447] Compiling GHC.Core.PatSyn ( compiler/GHC/Core/PatSyn.hs, /tmp/.haddock-3978299/GHC/Core/PatSyn.o, /tmp/.haddock-3978299/GHC/Core/PatSyn.dyn_o ) [229 of 447] Compiling GHC.Core.Predicate ( compiler/GHC/Core/Predicate.hs, /tmp/.haddock-3978299/GHC/Core/Predicate.o, /tmp/.haddock-3978299/GHC/Core/Predicate.dyn_o ) [230 of 447] Compiling GHC.Core.DataCon ( compiler/GHC/Core/DataCon.hs, /tmp/.haddock-3978299/GHC/Core/DataCon.o, /tmp/.haddock-3978299/GHC/Core/DataCon.dyn_o ) [231 of 447] Compiling GHC.Types.Demand ( compiler/GHC/Types/Demand.hs, /tmp/.haddock-3978299/GHC/Types/Demand.o, /tmp/.haddock-3978299/GHC/Types/Demand.dyn_o ) [232 of 447] Compiling GHC.Types.RepType ( compiler/GHC/Types/RepType.hs, /tmp/.haddock-3978299/GHC/Types/RepType.o, /tmp/.haddock-3978299/GHC/Types/RepType.dyn_o ) [233 of 447] Compiling Language.Haskell.Syntax.Type ( compiler/Language/Haskell/Syntax/Type.hs, /tmp/.haddock-3978299/Language/Haskell/Syntax/Type.o, /tmp/.haddock-3978299/Language/Haskell/Syntax/Type.dyn_o ) [234 of 447] Compiling Language.Haskell.Syntax.Pat ( compiler/Language/Haskell/Syntax/Pat.hs, /tmp/.haddock-3978299/Language/Haskell/Syntax/Pat.o, /tmp/.haddock-3978299/Language/Haskell/Syntax/Pat.dyn_o ) [235 of 447] Compiling GHC.Hs.Pat[boot] ( compiler/GHC/Hs/Pat.hs-boot, /tmp/.haddock-3978299/GHC/Hs/Pat.o-boot, /tmp/.haddock-3978299/GHC/Hs/Pat.dyn_o-boot ) [236 of 447] Compiling Language.Haskell.Syntax.Binds ( compiler/Language/Haskell/Syntax/Binds.hs, /tmp/.haddock-3978299/Language/Haskell/Syntax/Binds.o, /tmp/.haddock-3978299/Language/Haskell/Syntax/Binds.dyn_o ) [237 of 447] Compiling Language.Haskell.Syntax.Decls ( compiler/Language/Haskell/Syntax/Decls.hs, /tmp/.haddock-3978299/Language/Haskell/Syntax/Decls.o, /tmp/.haddock-3978299/Language/Haskell/Syntax/Decls.dyn_o ) [238 of 447] Compiling Language.Haskell.Syntax.Expr ( compiler/Language/Haskell/Syntax/Expr.hs, /tmp/.haddock-3978299/Language/Haskell/Syntax/Expr.o, /tmp/.haddock-3978299/Language/Haskell/Syntax/Expr.dyn_o ) [239 of 447] Compiling GHC.Hs.Expr[boot] ( compiler/GHC/Hs/Expr.hs-boot, /tmp/.haddock-3978299/GHC/Hs/Expr.o-boot, /tmp/.haddock-3978299/GHC/Hs/Expr.dyn_o-boot ) [240 of 447] Compiling Language.Haskell.Syntax ( compiler/Language/Haskell/Syntax.hs, /tmp/.haddock-3978299/Language/Haskell/Syntax.o, /tmp/.haddock-3978299/Language/Haskell/Syntax.dyn_o ) [241 of 447] Compiling GHC.Types.Cpr ( compiler/GHC/Types/Cpr.hs, /tmp/.haddock-3978299/GHC/Types/Cpr.o, /tmp/.haddock-3978299/GHC/Types/Cpr.dyn_o ) [242 of 447] Compiling GHC.Core ( compiler/GHC/Core.hs, /tmp/.haddock-3978299/GHC/Core.o, /tmp/.haddock-3978299/GHC/Core.dyn_o ) [243 of 447] Compiling GHC.Core.SimpleOpt[boot] ( compiler/GHC/Core/SimpleOpt.hs-boot, /tmp/.haddock-3978299/GHC/Core/SimpleOpt.o-boot, /tmp/.haddock-3978299/GHC/Core/SimpleOpt.dyn_o-boot ) [244 of 447] Compiling GHC.StgToCmm.Types ( compiler/GHC/StgToCmm/Types.hs, /tmp/.haddock-3978299/GHC/StgToCmm/Types.o, /tmp/.haddock-3978299/GHC/StgToCmm/Types.dyn_o ) [245 of 447] Compiling GHC.Core.Reduction ( compiler/GHC/Core/Reduction.hs, /tmp/.haddock-3978299/GHC/Core/Reduction.o, /tmp/.haddock-3978299/GHC/Core/Reduction.dyn_o ) [246 of 447] Compiling GHC.Core.ConLike ( compiler/GHC/Core/ConLike.hs, /tmp/.haddock-3978299/GHC/Core/ConLike.o, /tmp/.haddock-3978299/GHC/Core/ConLike.dyn_o ) [247 of 447] Compiling GHC.Types.Id.Info ( compiler/GHC/Types/Id/Info.hs, /tmp/.haddock-3978299/GHC/Types/Id/Info.o, /tmp/.haddock-3978299/GHC/Types/Id/Info.dyn_o ) [248 of 447] Compiling GHC.Types.Id ( compiler/GHC/Types/Id.hs, /tmp/.haddock-3978299/GHC/Types/Id.o, /tmp/.haddock-3978299/GHC/Types/Id.dyn_o ) [249 of 447] Compiling GHC.Types.TyThing ( compiler/GHC/Types/TyThing.hs, /tmp/.haddock-3978299/GHC/Types/TyThing.o, /tmp/.haddock-3978299/GHC/Types/TyThing.dyn_o ) [250 of 447] Compiling GHC.Core.Stats ( compiler/GHC/Core/Stats.hs, /tmp/.haddock-3978299/GHC/Core/Stats.o, /tmp/.haddock-3978299/GHC/Core/Stats.dyn_o ) [251 of 447] Compiling GHC.Core.Ppr ( compiler/GHC/Core/Ppr.hs, /tmp/.haddock-3978299/GHC/Core/Ppr.o, /tmp/.haddock-3978299/GHC/Core/Ppr.dyn_o ) [252 of 447] Compiling GHC.Hs.Lit ( compiler/GHC/Hs/Lit.hs, /tmp/.haddock-3978299/GHC/Hs/Lit.o, /tmp/.haddock-3978299/GHC/Hs/Lit.dyn_o ) [253 of 447] Compiling GHC.Core.Seq ( compiler/GHC/Core/Seq.hs, /tmp/.haddock-3978299/GHC/Core/Seq.o, /tmp/.haddock-3978299/GHC/Core/Seq.dyn_o ) [254 of 447] Compiling GHC.Builtin.Types ( compiler/GHC/Builtin/Types.hs, /tmp/.haddock-3978299/GHC/Builtin/Types.o, /tmp/.haddock-3978299/GHC/Builtin/Types.dyn_o ) [255 of 447] Compiling GHC.Tc.Utils.TcType ( compiler/GHC/Tc/Utils/TcType.hs, /tmp/.haddock-3978299/GHC/Tc/Utils/TcType.o, /tmp/.haddock-3978299/GHC/Tc/Utils/TcType.dyn_o ) [256 of 447] Compiling GHC.Core.Coercion.Opt ( compiler/GHC/Core/Coercion/Opt.hs, /tmp/.haddock-3978299/GHC/Core/Coercion/Opt.o, /tmp/.haddock-3978299/GHC/Core/Coercion/Opt.dyn_o ) [257 of 447] Compiling GHC.Core.FVs ( compiler/GHC/Core/FVs.hs, /tmp/.haddock-3978299/GHC/Core/FVs.o, /tmp/.haddock-3978299/GHC/Core/FVs.dyn_o ) [258 of 447] Compiling GHC.Core.FamInstEnv ( compiler/GHC/Core/FamInstEnv.hs, /tmp/.haddock-3978299/GHC/Core/FamInstEnv.o, /tmp/.haddock-3978299/GHC/Core/FamInstEnv.dyn_o ) [259 of 447] Compiling GHC.Types.Hint ( compiler/GHC/Types/Hint.hs, /tmp/.haddock-3978299/GHC/Types/Hint.o, /tmp/.haddock-3978299/GHC/Types/Hint.dyn_o ) [260 of 447] Compiling GHC.Core.UsageEnv ( compiler/GHC/Core/UsageEnv.hs, /tmp/.haddock-3978299/GHC/Core/UsageEnv.o, /tmp/.haddock-3978299/GHC/Core/UsageEnv.dyn_o ) [261 of 447] Compiling GHC.Iface.Syntax ( compiler/GHC/Iface/Syntax.hs, /tmp/.haddock-3978299/GHC/Iface/Syntax.o, /tmp/.haddock-3978299/GHC/Iface/Syntax.dyn_o ) [262 of 447] Compiling GHC.Hs.Type ( compiler/GHC/Hs/Type.hs, /tmp/.haddock-3978299/GHC/Hs/Type.o, /tmp/.haddock-3978299/GHC/Hs/Type.dyn_o ) [263 of 447] Compiling GHC.Builtin.PrimOps ( compiler/GHC/Builtin/PrimOps.hs, /tmp/.haddock-3978299/GHC/Builtin/PrimOps.o, /tmp/.haddock-3978299/GHC/Builtin/PrimOps.dyn_o ) [264 of 447] Compiling GHC.Cmm.CLabel ( compiler/GHC/Cmm/CLabel.hs, /tmp/.haddock-3978299/GHC/Cmm/CLabel.o, /tmp/.haddock-3978299/GHC/Cmm/CLabel.dyn_o ) [265 of 447] Compiling GHC.Cmm.BlockId ( compiler/GHC/Cmm/BlockId.hs, /tmp/.haddock-3978299/GHC/Cmm/BlockId.o, /tmp/.haddock-3978299/GHC/Cmm/BlockId.dyn_o ) [266 of 447] Compiling GHC.Cmm.Expr ( compiler/GHC/Cmm/Expr.hs, /tmp/.haddock-3978299/GHC/Cmm/Expr.o, /tmp/.haddock-3978299/GHC/Cmm/Expr.dyn_o ) [267 of 447] Compiling GHC.Core.Utils ( compiler/GHC/Core/Utils.hs, /tmp/.haddock-3978299/GHC/Core/Utils.o, /tmp/.haddock-3978299/GHC/Core/Utils.dyn_o ) [268 of 447] Compiling GHC.Core.Subst ( compiler/GHC/Core/Subst.hs, /tmp/.haddock-3978299/GHC/Core/Subst.o, /tmp/.haddock-3978299/GHC/Core/Subst.dyn_o ) [269 of 447] Compiling GHC.Core.Opt.Arity ( compiler/GHC/Core/Opt/Arity.hs, /tmp/.haddock-3978299/GHC/Core/Opt/Arity.o, /tmp/.haddock-3978299/GHC/Core/Opt/Arity.dyn_o ) [270 of 447] Compiling GHC.Core.Opt.OccurAnal ( compiler/GHC/Core/Opt/OccurAnal.hs, /tmp/.haddock-3978299/GHC/Core/Opt/OccurAnal.o, /tmp/.haddock-3978299/GHC/Core/Opt/OccurAnal.dyn_o ) [271 of 447] Compiling GHC.Core.Make ( compiler/GHC/Core/Make.hs, /tmp/.haddock-3978299/GHC/Core/Make.o, /tmp/.haddock-3978299/GHC/Core/Make.dyn_o ) [272 of 447] Compiling GHC.Core.Unfold ( compiler/GHC/Core/Unfold.hs, /tmp/.haddock-3978299/GHC/Core/Unfold.o, /tmp/.haddock-3978299/GHC/Core/Unfold.dyn_o ) [273 of 447] Compiling GHC.Core.Unfold.Make ( compiler/GHC/Core/Unfold/Make.hs, /tmp/.haddock-3978299/GHC/Core/Unfold/Make.o, /tmp/.haddock-3978299/GHC/Core/Unfold/Make.dyn_o ) [274 of 447] Compiling GHC.Core.SimpleOpt ( compiler/GHC/Core/SimpleOpt.hs, /tmp/.haddock-3978299/GHC/Core/SimpleOpt.o, /tmp/.haddock-3978299/GHC/Core/SimpleOpt.dyn_o ) [275 of 447] Compiling GHC.ByteCode.Types ( compiler/GHC/ByteCode/Types.hs, /tmp/.haddock-3978299/GHC/ByteCode/Types.o, /tmp/.haddock-3978299/GHC/ByteCode/Types.dyn_o ) [276 of 447] Compiling GHC.Core.InstEnv ( compiler/GHC/Core/InstEnv.hs, /tmp/.haddock-3978299/GHC/Core/InstEnv.o, /tmp/.haddock-3978299/GHC/Core/InstEnv.dyn_o ) [277 of 447] Compiling GHC.Tc.Types.Evidence ( compiler/GHC/Tc/Types/Evidence.hs, /tmp/.haddock-3978299/GHC/Tc/Types/Evidence.o, /tmp/.haddock-3978299/GHC/Tc/Types/Evidence.dyn_o ) [278 of 447] Compiling GHC.Hs.Binds ( compiler/GHC/Hs/Binds.hs, /tmp/.haddock-3978299/GHC/Hs/Binds.o, /tmp/.haddock-3978299/GHC/Hs/Binds.dyn_o ) [279 of 447] Compiling GHC.Hs.Pat ( compiler/GHC/Hs/Pat.hs, /tmp/.haddock-3978299/GHC/Hs/Pat.o, /tmp/.haddock-3978299/GHC/Hs/Pat.dyn_o ) [280 of 447] Compiling GHC.Hs.Decls ( compiler/GHC/Hs/Decls.hs, /tmp/.haddock-3978299/GHC/Hs/Decls.o, /tmp/.haddock-3978299/GHC/Hs/Decls.dyn_o ) [281 of 447] Compiling GHC.Hs.Expr ( compiler/GHC/Hs/Expr.hs, /tmp/.haddock-3978299/GHC/Hs/Expr.o, /tmp/.haddock-3978299/GHC/Hs/Expr.dyn_o ) [282 of 447] Compiling GHC.Hs.Utils ( compiler/GHC/Hs/Utils.hs, /tmp/.haddock-3978299/GHC/Hs/Utils.o, /tmp/.haddock-3978299/GHC/Hs/Utils.dyn_o ) [283 of 447] Compiling GHC.Types.Hint.Ppr ( compiler/GHC/Types/Hint/Ppr.hs, /tmp/.haddock-3978299/GHC/Types/Hint/Ppr.o, /tmp/.haddock-3978299/GHC/Types/Hint/Ppr.dyn_o ) [284 of 447] Compiling GHC.Types.Error ( compiler/GHC/Types/Error.hs, /tmp/.haddock-3978299/GHC/Types/Error.o, /tmp/.haddock-3978299/GHC/Types/Error.dyn_o ) [285 of 447] Compiling GHC.Utils.Logger ( compiler/GHC/Utils/Logger.hs, /tmp/.haddock-3978299/GHC/Utils/Logger.o, /tmp/.haddock-3978299/GHC/Utils/Logger.dyn_o ) [286 of 447] Compiling GHC.Utils.Error ( compiler/GHC/Utils/Error.hs, /tmp/.haddock-3978299/GHC/Utils/Error.o, /tmp/.haddock-3978299/GHC/Utils/Error.dyn_o ) [287 of 447] Compiling GHC.Types.PkgQual ( compiler/GHC/Types/PkgQual.hs, /tmp/.haddock-3978299/GHC/Types/PkgQual.o, /tmp/.haddock-3978299/GHC/Types/PkgQual.dyn_o ) [288 of 447] Compiling GHC.Hs.ImpExp ( compiler/GHC/Hs/ImpExp.hs, /tmp/.haddock-3978299/GHC/Hs/ImpExp.o, /tmp/.haddock-3978299/GHC/Hs/ImpExp.dyn_o ) [289 of 447] Compiling GHC.Hs.Instances ( compiler/GHC/Hs/Instances.hs, /tmp/.haddock-3978299/GHC/Hs/Instances.o, /tmp/.haddock-3978299/GHC/Hs/Instances.dyn_o ) [290 of 447] Compiling GHC.Hs ( compiler/GHC/Hs.hs, /tmp/.haddock-3978299/GHC/Hs.o, /tmp/.haddock-3978299/GHC/Hs.dyn_o ) [291 of 447] Compiling GHC.Tc.Types.Origin ( compiler/GHC/Tc/Types/Origin.hs, /tmp/.haddock-3978299/GHC/Tc/Types/Origin.o, /tmp/.haddock-3978299/GHC/Tc/Types/Origin.dyn_o ) [292 of 447] Compiling GHC.Types.Id.Make ( compiler/GHC/Types/Id/Make.hs, /tmp/.haddock-3978299/GHC/Types/Id/Make.o, /tmp/.haddock-3978299/GHC/Types/Id/Make.dyn_o ) [293 of 447] Compiling GHC.CoreToIface ( compiler/GHC/CoreToIface.hs, /tmp/.haddock-3978299/GHC/CoreToIface.o, /tmp/.haddock-3978299/GHC/CoreToIface.dyn_o ) [294 of 447] Compiling GHC.Tc.Types.BasicTypes ( compiler/GHC/Tc/Types/BasicTypes.hs, /tmp/.haddock-3978299/GHC/Tc/Types/BasicTypes.o, /tmp/.haddock-3978299/GHC/Tc/Types/BasicTypes.dyn_o ) [295 of 447] Compiling GHC.Tc.Zonk.Monad ( compiler/GHC/Tc/Zonk/Monad.hs, /tmp/.haddock-3978299/GHC/Tc/Zonk/Monad.o, /tmp/.haddock-3978299/GHC/Tc/Zonk/Monad.dyn_o ) [296 of 447] Compiling GHC.Tc.Types.ErrCtxt ( compiler/GHC/Tc/Types/ErrCtxt.hs, /tmp/.haddock-3978299/GHC/Tc/Types/ErrCtxt.o, /tmp/.haddock-3978299/GHC/Tc/Types/ErrCtxt.dyn_o ) [297 of 447] Compiling GHC.Tc.Types.CtLocEnv ( compiler/GHC/Tc/Types/CtLocEnv.hs, /tmp/.haddock-3978299/GHC/Tc/Types/CtLocEnv.o, /tmp/.haddock-3978299/GHC/Tc/Types/CtLocEnv.dyn_o ) [298 of 447] Compiling GHC.Tc.Types.Constraint ( compiler/GHC/Tc/Types/Constraint.hs, /tmp/.haddock-3978299/GHC/Tc/Types/Constraint.o, /tmp/.haddock-3978299/GHC/Tc/Types/Constraint.dyn_o ) [299 of 447] Compiling GHC.Tc.Types.TH ( compiler/GHC/Tc/Types/TH.hs, /tmp/.haddock-3978299/GHC/Tc/Types/TH.o, /tmp/.haddock-3978299/GHC/Tc/Types/TH.dyn_o ) [300 of 447] Compiling GHC.Tc.Errors.Hole.FitTypes ( compiler/GHC/Tc/Errors/Hole/FitTypes.hs, /tmp/.haddock-3978299/GHC/Tc/Errors/Hole/FitTypes.o, /tmp/.haddock-3978299/GHC/Tc/Errors/Hole/FitTypes.dyn_o ) [301 of 447] Compiling GHC.Types.SourceFile ( compiler/GHC/Types/SourceFile.hs, /tmp/.haddock-3978299/GHC/Types/SourceFile.o, /tmp/.haddock-3978299/GHC/Types/SourceFile.dyn_o ) [302 of 447] Compiling GHC.Driver.Phases ( compiler/GHC/Driver/Phases.hs, /tmp/.haddock-3978299/GHC/Driver/Phases.o, /tmp/.haddock-3978299/GHC/Driver/Phases.dyn_o ) [303 of 447] Compiling GHC.Utils.TmpFs ( compiler/GHC/Utils/TmpFs.hs, /tmp/.haddock-3978299/GHC/Utils/TmpFs.o, /tmp/.haddock-3978299/GHC/Utils/TmpFs.dyn_o ) [304 of 447] Compiling GHC.Driver.Pipeline.Monad ( compiler/GHC/Driver/Pipeline/Monad.hs, /tmp/.haddock-3978299/GHC/Driver/Pipeline/Monad.o, /tmp/.haddock-3978299/GHC/Driver/Pipeline/Monad.dyn_o ) [305 of 447] Compiling GHC.Driver.Backend ( compiler/GHC/Driver/Backend.hs, /tmp/.haddock-3978299/GHC/Driver/Backend.o, /tmp/.haddock-3978299/GHC/Driver/Backend.dyn_o ) [306 of 447] Compiling GHC.Driver.DynFlags ( compiler/GHC/Driver/DynFlags.hs, /tmp/.haddock-3978299/GHC/Driver/DynFlags.o, /tmp/.haddock-3978299/GHC/Driver/DynFlags.dyn_o ) [307 of 447] Compiling GHC.Unit.State ( compiler/GHC/Unit/State.hs, /tmp/.haddock-3978299/GHC/Unit/State.o, /tmp/.haddock-3978299/GHC/Unit/State.dyn_o ) [308 of 447] Compiling GHC.Unit.Module.Deps ( compiler/GHC/Unit/Module/Deps.hs, /tmp/.haddock-3978299/GHC/Unit/Module/Deps.o, /tmp/.haddock-3978299/GHC/Unit/Module/Deps.dyn_o ) [309 of 447] Compiling GHC.Unit.Parser ( compiler/GHC/Unit/Parser.hs, /tmp/.haddock-3978299/GHC/Unit/Parser.o, /tmp/.haddock-3978299/GHC/Unit/Parser.dyn_o ) [310 of 447] Compiling GHC.Unit ( compiler/GHC/Unit.hs, /tmp/.haddock-3978299/GHC/Unit.o, /tmp/.haddock-3978299/GHC/Unit.dyn_o ) [311 of 447] Compiling GHC.Unit.Module.ModIface ( compiler/GHC/Unit/Module/ModIface.hs, /tmp/.haddock-3978299/GHC/Unit/Module/ModIface.o, /tmp/.haddock-3978299/GHC/Unit/Module/ModIface.dyn_o ) [312 of 447] Compiling GHC.Iface.Errors.Types ( compiler/GHC/Iface/Errors/Types.hs, /tmp/.haddock-3978299/GHC/Iface/Errors/Types.o, /tmp/.haddock-3978299/GHC/Iface/Errors/Types.dyn_o ) [313 of 447] Compiling GHC.Tc.Errors.Types ( compiler/GHC/Tc/Errors/Types.hs, /tmp/.haddock-3978299/GHC/Tc/Errors/Types.o, /tmp/.haddock-3978299/GHC/Tc/Errors/Types.dyn_o ) [314 of 447] Compiling GHC.Tc.Types.LclEnv ( compiler/GHC/Tc/Types/LclEnv.hs, /tmp/.haddock-3978299/GHC/Tc/Types/LclEnv.o, /tmp/.haddock-3978299/GHC/Tc/Types/LclEnv.dyn_o ) [315 of 447] Compiling GHC.Utils.Monad.State.Strict ( compiler/GHC/Utils/Monad/State/Strict.hs, /tmp/.haddock-3978299/GHC/Utils/Monad/State/Strict.o, /tmp/.haddock-3978299/GHC/Utils/Monad/State/Strict.dyn_o ) [316 of 447] Compiling GHC.Types.Meta ( compiler/GHC/Types/Meta.hs, /tmp/.haddock-3978299/GHC/Types/Meta.o, /tmp/.haddock-3978299/GHC/Types/Meta.dyn_o ) [317 of 447] Compiling GHC.Data.Unboxed ( compiler/GHC/Data/Unboxed.hs, /tmp/.haddock-3978299/GHC/Data/Unboxed.o, /tmp/.haddock-3978299/GHC/Data/Unboxed.dyn_o ) [318 of 447] Compiling GHC.Data.Stream ( compiler/GHC/Data/Stream.hs, /tmp/.haddock-3978299/GHC/Data/Stream.o, /tmp/.haddock-3978299/GHC/Data/Stream.dyn_o ) [319 of 447] Compiling GHC.CmmToLlvm.Version.Type ( compiler/GHC/CmmToLlvm/Version/Type.hs, /tmp/.haddock-3978299/GHC/CmmToLlvm/Version/Type.o, /tmp/.haddock-3978299/GHC/CmmToLlvm/Version/Type.dyn_o ) [320 of 447] Compiling GHC.Cmm.Dataflow.Block ( compiler/GHC/Cmm/Dataflow/Block.hs, /tmp/.haddock-3978299/GHC/Cmm/Dataflow/Block.o, /tmp/.haddock-3978299/GHC/Cmm/Dataflow/Block.dyn_o ) [321 of 447] Compiling GHC.SysTools.BaseDir ( compiler/GHC/SysTools/BaseDir.hs, /tmp/.haddock-3978299/GHC/SysTools/BaseDir.o, /tmp/.haddock-3978299/GHC/SysTools/BaseDir.dyn_o ) [322 of 447] Compiling GHC.Parser.CharClass ( compiler/GHC/Parser/CharClass.hs, /tmp/.haddock-3978299/GHC/Parser/CharClass.o, /tmp/.haddock-3978299/GHC/Parser/CharClass.dyn_o ) [323 of 447] Compiling GHC.Types.Unique.SDFM ( compiler/GHC/Types/Unique/SDFM.hs, /tmp/.haddock-3978299/GHC/Types/Unique/SDFM.o, /tmp/.haddock-3978299/GHC/Types/Unique/SDFM.dyn_o ) [324 of 447] Compiling GHC.JS.Ident ( compiler/GHC/JS/Ident.hs, /tmp/.haddock-3978299/GHC/JS/Ident.o, /tmp/.haddock-3978299/GHC/JS/Ident.dyn_o ) [325 of 447] Compiling GHC.JS.JStg.Monad ( compiler/GHC/JS/JStg/Monad.hs, /tmp/.haddock-3978299/GHC/JS/JStg/Monad.o, /tmp/.haddock-3978299/GHC/JS/JStg/Monad.dyn_o ) [326 of 447] Compiling GHC.Types.SaneDouble ( compiler/GHC/Types/SaneDouble.hs, /tmp/.haddock-3978299/GHC/Types/SaneDouble.o, /tmp/.haddock-3978299/GHC/Types/SaneDouble.dyn_o ) [327 of 447] Compiling GHC.JS.Syntax ( compiler/GHC/JS/Syntax.hs, /tmp/.haddock-3978299/GHC/JS/Syntax.o, /tmp/.haddock-3978299/GHC/JS/Syntax.dyn_o ) [328 of 447] Compiling GHC.Platform.Reg.Class ( compiler/GHC/Platform/Reg/Class.hs, /tmp/.haddock-3978299/GHC/Platform/Reg/Class.o, /tmp/.haddock-3978299/GHC/Platform/Reg/Class.dyn_o ) [329 of 447] Compiling GHC.Platform.Reg ( compiler/GHC/Platform/Reg.hs, /tmp/.haddock-3978299/GHC/Platform/Reg.o, /tmp/.haddock-3978299/GHC/Platform/Reg.dyn_o ) [330 of 447] Compiling GHC.JS.Ppr ( compiler/GHC/JS/Ppr.hs, /tmp/.haddock-3978299/GHC/JS/Ppr.o, /tmp/.haddock-3978299/GHC/JS/Ppr.dyn_o ) [331 of 447] Compiling GHC.JS.JStg.Syntax ( compiler/GHC/JS/JStg/Syntax.hs, /tmp/.haddock-3978299/GHC/JS/JStg/Syntax.o, /tmp/.haddock-3978299/GHC/JS/JStg/Syntax.dyn_o ) [332 of 447] Compiling GHC.JS.Transform ( compiler/GHC/JS/Transform.hs, /tmp/.haddock-3978299/GHC/JS/Transform.o, /tmp/.haddock-3978299/GHC/JS/Transform.dyn_o ) [333 of 447] Compiling GHC.JS.Make ( compiler/GHC/JS/Make.hs, /tmp/.haddock-3978299/GHC/JS/Make.o, /tmp/.haddock-3978299/GHC/JS/Make.dyn_o ) [334 of 447] Compiling GHC.Types.Name.Cache ( compiler/GHC/Types/Name/Cache.hs, /tmp/.haddock-3978299/GHC/Types/Name/Cache.o, /tmp/.haddock-3978299/GHC/Types/Name/Cache.dyn_o ) [335 of 447] Compiling GHC.Types.Breakpoint ( compiler/GHC/Types/Breakpoint.hs, /tmp/.haddock-3978299/GHC/Types/Breakpoint.o, /tmp/.haddock-3978299/GHC/Types/Breakpoint.dyn_o ) [336 of 447] Compiling GHC.Driver.Env.KnotVars ( compiler/GHC/Driver/Env/KnotVars.hs, /tmp/.haddock-3978299/GHC/Driver/Env/KnotVars.o, /tmp/.haddock-3978299/GHC/Driver/Env/KnotVars.dyn_o ) [337 of 447] Compiling GHC.Cmm.Dataflow.Graph ( compiler/GHC/Cmm/Dataflow/Graph.hs, /tmp/.haddock-3978299/GHC/Cmm/Dataflow/Graph.o, /tmp/.haddock-3978299/GHC/Cmm/Dataflow/Graph.dyn_o ) [338 of 447] Compiling GHC.Linker.Static.Utils ( compiler/GHC/Linker/Static/Utils.hs, /tmp/.haddock-3978299/GHC/Linker/Static/Utils.o, /tmp/.haddock-3978299/GHC/Linker/Static/Utils.dyn_o ) [339 of 447] Compiling GHC.CmmToLlvm.Config ( compiler/GHC/CmmToLlvm/Config.hs, /tmp/.haddock-3978299/GHC/CmmToLlvm/Config.o, /tmp/.haddock-3978299/GHC/CmmToLlvm/Config.dyn_o ) [340 of 447] Compiling GHC.Driver.LlvmConfigCache ( compiler/GHC/Driver/LlvmConfigCache.hs, /tmp/.haddock-3978299/GHC/Driver/LlvmConfigCache.o, /tmp/.haddock-3978299/GHC/Driver/LlvmConfigCache.dyn_o ) [341 of 447] Compiling GHC.Types.TypeEnv ( compiler/GHC/Types/TypeEnv.hs, /tmp/.haddock-3978299/GHC/Types/TypeEnv.o, /tmp/.haddock-3978299/GHC/Types/TypeEnv.dyn_o ) [342 of 447] Compiling GHC.Unit.Module.WholeCoreBindings ( compiler/GHC/Unit/Module/WholeCoreBindings.hs, /tmp/.haddock-3978299/GHC/Unit/Module/WholeCoreBindings.o, /tmp/.haddock-3978299/GHC/Unit/Module/WholeCoreBindings.dyn_o ) [343 of 447] Compiling GHC.StgToCmm.Config ( compiler/GHC/StgToCmm/Config.hs, /tmp/.haddock-3978299/GHC/StgToCmm/Config.o, /tmp/.haddock-3978299/GHC/StgToCmm/Config.dyn_o ) [344 of 447] Compiling GHC.Linker.Config ( compiler/GHC/Linker/Config.hs, /tmp/.haddock-3978299/GHC/Linker/Config.o, /tmp/.haddock-3978299/GHC/Linker/Config.dyn_o ) [345 of 447] Compiling GHC.Cmm.Switch ( compiler/GHC/Cmm/Switch.hs, /tmp/.haddock-3978299/GHC/Cmm/Switch.o, /tmp/.haddock-3978299/GHC/Cmm/Switch.dyn_o ) [346 of 447] Compiling GHC.Core.Opt.Stats ( compiler/GHC/Core/Opt/Stats.hs, /tmp/.haddock-3978299/GHC/Core/Opt/Stats.o, /tmp/.haddock-3978299/GHC/Core/Opt/Stats.dyn_o ) [347 of 447] Compiling GHC.Stg.Lift.Types ( compiler/GHC/Stg/Lift/Types.hs, /tmp/.haddock-3978299/GHC/Stg/Lift/Types.o, /tmp/.haddock-3978299/GHC/Stg/Lift/Types.dyn_o ) [348 of 447] Compiling GHC.Runtime.Eval.Types ( compiler/GHC/Runtime/Eval/Types.hs, /tmp/.haddock-3978299/GHC/Runtime/Eval/Types.o, /tmp/.haddock-3978299/GHC/Runtime/Eval/Types.dyn_o ) [349 of 447] Compiling GHC.Unit.Finder.Types ( compiler/GHC/Unit/Finder/Types.hs, /tmp/.haddock-3978299/GHC/Unit/Finder/Types.o, /tmp/.haddock-3978299/GHC/Unit/Finder/Types.dyn_o ) [350 of 447] Compiling GHC.Types.Target ( compiler/GHC/Types/Target.hs, /tmp/.haddock-3978299/GHC/Types/Target.o, /tmp/.haddock-3978299/GHC/Types/Target.dyn_o ) [351 of 447] Compiling GHC.Linker.Types ( compiler/GHC/Linker/Types.hs, /tmp/.haddock-3978299/GHC/Linker/Types.o, /tmp/.haddock-3978299/GHC/Linker/Types.dyn_o ) [352 of 447] Compiling GHC.Unit.Module.ModSummary ( compiler/GHC/Unit/Module/ModSummary.hs, /tmp/.haddock-3978299/GHC/Unit/Module/ModSummary.o, /tmp/.haddock-3978299/GHC/Unit/Module/ModSummary.dyn_o ) [353 of 447] Compiling GHC.Unit.Module.Graph ( compiler/GHC/Unit/Module/Graph.hs, /tmp/.haddock-3978299/GHC/Unit/Module/Graph.o, /tmp/.haddock-3978299/GHC/Unit/Module/Graph.dyn_o ) [354 of 447] Compiling GHC.Driver.Ppr ( compiler/GHC/Driver/Ppr.hs, /tmp/.haddock-3978299/GHC/Driver/Ppr.o, /tmp/.haddock-3978299/GHC/Driver/Ppr.dyn_o ) [355 of 447] Compiling GHC.Driver.Config.Logger ( compiler/GHC/Driver/Config/Logger.hs, /tmp/.haddock-3978299/GHC/Driver/Config/Logger.o, /tmp/.haddock-3978299/GHC/Driver/Config/Logger.dyn_o ) [356 of 447] Compiling GHC.Core.Opt.Simplify.Inline ( compiler/GHC/Core/Opt/Simplify/Inline.hs, /tmp/.haddock-3978299/GHC/Core/Opt/Simplify/Inline.o, /tmp/.haddock-3978299/GHC/Core/Opt/Simplify/Inline.dyn_o ) [357 of 447] Compiling GHC.Core.Tidy ( compiler/GHC/Core/Tidy.hs, /tmp/.haddock-3978299/GHC/Core/Tidy.o, /tmp/.haddock-3978299/GHC/Core/Tidy.dyn_o ) [358 of 447] Compiling GHC.Stg.Syntax ( compiler/GHC/Stg/Syntax.hs, /tmp/.haddock-3978299/GHC/Stg/Syntax.o, /tmp/.haddock-3978299/GHC/Stg/Syntax.dyn_o ) [359 of 447] Compiling GHC.StgToJS.Types ( compiler/GHC/StgToJS/Types.hs, /tmp/.haddock-3978299/GHC/StgToJS/Types.o, /tmp/.haddock-3978299/GHC/StgToJS/Types.dyn_o ) [360 of 447] Compiling GHC.StgToJS.Object ( compiler/GHC/StgToJS/Object.hs, /tmp/.haddock-3978299/GHC/StgToJS/Object.o, /tmp/.haddock-3978299/GHC/StgToJS/Object.dyn_o ) [361 of 447] Compiling GHC.StgToJS.Linker.Types ( compiler/GHC/StgToJS/Linker/Types.hs, /tmp/.haddock-3978299/GHC/StgToJS/Linker/Types.o, /tmp/.haddock-3978299/GHC/StgToJS/Linker/Types.dyn_o ) [362 of 447] Compiling GHC.Types.IPE ( compiler/GHC/Types/IPE.hs, /tmp/.haddock-3978299/GHC/Types/IPE.o, /tmp/.haddock-3978299/GHC/Types/IPE.dyn_o ) [363 of 447] Compiling GHC.Platform.X86_64 ( compiler/GHC/Platform/X86_64.hs, /tmp/.haddock-3978299/GHC/Platform/X86_64.o, /tmp/.haddock-3978299/GHC/Platform/X86_64.dyn_o ) [364 of 447] Compiling GHC.Platform.X86 ( compiler/GHC/Platform/X86.hs, /tmp/.haddock-3978299/GHC/Platform/X86.o, /tmp/.haddock-3978299/GHC/Platform/X86.dyn_o ) [365 of 447] Compiling GHC.Platform.Wasm32 ( compiler/GHC/Platform/Wasm32.hs, /tmp/.haddock-3978299/GHC/Platform/Wasm32.o, /tmp/.haddock-3978299/GHC/Platform/Wasm32.dyn_o ) [366 of 447] Compiling GHC.Platform.S390X ( compiler/GHC/Platform/S390X.hs, /tmp/.haddock-3978299/GHC/Platform/S390X.o, /tmp/.haddock-3978299/GHC/Platform/S390X.dyn_o ) [367 of 447] Compiling GHC.Platform.RISCV64 ( compiler/GHC/Platform/RISCV64.hs, /tmp/.haddock-3978299/GHC/Platform/RISCV64.o, /tmp/.haddock-3978299/GHC/Platform/RISCV64.dyn_o ) [368 of 447] Compiling GHC.Platform.PPC ( compiler/GHC/Platform/PPC.hs, /tmp/.haddock-3978299/GHC/Platform/PPC.o, /tmp/.haddock-3978299/GHC/Platform/PPC.dyn_o ) [369 of 447] Compiling GHC.Platform.NoRegs ( compiler/GHC/Platform/NoRegs.hs, /tmp/.haddock-3978299/GHC/Platform/NoRegs.o, /tmp/.haddock-3978299/GHC/Platform/NoRegs.dyn_o ) [370 of 447] Compiling GHC.Platform.LoongArch64 ( compiler/GHC/Platform/LoongArch64.hs, /tmp/.haddock-3978299/GHC/Platform/LoongArch64.o, /tmp/.haddock-3978299/GHC/Platform/LoongArch64.dyn_o ) [371 of 447] Compiling GHC.Platform.ARM ( compiler/GHC/Platform/ARM.hs, /tmp/.haddock-3978299/GHC/Platform/ARM.o, /tmp/.haddock-3978299/GHC/Platform/ARM.dyn_o ) [372 of 447] Compiling GHC.Platform.AArch64 ( compiler/GHC/Platform/AArch64.hs, /tmp/.haddock-3978299/GHC/Platform/AArch64.o, /tmp/.haddock-3978299/GHC/Platform/AArch64.dyn_o ) [373 of 447] Compiling GHC.Platform.Regs ( compiler/GHC/Platform/Regs.hs, /tmp/.haddock-3978299/GHC/Platform/Regs.o, /tmp/.haddock-3978299/GHC/Platform/Regs.dyn_o ) [374 of 447] Compiling GHC.Cmm.Node ( compiler/GHC/Cmm/Node.hs, /tmp/.haddock-3978299/GHC/Cmm/Node.o, /tmp/.haddock-3978299/GHC/Cmm/Node.dyn_o ) [375 of 447] Compiling GHC.Cmm ( compiler/GHC/Cmm.hs, /tmp/.haddock-3978299/GHC/Cmm.o, /tmp/.haddock-3978299/GHC/Cmm.dyn_o ) [376 of 447] Compiling GHC.Types.CompleteMatch ( compiler/GHC/Types/CompleteMatch.hs, /tmp/.haddock-3978299/GHC/Types/CompleteMatch.o, /tmp/.haddock-3978299/GHC/Types/CompleteMatch.dyn_o ) [377 of 447] Compiling GHC.Iface.Decl ( compiler/GHC/Iface/Decl.hs, /tmp/.haddock-3978299/GHC/Iface/Decl.o, /tmp/.haddock-3978299/GHC/Iface/Decl.dyn_o ) [378 of 447] Compiling GHC.Types.TyThing.Ppr[boot] ( compiler/GHC/Types/TyThing/Ppr.hs-boot, /tmp/.haddock-3978299/GHC/Types/TyThing/Ppr.o-boot, /tmp/.haddock-3978299/GHC/Types/TyThing/Ppr.dyn_o-boot ) [379 of 447] Compiling GHC.Types.TyThing.Ppr ( compiler/GHC/Types/TyThing/Ppr.hs, /tmp/.haddock-3978299/GHC/Types/TyThing/Ppr.o, /tmp/.haddock-3978299/GHC/Types/TyThing/Ppr.dyn_o ) [380 of 447] Compiling GHC.Core.Map.Expr ( compiler/GHC/Core/Map/Expr.hs, /tmp/.haddock-3978299/GHC/Core/Map/Expr.o, /tmp/.haddock-3978299/GHC/Core/Map/Expr.dyn_o ) [381 of 447] Compiling GHC.Driver.Config ( compiler/GHC/Driver/Config.hs, /tmp/.haddock-3978299/GHC/Driver/Config.o, /tmp/.haddock-3978299/GHC/Driver/Config.dyn_o ) [382 of 447] Compiling GHC.Unit.Module.ModGuts ( compiler/GHC/Unit/Module/ModGuts.hs, /tmp/.haddock-3978299/GHC/Unit/Module/ModGuts.o, /tmp/.haddock-3978299/GHC/Unit/Module/ModGuts.dyn_o ) [383 of 447] Compiling GHC.Unit.Module.ModDetails ( compiler/GHC/Unit/Module/ModDetails.hs, /tmp/.haddock-3978299/GHC/Unit/Module/ModDetails.o, /tmp/.haddock-3978299/GHC/Unit/Module/ModDetails.dyn_o ) [384 of 447] Compiling GHC.Unit.Home.ModInfo ( compiler/GHC/Unit/Home/ModInfo.hs, /tmp/.haddock-3978299/GHC/Unit/Home/ModInfo.o, /tmp/.haddock-3978299/GHC/Unit/Home/ModInfo.dyn_o ) [385 of 447] Compiling GHC.Unit.Module.Status ( compiler/GHC/Unit/Module/Status.hs, /tmp/.haddock-3978299/GHC/Unit/Module/Status.o, /tmp/.haddock-3978299/GHC/Unit/Module/Status.dyn_o ) [386 of 447] Compiling GHC.Tc.Solver.Types ( compiler/GHC/Tc/Solver/Types.hs, /tmp/.haddock-3978299/GHC/Tc/Solver/Types.o, /tmp/.haddock-3978299/GHC/Tc/Solver/Types.dyn_o ) [387 of 447] Compiling GHC.Tc.Solver.InertSet ( compiler/GHC/Tc/Solver/InertSet.hs, /tmp/.haddock-3978299/GHC/Tc/Solver/InertSet.o, /tmp/.haddock-3978299/GHC/Tc/Solver/InertSet.dyn_o ) [388 of 447] Compiling GHC.HsToCore.Pmc.Solver.Types ( compiler/GHC/HsToCore/Pmc/Solver/Types.hs, /tmp/.haddock-3978299/GHC/HsToCore/Pmc/Solver/Types.o, /tmp/.haddock-3978299/GHC/HsToCore/Pmc/Solver/Types.dyn_o ) [389 of 447] Compiling GHC.HsToCore.Pmc.Types ( compiler/GHC/HsToCore/Pmc/Types.hs, /tmp/.haddock-3978299/GHC/HsToCore/Pmc/Types.o, /tmp/.haddock-3978299/GHC/HsToCore/Pmc/Types.dyn_o ) [390 of 447] Compiling GHC.HsToCore.Pmc.Ppr ( compiler/GHC/HsToCore/Pmc/Ppr.hs, /tmp/.haddock-3978299/GHC/HsToCore/Pmc/Ppr.o, /tmp/.haddock-3978299/GHC/HsToCore/Pmc/Ppr.dyn_o ) [391 of 447] Compiling GHC.Parser.Types ( compiler/GHC/Parser/Types.hs, /tmp/.haddock-3978299/GHC/Parser/Types.o, /tmp/.haddock-3978299/GHC/Parser/Types.dyn_o ) [392 of 447] Compiling GHC.Core.Rules ( compiler/GHC/Core/Rules.hs, /tmp/.haddock-3978299/GHC/Core/Rules.o, /tmp/.haddock-3978299/GHC/Core/Rules.dyn_o ) [393 of 447] Compiling GHC.Core.Opt.Simplify.Monad ( compiler/GHC/Core/Opt/Simplify/Monad.hs, /tmp/.haddock-3978299/GHC/Core/Opt/Simplify/Monad.o, /tmp/.haddock-3978299/GHC/Core/Opt/Simplify/Monad.dyn_o ) [394 of 447] Compiling GHC.Core.Opt.Simplify.Env ( compiler/GHC/Core/Opt/Simplify/Env.hs, /tmp/.haddock-3978299/GHC/Core/Opt/Simplify/Env.o, /tmp/.haddock-3978299/GHC/Core/Opt/Simplify/Env.dyn_o ) [395 of 447] Compiling GHC.Core.Opt.ConstantFold[boot] ( compiler/GHC/Core/Opt/ConstantFold.hs-boot, /tmp/.haddock-3978299/GHC/Core/Opt/ConstantFold.o-boot, /tmp/.haddock-3978299/GHC/Core/Opt/ConstantFold.dyn_o-boot ) [396 of 447] Compiling GHC.Builtin.PrimOps.Ids ( compiler/GHC/Builtin/PrimOps/Ids.hs, /tmp/.haddock-3978299/GHC/Builtin/PrimOps/Ids.o, /tmp/.haddock-3978299/GHC/Builtin/PrimOps/Ids.dyn_o ) [397 of 447] Compiling GHC.Core.Opt.ConstantFold ( compiler/GHC/Core/Opt/ConstantFold.hs, /tmp/.haddock-3978299/GHC/Core/Opt/ConstantFold.o, /tmp/.haddock-3978299/GHC/Core/Opt/ConstantFold.dyn_o ) [398 of 447] Compiling GHC.Unit.External ( compiler/GHC/Unit/External.hs, /tmp/.haddock-3978299/GHC/Unit/External.o, /tmp/.haddock-3978299/GHC/Unit/External.dyn_o ) [399 of 447] Compiling GHC.Unit.Env ( compiler/GHC/Unit/Env.hs, /tmp/.haddock-3978299/GHC/Unit/Env.o, /tmp/.haddock-3978299/GHC/Unit/Env.dyn_o ) [400 of 447] Compiling GHC.Types.Name.Ppr ( compiler/GHC/Types/Name/Ppr.hs, /tmp/.haddock-3978299/GHC/Types/Name/Ppr.o, /tmp/.haddock-3978299/GHC/Types/Name/Ppr.dyn_o ) [401 of 447] Compiling GHC.Runtime.Interpreter.Types ( compiler/GHC/Runtime/Interpreter/Types.hs, /tmp/.haddock-3978299/GHC/Runtime/Interpreter/Types.o, /tmp/.haddock-3978299/GHC/Runtime/Interpreter/Types.dyn_o ) [402 of 447] Compiling GHC.Core.Opt.Simplify.Utils ( compiler/GHC/Core/Opt/Simplify/Utils.hs, /tmp/.haddock-3978299/GHC/Core/Opt/Simplify/Utils.o, /tmp/.haddock-3978299/GHC/Core/Opt/Simplify/Utils.dyn_o ) [403 of 447] Compiling GHC.Core.Opt.Simplify.Iteration ( compiler/GHC/Core/Opt/Simplify/Iteration.hs, /tmp/.haddock-3978299/GHC/Core/Opt/Simplify/Iteration.o, /tmp/.haddock-3978299/GHC/Core/Opt/Simplify/Iteration.dyn_o ) [404 of 447] Compiling GHC.Parser.Errors.Types ( compiler/GHC/Parser/Errors/Types.hs, /tmp/.haddock-3978299/GHC/Parser/Errors/Types.o, /tmp/.haddock-3978299/GHC/Parser/Errors/Types.dyn_o ) [405 of 447] Compiling GHC.HsToCore.Errors.Types ( compiler/GHC/HsToCore/Errors/Types.hs, /tmp/.haddock-3978299/GHC/HsToCore/Errors/Types.o, /tmp/.haddock-3978299/GHC/HsToCore/Errors/Types.dyn_o ) [406 of 447] Compiling GHC.Hs.Dump ( compiler/GHC/Hs/Dump.hs, /tmp/.haddock-3978299/GHC/Hs/Dump.o, /tmp/.haddock-3978299/GHC/Hs/Dump.dyn_o ) [407 of 447] Compiling GHC.Driver.Backpack.Syntax ( compiler/GHC/Driver/Backpack/Syntax.hs, /tmp/.haddock-3978299/GHC/Driver/Backpack/Syntax.o, /tmp/.haddock-3978299/GHC/Driver/Backpack/Syntax.dyn_o ) [408 of 447] Compiling GHC.Driver.Errors.Types ( compiler/GHC/Driver/Errors/Types.hs, /tmp/.haddock-3978299/GHC/Driver/Errors/Types.o, /tmp/.haddock-3978299/GHC/Driver/Errors/Types.dyn_o ) [409 of 447] Compiling GHC.Types.Error.Codes ( compiler/GHC/Types/Error/Codes.hs, /tmp/.haddock-3978299/GHC/Types/Error/Codes.o, /tmp/.haddock-3978299/GHC/Types/Error/Codes.dyn_o ) [410 of 447] Compiling GHC.Parser.Errors.Ppr ( compiler/GHC/Parser/Errors/Ppr.hs, /tmp/.haddock-3978299/GHC/Parser/Errors/Ppr.o, /tmp/.haddock-3978299/GHC/Parser/Errors/Ppr.dyn_o ) [411 of 447] Compiling GHC.Parser.Lexer ( dist/build/GHC/Parser/Lexer.hs, /tmp/.haddock-3978299/GHC/Parser/Lexer.o, /tmp/.haddock-3978299/GHC/Parser/Lexer.dyn_o ) [412 of 447] Compiling GHC.Parser.PostProcess ( compiler/GHC/Parser/PostProcess.hs, /tmp/.haddock-3978299/GHC/Parser/PostProcess.o, /tmp/.haddock-3978299/GHC/Parser/PostProcess.dyn_o ) [413 of 447] Compiling GHC.Parser.HaddockLex ( dist/build/GHC/Parser/HaddockLex.hs, /tmp/.haddock-3978299/GHC/Parser/HaddockLex.o, /tmp/.haddock-3978299/GHC/Parser/HaddockLex.dyn_o ) [414 of 447] Compiling GHC.Parser[boot] ( dist/build/GHC/Parser.hs-boot, /tmp/.haddock-3978299/GHC/Parser.o-boot, /tmp/.haddock-3978299/GHC/Parser.dyn_o-boot ) [415 of 447] Compiling GHC.Parser.PostProcess.Haddock ( compiler/GHC/Parser/PostProcess/Haddock.hs, /tmp/.haddock-3978299/GHC/Parser/PostProcess/Haddock.o, /tmp/.haddock-3978299/GHC/Parser/PostProcess/Haddock.dyn_o ) [416 of 447] Compiling GHC.Parser ( dist/build/GHC/Parser.hs, /tmp/.haddock-3978299/GHC/Parser.o, /tmp/.haddock-3978299/GHC/Parser.dyn_o ) [417 of 447] Compiling GHC.Iface.Errors.Ppr ( compiler/GHC/Iface/Errors/Ppr.hs, /tmp/.haddock-3978299/GHC/Iface/Errors/Ppr.o, /tmp/.haddock-3978299/GHC/Iface/Errors/Ppr.dyn_o ) [418 of 447] Compiling GHC.Tc.Errors.Ppr ( compiler/GHC/Tc/Errors/Ppr.hs, /tmp/.haddock-3978299/GHC/Tc/Errors/Ppr.o, /tmp/.haddock-3978299/GHC/Tc/Errors/Ppr.dyn_o ) [419 of 447] Compiling GHC.HsToCore.Errors.Ppr ( compiler/GHC/HsToCore/Errors/Ppr.hs, /tmp/.haddock-3978299/GHC/HsToCore/Errors/Ppr.o, /tmp/.haddock-3978299/GHC/HsToCore/Errors/Ppr.dyn_o ) [420 of 447] Compiling GHC.Driver.Errors.Ppr ( compiler/GHC/Driver/Errors/Ppr.hs, /tmp/.haddock-3978299/GHC/Driver/Errors/Ppr.o, /tmp/.haddock-3978299/GHC/Driver/Errors/Ppr.dyn_o ) [421 of 447] Compiling GHC.Types.SourceError ( compiler/GHC/Types/SourceError.hs, /tmp/.haddock-3978299/GHC/Types/SourceError.o, /tmp/.haddock-3978299/GHC/Types/SourceError.dyn_o ) [422 of 447] Compiling GHC.Parser.Header ( compiler/GHC/Parser/Header.hs, /tmp/.haddock-3978299/GHC/Parser/Header.o, /tmp/.haddock-3978299/GHC/Parser/Header.dyn_o ) [423 of 447] Compiling GHC.Driver.Errors ( compiler/GHC/Driver/Errors.hs, /tmp/.haddock-3978299/GHC/Driver/Errors.o, /tmp/.haddock-3978299/GHC/Driver/Errors.dyn_o ) [424 of 447] Compiling GHC.Driver.CmdLine ( compiler/GHC/Driver/CmdLine.hs, /tmp/.haddock-3978299/GHC/Driver/CmdLine.o, /tmp/.haddock-3978299/GHC/Driver/CmdLine.dyn_o ) [425 of 447] Compiling GHC.Driver.Config.Diagnostic ( compiler/GHC/Driver/Config/Diagnostic.hs, /tmp/.haddock-3978299/GHC/Driver/Config/Diagnostic.o, /tmp/.haddock-3978299/GHC/Driver/Config/Diagnostic.dyn_o ) [426 of 447] Compiling GHC.Driver.Hooks[boot] ( compiler/GHC/Driver/Hooks.hs-boot, /tmp/.haddock-3978299/GHC/Driver/Hooks.o-boot, /tmp/.haddock-3978299/GHC/Driver/Hooks.dyn_o-boot ) [427 of 447] Compiling GHC.Data.IOEnv ( compiler/GHC/Data/IOEnv.hs, /tmp/.haddock-3978299/GHC/Data/IOEnv.o, /tmp/.haddock-3978299/GHC/Data/IOEnv.dyn_o ) [428 of 447] Compiling GHC.Tc.Errors.Hole.Plugin[boot] ( compiler/GHC/Tc/Errors/Hole/Plugin.hs-boot, /tmp/.haddock-3978299/GHC/Tc/Errors/Hole/Plugin.o-boot, /tmp/.haddock-3978299/GHC/Tc/Errors/Hole/Plugin.dyn_o-boot ) [429 of 447] Compiling GHC.Driver.Plugins[boot] ( compiler/GHC/Driver/Plugins.hs-boot, /tmp/.haddock-3978299/GHC/Driver/Plugins.o-boot, /tmp/.haddock-3978299/GHC/Driver/Plugins.dyn_o-boot ) [430 of 447] Compiling GHC.Runtime.Context ( compiler/GHC/Runtime/Context.hs, /tmp/.haddock-3978299/GHC/Runtime/Context.o, /tmp/.haddock-3978299/GHC/Runtime/Context.dyn_o ) [431 of 447] Compiling GHC.Core.Lint.Interactive ( compiler/GHC/Core/Lint/Interactive.hs, /tmp/.haddock-3978299/GHC/Core/Lint/Interactive.o, /tmp/.haddock-3978299/GHC/Core/Lint/Interactive.dyn_o ) [432 of 447] Compiling GHC.Driver.Env.Types ( compiler/GHC/Driver/Env/Types.hs, /tmp/.haddock-3978299/GHC/Driver/Env/Types.o, /tmp/.haddock-3978299/GHC/Driver/Env/Types.dyn_o ) [433 of 447] Compiling GHC.Driver.Env ( compiler/GHC/Driver/Env.hs, /tmp/.haddock-3978299/GHC/Driver/Env.o, /tmp/.haddock-3978299/GHC/Driver/Env.dyn_o ) [434 of 447] Compiling GHC.Core.Opt.Monad ( compiler/GHC/Core/Opt/Monad.hs, /tmp/.haddock-3978299/GHC/Core/Opt/Monad.o, /tmp/.haddock-3978299/GHC/Core/Opt/Monad.dyn_o ) [435 of 447] Compiling GHC.Core.Lint ( compiler/GHC/Core/Lint.hs, /tmp/.haddock-3978299/GHC/Core/Lint.o, /tmp/.haddock-3978299/GHC/Core/Lint.dyn_o ) [436 of 447] Compiling GHC.Core.Opt.Simplify ( compiler/GHC/Core/Opt/Simplify.hs, /tmp/.haddock-3978299/GHC/Core/Opt/Simplify.o, /tmp/.haddock-3978299/GHC/Core/Opt/Simplify.dyn_o ) [437 of 447] Compiling GHC.Core.Opt.Pipeline.Types ( compiler/GHC/Core/Opt/Pipeline/Types.hs, /tmp/.haddock-3978299/GHC/Core/Opt/Pipeline/Types.o, /tmp/.haddock-3978299/GHC/Core/Opt/Pipeline/Types.dyn_o ) [438 of 447] Compiling GHC.Driver.Config.Core.Lint ( compiler/GHC/Driver/Config/Core/Lint.hs, /tmp/.haddock-3978299/GHC/Driver/Config/Core/Lint.o, /tmp/.haddock-3978299/GHC/Driver/Config/Core/Lint.dyn_o ) [439 of 447] Compiling GHC.Tc.Types ( compiler/GHC/Tc/Types.hs, /tmp/.haddock-3978299/GHC/Tc/Types.o, /tmp/.haddock-3978299/GHC/Tc/Types.dyn_o ) [440 of 447] Compiling GHC.Tc.Errors.Hole.Plugin ( compiler/GHC/Tc/Errors/Hole/Plugin.hs, /tmp/.haddock-3978299/GHC/Tc/Errors/Hole/Plugin.o, /tmp/.haddock-3978299/GHC/Tc/Errors/Hole/Plugin.dyn_o ) [441 of 447] Compiling GHC.Driver.Monad ( compiler/GHC/Driver/Monad.hs, /tmp/.haddock-3978299/GHC/Driver/Monad.o, /tmp/.haddock-3978299/GHC/Driver/Monad.dyn_o ) [442 of 447] Compiling GHC.Driver.Plugins ( compiler/GHC/Driver/Plugins.hs, /tmp/.haddock-3978299/GHC/Driver/Plugins.o, /tmp/.haddock-3978299/GHC/Driver/Plugins.dyn_o ) [443 of 447] Compiling GHC.Driver.Pipeline.Phases ( compiler/GHC/Driver/Pipeline/Phases.hs, /tmp/.haddock-3978299/GHC/Driver/Pipeline/Phases.o, /tmp/.haddock-3978299/GHC/Driver/Pipeline/Phases.dyn_o ) [444 of 447] Compiling GHC.Driver.Hooks ( compiler/GHC/Driver/Hooks.hs, /tmp/.haddock-3978299/GHC/Driver/Hooks.o, /tmp/.haddock-3978299/GHC/Driver/Hooks.dyn_o ) [445 of 447] Compiling GHC.Core.Opt.CallerCC ( compiler/GHC/Core/Opt/CallerCC.hs, /tmp/.haddock-3978299/GHC/Core/Opt/CallerCC.o, /tmp/.haddock-3978299/GHC/Core/Opt/CallerCC.dyn_o ) [446 of 447] Compiling GHC.Driver.Session ( compiler/GHC/Driver/Session.hs, /tmp/.haddock-3978299/GHC/Driver/Session.o, /tmp/.haddock-3978299/GHC/Driver/Session.dyn_o ) [447 of 447] Compiling GHC.Driver.Config.Parser ( compiler/GHC/Driver/Config/Parser.hs, /tmp/.haddock-3978299/GHC/Driver/Config/Parser.o, /tmp/.haddock-3978299/GHC/Driver/Config/Parser.dyn_o ) Haddock coverage: 100% ( 4 / 4) in 'GHC.BaseDir' 6% ( 1 / 15) in 'GHC.Data.List.Infinite' Missing documentation for: Module header Infinite (compiler/GHC/Data/List/Infinite.hs:28) head (compiler/GHC/Data/List/Infinite.hs:32) tail (compiler/GHC/Data/List/Infinite.hs:36) filter (compiler/GHC/Data/List/Infinite.hs:67) ++ (compiler/GHC/Data/List/Infinite.hs:72) unfoldr (compiler/GHC/Data/List/Infinite.hs:75) !! (compiler/GHC/Data/List/Infinite.hs:79) groupBy (compiler/GHC/Data/List/Infinite.hs:83) dropList (compiler/GHC/Data/List/Infinite.hs:148) iterate (compiler/GHC/Data/List/Infinite.hs:100) concatMap (compiler/GHC/Data/List/Infinite.hs:114) toList (compiler/GHC/Data/List/Infinite.hs:158) repeat (compiler/GHC/Data/List/Infinite.hs:162) 0% ( 0 / 7) in 'GHC.Data.SizedSeq' Missing documentation for: Module header SizedSeq (libraries/ghc-boot/GHC/Data/SizedSeq.hs:20) emptySS (libraries/ghc-boot/GHC/Data/SizedSeq.hs:38) addToSS (libraries/ghc-boot/GHC/Data/SizedSeq.hs:41) addListToSS (libraries/ghc-boot/GHC/Data/SizedSeq.hs:45) ssElts (libraries/ghc-boot/GHC/Data/SizedSeq.hs:48) sizeSS (libraries/ghc-boot/GHC/Data/SizedSeq.hs:51) 33% ( 1 / 3) in 'GHC.Exts.Heap.ClosureTypes' Missing documentation for: Module header ClosureType (libraries/ghc-heap/GHC/Exts/Heap/ClosureTypes.hs:21) 0% ( 0 / 4) in 'GHC.Exts.Heap.Constants' Missing documentation for: Module header wORD_SIZE (libraries/ghc-heap/GHC/Exts/Heap/Constants.hsc:15) tAG_MASK (libraries/ghc-heap/GHC/Exts/Heap/Constants.hsc:17) wORD_SIZE_IN_BITS (libraries/ghc-heap/GHC/Exts/Heap/Constants.hsc:16) 20% ( 1 / 5) in 'GHC.Exts.Heap.InfoTable.Types' Missing documentation for: Module header EntryFunPtr (libraries/ghc-heap/GHC/Exts/Heap/InfoTable/Types.hsc:28) HalfWord (libraries/ghc-heap/GHC/Exts/Heap/InfoTable/Types.hsc:21) ItblCodes (libraries/ghc-heap/GHC/Exts/Heap/InfoTable/Types.hsc:16) 60% ( 3 / 5) in 'GHC.Exts.Heap.InfoTable' Missing documentation for: Module header pokeItbl (libraries/ghc-heap/GHC/Exts/Heap/InfoTable.hsc:53) 40% ( 2 / 5) in 'GHC.Exts.Heap.InfoTableProf' Missing documentation for: Module header itblSize (libraries/ghc-heap/GHC/Exts/Heap/InfoTableProf.hsc:67) pokeItbl (libraries/ghc-heap/GHC/Exts/Heap/InfoTableProf.hsc:50) 80% ( 4 / 5) in 'GHC.Exts.Heap.ProfInfo.Types' Missing documentation for: Module header 0% ( 0 / 3) in 'GHC.Exts.Heap.ProfInfo.PeekProfInfo_ProfilingEnabled' Missing documentation for: Module header peekStgTSOProfInfo (libraries/ghc-heap/GHC/Exts/Heap/ProfInfo/PeekProfInfo_ProfilingEnabled.hsc:38) peekTopCCS (libraries/ghc-heap/GHC/Exts/Heap/ProfInfo/PeekProfInfo_ProfilingEnabled.hsc:47) 33% ( 1 / 3) in 'GHC.Exts.Heap.ProfInfo.PeekProfInfo_ProfilingDisabled' Missing documentation for: Module header peekTopCCS (libraries/ghc-heap/GHC/Exts/Heap/ProfInfo/PeekProfInfo_ProfilingDisabled.hsc:16) 50% ( 1 / 2) in 'GHC.Exts.Heap.ProfInfo.PeekProfInfo' Missing documentation for: Module header Warning: 'GenStgStackClosure' is ambiguous. It is defined * at libraries/ghc-heap/GHC/Exts/Heap/Closures.hs:396:29 * at libraries/ghc-heap/GHC/Exts/Heap/Closures.hs:396: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 libraries/ghc-heap/GHC/Exts/Heap/Closures.hs:396:1 Warning: 'b' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Box' is ambiguous. It is defined * at libraries/ghc-heap/GHC/Exts/Heap/Closures.hs:80:12 * at libraries/ghc-heap/GHC/Exts/Heap/Closures.hs:80: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 libraries/ghc-heap/GHC/Exts/Heap/Closures.hs:80:1 Warning: 'getBoxedClosureData' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 57% ( 12 / 21) in 'GHC.Exts.Heap.Closures' Missing documentation for: Module header Closure (libraries/ghc-heap/GHC/Exts/Heap/Closures.hs:115) PrimType (libraries/ghc-heap/GHC/Exts/Heap/Closures.hs:478) WhatNext (libraries/ghc-heap/GHC/Exts/Heap/Closures.hs:488) WhyBlocked (libraries/ghc-heap/GHC/Exts/Heap/Closures.hs:496) TsoFlags (libraries/ghc-heap/GHC/Exts/Heap/Closures.hs:513) StgStackClosure (libraries/ghc-heap/GHC/Exts/Heap/Closures.hs:382) StackFrame (libraries/ghc-heap/GHC/Exts/Heap/Closures.hs:413) StackField (libraries/ghc-heap/GHC/Exts/Heap/Closures.hs:403) 20% ( 2 / 10) in 'GHC.Exts.Heap.FFIClosures_ProfilingEnabled' Missing documentation for: Module header TSOFields (libraries/ghc-heap/GHC/Exts/Heap/FFIClosures_ProfilingEnabled.hsc:18) parseWhatNext (libraries/ghc-heap/GHC/Exts/Heap/FFIClosures_ProfilingEnabled.hsc:58) parseWhyBlocked (libraries/ghc-heap/GHC/Exts/Heap/FFIClosures_ProfilingEnabled.hsc:66) parseTsoFlags (libraries/ghc-heap/GHC/Exts/Heap/FFIClosures_ProfilingEnabled.hsc:83) isSet (libraries/ghc-heap/GHC/Exts/Heap/FFIClosures_ProfilingEnabled.hsc:94) unset (libraries/ghc-heap/GHC/Exts/Heap/FFIClosures_ProfilingEnabled.hsc:97) StackFields (libraries/ghc-heap/GHC/Exts/Heap/FFIClosures_ProfilingEnabled.hsc:99) 20% ( 2 / 10) in 'GHC.Exts.Heap.FFIClosures_ProfilingDisabled' Missing documentation for: Module header TSOFields (libraries/ghc-heap/GHC/Exts/Heap/FFIClosures_ProfilingDisabled.hsc:18) parseWhatNext (libraries/ghc-heap/GHC/Exts/Heap/FFIClosures_ProfilingDisabled.hsc:58) parseWhyBlocked (libraries/ghc-heap/GHC/Exts/Heap/FFIClosures_ProfilingDisabled.hsc:66) parseTsoFlags (libraries/ghc-heap/GHC/Exts/Heap/FFIClosures_ProfilingDisabled.hsc:83) isSet (libraries/ghc-heap/GHC/Exts/Heap/FFIClosures_ProfilingDisabled.hsc:94) unset (libraries/ghc-heap/GHC/Exts/Heap/FFIClosures_ProfilingDisabled.hsc:97) StackFields (libraries/ghc-heap/GHC/Exts/Heap/FFIClosures_ProfilingDisabled.hsc:99) 50% ( 1 / 2) in 'GHC.Exts.Heap.FFIClosures' Missing documentation for: Module header 0% ( 0 / 2) in 'GHC.Exts.Heap.Utils' Missing documentation for: Module header dataConNames (libraries/ghc-heap/GHC/Exts/Heap/Utils.hsc:62) Warning: 'Box' is ambiguous. It is defined * at libraries/ghc-heap/GHC/Exts/Heap/Closures.hs:80:12 * at libraries/ghc-heap/GHC/Exts/Heap/Closures.hs:80: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 libraries/ghc-heap/GHC/Exts/Heap/Closures.hs:80:1 Warning: 'peekTopCCS' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'StgInfoTable' is ambiguous. It is defined * at libraries/ghc-heap/GHC/Exts/Heap/InfoTable/Types.hsc:33:21 * at libraries/ghc-heap/GHC/Exts/Heap/InfoTable/Types.hsc:33: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 libraries/ghc-heap/GHC/Exts/Heap/InfoTable/Types.hsc:33:1 Warning: 'b' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 62% ( 20 / 32) in 'GHC.Exts.Heap' Missing documentation for: Closure (libraries/ghc-heap/GHC/Exts/Heap/Closures.hs:115) ClosureType (libraries/ghc-heap/GHC/Exts/Heap/ClosureTypes.hs:21) PrimType (libraries/ghc-heap/GHC/Exts/Heap/Closures.hs:478) WhatNext (libraries/ghc-heap/GHC/Exts/Heap/Closures.hs:488) WhyBlocked (libraries/ghc-heap/GHC/Exts/Heap/Closures.hs:496) TsoFlags (libraries/ghc-heap/GHC/Exts/Heap/Closures.hs:513) HasHeapRep (libraries/ghc-heap/GHC/Exts/Heap.hs:82) getClosureDataFromHeapRepPrim (libraries/ghc-heap/GHC/Exts/Heap.hs:199) EntryFunPtr (libraries/ghc-heap/GHC/Exts/Heap/InfoTable/Types.hsc:28) HalfWord (libraries/ghc-heap/GHC/Exts/Heap/InfoTable/Types.hsc:21) ItblCodes (libraries/ghc-heap/GHC/Exts/Heap/InfoTable/Types.hsc:16) pokeItbl (libraries/ghc-heap/GHC/Exts/Heap/InfoTable.hsc:53) 50% ( 1 / 2) in 'GHC.ForeignSrcLang.Type' Missing documentation for: Module header 100% ( 2 / 2) in 'GHC.ForeignSrcLang' Warning: 'Binary' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 2 / 2) in 'GHC.LanguageExtensions.Type' 100% ( 2 / 2) in 'GHC.LanguageExtensions' 33% ( 3 / 9) in 'GHC.Lexeme' Missing documentation for: startsVarSym (libraries/ghc-boot-th/GHC/Lexeme.hs:38) startsVarId (libraries/ghc-boot-th/GHC/Lexeme.hs:40) startsConSym (libraries/ghc-boot-th/GHC/Lexeme.hs:39) startsConId (libraries/ghc-boot-th/GHC/Lexeme.hs:44) startsVarSymASCII (libraries/ghc-boot-th/GHC/Lexeme.hs:47) isVarSymChar (libraries/ghc-boot-th/GHC/Lexeme.hs:50) 93% ( 14 / 15) in 'GHC.Platform.ArchOS' Missing documentation for: isARM (libraries/ghc-platform/src/GHC/Platform/ArchOS.hs:188) 0% ( 0 / 3) in 'GHC.Platform.Constants' Missing documentation for: Module header PlatformConstants (ghc-lib/stage0/compiler/build/GHC/Platform/Constants.hs:6) parseConstantsHeader (ghc-lib/stage0/compiler/build/GHC/Platform/Constants.hs:142) Warning: 'genericLength' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 94% (141 /149) in 'GHC.Prelude.Basic' Missing documentation for: Bool Ordering even odd shiftL (compiler/GHC/Prelude/Basic.hs:110) shiftR (compiler/GHC/Prelude/Basic.hs:111) head (compiler/GHC/Prelude/Basic.hs:124) tail (compiler/GHC/Prelude/Basic.hs:129) 0% ( 0 / 6) in 'GHC.Data.FastMutInt' Missing documentation for: Module header FastMutInt (compiler/GHC/Data/FastMutInt.hs:20) newFastMutInt (compiler/GHC/Data/FastMutInt.hs:23) readFastMutInt (compiler/GHC/Data/FastMutInt.hs:34) writeFastMutInt (compiler/GHC/Data/FastMutInt.hs:39) atomicFetchAddFastMut (compiler/GHC/Data/FastMutInt.hs:44) 0% ( 0 / 3) in 'GHC.Data.Bool' Missing documentation for: Module header OverridingBool (compiler/GHC/Data/Bool.hs:9) overrideWith (compiler/GHC/Data/Bool.hs:23) Warning: 'Serialized' is ambiguous. It is defined * at libraries/ghc-boot/GHC/Serialized.hs:28:19 * at libraries/ghc-boot/GHC/Serialized.hs:28: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 libraries/ghc-boot/GHC/Serialized.hs:28:1 88% ( 8 / 9) in 'GHC.Serialized' Missing documentation for: Module header 11% ( 1 / 9) in 'GHC.Settings.Utils' Missing documentation for: Module header maybeRead (libraries/ghc-boot/GHC/Settings/Utils.hs:13) maybeReadFuzzy (libraries/ghc-boot/GHC/Settings/Utils.hs:18) RawSettings (libraries/ghc-boot/GHC/Settings/Utils.hs:34) getRawSetting (libraries/ghc-boot/GHC/Settings/Utils.hs:48) getRawFilePathSetting (libraries/ghc-boot/GHC/Settings/Utils.hs:54) getRawBooleanSetting (libraries/ghc-boot/GHC/Settings/Utils.hs:59) readRawSetting (libraries/ghc-boot/GHC/Settings/Utils.hs:68) 0% ( 0 / 5) in 'GHC.Utils.Constants' Missing documentation for: Module header debugIsOn (compiler/GHC/Utils/Constants.hs:36) ghciSupported (compiler/GHC/Utils/Constants.hs:29) isWindowsHost (compiler/GHC/Utils/Constants.hs:43) isDarwinHost (compiler/GHC/Utils/Constants.hs:50) 40% ( 2 / 5) in 'GHC.Utils.Containers.Internal.BitUtil' Missing documentation for: bitcount (compiler/GHC/Utils/Containers/Internal/BitUtil.hs:49) shiftLL (compiler/GHC/Utils/Containers/Internal/BitUtil.hs:64) shiftRL (compiler/GHC/Utils/Containers/Internal/BitUtil.hs:63) 100% ( 3 / 3) in 'GHC.Utils.Containers.Internal.StrictPair' 88% ( 71 / 80) in 'GHC.Data.Word64Set.Internal' Missing documentation for: Key (compiler/GHC/Data/Word64Set/Internal.hs:260) Prefix (compiler/GHC/Data/Word64Set/Internal.hs:257) Mask (compiler/GHC/Data/Word64Set/Internal.hs:258) BitMap (compiler/GHC/Data/Word64Set/Internal.hs:259) match (compiler/GHC/Data/Word64Set/Internal.hs:1484) suffixBitMask (compiler/GHC/Data/Word64Set/Internal.hs:1446) prefixBitMask (compiler/GHC/Data/Word64Set/Internal.hs:1450) bitmapOf (compiler/GHC/Data/Word64Set/Internal.hs:1466) zero (compiler/GHC/Data/Word64Set/Internal.hs:1475) Warning: 'Int' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 98% ( 73 / 74) in 'GHC.Data.Word64Set' Missing documentation for: Key (compiler/GHC/Data/Word64Set/Internal.hs:260) Warning: 'WhenMissing' is ambiguous. It is defined * at compiler/GHC/Data/Word64Map/Internal.hs:1400:26 * at compiler/GHC/Data/Word64Map/Internal.hs:1400: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 compiler/GHC/Data/Word64Map/Internal.hs:1400:1 Warning: 'WhenMatched' is ambiguous. It is defined * at compiler/GHC/Data/Word64Map/Internal.hs:1542:31 * at compiler/GHC/Data/Word64Map/Internal.hs:1542: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 compiler/GHC/Data/Word64Map/Internal.hs:1542:1 93% (184 /196) in 'GHC.Data.Word64Map.Internal' Missing documentation for: Key (compiler/GHC/Data/Word64Set/Internal.hs:260) mergeWithKey' (compiler/GHC/Data/Word64Map/Internal.hs:1340) Mask (compiler/GHC/Data/Word64Map/Internal.hs:356) Prefix (compiler/GHC/Data/Word64Map/Internal.hs:355) Nat (compiler/GHC/Data/Word64Map/Internal.hs:319) natFromInt (compiler/GHC/Data/Word64Map/Internal.hs:322) intFromNat (compiler/GHC/Data/Word64Map/Internal.hs:326) link (compiler/GHC/Data/Word64Map/Internal.hs:3407) linkWithMask (compiler/GHC/Data/Word64Map/Internal.hs:3412) bin (compiler/GHC/Data/Word64Map/Internal.hs:3423) binCheckLeft (compiler/GHC/Data/Word64Map/Internal.hs:3430) binCheckRight (compiler/GHC/Data/Word64Map/Internal.hs:3436) 99% (139 /140) in 'GHC.Data.Word64Map.Strict.Internal' Missing documentation for: Key (compiler/GHC/Data/Word64Set/Internal.hs:260) Warning: 'Word64' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Functor' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Traversable' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 99% (139 /140) in 'GHC.Data.Word64Map.Strict' Missing documentation for: Key (compiler/GHC/Data/Word64Set/Internal.hs:260) Warning: 'Word64' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 99% (139 /140) in 'GHC.Data.Word64Map.Lazy' Missing documentation for: Key (compiler/GHC/Data/Word64Set/Internal.hs:260) Warning: 'insertWith'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 2 / 2) in 'GHC.Data.Word64Map' 52% ( 13 / 25) in 'GHC.Utils.Encoding.UTF8' Missing documentation for: utf8UnconsByteString (libraries/ghc-boot/GHC/Utils/Encoding/UTF8.hs:100) utf8DecodeShortByteString (libraries/ghc-boot/GHC/Utils/Encoding/UTF8.hs:79) utf8DecodeForeignPtr utf8DecodeByteArray# utf8CountCharsShortByteString (libraries/ghc-boot/GHC/Utils/Encoding/UTF8.hs:76) utf8CountCharsByteArray# utf8CompareByteArray# utf8CompareShortByteString (libraries/ghc-boot/GHC/Utils/Encoding/UTF8.hs:108) utf8EncodeByteArray# utf8EncodePtr utf8EncodeShortByteString (libraries/ghc-boot/GHC/Utils/Encoding/UTF8.hs:87) utf8EncodedLength 45% ( 5 / 11) in 'GHC.Utils.Encoding' Missing documentation for: Module header UserString (libraries/ghc-boot/GHC/Utils/Encoding.hs:86) EncodedString (libraries/ghc-boot/GHC/Utils/Encoding.hs:87) zEncodeString (libraries/ghc-boot/GHC/Utils/Encoding.hs:91) zDecodeString (libraries/ghc-boot/GHC/Utils/Encoding.hs:157) toBase62 (libraries/ghc-boot/GHC/Utils/Encoding.hs:283) Warning: 'ShortText' is ambiguous. It is defined * at libraries/ghc-boot/GHC/Data/ShortText.hs:59:21 * at libraries/ghc-boot/GHC/Data/ShortText.hs:59: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 libraries/ghc-boot/GHC/Data/ShortText.hs:59:1 100% ( 14 / 14) in 'GHC.Data.ShortText' Warning: 'InstalledPackageInfo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Module' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 90% ( 18 / 20) in 'GHC.Unit.Database' Missing documentation for: isDbOpenReadMode (libraries/ghc-boot/GHC/Unit/Database.hs:372) mkMungePathUrl (libraries/ghc-boot/GHC/Unit/Database.hs:672) Warning: GHC.Utils.Exception: Could not find documentation for exported module: GHC.Utils.Exception 91% ( 51 / 56) in 'GHC.Utils.Exception' Missing documentation for: Module header catchIO (compiler/GHC/Utils/Exception.hs:20) handleIO (compiler/GHC/Utils/Exception.hs:23) tryIO (compiler/GHC/Utils/Exception.hs:26) ExceptionMonad (compiler/GHC/Utils/Exception.hs:28) 18% ( 2 / 11) in 'GHC.Utils.Fingerprint' Missing documentation for: Module header readHexFingerprint (compiler/GHC/Utils/Fingerprint.hs:39) fingerprintByteString (compiler/GHC/Utils/Fingerprint.hs:45) Fingerprint fingerprint0 fingerprintFingerprints fingerprintData fingerprintString fingerprintStrings (compiler/GHC/Utils/Fingerprint.hs:50) 8% ( 1 / 12) in 'GHC.Utils.GlobalVars' Missing documentation for: v_unsafeHasPprDebug (compiler/GHC/Utils/GlobalVars.hs:67) v_unsafeHasNoDebugOutput (compiler/GHC/Utils/GlobalVars.hs:72) v_unsafeHasNoStateHack (compiler/GHC/Utils/GlobalVars.hs:77) unsafeHasPprDebug (compiler/GHC/Utils/GlobalVars.hs:85) unsafeHasNoDebugOutput (compiler/GHC/Utils/GlobalVars.hs:88) unsafeHasNoStateHack (compiler/GHC/Utils/GlobalVars.hs:91) global (compiler/GHC/Utils/GlobalVars.hs:117) consIORef (compiler/GHC/Utils/GlobalVars.hs:120) globalM (compiler/GHC/Utils/GlobalVars.hs:124) sharedGlobal (compiler/GHC/Utils/GlobalVars.hs:129) sharedGlobalM (compiler/GHC/Utils/GlobalVars.hs:133) 0% ( 0 / 2) in 'GHC.Utils.IO.Unsafe' Missing documentation for: Module header inlinePerformIO (compiler/GHC/Utils/IO/Unsafe.hs:20) Warning: 'coloured' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 11% ( 2 / 17) in 'GHC.Utils.Ppr.Colour' Missing documentation for: Module header renderColourAfresh (compiler/GHC/Utils/Ppr/Colour.hs:21) colCustom (compiler/GHC/Utils/Ppr/Colour.hs:24) colReset (compiler/GHC/Utils/Ppr/Colour.hs:28) colBold (compiler/GHC/Utils/Ppr/Colour.hs:31) colBlackFg (compiler/GHC/Utils/Ppr/Colour.hs:34) colRedFg (compiler/GHC/Utils/Ppr/Colour.hs:37) colGreenFg (compiler/GHC/Utils/Ppr/Colour.hs:40) colYellowFg (compiler/GHC/Utils/Ppr/Colour.hs:43) colBlueFg (compiler/GHC/Utils/Ppr/Colour.hs:46) colMagentaFg (compiler/GHC/Utils/Ppr/Colour.hs:49) colCyanFg (compiler/GHC/Utils/Ppr/Colour.hs:52) colWhiteFg (compiler/GHC/Utils/Ppr/Colour.hs:55) Scheme (compiler/GHC/Utils/Ppr/Colour.hs:57) defaultScheme (compiler/GHC/Utils/Ppr/Colour.hs:68) 0% ( 0 / 7) in 'GHC.Version' Missing documentation for: Module header cProjectGitCommitId (ghc-lib/stage0/libraries/ghc-boot/build/GHC/Version.hs:6) cProjectVersion (ghc-lib/stage0/libraries/ghc-boot/build/GHC/Version.hs:9) cProjectVersionInt (ghc-lib/stage0/libraries/ghc-boot/build/GHC/Version.hs:12) cProjectPatchLevel (ghc-lib/stage0/libraries/ghc-boot/build/GHC/Version.hs:15) cProjectPatchLevel1 (ghc-lib/stage0/libraries/ghc-boot/build/GHC/Version.hs:18) cProjectPatchLevel2 (ghc-lib/stage0/libraries/ghc-boot/build/GHC/Version.hs:21) 50% ( 1 / 2) in 'GHC.UniqueSubdir' Missing documentation for: Module header 12% ( 1 / 8) in 'GHC.Settings.Config' Missing documentation for: Module header cBuildPlatformString (ghc-lib/stage0/compiler/build/GHC/Settings/Config.hs:16) cHostPlatformString (ghc-lib/stage0/compiler/build/GHC/Settings/Config.hs:19) cProjectName (ghc-lib/stage0/compiler/build/GHC/Settings/Config.hs:22) cBooterVersion (ghc-lib/stage0/compiler/build/GHC/Settings/Config.hs:25) cStage (ghc-lib/stage0/compiler/build/GHC/Settings/Config.hs:28) cProjectUnitId (ghc-lib/stage0/compiler/build/GHC/Settings/Config.hs:31) Warning: 'impossible' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 58% ( 7 / 12) in 'GHC.Utils.Panic.Plain' Missing documentation for: cmdLineError (compiler/GHC/Utils/Panic/Plain.hs:113) cmdLineErrorIO (compiler/GHC/Utils/Panic/Plain.hs:116) assert (compiler/GHC/Utils/Panic/Plain.hs:139) assertM (compiler/GHC/Utils/Panic/Plain.hs:150) massert (compiler/GHC/Utils/Panic/Plain.hs:146) Warning: 'isDebugOn' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'expectJust' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 48% ( 64 /133) in 'GHC.Utils.Misc' Missing documentation for: const2 (compiler/GHC/Utils/Misc.hs:170) zipEqual (compiler/GHC/Utils/Misc.hs:246) zipWithEqual (compiler/GHC/Utils/Misc.hs:247) zipWith3Equal (compiler/GHC/Utils/Misc.hs:248) zipWith4Equal (compiler/GHC/Utils/Misc.hs:249) zipWithAndUnzip (compiler/GHC/Utils/Misc.hs:352) unzipWith (compiler/GHC/Utils/Misc.hs:948) mapFst (compiler/GHC/Utils/Misc.hs:323) mapSnd (compiler/GHC/Utils/Misc.hs:324) chkAppend (compiler/GHC/Utils/Misc.hs:230) mapAndUnzip (compiler/GHC/Utils/Misc.hs:328) mapAndUnzip3 (compiler/GHC/Utils/Misc.hs:336) mapAndUnzip4 (compiler/GHC/Utils/Misc.hs:344) dropWhileEndLE (compiler/GHC/Utils/Misc.hs:724) lastMaybe (compiler/GHC/Utils/Misc.hs:742) foldl2 (compiler/GHC/Utils/Misc.hs:644) count (compiler/GHC/Utils/Misc.hs:658) countWhile (compiler/GHC/Utils/Misc.hs:665) all2 (compiler/GHC/Utils/Misc.hs:651) listLengthCmp (compiler/GHC/Utils/Misc.hs:432) compareLength (compiler/GHC/Utils/Misc.hs:446) isSingleton (compiler/GHC/Utils/Misc.hs:470) singleton (compiler/GHC/Utils/Misc.hs:467) notNull (compiler/GHC/Utils/Misc.hs:474) whenNonEmpty (compiler/GHC/Utils/Misc.hs:524) isSortedBy (compiler/GHC/Utils/Misc.hs:570) mapMaybe' (compiler/GHC/Utils/Misc.hs:1430) fstOf3 (compiler/GHC/Utils/Misc.hs:175) sndOf3 (compiler/GHC/Utils/Misc.hs:176) thdOf3 (compiler/GHC/Utils/Misc.hs:177) fstOf4 (compiler/GHC/Utils/Misc.hs:181) sndOf4 (compiler/GHC/Utils/Misc.hs:182) fst3 (compiler/GHC/Utils/Misc.hs:185) snd3 (compiler/GHC/Utils/Misc.hs:188) third3 (compiler/GHC/Utils/Misc.hs:191) uncurry3 (compiler/GHC/Utils/Misc.hs:194) takeList (compiler/GHC/Utils/Misc.hs:677) dropList (compiler/GHC/Utils/Misc.hs:684) split (compiler/GHC/Utils/Misc.hs:765) minWith (compiler/GHC/Utils/Misc.hs:584) nubSort (compiler/GHC/Utils/Misc.hs:588) isEqual (compiler/GHC/Utils/Misc.hs:786) removeSpaces (compiler/GHC/Utils/Misc.hs:791) <&&> (compiler/GHC/Utils/Misc.hs:795) <||> (compiler/GHC/Utils/Misc.hs:799) fuzzyMatch (compiler/GHC/Utils/Misc.hs:907) transitiveClosure (compiler/GHC/Utils/Misc.hs:622) seqList (compiler/GHC/Utils/Misc.hs:951) strictMap (compiler/GHC/Utils/Misc.hs:955) strictZipWith (compiler/GHC/Utils/Misc.hs:964) strictZipWith3 (compiler/GHC/Utils/Misc.hs:974) looksLikeModuleName (compiler/GHC/Utils/Misc.hs:988) looksLikePackageName (compiler/GHC/Utils/Misc.hs:997) readRational (compiler/GHC/Utils/Misc.hs:1024) readHexRational (compiler/GHC/Utils/Misc.hs:1097) doesDirNameExist (compiler/GHC/Utils/Misc.hs:1222) getModificationUTCTime (compiler/GHC/Utils/Misc.hs:1228) modificationTimeIfExists (compiler/GHC/Utils/Misc.hs:1234) fileHashIfExists (compiler/GHC/Utils/Misc.hs:1244) withAtomicRename (compiler/GHC/Utils/Misc.hs:1259) Suffix (compiler/GHC/Utils/Misc.hs:1290) splitLongestPrefix (compiler/GHC/Utils/Misc.hs:1281) escapeSpaces (compiler/GHC/Utils/Misc.hs:1288) Direction (compiler/GHC/Utils/Misc.hs:1296) reslash (compiler/GHC/Utils/Misc.hs:1299) makeRelativeTo (compiler/GHC/Utils/Misc.hs:1309) abstractConstr (compiler/GHC/Utils/Misc.hs:1330) abstractDataType (compiler/GHC/Utils/Misc.hs:1333) charToC (compiler/GHC/Utils/Misc.hs:1344) Warning: 'FastString' is ambiguous. It is defined * at compiler/GHC/Data/FastString.hs:208:19 * at compiler/GHC/Data/FastString.hs:208: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 compiler/GHC/Data/FastString.hs:208:1 Warning: 'PtrString' is ambiguous. It is defined * at compiler/GHC/Data/FastString.hs:668:18 * at compiler/GHC/Data/FastString.hs:668: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 compiler/GHC/Data/FastString.hs:668:1 Warning: 'FastZString' is ambiguous. It is defined * at compiler/GHC/Data/FastString.hs:175:23 * at compiler/GHC/Data/FastString.hs:175: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 compiler/GHC/Data/FastString.hs:175:1 66% ( 38 / 57) in 'GHC.Data.FastString' Missing documentation for: fastZStringToByteString (compiler/GHC/Data/FastString.hs:164) unsafeMkByteString (compiler/GHC/Data/FastString.hs:168) fastStringToShortByteString (compiler/GHC/Data/FastString.hs:158) fastStringToShortText (compiler/GHC/Data/FastString.hs:161) FastZString (compiler/GHC/Data/FastString.hs:175) hPutFZS (compiler/GHC/Data/FastString.hs:179) zString (compiler/GHC/Data/FastString.hs:182) lengthFZS (compiler/GHC/Data/FastString.hs:194) fsLit (compiler/GHC/Data/FastString.hs:706) mkFastStringBytes (compiler/GHC/Data/FastString.hs:512) mkFastString# (compiler/GHC/Data/FastString.hs:437) unconsFS (compiler/GHC/Data/FastString.hs:623) uniqueOfFS (compiler/GHC/Data/FastString.hs:629) appendFS (compiler/GHC/Data/FastString.hs:613) concatFS (compiler/GHC/Data/FastString.hs:617) consFS (compiler/GHC/Data/FastString.hs:620) nilFS (compiler/GHC/Data/FastString.hs:632) getFastStringTable (compiler/GHC/Data/FastString.hs:638) getFastStringZEncCounter (compiler/GHC/Data/FastString.hs:649) 10% ( 1 / 10) in 'GHC.Utils.BufHandle' Missing documentation for: Module header BufHandle (compiler/GHC/Utils/BufHandle.hs:46) newBufHandle (compiler/GHC/Utils/BufHandle.hs:51) bPutChar (compiler/GHC/Utils/BufHandle.hs:60) bPutStr (compiler/GHC/Utils/BufHandle.hs:86) bPutFS (compiler/GHC/Utils/BufHandle.hs:99) bPutFZS (compiler/GHC/Utils/BufHandle.hs:102) bPutPtrString (compiler/GHC/Utils/BufHandle.hs:121) bFlush (compiler/GHC/Utils/BufHandle.hs:160) Warning: ':' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 58% ( 44 / 75) in 'GHC.Utils.Ppr' Missing documentation for: ftext (compiler/GHC/Utils/Ppr.hs:320) ptext (compiler/GHC/Utils/Ppr.hs:323) ztext (compiler/GHC/Utils/Ppr.hs:326) int (compiler/GHC/Utils/Ppr.hs:449) integer (compiler/GHC/Utils/Ppr.hs:450) float (compiler/GHC/Utils/Ppr.hs:451) double (compiler/GHC/Utils/Ppr.hs:452) rational (compiler/GHC/Utils/Ppr.hs:453) hex (compiler/GHC/Utils/Ppr.hs:454) semi (compiler/GHC/Utils/Ppr.hs:427) comma (compiler/GHC/Utils/Ppr.hs:428) colon (compiler/GHC/Utils/Ppr.hs:429) space (compiler/GHC/Utils/Ppr.hs:430) equals (compiler/GHC/Utils/Ppr.hs:431) lparen (compiler/GHC/Utils/Ppr.hs:432) rparen (compiler/GHC/Utils/Ppr.hs:433) lbrack (compiler/GHC/Utils/Ppr.hs:434) rbrack (compiler/GHC/Utils/Ppr.hs:435) lbrace (compiler/GHC/Utils/Ppr.hs:436) rbrace (compiler/GHC/Utils/Ppr.hs:437) parens (compiler/GHC/Utils/Ppr.hs:472) brackets (compiler/GHC/Utils/Ppr.hs:473) braces (compiler/GHC/Utils/Ppr.hs:474) quotes (compiler/GHC/Utils/Ppr.hs:468) squotes (compiler/GHC/Utils/Ppr.hs:469) quote (compiler/GHC/Utils/Ppr.hs:470) doubleQuotes (compiler/GHC/Utils/Ppr.hs:471) printDoc (compiler/GHC/Utils/Ppr.hs:1091) printDoc_ (compiler/GHC/Utils/Ppr.hs:1111) bufLeftRender (compiler/GHC/Utils/Ppr.hs:1171) printLeftRender (compiler/GHC/Utils/Ppr.hs:1165) 12% ( 1 / 8) in 'GHCi.BreakArray' Missing documentation for: BreakArray (libraries/ghci/GHCi/BreakArray.hs:45) newBreakArray (libraries/ghci/GHCi/BreakArray.hs:93) getBreak (libraries/ghci/GHCi/BreakArray.hs:66) setupBreakpoint (libraries/ghci/GHCi/BreakArray.hs:59) breakOn (libraries/ghci/GHCi/BreakArray.hs:48) breakOff (libraries/ghci/GHCi/BreakArray.hs:49) showBreakArray (libraries/ghci/GHCi/BreakArray.hs:52) 0% ( 0 / 6) in 'GHCi.FFI' Missing documentation for: Module header FFIType (libraries/ghci/GHCi/FFI.hsc:54) FFIConv (libraries/ghci/GHCi/FFI.hsc:69) C_ffi_cif (libraries/ghci/GHCi/FFI.hsc:113) prepForeignCall (libraries/ghci/GHCi/FFI.hsc:82) freeForeignCallInfo (libraries/ghci/GHCi/FFI.hsc:105) Warning: 'ForeignRef' is ambiguous. It is defined * at libraries/ghci/GHCi/RemoteTypes.hs:112:24 * at libraries/ghci/GHCi/RemoteTypes.hs:112: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 libraries/ghci/GHCi/RemoteTypes.hs:112:1 Warning: 'RemoteRef' is ambiguous. It is defined * at libraries/ghci/GHCi/RemoteTypes.hs:85:23 * at libraries/ghci/GHCi/RemoteTypes.hs:85: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 libraries/ghci/GHCi/RemoteTypes.hs:85:1 52% ( 12 / 23) in 'GHCi.RemoteTypes' Missing documentation for: RemotePtr (libraries/ghci/GHCi/RemoteTypes.hs:53) toRemotePtr (libraries/ghci/GHCi/RemoteTypes.hs:56) fromRemotePtr (libraries/ghci/GHCi/RemoteTypes.hs:59) castRemotePtr (libraries/ghci/GHCi/RemoteTypes.hs:62) castRemoteRef (libraries/ghci/GHCi/RemoteTypes.hs:90) finalizeForeignRef (libraries/ghci/GHCi/RemoteTypes.hs:136) castForeignRef (libraries/ghci/GHCi/RemoteTypes.hs:139) unsafeForeignRefToRemoteRef (libraries/ghci/GHCi/RemoteTypes.hs:132) HValue (libraries/ghci/GHCi/RemoteTypes.hs:71) HValueRef (libraries/ghci/GHCi/RemoteTypes.hs:77) ForeignHValue (libraries/ghci/GHCi/RemoteTypes.hs:78) Warning: 'UArray'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ResolvedBCO' is ambiguous. It is defined * at libraries/ghci/GHCi/ResolvedBCO.hs:47:6 * at libraries/ghci/GHCi/ResolvedBCO.hs:46: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 libraries/ghci/GHCi/ResolvedBCO.hs:46:1 Warning: 'Name' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'RemoteHValues' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 33% ( 2 / 6) in 'GHCi.ResolvedBCO' Missing documentation for: Module header ResolvedBCOPtr (libraries/ghci/GHCi/ResolvedBCO.hs:95) isLittleEndian (libraries/ghci/GHCi/ResolvedBCO.hs:37) mkBCOByteArray (libraries/ghci/GHCi/ResolvedBCO.hs:67) Warning: '~' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '!' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 66% ( 6 / 9) in 'Language.Haskell.Syntax.Basic' Missing documentation for: Module header Boxity (compiler/Language/Haskell/Syntax/Basic.hs:22) isBoxed (compiler/Language/Haskell/Syntax/Basic.hs:28) Warning: 'SrcLoc' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Located' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'GhcPass' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'NoExtField' is ambiguous. It is defined * at compiler/Language/Haskell/Syntax/Extension.hs:76:19 * at compiler/Language/Haskell/Syntax/Extension.hs:76: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 compiler/Language/Haskell/Syntax/Extension.hs:76:1 2% ( 9 /342) in 'Language.Haskell.Syntax.Extension' Missing documentation for: Module header DataConCantHappen (compiler/Language/Haskell/Syntax/Extension.hs:111) Anno (compiler/Language/Haskell/Syntax/Extension.hs:125) LIdP (compiler/Language/Haskell/Syntax/Extension.hs:172) XHsValBinds (compiler/Language/Haskell/Syntax/Extension.hs:178) XHsIPBinds (compiler/Language/Haskell/Syntax/Extension.hs:179) XEmptyLocalBinds (compiler/Language/Haskell/Syntax/Extension.hs:180) XXHsLocalBindsLR (compiler/Language/Haskell/Syntax/Extension.hs:181) XValBinds (compiler/Language/Haskell/Syntax/Extension.hs:184) XXValBindsLR (compiler/Language/Haskell/Syntax/Extension.hs:185) XFunBind (compiler/Language/Haskell/Syntax/Extension.hs:188) XPatBind (compiler/Language/Haskell/Syntax/Extension.hs:189) XVarBind (compiler/Language/Haskell/Syntax/Extension.hs:190) XPatSynBind (compiler/Language/Haskell/Syntax/Extension.hs:191) XXHsBindsLR (compiler/Language/Haskell/Syntax/Extension.hs:192) XPSB (compiler/Language/Haskell/Syntax/Extension.hs:195) XXPatSynBind (compiler/Language/Haskell/Syntax/Extension.hs:196) XIPBinds (compiler/Language/Haskell/Syntax/Extension.hs:199) XXHsIPBinds (compiler/Language/Haskell/Syntax/Extension.hs:200) XCIPBind (compiler/Language/Haskell/Syntax/Extension.hs:203) XXIPBind (compiler/Language/Haskell/Syntax/Extension.hs:204) XTypeSig (compiler/Language/Haskell/Syntax/Extension.hs:207) XPatSynSig (compiler/Language/Haskell/Syntax/Extension.hs:208) XClassOpSig (compiler/Language/Haskell/Syntax/Extension.hs:209) XIdSig (compiler/Language/Haskell/Syntax/Extension.hs:210) XFixSig (compiler/Language/Haskell/Syntax/Extension.hs:211) XInlineSig (compiler/Language/Haskell/Syntax/Extension.hs:212) XSpecSig (compiler/Language/Haskell/Syntax/Extension.hs:213) XSpecInstSig (compiler/Language/Haskell/Syntax/Extension.hs:214) XMinimalSig (compiler/Language/Haskell/Syntax/Extension.hs:215) XSCCFunSig (compiler/Language/Haskell/Syntax/Extension.hs:216) XCompleteMatchSig (compiler/Language/Haskell/Syntax/Extension.hs:217) XXSig (compiler/Language/Haskell/Syntax/Extension.hs:218) XFixitySig (compiler/Language/Haskell/Syntax/Extension.hs:221) XXFixitySig (compiler/Language/Haskell/Syntax/Extension.hs:222) XStandaloneKindSig (compiler/Language/Haskell/Syntax/Extension.hs:225) XXStandaloneKindSig (compiler/Language/Haskell/Syntax/Extension.hs:226) XTyClD (compiler/Language/Haskell/Syntax/Extension.hs:232) XInstD (compiler/Language/Haskell/Syntax/Extension.hs:233) XDerivD (compiler/Language/Haskell/Syntax/Extension.hs:234) XValD (compiler/Language/Haskell/Syntax/Extension.hs:235) XSigD (compiler/Language/Haskell/Syntax/Extension.hs:236) XKindSigD (compiler/Language/Haskell/Syntax/Extension.hs:237) XDefD (compiler/Language/Haskell/Syntax/Extension.hs:238) XForD (compiler/Language/Haskell/Syntax/Extension.hs:239) XWarningD (compiler/Language/Haskell/Syntax/Extension.hs:240) XAnnD (compiler/Language/Haskell/Syntax/Extension.hs:241) XRuleD (compiler/Language/Haskell/Syntax/Extension.hs:242) XSpliceD (compiler/Language/Haskell/Syntax/Extension.hs:243) XDocD (compiler/Language/Haskell/Syntax/Extension.hs:244) XRoleAnnotD (compiler/Language/Haskell/Syntax/Extension.hs:245) XXHsDecl (compiler/Language/Haskell/Syntax/Extension.hs:246) XCHsGroup (compiler/Language/Haskell/Syntax/Extension.hs:250) XXHsGroup (compiler/Language/Haskell/Syntax/Extension.hs:251) XSpliceDecl (compiler/Language/Haskell/Syntax/Extension.hs:255) XXSpliceDecl (compiler/Language/Haskell/Syntax/Extension.hs:256) XFamDecl (compiler/Language/Haskell/Syntax/Extension.hs:260) XSynDecl (compiler/Language/Haskell/Syntax/Extension.hs:261) XDataDecl (compiler/Language/Haskell/Syntax/Extension.hs:262) XClassDecl (compiler/Language/Haskell/Syntax/Extension.hs:263) XXTyClDecl (compiler/Language/Haskell/Syntax/Extension.hs:264) XCFunDep (compiler/Language/Haskell/Syntax/Extension.hs:268) XXFunDep (compiler/Language/Haskell/Syntax/Extension.hs:269) XCTyClGroup (compiler/Language/Haskell/Syntax/Extension.hs:273) XXTyClGroup (compiler/Language/Haskell/Syntax/Extension.hs:274) XNoSig (compiler/Language/Haskell/Syntax/Extension.hs:278) XCKindSig (compiler/Language/Haskell/Syntax/Extension.hs:279) XTyVarSig (compiler/Language/Haskell/Syntax/Extension.hs:280) XXFamilyResultSig (compiler/Language/Haskell/Syntax/Extension.hs:281) XCFamilyDecl (compiler/Language/Haskell/Syntax/Extension.hs:285) XXFamilyDecl (compiler/Language/Haskell/Syntax/Extension.hs:286) XCHsDataDefn (compiler/Language/Haskell/Syntax/Extension.hs:290) XXHsDataDefn (compiler/Language/Haskell/Syntax/Extension.hs:291) XCHsDerivingClause (compiler/Language/Haskell/Syntax/Extension.hs:295) XXHsDerivingClause (compiler/Language/Haskell/Syntax/Extension.hs:296) XDctSingle (compiler/Language/Haskell/Syntax/Extension.hs:300) XDctMulti (compiler/Language/Haskell/Syntax/Extension.hs:301) XXDerivClauseTys (compiler/Language/Haskell/Syntax/Extension.hs:302) XConDeclGADT (compiler/Language/Haskell/Syntax/Extension.hs:306) XConDeclH98 (compiler/Language/Haskell/Syntax/Extension.hs:307) XXConDecl (compiler/Language/Haskell/Syntax/Extension.hs:308) XCFamEqn (compiler/Language/Haskell/Syntax/Extension.hs:312) XXFamEqn (compiler/Language/Haskell/Syntax/Extension.hs:313) XCTyFamInstDecl (compiler/Language/Haskell/Syntax/Extension.hs:317) XXTyFamInstDecl (compiler/Language/Haskell/Syntax/Extension.hs:318) XCClsInstDecl (compiler/Language/Haskell/Syntax/Extension.hs:322) XXClsInstDecl (compiler/Language/Haskell/Syntax/Extension.hs:323) XClsInstD (compiler/Language/Haskell/Syntax/Extension.hs:327) XDataFamInstD (compiler/Language/Haskell/Syntax/Extension.hs:328) XTyFamInstD (compiler/Language/Haskell/Syntax/Extension.hs:329) XXInstDecl (compiler/Language/Haskell/Syntax/Extension.hs:330) XCDerivDecl (compiler/Language/Haskell/Syntax/Extension.hs:334) XXDerivDecl (compiler/Language/Haskell/Syntax/Extension.hs:335) XStockStrategy (compiler/Language/Haskell/Syntax/Extension.hs:339) XAnyClassStrategy (compiler/Language/Haskell/Syntax/Extension.hs:340) XNewtypeStrategy (compiler/Language/Haskell/Syntax/Extension.hs:341) XViaStrategy (compiler/Language/Haskell/Syntax/Extension.hs:342) XCDefaultDecl (compiler/Language/Haskell/Syntax/Extension.hs:346) XXDefaultDecl (compiler/Language/Haskell/Syntax/Extension.hs:347) XForeignImport (compiler/Language/Haskell/Syntax/Extension.hs:351) XForeignExport (compiler/Language/Haskell/Syntax/Extension.hs:352) XXForeignDecl (compiler/Language/Haskell/Syntax/Extension.hs:353) XCImport (compiler/Language/Haskell/Syntax/Extension.hs:354) XXForeignImport (compiler/Language/Haskell/Syntax/Extension.hs:355) XCExport (compiler/Language/Haskell/Syntax/Extension.hs:356) XXForeignExport (compiler/Language/Haskell/Syntax/Extension.hs:357) XCRuleDecls (compiler/Language/Haskell/Syntax/Extension.hs:361) XXRuleDecls (compiler/Language/Haskell/Syntax/Extension.hs:362) XHsRule (compiler/Language/Haskell/Syntax/Extension.hs:366) XXRuleDecl (compiler/Language/Haskell/Syntax/Extension.hs:367) XCRuleBndr (compiler/Language/Haskell/Syntax/Extension.hs:371) XRuleBndrSig (compiler/Language/Haskell/Syntax/Extension.hs:372) XXRuleBndr (compiler/Language/Haskell/Syntax/Extension.hs:373) XWarnings (compiler/Language/Haskell/Syntax/Extension.hs:377) XXWarnDecls (compiler/Language/Haskell/Syntax/Extension.hs:378) XWarning (compiler/Language/Haskell/Syntax/Extension.hs:382) XXWarnDecl (compiler/Language/Haskell/Syntax/Extension.hs:383) XHsAnnotation (compiler/Language/Haskell/Syntax/Extension.hs:387) XXAnnDecl (compiler/Language/Haskell/Syntax/Extension.hs:388) XCRoleAnnotDecl (compiler/Language/Haskell/Syntax/Extension.hs:392) XXRoleAnnotDecl (compiler/Language/Haskell/Syntax/Extension.hs:393) XCInjectivityAnn (compiler/Language/Haskell/Syntax/Extension.hs:397) XXInjectivityAnn (compiler/Language/Haskell/Syntax/Extension.hs:398) XCModule (compiler/Language/Haskell/Syntax/Extension.hs:403) XXModule (compiler/Language/Haskell/Syntax/Extension.hs:404) XVar (compiler/Language/Haskell/Syntax/Extension.hs:409) XUnboundVar (compiler/Language/Haskell/Syntax/Extension.hs:410) XRecSel (compiler/Language/Haskell/Syntax/Extension.hs:411) XOverLabel (compiler/Language/Haskell/Syntax/Extension.hs:412) XIPVar (compiler/Language/Haskell/Syntax/Extension.hs:413) XOverLitE (compiler/Language/Haskell/Syntax/Extension.hs:414) XLitE (compiler/Language/Haskell/Syntax/Extension.hs:415) XLam (compiler/Language/Haskell/Syntax/Extension.hs:416) XLamCase (compiler/Language/Haskell/Syntax/Extension.hs:417) XApp (compiler/Language/Haskell/Syntax/Extension.hs:418) XAppTypeE (compiler/Language/Haskell/Syntax/Extension.hs:419) XOpApp (compiler/Language/Haskell/Syntax/Extension.hs:420) XNegApp (compiler/Language/Haskell/Syntax/Extension.hs:421) XPar (compiler/Language/Haskell/Syntax/Extension.hs:422) XSectionL (compiler/Language/Haskell/Syntax/Extension.hs:423) XSectionR (compiler/Language/Haskell/Syntax/Extension.hs:424) XExplicitTuple (compiler/Language/Haskell/Syntax/Extension.hs:425) XExplicitSum (compiler/Language/Haskell/Syntax/Extension.hs:426) XCase (compiler/Language/Haskell/Syntax/Extension.hs:427) XIf (compiler/Language/Haskell/Syntax/Extension.hs:428) XMultiIf (compiler/Language/Haskell/Syntax/Extension.hs:429) XLet (compiler/Language/Haskell/Syntax/Extension.hs:430) XDo (compiler/Language/Haskell/Syntax/Extension.hs:431) XExplicitList (compiler/Language/Haskell/Syntax/Extension.hs:432) XRecordCon (compiler/Language/Haskell/Syntax/Extension.hs:433) XRecordUpd (compiler/Language/Haskell/Syntax/Extension.hs:434) XLHsRecUpdLabels (compiler/Language/Haskell/Syntax/Extension.hs:435) XLHsOLRecUpdLabels (compiler/Language/Haskell/Syntax/Extension.hs:436) XGetField (compiler/Language/Haskell/Syntax/Extension.hs:437) XProjection (compiler/Language/Haskell/Syntax/Extension.hs:438) XExprWithTySig (compiler/Language/Haskell/Syntax/Extension.hs:439) XArithSeq (compiler/Language/Haskell/Syntax/Extension.hs:440) XTypedBracket (compiler/Language/Haskell/Syntax/Extension.hs:441) XUntypedBracket (compiler/Language/Haskell/Syntax/Extension.hs:442) XTypedSplice (compiler/Language/Haskell/Syntax/Extension.hs:443) XUntypedSplice (compiler/Language/Haskell/Syntax/Extension.hs:444) XProc (compiler/Language/Haskell/Syntax/Extension.hs:445) XStatic (compiler/Language/Haskell/Syntax/Extension.hs:446) XTick (compiler/Language/Haskell/Syntax/Extension.hs:447) XBinTick (compiler/Language/Haskell/Syntax/Extension.hs:448) XPragE (compiler/Language/Haskell/Syntax/Extension.hs:449) XEmbTy (compiler/Language/Haskell/Syntax/Extension.hs:450) XXExpr (compiler/Language/Haskell/Syntax/Extension.hs:451) XCDotFieldOcc (compiler/Language/Haskell/Syntax/Extension.hs:455) XXDotFieldOcc (compiler/Language/Haskell/Syntax/Extension.hs:456) XSCC (compiler/Language/Haskell/Syntax/Extension.hs:460) XXPragE (compiler/Language/Haskell/Syntax/Extension.hs:461) XUnambiguous (compiler/Language/Haskell/Syntax/Extension.hs:466) XAmbiguous (compiler/Language/Haskell/Syntax/Extension.hs:467) XXAmbiguousFieldOcc (compiler/Language/Haskell/Syntax/Extension.hs:468) XPresent (compiler/Language/Haskell/Syntax/Extension.hs:472) XMissing (compiler/Language/Haskell/Syntax/Extension.hs:473) XXTupArg (compiler/Language/Haskell/Syntax/Extension.hs:474) XUntypedSpliceExpr (compiler/Language/Haskell/Syntax/Extension.hs:478) XQuasiQuote (compiler/Language/Haskell/Syntax/Extension.hs:479) XXUntypedSplice (compiler/Language/Haskell/Syntax/Extension.hs:480) XExpBr (compiler/Language/Haskell/Syntax/Extension.hs:484) XPatBr (compiler/Language/Haskell/Syntax/Extension.hs:485) XDecBrL (compiler/Language/Haskell/Syntax/Extension.hs:486) XDecBrG (compiler/Language/Haskell/Syntax/Extension.hs:487) XTypBr (compiler/Language/Haskell/Syntax/Extension.hs:488) XVarBr (compiler/Language/Haskell/Syntax/Extension.hs:489) XXQuote (compiler/Language/Haskell/Syntax/Extension.hs:490) XCmdTop (compiler/Language/Haskell/Syntax/Extension.hs:494) XXCmdTop (compiler/Language/Haskell/Syntax/Extension.hs:495) XMG (compiler/Language/Haskell/Syntax/Extension.hs:499) XXMatchGroup (compiler/Language/Haskell/Syntax/Extension.hs:500) XCMatch (compiler/Language/Haskell/Syntax/Extension.hs:504) XXMatch (compiler/Language/Haskell/Syntax/Extension.hs:505) XCGRHSs (compiler/Language/Haskell/Syntax/Extension.hs:509) XXGRHSs (compiler/Language/Haskell/Syntax/Extension.hs:510) XCGRHS (compiler/Language/Haskell/Syntax/Extension.hs:514) XXGRHS (compiler/Language/Haskell/Syntax/Extension.hs:515) XLastStmt (compiler/Language/Haskell/Syntax/Extension.hs:519) XBindStmt (compiler/Language/Haskell/Syntax/Extension.hs:520) XApplicativeStmt (compiler/Language/Haskell/Syntax/Extension.hs:521) XBodyStmt (compiler/Language/Haskell/Syntax/Extension.hs:522) XLetStmt (compiler/Language/Haskell/Syntax/Extension.hs:523) XParStmt (compiler/Language/Haskell/Syntax/Extension.hs:524) XTransStmt (compiler/Language/Haskell/Syntax/Extension.hs:525) XRecStmt (compiler/Language/Haskell/Syntax/Extension.hs:526) XXStmtLR (compiler/Language/Haskell/Syntax/Extension.hs:527) XCmdArrApp (compiler/Language/Haskell/Syntax/Extension.hs:531) XCmdArrForm (compiler/Language/Haskell/Syntax/Extension.hs:532) XCmdApp (compiler/Language/Haskell/Syntax/Extension.hs:533) XCmdLam (compiler/Language/Haskell/Syntax/Extension.hs:534) XCmdPar (compiler/Language/Haskell/Syntax/Extension.hs:535) XCmdCase (compiler/Language/Haskell/Syntax/Extension.hs:536) XCmdLamCase (compiler/Language/Haskell/Syntax/Extension.hs:537) XCmdIf (compiler/Language/Haskell/Syntax/Extension.hs:538) XCmdLet (compiler/Language/Haskell/Syntax/Extension.hs:539) XCmdDo (compiler/Language/Haskell/Syntax/Extension.hs:540) XCmdWrap (compiler/Language/Haskell/Syntax/Extension.hs:541) XXCmd (compiler/Language/Haskell/Syntax/Extension.hs:542) XParStmtBlock (compiler/Language/Haskell/Syntax/Extension.hs:546) XXParStmtBlock (compiler/Language/Haskell/Syntax/Extension.hs:547) XApplicativeArgOne (compiler/Language/Haskell/Syntax/Extension.hs:551) XApplicativeArgMany (compiler/Language/Haskell/Syntax/Extension.hs:552) XXApplicativeArg (compiler/Language/Haskell/Syntax/Extension.hs:553) XHsChar (compiler/Language/Haskell/Syntax/Extension.hs:565) XHsCharPrim (compiler/Language/Haskell/Syntax/Extension.hs:566) XHsString (compiler/Language/Haskell/Syntax/Extension.hs:567) XHsStringPrim (compiler/Language/Haskell/Syntax/Extension.hs:568) XHsInt (compiler/Language/Haskell/Syntax/Extension.hs:569) XHsIntPrim (compiler/Language/Haskell/Syntax/Extension.hs:570) XHsWordPrim (compiler/Language/Haskell/Syntax/Extension.hs:571) XHsInt8Prim (compiler/Language/Haskell/Syntax/Extension.hs:572) XHsInt16Prim (compiler/Language/Haskell/Syntax/Extension.hs:573) XHsInt32Prim (compiler/Language/Haskell/Syntax/Extension.hs:574) XHsInt64Prim (compiler/Language/Haskell/Syntax/Extension.hs:575) XHsWord8Prim (compiler/Language/Haskell/Syntax/Extension.hs:576) XHsWord16Prim (compiler/Language/Haskell/Syntax/Extension.hs:577) XHsWord32Prim (compiler/Language/Haskell/Syntax/Extension.hs:578) XHsWord64Prim (compiler/Language/Haskell/Syntax/Extension.hs:579) XHsInteger (compiler/Language/Haskell/Syntax/Extension.hs:580) XHsRat (compiler/Language/Haskell/Syntax/Extension.hs:581) XHsFloatPrim (compiler/Language/Haskell/Syntax/Extension.hs:582) XHsDoublePrim (compiler/Language/Haskell/Syntax/Extension.hs:583) XXLit (compiler/Language/Haskell/Syntax/Extension.hs:584) XOverLit (compiler/Language/Haskell/Syntax/Extension.hs:588) XXOverLit (compiler/Language/Haskell/Syntax/Extension.hs:589) XWildPat (compiler/Language/Haskell/Syntax/Extension.hs:594) XVarPat (compiler/Language/Haskell/Syntax/Extension.hs:595) XLazyPat (compiler/Language/Haskell/Syntax/Extension.hs:596) XAsPat (compiler/Language/Haskell/Syntax/Extension.hs:597) XParPat (compiler/Language/Haskell/Syntax/Extension.hs:598) XBangPat (compiler/Language/Haskell/Syntax/Extension.hs:599) XListPat (compiler/Language/Haskell/Syntax/Extension.hs:600) XTuplePat (compiler/Language/Haskell/Syntax/Extension.hs:601) XSumPat (compiler/Language/Haskell/Syntax/Extension.hs:602) XConPat (compiler/Language/Haskell/Syntax/Extension.hs:603) XViewPat (compiler/Language/Haskell/Syntax/Extension.hs:604) XSplicePat (compiler/Language/Haskell/Syntax/Extension.hs:605) XLitPat (compiler/Language/Haskell/Syntax/Extension.hs:606) XNPat (compiler/Language/Haskell/Syntax/Extension.hs:607) XNPlusKPat (compiler/Language/Haskell/Syntax/Extension.hs:608) XSigPat (compiler/Language/Haskell/Syntax/Extension.hs:609) XEmbTyPat (compiler/Language/Haskell/Syntax/Extension.hs:610) XInvisPat (compiler/Language/Haskell/Syntax/Extension.hs:611) XCoPat (compiler/Language/Haskell/Syntax/Extension.hs:612) XXPat (compiler/Language/Haskell/Syntax/Extension.hs:613) XHsFieldBind (compiler/Language/Haskell/Syntax/Extension.hs:614) XHsQTvs (compiler/Language/Haskell/Syntax/Extension.hs:622) XXLHsQTyVars (compiler/Language/Haskell/Syntax/Extension.hs:623) XHsOuterImplicit (compiler/Language/Haskell/Syntax/Extension.hs:627) XHsOuterExplicit (compiler/Language/Haskell/Syntax/Extension.hs:628) XXHsOuterTyVarBndrs (compiler/Language/Haskell/Syntax/Extension.hs:629) XHsSig (compiler/Language/Haskell/Syntax/Extension.hs:633) XXHsSigType (compiler/Language/Haskell/Syntax/Extension.hs:634) XHsWC (compiler/Language/Haskell/Syntax/Extension.hs:638) XXHsWildCardBndrs (compiler/Language/Haskell/Syntax/Extension.hs:639) XHsPS (compiler/Language/Haskell/Syntax/Extension.hs:643) XXHsPatSigType (compiler/Language/Haskell/Syntax/Extension.hs:644) XHsTP (compiler/Language/Haskell/Syntax/Extension.hs:648) XXHsTyPat (compiler/Language/Haskell/Syntax/Extension.hs:649) XForAllTy (compiler/Language/Haskell/Syntax/Extension.hs:653) XQualTy (compiler/Language/Haskell/Syntax/Extension.hs:654) XTyVar (compiler/Language/Haskell/Syntax/Extension.hs:655) XAppTy (compiler/Language/Haskell/Syntax/Extension.hs:656) XAppKindTy (compiler/Language/Haskell/Syntax/Extension.hs:657) XFunTy (compiler/Language/Haskell/Syntax/Extension.hs:658) XListTy (compiler/Language/Haskell/Syntax/Extension.hs:659) XTupleTy (compiler/Language/Haskell/Syntax/Extension.hs:660) XSumTy (compiler/Language/Haskell/Syntax/Extension.hs:661) XOpTy (compiler/Language/Haskell/Syntax/Extension.hs:662) XParTy (compiler/Language/Haskell/Syntax/Extension.hs:663) XIParamTy (compiler/Language/Haskell/Syntax/Extension.hs:664) XStarTy (compiler/Language/Haskell/Syntax/Extension.hs:665) XKindSig (compiler/Language/Haskell/Syntax/Extension.hs:666) XSpliceTy (compiler/Language/Haskell/Syntax/Extension.hs:667) XDocTy (compiler/Language/Haskell/Syntax/Extension.hs:668) XBangTy (compiler/Language/Haskell/Syntax/Extension.hs:669) XRecTy (compiler/Language/Haskell/Syntax/Extension.hs:670) XExplicitListTy (compiler/Language/Haskell/Syntax/Extension.hs:671) XExplicitTupleTy (compiler/Language/Haskell/Syntax/Extension.hs:672) XTyLit (compiler/Language/Haskell/Syntax/Extension.hs:673) XWildCardTy (compiler/Language/Haskell/Syntax/Extension.hs:674) XXType (compiler/Language/Haskell/Syntax/Extension.hs:675) XNumTy (compiler/Language/Haskell/Syntax/Extension.hs:679) XStrTy (compiler/Language/Haskell/Syntax/Extension.hs:680) XCharTy (compiler/Language/Haskell/Syntax/Extension.hs:681) XXTyLit (compiler/Language/Haskell/Syntax/Extension.hs:682) XHsForAllVis (compiler/Language/Haskell/Syntax/Extension.hs:686) XHsForAllInvis (compiler/Language/Haskell/Syntax/Extension.hs:687) XXHsForAllTelescope (compiler/Language/Haskell/Syntax/Extension.hs:688) XUserTyVar (compiler/Language/Haskell/Syntax/Extension.hs:692) XKindedTyVar (compiler/Language/Haskell/Syntax/Extension.hs:693) XXTyVarBndr (compiler/Language/Haskell/Syntax/Extension.hs:694) XConDeclField (compiler/Language/Haskell/Syntax/Extension.hs:698) XXConDeclField (compiler/Language/Haskell/Syntax/Extension.hs:699) XCFieldOcc (compiler/Language/Haskell/Syntax/Extension.hs:703) XXFieldOcc (compiler/Language/Haskell/Syntax/Extension.hs:704) XCImportDecl (compiler/Language/Haskell/Syntax/Extension.hs:711) XXImportDecl (compiler/Language/Haskell/Syntax/Extension.hs:712) ImportDeclPkgQual (compiler/Language/Haskell/Syntax/Extension.hs:713) XIEVar (compiler/Language/Haskell/Syntax/Extension.hs:717) XIEThingAbs (compiler/Language/Haskell/Syntax/Extension.hs:718) XIEThingAll (compiler/Language/Haskell/Syntax/Extension.hs:719) XIEThingWith (compiler/Language/Haskell/Syntax/Extension.hs:720) XIEModuleContents (compiler/Language/Haskell/Syntax/Extension.hs:721) XIEGroup (compiler/Language/Haskell/Syntax/Extension.hs:722) XIEDoc (compiler/Language/Haskell/Syntax/Extension.hs:723) XIEDocNamed (compiler/Language/Haskell/Syntax/Extension.hs:724) XXIE (compiler/Language/Haskell/Syntax/Extension.hs:725) XIEName (compiler/Language/Haskell/Syntax/Extension.hs:729) XIEPattern (compiler/Language/Haskell/Syntax/Extension.hs:730) XIEType (compiler/Language/Haskell/Syntax/Extension.hs:731) XXIEWrappedName (compiler/Language/Haskell/Syntax/Extension.hs:732) Warning: 'Unique' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 40% ( 4 / 10) in 'Language.Haskell.Syntax.Module.Name' Missing documentation for: Module header moduleNameFS (compiler/Language/Haskell/Syntax/Module/Name.hs:34) moduleNameString (compiler/Language/Haskell/Syntax/Module/Name.hs:37) mkModuleName (compiler/Language/Haskell/Syntax/Module/Name.hs:40) mkModuleNameFS (compiler/Language/Haskell/Syntax/Module/Name.hs:43) parseModuleName (compiler/Language/Haskell/Syntax/Module/Name.hs:58) Warning: 'trace' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'panic' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'SDoc' is ambiguous. It is defined * at compiler/GHC/Utils/Outputable.hs:381:1 * at compiler/GHC/Utils/Outputable.hs:376: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 compiler/GHC/Utils/Outputable.hs:376:1 Warning: 'HDoc' is ambiguous. It is defined * at compiler/GHC/Utils/Outputable.hs:1773:1 * at compiler/GHC/Utils/Outputable.hs:1763: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 compiler/GHC/Utils/Outputable.hs:1763:1 Warning: 'HLine' is ambiguous. It is defined * at compiler/GHC/Utils/Outputable.hs:1767:1 * at compiler/GHC/Utils/Outputable.hs:1758: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 compiler/GHC/Utils/Outputable.hs:1758:1 Warning: 'FastString' is ambiguous. It is defined * at compiler/GHC/Data/FastString.hs:208:19 * at compiler/GHC/Data/FastString.hs:208: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 compiler/GHC/Data/FastString.hs:208:1 Warning: 'UnitId' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Name' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'it' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'they' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 30% ( 60 /200) in 'GHC.Utils.Outputable' Missing documentation for: JoinPointHood (compiler/GHC/Utils/Outputable.hs:1261) isJoinPoint (compiler/GHC/Utils/Outputable.hs:1267) runSDoc (compiler/GHC/Utils/Outputable.hs:386) docToSDoc (compiler/GHC/Utils/Outputable.hs:681) interpp'SP' (compiler/GHC/Utils/Outputable.hs:1417) pprWithCommas (compiler/GHC/Utils/Outputable.hs:1390) quotedListWithOr (compiler/GHC/Utils/Outputable.hs:1430) quotedListWithNor (compiler/GHC/Utils/Outputable.hs:1435) quotedListWithAnd (compiler/GHC/Utils/Outputable.hs:1440) pprWithBars (compiler/GHC/Utils/Outputable.hs:1396) spaceIfSingleQuote (compiler/GHC/Utils/Outputable.hs:1401) isEmpty (compiler/GHC/Utils/Outputable.hs:678) ptext (compiler/GHC/Utils/Outputable.hs:693) int (compiler/GHC/Utils/Outputable.hs:695) intWithCommas (compiler/GHC/Utils/Outputable.hs:1453) integer (compiler/GHC/Utils/Outputable.hs:697) word64 (compiler/GHC/Utils/Outputable.hs:706) word (compiler/GHC/Utils/Outputable.hs:708) float (compiler/GHC/Utils/Outputable.hs:699) double (compiler/GHC/Utils/Outputable.hs:701) rational (compiler/GHC/Utils/Outputable.hs:703) parens (compiler/GHC/Utils/Outputable.hs:721) cparen (compiler/GHC/Utils/Outputable.hs:735) brackets (compiler/GHC/Utils/Outputable.hs:725) braces (compiler/GHC/Utils/Outputable.hs:723) quotes (compiler/GHC/Utils/Outputable.hs:746) quote (compiler/GHC/Utils/Outputable.hs:727) quoteIfPunsEnabled (compiler/GHC/Utils/Outputable.hs:738) doubleQuotes (compiler/GHC/Utils/Outputable.hs:729) angleBrackets (compiler/GHC/Utils/Outputable.hs:731) semi (compiler/GHC/Utils/Outputable.hs:774) comma (compiler/GHC/Utils/Outputable.hs:775) colon (compiler/GHC/Utils/Outputable.hs:776) dcolon (compiler/GHC/Utils/Outputable.hs:761) space (compiler/GHC/Utils/Outputable.hs:778) equals (compiler/GHC/Utils/Outputable.hs:777) dot (compiler/GHC/Utils/Outputable.hs:780) vbar (compiler/GHC/Utils/Outputable.hs:781) arrow (compiler/GHC/Utils/Outputable.hs:762) lollipop (compiler/GHC/Utils/Outputable.hs:763) larrow (compiler/GHC/Utils/Outputable.hs:764) darrow (compiler/GHC/Utils/Outputable.hs:765) arrowt (compiler/GHC/Utils/Outputable.hs:766) larrowt (compiler/GHC/Utils/Outputable.hs:767) arrowtt (compiler/GHC/Utils/Outputable.hs:768) larrowtt (compiler/GHC/Utils/Outputable.hs:769) lambda (compiler/GHC/Utils/Outputable.hs:770) lparen (compiler/GHC/Utils/Outputable.hs:782) rparen (compiler/GHC/Utils/Outputable.hs:783) lbrack (compiler/GHC/Utils/Outputable.hs:784) rbrack (compiler/GHC/Utils/Outputable.hs:785) lbrace (compiler/GHC/Utils/Outputable.hs:786) rbrace (compiler/GHC/Utils/Outputable.hs:787) underscore (compiler/GHC/Utils/Outputable.hs:779) blankLine (compiler/GHC/Utils/Outputable.hs:760) forAllLit (compiler/GHC/Utils/Outputable.hs:790) bullet (compiler/GHC/Utils/Outputable.hs:793) hang (compiler/GHC/Utils/Outputable.hs:838) punctuate (compiler/GHC/Utils/Outputable.hs:851) ppWhen (compiler/GHC/Utils/Outputable.hs:874) ppUnless (compiler/GHC/Utils/Outputable.hs:878) ppWhenOption (compiler/GHC/Utils/Outputable.hs:883) ppUnlessOption (compiler/GHC/Utils/Outputable.hs:889) unicodeSyntax (compiler/GHC/Utils/Outputable.hs:796) keyword (compiler/GHC/Utils/Outputable.hs:908) pprCode (compiler/GHC/Utils/Outputable.hs:645) showSDocOneLine (compiler/GHC/Utils/Outputable.hs:657) showSDocUnsafe (compiler/GHC/Utils/Outputable.hs:664) showPprUnsafe (compiler/GHC/Utils/Outputable.hs:667) renderWithContext (compiler/GHC/Utils/Outputable.hs:648) pprDebugAndThen (compiler/GHC/Utils/Outputable.hs:671) pprInfixVar (compiler/GHC/Utils/Outputable.hs:1358) pprPrefixVar (compiler/GHC/Utils/Outputable.hs:1352) primFloatSuffix (compiler/GHC/Utils/Outputable.hs:1316) primCharSuffix (compiler/GHC/Utils/Outputable.hs:1315) primDoubleSuffix (compiler/GHC/Utils/Outputable.hs:1318) primInt8Suffix (compiler/GHC/Utils/Outputable.hs:1320) primWord8Suffix (compiler/GHC/Utils/Outputable.hs:1321) primInt16Suffix (compiler/GHC/Utils/Outputable.hs:1322) primWord16Suffix (compiler/GHC/Utils/Outputable.hs:1323) primInt32Suffix (compiler/GHC/Utils/Outputable.hs:1324) primWord32Suffix (compiler/GHC/Utils/Outputable.hs:1325) primInt64Suffix (compiler/GHC/Utils/Outputable.hs:1326) primWord64Suffix (compiler/GHC/Utils/Outputable.hs:1327) primIntSuffix (compiler/GHC/Utils/Outputable.hs:1317) primWordSuffix (compiler/GHC/Utils/Outputable.hs:1319) pprPrimInt (compiler/GHC/Utils/Outputable.hs:1338) pprPrimWord (compiler/GHC/Utils/Outputable.hs:1339) pprPrimInt8 (compiler/GHC/Utils/Outputable.hs:1340) pprPrimWord8 (compiler/GHC/Utils/Outputable.hs:1344) pprPrimInt16 (compiler/GHC/Utils/Outputable.hs:1341) pprPrimWord16 (compiler/GHC/Utils/Outputable.hs:1345) pprPrimInt32 (compiler/GHC/Utils/Outputable.hs:1342) pprPrimWord32 (compiler/GHC/Utils/Outputable.hs:1346) pprPrimInt64 (compiler/GHC/Utils/Outputable.hs:1343) pprPrimWord64 (compiler/GHC/Utils/Outputable.hs:1347) pprFastFilePath (compiler/GHC/Utils/Outputable.hs:1364) pprModuleName (compiler/GHC/Utils/Outputable.hs:1079) PprStyle (compiler/GHC/Utils/Outputable.hs:174) PromotedItem (compiler/GHC/Utils/Outputable.hs:235) IsEmptyOrSingleton (compiler/GHC/Utils/Outputable.hs:240) isListEmptyOrSingleton (compiler/GHC/Utils/Outputable.hs:243) reallyAlwaysQualify (compiler/GHC/Utils/Outputable.hs:294) reallyAlwaysQualifyNames (compiler/GHC/Utils/Outputable.hs:269) alwaysQualify (compiler/GHC/Utils/Outputable.hs:299) alwaysQualifyModules (compiler/GHC/Utils/Outputable.hs:279) neverQualify (compiler/GHC/Utils/Outputable.hs:303) neverQualifyNames (compiler/GHC/Utils/Outputable.hs:276) neverQualifyModules (compiler/GHC/Utils/Outputable.hs:282) alwaysQualifyPackages (compiler/GHC/Utils/Outputable.hs:285) neverQualifyPackages (compiler/GHC/Utils/Outputable.hs:288) alwaysPrintPromTick (compiler/GHC/Utils/Outputable.hs:291) QualifyName (compiler/GHC/Utils/Outputable.hs:250) queryQual (compiler/GHC/Utils/Outputable.hs:588) sdocOption (compiler/GHC/Utils/Outputable.hs:560) updSDocContext (compiler/GHC/Utils/Outputable.hs:564) SDocContext (compiler/GHC/Utils/Outputable.hs:388) sdocWithContext (compiler/GHC/Utils/Outputable.hs:556) traceSDocContext (compiler/GHC/Utils/Outputable.hs:497) getPprStyle (compiler/GHC/Utils/Outputable.hs:552) withPprStyle (compiler/GHC/Utils/Outputable.hs:509) setStyleColoured (compiler/GHC/Utils/Outputable.hs:342) pprDeeper (compiler/GHC/Utils/Outputable.hs:512) pprSetDepth (compiler/GHC/Utils/Outputable.hs:543) codeStyle (compiler/GHC/Utils/Outputable.hs:594) userStyle (compiler/GHC/Utils/Outputable.hs:602) dumpStyle (compiler/GHC/Utils/Outputable.hs:598) qualName (compiler/GHC/Utils/Outputable.hs:568) qualModule (compiler/GHC/Utils/Outputable.hs:573) qualPackage (compiler/GHC/Utils/Outputable.hs:578) promTick (compiler/GHC/Utils/Outputable.hs:583) defaultDumpStyle (compiler/GHC/Utils/Outputable.hs:313) mkDumpStyle (compiler/GHC/Utils/Outputable.hs:316) defaultUserStyle (compiler/GHC/Utils/Outputable.hs:309) mkUserStyle (compiler/GHC/Utils/Outputable.hs:332) cmdlineParserStyle (compiler/GHC/Utils/Outputable.hs:329) Depth (compiler/GHC/Utils/Outputable.hs:189) withUserStyle (compiler/GHC/Utils/Outputable.hs:335) withErrStyle (compiler/GHC/Utils/Outputable.hs:338) bPutHDoc (compiler/GHC/Utils/Outputable.hs:1778) Warning: 'impossible' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 70% ( 22 / 31) in 'GHC.Utils.Panic' Missing documentation for: throwGhcException (compiler/GHC/Utils/Panic.hs:180) throwGhcExceptionIO (compiler/GHC/Utils/Panic.hs:183) handleGhcException (compiler/GHC/Utils/Panic.hs:186) assertPpr (compiler/GHC/Utils/Panic.hs:322) assertPprMaybe (compiler/GHC/Utils/Panic.hs:329) assertPprM (compiler/GHC/Utils/Panic.hs:339) massertPpr (compiler/GHC/Utils/Panic.hs:335) callStackDoc (compiler/GHC/Utils/Panic.hs:307) prettyCallStackDoc (compiler/GHC/Utils/Panic.hs:310) 75% ( 9 / 12) in 'GHC.Utils.Trace' Missing documentation for: pprTraceM (compiler/GHC/Utils/Trace.hs:46) pprTraceDebug (compiler/GHC/Utils/Trace.hs:49) warnPprTraceM (compiler/GHC/Utils/Trace.hs:89) Warning: GHC.Prelude: Could not find documentation for exported module: GHC.Prelude 75% ( 9 / 12) in 'GHC.Prelude' Missing documentation for: pprTraceM (compiler/GHC/Utils/Trace.hs:46) pprTraceDebug (compiler/GHC/Utils/Trace.hs:49) warnPprTraceM (compiler/GHC/Utils/Trace.hs:89) 0% ( 0 / 4) in 'GHC.Utils.Word64' Missing documentation for: Module header intToWord64 (compiler/GHC/Utils/Word64.hs:14) word64ToInt (compiler/GHC/Utils/Word64.hs:17) truncateWord64ToWord32 (compiler/GHC/Utils/Word64.hs:20) Warning: 's' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'State' is ambiguous. It is defined * at compiler/GHC/Utils/Monad/State/Strict.hs:72:1 * at compiler/GHC/Utils/Monad/State/Strict.hs:61: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 compiler/GHC/Utils/Monad/State/Strict.hs:61:1 33% ( 4 / 12) in 'GHC.Utils.Monad.State.Strict' Missing documentation for: state (compiler/GHC/Utils/Monad/State/Strict.hs:96) evalState (compiler/GHC/Utils/Monad/State/Strict.hs:111) execState (compiler/GHC/Utils/Monad/State/Strict.hs:114) runState (compiler/GHC/Utils/Monad/State/Strict.hs:117) get (compiler/GHC/Utils/Monad/State/Strict.hs:99) gets (compiler/GHC/Utils/Monad/State/Strict.hs:102) put (compiler/GHC/Utils/Monad/State/Strict.hs:105) modify (compiler/GHC/Utils/Monad/State/Strict.hs:108) 78% ( 22 / 28) in 'GHC.Utils.Monad' Missing documentation for: zipWith3M (compiler/GHC/Utils/Monad.hs:77) zipWith3M_ (compiler/GHC/Utils/Monad.hs:83) zipWith4M (compiler/GHC/Utils/Monad.hs:90) zipWithAndUnzipM (compiler/GHC/Utils/Monad.hs:95) mapAndUnzip4M (compiler/GHC/Utils/Monad.hs:144) mapAndUnzip5M (compiler/GHC/Utils/Monad.hs:150) Warning: 'FastString' is ambiguous. It is defined * at compiler/GHC/Data/FastString.hs:208:19 * at compiler/GHC/Data/FastString.hs:208: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 compiler/GHC/Data/FastString.hs:208:1 45% ( 11 / 24) in 'GHC.Utils.Lexeme' Missing documentation for: Module header isLexCon (compiler/GHC/Utils/Lexeme.hs:63) isLexVar (compiler/GHC/Utils/Lexeme.hs:64) isLexId (compiler/GHC/Utils/Lexeme.hs:66) isLexSym (compiler/GHC/Utils/Lexeme.hs:67) isLexConId (compiler/GHC/Utils/Lexeme.hs:70) isLexConSym (compiler/GHC/Utils/Lexeme.hs:78) isLexVarId (compiler/GHC/Utils/Lexeme.hs:74) isLexVarSym (compiler/GHC/Utils/Lexeme.hs:82) startsVarSym (libraries/ghc-boot-th/GHC/Lexeme.hs:38) startsVarId (libraries/ghc-boot-th/GHC/Lexeme.hs:40) startsConSym (libraries/ghc-boot-th/GHC/Lexeme.hs:39) startsConId (libraries/ghc-boot-th/GHC/Lexeme.hs:44) 33% ( 1 / 3) in 'GHC.Utils.CliOption' Missing documentation for: Module header showOpt (compiler/GHC/Utils/CliOption.hs:26) 50% ( 1 / 2) in 'GHC.Types.ProfAuto' Missing documentation for: Module header 80% ( 4 / 5) in 'GHC.Types.HpcInfo' Missing documentation for: emptyHpcInfo (compiler/GHC/Types/HpcInfo.hs:27) 14% ( 1 / 7) in 'GHC.Tc.Types.TcRef' Missing documentation for: Module header newTcRef (compiler/GHC/Tc/Types/TcRef.hs:17) readTcRef (compiler/GHC/Tc/Types/TcRef.hs:21) writeTcRef (compiler/GHC/Tc/Types/TcRef.hs:25) updTcRef (compiler/GHC/Tc/Types/TcRef.hs:29) updTcRefM (compiler/GHC/Tc/Types/TcRef.hs:33) 50% ( 1 / 2) in 'GHC.SysTools.Terminal' Missing documentation for: Module header 42% ( 6 / 14) in 'GHC.Settings.Constants' Missing documentation for: hiVersion (compiler/GHC/Settings/Constants.hs:9) mAX_TUPLE_SIZE (compiler/GHC/Settings/Constants.hs:14) mAX_CTUPLE_SIZE (compiler/GHC/Settings/Constants.hs:18) mAX_SUM_SIZE (compiler/GHC/Settings/Constants.hs:21) wORD64_SIZE (compiler/GHC/Settings/Constants.hs:55) fLOAT_SIZE (compiler/GHC/Settings/Constants.hs:59) dOUBLE_SIZE (compiler/GHC/Settings/Constants.hs:63) tARGET_MAX_CHAR (compiler/GHC/Settings/Constants.hs:66) Warning: 'plugin' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Plugin' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 3 / 3) in 'GHC.Driver.Plugins.External' Warning: 'Backend' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 66% ( 2 / 3) in 'GHC.Driver.Backend.Internal' Missing documentation for: BackendName (compiler/GHC/Driver/Backend/Internal.hs:26) 16% ( 1 / 6) in 'GHC.Data.Unboxed' Missing documentation for: Module header fmapMaybeUB (compiler/GHC/Data/Unboxed.hs:44) fromMaybeUB (compiler/GHC/Data/Unboxed.hs:36) apMaybeUB (compiler/GHC/Data/Unboxed.hs:40) maybeUB (compiler/GHC/Data/Unboxed.hs:48) Warning: 'StringBuffer' is ambiguous. It is defined * at compiler/GHC/Data/StringBuffer.hs:96:4 * at compiler/GHC/Data/StringBuffer.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 compiler/GHC/Data/StringBuffer.hs:95:1 Warning: 'utf8DecodeChar' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 72% ( 21 / 29) in 'GHC.Data.StringBuffer' Missing documentation for: Module header hGetStringBufferBlock (compiler/GHC/Data/StringBuffer.hs:131) hPutStringBuffer (compiler/GHC/Data/StringBuffer.hs:143) appendStringBuffers (compiler/GHC/Data/StringBuffer.hs:179) prevChar (compiler/GHC/Data/StringBuffer.hs:294) lexemeToFastString (compiler/GHC/Data/StringBuffer.hs:390) parseUnsignedInteger (compiler/GHC/Data/StringBuffer.hs:413) bidirectionalFormatChars (compiler/GHC/Data/StringBuffer.hs:236) 0% ( 0 / 4) in 'GHC.Data.Strict' Missing documentation for: Module header Maybe (compiler/GHC/Data/Strict.hs:25) fromMaybe (compiler/GHC/Data/Strict.hs:29) Pair (compiler/GHC/Data/Strict.hs:56) Warning: 'Stream' is ambiguous. It is defined * at compiler/GHC/Data/Stream.hs:59:11 * at compiler/GHC/Data/Stream.hs:58: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 compiler/GHC/Data/Stream.hs:58:1 Warning: 'cg' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 66% ( 8 / 12) in 'GHC.Data.Stream' Missing documentation for: StreamS (compiler/GHC/Data/Stream.hs:67) runStream (compiler/GHC/Data/Stream.hs:65) yield (compiler/GHC/Data/Stream.hs:96) consume (compiler/GHC/Data/Stream.hs:107) Warning: 'SmallArray' is ambiguous. It is defined * at compiler/GHC/Data/SmallArray.hs:27:21 * at compiler/GHC/Data/SmallArray.hs:27: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 compiler/GHC/Data/SmallArray.hs:27:1 69% ( 9 / 13) in 'GHC.Data.SmallArray' Missing documentation for: SmallMutableArray (compiler/GHC/Data/SmallArray.hs:29) SmallArray (compiler/GHC/Data/SmallArray.hs:27) newSmallArray (compiler/GHC/Data/SmallArray.hs:37) writeSmallArray (compiler/GHC/Data/SmallArray.hs:47) 43% ( 7 / 16) in 'GHC.Data.Maybe' Missing documentation for: Module header MaybeErr (compiler/GHC/Data/Maybe.hs:112) failME (compiler/GHC/Data/Maybe.hs:128) isSuccess (compiler/GHC/Data/Maybe.hs:124) firstJust (compiler/GHC/Data/Maybe.hs:51) whenIsJust (compiler/GHC/Data/Maybe.hs:75) expectJust (compiler/GHC/Data/Maybe.hs:71) rightToMaybe (compiler/GHC/Data/Maybe.hs:82) liftMaybeT (compiler/GHC/Data/Maybe.hs:96) Warning: 'FlatBag' is ambiguous. It is defined * at compiler/GHC/Data/FlatBag.hs:43:5 * at compiler/GHC/Data/FlatBag.hs:39: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 compiler/GHC/Data/FlatBag.hs:39:1 Warning: 'FlagBag' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Array' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'n' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 90% ( 9 / 10) in 'GHC.Data.FlatBag' Missing documentation for: Module header 0% ( 0 / 6) in 'GHC.Data.FiniteMap' Missing documentation for: Module header insertList (compiler/GHC/Data/FiniteMap.hs:16) insertListWith (compiler/GHC/Data/FiniteMap.hs:23) deleteList (compiler/GHC/Data/FiniteMap.hs:26) foldRight (compiler/GHC/Data/FiniteMap.hs:29) foldRightWithKey (compiler/GHC/Data/FiniteMap.hs:31) 0% ( 0 / 2) in 'GHC.CmmToLlvm.Version.Type' Missing documentation for: Module header LlvmVersion (compiler/GHC/CmmToLlvm/Version/Type.hs:10) 25% ( 8 / 31) in 'GHC.Cmm.Dataflow.Block' Missing documentation for: Module header O (compiler/GHC/Cmm/Dataflow/Block.hs:57) C (compiler/GHC/Cmm/Dataflow/Block.hs:58) blockAppend (compiler/GHC/Cmm/Dataflow/Block.hs:138) blockConcat (compiler/GHC/Cmm/Dataflow/Block.hs:141) blockCons (compiler/GHC/Cmm/Dataflow/Block.hs:109) blockFromList (compiler/GHC/Cmm/Dataflow/Block.hs:176) blockJoin (compiler/GHC/Cmm/Dataflow/Block.hs:135) blockJoinHead (compiler/GHC/Cmm/Dataflow/Block.hs:127) blockJoinTail (compiler/GHC/Cmm/Dataflow/Block.hs:131) blockSnoc (compiler/GHC/Cmm/Dataflow/Block.hs:118) blockSplitHead (compiler/GHC/Cmm/Dataflow/Block.hs:154) blockSplitTail (compiler/GHC/Cmm/Dataflow/Block.hs:158) blockToList (compiler/GHC/Cmm/Dataflow/Block.hs:167) emptyBlock (compiler/GHC/Cmm/Dataflow/Block.hs:106) firstNode (compiler/GHC/Cmm/Dataflow/Block.hs:146) foldBlockNodesB (compiler/GHC/Cmm/Dataflow/Block.hs:325) foldBlockNodesB3 (compiler/GHC/Cmm/Dataflow/Block.hs:312) foldBlockNodesF (compiler/GHC/Cmm/Dataflow/Block.hs:310) isEmptyBlock (compiler/GHC/Cmm/Dataflow/Block.hs:98) lastNode (compiler/GHC/Cmm/Dataflow/Block.hs:150) replaceFirstNode (compiler/GHC/Cmm/Dataflow/Block.hs:181) replaceLastNode (compiler/GHC/Cmm/Dataflow/Block.hs:185) 50% ( 3 / 6) in 'GHC.SysTools.BaseDir' Missing documentation for: Module header findToolDir (compiler/GHC/SysTools/BaseDir.hs:188) tryFindTopDir (compiler/GHC/SysTools/BaseDir.hs:150) 0% ( 0 / 15) in 'GHC.Parser.CharClass' Missing documentation for: Module header is_ident (compiler/GHC/Parser/CharClass.hs:43) is_symbol (compiler/GHC/Parser/CharClass.hs:44) is_any (compiler/GHC/Parser/CharClass.hs:45) is_space (compiler/GHC/Parser/CharClass.hs:46) is_lower (compiler/GHC/Parser/CharClass.hs:47) is_upper (compiler/GHC/Parser/CharClass.hs:48) is_digit (compiler/GHC/Parser/CharClass.hs:49) is_alphanum (compiler/GHC/Parser/CharClass.hs:50) is_decdigit (compiler/GHC/Parser/CharClass.hs:62) is_hexdigit (compiler/GHC/Parser/CharClass.hs:66) is_octdigit (compiler/GHC/Parser/CharClass.hs:72) is_bindigit (compiler/GHC/Parser/CharClass.hs:75) hexDigit (compiler/GHC/Parser/CharClass.hs:55) octDecDigit (compiler/GHC/Parser/CharClass.hs:59) 50% ( 2 / 4) in 'GHC.CmmToAsm.CFG.Weight' Missing documentation for: Module header parseWeights (compiler/GHC/CmmToAsm/CFG/Weight.hs:37) 20% ( 1 / 5) in 'GHC.Utils.Json' Missing documentation for: Module header renderJSON (compiler/GHC/Utils/Json.hs:24) escapeJsonString (compiler/GHC/Utils/Json.hs:39) ToJson (compiler/GHC/Utils/Json.hs:57) 100% ( 2 / 2) in 'GHC.Unit.Ppr' Warning: 'AnnKeywordId' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'RealSrcSpan' is ambiguous. It is defined * at compiler/GHC/Types/SrcLoc.hs:390:5 * at compiler/GHC/Types/SrcLoc.hs:366: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 compiler/GHC/Types/SrcLoc.hs:366:1 Warning: 'StringBuffer' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'BufPos' is ambiguous. It is defined * at compiler/GHC/Types/SrcLoc.hs:225:18 * at compiler/GHC/Types/SrcLoc.hs:225: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 compiler/GHC/Types/SrcLoc.hs:225:1 Warning: 'RealSrcLoc' is ambiguous. It is defined * at compiler/GHC/Types/SrcLoc.hs:230:5 * at compiler/GHC/Types/SrcLoc.hs:148: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 compiler/GHC/Types/SrcLoc.hs:148:1 Warning: 'setSrcLoc' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'resetAlrLastLoc' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'PsLoc' is ambiguous. It is defined * at compiler/GHC/Types/SrcLoc.hs:874:5 * at compiler/GHC/Types/SrcLoc.hs:873: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 compiler/GHC/Types/SrcLoc.hs:873:1 Warning: 'SrcLoc' is ambiguous. It is defined * at compiler/GHC/Types/SrcLoc.hs:149:5 * at compiler/GHC/Types/SrcLoc.hs:229: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 compiler/GHC/Types/SrcLoc.hs:229:1 Warning: 'BufSpan' is ambiguous. It is defined * at compiler/GHC/Types/SrcLoc.hs:378:3 * at compiler/GHC/Types/SrcLoc.hs:377: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 compiler/GHC/Types/SrcLoc.hs:377:1 58% ( 67 /115) in 'GHC.Types.SrcLoc' Missing documentation for: mkSrcLoc (compiler/GHC/Types/SrcLoc.hs:243) mkRealSrcLoc (compiler/GHC/Types/SrcLoc.hs:246) advanceBufPos (compiler/GHC/Types/SrcLoc.hs:290) UnhelpfulSpanReason (compiler/GHC/Types/SrcLoc.hs:396) isGeneratedSrcSpan (compiler/GHC/Types/SrcLoc.hs:457) realSrcLocSpan (compiler/GHC/Types/SrcLoc.hs:474) realSrcSpanStart (compiler/GHC/Types/SrcLoc.hs:621) realSrcSpanEnd (compiler/GHC/Types/SrcLoc.hs:626) pprUserRealSpan (compiler/GHC/Types/SrcLoc.hs:713) pprUnhelpfulSpanReason (compiler/GHC/Types/SrcLoc.hs:706) pprUserSpan (compiler/GHC/Types/SrcLoc.hs:709) unhelpfulSpanFS (compiler/GHC/Types/SrcLoc.hs:698) srcSpanToRealSrcSpan (compiler/GHC/Types/SrcLoc.hs:636) srcSpanFile srcSpanStartLine (compiler/GHC/Types/SrcLoc.hs:597) srcSpanEndLine (compiler/GHC/Types/SrcLoc.hs:598) srcSpanStartCol (compiler/GHC/Types/SrcLoc.hs:599) srcSpanEndCol (compiler/GHC/Types/SrcLoc.hs:600) isNoSrcSpan (compiler/GHC/Types/SrcLoc.hs:461) getBufPos (compiler/GHC/Types/SrcLoc.hs:253) getBufSpan (compiler/GHC/Types/SrcLoc.hs:446) removeBufSpan (compiler/GHC/Types/SrcLoc.hs:405) combineBufSpans (compiler/GHC/Types/SrcLoc.hs:527) Located (compiler/GHC/Types/SrcLoc.hs:750) RealLocated (compiler/GHC/Types/SrcLoc.hs:751) noLoc (compiler/GHC/Types/SrcLoc.hs:760) mkGeneralLocated (compiler/GHC/Types/SrcLoc.hs:763) getLoc (compiler/GHC/Types/SrcLoc.hs:757) unLoc (compiler/GHC/Types/SrcLoc.hs:754) unRealSrcSpan (compiler/GHC/Types/SrcLoc.hs:866) getRealSrcSpan (compiler/GHC/Types/SrcLoc.hs:863) pprLocated (compiler/GHC/Types/SrcLoc.hs:808) combineLocs (compiler/GHC/Types/SrcLoc.hs:766) sortLocated (compiler/GHC/Types/SrcLoc.hs:301) sortRealLocated (compiler/GHC/Types/SrcLoc.hs:304) lookupSrcLoc (compiler/GHC/Types/SrcLoc.hs:307) lookupSrcSpan (compiler/GHC/Types/SrcLoc.hs:311) PsSpan (compiler/GHC/Types/SrcLoc.hs:877) PsLocated (compiler/GHC/Types/SrcLoc.hs:881) advancePsLoc (compiler/GHC/Types/SrcLoc.hs:887) mkPsSpan (compiler/GHC/Types/SrcLoc.hs:891) psSpanStart (compiler/GHC/Types/SrcLoc.hs:894) psSpanEnd (compiler/GHC/Types/SrcLoc.hs:897) mkSrcSpanPs (compiler/GHC/Types/SrcLoc.hs:900) psLocatedToLocated (compiler/GHC/Types/SrcLoc.hs:884) NoCommentsLocation (compiler/GHC/Types/SrcLoc.hs:925) NoComments (compiler/GHC/Types/SrcLoc.hs:927) getDeltaLine (compiler/GHC/Types/SrcLoc.hs:955) 0% ( 0 / 2) in 'GHC.Tc.Types.Rank' Missing documentation for: Module header Rank (compiler/GHC/Tc/Types/Rank.hs:16) Warning: 'PsOperatorWhitespaceMessage' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'PsOperatorWhitespaceExtConflictMessage' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 50% ( 2 / 4) in 'GHC.Parser.Errors.Basic' Missing documentation for: Module header pprOperatorWhitespaceSymbol (compiler/GHC/Parser/Errors/Basic.hs:13) 0% ( 0 / 7) in 'GHC.Data.Pair' Missing documentation for: Module header Pair (compiler/GHC/Data/Pair.hs:24) unPair (compiler/GHC/Data/Pair.hs:48) toPair (compiler/GHC/Data/Pair.hs:51) swap (compiler/GHC/Data/Pair.hs:54) pLiftFst (compiler/GHC/Data/Pair.hs:57) pLiftSnd (compiler/GHC/Data/Pair.hs:60) 16% ( 4 / 25) in 'GHC.Data.OrdList' Missing documentation for: OrdList (compiler/GHC/Data/OrdList.hs:36) NilOL (compiler/GHC/Data/OrdList.hs:86) ConsOL (compiler/GHC/Data/OrdList.hs:99) SnocOL (compiler/GHC/Data/OrdList.hs:117) nilOL (compiler/GHC/Data/OrdList.hs:79) isNilOL (compiler/GHC/Data/OrdList.hs:156) unitOL (compiler/GHC/Data/OrdList.hs:80) appOL (compiler/GHC/Data/OrdList.hs:159) consOL (compiler/GHC/Data/OrdList.hs:82) snocOL (compiler/GHC/Data/OrdList.hs:81) concatOL (compiler/GHC/Data/OrdList.hs:83) lastOL (compiler/GHC/Data/OrdList.hs:142) headOL (compiler/GHC/Data/OrdList.hs:135) mapOL (compiler/GHC/Data/OrdList.hs:186) mapOL' (compiler/GHC/Data/OrdList.hs:189) fromOL (compiler/GHC/Data/OrdList.hs:166) toOL (compiler/GHC/Data/OrdList.hs:241) foldrOL (compiler/GHC/Data/OrdList.hs:205) partitionOL (compiler/GHC/Data/OrdList.hs:222) reverseOL (compiler/GHC/Data/OrdList.hs:246) fromOLReverse (compiler/GHC/Data/OrdList.hs:175) 42% ( 8 / 19) in 'GHC.Data.List.SetOps' Missing documentation for: assoc (compiler/GHC/Data/List/SetOps.hs:137) assocUsing (compiler/GHC/Data/List/SetOps.hs:139) assocDefault (compiler/GHC/Data/List/SetOps.hs:138) assocDefaultUsing (compiler/GHC/Data/List/SetOps.hs:132) hasNoDups (compiler/GHC/Data/List/SetOps.hs:157) removeDupsOn (compiler/GHC/Data/List/SetOps.hs:198) findDupsEq (compiler/GHC/Data/List/SetOps.hs:206) equivClasses (compiler/GHC/Data/List/SetOps.hs:170) getNth (compiler/GHC/Data/List/SetOps.hs:44) isIn (compiler/GHC/Data/List/SetOps.hs:215) isn'tIn (compiler/GHC/Data/List/SetOps.hs:216) 0% ( 0 / 41) in 'GHC.Data.Bag' Missing documentation for: Module header Bag (compiler/GHC/Data/Bag.hs:48) emptyBag (compiler/GHC/Data/Bag.hs:62) unitBag (compiler/GHC/Data/Bag.hs:65) unionBags (compiler/GHC/Data/Bag.hs:85) unionManyBags (compiler/GHC/Data/Bag.hs:80) mapBag (compiler/GHC/Data/Bag.hs:217) pprBag (compiler/GHC/Data/Bag.hs:369) elemBag (compiler/GHC/Data/Bag.hs:74) lengthBag (compiler/GHC/Data/Bag.hs:68) filterBag (compiler/GHC/Data/Bag.hs:106) partitionBag (compiler/GHC/Data/Bag.hs:171) partitionBagWith (compiler/GHC/Data/Bag.hs:185) concatBag (compiler/GHC/Data/Bag.hs:161) catBagMaybes (compiler/GHC/Data/Bag.hs:164) foldBag (compiler/GHC/Data/Bag.hs:211) isEmptyBag (compiler/GHC/Data/Bag.hs:96) isSingletonBag (compiler/GHC/Data/Bag.hs:100) consBag (compiler/GHC/Data/Bag.hs:92) snocBag (compiler/GHC/Data/Bag.hs:93) anyBag (compiler/GHC/Data/Bag.hs:146) allBag (compiler/GHC/Data/Bag.hs:140) listToBag (compiler/GHC/Data/Bag.hs:337) nonEmptyToBag (compiler/GHC/Data/Bag.hs:342) bagToList (compiler/GHC/Data/Bag.hs:346) headMaybe (compiler/GHC/Data/Bag.hs:360) mapAccumBagL (compiler/GHC/Data/Bag.hs:314) concatMapBag (compiler/GHC/Data/Bag.hs:220) concatMapBagPair (compiler/GHC/Data/Bag.hs:226) mapMaybeBag (compiler/GHC/Data/Bag.hs:239) mapMaybeBagM (compiler/GHC/Data/Bag.hs:247) unzipBag (compiler/GHC/Data/Bag.hs:349) mapBagM (compiler/GHC/Data/Bag.hs:258) mapBagM_ (compiler/GHC/Data/Bag.hs:269) lookupBag (compiler/GHC/Data/Bag.hs:129) flatMapBagM (compiler/GHC/Data/Bag.hs:276) flatMapBagPairM (compiler/GHC/Data/Bag.hs:287) mapAndUnzipBagM (compiler/GHC/Data/Bag.hs:299) mapAccumBagLM (compiler/GHC/Data/Bag.hs:327) anyBagM (compiler/GHC/Data/Bag.hs:152) filterBagM (compiler/GHC/Data/Bag.hs:114) Warning: 'UniqSupply' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'mkSplitUniqSupply' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 29% ( 8 / 27) in 'GHC.Types.Unique' Missing documentation for: Module header uNIQUE_BITS (compiler/GHC/Types/Unique.hs:102) hasKey (compiler/GHC/Types/Unique.hs:200) pprUniqueAlways (compiler/GHC/Types/Unique.hs:305) mkUniqueGrimily (compiler/GHC/Types/Unique.hs:118) mkUniqueIntGrimily (compiler/GHC/Types/Unique.hs:167) getKey (compiler/GHC/Types/Unique.hs:121) mkUnique (compiler/GHC/Types/Unique.hs:157) unpkUnique (compiler/GHC/Types/Unique.hs:169) mkUniqueInt (compiler/GHC/Types/Unique.hs:164) eqUnique (compiler/GHC/Types/Unique.hs:254) ltUnique (compiler/GHC/Types/Unique.hs:257) incrUnique (compiler/GHC/Types/Unique.hs:123) stepUnique (compiler/GHC/Types/Unique.hs:124) newTagUnique (compiler/GHC/Types/Unique.hs:136) nonDetCmpUnique (compiler/GHC/Types/Unique.hs:264) mkLocalUnique (compiler/GHC/Types/Unique.hs:127) minLocalUnique (compiler/GHC/Types/Unique.hs:130) maxLocalUnique (compiler/GHC/Types/Unique.hs:133) Warning: 'UniqueSupply' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 84% ( 16 / 19) in 'GHC.Types.Unique.Supply' Missing documentation for: Module header uniqFromTag (compiler/GHC/Types/Unique/Supply.hs:283) initUniqSupply (compiler/GHC/Types/Unique/Supply.hs:278) Warning: 'f' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'd1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'd2' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'm1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'm2' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 21% ( 17 / 80) in 'GHC.Types.Unique.FM' Missing documentation for: Module header emptyUFM (compiler/GHC/Types/Unique/FM.hs:116) unitUFM (compiler/GHC/Types/Unique/FM.hs:122) unitDirectlyUFM (compiler/GHC/Types/Unique/FM.hs:126) zipToUFM (compiler/GHC/Types/Unique/FM.hs:136) listToUFM (compiler/GHC/Types/Unique/FM.hs:142) listToUFM_Directly (compiler/GHC/Types/Unique/FM.hs:146) listToUFM_C (compiler/GHC/Types/Unique/FM.hs:157) listToIdentityUFM (compiler/GHC/Types/Unique/FM.hs:150) addToUFM (compiler/GHC/Types/Unique/FM.hs:161) addToUFM_C (compiler/GHC/Types/Unique/FM.hs:179) addToUFM_Acc (compiler/GHC/Types/Unique/FM.hs:189) addListToUFM (compiler/GHC/Types/Unique/FM.hs:164) addToUFM_Directly (compiler/GHC/Types/Unique/FM.hs:170) addListToUFM_Directly (compiler/GHC/Types/Unique/FM.hs:167) adjustUFM (compiler/GHC/Types/Unique/FM.hs:235) alterUFM (compiler/GHC/Types/Unique/FM.hs:216) alterUFM_Directly (compiler/GHC/Types/Unique/FM.hs:223) adjustUFM_Directly (compiler/GHC/Types/Unique/FM.hs:238) delFromUFM (compiler/GHC/Types/Unique/FM.hs:241) delFromUFM_Directly (compiler/GHC/Types/Unique/FM.hs:250) delListFromUFM (compiler/GHC/Types/Unique/FM.hs:244) delListFromUFM_Directly (compiler/GHC/Types/Unique/FM.hs:247) plusUFM (compiler/GHC/Types/Unique/FM.hs:255) plusUFM_C (compiler/GHC/Types/Unique/FM.hs:260) mergeUFM (compiler/GHC/Types/Unique/FM.hs:320) plusMaybeUFM_C (compiler/GHC/Types/Unique/FM.hs:329) plusUFMList (compiler/GHC/Types/Unique/FM.hs:337) plusUFMListWith (compiler/GHC/Types/Unique/FM.hs:340) sequenceUFMList (compiler/GHC/Types/Unique/FM.hs:343) minusUFM (compiler/GHC/Types/Unique/FM.hs:352) intersectUFM (compiler/GHC/Types/Unique/FM.hs:363) intersectUFM_C (compiler/GHC/Types/Unique/FM.hs:370) disjointUFM (compiler/GHC/Types/Unique/FM.hs:373) equalKeysUFM (compiler/GHC/Types/Unique/FM.hs:526) nonDetStrictFoldUFM (compiler/GHC/Types/Unique/FM.hs:464) nonDetStrictFoldUFM_Directly (compiler/GHC/Types/Unique/FM.hs:479) anyUFM (compiler/GHC/Types/Unique/FM.hs:440) allUFM (compiler/GHC/Types/Unique/FM.hs:443) seqEltsUFM (compiler/GHC/Types/Unique/FM.hs:446) mapUFM (compiler/GHC/Types/Unique/FM.hs:389) mapUFM_Directly (compiler/GHC/Types/Unique/FM.hs:398) strictMapUFM (compiler/GHC/Types/Unique/FM.hs:401) mapMaybeUFM (compiler/GHC/Types/Unique/FM.hs:392) mapMaybeWithKeyUFM (compiler/GHC/Types/Unique/FM.hs:395) elemUFM (compiler/GHC/Types/Unique/FM.hs:418) elemUFM_Directly (compiler/GHC/Types/Unique/FM.hs:421) filterUFM (compiler/GHC/Types/Unique/FM.hs:404) filterUFM_Directly (compiler/GHC/Types/Unique/FM.hs:407) partitionUFM (compiler/GHC/Types/Unique/FM.hs:410) sizeUFM (compiler/GHC/Types/Unique/FM.hs:415) isNullUFM (compiler/GHC/Types/Unique/FM.hs:119) lookupUFM (compiler/GHC/Types/Unique/FM.hs:424) lookupUFM_Directly (compiler/GHC/Types/Unique/FM.hs:428) lookupWithDefaultUFM (compiler/GHC/Types/Unique/FM.hs:431) lookupWithDefaultUFM_Directly (compiler/GHC/Types/Unique/FM.hs:434) nonDetEltsUFM (compiler/GHC/Types/Unique/FM.hs:452) nonDetKeysUFM (compiler/GHC/Types/Unique/FM.hs:458) ufmToSet_Directly (compiler/GHC/Types/Unique/FM.hs:437) nonDetUFMToList (compiler/GHC/Types/Unique/FM.hs:486) ufmToIntMap (compiler/GHC/Types/Unique/FM.hs:512) unsafeIntMapToUFM (compiler/GHC/Types/Unique/FM.hs:515) pprUniqFM (compiler/GHC/Types/Unique/FM.hs:565) 7% ( 3 / 41) in 'GHC.Types.Unique.Map' Missing documentation for: Module header emptyUniqMap (compiler/GHC/Types/Unique/Map.hs:96) isNullUniqMap (compiler/GHC/Types/Unique/Map.hs:99) unitUniqMap (compiler/GHC/Types/Unique/Map.hs:102) listToUniqMap (compiler/GHC/Types/Unique/Map.hs:105) listToUniqMap_C (compiler/GHC/Types/Unique/Map.hs:108) addToUniqMap (compiler/GHC/Types/Unique/Map.hs:112) addListToUniqMap (compiler/GHC/Types/Unique/Map.hs:115) addToUniqMap_C (compiler/GHC/Types/Unique/Map.hs:124) addToUniqMap_Acc (compiler/GHC/Types/Unique/Map.hs:134) alterUniqMap (compiler/GHC/Types/Unique/Map.hs:160) addListToUniqMap_C (compiler/GHC/Types/Unique/Map.hs:169) adjustUniqMap (compiler/GHC/Types/Unique/Map.hs:179) delFromUniqMap (compiler/GHC/Types/Unique/Map.hs:183) delListFromUniqMap (compiler/GHC/Types/Unique/Map.hs:186) plusUniqMap (compiler/GHC/Types/Unique/Map.hs:189) plusUniqMap_C (compiler/GHC/Types/Unique/Map.hs:192) plusMaybeUniqMap_C (compiler/GHC/Types/Unique/Map.hs:196) plusUniqMapList (compiler/GHC/Types/Unique/Map.hs:200) plusUniqMapListWith (compiler/GHC/Types/Unique/Map.hs:203) minusUniqMap (compiler/GHC/Types/Unique/Map.hs:210) intersectUniqMap (compiler/GHC/Types/Unique/Map.hs:213) disjointUniqMap (compiler/GHC/Types/Unique/Map.hs:221) mapUniqMap (compiler/GHC/Types/Unique/Map.hs:224) filterUniqMap (compiler/GHC/Types/Unique/Map.hs:227) filterWithKeyUniqMap (compiler/GHC/Types/Unique/Map.hs:230) partitionUniqMap (compiler/GHC/Types/Unique/Map.hs:233) sizeUniqMap (compiler/GHC/Types/Unique/Map.hs:237) elemUniqMap (compiler/GHC/Types/Unique/Map.hs:240) nonDetKeysUniqMap (compiler/GHC/Types/Unique/Map.hs:262) nonDetEltsUniqMap (compiler/GHC/Types/Unique/Map.hs:266) lookupUniqMap (compiler/GHC/Types/Unique/Map.hs:243) lookupWithDefaultUniqMap (compiler/GHC/Types/Unique/Map.hs:246) anyUniqMap (compiler/GHC/Types/Unique/Map.hs:249) allUniqMap (compiler/GHC/Types/Unique/Map.hs:252) nonDetUniqMapToList (compiler/GHC/Types/Unique/Map.hs:255) nonDetUniqMapToKeySet (compiler/GHC/Types/Unique/Map.hs:259) nonDetFoldUniqMap (compiler/GHC/Types/Unique/Map.hs:270) 27% ( 14 / 51) in 'GHC.Types.Unique.DFM' Missing documentation for: Module header emptyUDFM (compiler/GHC/Types/Unique/DFM.hs:169) unitUDFM (compiler/GHC/Types/Unique/DFM.hs:172) addToUDFM (compiler/GHC/Types/Unique/DFM.hs:176) addToUDFM_C (compiler/GHC/Types/Unique/DFM.hs:211) addToUDFM_C_Directly (compiler/GHC/Types/Unique/DFM.hs:197) addToUDFM_Directly (compiler/GHC/Types/Unique/DFM.hs:180) addListToUDFM (compiler/GHC/Types/Unique/DFM.hs:214) delFromUDFM (compiler/GHC/Types/Unique/DFM.hs:227) mapMaybeUDFM (compiler/GHC/Types/Unique/DFM.hs:434) plusUDFM (compiler/GHC/Types/Unique/DFM.hs:270) plusUDFM_C (compiler/GHC/Types/Unique/DFM.hs:230) lookupUDFM (compiler/GHC/Types/Unique/DFM.hs:285) lookupUDFM_Directly (compiler/GHC/Types/Unique/DFM.hs:288) elemUDFM (compiler/GHC/Types/Unique/DFM.hs:291) eltsUDFM (compiler/GHC/Types/Unique/DFM.hs:312) filterUDFM (compiler/GHC/Types/Unique/DFM.hs:318) filterUDFM_Directly (compiler/GHC/Types/Unique/DFM.hs:321) isNullUDFM (compiler/GHC/Types/Unique/DFM.hs:345) sizeUDFM (compiler/GHC/Types/Unique/DFM.hs:348) intersectUDFM (compiler/GHC/Types/Unique/DFM.hs:351) udfmIntersectUFM (compiler/GHC/Types/Unique/DFM.hs:356) disjointUDFM (compiler/GHC/Types/Unique/DFM.hs:361) disjointUdfmUfm (compiler/GHC/Types/Unique/DFM.hs:364) equalKeysUDFM (compiler/GHC/Types/Unique/DFM.hs:342) minusUDFM (compiler/GHC/Types/Unique/DFM.hs:367) listToUDFM (compiler/GHC/Types/Unique/DFM.hs:394) listToUDFM_Directly (compiler/GHC/Types/Unique/DFM.hs:397) udfmMinusUFM (compiler/GHC/Types/Unique/DFM.hs:372) ufmMinusUDFM (compiler/GHC/Types/Unique/DFM.hs:377) udfmRestrictKeys (compiler/GHC/Types/Unique/DFM.hs:326) udfmRestrictKeysSet (compiler/GHC/Types/Unique/DFM.hs:329) anyUDFM (compiler/GHC/Types/Unique/DFM.hs:437) allUDFM (compiler/GHC/Types/Unique/DFM.hs:440) pprUniqDFM (compiler/GHC/Types/Unique/DFM.hs:461) pprUDFM (compiler/GHC/Types/Unique/DFM.hs:470) alwaysUnsafeUfmToUdfm (compiler/GHC/Types/Unique/DFM.hs:445) Warning: 'UniqSet' is ambiguous. It is defined * at compiler/GHC/Types/Unique/Set.hs:66:21 * at compiler/GHC/Types/Unique/Set.hs:66: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 compiler/GHC/Types/Unique/Set.hs:66:1 10% ( 4 / 39) in 'GHC.Types.Unique.Set' Missing documentation for: Module header UniqSet (compiler/GHC/Types/Unique/Set.hs:66) getUniqSet (compiler/GHC/Types/Unique/Set.hs:188) pprUniqSet (compiler/GHC/Types/Unique/Set.hs:202) emptyUniqSet (compiler/GHC/Types/Unique/Set.hs:70) unitUniqSet (compiler/GHC/Types/Unique/Set.hs:73) mkUniqSet (compiler/GHC/Types/Unique/Set.hs:76) addOneToUniqSet (compiler/GHC/Types/Unique/Set.hs:80) addListToUniqSet (compiler/GHC/Types/Unique/Set.hs:83) delOneFromUniqSet (compiler/GHC/Types/Unique/Set.hs:87) delOneFromUniqSet_Directly (compiler/GHC/Types/Unique/Set.hs:90) delListFromUniqSet (compiler/GHC/Types/Unique/Set.hs:93) delListFromUniqSet_Directly (compiler/GHC/Types/Unique/Set.hs:97) unionUniqSets (compiler/GHC/Types/Unique/Set.hs:102) unionManyUniqSets (compiler/GHC/Types/Unique/Set.hs:105) minusUniqSet (compiler/GHC/Types/Unique/Set.hs:108) uniqSetMinusUFM (compiler/GHC/Types/Unique/Set.hs:120) uniqSetMinusUDFM (compiler/GHC/Types/Unique/Set.hs:123) intersectUniqSets (compiler/GHC/Types/Unique/Set.hs:111) disjointUniqSets (compiler/GHC/Types/Unique/Set.hs:114) restrictUniqSetToUFM (compiler/GHC/Types/Unique/Set.hs:117) uniqSetAny (compiler/GHC/Types/Unique/Set.hs:141) uniqSetAll (compiler/GHC/Types/Unique/Set.hs:144) elementOfUniqSet (compiler/GHC/Types/Unique/Set.hs:126) elemUniqSet_Directly (compiler/GHC/Types/Unique/Set.hs:129) filterUniqSet (compiler/GHC/Types/Unique/Set.hs:132) filterUniqSet_Directly (compiler/GHC/Types/Unique/Set.hs:135) sizeUniqSet (compiler/GHC/Types/Unique/Set.hs:147) isEmptyUniqSet (compiler/GHC/Types/Unique/Set.hs:150) lookupUniqSet_Directly (compiler/GHC/Types/Unique/Set.hs:158) partitionUniqSet (compiler/GHC/Types/Unique/Set.hs:138) mapUniqSet (compiler/GHC/Types/Unique/Set.hs:180) nonDetEltsUniqSet (compiler/GHC/Types/Unique/Set.hs:164) nonDetKeysUniqSet (compiler/GHC/Types/Unique/Set.hs:170) nonDetStrictFoldUniqSet (compiler/GHC/Types/Unique/Set.hs:176) 75% ( 6 / 8) in 'GHC.Types.Unique.SDFM' Missing documentation for: emptyUSDFM (compiler/GHC/Types/Unique/SDFM.hs:55) traverseUSDFM (compiler/GHC/Types/Unique/SDFM.hs:108) 10% ( 3 / 28) in 'GHC.Types.Unique.DSet' Missing documentation for: UniqDSet (compiler/GHC/Types/Unique/DSet.hs:53) getUniqDSet (compiler/GHC/Types/Unique/DSet.hs:136) pprUniqDSet (compiler/GHC/Types/Unique/DSet.hs:142) delOneFromUniqDSet (compiler/GHC/Types/Unique/DSet.hs:73) delListFromUniqDSet (compiler/GHC/Types/Unique/DSet.hs:76) emptyUniqDSet (compiler/GHC/Types/Unique/DSet.hs:57) unitUniqDSet (compiler/GHC/Types/Unique/DSet.hs:60) mkUniqDSet (compiler/GHC/Types/Unique/DSet.hs:63) addOneToUniqDSet (compiler/GHC/Types/Unique/DSet.hs:67) addListToUniqDSet (compiler/GHC/Types/Unique/DSet.hs:70) unionUniqDSets (compiler/GHC/Types/Unique/DSet.hs:79) unionManyUniqDSets (compiler/GHC/Types/Unique/DSet.hs:82) minusUniqDSet (compiler/GHC/Types/Unique/DSet.hs:86) uniqDSetMinusUniqSet (compiler/GHC/Types/Unique/DSet.hs:89) intersectUniqDSets (compiler/GHC/Types/Unique/DSet.hs:93) uniqDSetIntersectUniqSet (compiler/GHC/Types/Unique/DSet.hs:96) nonDetStrictFoldUniqDSet (compiler/GHC/Types/Unique/DSet.hs:103) elementOfUniqDSet (compiler/GHC/Types/Unique/DSet.hs:106) filterUniqDSet (compiler/GHC/Types/Unique/DSet.hs:109) sizeUniqDSet (compiler/GHC/Types/Unique/DSet.hs:112) isEmptyUniqDSet (compiler/GHC/Types/Unique/DSet.hs:115) lookupUniqDSet (compiler/GHC/Types/Unique/DSet.hs:118) uniqDSetToList (compiler/GHC/Types/Unique/DSet.hs:121) partitionUniqDSet (compiler/GHC/Types/Unique/DSet.hs:124) mapUniqDSet (compiler/GHC/Types/Unique/DSet.hs:128) Warning: 'f' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 21% ( 7 / 32) in 'GHC.Data.FastString.Env' Missing documentation for: mkFsEnv (compiler/GHC/Data/FastString/Env.hs:72) emptyFsEnv (compiler/GHC/Data/FastString/Env.hs:66) unitFsEnv (compiler/GHC/Data/FastString/Env.hs:67) extendFsEnv_C (compiler/GHC/Data/FastString/Env.hs:76) extendFsEnv_Acc (compiler/GHC/Data/FastString/Env.hs:78) extendFsEnv (compiler/GHC/Data/FastString/Env.hs:68) extendFsEnvList (compiler/GHC/Data/FastString/Env.hs:69) extendFsEnvList_C (compiler/GHC/Data/FastString/Env.hs:79) filterFsEnv (compiler/GHC/Data/FastString/Env.hs:82) plusFsEnv (compiler/GHC/Data/FastString/Env.hs:74) plusFsEnv_C (compiler/GHC/Data/FastString/Env.hs:75) alterFsEnv (compiler/GHC/Data/FastString/Env.hs:71) lookupFsEnv (compiler/GHC/Data/FastString/Env.hs:70) lookupFsEnv_NF (compiler/GHC/Data/FastString/Env.hs:85) delFromFsEnv (compiler/GHC/Data/FastString/Env.hs:80) delListFromFsEnv (compiler/GHC/Data/FastString/Env.hs:81) elemFsEnv (compiler/GHC/Data/FastString/Env.hs:73) mapFsEnv (compiler/GHC/Data/FastString/Env.hs:77) strictMapFsEnv (compiler/GHC/Data/FastString/Env.hs:88) mapMaybeFsEnv (compiler/GHC/Data/FastString/Env.hs:83) DFastStringEnv (compiler/GHC/Data/FastString/Env.hs:101) mkDFsEnv (compiler/GHC/Data/FastString/Env.hs:110) emptyDFsEnv (compiler/GHC/Data/FastString/Env.hs:104) dFsEnvElts (compiler/GHC/Data/FastString/Env.hs:107) lookupDFsEnv (compiler/GHC/Data/FastString/Env.hs:113) Warning: 'FastString' is ambiguous. It is defined * at compiler/GHC/Data/FastString.hs:208:19 * at compiler/GHC/Data/FastString.hs:208: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 compiler/GHC/Data/FastString.hs:208:1 27% ( 17 / 61) in 'GHC.Utils.Binary' Missing documentation for: Module header Bin (compiler/GHC/Utils/Binary.hs:201) BinHandle (compiler/GHC/Utils/Binary.hs:167) SymbolTable (compiler/GHC/Utils/Binary.hs:1221) Dictionary (compiler/GHC/Utils/Binary.hs:1143) BinData (compiler/GHC/Utils/Binary.hs:133) dataHandle (compiler/GHC/Utils/Binary.hs:154) handleData (compiler/GHC/Utils/Binary.hs:161) unsafeUnpackBinBuffer (compiler/GHC/Utils/Binary.hs:191) openBinMem (compiler/GHC/Utils/Binary.hs:231) seekBin (compiler/GHC/Utils/Binary.hs:244) tellBin (compiler/GHC/Utils/Binary.hs:241) castBin (compiler/GHC/Utils/Binary.hs:205) foldGet (compiler/GHC/Utils/Binary.hs:323) foldGet' (compiler/GHC/Utils/Binary.hs:340) writeBinMem (compiler/GHC/Utils/Binary.hs:262) readBinMem (compiler/GHC/Utils/Binary.hs:270) readBinMemN (compiler/GHC/Utils/Binary.hs:277) putAt (compiler/GHC/Utils/Binary.hs:225) getAt (compiler/GHC/Utils/Binary.hs:228) forwardPut_ (compiler/GHC/Utils/Binary.hs:1005) putByte (compiler/GHC/Utils/Binary.hs:465) getByte (compiler/GHC/Utils/Binary.hs:468) putULEB128 (compiler/GHC/Utils/Binary.hs:499) getULEB128 (compiler/GHC/Utils/Binary.hs:524) putSLEB128 (compiler/GHC/Utils/Binary.hs:548) getSLEB128 (compiler/GHC/Utils/Binary.hs:576) lazyGet (compiler/GHC/Utils/Binary.hs:1034) lazyPut (compiler/GHC/Utils/Binary.hs:1024) getUserData (compiler/GHC/Utils/Binary.hs:178) setUserData (compiler/GHC/Utils/Binary.hs:181) newReadState (compiler/GHC/Utils/Binary.hs:1105) newWriteState (compiler/GHC/Utils/Binary.hs:1119) noUserData (compiler/GHC/Utils/Binary.hs:1128) putDictionary (compiler/GHC/Utils/Binary.hs:1147) getDictionary (compiler/GHC/Utils/Binary.hs:1154) putFS (compiler/GHC/Utils/Binary.hs:1228) FSTable (compiler/GHC/Utils/Binary.hs:1208) initFSTable (compiler/GHC/Utils/Binary.hs:1169) getDictFastString (compiler/GHC/Utils/Binary.hs:1163) putDictFastString (compiler/GHC/Utils/Binary.hs:1190) BinSpan (compiler/GHC/Utils/Binary.hs:1462) BinSrcSpan (compiler/GHC/Utils/Binary.hs:1499) BinLocated (compiler/GHC/Utils/Binary.hs:1450) 50% ( 1 / 2) in 'GHC.Utils.Binary.Typeable' Missing documentation for: getSomeTypeRep (compiler/GHC/Utils/Binary/Typeable.hs:39) Warning: 'ModuleName' is ambiguous. It is defined * at compiler/Language/Haskell/Syntax/Module/Name.hs:15:22 * at compiler/Language/Haskell/Syntax/Module/Name.hs:15: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 compiler/Language/Haskell/Syntax/Module/Name.hs:15:1 Warning: 'Module' is ambiguous. It is defined * at compiler/GHC/Unit/Types.hs:123:23 * at compiler/GHC/Unit/Types.hs:130: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 compiler/GHC/Unit/Types.hs:130:1 Warning: 'Name' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'InstantiatedUnit' is ambiguous. It is defined * at compiler/GHC/Unit/Types.hs:275:7 * at compiler/GHC/Unit/Types.hs:294: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 compiler/GHC/Unit/Types.hs:294:1 Warning: 'UnitId' is ambiguous. It is defined * at compiler/GHC/Unit/Types.hs:516:18 * at compiler/GHC/Unit/Types.hs:516: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 compiler/GHC/Unit/Types.hs:516:1 Warning: 'FastString' is ambiguous. It is defined * at compiler/GHC/Data/FastString.hs:208:19 * at compiler/GHC/Data/FastString.hs:208: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 compiler/GHC/Data/FastString.hs:208:1 Warning: GHC.Unit.Types: Couldn't find .haddock for export IsBootInterface 46% ( 33 / 71) in 'GHC.Unit.Types' Missing documentation for: mkModule (compiler/GHC/Unit/Types.hs:148) moduleUnitId (compiler/GHC/Unit/Types.hs:133) pprModule (compiler/GHC/Unit/Types.hs:209) pprInstantiatedModule (compiler/GHC/Unit/Types.hs:226) Unit (compiler/GHC/Unit/Types.hs:293) InstantiatedUnit (compiler/GHC/Unit/Types.hs:294) Instantiations (compiler/GHC/Unit/Types.hs:297) GenInstantiations (compiler/GHC/Unit/Types.hs:296) unitFS unitString (compiler/GHC/Unit/Types.hs:464) stringToUnit (compiler/GHC/Unit/Types.hs:467) isHoleUnit (compiler/GHC/Unit/Types.hs:306) pprUnit (compiler/GHC/Unit/Types.hs:359) unitIdString (compiler/GHC/Unit/Types.hs:550) stringToUnitId (compiler/GHC/Unit/Types.hs:553) primUnitId (compiler/GHC/Unit/Types.hs:605) bignumUnitId (compiler/GHC/Unit/Types.hs:606) ghcInternalUnitId (compiler/GHC/Unit/Types.hs:607) baseUnitId (compiler/GHC/Unit/Types.hs:608) rtsUnitId (compiler/GHC/Unit/Types.hs:609) thUnitId (compiler/GHC/Unit/Types.hs:612) thisGhcUnitId (compiler/GHC/Unit/Types.hs:610) interactiveUnitId (compiler/GHC/Unit/Types.hs:611) primUnit (compiler/GHC/Unit/Types.hs:616) bignumUnit (compiler/GHC/Unit/Types.hs:617) ghcInternalUnit (compiler/GHC/Unit/Types.hs:618) baseUnit (compiler/GHC/Unit/Types.hs:619) rtsUnit (compiler/GHC/Unit/Types.hs:620) thUnit (compiler/GHC/Unit/Types.hs:615) mainUnit (compiler/GHC/Unit/Types.hs:629) thisGhcUnit (compiler/GHC/Unit/Types.hs:621) interactiveUnit (compiler/GHC/Unit/Types.hs:622) experimentalUnit (compiler/GHC/Unit/Types.hs:623) isInteractiveModule (compiler/GHC/Unit/Types.hs:632) wiredInUnitIds (compiler/GHC/Unit/Types.hs:635) IsBootInterface (compiler/Language/Haskell/Syntax/ImpExp.hs-boot:11) ModuleNameWithIsBoot (compiler/GHC/Unit/Types.hs:726) ModuleWithIsBoot (compiler/GHC/Unit/Types.hs:728) 20% ( 1 / 5) in 'GHC.Unit.Parser' Missing documentation for: parseUnit (compiler/GHC/Unit/Parser.hs:22) parseUnitId (compiler/GHC/Unit/Parser.hs:33) parseHoleyModule (compiler/GHC/Unit/Parser.hs:38) parseModSubst (compiler/GHC/Unit/Parser.hs:52) 87% ( 7 / 8) in 'GHC.Unit.Module.Location' Missing documentation for: addBootSuffixLocn_maybe (compiler/GHC/Unit/Module/Location.hs:91) Warning: 'ModuleName' is ambiguous. It is defined * at compiler/Language/Haskell/Syntax/Module/Name.hs:15:22 * at compiler/Language/Haskell/Syntax/Module/Name.hs:15: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 compiler/Language/Haskell/Syntax/Module/Name.hs:15:1 Warning: 'Module' is ambiguous. It is defined * at compiler/GHC/Unit/Types.hs:123:23 * at compiler/GHC/Unit/Types.hs:130: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 compiler/GHC/Unit/Types.hs:130:1 18% ( 10 / 54) in 'GHC.Unit.Module.Env' Missing documentation for: elemModuleEnv (compiler/GHC/Unit/Module/Env.hs:103) extendModuleEnv (compiler/GHC/Unit/Module/Env.hs:106) extendModuleEnvList (compiler/GHC/Unit/Module/Env.hs:114) extendModuleEnvList_C (compiler/GHC/Unit/Module/Env.hs:119) plusModuleEnv_C (compiler/GHC/Unit/Module/Env.hs:123) delModuleEnvList (compiler/GHC/Unit/Module/Env.hs:127) delModuleEnv (compiler/GHC/Unit/Module/Env.hs:131) plusModuleEnv (compiler/GHC/Unit/Module/Env.hs:134) lookupModuleEnv (compiler/GHC/Unit/Module/Env.hs:137) lookupWithDefaultModuleEnv (compiler/GHC/Unit/Module/Env.hs:140) mapModuleEnv (compiler/GHC/Unit/Module/Env.hs:144) mkModuleEnv (compiler/GHC/Unit/Module/Env.hs:155) emptyModuleEnv (compiler/GHC/Unit/Module/Env.hs:158) alterModuleEnv (compiler/GHC/Unit/Module/Env.hs:152) partitionModuleEnv (compiler/GHC/Unit/Module/Env.hs:147) moduleEnvKeys (compiler/GHC/Unit/Module/Env.hs:161) moduleEnvElts (compiler/GHC/Unit/Module/Env.hs:165) moduleEnvToList (compiler/GHC/Unit/Module/Env.hs:169) unitModuleEnv (compiler/GHC/Unit/Module/Env.hs:174) isEmptyModuleEnv (compiler/GHC/Unit/Module/Env.hs:177) extendModuleEnvWith (compiler/GHC/Unit/Module/Env.hs:110) filterModuleEnv (compiler/GHC/Unit/Module/Env.hs:95) mapMaybeModuleEnv (compiler/GHC/Unit/Module/Env.hs:99) emptyModuleSet (compiler/GHC/Unit/Module/Env.hs:192) mkModuleSet (compiler/GHC/Unit/Module/Env.hs:183) moduleSetElts (compiler/GHC/Unit/Module/Env.hs:198) extendModuleSet (compiler/GHC/Unit/Module/Env.hs:186) extendModuleSetList (compiler/GHC/Unit/Module/Env.hs:189) delModuleSet (compiler/GHC/Unit/Module/Env.hs:210) elemModuleSet (compiler/GHC/Unit/Module/Env.hs:201) intersectModuleSet (compiler/GHC/Unit/Module/Env.hs:204) minusModuleSet (compiler/GHC/Unit/Module/Env.hs:207) unionModuleSet (compiler/GHC/Unit/Module/Env.hs:213) unitModuleSet (compiler/GHC/Unit/Module/Env.hs:219) isEmptyModuleSet (compiler/GHC/Unit/Module/Env.hs:195) unionManyModuleSets (compiler/GHC/Unit/Module/Env.hs:216) emptyInstalledModuleEnv (compiler/GHC/Unit/Module/Env.hs:247) lookupInstalledModuleEnv (compiler/GHC/Unit/Module/Env.hs:250) extendInstalledModuleEnv (compiler/GHC/Unit/Module/Env.hs:253) filterInstalledModuleEnv (compiler/GHC/Unit/Module/Env.hs:256) delInstalledModuleEnv (compiler/GHC/Unit/Module/Env.hs:260) mergeInstalledModuleEnv (compiler/GHC/Unit/Module/Env.hs:272) plusInstalledModuleEnv (compiler/GHC/Unit/Module/Env.hs:283) installedModuleEnvElts (compiler/GHC/Unit/Module/Env.hs:263) Warning: 'Module' is ambiguous. It is defined * at compiler/GHC/Unit/Types.hs:123:23 * at compiler/GHC/Unit/Types.hs:130: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 compiler/GHC/Unit/Types.hs:130:1 Warning: 'Unique' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 86% ( 19 / 22) in 'GHC.Unit.Module' Missing documentation for: Module header HasModule (compiler/GHC/Unit/Module.hs:78) ContainsModule (compiler/GHC/Unit/Module.hs:75) 75% ( 3 / 4) in 'GHC.Types.Breakpoint' Missing documentation for: toBreakpointId (compiler/GHC/Types/Breakpoint.hs:31) Warning: 'p' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 96% ( 27 / 28) in 'GHC.Unit.Home' Missing documentation for: HomeUnit (compiler/GHC/Unit/Home.hs:62) 14% ( 1 / 7) in 'GHC.Driver.Env.KnotVars' Missing documentation for: KnotVars (compiler/GHC/Driver/Env/KnotVars.hs:20) emptyKnotVars (compiler/GHC/Driver/Env/KnotVars.hs:32) knotVarsFromModuleEnv (compiler/GHC/Driver/Env/KnotVars.hs:35) knotVarElems (compiler/GHC/Driver/Env/KnotVars.hs:39) lookupKnotVars (compiler/GHC/Driver/Env/KnotVars.hs:43) knotVarsWithout (compiler/GHC/Driver/Env/KnotVars.hs:47) 47% ( 8 / 17) in 'GHC.Types.SourceText' Missing documentation for: SourceText (compiler/GHC/Types/SourceText.hs:101) negateIntegralLit (compiler/GHC/Types/SourceText.hs:163) negateFractionalLit (compiler/GHC/Types/SourceText.hs:232) mkIntegralLit (compiler/GHC/Types/SourceText.hs:155) mkTHFractionalLit (compiler/GHC/Types/SourceText.hs:218) rationalFromFractionalLit (compiler/GHC/Types/SourceText.hs:214) FractionalExponentBase (compiler/GHC/Types/SourceText.hs:193) fractionalLitFromRational (compiler/GHC/Types/SourceText.hs:207) mkFractionalLit (compiler/GHC/Types/SourceText.hs:200) 66% ( 2 / 3) in 'GHC.Types.PkgQual' Missing documentation for: Module header Warning: 'BuildModule' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 12% ( 1 / 8) in 'GHC.Types.SourceFile' Missing documentation for: Module header HscSource (compiler/GHC/Types/SourceFile.hs:56) HsBootOrSig (compiler/GHC/Types/SourceFile.hs:51) isHsBootOrSig (compiler/GHC/Types/SourceFile.hs:94) isHsBootFile (compiler/GHC/Types/SourceFile.hs:98) isHsigFile (compiler/GHC/Types/SourceFile.hs:102) hscSourceString (compiler/GHC/Types/SourceFile.hs:88) Warning: 'NaN' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 2 / 2) in 'GHC.Types.SaneDouble' Warning: 'ModIface' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 57% ( 4 / 7) in 'GHC.Types.SafeHaskell' Missing documentation for: getSafeMode (compiler/GHC/Types/SafeHaskell.hs:50) setSafeMode (compiler/GHC/Types/SafeHaskell.hs:53) noIfaceTrustInfo (compiler/GHC/Types/SafeHaskell.hs:56) 10% ( 2 / 19) in 'GHC.Types.ForeignCall' Missing documentation for: Module header ForeignCall (compiler/GHC/Types/ForeignCall.hs:41) isSafeForeignCall (compiler/GHC/Types/ForeignCall.hs:45) Safety (compiler/GHC/Types/ForeignCall.hs:52) playSafe (compiler/GHC/Types/ForeignCall.hs:83) playInterruptible (compiler/GHC/Types/ForeignCall.hs:88) CExportSpec (compiler/GHC/Types/ForeignCall.hs:99) CLabelString (compiler/GHC/Types/ForeignCall.hs:194) isCLabelString (compiler/GHC/Types/ForeignCall.hs:200) pprCLabelString (compiler/GHC/Types/ForeignCall.hs:197) CCallSpec (compiler/GHC/Types/ForeignCall.hs:107) isDynamicTarget (compiler/GHC/Types/ForeignCall.hs:141) CCallConv (compiler/GHC/Types/ForeignCall.hs:157) defaultCCallConv (compiler/GHC/Types/ForeignCall.hs:173) ccallConvToInt (compiler/GHC/Types/ForeignCall.hs:176) ccallConvAttribute (compiler/GHC/Types/ForeignCall.hs:188) Header (compiler/GHC/Types/ForeignCall.hs:237) 20% ( 2 / 10) in 'GHC.Types.Fixity' Missing documentation for: Fixity (compiler/GHC/Types/Fixity.hs:26) FixityDirection (compiler/GHC/Types/Fixity.hs:48) maxPrecedence (compiler/GHC/Types/Fixity.hs:75) minPrecedence (compiler/GHC/Types/Fixity.hs:76) defaultFixity (compiler/GHC/Types/Fixity.hs:79) negateFixity (compiler/GHC/Types/Fixity.hs:83) funTyFixity (compiler/GHC/Types/Fixity.hs:84) compareFixity (compiler/GHC/Types/Fixity.hs:99) 66% ( 4 / 6) in 'GHC.Types.CostCentre.State' Missing documentation for: Module header unCostCentreIndex 41% ( 5 / 12) in 'GHC.Iface.Ext.Fields' Missing documentation for: Module header ExtensibleFields (compiler/GHC/Iface/Ext/Fields.hs:26) FieldName (compiler/GHC/Iface/Ext/Fields.hs:24) emptyExtensibleFields (compiler/GHC/Iface/Ext/Fields.hs:67) readFieldWith (compiler/GHC/Iface/Ext/Fields.hs:76) writeFieldWith (compiler/GHC/Iface/Ext/Fields.hs:86) deleteField (compiler/GHC/Iface/Ext/Fields.hs:94) Warning: 'foo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 47% ( 9 / 19) in 'GHC.Hs.DocString' Missing documentation for: LHsDocString (compiler/GHC/Hs/DocString.hs:41) HsDocStringDecorator (compiler/GHC/Hs/DocString.hs:103) LHsDocStringChunk (compiler/GHC/Hs/DocString.hs:140) isEmptyDocString (compiler/GHC/Hs/DocString.hs:171) unpackHDSC (compiler/GHC/Hs/DocString.hs:162) mkHsDocStringChunk (compiler/GHC/Hs/DocString.hs:155) pprHsDocStrings (compiler/GHC/Hs/DocString.hs:185) mkGeneratedHsDocString (compiler/GHC/Hs/DocString.hs:168) docStringChunks (compiler/GHC/Hs/DocString.hs:176) printDecorator (compiler/GHC/Hs/DocString.hs:120) Warning: 'EnumSet' is ambiguous. It is defined * at compiler/GHC/Data/EnumSet.hs:20:21 * at compiler/GHC/Data/EnumSet.hs:20: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 compiler/GHC/Data/EnumSet.hs:20:1 11% ( 1 / 9) in 'GHC.Data.EnumSet' Missing documentation for: EnumSet (compiler/GHC/Data/EnumSet.hs:20) member (compiler/GHC/Data/EnumSet.hs:24) insert (compiler/GHC/Data/EnumSet.hs:27) delete (compiler/GHC/Data/EnumSet.hs:30) toList (compiler/GHC/Data/EnumSet.hs:33) fromList (compiler/GHC/Data/EnumSet.hs:36) empty (compiler/GHC/Data/EnumSet.hs:39) difference (compiler/GHC/Data/EnumSet.hs:42) 80% ( 21 / 26) in 'GHC.Driver.Flags' Missing documentation for: Module header Language (compiler/GHC/Driver/Flags.hs:42) warningGroupName (compiler/GHC/Driver/Flags.hs:858) warningGroupFlags (compiler/GHC/Driver/Flags.hs:867) WarningFlag (compiler/GHC/Driver/Flags.hs:607) 71% ( 5 / 7) in 'GHC.Types.FieldLabel' Missing documentation for: Module header flIsOverloaded (compiler/GHC/Types/FieldLabel.hs:153) Warning: 'FastString' is ambiguous. It is defined * at compiler/GHC/Data/FastString.hs:208:19 * at compiler/GHC/Data/FastString.hs:208: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 compiler/GHC/Data/FastString.hs:208:1 100% ( 3 / 3) in 'GHC.JS.Ident' Warning: '===' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '!=' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '!==' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'true' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'false' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 37 / 37) in 'GHC.JS.Syntax' Warning: 'doc' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 46% ( 6 / 13) in 'GHC.JS.Ppr' Missing documentation for: renderPrefixJs' (compiler/GHC/JS/Ppr.hs:122) JsToDoc (compiler/GHC/JS/Ppr.hs:128) defaultRenderJs (compiler/GHC/JS/Ppr.hs:110) RenderJs (compiler/GHC/JS/Ppr.hs:102) jsToDoc (compiler/GHC/JS/Ppr.hs:113) pprStringLit (compiler/GHC/JS/Ppr.hs:317) interSemi (compiler/GHC/JS/Ppr.hs:349) Warning: '===' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '!=' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '!==' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 35 / 35) in 'GHC.JS.JStg.Syntax' 0% ( 0 / 6) in 'GHC.JS.Transform' Missing documentation for: Module header identsS (compiler/GHC/JS/Transform.hs:34) identsV (compiler/GHC/JS/Transform.hs:66) identsE (compiler/GHC/JS/Transform.hs:55) jStgExprToJS (compiler/GHC/JS/Transform.hs:105) jStgStatToJS (compiler/GHC/JS/Transform.hs:82) 50% ( 3 / 6) in 'GHC.JS.JStg.Monad' Missing documentation for: runJSM (compiler/GHC/JS/JStg/Monad.hs:71) JSM (compiler/GHC/JS/JStg/Monad.hs:68) initJSM (compiler/GHC/JS/JStg/Monad.hs:79) Warning: 'ToExpr' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'j' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'jFunction2' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'jFunction3' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'for' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'prop' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'obj' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'true' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'false' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Cannot find documentation for: $intro_funcs 76% ( 86 /113) in 'GHC.JS.Make' Missing documentation for: jBlock (compiler/GHC/JS/Make.hs:341) returnStack (compiler/GHC/JS/Make.hs:661) assignAllEqual (compiler/GHC/JS/Make.hs:606) assignAll (compiler/GHC/JS/Make.hs:609) assignAllReverseOrder (compiler/GHC/JS/Make.hs:612) declAssignAll (compiler/GHC/JS/Make.hs:615) trace (compiler/GHC/JS/Make.hs:618) math_log (compiler/GHC/JS/Make.hs:681) math_sin (compiler/GHC/JS/Make.hs:682) math_cos (compiler/GHC/JS/Make.hs:683) math_tan (compiler/GHC/JS/Make.hs:684) math_exp (compiler/GHC/JS/Make.hs:685) math_acos (compiler/GHC/JS/Make.hs:686) math_asin (compiler/GHC/JS/Make.hs:687) math_atan (compiler/GHC/JS/Make.hs:688) math_abs (compiler/GHC/JS/Make.hs:689) math_pow (compiler/GHC/JS/Make.hs:690) math_sqrt (compiler/GHC/JS/Make.hs:692) math_asinh (compiler/GHC/JS/Make.hs:693) math_acosh (compiler/GHC/JS/Make.hs:694) math_atanh (compiler/GHC/JS/Make.hs:695) math_cosh (compiler/GHC/JS/Make.hs:697) math_sinh (compiler/GHC/JS/Make.hs:696) math_tanh (compiler/GHC/JS/Make.hs:698) math_expm1 (compiler/GHC/JS/Make.hs:699) math_log1p (compiler/GHC/JS/Make.hs:700) math_fround (compiler/GHC/JS/Make.hs:701) 35% ( 10 / 28) in 'GHC.Data.Graph.Directed' Missing documentation for: Module header Graph (compiler/GHC/Data/Graph/Directed.hs:89) graphFromEdgedVerticesOrd (compiler/GHC/Data/Graph/Directed.hs:147) graphFromEdgedVerticesUniq (compiler/GHC/Data/Graph/Directed.hs:157) graphFromVerticesAndAdjacency (compiler/GHC/Data/Graph/Directed.hs:618) stronglyConnCompG (compiler/GHC/Data/Graph/Directed.hs:300) topologicalSortG (compiler/GHC/Data/Graph/Directed.hs:357) verticesG (compiler/GHC/Data/Graph/Directed.hs:399) edgesG (compiler/GHC/Data/Graph/Directed.hs:402) hasVertexG (compiler/GHC/Data/Graph/Directed.hs:396) reachableG (compiler/GHC/Data/Graph/Directed.hs:361) transposeG (compiler/GHC/Data/Graph/Directed.hs:406) outgoingG (compiler/GHC/Data/Graph/Directed.hs:366) emptyG (compiler/GHC/Data/Graph/Directed.hs:411) stronglyConnCompFromEdgedVerticesOrd (compiler/GHC/Data/Graph/Directed.hs:313) stronglyConnCompFromEdgedVerticesOrdR (compiler/GHC/Data/Graph/Directed.hs:334) stronglyConnCompFromEdgedVerticesUniq (compiler/GHC/Data/Graph/Directed.hs:323) stronglyConnCompFromEdgedVerticesUniqR (compiler/GHC/Data/Graph/Directed.hs:345) Warning: 'RuntimeRep' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Multiplicity' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Type' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'LiftedRep' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Many' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'check_ubx_tuple_or_sum' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'b' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'INCOHERENT' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Id' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Int' is ambiguous. It is defined * at compiler/GHC/Types/Basic.hs:2036:19 * 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 at compiler/GHC/Types/Basic.hs:2036:19 Warning: 'interesting' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: GHC.Types.Basic: Couldn't find .haddock for export PromotionFlag Warning: GHC.Types.Basic: Couldn't find .haddock for export isPromoted 26% ( 45 /169) in 'GHC.Types.Basic' Missing documentation for: Module header LeftOrRight (compiler/GHC/Types/Basic.hs:150) pickLR (compiler/GHC/Types/Basic.hs:154) JoinPointHood (compiler/GHC/Utils/Outputable.hs:1261) isJoinPoint (compiler/GHC/Utils/Outputable.hs:1267) mkAlignment (compiler/GHC/Types/Basic.hs:306) alignmentOf (compiler/GHC/Types/Basic.hs:324) alignmentBytes PromotionFlag (compiler/Language/Haskell/Syntax/Type.hs-boot:15) isPromoted (compiler/Language/Haskell/Syntax/Type.hs-boot:21) FunctionOrData (compiler/GHC/Types/Basic.hs:506) isRec (compiler/GHC/Types/Basic.hs:625) isNonRec (compiler/GHC/Types/Basic.hs:629) boolToRecFlag (compiler/GHC/Types/Basic.hs:633) isGenerated (compiler/GHC/Types/Basic.hs:667) isDoExpansionGenerated (compiler/GHC/Types/Basic.hs:687) doExpansionFlavour (compiler/GHC/Types/Basic.hs:682) doExpansionOrigin (compiler/GHC/Types/Basic.hs:691) RuleName (compiler/GHC/Types/Basic.hs:531) pprRuleName (compiler/GHC/Types/Basic.hs:534) TopLevelFlag (compiler/GHC/Types/Basic.hs:545) isTopLevel (compiler/GHC/Types/Basic.hs:555) isNotTopLevel (compiler/GHC/Types/Basic.hs:552) OverlapMode (compiler/GHC/Types/Basic.hs:802) setOverlapModeMaybe (compiler/GHC/Types/Basic.hs:769) hasOverlappingFlag (compiler/GHC/Types/Basic.hs:789) hasOverlappableFlag (compiler/GHC/Types/Basic.hs:780) hasIncoherentFlag (compiler/GHC/Types/Basic.hs:773) hasNonCanonicalFlag (compiler/GHC/Types/Basic.hs:798) Boxity (compiler/Language/Haskell/Syntax/Basic.hs:22) isBoxed (compiler/Language/Haskell/Syntax/Basic.hs:28) isMarkedCbv (compiler/GHC/Types/Basic.hs:607) topPrec (compiler/GHC/Types/Basic.hs:924) sigPrec (compiler/GHC/Types/Basic.hs:925) opPrec (compiler/GHC/Types/Basic.hs:929) funPrec (compiler/GHC/Types/Basic.hs:926) starPrec (compiler/GHC/Types/Basic.hs:930) appPrec (compiler/GHC/Types/Basic.hs:932) maxPrec (compiler/GHC/Types/Basic.hs:933) maybeParen (compiler/GHC/Types/Basic.hs:936) TupleSort (compiler/GHC/Types/Basic.hs:1009) tupleSortBoxity (compiler/GHC/Types/Basic.hs:1035) boxityTupleSort (compiler/GHC/Types/Basic.hs:1040) tupleParens (compiler/GHC/Types/Basic.hs:1044) unboxedTupleOrSumExtension (compiler/GHC/Types/Basic.hs:1084) sumParens (compiler/GHC/Types/Basic.hs:1059) hasNoOneShotInfo (compiler/GHC/Types/Basic.hs:431) isOneShotInfo (compiler/GHC/Types/Basic.hs:428) bestOneShot (compiler/GHC/Types/Basic.hs:438) worstOneShot (compiler/GHC/Types/Basic.hs:435) noOccInfo (compiler/GHC/Types/Basic.hs:1193) seqOccInfo (compiler/GHC/Types/Basic.hs:1204) zapFragileOcc (compiler/GHC/Types/Basic.hs:1292) isOneOcc (compiler/GHC/Types/Basic.hs:1287) isDeadOcc (compiler/GHC/Types/Basic.hs:1283) isStrongLoopBreaker (compiler/GHC/Types/Basic.hs:1278) isWeakLoopBreaker (compiler/GHC/Types/Basic.hs:1274) isManyOccs (compiler/GHC/Types/Basic.hs:1200) isNoOccInfo (compiler/GHC/Types/Basic.hs:1196) strongLoopBreaker (compiler/GHC/Types/Basic.hs:1270) weakLoopBreaker (compiler/GHC/Types/Basic.hs:1271) BranchCount (compiler/GHC/Types/Basic.hs:1170) oneBranch (compiler/GHC/Types/Basic.hs:1178) TailCallInfo (compiler/GHC/Types/Basic.hs:1246) tailCallInfo (compiler/GHC/Types/Basic.hs:1252) zapOccTailCallInfo (compiler/GHC/Types/Basic.hs:1256) isAlwaysTailCalled (compiler/GHC/Types/Basic.hs:1260) SwapFlag (compiler/GHC/Types/Basic.hs:456) flipSwap (compiler/GHC/Types/Basic.hs:465) unSwap (compiler/GHC/Types/Basic.hs:473) isSwapped (compiler/GHC/Types/Basic.hs:469) CompilerPhase (compiler/GHC/Types/Basic.hs:1436) beginPhase (compiler/GHC/Types/Basic.hs:1460) nextPhase (compiler/GHC/Types/Basic.hs:1478) laterPhase (compiler/GHC/Types/Basic.hs:1485) Activation (compiler/GHC/Types/Basic.hs:1448) isActive (compiler/GHC/Types/Basic.hs:1500) competesWith (compiler/GHC/Types/Basic.hs:1531) isNeverActive (compiler/GHC/Types/Basic.hs:1523) isAlwaysActive (compiler/GHC/Types/Basic.hs:1526) activeInFinalPhase (compiler/GHC/Types/Basic.hs:1517) activateAfterInitial (compiler/GHC/Types/Basic.hs:1493) activateDuringFinal (compiler/GHC/Types/Basic.hs:1497) activeAfter (compiler/GHC/Types/Basic.hs:1469) isConLike (compiler/GHC/Types/Basic.hs:1727) isFunLike (compiler/GHC/Types/Basic.hs:1731) noUserInlineSpec (compiler/GHC/Types/Basic.hs:1735) InlinePragma (compiler/GHC/Types/Basic.hs:1572) defaultInlinePragma (compiler/GHC/Types/Basic.hs:1740) alwaysInlinePragma (compiler/GHC/Types/Basic.hs:1746) neverInlinePragma (compiler/GHC/Types/Basic.hs:1747) dfunInlinePragma (compiler/GHC/Types/Basic.hs:1775) isDefaultInlinePragma (compiler/GHC/Types/Basic.hs:1779) isInlinePragma (compiler/GHC/Types/Basic.hs:1785) isInlinablePragma (compiler/GHC/Types/Basic.hs:1790) isNoInlinePragma (compiler/GHC/Types/Basic.hs:1795) isOpaquePragma (compiler/GHC/Types/Basic.hs:1807) isAnyInlinePragma (compiler/GHC/Types/Basic.hs:1801) alwaysInlineConLikePragma (compiler/GHC/Types/Basic.hs:1750) inlinePragmaSource (compiler/GHC/Types/Basic.hs:1756) inlineSpecSource (compiler/GHC/Types/Basic.hs:1764) inlinePragmaSpec (compiler/GHC/Types/Basic.hs:1753) inlinePragmaSat (compiler/GHC/Types/Basic.hs:1812) inlinePragmaActivation (compiler/GHC/Types/Basic.hs:1815) inlinePragmaRuleMatchInfo (compiler/GHC/Types/Basic.hs:1818) setInlinePragmaActivation (compiler/GHC/Types/Basic.hs:1821) setInlinePragmaRuleMatchInfo (compiler/GHC/Types/Basic.hs:1824) UnfoldingSource (compiler/GHC/Types/Basic.hs:1973) isStableSource (compiler/GHC/Types/Basic.hs:2000) isStableUserSource (compiler/GHC/Types/Basic.hs:1988) isStableSystemSource (compiler/GHC/Types/Basic.hs:1992) isCompulsorySource (compiler/GHC/Types/Basic.hs:1996) SuccessFlag (compiler/GHC/Types/Basic.hs:1377) succeeded (compiler/GHC/Types/Basic.hs:1394) failed (compiler/GHC/Types/Basic.hs:1397) successIf (compiler/GHC/Types/Basic.hs:1390) intGtLimit (compiler/GHC/Types/Basic.hs:2069) isTypeLevel (compiler/GHC/Types/Basic.hs:2113) isKindLevel (compiler/GHC/Types/Basic.hs:2117) Levity (compiler/GHC/Types/Basic.hs:2133) mightBeLifted (compiler/GHC/Types/Basic.hs:2151) mightBeUnlifted (compiler/GHC/Types/Basic.hs:2155) TypeOrConstraint (compiler/GHC/Types/Basic.hs:2158) defaultNonStandardTyVars (compiler/GHC/Types/Basic.hs:2351) Warning: 'Platform' is ambiguous. It is defined * at compiler/GHC/Platform.hs:69:17 * at compiler/GHC/Platform.hs:69: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 compiler/GHC/Platform.hs:69:1 65% ( 29 / 44) in 'GHC.Platform' Missing documentation for: PlatformWordSize (compiler/GHC/Platform.hs:147) isARM (libraries/ghc-platform/src/GHC/Platform/ArchOS.hs:188) osSubsectionsViaSymbols (compiler/GHC/Platform.hs:198) platformUsesFrameworks (compiler/GHC/Platform.hs:195) platformWordSizeInBytes (compiler/GHC/Platform.hs:165) platformWordSizeInBits (compiler/GHC/Platform.hs:171) wordAlignment (compiler/GHC/Platform.hs:94) isSseEnabled (compiler/GHC/Platform.hs:104) isSse2Enabled (compiler/GHC/Platform.hs:110) PlatformConstants (ghc-lib/stage0/compiler/build/GHC/Platform/Constants.hs:6) platformConstants (compiler/GHC/Platform.hs:127) platformSOName (compiler/GHC/Platform.hs:293) platformHsSOName (compiler/GHC/Platform.hs:298) platformSOExt (compiler/GHC/Platform.hs:301) genericPlatform (compiler/GHC/Platform.hs:132) 12% ( 8 / 64) in 'GHC.Settings' Missing documentation for: Settings (compiler/GHC/Settings.hs:76) sProgramName (compiler/GHC/Settings.hs:193) sProjectVersion (compiler/GHC/Settings.hs:195) sGhcUsagePath (compiler/GHC/Settings.hs:198) sGhciUsagePath (compiler/GHC/Settings.hs:200) sToolDir (compiler/GHC/Settings.hs:202) sTopDir (compiler/GHC/Settings.hs:204) sGlobalPackageDatabasePath (compiler/GHC/Settings.hs:206) sLdSupportsCompactUnwind (compiler/GHC/Settings.hs:209) sLdSupportsFilelist (compiler/GHC/Settings.hs:211) sMergeObjsSupportsResponseFiles (compiler/GHC/Settings.hs:213) sLdIsGnuLd (compiler/GHC/Settings.hs:215) sGccSupportsNoPie (compiler/GHC/Settings.hs:217) sUseInplaceMinGW (compiler/GHC/Settings.hs:219) sArSupportsDashL (compiler/GHC/Settings.hs:221) sPgm_L (compiler/GHC/Settings.hs:224) sPgm_P (compiler/GHC/Settings.hs:226) sPgm_JSP (compiler/GHC/Settings.hs:228) sPgm_CmmP (compiler/GHC/Settings.hs:230) sPgm_F (compiler/GHC/Settings.hs:232) sPgm_c (compiler/GHC/Settings.hs:234) sPgm_cxx (compiler/GHC/Settings.hs:236) sPgm_cpp (compiler/GHC/Settings.hs:238) sPgm_a (compiler/GHC/Settings.hs:240) sPgm_l (compiler/GHC/Settings.hs:242) sPgm_lm (compiler/GHC/Settings.hs:244) sPgm_windres (compiler/GHC/Settings.hs:246) sPgm_ar (compiler/GHC/Settings.hs:248) sPgm_otool (compiler/GHC/Settings.hs:250) sPgm_install_name_tool (compiler/GHC/Settings.hs:252) sPgm_ranlib (compiler/GHC/Settings.hs:254) sPgm_lo (compiler/GHC/Settings.hs:256) sPgm_lc (compiler/GHC/Settings.hs:258) sPgm_las (compiler/GHC/Settings.hs:260) sPgm_i (compiler/GHC/Settings.hs:262) sOpt_L (compiler/GHC/Settings.hs:264) sOpt_P (compiler/GHC/Settings.hs:266) sOpt_P_fingerprint (compiler/GHC/Settings.hs:268) sOpt_JSP (compiler/GHC/Settings.hs:270) sOpt_JSP_fingerprint (compiler/GHC/Settings.hs:272) sOpt_CmmP (compiler/GHC/Settings.hs:274) sOpt_CmmP_fingerprint (compiler/GHC/Settings.hs:276) sOpt_F (compiler/GHC/Settings.hs:278) sOpt_c (compiler/GHC/Settings.hs:280) sOpt_cxx (compiler/GHC/Settings.hs:282) sOpt_a (compiler/GHC/Settings.hs:284) sOpt_l (compiler/GHC/Settings.hs:286) sOpt_lm (compiler/GHC/Settings.hs:288) sOpt_windres (compiler/GHC/Settings.hs:290) sOpt_lo (compiler/GHC/Settings.hs:292) sOpt_lc (compiler/GHC/Settings.hs:294) sOpt_i (compiler/GHC/Settings.hs:296) sExtraGccViaCFlags (compiler/GHC/Settings.hs:299) sTargetPlatformString (compiler/GHC/Settings.hs:302) sGhcWithInterpreter (compiler/GHC/Settings.hs:304) sLibFFI (compiler/GHC/Settings.hs:306) 89% ( 26 / 29) in 'GHC.Platform.Ways' Missing documentation for: Ways (compiler/GHC/Platform/Ways.hs:75) wayOptcxx (compiler/GHC/Platform/Ways.hs:182) wayDesc (compiler/GHC/Platform/Ways.hs:139) 72% ( 16 / 22) in 'GHC.Unit.Info' Missing documentation for: PackageId (compiler/GHC/Unit/Info.hs:102) PackageName (compiler/GHC/Unit/Info.hs:103) unitPackageNameString (compiler/GHC/Unit/Info.hs:126) unitPackageIdString (compiler/GHC/Unit/Info.hs:121) pprUnitInfo (compiler/GHC/Unit/Info.hs:131) unitHsLibs (compiler/GHC/Unit/Info.hs:208) Warning: 'Platform' is ambiguous. It is defined * at compiler/GHC/Platform.hs:69:17 * at compiler/GHC/Platform.hs:69: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 compiler/GHC/Platform.hs:69:1 100% ( 6 / 6) in 'GHC.Platform.Profile' 39% ( 26 / 66) in 'GHC.Runtime.Heap.Layout' Missing documentation for: Module header StgWord (compiler/GHC/Runtime/Heap/Layout.hs:100) fromStgWord (compiler/GHC/Runtime/Heap/Layout.hs:104) toStgWord (compiler/GHC/Runtime/Heap/Layout.hs:107) StgHalfWord (compiler/GHC/Runtime/Heap/Layout.hs:121) fromStgHalfWord (compiler/GHC/Runtime/Heap/Layout.hs:125) toStgHalfWord (compiler/GHC/Runtime/Heap/Layout.hs:128) halfWordSizeInBits (compiler/GHC/Runtime/Heap/Layout.hs:143) ClosureTypeInfo (compiler/GHC/Runtime/Heap/Layout.hs:189) ConstrDescription (compiler/GHC/Runtime/Heap/Layout.hs:198) mkHeapRep (compiler/GHC/Runtime/Heap/Layout.hs:238) blackHoleRep (compiler/GHC/Runtime/Heap/Layout.hs:258) indStaticRep (compiler/GHC/Runtime/Heap/Layout.hs:261) mkStackRep (compiler/GHC/Runtime/Heap/Layout.hs:255) mkRTSRep (compiler/GHC/Runtime/Heap/Layout.hs:252) arrPtrsRep (compiler/GHC/Runtime/Heap/Layout.hs:264) smallArrPtrsRep (compiler/GHC/Runtime/Heap/Layout.hs:267) arrWordsRep (compiler/GHC/Runtime/Heap/Layout.hs:270) isStaticRep (compiler/GHC/Runtime/Heap/Layout.hs:276) isConRep (compiler/GHC/Runtime/Heap/Layout.hs:286) isThunkRep (compiler/GHC/Runtime/Heap/Layout.hs:290) isFunRep (compiler/GHC/Runtime/Heap/Layout.hs:297) isStaticNoCafCon (compiler/GHC/Runtime/Heap/Layout.hs:303) isStackRep (compiler/GHC/Runtime/Heap/Layout.hs:281) arrWordsHdrSize (compiler/GHC/Runtime/Heap/Layout.hs:333) arrWordsHdrSizeW (compiler/GHC/Runtime/Heap/Layout.hs:338) arrPtrsHdrSize (compiler/GHC/Runtime/Heap/Layout.hs:344) arrPtrsHdrSizeW (compiler/GHC/Runtime/Heap/Layout.hs:349) thunkHdrSize (compiler/GHC/Runtime/Heap/Layout.hs:368) nonHdrSize (compiler/GHC/Runtime/Heap/Layout.hs:385) nonHdrSizeW (compiler/GHC/Runtime/Heap/Layout.hs:388) smallArrPtrsHdrSize (compiler/GHC/Runtime/Heap/Layout.hs:355) smallArrPtrsHdrSizeW (compiler/GHC/Runtime/Heap/Layout.hs:360) hdrSize (compiler/GHC/Runtime/Heap/Layout.hs:375) hdrSizeW (compiler/GHC/Runtime/Heap/Layout.hs:378) fixedHdrSize (compiler/GHC/Runtime/Heap/Layout.hs:311) rET_SMALL (compiler/GHC/Runtime/Heap/Layout.hs:488) rET_BIG (compiler/GHC/Runtime/Heap/Layout.hs:489) aRG_GEN (compiler/GHC/Runtime/Heap/Layout.hs:490) aRG_GEN_BIG (compiler/GHC/Runtime/Heap/Layout.hs:491) 50% ( 1 / 2) in 'GHC.Linker.Static.Utils' Missing documentation for: Module header 10% ( 3 / 28) in 'GHC.Driver.Phases' Missing documentation for: Module header happensBefore (compiler/GHC/Driver/Phases.hs:144) eqPhase (compiler/GHC/Driver/Phases.hs:121) isStopLn (compiler/GHC/Driver/Phases.hs:115) startPhase (compiler/GHC/Driver/Phases.hs:179) phaseInputExt (compiler/GHC/Driver/Phases.hs:211) StopPhase (compiler/GHC/Driver/Phases.hs:73) stopPhaseToPhase (compiler/GHC/Driver/Phases.hs:79) isHaskellishSuffix (compiler/GHC/Driver/Phases.hs:270) isHaskellSrcSuffix (compiler/GHC/Driver/Phases.hs:273) isBackpackishSuffix (compiler/GHC/Driver/Phases.hs:271) isObjectSuffix (compiler/GHC/Driver/Phases.hs:279) isCishSuffix (compiler/GHC/Driver/Phases.hs:274) isDynLibSuffix (compiler/GHC/Driver/Phases.hs:280) isHaskellUserSrcSuffix (compiler/GHC/Driver/Phases.hs:276) isHaskellSigSuffix (compiler/GHC/Driver/Phases.hs:272) isSourceSuffix (compiler/GHC/Driver/Phases.hs:283) isHaskellishFilename (compiler/GHC/Driver/Phases.hs:309) isHaskellSrcFilename (compiler/GHC/Driver/Phases.hs:310) isHaskellSigFilename (compiler/GHC/Driver/Phases.hs:314) isObjectFilename (compiler/GHC/Driver/Phases.hs:317) isCishFilename (compiler/GHC/Driver/Phases.hs:311) isDynLibFilename (compiler/GHC/Driver/Phases.hs:318) isHaskellUserSrcFilename (compiler/GHC/Driver/Phases.hs:312) isSourceFilename (compiler/GHC/Driver/Phases.hs:313) 50% ( 1 / 2) in 'GHC.Core.Rules.Config' Missing documentation for: Module header 20% ( 1 / 5) in 'GHC.CmmToLlvm.Config' Missing documentation for: LlvmCgConfig (compiler/GHC/CmmToLlvm/Config.hs:20) LlvmConfig (compiler/GHC/CmmToLlvm/Config.hs:79) LlvmTarget (compiler/GHC/CmmToLlvm/Config.hs:34) initLlvmConfig (compiler/GHC/CmmToLlvm/Config.hs:59) 50% ( 2 / 4) in 'GHC.Driver.LlvmConfigCache' Missing documentation for: initLlvmConfigCache (compiler/GHC/Driver/LlvmConfigCache.hs:23) readLlvmConfigCache (compiler/GHC/Driver/LlvmConfigCache.hs:26) 16% ( 10 / 62) in 'GHC.Cmm.Type' Missing documentation for: Module header CmmType (compiler/GHC/Cmm/Type.hs:55) b8 (compiler/GHC/Cmm/Type.hs:120) b16 (compiler/GHC/Cmm/Type.hs:121) b32 (compiler/GHC/Cmm/Type.hs:122) b64 (compiler/GHC/Cmm/Type.hs:123) b128 (compiler/GHC/Cmm/Type.hs:124) b256 (compiler/GHC/Cmm/Type.hs:125) b512 (compiler/GHC/Cmm/Type.hs:126) f32 (compiler/GHC/Cmm/Type.hs:127) f64 (compiler/GHC/Cmm/Type.hs:128) bWord (compiler/GHC/Cmm/Type.hs:132) bHalfWord (compiler/GHC/Cmm/Type.hs:135) gcWord (compiler/GHC/Cmm/Type.hs:138) cInt (compiler/GHC/Cmm/Type.hs:141) cmmBits (compiler/GHC/Cmm/Type.hs:114) cmmFloat (compiler/GHC/Cmm/Type.hs:115) typeWidth (compiler/GHC/Cmm/Type.hs:108) setCmmTypeWidth (compiler/GHC/Cmm/Type.hs:111) cmmEqType (compiler/GHC/Cmm/Type.hs:88) cmmEqType_ignoring_ptrhood (compiler/GHC/Cmm/Type.hs:93) isFloatType (compiler/GHC/Cmm/Type.hs:145) isGcPtrType (compiler/GHC/Cmm/Type.hs:148) isBitsType (compiler/GHC/Cmm/Type.hs:151) isWordAny (compiler/GHC/Cmm/Type.hs:159) isWord32 (compiler/GHC/Cmm/Type.hs:167) isWord64 (compiler/GHC/Cmm/Type.hs:163) isFloat64 (compiler/GHC/Cmm/Type.hs:174) isFloat32 (compiler/GHC/Cmm/Type.hs:171) Width (compiler/GHC/Cmm/Type.hs:181) cIntWidth (compiler/GHC/Cmm/Type.hs:216) rEP_CostCentreStack_mem_alloc (compiler/GHC/Cmm/Type.hs:385) rEP_CostCentreStack_scc_count (compiler/GHC/Cmm/Type.hs:390) rEP_StgEntCounter_allocs (compiler/GHC/Cmm/Type.hs:395) rEP_StgEntCounter_allocd (compiler/GHC/Cmm/Type.hs:400) ForeignHint (compiler/GHC/Cmm/Type.hs:365) Length (compiler/GHC/Cmm/Type.hs:315) vec (compiler/GHC/Cmm/Type.hs:318) vec2 (compiler/GHC/Cmm/Type.hs:324) vec4 (compiler/GHC/Cmm/Type.hs:325) vec8 (compiler/GHC/Cmm/Type.hs:326) vec16 (compiler/GHC/Cmm/Type.hs:327) vec2f64 (compiler/GHC/Cmm/Type.hs:330) vec2b64 (compiler/GHC/Cmm/Type.hs:331) vec4f32 (compiler/GHC/Cmm/Type.hs:332) vec4b32 (compiler/GHC/Cmm/Type.hs:333) vec8b16 (compiler/GHC/Cmm/Type.hs:334) vec16b8 (compiler/GHC/Cmm/Type.hs:335) cmmVec (compiler/GHC/Cmm/Type.hs:338) vecLength (compiler/GHC/Cmm/Type.hs:342) vecElemType (compiler/GHC/Cmm/Type.hs:346) isVecType (compiler/GHC/Cmm/Type.hs:353) Warning: 'GlobalRegUse' is ambiguous. It is defined * at compiler/GHC/Cmm/Reg.hs:63:5 * at compiler/GHC/Cmm/Reg.hs:62: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 compiler/GHC/Cmm/Reg.hs:62:1 19% ( 5 / 26) in 'GHC.Cmm.Reg' Missing documentation for: Module header CmmReg (compiler/GHC/Cmm/Reg.hs:88) cmmRegType (compiler/GHC/Cmm/Reg.hs:103) cmmRegWidth (compiler/GHC/Cmm/Reg.hs:107) LocalReg (compiler/GHC/Cmm/Reg.hs:113) localRegType (compiler/GHC/Cmm/Reg.hs:136) isArgReg (compiler/GHC/Cmm/Reg.hs:326) globalRegSpillType (compiler/GHC/Cmm/Reg.hs:308) pprGlobalReg (compiler/GHC/Cmm/Reg.hs:262) spReg (compiler/GHC/Cmm/Reg.hs:294) hpReg (compiler/GHC/Cmm/Reg.hs:295) spLimReg (compiler/GHC/Cmm/Reg.hs:297) hpLimReg (compiler/GHC/Cmm/Reg.hs:296) nodeReg (compiler/GHC/Cmm/Reg.hs:298) currentTSOReg (compiler/GHC/Cmm/Reg.hs:299) currentNurseryReg (compiler/GHC/Cmm/Reg.hs:300) hpAllocReg (compiler/GHC/Cmm/Reg.hs:301) cccsReg (compiler/GHC/Cmm/Reg.hs:302) node (compiler/GHC/Cmm/Reg.hs:305) baseReg (compiler/GHC/Cmm/Reg.hs:293) pprGlobalRegUse (compiler/GHC/Cmm/Reg.hs:79) Warning: 'memcpy' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 20% ( 12 / 60) in 'GHC.Cmm.MachOp' Missing documentation for: Module header pprMachOp (compiler/GHC/Cmm/MachOp.hs:194) maybeInvertComparison (compiler/GHC/Cmm/MachOp.hs:407) isFloatComparison (compiler/GHC/Cmm/MachOp.hs:388) mo_wordAdd (compiler/GHC/Cmm/MachOp.hs:242) mo_wordSub (compiler/GHC/Cmm/MachOp.hs:243) mo_wordEq (compiler/GHC/Cmm/MachOp.hs:244) mo_wordNe (compiler/GHC/Cmm/MachOp.hs:245) mo_wordMul (compiler/GHC/Cmm/MachOp.hs:246) mo_wordSQuot (compiler/GHC/Cmm/MachOp.hs:247) mo_wordSRem (compiler/GHC/Cmm/MachOp.hs:248) mo_wordSNeg (compiler/GHC/Cmm/MachOp.hs:249) mo_wordUQuot (compiler/GHC/Cmm/MachOp.hs:250) mo_wordURem (compiler/GHC/Cmm/MachOp.hs:251) mo_wordSGe (compiler/GHC/Cmm/MachOp.hs:253) mo_wordSLe (compiler/GHC/Cmm/MachOp.hs:254) mo_wordSGt (compiler/GHC/Cmm/MachOp.hs:255) mo_wordSLt (compiler/GHC/Cmm/MachOp.hs:256) mo_wordUGe (compiler/GHC/Cmm/MachOp.hs:258) mo_wordULe (compiler/GHC/Cmm/MachOp.hs:259) mo_wordUGt (compiler/GHC/Cmm/MachOp.hs:260) mo_wordULt (compiler/GHC/Cmm/MachOp.hs:261) mo_wordAnd (compiler/GHC/Cmm/MachOp.hs:263) mo_wordOr (compiler/GHC/Cmm/MachOp.hs:264) mo_wordXor (compiler/GHC/Cmm/MachOp.hs:265) mo_wordNot (compiler/GHC/Cmm/MachOp.hs:266) mo_wordShl (compiler/GHC/Cmm/MachOp.hs:267) mo_wordSShr (compiler/GHC/Cmm/MachOp.hs:268) mo_wordUShr (compiler/GHC/Cmm/MachOp.hs:269) mo_u_8To32 (compiler/GHC/Cmm/MachOp.hs:271) mo_s_8To32 (compiler/GHC/Cmm/MachOp.hs:272) mo_u_16To32 (compiler/GHC/Cmm/MachOp.hs:273) mo_s_16To32 (compiler/GHC/Cmm/MachOp.hs:274) mo_u_8ToWord (compiler/GHC/Cmm/MachOp.hs:276) mo_s_8ToWord (compiler/GHC/Cmm/MachOp.hs:277) mo_u_16ToWord (compiler/GHC/Cmm/MachOp.hs:278) mo_s_16ToWord (compiler/GHC/Cmm/MachOp.hs:279) mo_u_32ToWord (compiler/GHC/Cmm/MachOp.hs:281) mo_s_32ToWord (compiler/GHC/Cmm/MachOp.hs:280) mo_32To8 (compiler/GHC/Cmm/MachOp.hs:288) mo_32To16 (compiler/GHC/Cmm/MachOp.hs:289) mo_WordTo8 (compiler/GHC/Cmm/MachOp.hs:283) mo_WordTo16 (compiler/GHC/Cmm/MachOp.hs:284) mo_WordTo32 (compiler/GHC/Cmm/MachOp.hs:285) mo_WordTo64 (compiler/GHC/Cmm/MachOp.hs:286) CallishMachOp (compiler/GHC/Cmm/MachOp.hs:611) pprCallishMachOp (compiler/GHC/Cmm/MachOp.hs:771) pprFMASign (compiler/GHC/Cmm/MachOp.hs:215) Warning: 'CStub' is ambiguous. It is defined * at compiler/GHC/Types/ForeignStubs.hs:23:14 * at compiler/GHC/Types/ForeignStubs.hs:23: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 compiler/GHC/Types/ForeignStubs.hs:23:1 57% ( 4 / 7) in 'GHC.Types.ForeignStubs' Missing documentation for: CHeader (compiler/GHC/Types/ForeignStubs.hs:68) CStub (compiler/GHC/Types/ForeignStubs.hs:23) appendStubC (compiler/GHC/Types/ForeignStubs.hs:91) Warning: 'mkTupleTyDataUnique' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 29% ( 14 / 48) in 'GHC.Builtin.Uniques' Missing documentation for: mkSumTyConUnique (compiler/GHC/Builtin/Uniques.hs:119) mkSumDataConUnique (compiler/GHC/Builtin/Uniques.hs:134) isSumTyConUnique (compiler/GHC/Builtin/Uniques.hs:126) mkTupleTyConUnique (compiler/GHC/Builtin/Uniques.hs:282) mkTupleDataConUnique (compiler/GHC/Builtin/Uniques.hs:278) mkCTupleTyConUnique (compiler/GHC/Builtin/Uniques.hs:225) mkCTupleDataConUnique (compiler/GHC/Builtin/Uniques.hs:228) mkCTupleSelIdUnique (compiler/GHC/Builtin/Uniques.hs:231) mkAlphaTyVarUnique (compiler/GHC/Builtin/Uniques.hs:387) mkPrimOpIdUnique (compiler/GHC/Builtin/Uniques.hs:391) mkPrimOpWrapperUnique (compiler/GHC/Builtin/Uniques.hs:392) mkPreludeMiscIdUnique (compiler/GHC/Builtin/Uniques.hs:393) mkPreludeDataConUnique (compiler/GHC/Builtin/Uniques.hs:440) mkPreludeTyConUnique (compiler/GHC/Builtin/Uniques.hs:430) mkPreludeClassUnique (compiler/GHC/Builtin/Uniques.hs:388) mkRegSingleUnique (compiler/GHC/Builtin/Uniques.hs:401) mkRegPairUnique (compiler/GHC/Builtin/Uniques.hs:403) mkRegClassUnique (compiler/GHC/Builtin/Uniques.hs:404) mkRegSubUnique (compiler/GHC/Builtin/Uniques.hs:402) mkCostCentreUnique (compiler/GHC/Builtin/Uniques.hs:407) varNSUnique (compiler/GHC/Builtin/Uniques.hs:410) dataNSUnique (compiler/GHC/Builtin/Uniques.hs:411) tvNSUnique (compiler/GHC/Builtin/Uniques.hs:412) tcNSUnique (compiler/GHC/Builtin/Uniques.hs:413) mkFldNSUnique (compiler/GHC/Builtin/Uniques.hs:416) isFldNSUnique (compiler/GHC/Builtin/Uniques.hs:419) mkBuiltinUnique (compiler/GHC/Builtin/Uniques.hs:397) mkPseudoUniqueE (compiler/GHC/Builtin/Uniques.hs:398) tyConRepNameUnique (compiler/GHC/Builtin/Uniques.hs:433) dataConWorkerUnique (compiler/GHC/Builtin/Uniques.hs:443) dataConTyRepNameUnique (compiler/GHC/Builtin/Uniques.hs:444) initExitJoinUnique (compiler/GHC/Builtin/Uniques.hs:423) mkBoxingTyConUnique (compiler/GHC/Builtin/Uniques.hs:466) boxingDataConUnique (compiler/GHC/Builtin/Uniques.hs:469) Warning: 'OccName' is ambiguous. It is defined * at compiler/GHC/Types/Name/Occurrence.hs:360:16 * at compiler/GHC/Types/Name/Occurrence.hs:360: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 compiler/GHC/Types/Name/Occurrence.hs:360:1 Warning: 'FastString' is ambiguous. It is defined * at compiler/GHC/Data/FastString.hs:208:19 * at compiler/GHC/Data/FastString.hs:208: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 compiler/GHC/Data/FastString.hs:208:1 Warning: 'f' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'mapMaybe' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'OccNames' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Occname' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Cannot find documentation for: $real_vs_source_data_constructors Warning: 'OccSet' is ambiguous. It is defined * at compiler/GHC/Types/Name/Occurrence.hs:819:18 * at compiler/GHC/Types/Name/Occurrence.hs:819: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 compiler/GHC/Types/Name/Occurrence.hs:819:1 33% ( 52 /156) in 'GHC.Types.Name.Occurrence' Missing documentation for: NameSpace (compiler/GHC/Types/Name/Occurrence.hs:144) tcName (compiler/GHC/Types/Name/Occurrence.hs:253) clsName (compiler/GHC/Types/Name/Occurrence.hs:254) tcClsName (compiler/GHC/Types/Name/Occurrence.hs:255) dataName (compiler/GHC/Types/Name/Occurrence.hs:257) varName (compiler/GHC/Types/Name/Occurrence.hs:262) fieldName (compiler/GHC/Types/Name/Occurrence.hs:265) tvName (compiler/GHC/Types/Name/Occurrence.hs:261) srcDataName (compiler/GHC/Types/Name/Occurrence.hs:258) pprNameSpace (compiler/GHC/Types/Name/Occurrence.hs:302) pprNonVarNameSpace (compiler/GHC/Types/Name/Occurrence.hs:309) pprNameSpaceBrief (compiler/GHC/Types/Name/Occurrence.hs:313) pprOccName (compiler/GHC/Types/Name/Occurrence.hs:402) mkOccName (compiler/GHC/Types/Name/Occurrence.hs:447) mkOccNameFS (compiler/GHC/Types/Name/Occurrence.hs:450) mkVarOcc (compiler/GHC/Types/Name/Occurrence.hs:453) mkVarOccFS (compiler/GHC/Types/Name/Occurrence.hs:456) mkRecFieldOcc (compiler/GHC/Types/Name/Occurrence.hs:459) mkRecFieldOccFS (compiler/GHC/Types/Name/Occurrence.hs:462) mkDataOcc (compiler/GHC/Types/Name/Occurrence.hs:480) mkDataOccFS (compiler/GHC/Types/Name/Occurrence.hs:483) mkTyVarOcc (compiler/GHC/Types/Name/Occurrence.hs:486) mkTyVarOccFS (compiler/GHC/Types/Name/Occurrence.hs:489) mkTcOcc (compiler/GHC/Types/Name/Occurrence.hs:492) mkTcOccFS (compiler/GHC/Types/Name/Occurrence.hs:495) mkClsOcc (compiler/GHC/Types/Name/Occurrence.hs:498) mkClsOccFS (compiler/GHC/Types/Name/Occurrence.hs:501) mkDFunOcc (compiler/GHC/Types/Name/Occurrence.hs:1082) setOccNameSpace (compiler/GHC/Types/Name/Occurrence.hs:853) demoteOccName (compiler/GHC/Types/Name/Occurrence.hs:506) demoteOccTvName (compiler/GHC/Types/Name/Occurrence.hs:511) promoteOccName (compiler/GHC/Types/Name/Occurrence.hs:518) varToRecFieldOcc (compiler/GHC/Types/Name/Occurrence.hs:465) recFieldToVarOcc (compiler/GHC/Types/Name/Occurrence.hs:477) mkDataConWrapperOcc (compiler/GHC/Types/Name/Occurrence.hs:1005) mkWorkerOcc (compiler/GHC/Types/Name/Occurrence.hs:1006) mkMatcherOcc (compiler/GHC/Types/Name/Occurrence.hs:1007) mkBuilderOcc (compiler/GHC/Types/Name/Occurrence.hs:1008) mkDefaultMethodOcc (compiler/GHC/Types/Name/Occurrence.hs:1009) isDefaultMethodOcc (compiler/GHC/Types/Name/Occurrence.hs:977) mkNewTyCoOcc (compiler/GHC/Types/Name/Occurrence.hs:1017) mkClassOpAuxOcc (compiler/GHC/Types/Name/Occurrence.hs:1010) mkCon2TagOcc (compiler/GHC/Types/Name/Occurrence.hs:1023) mkTag2ConOcc (compiler/GHC/Types/Name/Occurrence.hs:1024) mkMaxTagOcc (compiler/GHC/Types/Name/Occurrence.hs:1025) mkClassDataConOcc (compiler/GHC/Types/Name/Occurrence.hs:1016) mkDictOcc (compiler/GHC/Types/Name/Occurrence.hs:1011) mkIPOcc (compiler/GHC/Types/Name/Occurrence.hs:1012) mkSpecOcc (compiler/GHC/Types/Name/Occurrence.hs:1013) mkForeignExportOcc (compiler/GHC/Types/Name/Occurrence.hs:1014) mkRepEqOcc (compiler/GHC/Types/Name/Occurrence.hs:1015) mkGenR (compiler/GHC/Types/Name/Occurrence.hs:1036) mkGen1R (compiler/GHC/Types/Name/Occurrence.hs:1037) mkDataTOcc (compiler/GHC/Types/Name/Occurrence.hs:1026) mkDataCOcc (compiler/GHC/Types/Name/Occurrence.hs:1027) mkDataConWorkerOcc (compiler/GHC/Types/Name/Occurrence.hs:1045) mkSuperDictSelOcc (compiler/GHC/Types/Name/Occurrence.hs:1054) mkSuperDictAuxOcc (compiler/GHC/Types/Name/Occurrence.hs:1048) mkLocalOcc (compiler/GHC/Types/Name/Occurrence.hs:1060) mkMethodOcc (compiler/GHC/Types/Name/Occurrence.hs:1122) mkInstTyCoOcc (compiler/GHC/Types/Name/Occurrence.hs:1018) mkEqPredCoOcc (compiler/GHC/Types/Name/Occurrence.hs:1019) mkTyConRepOcc (compiler/GHC/Types/Name/Occurrence.hs:1030) occNameFS occNameString (compiler/GHC/Types/Name/Occurrence.hs:850) occNameSpace isVarOcc (compiler/GHC/Types/Name/Occurrence.hs:857) isTvOcc (compiler/GHC/Types/Name/Occurrence.hs:860) isTcOcc (compiler/GHC/Types/Name/Occurrence.hs:863) isDataOcc (compiler/GHC/Types/Name/Occurrence.hs:881) isFieldOcc (compiler/GHC/Types/Name/Occurrence.hs:866) fieldOcc_maybe (compiler/GHC/Types/Name/Occurrence.hs:870) isUnderscore (compiler/GHC/Types/Name/Occurrence.hs:915) isTcClsNameSpace (compiler/GHC/Types/Name/Occurrence.hs:272) isTvNameSpace (compiler/GHC/Types/Name/Occurrence.hs:276) isDataConNameSpace (compiler/GHC/Types/Name/Occurrence.hs:268) isVarNameSpace (compiler/GHC/Types/Name/Occurrence.hs:280) isValNameSpace (compiler/GHC/Types/Name/Occurrence.hs:292) isFieldNameSpace (compiler/GHC/Types/Name/Occurrence.hs:298) minusOccEnv_C_Ns (compiler/GHC/Types/Name/Occurrence.hs:785) pprOccEnv (compiler/GHC/Types/Name/Occurrence.hs:799) intersectOccEnv_C (compiler/GHC/Types/Name/Occurrence.hs:767) OccSet (compiler/GHC/Types/Name/Occurrence.hs:819) emptyOccSet (compiler/GHC/Types/Name/Occurrence.hs:831) unitOccSet (compiler/GHC/Types/Name/Occurrence.hs:832) mkOccSet (compiler/GHC/Types/Name/Occurrence.hs:833) extendOccSet (compiler/GHC/Types/Name/Occurrence.hs:834) extendOccSetList (compiler/GHC/Types/Name/Occurrence.hs:835) unionOccSets (compiler/GHC/Types/Name/Occurrence.hs:836) unionManyOccSets (compiler/GHC/Types/Name/Occurrence.hs:837) elemOccSet (compiler/GHC/Types/Name/Occurrence.hs:838) isEmptyOccSet (compiler/GHC/Types/Name/Occurrence.hs:839) mainOcc (compiler/GHC/Types/Name/Occurrence.hs:1275) ppMainFn (compiler/GHC/Types/Name/Occurrence.hs:1278) TidyOccEnv (compiler/GHC/Types/Name/Occurrence.hs:1209) emptyTidyOccEnv (compiler/GHC/Types/Name/Occurrence.hs:1213) initTidyOccEnv (compiler/GHC/Types/Name/Occurrence.hs:1216) tidyOccName (compiler/GHC/Types/Name/Occurrence.hs:1234) avoidClashesOccEnv (compiler/GHC/Types/Name/Occurrence.hs:1225) delTidyOccEnvList (compiler/GHC/Types/Name/Occurrence.hs:1221) emptyFsEnv (compiler/GHC/Data/FastString/Env.hs:66) lookupFsEnv (compiler/GHC/Data/FastString/Env.hs:70) extendFsEnv (compiler/GHC/Data/FastString/Env.hs:68) mkFsEnv (compiler/GHC/Data/FastString/Env.hs:72) Warning: 'Name' is ambiguous. It is defined * at compiler/GHC/Types/Name.hs:125:13 * at compiler/GHC/Types/Name.hs:125: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 compiler/GHC/Types/Name.hs:125:1 Warning: 'interactive' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Module' is ambiguous. It is defined * at compiler/GHC/Unit/Types.hs:123:23 * at compiler/GHC/Unit/Types.hs:130: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 compiler/GHC/Unit/Types.hs:130:1 Warning: 'UserData' is ambiguous. It is defined * at compiler/GHC/Utils/Binary.hs:1088:4 * at compiler/GHC/Utils/Binary.hs:1087: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 compiler/GHC/Utils/Binary.hs:1087:1 37% ( 26 / 70) in 'GHC.Types.Name' Missing documentation for: mkSystemNameAt (compiler/GHC/Types/Name.hs:548) mkClonedInternalName (compiler/GHC/Types/Name.hs:516) mkDerivedInternalName (compiler/GHC/Types/Name.hs:521) mkSystemVarName (compiler/GHC/Types/Name.hs:552) mkSysTvName (compiler/GHC/Types/Name.hs:555) nameUnique (compiler/GHC/Types/Name.hs:279) setNameUnique (compiler/GHC/Types/Name.hs:566) nameOccName (compiler/GHC/Types/Name.hs:280) nameNameSpace (compiler/GHC/Types/Name.hs:281) nameModule (compiler/GHC/Types/Name.hs:366) nameModule_maybe (compiler/GHC/Types/Name.hs:371) setNameLoc (compiler/GHC/Types/Name.hs:571) tidyNameOcc (compiler/GHC/Types/Name.hs:577) namePun_maybe (compiler/GHC/Types/Name.hs:383) pprName (compiler/GHC/Types/Name.hs:690) nameSrcLoc (compiler/GHC/Types/Name.hs:282) nameSrcSpan (compiler/GHC/Types/Name.hs:283) pprNameDefnLoc (compiler/GHC/Types/Name.hs:822) pprDefinedAt (compiler/GHC/Types/Name.hs:817) isSystemName (compiler/GHC/Types/Name.hs:488) isInternalName (compiler/GHC/Types/Name.hs:328) isExternalName (compiler/GHC/Types/Name.hs:324) isTyVarName (compiler/GHC/Types/Name.hs:471) isTyConName (compiler/GHC/Types/Name.hs:474) isDataConName (compiler/GHC/Types/Name.hs:477) isValName (compiler/GHC/Types/Name.hs:480) isVarName (compiler/GHC/Types/Name.hs:483) isFieldName (compiler/GHC/Types/Name.hs:486) isWiredInName (compiler/GHC/Types/Name.hs:298) isWiredIn (compiler/GHC/Types/Name.hs:302) isBuiltInSyntax (compiler/GHC/Types/Name.hs:309) isTupleTyConName (compiler/GHC/Types/Name.hs:313) isSumTyConName (compiler/GHC/Types/Name.hs:316) isHoleName (compiler/GHC/Types/Name.hs:331) wiredInNameTyThing_maybe (compiler/GHC/Types/Name.hs:305) nameIsHomePackage (compiler/GHC/Types/Name.hs:439) nameIsHomePackageImport (compiler/GHC/Types/Name.hs:451) getSrcLoc (compiler/GHC/Types/Name.hs:872) getSrcSpan (compiler/GHC/Types/Name.hs:873) getOccString (compiler/GHC/Types/Name.hs:874) getOccFS (compiler/GHC/Types/Name.hs:875) pprInfixName (compiler/GHC/Types/Name.hs:880) pprPrefixName (compiler/GHC/Types/Name.hs:883) pprModulePrefix (compiler/GHC/Types/Name.hs:788) Warning: 'Id' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'NonCaffySet' is ambiguous. It is defined * at compiler/GHC/Types/Name/Set.hs:225:23 * at compiler/GHC/Types/Name/Set.hs:225: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 compiler/GHC/Types/Name/Set.hs:225:1 32% ( 17 / 53) in 'GHC.Types.Name.Set' Missing documentation for: Module header NameSet (compiler/GHC/Types/Name/Set.hs:53) emptyNameSet (compiler/GHC/Types/Name/Set.hs:75) unitNameSet (compiler/GHC/Types/Name/Set.hs:76) mkNameSet (compiler/GHC/Types/Name/Set.hs:77) unionNameSet (compiler/GHC/Types/Name/Set.hs:80) unionNameSets (compiler/GHC/Types/Name/Set.hs:81) minusNameSet (compiler/GHC/Types/Name/Set.hs:82) elemNameSet (compiler/GHC/Types/Name/Set.hs:83) extendNameSet (compiler/GHC/Types/Name/Set.hs:79) extendNameSetList (compiler/GHC/Types/Name/Set.hs:78) delFromNameSet (compiler/GHC/Types/Name/Set.hs:84) delListFromNameSet (compiler/GHC/Types/Name/Set.hs:89) isEmptyNameSet (compiler/GHC/Types/Name/Set.hs:74) filterNameSet (compiler/GHC/Types/Name/Set.hs:85) intersectsNameSet (compiler/GHC/Types/Name/Set.hs:91) intersectNameSet (compiler/GHC/Types/Name/Set.hs:86) nameSetAny (compiler/GHC/Types/Name/Set.hs:94) nameSetAll (compiler/GHC/Types/Name/Set.hs:97) FreeVars (compiler/GHC/Types/Name/Set.hs:119) isEmptyFVs (compiler/GHC/Types/Name/Set.hs:133) emptyFVs (compiler/GHC/Types/Name/Set.hs:134) plusFVs (compiler/GHC/Types/Name/Set.hs:135) plusFV (compiler/GHC/Types/Name/Set.hs:136) mkFVs (compiler/GHC/Types/Name/Set.hs:137) addOneFV (compiler/GHC/Types/Name/Set.hs:138) unitFV (compiler/GHC/Types/Name/Set.hs:139) delFV (compiler/GHC/Types/Name/Set.hs:140) delFVs (compiler/GHC/Types/Name/Set.hs:141) intersectFVs (compiler/GHC/Types/Name/Set.hs:142) intersectsFVs (compiler/GHC/Types/Name/Set.hs:143) emptyDUs (compiler/GHC/Types/Name/Set.hs:173) usesOnly (compiler/GHC/Types/Name/Set.hs:176) mkDUs (compiler/GHC/Types/Name/Set.hs:179) plusDU (compiler/GHC/Types/Name/Set.hs:182) duDefs (compiler/GHC/Types/Name/Set.hs:185) 9% ( 5 / 52) in 'GHC.Types.Name.Env' Missing documentation for: Module header mkNameEnv (compiler/GHC/Types/Name/Env.hs:144) mkNameEnvWith (compiler/GHC/Types/Name/Env.hs:145) fromUniqMap (compiler/GHC/Types/Name/Env.hs:146) emptyNameEnv (compiler/GHC/Types/Name/Env.hs:136) isEmptyNameEnv (compiler/GHC/Types/Name/Env.hs:137) unitNameEnv (compiler/GHC/Types/Name/Env.hs:138) nonDetNameEnvElts (compiler/GHC/Types/Name/Env.hs:135) extendNameEnv_C (compiler/GHC/Types/Name/Env.hs:157) extendNameEnv_Acc (compiler/GHC/Types/Name/Env.hs:159) extendNameEnv (compiler/GHC/Types/Name/Env.hs:139) extendNameEnvList (compiler/GHC/Types/Name/Env.hs:140) extendNameEnvList_C (compiler/GHC/Types/Name/Env.hs:160) filterNameEnv (compiler/GHC/Types/Name/Env.hs:163) anyNameEnv (compiler/GHC/Types/Name/Env.hs:165) mapMaybeNameEnv (compiler/GHC/Types/Name/Env.hs:164) extendNameEnvListWith (compiler/GHC/Types/Name/Env.hs:141) plusNameEnv (compiler/GHC/Types/Name/Env.hs:148) plusNameEnv_C (compiler/GHC/Types/Name/Env.hs:149) plusNameEnv_CD (compiler/GHC/Types/Name/Env.hs:151) plusNameEnv_CD2 (compiler/GHC/Types/Name/Env.hs:152) alterNameEnv (compiler/GHC/Types/Name/Env.hs:143) plusNameEnvList (compiler/GHC/Types/Name/Env.hs:154) plusNameEnvListWith (compiler/GHC/Types/Name/Env.hs:156) lookupNameEnv (compiler/GHC/Types/Name/Env.hs:142) lookupNameEnv_NF (compiler/GHC/Types/Name/Env.hs:169) delFromNameEnv (compiler/GHC/Types/Name/Env.hs:161) delListFromNameEnv (compiler/GHC/Types/Name/Env.hs:162) elemNameEnv (compiler/GHC/Types/Name/Env.hs:147) mapNameEnv (compiler/GHC/Types/Name/Env.hs:158) disjointNameEnv (compiler/GHC/Types/Name/Env.hs:166) seqEltsNameEnv (compiler/GHC/Types/Name/Env.hs:167) emptyDNameEnv (compiler/GHC/Types/Name/Env.hs:178) isEmptyDNameEnv (compiler/GHC/Types/Name/Env.hs:181) lookupDNameEnv (compiler/GHC/Types/Name/Env.hs:184) delFromDNameEnv (compiler/GHC/Types/Name/Env.hs:187) filterDNameEnv (compiler/GHC/Types/Name/Env.hs:190) mapDNameEnv (compiler/GHC/Types/Name/Env.hs:193) adjustDNameEnv (compiler/GHC/Types/Name/Env.hs:196) alterDNameEnv (compiler/GHC/Types/Name/Env.hs:199) extendDNameEnv (compiler/GHC/Types/Name/Env.hs:202) eltsDNameEnv (compiler/GHC/Types/Name/Env.hs:208) extendDNameEnv_C (compiler/GHC/Types/Name/Env.hs:205) plusDNameEnv_C (compiler/GHC/Types/Name/Env.hs:214) foldDNameEnv (compiler/GHC/Types/Name/Env.hs:211) nonDetStrictFoldDNameEnv (compiler/GHC/Types/Name/Env.hs:217) depAnal (compiler/GHC/Types/Name/Env.hs:80) Warning: 'Id' is ambiguous. It is defined * at compiler/GHC/Types/Var.hs:271:5 * at compiler/GHC/Types/Var.hs:146: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 compiler/GHC/Types/Var.hs:146:1 Warning: 'TyVar' is ambiguous. It is defined * at compiler/GHC/Types/Var.hs:252:5 * at compiler/GHC/Types/Var.hs:159: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 compiler/GHC/Types/Var.hs:159:1 Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'var' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'isExportedIdVar' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 43% ( 63 /146) in 'GHC.Types.Var' Missing documentation for: NcId (compiler/GHC/Types/Var.hs:154) JoinId (compiler/GHC/Types/Var.hs:192) InVar (compiler/GHC/Types/Var.hs:202) InCoVar (compiler/GHC/Types/Var.hs:204) InId (compiler/GHC/Types/Var.hs:205) InTyVar (compiler/GHC/Types/Var.hs:203) OutVar (compiler/GHC/Types/Var.hs:206) OutCoVar (compiler/GHC/Types/Var.hs:208) OutId (compiler/GHC/Types/Var.hs:209) OutTyVar (compiler/GHC/Types/Var.hs:207) varName varUnique (compiler/GHC/Types/Var.hs:408) varMult varMultMaybe (compiler/GHC/Types/Var.hs:411) setVarName (compiler/GHC/Types/Var.hs:420) setVarUnique (compiler/GHC/Types/Var.hs:415) setVarType (compiler/GHC/Types/Var.hs:425) mkGlobalVar (compiler/GHC/Types/Var.hs:1149) mkLocalVar (compiler/GHC/Types/Var.hs:1155) mkCoVar (compiler/GHC/Types/Var.hs:1160) idInfo (compiler/GHC/Types/Var.hs:1139) idDetails (compiler/GHC/Types/Var.hs:1143) lazySetIdInfo (compiler/GHC/Types/Var.hs:1180) setIdDetails (compiler/GHC/Types/Var.hs:1183) setIdMult (compiler/GHC/Types/Var.hs:1225) updateIdTypeButNotMult (compiler/GHC/Types/Var.hs:1203) updateIdTypeAndMult (compiler/GHC/Types/Var.hs:1207) updateIdTypeAndMultM (compiler/GHC/Types/Var.hs:1217) isTcTyVar (compiler/GHC/Types/Var.hs:1244) isLocalId (compiler/GHC/Types/Var.hs:1269) isLocalId_maybe (compiler/GHC/Types/Var.hs:1273) isTyCoVar (compiler/GHC/Types/Var.hs:1248) isGlobalId (compiler/GHC/Types/Var.hs:1283) isInferredForAllTyFlag (compiler/GHC/Types/Var.hs:495) isSpecifiedForAllTyFlag (compiler/GHC/Types/Var.hs:500) isVisibleFunArg (compiler/GHC/Types/Var.hs:609) isInvisibleFunArg (compiler/GHC/Types/Var.hs:606) isFUNArg (compiler/GHC/Types/Var.hs:615) mkFunTyFlag (compiler/GHC/Types/Var.hs:582) visArg (compiler/GHC/Types/Var.hs:586) invisArg (compiler/GHC/Types/Var.hs:596) visArgTypeLike (compiler/GHC/Types/Var.hs:590) visArgConstraintLike (compiler/GHC/Types/Var.hs:593) invisArgTypeLike (compiler/GHC/Types/Var.hs:600) invisArgConstraintLike (compiler/GHC/Types/Var.hs:603) funTyFlagArgTypeOrConstraint (compiler/GHC/Types/Var.hs:620) funTyFlagResultTypeOrConstraint (compiler/GHC/Types/Var.hs:626) TypeOrConstraint (compiler/GHC/Types/Basic.hs:2158) isNamedPiTyBinder (compiler/GHC/Types/Var.hs:855) namedPiTyBinder_maybe (compiler/GHC/Types/Var.hs:859) piTyBinderType (compiler/GHC/Types/Var.hs:883) VarBndr (compiler/GHC/Types/Var.hs:721) TyVarBinder (compiler/GHC/Types/Var.hs:736) InvisTyBinder (compiler/GHC/Types/Var.hs:733) InvisTVBinder (compiler/GHC/Types/Var.hs:737) ReqTyBinder (compiler/GHC/Types/Var.hs:734) ReqTVBinder (compiler/GHC/Types/Var.hs:738) binderVar (compiler/GHC/Types/Var.hs:759) binderVars (compiler/GHC/Types/Var.hs:762) binderFlag (compiler/GHC/Types/Var.hs:765) binderFlags (compiler/GHC/Types/Var.hs:768) binderType (compiler/GHC/Types/Var.hs:771) isVisibleForAllTyBinder (compiler/GHC/Types/Var.hs:753) isInvisibleForAllTyBinder (compiler/GHC/Types/Var.hs:756) isTyVarBinder (compiler/GHC/Types/Var.hs:774) tyVarSpecToBinder (compiler/GHC/Types/Var.hs:744) tyVarSpecToBinders (compiler/GHC/Types/Var.hs:741) tyVarReqToBinder (compiler/GHC/Types/Var.hs:750) tyVarReqToBinders (compiler/GHC/Types/Var.hs:747) mapVarBndr (compiler/GHC/Types/Var.hs:797) mapVarBndrs (compiler/GHC/Types/Var.hs:800) ExportFlag (compiler/GHC/Types/Var.hs:285) mkTyVar (compiler/GHC/Types/Var.hs:1106) mkTcTyVar (compiler/GHC/Types/Var.hs:1112) tyVarName (compiler/GHC/Types/Var.hs:1083) tyVarKind (compiler/GHC/Types/Var.hs:1086) tcTyVarDetails (compiler/GHC/Types/Var.hs:1122) setTcTyVarDetails (compiler/GHC/Types/Var.hs:1128) setTyVarName (compiler/GHC/Types/Var.hs:1092) setTyVarUnique (compiler/GHC/Types/Var.hs:1089) setTyVarKind (compiler/GHC/Types/Var.hs:1095) updateTyVarKind (compiler/GHC/Types/Var.hs:1098) updateTyVarKindM (compiler/GHC/Types/Var.hs:1101) 30% ( 24 / 78) in 'GHC.Types.Var.Set' Missing documentation for: Module header emptyVarSet (compiler/GHC/Types/Var/Set.hs:110) unitVarSet (compiler/GHC/Types/Var/Set.hs:111) mkVarSet (compiler/GHC/Types/Var/Set.hs:129) extendVarSet (compiler/GHC/Types/Var/Set.hs:112) extendVarSetList (compiler/GHC/Types/Var/Set.hs:113) elemVarSet (compiler/GHC/Types/Var/Set.hs:124) subVarSet (compiler/GHC/Types/Var/Set.hs:144) unionVarSet (compiler/GHC/Types/Var/Set.hs:122) unionVarSets (compiler/GHC/Types/Var/Set.hs:123) intersectVarSet (compiler/GHC/Types/Var/Set.hs:114) intersectsVarSet (compiler/GHC/Types/Var/Set.hs:142) disjointVarSet (compiler/GHC/Types/Var/Set.hs:143) isEmptyVarSet (compiler/GHC/Types/Var/Set.hs:128) delVarSet (compiler/GHC/Types/Var/Set.hs:126) delVarSetList (compiler/GHC/Types/Var/Set.hs:127) delVarSetByKey (compiler/GHC/Types/Var/Set.hs:135) minusVarSet (compiler/GHC/Types/Var/Set.hs:125) filterVarSet (compiler/GHC/Types/Var/Set.hs:134) mapVarSet (compiler/GHC/Types/Var/Set.hs:153) anyVarSet (compiler/GHC/Types/Var/Set.hs:147) allVarSet (compiler/GHC/Types/Var/Set.hs:150) transCloVarSet (compiler/GHC/Types/Var/Set.hs:183) fixVarSet (compiler/GHC/Types/Var/Set.hs:165) lookupVarSet_Directly (compiler/GHC/Types/Var/Set.hs:130) lookupVarSet (compiler/GHC/Types/Var/Set.hs:131) lookupVarSetByName (compiler/GHC/Types/Var/Set.hs:132) sizeVarSet (compiler/GHC/Types/Var/Set.hs:133) seqVarSet (compiler/GHC/Types/Var/Set.hs:198) elemVarSetByKey (compiler/GHC/Types/Var/Set.hs:136) partitionVarSet (compiler/GHC/Types/Var/Set.hs:137) nonDetStrictFoldVarSet (compiler/GHC/Types/Var/Set.hs:159) emptyDVarSet (compiler/GHC/Types/Var/Set.hs:239) unitDVarSet (compiler/GHC/Types/Var/Set.hs:242) mkDVarSet (compiler/GHC/Types/Var/Set.hs:245) extendDVarSet (compiler/GHC/Types/Var/Set.hs:249) elemDVarSet (compiler/GHC/Types/Var/Set.hs:252) dVarSetElems (compiler/GHC/Types/Var/Set.hs:255) subDVarSet (compiler/GHC/Types/Var/Set.hs:258) unionDVarSet (compiler/GHC/Types/Var/Set.hs:261) unionDVarSets (compiler/GHC/Types/Var/Set.hs:264) intersectDVarSet (compiler/GHC/Types/Var/Set.hs:271) dVarSetIntersectVarSet (compiler/GHC/Types/Var/Set.hs:274) isEmptyDVarSet (compiler/GHC/Types/Var/Set.hs:285) delDVarSet (compiler/GHC/Types/Var/Set.hs:288) minusDVarSet (compiler/GHC/Types/Var/Set.hs:291) nonDetStrictFoldDVarSet (compiler/GHC/Types/Var/Set.hs:300) filterDVarSet (compiler/GHC/Types/Var/Set.hs:312) mapDVarSet (compiler/GHC/Types/Var/Set.hs:309) dVarSetMinusVarSet (compiler/GHC/Types/Var/Set.hs:294) anyDVarSet (compiler/GHC/Types/Var/Set.hs:303) allDVarSet (compiler/GHC/Types/Var/Set.hs:306) sizeDVarSet (compiler/GHC/Types/Var/Set.hs:315) seqDVarSet (compiler/GHC/Types/Var/Set.hs:326) 94% ( 17 / 18) in 'GHC.Utils.FV' Missing documentation for: FV (compiler/GHC/Utils/FV.hs:46) 0% ( 0 / 22) in 'GHC.Data.Graph.UnVar' Missing documentation for: Module header UnVarSet (compiler/GHC/Data/Graph/UnVar.hs:48) emptyUnVarSet (compiler/GHC/Data/Graph/UnVar.hs:58) mkUnVarSet (compiler/GHC/Data/Graph/UnVar.hs:80) unionUnVarSet (compiler/GHC/Data/Graph/UnVar.hs:89) unionUnVarSets (compiler/GHC/Data/Graph/UnVar.hs:92) extendUnVarSet (compiler/GHC/Data/Graph/UnVar.hs:83) extendUnVarSetList (compiler/GHC/Data/Graph/UnVar.hs:86) delUnVarSet (compiler/GHC/Data/Graph/UnVar.hs:68) delUnVarSetList (compiler/GHC/Data/Graph/UnVar.hs:71) elemUnVarSet (compiler/GHC/Data/Graph/UnVar.hs:61) isEmptyUnVarSet (compiler/GHC/Data/Graph/UnVar.hs:65) UnVarGraph (compiler/GHC/Data/Graph/UnVar.hs:98) emptyUnVarGraph (compiler/GHC/Data/Graph/UnVar.hs:104) unionUnVarGraph (compiler/GHC/Data/Graph/UnVar.hs:118) unionUnVarGraphs (compiler/GHC/Data/Graph/UnVar.hs:124) completeGraph (compiler/GHC/Data/Graph/UnVar.hs:131) completeBipartiteGraph (compiler/GHC/Data/Graph/UnVar.hs:128) neighbors (compiler/GHC/Data/Graph/UnVar.hs:135) hasLoopAt (compiler/GHC/Data/Graph/UnVar.hs:147) delNode (compiler/GHC/Data/Graph/UnVar.hs:157) domUFMUnVarSet (compiler/GHC/Data/Graph/UnVar.hs:55) 34% ( 43 /125) in 'GHC.Types.Var.Env' Missing documentation for: Module header emptyVarEnv (compiler/GHC/Types/Var/Env.hs:570) unitVarEnv (compiler/GHC/Types/Var/Env.hs:571) mkVarEnv (compiler/GHC/Types/Var/Env.hs:568) mkVarEnv_Directly (compiler/GHC/Types/Var/Env.hs:569) elemVarEnv (compiler/GHC/Types/Var/Env.hs:541) disjointVarEnv (compiler/GHC/Types/Var/Env.hs:543) anyVarEnv (compiler/GHC/Types/Var/Env.hs:565) extendVarEnv (compiler/GHC/Types/Var/Env.hs:545) extendVarEnv_C (compiler/GHC/Types/Var/Env.hs:546) extendVarEnv_Acc (compiler/GHC/Types/Var/Env.hs:547) extendVarEnvList (compiler/GHC/Types/Var/Env.hs:548) plusVarEnv (compiler/GHC/Types/Var/Env.hs:555) plusVarEnv_C (compiler/GHC/Types/Var/Env.hs:549) plusVarEnv_CD (compiler/GHC/Types/Var/Env.hs:550) plusMaybeVarEnv_C (compiler/GHC/Types/Var/Env.hs:551) plusVarEnvList (compiler/GHC/Types/Var/Env.hs:556) alterVarEnv (compiler/GHC/Types/Var/Env.hs:544) delVarEnvList (compiler/GHC/Types/Var/Env.hs:552) delVarEnv (compiler/GHC/Types/Var/Env.hs:553) minusVarEnv (compiler/GHC/Types/Var/Env.hs:554) lookupVarEnv (compiler/GHC/Types/Var/Env.hs:562) lookupVarEnv_NF (compiler/GHC/Types/Var/Env.hs:583) lookupWithDefaultVarEnv (compiler/GHC/Types/Var/Env.hs:566) lookupVarEnv_Directly (compiler/GHC/Types/Var/Env.hs:563) mapVarEnv (compiler/GHC/Types/Var/Env.hs:567) zipVarEnv (compiler/GHC/Types/Var/Env.hs:582) modifyVarEnv (compiler/GHC/Types/Var/Env.hs:593) modifyVarEnv_Directly (compiler/GHC/Types/Var/Env.hs:599) isEmptyVarEnv (compiler/GHC/Types/Var/Env.hs:572) elemVarEnvByKey (compiler/GHC/Types/Var/Env.hs:542) filterVarEnv (compiler/GHC/Types/Var/Env.hs:564) partitionVarEnv (compiler/GHC/Types/Var/Env.hs:573) varEnvDomain (compiler/GHC/Types/Var/Env.hs:574) nonDetStrictFoldVarEnv_Directly (compiler/GHC/Types/Var/Env.hs:575) emptyDVarEnv (compiler/GHC/Types/Var/Env.hs:625) mkDVarEnv (compiler/GHC/Types/Var/Env.hs:631) dVarEnvElts (compiler/GHC/Types/Var/Env.hs:628) extendDVarEnv (compiler/GHC/Types/Var/Env.hs:634) extendDVarEnv_C (compiler/GHC/Types/Var/Env.hs:682) extendDVarEnvList (compiler/GHC/Types/Var/Env.hs:694) lookupDVarEnv (compiler/GHC/Types/Var/Env.hs:640) elemDVarEnv (compiler/GHC/Types/Var/Env.hs:679) isEmptyDVarEnv (compiler/GHC/Types/Var/Env.hs:676) foldDVarEnv (compiler/GHC/Types/Var/Env.hs:643) nonDetStrictFoldDVarEnv (compiler/GHC/Types/Var/Env.hs:649) mapDVarEnv (compiler/GHC/Types/Var/Env.hs:652) filterDVarEnv (compiler/GHC/Types/Var/Env.hs:655) modifyDVarEnv (compiler/GHC/Types/Var/Env.hs:685) alterDVarEnv (compiler/GHC/Types/Var/Env.hs:658) plusDVarEnv (compiler/GHC/Types/Var/Env.hs:661) plusDVarEnv_C (compiler/GHC/Types/Var/Env.hs:664) unitDVarEnv (compiler/GHC/Types/Var/Env.hs:667) delDVarEnv (compiler/GHC/Types/Var/Env.hs:670) delDVarEnvList (compiler/GHC/Types/Var/Env.hs:673) minusDVarEnv (compiler/GHC/Types/Var/Env.hs:637) partitionDVarEnv (compiler/GHC/Types/Var/Env.hs:691) anyDVarEnv (compiler/GHC/Types/Var/Env.hs:697) emptyInScopeSet (compiler/GHC/Types/Var/Env.hs:146) mkInScopeSet (compiler/GHC/Types/Var/Env.hs:152) mkInScopeSetList (compiler/GHC/Types/Var/Env.hs:155) delInScopeSet (compiler/GHC/Types/Var/Env.hs:170) extendInScopeSet (compiler/GHC/Types/Var/Env.hs:158) extendInScopeSetList (compiler/GHC/Types/Var/Env.hs:162) extendInScopeSetSet (compiler/GHC/Types/Var/Env.hs:166) getInScopeVars (compiler/GHC/Types/Var/Env.hs:149) lookupInScope_Directly (compiler/GHC/Types/Var/Env.hs:181) unionInScope (compiler/GHC/Types/Var/Env.hs:185) elemInScopeSet (compiler/GHC/Types/Var/Env.hs:173) varSetInScope (compiler/GHC/Types/Var/Env.hs:189) mkRnEnv2 (compiler/GHC/Types/Var/Env.hs:286) delBndrL (compiler/GHC/Types/Var/Env.hs:388) delBndrR (compiler/GHC/Types/Var/Env.hs:390) delBndrsL (compiler/GHC/Types/Var/Env.hs:394) delBndrsR (compiler/GHC/Types/Var/Env.hs:396) extendRnInScopeSetList (compiler/GHC/Types/Var/Env.hs:291) rnInScope (compiler/GHC/Types/Var/Env.hs:296) rnInScopeSet (compiler/GHC/Types/Var/Env.hs:299) lookupRnInScope (compiler/GHC/Types/Var/Env.hs:423) emptyTidyEnv (compiler/GHC/Types/Var/Env.hs:465) mkEmptyTidyEnv (compiler/GHC/Types/Var/Env.hs:468) delTidyEnvList (compiler/GHC/Types/Var/Env.hs:471) 14% ( 1 / 7) in 'GHC.Stg.InferTags.TagSig' Missing documentation for: Module header TagSig (compiler/GHC/Stg/InferTags/TagSig.hs:26) TagInfo (compiler/GHC/Stg/InferTags/TagSig.hs:31) isTaggedSig (compiler/GHC/Stg/InferTags/TagSig.hs:70) seqTagSig (compiler/GHC/Stg/InferTags/TagSig.hs:75) seqTagInfo (compiler/GHC/Stg/InferTags/TagSig.hs:78) Warning: 'TyThing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'DataCon' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'PatSyn' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'TyCon' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'filterImports' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'mergeSignatures' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'GlobalRdrElt' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'forceGlobalRdrEnv' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'hydrateGlobalRdrEnv' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'v' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'T1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 63% ( 7 / 11) in 'GHC.Types.GREInfo' Missing documentation for: plusGREInfo (compiler/GHC/Types/GREInfo.hs:137) mkConInfo (compiler/GHC/Types/GREInfo.hs:221) conInfoFields (compiler/GHC/Types/GREInfo.hs:226) RecFieldInfo (compiler/GHC/Types/GREInfo.hs:260) Warning: 'mi_fix_fn' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ModIface' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 42% ( 3 / 7) in 'GHC.Types.Fixity.Env' Missing documentation for: Module header emptyFixityEnv (compiler/GHC/Types/Fixity/Env.hs:30) lookupFixity (compiler/GHC/Types/Fixity/Env.hs:33) emptyIfaceFixCache (compiler/GHC/Types/Fixity/Env.hs:45) 17% ( 6 / 34) in 'GHC.Types.CostCentre' Missing documentation for: Module header CcName (compiler/GHC/Types/CostCentre.hs:68) mkCafFlavour (compiler/GHC/Types/CostCentre.hs:87) mkExprCCFlavour (compiler/GHC/Types/CostCentre.hs:89) mkDeclCCFlavour (compiler/GHC/Types/CostCentre.hs:91) mkHpcCCFlavour (compiler/GHC/Types/CostCentre.hs:93) mkLateCCFlavour (compiler/GHC/Types/CostCentre.hs:95) mkCallerCCFlavour (compiler/GHC/Types/CostCentre.hs:97) pprCostCentre (compiler/GHC/Types/CostCentre.hs:284) pprCostCentreStack (compiler/GHC/Types/CostCentre.hs:260) CollectedCCs (compiler/GHC/Types/CostCentre.hs:215) emptyCollectedCCs (compiler/GHC/Types/CostCentre.hs:221) collectCC (compiler/GHC/Types/CostCentre.hs:224) currentCCS (compiler/GHC/Types/CostCentre.hs:228) dontCareCCS (compiler/GHC/Types/CostCentre.hs:229) isCurrentCCS (compiler/GHC/Types/CostCentre.hs:235) maybeSingletonCCS (compiler/GHC/Types/CostCentre.hs:243) mkUserCC (compiler/GHC/Types/CostCentre.hs:162) mkAutoCC (compiler/GHC/Types/CostCentre.hs:168) mkAllCafsCC (compiler/GHC/Types/CostCentre.hs:184) mkSingletonCCS (compiler/GHC/Types/CostCentre.hs:247) isCafCCS (compiler/GHC/Types/CostCentre.hs:239) isCafCC (compiler/GHC/Types/CostCentre.hs:140) ccFromThisModule (compiler/GHC/Types/CostCentre.hs:155) costCentreUserName (compiler/GHC/Types/CostCentre.hs:345) costCentreUserNameFS (compiler/GHC/Types/CostCentre.hs:348) costCentreSrcSpan (compiler/GHC/Types/CostCentre.hs:355) cmpCostCentre (compiler/GHC/Types/CostCentre.hs:112) Warning: 'avails' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 73% ( 11 / 15) in 'GHC.Types.Avail' Missing documentation for: Module header availsToNameSet (compiler/GHC/Types/Avail.hs:99) availsToNameEnv (compiler/GHC/Types/Avail.hs:103) plusAvail (compiler/GHC/Types/Avail.hs:138) Warning: 'Provenance' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'FieldsOrSelector' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ModuleName' is ambiguous. It is defined * at compiler/Language/Haskell/Syntax/Module/Name.hs:15:22 * at compiler/Language/Haskell/Syntax/Module/Name.hs:15: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 compiler/Language/Haskell/Syntax/Module/Name.hs:15:1 Warning: 'GreInfo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'x' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ShadowedNameSpace' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ShadowedGREs' is ambiguous. It is defined * at compiler/GHC/Types/Name/Reader.hs:1868:5 * at compiler/GHC/Types/Name/Reader.hs:1867: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 compiler/GHC/Types/Name/Reader.hs:1867:1 43% ( 58 /134) in 'GHC.Types.Name.Reader' Missing documentation for: mkRdrUnqual (compiler/GHC/Types/Name/Reader.hs:256) mkRdrQual (compiler/GHC/Types/Name/Reader.hs:259) mkUnqual (compiler/GHC/Types/Name/Reader.hs:268) mkVarUnqual (compiler/GHC/Types/Name/Reader.hs:271) mkOrig (compiler/GHC/Types/Name/Reader.hs:262) nameRdrName (compiler/GHC/Types/Name/Reader.hs:282) getRdrName (compiler/GHC/Types/Name/Reader.hs:279) rdrNameOcc (compiler/GHC/Types/Name/Reader.hs:224) rdrNameSpace (compiler/GHC/Types/Name/Reader.hs:230) demoteRdrName (compiler/GHC/Types/Name/Reader.hs:235) demoteRdrNameTv (compiler/GHC/Types/Name/Reader.hs:241) promoteRdrName (compiler/GHC/Types/Name/Reader.hs:249) isRdrDataCon (compiler/GHC/Types/Name/Reader.hs:296) isRdrTyVar (compiler/GHC/Types/Name/Reader.hs:297) isRdrTc (compiler/GHC/Types/Name/Reader.hs:298) isQual (compiler/GHC/Types/Name/Reader.hs:310) isQual_maybe (compiler/GHC/Types/Name/Reader.hs:314) isUnqual (compiler/GHC/Types/Name/Reader.hs:306) isOrig (compiler/GHC/Types/Name/Reader.hs:318) isOrig_maybe (compiler/GHC/Types/Name/Reader.hs:322) isExact (compiler/GHC/Types/Name/Reader.hs:326) isExact_maybe (compiler/GHC/Types/Name/Reader.hs:330) isSrcRdrName (compiler/GHC/Types/Name/Reader.hs:301) emptyLocalRdrEnv (compiler/GHC/Types/Name/Reader.hs:440) extendLocalRdrEnv (compiler/GHC/Types/Name/Reader.hs:445) extendLocalRdrEnvList (compiler/GHC/Types/Name/Reader.hs:451) lookupLocalRdrEnv (compiler/GHC/Types/Name/Reader.hs:456) lookupLocalRdrOcc (compiler/GHC/Types/Name/Reader.hs:469) elemLocalRdrEnv (compiler/GHC/Types/Name/Reader.hs:472) inLocalRdrEnvScope (compiler/GHC/Types/Name/Reader.hs:484) localRdrEnvElts (compiler/GHC/Types/Name/Reader.hs:480) minusLocalRdrEnv (compiler/GHC/Types/Name/Reader.hs:487) minusLocalRdrEnvList (compiler/GHC/Types/Name/Reader.hs:491) emptyGlobalRdrEnv (compiler/GHC/Types/Name/Reader.hs:934) mkGlobalRdrEnv (compiler/GHC/Types/Name/Reader.hs:1591) plusGlobalRdrEnv (compiler/GHC/Types/Name/Reader.hs:1588) extendGlobalRdrEnv (compiler/GHC/Types/Name/Reader.hs:1628) greOccName (compiler/GHC/Types/Name/Reader.hs:819) pprGlobalRdrEnv (compiler/GHC/Types/Name/Reader.hs:964) globalRdrEnvElts (compiler/GHC/Types/Name/Reader.hs:937) filterFieldGREs (compiler/GHC/Types/Name/Reader.hs:1084) allowGRE (compiler/GHC/Types/Name/Reader.hs:1088) LookupChild (compiler/GHC/Types/Name/Reader.hs:1201) getGRE_NameQualifier_maybes (compiler/GHC/Types/Name/Reader.hs:1440) availFromGRE (compiler/GHC/Types/Name/Reader.hs:923) greRdrNames (compiler/GHC/Types/Name/Reader.hs:839) greSrcSpan (compiler/GHC/Types/Name/Reader.hs:855) greQualModName (compiler/GHC/Types/Name/Reader.hs:833) greName (compiler/GHC/Types/Name/Reader.hs:615) greNameSpace (compiler/GHC/Types/Name/Reader.hs:618) greParent (compiler/GHC/Types/Name/Reader.hs:621) greInfo (compiler/GHC/Types/Name/Reader.hs:624) plusGRE (compiler/GHC/Types/Name/Reader.hs:1608) insertGRE (compiler/GHC/Types/Name/Reader.hs:1599) fieldGREInfo (compiler/GHC/Types/Name/Reader.hs:1051) mkGRE (compiler/GHC/Types/Name/Reader.hs:761) mkExactGRE (compiler/GHC/Types/Name/Reader.hs:773) mkLocalGRE (compiler/GHC/Types/Name/Reader.hs:779) mkLocalVanillaGRE (compiler/GHC/Types/Name/Reader.hs:782) mkLocalConLikeGRE (compiler/GHC/Types/Name/Reader.hs:795) mkLocalFieldGREs (compiler/GHC/Types/Name/Reader.hs:799) gresToNameSet (compiler/GHC/Types/Name/Reader.hs:876) shadowNames (compiler/GHC/Types/Name/Reader.hs:1725) RecFieldInfo (compiler/GHC/Types/GREInfo.hs:260) plusGREInfo (compiler/GHC/Types/GREInfo.hs:137) recFieldConLike_maybe (compiler/GHC/Types/Name/Reader.hs:1060) recFieldInfo_maybe (compiler/GHC/Types/Name/Reader.hs:1066) fieldGRE_maybe (compiler/GHC/Types/Name/Reader.hs:1043) fieldGRELabel (compiler/GHC/Types/Name/Reader.hs:1048) greParent_maybe (compiler/GHC/Types/Name/Reader.hs:871) mkParent (compiler/GHC/Types/Name/Reader.hs:861) availParent (compiler/GHC/Types/Name/Reader.hs:866) importSpecLoc (compiler/GHC/Types/Name/Reader.hs:2052) importSpecModule (compiler/GHC/Types/Name/Reader.hs:2056) isExplicitItem (compiler/GHC/Types/Name/Reader.hs:2059) bestImport (compiler/GHC/Types/Name/Reader.hs:1969) Warning: 'ImportedModsVal' is ambiguous. It is defined * at compiler/GHC/Unit/Module/Imported.hs:33:24 * at compiler/GHC/Unit/Module/Imported.hs:33: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 compiler/GHC/Unit/Module/Imported.hs:33:1 40% ( 2 / 5) in 'GHC.Unit.Module.Imported' Missing documentation for: Module header ImportedModsVal (compiler/GHC/Unit/Module/Imported.hs:33) importedByUser (compiler/GHC/Unit/Module/Imported.hs:29) 93% ( 14 / 15) in 'GHC.Types.Annotations' Missing documentation for: AnnPayload (compiler/GHC/Types/Annotations.hs:43) Warning: 'ClassDecl' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ClsInstDecl' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ValBinds' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'NameAnn' is ambiguous. It is defined * at compiler/GHC/Parser/Annotation.hs:727:5 * at compiler/GHC/Parser/Annotation.hs:725: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 compiler/GHC/Parser/Annotation.hs:725:1 Warning: 'RdrName' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '`foo`' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '(bar)' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'EpAnnNotUsed' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Context' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'AnnParen' is ambiguous. It is defined * at compiler/GHC/Parser/Annotation.hs:686:5 * at compiler/GHC/Parser/Annotation.hs:685: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 compiler/GHC/Parser/Annotation.hs:685:1 Warning: 'anchor_op' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ann' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'HsLet' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'EpAnn' is ambiguous. It is defined * at compiler/GHC/Parser/Annotation.hs:522:5 * at compiler/GHC/Parser/Annotation.hs:521: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 compiler/GHC/Parser/Annotation.hs:521:1 Warning: 'AddEpAnn' is ambiguous. It is defined * at compiler/GHC/Parser/Annotation.hs:455:17 * at compiler/GHC/Parser/Annotation.hs:455: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 compiler/GHC/Parser/Annotation.hs:455:1 Warning: 'mj' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'EpaComment' is ambiguous. It is defined * at compiler/GHC/Parser/Annotation.hs:420:3 * at compiler/GHC/Parser/Annotation.hs:419: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 compiler/GHC/Parser/Annotation.hs:419:1 Warning: 'e' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'EpAnnotation' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '!' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '¸' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'SourceText' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '%' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '->' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'static' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '~' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '()' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'via' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '-<' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '-<<' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '>>-' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'RealSrcSpan' is ambiguous. It is defined * at compiler/GHC/Types/SrcLoc.hs:390:5 * at compiler/GHC/Types/SrcLoc.hs:366: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 compiler/GHC/Types/SrcLoc.hs:366:1 49% ( 60 /122) in 'GHC.Parser.Annotation' Missing documentation for: Module header getEpTokenSrcSpan (compiler/GHC/Parser/Annotation.hs:387) EpaComment (compiler/GHC/Parser/Annotation.hs:419) EpaCommentTok (compiler/GHC/Parser/Annotation.hs:431) EpaLocation (compiler/GHC/Parser/Annotation.hs:457) getDeltaLine (compiler/GHC/Types/SrcLoc.hs:955) anchor (compiler/GHC/Parser/Annotation.hs:543) spanAsAnchor (compiler/GHC/Parser/Annotation.hs:547) realSpanAsAnchor (compiler/GHC/Parser/Annotation.hs:550) noSpanAnchor (compiler/GHC/Parser/Annotation.hs:553) NoAnn (compiler/GHC/Parser/Annotation.hs:1021) LEpaComment (compiler/GHC/Parser/Annotation.hs:571) NoCommentsLocation (compiler/GHC/Types/SrcLoc.hs:925) NoComments (compiler/GHC/Types/SrcLoc.hs:927) emptyComments (compiler/GHC/Parser/Annotation.hs:574) epaToNoCommentsLocation (compiler/GHC/Parser/Annotation.hs:460) noCommentsToEpaLocation (compiler/GHC/Parser/Annotation.hs:465) getFollowingComments (compiler/GHC/Parser/Annotation.hs:1178) setFollowingComments (compiler/GHC/Parser/Annotation.hs:1182) setPriorComments (compiler/GHC/Parser/Annotation.hs:1186) EpAnnCO (compiler/GHC/Parser/Annotation.hs:1193) LocatedA (compiler/GHC/Parser/Annotation.hs:580) LocatedL (compiler/GHC/Parser/Annotation.hs:583) LocatedC (compiler/GHC/Parser/Annotation.hs:585) LocatedN (compiler/GHC/Parser/Annotation.hs:581) LocatedP (compiler/GHC/Parser/Annotation.hs:584) SrcSpanAnnA (compiler/GHC/Parser/Annotation.hs:587) SrcSpanAnnL (compiler/GHC/Parser/Annotation.hs:590) SrcSpanAnnP (compiler/GHC/Parser/Annotation.hs:591) SrcSpanAnnC (compiler/GHC/Parser/Annotation.hs:592) SrcSpanAnnN (compiler/GHC/Parser/Annotation.hs:588) LocatedE (compiler/GHC/Parser/Annotation.hs:594) NoEpAnns (compiler/GHC/Parser/Annotation.hs:1195) noTrailingN (compiler/GHC/Parser/Annotation.hs:954) reLoc (compiler/GHC/Parser/Annotation.hs:993) HasLoc (compiler/GHC/Parser/Annotation.hs:1027) getHasLocList (compiler/GHC/Parser/Annotation.hs:1049) srcSpan2e (compiler/GHC/Parser/Annotation.hs:1061) realSrcSpan (compiler/GHC/Parser/Annotation.hs:1055) reAnnL (compiler/GHC/Parser/Annotation.hs:1068) reAnnC (compiler/GHC/Parser/Annotation.hs:1065) addAnns (compiler/GHC/Parser/Annotation.hs:1074) addAnnsA (compiler/GHC/Parser/Annotation.hs:1079) widenAnchor (compiler/GHC/Parser/Annotation.hs:1122) widenAnchorS (compiler/GHC/Parser/Annotation.hs:1130) widenLocatedAn (compiler/GHC/Parser/Annotation.hs:1137) getLocAnn (compiler/GHC/Parser/Annotation.hs:1071) epAnnAnns (compiler/GHC/Parser/Annotation.hs:1143) annParen2AddEpAnn (compiler/GHC/Parser/Annotation.hs:1146) epAnnComments (compiler/GHC/Parser/Annotation.hs:1152) sortLocatedA (compiler/GHC/Parser/Annotation.hs:1156) mapLocA (compiler/GHC/Parser/Annotation.hs:1159) combineLocsA (compiler/GHC/Parser/Annotation.hs:1163) combineSrcSpansA (compiler/GHC/Parser/Annotation.hs:1166) HasAnnotation (compiler/GHC/Parser/Annotation.hs:998) locA (compiler/GHC/Parser/Annotation.hs:989) noLocA (compiler/GHC/Parser/Annotation.hs:1011) getLocA (compiler/GHC/Parser/Annotation.hs:1014) noSrcSpanA (compiler/GHC/Parser/Annotation.hs:1017) noComments (compiler/GHC/Parser/Annotation.hs:1199) comment (compiler/GHC/Parser/Annotation.hs:1206) placeholderRealSpan (compiler/GHC/Parser/Annotation.hs:1203) 5% ( 1 / 17) in 'GHC.Data.BooleanFormula' Missing documentation for: BooleanFormula (compiler/GHC/Data/BooleanFormula.hs:38) LBooleanFormula (compiler/GHC/Data/BooleanFormula.hs:36) mkFalse (compiler/GHC/Data/BooleanFormula.hs:46) mkTrue (compiler/GHC/Data/BooleanFormula.hs:47) mkAnd (compiler/GHC/Data/BooleanFormula.hs:56) mkOr (compiler/GHC/Data/BooleanFormula.hs:70) mkVar (compiler/GHC/Data/BooleanFormula.hs:43) isFalse (compiler/GHC/Data/BooleanFormula.hs:119) isTrue (compiler/GHC/Data/BooleanFormula.hs:123) eval (compiler/GHC/Data/BooleanFormula.hs:127) simplify (compiler/GHC/Data/BooleanFormula.hs:135) isUnsatisfied (compiler/GHC/Data/BooleanFormula.hs:146) implies (compiler/GHC/Data/BooleanFormula.hs:166) impliesAtom (compiler/GHC/Data/BooleanFormula.hs:159) pprBooleanFormula (compiler/GHC/Data/BooleanFormula.hs:217) pprBooleanFormulaNice (compiler/GHC/Data/BooleanFormula.hs:224) 60% ( 3 / 5) in 'GHC.Iface.Recomp.Binary' Missing documentation for: fingerprintBinMem (compiler/GHC/Iface/Recomp/Binary.hs:19) computeFingerprint (compiler/GHC/Iface/Recomp/Binary.hs:32) 28% ( 4 / 14) in 'GHC.Hs.Extension' Missing documentation for: Module header IsSrcSpanAnn (compiler/GHC/Hs/Extension.hs:107) Pass (compiler/GHC/Hs/Extension.hs:165) GhcPs (compiler/GHC/Hs/Extension.hs:169) GhcRn (compiler/GHC/Hs/Extension.hs:170) GhcTc (compiler/GHC/Hs/Extension.hs:171) NoGhcTcPass (compiler/GHC/Hs/Extension.hs:210) pprIfPs (compiler/GHC/Hs/Extension.hs:226) pprIfRn (compiler/GHC/Hs/Extension.hs:230) pprIfTc (compiler/GHC/Hs/Extension.hs:234) Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'StringLiteral' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'pprWithHsDoc' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'pprHsDoc' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 71% ( 10 / 14) in 'GHC.Hs.Doc' Missing documentation for: LHsDoc (compiler/GHC/Hs/Doc.hs:120) DocStructure (compiler/GHC/Hs/Doc.hs:194) Docs (compiler/GHC/Hs/Doc.hs:196) emptyDocs (compiler/GHC/Hs/Doc.hs:290) Warning: 'hiding' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'qualified' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 91% ( 11 / 12) in 'Language.Haskell.Syntax.ImpExp' Missing documentation for: Module header Warning: 'WarningFlag' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'mi_decl_warn_fn' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ModIface' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'mi_export_warn_fn' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 65% ( 19 / 29) in 'GHC.Unit.Module.Warnings' Missing documentation for: WarningCategory (compiler/GHC/Unit/Module/Warnings.hs:132) mkWarningCategory (compiler/GHC/Unit/Module/Warnings.hs:136) InWarningCategory (compiler/GHC/Unit/Module/Warnings.hs:120) fromWarningCategory (compiler/GHC/Unit/Module/Warnings.hs:128) LWarningTxt (compiler/GHC/Unit/Module/Warnings.hs:197) pprWarningTxtForMsg (compiler/GHC/Unit/Module/Warnings.hs:272) emptyWarn (compiler/GHC/Unit/Module/Warnings.hs:320) emptyIfaceWarnCache (compiler/GHC/Unit/Module/Warnings.hs:333) insertWarnDecls (compiler/GHC/Unit/Module/Warnings.hs:338) insertWarnExports (compiler/GHC/Unit/Module/Warnings.hs:344) Warning: 'ImportDecl' is ambiguous. It is defined * at compiler/Language/Haskell/Syntax/ImpExp.hs:55:5 * at compiler/Language/Haskell/Syntax/ImpExp.hs:54: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 compiler/Language/Haskell/Syntax/ImpExp.hs:54:1 Warning: 'qualified' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: GHC.Hs.ImpExp: Could not find documentation for exported module: GHC.Hs.ImpExp 16% ( 3 / 18) in 'GHC.Hs.ImpExp' Missing documentation for: Module header XImportDeclPass (compiler/GHC/Hs/ImpExp.hs:86) EpAnnImportDecl (compiler/GHC/Hs/ImpExp.hs:114) simpleImportDecl (compiler/GHC/Hs/ImpExp.hs:128) ieName (compiler/GHC/Hs/ImpExp.hs:249) ieWrappedName (compiler/GHC/Hs/ImpExp.hs:287) ieNames (compiler/GHC/Hs/ImpExp.hs:256) ieDeprecation (compiler/GHC/Hs/ImpExp.hs:266) ieWrappedLName (compiler/GHC/Hs/ImpExp.hs:282) lieWrappedName (compiler/GHC/Hs/ImpExp.hs:291) ieLWrappedName (compiler/GHC/Hs/ImpExp.hs:294) replaceWrappedName (compiler/GHC/Hs/ImpExp.hs:297) replaceLWrappedName (compiler/GHC/Hs/ImpExp.hs:302) exportDocstring (compiler/GHC/Hs/ImpExp.hs:305) pprImpExp (compiler/GHC/Hs/ImpExp.hs:357) 0% ( 0 / 6) in 'GHC.Core.Opt.CallerCC.Types' Missing documentation for: Module header NamePattern (compiler/GHC/Core/Opt/CallerCC/Types.hs:26) CallerCcFilter (compiler/GHC/Core/Opt/CallerCC/Types.hs:74) occNameMatches (compiler/GHC/Core/Opt/CallerCC/Types.hs:49) parseCallerCcFilter (compiler/GHC/Core/Opt/CallerCC/Types.hs:90) parseNamePattern (compiler/GHC/Core/Opt/CallerCC/Types.hs:64) Warning: 'CoAxiom' is ambiguous. It is defined * at compiler/GHC/Core/Coercion/Axiom.hs:226:5 * at compiler/GHC/Core/Coercion/Axiom.hs:225: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 compiler/GHC/Core/Coercion/Axiom.hs:225:1 17% ( 7 / 39) in 'GHC.Core.Coercion.Axiom' Missing documentation for: BranchFlag (compiler/GHC/Core/Coercion/Axiom.hs:134) Branched (compiler/GHC/Core/Coercion/Axiom.hs:135) Unbranched (compiler/GHC/Core/Coercion/Axiom.hs:136) BranchIndex (compiler/GHC/Core/Coercion/Axiom.hs:130) Branches (compiler/GHC/Core/Coercion/Axiom.hs:141) manyBranches (compiler/GHC/Core/Coercion/Axiom.hs:146) unbranched (compiler/GHC/Core/Coercion/Axiom.hs:152) fromBranches (compiler/GHC/Core/Coercion/Axiom.hs:162) numBranches (compiler/GHC/Core/Coercion/Axiom.hs:168) toBranchedAxiom (compiler/GHC/Core/Coercion/Axiom.hs:271) toUnbranchedAxiom (compiler/GHC/Core/Coercion/Axiom.hs:275) coAxiomName (compiler/GHC/Core/Coercion/Axiom.hs:291) coAxiomArity (compiler/GHC/Core/Coercion/Axiom.hs:286) coAxiomBranches (compiler/GHC/Core/Coercion/Axiom.hs:297) coAxiomTyCon (compiler/GHC/Core/Coercion/Axiom.hs:311) isImplicitCoAxiom (compiler/GHC/Core/Coercion/Axiom.hs:332) coAxiomNumPats (compiler/GHC/Core/Coercion/Axiom.hs:279) coAxiomNthBranch (compiler/GHC/Core/Coercion/Axiom.hs:282) coAxiomSingleBranch_maybe (compiler/GHC/Core/Coercion/Axiom.hs:300) coAxiomRole (compiler/GHC/Core/Coercion/Axiom.hs:294) coAxiomSingleBranch (compiler/GHC/Core/Coercion/Axiom.hs:307) coAxBranchTyVars (compiler/GHC/Core/Coercion/Axiom.hs:314) coAxBranchCoVars (compiler/GHC/Core/Coercion/Axiom.hs:317) coAxBranchRoles (compiler/GHC/Core/Coercion/Axiom.hs:326) coAxBranchLHS (compiler/GHC/Core/Coercion/Axiom.hs:320) coAxBranchRHS (compiler/GHC/Core/Coercion/Axiom.hs:323) coAxBranchSpan (compiler/GHC/Core/Coercion/Axiom.hs:329) coAxBranchIncomps (compiler/GHC/Core/Coercion/Axiom.hs:335) placeHolderIncomps (compiler/GHC/Core/Coercion/Axiom.hs:339) fsFromRole (compiler/GHC/Core/Coercion/Axiom.hs:529) BuiltInSynFamily (compiler/GHC/Core/Coercion/Axiom.hs:602) trivialBuiltInFamily (compiler/GHC/Core/Coercion/Axiom.hs:623) 3% ( 1 / 33) in 'GHC.Core.Class' Missing documentation for: Module header Class (compiler/GHC/Core/Class.hs:52) ClassOpItem (compiler/GHC/Core/Class.hs:85) ClassATItem (compiler/GHC/Core/Class.hs:97) ClassMinimalDef (compiler/GHC/Core/Class.hs:138) DefMethInfo (compiler/GHC/Core/Class.hs:89) pprDefMethInfo (compiler/GHC/Core/Class.hs:387) FunDep (compiler/GHC/Core/Class.hs:83) pprFundeps (compiler/GHC/Core/Class.hs:393) pprFunDep (compiler/GHC/Core/Class.hs:397) mkClass (compiler/GHC/Core/Class.hs:216) mkAbstractClass (compiler/GHC/Core/Class.hs:238) classTyVars classArity (compiler/GHC/Core/Class.hs:278) classKey className classATs (compiler/GHC/Core/Class.hs:313) classATItems (compiler/GHC/Core/Class.hs:318) classTyCon classMethods (compiler/GHC/Core/Class.hs:303) classOpItems (compiler/GHC/Core/Class.hs:308) classBigSig (compiler/GHC/Core/Class.hs:337) classExtraBigSig (compiler/GHC/Core/Class.hs:349) classTvsFds (compiler/GHC/Core/Class.hs:331) classSCTheta (compiler/GHC/Core/Class.hs:323) classHasSCs (compiler/GHC/Core/Class.hs:328) classAllSelIds (compiler/GHC/Core/Class.hs:283) classSCSelId (compiler/GHC/Core/Class.hs:297) classSCSelIds (compiler/GHC/Core/Class.hs:289) classMinimalDef (compiler/GHC/Core/Class.hs:162) classHasFds (compiler/GHC/Core/Class.hs:334) isAbstractClass (compiler/GHC/Core/Class.hs:360) 100% ( 2 / 2) in 'GHC.Platform.Reg.Class' 27% ( 5 / 18) in 'GHC.Platform.Reg' Missing documentation for: regSingle (compiler/GHC/Platform/Reg.hs:182) realRegSingle (compiler/GHC/Platform/Reg.hs:185) isRealReg (compiler/GHC/Platform/Reg.hs:207) takeRealReg (compiler/GHC/Platform/Reg.hs:213) isVirtualReg (compiler/GHC/Platform/Reg.hs:220) takeVirtualReg (compiler/GHC/Platform/Reg.hs:226) VirtualReg (compiler/GHC/Platform/Reg.hs:55) renameVirtualReg (compiler/GHC/Platform/Reg.hs:105) classOfVirtualReg (compiler/GHC/Platform/Reg.hs:114) getHiVirtualRegFromLo (compiler/GHC/Platform/Reg.hs:127) getHiVRegFromLo (compiler/GHC/Platform/Reg.hs:134) regNosOfRealReg (compiler/GHC/Platform/Reg.hs:160) realRegsAlias (compiler/GHC/Platform/Reg.hs:166) Warning: GHC.Builtin.Names: Could not find documentation for exported module: GHC.Builtin.Names 0% ( 2 /1099) in 'GHC.Builtin.Names' Missing documentation for: Module header hasKey (compiler/GHC/Types/Unique.hs:200) allNameStrings (compiler/GHC/Builtin/Names.hs:162) gHC_PRIMOPWRAPPERS (compiler/GHC/Builtin/Names.hs:564) listTyConKey (compiler/GHC/Builtin/Names.hs:1857) nilDataConKey (compiler/GHC/Builtin/Names.hs:2136) multMulTyConKey (compiler/GHC/Builtin/Names.hs:2063) runRWKey (compiler/GHC/Builtin/Names.hs:2384) tYPETyConKey (compiler/GHC/Builtin/Names.hs:1940) cONSTRAINTTyConKey (compiler/GHC/Builtin/Names.hs:1941) makeStaticName (compiler/GHC/Builtin/Names.hs:1650) unsafeEqualityProofIdKey (compiler/GHC/Builtin/Names.hs:2568) unsafeReflDataConKey (compiler/GHC/Builtin/Names.hs:2277) mAIN_NAME (compiler/GHC/Builtin/Names.hs:682) gHC_PRIM (compiler/GHC/Builtin/Names.hs:557) negateName (compiler/GHC/Builtin/Names.hs:1140) unrestrictedFunTyConKey (compiler/GHC/Builtin/Names.hs:2060) liftedTypeKindTyConKey (compiler/GHC/Builtin/Names.hs:1938) constraintKindTyConKey (compiler/GHC/Builtin/Names.hs:1942) allNameStringList (compiler/GHC/Builtin/Names.hs:166) ioTyConName (compiler/GHC/Builtin/Names.hs:1533) printName (compiler/GHC/Builtin/Names.hs:1542) mkInteractiveModule (compiler/GHC/Builtin/Names.hs:678) isUnboundName (compiler/GHC/Builtin/Names.hs:187) lazyIdKey (compiler/GHC/Builtin/Names.hs:2381) itName (compiler/GHC/Builtin/Names.hs:179) mkUnboundName (compiler/GHC/Builtin/Names.hs:184) unboundKey (compiler/GHC/Builtin/Names.hs:2425) basicKnownKeyNames (compiler/GHC/Builtin/Names.hs:202) genericTyConNames (compiler/GHC/Builtin/Names.hs:525) eqClassName (compiler/GHC/Builtin/Names.hs:1058) ordClassName (compiler/GHC/Builtin/Names.hs:1060) boundedClassName (compiler/GHC/Builtin/Names.hs:1484) numClassName (compiler/GHC/Builtin/Names.hs:1137) enumClassName (compiler/GHC/Builtin/Names.hs:1479) monadClassName (compiler/GHC/Builtin/Names.hs:1067) functorClassName (compiler/GHC/Builtin/Names.hs:1062) realClassName (compiler/GHC/Builtin/Names.hs:1296) integralClassName (compiler/GHC/Builtin/Names.hs:1297) fractionalClassName (compiler/GHC/Builtin/Names.hs:1299) floatingClassName (compiler/GHC/Builtin/Names.hs:1309) realFracClassName (compiler/GHC/Builtin/Names.hs:1298) realFloatClassName (compiler/GHC/Builtin/Names.hs:1310) dataClassName (compiler/GHC/Builtin/Names.hs:1466) isStringClassName (compiler/GHC/Builtin/Names.hs:1596) applicativeClassName (compiler/GHC/Builtin/Names.hs:1079) alternativeClassName (compiler/GHC/Builtin/Names.hs:1105) foldableClassName (compiler/GHC/Builtin/Names.hs:1086) traversableClassName (compiler/GHC/Builtin/Names.hs:1087) semigroupClassName (compiler/GHC/Builtin/Names.hs:1091) sappendName (compiler/GHC/Builtin/Names.hs:1092) monoidClassName (compiler/GHC/Builtin/Names.hs:1094) memptyName (compiler/GHC/Builtin/Names.hs:1095) mappendName (compiler/GHC/Builtin/Names.hs:1096) mconcatName (compiler/GHC/Builtin/Names.hs:1097) ioDataConName (compiler/GHC/Builtin/Names.hs:1534) runMainIOName (compiler/GHC/Builtin/Names.hs:941) runRWName (compiler/GHC/Builtin/Names.hs:942) trModuleTyConName (compiler/GHC/Builtin/Names.hs:1336) trModuleDataConName (compiler/GHC/Builtin/Names.hs:1337) trNameTyConName (compiler/GHC/Builtin/Names.hs:1338) trNameSDataConName (compiler/GHC/Builtin/Names.hs:1339) trNameDDataConName (compiler/GHC/Builtin/Names.hs:1340) trTyConTyConName (compiler/GHC/Builtin/Names.hs:1341) trTyConDataConName (compiler/GHC/Builtin/Names.hs:1342) typeableClassName (compiler/GHC/Builtin/Names.hs:1387) typeRepTyConName (compiler/GHC/Builtin/Names.hs:1388) someTypeRepTyConName (compiler/GHC/Builtin/Names.hs:1389) someTypeRepDataConName (compiler/GHC/Builtin/Names.hs:1390) kindRepTyConName (compiler/GHC/Builtin/Names.hs:1353) kindRepTyConAppDataConName (compiler/GHC/Builtin/Names.hs:1354) kindRepVarDataConName (compiler/GHC/Builtin/Names.hs:1355) kindRepAppDataConName (compiler/GHC/Builtin/Names.hs:1356) kindRepFunDataConName (compiler/GHC/Builtin/Names.hs:1357) kindRepTYPEDataConName (compiler/GHC/Builtin/Names.hs:1358) kindRepTypeLitSDataConName (compiler/GHC/Builtin/Names.hs:1359) kindRepTypeLitDDataConName (compiler/GHC/Builtin/Names.hs:1360) typeLitSortTyConName (compiler/GHC/Builtin/Names.hs:1367) typeLitSymbolDataConName (compiler/GHC/Builtin/Names.hs:1368) typeLitNatDataConName (compiler/GHC/Builtin/Names.hs:1369) typeLitCharDataConName (compiler/GHC/Builtin/Names.hs:1370) typeRepIdName (compiler/GHC/Builtin/Names.hs:1391) mkTrTypeName (compiler/GHC/Builtin/Names.hs:1392) mkTrConName (compiler/GHC/Builtin/Names.hs:1393) mkTrAppCheckedName (compiler/GHC/Builtin/Names.hs:1394) mkTrFunName (compiler/GHC/Builtin/Names.hs:1395) typeSymbolTypeRepName (compiler/GHC/Builtin/Names.hs:1397) typeNatTypeRepName (compiler/GHC/Builtin/Names.hs:1396) typeCharTypeRepName (compiler/GHC/Builtin/Names.hs:1398) trGhcPrimModuleName (compiler/GHC/Builtin/Names.hs:1401) starKindRepName (compiler/GHC/Builtin/Names.hs:1406) starArrStarKindRepName (compiler/GHC/Builtin/Names.hs:1407) starArrStarArrStarKindRepName (compiler/GHC/Builtin/Names.hs:1408) constraintKindRepName (compiler/GHC/Builtin/Names.hs:1409) withDictClassName (compiler/GHC/Builtin/Names.hs:1413) dataToTagClassName (compiler/GHC/Builtin/Names.hs:1420) toDynName (compiler/GHC/Builtin/Names.hs:1462) minusName (compiler/GHC/Builtin/Names.hs:1139) geName (compiler/GHC/Builtin/Names.hs:1061) eqName (compiler/GHC/Builtin/Names.hs:1059) mkRationalBase2Name (compiler/GHC/Builtin/Names.hs:1305) mkRationalBase10Name (compiler/GHC/Builtin/Names.hs:1306) rationalTyConName (compiler/GHC/Builtin/Names.hs:1293) ratioTyConName (compiler/GHC/Builtin/Names.hs:1294) ratioDataConName (compiler/GHC/Builtin/Names.hs:1295) fromRationalName (compiler/GHC/Builtin/Names.hs:1300) fromIntegerName (compiler/GHC/Builtin/Names.hs:1138) toIntegerName (compiler/GHC/Builtin/Names.hs:1301) toRationalName (compiler/GHC/Builtin/Names.hs:1302) fromIntegralName (compiler/GHC/Builtin/Names.hs:1303) realToFracName (compiler/GHC/Builtin/Names.hs:1304) divIntName (compiler/GHC/Builtin/Names.hs:1032) modIntName (compiler/GHC/Builtin/Names.hs:1033) fromStringName (compiler/GHC/Builtin/Names.hs:1133) enumFromName (compiler/GHC/Builtin/Names.hs:1480) enumFromThenName (compiler/GHC/Builtin/Names.hs:1482) enumFromThenToName (compiler/GHC/Builtin/Names.hs:1483) enumFromToName (compiler/GHC/Builtin/Names.hs:1481) pureAName (compiler/GHC/Builtin/Names.hs:1081) apAName (compiler/GHC/Builtin/Names.hs:1080) thenAName (compiler/GHC/Builtin/Names.hs:1082) fmapName (compiler/GHC/Builtin/Names.hs:1063) thenIOName (compiler/GHC/Builtin/Names.hs:1535) bindIOName (compiler/GHC/Builtin/Names.hs:1536) returnIOName (compiler/GHC/Builtin/Names.hs:1537) failIOName (compiler/GHC/Builtin/Names.hs:1538) bindMName (compiler/GHC/Builtin/Names.hs:1069) thenMName (compiler/GHC/Builtin/Names.hs:1068) returnMName (compiler/GHC/Builtin/Names.hs:1070) joinMName (compiler/GHC/Builtin/Names.hs:1104) monadFailClassName (compiler/GHC/Builtin/Names.hs:1074) failMName (compiler/GHC/Builtin/Names.hs:1075) monadFixClassName (compiler/GHC/Builtin/Names.hs:1570) mfixName (compiler/GHC/Builtin/Names.hs:1571) arrAName (compiler/GHC/Builtin/Names.hs:1575) composeAName (compiler/GHC/Builtin/Names.hs:1576) firstAName (compiler/GHC/Builtin/Names.hs:1577) appAName (compiler/GHC/Builtin/Names.hs:1578) choiceAName (compiler/GHC/Builtin/Names.hs:1579) loopAName (compiler/GHC/Builtin/Names.hs:1580) ixClassName (compiler/GHC/Builtin/Names.hs:1325) showClassName (compiler/GHC/Builtin/Names.hs:1506) readClassName (compiler/GHC/Builtin/Names.hs:1510) newStablePtrName (compiler/GHC/Builtin/Names.hs:1566) considerAccessibleName (compiler/GHC/Builtin/Names.hs:1119) unpackCStringName (compiler/GHC/Builtin/Names.hs:1043) unpackCStringUtf8Name (compiler/GHC/Builtin/Names.hs:1047) unpackCStringAppendName (compiler/GHC/Builtin/Names.hs:1044) unpackCStringAppendUtf8Name (compiler/GHC/Builtin/Names.hs:1048) unpackCStringFoldrName (compiler/GHC/Builtin/Names.hs:1045) unpackCStringFoldrUtf8Name (compiler/GHC/Builtin/Names.hs:1049) cstringLengthName (compiler/GHC/Builtin/Names.hs:1040) isListClassName (compiler/GHC/Builtin/Names.hs:1494) fromListName (compiler/GHC/Builtin/Names.hs:1495) fromListNName (compiler/GHC/Builtin/Names.hs:1496) toListName (compiler/GHC/Builtin/Names.hs:1497) nonEmptyTyConName (compiler/GHC/Builtin/Names.hs:1416) getFieldName (compiler/GHC/Builtin/Names.hs:1501) setFieldName (compiler/GHC/Builtin/Names.hs:1502) concatName (compiler/GHC/Builtin/Names.hs:1488) filterName (compiler/GHC/Builtin/Names.hs:1489) mapName (compiler/GHC/Builtin/Names.hs:1130) zipName (compiler/GHC/Builtin/Names.hs:1490) foldrName (compiler/GHC/Builtin/Names.hs:1127) buildName (compiler/GHC/Builtin/Names.hs:1128) augmentName (compiler/GHC/Builtin/Names.hs:1129) appendName (compiler/GHC/Builtin/Names.hs:1131) stablePtrTyConName (compiler/GHC/Builtin/Names.hs:1565) ptrTyConName (compiler/GHC/Builtin/Names.hs:1560) funPtrTyConName (compiler/GHC/Builtin/Names.hs:1561) constPtrConName (compiler/GHC/Builtin/Names.hs:1678) int8TyConName (compiler/GHC/Builtin/Names.hs:1546) int16TyConName (compiler/GHC/Builtin/Names.hs:1547) int32TyConName (compiler/GHC/Builtin/Names.hs:1548) int64TyConName (compiler/GHC/Builtin/Names.hs:1549) word8TyConName (compiler/GHC/Builtin/Names.hs:1553) word16TyConName (compiler/GHC/Builtin/Names.hs:1554) word32TyConName (compiler/GHC/Builtin/Names.hs:1555) word64TyConName (compiler/GHC/Builtin/Names.hs:1556) jsvalTyConName (compiler/GHC/Builtin/Names.hs:1682) otherwiseIdName (compiler/GHC/Builtin/Names.hs:1126) inlineIdName (compiler/GHC/Builtin/Names.hs:1054) eqStringName (compiler/GHC/Builtin/Names.hs:1041) assertName (compiler/GHC/Builtin/Names.hs:1132) assertErrorName (compiler/GHC/Builtin/Names.hs:1470) traceName (compiler/GHC/Builtin/Names.hs:1474) dollarName (compiler/GHC/Builtin/Names.hs:1125) integerFromNaturalName (compiler/GHC/Builtin/Names.hs:1246) integerToNaturalClampName (compiler/GHC/Builtin/Names.hs:1247) integerToNaturalThrowName (compiler/GHC/Builtin/Names.hs:1248) integerToNaturalName (compiler/GHC/Builtin/Names.hs:1249) integerToWordName (compiler/GHC/Builtin/Names.hs:1250) integerToIntName (compiler/GHC/Builtin/Names.hs:1251) integerToWord64Name (compiler/GHC/Builtin/Names.hs:1252) integerToInt64Name (compiler/GHC/Builtin/Names.hs:1253) integerFromWordName (compiler/GHC/Builtin/Names.hs:1254) integerFromWord64Name (compiler/GHC/Builtin/Names.hs:1255) integerFromInt64Name (compiler/GHC/Builtin/Names.hs:1256) integerAddName (compiler/GHC/Builtin/Names.hs:1257) integerMulName (compiler/GHC/Builtin/Names.hs:1258) integerSubName (compiler/GHC/Builtin/Names.hs:1259) integerNegateName (compiler/GHC/Builtin/Names.hs:1260) integerAbsName (compiler/GHC/Builtin/Names.hs:1261) integerPopCountName (compiler/GHC/Builtin/Names.hs:1262) integerQuotName (compiler/GHC/Builtin/Names.hs:1263) integerRemName (compiler/GHC/Builtin/Names.hs:1264) integerDivName (compiler/GHC/Builtin/Names.hs:1265) integerModName (compiler/GHC/Builtin/Names.hs:1266) integerDivModName (compiler/GHC/Builtin/Names.hs:1267) integerQuotRemName (compiler/GHC/Builtin/Names.hs:1268) integerEncodeFloatName (compiler/GHC/Builtin/Names.hs:1269) integerEncodeDoubleName (compiler/GHC/Builtin/Names.hs:1270) integerGcdName (compiler/GHC/Builtin/Names.hs:1271) integerLcmName (compiler/GHC/Builtin/Names.hs:1272) integerAndName (compiler/GHC/Builtin/Names.hs:1273) integerOrName (compiler/GHC/Builtin/Names.hs:1274) integerXorName (compiler/GHC/Builtin/Names.hs:1275) integerComplementName (compiler/GHC/Builtin/Names.hs:1276) integerBitName (compiler/GHC/Builtin/Names.hs:1277) integerTestBitName (compiler/GHC/Builtin/Names.hs:1278) integerShiftLName (compiler/GHC/Builtin/Names.hs:1279) integerShiftRName (compiler/GHC/Builtin/Names.hs:1280) naturalToWordName (compiler/GHC/Builtin/Names.hs:1220) naturalPopCountName (compiler/GHC/Builtin/Names.hs:1221) naturalShiftRName (compiler/GHC/Builtin/Names.hs:1222) naturalShiftLName (compiler/GHC/Builtin/Names.hs:1223) naturalAddName (compiler/GHC/Builtin/Names.hs:1224) naturalSubName (compiler/GHC/Builtin/Names.hs:1225) naturalSubThrowName (compiler/GHC/Builtin/Names.hs:1226) naturalSubUnsafeName (compiler/GHC/Builtin/Names.hs:1227) naturalMulName (compiler/GHC/Builtin/Names.hs:1228) naturalQuotRemName (compiler/GHC/Builtin/Names.hs:1229) naturalQuotName (compiler/GHC/Builtin/Names.hs:1230) naturalRemName (compiler/GHC/Builtin/Names.hs:1231) naturalAndName (compiler/GHC/Builtin/Names.hs:1232) naturalAndNotName (compiler/GHC/Builtin/Names.hs:1233) naturalOrName (compiler/GHC/Builtin/Names.hs:1234) naturalXorName (compiler/GHC/Builtin/Names.hs:1235) naturalTestBitName (compiler/GHC/Builtin/Names.hs:1236) naturalBitName (compiler/GHC/Builtin/Names.hs:1237) naturalGcdName (compiler/GHC/Builtin/Names.hs:1238) naturalLcmName (compiler/GHC/Builtin/Names.hs:1239) naturalLog2Name (compiler/GHC/Builtin/Names.hs:1240) naturalLogBaseWordName (compiler/GHC/Builtin/Names.hs:1241) naturalLogBaseName (compiler/GHC/Builtin/Names.hs:1242) naturalPowModName (compiler/GHC/Builtin/Names.hs:1243) naturalSizeInBaseName (compiler/GHC/Builtin/Names.hs:1244) bignatEqName (compiler/GHC/Builtin/Names.hs:1216) integerToFloatName (compiler/GHC/Builtin/Names.hs:1316) integerToDoubleName (compiler/GHC/Builtin/Names.hs:1317) naturalToFloatName (compiler/GHC/Builtin/Names.hs:1318) naturalToDoubleName (compiler/GHC/Builtin/Names.hs:1319) rationalToFloatName (compiler/GHC/Builtin/Names.hs:1320) rationalToDoubleName (compiler/GHC/Builtin/Names.hs:1321) monadPlusClassName (compiler/GHC/Builtin/Names.hs:1595) knownNatClassName (compiler/GHC/Builtin/Names.hs:1600) knownSymbolClassName (compiler/GHC/Builtin/Names.hs:1602) knownCharClassName (compiler/GHC/Builtin/Names.hs:1604) fromLabelClassOpName (compiler/GHC/Builtin/Names.hs:1608) ipClassName (compiler/GHC/Builtin/Names.hs:1613) hasFieldClassName (compiler/GHC/Builtin/Names.hs:1618) exceptionContextTyConName (compiler/GHC/Builtin/Names.hs:1623) emptyExceptionContextName (compiler/GHC/Builtin/Names.hs:1625) callStackTyConName (compiler/GHC/Builtin/Names.hs:1631) emptyCallStackName (compiler/GHC/Builtin/Names.hs:1633) pushCallStackName (compiler/GHC/Builtin/Names.hs:1635) srcLocDataConName (compiler/GHC/Builtin/Names.hs:1637) toAnnotationWrapperName (compiler/GHC/Builtin/Names.hs:1591) specTyConName (compiler/GHC/Builtin/Names.hs:951) eitherTyConName (compiler/GHC/Builtin/Names.hs:954) leftDataConName (compiler/GHC/Builtin/Names.hs:955) rightDataConName (compiler/GHC/Builtin/Names.hs:956) voidTyConName (compiler/GHC/Builtin/Names.hs:959) pluginTyConName (compiler/GHC/Builtin/Names.hs:1644) frontendPluginTyConName (compiler/GHC/Builtin/Names.hs:1646) genClassName (compiler/GHC/Builtin/Names.hs:1515) gen1ClassName (compiler/GHC/Builtin/Names.hs:1516) datatypeClassName (compiler/GHC/Builtin/Names.hs:1518) constructorClassName (compiler/GHC/Builtin/Names.hs:1519) selectorClassName (compiler/GHC/Builtin/Names.hs:1520) guardMName (compiler/GHC/Builtin/Names.hs:1584) liftMName (compiler/GHC/Builtin/Names.hs:1585) mzipName (compiler/GHC/Builtin/Names.hs:1586) ghciIoClassName (compiler/GHC/Builtin/Names.hs:1527) ghciStepIoMName (compiler/GHC/Builtin/Names.hs:1528) staticPtrTyConName (compiler/GHC/Builtin/Names.hs:1662) staticPtrDataConName (compiler/GHC/Builtin/Names.hs:1666) staticPtrInfoDataConName (compiler/GHC/Builtin/Names.hs:1658) fromStaticPtrName (compiler/GHC/Builtin/Names.hs:1670) fingerprintDataConName (compiler/GHC/Builtin/Names.hs:1674) errorMessageTypeErrorFamName (compiler/GHC/Builtin/Names.hs:1430) typeErrorTextDataConName (compiler/GHC/Builtin/Names.hs:1433) typeErrorAppendDataConName (compiler/GHC/Builtin/Names.hs:1436) typeErrorVAppendDataConName (compiler/GHC/Builtin/Names.hs:1439) typeErrorShowTypeDataConName (compiler/GHC/Builtin/Names.hs:1442) unsatisfiableClassName (compiler/GHC/Builtin/Names.hs:1447) unsatisfiableIdName (compiler/GHC/Builtin/Names.hs:1449) unsafeEqualityProofName (compiler/GHC/Builtin/Names.hs:1455) unsafeEqualityTyConName (compiler/GHC/Builtin/Names.hs:1456) unsafeReflDataConName (compiler/GHC/Builtin/Names.hs:1457) unsafeCoercePrimName (compiler/GHC/Builtin/Names.hs:1458) v1TyConName (compiler/GHC/Builtin/Names.hs:978) u1TyConName (compiler/GHC/Builtin/Names.hs:979) par1TyConName (compiler/GHC/Builtin/Names.hs:980) rec1TyConName (compiler/GHC/Builtin/Names.hs:981) k1TyConName (compiler/GHC/Builtin/Names.hs:982) m1TyConName (compiler/GHC/Builtin/Names.hs:983) sumTyConName (compiler/GHC/Builtin/Names.hs:985) prodTyConName (compiler/GHC/Builtin/Names.hs:986) compTyConName (compiler/GHC/Builtin/Names.hs:987) rTyConName (compiler/GHC/Builtin/Names.hs:989) dTyConName (compiler/GHC/Builtin/Names.hs:990) cTyConName (compiler/GHC/Builtin/Names.hs:991) sTyConName (compiler/GHC/Builtin/Names.hs:992) rec0TyConName (compiler/GHC/Builtin/Names.hs:994) d1TyConName (compiler/GHC/Builtin/Names.hs:995) c1TyConName (compiler/GHC/Builtin/Names.hs:996) s1TyConName (compiler/GHC/Builtin/Names.hs:997) repTyConName (compiler/GHC/Builtin/Names.hs:999) rep1TyConName (compiler/GHC/Builtin/Names.hs:1000) uRecTyConName (compiler/GHC/Builtin/Names.hs:1002) uAddrTyConName (compiler/GHC/Builtin/Names.hs:1003) uCharTyConName (compiler/GHC/Builtin/Names.hs:1004) uDoubleTyConName (compiler/GHC/Builtin/Names.hs:1005) uFloatTyConName (compiler/GHC/Builtin/Names.hs:1006) uIntTyConName (compiler/GHC/Builtin/Names.hs:1007) uWordTyConName (compiler/GHC/Builtin/Names.hs:1008) prefixIDataConName (compiler/GHC/Builtin/Names.hs:1010) infixIDataConName (compiler/GHC/Builtin/Names.hs:1011) leftAssociativeDataConName (compiler/GHC/Builtin/Names.hs:1012) rightAssociativeDataConName (compiler/GHC/Builtin/Names.hs:1013) notAssociativeDataConName (compiler/GHC/Builtin/Names.hs:1014) sourceUnpackDataConName (compiler/GHC/Builtin/Names.hs:1016) sourceNoUnpackDataConName (compiler/GHC/Builtin/Names.hs:1017) noSourceUnpackednessDataConName (compiler/GHC/Builtin/Names.hs:1018) sourceLazyDataConName (compiler/GHC/Builtin/Names.hs:1019) sourceStrictDataConName (compiler/GHC/Builtin/Names.hs:1020) noSourceStrictnessDataConName (compiler/GHC/Builtin/Names.hs:1021) decidedLazyDataConName (compiler/GHC/Builtin/Names.hs:1022) decidedStrictDataConName (compiler/GHC/Builtin/Names.hs:1023) decidedUnpackDataConName (compiler/GHC/Builtin/Names.hs:1024) metaDataDataConName (compiler/GHC/Builtin/Names.hs:1026) metaConsDataConName (compiler/GHC/Builtin/Names.hs:1027) metaSelDataConName (compiler/GHC/Builtin/Names.hs:1028) gHC_PRIM_PANIC (compiler/GHC/Builtin/Names.hs:558) gHC_TYPES (compiler/GHC/Builtin/Names.hs:559) gHC_INTERNAL_DATA_DATA (compiler/GHC/Builtin/Names.hs:621) gHC_MAGIC (compiler/GHC/Builtin/Names.hs:560) gHC_MAGIC_DICT (compiler/GHC/Builtin/Names.hs:561) gHC_CLASSES (compiler/GHC/Builtin/Names.hs:563) mkPrimModule (compiler/GHC/Builtin/Names.hs:685) gHC_CSTRING (compiler/GHC/Builtin/Names.hs:562) gHC_INTERNAL_TUPLE (compiler/GHC/Builtin/Names.hs:566) pRELUDE (compiler/GHC/Builtin/Names.hs:569) dATA_LIST (compiler/GHC/Builtin/Names.hs:570) cONTROL_MONAD_ZIP (compiler/GHC/Builtin/Names.hs:571) mkBaseModule_ (compiler/GHC/Builtin/Names.hs:700) pRELUDE_NAME (compiler/GHC/Builtin/Names.hs:681) mkBaseModule (compiler/GHC/Builtin/Names.hs:697) gHC_INTERNAL_NUM_INTEGER (compiler/GHC/Builtin/Names.hs:574) gHC_INTERNAL_NUM_NATURAL (compiler/GHC/Builtin/Names.hs:575) gHC_INTERNAL_NUM_BIGNAT (compiler/GHC/Builtin/Names.hs:576) mkBignumModule (compiler/GHC/Builtin/Names.hs:688) gHC_INTERNAL_BASE (compiler/GHC/Builtin/Names.hs:593) gHC_INTERNAL_ENUM (compiler/GHC/Builtin/Names.hs:594) gHC_INTERNAL_GHCI (compiler/GHC/Builtin/Names.hs:595) gHC_INTERNAL_GHCI_HELPERS (compiler/GHC/Builtin/Names.hs:596) gHC_INTERNAL_DATA_STRING (compiler/GHC/Builtin/Names.hs:603) gHC_INTERNAL_SHOW (compiler/GHC/Builtin/Names.hs:597) gHC_INTERNAL_READ (compiler/GHC/Builtin/Names.hs:598) gHC_INTERNAL_NUM (compiler/GHC/Builtin/Names.hs:599) gHC_INTERNAL_MAYBE (compiler/GHC/Builtin/Names.hs:600) gHC_INTERNAL_LIST (compiler/GHC/Builtin/Names.hs:601) gHC_INTERNAL_DATA_EITHER (compiler/GHC/Builtin/Names.hs:602) gHC_INTERNAL_DATA_FOLDABLE (compiler/GHC/Builtin/Names.hs:604) gHC_INTERNAL_DATA_TRAVERSABLE (compiler/GHC/Builtin/Names.hs:605) gHC_INTERNAL_EXCEPTION_CONTEXT (compiler/GHC/Builtin/Names.hs:635) gHC_INTERNAL_CONC (compiler/GHC/Builtin/Names.hs:606) gHC_INTERNAL_IO (compiler/GHC/Builtin/Names.hs:607) gHC_INTERNAL_IO_Exception (compiler/GHC/Builtin/Names.hs:608) gHC_INTERNAL_ST (compiler/GHC/Builtin/Names.hs:609) gHC_INTERNAL_IX (compiler/GHC/Builtin/Names.hs:610) gHC_INTERNAL_STABLE (compiler/GHC/Builtin/Names.hs:611) gHC_INTERNAL_PTR (compiler/GHC/Builtin/Names.hs:612) gHC_INTERNAL_ERR (compiler/GHC/Builtin/Names.hs:613) gHC_INTERNAL_REAL (compiler/GHC/Builtin/Names.hs:614) gHC_INTERNAL_FLOAT (compiler/GHC/Builtin/Names.hs:615) gHC_INTERNAL_TOP_HANDLER (compiler/GHC/Builtin/Names.hs:616) gHC_INTERNAL_SYSTEM_IO (compiler/GHC/Builtin/Names.hs:617) gHC_INTERNAL_DYNAMIC (compiler/GHC/Builtin/Names.hs:618) gHC_INTERNAL_TYPEABLE (compiler/GHC/Builtin/Names.hs:619) gHC_INTERNAL_TYPEABLE_INTERNAL (compiler/GHC/Builtin/Names.hs:620) gHC_INTERNAL_GENERICS (compiler/GHC/Builtin/Names.hs:636) gHC_INTERNAL_READ_PREC (compiler/GHC/Builtin/Names.hs:622) gHC_INTERNAL_LEX (compiler/GHC/Builtin/Names.hs:623) gHC_INTERNAL_INT (compiler/GHC/Builtin/Names.hs:624) gHC_INTERNAL_WORD (compiler/GHC/Builtin/Names.hs:625) gHC_INTERNAL_MONAD (compiler/GHC/Builtin/Names.hs:626) gHC_INTERNAL_MONAD_FIX (compiler/GHC/Builtin/Names.hs:627) gHC_INTERNAL_MONAD_FAIL (compiler/GHC/Builtin/Names.hs:628) gHC_INTERNAL_ARROW (compiler/GHC/Builtin/Names.hs:629) gHC_INTERNAL_DESUGAR (compiler/GHC/Builtin/Names.hs:630) gHC_INTERNAL_RANDOM (compiler/GHC/Builtin/Names.hs:631) gHC_INTERNAL_EXTS (compiler/GHC/Builtin/Names.hs:632) gHC_INTERNAL_IS_LIST (compiler/GHC/Builtin/Names.hs:633) gHC_INTERNAL_CONTROL_EXCEPTION_BASE (compiler/GHC/Builtin/Names.hs:634) gHC_INTERNAL_TYPEERROR (compiler/GHC/Builtin/Names.hs:637) gHC_INTERNAL_TYPELITS (compiler/GHC/Builtin/Names.hs:638) gHC_INTERNAL_TYPELITS_INTERNAL (compiler/GHC/Builtin/Names.hs:639) gHC_INTERNAL_TYPENATS (compiler/GHC/Builtin/Names.hs:640) gHC_INTERNAL_TYPENATS_INTERNAL (compiler/GHC/Builtin/Names.hs:641) gHC_INTERNAL_DATA_COERCE (compiler/GHC/Builtin/Names.hs:642) gHC_INTERNAL_DEBUG_TRACE (compiler/GHC/Builtin/Names.hs:643) gHC_INTERNAL_UNSAFE_COERCE (compiler/GHC/Builtin/Names.hs:644) gHC_INTERNAL_FOREIGN_C_CONSTPTR (compiler/GHC/Builtin/Names.hs:645) mkGhcInternalModule (compiler/GHC/Builtin/Names.hs:691) gHC_INTERNAL_SRCLOC (compiler/GHC/Builtin/Names.hs:648) gHC_INTERNAL_STACK (compiler/GHC/Builtin/Names.hs:651) gHC_INTERNAL_STACK_TYPES (compiler/GHC/Builtin/Names.hs:652) gHC_INTERNAL_STATICPTR (compiler/GHC/Builtin/Names.hs:655) gHC_INTERNAL_STATICPTR_INTERNAL (compiler/GHC/Builtin/Names.hs:658) gHC_INTERNAL_FINGERPRINT_TYPE (compiler/GHC/Builtin/Names.hs:661) gHC_INTERNAL_OVER_LABELS (compiler/GHC/Builtin/Names.hs:664) gHC_INTERNAL_RECORDS (compiler/GHC/Builtin/Names.hs:667) dATA_TUPLE_EXPERIMENTAL (compiler/GHC/Builtin/Names.hs:670) dATA_SUM_EXPERIMENTAL (compiler/GHC/Builtin/Names.hs:671) mkExperimentalModule (compiler/GHC/Builtin/Names.hs:715) rOOT_MAIN (compiler/GHC/Builtin/Names.hs:674) mkMainModule (compiler/GHC/Builtin/Names.hs:709) mkGhcInternalModule_ (compiler/GHC/Builtin/Names.hs:694) mkThisGhcModule (compiler/GHC/Builtin/Names.hs:703) mkThisGhcModule_ (compiler/GHC/Builtin/Names.hs:706) mkMainModule_ (compiler/GHC/Builtin/Names.hs:712) main_RDR_Unqual (compiler/GHC/Builtin/Names.hs:726) eq_RDR (compiler/GHC/Builtin/Names.hs:732) ge_RDR (compiler/GHC/Builtin/Names.hs:733) le_RDR (compiler/GHC/Builtin/Names.hs:734) lt_RDR (compiler/GHC/Builtin/Names.hs:735) gt_RDR (compiler/GHC/Builtin/Names.hs:736) compare_RDR (compiler/GHC/Builtin/Names.hs:737) ltTag_RDR (compiler/GHC/Builtin/Names.hs:738) eqTag_RDR (compiler/GHC/Builtin/Names.hs:739) gtTag_RDR (compiler/GHC/Builtin/Names.hs:740) varQual_RDR (compiler/GHC/Builtin/Names.hs:917) ordLTDataConName (compiler/GHC/Builtin/Names.hs:946) ordEQDataConName (compiler/GHC/Builtin/Names.hs:947) ordGTDataConName (compiler/GHC/Builtin/Names.hs:948) map_RDR (compiler/GHC/Builtin/Names.hs:743) append_RDR (compiler/GHC/Builtin/Names.hs:744) foldr_RDR (compiler/GHC/Builtin/Names.hs:748) build_RDR (compiler/GHC/Builtin/Names.hs:749) returnM_RDR (compiler/GHC/Builtin/Names.hs:750) bindM_RDR (compiler/GHC/Builtin/Names.hs:751) failM_RDR (compiler/GHC/Builtin/Names.hs:752) left_RDR (compiler/GHC/Builtin/Names.hs:755) right_RDR (compiler/GHC/Builtin/Names.hs:756) fromEnum_RDR (compiler/GHC/Builtin/Names.hs:759) toEnum_RDR (compiler/GHC/Builtin/Names.hs:760) enumFrom_RDR (compiler/GHC/Builtin/Names.hs:763) enumFromTo_RDR (compiler/GHC/Builtin/Names.hs:764) enumFromThen_RDR (compiler/GHC/Builtin/Names.hs:765) enumFromThenTo_RDR (compiler/GHC/Builtin/Names.hs:766) times_RDR (compiler/GHC/Builtin/Names.hs:769) plus_RDR (compiler/GHC/Builtin/Names.hs:770) compose_RDR (compiler/GHC/Builtin/Names.hs:773) not_RDR (compiler/GHC/Builtin/Names.hs:779) dataToTag_RDR (compiler/GHC/Builtin/Names.hs:780) succ_RDR (compiler/GHC/Builtin/Names.hs:781) pred_RDR (compiler/GHC/Builtin/Names.hs:782) minBound_RDR (compiler/GHC/Builtin/Names.hs:783) maxBound_RDR (compiler/GHC/Builtin/Names.hs:784) and_RDR (compiler/GHC/Builtin/Names.hs:778) range_RDR (compiler/GHC/Builtin/Names.hs:785) inRange_RDR (compiler/GHC/Builtin/Names.hs:786) index_RDR (compiler/GHC/Builtin/Names.hs:787) unsafeIndex_RDR (compiler/GHC/Builtin/Names.hs:788) unsafeRangeSize_RDR (compiler/GHC/Builtin/Names.hs:789) readList_RDR (compiler/GHC/Builtin/Names.hs:793) readListDefault_RDR (compiler/GHC/Builtin/Names.hs:794) readListPrec_RDR (compiler/GHC/Builtin/Names.hs:795) readListPrecDefault_RDR (compiler/GHC/Builtin/Names.hs:796) readPrec_RDR (compiler/GHC/Builtin/Names.hs:797) parens_RDR (compiler/GHC/Builtin/Names.hs:798) choose_RDR (compiler/GHC/Builtin/Names.hs:799) lexP_RDR (compiler/GHC/Builtin/Names.hs:800) expectP_RDR (compiler/GHC/Builtin/Names.hs:801) readField_RDR (compiler/GHC/Builtin/Names.hs:804) readFieldHash_RDR (compiler/GHC/Builtin/Names.hs:805) readSymField_RDR (compiler/GHC/Builtin/Names.hs:806) punc_RDR (compiler/GHC/Builtin/Names.hs:809) ident_RDR (compiler/GHC/Builtin/Names.hs:810) symbol_RDR (compiler/GHC/Builtin/Names.hs:811) dataQual_RDR (compiler/GHC/Builtin/Names.hs:920) step_RDR (compiler/GHC/Builtin/Names.hs:814) alt_RDR (compiler/GHC/Builtin/Names.hs:815) reset_RDR (compiler/GHC/Builtin/Names.hs:816) prec_RDR (compiler/GHC/Builtin/Names.hs:817) pfail_RDR (compiler/GHC/Builtin/Names.hs:818) showsPrec_RDR (compiler/GHC/Builtin/Names.hs:822) shows_RDR (compiler/GHC/Builtin/Names.hs:823) showString_RDR (compiler/GHC/Builtin/Names.hs:824) showSpace_RDR (compiler/GHC/Builtin/Names.hs:825) showCommaSpace_RDR (compiler/GHC/Builtin/Names.hs:826) showParen_RDR (compiler/GHC/Builtin/Names.hs:827) error_RDR (compiler/GHC/Builtin/Names.hs:830) u1DataCon_RDR (compiler/GHC/Builtin/Names.hs:847) par1DataCon_RDR (compiler/GHC/Builtin/Names.hs:848) rec1DataCon_RDR (compiler/GHC/Builtin/Names.hs:849) k1DataCon_RDR (compiler/GHC/Builtin/Names.hs:850) m1DataCon_RDR (compiler/GHC/Builtin/Names.hs:851) l1DataCon_RDR (compiler/GHC/Builtin/Names.hs:853) r1DataCon_RDR (compiler/GHC/Builtin/Names.hs:854) prodDataCon_RDR (compiler/GHC/Builtin/Names.hs:856) comp1DataCon_RDR (compiler/GHC/Builtin/Names.hs:857) unPar1_RDR (compiler/GHC/Builtin/Names.hs:859) unRec1_RDR (compiler/GHC/Builtin/Names.hs:860) unK1_RDR (compiler/GHC/Builtin/Names.hs:861) unComp1_RDR (compiler/GHC/Builtin/Names.hs:862) from_RDR (compiler/GHC/Builtin/Names.hs:864) from1_RDR (compiler/GHC/Builtin/Names.hs:865) to_RDR (compiler/GHC/Builtin/Names.hs:866) to1_RDR (compiler/GHC/Builtin/Names.hs:867) datatypeName_RDR (compiler/GHC/Builtin/Names.hs:869) moduleName_RDR (compiler/GHC/Builtin/Names.hs:870) packageName_RDR (compiler/GHC/Builtin/Names.hs:871) isNewtypeName_RDR (compiler/GHC/Builtin/Names.hs:872) conName_RDR (compiler/GHC/Builtin/Names.hs:874) conFixity_RDR (compiler/GHC/Builtin/Names.hs:875) conIsRecord_RDR (compiler/GHC/Builtin/Names.hs:876) selName_RDR (compiler/GHC/Builtin/Names.hs:873) prefixDataCon_RDR (compiler/GHC/Builtin/Names.hs:878) infixDataCon_RDR (compiler/GHC/Builtin/Names.hs:879) leftAssocDataCon_RDR (compiler/GHC/Builtin/Names.hs:880) rightAssocDataCon_RDR (compiler/GHC/Builtin/Names.hs:881) notAssocDataCon_RDR (compiler/GHC/Builtin/Names.hs:882) uAddrDataCon_RDR (compiler/GHC/Builtin/Names.hs:884) uCharDataCon_RDR (compiler/GHC/Builtin/Names.hs:885) uDoubleDataCon_RDR (compiler/GHC/Builtin/Names.hs:886) uFloatDataCon_RDR (compiler/GHC/Builtin/Names.hs:887) uIntDataCon_RDR (compiler/GHC/Builtin/Names.hs:888) uWordDataCon_RDR (compiler/GHC/Builtin/Names.hs:889) uAddrHash_RDR (compiler/GHC/Builtin/Names.hs:891) uCharHash_RDR (compiler/GHC/Builtin/Names.hs:892) uDoubleHash_RDR (compiler/GHC/Builtin/Names.hs:893) uFloatHash_RDR (compiler/GHC/Builtin/Names.hs:894) uIntHash_RDR (compiler/GHC/Builtin/Names.hs:895) uWordHash_RDR (compiler/GHC/Builtin/Names.hs:896) fieldQual_RDR (compiler/GHC/Builtin/Names.hs:923) fmap_RDR (compiler/GHC/Builtin/Names.hs:901) replace_RDR (compiler/GHC/Builtin/Names.hs:902) pure_RDR (compiler/GHC/Builtin/Names.hs:903) ap_RDR (compiler/GHC/Builtin/Names.hs:904) liftA2_RDR (compiler/GHC/Builtin/Names.hs:905) foldable_foldr_RDR (compiler/GHC/Builtin/Names.hs:906) foldMap_RDR (compiler/GHC/Builtin/Names.hs:907) null_RDR (compiler/GHC/Builtin/Names.hs:908) all_RDR (compiler/GHC/Builtin/Names.hs:909) traverse_RDR (compiler/GHC/Builtin/Names.hs:910) mempty_RDR (compiler/GHC/Builtin/Names.hs:911) mappend_RDR (compiler/GHC/Builtin/Names.hs:912) tcQual_RDR (compiler/GHC/Builtin/Names.hs:918) clsQual_RDR (compiler/GHC/Builtin/Names.hs:919) wildCardName (compiler/GHC/Builtin/Names.hs:938) wildCardKey (compiler/GHC/Builtin/Names.hs:2321) varQual (compiler/GHC/Builtin/Names.hs:1699) runMainKey (compiler/GHC/Builtin/Names.hs:2377) orderingTyConName (compiler/GHC/Builtin/Names.hs:945) tcQual (compiler/GHC/Builtin/Names.hs:1700) orderingTyConKey (compiler/GHC/Builtin/Names.hs:1863) dcQual (compiler/GHC/Builtin/Names.hs:1702) ordLTDataConKey (compiler/GHC/Builtin/Names.hs:2157) ordEQDataConKey (compiler/GHC/Builtin/Names.hs:2158) ordGTDataConKey (compiler/GHC/Builtin/Names.hs:2159) specTyConKey (compiler/GHC/Builtin/Names.hs:2027) eitherTyConKey (compiler/GHC/Builtin/Names.hs:1920) leftDataConKey (compiler/GHC/Builtin/Names.hs:2153) rightDataConKey (compiler/GHC/Builtin/Names.hs:2154) voidTyConKey (compiler/GHC/Builtin/Names.hs:1923) v1TyConKey (compiler/GHC/Builtin/Names.hs:1974) u1TyConKey (compiler/GHC/Builtin/Names.hs:1975) par1TyConKey (compiler/GHC/Builtin/Names.hs:1976) rec1TyConKey (compiler/GHC/Builtin/Names.hs:1977) k1TyConKey (compiler/GHC/Builtin/Names.hs:1978) m1TyConKey (compiler/GHC/Builtin/Names.hs:1979) sumTyConKey (compiler/GHC/Builtin/Names.hs:1981) prodTyConKey (compiler/GHC/Builtin/Names.hs:1982) compTyConKey (compiler/GHC/Builtin/Names.hs:1983) rTyConKey (compiler/GHC/Builtin/Names.hs:1985) dTyConKey (compiler/GHC/Builtin/Names.hs:1986) cTyConKey (compiler/GHC/Builtin/Names.hs:1987) sTyConKey (compiler/GHC/Builtin/Names.hs:1988) rec0TyConKey (compiler/GHC/Builtin/Names.hs:1990) d1TyConKey (compiler/GHC/Builtin/Names.hs:1991) c1TyConKey (compiler/GHC/Builtin/Names.hs:1992) s1TyConKey (compiler/GHC/Builtin/Names.hs:1993) repTyConKey (compiler/GHC/Builtin/Names.hs:1995) rep1TyConKey (compiler/GHC/Builtin/Names.hs:1996) uRecTyConKey (compiler/GHC/Builtin/Names.hs:1998) uAddrTyConKey (compiler/GHC/Builtin/Names.hs:1999) uCharTyConKey (compiler/GHC/Builtin/Names.hs:2000) uDoubleTyConKey (compiler/GHC/Builtin/Names.hs:2001) uFloatTyConKey (compiler/GHC/Builtin/Names.hs:2002) uIntTyConKey (compiler/GHC/Builtin/Names.hs:2003) uWordTyConKey (compiler/GHC/Builtin/Names.hs:2004) prefixIDataConKey (compiler/GHC/Builtin/Names.hs:2205) infixIDataConKey (compiler/GHC/Builtin/Names.hs:2206) leftAssociativeDataConKey (compiler/GHC/Builtin/Names.hs:2207) rightAssociativeDataConKey (compiler/GHC/Builtin/Names.hs:2208) notAssociativeDataConKey (compiler/GHC/Builtin/Names.hs:2209) sourceUnpackDataConKey (compiler/GHC/Builtin/Names.hs:2210) sourceNoUnpackDataConKey (compiler/GHC/Builtin/Names.hs:2211) noSourceUnpackednessDataConKey (compiler/GHC/Builtin/Names.hs:2212) sourceLazyDataConKey (compiler/GHC/Builtin/Names.hs:2213) sourceStrictDataConKey (compiler/GHC/Builtin/Names.hs:2214) noSourceStrictnessDataConKey (compiler/GHC/Builtin/Names.hs:2215) decidedLazyDataConKey (compiler/GHC/Builtin/Names.hs:2216) decidedStrictDataConKey (compiler/GHC/Builtin/Names.hs:2217) decidedUnpackDataConKey (compiler/GHC/Builtin/Names.hs:2218) metaDataDataConKey (compiler/GHC/Builtin/Names.hs:2219) metaConsDataConKey (compiler/GHC/Builtin/Names.hs:2220) metaSelDataConKey (compiler/GHC/Builtin/Names.hs:2221) divIntIdKey (compiler/GHC/Builtin/Names.hs:2350) modIntIdKey (compiler/GHC/Builtin/Names.hs:2351) cstringLengthIdKey (compiler/GHC/Builtin/Names.hs:2352) eqStringIdKey (compiler/GHC/Builtin/Names.hs:2331) unpackCStringIdKey (compiler/GHC/Builtin/Names.hs:2344) unpackCStringAppendIdKey (compiler/GHC/Builtin/Names.hs:2345) unpackCStringFoldrIdKey (compiler/GHC/Builtin/Names.hs:2346) unpackCStringUtf8IdKey (compiler/GHC/Builtin/Names.hs:2340) unpackCStringAppendUtf8IdKey (compiler/GHC/Builtin/Names.hs:2341) unpackCStringFoldrUtf8IdKey (compiler/GHC/Builtin/Names.hs:2342) inlineIdKey (compiler/GHC/Builtin/Names.hs:2393) clsQual (compiler/GHC/Builtin/Names.hs:1701) eqClassKey (compiler/GHC/Builtin/Names.hs:1725) eqClassOpKey (compiler/GHC/Builtin/Names.hs:2439) ordClassKey (compiler/GHC/Builtin/Names.hs:1733) geClassOpKey (compiler/GHC/Builtin/Names.hs:2440) functorClassKey (compiler/GHC/Builtin/Names.hs:1731) fmapClassOpKey (compiler/GHC/Builtin/Names.hs:2444) monadClassKey (compiler/GHC/Builtin/Names.hs:1729) thenMClassOpKey (compiler/GHC/Builtin/Names.hs:2443) bindMClassOpKey (compiler/GHC/Builtin/Names.hs:2442) returnMClassOpKey (compiler/GHC/Builtin/Names.hs:2445) monadFailClassKey (compiler/GHC/Builtin/Names.hs:1754) failMClassOpKey (compiler/GHC/Builtin/Names.hs:2453) applicativeClassKey (compiler/GHC/Builtin/Names.hs:1765) apAClassOpKey (compiler/GHC/Builtin/Names.hs:1111) pureAClassOpKey (compiler/GHC/Builtin/Names.hs:1112) thenAClassOpKey (compiler/GHC/Builtin/Names.hs:1113) foldableClassKey (compiler/GHC/Builtin/Names.hs:1766) traversableClassKey (compiler/GHC/Builtin/Names.hs:1767) semigroupClassKey (compiler/GHC/Builtin/Names.hs:1793) sappendClassOpKey (compiler/GHC/Builtin/Names.hs:2546) monoidClassKey (compiler/GHC/Builtin/Names.hs:1794) memptyClassOpKey (compiler/GHC/Builtin/Names.hs:2549) mappendClassOpKey (compiler/GHC/Builtin/Names.hs:2550) mconcatClassOpKey (compiler/GHC/Builtin/Names.hs:2551) joinMIdKey (compiler/GHC/Builtin/Names.hs:1110) alternativeClassKey (compiler/GHC/Builtin/Names.hs:1114) considerAccessibleIdKey (compiler/GHC/Builtin/Names.hs:2400) dollarIdKey (compiler/GHC/Builtin/Names.hs:2398) otherwiseIdKey (compiler/GHC/Builtin/Names.hs:2368) foldrIdKey (compiler/GHC/Builtin/Names.hs:2327) buildIdKey (compiler/GHC/Builtin/Names.hs:2326) augmentIdKey (compiler/GHC/Builtin/Names.hs:2324) mapIdKey (compiler/GHC/Builtin/Names.hs:2397) appendIdKey (compiler/GHC/Builtin/Names.hs:2325) assertIdKey (compiler/GHC/Builtin/Names.hs:2369) fromStringClassOpKey (compiler/GHC/Builtin/Names.hs:2470) numClassKey (compiler/GHC/Builtin/Names.hs:1732) fromIntegerClassOpKey (compiler/GHC/Builtin/Names.hs:2432) minusClassOpKey (compiler/GHC/Builtin/Names.hs:2433) negateClassOpKey (compiler/GHC/Builtin/Names.hs:2441) bignatCompareName (compiler/GHC/Builtin/Names.hs:1217) bignatCompareWordName (compiler/GHC/Builtin/Names.hs:1218) bnbVarQual (compiler/GHC/Builtin/Names.hs:1211) bnnVarQual (compiler/GHC/Builtin/Names.hs:1212) bniVarQual (compiler/GHC/Builtin/Names.hs:1213) bignatEqIdKey (compiler/GHC/Builtin/Names.hs:2711) bignatCompareIdKey (compiler/GHC/Builtin/Names.hs:2712) bignatCompareWordIdKey (compiler/GHC/Builtin/Names.hs:2713) naturalToWordIdKey (compiler/GHC/Builtin/Names.hs:2685) naturalPopCountIdKey (compiler/GHC/Builtin/Names.hs:2686) naturalShiftRIdKey (compiler/GHC/Builtin/Names.hs:2687) naturalShiftLIdKey (compiler/GHC/Builtin/Names.hs:2688) naturalAddIdKey (compiler/GHC/Builtin/Names.hs:2689) naturalSubIdKey (compiler/GHC/Builtin/Names.hs:2690) naturalSubThrowIdKey (compiler/GHC/Builtin/Names.hs:2691) naturalSubUnsafeIdKey (compiler/GHC/Builtin/Names.hs:2692) naturalMulIdKey (compiler/GHC/Builtin/Names.hs:2693) naturalQuotRemIdKey (compiler/GHC/Builtin/Names.hs:2694) naturalQuotIdKey (compiler/GHC/Builtin/Names.hs:2695) naturalRemIdKey (compiler/GHC/Builtin/Names.hs:2696) naturalAndIdKey (compiler/GHC/Builtin/Names.hs:2697) naturalAndNotIdKey (compiler/GHC/Builtin/Names.hs:2698) naturalOrIdKey (compiler/GHC/Builtin/Names.hs:2699) naturalXorIdKey (compiler/GHC/Builtin/Names.hs:2700) naturalTestBitIdKey (compiler/GHC/Builtin/Names.hs:2701) naturalBitIdKey (compiler/GHC/Builtin/Names.hs:2702) naturalGcdIdKey (compiler/GHC/Builtin/Names.hs:2703) naturalLcmIdKey (compiler/GHC/Builtin/Names.hs:2704) naturalLog2IdKey (compiler/GHC/Builtin/Names.hs:2705) naturalLogBaseWordIdKey (compiler/GHC/Builtin/Names.hs:2706) naturalLogBaseIdKey (compiler/GHC/Builtin/Names.hs:2707) naturalPowModIdKey (compiler/GHC/Builtin/Names.hs:2708) naturalSizeInBaseIdKey (compiler/GHC/Builtin/Names.hs:2709) integerFromNaturalIdKey (compiler/GHC/Builtin/Names.hs:2649) integerToNaturalClampIdKey (compiler/GHC/Builtin/Names.hs:2650) integerToNaturalThrowIdKey (compiler/GHC/Builtin/Names.hs:2651) integerToNaturalIdKey (compiler/GHC/Builtin/Names.hs:2652) integerToWordIdKey (compiler/GHC/Builtin/Names.hs:2653) integerToIntIdKey (compiler/GHC/Builtin/Names.hs:2654) integerToWord64IdKey (compiler/GHC/Builtin/Names.hs:2655) integerToInt64IdKey (compiler/GHC/Builtin/Names.hs:2656) integerFromWordIdKey (compiler/GHC/Builtin/Names.hs:2681) integerFromWord64IdKey (compiler/GHC/Builtin/Names.hs:2682) integerFromInt64IdKey (compiler/GHC/Builtin/Names.hs:2683) integerAddIdKey (compiler/GHC/Builtin/Names.hs:2657) integerMulIdKey (compiler/GHC/Builtin/Names.hs:2658) integerSubIdKey (compiler/GHC/Builtin/Names.hs:2659) integerNegateIdKey (compiler/GHC/Builtin/Names.hs:2660) integerAbsIdKey (compiler/GHC/Builtin/Names.hs:2661) integerPopCountIdKey (compiler/GHC/Builtin/Names.hs:2662) integerQuotIdKey (compiler/GHC/Builtin/Names.hs:2663) integerRemIdKey (compiler/GHC/Builtin/Names.hs:2664) integerDivIdKey (compiler/GHC/Builtin/Names.hs:2665) integerModIdKey (compiler/GHC/Builtin/Names.hs:2666) integerDivModIdKey (compiler/GHC/Builtin/Names.hs:2667) integerQuotRemIdKey (compiler/GHC/Builtin/Names.hs:2668) integerEncodeFloatIdKey (compiler/GHC/Builtin/Names.hs:2669) integerEncodeDoubleIdKey (compiler/GHC/Builtin/Names.hs:2670) integerGcdIdKey (compiler/GHC/Builtin/Names.hs:2671) integerLcmIdKey (compiler/GHC/Builtin/Names.hs:2672) integerAndIdKey (compiler/GHC/Builtin/Names.hs:2673) integerOrIdKey (compiler/GHC/Builtin/Names.hs:2674) integerXorIdKey (compiler/GHC/Builtin/Names.hs:2675) integerComplementIdKey (compiler/GHC/Builtin/Names.hs:2676) integerBitIdKey (compiler/GHC/Builtin/Names.hs:2677) integerTestBitIdKey (compiler/GHC/Builtin/Names.hs:2678) integerShiftLIdKey (compiler/GHC/Builtin/Names.hs:2679) integerShiftRIdKey (compiler/GHC/Builtin/Names.hs:2680) rationalTyConKey (compiler/GHC/Builtin/Names.hs:1867) ratioTyConKey (compiler/GHC/Builtin/Names.hs:1866) ratioDataConKey (compiler/GHC/Builtin/Names.hs:2137) realClassKey (compiler/GHC/Builtin/Names.hs:1735) integralClassKey (compiler/GHC/Builtin/Names.hs:1728) realFracClassKey (compiler/GHC/Builtin/Names.hs:1737) fractionalClassKey (compiler/GHC/Builtin/Names.hs:1727) fromRationalClassOpKey (compiler/GHC/Builtin/Names.hs:2434) toIntegerClassOpKey (compiler/GHC/Builtin/Names.hs:2480) toRationalClassOpKey (compiler/GHC/Builtin/Names.hs:2481) fromIntegralIdKey (compiler/GHC/Builtin/Names.hs:2478) realToFracIdKey (compiler/GHC/Builtin/Names.hs:2479) mkRationalBase2IdKey (compiler/GHC/Builtin/Names.hs:2722) mkRationalBase10IdKey (compiler/GHC/Builtin/Names.hs:2723) floatingClassKey (compiler/GHC/Builtin/Names.hs:1726) realFloatClassKey (compiler/GHC/Builtin/Names.hs:1736) integerToFloatIdKey (compiler/GHC/Builtin/Names.hs:2405) integerToDoubleIdKey (compiler/GHC/Builtin/Names.hs:2406) naturalToFloatIdKey (compiler/GHC/Builtin/Names.hs:2407) naturalToDoubleIdKey (compiler/GHC/Builtin/Names.hs:2408) rationalToFloatIdKey (compiler/GHC/Builtin/Names.hs:2411) rationalToDoubleIdKey (compiler/GHC/Builtin/Names.hs:2412) ixClassKey (compiler/GHC/Builtin/Names.hs:1739) trModuleTyConKey (compiler/GHC/Builtin/Names.hs:1959) trModuleDataConKey (compiler/GHC/Builtin/Names.hs:2183) trNameTyConKey (compiler/GHC/Builtin/Names.hs:1960) trNameSDataConKey (compiler/GHC/Builtin/Names.hs:2184) trNameDDataConKey (compiler/GHC/Builtin/Names.hs:2185) trTyConTyConKey (compiler/GHC/Builtin/Names.hs:1958) trTyConDataConKey (compiler/GHC/Builtin/Names.hs:2182) kindRepTyConKey (compiler/GHC/Builtin/Names.hs:1961) kindRepTyConAppDataConKey (compiler/GHC/Builtin/Names.hs:2262) kindRepVarDataConKey (compiler/GHC/Builtin/Names.hs:2263) kindRepAppDataConKey (compiler/GHC/Builtin/Names.hs:2264) kindRepFunDataConKey (compiler/GHC/Builtin/Names.hs:2265) kindRepTYPEDataConKey (compiler/GHC/Builtin/Names.hs:2266) kindRepTypeLitSDataConKey (compiler/GHC/Builtin/Names.hs:2267) kindRepTypeLitDDataConKey (compiler/GHC/Builtin/Names.hs:2268) typeLitSortTyConKey (compiler/GHC/Builtin/Names.hs:1962) typeLitSymbolDataConKey (compiler/GHC/Builtin/Names.hs:2271) typeLitNatDataConKey (compiler/GHC/Builtin/Names.hs:2272) typeLitCharDataConKey (compiler/GHC/Builtin/Names.hs:2273) typeableClassKey (compiler/GHC/Builtin/Names.hs:1742) typeRepTyConKey (compiler/GHC/Builtin/Names.hs:2043) someTypeRepTyConKey (compiler/GHC/Builtin/Names.hs:2044) someTypeRepDataConKey (compiler/GHC/Builtin/Names.hs:2045) typeRepIdKey (compiler/GHC/Builtin/Names.hs:2525) mkTrTypeKey (compiler/GHC/Builtin/Names.hs:2519) mkTrConKey (compiler/GHC/Builtin/Names.hs:2520) mkTrAppCheckedKey (compiler/GHC/Builtin/Names.hs:2521) mkTrFunKey (compiler/GHC/Builtin/Names.hs:2526) typeNatTypeRepKey (compiler/GHC/Builtin/Names.hs:2522) typeSymbolTypeRepKey (compiler/GHC/Builtin/Names.hs:2523) typeCharTypeRepKey (compiler/GHC/Builtin/Names.hs:2524) trGhcPrimModuleKey (compiler/GHC/Builtin/Names.hs:2186) starKindRepKey (compiler/GHC/Builtin/Names.hs:2530) starArrStarKindRepKey (compiler/GHC/Builtin/Names.hs:2531) starArrStarArrStarKindRepKey (compiler/GHC/Builtin/Names.hs:2532) constraintKindRepKey (compiler/GHC/Builtin/Names.hs:2533) withDictClassKey (compiler/GHC/Builtin/Names.hs:1745) nonEmptyTyConKey (compiler/GHC/Builtin/Names.hs:1926) dataToTagClassKey (compiler/GHC/Builtin/Names.hs:1748) errorMessageTypeErrorFamKey (compiler/GHC/Builtin/Names.hs:2018) typeErrorTextDataConKey (compiler/GHC/Builtin/Names.hs:2193) typeErrorAppendDataConKey (compiler/GHC/Builtin/Names.hs:2194) typeErrorVAppendDataConKey (compiler/GHC/Builtin/Names.hs:2195) typeErrorShowTypeDataConKey (compiler/GHC/Builtin/Names.hs:2196) unsatisfiableClassNameKey (compiler/GHC/Builtin/Names.hs:2008) unsatisfiableIdNameKey (compiler/GHC/Builtin/Names.hs:2578) unsafeEqualityTyConKey (compiler/GHC/Builtin/Names.hs:2053) unsafeCoercePrimIdKey (compiler/GHC/Builtin/Names.hs:2569) toDynIdKey (compiler/GHC/Builtin/Names.hs:2537) dataClassKey (compiler/GHC/Builtin/Names.hs:1730) assertErrorIdKey (compiler/GHC/Builtin/Names.hs:2382) traceKey (compiler/GHC/Builtin/Names.hs:2387) enumClassKey (compiler/GHC/Builtin/Names.hs:1724) enumFromClassOpKey (compiler/GHC/Builtin/Names.hs:2435) enumFromToClassOpKey (compiler/GHC/Builtin/Names.hs:2437) enumFromThenClassOpKey (compiler/GHC/Builtin/Names.hs:2436) enumFromThenToClassOpKey (compiler/GHC/Builtin/Names.hs:2438) boundedClassKey (compiler/GHC/Builtin/Names.hs:1723) concatIdKey (compiler/GHC/Builtin/Names.hs:2358) filterIdKey (compiler/GHC/Builtin/Names.hs:2359) zipIdKey (compiler/GHC/Builtin/Names.hs:2360) isListClassKey (compiler/GHC/Builtin/Names.hs:2495) fromListClassOpKey (compiler/GHC/Builtin/Names.hs:2496) fromListNClassOpKey (compiler/GHC/Builtin/Names.hs:2497) toListClassOpKey (compiler/GHC/Builtin/Names.hs:2498) getFieldClassOpKey (compiler/GHC/Builtin/Names.hs:2573) setFieldClassOpKey (compiler/GHC/Builtin/Names.hs:2574) showClassKey (compiler/GHC/Builtin/Names.hs:1738) readClassKey (compiler/GHC/Builtin/Names.hs:1734) genClassKey (compiler/GHC/Builtin/Names.hs:1771) gen1ClassKey (compiler/GHC/Builtin/Names.hs:1772) datatypeClassKey (compiler/GHC/Builtin/Names.hs:1774) constructorClassKey (compiler/GHC/Builtin/Names.hs:1775) selectorClassKey (compiler/GHC/Builtin/Names.hs:1776) genericClassNames (compiler/GHC/Builtin/Names.hs:1523) ghciIoClassKey (compiler/GHC/Builtin/Names.hs:1790) ghciStepIoMClassOpKey (compiler/GHC/Builtin/Names.hs:2491) ioTyConKey (compiler/GHC/Builtin/Names.hs:1896) ioDataConKey (compiler/GHC/Builtin/Names.hs:2142) thenIOIdKey (compiler/GHC/Builtin/Names.hs:2380) bindIOIdKey (compiler/GHC/Builtin/Names.hs:2361) returnIOIdKey (compiler/GHC/Builtin/Names.hs:2362) failIOIdKey (compiler/GHC/Builtin/Names.hs:2365) printIdKey (compiler/GHC/Builtin/Names.hs:2364) int8TyConKey (compiler/GHC/Builtin/Names.hs:1847) int16TyConKey (compiler/GHC/Builtin/Names.hs:1849) int32TyConKey (compiler/GHC/Builtin/Names.hs:1851) int64TyConKey (compiler/GHC/Builtin/Names.hs:1853) word8TyConKey (compiler/GHC/Builtin/Names.hs:1900) word16TyConKey (compiler/GHC/Builtin/Names.hs:1902) word32TyConKey (compiler/GHC/Builtin/Names.hs:1904) word64TyConKey (compiler/GHC/Builtin/Names.hs:1906) ptrTyConKey (compiler/GHC/Builtin/Names.hs:1912) funPtrTyConKey (compiler/GHC/Builtin/Names.hs:1913) stablePtrTyConKey (compiler/GHC/Builtin/Names.hs:1870) newStablePtrIdKey (compiler/GHC/Builtin/Names.hs:2363) monadFixClassKey (compiler/GHC/Builtin/Names.hs:1751) mfixIdKey (compiler/GHC/Builtin/Names.hs:2449) arrAIdKey (compiler/GHC/Builtin/Names.hs:2462) composeAIdKey (compiler/GHC/Builtin/Names.hs:2463) firstAIdKey (compiler/GHC/Builtin/Names.hs:2464) appAIdKey (compiler/GHC/Builtin/Names.hs:2465) choiceAIdKey (compiler/GHC/Builtin/Names.hs:2466) loopAIdKey (compiler/GHC/Builtin/Names.hs:2467) guardMIdKey (compiler/GHC/Builtin/Names.hs:2485) liftMIdKey (compiler/GHC/Builtin/Names.hs:2486) mzipIdKey (compiler/GHC/Builtin/Names.hs:2487) toAnnotationWrapperIdKey (compiler/GHC/Builtin/Names.hs:2474) monadPlusClassKey (compiler/GHC/Builtin/Names.hs:1757) isStringClassKey (compiler/GHC/Builtin/Names.hs:1762) knownNatClassNameKey (compiler/GHC/Builtin/Names.hs:1780) knownSymbolClassNameKey (compiler/GHC/Builtin/Names.hs:1784) knownCharClassNameKey (compiler/GHC/Builtin/Names.hs:1787) fromLabelClassOpKey (compiler/GHC/Builtin/Names.hs:2457) ipClassKey (compiler/GHC/Builtin/Names.hs:1798) hasFieldClassNameKey (compiler/GHC/Builtin/Names.hs:1802) exceptionContextTyConKey (compiler/GHC/Builtin/Names.hs:2111) emptyExceptionContextKey (compiler/GHC/Builtin/Names.hs:2564) callStackTyConKey (compiler/GHC/Builtin/Names.hs:2039) emptyCallStackKey (compiler/GHC/Builtin/Names.hs:2554) pushCallStackKey (compiler/GHC/Builtin/Names.hs:2555) srcLocDataConKey (compiler/GHC/Builtin/Names.hs:2177) pLUGINS (compiler/GHC/Builtin/Names.hs:1642) pluginTyConKey (compiler/GHC/Builtin/Names.hs:1953) frontendPluginTyConKey (compiler/GHC/Builtin/Names.hs:1954) makeStaticKey (compiler/GHC/Builtin/Names.hs:2561) staticPtrInfoTyConName (compiler/GHC/Builtin/Names.hs:1654) staticPtrInfoTyConKey (compiler/GHC/Builtin/Names.hs:2036) staticPtrInfoDataConKey (compiler/GHC/Builtin/Names.hs:2171) staticPtrTyConKey (compiler/GHC/Builtin/Names.hs:2033) staticPtrDataConKey (compiler/GHC/Builtin/Names.hs:2168) fromStaticPtrClassOpKey (compiler/GHC/Builtin/Names.hs:2558) fingerprintDataConKey (compiler/GHC/Builtin/Names.hs:2174) constPtrTyConKey (compiler/GHC/Builtin/Names.hs:2106) jsvalTyConKey (compiler/GHC/Builtin/Names.hs:2108) mk_known_key_name (compiler/GHC/Builtin/Names.hs:1706) randomClassKey (compiler/GHC/Builtin/Names.hs:1758) randomGenClassKey (compiler/GHC/Builtin/Names.hs:1759) addrPrimTyConKey (compiler/GHC/Builtin/Names.hs:1832) arrayPrimTyConKey (compiler/GHC/Builtin/Names.hs:1833) boolTyConKey (compiler/GHC/Builtin/Names.hs:1834) byteArrayPrimTyConKey (compiler/GHC/Builtin/Names.hs:1835) charPrimTyConKey (compiler/GHC/Builtin/Names.hs:1837) charTyConKey (compiler/GHC/Builtin/Names.hs:1838) doublePrimTyConKey (compiler/GHC/Builtin/Names.hs:1839) doubleTyConKey (compiler/GHC/Builtin/Names.hs:1840) floatPrimTyConKey (compiler/GHC/Builtin/Names.hs:1841) floatTyConKey (compiler/GHC/Builtin/Names.hs:1842) fUNTyConKey (compiler/GHC/Builtin/Names.hs:1843) intPrimTyConKey (compiler/GHC/Builtin/Names.hs:1844) intTyConKey (compiler/GHC/Builtin/Names.hs:1845) int8PrimTyConKey (compiler/GHC/Builtin/Names.hs:1846) int16PrimTyConKey (compiler/GHC/Builtin/Names.hs:1848) int32PrimTyConKey (compiler/GHC/Builtin/Names.hs:1850) int64PrimTyConKey (compiler/GHC/Builtin/Names.hs:1852) integerTyConKey (compiler/GHC/Builtin/Names.hs:1854) naturalTyConKey (compiler/GHC/Builtin/Names.hs:1855) foreignObjPrimTyConKey (compiler/GHC/Builtin/Names.hs:1858) maybeTyConKey (compiler/GHC/Builtin/Names.hs:1859) weakPrimTyConKey (compiler/GHC/Builtin/Names.hs:1860) mutableArrayPrimTyConKey (compiler/GHC/Builtin/Names.hs:1861) mutableByteArrayPrimTyConKey (compiler/GHC/Builtin/Names.hs:1862) mVarPrimTyConKey (compiler/GHC/Builtin/Names.hs:1864) realWorldTyConKey (compiler/GHC/Builtin/Names.hs:1868) stablePtrPrimTyConKey (compiler/GHC/Builtin/Names.hs:1869) eqTyConKey (compiler/GHC/Builtin/Names.hs:1871) heqTyConKey (compiler/GHC/Builtin/Names.hs:1872) ioPortPrimTyConKey (compiler/GHC/Builtin/Names.hs:1865) smallArrayPrimTyConKey (compiler/GHC/Builtin/Names.hs:2029) smallMutableArrayPrimTyConKey (compiler/GHC/Builtin/Names.hs:2030) stringTyConKey (compiler/GHC/Builtin/Names.hs:1836) ccArrowTyConKey (compiler/GHC/Builtin/Names.hs:1875) ctArrowTyConKey (compiler/GHC/Builtin/Names.hs:1874) tcArrowTyConKey (compiler/GHC/Builtin/Names.hs:1876) statePrimTyConKey (compiler/GHC/Builtin/Names.hs:1889) stableNamePrimTyConKey (compiler/GHC/Builtin/Names.hs:1890) stableNameTyConKey (compiler/GHC/Builtin/Names.hs:1891) mutVarPrimTyConKey (compiler/GHC/Builtin/Names.hs:1895) wordPrimTyConKey (compiler/GHC/Builtin/Names.hs:1897) wordTyConKey (compiler/GHC/Builtin/Names.hs:1898) word8PrimTyConKey (compiler/GHC/Builtin/Names.hs:1899) word16PrimTyConKey (compiler/GHC/Builtin/Names.hs:1901) word32PrimTyConKey (compiler/GHC/Builtin/Names.hs:1903) word64PrimTyConKey (compiler/GHC/Builtin/Names.hs:1905) kindConKey (compiler/GHC/Builtin/Names.hs:1907) boxityConKey (compiler/GHC/Builtin/Names.hs:1908) typeConKey (compiler/GHC/Builtin/Names.hs:1909) threadIdPrimTyConKey (compiler/GHC/Builtin/Names.hs:1910) bcoPrimTyConKey (compiler/GHC/Builtin/Names.hs:1911) tVarPrimTyConKey (compiler/GHC/Builtin/Names.hs:1914) eqPrimTyConKey (compiler/GHC/Builtin/Names.hs:1892) eqReprPrimTyConKey (compiler/GHC/Builtin/Names.hs:1893) eqPhantPrimTyConKey (compiler/GHC/Builtin/Names.hs:1894) compactPrimTyConKey (compiler/GHC/Builtin/Names.hs:1915) stackSnapshotPrimTyConKey (compiler/GHC/Builtin/Names.hs:1916) promptTagPrimTyConKey (compiler/GHC/Builtin/Names.hs:1917) dictTyConKey (compiler/GHC/Builtin/Names.hs:1929) unliftedTypeKindTyConKey (compiler/GHC/Builtin/Names.hs:1939) liftedRepTyConKey (compiler/GHC/Builtin/Names.hs:1947) unliftedRepTyConKey (compiler/GHC/Builtin/Names.hs:1948) levityTyConKey (compiler/GHC/Builtin/Names.hs:1943) runtimeRepTyConKey (compiler/GHC/Builtin/Names.hs:1944) vecCountTyConKey (compiler/GHC/Builtin/Names.hs:1945) vecElemTyConKey (compiler/GHC/Builtin/Names.hs:1946) zeroBitRepTyConKey (compiler/GHC/Builtin/Names.hs:1949) zeroBitTypeTyConKey (compiler/GHC/Builtin/Names.hs:1950) anyTyConKey (compiler/GHC/Builtin/Names.hs:2011) zonkAnyTyConKey (compiler/GHC/Builtin/Names.hs:2014) coercibleTyConKey (compiler/GHC/Builtin/Names.hs:2021) proxyPrimTyConKey (compiler/GHC/Builtin/Names.hs:2024) typeSymbolAppendFamNameKey (compiler/GHC/Builtin/Names.hs:2049) multiplicityTyConKey (compiler/GHC/Builtin/Names.hs:2057) int8X16PrimTyConKey (ghc-lib/stage0/compiler/build/primop-vector-uniques.hs-incl:2) int16X8PrimTyConKey (ghc-lib/stage0/compiler/build/primop-vector-uniques.hs-incl:4) int32X4PrimTyConKey (ghc-lib/stage0/compiler/build/primop-vector-uniques.hs-incl:6) int64X2PrimTyConKey (ghc-lib/stage0/compiler/build/primop-vector-uniques.hs-incl:8) int8X32PrimTyConKey (ghc-lib/stage0/compiler/build/primop-vector-uniques.hs-incl:10) int16X16PrimTyConKey (ghc-lib/stage0/compiler/build/primop-vector-uniques.hs-incl:12) int32X8PrimTyConKey (ghc-lib/stage0/compiler/build/primop-vector-uniques.hs-incl:14) int64X4PrimTyConKey (ghc-lib/stage0/compiler/build/primop-vector-uniques.hs-incl:16) int8X64PrimTyConKey (ghc-lib/stage0/compiler/build/primop-vector-uniques.hs-incl:18) int16X32PrimTyConKey (ghc-lib/stage0/compiler/build/primop-vector-uniques.hs-incl:20) int32X16PrimTyConKey (ghc-lib/stage0/compiler/build/primop-vector-uniques.hs-incl:22) int64X8PrimTyConKey (ghc-lib/stage0/compiler/build/primop-vector-uniques.hs-incl:24) word8X16PrimTyConKey (ghc-lib/stage0/compiler/build/primop-vector-uniques.hs-incl:26) word16X8PrimTyConKey (ghc-lib/stage0/compiler/build/primop-vector-uniques.hs-incl:28) word32X4PrimTyConKey (ghc-lib/stage0/compiler/build/primop-vector-uniques.hs-incl:30) word64X2PrimTyConKey (ghc-lib/stage0/compiler/build/primop-vector-uniques.hs-incl:32) word8X32PrimTyConKey (ghc-lib/stage0/compiler/build/primop-vector-uniques.hs-incl:34) word16X16PrimTyConKey (ghc-lib/stage0/compiler/build/primop-vector-uniques.hs-incl:36) word32X8PrimTyConKey (ghc-lib/stage0/compiler/build/primop-vector-uniques.hs-incl:38) word64X4PrimTyConKey (ghc-lib/stage0/compiler/build/primop-vector-uniques.hs-incl:40) word8X64PrimTyConKey (ghc-lib/stage0/compiler/build/primop-vector-uniques.hs-incl:42) word16X32PrimTyConKey (ghc-lib/stage0/compiler/build/primop-vector-uniques.hs-incl:44) word32X16PrimTyConKey (ghc-lib/stage0/compiler/build/primop-vector-uniques.hs-incl:46) word64X8PrimTyConKey (ghc-lib/stage0/compiler/build/primop-vector-uniques.hs-incl:48) floatX4PrimTyConKey (ghc-lib/stage0/compiler/build/primop-vector-uniques.hs-incl:50) doubleX2PrimTyConKey (ghc-lib/stage0/compiler/build/primop-vector-uniques.hs-incl:52) floatX8PrimTyConKey (ghc-lib/stage0/compiler/build/primop-vector-uniques.hs-incl:54) doubleX4PrimTyConKey (ghc-lib/stage0/compiler/build/primop-vector-uniques.hs-incl:56) floatX16PrimTyConKey (ghc-lib/stage0/compiler/build/primop-vector-uniques.hs-incl:58) doubleX8PrimTyConKey (ghc-lib/stage0/compiler/build/primop-vector-uniques.hs-incl:60) typeSymbolKindConNameKey (compiler/GHC/Builtin/Names.hs:2089) typeCharKindConNameKey (compiler/GHC/Builtin/Names.hs:2090) typeNatAddTyFamNameKey (compiler/GHC/Builtin/Names.hs:2091) typeNatMulTyFamNameKey (compiler/GHC/Builtin/Names.hs:2092) typeNatExpTyFamNameKey (compiler/GHC/Builtin/Names.hs:2093) typeNatSubTyFamNameKey (compiler/GHC/Builtin/Names.hs:2094) typeSymbolCmpTyFamNameKey (compiler/GHC/Builtin/Names.hs:2095) typeNatCmpTyFamNameKey (compiler/GHC/Builtin/Names.hs:2096) typeCharCmpTyFamNameKey (compiler/GHC/Builtin/Names.hs:2097) typeLeqCharTyFamNameKey (compiler/GHC/Builtin/Names.hs:2098) typeNatDivTyFamNameKey (compiler/GHC/Builtin/Names.hs:2099) typeNatModTyFamNameKey (compiler/GHC/Builtin/Names.hs:2100) typeNatLogTyFamNameKey (compiler/GHC/Builtin/Names.hs:2101) typeConsSymbolTyFamNameKey (compiler/GHC/Builtin/Names.hs:2102) typeUnconsSymbolTyFamNameKey (compiler/GHC/Builtin/Names.hs:2103) typeCharToNatTyFamNameKey (compiler/GHC/Builtin/Names.hs:2104) typeNatToCharTyFamNameKey (compiler/GHC/Builtin/Names.hs:2105) charDataConKey (compiler/GHC/Builtin/Names.hs:2127) consDataConKey (compiler/GHC/Builtin/Names.hs:2128) doubleDataConKey (compiler/GHC/Builtin/Names.hs:2129) falseDataConKey (compiler/GHC/Builtin/Names.hs:2130) floatDataConKey (compiler/GHC/Builtin/Names.hs:2131) intDataConKey (compiler/GHC/Builtin/Names.hs:2132) stableNameDataConKey (compiler/GHC/Builtin/Names.hs:2139) trueDataConKey (compiler/GHC/Builtin/Names.hs:2140) wordDataConKey (compiler/GHC/Builtin/Names.hs:2141) word8DataConKey (compiler/GHC/Builtin/Names.hs:2138) heqDataConKey (compiler/GHC/Builtin/Names.hs:2143) eqDataConKey (compiler/GHC/Builtin/Names.hs:2135) nothingDataConKey (compiler/GHC/Builtin/Names.hs:2133) justDataConKey (compiler/GHC/Builtin/Names.hs:2134) crossDataConKey (compiler/GHC/Builtin/Names.hs:2147) inlDataConKey (compiler/GHC/Builtin/Names.hs:2148) inrDataConKey (compiler/GHC/Builtin/Names.hs:2149) genUnitDataConKey (compiler/GHC/Builtin/Names.hs:2150) mkDictDataConKey (compiler/GHC/Builtin/Names.hs:2162) coercibleDataConKey (compiler/GHC/Builtin/Names.hs:2165) vecRepDataConKey (compiler/GHC/Builtin/Names.hs:2225) sumRepDataConKey (compiler/GHC/Builtin/Names.hs:2227) tupleRepDataConKey (compiler/GHC/Builtin/Names.hs:2226) boxedRepDataConKey (compiler/GHC/Builtin/Names.hs:2228) boxedRepDataConTyConKey (compiler/GHC/Builtin/Names.hs:2233) tupleRepDataConTyConKey (compiler/GHC/Builtin/Names.hs:2234) runtimeRepSimpleDataConKeys (compiler/GHC/Builtin/Names.hs:2240) liftedDataConKey (compiler/GHC/Builtin/Names.hs:2244) unliftedDataConKey (compiler/GHC/Builtin/Names.hs:2245) vecCountDataConKeys (compiler/GHC/Builtin/Names.hs:2250) vecElemDataConKeys (compiler/GHC/Builtin/Names.hs:2255) oneDataConKey (compiler/GHC/Builtin/Names.hs:2282) manyDataConKey (compiler/GHC/Builtin/Names.hs:2283) integerISDataConKey (compiler/GHC/Builtin/Names.hs:2288) integerINDataConKey (compiler/GHC/Builtin/Names.hs:2289) integerIPDataConKey (compiler/GHC/Builtin/Names.hs:2290) naturalNSDataConKey (compiler/GHC/Builtin/Names.hs:2291) naturalNBDataConKey (compiler/GHC/Builtin/Names.hs:2292) absentErrorIdKey (compiler/GHC/Builtin/Names.hs:2322) absentConstraintErrorIdKey (compiler/GHC/Builtin/Names.hs:2323) recSelErrorIdKey (compiler/GHC/Builtin/Names.hs:2328) seqIdKey (compiler/GHC/Builtin/Names.hs:2329) noMethodBindingErrorIdKey (compiler/GHC/Builtin/Names.hs:2332) nonExhaustiveGuardsErrorIdKey (compiler/GHC/Builtin/Names.hs:2333) impossibleErrorIdKey (compiler/GHC/Builtin/Names.hs:2334) impossibleConstraintErrorIdKey (compiler/GHC/Builtin/Names.hs:2335) patErrorIdKey (compiler/GHC/Builtin/Names.hs:2336) voidPrimIdKey (compiler/GHC/Builtin/Names.hs:2348) realWorldPrimIdKey (compiler/GHC/Builtin/Names.hs:2337) recConErrorIdKey (compiler/GHC/Builtin/Names.hs:2338) typeErrorIdKey (compiler/GHC/Builtin/Names.hs:2349) absentSumFieldErrorIdKey (compiler/GHC/Builtin/Names.hs:2330) nullAddrIdKey (compiler/GHC/Builtin/Names.hs:2366) voidArgIdKey (compiler/GHC/Builtin/Names.hs:2367) leftSectionKey (compiler/GHC/Builtin/Names.hs:2372) rightSectionKey (compiler/GHC/Builtin/Names.hs:2373) rootMainKey (compiler/GHC/Builtin/Names.hs:2376) oneShotKey (compiler/GHC/Builtin/Names.hs:2383) nospecIdKey (compiler/GHC/Builtin/Names.hs:2390) noinlineIdKey (compiler/GHC/Builtin/Names.hs:2401) noinlineConstraintIdKey (compiler/GHC/Builtin/Names.hs:2402) coercionTokenIdKey (compiler/GHC/Builtin/Names.hs:2399) coerceKey (compiler/GHC/Builtin/Names.hs:2415) proxyHashKey (compiler/GHC/Builtin/Names.hs:2501) mkTyConKey (compiler/GHC/Builtin/Names.hs:2518) heqSCSelIdKey (compiler/GHC/Builtin/Names.hs:2542) eqSCSelIdKey (compiler/GHC/Builtin/Names.hs:2541) coercibleSCSelIdKey (compiler/GHC/Builtin/Names.hs:2543) numericClassKeys (compiler/GHC/Builtin/Names.hs:2738) fractionalClassKeys (compiler/GHC/Builtin/Names.hs:2746) standardClassKeys (compiler/GHC/Builtin/Names.hs:2756) derivableClassKeys (compiler/GHC/Builtin/Names.hs:2772) interactiveClassNames (compiler/GHC/Builtin/Names.hs:2781) interactiveClassKeys (compiler/GHC/Builtin/Names.hs:2786) Warning: 'Typeable' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'TyCon' is ambiguous. It is defined * at compiler/GHC/Core/TyCon.hs:750:14 * at compiler/GHC/Core/TyCon.hs:750: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 compiler/GHC/Core/TyCon.hs:750:1 Warning: 'AlgTyCons' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'PrimRepOrVoidRep' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'CoTyCon' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Levity' is ambiguous. It is defined * at compiler/GHC/Core/TyCon.hs:1165:5 * at compiler/GHC/Types/Basic.hs:2133: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 compiler/GHC/Types/Basic.hs:2133:1 Warning: 'UnliftedDatatypes' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'mkLevPolyDataConRhs' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'tys' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'RuntimeRepInfo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'isFixedRuntimeRepKind' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 69% (118 /170) in 'GHC.Core.TyCon' Missing documentation for: Module header isNoParent (compiler/GHC/Core/TyCon.hs:1251) Injectivity (compiler/GHC/Core/TyCon.hs:1256) TyConBinder (compiler/GHC/Core/TyCon.hs:455) TyConBndrVis (compiler/GHC/Core/TyCon.hs:457) mkNamedTyConBinder (compiler/GHC/Core/TyCon.hs:475) mkNamedTyConBinders (compiler/GHC/Core/TyCon.hs:480) mkAnonTyConBinder (compiler/GHC/Core/TyCon.hs:467) mkAnonTyConBinders (compiler/GHC/Core/TyCon.hs:471) tyConBinderForAllTyFlag (compiler/GHC/Core/TyCon.hs:492) tyConBndrVisForAllTyFlag (compiler/GHC/Core/TyCon.hs:495) isNamedTyConBinder (compiler/GHC/Core/TyCon.hs:502) isVisibleTyConBinder (compiler/GHC/Core/TyCon.hs:507) isInvisibleTyConBinder (compiler/GHC/Core/TyCon.hs:519) isVisibleTcbVis (compiler/GHC/Core/TyCon.hs:510) isInvisSpecTcbVis (compiler/GHC/Core/TyCon.hs:514) mkTupleTyCon (compiler/GHC/Core/TyCon.hs:1854) mkSumTyCon (compiler/GHC/Core/TyCon.hs:1873) isLiftedAlgTyCon (compiler/GHC/Core/TyCon.hs:2284) isLiftedTypeKindTyConName (compiler/GHC/Core/TyCon.hs:2354) isTauTyCon (compiler/GHC/Core/TyCon.hs:2106) isBuiltInSynFamTyCon_maybe (compiler/GHC/Core/TyCon.hs:2205) setTcTyConKind (compiler/GHC/Core/TyCon.hs:2460) tyConVisibleTyVars (compiler/GHC/Core/TyCon.hs:553) tyConCType_maybe (compiler/GHC/Core/TyCon.hs:2385) tyConFlavour (compiler/GHC/Core/TyCon.hs:2792) tyConTuple_maybe (compiler/GHC/Core/TyCon.hs:2254) tyConFamInstSig_maybe (compiler/GHC/Core/TyCon.hs:2715) unwrapNewTyConEtad_maybe (compiler/GHC/Core/TyCon.hs:2092) newTyConDataCon_maybe (compiler/GHC/Core/TyCon.hs:2651) tyConInvisTVBinders (compiler/GHC/Core/TyCon.hs:541) tcTyConScopedTyVars (compiler/GHC/Core/TyCon.hs:2473) isMonoTcTyCon (compiler/GHC/Core/TyCon.hs:2468) tyConHasClosedResKind mkTyConTagMap (compiler/GHC/Core/TyCon.hs:2759) ExpandSynResult (compiler/GHC/Core/TyCon.hs:2483) expandSynTyCon_maybe (compiler/GHC/Core/TyCon.hs:2497) newTyConCo (compiler/GHC/Core/TyCon.hs:2646) pprPromotionQuote (compiler/GHC/Core/TyCon.hs:2847) mkTyConKind (compiler/GHC/Core/TyCon.hs:524) TyConRepName (compiler/GHC/Core/TyCon.hs:1417) tyConRepName_maybe (compiler/GHC/Core/TyCon.hs:1423) PrimElemRep (compiler/GHC/Core/TyCon.hs:1568) Levity (compiler/GHC/Types/Basic.hs:2133) PrimOrVoidRep (compiler/GHC/Core/TyCon.hs:1565) primElemRepToPrimRep (compiler/GHC/Core/TyCon.hs:1713) isGcPtrRep (compiler/GHC/Core/TyCon.hs:1635) primElemRepSizeB (compiler/GHC/Core/TyCon.hs:1703) primRepsCompatible (compiler/GHC/Core/TyCon.hs:1651) primRepCompatible (compiler/GHC/Core/TyCon.hs:1641) primRepIsWord (compiler/GHC/Core/TyCon.hs:1734) primRepIsInt (compiler/GHC/Core/TyCon.hs:1743) 9% ( 4 / 41) in 'GHC.Core.TyCon.Env' Missing documentation for: Module header mkTyConEnv (compiler/GHC/Core/TyCon/Env.hs:89) mkTyConEnvWith (compiler/GHC/Core/TyCon/Env.hs:90) emptyTyConEnv (compiler/GHC/Core/TyCon/Env.hs:82) isEmptyTyConEnv (compiler/GHC/Core/TyCon/Env.hs:83) unitTyConEnv (compiler/GHC/Core/TyCon/Env.hs:84) nonDetTyConEnvElts (compiler/GHC/Core/TyCon/Env.hs:81) extendTyConEnv_C (compiler/GHC/Core/TyCon/Env.hs:96) extendTyConEnv_Acc (compiler/GHC/Core/TyCon/Env.hs:98) extendTyConEnv (compiler/GHC/Core/TyCon/Env.hs:85) extendTyConEnvList (compiler/GHC/Core/TyCon/Env.hs:86) extendTyConEnvList_C (compiler/GHC/Core/TyCon/Env.hs:99) filterTyConEnv (compiler/GHC/Core/TyCon/Env.hs:102) anyTyConEnv (compiler/GHC/Core/TyCon/Env.hs:103) plusTyConEnv (compiler/GHC/Core/TyCon/Env.hs:92) plusTyConEnv_C (compiler/GHC/Core/TyCon/Env.hs:93) plusTyConEnv_CD (compiler/GHC/Core/TyCon/Env.hs:94) plusTyConEnv_CD2 (compiler/GHC/Core/TyCon/Env.hs:95) alterTyConEnv (compiler/GHC/Core/TyCon/Env.hs:88) lookupTyConEnv (compiler/GHC/Core/TyCon/Env.hs:87) lookupTyConEnv_NF (compiler/GHC/Core/TyCon/Env.hs:106) delFromTyConEnv (compiler/GHC/Core/TyCon/Env.hs:100) delListFromTyConEnv (compiler/GHC/Core/TyCon/Env.hs:101) elemTyConEnv (compiler/GHC/Core/TyCon/Env.hs:91) mapTyConEnv (compiler/GHC/Core/TyCon/Env.hs:97) disjointTyConEnv (compiler/GHC/Core/TyCon/Env.hs:104) emptyDTyConEnv (compiler/GHC/Core/TyCon/Env.hs:115) isEmptyDTyConEnv (compiler/GHC/Core/TyCon/Env.hs:118) lookupDTyConEnv (compiler/GHC/Core/TyCon/Env.hs:121) delFromDTyConEnv (compiler/GHC/Core/TyCon/Env.hs:124) filterDTyConEnv (compiler/GHC/Core/TyCon/Env.hs:127) mapDTyConEnv (compiler/GHC/Core/TyCon/Env.hs:130) mapMaybeDTyConEnv (compiler/GHC/Core/TyCon/Env.hs:133) adjustDTyConEnv (compiler/GHC/Core/TyCon/Env.hs:136) alterDTyConEnv (compiler/GHC/Core/TyCon/Env.hs:139) extendDTyConEnv (compiler/GHC/Core/TyCon/Env.hs:142) foldDTyConEnv (compiler/GHC/Core/TyCon/Env.hs:145) 57% ( 4 / 7) in 'GHC.Core.TyCon.RecWalk' Missing documentation for: Module header RecTcChecker (compiler/GHC/Core/TyCon/RecWalk.hs:72) checkRecTc (compiler/GHC/Core/TyCon/RecWalk.hs:97) Warning: 'mkTyCoForAllTy' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'FunTyCon' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 40% ( 29 / 72) in 'GHC.Core.TyCo.Rep' Missing documentation for: Module header Type (compiler/GHC/Core/TyCo/Rep.hs:125) TyLit (compiler/GHC/Core/TyCo/Rep.hs:199) FRRType (compiler/GHC/Core/TyCo/Rep.hs:121) CoSel (compiler/GHC/Core/TyCo/Rep.hs:942) FunSel (compiler/GHC/Core/TyCo/Rep.hs:957) coHoleCoVar (compiler/GHC/Core/TyCo/Rep.hs:1569) setCoHoleCoVar (compiler/GHC/Core/TyCo/Rep.hs:1575) isHeteroKindCoHole (compiler/GHC/Core/TyCo/Rep.hs:1572) CoercionN (compiler/GHC/Core/TyCo/Rep.hs:963) CoercionR (compiler/GHC/Core/TyCo/Rep.hs:964) CoercionP (compiler/GHC/Core/TyCo/Rep.hs:965) KindCoercion (compiler/GHC/Core/TyCo/Rep.hs:966) MCoercionR (compiler/GHC/Core/TyCo/Rep.hs:1009) MCoercionN (compiler/GHC/Core/TyCo/Rep.hs:1010) mkTyVarTy (compiler/GHC/Core/TyCo/Rep.hs:691) mkTyVarTys (compiler/GHC/Core/TyCo/Rep.hs:695) mkTyCoVarTy (compiler/GHC/Core/TyCo/Rep.hs:698) mkTyCoVarTys (compiler/GHC/Core/TyCo/Rep.hs:705) mkFunTy (compiler/GHC/Core/TyCo/Rep.hs:717) mkNakedFunTy (compiler/GHC/Core/TyCo/Rep.hs:712) mkVisFunTy (compiler/GHC/Core/TyCo/Rep.hs:740) mkScaledFunTys (compiler/GHC/Core/TyCo/Rep.hs:760) mkInvisFunTy (compiler/GHC/Core/TyCo/Rep.hs:729) mkInvisFunTys (compiler/GHC/Core/TyCo/Rep.hs:733) tcMkVisFunTy (compiler/GHC/Core/TyCo/Rep.hs:807) tcMkInvisFunTy (compiler/GHC/Core/TyCo/Rep.hs:815) tcMkScaledFunTy (compiler/GHC/Core/TyCo/Rep.hs:826) tcMkScaledFunTys (compiler/GHC/Core/TyCo/Rep.hs:823) mkPiTy (compiler/GHC/Core/TyCo/Rep.hs:789) mkPiTys (compiler/GHC/Core/TyCo/Rep.hs:793) mkVisFunTysMany (compiler/GHC/Core/TyCo/Rep.hs:750) nonDetCmpTyLit (compiler/GHC/Core/TyCo/Rep.hs:207) cmpTyLit (compiler/GHC/Core/TyCo/Rep.hs:211) pickLR (compiler/GHC/Types/Basic.hs:154) TyCoFolder (compiler/GHC/Core/TyCo/Rep.hs:1799) foldTyCo (compiler/GHC/Core/TyCo/Rep.hs:1816) typeSize (compiler/GHC/Core/TyCo/Rep.hs:1902) typesSize (compiler/GHC/Core/TyCo/Rep.hs:1912) coercionSize (compiler/GHC/Core/TyCo/Rep.hs:1915) provSize (compiler/GHC/Core/TyCo/Rep.hs:1938) scaledMult (compiler/GHC/Core/TyCo/Rep.hs:1972) scaledThing (compiler/GHC/Core/TyCo/Rep.hs:1975) Warning: 'Type' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Levity' is ambiguous. It is defined * at compiler/GHC/Core/TyCon.hs:1165:5 * at compiler/GHC/Types/Basic.hs:2133: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 compiler/GHC/Types/Basic.hs:2133:1 2% ( 6 /231) in 'GHC.Builtin.Types.Prim' Missing documentation for: mkTemplateKindVar (compiler/GHC/Builtin/Types/Prim.hs:369) mkTemplateKindVars (compiler/GHC/Builtin/Types/Prim.hs:375) mkTemplateTyVars (compiler/GHC/Builtin/Types/Prim.hs:402) mkTemplateTyVarsFrom (compiler/GHC/Builtin/Types/Prim.hs:392) mkTemplateKiTyVars (compiler/GHC/Builtin/Types/Prim.hs:426) mkTemplateKiTyVar (compiler/GHC/Builtin/Types/Prim.hs:441) mkTemplateTyConBinders (compiler/GHC/Builtin/Types/Prim.hs:410) mkTemplateKindTyConBinders (compiler/GHC/Builtin/Types/Prim.hs:450) mkTemplateAnonTyConBinders (compiler/GHC/Builtin/Types/Prim.hs:454) alphaTyVars (compiler/GHC/Builtin/Types/Prim.hs:462) alphaTyVar (compiler/GHC/Builtin/Types/Prim.hs:465) betaTyVar (compiler/GHC/Builtin/Types/Prim.hs:465) gammaTyVar (compiler/GHC/Builtin/Types/Prim.hs:465) deltaTyVar (compiler/GHC/Builtin/Types/Prim.hs:465) alphaTyVarSpec (compiler/GHC/Builtin/Types/Prim.hs:468) betaTyVarSpec (compiler/GHC/Builtin/Types/Prim.hs:468) gammaTyVarSpec (compiler/GHC/Builtin/Types/Prim.hs:468) deltaTyVarSpec (compiler/GHC/Builtin/Types/Prim.hs:468) alphaTys (compiler/GHC/Builtin/Types/Prim.hs:480) alphaTy (compiler/GHC/Builtin/Types/Prim.hs:482) betaTy (compiler/GHC/Builtin/Types/Prim.hs:482) gammaTy (compiler/GHC/Builtin/Types/Prim.hs:482) deltaTy (compiler/GHC/Builtin/Types/Prim.hs:482) alphaTyVarsUnliftedRep (compiler/GHC/Builtin/Types/Prim.hs:485) alphaTyVarUnliftedRep (compiler/GHC/Builtin/Types/Prim.hs:488) alphaTysUnliftedRep (compiler/GHC/Builtin/Types/Prim.hs:491) alphaTyUnliftedRep (compiler/GHC/Builtin/Types/Prim.hs:493) runtimeRep1TyVar (compiler/GHC/Builtin/Types/Prim.hs:496) runtimeRep2TyVar (compiler/GHC/Builtin/Types/Prim.hs:496) runtimeRep3TyVar (compiler/GHC/Builtin/Types/Prim.hs:496) runtimeRep1TyVarInf (compiler/GHC/Builtin/Types/Prim.hs:500) runtimeRep2TyVarInf (compiler/GHC/Builtin/Types/Prim.hs:501) runtimeRep1Ty (compiler/GHC/Builtin/Types/Prim.hs:504) runtimeRep2Ty (compiler/GHC/Builtin/Types/Prim.hs:505) runtimeRep3Ty (compiler/GHC/Builtin/Types/Prim.hs:506) levity1TyVar (compiler/GHC/Builtin/Types/Prim.hs:527) levity2TyVar (compiler/GHC/Builtin/Types/Prim.hs:527) levity1TyVarInf (compiler/GHC/Builtin/Types/Prim.hs:533) levity2TyVarInf (compiler/GHC/Builtin/Types/Prim.hs:534) levity1Ty (compiler/GHC/Builtin/Types/Prim.hs:537) levity2Ty (compiler/GHC/Builtin/Types/Prim.hs:538) alphaConstraintTyVar (compiler/GHC/Builtin/Types/Prim.hs:474) alphaConstraintTy (compiler/GHC/Builtin/Types/Prim.hs:477) openAlphaTyVar (compiler/GHC/Builtin/Types/Prim.hs:511) openBetaTyVar (compiler/GHC/Builtin/Types/Prim.hs:511) openGammaTyVar (compiler/GHC/Builtin/Types/Prim.hs:511) openAlphaTyVarSpec (compiler/GHC/Builtin/Types/Prim.hs:517) openBetaTyVarSpec (compiler/GHC/Builtin/Types/Prim.hs:518) openGammaTyVarSpec (compiler/GHC/Builtin/Types/Prim.hs:519) openAlphaTy (compiler/GHC/Builtin/Types/Prim.hs:522) openBetaTy (compiler/GHC/Builtin/Types/Prim.hs:523) openGammaTy (compiler/GHC/Builtin/Types/Prim.hs:524) levPolyAlphaTyVar (compiler/GHC/Builtin/Types/Prim.hs:541) levPolyBetaTyVar (compiler/GHC/Builtin/Types/Prim.hs:541) levPolyAlphaTyVarSpec (compiler/GHC/Builtin/Types/Prim.hs:549) levPolyBetaTyVarSpec (compiler/GHC/Builtin/Types/Prim.hs:550) levPolyAlphaTy (compiler/GHC/Builtin/Types/Prim.hs:553) levPolyBetaTy (compiler/GHC/Builtin/Types/Prim.hs:554) multiplicityTyVar1 (compiler/GHC/Builtin/Types/Prim.hs:557) multiplicityTyVar2 (compiler/GHC/Builtin/Types/Prim.hs:557) tYPETyCon (compiler/GHC/Builtin/Types/Prim.hs:878) tYPETyConName (compiler/GHC/Builtin/Types/Prim.hs:884) tYPEKind (compiler/GHC/Builtin/Types/Prim.hs:887) cONSTRAINTTyCon (compiler/GHC/Builtin/Types/Prim.hs:891) cONSTRAINTTyConName (compiler/GHC/Builtin/Types/Prim.hs:897) cONSTRAINTKind (compiler/GHC/Builtin/Types/Prim.hs:900) funTyFlagTyCon (compiler/GHC/Builtin/Types/Prim.hs:619) isArrowTyCon (compiler/GHC/Builtin/Types/Prim.hs:627) fUNTyConName (compiler/GHC/Builtin/Types/Prim.hs:633) ctArrowTyCon (compiler/GHC/Builtin/Types/Prim.hs:665) ctArrowTyConName (compiler/GHC/Builtin/Types/Prim.hs:634) ccArrowTyCon (compiler/GHC/Builtin/Types/Prim.hs:677) ccArrowTyConName (compiler/GHC/Builtin/Types/Prim.hs:635) tcArrowTyCon (compiler/GHC/Builtin/Types/Prim.hs:689) tcArrowTyConName (compiler/GHC/Builtin/Types/Prim.hs:636) primTyCons (compiler/GHC/Builtin/Types/Prim.hs:244) charPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:912) charPrimTy (compiler/GHC/Builtin/Types/Prim.hs:910) charPrimTyConName (compiler/GHC/Builtin/Types/Prim.hs:318) intPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:917) intPrimTy (compiler/GHC/Builtin/Types/Prim.hs:915) intPrimTyConName (compiler/GHC/Builtin/Types/Prim.hs:319) wordPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:942) wordPrimTy (compiler/GHC/Builtin/Types/Prim.hs:940) wordPrimTyConName (compiler/GHC/Builtin/Types/Prim.hs:324) addrPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:967) addrPrimTy (compiler/GHC/Builtin/Types/Prim.hs:965) addrPrimTyConName (compiler/GHC/Builtin/Types/Prim.hs:329) floatPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:972) floatPrimTy (compiler/GHC/Builtin/Types/Prim.hs:970) floatPrimTyConName (compiler/GHC/Builtin/Types/Prim.hs:330) doublePrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:977) doublePrimTy (compiler/GHC/Builtin/Types/Prim.hs:975) doublePrimTyConName (compiler/GHC/Builtin/Types/Prim.hs:331) statePrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1168) mkStatePrimTy (compiler/GHC/Builtin/Types/Prim.hs:1165) realWorldTyCon (compiler/GHC/Builtin/Types/Prim.hs:1177) realWorldTy (compiler/GHC/Builtin/Types/Prim.hs:1179) realWorldStatePrimTy (compiler/GHC/Builtin/Types/Prim.hs:1181) realWorldMutableByteArrayPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1183) proxyPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1190) mkProxyPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1187) arrayPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1250) mkArrayPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1258) byteArrayPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1253) byteArrayPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1260) smallArrayPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1254) mkSmallArrayPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1262) mutableArrayPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1251) mkMutableArrayPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1264) mutableByteArrayPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1252) mkMutableByteArrayPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1266) smallMutableArrayPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1255) mkSmallMutableArrayPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1268) mutVarPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1278) mkMutVarPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1281) mVarPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1307) mkMVarPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1310) ioPortPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1292) mkIOPortPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1295) tVarPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1321) mkTVarPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1324) stablePtrPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1335) mkStablePtrPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1338) stableNamePrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1349) mkStableNamePrimTy (compiler/GHC/Builtin/Types/Prim.hs:1352) compactPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1363) compactPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1366) bcoPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1397) bcoPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1395) weakPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1408) mkWeakPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1411) threadIdPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1433) threadIdPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1431) stackSnapshotPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1377) stackSnapshotPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1380) promptTagPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1444) mkPromptTagPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1447) int8PrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:922) int8PrimTy (compiler/GHC/Builtin/Types/Prim.hs:920) int8PrimTyConName (compiler/GHC/Builtin/Types/Prim.hs:320) word8PrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:947) word8PrimTy (compiler/GHC/Builtin/Types/Prim.hs:945) word8PrimTyConName (compiler/GHC/Builtin/Types/Prim.hs:325) int16PrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:927) int16PrimTy (compiler/GHC/Builtin/Types/Prim.hs:925) int16PrimTyConName (compiler/GHC/Builtin/Types/Prim.hs:321) word16PrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:952) word16PrimTy (compiler/GHC/Builtin/Types/Prim.hs:950) word16PrimTyConName (compiler/GHC/Builtin/Types/Prim.hs:326) int32PrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:932) int32PrimTy (compiler/GHC/Builtin/Types/Prim.hs:930) int32PrimTyConName (compiler/GHC/Builtin/Types/Prim.hs:322) word32PrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:957) word32PrimTy (compiler/GHC/Builtin/Types/Prim.hs:955) word32PrimTyConName (compiler/GHC/Builtin/Types/Prim.hs:327) int64PrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:937) int64PrimTy (compiler/GHC/Builtin/Types/Prim.hs:935) int64PrimTyConName (compiler/GHC/Builtin/Types/Prim.hs:323) word64PrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:962) word64PrimTy (compiler/GHC/Builtin/Types/Prim.hs:960) word64PrimTyConName (compiler/GHC/Builtin/Types/Prim.hs:328) eqPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1206) eqReprPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1217) eqPhantPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1228) int8X16PrimTy (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:4) int8X16PrimTyCon (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:6) int16X8PrimTy (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:10) int16X8PrimTyCon (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:12) int32X4PrimTy (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:16) int32X4PrimTyCon (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:18) int64X2PrimTy (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:22) int64X2PrimTyCon (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:24) int8X32PrimTy (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:28) int8X32PrimTyCon (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:30) int16X16PrimTy (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:34) int16X16PrimTyCon (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:36) int32X8PrimTy (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:40) int32X8PrimTyCon (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:42) int64X4PrimTy (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:46) int64X4PrimTyCon (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:48) int8X64PrimTy (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:52) int8X64PrimTyCon (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:54) int16X32PrimTy (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:58) int16X32PrimTyCon (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:60) int32X16PrimTy (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:64) int32X16PrimTyCon (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:66) int64X8PrimTy (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:70) int64X8PrimTyCon (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:72) word8X16PrimTy (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:76) word8X16PrimTyCon (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:78) word16X8PrimTy (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:82) word16X8PrimTyCon (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:84) word32X4PrimTy (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:88) word32X4PrimTyCon (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:90) word64X2PrimTy (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:94) word64X2PrimTyCon (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:96) word8X32PrimTy (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:100) word8X32PrimTyCon (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:102) word16X16PrimTy (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:106) word16X16PrimTyCon (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:108) word32X8PrimTy (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:112) word32X8PrimTyCon (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:114) word64X4PrimTy (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:118) word64X4PrimTyCon (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:120) word8X64PrimTy (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:124) word8X64PrimTyCon (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:126) word16X32PrimTy (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:130) word16X32PrimTyCon (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:132) word32X16PrimTy (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:136) word32X16PrimTyCon (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:138) word64X8PrimTy (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:142) word64X8PrimTyCon (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:144) floatX4PrimTy (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:148) floatX4PrimTyCon (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:150) doubleX2PrimTy (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:154) doubleX2PrimTyCon (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:156) floatX8PrimTy (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:160) floatX8PrimTyCon (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:162) doubleX4PrimTy (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:166) doubleX4PrimTyCon (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:168) floatX16PrimTy (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:172) floatX16PrimTyCon (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:174) doubleX8PrimTy (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:178) doubleX8PrimTyCon (ghc-lib/stage0/compiler/build/primop-vector-tys.hs-incl:180) Warning: 'tyCoFVsOfTypeList' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 42% ( 26 / 61) in 'GHC.Core.TyCo.FVs' Missing documentation for: Module header shallowTyCoVarsOfType (compiler/GHC/Core/TyCo/FVs.hs:345) shallowTyCoVarsOfTypes (compiler/GHC/Core/TyCo/FVs.hs:348) tyCoVarsOfType (compiler/GHC/Core/TyCo/FVs.hs:292) tyCoVarsOfTypes (compiler/GHC/Core/TyCo/FVs.hs:297) tyCoFVsBndr (compiler/GHC/Core/TyCo/FVs.hs:596) tyCoFVsVarBndr (compiler/GHC/Core/TyCo/FVs.hs:602) tyCoFVsVarBndrs (compiler/GHC/Core/TyCo/FVs.hs:599) tyCoFVsOfTypes (compiler/GHC/Core/TyCo/FVs.hs:608) deepTcvFolder (compiler/GHC/Core/TyCo/FVs.hs:319) shallowTyCoVarsOfCoVarEnv (compiler/GHC/Core/TyCo/FVs.hs:366) shallowTyCoVarsOfCo (compiler/GHC/Core/TyCo/FVs.hs:351) shallowTyCoVarsOfCos (compiler/GHC/Core/TyCo/FVs.hs:354) tyCoVarsOfCo (compiler/GHC/Core/TyCo/FVs.hs:303) tyCoVarsOfCos (compiler/GHC/Core/TyCo/FVs.hs:310) tyCoVarsOfMCo (compiler/GHC/Core/TyCo/FVs.hs:306) coVarsOfType (compiler/GHC/Core/TyCo/FVs.hs:414) coVarsOfTypes (compiler/GHC/Core/TyCo/FVs.hs:415) coVarsOfCo (compiler/GHC/Core/TyCo/FVs.hs:416) coVarsOfCos (compiler/GHC/Core/TyCo/FVs.hs:417) tyCoFVsOfCo (compiler/GHC/Core/TyCo/FVs.hs:627) tyCoFVsOfCos (compiler/GHC/Core/TyCo/FVs.hs:666) tyCoVarsOfCoList (compiler/GHC/Core/TyCo/FVs.hs:618) isInjectiveInType (compiler/GHC/Core/TyCo/FVs.hs:812) anyFreeVarsOfType (compiler/GHC/Core/TyCo/FVs.hs:953) anyFreeVarsOfTypes (compiler/GHC/Core/TyCo/FVs.hs:957) anyFreeVarsOfCo (compiler/GHC/Core/TyCo/FVs.hs:961) noFreeVarsOfType (compiler/GHC/Core/TyCo/FVs.hs:965) noFreeVarsOfTypes (compiler/GHC/Core/TyCo/FVs.hs:969) noFreeVarsOfCo (compiler/GHC/Core/TyCo/FVs.hs:973) tyConsOfTypes (compiler/GHC/Core/TyCo/FVs.hs:1140) visVarsOfTypes (compiler/GHC/Core/TyCo/FVs.hs:798) occCheckExpand (compiler/GHC/Core/TyCo/FVs.hs:1218) closeOverKinds (compiler/GHC/Core/TyCo/FVs.hs:460) runTyCoVars (compiler/GHC/Core/TyCo/FVs.hs:282) 55% ( 10 / 18) in 'GHC.Core.TyCo.Tidy' Missing documentation for: tidyOpenType (compiler/GHC/Core/TyCo/Tidy.hs:206) tidyVarBndr (compiler/GHC/Core/TyCo/Tidy.hs:47) avoidNameClashes (compiler/GHC/Core/TyCo/Tidy.hs:59) tidyOpenTyCoVars (compiler/GHC/Core/TyCo/Tidy.hs:101) tidyTyCoVarOcc (compiler/GHC/Core/TyCo/Tidy.hs:117) tidyCos (compiler/GHC/Core/TyCo/Tidy.hs:257) tidyForAllTyBinder (compiler/GHC/Core/TyCo/Tidy.hs:81) tidyForAllTyBinders (compiler/GHC/Core/TyCo/Tidy.hs:88) Warning: 'Expr' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'extendInScope' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Subst' is ambiguous. It is defined * at compiler/GHC/Core/TyCo/Subst.hs:104:5 * at compiler/GHC/Core/TyCo/Subst.hs:103: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 compiler/GHC/Core/TyCo/Subst.hs:103:1 Warning: 'TCvSubst' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'in_scope' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'tys' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ty' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 47% ( 43 / 90) in 'GHC.Core.TyCo.Subst' Missing documentation for: emptyIdSubstEnv (compiler/GHC/Core/TyCo/Subst.hs:229) emptyTvSubstEnv (compiler/GHC/Core/TyCo/Subst.hs:232) emptyCvSubstEnv (compiler/GHC/Core/TyCo/Subst.hs:235) emptySubst (compiler/GHC/Core/TyCo/Subst.hs:254) mkEmptySubst (compiler/GHC/Core/TyCo/Subst.hs:257) isEmptySubst (compiler/GHC/Core/TyCo/Subst.hs:260) mkTCvSubst (compiler/GHC/Core/TyCo/Subst.hs:274) mkIdSubst (compiler/GHC/Core/TyCo/Subst.hs:277) getTvSubstEnv (compiler/GHC/Core/TyCo/Subst.hs:291) getIdSubstEnv (compiler/GHC/Core/TyCo/Subst.hs:288) getCvSubstEnv (compiler/GHC/Core/TyCo/Subst.hs:294) setInScope (compiler/GHC/Core/TyCo/Subst.hs:301) isInScope (compiler/GHC/Core/TyCo/Subst.hs:313) elemSubst (compiler/GHC/Core/TyCo/Subst.hs:316) notElemSubst (compiler/GHC/Core/TyCo/Subst.hs:325) extendTCvSubst (compiler/GHC/Core/TyCo/Subst.hs:352) extendTCvSubstWithClone (compiler/GHC/Core/TyCo/Subst.hs:361) extendCvSubstWithClone (compiler/GHC/Core/TyCo/Subst.hs:395) extendTvSubstWithClone (compiler/GHC/Core/TyCo/Subst.hs:379) extendTvSubstAndInScope (compiler/GHC/Core/TyCo/Subst.hs:405) extendTCvSubstList (compiler/GHC/Core/TyCo/Subst.hs:419) unionSubst (compiler/GHC/Core/TyCo/Subst.hs:424) zipCoEnv (compiler/GHC/Core/TyCo/Subst.hs:498) zipTCvSubst (compiler/GHC/Core/TyCo/Subst.hs:451) substScaledTy (compiler/GHC/Core/TyCo/Subst.hs:725) substScaledTysUnchecked (compiler/GHC/Core/TyCo/Subst.hs:755) substScaledTyUnchecked (compiler/GHC/Core/TyCo/Subst.hs:728) substScaledTys (compiler/GHC/Core/TyCo/Subst.hs:739) lookupTyVar (compiler/GHC/Core/TyCo/Subst.hs:837) substCoVar (compiler/GHC/Core/TyCo/Subst.hs:990) substCoVars (compiler/GHC/Core/TyCo/Subst.hs:996) lookupCoVar (compiler/GHC/Core/TyCo/Subst.hs:999) cloneTyVarBndr (compiler/GHC/Core/TyCo/Subst.hs:1093) cloneTyVarBndrs (compiler/GHC/Core/TyCo/Subst.hs:1110) substVarBndr (compiler/GHC/Core/TyCo/Subst.hs:1008) substVarBndrs (compiler/GHC/Core/TyCo/Subst.hs:1011) substTyVarBndr (compiler/GHC/Core/TyCo/Subst.hs:1002) substTyVarBndrs (compiler/GHC/Core/TyCo/Subst.hs:1005) substCoVarBndr (compiler/GHC/Core/TyCo/Subst.hs:1014) substTyVar (compiler/GHC/Core/TyCo/Subst.hs:808) substTyVars (compiler/GHC/Core/TyCo/Subst.hs:825) substTyVarToTyVar (compiler/GHC/Core/TyCo/Subst.hs:816) substTyCoVars (compiler/GHC/Core/TyCo/Subst.hs:828) substTyCoBndr (compiler/GHC/Core/TyCo/Subst.hs:1118) substForAllCoBndr (compiler/GHC/Core/TyCo/Subst.hs:914) substVarBndrUsing (compiler/GHC/Core/TyCo/Subst.hs:1026) substForAllCoBndrUsing (compiler/GHC/Core/TyCo/Subst.hs:932) Warning: 'Levity' is ambiguous. It is defined * at compiler/GHC/Core/TyCon.hs:1165:5 * at compiler/GHC/Types/Basic.hs:2133: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 compiler/GHC/Types/Basic.hs:2133:1 Warning: 'Multiplicity' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ErrorMessage' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'synonymTyConsOfType' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'UnliftedType' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'UnliftedRep' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'LiftedRep' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'rr' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'rep' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'f_ty' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'layer' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '()' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Constraint' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'TYPE' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'TupleRep' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: GHC.Core.Type: Couldn't find .haddock for export liftedTypeKind Warning: GHC.Core.Type: Couldn't find .haddock for export unliftedTypeKind 63% (236 /372) in 'GHC.Core.Type' Missing documentation for: Type (compiler/GHC/Core/TyCo/Rep.hs:125) FRRType (compiler/GHC/Core/TyCo/Rep.hs:121) TyVarBinder (compiler/GHC/Types/Var.hs:736) mkTyVarTy (compiler/GHC/Core/TyCo/Rep.hs:691) mkTyVarTys (compiler/GHC/Core/TyCo/Rep.hs:695) tyVarKind (compiler/GHC/Types/Var.hs:1086) mkAppTys (compiler/GHC/Core/Type.hs:1095) mkFunTy (compiler/GHC/Core/TyCo/Rep.hs:717) mkVisFunTy (compiler/GHC/Core/TyCo/Rep.hs:740) mkVisFunTysMany (compiler/GHC/Core/TyCo/Rep.hs:750) mkScaledFunTys (compiler/GHC/Core/TyCo/Rep.hs:760) mkInvisFunTy (compiler/GHC/Core/TyCo/Rep.hs:729) mkInvisFunTys (compiler/GHC/Core/TyCo/Rep.hs:733) tcMkVisFunTy (compiler/GHC/Core/TyCo/Rep.hs:807) tcMkScaledFunTys (compiler/GHC/Core/TyCo/Rep.hs:823) tcMkInvisFunTy (compiler/GHC/Core/TyCo/Rep.hs:815) splitFunTys (compiler/GHC/Core/Type.hs:1433) funTyFlagTyCon (compiler/GHC/Builtin/Types/Prim.hs:619) tyConAppTyCon (compiler/GHC/Core/Type.hs:1607) tyConAppArgs (compiler/GHC/Core/Type.hs:1616) splitTyConAppNoView_maybe (compiler/GHC/Core/Type.hs:1631) tcSplitTyConApp (compiler/GHC/Core/Type.hs:1667) mkPiTy (compiler/GHC/Core/TyCo/Rep.hs:789) mkPiTys (compiler/GHC/Core/TyCo/Rep.hs:793) piResultTy (compiler/GHC/Core/Type.hs:1456) applyTysX (compiler/GHC/Core/Type.hs:1541) buildSynTyCon (compiler/GHC/Core/Type.hs:2284) mkNumLitTy (compiler/GHC/Core/Type.hs:1198) mkStrLitTy (compiler/GHC/Core/Type.hs:1207) mkCharLitTy (compiler/GHC/Core/Type.hs:1216) isPredTy (compiler/GHC/Core/Type.hs:2747) mkCoercionTy (compiler/GHC/Core/Type.hs:1763) splitCastTy_maybe (compiler/GHC/Core/Type.hs:1689) deepUserTypeError_maybe (compiler/GHC/Core/Type.hs:1249) stripCoercionTy (compiler/GHC/Core/Type.hs:1774) invisibleTyBndrCount (compiler/GHC/Core/Type.hs:2082) mapTyCo (compiler/GHC/Core/Type.hs:908) mapTyCoX (compiler/GHC/Core/Type.hs:919) TyCoFolder (compiler/GHC/Core/TyCo/Rep.hs:1799) foldTyCo (compiler/GHC/Core/TyCo/Rep.hs:1816) tyVarSpecToBinders (compiler/GHC/Types/Var.hs:741) binderVar (compiler/GHC/Types/Var.hs:759) binderVars (compiler/GHC/Types/Var.hs:762) binderType (compiler/GHC/Types/Var.hs:771) binderFlag (compiler/GHC/Types/Var.hs:765) binderFlags (compiler/GHC/Types/Var.hs:768) piTyBinderType (compiler/GHC/Types/Var.hs:883) namedPiTyBinder_maybe (compiler/GHC/Types/Var.hs:859) isNamedPiTyBinder (compiler/GHC/Types/Var.hs:855) tyConBindersPiTyBinders (compiler/GHC/Core/Type.hs:1786) isTyVarTy (compiler/GHC/Core/Type.hs:1028) isCoercionTy (compiler/GHC/Core/Type.hs:1766) isCoercionTy_maybe (compiler/GHC/Core/Type.hs:1770) isTauTy (compiler/GHC/Core/Type.hs:2210) isFamFreeTy (compiler/GHC/Core/Type.hs:2270) isAtomicTy (compiler/GHC/Core/Type.hs:2226) mkTYPEapp (compiler/GHC/Core/Type.hs:3349) typeOrConstraintKind (compiler/GHC/Core/Type.hs:3421) sORTKind_maybe (compiler/GHC/Core/Type.hs:2713) typeTypeOrConstraint (compiler/GHC/Core/Type.hs:2735) typeLevity (compiler/GHC/Core/Type.hs:2324) tyConIsTYPEorCONSTRAINT (compiler/GHC/Core/Type.hs:2758) pickyIsLiftedTypeKind (compiler/GHC/Core/Type.hs:668) isLiftedLevity (compiler/GHC/Core/Type.hs:732) isUnliftedLevity (compiler/GHC/Core/Type.hs:735) isUnboxedTupleType (compiler/GHC/Core/Type.hs:2429) isUnboxedSumType (compiler/GHC/Core/Type.hs:2436) definitelyLiftedType (compiler/GHC/Core/Type.hs:2353) definitelyUnliftedType (compiler/GHC/Core/Type.hs:2364) mkScaled (compiler/GHC/Core/Type.hs:3186) irrelevantMult (compiler/GHC/Core/Type.hs:3183) scaledSet (compiler/GHC/Core/Type.hs:3189) OneTy (compiler/GHC/Core/Type.hs:3192) ManyTy (compiler/GHC/Core/Type.hs:3196) isOneTy (compiler/GHC/Core/Type.hs:3206) isManyTy (compiler/GHC/Core/Type.hs:3200) typeKind (compiler/GHC/Core/Type.hs:2665) isConstraintKind (compiler/GHC/Core/Type.hs:2772) isConstraintLikeKind (compiler/GHC/Core/Type.hs:2765) returnsConstraintKind (compiler/GHC/Core/Type.hs:2806) liftedTypeKind (compiler/GHC/Builtin/Types.hs-boot:23) unliftedTypeKind (compiler/GHC/Builtin/Types.hs-boot:23) tyCoFVsBndr (compiler/GHC/Core/TyCo/FVs.hs:596) tyCoFVsVarBndr (compiler/GHC/Core/TyCo/FVs.hs:602) tyCoFVsVarBndrs (compiler/GHC/Core/TyCo/FVs.hs:599) tyCoVarsOfType (compiler/GHC/Core/TyCo/FVs.hs:292) tyCoVarsOfTypes (compiler/GHC/Core/TyCo/FVs.hs:297) coVarsOfType (compiler/GHC/Core/TyCo/FVs.hs:414) coVarsOfTypes (compiler/GHC/Core/TyCo/FVs.hs:415) anyFreeVarsOfType (compiler/GHC/Core/TyCo/FVs.hs:953) anyFreeVarsOfTypes (compiler/GHC/Core/TyCo/FVs.hs:957) noFreeVarsOfType (compiler/GHC/Core/TyCo/FVs.hs:965) typeSize (compiler/GHC/Core/TyCo/Rep.hs:1902) occCheckExpand (compiler/GHC/Core/TyCo/FVs.hs:1218) closeOverKinds (compiler/GHC/Core/TyCo/FVs.hs:460) seqType (compiler/GHC/Core/Type.hs:2569) seqTypes (compiler/GHC/Core/Type.hs:2579) rewriterView (compiler/GHC/Core/Type.hs:369) emptyTvSubstEnv (compiler/GHC/Core/TyCo/Subst.hs:232) emptySubst (compiler/GHC/Core/TyCo/Subst.hs:254) mkEmptySubst (compiler/GHC/Core/TyCo/Subst.hs:257) mkTCvSubst (compiler/GHC/Core/TyCo/Subst.hs:274) zipTCvSubst (compiler/GHC/Core/TyCo/Subst.hs:451) notElemSubst (compiler/GHC/Core/TyCo/Subst.hs:325) getTvSubstEnv (compiler/GHC/Core/TyCo/Subst.hs:291) setInScope (compiler/GHC/Core/TyCo/Subst.hs:301) extendTCvSubst (compiler/GHC/Core/TyCo/Subst.hs:352) extendTvSubstAndInScope (compiler/GHC/Core/TyCo/Subst.hs:405) extendTCvSubstList (compiler/GHC/Core/TyCo/Subst.hs:419) extendTvSubstWithClone (compiler/GHC/Core/TyCo/Subst.hs:379) extendTCvSubstWithClone (compiler/GHC/Core/TyCo/Subst.hs:361) isInScope (compiler/GHC/Core/TyCo/Subst.hs:313) zipCoEnv (compiler/GHC/Core/TyCo/Subst.hs:498) isEmptySubst (compiler/GHC/Core/TyCo/Subst.hs:260) unionSubst (compiler/GHC/Core/TyCo/Subst.hs:424) substScaledTy (compiler/GHC/Core/TyCo/Subst.hs:725) substScaledTys (compiler/GHC/Core/TyCo/Subst.hs:739) substScaledTyUnchecked (compiler/GHC/Core/TyCo/Subst.hs:728) substScaledTysUnchecked (compiler/GHC/Core/TyCo/Subst.hs:755) substTyVarBndr (compiler/GHC/Core/TyCo/Subst.hs:1002) substTyVarBndrs (compiler/GHC/Core/TyCo/Subst.hs:1005) substTyVar (compiler/GHC/Core/TyCo/Subst.hs:808) substTyVars (compiler/GHC/Core/TyCo/Subst.hs:825) substVarBndr (compiler/GHC/Core/TyCo/Subst.hs:1008) substVarBndrs (compiler/GHC/Core/TyCo/Subst.hs:1011) substTyCoBndr (compiler/GHC/Core/TyCo/Subst.hs:1118) substTyVarToTyVar (compiler/GHC/Core/TyCo/Subst.hs:816) cloneTyVarBndr (compiler/GHC/Core/TyCo/Subst.hs:1093) cloneTyVarBndrs (compiler/GHC/Core/TyCo/Subst.hs:1110) lookupTyVar (compiler/GHC/Core/TyCo/Subst.hs:837) tidyOpenType (compiler/GHC/Core/TyCo/Tidy.hs:206) tidyVarBndr (compiler/GHC/Core/TyCo/Tidy.hs:47) tidyOpenTyCoVars (compiler/GHC/Core/TyCo/Tidy.hs:101) tidyTyCoVarOcc (compiler/GHC/Core/TyCo/Tidy.hs:117) tidyForAllTyBinder (compiler/GHC/Core/TyCo/Tidy.hs:81) tidyForAllTyBinders (compiler/GHC/Core/TyCo/Tidy.hs:88) 80% ( 4 / 5) in 'Language.Haskell.Syntax.Lit' Missing documentation for: negateOverLitVal (compiler/Language/Haskell/Syntax/Lit.hs:132) Warning: 'mkNoTick' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 57% ( 11 / 19) in 'GHC.Types.Tickish' Missing documentation for: Module header GenTickish (compiler/GHC/Types/Tickish.hs:103) CoreTickish (compiler/GHC/Types/Tickish.hs:96) StgTickish (compiler/GHC/Types/Tickish.hs:97) XTickishId (compiler/GHC/Types/Tickish.hs:91) mkNoCount (compiler/GHC/Types/Tickish.hs:294) mkNoScope (compiler/GHC/Types/Tickish.hs:300) isProfTick (compiler/GHC/Types/Tickish.hs:325) 0% ( 0 / 6) in 'GHC.Tc.Errors.Types.PromotionErr' Missing documentation for: Module header PromotionErr (compiler/GHC/Tc/Errors/Types/PromotionErr.hs:15) pprPECategory (compiler/GHC/Tc/Errors/Types/PromotionErr.hs:45) peCategory (compiler/GHC/Tc/Errors/Types/PromotionErr.hs:48) TermLevelUseErr (compiler/GHC/Tc/Errors/Types/PromotionErr.hs:58) teCategory (compiler/GHC/Tc/Errors/Types/PromotionErr.hs:65) 40% ( 9 / 22) in 'GHC.Core.Multiplicity' Missing documentation for: OneTy (compiler/GHC/Core/Type.hs:3192) ManyTy (compiler/GHC/Core/Type.hs:3196) isMultMul (compiler/GHC/Core/Multiplicity.hs:316) mkMultAdd (compiler/GHC/Core/Multiplicity.hs:342) mkMultMul (compiler/GHC/Core/Multiplicity.hs:345) scaledMult (compiler/GHC/Core/TyCo/Rep.hs:1972) scaledThing (compiler/GHC/Core/TyCo/Rep.hs:1975) irrelevantMult (compiler/GHC/Core/Type.hs:3183) mkScaled (compiler/GHC/Core/Type.hs:3186) scaledSet (compiler/GHC/Core/Type.hs:3189) scaleScaled (compiler/GHC/Core/Multiplicity.hs:352) IsSubmult (compiler/GHC/Core/Multiplicity.hs:365) pprArrowWithMultiplicity (compiler/GHC/Core/Multiplicity.hs:389) 13% ( 2 / 15) in 'GHC.Core.UsageEnv' Missing documentation for: Module header Usage (compiler/GHC/Core/UsageEnv.hs:36) UsageEnv (compiler/GHC/Core/UsageEnv.hs:57) addUE (compiler/GHC/Core/UsageEnv.hs:73) addUsage (compiler/GHC/Core/UsageEnv.hs:44) bottomUE (compiler/GHC/Core/UsageEnv.hs:70) deleteUE (compiler/GHC/Core/UsageEnv.hs:98) popUE (compiler/GHC/Core/UsageEnv.hs:109) scaleUE (compiler/GHC/Core/UsageEnv.hs:77) scaleUsage (compiler/GHC/Core/UsageEnv.hs:51) supUE (compiler/GHC/Core/UsageEnv.hs:82) supUEs (compiler/GHC/Core/UsageEnv.hs:94) zeroUE (compiler/GHC/Core/UsageEnv.hs:68) Warning: 'pickyEqTypeVis' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 70% ( 14 / 20) in 'GHC.Core.TyCo.Compare' Missing documentation for: nonDetCmpType (compiler/GHC/Core/TyCo/Compare.hs:541) nonDetCmpTypes (compiler/GHC/Core/TyCo/Compare.hs:555) nonDetCmpTypeX (compiler/GHC/Core/TyCo/Compare.hs:572) nonDetCmpTypesX (compiler/GHC/Core/TyCo/Compare.hs:666) eqVarBndrs (compiler/GHC/Core/TyCo/Compare.hs:520) tcEqKind (compiler/GHC/Core/TyCo/Compare.hs:88) Warning: 'Int16#' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Int#' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Word#' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'addrEq#' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'plusAddr#' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'plusAddr' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'AltCon' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 71% ( 64 / 89) in 'GHC.Types.Literal' Missing documentation for: mkLitBigNat (compiler/GHC/Types/Literal.hs:592) pprLiteral (compiler/GHC/Types/Literal.hs:893) isMinBound (compiler/GHC/Types/Literal.hs:607) isMaxBound (compiler/GHC/Types/Literal.hs:623) litIsLifted (compiler/GHC/Types/Literal.hs:819) inCharRange (compiler/GHC/Types/Literal.hs:639) litFitsInChar (compiler/GHC/Types/Literal.hs:814) isLitRubbish (compiler/GHC/Types/Literal.hs:596) narrowInt8Lit (compiler/GHC/Types/Literal.hs:698) narrowInt16Lit (compiler/GHC/Types/Literal.hs:699) narrowInt32Lit (compiler/GHC/Types/Literal.hs:700) narrowInt64Lit (compiler/GHC/Types/Literal.hs:701) narrowWord8Lit (compiler/GHC/Types/Literal.hs:702) narrowWord16Lit (compiler/GHC/Types/Literal.hs:703) narrowWord32Lit (compiler/GHC/Types/Literal.hs:704) narrowWord64Lit (compiler/GHC/Types/Literal.hs:705) charToIntLit (compiler/GHC/Types/Literal.hs:716) intToCharLit (compiler/GHC/Types/Literal.hs:718) floatToIntLit (compiler/GHC/Types/Literal.hs:721) intToFloatLit (compiler/GHC/Types/Literal.hs:723) doubleToIntLit (compiler/GHC/Types/Literal.hs:726) intToDoubleLit (compiler/GHC/Types/Literal.hs:728) nullAddrLit (compiler/GHC/Types/Literal.hs:737) floatToDoubleLit (compiler/GHC/Types/Literal.hs:731) doubleToFloatLit (compiler/GHC/Types/Literal.hs:733) Warning: 'List' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 21% ( 6 / 28) in 'GHC.Data.TrieMap' Missing documentation for: Module header MaybeMap (compiler/GHC/Data/TrieMap.hs:251) ListMap (compiler/GHC/Data/TrieMap.hs:304) LiteralMap (compiler/GHC/Data/TrieMap.hs:354) TrieMap (compiler/GHC/Data/TrieMap.hs:69) insertTM (compiler/GHC/Data/TrieMap.hs:82) deleteTM (compiler/GHC/Data/TrieMap.hs:85) foldMapTM (compiler/GHC/Data/TrieMap.hs:88) isEmptyTM (compiler/GHC/Data/TrieMap.hs:92) >.> (compiler/GHC/Data/TrieMap.hs:101) |> (compiler/GHC/Data/TrieMap.hs:105) |>> (compiler/GHC/Data/TrieMap.hs:112) XT (compiler/GHC/Data/TrieMap.hs:66) foldMaybe (compiler/GHC/Data/TrieMap.hs:288) filterMaybe (compiler/GHC/Data/TrieMap.hs:292) GenMap (compiler/GHC/Data/TrieMap.hs:388) lkG (compiler/GHC/Data/TrieMap.hs:420) xtG (compiler/GHC/Data/TrieMap.hs:427) mapG (compiler/GHC/Data/TrieMap.hs:454) fdG (compiler/GHC/Data/TrieMap.hs:460) xtList (compiler/GHC/Data/TrieMap.hs:334) lkList (compiler/GHC/Data/TrieMap.hs:329) 3% ( 2 / 57) in 'GHC.Cmm.Dataflow.Label' Missing documentation for: Module header Label (compiler/GHC/Cmm/Dataflow/Label.hs:92) LabelMap (compiler/GHC/Cmm/Dataflow/Label.hs:176) LabelSet (compiler/GHC/Cmm/Dataflow/Label.hs:113) FactBase (compiler/GHC/Cmm/Dataflow/Label.hs:308) lookupFact (compiler/GHC/Cmm/Dataflow/Label.hs:311) mkHooplLabel (compiler/GHC/Cmm/Dataflow/Label.hs:96) setEmpty (compiler/GHC/Cmm/Dataflow/Label.hs:126) setNull (compiler/GHC/Cmm/Dataflow/Label.hs:117) setSize (compiler/GHC/Cmm/Dataflow/Label.hs:120) setMember (compiler/GHC/Cmm/Dataflow/Label.hs:123) setSingleton (compiler/GHC/Cmm/Dataflow/Label.hs:129) setInsert (compiler/GHC/Cmm/Dataflow/Label.hs:132) setDelete (compiler/GHC/Cmm/Dataflow/Label.hs:135) setUnion (compiler/GHC/Cmm/Dataflow/Label.hs:138) setUnions (compiler/GHC/Cmm/Dataflow/Label.hs:142) setDifference (compiler/GHC/Cmm/Dataflow/Label.hs:146) setIntersection (compiler/GHC/Cmm/Dataflow/Label.hs:149) setIsSubsetOf (compiler/GHC/Cmm/Dataflow/Label.hs:152) setFilter (compiler/GHC/Cmm/Dataflow/Label.hs:155) setFoldl (compiler/GHC/Cmm/Dataflow/Label.hs:159) setFoldr (compiler/GHC/Cmm/Dataflow/Label.hs:163) setFromList (compiler/GHC/Cmm/Dataflow/Label.hs:171) setElems (compiler/GHC/Cmm/Dataflow/Label.hs:167) mapNull (compiler/GHC/Cmm/Dataflow/Label.hs:181) mapSize (compiler/GHC/Cmm/Dataflow/Label.hs:185) mapMember (compiler/GHC/Cmm/Dataflow/Label.hs:188) mapLookup (compiler/GHC/Cmm/Dataflow/Label.hs:191) mapFindWithDefault (compiler/GHC/Cmm/Dataflow/Label.hs:194) mapEmpty (compiler/GHC/Cmm/Dataflow/Label.hs:197) mapSingleton (compiler/GHC/Cmm/Dataflow/Label.hs:200) mapInsert (compiler/GHC/Cmm/Dataflow/Label.hs:203) mapInsertWith (compiler/GHC/Cmm/Dataflow/Label.hs:206) mapDelete (compiler/GHC/Cmm/Dataflow/Label.hs:209) mapAlter (compiler/GHC/Cmm/Dataflow/Label.hs:212) mapAdjust (compiler/GHC/Cmm/Dataflow/Label.hs:215) mapUnion (compiler/GHC/Cmm/Dataflow/Label.hs:218) mapUnions (compiler/GHC/Cmm/Dataflow/Label.hs:222) mapUnionWithKey (compiler/GHC/Cmm/Dataflow/Label.hs:226) mapDifference (compiler/GHC/Cmm/Dataflow/Label.hs:229) mapIntersection (compiler/GHC/Cmm/Dataflow/Label.hs:232) mapIsSubmapOf (compiler/GHC/Cmm/Dataflow/Label.hs:235) mapMap (compiler/GHC/Cmm/Dataflow/Label.hs:238) mapMapWithKey (compiler/GHC/Cmm/Dataflow/Label.hs:241) mapFoldl (compiler/GHC/Cmm/Dataflow/Label.hs:245) mapFoldr (compiler/GHC/Cmm/Dataflow/Label.hs:249) mapFoldlWithKey (compiler/GHC/Cmm/Dataflow/Label.hs:253) mapFoldMapWithKey (compiler/GHC/Cmm/Dataflow/Label.hs:256) mapFilter (compiler/GHC/Cmm/Dataflow/Label.hs:260) mapFilterWithKey (compiler/GHC/Cmm/Dataflow/Label.hs:264) mapElems (compiler/GHC/Cmm/Dataflow/Label.hs:268) mapKeys (compiler/GHC/Cmm/Dataflow/Label.hs:272) mapToList (compiler/GHC/Cmm/Dataflow/Label.hs:276) mapFromList (compiler/GHC/Cmm/Dataflow/Label.hs:280) mapFromListWith (compiler/GHC/Cmm/Dataflow/Label.hs:283) 53% ( 7 / 13) in 'GHC.Cmm.Dataflow.Graph' Missing documentation for: Module header addBlock (compiler/GHC/Cmm/Dataflow/Graph.hs:61) bodyList (compiler/GHC/Cmm/Dataflow/Graph.hs:53) bodyToBlockList (compiler/GHC/Cmm/Dataflow/Graph.hs:56) emptyBody (compiler/GHC/Cmm/Dataflow/Graph.hs:50) labelsDefined (compiler/GHC/Cmm/Dataflow/Graph.hs:115) Warning: 'Type' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'IfaceTvBndr' is ambiguous. It is defined * at compiler/GHC/Iface/Type.hs:112:5 * at compiler/GHC/Iface/Type.hs:115: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 compiler/GHC/Iface/Type.hs:115:1 Warning: 'LiftedRep' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Levity' is ambiguous. It is defined * at compiler/GHC/Core/TyCon.hs:1165:5 * at compiler/GHC/Types/Basic.hs:2133: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 compiler/GHC/Types/Basic.hs:2133:1 Warning: 'Multiplicity' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Many' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'pprTyTcApp'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 23% ( 19 / 81) in 'GHC.Iface.Type' Missing documentation for: Module header IfExtName (compiler/GHC/Iface/Type.hs:107) IfLclName (compiler/GHC/Iface/Type.hs:105) IfacePredType (compiler/GHC/Iface/Type.hs:184) IfaceKind (compiler/GHC/Iface/Type.hs:150) IfaceCoercion (compiler/GHC/Iface/Type.hs:375) IfaceMCoercion (compiler/GHC/Iface/Type.hs:371) IfaceUnivCoProv (compiler/GHC/Iface/Type.hs:399) IfaceMult (compiler/GHC/Iface/Type.hs:182) IfaceTyCon (compiler/GHC/Iface/Type.hs:246) IfaceTyConInfo (compiler/GHC/Iface/Type.hs:354) mkIfaceTyConInfo (compiler/GHC/Iface/Type.hs:367) IfaceTyLit (compiler/GHC/Iface/Type.hs:187) IfaceContext (compiler/GHC/Iface/Type.hs:185) IfaceBndr (compiler/GHC/Iface/Type.hs:110) IfaceOneShot (compiler/GHC/Iface/Type.hs:133) IfaceLamBndr (compiler/GHC/Iface/Type.hs:131) IfaceTvBndr (compiler/GHC/Iface/Type.hs:115) IfaceIdBndr (compiler/GHC/Iface/Type.hs:114) IfaceTyConBinder (compiler/GHC/Iface/Type.hs:193) IfaceForAllSpecBndr (compiler/GHC/Iface/Type.hs:195) IfaceForAllBndr (compiler/GHC/Iface/Type.hs:194) ShowSub (compiler/GHC/Iface/Type.hs:1356) ShowHowMuch (compiler/GHC/Iface/Type.hs:1365) AltPpr (compiler/GHC/Iface/Type.hs:1363) ifaceForAllSpecToBndrs (compiler/GHC/Iface/Type.hs:211) ifaceForAllSpecToBndr (compiler/GHC/Iface/Type.hs:214) ifaceBndrName (compiler/GHC/Iface/Type.hs:124) appArgsIfaceTypes (compiler/GHC/Iface/Type.hs:664) appArgsIfaceTypesForAllTyFlags (compiler/GHC/Iface/Type.hs:668) UseBndrParens (compiler/GHC/Iface/Type.hs:872) PrintExplicitKinds (compiler/GHC/Iface/Type.hs:873) pprIfaceType (compiler/GHC/Iface/Type.hs:935) pprParendIfaceType (compiler/GHC/Iface/Type.hs:936) pprPrecIfaceType (compiler/GHC/Iface/Type.hs:942) pprIfaceIdBndr (compiler/GHC/Iface/Type.hs:819) pprIfaceLamBndr (compiler/GHC/Iface/Type.hs:815) pprIfaceTvBndr (compiler/GHC/Iface/Type.hs:876) pprIfaceTyConBinders (compiler/GHC/Iface/Type.hs:885) pprIfaceBndrs (compiler/GHC/Iface/Type.hs:812) pprIfaceAppArgs (compiler/GHC/Iface/Type.hs:1248) pprParendIfaceAppArgs (compiler/GHC/Iface/Type.hs:1249) pprIfaceForAllPart (compiler/GHC/Iface/Type.hs:1272) pprIfaceSigmaType (compiler/GHC/Iface/Type.hs:1380) pprIfaceTyLit (compiler/GHC/Iface/Type.hs:1854) pprIfaceCoercion (compiler/GHC/Iface/Type.hs:1859) pprParendIfaceCoercion (compiler/GHC/Iface/Type.hs:1860) splitIfaceSigmaTy (compiler/GHC/Iface/Type.hs:489) pprIfaceTypeApp (compiler/GHC/Iface/Type.hs:1561) pprUserIfaceForAll (compiler/GHC/Iface/Type.hs:1405) pprIfaceCoTcApp (compiler/GHC/Iface/Type.hs:1716) pprTyTcApp (compiler/GHC/Iface/Type.hs:1564) pprIfacePrefixApp (compiler/GHC/Iface/Type.hs:794) isIfaceRhoType (compiler/GHC/Iface/Type.hs:800) suppressIfaceInvisibles (compiler/GHC/Iface/Type.hs:515) stripIfaceInvisVars (compiler/GHC/Iface/Type.hs:525) stripInvisArgs (compiler/GHC/Iface/Type.hs:647) mkIfaceTySubst (compiler/GHC/Iface/Type.hs:574) substIfaceTyVar (compiler/GHC/Iface/Type.hs:633) substIfaceAppArgs (compiler/GHC/Iface/Type.hs:626) inDomIfaceTySubst (compiler/GHC/Iface/Type.hs:578) pprTypeArrow (compiler/GHC/Iface/Type.hs:946) 26% ( 10 / 38) in 'GHC.Core.TyCo.Ppr' Missing documentation for: topPrec (compiler/GHC/Types/Basic.hs:924) sigPrec (compiler/GHC/Types/Basic.hs:925) opPrec (compiler/GHC/Types/Basic.hs:929) funPrec (compiler/GHC/Types/Basic.hs:926) appPrec (compiler/GHC/Types/Basic.hs:932) maybeParen (compiler/GHC/Types/Basic.hs:936) pprType (compiler/GHC/Core/TyCo/Ppr.hs:77) pprParendType (compiler/GHC/Core/TyCo/Ppr.hs:78) pprTidiedType (compiler/GHC/Core/TyCo/Ppr.hs:81) pprPrecType (compiler/GHC/Core/TyCo/Ppr.hs:84) pprPrecTypeX (compiler/GHC/Core/TyCo/Ppr.hs:87) pprTypeApp (compiler/GHC/Core/TyCo/Ppr.hs:327) pprTCvBndr (compiler/GHC/Core/TyCo/Ppr.hs:176) pprTCvBndrs (compiler/GHC/Core/TyCo/Ppr.hs:173) pprSigmaType (compiler/GHC/Core/TyCo/Ppr.hs:162) pprTheta (compiler/GHC/Core/TyCo/Ppr.hs:152) pprParendTheta (compiler/GHC/Core/TyCo/Ppr.hs:155) pprForAll (compiler/GHC/Core/TyCo/Ppr.hs:165) pprTyVar (compiler/GHC/Core/TyCo/Ppr.hs:186) pprTyVars (compiler/GHC/Core/TyCo/Ppr.hs:179) pprThetaArrowTy (compiler/GHC/Core/TyCo/Ppr.hs:158) pprClassPred (compiler/GHC/Core/TyCo/Ppr.hs:148) pprKind (compiler/GHC/Core/TyCo/Ppr.hs:100) pprParendKind (compiler/GHC/Core/TyCo/Ppr.hs:101) pprTyLit (compiler/GHC/Core/TyCo/Ppr.hs:97) pprDataCons (compiler/GHC/Core/TyCo/Ppr.hs:311) pprCo (compiler/GHC/Core/TyCo/Ppr.hs:126) pprParendCo (compiler/GHC/Core/TyCo/Ppr.hs:127) Warning: 'DataCon' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 40% ( 10 / 25) in 'GHC.Core.PatSyn' Missing documentation for: Module header PatSynMatcher (compiler/GHC/Core/PatSyn.hs:95) PatSynBuilder (compiler/GHC/Core/PatSyn.hs:114) patSynResultType (compiler/GHC/Core/PatSyn.hs:468) patSynArgs (compiler/GHC/Core/PatSyn.hs:430) patSynMatcher (compiler/GHC/Core/PatSyn.hs:462) patSynBuilder (compiler/GHC/Core/PatSyn.hs:465) patSynUnivTyVarBinders (compiler/GHC/Core/PatSyn.hs:443) patSynExTyVars (compiler/GHC/Core/PatSyn.hs:446) patSynExTyVarBinders (compiler/GHC/Core/PatSyn.hs:449) patSynSig (compiler/GHC/Core/PatSyn.hs:458) patSynSigBndr (compiler/GHC/Core/PatSyn.hs:452) patSynInstArgTys (compiler/GHC/Core/PatSyn.hs:478) patSynInstResTy (compiler/GHC/Core/PatSyn.hs:493) patSynFieldLabels (compiler/GHC/Core/PatSyn.hs:433) 30% ( 7 / 23) in 'GHC.Core.RoughMap' Missing documentation for: RoughMatchTc (compiler/GHC/Core/RoughMap.hs:268) isRoughWildcard (compiler/GHC/Core/RoughMap.hs:308) typeToRoughMatchTc (compiler/GHC/Core/RoughMap.hs:341) RoughMatchLookupTc (compiler/GHC/Core/RoughMap.hs:277) typeToRoughMatchLookupTc (compiler/GHC/Core/RoughMap.hs:318) roughMatchTcToLookup (compiler/GHC/Core/RoughMap.hs:304) roughMatchTcs (compiler/GHC/Core/RoughMap.hs:312) roughMatchTcsLookup (compiler/GHC/Core/RoughMap.hs:315) instanceCantMatch (compiler/GHC/Core/RoughMap.hs:296) emptyRM (compiler/GHC/Core/RoughMap.hs:393) insertRM (compiler/GHC/Core/RoughMap.hs:453) filterRM (compiler/GHC/Core/RoughMap.hs:471) elemsRM (compiler/GHC/Core/RoughMap.hs:511) sizeRM (compiler/GHC/Core/RoughMap.hs:546) foldRM (compiler/GHC/Core/RoughMap.hs:514) unionRM (compiler/GHC/Core/RoughMap.hs:443) Warning: 'I' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'plus' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'liftCoMatch' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'CoercionHole' is ambiguous. It is defined * at compiler/GHC/Core/TyCo/Rep.hs:1557:5 * at compiler/GHC/Core/TyCo/Rep.hs:1556: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 compiler/GHC/Core/TyCo/Rep.hs:1556:1 51% (110 /214) in 'GHC.Core.Coercion' Missing documentation for: CoercionN (compiler/GHC/Core/TyCo/Rep.hs:963) CoercionR (compiler/GHC/Core/TyCo/Rep.hs:964) CoercionP (compiler/GHC/Core/TyCo/Rep.hs:965) MCoercionN (compiler/GHC/Core/TyCo/Rep.hs:1010) MCoercionR (compiler/GHC/Core/TyCo/Rep.hs:1009) CoSel (compiler/GHC/Core/TyCo/Rep.hs:942) FunSel (compiler/GHC/Core/TyCo/Rep.hs:957) coHoleCoVar (compiler/GHC/Core/TyCo/Rep.hs:1569) setCoHoleCoVar (compiler/GHC/Core/TyCo/Rep.hs:1575) LeftOrRight (compiler/GHC/Types/Basic.hs:150) ltRole (compiler/GHC/Core/Coercion.hs:1460) coVarRType (compiler/GHC/Core/Coercion.hs:582) coVarLType (compiler/GHC/Core/Coercion.hs:581) coVarTypes (compiler/GHC/Core/Coercion.hs:585) coVarKind (compiler/GHC/Core/Coercion.hs:598) coVarKindsTypesRole (compiler/GHC/Core/Coercion.hs:590) coVarRole (compiler/GHC/Core/Coercion.hs:603) coercionType (compiler/GHC/Core/Coercion.hs:2380) coercionLKind (compiler/GHC/Core/Coercion.hs:2394) coercionRKind (compiler/GHC/Core/Coercion.hs:2456) mkCoVarCo (compiler/GHC/Core/Coercion.hs:1009) mkCoVarCos (compiler/GHC/Core/Coercion.hs:1012) mkAxInstCo (compiler/GHC/Core/Coercion.hs:1026) mkUnbranchedAxInstCo (compiler/GHC/Core/Coercion.hs:1055) mkAxInstRHS (compiler/GHC/Core/Coercion.hs:1063) mkUnbranchedAxInstRHS (compiler/GHC/Core/Coercion.hs:1076) mkPiCos (compiler/GHC/Core/Coercion.hs:1649) mkCoCast (compiler/GHC/Core/Coercion.hs:1682) mkSelCo (compiler/GHC/Core/Coercion.hs:1137) getNthFromType (compiler/GHC/Core/Coercion.hs:2439) mkLRCo (compiler/GHC/Core/Coercion.hs:1218) mkFunCo2 (compiler/GHC/Core/Coercion.hs:829) mkFunCoNoFTF (compiler/GHC/Core/Coercion.hs:804) mkFunResCo (compiler/GHC/Core/Coercion.hs:1668) mkNakedFunCo (compiler/GHC/Core/Coercion.hs:824) mkNakedForAllCo (compiler/GHC/Core/Coercion.hs:995) mkSubCo (compiler/GHC/Core/Coercion.hs:1289) mkAxiomInstCo (compiler/GHC/Core/Coercion.hs:1048) mkAxiomRuleCo (compiler/GHC/Core/Coercion.hs:1328) decomposeFunCo (compiler/GHC/Core/Coercion.hs:415) decomposePiCos (compiler/GHC/Core/Coercion.hs:460) splitFunCo_maybe (compiler/GHC/Core/Coercion.hs:551) splitForAllCo_maybe (compiler/GHC/Core/Coercion.hs:555) tyConRole (compiler/GHC/Core/Coercion.hs:1443) tyConRolesX (compiler/GHC/Core/Coercion.hs:1426) tyConRolesRepresentational (compiler/GHC/Core/Coercion.hs:1435) tyConRoleListX (compiler/GHC/Core/Coercion.hs:1430) tyConRoleListRepresentational (compiler/GHC/Core/Coercion.hs:1440) funRole (compiler/GHC/Core/Coercion.hs:1448) pickLR (compiler/GHC/Types/Basic.hs:154) isReflCoVar_maybe (compiler/GHC/Core/Coercion.hs:656) mkGReflLeftMCo (compiler/GHC/Core/Coercion.hs:373) mkGReflRightMCo (compiler/GHC/Core/Coercion.hs:377) coToMCo (compiler/GHC/Core/Coercion.hs:318) mkTransMCoL (compiler/GHC/Core/Coercion.hs:347) mkTransMCoR (compiler/GHC/Core/Coercion.hs:351) mkFunResMCo (compiler/GHC/Core/Coercion.hs:369) mkPiMCos (compiler/GHC/Core/Coercion.hs:365) isReflMCo (compiler/GHC/Core/Coercion.hs:386) checkReflexiveMCo (compiler/GHC/Core/Coercion.hs:322) mkCoVar (compiler/GHC/Types/Var.hs:1160) coVarName (compiler/GHC/Core/Coercion.hs:187) setCoVarName (compiler/GHC/Core/Coercion.hs:193) setCoVarUnique (compiler/GHC/Core/Coercion.hs:190) tyCoVarsOfCo (compiler/GHC/Core/TyCo/FVs.hs:303) tyCoVarsOfCos (compiler/GHC/Core/TyCo/FVs.hs:310) coVarsOfCo (compiler/GHC/Core/TyCo/FVs.hs:416) tyCoFVsOfCo (compiler/GHC/Core/TyCo/FVs.hs:627) tyCoFVsOfCos (compiler/GHC/Core/TyCo/FVs.hs:666) coercionSize (compiler/GHC/Core/TyCo/Rep.hs:1915) anyFreeVarsOfCo (compiler/GHC/Core/TyCo/FVs.hs:961) emptyCvSubstEnv (compiler/GHC/Core/TyCo/Subst.hs:235) lookupCoVar (compiler/GHC/Core/TyCo/Subst.hs:999) substCoVar (compiler/GHC/Core/TyCo/Subst.hs:990) substCoVars (compiler/GHC/Core/TyCo/Subst.hs:996) substCoVarBndr (compiler/GHC/Core/TyCo/Subst.hs:1014) extendTvSubstAndInScope (compiler/GHC/Core/TyCo/Subst.hs:405) getCvSubstEnv (compiler/GHC/Core/TyCo/Subst.hs:294) liftCoSubstTyVar (compiler/GHC/Core/Coercion.hs:2126) liftCoSubstWith (compiler/GHC/Core/Coercion.hs:1957) liftCoSubstWithEx (compiler/GHC/Core/Coercion.hs:1951) emptyLiftingContext (compiler/GHC/Core/Coercion.hs:1972) liftCoSubstVarBndrUsing (compiler/GHC/Core/Coercion.hs:2192) mkSubstLiftingContext (compiler/GHC/Core/Coercion.hs:1980) LiftCoEnv (compiler/GHC/Core/Coercion.hs:1939) LiftingContext (compiler/GHC/Core/Coercion.hs:1931) liftEnvSubstLeft (compiler/GHC/Core/Coercion.hs:2279) liftEnvSubstRight (compiler/GHC/Core/Coercion.hs:2282) substRightCo (compiler/GHC/Core/Coercion.hs:2265) substLeftCo (compiler/GHC/Core/Coercion.hs:2260) lcSubstLeft (compiler/GHC/Core/Coercion.hs:2273) lcSubstRight (compiler/GHC/Core/Coercion.hs:2276) seqCo (compiler/GHC/Core/Coercion.hs:2331) pprCo (compiler/GHC/Core/TyCo/Ppr.hs:126) pprParendCo (compiler/GHC/Core/TyCo/Ppr.hs:127) pprCoAxiom (compiler/GHC/Core/Coercion.hs:221) pprCoAxBranch (compiler/GHC/Core/Coercion.hs:246) pprCoAxBranchLHS (compiler/GHC/Core/Coercion.hs:241) pprCoAxBranchUser (compiler/GHC/Core/Coercion.hs:230) tidyCoAxBndrsForUser (compiler/GHC/Core/Coercion.hs:287) etaExpandCoAxBranch (compiler/GHC/Core/Coercion.hs:210) tidyCos (compiler/GHC/Core/TyCo/Tidy.hs:257) multToCo (compiler/GHC/Core/Coercion.hs:524) hasThisCoercionHoleTy (compiler/GHC/Core/Coercion.hs:2776) Warning: 'ExceptionContext' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'CallStack' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 35% ( 14 / 40) in 'GHC.Core.Predicate' Missing documentation for: Module header classifyPredType (compiler/GHC/Core/Predicate.hs:79) isPredTy (compiler/GHC/Core/Type.hs:2747) isEvVarType (compiler/GHC/Core/Predicate.hs:226) eqRelRole (compiler/GHC/Core/Predicate.hs:170) isEqPrimPred (compiler/GHC/Core/Predicate.hs:243) isEqPred (compiler/GHC/Core/Predicate.hs:234) getEqPredTys (compiler/GHC/Core/Predicate.hs:174) getEqPredTys_maybe (compiler/GHC/Core/Predicate.hs:183) getEqPredRole (compiler/GHC/Core/Predicate.hs:191) mkClassPred (compiler/GHC/Core/Predicate.hs:99) isDictTy (compiler/GHC/Core/Predicate.hs:107) typeDeterminesValue (compiler/GHC/Core/Predicate.hs:113) isClassPred (compiler/GHC/Core/Predicate.hs:229) isEqualityClass (compiler/GHC/Core/Predicate.hs:249) isCTupleClass (compiler/GHC/Core/Predicate.hs:255) getClassPredTys (compiler/GHC/Core/Predicate.hs:116) getClassPredTys_maybe (compiler/GHC/Core/Predicate.hs:121) classMethodTy (compiler/GHC/Core/Predicate.hs:130) classMethodInstTy (compiler/GHC/Core/Predicate.hs:141) isIPLikePred (compiler/GHC/Core/Predicate.hs:340) isIPTyCon (compiler/GHC/Core/Predicate.hs:264) isIPClass (compiler/GHC/Core/Predicate.hs:268) isCallStackPredTy (compiler/GHC/Core/Predicate.hs:306) isEvVar (compiler/GHC/Core/Predicate.hs:478) isDictId (compiler/GHC/Core/Predicate.hs:481) Warning: 'Reductions' is ambiguous. It is defined * at compiler/GHC/Core/Reduction.hs:427:19 * at compiler/GHC/Core/Reduction.hs:427: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 compiler/GHC/Core/Reduction.hs:427:1 Warning: 'Reduction' is ambiguous. It is defined * at compiler/GHC/Core/Reduction.hs:96:3 * at compiler/GHC/Core/Reduction.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 compiler/GHC/Core/Reduction.hs:95:1 Warning: 'mkClassPredRedns' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'HetReduction' is ambiguous. It is defined * at compiler/GHC/Core/Reduction.hs:114:3 * at compiler/GHC/Core/Reduction.hs:113: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 compiler/GHC/Core/Reduction.hs:113:1 Warning: 'mkAppTy' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'TyConAppCo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 94% ( 36 / 38) in 'GHC.Core.Reduction' Missing documentation for: Module header simplifyArgsWorker (compiler/GHC/Core/Reduction.hs:803) Warning: 'BndrMap' is ambiguous. It is defined * at compiler/GHC/Core/Map/Type.hs:545:18 * at compiler/GHC/Core/Map/Type.hs:545: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 compiler/GHC/Core/Map/Type.hs:545:1 Warning: 'LooseTypeMap' is ambiguous. It is defined * at compiler/GHC/Core/Map/Type.hs:466:26 * at compiler/GHC/Core/Map/Type.hs:466: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 compiler/GHC/Core/Map/Type.hs:466:1 Warning: 'TypeMap' is ambiguous. It is defined * at compiler/GHC/Core/Map/Type.hs:411:21 * at compiler/GHC/Core/Map/Type.hs:411: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 compiler/GHC/Core/Map/Type.hs:411:1 32% ( 12 / 37) in 'GHC.Core.Map.Type' Missing documentation for: Module header TrieMap (compiler/GHC/Data/TrieMap.hs:69) XT (compiler/GHC/Data/TrieMap.hs:66) emptyTypeMap (compiler/GHC/Core/Map/Type.hs:441) extendTypeMap (compiler/GHC/Core/Map/Type.hs:447) lookupTypeMap (compiler/GHC/Core/Map/Type.hs:444) foldTypeMap (compiler/GHC/Core/Map/Type.hs:438) CmEnv (compiler/GHC/Core/Map/Type.hs:492) lookupCME (compiler/GHC/Core/Map/Type.hs:506) lookupTypeMapWithScope (compiler/GHC/Core/Map/Type.hs:450) extendCME (compiler/GHC/Core/Map/Type.hs:499) extendCMEs (compiler/GHC/Core/Map/Type.hs:503) emptyCME (compiler/GHC/Core/Map/Type.hs:496) CoercionMapG (compiler/GHC/Core/Map/Type.hs:99) eqDeBruijnType (compiler/GHC/Core/Map/Type.hs:204) eqDeBruijnVar (compiler/GHC/Core/Map/Type.hs:286) xtBndr (compiler/GHC/Core/Map/Type.hs:574) lkBndr (compiler/GHC/Core/Map/Type.hs:568) VarMap (compiler/GHC/Core/Map/Type.hs:581) xtVar (compiler/GHC/Core/Map/Type.hs:602) lkVar (compiler/GHC/Core/Map/Type.hs:597) lkDFreeVar (compiler/GHC/Core/Map/Type.hs:611) xtDFreeVar (compiler/GHC/Core/Map/Type.hs:614) xtDNamed (compiler/GHC/Core/Map/Type.hs:625) lkDNamed (compiler/GHC/Core/Map/Type.hs:622) 71% ( 20 / 28) in 'GHC.Core.Unify' Missing documentation for: Module header tcMatchTyX_BM (compiler/GHC/Core/Unify.hs:137) tcUnifyTys (compiler/GHC/Core/Unify.hs:449) BindFlag (compiler/GHC/Core/Unify.hs:1386) UnifyResult (compiler/GHC/Core/Unify.hs:465) typesAreApart (compiler/GHC/Core/Unify.hs:297) flattenTys (compiler/GHC/Core/Unify.hs:1967) flattenTysX (compiler/GHC/Core/Unify.hs:1981) Warning: 'EqSpec' is ambiguous. It is defined * at compiler/GHC/Core/DataCon.hs:882:15 * at compiler/GHC/Core/DataCon.hs:882: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 compiler/GHC/Core/DataCon.hs:882:1 Warning: 'mkDataConRep' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 69% ( 65 / 93) in 'GHC.Core.DataCon' Missing documentation for: Module header StrictnessMark (compiler/GHC/Core/DataCon.hs:877) DataConEnv (compiler/GHC/Core/DataCon.hs:838) eqSpecTyVar (compiler/GHC/Core/DataCon.hs:889) eqSpecType (compiler/GHC/Core/DataCon.hs:892) eqSpecPair (compiler/GHC/Core/DataCon.hs:895) eqSpecPreds (compiler/GHC/Core/DataCon.hs:898) dataConTagZ (compiler/GHC/Core/DataCon.hs:1270) dataConNonlinearType (compiler/GHC/Core/DataCon.hs:1576) dataConDisplayType (compiler/GHC/Core/DataCon.hs:1588) dataConOrigResTy (compiler/GHC/Core/DataCon.hs:1505) dataConImplBangs (compiler/GHC/Core/DataCon.hs:1448) dataConBoxer (compiler/GHC/Core/DataCon.hs:1454) isTupleDataCon (compiler/GHC/Core/DataCon.hs:1734) isBoxedTupleDataCon (compiler/GHC/Core/DataCon.hs:1737) isUnboxedTupleDataCon (compiler/GHC/Core/DataCon.hs:1740) isUnboxedSumDataCon (compiler/GHC/Core/DataCon.hs:1743) isCovertGadtDataCon (compiler/GHC/Core/DataCon.hs:1760) classDataCon (compiler/GHC/Core/DataCon.hs:1819) dataConCannotMatch (compiler/GHC/Core/DataCon.hs:1827) dataConUserTyVarsNeedWrapper (compiler/GHC/Core/DataCon.hs:1904) checkDataConTyVars (compiler/GHC/Core/DataCon.hs:1884) isBanged (compiler/GHC/Core/DataCon.hs:1109) isMarkedStrict (compiler/GHC/Core/DataCon.hs:1122) cbvFromStrictMark (compiler/GHC/Core/DataCon.hs:1126) isSrcStrict (compiler/GHC/Core/DataCon.hs:1114) isSrcUnpacked (compiler/GHC/Core/DataCon.hs:1118) promoteDataCon (compiler/GHC/Core/DataCon.hs:1924) Warning: 'ConDeclField' is ambiguous. It is defined * at compiler/Language/Haskell/Syntax/Type.hs:1073:5 * at compiler/Language/Haskell/Syntax/Type.hs:1072: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 compiler/Language/Haskell/Syntax/Type.hs:1072:1 Warning: 'RecordPatSynField' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'HsRecField' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'HsConDeclH98Details' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'HsConPatDetails' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'HsPatSynDetails' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'HsConDeclGADTDetails' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '()' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'HsTyPatRn' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'HsSigWcType' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'HsPSRn' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'getBangType' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 60% ( 38 / 63) in 'Language.Haskell.Syntax.Type' Missing documentation for: Module header hsMult (compiler/Language/Haskell/Syntax/Type.hs:964) hsScaledThing (compiler/Language/Haskell/Syntax/Type.hs:967) XUnrestrictedArrow (compiler/Language/Haskell/Syntax/Type.hs:954) XLinearArrow (compiler/Language/Haskell/Syntax/Type.hs:955) XExplicitMult (compiler/Language/Haskell/Syntax/Type.hs:956) XXArrow (compiler/Language/Haskell/Syntax/Type.hs:957) HsBndrVis (compiler/Language/Haskell/Syntax/Type.hs:727) XBndrRequired (compiler/Language/Haskell/Syntax/Type.hs:740) XBndrInvisible (compiler/Language/Haskell/Syntax/Type.hs:741) XXBndrVis (compiler/Language/Haskell/Syntax/Type.hs:742) isHsBndrInvisible (compiler/Language/Haskell/Syntax/Type.hs:745) HsTyPat (compiler/Language/Haskell/Syntax/Type.hs:451) LHsTyPat (compiler/Language/Haskell/Syntax/Type.hs:457) hsIPNameFS (compiler/Language/Haskell/Syntax/Type.hs:698) XValArg (compiler/Language/Haskell/Syntax/Type.hs:1243) XTypeArg (compiler/Language/Haskell/Syntax/Type.hs:1244) XArgPar (compiler/Language/Haskell/Syntax/Type.hs:1245) XXArg (compiler/Language/Haskell/Syntax/Type.hs:1246) LHsTypeArg (compiler/Language/Haskell/Syntax/Type.hs:1249) isPromoted (compiler/Language/Haskell/Syntax/Type.hs:97) conDetailsArity (compiler/Language/Haskell/Syntax/Type.hs:1111) mapHsOuterImplicit (compiler/Language/Haskell/Syntax/Type.hs:685) hsQTvExplicit (compiler/Language/Haskell/Syntax/Type.hs:354) hsPatSigType (compiler/Language/Haskell/Syntax/Type.hs:471) Warning: '+' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 50% ( 11 / 22) in 'Language.Haskell.Syntax.Pat' Missing documentation for: Module header LPat (compiler/Language/Haskell/Syntax/Pat.hs:56) ConLikeP (compiler/Language/Haskell/Syntax/Pat.hs:231) isInvisArgPat (compiler/Language/Haskell/Syntax/Pat.hs:243) isVisArgPat (compiler/Language/Haskell/Syntax/Pat.hs:247) hsConPatArgs (compiler/Language/Haskell/Syntax/Pat.hs:253) hsConPatTyArgs (compiler/Language/Haskell/Syntax/Pat.hs:258) XConPatTyArg (compiler/Language/Haskell/Syntax/Pat.hs:240) hsRecFields (compiler/Language/Haskell/Syntax/Pat.hs:375) hsRecFieldSel (compiler/Language/Haskell/Syntax/Pat.hs:381) hsRecFieldsArgs (compiler/Language/Haskell/Syntax/Pat.hs:378) Warning: 'SrcStrictness' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'MatchContext' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 60% ( 23 / 38) in 'Language.Haskell.Syntax.Binds' Missing documentation for: Module header LHsLocalBindsLR (compiler/Language/Haskell/Syntax/Binds.hs:92) XNoMultAnn (compiler/Language/Haskell/Syntax/Binds.hs:297) XPct1Ann (compiler/Language/Haskell/Syntax/Binds.hs:298) XMultAnn (compiler/Language/Haskell/Syntax/Binds.hs:299) XXMultAnn (compiler/Language/Haskell/Syntax/Binds.hs:300) isFixityLSig (compiler/Language/Haskell/Syntax/Binds.hs:502) isTypeLSig (compiler/Language/Haskell/Syntax/Binds.hs:506) isSpecLSig (compiler/Language/Haskell/Syntax/Binds.hs:512) isSpecInstLSig (compiler/Language/Haskell/Syntax/Binds.hs:516) isPragLSig (compiler/Language/Haskell/Syntax/Binds.hs:521) isInlineLSig (compiler/Language/Haskell/Syntax/Binds.hs:529) isMinimalLSig (compiler/Language/Haskell/Syntax/Binds.hs:533) isSCCFunSig (compiler/Language/Haskell/Syntax/Binds.hs:537) isCompleteMatchSig (compiler/Language/Haskell/Syntax/Binds.hs:541) Warning: 'Located' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'TyFamInstDecl' is ambiguous. It is defined * at compiler/Language/Haskell/Syntax/Decls.hs:1344:5 * at compiler/Language/Haskell/Syntax/Decls.hs:1343: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 compiler/Language/Haskell/Syntax/Decls.hs:1343:1 Warning: 'MkT' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'LConDecls' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'r' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'c' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'HsGroup' is ambiguous. It is defined * at compiler/Language/Haskell/Syntax/Decls.hs:213:5 * at compiler/Language/Haskell/Syntax/Decls.hs:212: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 compiler/Language/Haskell/Syntax/Decls.hs:212:1 79% ( 91 /115) in 'Language.Haskell.Syntax.Decls' Missing documentation for: LHsDecl (compiler/Language/Haskell/Syntax/Decls.hs:136) LHsFunDep (compiler/Language/Haskell/Syntax/Decls.hs:479) FunDep (compiler/Language/Haskell/Syntax/Decls.hs:473) LHsDerivingClause (compiler/Language/Haskell/Syntax/Decls.hs:939) LDerivClauseTys (compiler/Language/Haskell/Syntax/Decls.hs:959) dataDefnConsNewOrData (compiler/Language/Haskell/Syntax/Decls.hs:1031) StandaloneKindSig (compiler/Language/Haskell/Syntax/Decls.hs:991) tyClGroupTyClDecls (compiler/Language/Haskell/Syntax/Decls.hs:706) tyClGroupInstDecls (compiler/Language/Haskell/Syntax/Decls.hs:709) tyClGroupRoleDecls (compiler/Language/Haskell/Syntax/Decls.hs:712) tyClGroupKindSigs (compiler/Language/Haskell/Syntax/Decls.hs:715) tyClDeclTyVars (compiler/Language/Haskell/Syntax/Decls.hs:571) FamilyInfo (compiler/Language/Haskell/Syntax/Decls.hs:859) familyInfoTyConFlavour (compiler/Language/Haskell/Syntax/Decls.hs:870) collectRuleBndrSigTys (compiler/Language/Haskell/Syntax/Decls.hs:1671) ForeignImport (compiler/Language/Haskell/Syntax/Decls.hs:1576) ForeignExport (compiler/Language/Haskell/Syntax/Decls.hs:1608) CImportSpec (compiler/Language/Haskell/Syntax/Decls.hs:1599) XPrefixConGADT (compiler/Language/Haskell/Syntax/Decls.hs:1246) XRecConGADT (compiler/Language/Haskell/Syntax/Decls.hs:1247) XXConDeclGADTDetails (compiler/Language/Haskell/Syntax/Decls.hs:1248) docDeclDoc (compiler/Language/Haskell/Syntax/Decls.hs:1694) annProvenanceName_maybe (compiler/Language/Haskell/Syntax/Decls.hs:1759) hsGroupInstDecls (compiler/Language/Haskell/Syntax/Decls.hs:244) Warning: 'SyntaxExprTc' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Name' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '<$>' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '<*>' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '-<' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '-<<' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'negate' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 70% ( 43 / 61) in 'Language.Haskell.Syntax.Expr' Missing documentation for: FieldLabelStrings (compiler/Language/Haskell/Syntax/Expr.hs:133) RecProj (compiler/Language/Haskell/Syntax/Expr.hs:138) LHsRecProj (compiler/Language/Haskell/Syntax/Expr.hs:142) RecUpdProj (compiler/Language/Haskell/Syntax/Expr.hs:146) LHsRecUpdProj (compiler/Language/Haskell/Syntax/Expr.hs:147) DotFieldOcc (compiler/Language/Haskell/Syntax/Expr.hs:589) MatchGroup (compiler/Language/Haskell/Syntax/Expr.hs:964) Match (compiler/Language/Haskell/Syntax/Expr.hs:978) isInfixMatch (compiler/Language/Haskell/Syntax/Expr.hs:1022) TransForm (compiler/Language/Haskell/Syntax/Expr.hs:1220) HsDoFlavour (compiler/Language/Haskell/Syntax/Expr.hs:1608) qualifiedDoModuleName_maybe (compiler/Language/Haskell/Syntax/Expr.hs:1617) isPatSynCtxt (compiler/Language/Haskell/Syntax/Expr.hs:1623) isComprehensionContext (compiler/Language/Haskell/Syntax/Expr.hs:1630) isDoComprehensionContext (compiler/Language/Haskell/Syntax/Expr.hs:1637) isMonadDoStmtContext (compiler/Language/Haskell/Syntax/Expr.hs:1652) isMonadCompContext (compiler/Language/Haskell/Syntax/Expr.hs:1659) isMonadDoCompContext (compiler/Language/Haskell/Syntax/Expr.hs:1666) 91% ( 11 / 12) in 'Language.Haskell.Syntax' Missing documentation for: Module header 62% ( 20 / 32) in 'GHC.Types.RepType' Missing documentation for: Module header UnaryType (compiler/GHC/Types/RepType.hs:70) NvUnaryType (compiler/GHC/Types/RepType.hs:69) isNvUnaryRep (compiler/GHC/Types/RepType.hs:80) typePrimRepU (compiler/GHC/Types/RepType.hs:572) countConRepArgs (compiler/GHC/Types/RepType.hs:131) layoutUbxSum (compiler/GHC/Types/RepType.hs:244) repSlotTy (compiler/GHC/Types/RepType.hs:299) SlotTy (compiler/GHC/Types/RepType.hs:281) slotPrimRep (compiler/GHC/Types/RepType.hs:325) primRepSlot (compiler/GHC/Types/RepType.hs:305) mightBeFunTy (compiler/GHC/Types/RepType.hs:695) Warning: 'DmdType' is ambiguous. It is defined * at compiler/GHC/Types/Demand.hs:1826:5 * at compiler/GHC/Types/Demand.hs:1825: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 compiler/GHC/Types/Demand.hs:1825:1 Warning: 'lub' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'plus' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Card' is ambiguous. It is defined * at compiler/GHC/Types/Demand.hs:494:16 * at compiler/GHC/Types/Demand.hs:494: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 compiler/GHC/Types/Demand.hs:494:1 Warning: 'A' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'L' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'C' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'p' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'S' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Scaled' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'SubDemand'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Multiplicity' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '*' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: ')' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'glbDivergence' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'msum' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'not'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'e' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'DmdSig' is ambiguous. It is defined * at compiler/GHC/Types/Demand.hs:2162:5 * at compiler/GHC/Types/Demand.hs:2161: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 compiler/GHC/Types/Demand.hs:2161:1 Warning: 'CM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 64% ( 89 /137) in 'GHC.Types.Demand' Missing documentation for: Boxity (compiler/Language/Haskell/Syntax/Basic.hs:22) absDmd (compiler/GHC/Types/Demand.hs:800) topDmd (compiler/GHC/Types/Demand.hs:799) botDmd (compiler/GHC/Types/Demand.hs:801) seqDmd (compiler/GHC/Types/Demand.hs:802) topSubDmd (compiler/GHC/Types/Demand.hs:732) lubSubDmd (compiler/GHC/Types/Demand.hs:861) plusSubDmd (compiler/GHC/Types/Demand.hs:895) multDmd (compiler/GHC/Types/Demand.hs:821) multSubDmd (compiler/GHC/Types/Demand.hs:837) isAbsDmd (compiler/GHC/Types/Demand.hs:921) evalDmd (compiler/GHC/Types/Demand.hs:955) peelManyCalls (compiler/GHC/Types/Demand.hs:1038) mkWorkerDemand (compiler/GHC/Types/Demand.hs:1053) topDiv (compiler/GHC/Types/Demand.hs:1495) botDiv (compiler/GHC/Types/Demand.hs:1497) exnDiv (compiler/GHC/Types/Demand.hs:1496) lubDivergence (compiler/GHC/Types/Demand.hs:1467) addVarDmdEnv (compiler/GHC/Types/Demand.hs:1786) nopDmdEnv (compiler/GHC/Types/Demand.hs:1770) plusDmdEnv (compiler/GHC/Types/Demand.hs:1790) reuseEnv (compiler/GHC/Types/Demand.hs:1811) dmdTypeDepth (compiler/GHC/Types/Demand.hs:1873) botDmdType (compiler/GHC/Types/Demand.hs:1859) plusDmdType (compiler/GHC/Types/Demand.hs:1853) multDmdType (compiler/GHC/Types/Demand.hs:1906) discardArgDmds (compiler/GHC/Types/Demand.hs:1850) peelFV (compiler/GHC/Types/Demand.hs:1912) findIdDemand (compiler/GHC/Types/Demand.hs:1923) addDemand (compiler/GHC/Types/Demand.hs:1920) splitDmdTy (compiler/GHC/Types/Demand.hs:1902) mkClosedDmdSig (compiler/GHC/Types/Demand.hs:2173) mkVanillaDmdSig (compiler/GHC/Types/Demand.hs:2176) splitDmdSig (compiler/GHC/Types/Demand.hs:2179) dmdSigDmdEnv (compiler/GHC/Types/Demand.hs:2182) hasDemandEnvSig (compiler/GHC/Types/Demand.hs:2185) nopSig (compiler/GHC/Types/Demand.hs:2191) botSig (compiler/GHC/Types/Demand.hs:2188) isNopSig (compiler/GHC/Types/Demand.hs:2194) trimBoxityDmdSig (compiler/GHC/Types/Demand.hs:2241) transferArgBoxityDmdSig (compiler/GHC/Types/Demand.hs:2272) TypeShape (compiler/GHC/Types/Demand.hs:2536) trimToType (compiler/GHC/Types/Demand.hs:2544) seqDemand (compiler/GHC/Types/Demand.hs:2574) seqDemandList (compiler/GHC/Types/Demand.hs:2584) seqDmdType (compiler/GHC/Types/Demand.hs:2587) seqDmdSig (compiler/GHC/Types/Demand.hs:2594) zapUsageDemand (compiler/GHC/Types/Demand.hs:2484) Warning: 'CprType' is ambiguous. It is defined * at compiler/GHC/Types/Cpr.hs:100:5 * at compiler/GHC/Types/Cpr.hs:99: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 compiler/GHC/Types/Cpr.hs:99:1 Warning: 'CprSig' is ambiguous. It is defined * at compiler/GHC/Types/Cpr.hs:168:18 * at compiler/GHC/Types/Cpr.hs:168: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 compiler/GHC/Types/Cpr.hs:168:1 Warning: 'b' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 30% ( 7 / 23) in 'GHC.Types.Cpr' Missing documentation for: Cpr (compiler/GHC/Types/Cpr.hs:30) topCpr (compiler/GHC/Types/Cpr.hs:72) botCpr (compiler/GHC/Types/Cpr.hs:75) flatConCpr (compiler/GHC/Types/Cpr.hs:78) asConCpr (compiler/GHC/Types/Cpr.hs:85) topCprType (compiler/GHC/Types/Cpr.hs:112) botCprType (compiler/GHC/Types/Cpr.hs:115) flatConCprType (compiler/GHC/Types/Cpr.hs:118) lubCprType (compiler/GHC/Types/Cpr.hs:121) applyCprTy (compiler/GHC/Types/Cpr.hs:131) abstractCprTy (compiler/GHC/Types/Cpr.hs:137) trimCprTy (compiler/GHC/Types/Cpr.hs:142) topCprSig (compiler/GHC/Types/Cpr.hs:180) isTopCprSig (compiler/GHC/Types/Cpr.hs:183) mkCprSig (compiler/GHC/Types/Cpr.hs:186) seqCprSig (compiler/GHC/Types/Cpr.hs:189) 57% ( 4 / 7) in 'GHC.StgToCmm.Types' Missing documentation for: Module header DoSCCProfiling (compiler/GHC/StgToCmm/Types.hs:263) DoExtDynRefs (compiler/GHC/StgToCmm/Types.hs:264) Warning: 'ConLike' is ambiguous. It is defined * at compiler/GHC/Core/ConLike.hs:61:1 * at compiler/GHC/Types/Basic.hs:1591:22 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 compiler/GHC/Core/ConLike.hs:61:1 78% ( 15 / 19) in 'GHC.Core.ConLike' Missing documentation for: Module header conLikeConLikeName (compiler/GHC/Core/ConLike.hs:71) conLikeName (compiler/GHC/Core/ConLike.hs:157) conLikeIsInfix (compiler/GHC/Core/ConLike.hs:236) 40% ( 2 / 5) in 'GHC.Types.CompleteMatch' Missing documentation for: vanillaCompleteMatch (compiler/GHC/Types/CompleteMatch.hs:23) CompleteMatches (compiler/GHC/Types/CompleteMatch.hs:30) completeMatchAppliesAtType (compiler/GHC/Types/CompleteMatch.hs:33) Warning: 'Unique' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Type' is ambiguous. It is defined * at compiler/GHC/Core.hs:258:5 * at compiler/GHC/Core/TyCo/Rep.hs:125: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 compiler/GHC/Core/TyCo/Rep.hs:125:1 Warning: 'Alt' is ambiguous. It is defined * at compiler/GHC/Core.hs:273:7 * at compiler/GHC/Core.hs:272: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 compiler/GHC/Core.hs:272:1 Warning: 'exprIsHNF' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'exprIsWorkFree' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Module' is ambiguous. It is defined * at compiler/GHC/Unit/Types.hs:123:23 * at compiler/GHC/Unit/Types.hs:130: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 compiler/GHC/Unit/Types.hs:130:1 Warning: 'IsOrphan' is ambiguous. It is defined * at compiler/GHC/Core.hs:1075:5 * at compiler/GHC/Core.hs:1074: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 compiler/GHC/Core.hs:1074:1 Warning: 'Var' is ambiguous. It is defined * at compiler/GHC/Core.hs:249:5 * at compiler/GHC/Types/Var.hs:251: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 compiler/GHC/Types/Var.hs:251:1 Warning: 'Coercion' is ambiguous. It is defined * at compiler/GHC/Core.hs:259:5 * at compiler/GHC/Core/TyCo/Rep.hs:841: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 compiler/GHC/Core/TyCo/Rep.hs:841:1 Warning: 'CoercionTy' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 56% (101 /180) in 'GHC.Core' Missing documentation for: CoreProgram (compiler/GHC/Core.hs:1789) TaggedExpr (compiler/GHC/Core.hs:1815) TaggedAlt (compiler/GHC/Core.hs:1817) TaggedBind (compiler/GHC/Core.hs:1814) TaggedArg (compiler/GHC/Core.hs:1816) deTagExpr (compiler/GHC/Core.hs:1823) InId (compiler/GHC/Types/Var.hs:205) InBind (compiler/GHC/Core.hs:1045) InExpr (compiler/GHC/Core.hs:1046) InAlt (compiler/GHC/Core.hs:1047) InArg (compiler/GHC/Core.hs:1048) InType (compiler/GHC/Core.hs:1043) InKind (compiler/GHC/Core.hs:1044) InBndr (compiler/GHC/Core.hs:1042) InVar (compiler/GHC/Types/Var.hs:202) InCoercion (compiler/GHC/Core.hs:1049) InTyVar (compiler/GHC/Types/Var.hs:203) InCoVar (compiler/GHC/Types/Var.hs:204) OutId (compiler/GHC/Types/Var.hs:209) OutBind (compiler/GHC/Core.hs:1056) OutExpr (compiler/GHC/Core.hs:1057) OutAlt (compiler/GHC/Core.hs:1058) OutArg (compiler/GHC/Core.hs:1059) OutType (compiler/GHC/Core.hs:1053) OutKind (compiler/GHC/Core.hs:1054) OutBndr (compiler/GHC/Core.hs:1052) OutVar (compiler/GHC/Types/Var.hs:206) OutCoercion (compiler/GHC/Core.hs:1055) OutTyVar (compiler/GHC/Types/Var.hs:207) OutCoVar (compiler/GHC/Types/Var.hs:208) MOutCoercion (compiler/GHC/Core.hs:1060) mkLet (compiler/GHC/Core.hs:1957) mkTyArg (compiler/GHC/Core.hs:1875) mkWord8Lit (compiler/GHC/Core.hs:1902) mkWord32LitWord32 (compiler/GHC/Core.hs:1905) mkWord64LitWord64 (compiler/GHC/Core.hs:1908) mkInt64LitInt64 (compiler/GHC/Core.hs:1911) mkConApp2 (compiler/GHC/Core.hs:1870) varsToCoreExprs (compiler/GHC/Core.hs:1989) cmpAlt (compiler/GHC/Core.hs:1740) ltAlt (compiler/GHC/Core.hs:1743) rhssOfBind (compiler/GHC/Core.hs:2043) rhssOfAlts (compiler/GHC/Core.hs:2047) foldBindersOfBindStrict (compiler/GHC/Core.hs:2030) foldBindersOfBindsStrict (compiler/GHC/Core.hs:2037) collectTyBinders (compiler/GHC/Core.hs:2075) collectTyAndValBinders (compiler/GHC/Core.hs:2087) UnfoldingSource (compiler/GHC/Types/Basic.hs:1973) mkOtherCon (compiler/GHC/Core.hs:1514) unSaturatedOk (compiler/GHC/Core.hs:1493) needSaturated (compiler/GHC/Core.hs:1492) boringCxtOk (compiler/GHC/Core.hs:1496) boringCxtNotOk (compiler/GHC/Core.hs:1497) expandUnfolding_maybe (compiler/GHC/Core.hs:1576) isExpandableUnfolding (compiler/GHC/Core.hs:1569) isCompulsoryUnfolding (compiler/GHC/Core.hs:1582) isStableUnfolding (compiler/GHC/Core.hs:1588) isStableUserUnfolding (compiler/GHC/Core.hs:1594) isStableSystemUnfolding (compiler/GHC/Core.hs:1599) isBootUnfolding (compiler/GHC/Core.hs:1625) hasCoreUnfolding (compiler/GHC/Core.hs:1635) canUnfold (compiler/GHC/Core.hs:1641) neverUnfoldGuidance (compiler/GHC/Core.hs:1629) isStableSource (compiler/GHC/Types/Basic.hs:2000) collectAnnArgsTicks (compiler/GHC/Core.hs:2263) deAnnotate (compiler/GHC/Core.hs:2272) deAnnotate' (compiler/GHC/Core.hs:2275) deAnnAlt (compiler/GHC/Core.hs:2290) deAnnBind (compiler/GHC/Core.hs:2293) chooseOrphanAnchor (compiler/GHC/Core.hs:1100) RuleName (compiler/GHC/Types/Basic.hs:531) RuleFun (compiler/GHC/Core.hs:1249) IdUnfoldingFun (compiler/GHC/Core.hs:1255) ruleName (compiler/GHC/Core.hs:1275) ruleActivation (compiler/GHC/Core.hs:1282) ruleModule (compiler/GHC/Core.hs:1278) isBuiltinRule (compiler/GHC/Core.hs:1261) isLocalRule (compiler/GHC/Core.hs:1290) isAutoRule (compiler/GHC/Core.hs:1265) Warning: 'Id' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'IdInfo' is ambiguous. It is defined * at compiler/GHC/Types/Id/Info.hs:424:5 * at compiler/GHC/Types/Id/Info.hs:423: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 compiler/GHC/Types/Id/Info.hs:423:1 Warning: 'Unique' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Note' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'info' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 57% ( 55 / 96) in 'GHC.Types.Id.Info' Missing documentation for: Module header pprIdDetails (compiler/GHC/Types/Id/Info.hs:379) isJoinIdDetails_maybe (compiler/GHC/Types/Id/Info.hs:372) recSelParentName (compiler/GHC/Types/Id/Info.hs:335) recSelFirstConName (compiler/GHC/Types/Id/Info.hs:339) recSelParentCons (compiler/GHC/Types/Id/Info.hs:343) idDetailsConcreteTvs (compiler/GHC/Types/Id/Info.hs:228) hasNoOneShotInfo (compiler/GHC/Types/Basic.hs:431) setOneShotInfo (compiler/GHC/Types/Id/Info.hs:592) zapUsedOnceInfo (compiler/GHC/Types/Id/Info.hs:886) zapTailCallInfo (compiler/GHC/Types/Id/Info.hs:917) zapCallArityInfo (compiler/GHC/Types/Id/Info.hs:925) trimUnfolding (compiler/GHC/Types/Id/Info.hs:913) setArityInfo (compiler/GHC/Types/Id/Info.hs:574) ppArityInfo (compiler/GHC/Types/Id/Info.hs:690) setCallArityInfo (compiler/GHC/Types/Id/Info.hs:578) setDmdSigInfo (compiler/GHC/Types/Id/Info.hs:599) setCprSigInfo (compiler/GHC/Types/Id/Info.hs:602) setDemandInfo (compiler/GHC/Types/Id/Info.hs:596) pprStrictness (compiler/GHC/Types/Id/Info.hs:723) setUnfoldingInfo (compiler/GHC/Types/Id/Info.hs:560) setInlinePragInfo (compiler/GHC/Types/Id/Info.hs:544) isDeadOcc (compiler/GHC/Types/Basic.hs:1283) isStrongLoopBreaker (compiler/GHC/Types/Basic.hs:1278) isWeakLoopBreaker (compiler/GHC/Types/Basic.hs:1274) setOccInfo (compiler/GHC/Types/Id/Info.hs:546) BranchCount (compiler/GHC/Types/Basic.hs:1170) TailCallInfo (compiler/GHC/Types/Basic.hs:1246) tailCallInfo (compiler/GHC/Types/Basic.hs:1252) isAlwaysTailCalled (compiler/GHC/Types/Basic.hs:1260) isEmptyRuleInfo (compiler/GHC/Types/Id/Info.hs:769) ruleInfoRules (compiler/GHC/Types/Id/Info.hs:777) setRuleInfo (compiler/GHC/Types/Id/Info.hs:542) tagSigInfo (compiler/GHC/Types/Id/Info.hs:537) ppCafInfo (compiler/GHC/Types/Id/Info.hs:821) mayHaveCafRefs (compiler/GHC/Types/Id/Info.hs:814) setCafInfo (compiler/GHC/Types/Id/Info.hs:582) setLFInfo (compiler/GHC/Types/Id/Info.hs:586) setTagSig (compiler/GHC/Types/Id/Info.hs:589) tagSig TickBoxId (compiler/GHC/Types/Id/Info.hs:935) Warning: 'Id'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 32% ( 52 /160) in 'GHC.Types.Id' Missing documentation for: InVar (compiler/GHC/Types/Var.hs:202) InId (compiler/GHC/Types/Var.hs:205) OutVar (compiler/GHC/Types/Var.hs:206) OutId (compiler/GHC/Types/Var.hs:209) mkLocalIdWithInfo (compiler/GHC/Types/Id.hs:332) mkExportedVanillaId (compiler/GHC/Types/Id.hs:344) mkSysLocalM (compiler/GHC/Types/Id.hs:363) mkSysLocalOrCoVarM (compiler/GHC/Types/Id.hs:366) mkScaledTemplateLocal (compiler/GHC/Types/Id.hs:395) idName (compiler/GHC/Types/Id.hs:200) idType (compiler/GHC/Types/Id.hs:206) idMult (compiler/GHC/Types/Id.hs:209) idScaledType (compiler/GHC/Types/Id.hs:212) idUnique (compiler/GHC/Types/Id.hs:203) idInfo (compiler/GHC/Types/Var.hs:1139) idDetails (compiler/GHC/Types/Var.hs:1143) recordSelectorTyCon_maybe (compiler/GHC/Types/Id.hs:460) setIdName (compiler/GHC/Types/Id.hs:225) setIdUnique (compiler/GHC/Types/Id.hs:228) setIdMult (compiler/GHC/Types/Var.hs:1225) updateIdTypeButNotMult (compiler/GHC/Types/Var.hs:1203) updateIdTypeAndMult (compiler/GHC/Types/Var.hs:1207) updateIdTypeAndMultM (compiler/GHC/Types/Var.hs:1217) setIdExported (compiler/GHC/Types/Id.hs:236) setIdNotExported (compiler/GHC/Types/Id.hs:239) localiseId (compiler/GHC/Types/Id.hs:244) setIdInfo (compiler/GHC/Types/Id.hs:256) lazySetIdInfo (compiler/GHC/Types/Id.hs:253) modifyIdInfo (compiler/GHC/Types/Id.hs:260) maybeModifyIdInfo (compiler/GHC/Types/Id.hs:264) zapLamIdInfo (compiler/GHC/Types/Id.hs:982) floatifyIdDemandInfo (compiler/GHC/Types/Id.hs:989) zapIdUsageInfo (compiler/GHC/Types/Id.hs:992) zapIdUsageEnvInfo (compiler/GHC/Types/Id.hs:995) zapIdUsedOnceInfo (compiler/GHC/Types/Id.hs:998) zapIdTailCallInfo (compiler/GHC/Types/Id.hs:1001) zapFragileIdInfo (compiler/GHC/Types/Id.hs:985) zapIdDmdSig (compiler/GHC/Types/Id.hs:732) zapStableUnfolding (compiler/GHC/Types/Id.hs:1004) transferPolyIdInfo (compiler/GHC/Types/Id.hs:1063) scaleIdBy (compiler/GHC/Types/Id.hs:215) isDeadBinder (compiler/GHC/Types/Id.hs:634) isLocalId (compiler/GHC/Types/Var.hs:1269) isGlobalId (compiler/GHC/Types/Var.hs:1283) isRecordSelector (compiler/GHC/Types/Id.hs:482) isNaughtyRecordSelector (compiler/GHC/Types/Id.hs:494) isPatSynRecordSelector (compiler/GHC/Types/Id.hs:490) isDataConRecordSelector (compiler/GHC/Types/Id.hs:486) isClassOpId (compiler/GHC/Types/Id.hs:498) isClassOpId_maybe (compiler/GHC/Types/Id.hs:502) isDFunId (compiler/GHC/Types/Id.hs:510) isPrimOpId (compiler/GHC/Types/Id.hs:506) isPrimOpId_maybe (compiler/GHC/Types/Id.hs:514) isFCallId (compiler/GHC/Types/Id.hs:518) isFCallId_maybe (compiler/GHC/Types/Id.hs:522) isDataConWorkId (compiler/GHC/Types/Id.hs:526) isDataConWorkId_maybe (compiler/GHC/Types/Id.hs:530) isDataConWrapId (compiler/GHC/Types/Id.hs:534) isDataConWrapId_maybe (compiler/GHC/Types/Id.hs:538) isDataConId_maybe (compiler/GHC/Types/Id.hs:543) isConLikeId (compiler/GHC/Types/Id.hs:944) idIsFrom (compiler/GHC/Types/Id.hs:631) JoinId (compiler/GHC/Types/Var.hs:192) JoinPointHood (compiler/GHC/Utils/Outputable.hs:1261) isJoinId (compiler/GHC/Types/Id.hs:561) idJoinArity (compiler/GHC/Types/Id.hs:646) asJoinId (compiler/GHC/Types/Id.hs:651) asJoinId_maybe (compiler/GHC/Types/Id.hs:681) zapJoinId (compiler/GHC/Types/Id.hs:667) idInlinePragma (compiler/GHC/Types/Id.hs:926) setInlinePragma (compiler/GHC/Types/Id.hs:929) modifyInlinePragma (compiler/GHC/Types/Id.hs:932) idInlineActivation (compiler/GHC/Types/Id.hs:935) setInlineActivation (compiler/GHC/Types/Id.hs:938) idRuleMatchInfo (compiler/GHC/Types/Id.hs:941) setOneShotLambda (compiler/GHC/Types/Id.hs:955) clearOneShotLambda (compiler/GHC/Types/Id.hs:958) updOneShotInfo (compiler/GHC/Types/Id.hs:965) setIdOneShotInfo (compiler/GHC/Types/Id.hs:961) idArity (compiler/GHC/Types/Id.hs:695) idCallArity (compiler/GHC/Types/Id.hs:701) idSpecialisation (compiler/GHC/Types/Id.hs:879) idCoreRules (compiler/GHC/Types/Id.hs:882) idHasRules (compiler/GHC/Types/Id.hs:885) idCafInfo (compiler/GHC/Types/Id.hs:893) idLFInfo_maybe (compiler/GHC/Types/Id.hs:902) idOneShotInfo (compiler/GHC/Types/Id.hs:952) idOccInfo (compiler/GHC/Types/Id.hs:910) IdUnfoldingFun (compiler/GHC/Core.hs:1255) noUnfoldingFun (compiler/GHC/Types/Id.hs:764) setIdUnfolding (compiler/GHC/Types/Id.hs:787) setCaseBndrEvald (compiler/GHC/Types/Id.hs:863) setIdArity (compiler/GHC/Types/Id.hs:698) setIdCallArity (compiler/GHC/Types/Id.hs:704) setIdSpecialisation (compiler/GHC/Types/Id.hs:888) setIdCafInfo (compiler/GHC/Types/Id.hs:896) setIdOccInfo (compiler/GHC/Types/Id.hs:913) zapIdOccInfo (compiler/GHC/Types/Id.hs:916) setIdLFInfo (compiler/GHC/Types/Id.hs:905) setIdDemandInfo (compiler/GHC/Types/Id.hs:793) setIdDmdSig (compiler/GHC/Types/Id.hs:723) setIdCprSig (compiler/GHC/Types/Id.hs:729) idCbvMarks_maybe (compiler/GHC/Types/Id.hs:828) idCbvMarkArity (compiler/GHC/Types/Id.hs:836) idDemandInfo (compiler/GHC/Types/Id.hs:790) idCprSig (compiler/GHC/Types/Id.hs:726) idTagSig_maybe (compiler/GHC/Types/Id.hs:751) setIdTagSig (compiler/GHC/Types/Id.hs:796) Warning: 'TcTyThing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'CoAxiom' is ambiguous. It is defined * at compiler/GHC/Core/Coercion/Axiom.hs:226:5 * at compiler/GHC/Core/Coercion/Axiom.hs:225: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 compiler/GHC/Core/Coercion/Axiom.hs:225:1 56% ( 13 / 23) in 'GHC.Types.TyThing' Missing documentation for: mkATyCon (compiler/GHC/Types/TyThing.hs:91) mkAnId (compiler/GHC/Types/TyThing.hs:94) pprShortTyThing (compiler/GHC/Types/TyThing.hs:98) pprTyThingCategory (compiler/GHC/Types/TyThing.hs:102) tyThingCategory (compiler/GHC/Types/TyThing.hs:105) implicitConLikeThings (compiler/GHC/Types/TyThing.hs:160) implicitClassThings (compiler/GHC/Types/TyThing.hs:173) implicitTyConThings (compiler/GHC/Types/TyThing.hs:186) implicitCoTyCon (compiler/GHC/Types/TyThing.hs:223) tyThingsTyCoVars (compiler/GHC/Types/TyThing.hs:275) Warning: 'GenStgExpr' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 50% ( 4 / 8) in 'GHC.Stg.Lift.Types' Missing documentation for: Module header bothSk (compiler/GHC/Stg/Lift/Types.hs:35) altSk (compiler/GHC/Stg/Lift/Types.hs:40) rhsSk (compiler/GHC/Stg/Lift/Types.hs:45) 42% ( 3 / 7) in 'GHC.Core.Stats' Missing documentation for: coreBindsSize (compiler/GHC/Core/Stats.hs:104) CoreStats (compiler/GHC/Core/Stats.hs:25) coreBindsStats (compiler/GHC/Core/Stats.hs:54) exprStats (compiler/GHC/Core/Stats.hs:75) 33% ( 3 / 9) in 'GHC.Core.Seq' Missing documentation for: seqExpr (compiler/GHC/Core/Seq.hs:60) seqExprs (compiler/GHC/Core/Seq.hs:72) seqUnfolding (compiler/GHC/Core/Seq.hs:106) seqRules (compiler/GHC/Core/Seq.hs:54) seqRuleInfo (compiler/GHC/Core/Seq.hs:48) seqBinds (compiler/GHC/Core/Seq.hs:91) 0% ( 0 / 17) in 'GHC.Core.Ppr' Missing documentation for: Module header pprCoreExpr (compiler/GHC/Core/Ppr.hs:166) pprParendExpr (compiler/GHC/Core/Ppr.hs:165) pprCoreBinding (compiler/GHC/Core/Ppr.hs:68) pprCoreBindings (compiler/GHC/Core/Ppr.hs:67) pprCoreAlt (compiler/GHC/Core/Ppr.hs:329) pprCoreBindingWithSize (compiler/GHC/Core/Ppr.hs:74) pprCoreBindingsWithSize (compiler/GHC/Core/Ppr.hs:73) pprCoreBinder (compiler/GHC/Core/Ppr.hs:410) pprCoreBinders (compiler/GHC/Core/Ppr.hs:422) pprId (compiler/GHC/Core/Ppr.hs:478) pprIds (compiler/GHC/Core/Ppr.hs:481) pprRule (compiler/GHC/Core/Ppr.hs:673) pprRules (compiler/GHC/Core/Ppr.hs:670) pprOptCo (compiler/GHC/Core/Ppr.hs:173) pprOcc (compiler/GHC/Core/Ppr.hs:399) pprOccWithTick (compiler/GHC/Core/Ppr.hs:403) Warning: GHC.Hs.Lit: Could not find documentation for exported module: GHC.Hs.Lit 60% ( 6 / 10) in 'GHC.Hs.Lit' Missing documentation for: OverLitRn (compiler/GHC/Hs/Lit.hs:67) OverLitTc (compiler/GHC/Hs/Lit.hs:73) pprXOverLit (compiler/GHC/Hs/Lit.hs:104) overLitType (compiler/GHC/Hs/Lit.hs:111) Warning: 'CoreMap' is ambiguous. It is defined * at compiler/GHC/Core/Map/Expr.hs:110:21 * at compiler/GHC/Core/Map/Expr.hs:110: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 compiler/GHC/Core/Map/Expr.hs:110:1 19% ( 4 / 21) in 'GHC.Core.Map.Expr' Missing documentation for: Module header emptyCoreMap (compiler/GHC/Core/Map/Expr.hs:298) extendCoreMap (compiler/GHC/Core/Map/Expr.hs:292) lookupCoreMap (compiler/GHC/Core/Map/Expr.hs:289) foldCoreMap (compiler/GHC/Core/Map/Expr.hs:295) eqDeBruijnExpr (compiler/GHC/Core/Map/Expr.hs:152) eqCoreExpr (compiler/GHC/Core/Map/Expr.hs:206) TrieMap (compiler/GHC/Data/TrieMap.hs:69) insertTM (compiler/GHC/Data/TrieMap.hs:82) deleteTM (compiler/GHC/Data/TrieMap.hs:85) lkDFreeVar (compiler/GHC/Core/Map/Type.hs:611) xtDFreeVar (compiler/GHC/Core/Map/Type.hs:614) lkDNamed (compiler/GHC/Core/Map/Type.hs:622) xtDNamed (compiler/GHC/Core/Map/Type.hs:625) >.> (compiler/GHC/Data/TrieMap.hs:101) |> (compiler/GHC/Data/TrieMap.hs:105) |>> (compiler/GHC/Data/TrieMap.hs:112) Warning: 'ty' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 15% ( 41 /267) in 'GHC.Builtin.Types' Missing documentation for: mkWiredInTyConName (compiler/GHC/Builtin/Types.hs:345) mkWiredInIdName (compiler/GHC/Builtin/Types.hs:357) wiredInTyCons (compiler/GHC/Builtin/Types.hs:296) isTupleTyOcc_maybe (compiler/GHC/Builtin/Types.hs:959) isSumTyOcc_maybe (compiler/GHC/Builtin/Types.hs:996) isPunOcc_maybe (compiler/GHC/Builtin/Types.hs:1048) boolTy (compiler/GHC/Builtin/Types.hs:2300) boolTyCon (compiler/GHC/Builtin/Types.hs:2303) boolTyCon_RDR (compiler/GHC/Builtin/Types.hs:599) boolTyConName (compiler/GHC/Builtin/Types.hs:391) trueDataCon (compiler/GHC/Builtin/Types.hs:2310) trueDataConId (compiler/GHC/Builtin/Types.hs:2314) true_RDR (compiler/GHC/Builtin/Types.hs:601) falseDataCon (compiler/GHC/Builtin/Types.hs:2309) falseDataConId (compiler/GHC/Builtin/Types.hs:2313) false_RDR (compiler/GHC/Builtin/Types.hs:600) promotedFalseDataCon (compiler/GHC/Builtin/Types.hs:2489) promotedTrueDataCon (compiler/GHC/Builtin/Types.hs:2488) orderingTyCon (compiler/GHC/Builtin/Types.hs:2317) ordLTDataCon (compiler/GHC/Builtin/Types.hs:2321) ordLTDataConId (compiler/GHC/Builtin/Types.hs:2326) ordEQDataCon (compiler/GHC/Builtin/Types.hs:2322) ordEQDataConId (compiler/GHC/Builtin/Types.hs:2327) ordGTDataCon (compiler/GHC/Builtin/Types.hs:2323) ordGTDataConId (compiler/GHC/Builtin/Types.hs:2328) promotedLTDataCon (compiler/GHC/Builtin/Types.hs:2502) promotedEQDataCon (compiler/GHC/Builtin/Types.hs:2503) promotedGTDataCon (compiler/GHC/Builtin/Types.hs:2504) BoxingInfo (compiler/GHC/Builtin/Types.hs:2156) charTyCon (compiler/GHC/Builtin/Types.hs:2043) charDataCon (compiler/GHC/Builtin/Types.hs:2048) charTyCon_RDR (compiler/GHC/Builtin/Types.hs:603) charTy (compiler/GHC/Builtin/Types.hs:2040) stringTy (compiler/GHC/Builtin/Types.hs:2051) charTyConName (compiler/GHC/Builtin/Types.hs:384) stringTyCon_RDR (compiler/GHC/Builtin/Types.hs:604) doubleTyCon (compiler/GHC/Builtin/Types.hs:2107) doubleDataCon (compiler/GHC/Builtin/Types.hs:2113) doubleTy (compiler/GHC/Builtin/Types.hs:2104) doubleTyConName (compiler/GHC/Builtin/Types.hs:416) floatTyCon (compiler/GHC/Builtin/Types.hs:2096) floatDataCon (compiler/GHC/Builtin/Types.hs:2101) floatTy (compiler/GHC/Builtin/Types.hs:2093) floatTyConName (compiler/GHC/Builtin/Types.hs:414) intTyCon (compiler/GHC/Builtin/Types.hs:2065) intDataCon (compiler/GHC/Builtin/Types.hs:2069) intTyCon_RDR (compiler/GHC/Builtin/Types.hs:602) intDataCon_RDR (compiler/GHC/Builtin/Types.hs:605) intTyConName (compiler/GHC/Builtin/Types.hs:387) intTy (compiler/GHC/Builtin/Types.hs:2062) wordTyCon (compiler/GHC/Builtin/Types.hs:2075) wordDataCon (compiler/GHC/Builtin/Types.hs:2079) wordTyConName (compiler/GHC/Builtin/Types.hs:409) wordTy (compiler/GHC/Builtin/Types.hs:2072) word8TyCon (compiler/GHC/Builtin/Types.hs:2085) word8DataCon (compiler/GHC/Builtin/Types.hs:2090) word8Ty (compiler/GHC/Builtin/Types.hs:2082) listTyCon (compiler/GHC/Builtin/Types.hs:2346) listTyCon_RDR (compiler/GHC/Builtin/Types.hs:606) listTyConName (compiler/GHC/Builtin/Types.hs:396) listTyConKey (compiler/GHC/Builtin/Names.hs:1857) nilDataCon (compiler/GHC/Builtin/Types.hs:2350) nilDataConName (compiler/GHC/Builtin/Types.hs:397) nilDataConKey (compiler/GHC/Builtin/Names.hs:2136) consDataCon_RDR (compiler/GHC/Builtin/Types.hs:607) consDataCon (compiler/GHC/Builtin/Types.hs:2353) consDataConName (compiler/GHC/Builtin/Types.hs:398) promotedNilDataCon (compiler/GHC/Builtin/Types.hs:2509) promotedConsDataCon (compiler/GHC/Builtin/Types.hs:2508) mkListTy (compiler/GHC/Builtin/Types.hs:2343) maybeTyCon (compiler/GHC/Builtin/Types.hs:2366) maybeTyConName (compiler/GHC/Builtin/Types.hs:401) nothingDataCon (compiler/GHC/Builtin/Types.hs:2370) nothingDataConName (compiler/GHC/Builtin/Types.hs:403) promotedNothingDataCon (compiler/GHC/Builtin/Types.hs:2493) justDataCon (compiler/GHC/Builtin/Types.hs:2373) justDataConName (compiler/GHC/Builtin/Types.hs:405) promotedJustDataCon (compiler/GHC/Builtin/Types.hs:2494) mkPromotedMaybeTy (compiler/GHC/Builtin/Types.hs:2376) mkMaybeTy (compiler/GHC/Builtin/Types.hs:2380) isPromotedMaybeTy (compiler/GHC/Builtin/Types.hs:2383) mkTupleStr (compiler/GHC/Builtin/Types.hs:1066) tupleTyCon (compiler/GHC/Builtin/Types.hs:1167) tupleDataCon (compiler/GHC/Builtin/Types.hs:1180) tupleTyConName (compiler/GHC/Builtin/Types.hs:1172) tupleDataConName (compiler/GHC/Builtin/Types.hs:1185) promotedTupleDataCon (compiler/GHC/Builtin/Types.hs:1177) unitTyCon (compiler/GHC/Builtin/Types.hs:1324) unitDataCon (compiler/GHC/Builtin/Types.hs:1333) unitDataConId (compiler/GHC/Builtin/Types.hs:1336) unitTy (compiler/GHC/Builtin/Types.hs:2460) unitTyConKey (compiler/GHC/Builtin/Types.hs:1330) soloTyCon (compiler/GHC/Builtin/Types.hs:1339) soloDataConName (compiler/GHC/Builtin/Types.hs:1345) pairTyCon (compiler/GHC/Builtin/Types.hs:1348) mkPromotedPairTy (compiler/GHC/Builtin/Types.hs:1188) isPromotedPairType (compiler/GHC/Builtin/Types.hs:1191) unboxedUnitTy (compiler/GHC/Builtin/Types.hs:1351) unboxedUnitTyCon (compiler/GHC/Builtin/Types.hs:1354) unboxedUnitDataCon (compiler/GHC/Builtin/Types.hs:1360) mkConstraintTupleTy (compiler/GHC/Builtin/Types.hs:2470) cTupleTyCon (compiler/GHC/Builtin/Types.hs:1098) cTupleTyConName (compiler/GHC/Builtin/Types.hs:1103) cTupleTyConNames (compiler/GHC/Builtin/Types.hs:1106) isCTupleTyConName (compiler/GHC/Builtin/Types.hs:1112) cTupleDataCon (compiler/GHC/Builtin/Types.hs:1127) cTupleDataConName (compiler/GHC/Builtin/Types.hs:1132) cTupleDataConNames (compiler/GHC/Builtin/Types.hs:1135) cTupleSelId (compiler/GHC/Builtin/Types.hs:1140) cTupleSelIdName (compiler/GHC/Builtin/Types.hs:1164) anyTyCon (compiler/GHC/Builtin/Types.hs:537) anyTy (compiler/GHC/Builtin/Types.hs:546) anyTypeOfKind (compiler/GHC/Builtin/Types.hs:549) zonkAnyTyCon (compiler/GHC/Builtin/Types.hs:558) mkSumTy (compiler/GHC/Builtin/Types.hs:2482) typeSymbolKindCon (compiler/GHC/Builtin/Types.hs:755) typeSymbolKind (compiler/GHC/Builtin/Types.hs:758) isLiftedTypeKindTyConName (compiler/GHC/Core/TyCon.hs:2354) typeToTypeKind (compiler/GHC/Builtin/Types.hs:1702) tYPETyCon (compiler/GHC/Builtin/Types/Prim.hs:878) tYPETyConName (compiler/GHC/Builtin/Types/Prim.hs:884) tYPEKind (compiler/GHC/Builtin/Types/Prim.hs:887) cONSTRAINTTyCon (compiler/GHC/Builtin/Types/Prim.hs:891) cONSTRAINTTyConName (compiler/GHC/Builtin/Types/Prim.hs:897) cONSTRAINTKind (compiler/GHC/Builtin/Types/Prim.hs:900) constraintKind (compiler/GHC/Builtin/Types.hs:1686) liftedTypeKind (compiler/GHC/Builtin/Types.hs:1701) unliftedTypeKind (compiler/GHC/Builtin/Types.hs:1717) zeroBitTypeKind (compiler/GHC/Builtin/Types.hs:1922) constraintKindTyCon (compiler/GHC/Builtin/Types.hs:1676) liftedTypeKindTyCon (compiler/GHC/Builtin/Types.hs:1691) unliftedTypeKindTyCon (compiler/GHC/Builtin/Types.hs:1707) constraintKindTyConName (compiler/GHC/Builtin/Types.hs:1682) liftedTypeKindTyConName (compiler/GHC/Builtin/Types.hs:1697) unliftedTypeKindTyConName (compiler/GHC/Builtin/Types.hs:1713) liftedRepTyConName (compiler/GHC/Builtin/Types.hs:1933) unliftedRepTyConName (compiler/GHC/Builtin/Types.hs:1948) heqTyCon (compiler/GHC/Builtin/Types.hs:1520) heqTyConName (compiler/GHC/Builtin/Types.hs:373) heqClass (compiler/GHC/Builtin/Types.hs:1520) heqDataCon (compiler/GHC/Builtin/Types.hs:1520) eqTyCon (compiler/GHC/Builtin/Types.hs:1502) eqTyConName (compiler/GHC/Builtin/Types.hs:363) eqClass (compiler/GHC/Builtin/Types.hs:1502) eqDataCon (compiler/GHC/Builtin/Types.hs:1502) eqTyCon_RDR (compiler/GHC/Builtin/Types.hs:368) coercibleTyCon (compiler/GHC/Builtin/Types.hs:1538) coercibleTyConName (compiler/GHC/Builtin/Types.hs:379) coercibleDataCon (compiler/GHC/Builtin/Types.hs:1538) coercibleClass (compiler/GHC/Builtin/Types.hs:1538) runtimeRepTyCon (compiler/GHC/Builtin/Types.hs:1780) vecCountTyCon (compiler/GHC/Builtin/Types.hs:1985) vecElemTyCon (compiler/GHC/Builtin/Types.hs:2004) boxedRepDataConTyCon (compiler/GHC/Builtin/Types.hs:1817) runtimeRepTy (compiler/GHC/Builtin/Types.hs:1788) liftedRepTy (compiler/GHC/Builtin/Types.hs:1937) unliftedRepTy (compiler/GHC/Builtin/Types.hs:1952) zeroBitRepTy (compiler/GHC/Builtin/Types.hs:1907) vecRepDataConTyCon (compiler/GHC/Builtin/Types.hs:1982) tupleRepDataConTyCon (compiler/GHC/Builtin/Types.hs:1833) sumRepDataConTyCon (compiler/GHC/Builtin/Types.hs:1850) levityTyCon (compiler/GHC/Builtin/Types.hs:1732) levityTy (compiler/GHC/Builtin/Types.hs:1735) liftedDataConTyCon (compiler/GHC/Builtin/Types.hs:1744) unliftedDataConTyCon (compiler/GHC/Builtin/Types.hs:1747) liftedDataConTy (compiler/GHC/Builtin/Types.hs:1750) unliftedDataConTy (compiler/GHC/Builtin/Types.hs:1753) intRepDataConTy (compiler/GHC/Builtin/Types.hs:1885) int8RepDataConTy (compiler/GHC/Builtin/Types.hs:1886) int16RepDataConTy (compiler/GHC/Builtin/Types.hs:1886) int32RepDataConTy (compiler/GHC/Builtin/Types.hs:1886) int64RepDataConTy (compiler/GHC/Builtin/Types.hs:1886) wordRepDataConTy (compiler/GHC/Builtin/Types.hs:1887) word8RepDataConTy (compiler/GHC/Builtin/Types.hs:1888) word16RepDataConTy (compiler/GHC/Builtin/Types.hs:1888) word32RepDataConTy (compiler/GHC/Builtin/Types.hs:1888) word64RepDataConTy (compiler/GHC/Builtin/Types.hs:1888) addrRepDataConTy (compiler/GHC/Builtin/Types.hs:1889) floatRepDataConTy (compiler/GHC/Builtin/Types.hs:1890) doubleRepDataConTy (compiler/GHC/Builtin/Types.hs:1890) vec2DataConTy (compiler/GHC/Builtin/Types.hs:2000) vec4DataConTy (compiler/GHC/Builtin/Types.hs:2000) vec8DataConTy (compiler/GHC/Builtin/Types.hs:2000) vec16DataConTy (compiler/GHC/Builtin/Types.hs:2000) vec32DataConTy (compiler/GHC/Builtin/Types.hs:2000) vec64DataConTy (compiler/GHC/Builtin/Types.hs:2001) int8ElemRepDataConTy (compiler/GHC/Builtin/Types.hs:2027) int16ElemRepDataConTy (compiler/GHC/Builtin/Types.hs:2027) int32ElemRepDataConTy (compiler/GHC/Builtin/Types.hs:2027) int64ElemRepDataConTy (compiler/GHC/Builtin/Types.hs:2028) word8ElemRepDataConTy (compiler/GHC/Builtin/Types.hs:2028) word16ElemRepDataConTy (compiler/GHC/Builtin/Types.hs:2028) word32ElemRepDataConTy (compiler/GHC/Builtin/Types.hs:2029) word64ElemRepDataConTy (compiler/GHC/Builtin/Types.hs:2029) floatElemRepDataConTy (compiler/GHC/Builtin/Types.hs:2029) doubleElemRepDataConTy (compiler/GHC/Builtin/Types.hs:2030) multiplicityTyConName (compiler/GHC/Builtin/Types.hs:1580) oneDataConName (compiler/GHC/Builtin/Types.hs:1584) manyDataConName (compiler/GHC/Builtin/Types.hs:1585) multiplicityTy (compiler/GHC/Builtin/Types.hs:1588) multiplicityTyCon (compiler/GHC/Builtin/Types.hs:1591) oneDataCon (compiler/GHC/Builtin/Types.hs:1595) manyDataCon (compiler/GHC/Builtin/Types.hs:1596) oneDataConTy (compiler/GHC/Builtin/Types.hs:1599) manyDataConTy (compiler/GHC/Builtin/Types.hs:1600) oneDataConTyCon (compiler/GHC/Builtin/Types.hs:1603) manyDataConTyCon (compiler/GHC/Builtin/Types.hs:1604) multMulTyCon (compiler/GHC/Builtin/Types.hs:1611) unrestrictedFunTyCon (compiler/GHC/Builtin/Types.hs:1623) unrestrictedFunTyConName (compiler/GHC/Builtin/Types.hs:1635) integerTy (compiler/GHC/Builtin/Types.hs:2583) integerTyCon (compiler/GHC/Builtin/Types.hs:2586) integerTyConName (compiler/GHC/Builtin/Types.hs:2553) integerISDataCon (compiler/GHC/Builtin/Types.hs:2590) integerISDataConName (compiler/GHC/Builtin/Types.hs:2560) integerIPDataCon (compiler/GHC/Builtin/Types.hs:2593) integerIPDataConName (compiler/GHC/Builtin/Types.hs:2567) integerINDataCon (compiler/GHC/Builtin/Types.hs:2596) integerINDataConName (compiler/GHC/Builtin/Types.hs:2574) naturalTy (compiler/GHC/Builtin/Types.hs:2625) naturalTyCon (compiler/GHC/Builtin/Types.hs:2628) naturalTyConName (compiler/GHC/Builtin/Types.hs:2602) naturalNSDataCon (compiler/GHC/Builtin/Types.hs:2632) naturalNSDataConName (compiler/GHC/Builtin/Types.hs:2609) naturalNBDataCon (compiler/GHC/Builtin/Types.hs:2635) naturalNBDataConName (compiler/GHC/Builtin/Types.hs:2616) 54% ( 6 / 11) in 'GHC.Types.Name.Cache' Missing documentation for: initNameCache (compiler/GHC/Types/Name/Cache.hs:130) takeUniqFromNameCache (compiler/GHC/Types/Name/Cache.hs:102) lookupOrigNameCache (compiler/GHC/Types/Name/Cache.hs:105) extendOrigNameCache' (compiler/GHC/Types/Name/Cache.hs:119) extendOrigNameCache (compiler/GHC/Types/Name/Cache.hs:124) Warning: 'matchExpectedFunTys' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'mkFunTys' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'F' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'C' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '()' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'tcRepSplitTyConApp_maybe' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'm' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 't' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 's' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 39% (128 /323) in 'GHC.Tc.Utils.TcType' Missing documentation for: TcType (compiler/GHC/Tc/Utils/TcType.hs:343) TcSigmaType (compiler/GHC/Tc/Utils/TcType.hs:364) TcRhoType (compiler/GHC/Tc/Utils/TcType.hs:381) TcTauType (compiler/GHC/Tc/Utils/TcType.hs:382) TcPredType (compiler/GHC/Tc/Utils/TcType.hs:362) TcThetaType (compiler/GHC/Tc/Utils/TcType.hs:363) TcTyVarSet (compiler/GHC/Tc/Utils/TcType.hs:384) TcDTyVarSet (compiler/GHC/Tc/Utils/TcType.hs:386) TcTyCoVarSet (compiler/GHC/Tc/Utils/TcType.hs:385) TcDTyCoVarSet (compiler/GHC/Tc/Utils/TcType.hs:387) TcKind (compiler/GHC/Tc/Utils/TcType.hs:383) TcCoVar (compiler/GHC/Tc/Utils/TcType.hs:342) TcTyCoVar (compiler/GHC/Tc/Utils/TcType.hs:344) TcTyVarBinder (compiler/GHC/Tc/Utils/TcType.hs:351) TcInvisTVBinder (compiler/GHC/Tc/Utils/TcType.hs:352) TcReqTVBinder (compiler/GHC/Tc/Utils/TcType.hs:353) TcTyCon (compiler/GHC/Tc/Utils/TcType.hs:356) MonoTcTyCon (compiler/GHC/Tc/Utils/TcType.hs:357) PolyTcTyCon (compiler/GHC/Tc/Utils/TcType.hs:358) TcTyConBinder (compiler/GHC/Tc/Utils/TcType.hs:359) InferResult (compiler/GHC/Tc/Utils/TcType.hs:401) ExpSigmaType (compiler/GHC/Tc/Utils/TcType.hs:419) ExpRhoType (compiler/GHC/Tc/Utils/TcType.hs:434) ExpPatType (compiler/GHC/Tc/Utils/TcType.hs:464) mkCheckExpFunPatTy (compiler/GHC/Tc/Utils/TcType.hs:469) mkInvisExpPatType (compiler/GHC/Tc/Utils/TcType.hs:472) isVisibleExpPatType (compiler/GHC/Tc/Utils/TcType.hs:475) isExpFunPatType (compiler/GHC/Tc/Utils/TcType.hs:479) TcLevel (compiler/GHC/Tc/Utils/TcType.hs:689) topTcLevel (compiler/GHC/Tc/Utils/TcType.hs:791) pushTcLevel (compiler/GHC/Tc/Utils/TcType.hs:799) isTopTcLevel (compiler/GHC/Tc/Utils/TcType.hs:794) strictlyDeeperThan (compiler/GHC/Tc/Utils/TcType.hs:802) deeperThanOrSame (compiler/GHC/Tc/Utils/TcType.hs:806) sameDepthAs (compiler/GHC/Tc/Utils/TcType.hs:810) tcTypeLevel (compiler/GHC/Tc/Utils/TcType.hs:830) tcTyVarLevel (compiler/GHC/Tc/Utils/TcType.hs:821) maxTcLevel (compiler/GHC/Tc/Utils/TcType.hs:784) minTcLevel (compiler/GHC/Tc/Utils/TcType.hs:787) TcTyVarDetails (compiler/GHC/Tc/Utils/TcType.hs:592) pprTcTyVarDetails (compiler/GHC/Tc/Utils/TcType.hs:617) vanillaSkolemTvUnk (compiler/GHC/Tc/Utils/TcType.hs:610) MetaDetails (compiler/GHC/Tc/Utils/TcType.hs:624) skolemSkolInfo (compiler/GHC/Tc/Utils/TcType.hs:1137) isImmutableTyVar (compiler/GHC/Tc/Utils/TcType.hs:1115) isSkolemTyVar (compiler/GHC/Tc/Utils/TcType.hs:1130) isMetaTyVar (compiler/GHC/Tc/Utils/TcType.hs:1152) isMetaTyVarTy (compiler/GHC/Tc/Utils/TcType.hs:1214) isTyVarTy (compiler/GHC/Core/Type.hs:1028) tcIsTcTyVar (compiler/GHC/Tc/Utils/TcType.hs:1091) isTyVarTyVar (compiler/GHC/Tc/Utils/TcType.hs:1253) isOverlappableTyVar (compiler/GHC/Tc/Utils/TcType.hs:1145) isTyConableTyVar (compiler/GHC/Tc/Utils/TcType.hs:1120) isConcreteInfo (compiler/GHC/Tc/Utils/TcType.hs:1194) isAmbiguousTyVar (compiler/GHC/Tc/Utils/TcType.hs:1164) isCycleBreakerTyVar (compiler/GHC/Tc/Utils/TcType.hs:1172) metaTyVarRef (compiler/GHC/Tc/Utils/TcType.hs:1241) metaTyVarInfo (compiler/GHC/Tc/Utils/TcType.hs:1218) isFlexi (compiler/GHC/Tc/Utils/TcType.hs:1259) isIndirect (compiler/GHC/Tc/Utils/TcType.hs:1262) isRuntimeUnkSkol (compiler/GHC/Tc/Utils/TcType.hs:1267) metaTyVarTcLevel (compiler/GHC/Tc/Utils/TcType.hs:1229) setMetaTyVarTcLevel (compiler/GHC/Tc/Utils/TcType.hs:1247) metaTyVarTcLevel_maybe (compiler/GHC/Tc/Utils/TcType.hs:1235) isTouchableMetaTyVar (compiler/GHC/Tc/Utils/TcType.hs:1104) isPromotableMetaTyVar (compiler/GHC/Tc/Utils/TcType.hs:1096) findDupTyVarTvs (compiler/GHC/Tc/Utils/TcType.hs:1278) mkTyVarNamePairs (compiler/GHC/Tc/Utils/TcType.hs:1273) mkSigmaTy (compiler/GHC/Tc/Utils/TcType.hs:1315) mkPhiTy (compiler/GHC/Tc/Utils/TcType.hs:1324) tcMkPhiTy (compiler/GHC/Tc/Utils/TcType.hs:1330) tcMkDFunSigmaTy (compiler/GHC/Tc/Utils/TcType.hs:1318) tcMkDFunPhiTy (compiler/GHC/Tc/Utils/TcType.hs:1334) tcSplitForAllTyVarBinder_maybe (compiler/GHC/Tc/Utils/TcType.hs:1381) tcSplitForAllTyVarsReqTVBindersN (compiler/GHC/Tc/Utils/TcType.hs:1413) tcSplitPhiTy (compiler/GHC/Tc/Utils/TcType.hs:1450) tcSplitPredFunTy_maybe (compiler/GHC/Tc/Utils/TcType.hs:1441) tcSplitFunTy_maybe (compiler/GHC/Tc/Utils/TcType.hs:1545) tcSplitFunTys (compiler/GHC/Tc/Utils/TcType.hs:1537) tcFunArgTy (compiler/GHC/Tc/Utils/TcType.hs:1581) tcFunResultTy (compiler/GHC/Tc/Utils/TcType.hs:1584) tcSplitTyConApp (compiler/GHC/Core/Type.hs:1667) tcTyConAppTyCon (compiler/GHC/Tc/Utils/TcType.hs:1518) tcTyConAppArgs (compiler/GHC/Tc/Utils/TcType.hs:1531) tcSplitAppTy_maybe (compiler/GHC/Tc/Utils/TcType.hs:1596) tcSplitAppTy (compiler/GHC/Tc/Utils/TcType.hs:1600) tcSplitAppTys (compiler/GHC/Tc/Utils/TcType.hs:1605) tcSplitSigmaTyBndrs (compiler/GHC/Tc/Utils/TcType.hs:1467) tcSplitIOType_maybe (compiler/GHC/Tc/Utils/TcType.hs:2054) isSigmaTy (compiler/GHC/Tc/Utils/TcType.hs:1904) isRhoTy (compiler/GHC/Tc/Utils/TcType.hs:1911) isOverloadedTy (compiler/GHC/Tc/Utils/TcType.hs:1924) isDoubleTy (compiler/GHC/Tc/Utils/TcType.hs:1935) isFloatTy (compiler/GHC/Tc/Utils/TcType.hs:1934) isIntTy (compiler/GHC/Tc/Utils/TcType.hs:1940) isWordTy (compiler/GHC/Tc/Utils/TcType.hs:1941) isIntegerTy (compiler/GHC/Tc/Utils/TcType.hs:1938) isNaturalTy (compiler/GHC/Tc/Utils/TcType.hs:1939) isBoolTy (compiler/GHC/Tc/Utils/TcType.hs:1942) isUnitTy (compiler/GHC/Tc/Utils/TcType.hs:1943) isCharTy (compiler/GHC/Tc/Utils/TcType.hs:1944) isTauTy (compiler/GHC/Core/Type.hs:2210) isTauTyCon (compiler/GHC/Core/TyCon.hs:2106) tcIsTyVarTy (compiler/GHC/Tc/Utils/TcType.hs:1614) isPredTy (compiler/GHC/Core/Type.hs:2747) isTyVarClassPred (compiler/GHC/Tc/Utils/TcType.hs:1680) checkValidClsArgs (compiler/GHC/Tc/Utils/TcType.hs:1691) hasTyVarHead (compiler/GHC/Tc/Utils/TcType.hs:1699) isRigidTy (compiler/GHC/Tc/Utils/TcType.hs:1980) nonDetCmpType (compiler/GHC/Core/TyCo/Compare.hs:541) nonDetCmpTypes (compiler/GHC/Core/TyCo/Compare.hs:555) tcEqKind (compiler/GHC/Core/TyCo/Compare.hs:88) eqVarBndrs (compiler/GHC/Core/TyCo/Compare.hs:520) deNoteType (compiler/GHC/Tc/Utils/TcType.hs:2030) getDFunTyKey (compiler/GHC/Tc/Utils/TcType.hs:1339) evVarPred (compiler/GHC/Tc/Utils/TcType.hs:1707) mkMinimalBySCs (compiler/GHC/Tc/Utils/TcType.hs:1763) transSuperClasses (compiler/GHC/Tc/Utils/TcType.hs:1811) pickCapturedPreds (compiler/GHC/Tc/Utils/TcType.hs:1740) immSuperClasses (compiler/GHC/Tc/Utils/TcType.hs:1827) boxEqPred (compiler/GHC/Tc/Utils/TcType.hs:1720) isImprovementPred (compiler/GHC/Tc/Utils/TcType.hs:1834) exactTyCoVarsOfType (compiler/GHC/Tc/Utils/TcType.hs:1070) exactTyCoVarsOfTypes (compiler/GHC/Tc/Utils/TcType.hs:1071) anyRewritableTyVar (compiler/GHC/Tc/Utils/TcType.hs:1005) anyRewritableTyFamApp (compiler/GHC/Tc/Utils/TcType.hs:1022) pSizeZero (compiler/GHC/Tc/Utils/TcType.hs:2205) pSizeOne (compiler/GHC/Tc/Utils/TcType.hs:2206) pSizeType (compiler/GHC/Tc/Utils/TcType.hs:2248) pSizeTypeX (compiler/GHC/Tc/Utils/TcType.hs:2256) pSizeTypes (compiler/GHC/Tc/Utils/TcType.hs:2251) pSizeClassPred (compiler/GHC/Tc/Utils/TcType.hs:2290) pSizeClassPredX (compiler/GHC/Tc/Utils/TcType.hs:2293) pSizeTyConApp (compiler/GHC/Tc/Utils/TcType.hs:2274) noMoreTyVars (compiler/GHC/Tc/Utils/TcType.hs:2233) allDistinctTyVars (compiler/GHC/Tc/Utils/TcType.hs:2326) TypeSize (compiler/GHC/Tc/Utils/TcType.hs:2334) sizeType (compiler/GHC/Tc/Utils/TcType.hs:2338) sizeTypes (compiler/GHC/Tc/Utils/TcType.hs:2341) isStuckTypeFamily (compiler/GHC/Tc/Utils/TcType.hs:2303) liftedTypeKind (compiler/GHC/Builtin/Types.hs-boot:23) constraintKind (compiler/GHC/Builtin/Types.hs:1686) Type (compiler/GHC/Core/TyCo/Rep.hs:125) mkVisFunTy (compiler/GHC/Core/TyCo/Rep.hs:740) mkVisFunTysMany (compiler/GHC/Core/TyCo/Rep.hs:750) mkScaledFunTys (compiler/GHC/Core/TyCo/Rep.hs:760) mkInvisFunTy (compiler/GHC/Core/TyCo/Rep.hs:729) mkInvisFunTys (compiler/GHC/Core/TyCo/Rep.hs:733) mkAppTys (compiler/GHC/Core/Type.hs:1095) mkTyVarTy (compiler/GHC/Core/TyCo/Rep.hs:691) mkTyVarTys (compiler/GHC/Core/TyCo/Rep.hs:695) mkTyCoVarTy (compiler/GHC/Core/TyCo/Rep.hs:698) mkTyCoVarTys (compiler/GHC/Core/TyCo/Rep.hs:705) isClassPred (compiler/GHC/Core/Predicate.hs:229) isEqPrimPred (compiler/GHC/Core/Predicate.hs:243) isIPLikePred (compiler/GHC/Core/Predicate.hs:340) isEqPred (compiler/GHC/Core/Predicate.hs:234) isEqualityClass (compiler/GHC/Core/Predicate.hs:249) mkClassPred (compiler/GHC/Core/Predicate.hs:99) tcSplitQuantPredTy (compiler/GHC/Tc/Utils/TcType.hs:1628) tcSplitDFunTy (compiler/GHC/Tc/Utils/TcType.hs:1635) tcSplitDFunHead (compiler/GHC/Tc/Utils/TcType.hs:1641) tcSplitMethodTy (compiler/GHC/Tc/Utils/TcType.hs:1654) emptySubst (compiler/GHC/Core/TyCo/Subst.hs:254) mkEmptySubst (compiler/GHC/Core/TyCo/Subst.hs:257) notElemSubst (compiler/GHC/Core/TyCo/Subst.hs:325) unionSubst (compiler/GHC/Core/TyCo/Subst.hs:424) getTvSubstEnv (compiler/GHC/Core/TyCo/Subst.hs:291) extendTvSubstAndInScope (compiler/GHC/Core/TyCo/Subst.hs:405) lookupTyVar (compiler/GHC/Core/TyCo/Subst.hs:837) extendTCvSubst (compiler/GHC/Core/TyCo/Subst.hs:352) substTyVarBndr (compiler/GHC/Core/TyCo/Subst.hs:1002) isInScope (compiler/GHC/Core/TyCo/Subst.hs:313) mkTCvSubst (compiler/GHC/Core/TyCo/Subst.hs:274) zipCoEnv (compiler/GHC/Core/TyCo/Subst.hs:498) substScaledTys (compiler/GHC/Core/TyCo/Subst.hs:739) substScaledTyUnchecked (compiler/GHC/Core/TyCo/Subst.hs:728) isUnboxedTupleType (compiler/GHC/Core/Type.hs:2429) tyCoVarsOfType (compiler/GHC/Core/TyCo/FVs.hs:292) tyCoVarsOfTypes (compiler/GHC/Core/TyCo/FVs.hs:297) closeOverKinds (compiler/GHC/Core/TyCo/FVs.hs:460) tyCoFVsOfTypes (compiler/GHC/Core/TyCo/FVs.hs:608) noFreeVarsOfType (compiler/GHC/Core/TyCo/FVs.hs:965) pprKind (compiler/GHC/Core/TyCo/Ppr.hs:100) pprParendKind (compiler/GHC/Core/TyCo/Ppr.hs:101) pprSigmaType (compiler/GHC/Core/TyCo/Ppr.hs:162) pprType (compiler/GHC/Core/TyCo/Ppr.hs:77) pprParendType (compiler/GHC/Core/TyCo/Ppr.hs:78) pprTypeApp (compiler/GHC/Core/TyCo/Ppr.hs:327) pprTheta (compiler/GHC/Core/TyCo/Ppr.hs:152) pprParendTheta (compiler/GHC/Core/TyCo/Ppr.hs:155) pprThetaArrowTy (compiler/GHC/Core/TyCo/Ppr.hs:158) pprClassPred (compiler/GHC/Core/TyCo/Ppr.hs:148) pprTCvBndr (compiler/GHC/Core/TyCo/Ppr.hs:176) pprTCvBndrs (compiler/GHC/Core/TyCo/Ppr.hs:173) 66% ( 2 / 3) in 'GHC.Core.Coercion.Opt' Missing documentation for: Module header 17% ( 11 / 62) in 'GHC.Iface.Syntax' Missing documentation for: Module header IfaceDecl (compiler/GHC/Iface/Syntax.hs:132) IfaceFamTyConFlav (compiler/GHC/Iface/Syntax.hs:227) IfaceClassOp (compiler/GHC/Iface/Syntax.hs:237) IfaceAT (compiler/GHC/Iface/Syntax.hs:245) IfaceConDecl (compiler/GHC/Iface/Syntax.hs:273) IfaceConDecls (compiler/GHC/Iface/Syntax.hs:260) IfaceEqSpec (compiler/GHC/Iface/Syntax.hs:303) IfaceExpr (compiler/GHC/Iface/Syntax.hs:616) IfaceAlt (compiler/GHC/Iface/Syntax.hs:640) IfaceLetBndr (compiler/GHC/Iface/Syntax.hs:659) IfaceBinding (compiler/GHC/Iface/Syntax.hs:649) IfaceBindingX (compiler/GHC/Iface/Syntax.hs:651) IfaceMaybeRhs (compiler/GHC/Iface/Syntax.hs:665) IfaceConAlt (compiler/GHC/Iface/Syntax.hs:645) IfaceIdInfo (compiler/GHC/Iface/Syntax.hs:389) IfaceIdDetails (compiler/GHC/Iface/Syntax.hs:423) IfaceUnfolding (compiler/GHC/Iface/Syntax.hs:405) IfGuidance (compiler/GHC/Iface/Syntax.hs:414) IfaceInfoItem (compiler/GHC/Iface/Syntax.hs:391) IfaceRule (compiler/GHC/Iface/Syntax.hs:340) IfaceAnnotation (compiler/GHC/Iface/Syntax.hs:364) IfaceAnnTarget (compiler/GHC/Iface/Syntax.hs:370) IfaceWarnings (compiler/GHC/Iface/Syntax.hs:352) IfaceWarningTxt (compiler/GHC/Iface/Syntax.hs:357) IfaceStringLiteral (compiler/GHC/Iface/Syntax.hs:361) IfaceClsInst (compiler/GHC/Iface/Syntax.hs:314) IfaceFamInst (compiler/GHC/Iface/Syntax.hs:333) IfaceTickish (compiler/GHC/Iface/Syntax.hs:634) IfaceClassBody (compiler/GHC/Iface/Syntax.hs:195) IfaceBooleanFormula (compiler/GHC/Iface/Syntax.hs:206) IfaceAxBranch (compiler/GHC/Iface/Syntax.hs:251) IfaceTyConParent (compiler/GHC/Iface/Syntax.hs:219) IfaceCompleteMatch (compiler/GHC/Iface/Syntax.hs:372) IfaceTopBndrInfo (compiler/GHC/Iface/Syntax.hs:661) putIfaceTopBndr (compiler/GHC/Iface/Syntax.hs:125) getIfaceTopBndr (compiler/GHC/Iface/Syntax.hs:122) ifaceDeclImplicitBndrs (compiler/GHC/Iface/Syntax.hs:519) visibleIfConDecls (compiler/GHC/Iface/Syntax.hs:502) ifaceDeclFingerprints (compiler/GHC/Iface/Syntax.hs:581) fromIfaceBooleanFormula (compiler/GHC/Iface/Syntax.hs:213) fromIfaceWarnings (compiler/GHC/Iface/Syntax.hs:591) fromIfaceWarningTxt (compiler/GHC/Iface/Syntax.hs:597) freeNamesIfDecl (compiler/GHC/Iface/Syntax.hs:1606) freeNamesIfRule (compiler/GHC/Iface/Syntax.hs:1877) freeNamesIfFamInst (compiler/GHC/Iface/Syntax.hs:1885) freeNamesIfConDecls (compiler/GHC/Iface/Syntax.hs:1713) pprIfaceDecl (compiler/GHC/Iface/Syntax.hs:902) AltPpr (compiler/GHC/Iface/Type.hs:1363) ShowSub (compiler/GHC/Iface/Type.hs:1356) ShowHowMuch (compiler/GHC/Iface/Type.hs:1365) 0% ( 0 / 2) in 'GHC.Unit.Module.WholeCoreBindings' Missing documentation for: Module header WholeCoreBindings (compiler/GHC/Unit/Module/WholeCoreBindings.hs:59) Warning: 'forall' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '->' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 48% ( 68 /141) in 'GHC.Hs.Type' Missing documentation for: Module header hsMult (compiler/Language/Haskell/Syntax/Type.hs:964) hsScaledThing (compiler/Language/Haskell/Syntax/Type.hs:967) EpLinearArrow (compiler/GHC/Hs/Type.hs:453) hsLinear (compiler/GHC/Hs/Type.hs:482) hsUnrestricted (compiler/GHC/Hs/Type.hs:490) isUnrestricted (compiler/GHC/Hs/Type.hs:498) pprHsArrow (compiler/GHC/Hs/Type.hs:516) HsCoreTy (compiler/GHC/Hs/Type.hs:446) EpAnnForallTy (compiler/GHC/Hs/Type.hs:171) HsBndrVis (compiler/Language/Haskell/Syntax/Type.hs:727) isHsBndrInvisible (compiler/Language/Haskell/Syntax/Type.hs:745) HsTyPat (compiler/Language/Haskell/Syntax/Type.hs:451) HsTyPatRn (compiler/GHC/Hs/Type.hs:243) tpBuilderExplicitTV (compiler/GHC/Hs/Type.hs:260) tpBuilderPatSig (compiler/GHC/Hs/Type.hs:263) buildHsTyPatRn (compiler/GHC/Hs/Type.hs:280) builderFromHsTyPatRn (compiler/GHC/Hs/Type.hs:288) fromMaybeContext (compiler/GHC/Hs/Type.hs:162) hsIPNameFS (compiler/Language/Haskell/Syntax/Type.hs:698) numVisibleArgs (compiler/GHC/Hs/Type.hs:713) LHsTypeArg (compiler/Language/Haskell/Syntax/Type.hs:1249) OutputableBndrFlag (compiler/GHC/Hs/Type.hs:1125) getBangType (compiler/GHC/Hs/Type.hs:143) getBangStrictness (compiler/GHC/Hs/Type.hs:149) pprConDeclFields (compiler/GHC/Hs/Type.hs:1287) mkFieldOcc (compiler/GHC/Hs/Type.hs:1052) mkAmbiguousFieldOcc (compiler/GHC/Hs/Type.hs:1077) ambiguousFieldOccRdrName (compiler/GHC/Hs/Type.hs:1080) ambiguousFieldOccLRdrName (compiler/GHC/Hs/Type.hs:1083) selectorAmbiguousFieldOcc (compiler/GHC/Hs/Type.hs:1087) unambiguousFieldOcc (compiler/GHC/Hs/Type.hs:1091) ambiguousFieldOcc (compiler/GHC/Hs/Type.hs:1095) mkAnonWildCardTy (compiler/GHC/Hs/Type.hs:621) pprAnonWildCard (compiler/GHC/Hs/Type.hs:1231) hsOuterTyVarNames (compiler/GHC/Hs/Type.hs:309) hsOuterExplicitBndrs (compiler/GHC/Hs/Type.hs:314) mapHsOuterImplicit (compiler/Language/Haskell/Syntax/Type.hs:685) mkHsOuterImplicit (compiler/GHC/Hs/Type.hs:318) mkHsOuterExplicit (compiler/GHC/Hs/Type.hs:322) mkHsImplicitSigType (compiler/GHC/Hs/Type.hs:326) mkHsExplicitSigType (compiler/GHC/Hs/Type.hs:333) mkHsWildCardBndrs (compiler/GHC/Hs/Type.hs:338) mkHsPatSigType (compiler/GHC/Hs/Type.hs:342) mkHsTyPat (compiler/GHC/Hs/Type.hs:346) mkEmptyWildCardBndrs (compiler/GHC/Hs/Type.hs:350) mkHsForAllVisTele (compiler/GHC/Hs/Type.hs:187) mkHsForAllInvisTele (compiler/GHC/Hs/Type.hs:192) mkHsQTvs (compiler/GHC/Hs/Type.hs:196) hsQTvExplicit (compiler/Language/Haskell/Syntax/Type.hs:354) emptyLHsQTvs (compiler/GHC/Hs/Type.hs:199) hsScopedTvs (compiler/GHC/Hs/Type.hs:542) hsScopedKvs (compiler/GHC/Hs/Type.hs:548) hsWcScopedTvs (compiler/GHC/Hs/Type.hs:534) dropWildCards (compiler/GHC/Hs/Type.hs:306) hsTyVarName (compiler/GHC/Hs/Type.hs:559) hsAllLTyVarNames (compiler/GHC/Hs/Type.hs:577) hsLTyVarLocNames (compiler/GHC/Hs/Type.hs:587) hsLTyVarName (compiler/GHC/Hs/Type.hs:562) hsLTyVarNames (compiler/GHC/Hs/Type.hs:565) hsForAllTelescopeNames (compiler/GHC/Hs/Type.hs:568) hsLTyVarLocName (compiler/GHC/Hs/Type.hs:583) hsExplicitLTyVarNames (compiler/GHC/Hs/Type.hs:573) splitHsFunType (compiler/GHC/Hs/Type.hs:659) mkHsOpTy (compiler/GHC/Hs/Type.hs:627) mkHsAppTy (compiler/GHC/Hs/Type.hs:630) mkHsAppTys (compiler/GHC/Hs/Type.hs:634) mkHsAppKindTy (compiler/GHC/Hs/Type.hs:639) ignoreParens (compiler/GHC/Hs/Type.hs:609) hsSigWcType (compiler/GHC/Hs/Type.hs:302) hsPatSigType (compiler/Language/Haskell/Syntax/Type.hs:471) pprHsType (compiler/GHC/Hs/Type.hs:1313) pprLHsContext (compiler/GHC/Hs/Type.hs:1273) Warning: 'RuleInfo' is ambiguous. It is defined * at compiler/GHC/Types/Id/Info.hs:757:5 * at compiler/GHC/Types/Id/Info.hs:756: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 compiler/GHC/Types/Id/Info.hs:756:1 Warning: 'Var' is ambiguous. It is defined * at compiler/GHC/Core.hs:249:5 * at compiler/GHC/Types/Var.hs:251: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 compiler/GHC/Types/Var.hs:251:1 68% ( 39 / 57) in 'GHC.Core.FVs' Missing documentation for: exprsFreeIds (compiler/GHC/Core/FVs.hs:123) varTypeTyCoVars (compiler/GHC/Core/FVs.hs:625) varTypeTyCoFVs (compiler/GHC/Core/FVs.hs:634) idUnfoldingVars (compiler/GHC/Core/FVs.hs:677) idFreeVars (compiler/GHC/Core/FVs.hs:642) dIdFreeVars (compiler/GHC/Core/FVs.hs:645) bndrRuleAndUnfoldingVarsDSet (compiler/GHC/Core/FVs.hs:654) bndrRuleAndUnfoldingIds (compiler/GHC/Core/FVs.hs:657) idFVs (compiler/GHC/Core/FVs.hs:649) idRuleVars (compiler/GHC/Core/FVs.hs:665) stableUnfoldingVars (compiler/GHC/Core/FVs.hs:683) orphNamesOfType (compiler/GHC/Core/FVs.hs:347) orphNamesOfTypes (compiler/GHC/Core/FVs.hs:378) orphNamesOfCo (compiler/GHC/Core/FVs.hs:385) orphNamesOfCoCon (compiler/GHC/Core/FVs.hs:419) FVAnn (compiler/GHC/Core/FVs.hs:547) CoreExprWithFVs' (compiler/GHC/Core/FVs.hs:564) freeVarsBind (compiler/GHC/Core/FVs.hs:708) Warning: 'InstEnvs' is ambiguous. It is defined * at compiler/GHC/Core/InstEnv.hs:440:17 * at compiler/GHC/Core/InstEnv.hs:440: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 compiler/GHC/Core/InstEnv.hs:440:1 Warning: 'Module' is ambiguous. It is defined * at compiler/GHC/Unit/Types.hs:123:23 * at compiler/GHC/Unit/Types.hs:130: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 compiler/GHC/Unit/Types.hs:130:1 25% ( 14 / 56) in 'GHC.Core.InstEnv' Missing documentation for: Module header InstMatch (compiler/GHC/Core/InstEnv.hs:924) ClsInstLookupResult (compiler/GHC/Core/InstEnv.hs:926) Canonical (compiler/GHC/Core/InstEnv.hs:1019) PotentialUnifiers (compiler/GHC/Core/InstEnv.hs:1022) getPotentialUnifiers (compiler/GHC/Core/InstEnv.hs:1060) nullUnifiers (compiler/GHC/Core/InstEnv.hs:1064) OverlapMode (compiler/GHC/Types/Basic.hs:802) setOverlapModeMaybe (compiler/GHC/Types/Basic.hs:769) DFunInstType (compiler/GHC/Core/InstEnv.hs:919) pprInstance (compiler/GHC/Core/InstEnv.hs:238) pprInstanceHdr (compiler/GHC/Core/InstEnv.hs:246) pprDFunId (compiler/GHC/Core/InstEnv.hs:229) pprInstances (compiler/GHC/Core/InstEnv.hs:254) instanceWarning (compiler/GHC/Core/InstEnv.hs:257) instanceHead (compiler/GHC/Core/InstEnv.hs:261) instanceSig (compiler/GHC/Core/InstEnv.hs:282) mkLocalClsInst (compiler/GHC/Core/InstEnv.hs:291) mkImportedClsInst (compiler/GHC/Core/InstEnv.hs:340) instanceDFunId (compiler/GHC/Core/InstEnv.hs:210) updateClsInstDFuns (compiler/GHC/Core/InstEnv.hs:217) updateClsInstDFun (compiler/GHC/Core/InstEnv.hs:213) InstEnv (compiler/GHC/Core/InstEnv.hs:430) mkInstEnv (compiler/GHC/Core/InstEnv.hs:467) emptyInstEnv (compiler/GHC/Core/InstEnv.hs:464) extendInstEnv (compiler/GHC/Core/InstEnv.hs:521) filterInstEnv (compiler/GHC/Core/InstEnv.hs:525) deleteFromInstEnv (compiler/GHC/Core/InstEnv.hs:536) deleteDFunFromInstEnv (compiler/GHC/Core/InstEnv.hs:541) anyInstEnv (compiler/GHC/Core/InstEnv.hs:529) extendInstEnvList (compiler/GHC/Core/InstEnv.hs:518) instEnvElts (compiler/GHC/Core/InstEnv.hs:470) instEnvClasses (compiler/GHC/Core/InstEnv.hs:478) mapInstEnv (compiler/GHC/Core/InstEnv.hs:533) classInstances (compiler/GHC/Core/InstEnv.hs:495) instanceBindFun (compiler/GHC/Core/InstEnv.hs:1521) classNameInstances (compiler/GHC/Core/InstEnv.hs:498) instanceCantMatch (compiler/GHC/Core/RoughMap.hs:296) roughMatchTcs (compiler/GHC/Core/RoughMap.hs:312) isOverlappable (compiler/GHC/Core/InstEnv.hs:131) isOverlapping (compiler/GHC/Core/InstEnv.hs:132) isIncoherent (compiler/GHC/Core/InstEnv.hs:133) Warning: 'Typeable' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Coercion' is ambiguous. It is defined * at compiler/GHC/Core.hs:259:5 * at compiler/GHC/Core/TyCo/Rep.hs:841: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 compiler/GHC/Core/TyCo/Rep.hs:841:1 Warning: 'Type' is ambiguous. It is defined * at compiler/GHC/Core.hs:258:5 * at compiler/GHC/Core/TyCo/Rep.hs:125: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 compiler/GHC/Core/TyCo/Rep.hs:125:1 23% ( 19 / 81) in 'GHC.Tc.Types.Evidence' Missing documentation for: Module header HsWrapper (compiler/GHC/Tc/Types/Evidence.hs:128) <.> (compiler/GHC/Tc/Types/Evidence.hs:200) mkWpTyApps (compiler/GHC/Tc/Types/Evidence.hs:250) mkWpEvApps (compiler/GHC/Tc/Types/Evidence.hs:253) mkWpEvVarApps (compiler/GHC/Tc/Types/Evidence.hs:256) mkWpTyLams (compiler/GHC/Tc/Types/Evidence.hs:259) mkWpForAllCast (compiler/GHC/Tc/Types/Evidence.hs:268) mkWpEvLams (compiler/GHC/Tc/Types/Evidence.hs:277) mkWpLet (compiler/GHC/Tc/Types/Evidence.hs:281) mkWpCastN (compiler/GHC/Tc/Types/Evidence.hs:243) mkWpCastR (compiler/GHC/Tc/Types/Evidence.hs:237) mkWpEta (compiler/GHC/Tc/Types/Evidence.hs:227) collectHsWrapBinders (compiler/GHC/Tc/Types/Evidence.hs:324) idHsWrapper (compiler/GHC/Tc/Types/Evidence.hs:293) isIdHsWrapper (compiler/GHC/Tc/Types/Evidence.hs:296) pprHsWrapper (compiler/GHC/Tc/Types/Evidence.hs:919) TcEvBinds (compiler/GHC/Tc/Types/Evidence.hs:346) EvBindsVar (compiler/GHC/Tc/Types/Evidence.hs:354) EvBindMap (compiler/GHC/Tc/Types/Evidence.hs:403) emptyEvBindMap (compiler/GHC/Tc/Types/Evidence.hs:427) extendEvBinds (compiler/GHC/Tc/Types/Evidence.hs:430) lookupEvBind (compiler/GHC/Tc/Types/Evidence.hs:439) evBindMapBinds (compiler/GHC/Tc/Types/Evidence.hs:442) foldEvBindMap (compiler/GHC/Tc/Types/Evidence.hs:445) nonDetStrictFoldEvBindMap (compiler/GHC/Tc/Types/Evidence.hs:451) filterEvBindMap (compiler/GHC/Tc/Types/Evidence.hs:454) isEmptyEvBindMap (compiler/GHC/Tc/Types/Evidence.hs:436) evBindMapToVarSet (compiler/GHC/Tc/Types/Evidence.hs:458) varSetMinusEvBindMap (compiler/GHC/Tc/Types/Evidence.hs:461) EvBindInfo (compiler/GHC/Tc/Types/Evidence.hs:466) EvBind (compiler/GHC/Tc/Types/Evidence.hs:474) emptyTcEvBinds (compiler/GHC/Tc/Types/Evidence.hs:823) isEmptyTcEvBinds (compiler/GHC/Tc/Types/Evidence.hs:826) mkGivenEvBind (compiler/GHC/Tc/Types/Evidence.hs:488) mkWantedEvBind (compiler/GHC/Tc/Types/Evidence.hs:484) evBindVar (compiler/GHC/Tc/Types/Evidence.hs:481) isCoEvBindsVar (compiler/GHC/Tc/Types/Evidence.hs:399) EvTerm (compiler/GHC/Tc/Types/Evidence.hs:495) EvExpr (compiler/GHC/Tc/Types/Evidence.hs:509) evCoercion (compiler/GHC/Tc/Types/Evidence.hs:521) evDFunApp (compiler/GHC/Tc/Types/Evidence.hs:530) evDataConApp (compiler/GHC/Tc/Types/Evidence.hs:533) evSelector (compiler/GHC/Tc/Types/Evidence.hs:540) mkEvCast (compiler/GHC/Tc/Types/Evidence.hs:803) evVarsOfTerm (compiler/GHC/Tc/Types/Evidence.hs:875) mkEvScSelectors (compiler/GHC/Tc/Types/Evidence.hs:815) evTypeable (compiler/GHC/Tc/Types/Evidence.hs:544) findNeededEvVars (compiler/GHC/Tc/Types/Evidence.hs:858) evTermCoercion (compiler/GHC/Tc/Types/Evidence.hs:844) evTermCoercion_maybe (compiler/GHC/Tc/Types/Evidence.hs:832) TcCoercion (compiler/GHC/Tc/Types/Evidence.hs:105) TcCoercionR (compiler/GHC/Tc/Types/Evidence.hs:107) TcCoercionN (compiler/GHC/Tc/Types/Evidence.hs:106) TcCoercionP (compiler/GHC/Tc/Types/Evidence.hs:108) TcMCoercion (compiler/GHC/Tc/Types/Evidence.hs:109) TcMCoercionN (compiler/GHC/Tc/Types/Evidence.hs:110) TcMCoercionR (compiler/GHC/Tc/Types/Evidence.hs:111) LeftOrRight (compiler/GHC/Types/Basic.hs:150) pickLR (compiler/GHC/Types/Basic.hs:154) QuoteWrapper (compiler/GHC/Tc/Types/Evidence.hs:1028) quoteWrapperTyVarTy (compiler/GHC/Tc/Types/Evidence.hs:1031) Warning: 'Z' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'S' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: GHC.Hs.Binds: Could not find documentation for exported module: GHC.Hs.Binds 27% ( 12 / 44) in 'GHC.Hs.Binds' Missing documentation for: Module header ppr_sig (compiler/GHC/Hs/Binds.hs:823) NHsValBindsLR (compiler/GHC/Hs/Binds.hs:85) XVarBindGhc (compiler/GHC/Hs/Binds.hs:127) setTcMultAnn (compiler/GHC/Hs/Binds.hs:158) getTcMultAnn (compiler/GHC/Hs/Binds.hs:163) pprDeclList (compiler/GHC/Hs/Binds.hs:502) pprLHsBindsForUser (compiler/GHC/Hs/Binds.hs:483) pprLHsBinds (compiler/GHC/Hs/Binds.hs:469) isEmptyLHsBinds (compiler/GHC/Hs/Binds.hs:524) emptyLocalBinds (compiler/GHC/Hs/Binds.hs:506) eqEmptyLocalBinds (compiler/GHC/Hs/Binds.hs:509) isEmptyValBinds (compiler/GHC/Hs/Binds.hs:513) emptyValBindsIn (compiler/GHC/Hs/Binds.hs:517) emptyValBindsOut (compiler/GHC/Hs/Binds.hs:518) emptyLHsBinds (compiler/GHC/Hs/Binds.hs:521) plusHsValBinds (compiler/GHC/Hs/Binds.hs:529) pprHsMultAnn (compiler/GHC/Hs/Binds.hs:540) ppr_monobind (compiler/GHC/Hs/Binds.hs:552) pprTicks (compiler/GHC/Hs/Binds.hs:649) pprTcSpecPrags (compiler/GHC/Hs/Binds.hs:926) isEmptyIPBindsPR (compiler/GHC/Hs/Binds.hs:677) isEmptyIPBindsTc (compiler/GHC/Hs/Binds.hs:680) AnnSig (compiler/GHC/Hs/Binds.hs:776) noSpecPrags (compiler/GHC/Hs/Binds.hs:808) hasSpecPrags (compiler/GHC/Hs/Binds.hs:811) isDefaultMethod (compiler/GHC/Hs/Binds.hs:815) pprVarSig (compiler/GHC/Hs/Binds.hs:915) pprSpec (compiler/GHC/Hs/Binds.hs:920) pprMinimalSig (compiler/GHC/Hs/Binds.hs:935) hsSigDoc (compiler/GHC/Hs/Binds.hs:869) pragBrackets (compiler/GHC/Hs/Binds.hs:906) Warning: 'co' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'pat' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 40% ( 19 / 47) in 'GHC.Hs.Pat' Missing documentation for: Module header LPat (compiler/Language/Haskell/Syntax/Pat.hs:56) isInvisArgPat (compiler/Language/Haskell/Syntax/Pat.hs:243) isVisArgPat (compiler/Language/Haskell/Syntax/Pat.hs:247) EpAnnSumPat (compiler/GHC/Hs/Pat.hs:261) ConLikeP (compiler/Language/Haskell/Syntax/Pat.hs:231) HsPatExpansion (compiler/GHC/Hs/Pat.hs:297) hsConPatArgs (compiler/Language/Haskell/Syntax/Pat.hs:253) hsConPatTyArgs (compiler/Language/Haskell/Syntax/Pat.hs:258) hsRecFields (compiler/Language/Haskell/Syntax/Pat.hs:375) hsRecFieldSel (compiler/Language/Haskell/Syntax/Pat.hs:381) hsRecFieldId (compiler/GHC/Hs/Pat.hs:330) hsRecFieldsArgs (compiler/Language/Haskell/Syntax/Pat.hs:378) hsRecUpdFieldId (compiler/GHC/Hs/Pat.hs:336) hsRecUpdFieldOcc (compiler/GHC/Hs/Pat.hs:339) hsRecUpdFieldRdr (compiler/GHC/Hs/Pat.hs:333) mkPrefixConPat (compiler/GHC/Hs/Pat.hs:506) mkCharLitPat (compiler/GHC/Hs/Pat.hs:522) mkNilPat (compiler/GHC/Hs/Pat.hs:519) isPatSyn (compiler/GHC/Hs/Pat.hs:782) looksLazyPatBind (compiler/GHC/Hs/Pat.hs:571) isBangedLPat (compiler/GHC/Hs/Pat.hs:558) isIrrefutableHsPatHelperM (compiler/GHC/Hs/Pat.hs:669) collectEvVarsPat (compiler/GHC/Hs/Pat.hs:942) collectEvVarsPats (compiler/GHC/Hs/Pat.hs:936) pprParendLPat (compiler/GHC/Hs/Pat.hs:388) pprConArgs (compiler/GHC/Hs/Pat.hs:489) pprLPat (compiler/GHC/Hs/Pat.hs:376) Warning: 'RecTy' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'dataConBuilderDetails' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 40% ( 2 / 5) in 'GHC.Parser.Types' Missing documentation for: Module header SumOrTuple (compiler/GHC/Parser/Types.hs:29) pprSumOrTuple (compiler/GHC/Parser/Types.hs:35) Warning: 'forall' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'HsGroup' is ambiguous. It is defined * at compiler/Language/Haskell/Syntax/Decls.hs:213:5 * at compiler/Language/Haskell/Syntax/Decls.hs:212: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 compiler/Language/Haskell/Syntax/Decls.hs:212:1 66% ( 97 /145) in 'GHC.Hs.Decls' Missing documentation for: LHsDecl (compiler/Language/Haskell/Syntax/Decls.hs:136) LHsFunDep (compiler/Language/Haskell/Syntax/Decls.hs:479) LHsDerivingClause (compiler/Language/Haskell/Syntax/Decls.hs:939) LDerivClauseTys (compiler/Language/Haskell/Syntax/Decls.hs:959) anyLConIsGadt (compiler/GHC/Hs/Decls.hs:988) StandaloneKindSig (compiler/Language/Haskell/Syntax/Decls.hs:991) standaloneKindSigName (compiler/GHC/Hs/Decls.hs:666) DataDeclRn (compiler/GHC/Hs/Decls.hs:349) tyClGroupTyClDecls (compiler/Language/Haskell/Syntax/Decls.hs:706) tyClGroupInstDecls (compiler/Language/Haskell/Syntax/Decls.hs:709) tyClGroupRoleDecls (compiler/Language/Haskell/Syntax/Decls.hs:712) tyClGroupKindSigs (compiler/Language/Haskell/Syntax/Decls.hs:715) tcdName (compiler/GHC/Hs/Decls.hs:416) tyFamInstDeclName (compiler/GHC/Hs/Decls.hs:383) tyFamInstDeclLName (compiler/GHC/Hs/Decls.hs:387) countTyClDecls (compiler/GHC/Hs/Decls.hs:399) pprTyClDeclFlavour (compiler/GHC/Hs/Decls.hs:505) tyClDeclLName (compiler/GHC/Hs/Decls.hs:392) tyClDeclTyVars (compiler/Language/Haskell/Syntax/Decls.hs:571) famResultKindSignature (compiler/GHC/Hs/Decls.hs:562) FunDep (compiler/Language/Haskell/Syntax/Decls.hs:473) ppDataDefnHeader (compiler/GHC/Hs/Decls.hs:712) pp_vanilla_decl_head (compiler/GHC/Hs/Decls.hs:488) FamilyInfo (compiler/Language/Haskell/Syntax/Decls.hs:859) instDeclDataFamInsts (compiler/GHC/Hs/Decls.hs:968) pprDataFamInstFlavour (compiler/GHC/Hs/Decls.hs:902) pprTyFamInstDecl (compiler/GHC/Hs/Decls.hs:863) pprHsFamInstLHS (compiler/GHC/Hs/Decls.hs:913) XViaStrategyPs (compiler/GHC/Hs/Decls.hs:1066) HsRuleRn (compiler/GHC/Hs/Decls.hs:1203) HsRuleAnn (compiler/GHC/Hs/Decls.hs:1208) collectRuleBndrSigTys (compiler/Language/Haskell/Syntax/Decls.hs:1671) flattenRuleDecls (compiler/GHC/Hs/Decls.hs:1223) pprFullRuleName (compiler/GHC/Hs/Decls.hs:1266) ForeignImport (compiler/Language/Haskell/Syntax/Decls.hs:1576) ForeignExport (compiler/Language/Haskell/Syntax/Decls.hs:1608) CImportSpec (compiler/Language/Haskell/Syntax/Decls.hs:1599) hsConDeclTheta (compiler/GHC/Hs/Decls.hs:704) getConNames (compiler/GHC/Hs/Decls.hs:688) docDeclDoc (compiler/Language/Haskell/Syntax/Decls.hs:1694) annProvenanceName_maybe (compiler/Language/Haskell/Syntax/Decls.hs:1759) roleAnnotDeclName (compiler/GHC/Hs/Decls.hs:1357) familyDeclLName (compiler/GHC/Hs/Decls.hs:556) familyDeclName (compiler/GHC/Hs/Decls.hs:559) emptyRdrGroup (compiler/GHC/Hs/Decls.hs:202) emptyRnGroup (compiler/GHC/Hs/Decls.hs:203) appendGroups (compiler/GHC/Hs/Decls.hs:228) hsGroupInstDecls (compiler/Language/Haskell/Syntax/Decls.hs:244) Warning: 'CoAxiom' is ambiguous. It is defined * at compiler/GHC/Core/Coercion/Axiom.hs:226:5 * at compiler/GHC/Core/Coercion/Axiom.hs:225: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 compiler/GHC/Core/Coercion/Axiom.hs:225:1 Warning: 'CoAxBranch' is ambiguous. It is defined * at compiler/GHC/Core/Coercion/Axiom.hs:241:5 * at compiler/GHC/Core/Coercion/Axiom.hs:240: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 compiler/GHC/Core/Coercion/Axiom.hs:240:1 21% ( 10 / 47) in 'GHC.Core.FamInstEnv' Missing documentation for: Module header FamInst (compiler/GHC/Core/FamInstEnv.hs:95) FamFlavor (compiler/GHC/Core/FamInstEnv.hs:133) famInstAxiom (compiler/GHC/Core/FamInstEnv.hs:183) famInstTyCon (compiler/GHC/Core/FamInstEnv.hs:196) famInstRHS (compiler/GHC/Core/FamInstEnv.hs:192) famInstsRepTyCons (compiler/GHC/Core/FamInstEnv.hs:200) famInstRepTyCon_maybe (compiler/GHC/Core/FamInstEnv.hs:204) dataFamInstRepTyCon (compiler/GHC/Core/FamInstEnv.hs:210) pprFamInst (compiler/GHC/Core/FamInstEnv.hs:237) pprFamInsts (compiler/GHC/Core/FamInstEnv.hs:257) orphNamesOfFamInst (compiler/GHC/Core/FamInstEnv.hs:216) mkImportedFamInst (compiler/GHC/Core/FamInstEnv.hs:314) mkLocalFamInst (compiler/GHC/Core/FamInstEnv.hs:268) FamInstEnvs (compiler/GHC/Core/FamInstEnv.hs:408) FamInstEnv (compiler/GHC/Core/FamInstEnv.hs:411) emptyFamInstEnv (compiler/GHC/Core/FamInstEnv.hs:434) extendFamInstEnv (compiler/GHC/Core/FamInstEnv.hs:463) extendFamInstEnvList (compiler/GHC/Core/FamInstEnv.hs:460) famInstEnvElts (compiler/GHC/Core/FamInstEnv.hs:437) famInstEnvSize (compiler/GHC/Core/FamInstEnv.hs:423) familyInstances (compiler/GHC/Core/FamInstEnv.hs:444) familyNameInstances (compiler/GHC/Core/FamInstEnv.hs:448) mkCoAxBranch (compiler/GHC/Core/FamInstEnv.hs:718) mkBranchedCoAxiom (compiler/GHC/Core/FamInstEnv.hs:741) mkUnbranchedCoAxiom (compiler/GHC/Core/FamInstEnv.hs:750) mkSingleCoAxiom (compiler/GHC/Core/FamInstEnv.hs:765) FamInstMatch (compiler/GHC/Core/FamInstEnv.hs:821) lookupFamInstEnv (compiler/GHC/Core/FamInstEnv.hs:845) lookupFamInstEnvConflicts (compiler/GHC/Core/FamInstEnv.hs:859) lookupFamInstEnvByTyCon (compiler/GHC/Core/FamInstEnv.hs:834) isDominatedBy (compiler/GHC/Core/FamInstEnv.hs:1136) compatibleBranches (compiler/GHC/Core/FamInstEnv.hs:576) topNormaliseType (compiler/GHC/Core/FamInstEnv.hs:1330) normaliseType (compiler/GHC/Core/FamInstEnv.hs:1401) normaliseTcApp (compiler/GHC/Core/FamInstEnv.hs:1407) reduceTyFamApp_maybe (compiler/GHC/Core/FamInstEnv.hs:1171) 5% ( 1 / 18) in 'GHC.Types.TypeEnv' Missing documentation for: Module header emptyTypeEnv (compiler/GHC/Types/TypeEnv.hs:51) lookupTypeEnv (compiler/GHC/Types/TypeEnv.hs:81) mkTypeEnv (compiler/GHC/Types/TypeEnv.hs:62) typeEnvFromEntities (compiler/GHC/Types/TypeEnv.hs:71) mkTypeEnvWithImplicits (compiler/GHC/Types/TypeEnv.hs:65) extendTypeEnv (compiler/GHC/Types/TypeEnv.hs:85) extendTypeEnvList (compiler/GHC/Types/TypeEnv.hs:88) extendTypeEnvWithIds (compiler/GHC/Types/TypeEnv.hs:91) plusTypeEnv (compiler/GHC/Types/TypeEnv.hs:95) typeEnvElts (compiler/GHC/Types/TypeEnv.hs:52) typeEnvTyCons (compiler/GHC/Types/TypeEnv.hs:53) typeEnvIds (compiler/GHC/Types/TypeEnv.hs:55) typeEnvPatSyns (compiler/GHC/Types/TypeEnv.hs:56) typeEnvDataCons (compiler/GHC/Types/TypeEnv.hs:57) typeEnvCoAxioms (compiler/GHC/Types/TypeEnv.hs:54) typeEnvClasses (compiler/GHC/Types/TypeEnv.hs:58) Warning: 'ModDetails' is ambiguous. It is defined * at compiler/GHC/Unit/Module/ModDetails.hs:19:19 * at compiler/GHC/Unit/Module/ModDetails.hs:19: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 compiler/GHC/Unit/Module/ModDetails.hs:19:1 Warning: 'ModIface' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ExternalPackageState' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Id' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'DFunId' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 66% ( 2 / 3) in 'GHC.Unit.Module.ModDetails' Missing documentation for: Module header Warning: 'DataCon' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'InstantiationSuggestion' is ambiguous. It is defined * at compiler/GHC/Types/Hint.hs:491:32 * at compiler/GHC/Types/Hint.hs:491: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 compiler/GHC/Types/Hint.hs:491:1 Warning: 'DriverUnexpectedSignature' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'qualified' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'NoExactName' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'SameName' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'BlockArguments' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'DeriveAnyClass' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'GeneralizedNewtypeDeriving' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'DerivingStrategies' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 75% ( 15 / 20) in 'GHC.Types.Hint' Missing documentation for: Module header LanguageExtensionHint (compiler/GHC/Types/Hint.hs:58) SimilarName (compiler/GHC/Types/Hint.hs:521) pprUntickedConstructor (compiler/GHC/Types/Hint.hs:531) useExtensionInOrderTo (compiler/GHC/Types/Hint.hs:121) 10% ( 3 / 29) in 'GHC.Builtin.PrimOps' Missing documentation for: Module header PrimOp (ghc-lib/stage0/compiler/build/primop-data-decl.hs-incl:1) PrimOpVecCat (compiler/GHC/Builtin/PrimOps.hs:97) allThePrimOps (compiler/GHC/Builtin/PrimOps.hs:104) primOpType (compiler/GHC/Builtin/PrimOps.hs:729) primOpSig (compiler/GHC/Builtin/PrimOps.hs:850) primOpResultType (compiler/GHC/Builtin/PrimOps.hs:737) primOpTag (ghc-lib/stage0/compiler/build/primop-tag.hs-incl:4) maxPrimOpTag (ghc-lib/stage0/compiler/build/primop-tag.hs-incl:2) primOpOcc (compiler/GHC/Builtin/PrimOps.hs:743) pprPrimOp (compiler/GHC/Builtin/PrimOps.hs:904) tagToEnumKey (compiler/GHC/Builtin/PrimOps.hs:108) primOpOutOfLine (ghc-lib/stage0/compiler/build/primop-out-of-line.hs-incl:1) primOpCodeSize (ghc-lib/stage0/compiler/build/primop-code-size.hs-incl:1) primOpOkForSpeculation (compiler/GHC/Builtin/PrimOps.hs:612) primOpOkToDiscard (compiler/GHC/Builtin/PrimOps.hs:618) primOpIsWorkFree (ghc-lib/stage0/compiler/build/primop-is-work-free.hs-incl:1) primOpIsCheap (ghc-lib/stage0/compiler/build/primop-is-cheap.hs-incl:1) primOpFixity (ghc-lib/stage0/compiler/build/primop-fixity.hs-incl:1) primOpDocs (ghc-lib/stage0/compiler/build/primop-docs.hs-incl:1) PrimOpEffect (compiler/GHC/Builtin/PrimOps.hs:600) primOpEffect (ghc-lib/stage0/compiler/build/primop-effects.hs-incl:1) getPrimOpResultInfo (compiler/GHC/Builtin/PrimOps.hs:869) isComparisonPrimOp (compiler/GHC/Builtin/PrimOps.hs:841) PrimOpResultInfo (compiler/GHC/Builtin/PrimOps.hs:859) PrimCall (compiler/GHC/Builtin/PrimOps.hs:916) 17% ( 13 / 73) in 'GHC.Stg.Syntax' Missing documentation for: Module header StgArg (compiler/GHC/Stg/Syntax.hs:137) GenStgBinding (compiler/GHC/Stg/Syntax.hs:125) GenStgExpr (compiler/GHC/Stg/Syntax.hs:251) GenStgRhs (compiler/GHC/Stg/Syntax.hs:458) GenStgAlt (compiler/GHC/Stg/Syntax.hs:542) AltType (compiler/GHC/Stg/Syntax.hs:548) BinderP (compiler/GHC/Stg/Syntax.hs:684) XRhsClosure (compiler/GHC/Stg/Syntax.hs:691) XLet (compiler/GHC/Stg/Syntax.hs:700) XLetNoEscape (compiler/GHC/Stg/Syntax.hs:707) OutputablePass (compiler/GHC/Stg/Syntax.hs:776) UpdateFlag (compiler/GHC/Stg/Syntax.hs:730) isUpdatable (compiler/GHC/Stg/Syntax.hs:739) StgTopBinding (compiler/GHC/Stg/Syntax.hs:590) StgBinding (compiler/GHC/Stg/Syntax.hs:591) StgExpr (compiler/GHC/Stg/Syntax.hs:592) StgRhs (compiler/GHC/Stg/Syntax.hs:593) StgAlt (compiler/GHC/Stg/Syntax.hs:594) CgStgTopBinding (compiler/GHC/Stg/Syntax.hs:602) CgStgBinding (compiler/GHC/Stg/Syntax.hs:603) CgStgExpr (compiler/GHC/Stg/Syntax.hs:604) CgStgRhs (compiler/GHC/Stg/Syntax.hs:605) CgStgAlt (compiler/GHC/Stg/Syntax.hs:606) TgStgTopBinding (compiler/GHC/Stg/Syntax.hs:608) TgStgBinding (compiler/GHC/Stg/Syntax.hs:609) TgStgExpr (compiler/GHC/Stg/Syntax.hs:610) TgStgRhs (compiler/GHC/Stg/Syntax.hs:611) TgStgAlt (compiler/GHC/Stg/Syntax.hs:612) LlStgTopBinding (compiler/GHC/Stg/Syntax.hs:596) LlStgBinding (compiler/GHC/Stg/Syntax.hs:597) LlStgExpr (compiler/GHC/Stg/Syntax.hs:598) LlStgRhs (compiler/GHC/Stg/Syntax.hs:599) LlStgAlt (compiler/GHC/Stg/Syntax.hs:600) InStgArg (compiler/GHC/Stg/Syntax.hs:621) InStgTopBinding (compiler/GHC/Stg/Syntax.hs:619) InStgBinding (compiler/GHC/Stg/Syntax.hs:620) InStgExpr (compiler/GHC/Stg/Syntax.hs:622) InStgRhs (compiler/GHC/Stg/Syntax.hs:623) InStgAlt (compiler/GHC/Stg/Syntax.hs:624) OutStgArg (compiler/GHC/Stg/Syntax.hs:627) OutStgTopBinding (compiler/GHC/Stg/Syntax.hs:625) OutStgBinding (compiler/GHC/Stg/Syntax.hs:626) OutStgExpr (compiler/GHC/Stg/Syntax.hs:628) OutStgRhs (compiler/GHC/Stg/Syntax.hs:629) OutStgAlt (compiler/GHC/Stg/Syntax.hs:630) StgOp (compiler/GHC/Stg/Syntax.hs:754) stgRhsArity (compiler/GHC/Stg/Syntax.hs:515) freeVarsOfRhs (compiler/GHC/Stg/Syntax.hs:521) stgArgRep (compiler/GHC/Stg/Syntax.hs:198) stgArgRep_maybe (compiler/GHC/Stg/Syntax.hs:201) pprStgArg (compiler/GHC/Stg/Syntax.hs:849) pprStgExpr (compiler/GHC/Stg/Syntax.hs:856) pprStgRhs (compiler/GHC/Stg/Syntax.hs:966) pprStgBinding (compiler/GHC/Stg/Syntax.hs:826) pprStgAlt (compiler/GHC/Stg/Syntax.hs:941) pprGenStgTopBinding (compiler/GHC/Stg/Syntax.hs:803) pprStgTopBinding (compiler/GHC/Stg/Syntax.hs:829) pprGenStgTopBindings (compiler/GHC/Stg/Syntax.hs:822) pprStgTopBindings (compiler/GHC/Stg/Syntax.hs:832) Warning: 'ty' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'e' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'x' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'l' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'fun_ok' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'b' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'imposs_cons' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 59% ( 53 / 89) in 'GHC.Core.Utils' Missing documentation for: mkCastMCo (compiler/GHC/Core/Utils.hs:250) mkPiMCo (compiler/GHC/Core/Utils.hs:256) mkTicks (compiler/GHC/Core/Utils.hs:405) mkTickNoHNF (compiler/GHC/Core/Utils.hs:416) tickHNFArgs (compiler/GHC/Core/Utils.hs:422) needsCaseBindingL (compiler/GHC/Core/Utils.hs:529) mkDefaultCase (compiler/GHC/Core/Utils.hs:547) mkSingleAltCase (compiler/GHC/Core/Utils.hs:555) addDefault (compiler/GHC/Core/Utils.hs:604) isDefaultAlt (compiler/GHC/Core/Utils.hs:608) filterAlts (compiler/GHC/Core/Utils.hs:705) combineIdenticalAlts (compiler/GHC/Core/Utils.hs:972) scaleAltsBy (compiler/GHC/Core/Utils.hs:998) exprIsTrivial (compiler/GHC/Core/Utils.hs:1096) getIdFromTrivialExpr (compiler/GHC/Core/Utils.hs:1117) getIdFromTrivialExpr_maybe (compiler/GHC/Core/Utils.hs:1122) exprIsDupable (compiler/GHC/Core/Utils.hs:1144) exprIsCheap (compiler/GHC/Core/Utils.hs:1284) exprIsExpandable (compiler/GHC/Core/Utils.hs:1364) exprIsCheapX (compiler/GHC/Core/Utils.hs:1290) CheapAppFun (compiler/GHC/Core/Utils.hs:1386) exprIsWorkFree (compiler/GHC/Core/Utils.hs:1281) isCheapApp (compiler/GHC/Core/Utils.hs:1407) isExpandableApp (compiler/GHC/Core/Utils.hs:1423) isSaturatedConApp (compiler/GHC/Core/Utils.hs:408) altsAreExhaustive (compiler/GHC/Core/Utils.hs:1722) dataConRepInstPat (compiler/GHC/Core/Utils.hs:2059) dataConRepFSInstPat (compiler/GHC/Core/Utils.hs:2060) stripTicksT (compiler/GHC/Core/Utils.hs:467) mkInScopeSetBndrs (compiler/GHC/Core/Utils.hs:2415) extendInScopeSetBind (compiler/GHC/Core/Utils.hs:2407) extendInScopeSetBndrs (compiler/GHC/Core/Utils.hs:2411) mkStrictFieldSeqs (compiler/GHC/Core/Utils.hs:2569) shouldUseCbvForId (compiler/GHC/Core/Utils.hs:2669) isUnsafeEqualityCase (compiler/GHC/Core/Utils.hs:2711) dumpIdInfoOfProgram (compiler/GHC/Core/Utils.hs:2451) 0% ( 0 / 5) in 'GHC.Core.Tidy' Missing documentation for: Module header tidyExpr (compiler/GHC/Core/Tidy.hs:208) tidyRules (compiler/GHC/Core/Tidy.hs:243) tidyCbvInfoTop (compiler/GHC/Core/Tidy.hs:111) tidyBndrs (compiler/GHC/Core/Tidy.hs:285) Warning: 'Subst' is ambiguous. It is defined * at compiler/GHC/Core/TyCo/Subst.hs:104:5 * at compiler/GHC/Core/TyCo/Subst.hs:103: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 compiler/GHC/Core/TyCo/Subst.hs:103:1 Warning: 'substTy' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Var' is ambiguous. It is defined * at compiler/GHC/Core.hs:249:5 * at compiler/GHC/Types/Var.hs:251: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 compiler/GHC/Types/Var.hs:251:1 Warning: 'RuleInfo' is ambiguous. It is defined * at compiler/GHC/Types/Id/Info.hs:757:5 * at compiler/GHC/Types/Id/Info.hs:756: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 compiler/GHC/Types/Id/Info.hs:756:1 63% ( 39 / 61) in 'GHC.Core.Subst' Missing documentation for: Module header substRulesForImportedIds (compiler/GHC/Core/Subst.hs:549) substExprSC (compiler/GHC/Core/Subst.hs:239) lookupIdSubst_maybe (compiler/GHC/Core/Subst.hs:200) substIdType (compiler/GHC/Core/Subst.hs:475) substIdOcc (compiler/GHC/Core/Subst.hs:534) substDVarSet (compiler/GHC/Core/Subst.hs:580) emptySubst (compiler/GHC/Core/TyCo/Subst.hs:254) mkEmptySubst (compiler/GHC/Core/TyCo/Subst.hs:257) mkTCvSubst (compiler/GHC/Core/TyCo/Subst.hs:274) isEmptySubst (compiler/GHC/Core/TyCo/Subst.hs:260) extendTCvSubst (compiler/GHC/Core/TyCo/Subst.hs:352) extendIdSubstWithClone (compiler/GHC/Core/Subst.hs:149) extendSubstWithVar (compiler/GHC/Core/Subst.hs:173) isInScope (compiler/GHC/Core/TyCo/Subst.hs:313) setInScope (compiler/GHC/Core/TyCo/Subst.hs:301) delBndr (compiler/GHC/Core/Subst.hs:205) delBndrs (compiler/GHC/Core/Subst.hs:211) substTyVarBndr (compiler/GHC/Core/TyCo/Subst.hs:1002) substCoVarBndr (compiler/GHC/Core/TyCo/Subst.hs:1014) cloneBndr (compiler/GHC/Core/Subst.hs:429) cloneBndrs (compiler/GHC/Core/Subst.hs:424) Warning: 'DmdType' is ambiguous. It is defined * at compiler/GHC/Types/Demand.hs:1826:5 * at compiler/GHC/Types/Demand.hs:1825: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 compiler/GHC/Types/Demand.hs:1825:1 Warning: 'ty' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ABot' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'sd' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'e'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'RuntimeRep' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 48% ( 20 / 41) in 'GHC.Core.Opt.Arity' Missing documentation for: joinRhsArity (compiler/GHC/Core/Opt/Arity.hs:140) findRhsArity (compiler/GHC/Core/Opt/Arity.hs:894) cheapArityType (compiler/GHC/Core/Opt/Arity.hs:1664) ArityOpts (compiler/GHC/Core/Opt/Arity.hs:856) etaExpandAT (compiler/GHC/Core/Opt/Arity.hs:2017) mkBotArityType (compiler/GHC/Core/Opt/Arity.hs:814) idArityType (compiler/GHC/Core/Opt/Arity.hs:1635) exprIsDeadEnd (compiler/GHC/Core/Opt/Arity.hs:1727) exprBotStrictness_maybe (compiler/GHC/Core/Opt/Arity.hs:149) arityTypeBotSigs_maybe (compiler/GHC/Core/Opt/Arity.hs:153) typeOneShots (compiler/GHC/Core/Opt/Arity.hs:197) typeOneShot (compiler/GHC/Core/Opt/Arity.hs:228) isStateHackType (compiler/GHC/Core/Opt/Arity.hs:252) zapLamBndrs (compiler/GHC/Core/Opt/Arity.hs:417) etaExpandToJoinPointRule (compiler/GHC/Core/Opt/Arity.hs:3173) pushCoArg (compiler/GHC/Core/Opt/Arity.hs:2897) pushCoArgs (compiler/GHC/Core/Opt/Arity.hs:2880) pushCoTyArg (compiler/GHC/Core/Opt/Arity.hs:2916) pushCoercionIntoLambda (compiler/GHC/Core/Opt/Arity.hs:3001) pushCoDataCon (compiler/GHC/Core/Opt/Arity.hs:3036) collectBindersPushingCo (compiler/GHC/Core/Opt/Arity.hs:3096) Warning: 'body' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'f' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'g' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 20% ( 1 / 5) in 'GHC.Core.Opt.OccurAnal' Missing documentation for: Module header occurAnalysePgm (compiler/GHC/Core/Opt/OccurAnal.hs:90) zapLambdaBndrs (compiler/GHC/Core/Opt/OccurAnal.hs:2117) scrutBinderSwap_maybe (compiler/GHC/Core/Opt/OccurAnal.hs:3409) Warning: 'ty' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Many' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'build' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 70% ( 53 / 75) in 'GHC.Core.Make' Missing documentation for: mkIfThenElse (compiler/GHC/Core/Make.hs:200) mkSingleAltCase (compiler/GHC/Core/Utils.hs:555) castBottomExpr (compiler/GHC/Core/Make.hs:210) mkLitRubbish (compiler/GHC/Core/Make.hs:223) mkStringExprFSWith (compiler/GHC/Core/Make.hs:306) MkStringIds (compiler/GHC/Core/Make.hs:300) getMkStringIds (compiler/GHC/Core/Make.hs:298) FloatBind (compiler/GHC/Core/Make.hs:732) wrapFloat (compiler/GHC/Core/Make.hs:744) floatBindings (compiler/GHC/Core/Make.hs:757) mkBigCoreVarTupSolo (compiler/GHC/Core/Make.hs:452) mkRuntimeErrorApp (compiler/GHC/Core/Make.hs:856) mkImpossibleExpr (compiler/GHC/Core/Make.hs:1079) mkAbsentErrorApp (compiler/GHC/Core/Make.hs:1205) errorIds (compiler/GHC/Core/Make.hs:882) rEC_CON_ERROR_ID (compiler/GHC/Core/Make.hs:916) nON_EXHAUSTIVE_GUARDS_ERROR_ID (compiler/GHC/Core/Make.hs:919) nO_METHOD_BINDING_ERROR_ID (compiler/GHC/Core/Make.hs:918) pAT_ERROR_ID (compiler/GHC/Core/Make.hs:917) rEC_SEL_ERROR_ID (compiler/GHC/Core/Make.hs:915) tYPE_ERROR_ID (compiler/GHC/Core/Make.hs:920) aBSENT_SUM_FIELD_ERROR_ID (compiler/GHC/Core/Make.hs:1021) 20% ( 4 / 20) in 'GHC.Core.Unfold' Missing documentation for: Module header sizeExpr (compiler/GHC/Core/Unfold.hs:441) ArgSummary (compiler/GHC/Core/Unfold.hs:146) nonTriv (compiler/GHC/Core/Unfold.hs:157) CallCtxt (compiler/GHC/Core/Unfold.hs:160) defaultUnfoldingOpts (compiler/GHC/Core/Unfold.hs:86) updateCreationThreshold (compiler/GHC/Core/Unfold.hs:122) updateUseThreshold (compiler/GHC/Core/Unfold.hs:125) updateFunAppDiscount (compiler/GHC/Core/Unfold.hs:128) updateDictDiscount (compiler/GHC/Core/Unfold.hs:131) updateVeryAggressive (compiler/GHC/Core/Unfold.hs:134) updateCaseScaling (compiler/GHC/Core/Unfold.hs:141) updateCaseThreshold (compiler/GHC/Core/Unfold.hs:138) updateReportPrefix (compiler/GHC/Core/Unfold.hs:144) inlineBoringOk (compiler/GHC/Core/Unfold.hs:221) calcUnfoldingGuidance (compiler/GHC/Core/Unfold.hs:247) 38% ( 7 / 18) in 'GHC.Core.Unfold.Make' Missing documentation for: mkUnfolding (compiler/GHC/Core/Unfold/Make.hs:327) mkCoreUnfolding (compiler/GHC/Core/Unfold/Make.hs:338) mkFinalUnfolding (compiler/GHC/Core/Unfold/Make.hs:49) mkFinalUnfolding' (compiler/GHC/Core/Unfold/Make.hs:56) mkSimpleUnfolding (compiler/GHC/Core/Unfold/Make.hs:81) mkWorkerUnfolding (compiler/GHC/Core/Unfold/Make.hs:113) mkInlinableUnfolding (compiler/GHC/Core/Unfold/Make.hs:158) mkWrapperUnfolding (compiler/GHC/Core/Unfold/Make.hs:104) mkDFunUnfolding (compiler/GHC/Core/Unfold/Make.hs:85) mkDataConUnfolding (compiler/GHC/Core/Unfold/Make.hs:93) specUnfolding (compiler/GHC/Core/Unfold/Make.hs:171) Warning: 'dc' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 50% ( 7 / 14) in 'GHC.Core.SimpleOpt' Missing documentation for: Module header simpleOptPgm (compiler/GHC/Core/SimpleOpt.hs:158) simpleOptExpr (compiler/GHC/Core/SimpleOpt.hs:129) simpleOptExprWith (compiler/GHC/Core/SimpleOpt.hs:146) joinPointBindings_maybe (compiler/GHC/Core/SimpleOpt.hs:932) exprIsLiteral_maybe (compiler/GHC/Core/SimpleOpt.hs:1451) exprIsLambda_maybe (compiler/GHC/Core/SimpleOpt.hs:1477) Warning: 'C' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Opt_ExposeAllSymbols' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 28% ( 33 /115) in 'GHC.Cmm.CLabel' Missing documentation for: Module header DynamicLinkerLabelInfo (compiler/GHC/Cmm/CLabel.hs:588) getConInfoTableLocation (compiler/GHC/Cmm/CLabel.hs:538) mkClosureLabel (compiler/GHC/Cmm/CLabel.hs:620) mkSRTLabel (compiler/GHC/Cmm/CLabel.hs:605) mkEntryLabel (compiler/GHC/Cmm/CLabel.hs:625) mkRednCountsLabel (compiler/GHC/Cmm/CLabel.hs:609) mkTagHitLabel (compiler/GHC/Cmm/CLabel.hs:612) mkConInfoTableLabel (compiler/GHC/Cmm/CLabel.hs:628) mkApEntryLabel (compiler/GHC/Cmm/CLabel.hs:738) mkApInfoTableLabel (compiler/GHC/Cmm/CLabel.hs:733) mkClosureTableLabel (compiler/GHC/Cmm/CLabel.hs:626) mkBytesLabel (compiler/GHC/Cmm/CLabel.hs:630) mkLocalBlockLabel (compiler/GHC/Cmm/CLabel.hs:716) mkBlockInfoTableLabel (compiler/GHC/Cmm/CLabel.hs:633) mkBitmapLabel (compiler/GHC/Cmm/CLabel.hs:826) mkStringLitLabel (compiler/GHC/Cmm/CLabel.hs:888) mkInitializerStubLabel (compiler/GHC/Cmm/CLabel.hs:891) mkInitializerArrayLabel (compiler/GHC/Cmm/CLabel.hs:894) mkFinalizerStubLabel (compiler/GHC/Cmm/CLabel.hs:898) mkFinalizerArrayLabel (compiler/GHC/Cmm/CLabel.hs:901) mkAsmTempLabel (compiler/GHC/Cmm/CLabel.hs:904) mkAsmTempDerivedLabel (compiler/GHC/Cmm/CLabel.hs:907) mkAsmTempEndLabel (compiler/GHC/Cmm/CLabel.hs:910) mkDirty_MUT_VAR_Label (compiler/GHC/Cmm/CLabel.hs:650) mkMUT_VAR_CLEAN_infoLabel (compiler/GHC/Cmm/CLabel.hs:670) mkNonmovingWriteBarrierEnabledLabel (compiler/GHC/Cmm/CLabel.hs:651) mkOrigThunkInfoLabel (compiler/GHC/Cmm/CLabel.hs:653) mkUpdInfoLabel (compiler/GHC/Cmm/CLabel.hs:654) mkBHUpdInfoLabel (compiler/GHC/Cmm/CLabel.hs:655) mkIndStaticInfoLabel (compiler/GHC/Cmm/CLabel.hs:656) mkMainCapabilityLabel (compiler/GHC/Cmm/CLabel.hs:657) mkMAP_FROZEN_CLEAN_infoLabel (compiler/GHC/Cmm/CLabel.hs:658) mkMAP_FROZEN_DIRTY_infoLabel (compiler/GHC/Cmm/CLabel.hs:659) mkMAP_DIRTY_infoLabel (compiler/GHC/Cmm/CLabel.hs:660) mkSMAP_FROZEN_CLEAN_infoLabel (compiler/GHC/Cmm/CLabel.hs:664) mkSMAP_FROZEN_DIRTY_infoLabel (compiler/GHC/Cmm/CLabel.hs:665) mkSMAP_DIRTY_infoLabel (compiler/GHC/Cmm/CLabel.hs:666) mkBadAlignmentLabel (compiler/GHC/Cmm/CLabel.hs:667) mkOutOfBoundsAccessLabel (compiler/GHC/Cmm/CLabel.hs:668) mkMemcpyRangeOverlapLabel (compiler/GHC/Cmm/CLabel.hs:669) mkArrWords_infoLabel (compiler/GHC/Cmm/CLabel.hs:663) mkSRTInfoLabel (compiler/GHC/Cmm/CLabel.hs:673) mkTopTickyCtrLabel (compiler/GHC/Cmm/CLabel.hs:661) mkCAFBlackHoleInfoTableLabel (compiler/GHC/Cmm/CLabel.hs:662) mkRtsPrimOpLabel (compiler/GHC/Cmm/CLabel.hs:720) mkRtsSlowFastTickyCtrLabel (compiler/GHC/Cmm/CLabel.hs:858) mkSelectorInfoLabel (compiler/GHC/Cmm/CLabel.hs:723) mkSelectorEntryLabel (compiler/GHC/Cmm/CLabel.hs:728) mkCmmInfoLabel (compiler/GHC/Cmm/CLabel.hs:703) mkCmmEntryLabel (compiler/GHC/Cmm/CLabel.hs:704) mkCmmRetInfoLabel (compiler/GHC/Cmm/CLabel.hs:705) mkCmmRetLabel (compiler/GHC/Cmm/CLabel.hs:706) mkCmmCodeLabel (compiler/GHC/Cmm/CLabel.hs:707) mkCmmDataLabel (compiler/GHC/Cmm/CLabel.hs:709) mkRtsCmmDataLabel (compiler/GHC/Cmm/CLabel.hs:710) mkCmmClosureLabel (compiler/GHC/Cmm/CLabel.hs:708) mkRtsApFastLabel (compiler/GHC/Cmm/CLabel.hs:855) mkPrimCallLabel (compiler/GHC/Cmm/CLabel.hs:744) mkCCLabel (compiler/GHC/Cmm/CLabel.hs:850) mkCCSLabel (compiler/GHC/Cmm/CLabel.hs:851) mkIPELabel (compiler/GHC/Cmm/CLabel.hs:852) mkDynamicLinkerLabel (compiler/GHC/Cmm/CLabel.hs:873) mkPicBaseLabel (compiler/GHC/Cmm/CLabel.hs:880) mkDeadStripPreventer (compiler/GHC/Cmm/CLabel.hs:885) mkHpcTicksLabel (compiler/GHC/Cmm/CLabel.hs:868) hasCAF (compiler/GHC/Cmm/CLabel.hs:969) needsCDecl (compiler/GHC/Cmm/CLabel.hs:1003) isCFunctionLabel (compiler/GHC/Cmm/CLabel.hs:1186) isGcPtrLabel (compiler/GHC/Cmm/CLabel.hs:1191) mayRedirectTo (compiler/GHC/Cmm/CLabel.hs:1764) isIdLabel (compiler/GHC/Cmm/CLabel.hs:316) isTickyLabel (compiler/GHC/Cmm/CLabel.hs:322) hasHaskellName (compiler/GHC/Cmm/CLabel.hs:959) hasIdLabelInfo (compiler/GHC/Cmm/CLabel.hs:963) toClosureLbl (compiler/GHC/Cmm/CLabel.hs:925) toSlowEntryLbl (compiler/GHC/Cmm/CLabel.hs:931) toEntryLbl (compiler/GHC/Cmm/CLabel.hs:937) toInfoLbl (compiler/GHC/Cmm/CLabel.hs:949) pprCLabel (compiler/GHC/Cmm/CLabel.hs:1443) pprAsmLabel (compiler/GHC/Cmm/CLabel.hs:1438) dynamicLinkerLabelInfo (compiler/GHC/Cmm/CLabel.hs:876) 50% ( 3 / 6) in 'GHC.Types.IPE' Missing documentation for: Module header InfoTableProvMap (compiler/GHC/Types/IPE.hs:45) emptyInfoTableProvMap (compiler/GHC/Types/IPE.hs:52) 0% ( 0 / 6) in 'GHC.Cmm.BlockId' Missing documentation for: Module header BlockId (compiler/GHC/Cmm/BlockId.hs:34) mkBlockId (compiler/GHC/Cmm/BlockId.hs:37) newBlockId (compiler/GHC/Cmm/BlockId.hs:40) blockLbl (compiler/GHC/Cmm/BlockId.hs:43) infoTblLbl (compiler/GHC/Cmm/BlockId.hs:46) 12% ( 7 / 56) in 'GHC.Cmm.Expr' Missing documentation for: Module header CmmExpr (compiler/GHC/Cmm/Expr.hs:60) cmmExprType (compiler/GHC/Cmm/Expr.hs:244) cmmExprWidth (compiler/GHC/Cmm/Expr.hs:275) maybeInvertCmmExpr (compiler/GHC/Cmm/Expr.hs:288) CmmReg (compiler/GHC/Cmm/Reg.hs:88) cmmRegType (compiler/GHC/Cmm/Reg.hs:103) cmmRegWidth (compiler/GHC/Cmm/Reg.hs:107) CmmLit (compiler/GHC/Cmm/Expr.hs:191) cmmLitType (compiler/GHC/Cmm/Expr.hs:255) AlignmentSpec (compiler/GHC/Cmm/Expr.hs:88) LocalReg (compiler/GHC/Cmm/Reg.hs:113) localRegType (compiler/GHC/Cmm/Reg.hs:136) isArgReg (compiler/GHC/Cmm/Reg.hs:326) globalRegSpillType (compiler/GHC/Cmm/Reg.hs:308) spReg (compiler/GHC/Cmm/Reg.hs:294) hpReg (compiler/GHC/Cmm/Reg.hs:295) spLimReg (compiler/GHC/Cmm/Reg.hs:297) hpLimReg (compiler/GHC/Cmm/Reg.hs:296) nodeReg (compiler/GHC/Cmm/Reg.hs:298) currentTSOReg (compiler/GHC/Cmm/Reg.hs:299) currentNurseryReg (compiler/GHC/Cmm/Reg.hs:300) hpAllocReg (compiler/GHC/Cmm/Reg.hs:301) cccsReg (compiler/GHC/Cmm/Reg.hs:302) node (compiler/GHC/Cmm/Reg.hs:305) baseReg (compiler/GHC/Cmm/Reg.hs:293) DefinerOfRegs (compiler/GHC/Cmm/Expr.hs:366) UserOfRegs (compiler/GHC/Cmm/Expr.hs:359) foldRegsDefd foldRegsUsed foldLocalRegsDefd (compiler/GHC/Cmm/Expr.hs:371) foldLocalRegsUsed (compiler/GHC/Cmm/Expr.hs:364) LocalRegSet (compiler/GHC/Cmm/Expr.hs:334) GlobalRegSet (compiler/GHC/Cmm/Expr.hs:335) emptyRegSet (compiler/GHC/Cmm/Expr.hs:347) elemRegSet (compiler/GHC/Cmm/Expr.hs:349) extendRegSet (compiler/GHC/Cmm/Expr.hs:350) deleteFromRegSet (compiler/GHC/Cmm/Expr.hs:351) mkRegSet (compiler/GHC/Cmm/Expr.hs:352) plusRegSet (compiler/GHC/Cmm/Expr.hs:354) minusRegSet (compiler/GHC/Cmm/Expr.hs:353) timesRegSet (compiler/GHC/Cmm/Expr.hs:355) sizeRegSet (compiler/GHC/Cmm/Expr.hs:356) nullRegSet (compiler/GHC/Cmm/Expr.hs:348) regSetToList (compiler/GHC/Cmm/Expr.hs:357) isTrivialCmmExpr (compiler/GHC/Cmm/Expr.hs:297) hasNoGlobalRegs (compiler/GHC/Cmm/Expr.hs:305) isLit (compiler/GHC/Cmm/Expr.hs:313) isComparisonExpr (compiler/GHC/Cmm/Expr.hs:317) 0% ( 0 / 7) in 'GHC.Platform.X86_64' Missing documentation for: Module header callerSaves (compiler/CodeGen.Platform.h:495) activeStgRegs (compiler/CodeGen.Platform.h:581) haveRegBase (compiler/CodeGen.Platform.h:757) globalRegMaybe (compiler/CodeGen.Platform.h:774) freeReg (compiler/CodeGen.Platform.h:947) freeRegBase (compiler/CodeGen.Platform.h:969) 0% ( 0 / 7) in 'GHC.Platform.X86' Missing documentation for: Module header callerSaves (compiler/CodeGen.Platform.h:578) activeStgRegs (compiler/CodeGen.Platform.h:581) haveRegBase (compiler/CodeGen.Platform.h:757) globalRegMaybe (compiler/CodeGen.Platform.h:774) freeReg (compiler/CodeGen.Platform.h:941) freeRegBase (compiler/CodeGen.Platform.h:969) 0% ( 0 / 6) in 'GHC.Platform.Wasm32' Missing documentation for: Module header callerSaves (compiler/CodeGen.Platform.h:578) activeStgRegs (compiler/CodeGen.Platform.h:581) haveRegBase (compiler/CodeGen.Platform.h:757) globalRegMaybe (compiler/CodeGen.Platform.h:774) freeReg (compiler/CodeGen.Platform.h:1125) 0% ( 0 / 6) in 'GHC.Platform.S390X' Missing documentation for: Module header callerSaves (compiler/CodeGen.Platform.h:501) activeStgRegs (compiler/CodeGen.Platform.h:581) haveRegBase (compiler/CodeGen.Platform.h:757) globalRegMaybe (compiler/CodeGen.Platform.h:774) freeReg (compiler/CodeGen.Platform.h:1125) 0% ( 0 / 6) in 'GHC.Platform.RISCV64' Missing documentation for: Module header callerSaves (compiler/CodeGen.Platform.h:578) activeStgRegs (compiler/CodeGen.Platform.h:581) haveRegBase (compiler/CodeGen.Platform.h:757) globalRegMaybe (compiler/CodeGen.Platform.h:774) freeReg (compiler/CodeGen.Platform.h:1125) 0% ( 0 / 6) in 'GHC.Platform.PPC' Missing documentation for: Module header callerSaves (compiler/CodeGen.Platform.h:578) activeStgRegs (compiler/CodeGen.Platform.h:581) haveRegBase (compiler/CodeGen.Platform.h:757) globalRegMaybe (compiler/CodeGen.Platform.h:774) freeReg (compiler/CodeGen.Platform.h:989) 0% ( 0 / 6) in 'GHC.Platform.NoRegs' Missing documentation for: Module header callerSaves (compiler/CodeGen.Platform.h:578) activeStgRegs (compiler/CodeGen.Platform.h:581) haveRegBase (compiler/CodeGen.Platform.h:759) globalRegMaybe (compiler/CodeGen.Platform.h:931) freeReg (compiler/CodeGen.Platform.h:1125) 0% ( 0 / 6) in 'GHC.Platform.LoongArch64' Missing documentation for: Module header callerSaves (compiler/CodeGen.Platform.h:578) activeStgRegs (compiler/CodeGen.Platform.h:581) haveRegBase (compiler/CodeGen.Platform.h:757) globalRegMaybe (compiler/CodeGen.Platform.h:774) freeReg (compiler/CodeGen.Platform.h:1125) 0% ( 0 / 6) in 'GHC.Platform.ARM' Missing documentation for: Module header callerSaves (compiler/CodeGen.Platform.h:578) activeStgRegs (compiler/CodeGen.Platform.h:581) haveRegBase (compiler/CodeGen.Platform.h:757) globalRegMaybe (compiler/CodeGen.Platform.h:774) freeReg (compiler/CodeGen.Platform.h:1125) 0% ( 0 / 6) in 'GHC.Platform.AArch64' Missing documentation for: Module header callerSaves (compiler/CodeGen.Platform.h:578) activeStgRegs (compiler/CodeGen.Platform.h:581) haveRegBase (compiler/CodeGen.Platform.h:757) globalRegMaybe (compiler/CodeGen.Platform.h:774) freeReg (compiler/CodeGen.Platform.h:1026) 33% ( 2 / 6) in 'GHC.Platform.Regs' Missing documentation for: Module header haveRegBase (compiler/GHC/Platform/Regs.hs:69) globalRegMaybe (compiler/GHC/Platform/Regs.hs:88) freeReg (compiler/GHC/Platform/Regs.hs:107) Warning: 'hydrateCgBreakInfo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 36% ( 11 / 30) in 'GHC.ByteCode.Types' Missing documentation for: CompiledByteCode (compiler/GHC/ByteCode/Types.hs:56) seqCompiledByteCode (compiler/GHC/ByteCode/Types.hs:74) mkBCOByteArray (libraries/ghci/GHCi/ResolvedBCO.hs:67) FFIInfo (compiler/GHC/ByteCode/Types.hs:65) RegBitmap (compiler/GHC/ByteCode/Types.hs:93) NativeCallType (compiler/GHC/ByteCode/Types.hs:119) NativeCallInfo (compiler/GHC/ByteCode/Types.hs:123) voidTupleReturnInfo (compiler/GHC/ByteCode/Types.hs:140) voidPrimCallInfo (compiler/GHC/ByteCode/Types.hs:143) ByteOff (compiler/GHC/ByteCode/Types.hs:81) WordOff (compiler/GHC/ByteCode/Types.hs:84) HalfWord (compiler/GHC/ByteCode/Types.hs:90) UnlinkedBCO (compiler/GHC/ByteCode/Types.hs:155) BCOPtr (compiler/GHC/ByteCode/Types.hs:170) BCONPtr (compiler/GHC/ByteCode/Types.hs:181) ItblEnv (compiler/GHC/ByteCode/Types.hs:145) ItblPtr (compiler/GHC/ByteCode/Types.hs:150) AddrEnv (compiler/GHC/ByteCode/Types.hs:146) AddrPtr (compiler/GHC/ByteCode/Types.hs:152) 100% ( 2 / 2) in 'Language.Haskell.TH.LanguageExtensions' 0% ( 0 / 5) in 'Language.Haskell.TH.Lib.Map' Missing documentation for: Module header Map (libraries/template-haskell/Language/Haskell/TH/Lib/Map.hs:22) empty (libraries/template-haskell/Language/Haskell/TH/Lib/Map.hs:28) insert (libraries/template-haskell/Language/Haskell/TH/Lib/Map.hs:52) lookup (libraries/template-haskell/Language/Haskell/TH/Lib/Map.hs:41) Warning: 'Name' is ambiguous. It is defined * at libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1671:13 * at libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1671: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 libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1671:1 Warning: '()' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Strict' is ambiguous. It is defined * at libraries/ghc-boot-th/GHC/LanguageExtensions/Type.hs:142:6 * at libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2827: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 libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2827:1 Warning: 'Bang' is ambiguous. It is defined * at libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2819:13 * at libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2819: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 libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2819:1 Warning: 'TySynEqn' is ambiguous. It is defined * at libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2635:17 * at libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2635: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 libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2635:1 Warning: 'mkBytes' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Q' is ambiguous. It is defined * at libraries/template-haskell/Language/Haskell/TH/Syntax.hs:210:15 * at libraries/template-haskell/Language/Haskell/TH/Syntax.hs:210: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 libraries/template-haskell/Language/Haskell/TH/Syntax.hs:210:1 Warning: 'TExp' is ambiguous. It is defined * at libraries/template-haskell/Language/Haskell/TH/Syntax.hs:335:18 * at libraries/template-haskell/Language/Haskell/TH/Syntax.hs:335: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 libraries/template-haskell/Language/Haskell/TH/Syntax.hs:335:1 Warning: 'Code' is ambiguous. It is defined * at libraries/template-haskell/Language/Haskell/TH/Syntax.hs:384:20 * at libraries/template-haskell/Language/Haskell/TH/Syntax.hs:384: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 libraries/template-haskell/Language/Haskell/TH/Syntax.hs:384:1 Warning: 'Fixity' is ambiguous. It is defined * at libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2125:24 * at libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2125: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 libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2125:1 Warning: 'withDecDoc' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'withDecsDoc' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'funD_doc' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'FixIOException' is ambiguous. It is defined * in GHC.IO.Exception * in GHC.IO.Exception 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.IO.Exception 58% (111 /191) in 'Language.Haskell.TH.Syntax' Missing documentation for: Safety (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2649) Foreign (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2641) Type (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2851) Fixity (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2125) NameIs (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1867) memcmp (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2284) Q (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:210) sequenceQ (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:973) mkNameG_v (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1856) mkNameG_d (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1858) mkNameG_tc (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1857) mkNameS (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1853) mkModName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1563) mkNameG_fld (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1865) liftString (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1192) Exp (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2324) Match (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2317) Clause (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2320) Stmt (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2431) Dec (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2443) BangType (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2823) VarBangType (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2824) FieldExp (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2415) FieldPat (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2315) FunDep (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2638) RuleBndr (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2679) ModName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1549) Inline (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2665) RuleMatch (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2670) Phases (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2674) TyLit (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2917) BndrVis (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2903) Specificity (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2889) Bang (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2819) Cxt (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2688) AnnTarget (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2683) Pragma (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2652) Callconv (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2646) Range (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2439) Guard (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2426) Body (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2419) Lit (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2211) FixityDirection (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2127) CharPos (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2004) Loc (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1996) NameSpace (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1689) NameFlavour (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1678) OccName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1559) PkgName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1552) Quasi (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:89) newNameIO (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:191) badIO (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:195) counter (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:201) runQ (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:224) lookupName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:516) addForeignFile (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:827) addrToByteArrayName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1158) addrToByteArray (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1168) trueName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1383) falseName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1384) nothingName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1387) justName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1388) leftName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1391) rightName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1392) nonemptyName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1395) oneName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1398) manyName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1399) modString (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1566) mkPkgName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1570) pkgString (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1573) mkOccName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1581) occString (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1584) showName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1870) showName' (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1873) mk_tup_name (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1929) eqBytes (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2268) compareBytes (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2274) cmpEq (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2990) thenCmp (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2994) get_cons_names (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2998) Warning: ':' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 12% ( 7 / 54) in 'Language.Haskell.TH.PprLib' Missing documentation for: Doc (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:162) PprM (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:121) empty (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:168) semi (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:169) comma (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:170) colon (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:171) dcolon (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:172) space (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:173) equals (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:174) arrow (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:175) lparen (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:176) rparen (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:177) lbrack (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:178) rbrack (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:179) lbrace (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:180) rbrace (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:181) text (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:183) char (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:185) ptext (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:184) int (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:186) integer (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:187) float (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:188) double (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:189) rational (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:190) parens (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:193) brackets (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:194) braces (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:195) quotes (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:196) doubleQuotes (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:197) <> (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:201) <+> (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:203) hcat (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:202) hsep (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:204) $$ (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:206) $+$ (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:207) vcat (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:208) sep (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:211) cat (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:210) fsep (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:213) fcat (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:212) nest (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:215) hang (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:217) punctuate (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:222) isEmpty (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:166) to_HPJ_Doc (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:149) pprName (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:124) pprName' (libraries/template-haskell/Language/Haskell/TH/PprLib.hs:127) 3% ( 3 / 80) in 'Language.Haskell.TH.Ppr' Missing documentation for: nestDepth (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:23) Precedence (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:25) appPrec (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:27) opPrec (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:28) unopPrec (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:29) funPrec (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:30) qualPrec (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:31) sigPrec (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:32) noPrec (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:33) parensIf (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:36) pprint (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:42) Ppr (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:44) ppr_sig (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:78) pprFixity (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:81) pprNamespaceSpecifier (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:89) pprPrefixOcc (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:125) isSymOcc (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:128) pprInfixExp (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:135) pprExp (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:143) pprFields (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:246) pprMaybeExp (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:249) pprMatchPat (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:268) pprGuarded (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:273) pprBody (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:280) pprClause (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:288) pprLit (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:297) bytesToString (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:349) pprString (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:354) pprPat (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:361) ppr_dec (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:405) ppr_deriv_strategy (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:493) ppr_overlap (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:501) ppr_data (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:511) ppr_newtype (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:516) ppr_type_data (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:522) ppr_typedef (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:525) ppr_deriv_clause (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:564) ppr_tySyn (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:577) ppr_tf_head (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:585) ppr_bndrs (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:592) commaSepApplied (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:741) pprForall (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:744) pprForallVis (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:747) pprForall' (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:750) pprRecFields (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:763) pprGadtRHS (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:768) pprVarBangType (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:777) pprBangType (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:791) pprVarStrictType (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:820) pprStrictType (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:826) pprType (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:830) pprParendType (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:869) pprInfixT (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:872) pprParendTypeArg (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:891) isStarT (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:895) pprTyApp (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:907) fromTANormal (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:934) pprFunArgType (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:939) ForallVisFlag (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:941) TypeArg (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:945) split (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:949) pprTyLit (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:955) PprFlag (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:963) pprBndrVis (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:981) pprCxt (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:995) ppr_cxt_preds (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:999) where_clause (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:1017) showtextl (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:1021) hashParens (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:1024) quoteParens (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:1027) sepWith (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:1043) commaSep (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:1048) commaSepWith (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:1053) semiSep (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:1058) semiSepWith (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:1063) unboxedSumBars (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:1068) bar (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:1075) 14% ( 47 /319) in 'Language.Haskell.TH.Lib.Internal' Missing documentation for: CodeQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:40) InfoQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:42) PatQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:43) FieldPatQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:44) ExpQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:45) DecQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:46) DecsQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:47) Decs (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:48) ConQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:49) TypeQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:50) KindQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:51) TyLitQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:52) CxtQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:53) PredQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:54) DerivClauseQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:55) MatchQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:56) ClauseQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:57) BodyQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:58) GuardQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:59) StmtQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:60) RangeQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:61) SourceStrictnessQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:62) SourceUnpackednessQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:63) BangQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:64) BangTypeQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:65) VarBangTypeQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:66) StrictTypeQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:67) VarStrictTypeQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:68) FieldExpQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:69) RuleBndrQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:70) TySynEqnQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:71) PatSynDirQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:72) PatSynArgsQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:73) FamilyResultSigQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:74) DerivStrategyQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:75) Role (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:78) InjectivityAnn (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:79) TyVarBndrUnit (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:81) TyVarBndrSpec (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:82) TyVarBndrVis (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:83) intPrimL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:90) wordPrimL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:92) floatPrimL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:94) doublePrimL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:96) integerL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:98) charL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:100) charPrimL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:102) stringL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:104) stringPrimL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:106) bytesPrimL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:108) rationalL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:110) litP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:113) varP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:116) tupP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:119) unboxedTupP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:122) unboxedSumP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:125) conP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:128) infixP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:132) uInfixP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:136) parensP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:140) tildeP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:144) bangP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:147) asP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:150) wildP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:153) recP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:155) listP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:158) sigP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:161) typeP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:165) invisP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:168) viewP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:171) fieldPat (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:177) bindS (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:185) letS (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:188) noBindS (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:191) parS (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:194) recS (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:197) fromR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:203) fromThenR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:206) fromToR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:209) fromThenToR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:212) normalB (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:218) guardedB (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:221) normalG (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:227) normalGE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:230) patG (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:233) patGE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:236) varE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:265) conE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:268) litE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:271) appE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:274) appTypeE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:277) parensE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:280) uInfixE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:283) infixE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:287) infixApp (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:296) sectionL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:298) sectionR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:300) lamE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:303) tupE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:320) unboxedTupE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:323) unboxedSumE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:326) condE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:329) multiIfE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:332) letE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:335) caseE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:338) doE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:341) mdoE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:344) compE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:347) arithSeqE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:350) listE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:353) sigE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:356) recConE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:359) recUpdE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:362) stringE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:365) fieldExp (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:368) unboundVarE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:375) labelE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:378) implicitParamVarE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:381) getFieldE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:384) projectionE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:389) typedSpliceE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:392) typedBracketE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:395) fromE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:399) fromThenE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:402) fromToE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:405) fromThenToE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:408) typeE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:412) valD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:418) funD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:426) tySynD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:432) dataD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:440) newtypeD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:451) typeDataD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:462) classD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:470) instanceD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:478) instanceWithOverlapD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:481) sigD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:491) kiSigD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:494) forImpD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:497) infixLD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:502) infixRD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:505) infixND (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:508) infixLWithSpecD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:511) infixRWithSpecD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:514) infixNWithSpecD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:517) defaultD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:520) pragInlD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:523) pragOpaqueD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:527) pragSpecD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:530) pragSpecInlD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:536) pragSpecInstD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:542) pragRuleD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:549) pragAnnD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:558) pragLineD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:564) pragCompleteD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:567) pragSCCFunD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:570) pragSCCFunNamedD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:573) dataInstD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:577) newtypeInstD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:589) tySynInstD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:600) dataFamilyD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:606) openTypeFamilyD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:613) closedTypeFamilyD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:620) roleAnnotD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:627) standaloneDerivD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:630) standaloneDerivWithStrategyD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:633) defaultSigD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:641) tySynEqn (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:669) cxt (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:677) derivClause (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:680) stockStrategy (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:685) anyclassStrategy (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:688) newtypeStrategy (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:691) viaStrategy (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:694) normalC (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:697) recC (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:700) infixC (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:703) forallC (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:708) gadtC (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:715) recGadtC (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:718) forallT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:724) forallVisT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:731) varT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:734) conT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:737) infixT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:740) uInfixT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:745) promotedInfixT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:750) promotedUInfixT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:755) parensT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:760) appT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:764) appKindT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:770) arrowT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:776) mulArrowT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:779) listT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:782) litT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:785) tupleT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:788) unboxedTupleT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:791) unboxedSumT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:794) sigT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:797) equalityT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:804) wildCardT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:807) implicitParamT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:810) classP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:817) equalP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:824) promotedT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:832) promotedTupleT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:835) promotedNilT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:838) promotedConsT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:841) noSourceUnpackedness (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:844) sourceNoUnpack (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:845) sourceUnpack (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:846) noSourceStrictness (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:849) sourceLazy (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:850) sourceStrict (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:851) isStrict (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:863) notStrict (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:864) unpacked (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:865) bang (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:868) bangType (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:873) varBangType (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:876) strictType (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:881) varStrictType (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:886) numTyLit (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:895) strTyLit (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:899) charTyLit (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:902) plainTV (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:908) plainInvisTV (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:911) plainBndrTV (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:914) kindedTV (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:917) kindedInvisTV (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:920) kindedBndrTV (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:923) specifiedSpec (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:926) inferredSpec (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:929) bndrReq (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:932) bndrInvis (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:935) varK (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:938) conK (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:941) tupleK (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:944) arrowK (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:947) listK (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:950) appK (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:953) starK (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:956) constraintK (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:959) noSig (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:965) kindSig (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:968) tyVarSig (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:971) injectivityAnn (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:977) nominalR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:983) representationalR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:984) phantomR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:985) inferR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:986) cCall (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:992) stdCall (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:993) cApi (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:994) prim (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:995) javaScript (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:996) unsafe (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1002) safe (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1003) interruptible (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1004) funDep (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1010) ruleVar (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1015) typedRuleVar (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1018) valueAnnotation (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1023) typeAnnotation (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1026) moduleAnnotation (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1029) unidir (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1035) implBidir (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1036) explBidir (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1039) prefixPatSyn (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1044) recordPatSyn (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1047) infixPatSyn (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1050) appsE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1056) Warning: 'Q' is ambiguous. It is defined * at libraries/template-haskell/Language/Haskell/TH/Syntax.hs:210:15 * at libraries/template-haskell/Language/Haskell/TH/Syntax.hs:210: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 libraries/template-haskell/Language/Haskell/TH/Syntax.hs:210:1 18% ( 58 /322) in 'Language.Haskell.TH.Lib' Missing documentation for: InfoQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:42) ExpQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:45) CodeQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:40) DecQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:46) DecsQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:47) ConQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:49) TypeQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:50) KindQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:51) TyLitQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:52) CxtQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:53) PredQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:54) DerivClauseQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:55) MatchQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:56) ClauseQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:57) BodyQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:58) GuardQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:59) StmtQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:60) RangeQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:61) SourceStrictnessQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:62) SourceUnpackednessQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:63) BangQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:64) BangTypeQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:65) VarBangTypeQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:66) StrictTypeQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:67) VarStrictTypeQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:68) FieldExpQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:69) PatQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:43) FieldPatQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:44) RuleBndrQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:70) TySynEqnQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:71) PatSynDirQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:72) PatSynArgsQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:73) FamilyResultSigQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:74) DerivStrategyQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:75) TyVarBndrUnit (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:81) TyVarBndrSpec (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:82) TyVarBndrVis (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:83) intPrimL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:90) wordPrimL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:92) floatPrimL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:94) doublePrimL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:96) integerL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:98) rationalL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:110) charL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:100) stringL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:104) stringPrimL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:106) charPrimL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:102) bytesPrimL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:108) litP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:113) varP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:116) tupP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:119) unboxedTupP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:122) unboxedSumP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:125) conP (libraries/template-haskell/Language/Haskell/TH/Lib.hs:393) uInfixP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:136) parensP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:140) infixP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:132) tildeP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:144) bangP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:147) asP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:150) wildP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:153) recP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:155) listP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:158) sigP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:161) viewP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:171) typeP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:165) invisP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:168) fieldPat (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:177) normalB (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:218) guardedB (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:221) normalG (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:227) normalGE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:230) patG (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:233) patGE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:236) varE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:265) unboundVarE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:375) labelE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:378) implicitParamVarE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:381) conE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:268) litE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:271) appE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:274) appTypeE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:277) uInfixE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:283) parensE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:280) infixE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:287) infixApp (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:296) sectionL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:298) sectionR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:300) lamE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:303) tupE (libraries/template-haskell/Language/Haskell/TH/Lib.hs:375) unboxedTupE (libraries/template-haskell/Language/Haskell/TH/Lib.hs:378) unboxedSumE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:326) condE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:329) multiIfE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:332) letE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:335) caseE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:338) appsE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1056) listE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:353) sigE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:356) recConE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:359) recUpdE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:362) stringE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:365) fieldExp (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:368) getFieldE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:384) projectionE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:389) typedSpliceE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:392) typedBracketE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:395) typeE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:412) fromE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:399) fromThenE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:402) fromToE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:405) fromThenToE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:408) arithSeqE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:350) fromR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:203) fromThenR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:206) fromToR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:209) fromThenToR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:212) doE (libraries/template-haskell/Language/Haskell/TH/Lib.hs:384) mdoE (libraries/template-haskell/Language/Haskell/TH/Lib.hs:387) compE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:347) bindS (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:185) letS (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:188) noBindS (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:191) parS (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:194) recS (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:197) forallT (libraries/template-haskell/Language/Haskell/TH/Lib.hs:290) forallVisT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:731) varT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:734) conT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:737) appT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:764) appKindT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:770) arrowT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:776) mulArrowT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:779) infixT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:740) uInfixT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:745) promotedInfixT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:750) promotedUInfixT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:755) parensT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:760) equalityT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:804) listT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:782) tupleT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:788) unboxedTupleT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:791) unboxedSumT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:794) sigT (libraries/template-haskell/Language/Haskell/TH/Lib.hs:296) litT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:785) wildCardT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:807) promotedT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:832) promotedTupleT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:835) promotedNilT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:838) promotedConsT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:841) implicitParamT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:810) numTyLit (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:895) strTyLit (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:899) charTyLit (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:902) noSourceUnpackedness (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:844) sourceNoUnpack (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:845) sourceUnpack (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:846) noSourceStrictness (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:849) sourceLazy (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:850) sourceStrict (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:851) isStrict (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:863) notStrict (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:864) unpacked (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:865) bang (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:868) bangType (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:873) varBangType (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:876) strictType (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:881) varStrictType (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:886) cxt (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:677) classP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:817) equalP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:824) normalC (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:697) recC (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:700) infixC (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:703) forallC (libraries/template-haskell/Language/Haskell/TH/Lib.hs:284) gadtC (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:715) recGadtC (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:718) varK (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:938) conK (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:941) tupleK (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:944) arrowK (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:947) listK (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:950) appK (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:953) starK (libraries/template-haskell/Language/Haskell/TH/Lib.hs:326) constraintK (libraries/template-haskell/Language/Haskell/TH/Lib.hs:329) DefaultBndrFlag (libraries/template-haskell/Language/Haskell/TH/Lib.hs:304) plainTV (libraries/template-haskell/Language/Haskell/TH/Lib.hs:317) kindedTV (libraries/template-haskell/Language/Haskell/TH/Lib.hs:320) plainInvisTV (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:911) kindedInvisTV (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:920) plainBndrTV (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:914) kindedBndrTV (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:923) specifiedSpec (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:926) inferredSpec (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:929) bndrReq (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:932) bndrInvis (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:935) nominalR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:983) representationalR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:984) phantomR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:985) inferR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:986) valD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:418) funD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:426) tySynD (libraries/template-haskell/Language/Haskell/TH/Lib.hs:199) dataD (libraries/template-haskell/Language/Haskell/TH/Lib.hs:203) newtypeD (libraries/template-haskell/Language/Haskell/TH/Lib.hs:212) typeDataD (libraries/template-haskell/Language/Haskell/TH/Lib.hs:221) derivClause (libraries/template-haskell/Language/Haskell/TH/Lib.hs:347) stockStrategy (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:685) anyclassStrategy (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:688) newtypeStrategy (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:691) viaStrategy (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:694) classD (libraries/template-haskell/Language/Haskell/TH/Lib.hs:227) instanceD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:478) instanceWithOverlapD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:481) sigD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:491) kiSigD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:494) standaloneDerivD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:630) standaloneDerivWithStrategyD (libraries/template-haskell/Language/Haskell/TH/Lib.hs:352) defaultSigD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:641) roleAnnotD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:627) dataFamilyD (libraries/template-haskell/Language/Haskell/TH/Lib.hs:262) openTypeFamilyD (libraries/template-haskell/Language/Haskell/TH/Lib.hs:267) closedTypeFamilyD (libraries/template-haskell/Language/Haskell/TH/Lib.hs:272) dataInstD (libraries/template-haskell/Language/Haskell/TH/Lib.hs:243) newtypeInstD (libraries/template-haskell/Language/Haskell/TH/Lib.hs:253) tySynInstD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:600) tySynEqn (libraries/template-haskell/Language/Haskell/TH/Lib.hs:277) injectivityAnn (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:977) noSig (libraries/template-haskell/Language/Haskell/TH/Lib.hs:335) kindSig (libraries/template-haskell/Language/Haskell/TH/Lib.hs:338) tyVarSig (libraries/template-haskell/Language/Haskell/TH/Lib.hs:341) infixLD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:502) infixRD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:505) infixND (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:508) defaultD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:520) cCall (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:992) stdCall (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:993) cApi (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:994) prim (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:995) javaScript (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:996) unsafe (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1002) safe (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1003) interruptible (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1004) forImpD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:497) funDep (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1010) ruleVar (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1015) typedRuleVar (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1018) valueAnnotation (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1023) typeAnnotation (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1026) moduleAnnotation (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1029) pragInlD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:523) pragSpecD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:530) pragSpecInlD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:536) pragSpecInstD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:542) pragRuleD (libraries/template-haskell/Language/Haskell/TH/Lib.hs:234) pragAnnD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:558) pragLineD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:564) pragCompleteD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:567) unidir (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1035) implBidir (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1036) explBidir (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1039) prefixPatSyn (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1044) infixPatSyn (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1050) recordPatSyn (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1047) 71% (104 /145) in 'Language.Haskell.TH' Missing documentation for: Q (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:210) runQ (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:224) Loc (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1996) NameSpace (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1689) Dec (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2443) Clause (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2320) Bang (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2819) Foreign (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2641) Callconv (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2646) Safety (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2649) Pragma (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2652) Inline (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2665) RuleMatch (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2670) Phases (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2674) RuleBndr (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2679) AnnTarget (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2683) FunDep (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2638) Fixity (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2125) FixityDirection (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2127) Exp (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2324) Match (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2317) Body (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2419) Guard (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2426) Stmt (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2431) Range (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2439) Lit (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2211) FieldExp (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2415) FieldPat (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2315) Type (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2851) TyLit (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2917) Cxt (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2688) Specificity (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2889) BndrVis (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2903) BangType (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2823) VarBangType (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2824) Ppr (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:44) pprint (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:42) pprExp (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:143) pprLit (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:297) pprPat (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:361) pprParendType (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:869) Warning: GHC.Hs.Expr: Could not find documentation for exported module: GHC.Hs.Expr 20% ( 28 /135) in 'GHC.Hs.Expr' Missing documentation for: pprParendExpr (compiler/GHC/Hs/Expr.hs:928) pprExpr (compiler/GHC/Hs/Expr.hs:616) pprFunBind (compiler/GHC/Hs/Expr.hs:1528) pprPatBind (compiler/GHC/Hs/Expr.hs:1534) pprUntypedSplice (compiler/GHC/Hs/Expr.hs:1959) pprLExpr (compiler/GHC/Hs/Expr.hs:613) HsUntypedSpliceResult (compiler/GHC/Hs/Expr.hs:1889) prependQualified (compiler/GHC/Hs/Expr.hs:2276) lamCaseKeyword (compiler/GHC/Hs/Expr.hs:2095) SplicePointName (compiler/GHC/Hs/Expr.hs:1929) pp_rhs (compiler/GHC/Hs/Expr.hs:1602) pprTypedSplice (compiler/GHC/Hs/Expr.hs:1952) ppr_expr (compiler/GHC/Hs/Expr.hs:640) pprArg (compiler/GHC/Hs/Expr.hs:1785) SyntaxExprGhc (compiler/GHC/Hs/Expr.hs:105) noSyntaxExpr (compiler/GHC/Hs/Expr.hs:137) HsBracketTc (compiler/GHC/Hs/Expr.hs:178) EpAnnHsCase (compiler/GHC/Hs/Expr.hs:201) EpAnnUnboundVar (compiler/GHC/Hs/Expr.hs:210) AnnExplicitSum (compiler/GHC/Hs/Expr.hs:389) HsMatchContextRn (compiler/GHC/Hs/Expr.hs:2069) AnnsIf (compiler/GHC/Hs/Expr.hs:417) AnnProjection (compiler/GHC/Hs/Expr.hs:408) AnnFieldLabel (compiler/GHC/Hs/Expr.hs:400) tupArgPresent (compiler/GHC/Hs/Expr.hs:446) tupArgPresent_maybe (compiler/GHC/Hs/Expr.hs:450) tupArgsPresent_maybe (compiler/GHC/Hs/Expr.hs:454) XXExprGhcRn (compiler/GHC/Hs/Expr.hs:492) XXExprGhcTc (compiler/GHC/Hs/Expr.hs:554) isHsThingRnExpr (compiler/GHC/Hs/Expr.hs:483) isHsThingRnStmt (compiler/GHC/Hs/Expr.hs:486) isHsThingRnPat (compiler/GHC/Hs/Expr.hs:489) mkExpandedPatRn (compiler/GHC/Hs/Expr.hs:533) isAtomicHsExpr (compiler/GHC/Hs/Expr.hs:1029) isQuietHsExpr (compiler/GHC/Hs/Expr.hs:623) pprBinds (compiler/GHC/Hs/Expr.hs:632) ppr_lexpr (compiler/GHC/Hs/Expr.hs:636) ppr_apps (compiler/GHC/Hs/Expr.hs:903) ppr_infix_expr (compiler/GHC/Hs/Expr.hs:876) pprDebugParendExpr (compiler/GHC/Hs/Expr.hs:917) pprMatches (compiler/GHC/Hs/Expr.hs:1521) pprDo (compiler/GHC/Hs/Expr.hs:1816) thTyBrackets (compiler/GHC/Hs/Expr.hs:2029) ppr_with_pending_tc_splices (compiler/GHC/Hs/Expr.hs:2038) ppr_infix_expr_rn (compiler/GHC/Hs/Expr.hs:885) ppr_infix_expr_tc (compiler/GHC/Hs/Expr.hs:889) ppr_infix_hs_expansion (compiler/GHC/Hs/Expr.hs:896) pprParendLExpr (compiler/GHC/Hs/Expr.hs:924) stripParensLHsExpr (compiler/GHC/Hs/Expr.hs:1020) stripParensHsExpr (compiler/GHC/Hs/Expr.hs:1024) CmdTopTc (compiler/GHC/Hs/Expr.hs:1329) pprCmd (compiler/GHC/Hs/Expr.hs:1351) pprLCmd (compiler/GHC/Hs/Expr.hs:1348) isQuietHsCmd (compiler/GHC/Hs/Expr.hs:1358) ppr_cmd (compiler/GHC/Hs/Expr.hs:1369) ppr_lcmd (compiler/GHC/Hs/Expr.hs:1365) pprArrowExpr (compiler/GHC/Hs/Expr.hs:1828) pprCmdArg (compiler/GHC/Hs/Expr.hs:1439) MatchGroupTc (compiler/GHC/Hs/Expr.hs:1457) pprMatch (compiler/GHC/Hs/Expr.hs:1540) isEmptyMatchGroup (compiler/GHC/Hs/Expr.hs:1474) matchGroupArity (compiler/GHC/Hs/Expr.hs:1488) hsLMatchPats (compiler/GHC/Hs/Expr.hs:1494) GrhsAnn (compiler/GHC/Hs/Expr.hs:1504) pprGRHSs (compiler/GHC/Hs/Expr.hs:1586) pprGRHS (compiler/GHC/Hs/Expr.hs:1595) matchSeparator (compiler/GHC/Hs/Expr.hs:1605) RecStmtTc (compiler/GHC/Hs/Expr.hs:1631) XBindStmtRn (compiler/GHC/Hs/Expr.hs:1657) XBindStmtTc (compiler/GHC/Hs/Expr.hs:1662) pprStmt (compiler/GHC/Hs/Expr.hs:1719) pprBindStmt (compiler/GHC/Hs/Expr.hs:1778) pprTransStmt (compiler/GHC/Hs/Expr.hs:1803) ppr_do_stmts (compiler/GHC/Hs/Expr.hs:1840) pprTransformStmt (compiler/GHC/Hs/Expr.hs:1797) pprBy (compiler/GHC/Hs/Expr.hs:1809) ppr_module_name_prefix (compiler/GHC/Hs/Expr.hs:1831) pprComp (compiler/GHC/Hs/Expr.hs:1845) pprQuals (compiler/GHC/Hs/Expr.hs:1862) DelayedSplice (compiler/GHC/Hs/Expr.hs:1915) UntypedSpliceFlavour (compiler/GHC/Hs/Expr.hs:1931) pprPendingSplice (compiler/GHC/Hs/Expr.hs:1949) ppr_splice (compiler/GHC/Hs/Expr.hs:1972) ppr_quasi (compiler/GHC/Hs/Expr.hs:1964) thBrackets (compiler/GHC/Hs/Expr.hs:2025) pp_dotdot (compiler/GHC/Hs/Expr.hs:2058) HsMatchContextPs (compiler/GHC/Hs/Expr.hs:2068) HsStmtContextRn (compiler/GHC/Hs/Expr.hs:2071) pprExternalSrcLoc (compiler/GHC/Hs/Expr.hs:2100) pprHsArrType (compiler/GHC/Hs/Expr.hs:2109) pprStmtContext (compiler/GHC/Hs/Expr.hs:2234) matchContextErrString (compiler/GHC/Hs/Expr.hs:2119) matchArrowContextErrString (compiler/GHC/Hs/Expr.hs:2138) matchDoContextErrString (compiler/GHC/Hs/Expr.hs:2144) pprMatchInCtxt (compiler/GHC/Hs/Expr.hs:2152) pprMatchContext (compiler/GHC/Hs/Expr.hs:2178) pprStmtInCtxt (compiler/GHC/Hs/Expr.hs:2164) pprAStmtContext (compiler/GHC/Hs/Expr.hs:2230) pprMatchContextNoun (compiler/GHC/Hs/Expr.hs:2189) pprArrowMatchContextNoun (compiler/GHC/Hs/Expr.hs:2215) pprMatchContextNouns (compiler/GHC/Hs/Expr.hs:2207) pprArrowMatchContextNouns (compiler/GHC/Hs/Expr.hs:2222) pprAHsDoFlavour (compiler/GHC/Hs/Expr.hs:2261) pprHsDoFlavour (compiler/GHC/Hs/Expr.hs:2269) pprStmtCat (compiler/GHC/Hs/Expr.hs:2251) pprFieldLabelStrings (compiler/GHC/Hs/Expr.hs:2300) pprPrefixFastString (compiler/GHC/Hs/Expr.hs:2304) Warning: 'ImportSuggestion' is ambiguous. It is defined * at compiler/GHC/Types/Hint.hs:408:5 * at compiler/GHC/Types/Hint.hs:494: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 compiler/GHC/Types/Hint.hs:494:1 Warning: 'SimilarName' is ambiguous. It is defined * at compiler/GHC/Types/Hint.hs:522:5 * at compiler/GHC/Types/Hint.hs:521: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 compiler/GHC/Types/Hint.hs:521:1 0% ( 0 / 2) in 'GHC.Types.Hint.Ppr' Missing documentation for: Module header perhapsAsPat (compiler/GHC/Types/Hint/Ppr.hs:265) Warning: 'mkMCDiagnostic' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'DiagnosticCode' is ambiguous. It is defined * at compiler/GHC/Types/Error.hs:858:3 * at compiler/GHC/Types/Error.hs:857: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 compiler/GHC/Types/Error.hs:857:1 Warning: 'MsgEnvelope' is ambiguous. It is defined * at compiler/GHC/Types/Error.hs:456:22 * at compiler/GHC/Types/Error.hs:456: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 compiler/GHC/Types/Error.hs:456:1 Warning: 'Messages' is ambiguous. It is defined * at compiler/GHC/Types/Error.hs:142:22 * at compiler/GHC/Types/Error.hs:142: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 compiler/GHC/Types/Error.hs:142:1 Warning: 'DynFlags' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'DiagnosticMessage' is ambiguous. It is defined * at compiler/GHC/Types/Error.hs:331:26 * at compiler/GHC/Types/Error.hs:331: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 compiler/GHC/Types/Error.hs:331:1 Warning: 'Hint' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'formatBulleted' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Message' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 70% ( 47 / 67) in 'GHC.Types.Error' Missing documentation for: Module header mkMessages (compiler/GHC/Types/Error.hs:150) getMessages emptyMessages (compiler/GHC/Types/Error.hs:147) isEmptyMessages (compiler/GHC/Types/Error.hs:156) singleMessage (compiler/GHC/Types/Error.hs:159) filterMessages (compiler/GHC/Types/Error.hs:201) mkPlainDiagnostic (compiler/GHC/Types/Error.hs:353) pprDiagnostic (compiler/GHC/Types/Error.hs:316) HasDefaultDiagnosticOpts (compiler/GHC/Types/Error.hs:231) defaultDiagnosticOpts (compiler/GHC/Types/Error.hs:236) NoDiagnosticOpts (compiler/GHC/Types/Error.hs:297) LanguageExtensionHint (compiler/GHC/Types/Hint.hs:58) useExtensionInOrderTo (compiler/GHC/Types/Hint.hs:121) pprMessageBag (compiler/GHC/Types/Error.hs:608) mkLocMessage (compiler/GHC/Types/Error.hs:615) getCaretDiagnostic (compiler/GHC/Types/Error.hs:716) isWarningMessage (compiler/GHC/Types/Error.hs:817) getErrorMessages (compiler/GHC/Types/Error.hs:837) getWarningMessages (compiler/GHC/Types/Error.hs:834) Warning: 'dumpAction' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'traceAction' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 77% ( 42 / 54) in 'GHC.Utils.Logger' Missing documentation for: Logger (compiler/GHC/Utils/Logger.hs:225) HasLogger (compiler/GHC/Utils/Logger.hs:658) ContainsLogger (compiler/GHC/Utils/Logger.hs:661) initLogger (compiler/GHC/Utils/Logger.hs:263) LogAction (compiler/GHC/Utils/Logger.hs:181) LogJsonAction (compiler/GHC/Utils/Logger.hs:187) DumpAction (compiler/GHC/Utils/Logger.hs:192) TraceAction (compiler/GHC/Utils/Logger.hs:200) popJsonLogHook (compiler/GHC/Utils/Logger.hs:312) defaultLogAction (compiler/GHC/Utils/Logger.hs:402) defaultLogJsonAction (compiler/GHC/Utils/Logger.hs:361) logJsonMsg (compiler/GHC/Utils/Logger.hs:596) 28% ( 2 / 7) in 'GHC.Core.Opt.Simplify.Inline' Missing documentation for: Module header couldBeSmallEnoughToInline (compiler/GHC/Core/Opt/Simplify/Inline.hs:48) smallEnoughToInline (compiler/GHC/Core/Opt/Simplify/Inline.hs:57) callSiteInline (compiler/GHC/Core/Opt/Simplify/Inline.hs:98) CallCtxt (compiler/GHC/Core/Unfold.hs:160) Warning: 'DynFlags' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'DiagOpts' is ambiguous. It is defined * at compiler/GHC/Utils/Error.hs:91:17 * at compiler/GHC/Utils/Error.hs:91: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 compiler/GHC/Utils/Error.hs:91:1 Warning: 'MsgEnvelope' is ambiguous. It is defined * at compiler/GHC/Types/Error.hs:456:22 * at compiler/GHC/Types/Error.hs:456: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 compiler/GHC/Types/Error.hs:456:1 Warning: 'SevOutput' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'SevInfo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'rnf' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 53% ( 36 / 67) in 'GHC.Utils.Error' Missing documentation for: Module header Validity' (compiler/GHC/Utils/Error.hs:241) andValid (compiler/GHC/Utils/Error.hs:250) getInvalids (compiler/GHC/Utils/Error.hs:259) mkMessages (compiler/GHC/Types/Error.hs:150) isEmptyMessages (compiler/GHC/Types/Error.hs:156) pprMessageBag (compiler/GHC/Types/Error.hs:608) pprMsgEnvelopeBagWithLoc (compiler/GHC/Utils/Error.hs:280) pprMessages (compiler/GHC/Utils/Error.hs:277) pprLocMsgEnvelope (compiler/GHC/Utils/Error.hs:291) pprLocMsgEnvelopeDefault (compiler/GHC/Utils/Error.hs:288) DiagOpts (compiler/GHC/Utils/Error.hs:91) emptyDiagOpts (compiler/GHC/Utils/Error.hs:103) diag_wopt (compiler/GHC/Utils/Error.hs:116) diag_fatal_wopt (compiler/GHC/Utils/Error.hs:119) emptyMessages (compiler/GHC/Types/Error.hs:147) mkLocMessage (compiler/GHC/Types/Error.hs:615) mkPlainDiagnostic (compiler/GHC/Types/Error.hs:353) getCaretDiagnostic (compiler/GHC/Types/Error.hs:716) putMsg (compiler/GHC/Utils/Error.hs:484) printInfoForUser (compiler/GHC/Utils/Error.hs:487) printOutputForUser (compiler/GHC/Utils/Error.hs:491) logInfo (compiler/GHC/Utils/Error.hs:495) errorMsg (compiler/GHC/Utils/Error.hs:328) fatalErrorMsg (compiler/GHC/Utils/Error.hs:333) compilationProgressMsg (compiler/GHC/Utils/Error.hs:337) showPass (compiler/GHC/Utils/Error.hs:345) debugTraceMsg (compiler/GHC/Utils/Error.hs:478) ghcExit (compiler/GHC/Utils/Error.hs:319) prettyPrintGhcErrors (compiler/GHC/Utils/Error.hs:503) sortMsgBag (compiler/GHC/Utils/Error.hs:303) Warning: 'openTempFile' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 80% ( 16 / 20) in 'GHC.Utils.TmpFs' Missing documentation for: TempDir (compiler/GHC/Utils/TmpFs.hs:99) cleanTempDirs (compiler/GHC/Utils/TmpFs.hs:154) newTempName (compiler/GHC/Utils/TmpFs.hs:268) newTempLibName (compiler/GHC/Utils/TmpFs.hs:311) 33% ( 1 / 3) in 'GHC.StgToCmm.Config' Missing documentation for: StgToCmmConfig (compiler/GHC/StgToCmm/Config.hs:19) stgToCmmPlatform (compiler/GHC/StgToCmm/Config.hs:92) 66% ( 2 / 3) in 'GHC.Linker.Config' Missing documentation for: FrameworkOpts (compiler/GHC/Linker/Config.hs:14) Warning: 'IdKey' is ambiguous. It is defined * at compiler/GHC/StgToJS/Types.hs:197:5 * at compiler/GHC/StgToJS/Types.hs:196: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 compiler/GHC/StgToJS/Types.hs:196:1 Warning: 'ClosureInfo' is ambiguous. It is defined * at compiler/GHC/StgToJS/Types.hs:102:20 * at compiler/GHC/StgToJS/Types.hs:102: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 compiler/GHC/StgToJS/Types.hs:102:1 83% ( 31 / 37) in 'GHC.StgToJS.Types' Missing documentation for: StaticInfo (compiler/GHC/StgToJS/Types.hs:222) StaticVal (compiler/GHC/StgToJS/Types.hs:228) StaticUnboxed (compiler/GHC/StgToJS/Types.hs:242) ExpFun (compiler/GHC/StgToJS/Types.hs:318) ExprResult (compiler/GHC/StgToJS/Types.hs:358) ExprValData (compiler/GHC/StgToJS/Types.hs:363) Warning: 'mod_name' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'deps' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 81% ( 26 / 32) in 'GHC.StgToJS.Object' Missing documentation for: defaultJSOptions (compiler/GHC/StgToJS/Object.hs:704) IndexEntry (compiler/GHC/StgToJS/Object.hs:289) LocatedBlockInfo (compiler/GHC/StgToJS/Object.hs:197) BlockDeps (compiler/GHC/StgToJS/Object.hs:228) BlockId (compiler/GHC/StgToJS/Object.hs:181) BlockIds (compiler/GHC/StgToJS/Object.hs:182) 33% ( 1 / 3) in 'GHC.StgToJS.Linker.Types' Missing documentation for: JSLinkConfig (compiler/GHC/StgToJS/Linker/Types.hs:42) LinkPlan (compiler/GHC/StgToJS/Linker/Types.hs:57) Warning: 'f' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'm' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 40% ( 2 / 5) in 'GHC.Driver.Pipeline.Monad' Missing documentation for: TPipelineClass (compiler/GHC/Driver/Pipeline/Monad.hs:19) PipeEnv (compiler/GHC/Driver/Pipeline/Monad.hs:27) PipelineOutput (compiler/GHC/Driver/Pipeline/Monad.hs:37) Warning: 'IntQuotRemOp' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'HscRecomp' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'mi_globals' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ModIface' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'switch' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Switch' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'DynFlags' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'hostFullWays' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'recomp' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 93% ( 56 / 60) in 'GHC.Driver.Backend' Missing documentation for: BackendName (compiler/GHC/Driver/Backend/Internal.hs:26) backendGeneratesCodeForHsBoot (compiler/GHC/Driver/Backend.hs:483) backendUseJSLinker (compiler/GHC/Driver/Backend.hs:773) platformDefaultBackend (compiler/GHC/Driver/Backend.hs:196) Warning: 'CmmSwitch' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 93% ( 14 / 15) in 'GHC.Cmm.Switch' Missing documentation for: Module header 23% ( 6 / 26) in 'GHC.Cmm.Node' Missing documentation for: Module header CmmNode (compiler/GHC/Cmm/Node.hs:52) CmmFormal (compiler/GHC/Cmm/Node.hs:423) CmmActual (compiler/GHC/Cmm/Node.hs:422) UpdFrameOffset (compiler/GHC/Cmm/Node.hs:425) ForeignConvention (compiler/GHC/Cmm/Node.hs:454) ForeignTarget (compiler/GHC/Cmm/Node.hs:481) foreignTargetHints (compiler/GHC/Cmm/Node.hs:519) CmmReturnInfo (compiler/GHC/Cmm/Node.hs:469) mapExp (compiler/GHC/Cmm/Node.hs:682) mapExpDeep (compiler/GHC/Cmm/Node.hs:696) wrapRecExp (compiler/GHC/Cmm/Node.hs:677) foldExp (compiler/GHC/Cmm/Node.hs:766) foldExpDeep (compiler/GHC/Cmm/Node.hs:780) wrapRecExpf (compiler/GHC/Cmm/Node.hs:761) mapExpM (compiler/GHC/Cmm/Node.hs:713) mapExpDeepM (compiler/GHC/Cmm/Node.hs:748) wrapRecExpM (compiler/GHC/Cmm/Node.hs:708) mapSuccessors (compiler/GHC/Cmm/Node.hs:785) mapCollectSuccessors (compiler/GHC/Cmm/Node.hs:792) 31% ( 15 / 47) in 'GHC.Cmm' Missing documentation for: Module header CmmProgram (compiler/GHC/Cmm.hs:74) GenCmmGroup (compiler/GHC/Cmm.hs:76) CmmDecl (compiler/GHC/Cmm.hs:120) CmmDeclSRTs (compiler/GHC/Cmm.hs:121) CmmDataDecl (compiler/GHC/Cmm.hs:122) cmmDataDeclCmmDecl (compiler/GHC/Cmm.hs:126) CmmGraph (compiler/GHC/Cmm.hs:141) GenCmmGraph (compiler/GHC/Cmm.hs:142) toBlockMap (compiler/GHC/Cmm.hs:149) revPostorder (compiler/GHC/Cmm.hs:162) toBlockList (compiler/GHC/Cmm.hs:166) CmmBlock (compiler/GHC/Cmm.hs:143) RawCmmDecl (compiler/GHC/Cmm.hs:131) Section (compiler/GHC/Cmm.hs:286) SectionType (compiler/GHC/Cmm.hs:244) GenCmmStatics (compiler/GHC/Cmm.hs:308) CmmStatics (compiler/GHC/Cmm.hs:328) RawCmmStatics (compiler/GHC/Cmm.hs:329) CmmStatic (compiler/GHC/Cmm.hs:288) SectionProtection (compiler/GHC/Cmm.hs:257) GenBasicBlock (compiler/GHC/Cmm.hs:337) ListGraph (compiler/GHC/Cmm.hs:347) pprBBlock (compiler/GHC/Cmm.hs:365) CmmStackInfo (compiler/GHC/Cmm.hs:189) topInfoTable (compiler/GHC/Cmm.hs:186) ClosureTypeInfo (compiler/GHC/Runtime/Heap/Layout.hs:189) ProfilingInfo (compiler/GHC/Cmm.hs:236) ConstrDescription (compiler/GHC/Runtime/Heap/Layout.hs:198) pprCmmGroup (compiler/GHC/Cmm.hs:397) pprSection (compiler/GHC/Cmm.hs:463) pprStatic (compiler/GHC/Cmm.hs:453) Warning: 'ModuleName' is ambiguous. It is defined * at compiler/Language/Haskell/Syntax/Module/Name.hs:15:22 * at compiler/Language/Haskell/Syntax/Module/Name.hs:15: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 compiler/Language/Haskell/Syntax/Module/Name.hs:15:1 Warning: 'PackageName' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'getUnitDbRefs' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'NoBackend' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'DynFlags' is ambiguous. It is defined * at compiler/GHC/Driver/DynFlags.hs:148:17 * at compiler/GHC/Driver/DynFlags.hs:148: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 compiler/GHC/Driver/DynFlags.hs:148:1 Warning: 'WarningCategory' is ambiguous. It is defined * at compiler/GHC/Unit/Module/Warnings.hs:132:27 * at compiler/GHC/Unit/Module/Warnings.hs:132: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 compiler/GHC/Unit/Module/Warnings.hs:132:1 52% ( 60 /115) in 'GHC.Driver.DynFlags' Missing documentation for: Module header WarningFlag (compiler/GHC/Driver/Flags.hs:607) Language (compiler/GHC/Driver/Flags.hs:42) FatalMessager (compiler/GHC/Driver/DynFlags.hs:720) FlushOut (compiler/GHC/Driver/DynFlags.hs:726) hasPprDebug (compiler/GHC/Driver/DynFlags.hs:1008) hasNoDebugOutput (compiler/GHC/Driver/DynFlags.hs:1011) hasNoStateHack (compiler/GHC/Driver/DynFlags.hs:1014) hasNoOptCoercion (compiler/GHC/Driver/DynFlags.hs:1017) xopt_DuplicateRecordFields (compiler/GHC/Driver/DynFlags.hs:1156) xopt_FieldSelectors (compiler/GHC/Driver/DynFlags.hs:1161) lang_set (compiler/GHC/Driver/DynFlags.hs:1166) DynamicTooState (compiler/GHC/Driver/DynFlags.hs:928) dynamicTooState (compiler/GHC/Driver/DynFlags.hs:935) setDynamicNow (compiler/GHC/Driver/DynFlags.hs:941) OnOff (compiler/GHC/Driver/DynFlags.hs:733) ways (compiler/GHC/Driver/DynFlags.hs:1449) HasDynFlags (compiler/GHC/Driver/DynFlags.hs:466) ContainsDynFlags (compiler/GHC/Driver/DynFlags.hs:490) RtsOptsEnabled (compiler/GHC/Driver/DynFlags.hs:900) isOneShot (compiler/GHC/Driver/DynFlags.hs:805) isNoLink (compiler/GHC/Driver/DynFlags.hs:820) packageFlagsChanged (compiler/GHC/Driver/DynFlags.hs:878) PackageDBFlag (compiler/GHC/Driver/DynFlags.hs:870) PkgDbRef (compiler/GHC/Driver/DynFlags.hs:946) showOpt (compiler/GHC/Utils/CliOption.hs:26) DynLibLoader (compiler/GHC/Driver/DynFlags.hs:895) defaultFatalMessager (compiler/GHC/Driver/DynFlags.hs:723) defaultFlushOut (compiler/GHC/Driver/DynFlags.hs:729) optLevelFlags (compiler/GHC/Driver/DynFlags.hs:1251) TurnOnFlag (compiler/GHC/Driver/DynFlags.hs:1309) turnOn (compiler/GHC/Driver/DynFlags.hs:1311) turnOff (compiler/GHC/Driver/DynFlags.hs:1312) programName (compiler/GHC/Driver/DynFlags.hs:1461) projectVersion (compiler/GHC/Driver/DynFlags.hs:1463) ghcUsagePath (compiler/GHC/Driver/DynFlags.hs:1465) ghciUsagePath (compiler/GHC/Driver/DynFlags.hs:1467) topDir (compiler/GHC/Driver/DynFlags.hs:1469) toolDir (compiler/GHC/Driver/DynFlags.hs:1471) versionedFilePath (compiler/GHC/Driver/DynFlags.hs:1502) extraGccViaCFlags (compiler/GHC/Driver/DynFlags.hs:1473) globalPackageDatabasePath (compiler/GHC/Driver/DynFlags.hs:1475) LinkerInfo (compiler/GHC/Driver/DynFlags.hs:766) CompilerInfo (compiler/GHC/Driver/DynFlags.hs:778) initPromotionTickContext (compiler/GHC/Driver/DynFlags.hs:1554) isSse4_2Enabled (compiler/GHC/Driver/DynFlags.hs:1564) isAvxEnabled (compiler/GHC/Driver/DynFlags.hs:1567) isAvx2Enabled (compiler/GHC/Driver/DynFlags.hs:1570) isAvx512cdEnabled (compiler/GHC/Driver/DynFlags.hs:1573) isAvx512erEnabled (compiler/GHC/Driver/DynFlags.hs:1576) isAvx512fEnabled (compiler/GHC/Driver/DynFlags.hs:1579) isAvx512pfEnabled (compiler/GHC/Driver/DynFlags.hs:1582) isFmaEnabled (compiler/GHC/Driver/DynFlags.hs:1585) isBmiEnabled (compiler/GHC/Driver/DynFlags.hs:1591) isBmi2Enabled (compiler/GHC/Driver/DynFlags.hs:1597) Warning: 'UnitId' is ambiguous. It is defined * at compiler/GHC/Unit/Types.hs:516:18 * at compiler/GHC/Unit/Types.hs:516: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 compiler/GHC/Unit/Types.hs:516:1 Warning: 'ModuleName' is ambiguous. It is defined * at compiler/Language/Haskell/Syntax/Module/Name.hs:15:22 * at compiler/Language/Haskell/Syntax/Module/Name.hs:15: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 compiler/Language/Haskell/Syntax/Module/Name.hs:15:1 Warning: 'PackageName' is ambiguous. It is defined * at compiler/GHC/Unit/Info.hs:103:23 * at compiler/GHC/Unit/Info.hs:103: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 compiler/GHC/Unit/Info.hs:103:1 Warning: 'trusted' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'exposed' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Module' is ambiguous. It is defined * at compiler/GHC/Unit/Types.hs:123:23 * at compiler/GHC/Unit/Types.hs:130: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 compiler/GHC/Unit/Types.hs:130:1 Warning: 'UnitVisibility' is ambiguous. It is defined * at compiler/GHC/Unit/State.hs:275:23 * at compiler/GHC/Unit/State.hs:275: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 compiler/GHC/Unit/State.hs:275:1 Warning: 'UnitState' is ambiguous. It is defined * at compiler/GHC/Unit/State.hs:420:18 * at compiler/GHC/Unit/State.hs:420: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 compiler/GHC/Unit/State.hs:420:1 Warning: 'DynFlags' is ambiguous. It is defined * at compiler/GHC/Driver/DynFlags.hs:148:17 * at compiler/GHC/Driver/DynFlags.hs:148: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 compiler/GHC/Driver/DynFlags.hs:148:1 Warning: 'unitState' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'UnitArg' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'depends' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'InstantiatedUnit' is ambiguous. It is defined * at compiler/GHC/Unit/Types.hs:275:7 * at compiler/GHC/Unit/Types.hs:294: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 compiler/GHC/Unit/Types.hs:294:1 Warning: 'nameModule' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ClosureUnitInfoMap' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 73% ( 44 / 60) in 'GHC.Unit.State' Missing documentation for: UnitState (compiler/GHC/Unit/State.hs:420) PreloadUnitClosure (compiler/GHC/Unit/State.hs:268) UnitErr (compiler/GHC/Unit/State.hs:2061) emptyUnitState (compiler/GHC/Unit/State.hs:485) readUnitDatabases (compiler/GHC/Unit/State.hs:707) readUnitDatabase (compiler/GHC/Unit/State.hs:763) getUnitDbRefs (compiler/GHC/Unit/State.hs:714) UnitInfoMap (compiler/GHC/Unit/State.hs:509) listVisibleModuleNames (compiler/GHC/Unit/State.hs:2022) lookupModuleWithSuggestions (compiler/GHC/Unit/State.hs:1917) lookupPluginModuleWithSuggestions (compiler/GHC/Unit/State.hs:1944) ModuleSuggestion (compiler/GHC/Unit/State.hs:1910) pprReason (compiler/GHC/Unit/State.hs:1246) mayThrowUnitErr (compiler/GHC/Unit/State.hs:2067) pprFlag (compiler/GHC/Unit/State.hs:1076) pprUnitInfoForUser (compiler/GHC/Unit/State.hs:2128) Warning: 'ImportAvails' is ambiguous. It is defined * at compiler/GHC/Unit/Module/Deps.hs:480:6 * at compiler/GHC/Unit/Module/Deps.hs:479: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 compiler/GHC/Unit/Module/Deps.hs:479:1 Warning: 'addDependentFile' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Fingerprint' is ambiguous. It is defined * in GHC.Fingerprint.Type * in GHC.Fingerprint.Type 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.Fingerprint.Type Warning: 'checkFamInstConsistency' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 88% ( 15 / 17) in 'GHC.Unit.Module.Deps' Missing documentation for: noDependencies (compiler/GHC/Unit/Module/Deps.hs:201) dep_trusted_pkgs 100% ( 7 / 7) in 'GHC.Unit' Warning: 'DynFlags' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'initFinderOpts' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Module' is ambiguous. It is defined * at compiler/GHC/Unit/Types.hs:123:23 * at compiler/GHC/Unit/Types.hs:130: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 compiler/GHC/Unit/Types.hs:130:1 Warning: 'FinderCache' is ambiguous. It is defined * at compiler/GHC/Unit/Finder/Types.hs:27:20 * at compiler/GHC/Unit/Finder/Types.hs:27: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 compiler/GHC/Unit/Finder/Types.hs:27:1 50% ( 3 / 6) in 'GHC.Unit.Finder.Types' Missing documentation for: Module header FinderCache (compiler/GHC/Unit/Finder/Types.hs:27) InstalledFindResult (compiler/GHC/Unit/Finder/Types.hs:31) Warning: 'SourceError' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 16% ( 1 / 6) in 'GHC.Types.Target' Missing documentation for: Module header TargetId (compiler/GHC/Types/Target.hs:44) InputFileBuffer (compiler/GHC/Types/Target.hs:54) pprTarget (compiler/GHC/Types/Target.hs:58) pprTargetId (compiler/GHC/Types/Target.hs:65) Warning: 'DriverMessage' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 10% ( 1 / 10) in 'GHC.Iface.Errors.Types' Missing documentation for: Module header MissingInterfaceError (compiler/GHC/Iface/Errors/Types.hs:58) InterfaceLookingFor (compiler/GHC/Iface/Errors/Types.hs:42) IfaceMessage (compiler/GHC/Iface/Errors/Types.hs:48) ReadInterfaceError (compiler/GHC/Iface/Errors/Types.hs:69) CantFindInstalled (compiler/GHC/Iface/Errors/Types.hs:87) CantFindInstalledReason (compiler/GHC/Iface/Errors/Types.hs:74) FindingModuleOrInterface (compiler/GHC/Iface/Errors/Types.hs:90) IfaceMessageOpts (compiler/GHC/Iface/Errors/Types.hs:38) 42% ( 3 / 7) in 'GHC.Driver.Ppr' Missing documentation for: showSDocUnsafe (compiler/GHC/Utils/Outputable.hs:664) showPpr (compiler/GHC/Driver/Ppr.hs:27) showPprUnsafe (compiler/GHC/Utils/Outputable.hs:667) printForUser (compiler/GHC/Driver/Ppr.hs:37) 50% ( 1 / 2) in 'GHC.Driver.Config.Logger' Missing documentation for: Module header 30% ( 7 / 23) in 'GHC.Data.IOEnv' Missing documentation for: IOEnv (compiler/GHC/Data/IOEnv.hs:63) failM (compiler/GHC/Data/IOEnv.hs:108) failWithM (compiler/GHC/Data/IOEnv.hs:111) IOEnvFailure (compiler/GHC/Data/IOEnv.hs:113) getEnv (compiler/GHC/Data/IOEnv.hs:245) runIOEnv (compiler/GHC/Data/IOEnv.hs:144) unsafeInterleaveM (compiler/GHC/Data/IOEnv.hs:199) uninterruptibleMaskM_ (compiler/GHC/Data/IOEnv.hs:202) tryM (compiler/GHC/Data/IOEnv.hs:168) tryAllM (compiler/GHC/Data/IOEnv.hs:177) tryMostM (compiler/GHC/Data/IOEnv.hs:195) fixM (compiler/GHC/Data/IOEnv.hs:156) newMutVar (compiler/GHC/Data/IOEnv.hs:219) readMutVar (compiler/GHC/Data/IOEnv.hs:225) writeMutVar (compiler/GHC/Data/IOEnv.hs:222) updMutVar (compiler/GHC/Data/IOEnv.hs:228) 0% ( 0 / 11) in 'GHC.Core.Opt.Stats' Missing documentation for: Module header SimplCount (compiler/GHC/Core/Opt/Stats.hs:47) doSimplTick (compiler/GHC/Core/Opt/Stats.hs:87) doFreeSimplTick (compiler/GHC/Core/Opt/Stats.hs:83) simplCountN (compiler/GHC/Core/Opt/Stats.hs:65) pprSimplCount (compiler/GHC/Core/Opt/Stats.hs:120) plusSimplCount (compiler/GHC/Core/Opt/Stats.hs:100) zeroSimplCount (compiler/GHC/Core/Opt/Stats.hs:68) isZeroSimplCount (compiler/GHC/Core/Opt/Stats.hs:77) hasDetailedCounts (compiler/GHC/Core/Opt/Stats.hs:80) Tick (compiler/GHC/Core/Opt/Stats.hs:221) Warning: 'DocNameI' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'FunBinds' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 25% ( 42 /164) in 'GHC.Hs.Utils' Missing documentation for: mkHsApp (compiler/GHC/Hs/Utils.hs:243) mkHsAppWith (compiler/GHC/Hs/Utils.hs:250) mkHsApps (compiler/GHC/Hs/Utils.hs:254) mkHsAppsWith (compiler/GHC/Hs/Utils.hs:261) mkHsSyntaxApps (compiler/GHC/Hs/Utils.hs:288) mkHsAppType (compiler/GHC/Hs/Utils.hs:264) mkHsAppTypes (compiler/GHC/Hs/Utils.hs:270) mkSimpleMatch (compiler/GHC/Hs/Utils.hs:192) unguardedGRHSs (compiler/GHC/Hs/Utils.hs:205) unguardedRHS (compiler/GHC/Hs/Utils.hs:212) mkMatchGroup (compiler/GHC/Hs/Utils.hs:224) mkLamCaseMatchGroup (compiler/GHC/Hs/Utils.hs:232) mkMatch (compiler/GHC/Hs/Utils.hs:915) mkHsLam (compiler/GHC/Hs/Utils.hs:276) mkHsIf (compiler/GHC/Hs/Utils.hs:402) mkHsWrap (compiler/GHC/Hs/Utils.hs:783) mkLHsWrap (compiler/GHC/Hs/Utils.hs:780) mkHsWrapCo (compiler/GHC/Hs/Utils.hs:788) mkHsWrapCoR (compiler/GHC/Hs/Utils.hs:792) mkLHsWrapCo (compiler/GHC/Hs/Utils.hs:795) mkHsDictLet (compiler/GHC/Hs/Utils.hs:816) mkHsLams (compiler/GHC/Hs/Utils.hs:283) mkHsDo (compiler/GHC/Hs/Utils.hs:388) mkHsDoAnns (compiler/GHC/Hs/Utils.hs:389) mkHsComp (compiler/GHC/Hs/Utils.hs:390) mkHsCompAnns (compiler/GHC/Hs/Utils.hs:391) mkHsWrapPat (compiler/GHC/Hs/Utils.hs:805) mkLHsWrapPat (compiler/GHC/Hs/Utils.hs:809) mkHsWrapPatCo (compiler/GHC/Hs/Utils.hs:812) mkHsCmdWrap (compiler/GHC/Hs/Utils.hs:798) mkLHsCmdWrap (compiler/GHC/Hs/Utils.hs:802) mkHsCmdIf (compiler/GHC/Hs/Utils.hs:407) mkConLikeTc (compiler/GHC/Hs/Utils.hs:494) nlHsTyApp (compiler/GHC/Hs/Utils.hs:309) nlHsTyApps (compiler/GHC/Hs/Utils.hs:313) nlHsVar (compiler/GHC/Hs/Utils.hs:506) nl_HsVar (compiler/GHC/Hs/Utils.hs:510) nlHsLit (compiler/GHC/Hs/Utils.hs:517) nlHsApp (compiler/GHC/Hs/Utils.hs:530) nlHsApps (compiler/GHC/Hs/Utils.hs:538) nlHsSyntaxApps (compiler/GHC/Hs/Utils.hs:534) nlHsIntLit (compiler/GHC/Hs/Utils.hs:520) nlHsVarApps (compiler/GHC/Hs/Utils.hs:542) nlHsDo (compiler/GHC/Hs/Utils.hs:601) nlHsOpApp (compiler/GHC/Hs/Utils.hs:604) nlHsLam (compiler/GHC/Hs/Utils.hs:613) nlHsPar (compiler/GHC/Hs/Utils.hs:616) nlHsIf (compiler/GHC/Hs/Utils.hs:621) nlHsCase (compiler/GHC/Hs/Utils.hs:623) nlList (compiler/GHC/Hs/Utils.hs:625) mkLHsTupleExpr (compiler/GHC/Hs/Utils.hs:679) mkLHsVarTuple (compiler/GHC/Hs/Utils.hs:686) missingTupArg (compiler/GHC/Hs/Utils.hs:692) mkLocatedList (compiler/GHC/Hs/Utils.hs:238) mkVarBind (compiler/GHC/Hs/Utils.hs:849) mkHsVarBind (compiler/GHC/Hs/Utils.hs:846) mkPatSynBind (compiler/GHC/Hs/Utils.hs:855) mkHsIntegral (compiler/GHC/Hs/Utils.hs:384) mkHsFractional (compiler/GHC/Hs/Utils.hs:385) mkHsIsString (compiler/GHC/Hs/Utils.hs:386) mkHsString (compiler/GHC/Hs/Utils.hs:482) mkHsStringFS (compiler/GHC/Hs/Utils.hs:485) mkHsStringPrimLit (compiler/GHC/Hs/Utils.hs:488) mkHsCharPrimLit (compiler/GHC/Hs/Utils.hs:491) mkNPat (compiler/GHC/Hs/Utils.hs:409) mkNPlusKPat (compiler/GHC/Hs/Utils.hs:410) nlVarPat (compiler/GHC/Hs/Utils.hs:524) nlLitPat (compiler/GHC/Hs/Utils.hs:527) nlConVarPat (compiler/GHC/Hs/Utils.hs:548) nlConVarPatName (compiler/GHC/Hs/Utils.hs:551) nlConPat (compiler/GHC/Hs/Utils.hs:562) nlConPatName (compiler/GHC/Hs/Utils.hs:569) nlInfixConPat (compiler/GHC/Hs/Utils.hs:554) nlNullaryConPat (compiler/GHC/Hs/Utils.hs:576) nlWildConPat (compiler/GHC/Hs/Utils.hs:583) nlTuplePat (compiler/GHC/Hs/Utils.hs:689) mkParPat (compiler/GHC/Hs/Utils.hs:322) nlParPat (compiler/GHC/Hs/Utils.hs:325) mkBigLHsTup (compiler/GHC/Hs/Utils.hs:707) mkBigLHsPatTup (compiler/GHC/Hs/Utils.hs:714) mkHsAppTy (compiler/GHC/Hs/Type.hs:630) mkHsAppKindTy (compiler/GHC/Hs/Type.hs:639) mkHsSigEnv (compiler/GHC/Hs/Utils.hs:739) nlHsAppTy (compiler/GHC/Hs/Utils.hs:634) nlHsAppKindTy (compiler/GHC/Hs/Utils.hs:664) nlHsTyVar (compiler/GHC/Hs/Utils.hs:635) nlHsFunTy (compiler/GHC/Hs/Utils.hs:636) nlHsParTy (compiler/GHC/Hs/Utils.hs:642) nlHsTyConApp (compiler/GHC/Hs/Utils.hs:648) mkTransformStmt (compiler/GHC/Hs/Utils.hs:430) mkTransformByStmt (compiler/GHC/Hs/Utils.hs:431) mkBodyStmt (compiler/GHC/Hs/Utils.hs:436) mkPsBindStmt (compiler/GHC/Hs/Utils.hs:438) mkRnBindStmt (compiler/GHC/Hs/Utils.hs:439) mkTcBindStmt (compiler/GHC/Hs/Utils.hs:440) mkLastStmt (compiler/GHC/Hs/Utils.hs:435) emptyTransStmt (compiler/GHC/Hs/Utils.hs:424) mkGroupUsingStmt (compiler/GHC/Hs/Utils.hs:432) mkGroupByUsingStmt (compiler/GHC/Hs/Utils.hs:433) emptyRecStmt (compiler/GHC/Hs/Utils.hs:467) emptyRecStmtName (compiler/GHC/Hs/Utils.hs:468) emptyRecStmtId (compiler/GHC/Hs/Utils.hs:469) mkRecStmt (compiler/GHC/Hs/Utils.hs:380) unitRecStmtTc (compiler/GHC/Hs/Utils.hs:462) mkLetStmt (compiler/GHC/Hs/Utils.hs:473) isUnliftedHsBinds (compiler/GHC/Hs/Utils.hs:1039) collectLocalBinders (compiler/GHC/Hs/Utils.hs:1063) collectHsValBinders (compiler/GHC/Hs/Utils.hs:1080) collectHsBindsBinders (compiler/GHC/Hs/Utils.hs:1093) collectPatBinders (compiler/GHC/Hs/Utils.hs:1203) collectPatsBinders (compiler/GHC/Hs/Utils.hs:1210) collectLStmtsBinders (compiler/GHC/Hs/Utils.hs:1159) collectStmtsBinders (compiler/GHC/Hs/Utils.hs:1166) collectLStmtBinders (compiler/GHC/Hs/Utils.hs:1173) collectStmtBinders (compiler/GHC/Hs/Utils.hs:1181) TyDeclBinders (compiler/GHC/Hs/Utils.hs:1434) hsTyClForeignBinders (compiler/GHC/Hs/Utils.hs:1422) getPatSynBinds (compiler/GHC/Hs/Utils.hs:1521) hsGroupBinders (compiler/GHC/Hs/Utils.hs:1412) lStmtsImplicits (compiler/GHC/Hs/Utils.hs:1765) hsValBindsImplicits (compiler/GHC/Hs/Utils.hs:1791) lHsRecFieldsImplicits (compiler/GHC/Hs/Utils.hs:1844) 0% ( 0 / 1) in 'GHC.Hs.Instances' Missing documentation for: Module header 77% ( 14 / 18) in 'GHC.Hs' Missing documentation for: Module header Fixity (compiler/GHC/Types/Fixity.hs:26) AnnsModule (compiler/GHC/Hs.hs:102) HsParsedModule (compiler/GHC/Hs.hs:151) Warning: 'ModuleGraph' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ModSummary' is ambiguous. It is defined * at compiler/GHC/Unit/Module/ModSummary.hs:56:6 * at compiler/GHC/Unit/Module/ModSummary.hs:55: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 compiler/GHC/Unit/Module/ModSummary.hs:55:1 50% ( 9 / 18) in 'GHC.Unit.Module.ModSummary' Missing documentation for: ms_unitid (compiler/GHC/Unit/Module/ModSummary.hs:93) ms_installed_mod (compiler/GHC/Unit/Module/ModSummary.hs:96) ms_mod_name (compiler/GHC/Unit/Module/ModSummary.hs:99) ms_mnwib (compiler/GHC/Unit/Module/ModSummary.hs:154) msHiFilePath (compiler/GHC/Unit/Module/ModSummary.hs:144) msDynHiFilePath (compiler/GHC/Unit/Module/ModSummary.hs:145) msHsFilePath (compiler/GHC/Unit/Module/ModSummary.hs:143) msObjFilePath (compiler/GHC/Unit/Module/ModSummary.hs:146) msDynObjFilePath (compiler/GHC/Unit/Module/ModSummary.hs:147) Warning: 'f' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ModSummaries' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 28% ( 9 / 32) in 'GHC.Unit.Module.Graph' Missing documentation for: Module header emptyMG (compiler/GHC/Unit/Module/Graph.hs:202) mkModuleGraph (compiler/GHC/Unit/Module/Graph.hs:238) extendMGInst (compiler/GHC/Unit/Module/Graph.hs:224) extendMG' (compiler/GHC/Unit/Module/Graph.hs:232) unionMG (compiler/GHC/Unit/Module/Graph.hs:172) isTemplateHaskellOrQQNonBoot (compiler/GHC/Unit/Module/Graph.hs:205) mgModSummaries (compiler/GHC/Unit/Module/Graph.hs:184) mgModSummaries' (compiler/GHC/Unit/Module/Graph.hs:187) mgTransDeps (compiler/GHC/Unit/Module/Graph.hs:181) showModMsg (compiler/GHC/Unit/Module/Graph.hs:263) moduleGraphNodeModule (compiler/GHC/Unit/Module/Graph.hs:89) moduleGraphNodeModSum (compiler/GHC/Unit/Module/Graph.hs:92) SummaryNode (compiler/GHC/Unit/Module/Graph.hs:298) summaryNodeSummary (compiler/GHC/Unit/Module/Graph.hs:304) NodeKey (compiler/GHC/Unit/Module/Graph.hs:115) nodeKeyUnitId (compiler/GHC/Unit/Module/Graph.hs:129) nodeKeyModName (compiler/GHC/Unit/Module/Graph.hs:134) ModNodeKey (compiler/GHC/Unit/Module/Graph.hs:389) mkNodeKey (compiler/GHC/Unit/Module/Graph.hs:381) msKey (compiler/GHC/Unit/Module/Graph.hs:387) moduleGraphNodeUnitId (compiler/GHC/Unit/Module/Graph.hs:97) ModNodeKeyWithUid (compiler/GHC/Unit/Module/Graph.hs:137) Warning: 'ModIface' is ambiguous. It is defined * at compiler/GHC/Unit/Module/ModIface.hs:157:5 * at compiler/GHC/Unit/Module/ModIface.hs:79: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 compiler/GHC/Unit/Module/ModIface.hs:79:1 Warning: 'ModDetails' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ExternalPackageState' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'FastString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '()' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ModIfaceBackend' is ambiguous. It is defined * at compiler/GHC/Unit/Module/ModIface.hs:85:24 * at compiler/GHC/Unit/Module/ModIface.hs:85: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 compiler/GHC/Unit/Module/ModIface.hs:85:1 Warning: 'HomeModInfo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 57% ( 12 / 21) in 'GHC.Unit.Module.ModIface' Missing documentation for: Module header ModIface (compiler/GHC/Unit/Module/ModIface.hs:79) PartialModIface (compiler/GHC/Unit/Module/ModIface.hs:78) IfaceBackendExts (compiler/GHC/Unit/Module/ModIface.hs:138) mi_mnwib (compiler/GHC/Unit/Module/ModIface.hs:300) emptyPartialModIface (compiler/GHC/Unit/Module/ModIface.hs:494) emptyFullModIface (compiler/GHC/Unit/Module/ModIface.hs:522) emptyIfaceHashCache (compiler/GHC/Unit/Module/ModIface.hs:553) forceModIface (compiler/GHC/Unit/Module/ModIface.hs:614) 33% ( 3 / 9) in 'GHC.Types.Meta' Missing documentation for: MetaHook (compiler/GHC/Types/Meta.hs:37) metaRequestE (compiler/GHC/Types/Meta.hs:40) metaRequestP (compiler/GHC/Types/Meta.hs:43) metaRequestT (compiler/GHC/Types/Meta.hs:46) metaRequestD (compiler/GHC/Types/Meta.hs:49) metaRequestAW (compiler/GHC/Types/Meta.hs:52) Warning: 'FixedRuntimeRepOrigin' is ambiguous. It is defined * at compiler/GHC/Tc/Types/Origin.hs:1039:5 * at compiler/GHC/Tc/Types/Origin.hs:1038: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 compiler/GHC/Tc/Types/Origin.hs:1038:1 Warning: 'SkolemInfo' is ambiguous. It is defined * at compiler/GHC/Tc/Types/Origin.hs:244:5 * at compiler/GHC/Tc/Types/Origin.hs:243: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 compiler/GHC/Tc/Types/Origin.hs:243:1 Warning: 'k' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'l' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'matchExpectedFunTys' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'matchActualFunTy' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'PrimOp' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'coerce' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'TcSolverReportMsg' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 56% ( 34 / 60) in 'GHC.Tc.Types.Origin' Missing documentation for: pprUserTypeCtxt (compiler/GHC/Tc/Types/Origin.hs:196) isSigMaybe (compiler/GHC/Tc/Types/Origin.hs:224) reportRedundantConstraints (compiler/GHC/Tc/Types/Origin.hs:174) redundantConstraintsSpan (compiler/GHC/Tc/Types/Origin.hs:178) getSkolemInfo (compiler/GHC/Tc/Types/Origin.hs:345) pprSigSkolInfo (compiler/GHC/Tc/Types/Origin.hs:392) pprSkolInfo (compiler/GHC/Tc/Types/Origin.hs:358) unkSkolAnon (compiler/GHC/Tc/Types/Origin.hs:334) mkClsInstSkol (compiler/GHC/Tc/Types/Origin.hs:348) CtOrigin (compiler/GHC/Tc/Types/Origin.hs:486) exprCtOrigin (compiler/GHC/Tc/Types/Origin.hs:716) isVisibleOrigin (compiler/GHC/Tc/Types/Origin.hs:675) toInvisibleOrigin (compiler/GHC/Tc/Types/Origin.hs:682) pprCtOrigin (compiler/GHC/Tc/Types/Origin.hs:779) isGivenOrigin (compiler/GHC/Tc/Types/Origin.hs:686) isWantedWantedFunDepOrigin (compiler/GHC/Tc/Types/Origin.hs:693) ClsInstOrQC (compiler/GHC/Tc/Types/Origin.hs:657) NakedScFlag (compiler/GHC/Tc/Types/Origin.hs:660) NonLinearPatternReason (compiler/GHC/Tc/Types/Origin.hs:645) isPushCallStackOrigin (compiler/GHC/Tc/Types/Origin.hs:982) callStackOriginFS (compiler/GHC/Tc/Types/Origin.hs:988) Polarity (compiler/GHC/Tc/Types/Origin.hs:1281) pprFRRArrowContext (compiler/GHC/Tc/Types/Origin.hs:1362) pprExpectedFunTyOrigin (compiler/GHC/Tc/Types/Origin.hs:1457) pprExpectedFunTyHerald (compiler/GHC/Tc/Types/Origin.hs:1487) InstanceWhat (compiler/GHC/Tc/Types/Origin.hs:1515) Warning: 'Var' is ambiguous. It is defined * at compiler/GHC/Core.hs:249:5 * at compiler/GHC/Types/Var.hs:251: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 compiler/GHC/Types/Var.hs:251:1 Warning: 'ty' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'tv' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'pos' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 5% ( 2 / 37) in 'GHC.Types.Id.Make' Missing documentation for: Module header mkDictFunId (compiler/GHC/Types/Id/Make.hs:1848) mkDictSelId (compiler/GHC/Types/Id/Make.hs:475) mkDictSelRhs (compiler/GHC/Types/Id/Make.hs:545) mkFCallId (compiler/GHC/Types/Id/Make.hs:1800) unwrapNewTypeBody (compiler/GHC/Types/Id/Make.hs:1766) wrapFamInstBody (compiler/GHC/Types/Id/Make.hs:1776) vanillaDataConBoxer (compiler/GHC/Types/Id/Make.hs:743) mkDataConRep (compiler/GHC/Types/Id/Make.hs:790) mkDataConWorkId (compiler/GHC/Types/Id/Make.hs:588) DataConBangOpts (compiler/GHC/Types/Id/Make.hs:772) BangOpts (compiler/GHC/Types/Id/Make.hs:778) unboxedUnitExpr (compiler/GHC/Types/Id/Make.hs:2360) wiredInIds (compiler/GHC/Types/Id/Make.hs:169) ghcPrimIds (compiler/GHC/Types/Id/Make.hs:178) realWorldPrimId (compiler/GHC/Types/Id/Make.hs:2344) voidPrimId (compiler/GHC/Types/Id/Make.hs:2356) voidArgId (compiler/GHC/Types/Id/Make.hs:2363) nullAddrId (compiler/GHC/Types/Id/Make.hs:1916) seqId (compiler/GHC/Types/Id/Make.hs:1923) lazyId (compiler/GHC/Types/Id/Make.hs:1954) lazyIdKey (compiler/GHC/Builtin/Names.hs:2381) coercionTokenId (compiler/GHC/Types/Id/Make.hs:2366) coerceId (compiler/GHC/Types/Id/Make.hs:2092) proxyHashId (compiler/GHC/Types/Id/Make.hs:1898) nospecId (compiler/GHC/Types/Id/Make.hs:1982) nospecIdName (compiler/GHC/Types/Id/Make.hs:1894) noinlineId (compiler/GHC/Types/Id/Make.hs:1967) noinlineIdName (compiler/GHC/Types/Id/Make.hs:1961) noinlineConstraintId (compiler/GHC/Types/Id/Make.hs:1974) noinlineConstraintIdName (compiler/GHC/Types/Id/Make.hs:1963) coerceName (compiler/GHC/Types/Id/Make.hs:1885) leftSectionName (compiler/GHC/Types/Id/Make.hs:1887) rightSectionName (compiler/GHC/Types/Id/Make.hs:1888) pcRepPolyId (compiler/GHC/Types/Id/Make.hs:2376) 19% ( 9 / 46) in 'GHC.CoreToIface' Missing documentation for: toIfaceTvBndr (compiler/GHC/CoreToIface.hs:121) toIfaceTvBndrs (compiler/GHC/CoreToIface.hs:129) toIfaceIdBndr (compiler/GHC/CoreToIface.hs:132) toIfaceBndr (compiler/GHC/CoreToIface.hs:141) toIfaceTopBndr (compiler/GHC/CoreToIface.hs:444) toIfaceForAllBndr (compiler/GHC/CoreToIface.hs:154) toIfaceForAllBndrs (compiler/GHC/CoreToIface.hs:151) toIfaceTyVar (compiler/GHC/CoreToIface.hs:222) toIfaceType (compiler/GHC/CoreToIface.hs:172) toIfaceTypeX (compiler/GHC/CoreToIface.hs:179) toIfaceKind (compiler/GHC/CoreToIface.hs:168) toIfaceTcArgs (compiler/GHC/CoreToIface.hs:326) toIfaceTyCon (compiler/GHC/CoreToIface.hs:229) toIfaceTyCon_name (compiler/GHC/CoreToIface.hs:260) toIfaceTyLit (compiler/GHC/CoreToIface.hs:266) tidyToIfaceType (compiler/GHC/CoreToIface.hs:380) tidyToIfaceContext (compiler/GHC/CoreToIface.hs:386) tidyToIfaceTcArgs (compiler/GHC/CoreToIface.hs:383) toIfaceCoercion (compiler/GHC/CoreToIface.hs:272) toIfaceCoercionX (compiler/GHC/CoreToIface.hs:277) patSynToIfaceDecl (compiler/GHC/CoreToIface.hs:397) toIfaceExpr (compiler/GHC/CoreToIface.hs:549) toIfaceBang (compiler/GHC/CoreToIface.hs:427) toIfaceSrcBang (compiler/GHC/CoreToIface.hs:433) toIfaceLetBndr (compiler/GHC/CoreToIface.hs:436) toIfaceIdDetails (compiler/GHC/CoreToIface.hs:453) toIfaceIdInfo (compiler/GHC/CoreToIface.hs:470) toIfUnfolding (compiler/GHC/CoreToIface.hs:508) toIfaceTickish (compiler/GHC/CoreToIface.hs:572) toIfaceBind (compiler/GHC/CoreToIface.hs:581) toIfaceTopBind (compiler/GHC/CoreToIface.hs:585) toIfaceAlt (compiler/GHC/CoreToIface.hs:613) toIfaceCon (compiler/GHC/CoreToIface.hs:617) toIfaceApp (compiler/GHC/CoreToIface.hs:625) toIfaceVar (compiler/GHC/CoreToIface.hs:647) toIfaceLFInfo (compiler/GHC/CoreToIface.hs:669) dehydrateCgBreakInfo (compiler/GHC/CoreToIface.hs:695) 25% ( 1 / 4) in 'GHC.Iface.Decl' Missing documentation for: coAxiomToIfaceDecl (compiler/GHC/Iface/Decl.hs:94) tyThingToIfaceDecl (compiler/GHC/Iface/Decl.hs:63) toIfaceBooleanFormula (compiler/GHC/Iface/Decl.hs:341) Warning: 'FamInst' is ambiguous. It is defined * at compiler/GHC/Core/FamInstEnv.hs:96:5 * at compiler/GHC/Core/FamInstEnv.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 compiler/GHC/Core/FamInstEnv.hs:95:1 85% ( 6 / 7) in 'GHC.Types.TyThing.Ppr' Missing documentation for: Module header 29% ( 8 / 27) in 'GHC.Tc.Types.BasicTypes' Missing documentation for: Module header TcBinderStack (compiler/GHC/Tc/Types/BasicTypes.hs:53) TcId (compiler/GHC/Tc/Types/BasicTypes.hs:54) TcBinder (compiler/GHC/Tc/Types/BasicTypes.hs:62) TcSigFun (compiler/GHC/Tc/Types/BasicTypes.hs:100) TcSigInfo (compiler/GHC/Tc/Types/BasicTypes.hs:103) TcIdSig (compiler/GHC/Tc/Types/BasicTypes.hs:107) TcCompleteSig (compiler/GHC/Tc/Types/BasicTypes.hs:111) TcPartialSig (compiler/GHC/Tc/Types/BasicTypes.hs:123) TcPatSynSig (compiler/GHC/Tc/Types/BasicTypes.hs:134) TcIdSigInst (compiler/GHC/Tc/Types/BasicTypes.hs:163) isPartialSig (compiler/GHC/Tc/Types/BasicTypes.hs:274) tcSigInfoName (compiler/GHC/Tc/Types/BasicTypes.hs:285) tcIdSigLoc (compiler/GHC/Tc/Types/BasicTypes.hs:290) completeSigPolyId_maybe (compiler/GHC/Tc/Types/BasicTypes.hs:294) RhsNames (compiler/GHC/Tc/Types/BasicTypes.hs:367) ClosedTypeId (compiler/GHC/Tc/Types/BasicTypes.hs:370) tcTyThingCategory (compiler/GHC/Tc/Types/BasicTypes.hs:519) pprTcTyThingCategory (compiler/GHC/Tc/Types/BasicTypes.hs:516) Warning: 'ZonkM' is ambiguous. It is defined * at compiler/GHC/Tc/Zonk/Monad.hs:66:1 * at compiler/GHC/Tc/Zonk/Monad.hs:51: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 compiler/GHC/Tc/Zonk/Monad.hs:51:1 Warning: 'TcM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'traceTc' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 85% ( 6 / 7) in 'GHC.Tc.Zonk.Monad' Missing documentation for: getZonkGblEnv (compiler/GHC/Tc/Zonk/Monad.hs:97) 50% ( 1 / 2) in 'GHC.Tc.Types.ErrCtxt' Missing documentation for: Module header Warning: 'setCtLocM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'TcLclCtxt' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 12% ( 1 / 8) in 'GHC.Tc.Types.CtLocEnv' Missing documentation for: Module header getCtLocEnvLoc (compiler/GHC/Tc/Types/CtLocEnv.hs:36) getCtLocEnvLvl (compiler/GHC/Tc/Types/CtLocEnv.hs:39) setCtLocEnvLvl (compiler/GHC/Tc/Types/CtLocEnv.hs:42) setCtLocRealLoc (compiler/GHC/Tc/Types/CtLocEnv.hs:45) setCtLocEnvLoc (compiler/GHC/Tc/Types/CtLocEnv.hs:50) ctLocEnvInGeneratedCode (compiler/GHC/Tc/Types/CtLocEnv.hs:60) Warning: 'checkTypeEq' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'TyConApp' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'CoercionTy' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Type' is ambiguous. It is defined * at compiler/GHC/Core.hs:258:5 * at compiler/GHC/Core/TyCo/Rep.hs:125: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 compiler/GHC/Core/TyCo/Rep.hs:125:1 31% ( 63 /201) in 'GHC.Tc.Types.Constraint' Missing documentation for: Ct (compiler/GHC/Tc/Types/Constraint.hs:201) Cts (compiler/GHC/Tc/Types/Constraint.hs:168) singleCt (compiler/GHC/Tc/Types/Constraint.hs:1127) listToCts (compiler/GHC/Tc/Types/Constraint.hs:1133) ctsElts (compiler/GHC/Tc/Types/Constraint.hs:1136) consCts (compiler/GHC/Tc/Types/Constraint.hs:1139) snocCts (compiler/GHC/Tc/Types/Constraint.hs:1142) extendCtsList (compiler/GHC/Tc/Types/Constraint.hs:1145) isEmptyCts (compiler/GHC/Tc/Types/Constraint.hs:1152) emptyCts (compiler/GHC/Tc/Types/Constraint.hs:1149) andCts (compiler/GHC/Tc/Types/Constraint.hs:1130) ctsPreds (compiler/GHC/Tc/Types/Constraint.hs:1155) isPendingScDictCt (compiler/GHC/Tc/Types/Constraint.hs:1047) isPendingScDict (compiler/GHC/Tc/Types/Constraint.hs:1041) pendingScDict_maybe (compiler/GHC/Tc/Types/Constraint.hs:1052) getPendingWantedScs (compiler/GHC/Tc/Types/Constraint.hs:1081) isWantedCt (compiler/GHC/Tc/Types/Constraint.hs:966) isGivenCt (compiler/GHC/Tc/Types/Constraint.hs:969) ctEvidence (compiler/GHC/Tc/Types/Constraint.hs:723) updCtEvidence (compiler/GHC/Tc/Types/Constraint.hs:730) ctLoc (compiler/GHC/Tc/Types/Constraint.hs:739) ctPred (compiler/GHC/Tc/Types/Constraint.hs:746) ctOrigin (compiler/GHC/Tc/Types/Constraint.hs:742) ctRewriters (compiler/GHC/Tc/Types/Constraint.hs:749) ctEvId (compiler/GHC/Tc/Types/Constraint.hs:753) mkNonCanonical (compiler/GHC/Tc/Types/Constraint.hs:712) mkGivens (compiler/GHC/Tc/Types/Constraint.hs:715) EqCt (compiler/GHC/Tc/Types/Constraint.hs:288) eqCtEvidence (compiler/GHC/Tc/Types/Constraint.hs:308) eqCtLHS (compiler/GHC/Tc/Types/Constraint.hs:311) DictCt (compiler/GHC/Tc/Types/Constraint.hs:210) dictCtEvidence (compiler/GHC/Tc/Types/Constraint.hs:225) IrredCt (compiler/GHC/Tc/Types/Constraint.hs:315) irredCtEvidence (compiler/GHC/Tc/Types/Constraint.hs:324) mkIrredCt (compiler/GHC/Tc/Types/Constraint.hs:321) ctIrredCt (compiler/GHC/Tc/Types/Constraint.hs:330) irredCtPred (compiler/GHC/Tc/Types/Constraint.hs:327) QCInst (compiler/GHC/Tc/Types/Constraint.hs:339) pendingScInst_maybe (compiler/GHC/Tc/Types/Constraint.hs:1059) cteProblem (compiler/GHC/Tc/Types/Constraint.hs:554) cterClearOccursCheck (compiler/GHC/Tc/Types/Constraint.hs:585) cteImpredicative (compiler/GHC/Tc/Types/Constraint.hs:538) cteTypeFamily (compiler/GHC/Tc/Types/Constraint.hs:539) cteCoercionHole (compiler/GHC/Tc/Types/Constraint.hs:548) cteInsolubleOccurs (compiler/GHC/Tc/Types/Constraint.hs:541) cteSolubleOccurs (compiler/GHC/Tc/Types/Constraint.hs:542) cteConcrete (compiler/GHC/Tc/Types/Constraint.hs:549) cteSkolemEscape (compiler/GHC/Tc/Types/Constraint.hs:551) impredicativeProblem (compiler/GHC/Tc/Types/Constraint.hs:557) insolubleOccursProblem (compiler/GHC/Tc/Types/Constraint.hs:558) solubleOccursProblem (compiler/GHC/Tc/Types/Constraint.hs:559) cterHasOnlyProblems (compiler/GHC/Tc/Types/Constraint.hs:576) cterRemoveProblem (compiler/GHC/Tc/Types/Constraint.hs:579) cterHasOccursCheck (compiler/GHC/Tc/Types/Constraint.hs:582) canTyFamEqLHS_maybe (compiler/GHC/Tc/Types/Constraint.hs:816) WantedConstraints (compiler/GHC/Tc/Types/Constraint.hs:1165) insolubleWC (compiler/GHC/Tc/Types/Constraint.hs:1313) emptyWC (compiler/GHC/Tc/Types/Constraint.hs:1172) isEmptyWC (compiler/GHC/Tc/Types/Constraint.hs:1185) andWC (compiler/GHC/Tc/Types/Constraint.hs:1196) unionsWC (compiler/GHC/Tc/Types/Constraint.hs:1203) mkSimpleWC (compiler/GHC/Tc/Types/Constraint.hs:1177) mkImplicWC (compiler/GHC/Tc/Types/Constraint.hs:1181) addInsols (compiler/GHC/Tc/Types/Constraint.hs:1214) dropMisleading (compiler/GHC/Tc/Types/Constraint.hs:1234) addSimples (compiler/GHC/Tc/Types/Constraint.hs:1206) addImplics (compiler/GHC/Tc/Types/Constraint.hs:1211) addHoles (compiler/GHC/Tc/Types/Constraint.hs:1218) addNotConcreteError (compiler/GHC/Tc/Types/Constraint.hs:1222) addDelayedErrors (compiler/GHC/Tc/Types/Constraint.hs:1226) insolubleWantedCt (compiler/GHC/Tc/Types/Constraint.hs:1330) insolubleIrredCt (compiler/GHC/Tc/Types/Constraint.hs:1370) insolubleImplic (compiler/GHC/Tc/Types/Constraint.hs:1263) Implication (compiler/GHC/Tc/Types/Constraint.hs:1476) implicationPrototype (compiler/GHC/Tc/Types/Constraint.hs:1530) checkTelescopeSkol (compiler/GHC/Tc/Types/Constraint.hs:1644) ImplicStatus (compiler/GHC/Tc/Types/Constraint.hs:1547) isInsolubleStatus (compiler/GHC/Tc/Types/Constraint.hs:1258) isSolvedStatus (compiler/GHC/Tc/Types/Constraint.hs:1254) UserGiven (compiler/GHC/Tc/Types/Constraint.hs:1568) getUserGivensFromImplics (compiler/GHC/Tc/Types/Constraint.hs:1571) HasGivenEqs (compiler/GHC/Tc/Types/Constraint.hs:1559) checkImplicationInvariants (compiler/GHC/Tc/Types/Constraint.hs:1824) initialSubGoalDepth (compiler/GHC/Tc/Types/Constraint.hs:2515) maxSubGoalDepth (compiler/GHC/Tc/Types/Constraint.hs:2521) bumpSubGoalDepth (compiler/GHC/Tc/Types/Constraint.hs:2518) subGoalDepthExceeded (compiler/GHC/Tc/Types/Constraint.hs:2524) CtLoc (compiler/GHC/Tc/Types/Constraint.hs:2540) ctLocSpan (compiler/GHC/Tc/Types/Constraint.hs:2600) ctLocEnv (compiler/GHC/Tc/Types/Constraint.hs:2588) ctLocLevel (compiler/GHC/Tc/Types/Constraint.hs:2591) ctLocOrigin (compiler/GHC/Tc/Types/Constraint.hs:2597) ctLocTypeOrKind_maybe (compiler/GHC/Tc/Types/Constraint.hs:2603) ctLocDepth (compiler/GHC/Tc/Types/Constraint.hs:2594) bumpCtLocDepth (compiler/GHC/Tc/Types/Constraint.hs:2609) isGivenLoc (compiler/GHC/Tc/Types/Constraint.hs:954) setCtLocOrigin (compiler/GHC/Tc/Types/Constraint.hs:2612) updateCtLocOrigin (compiler/GHC/Tc/Types/Constraint.hs:2615) setCtLocEnv (compiler/GHC/Tc/Types/Constraint.hs:2619) setCtLocSpan (compiler/GHC/Tc/Types/Constraint.hs:2606) pprCtLoc (compiler/GHC/Tc/Types/Constraint.hs:2624) adjustCtLoc (compiler/GHC/Tc/Types/Constraint.hs:2565) adjustCtLocTyConBinder (compiler/GHC/Tc/Types/Constraint.hs:2555) setCtLocEnvLoc (compiler/GHC/Tc/Types/CtLocEnv.hs:50) setCtLocEnvLvl (compiler/GHC/Tc/Types/CtLocEnv.hs:42) getCtLocEnvLoc (compiler/GHC/Tc/Types/CtLocEnv.hs:36) getCtLocEnvLvl (compiler/GHC/Tc/Types/CtLocEnv.hs:39) ctLocEnvInGeneratedCode (compiler/GHC/Tc/Types/CtLocEnv.hs:60) CtEvidence (compiler/GHC/Tc/Types/Constraint.hs:2024) isWanted (compiler/GHC/Tc/Types/Constraint.hs:2135) isGiven (compiler/GHC/Tc/Types/Constraint.hs:2139) ctEvPred (compiler/GHC/Tc/Types/Constraint.hs:2039) ctEvLoc (compiler/GHC/Tc/Types/Constraint.hs:2042) ctEvOrigin (compiler/GHC/Tc/Types/Constraint.hs:2045) ctEvExpr (compiler/GHC/Tc/Types/Constraint.hs:2067) ctEvTerm (compiler/GHC/Tc/Types/Constraint.hs:2056) ctEvCoercion (compiler/GHC/Tc/Types/Constraint.hs:2072) ctEvEvId (compiler/GHC/Tc/Types/Constraint.hs:2083) ctEvUnique (compiler/GHC/Tc/Types/Constraint.hs:2088) tcEvDestUnique (compiler/GHC/Tc/Types/Constraint.hs:2092) mkKindEqLoc (compiler/GHC/Tc/Types/Constraint.hs:2548) toInvisibleLoc (compiler/GHC/Tc/Types/Constraint.hs:2578) mkGivenLoc (compiler/GHC/Tc/Types/Constraint.hs:2581) setCtEvLoc (compiler/GHC/Tc/Types/Constraint.hs:2096) emptyRewriterSet (compiler/GHC/Tc/Types/Constraint.hs:2156) isEmptyRewriterSet (compiler/GHC/Tc/Types/Constraint.hs:2165) addRewriter (compiler/GHC/Tc/Types/Constraint.hs:2168) unitRewriterSet (compiler/GHC/Tc/Types/Constraint.hs:2159) unionRewriterSet (compiler/GHC/Tc/Types/Constraint.hs:2162) rewriterSetFromCts (compiler/GHC/Tc/Types/Constraint.hs:2172) wrapType (compiler/GHC/Tc/Types/Constraint.hs:1941) CtFlavour (compiler/GHC/Tc/Types/Constraint.hs:2187) ctEvFlavour (compiler/GHC/Tc/Types/Constraint.hs:2197) eqCanRewrite (compiler/GHC/Tc/Types/Constraint.hs:2440) eqCanRewriteFR (compiler/GHC/Tc/Types/Constraint.hs:2450) pprEvVarTheta (compiler/GHC/Tc/Types/Constraint.hs:1933) pprEvVars (compiler/GHC/Tc/Types/Constraint.hs:1930) pprEvVarWithType (compiler/GHC/Tc/Types/Constraint.hs:1936) 0% ( 0 / 12) in 'GHC.Tc.Types.TH' Missing documentation for: Module header SpliceType (compiler/GHC/Tc/Types/TH.hs:28) SpliceOrBracket (compiler/GHC/Tc/Types/TH.hs:29) ThStage (compiler/GHC/Tc/Types/TH.hs:31) PendingStuff (compiler/GHC/Tc/Types/TH.hs:64) ThLevel (compiler/GHC/Tc/Types/TH.hs:92) topStage (compiler/GHC/Tc/Types/TH.hs:82) topAnnStage (compiler/GHC/Tc/Types/TH.hs:83) topSpliceStage (compiler/GHC/Tc/Types/TH.hs:84) thLevel (compiler/GHC/Tc/Types/TH.hs:104) impLevel (compiler/GHC/Tc/Types/TH.hs:100) outerLevel (compiler/GHC/Tc/Types/TH.hs:101) Warning: 'tcLookup' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 33% ( 2 / 6) in 'GHC.Tc.Errors.Hole.FitTypes' Missing documentation for: Module header TypedHole (compiler/GHC/Tc/Errors/Hole/FitTypes.hs:24) hfIsLcl (compiler/GHC/Tc/Errors/Hole/FitTypes.hs:120) pprHoleFitCand (compiler/GHC/Tc/Errors/Hole/FitTypes.hs:56) 4% ( 1 / 25) in 'GHC.Tc.Solver.Types' Missing documentation for: DictMap (compiler/GHC/Tc/Solver/Types.hs:128) emptyDictMap (compiler/GHC/Tc/Solver/Types.hs:131) findDictsByTyConKey (compiler/GHC/Tc/Solver/Types.hs:146) findDictsByClass (compiler/GHC/Tc/Solver/Types.hs:143) foldDicts (compiler/GHC/Tc/Solver/Types.hs:154) findDict (compiler/GHC/Tc/Solver/Types.hs:134) dictsToBag (compiler/GHC/Tc/Solver/Types.hs:151) FunEqMap (compiler/GHC/Tc/Solver/Types.hs:189) emptyFunEqs (compiler/GHC/Tc/Solver/Types.hs:192) findFunEq (compiler/GHC/Tc/Solver/Types.hs:195) insertFunEq (compiler/GHC/Tc/Solver/Types.hs:207) findFunEqsByTyCon (compiler/GHC/Tc/Solver/Types.hs:202) TcAppMap (compiler/GHC/Tc/Solver/Types.hs:74) emptyTcAppMap (compiler/GHC/Tc/Solver/Types.hs:86) isEmptyTcAppMap (compiler/GHC/Tc/Solver/Types.hs:83) insertTcApp (compiler/GHC/Tc/Solver/Types.hs:96) alterTcApp (compiler/GHC/Tc/Solver/Types.hs:101) filterTcAppMap (compiler/GHC/Tc/Solver/Types.hs:107) tcAppMapToBag (compiler/GHC/Tc/Solver/Types.hs:117) foldTcAppMap (compiler/GHC/Tc/Solver/Types.hs:120) delTcApp (compiler/GHC/Tc/Solver/Types.hs:93) EqualCtList (compiler/GHC/Tc/Solver/Types.hs:227) filterEqualCtList (compiler/GHC/Tc/Solver/Types.hs:263) addToEqualCtList (compiler/GHC/Tc/Solver/Types.hs:232) 21% ( 13 / 60) in 'GHC.Tc.Solver.InertSet' Missing documentation for: Module header WorkList (compiler/GHC/Tc/Solver/InertSet.hs:170) isEmptyWorkList (compiler/GHC/Tc/Solver/InertSet.hs:258) emptyWorkList (compiler/GHC/Tc/Solver/InertSet.hs:262) extendWorkListNonEq (compiler/GHC/Tc/Solver/InertSet.hs:230) extendWorkListCt (compiler/GHC/Tc/Solver/InertSet.hs:237) extendWorkListCts (compiler/GHC/Tc/Solver/InertSet.hs:255) extendWorkListCtList (compiler/GHC/Tc/Solver/InertSet.hs:252) extendWorkListEq (compiler/GHC/Tc/Solver/InertSet.hs:206) extendWorkListEqs (compiler/GHC/Tc/Solver/InertSet.hs:219) appendWorkList (compiler/GHC/Tc/Solver/InertSet.hs:191) extendWorkListImplic (compiler/GHC/Tc/Solver/InertSet.hs:233) workListSize (compiler/GHC/Tc/Solver/InertSet.hs:202) selectWorkItem (compiler/GHC/Tc/Solver/InertSet.hs:266) InertSet (compiler/GHC/Tc/Solver/InertSet.hs:304) InertCans (compiler/GHC/Tc/Solver/InertSet.hs:1130) emptyInert (compiler/GHC/Tc/Solver/InertSet.hs:349) noGivenNewtypeReprEqs (compiler/GHC/Tc/Solver/InertSet.hs:1720) updGivenEqs (compiler/GHC/Tc/Solver/InertSet.hs:1433) mightEqualLater (compiler/GHC/Tc/Solver/InertSet.hs:1755) InertEqs (compiler/GHC/Tc/Solver/InertSet.hs:1177) foldTyEqs (compiler/GHC/Tc/Solver/InertSet.hs:1235) delEq (compiler/GHC/Tc/Solver/InertSet.hs:1242) findEq (compiler/GHC/Tc/Solver/InertSet.hs:1256) partitionInertEqs (compiler/GHC/Tc/Solver/InertSet.hs:1280) partitionFunEqs (compiler/GHC/Tc/Solver/InertSet.hs:1302) foldFunEqs (compiler/GHC/Tc/Solver/InertSet.hs:1297) addEqToCans (compiler/GHC/Tc/Solver/InertSet.hs:1221) updDicts (compiler/GHC/Tc/Solver/InertSet.hs:1319) delDict (compiler/GHC/Tc/Solver/InertSet.hs:1322) addDict (compiler/GHC/Tc/Solver/InertSet.hs:1326) filterDicts (compiler/GHC/Tc/Solver/InertSet.hs:1334) partitionDicts (compiler/GHC/Tc/Solver/InertSet.hs:1337) addSolvedDict (compiler/GHC/Tc/Solver/InertSet.hs:1330) InertIrreds (compiler/GHC/Tc/Solver/InertSet.hs:1179) delIrred (compiler/GHC/Tc/Solver/InertSet.hs:1369) addIrreds (compiler/GHC/Tc/Solver/InertSet.hs:1355) addIrred (compiler/GHC/Tc/Solver/InertSet.hs:1360) foldIrreds (compiler/GHC/Tc/Solver/InertSet.hs:1376) findMatchingIrreds (compiler/GHC/Tc/Solver/InertSet.hs:1380) updIrreds (compiler/GHC/Tc/Solver/InertSet.hs:1363) addIrredToCans (compiler/GHC/Tc/Solver/InertSet.hs:1350) KickOutSpec (compiler/GHC/Tc/Solver/InertSet.hs:1455) kickOutRewritableLHS (compiler/GHC/Tc/Solver/InertSet.hs:1475) CycleBreakerVarStack (compiler/GHC/Tc/Solver/InertSet.hs:294) InteractResult (compiler/GHC/Tc/Solver/InertSet.hs:2025) solveOneFromTheOther (compiler/GHC/Tc/Solver/InertSet.hs:2045) Warning: 'dsGetCompleteMatches' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'DsM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'vi_ty' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'PmLit' is ambiguous. It is defined * at compiler/GHC/HsToCore/Pmc/Solver/Types.hs:366:14 * at compiler/GHC/HsToCore/Pmc/Solver/Types.hs:366: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 compiler/GHC/HsToCore/Pmc/Solver/Types.hs:366:1 55% ( 25 / 45) in 'GHC.HsToCore.Pmc.Solver.Types' Missing documentation for: PmAltConApp (compiler/GHC/HsToCore/Pmc/Solver/Types.hs:205) initNablas (compiler/GHC/HsToCore/Pmc/Solver/Types.hs:111) lookupRefuts (compiler/GHC/HsToCore/Pmc/Solver/Types.hs:340) lookupSolution (compiler/GHC/HsToCore/Pmc/Solver/Types.hs:350) lookupVarInfo (compiler/GHC/HsToCore/Pmc/Solver/Types.hs:305) trvVarInfo (compiler/GHC/HsToCore/Pmc/Solver/Types.hs:328) getRcm (compiler/GHC/HsToCore/Pmc/Solver/Types.hs:274) isRcmInitialised (compiler/GHC/HsToCore/Pmc/Solver/Types.hs:277) PmLitValue (compiler/GHC/HsToCore/Pmc/Solver/Types.hs:370) pmAltConImplBangs (compiler/GHC/HsToCore/Pmc/Solver/Types.hs:524) PmAltConSet (compiler/GHC/HsToCore/Pmc/Solver/Types.hs:448) emptyPmAltConSet (compiler/GHC/HsToCore/Pmc/Solver/Types.hs:451) isEmptyPmAltConSet (compiler/GHC/HsToCore/Pmc/Solver/Types.hs:454) extendPmAltConSet (compiler/GHC/HsToCore/Pmc/Solver/Types.hs:463) pmAltConSetElems (compiler/GHC/HsToCore/Pmc/Solver/Types.hs:469) literalToPmLit (compiler/GHC/HsToCore/Pmc/Solver/Types.hs:586) negatePmLit (compiler/GHC/HsToCore/Pmc/Solver/Types.hs:596) overloadPmLit (compiler/GHC/HsToCore/Pmc/Solver/Types.hs:605) pmLitAsStringLit (compiler/GHC/HsToCore/Pmc/Solver/Types.hs:616) coreExprAsPmLit (compiler/GHC/HsToCore/Pmc/Solver/Types.hs:621) Warning: 'maxPmCheckModels' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'CIRB' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'SrcInfo' is ambiguous. It is defined * at compiler/GHC/HsToCore/Pmc/Types.hs:104:19 * at compiler/GHC/HsToCore/Pmc/Types.hs:104: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 compiler/GHC/HsToCore/Pmc/Types.hs:104:1 Warning: 'GRHS' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'GRHSs' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Match' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'MatchGroup' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 91% ( 21 / 23) in 'GHC.HsToCore.Pmc.Types' Missing documentation for: PmRecSel (compiler/GHC/HsToCore/Pmc/Types.hs:136) Precision (compiler/GHC/HsToCore/Pmc/Types.hs:175) 100% ( 2 / 2) in 'GHC.HsToCore.Pmc.Ppr' 100% ( 3 / 3) in 'GHC.Builtin.PrimOps.Ids' Warning: 'IntAddC' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'WordAddC' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'IntSubC' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'WordSubC' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 60% ( 3 / 5) in 'GHC.Core.Opt.ConstantFold' Missing documentation for: primOpRules (compiler/GHC/Core/Opt/ConstantFold.hs:104) builtinRules (compiler/GHC/Core/Opt/ConstantFold.hs:2175) Warning: 'PatternSynonyms' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'mdo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'WarnPrepositiveQualifiedModule' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '@' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'qualified' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ImportQualifiedPost' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ExplicitNamespaces' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '.' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'OverloadedRecordUpdate' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '~' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '!' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ParseContext' is ambiguous. It is defined * at compiler/GHC/Parser/Errors/Types.hs:501:5 * at compiler/GHC/Parser/Errors/Types.hs:500: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 compiler/GHC/Parser/Errors/Types.hs:500:1 23% ( 5 / 21) in 'GHC.Parser.Errors.Types' Missing documentation for: Module header PsWarning (compiler/GHC/Parser/Errors/Types.hs:25) PsError (compiler/GHC/Parser/Errors/Types.hs:26) PsHeaderMessage (compiler/GHC/Parser/Errors/Types.hs:40) PsMessage (compiler/GHC/Parser/Errors/Types.hs:65) PsInvalidTypeSignature (compiler/GHC/Parser/Errors/Types.hs:483) PatIncompleteDoBlock (compiler/GHC/Parser/Errors/Types.hs:493) PsErrInPatDetails (compiler/GHC/Parser/Errors/Types.hs:509) PsErrPunDetails (compiler/GHC/Parser/Errors/Types.hs:519) noParseContext (compiler/GHC/Parser/Errors/Types.hs:525) incompleteDoBlock (compiler/GHC/Parser/Errors/Types.hs:528) NumUnderscoreReason (compiler/GHC/Parser/Errors/Types.hs:534) LexErrKind (compiler/GHC/Parser/Errors/Types.hs:540) LexErr (compiler/GHC/Parser/Errors/Types.hs:546) TransLayoutReason (compiler/GHC/Parser/Errors/Types.hs:565) FileHeaderPragmaType (compiler/GHC/Parser/Errors/Types.hs:570) Warning: 'enum' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'conv' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 16% ( 2 / 12) in 'GHC.HsToCore.Errors.Types' Missing documentation for: Module header MinBound (compiler/GHC/HsToCore/Errors/Types.hs:26) MaxBound (compiler/GHC/HsToCore/Errors/Types.hs:27) MaxUncoveredPatterns (compiler/GHC/HsToCore/Errors/Types.hs:28) MaxPmCheckModels (compiler/GHC/HsToCore/Errors/Types.hs:29) DsArgNum (compiler/GHC/HsToCore/Errors/Types.hs:171) NegLiteralExtEnabled (compiler/GHC/HsToCore/Errors/Types.hs:198) negLiteralExtEnabled (compiler/GHC/HsToCore/Errors/Types.hs:203) ExhaustivityCheckType (compiler/GHC/HsToCore/Errors/Types.hs:206) BindsType (compiler/GHC/HsToCore/Errors/Types.hs:208) 100% ( 6 / 6) in 'GHC.Hs.Dump' 37% ( 6 / 16) in 'GHC.Driver.Backpack.Syntax' Missing documentation for: HsUnitId (compiler/GHC/Driver/Backpack/Syntax.hs:47) LHsUnitId (compiler/GHC/Driver/Backpack/Syntax.hs:48) HsModuleSubst (compiler/GHC/Driver/Backpack/Syntax.hs:50) LHsModuleSubst (compiler/GHC/Driver/Backpack/Syntax.hs:51) HsModuleId (compiler/GHC/Driver/Backpack/Syntax.hs:53) LHsModuleId (compiler/GHC/Driver/Backpack/Syntax.hs:55) HsComponentId (compiler/GHC/Driver/Backpack/Syntax.hs:39) LHsUnit (compiler/GHC/Driver/Backpack/Syntax.hs:62) LHsUnitDecl (compiler/GHC/Driver/Backpack/Syntax.hs:69) LRenaming (compiler/GHC/Driver/Backpack/Syntax.hs:86) 0% ( 0 / 1) in 'GHCi.TH.Binary' Missing documentation for: Module header Warning: 'Quasi' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'RemotePtr' is ambiguous. It is defined * at libraries/ghci/GHCi/RemoteTypes.hs:53:23 * at libraries/ghci/GHCi/RemoteTypes.hs:53: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 libraries/ghci/GHCi/RemoteTypes.hs:53:1 26% ( 8 / 30) in 'GHCi.Message' Missing documentation for: Msg (libraries/ghci/GHCi/Message.hs:513) THMsg (libraries/ghci/GHCi/Message.hs:296) EvalStatus_ (libraries/ghci/GHCi/Message.hs:390) EvalStatus (libraries/ghci/GHCi/Message.hs:388) EvalResult (libraries/ghci/GHCi/Message.hs:411) EvalOpts (libraries/ghci/GHCi/Message.hs:360) EvalBreakpoint (libraries/ghci/GHCi/Message.hs:401) SerializableException (libraries/ghci/GHCi/Message.hs:436) toSerializableException (libraries/ghci/GHCi/Message.hs:443) fromSerializableException (libraries/ghci/GHCi/Message.hs:449) THResult (libraries/ghci/GHCi/Message.hs:456) THResultType (libraries/ghci/GHCi/Message.hs:463) ResumeContext (libraries/ghci/GHCi/Message.hs:370) getMessage (libraries/ghci/GHCi/Message.hs:516) putMessage (libraries/ghci/GHCi/Message.hs:564) getTHMessage (libraries/ghci/GHCi/Message.hs:299) putTHMessage (libraries/ghci/GHCi/Message.hs:331) Pipe (libraries/ghci/GHCi/Message.hs:639) remoteCall (libraries/ghci/GHCi/Message.hs:646) remoteTHCall (libraries/ghci/GHCi/Message.hs:651) readPipe (libraries/ghci/GHCi/Message.hs:665) writePipe (libraries/ghci/GHCi/Message.hs:656) 11% ( 1 / 9) in 'GHC.Runtime.Eval.Types' Missing documentation for: Module header Resume (compiler/GHC/Runtime/Eval/Types.hs:69) ResumeBindings (compiler/GHC/Runtime/Eval/Types.hs:90) History (compiler/GHC/Runtime/Eval/Types.hs:92) ExecResult (compiler/GHC/Runtime/Eval/Types.hs:47) SingleStep (compiler/GHC/Runtime/Eval/Types.hs:38) isStep (compiler/GHC/Runtime/Eval/Types.hs:44) ExecOptions (compiler/GHC/Runtime/Eval/Types.hs:30) 25% ( 7 / 27) in 'GHC.Linker.Types' Missing documentation for: Module header Loader (compiler/GHC/Linker/Types.hs:128) LoaderState (compiler/GHC/Linker/Types.hs:130) uninitializedLoader (compiler/GHC/Linker/Types.hs:150) modifyClosureEnv (compiler/GHC/Linker/Types.hs:153) LinkerEnv (compiler/GHC/Linker/Types.hs:158) filterLinkerEnv (compiler/GHC/Linker/Types.hs:175) ClosureEnv (compiler/GHC/Linker/Types.hs:181) emptyClosureEnv (compiler/GHC/Linker/Types.hs:184) extendClosureEnv (compiler/GHC/Linker/Types.hs:187) LinkableSet (compiler/GHC/Linker/Types.hs:222) mkLinkableSet (compiler/GHC/Linker/Types.hs:225) unionLinkableSet (compiler/GHC/Linker/Types.hs:228) ObjFile (compiler/GHC/Linker/Types.hs:239) isObjectLinkable (compiler/GHC/Linker/Types.hs:274) linkableObjs (compiler/GHC/Linker/Types.hs:282) nameOfObject_maybe (compiler/GHC/Linker/Types.hs:298) LibrarySpec (compiler/GHC/Linker/Types.hs:321) LoadedPkgInfo (compiler/GHC/Linker/Types.hs:192) PkgsLoaded (compiler/GHC/Linker/Types.hs:190) Warning: 'ModGuts' is ambiguous. It is defined * at compiler/GHC/Unit/Module/ModGuts.hs:48:5 * at compiler/GHC/Unit/Module/ModGuts.hs:47: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 compiler/GHC/Unit/Module/ModGuts.hs:47:1 Warning: 'ModIface' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ModDetails' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'tcg_fam_inst_env' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'tcg_inst_env' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 50% ( 2 / 4) in 'GHC.Unit.Module.ModGuts' Missing documentation for: Module header mg_mnwib (compiler/GHC/Unit/Module/ModGuts.hs:104) Warning: 'TyCon' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Type' is ambiguous. It is defined * at compiler/GHC/Core.hs:258:5 * at compiler/GHC/Core/TyCo/Rep.hs:125: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 compiler/GHC/Core/TyCo/Rep.hs:125:1 Warning: 'RuleInfo' is ambiguous. It is defined * at compiler/GHC/Types/Id/Info.hs:757:5 * at compiler/GHC/Types/Id/Info.hs:756: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 compiler/GHC/Types/Id/Info.hs:756:1 46% ( 15 / 32) in 'GHC.Core.Rules' Missing documentation for: matchExprs (compiler/GHC/Core/Rules.hs:729) mkRuleEnv (compiler/GHC/Core/Rules.hs:412) emptyRuleEnv (compiler/GHC/Core/Rules.hs:439) updExternalPackageRules (compiler/GHC/Core/Rules.hs:425) addLocalRules (compiler/GHC/Core/Rules.hs:435) updLocalRules (compiler/GHC/Core/Rules.hs:430) emptyRuleBase (compiler/GHC/Core/Rules.hs:380) mkRuleBase (compiler/GHC/Core/Rules.hs:383) extendRuleBaseList (compiler/GHC/Core/Rules.hs:386) pprRuleBase (compiler/GHC/Core/Rules.hs:394) extendRuleInfo (compiler/GHC/Core/Rules.hs:338) addRuleInfo (compiler/GHC/Core/Rules.hs:342) addIdSpecialisations (compiler/GHC/Core/Rules.hs:346) addRulesToId (compiler/GHC/Core/Rules.hs:355) getRules (compiler/GHC/Core/Rules.hs:449) pprRulesForUser (compiler/GHC/Core/Rules.hs:323) mkSpecRule (compiler/GHC/Core/Rules.hs:223) Warning: 'RuleEnv' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Dependencies' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'moduleFreeHolesPrecise' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ModIface' is ambiguous. It is defined * at compiler/GHC/Unit/Module/ModIface.hs:157:5 * at compiler/GHC/Unit/Module/ModIface.hs:79: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 compiler/GHC/Unit/Module/ModIface.hs:79:1 Warning: 'eps_decls' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'eps_rules' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ModuleName' is ambiguous. It is defined * at compiler/Language/Haskell/Syntax/Module/Name.hs:15:22 * at compiler/Language/Haskell/Syntax/Module/Name.hs:15: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 compiler/Language/Haskell/Syntax/Module/Name.hs:15:1 40% ( 6 / 15) in 'GHC.Unit.External' Missing documentation for: Module header initExternalUnitCache (compiler/GHC/Unit/External.hs:60) eucEPS (compiler/GHC/Unit/External.hs:63) initExternalPackageState (compiler/GHC/Unit/External.hs:66) PackageTypeEnv (compiler/GHC/Unit/External.hs:37) PackageInstEnv (compiler/GHC/Unit/External.hs:39) PackageFamInstEnv (compiler/GHC/Unit/External.hs:40) PackageRuleBase (compiler/GHC/Unit/External.hs:38) PackageCompleteMatches (compiler/GHC/Unit/External.hs:42) 11% ( 2 / 18) in 'GHC.Core.Opt.Simplify.Monad' Missing documentation for: Module header TopEnvConfig (compiler/GHC/Core/Opt/Simplify/Monad.hs:73) SimplM (compiler/GHC/Core/Opt/Simplify/Monad.hs:54) initSmpl (compiler/GHC/Core/Opt/Simplify/Monad.hs:95) traceSmpl (compiler/GHC/Core/Opt/Simplify/Monad.hs:168) getSimplRules (compiler/GHC/Core/Opt/Simplify/Monad.hs:198) newId (compiler/GHC/Core/Opt/Simplify/Monad.hs:209) SimplCount (compiler/GHC/Core/Opt/Stats.hs:47) tick (compiler/GHC/Core/Opt/Simplify/Monad.hs:238) freeTick (compiler/GHC/Core/Opt/Simplify/Monad.hs:285) checkedTick (compiler/GHC/Core/Opt/Simplify/Monad.hs:245) getSimplCount (compiler/GHC/Core/Opt/Simplify/Monad.hs:235) zeroSimplCount (compiler/GHC/Core/Opt/Stats.hs:68) pprSimplCount (compiler/GHC/Core/Opt/Stats.hs:120) plusSimplCount (compiler/GHC/Core/Opt/Stats.hs:100) isZeroSimplCount (compiler/GHC/Core/Opt/Stats.hs:77) 8% ( 8 / 90) in 'GHC.Core.Opt.Simplify.Env' Missing documentation for: Module header SimplMode (compiler/GHC/Core/Opt/Simplify/Env.hs:244) updMode (compiler/GHC/Core/Opt/Simplify/Env.hs:529) smPedanticBottoms (compiler/GHC/Core/Opt/Simplify/Env.hs:280) smPlatform (compiler/GHC/Core/Opt/Simplify/Env.hs:283) SimplEnv (compiler/GHC/Core/Opt/Simplify/Env.hs:159) pprSimplEnv (compiler/GHC/Core/Opt/Simplify/Env.hs:361) seArityOpts (compiler/GHC/Core/Opt/Simplify/Env.hs:190) seCaseCase (compiler/GHC/Core/Opt/Simplify/Env.hs:193) seCaseFolding (compiler/GHC/Core/Opt/Simplify/Env.hs:196) seCaseMerge (compiler/GHC/Core/Opt/Simplify/Env.hs:199) seCastSwizzle (compiler/GHC/Core/Opt/Simplify/Env.hs:202) seDoEtaReduction (compiler/GHC/Core/Opt/Simplify/Env.hs:205) seEtaExpand (compiler/GHC/Core/Opt/Simplify/Env.hs:208) seFloatEnable (compiler/GHC/Core/Opt/Simplify/Env.hs:211) seInline (compiler/GHC/Core/Opt/Simplify/Env.hs:214) seNames (compiler/GHC/Core/Opt/Simplify/Env.hs:217) seOptCoercionOpts (compiler/GHC/Core/Opt/Simplify/Env.hs:220) sePedanticBottoms (compiler/GHC/Core/Opt/Simplify/Env.hs:223) sePhase (compiler/GHC/Core/Opt/Simplify/Env.hs:226) sePlatform (compiler/GHC/Core/Opt/Simplify/Env.hs:229) sePreInline (compiler/GHC/Core/Opt/Simplify/Env.hs:232) seRuleOpts (compiler/GHC/Core/Opt/Simplify/Env.hs:235) seRules (compiler/GHC/Core/Opt/Simplify/Env.hs:238) seUnfoldingOpts (compiler/GHC/Core/Opt/Simplify/Env.hs:241) mkSimplEnv (compiler/GHC/Core/Opt/Simplify/Env.hs:493) extendIdSubst (compiler/GHC/Core/Opt/Simplify/Env.hs:539) extendTvSubst (compiler/GHC/Core/Opt/Simplify/Env.hs:544) extendCvSubst (compiler/GHC/Core/Opt/Simplify/Env.hs:549) zapSubstEnv (compiler/GHC/Core/Opt/Simplify/Env.hs:622) setSubstEnv (compiler/GHC/Core/Opt/Simplify/Env.hs:625) bumpCaseDepth (compiler/GHC/Core/Opt/Simplify/Env.hs:535) getInScope (compiler/GHC/Core/Opt/Simplify/Env.hs:555) setInScopeFromE (compiler/GHC/Core/Opt/Simplify/Env.hs:562) setInScopeFromF (compiler/GHC/Core/Opt/Simplify/Env.hs:565) setInScopeSet (compiler/GHC/Core/Opt/Simplify/Env.hs:558) modifyInScope (compiler/GHC/Core/Opt/Simplify/Env.hs:586) addNewInScopeIds (compiler/GHC/Core/Opt/Simplify/Env.hs:569) getSimplRules (compiler/GHC/Core/Opt/Simplify/Monad.hs:198) enterRecGroupRHSs (compiler/GHC/Core/Opt/Simplify/Env.hs:591) mkContEx (compiler/GHC/Core/Opt/Simplify/Env.hs:628) substId (compiler/GHC/Core/Opt/Simplify/Env.hs:915) lookupRecBndr (compiler/GHC/Core/Opt/Simplify/Env.hs:938) simplNonRecBndr (compiler/GHC/Core/Opt/Simplify/Env.hs:1004) simplNonRecJoinBndr (compiler/GHC/Core/Opt/Simplify/Env.hs:1136) simplRecBndrs (compiler/GHC/Core/Opt/Simplify/Env.hs:1012) simplRecJoinBndrs (compiler/GHC/Core/Opt/Simplify/Env.hs:1146) simplBinder (compiler/GHC/Core/Opt/Simplify/Env.hs:995) simplBinders (compiler/GHC/Core/Opt/Simplify/Env.hs:986) substTy (compiler/GHC/Core/Opt/Simplify/Env.hs:1244) substTyVar (compiler/GHC/Core/Opt/Simplify/Env.hs:1247) getSubst (compiler/GHC/Core/Opt/Simplify/Env.hs:1240) substCo (compiler/GHC/Core/Opt/Simplify/Env.hs:1265) substCoVar (compiler/GHC/Core/Opt/Simplify/Env.hs:1256) SimplFloats (compiler/GHC/Core/Opt/Simplify/Env.hs:320) emptyFloats (compiler/GHC/Core/Opt/Simplify/Env.hs:347) isEmptyFloats (compiler/GHC/Core/Opt/Simplify/Env.hs:354) mkRecFloats (compiler/GHC/Core/Opt/Simplify/Env.hs:841) mkFloatBind (compiler/GHC/Core/Opt/Simplify/Env.hs:766) addLetFloats (compiler/GHC/Core/Opt/Simplify/Env.hs:804) addJoinFloats (compiler/GHC/Core/Opt/Simplify/Env.hs:813) addFloats (compiler/GHC/Core/Opt/Simplify/Env.hs:822) extendFloats (compiler/GHC/Core/Opt/Simplify/Env.hs:783) wrapFloats (compiler/GHC/Core/Opt/Simplify/Env.hs:857) isEmptyJoinFloats (compiler/GHC/Core/Opt/Simplify/Env.hs:741) isEmptyLetFloats (compiler/GHC/Core/Opt/Simplify/Env.hs:735) doFloatFromRhs (compiler/GHC/Core/Opt/Simplify/Env.hs:700) getTopFloatBinds (compiler/GHC/Core/Opt/Simplify/Env.hs:880) LetFloats (compiler/GHC/Core/Opt/Simplify/Env.hs:657) FloatEnable (compiler/GHC/Core/Opt/Simplify/Env.hs:285) letFloatBinds (compiler/GHC/Core/Opt/Simplify/Env.hs:833) emptyLetFloats (compiler/GHC/Core/Opt/Simplify/Env.hs:732) unitLetFloat (compiler/GHC/Core/Opt/Simplify/Env.hs:745) addLetFlts (compiler/GHC/Core/Opt/Simplify/Env.hs:829) mapLetFloats (compiler/GHC/Core/Opt/Simplify/Env.hs:887) JoinFloat (compiler/GHC/Core/Opt/Simplify/Env.hs:660) JoinFloats (compiler/GHC/Core/Opt/Simplify/Env.hs:661) emptyJoinFloats (compiler/GHC/Core/Opt/Simplify/Env.hs:738) wrapJoinFloats (compiler/GHC/Core/Opt/Simplify/Env.hs:876) wrapJoinFloatsX (compiler/GHC/Core/Opt/Simplify/Env.hs:869) unitJoinFloat (compiler/GHC/Core/Opt/Simplify/Env.hs:758) addJoinFlts (compiler/GHC/Core/Opt/Simplify/Env.hs:836) Warning: 'e' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'f' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 0% ( 0 / 48) in 'GHC.Core.Opt.Simplify.Utils' Missing documentation for: Module header rebuildLam (compiler/GHC/Core/Opt/Simplify/Utils.hs:1728) mkCase (compiler/GHC/Core/Opt/Simplify/Utils.hs:2614) prepareAlts (compiler/GHC/Core/Opt/Simplify/Utils.hs:2343) tryEtaExpandRhs (compiler/GHC/Core/Opt/Simplify/Utils.hs:1876) wantEtaExpansion (compiler/GHC/Core/Opt/Simplify/Utils.hs:1901) preInlineUnconditionally (compiler/GHC/Core/Opt/Simplify/Utils.hs:1403) postInlineUnconditionally (compiler/GHC/Core/Opt/Simplify/Utils.hs:1540) activeUnfolding (compiler/GHC/Core/Opt/Simplify/Utils.hs:1230) activeRule (compiler/GHC/Core/Opt/Simplify/Utils.hs:1261) getUnfoldingInRuleMatch (compiler/GHC/Core/Opt/Simplify/Utils.hs:1249) updModeForStableUnfoldings (compiler/GHC/Core/Opt/Simplify/Utils.hs:1018) updModeForRules (compiler/GHC/Core/Opt/Simplify/Utils.hs:1032) BindContext (compiler/GHC/Core/Opt/Simplify/Utils.hs:98) bindContextLevel (compiler/GHC/Core/Opt/Simplify/Utils.hs:107) SimplCont (compiler/GHC/Core/Opt/Simplify/Utils.hs:146) DupFlag (compiler/GHC/Core/Opt/Simplify/Utils.hs:223) FromWhat (compiler/GHC/Core/Opt/Simplify/Utils.hs:220) StaticEnv (compiler/GHC/Core/Opt/Simplify/Utils.hs:218) isSimplified (compiler/GHC/Core/Opt/Simplify/Utils.hs:228) contIsStop (compiler/GHC/Core/Opt/Simplify/Utils.hs:480) contIsDupable (compiler/GHC/Core/Opt/Simplify/Utils.hs:484) contResultType (compiler/GHC/Core/Opt/Simplify/Utils.hs:503) contHoleType (compiler/GHC/Core/Opt/Simplify/Utils.hs:513) contHoleScaling (compiler/GHC/Core/Opt/Simplify/Utils.hs:534) contIsTrivial (compiler/GHC/Core/Opt/Simplify/Utils.hs:494) contArgs (compiler/GHC/Core/Opt/Simplify/Utils.hs:569) contIsRhs (compiler/GHC/Core/Opt/Simplify/Utils.hs:474) countArgs (compiler/GHC/Core/Opt/Simplify/Utils.hs:552) mkBoringStop (compiler/GHC/Core/Opt/Simplify/Utils.hs:461) mkRhsStop (compiler/GHC/Core/Opt/Simplify/Utils.hs:465) mkLazyArgStop (compiler/GHC/Core/Opt/Simplify/Utils.hs:468) interestingCallContext (compiler/GHC/Core/Opt/Simplify/Utils.hs:865) ArgInfo (compiler/GHC/Core/Opt/Simplify/Utils.hs:319) ArgSpec (compiler/GHC/Core/Opt/Simplify/Utils.hs:347) RewriteCall (compiler/GHC/Core/Opt/Simplify/Utils.hs:341) mkArgInfo (compiler/GHC/Core/Opt/Simplify/Utils.hs:621) addValArgTo (compiler/GHC/Core/Opt/Simplify/Utils.hs:370) addCastTo (compiler/GHC/Core/Opt/Simplify/Utils.hs:389) addTyArgTo (compiler/GHC/Core/Opt/Simplify/Utils.hs:383) argInfoExpr (compiler/GHC/Core/Opt/Simplify/Utils.hs:423) argInfoAppArgs (compiler/GHC/Core/Opt/Simplify/Utils.hs:398) pushSimplifiedArgs (compiler/GHC/Core/Opt/Simplify/Utils.hs:408) pushSimplifiedRevArgs (compiler/GHC/Core/Opt/Simplify/Utils.hs:409) isStrictArgInfo (compiler/GHC/Core/Opt/Simplify/Utils.hs:393) lazyArgContext (compiler/GHC/Core/Opt/Simplify/Utils.hs:842) abstractFloats (compiler/GHC/Core/Opt/Simplify/Utils.hs:2138) isExitJoinId (compiler/GHC/Core/Opt/Simplify/Utils.hs:2832) Warning: 'ai' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'f' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 0% ( 0 / 4) in 'GHC.Core.Opt.Simplify.Iteration' Missing documentation for: Module header simplTopBinds (compiler/GHC/Core/Opt/Simplify/Iteration.hs:207) simplExpr (compiler/GHC/Core/Opt/Simplify/Iteration.hs:1133) simplImpRules (compiler/GHC/Core/Opt/Simplify/Iteration.hs:4495) Warning: 'HomeModInfo' is ambiguous. It is defined * at compiler/GHC/Unit/Home/ModInfo.hs:48:20 * at compiler/GHC/Unit/Home/ModInfo.hs:48: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 compiler/GHC/Unit/Home/ModInfo.hs:48:1 Warning: 'ModDetails' is ambiguous. It is defined * at compiler/GHC/Unit/Module/ModDetails.hs:19:19 * at compiler/GHC/Unit/Module/ModDetails.hs:19: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 compiler/GHC/Unit/Module/ModDetails.hs:19:1 Warning: 'ModIface' is ambiguous. It is defined * at compiler/GHC/Unit/Module/ModIface.hs:157:5 * at compiler/GHC/Unit/Module/ModIface.hs:79: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 compiler/GHC/Unit/Module/ModIface.hs:79:1 15% ( 4 / 26) in 'GHC.Unit.Home.ModInfo' Missing documentation for: HomeModLinkable (compiler/GHC/Unit/Home/ModInfo.hs:85) homeModInfoObject (compiler/GHC/Unit/Home/ModInfo.hs:79) homeModInfoByteCode (compiler/GHC/Unit/Home/ModInfo.hs:76) emptyHomeModInfoLinkable (compiler/GHC/Unit/Home/ModInfo.hs:82) justBytecode (compiler/GHC/Unit/Home/ModInfo.hs:92) justObjects (compiler/GHC/Unit/Home/ModInfo.hs:97) bytecodeAndObjects (compiler/GHC/Unit/Home/ModInfo.hs:102) lookupHpt (compiler/GHC/Unit/Home/ModInfo.hs:141) eltsHpt (compiler/GHC/Unit/Home/ModInfo.hs:147) filterHpt (compiler/GHC/Unit/Home/ModInfo.hs:150) allHpt (compiler/GHC/Unit/Home/ModInfo.hs:153) anyHpt (compiler/GHC/Unit/Home/ModInfo.hs:156) mapHpt (compiler/GHC/Unit/Home/ModInfo.hs:159) delFromHpt (compiler/GHC/Unit/Home/ModInfo.hs:162) addToHpt (compiler/GHC/Unit/Home/ModInfo.hs:165) addHomeModInfoToHpt (compiler/GHC/Unit/Home/ModInfo.hs:168) addListToHpt (compiler/GHC/Unit/Home/ModInfo.hs:172) lookupHptDirectly (compiler/GHC/Unit/Home/ModInfo.hs:144) lookupHptByModule (compiler/GHC/Unit/Home/ModInfo.hs:188) listToHpt (compiler/GHC/Unit/Home/ModInfo.hs:175) listHMIToHpt (compiler/GHC/Unit/Home/ModInfo.hs:178) pprHPT (compiler/GHC/Unit/Home/ModInfo.hs:195) Warning: 'hscMaybeWriteIface' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 66% ( 2 / 3) in 'GHC.Unit.Module.Status' Missing documentation for: Module header Warning: 'oldUnit' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'DynFlags' is ambiguous. It is defined * at compiler/GHC/Driver/DynFlags.hs:148:17 * at compiler/GHC/Driver/DynFlags.hs:148: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 compiler/GHC/Driver/DynFlags.hs:148:1 Warning: 'newUnit' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 18% ( 11 / 61) in 'GHC.Unit.Env' Missing documentation for: Module header UnitEnv (compiler/GHC/Unit/Env.hs:87) initUnitEnv (compiler/GHC/Unit/Env.hs:109) ueEPS (compiler/GHC/Unit/Env.hs:106) updateHug (compiler/GHC/Unit/Env.hs:132) updateHpt_lazy (compiler/GHC/Unit/Env.hs:126) updateHpt (compiler/GHC/Unit/Env.hs:129) ue_units (compiler/GHC/Unit/Env.hs:361) ue_currentHomeUnitEnv (compiler/GHC/Unit/Env.hs:452) ue_setUnits (compiler/GHC/Unit/Env.hs:364) ue_setUnitFlags (compiler/GHC/Unit/Env.hs:415) ue_unit_dbs (compiler/GHC/Unit/Env.hs:369) ue_all_home_unit_ids (compiler/GHC/Unit/Env.hs:446) ue_setUnitDbs (compiler/GHC/Unit/Env.hs:372) ue_hpt (compiler/GHC/Unit/Env.hs:381) ue_homeUnit (compiler/GHC/Unit/Env.hs:431) ue_unsafeHomeUnit (compiler/GHC/Unit/Env.hs:434) ue_setFlags (compiler/GHC/Unit/Env.hs:412) ue_setActiveUnit (compiler/GHC/Unit/Env.hs:459) ue_currentUnit (compiler/GHC/Unit/Env.hs:464) ue_findHomeUnitEnv (compiler/GHC/Unit/Env.hs:476) ue_updateHomeUnitEnv (compiler/GHC/Unit/Env.hs:483) ue_unitHomeUnit (compiler/GHC/Unit/Env.hs:443) ue_unitFlags (compiler/GHC/Unit/Env.hs:419) ue_transitiveHomeDeps (compiler/GHC/Unit/Env.hs:135) HomeUnitGraph (compiler/GHC/Unit/Env.hs:250) HomeUnitEnv (compiler/GHC/Unit/Env.hs:186) mkHomeUnitEnv (compiler/GHC/Unit/Env.hs:235) lookupHugByModule (compiler/GHC/Unit/Env.hs:253) hugElts (compiler/GHC/Unit/Env.hs:259) lookupHug (compiler/GHC/Unit/Env.hs:281) addHomeModInfoToHug (compiler/GHC/Unit/Env.hs:262) UnitEnvGraph (compiler/GHC/Unit/Env.hs:290) UnitEnvGraphKey (compiler/GHC/Unit/Env.hs:288) unitEnv_insert (compiler/GHC/Unit/Env.hs:295) unitEnv_delete (compiler/GHC/Unit/Env.hs:300) unitEnv_adjust (compiler/GHC/Unit/Env.hs:306) unitEnv_new (compiler/GHC/Unit/Env.hs:319) unitEnv_singleton (compiler/GHC/Unit/Env.hs:325) unitEnv_map (compiler/GHC/Unit/Env.hs:330) unitEnv_member (compiler/GHC/Unit/Env.hs:333) unitEnv_lookup_maybe (compiler/GHC/Unit/Env.hs:336) unitEnv_lookup (compiler/GHC/Unit/Env.hs:339) unitEnv_keys (compiler/GHC/Unit/Env.hs:342) unitEnv_elts (compiler/GHC/Unit/Env.hs:345) unitEnv_hpts (compiler/GHC/Unit/Env.hs:348) unitEnv_foldWithKey (compiler/GHC/Unit/Env.hs:351) unitEnv_union (compiler/GHC/Unit/Env.hs:354) unitEnv_mapWithKey (compiler/GHC/Unit/Env.hs:316) assertUnitEnvInvariant (compiler/GHC/Unit/Env.hs:525) 80% ( 4 / 5) in 'GHC.Types.Name.Ppr' Missing documentation for: Module header Warning: 'DynFlags' is ambiguous. It is defined * at compiler/GHC/Driver/DynFlags.hs:148:17 * at compiler/GHC/Driver/DynFlags.hs:148: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 compiler/GHC/Driver/DynFlags.hs:148:1 Warning: 'TyThings' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 42% ( 6 / 14) in 'GHC.Runtime.Context' Missing documentation for: Module header InteractiveImport (compiler/GHC/Runtime/Context.hs:293) extendInteractiveContextWithIds (compiler/GHC/Runtime/Context.hs:389) setInteractivePrintName (compiler/GHC/Runtime/Context.hs:400) substInteractiveContext (compiler/GHC/Runtime/Context.hs:449) replaceImportEnv (compiler/GHC/Runtime/Context.hs:414) icReaderEnv (compiler/GHC/Runtime/Context.hs:329) icInteractiveModule (compiler/GHC/Runtime/Context.hs:332) 0% ( 0 / 2) in 'GHC.Core.Lint.Interactive' Missing documentation for: Module header interactiveInScope (compiler/GHC/Core/Lint/Interactive.hs:40) 47% ( 9 / 19) in 'GHC.Runtime.Interpreter.Types' Missing documentation for: InterpInstance (compiler/GHC/Runtime/Interpreter/Types.hs:59) InterpProcess (compiler/GHC/Runtime/Interpreter/Types.hs:84) ExtInterp (compiler/GHC/Runtime/Interpreter/Types.hs:65) ExtInterpStatusVar (compiler/GHC/Runtime/Interpreter/Types.hs:79) IServ (compiler/GHC/Runtime/Interpreter/Types.hs:81) JSInterp (compiler/GHC/Runtime/Interpreter/Types.hs:82) JSInterpExtra (compiler/GHC/Runtime/Interpreter/Types.hs:122) JSInterpConfig (compiler/GHC/Runtime/Interpreter/Types.hs:152) JSState (compiler/GHC/Runtime/Interpreter/Types.hs:130) defaultNodeJsSettings (compiler/GHC/Runtime/Interpreter/Types.hs:144) 100% ( 4 / 4) in 'GHC.Driver.Config' Warning: 'Dec' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'addTopDecls' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'reifyInstances' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'x' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'y' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'qReport' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Quasi' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'TcM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Coercible' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'KnownNat' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'T' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'f' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'hiding' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'm' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'TyConApp' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Hole' is ambiguous. It is defined * at compiler/GHC/Tc/Types/Constraint.hs:384:5 * at compiler/GHC/Tc/Types/Constraint.hs:383: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 compiler/GHC/Tc/Types/Constraint.hs:383:1 Warning: 'HoleError' is ambiguous. It is defined * at compiler/GHC/Tc/Errors/Types.hs:5774:5 * at compiler/GHC/Tc/Errors/Types.hs:5764: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 compiler/GHC/Tc/Errors/Types.hs:5764:1 Warning: 'Names' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'mk_supplementary_ea_msg' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'SkolemTv' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'TyVarTv' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'FixedRuntimeRepContext' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'SolverReport' is ambiguous. It is defined * at compiler/GHC/Tc/Errors/Types.hs:5213:5 * at compiler/GHC/Tc/Errors/Types.hs:5212: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 compiler/GHC/Tc/Errors/Types.hs:5212:1 Warning: 'tcRnMissingSignature' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'appT' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'checkDataKindSig' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ContextKind' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'AnyKind' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'TheKind' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'isAllowedDataResKind' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'TcRnMessageDetailed' is ambiguous. It is defined * at compiler/GHC/Tc/Errors/Types.hs:283:5 * at compiler/GHC/Tc/Errors/Types.hs:282: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 compiler/GHC/Tc/Errors/Types.hs:282:1 Warning: 'lift' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'RealSrcSpan' is ambiguous. It is defined * at compiler/GHC/Types/SrcLoc.hs:390:5 * at compiler/GHC/Types/SrcLoc.hs:366: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 compiler/GHC/Types/SrcLoc.hs:366:1 Warning: 'NamedFieldPuns' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ViewPattern' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'TypeError' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'bar' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'c' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'DeriveAnyClass' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'GeneralizedNewtypeDeriving' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'NameSpace' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'appE' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'FunPtr' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 't' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'varName' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'HsType' is ambiguous. It is defined * at compiler/GHC/Tc/Errors/Types.hs:6112:5 * at compiler/Language/Haskell/Syntax/Type.hs:756: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 compiler/Language/Haskell/Syntax/Type.hs:756:1 Warning: 'GhcPs' is ambiguous. It is defined * at compiler/GHC/Hs/Extension.hs:154:3 * at compiler/GHC/Hs/Extension.hs:169: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 compiler/GHC/Hs/Extension.hs:169:1 Warning: 'MINIMAL' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'SPECIALIZE' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'setGHCiMonad' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'forall' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'pprMismatchMsg' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'InstProvidedOrigin' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 56% ( 99 /174) in 'GHC.Tc.Errors.Types' Missing documentation for: Module header TcRnMessageOpts (compiler/GHC/Tc/Errors/Types.hs:234) mkTcRnUnknownMessage (compiler/GHC/Tc/Errors/Types.hs:290) ErrInfo (compiler/GHC/Tc/Errors/Types.hs:272) pprFixedRuntimeRepProvenance (compiler/GHC/Tc/Errors/Types.hs:4427) HasKinds (compiler/GHC/Tc/Errors/Types.hs:4450) hasKinds (compiler/GHC/Tc/Errors/Types.hs:4456) SuggestUndecidableInstances (compiler/GHC/Tc/Errors/Types.hs:4459) suggestUndecidableInstances (compiler/GHC/Tc/Errors/Types.hs:4465) SuggestUnliftedTypes (compiler/GHC/Tc/Errors/Types.hs:4468) ppDataSort (compiler/GHC/Tc/Errors/Types.hs:4487) SuggestPartialTypeSignatures (compiler/GHC/Tc/Errors/Types.hs:4512) suggestPartialTypeSignatures (compiler/GHC/Tc/Errors/Types.hs:4518) UsingGeneralizedNewtypeDeriving (compiler/GHC/Tc/Errors/Types.hs:4521) usingGeneralizedNewtypeDeriving (compiler/GHC/Tc/Errors/Types.hs:4527) DeriveAnyClassEnabled (compiler/GHC/Tc/Errors/Types.hs:4530) deriveAnyClassEnabled (compiler/GHC/Tc/Errors/Types.hs:4536) DeriveInstanceBadConstructor (compiler/GHC/Tc/Errors/Types.hs:4611) HasWildcard (compiler/GHC/Tc/Errors/Types.hs:4651) hasWildcard (compiler/GHC/Tc/Errors/Types.hs:4657) DeriveGenericsErrReason (compiler/GHC/Tc/Errors/Types.hs:4633) hasAssociatedDataFamInsts (compiler/GHC/Tc/Errors/Types.hs:4952) associatedTyLastVarInKind (compiler/GHC/Tc/Errors/Types.hs:4964) associatedTyNotParamOverLastTyVar (compiler/GHC/Tc/Errors/Types.hs:4975) HsDocContext (compiler/GHC/Tc/Errors/Types.hs:5893) errorItemOrigin (compiler/GHC/Tc/Errors/Types.hs:5316) errorItemEqRel (compiler/GHC/Tc/Errors/Types.hs:5319) errorItemPred (compiler/GHC/Tc/Errors/Types.hs:5325) errorItemCtLoc (compiler/GHC/Tc/Errors/Types.hs:5322) getUserGivens (compiler/GHC/Tc/Errors/Types.hs:5272) discardProvCtxtGivens (compiler/GHC/Tc/Errors/Types.hs:5371) CannotUnifyVariableReason (compiler/GHC/Tc/Errors/Types.hs:5594) MismatchMsg (compiler/GHC/Tc/Errors/Types.hs:5513) noValidHoleFits (compiler/GHC/Tc/Errors/Types.hs:5842) RelevantBindings (compiler/GHC/Tc/Errors/Types.hs:5844) PromotionErr (compiler/GHC/Tc/Errors/Types/PromotionErr.hs:15) pprPECategory (compiler/GHC/Tc/Errors/Types/PromotionErr.hs:45) peCategory (compiler/GHC/Tc/Errors/Types/PromotionErr.hs:48) TermLevelUseErr (compiler/GHC/Tc/Errors/Types/PromotionErr.hs:58) teCategory (compiler/GHC/Tc/Errors/Types/PromotionErr.hs:65) PragmaWarningInfo (compiler/GHC/Tc/Errors/Types.hs:5932) DeclSort (compiler/GHC/Tc/Errors/Types.hs:5971) NonStandardGuards (compiler/GHC/Tc/Errors/Types.hs:5973) RuleLhsErrReason (compiler/GHC/Tc/Errors/Types.hs:5980) HsigShapeMismatchReason (compiler/GHC/Tc/Errors/Types.hs:5984) WrongThingSort (compiler/GHC/Tc/Errors/Types.hs:6005) StageCheckReason (compiler/GHC/Tc/Errors/Types.hs:6014) UninferrableTyVarCtx (compiler/GHC/Tc/Errors/Types.hs:6018) PatSynInvalidRhsReason (compiler/GHC/Tc/Errors/Types.hs:6026) BadFieldAnnotationReason (compiler/GHC/Tc/Errors/Types.hs:6031) SuperclassCycle (compiler/GHC/Tc/Errors/Types.hs:6054) SuperclassCycleDetail (compiler/GHC/Tc/Errors/Types.hs:6057) RoleValidationFailedReason (compiler/GHC/Tc/Errors/Types.hs:6062) DisabledClassExtension (compiler/GHC/Tc/Errors/Types.hs:6068) TyFamsDisabledReason (compiler/GHC/Tc/Errors/Types.hs:6092) TypeApplication (compiler/GHC/Tc/Errors/Types.hs:6097) TySynCycleTyCons (compiler/GHC/Tc/Errors/Types.hs:6127) BadImportKind (compiler/GHC/Tc/Errors/Types.hs:5685) missingBootThing (compiler/GHC/Tc/Errors/Types.hs:5052) BootAxiomBranchMismatch (compiler/GHC/Tc/Errors/Types.hs:5114) BootListMismatches (compiler/GHC/Tc/Errors/Types.hs:5111) InvalidFamInstQTvReason (compiler/GHC/Tc/Errors/Types.hs:4842) InvalidAssoc (compiler/GHC/Tc/Errors/Types.hs:4861) THError (compiler/GHC/Tc/Errors/Types.hs:6375) THNameError (compiler/GHC/Tc/Errors/Types.hs:6502) THReifyError (compiler/GHC/Tc/Errors/Types.hs:6521) TypedTHError (compiler/GHC/Tc/Errors/Types.hs:6590) SpliceFailReason (compiler/GHC/Tc/Errors/Types.hs:6613) RunSpliceFailReason (compiler/GHC/Tc/Errors/Types.hs:6669) AddTopDeclsError (compiler/GHC/Tc/Errors/Types.hs:6569) UnrepresentableTypeDescr (compiler/GHC/Tc/Errors/Types.hs:6727) LookupTHInstNameErrReason (compiler/GHC/Tc/Errors/Types.hs:6723) IllegalDecls (compiler/GHC/Tc/Errors/Types.hs:6706) ZonkerMessage (compiler/GHC/Tc/Errors/Types.hs:4327) IllegalForeignTypeReason (compiler/GHC/Tc/Errors/Types.hs:6732) 0% ( 0 / 26) in 'GHC.Tc.Types.LclEnv' Missing documentation for: Module header TcLclEnv (compiler/GHC/Tc/Types/LclEnv.hs:76) TcLclCtxt (compiler/GHC/Tc/Types/LclEnv.hs:89) modifyLclCtxt (compiler/GHC/Tc/Types/LclEnv.hs:183) getLclEnvArrowCtxt (compiler/GHC/Tc/Types/LclEnv.hs:135) getLclEnvThBndrs (compiler/GHC/Tc/Types/LclEnv.hs:132) getLclEnvTypeEnv (compiler/GHC/Tc/Types/LclEnv.hs:138) getLclEnvBinderStack (compiler/GHC/Tc/Types/LclEnv.hs:171) getLclEnvErrCtxt (compiler/GHC/Tc/Types/LclEnv.hs:159) getLclEnvLoc (compiler/GHC/Tc/Types/LclEnv.hs:156) getLclEnvRdrEnv (compiler/GHC/Tc/Types/LclEnv.hs:177) getLclEnvTcLevel (compiler/GHC/Tc/Types/LclEnv.hs:150) getLclEnvThStage (compiler/GHC/Tc/Types/LclEnv.hs:126) setLclEnvTcLevel (compiler/GHC/Tc/Types/LclEnv.hs:144) setLclEnvLoc (compiler/GHC/Tc/Types/LclEnv.hs:153) setLclEnvRdrEnv (compiler/GHC/Tc/Types/LclEnv.hs:180) setLclEnvBinderStack (compiler/GHC/Tc/Types/LclEnv.hs:174) setLclEnvErrCtxt (compiler/GHC/Tc/Types/LclEnv.hs:162) setLclEnvThStage (compiler/GHC/Tc/Types/LclEnv.hs:129) setLclEnvTypeEnv (compiler/GHC/Tc/Types/LclEnv.hs:141) modifyLclEnvTcLevel (compiler/GHC/Tc/Types/LclEnv.hs:147) lclEnvInGeneratedCode (compiler/GHC/Tc/Types/LclEnv.hs:168) addLclEnvErrCtxt (compiler/GHC/Tc/Types/LclEnv.hs:165) ArrowCtxt (compiler/GHC/Tc/Types/LclEnv.hs:237) ThBindEnv (compiler/GHC/Tc/Types/LclEnv.hs:191) TcTypeEnv (compiler/GHC/Tc/Types/LclEnv.hs:189) Warning: 'warnUnnecessarySourceImports' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'A' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'signatures' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'StaticPointers' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ioMsgMaybe' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 75% ( 12 / 16) in 'GHC.Driver.Errors.Types' Missing documentation for: Module header GhcMessageOpts (compiler/GHC/Driver/Errors/Types.hs:101) DriverMessageOpts (compiler/GHC/Driver/Errors/Types.hs:389) PsMessage (compiler/GHC/Parser/Errors/Types.hs:65) Warning: 'codes' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 4 / 4) in 'GHC.Types.Error.Codes' 0% ( 0 / 9) in 'GHC.Parser.Errors.Ppr' Missing documentation for: Module header psHeaderMessageDiagnostic (compiler/GHC/Parser/Errors/Ppr.hs:823) psHeaderMessageReason (compiler/GHC/Parser/Errors/Ppr.hs:842) psHeaderMessageHints (compiler/GHC/Parser/Errors/Ppr.hs:853) suggestParensAndBlockArgs (compiler/GHC/Parser/Errors/Ppr.hs:873) pp_unexpected_fun_app (compiler/GHC/Parser/Errors/Ppr.hs:877) parse_error_in_pat (compiler/GHC/Parser/Errors/Ppr.hs:882) forallSym (compiler/GHC/Parser/Errors/Ppr.hs:885) pprFileHeaderPragmaType (compiler/GHC/Parser/Errors/Ppr.hs:889) Warning: 'PState' is ambiguous. It is defined * at compiler/GHC/Parser/Lexer.x:2637:15 * at compiler/GHC/Parser/Lexer.x:2637: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 compiler/GHC/Parser/Lexer.x:2637:1 Warning: 'ParserOpts' is ambiguous. It is defined * at compiler/GHC/Parser/Lexer.x:2615:19 * at compiler/GHC/Parser/Lexer.x:2615: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 compiler/GHC/Parser/Lexer.x:2615:1 Warning: 'RealSrcSpan' is ambiguous. It is defined * at compiler/GHC/Types/SrcLoc.hs:390:5 * at compiler/GHC/Types/SrcLoc.hs:366: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 compiler/GHC/Types/SrcLoc.hs:366:1 Warning: 'HsPar' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'HsParTy' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'AddEpAnn' is ambiguous. It is defined * at compiler/GHC/Parser/Annotation.hs:455:17 * at compiler/GHC/Parser/Annotation.hs:455: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 compiler/GHC/Parser/Annotation.hs:455:1 27% ( 13 / 47) in 'GHC.Parser.Lexer' Missing documentation for: Module header Token (compiler/GHC/Parser/Lexer.x:804) lexer (compiler/GHC/Parser/Lexer.x:3410) lexerDbg (compiler/GHC/Parser/Lexer.x:3421) PState (compiler/GHC/Parser/Lexer.x:2637) allocateComments (compiler/GHC/Parser/Lexer.x:3818) allocatePriorComments (compiler/GHC/Parser/Lexer.x:3856) allocateFinalComments (compiler/GHC/Parser/Lexer.x:3872) getRealSrcLoc (compiler/GHC/Parser/Lexer.x:2755) getPState (compiler/GHC/Parser/Lexer.x:2737) failMsgP (compiler/GHC/Parser/Lexer.x:2728) failLocMsgP (compiler/GHC/Parser/Lexer.x:2733) srcParseFail (compiler/GHC/Parser/Lexer.x:3391) popContext (compiler/GHC/Parser/Lexer.x:3332) pushModuleContext (compiler/GHC/Parser/Lexer.x:3348) setLastToken (compiler/GHC/Parser/Lexer.x:2767) setSrcLoc (compiler/GHC/Parser/Lexer.x:2750) activeContext (compiler/GHC/Parser/Lexer.x:2926) nextIsEOF (compiler/GHC/Parser/Lexer.x:2907) getLexState (compiler/GHC/Parser/Lexer.x:2918) popLexState (compiler/GHC/Parser/Lexer.x:2915) pushLexState (compiler/GHC/Parser/Lexer.x:2912) xtest (compiler/GHC/Parser/Lexer.x:2994) xunset (compiler/GHC/Parser/Lexer.x:3000) xset (compiler/GHC/Parser/Lexer.x:2997) disableHaddock (compiler/GHC/Parser/Lexer.x:3151) lexTokenStream (compiler/GHC/Parser/Lexer.x:3682) getCommentsFor (compiler/GHC/Parser/Lexer.x:3274) getPriorCommentsFor (compiler/GHC/Parser/Lexer.x:3278) getFinalCommentsFor (compiler/GHC/Parser/Lexer.x:3282) getEofPos (compiler/GHC/Parser/Lexer.x:3286) commentToAnnotation (compiler/GHC/Parser/Lexer.x:3880) adjustChar (compiler/GHC/Parser/Lexer.x:2815) addPsMessage (compiler/GHC/Parser/Lexer.x:3289) Warning: 'mkExplicitTupleTy' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'mkExplicitListTy' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 28% ( 30 /104) in 'GHC.Parser.PostProcess' Missing documentation for: Module header mkRdrGetField (compiler/GHC/Parser/PostProcess.hs:3280) mkRdrProjection (compiler/GHC/Parser/PostProcess.hs:3288) Fbind (compiler/GHC/Parser/PostProcess.hs:1552) mkHsIntegral (compiler/GHC/Hs/Utils.hs:384) mkHsFractional (compiler/GHC/Hs/Utils.hs:385) mkHsIsString (compiler/GHC/Hs/Utils.hs:386) mkHsDo (compiler/GHC/Hs/Utils.hs:388) mkSpliceDecl (compiler/GHC/Parser/PostProcess.hs:401) mkRoleAnnotDecl (compiler/GHC/Parser/PostProcess.hs:418) mkClassDecl (compiler/GHC/Parser/PostProcess.hs:206) mkTyData (compiler/GHC/Parser/PostProcess.hs:232) mkDataFamInst (compiler/GHC/Parser/PostProcess.hs:327) mkTySynonym (compiler/GHC/Parser/PostProcess.hs:266) mkTyFamInstEqn (compiler/GHC/Parser/PostProcess.hs:306) mkStandaloneKindSig (compiler/GHC/Parser/PostProcess.hs:282) mkTyFamInst (compiler/GHC/Parser/PostProcess.hs:361) mkFamDecl (compiler/GHC/Parser/PostProcess.hs:373) mkInlinePragma (compiler/GHC/Parser/PostProcess.hs:2707) mkOpaquePragma (compiler/GHC/Parser/PostProcess.hs:2723) mkPatSynMatchGroup (compiler/GHC/Parser/PostProcess.hs:730) mkRecConstrOrUpdate (compiler/GHC/Parser/PostProcess.hs:2616) mkInstD (compiler/GHC/Parser/PostProcess.hs:196) mkRdrRecordCon (compiler/GHC/Parser/PostProcess.hs:2691) mkRdrRecordUpd (compiler/GHC/Parser/PostProcess.hs:2630) fixValbindsAnn (compiler/GHC/Parser/PostProcess.hs:491) stmtsLoc (compiler/GHC/Parser/PostProcess.hs:503) cvBindGroup (compiler/GHC/Parser/PostProcess.hs:524) cvBindsAndSigs (compiler/GHC/Parser/PostProcess.hs:536) placeHolderPunRhs (compiler/GHC/Parser/PostProcess.hs:1297) mkImport (compiler/GHC/Parser/PostProcess.hs:2766) parseCImport (compiler/GHC/Parser/PostProcess.hs:2817) mkExport (compiler/GHC/Parser/PostProcess.hs:2876) mkExtName (compiler/GHC/Parser/PostProcess.hs:2891) mkConDeclH98 (compiler/GHC/Parser/PostProcess.hs:784) checkImportDecl (compiler/GHC/Parser/PostProcess.hs:1182) checkCmdBlockArguments (compiler/GHC/Parser/PostProcess.hs:1102) checkPattern (compiler/GHC/Parser/PostProcess.hs:1211) checkPattern_details (compiler/GHC/Parser/PostProcess.hs:1214) incompleteDoBlock (compiler/GHC/Parser/Errors/Types.hs:528) checkValDef (compiler/GHC/Parser/PostProcess.hs:1323) checkValSigLhs (compiler/GHC/Parser/PostProcess.hs:1402) LRuleTyTmVar (compiler/GHC/Parser/PostProcess.hs:991) mkRuleBndrs (compiler/GHC/Parser/PostProcess.hs:997) mkRuleTyVarBndrs (compiler/GHC/Parser/PostProcess.hs:1004) checkRuleTyVarBndrNames (compiler/GHC/Parser/PostProcess.hs:1015) checkRecordSyntax (compiler/GHC/Parser/PostProcess.hs:1023) mkBangTy (compiler/GHC/Parser/PostProcess.hs:1487) mkMultTy (compiler/GHC/Parser/PostProcess.hs:3236) mkMultAnn (compiler/GHC/Parser/PostProcess.hs:3246) mkTokenLocation (compiler/GHC/Parser/PostProcess.hs:3256) ImpExpSubSpec (compiler/GHC/Parser/PostProcess.hs:2896) ImpExpQcSpec (compiler/GHC/Parser/PostProcess.hs:2901) mkModuleImpExp (compiler/GHC/Parser/PostProcess.hs:2907) mkTypeImpExp (compiler/GHC/Parser/PostProcess.hs:2956) mkImpExpSubSpec (compiler/GHC/Parser/PostProcess.hs:2971) checkImportSpec (compiler/GHC/Parser/PostProcess.hs:2961) starSym (compiler/GHC/Parser/PostProcess.hs:3272) warnStarIsType (compiler/GHC/Parser/PostProcess.hs:2999) warnPrepositiveQualifiedModule (compiler/GHC/Parser/PostProcess.hs:2987) failOpFewArgs (compiler/GHC/Parser/PostProcess.hs:3002) failNotEnabledImportQualifiedPost (compiler/GHC/Parser/PostProcess.hs:2991) failImportQualifiedTwice (compiler/GHC/Parser/PostProcess.hs:2995) requireExplicitNamespaces (compiler/GHC/Parser/PostProcess.hs:3009) SumOrTuple (compiler/GHC/Parser/Types.hs:29) PV (compiler/GHC/Parser/PostProcess.hs:3053) runPV (compiler/GHC/Parser/PostProcess.hs:3067) ECP (compiler/GHC/Parser/PostProcess.hs:1541) ecpFromExp (compiler/GHC/Parser/PostProcess.hs:1545) ecpFromCmd (compiler/GHC/Parser/PostProcess.hs:1548) hsHoleExpr (compiler/GHC/Parser/PostProcess.hs:1913) dataConBuilderCon (compiler/GHC/Parser/PostProcess.hs:2070) dataConBuilderDetails (compiler/GHC/Parser/PostProcess.hs:2077) mkUnboxedSumCon (compiler/GHC/Parser/PostProcess.hs:2154) Warning: 'StringLiteral' is ambiguous. It is defined * at compiler/GHC/Types/SourceText.hs:304:22 * at compiler/GHC/Types/SourceText.hs:304: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 compiler/GHC/Types/SourceText.hs:304:1 66% ( 2 / 3) in 'GHC.Parser.HaddockLex' Missing documentation for: Module header Warning: 'PState' is ambiguous. It is defined * at compiler/GHC/Parser/Lexer.x:2637:15 * at compiler/GHC/Parser/Lexer.x:2637: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 compiler/GHC/Parser/Lexer.x:2637:1 Warning: 'PsSpan' is ambiguous. It is defined * at compiler/GHC/Types/SrcLoc.hs:878:5 * at compiler/GHC/Types/SrcLoc.hs:877: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 compiler/GHC/Types/SrcLoc.hs:877:1 Warning: 'BufPos' is ambiguous. It is defined * at compiler/GHC/Types/SrcLoc.hs:225:18 * at compiler/GHC/Types/SrcLoc.hs:225: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 compiler/GHC/Types/SrcLoc.hs:225:1 Warning: 'RealSrcLoc' is ambiguous. It is defined * at compiler/GHC/Types/SrcLoc.hs:230:5 * at compiler/GHC/Types/SrcLoc.hs:148: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 compiler/GHC/Types/SrcLoc.hs:148:1 100% ( 2 / 2) in 'GHC.Parser.PostProcess.Haddock' 20% ( 3 / 15) in 'GHC.Parser' Missing documentation for: parseImport (dist/build/GHC/Parser.hs:12821) parseStatement (dist/build/GHC/Parser.hs:12824) parseBackpack (dist/build/GHC/Parser.hs:12848) parseDeclaration (dist/build/GHC/Parser.hs:12827) parseExpression (dist/build/GHC/Parser.hs:12830) parsePattern (dist/build/GHC/Parser.hs:12833) parseTypeSignature (dist/build/GHC/Parser.hs:12836) parseStmt (dist/build/GHC/Parser.hs:12839) parseIdentifier (dist/build/GHC/Parser.hs:12842) parseType (dist/build/GHC/Parser.hs:12845) parseHeader (dist/build/GHC/Parser.hs:12851) parseModuleNoHaddock (dist/build/GHC/Parser.hs:12815) 7% ( 1 / 13) in 'GHC.Iface.Errors.Ppr' Missing documentation for: Module header IfaceMessageOpts (compiler/GHC/Iface/Errors/Types.hs:38) interfaceErrorHints (compiler/GHC/Iface/Errors/Ppr.hs:65) interfaceErrorReason (compiler/GHC/Iface/Errors/Ppr.hs:89) interfaceErrorDiagnostic (compiler/GHC/Iface/Errors/Ppr.hs:290) missingInterfaceErrorHints (compiler/GHC/Iface/Errors/Ppr.hs:74) missingInterfaceErrorReason (compiler/GHC/Iface/Errors/Ppr.hs:97) missingInterfaceErrorDiagnostic (compiler/GHC/Iface/Errors/Ppr.hs:318) readInterfaceErrorDiagnostic (compiler/GHC/Iface/Errors/Ppr.hs:310) lookingForHerald (compiler/GHC/Iface/Errors/Ppr.hs:300) mayShowLocations (compiler/GHC/Iface/Errors/Ppr.hs:153) pkgHiddenHint (compiler/GHC/Iface/Errors/Ppr.hs:145) Warning: 'conjunction' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'SolverReportWithCtxt' is ambiguous. It is defined * at compiler/GHC/Tc/Errors/Types.hs:5230:3 * at compiler/GHC/Tc/Errors/Types.hs:5229: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 compiler/GHC/Tc/Errors/Types.hs:5229:1 Warning: 'ExpandSynsFail' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 7% ( 1 / 14) in 'GHC.Tc.Errors.Ppr' Missing documentation for: Module header pprTypeDoesNotHaveFixedRuntimeRep (compiler/GHC/Tc/Errors/Ppr.hs:3390) pprScopeError (compiler/GHC/Tc/Errors/Ppr.hs:4763) tidySkolemInfo (compiler/GHC/Tc/Errors/Ppr.hs:5106) tidySkolemInfoAnon (compiler/GHC/Tc/Errors/Ppr.hs:5110) pprHsDocContext (compiler/GHC/Tc/Errors/Ppr.hs:5414) inHsDocContext (compiler/GHC/Tc/Errors/Ppr.hs:5411) TcRnMessageOpts (compiler/GHC/Tc/Errors/Types.hs:234) pprTyThingUsedWrong (compiler/GHC/Tc/Errors/Ppr.hs:5519) pprUntouchableVariable (compiler/GHC/Tc/Errors/Ppr.hs:4081) mismatchMsg_ExpectedActuals (compiler/GHC/Tc/Errors/Ppr.hs:4849) messageWithInfoDiagnosticMessage (compiler/GHC/Tc/Errors/Ppr.hs:3354) messageWithHsDocContext (compiler/GHC/Tc/Errors/Ppr.hs:3360) 0% ( 0 / 5) in 'GHC.HsToCore.Errors.Ppr' Missing documentation for: Module header badMonadBind (compiler/GHC/HsToCore/Errors/Ppr.hs:302) pprEqn (compiler/GHC/HsToCore/Errors/Ppr.hs:308) pprContext (compiler/GHC/HsToCore/Errors/Ppr.hs:312) dots (compiler/GHC/HsToCore/Errors/Ppr.hs:327) Warning: 'hsc_unit_dbs' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'IfGblEnv' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 66% ( 2 / 3) in 'GHC.Driver.Env.Types' Missing documentation for: Module header Warning: 'InstantiationSuggestion' is ambiguous. It is defined * at compiler/GHC/Types/Hint.hs:491:32 * at compiler/GHC/Types/Hint.hs:491: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 compiler/GHC/Types/Hint.hs:491:1 0% ( 0 / 1) in 'GHC.Driver.Errors.Ppr' Missing documentation for: Module header Warning: 'SourceError' is ambiguous. It is defined * at compiler/GHC/Types/SourceError.hs:53:23 * at compiler/GHC/Types/SourceError.hs:53: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 compiler/GHC/Types/SourceError.hs:53:1 Warning: 'log_action' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Opt_WarnIsError' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'printExceptionAndWarnings' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 42% ( 3 / 7) in 'GHC.Types.SourceError' Missing documentation for: mkSrcErr (compiler/GHC/Types/SourceError.hs:26) srcErrorMessages (compiler/GHC/Types/SourceError.hs:29) throwErrors (compiler/GHC/Types/SourceError.hs:32) throwOneError (compiler/GHC/Types/SourceError.hs:35) Warning: 'SourceError' is ambiguous. It is defined * at compiler/GHC/Types/SourceError.hs:53:23 * at compiler/GHC/Types/SourceError.hs:53: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 compiler/GHC/Types/SourceError.hs:53:1 71% ( 5 / 7) in 'GHC.Parser.Header' Missing documentation for: mkPrelImports (compiler/GHC/Parser/Header.hs:128) toArgs (compiler/GHC/Parser/Header.hs:333) Warning: 'PsError' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 50% ( 2 / 4) in 'GHC.Driver.Errors' Missing documentation for: Module header printMessages (compiler/GHC/Driver/Errors.hs:17) Warning: 'MsgEnvelope' is ambiguous. It is defined * at compiler/GHC/Types/Error.hs:456:22 * at compiler/GHC/Types/Error.hs:456: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 compiler/GHC/Types/Error.hs:456:1 21% ( 5 / 23) in 'GHC.Driver.CmdLine' Missing documentation for: processArgs (compiler/GHC/Driver/CmdLine.hs:181) OptKind (compiler/GHC/Driver/CmdLine.hs:93) Flag (compiler/GHC/Driver/CmdLine.hs:50) defFlag (compiler/GHC/Driver/CmdLine.hs:57) defGhcFlag (compiler/GHC/Driver/CmdLine.hs:60) defGhciFlag (compiler/GHC/Driver/CmdLine.hs:63) defHiddenFlag (compiler/GHC/Driver/CmdLine.hs:66) hoistFlag (compiler/GHC/Driver/CmdLine.hs:69) errorsToGhcException (compiler/GHC/Driver/CmdLine.hs:326) warnsToMessages (compiler/GHC/Driver/CmdLine.hs:166) EwM (compiler/GHC/Driver/CmdLine.hs:124) runEwM (compiler/GHC/Driver/CmdLine.hs:140) addErr (compiler/GHC/Driver/CmdLine.hs:146) addWarn (compiler/GHC/Driver/CmdLine.hs:149) addFlagWarn (compiler/GHC/Driver/CmdLine.hs:153) getArg (compiler/GHC/Driver/CmdLine.hs:157) getCurLoc (compiler/GHC/Driver/CmdLine.hs:160) liftEwM (compiler/GHC/Driver/CmdLine.hs:163) 37% ( 3 / 8) in 'GHC.Driver.Config.Diagnostic' Missing documentation for: initPsMessageOpts (compiler/GHC/Driver/Config/Diagnostic.hs:52) initDsMessageOpts (compiler/GHC/Driver/Config/Diagnostic.hs:60) initTcMessageOpts (compiler/GHC/Driver/Config/Diagnostic.hs:55) initDriverMessageOpts (compiler/GHC/Driver/Config/Diagnostic.hs:68) initIfaceMessageOpts (compiler/GHC/Driver/Config/Diagnostic.hs:63) Warning: 'ModIface' is ambiguous. It is defined * at compiler/GHC/Unit/Module/ModIface.hs:157:5 * at compiler/GHC/Unit/Module/ModIface.hs:79: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 compiler/GHC/Unit/Module/ModIface.hs:79:1 Warning: 'Module' is ambiguous. It is defined * at compiler/GHC/Unit/Types.hs:123:23 * at compiler/GHC/Unit/Types.hs:130: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 compiler/GHC/Unit/Types.hs:130:1 48% ( 18 / 37) in 'GHC.Driver.Env' Missing documentation for: Module header hsc_home_unit (compiler/GHC/Driver/Env.hs:113) hsc_home_unit_maybe (compiler/GHC/Driver/Env.hs:116) hsc_units (compiler/GHC/Driver/Env.hs:119) hsc_HPT (compiler/GHC/Driver/Env.hs:122) hsc_HUE (compiler/GHC/Driver/Env.hs:125) hsc_HUG (compiler/GHC/Driver/Env.hs:128) hsc_all_home_unit_ids (compiler/GHC/Driver/Env.hs:131) hscUpdateHUG (compiler/GHC/Driver/Env.hs:144) hscUpdateHPT_lazy (compiler/GHC/Driver/Env.hs:134) hscUpdateHPT (compiler/GHC/Driver/Env.hs:139) hscSetActiveHomeUnit (compiler/GHC/Driver/Env.hs:395) hscSetActiveUnitId (compiler/GHC/Driver/Env.hs:398) hscActiveUnitId (compiler/GHC/Driver/Env.hs:403) runHsc (compiler/GHC/Driver/Env.hs:89) runHsc' (compiler/GHC/Driver/Env.hs:98) hptCompleteSigs (compiler/GHC/Driver/Env.hs:221) hptAllThings (compiler/GHC/Driver/Env.hs:263) mainModIs (compiler/GHC/Driver/Env.hs:367) Warning: 'GhcT' is ambiguous. It is defined * at compiler/GHC/Driver/Monad.hs:211:20 * at compiler/GHC/Driver/Monad.hs:211: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 compiler/GHC/Driver/Monad.hs:211:1 Warning: 'Ghc' is ambiguous. It is defined * at compiler/GHC/Driver/Monad.hs:165:17 * at compiler/GHC/Driver/Monad.hs:165: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 compiler/GHC/Driver/Monad.hs:165:1 Warning: 'SourceError' is ambiguous. It is defined * at compiler/GHC/Types/SourceError.hs:53:23 * at compiler/GHC/Types/SourceError.hs:53: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 compiler/GHC/Types/SourceError.hs:53:1 79% ( 23 / 29) in 'GHC.Driver.Monad' Missing documentation for: Module header liftGhcT (compiler/GHC/Driver/Monad.hs:216) reifyGhc (compiler/GHC/Driver/Monad.hs:205) pushJsonLogHookM (compiler/GHC/Driver/Monad.hs:127) popJsonLogHookM (compiler/GHC/Driver/Monad.hs:130) defaultWarnErrLogger (compiler/GHC/Driver/Monad.hs:243) Warning: 'CoreM' is ambiguous. It is defined * at compiler/GHC/Core/Opt/Monad.hs:145:19 * at compiler/GHC/Core/Opt/Monad.hs:145: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 compiler/GHC/Core/Opt/Monad.hs:145:1 58% ( 21 / 36) in 'GHC.Core.Opt.Monad' Missing documentation for: Module header FloatOutSwitches (compiler/GHC/Core/Opt/Monad.hs:76) runCoreM (compiler/GHC/Core/Opt/Monad.hs:185) getHscEnv (compiler/GHC/Core/Opt/Monad.hs:241) getModule initRuleEnv (compiler/GHC/Core/Opt/Monad.hs:247) getExternalRuleBase (compiler/GHC/Core/Opt/Monad.hs:253) getDynFlags getPackageFamInstEnv (compiler/GHC/Core/Opt/Monad.hs:296) getInteractiveContext (compiler/GHC/Core/Opt/Monad.hs:293) getUniqTag (compiler/GHC/Core/Opt/Monad.hs:265) getNamePprCtx (compiler/GHC/Core/Opt/Monad.hs:256) getSrcSpanM (compiler/GHC/Core/Opt/Monad.hs:259) addSimplCount (compiler/GHC/Core/Opt/Monad.hs:262) msg (compiler/GHC/Core/Opt/Monad.hs:360) 20% ( 1 / 5) in 'GHC.Core.Opt.CallerCC' Missing documentation for: addCallerCostCentres (compiler/GHC/Core/Opt/CallerCC.hs:42) CallerCcFilter (compiler/GHC/Core/Opt/CallerCC/Types.hs:74) NamePattern (compiler/GHC/Core/Opt/CallerCC/Types.hs:26) parseCallerCcFilter (compiler/GHC/Core/Opt/CallerCC/Types.hs:90) Warning: 'Settings' is ambiguous. It is defined * at compiler/GHC/Settings.hs:76:17 * at compiler/GHC/Settings.hs:76: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 compiler/GHC/Settings.hs:76:1 Warning: 'DynFlags' is ambiguous. It is defined * at compiler/GHC/Driver/DynFlags.hs:148:17 * at compiler/GHC/Driver/DynFlags.hs:148: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 compiler/GHC/Driver/DynFlags.hs:148:1 Warning: 'FlagSpec' is ambiguous. It is defined * at compiler/GHC/Driver/Session.hs:2066:6 * at compiler/GHC/Driver/Session.hs:2065: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 compiler/GHC/Driver/Session.hs:2065:1 37% (102 /273) in 'GHC.Driver.Session' Missing documentation for: WarningFlag (compiler/GHC/Driver/Flags.hs:607) Language (compiler/GHC/Driver/Flags.hs:42) FatalMessager (compiler/GHC/Driver/DynFlags.hs:720) FlushOut (compiler/GHC/Driver/DynFlags.hs:726) glasgowExtsFlags (compiler/GHC/Driver/Session.hs:2967) hasPprDebug (compiler/GHC/Driver/DynFlags.hs:1008) hasNoDebugOutput (compiler/GHC/Driver/DynFlags.hs:1011) hasNoStateHack (compiler/GHC/Driver/DynFlags.hs:1014) hasNoOptCoercion (compiler/GHC/Driver/DynFlags.hs:1017) setGeneralFlag' (compiler/GHC/Driver/Session.hs:3110) unSetGeneralFlag' (compiler/GHC/Driver/Session.hs:3120) xopt_DuplicateRecordFields (compiler/GHC/Driver/DynFlags.hs:1156) xopt_FieldSelectors (compiler/GHC/Driver/DynFlags.hs:1161) lang_set (compiler/GHC/Driver/DynFlags.hs:1166) DynamicTooState (compiler/GHC/Driver/DynFlags.hs:928) dynamicTooState (compiler/GHC/Driver/DynFlags.hs:935) setDynamicNow (compiler/GHC/Driver/DynFlags.hs:941) OnOff (compiler/GHC/Driver/DynFlags.hs:733) outputFile (compiler/GHC/Driver/Session.hs:3881) objectSuf (compiler/GHC/Driver/Session.hs:3886) ways (compiler/GHC/Driver/DynFlags.hs:1449) FlagSpec (compiler/GHC/Driver/Session.hs:2065) HasDynFlags (compiler/GHC/Driver/DynFlags.hs:466) ContainsDynFlags (compiler/GHC/Driver/DynFlags.hs:490) RtsOptsEnabled (compiler/GHC/Driver/DynFlags.hs:900) isOneShot (compiler/GHC/Driver/DynFlags.hs:805) isNoLink (compiler/GHC/Driver/DynFlags.hs:820) packageFlagsChanged (compiler/GHC/Driver/DynFlags.hs:878) PackageDBFlag (compiler/GHC/Driver/DynFlags.hs:870) PkgDbRef (compiler/GHC/Driver/DynFlags.hs:946) showOpt (compiler/GHC/Utils/CliOption.hs:26) DynLibLoader (compiler/GHC/Driver/DynFlags.hs:895) setFlagsFromEnvFile (compiler/GHC/Driver/Session.hs:3418) safeHaskellModeEnabled (compiler/GHC/Driver/Session.hs:512) Settings (compiler/GHC/Settings.hs:76) sProgramName (compiler/GHC/Settings.hs:193) sProjectVersion (compiler/GHC/Settings.hs:195) sGhcUsagePath (compiler/GHC/Settings.hs:198) sGhciUsagePath (compiler/GHC/Settings.hs:200) sToolDir (compiler/GHC/Settings.hs:202) sTopDir (compiler/GHC/Settings.hs:204) sGlobalPackageDatabasePath (compiler/GHC/Settings.hs:206) sLdSupportsCompactUnwind (compiler/GHC/Settings.hs:209) sLdSupportsFilelist (compiler/GHC/Settings.hs:211) sLdIsGnuLd (compiler/GHC/Settings.hs:215) sGccSupportsNoPie (compiler/GHC/Settings.hs:217) sPgm_L (compiler/GHC/Settings.hs:224) sPgm_P (compiler/GHC/Settings.hs:226) sPgm_F (compiler/GHC/Settings.hs:232) sPgm_c (compiler/GHC/Settings.hs:234) sPgm_cxx (compiler/GHC/Settings.hs:236) sPgm_cpp (compiler/GHC/Settings.hs:238) sPgm_a (compiler/GHC/Settings.hs:240) sPgm_l (compiler/GHC/Settings.hs:242) sPgm_lm (compiler/GHC/Settings.hs:244) sPgm_windres (compiler/GHC/Settings.hs:246) sPgm_ar (compiler/GHC/Settings.hs:248) sPgm_ranlib (compiler/GHC/Settings.hs:254) sPgm_lo (compiler/GHC/Settings.hs:256) sPgm_lc (compiler/GHC/Settings.hs:258) sPgm_las (compiler/GHC/Settings.hs:260) sPgm_i (compiler/GHC/Settings.hs:262) sOpt_L (compiler/GHC/Settings.hs:264) sOpt_P (compiler/GHC/Settings.hs:266) sOpt_P_fingerprint (compiler/GHC/Settings.hs:268) sOpt_JSP (compiler/GHC/Settings.hs:270) sOpt_JSP_fingerprint (compiler/GHC/Settings.hs:272) sOpt_CmmP (compiler/GHC/Settings.hs:274) sOpt_CmmP_fingerprint (compiler/GHC/Settings.hs:276) sOpt_F (compiler/GHC/Settings.hs:278) sOpt_c (compiler/GHC/Settings.hs:280) sOpt_cxx (compiler/GHC/Settings.hs:282) sOpt_a (compiler/GHC/Settings.hs:284) sOpt_l (compiler/GHC/Settings.hs:286) sOpt_lm (compiler/GHC/Settings.hs:288) sOpt_windres (compiler/GHC/Settings.hs:290) sOpt_lo (compiler/GHC/Settings.hs:292) sOpt_lc (compiler/GHC/Settings.hs:294) sOpt_i (compiler/GHC/Settings.hs:296) sExtraGccViaCFlags (compiler/GHC/Settings.hs:299) sTargetPlatformString (compiler/GHC/Settings.hs:302) sGhcWithInterpreter (compiler/GHC/Settings.hs:304) sLibFFI (compiler/GHC/Settings.hs:306) programName (compiler/GHC/Driver/DynFlags.hs:1461) projectVersion (compiler/GHC/Driver/DynFlags.hs:1463) ghcUsagePath (compiler/GHC/Driver/DynFlags.hs:1465) ghciUsagePath (compiler/GHC/Driver/DynFlags.hs:1467) topDir (compiler/GHC/Driver/DynFlags.hs:1469) versionedFilePath (compiler/GHC/Driver/DynFlags.hs:1502) extraGccViaCFlags (compiler/GHC/Driver/DynFlags.hs:1473) globalPackageDatabasePath (compiler/GHC/Driver/DynFlags.hs:1475) pgm_L (compiler/GHC/Driver/Session.hs:395) pgm_P (compiler/GHC/Driver/Session.hs:397) pgm_JSP (compiler/GHC/Driver/Session.hs:399) pgm_CmmP (compiler/GHC/Driver/Session.hs:401) pgm_F (compiler/GHC/Driver/Session.hs:403) pgm_c (compiler/GHC/Driver/Session.hs:405) pgm_cxx (compiler/GHC/Driver/Session.hs:407) pgm_cpp (compiler/GHC/Driver/Session.hs:409) pgm_a (compiler/GHC/Driver/Session.hs:411) pgm_l (compiler/GHC/Driver/Session.hs:413) pgm_lm (compiler/GHC/Driver/Session.hs:415) pgm_windres (compiler/GHC/Driver/Session.hs:417) pgm_ar (compiler/GHC/Driver/Session.hs:419) pgm_ranlib (compiler/GHC/Driver/Session.hs:421) pgm_lo (compiler/GHC/Driver/Session.hs:423) pgm_lc (compiler/GHC/Driver/Session.hs:425) pgm_las (compiler/GHC/Driver/Session.hs:427) pgm_i (compiler/GHC/Driver/Session.hs:429) opt_L (compiler/GHC/Driver/Session.hs:431) opt_P (compiler/GHC/Driver/Session.hs:433) opt_JSP (compiler/GHC/Driver/Session.hs:436) opt_CmmP (compiler/GHC/Driver/Session.hs:439) opt_F (compiler/GHC/Driver/Session.hs:461) opt_c (compiler/GHC/Driver/Session.hs:463) opt_cxx (compiler/GHC/Driver/Session.hs:466) opt_a (compiler/GHC/Driver/Session.hs:469) opt_l (compiler/GHC/Driver/Session.hs:471) opt_lm (compiler/GHC/Driver/Session.hs:474) opt_i (compiler/GHC/Driver/Session.hs:484) opt_P_signature (compiler/GHC/Driver/Session.hs:444) opt_JSP_signature (compiler/GHC/Driver/Session.hs:451) opt_CmmP_signature (compiler/GHC/Driver/Session.hs:458) opt_windres (compiler/GHC/Driver/Session.hs:476) opt_lo (compiler/GHC/Driver/Session.hs:478) opt_lc (compiler/GHC/Driver/Session.hs:480) opt_las (compiler/GHC/Driver/Session.hs:482) updatePlatformConstants (compiler/GHC/Driver/Session.hs:3912) addPluginModuleName (compiler/GHC/Driver/Session.hs:663) defaultFatalMessager (compiler/GHC/Driver/DynFlags.hs:723) defaultFlushOut (compiler/GHC/Driver/DynFlags.hs:729) setOutputFile (compiler/GHC/Driver/Session.hs:638) setDynOutputFile (compiler/GHC/Driver/Session.hs:639) setOutputHi (compiler/GHC/Driver/Session.hs:640) setDynOutputHi (compiler/GHC/Driver/Session.hs:641) augmentByWorkingDirectory (compiler/GHC/Driver/Session.hs:3353) setTmpDir (compiler/GHC/Driver/Session.hs:3524) setUnitId (compiler/GHC/Driver/Session.hs:3329) TurnOnFlag (compiler/GHC/Driver/DynFlags.hs:1309) turnOn (compiler/GHC/Driver/DynFlags.hs:1311) turnOff (compiler/GHC/Driver/DynFlags.hs:1312) impliedGFlags (compiler/GHC/Driver/Session.hs:2853) impliedOffGFlags (compiler/GHC/Driver/Session.hs:2866) impliedXFlags (compiler/GHC/Driver/Session.hs:2869) CmdLineP (compiler/GHC/Driver/Session.hs:813) runCmdLineP (compiler/GHC/Driver/Session.hs:831) getCmdLineState (compiler/GHC/Driver/Session.hs:825) putCmdLineState (compiler/GHC/Driver/Session.hs:828) flagsAll (compiler/GHC/Driver/Session.hs:970) flagsDynamic (compiler/GHC/Driver/Session.hs:979) flagsPackage (compiler/GHC/Driver/Session.hs:983) supportedLanguagesAndExtensions (compiler/GHC/Driver/Session.hs:2654) picCCOpts (compiler/GHC/Driver/Session.hs:3558) picPOpts (compiler/GHC/Driver/Session.hs:3605) pieCCLDOpts (compiler/GHC/Driver/Session.hs:3587) compilerInfo (compiler/GHC/Driver/Session.hs:3613) wordAlignment (compiler/GHC/Platform.hs:94) setUnsafeGlobalDynFlags (compiler/GHC/Driver/Session.hs:3805) isSse4_2Enabled (compiler/GHC/Driver/DynFlags.hs:1564) isBmiEnabled (compiler/GHC/Driver/DynFlags.hs:1591) isBmi2Enabled (compiler/GHC/Driver/DynFlags.hs:1597) isAvxEnabled (compiler/GHC/Driver/DynFlags.hs:1567) isAvx2Enabled (compiler/GHC/Driver/DynFlags.hs:1570) isAvx512cdEnabled (compiler/GHC/Driver/DynFlags.hs:1573) isAvx512erEnabled (compiler/GHC/Driver/DynFlags.hs:1576) isAvx512fEnabled (compiler/GHC/Driver/DynFlags.hs:1579) isAvx512pfEnabled (compiler/GHC/Driver/DynFlags.hs:1582) isFmaEnabled (compiler/GHC/Driver/DynFlags.hs:1585) LinkerInfo (compiler/GHC/Driver/DynFlags.hs:766) CompilerInfo (compiler/GHC/Driver/DynFlags.hs:778) initPromotionTickContext (compiler/GHC/Driver/DynFlags.hs:1554) Warning: 'makeStatic' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 23% ( 4 / 17) in 'GHC.Core.Lint' Missing documentation for: Module header LintPassResultConfig (compiler/GHC/Core/Lint.hs:402) LintFlags (compiler/GHC/Core/Lint.hs:2971) StaticPtrCheck (compiler/GHC/Core/Lint.hs:2981) LintConfig (compiler/GHC/Core/Lint.hs:3270) WarnsAndErrs (compiler/GHC/Core/Lint.hs:3008) lintUnfolding (compiler/GHC/Core/Lint.hs:516) lintPassResult (compiler/GHC/Core/Lint.hs:413) lintExpr (compiler/GHC/Core/Lint.hs:532) lintAxioms (compiler/GHC/Core/Lint.hs:2785) endPassIO (compiler/GHC/Core/Lint.hs:348) displayLintResults (compiler/GHC/Core/Lint.hs:437) dumpPassResult (compiler/GHC/Core/Lint.hs:370) 40% ( 2 / 5) in 'GHC.Core.Opt.Simplify' Missing documentation for: Module header simplifyExpr (compiler/GHC/Core/Opt/Simplify.hs:69) simplifyPgm (compiler/GHC/Core/Opt/Simplify.hs:147) 33% ( 2 / 6) in 'GHC.Core.Opt.Pipeline.Types' Missing documentation for: Module header CoreToDo (compiler/GHC/Core/Opt/Pipeline/Types.hs:34) bindsOnlyPass (compiler/GHC/Core/Opt/Pipeline/Types.hs:30) pprPassDetails (compiler/GHC/Core/Opt/Pipeline/Types.hs:97) 50% ( 1 / 2) in 'GHC.Driver.Config.Parser' Missing documentation for: Module header 14% ( 1 / 7) in 'GHC.Driver.Config.Core.Lint' Missing documentation for: Module header endPass (compiler/GHC/Driver/Config/Core/Lint.hs:38) endPassHscEnvIO (compiler/GHC/Driver/Config/Core/Lint.hs:47) initEndPassConfig (compiler/GHC/Driver/Config/Core/Lint.hs:66) initLintPassResultConfig (compiler/GHC/Driver/Config/Core/Lint.hs:105) initLintConfig (compiler/GHC/Driver/Config/Core/Lint.hs:167) Warning: 'Reduction' is ambiguous. It is defined * at compiler/GHC/Core/Reduction.hs:96:3 * at compiler/GHC/Core/Reduction.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 compiler/GHC/Core/Reduction.hs:95:1 Warning: 'Coercion' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'TcPluginM' is ambiguous. It is defined * at compiler/GHC/Tc/Types.hs:961:23 * at compiler/GHC/Tc/Types.hs:961: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 compiler/GHC/Tc/Types.hs:961:1 Warning: 'TcPluginSolveResult' is ambiguous. It is defined * at compiler/GHC/Tc/Types.hs:1031:5 * at compiler/GHC/Tc/Types.hs:1030: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 compiler/GHC/Tc/Types.hs:1030:1 Warning: 'TcGblEnv' is ambiguous. It is defined * at compiler/GHC/Tc/Types.hs:436:5 * at compiler/GHC/Tc/Types.hs:435: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 compiler/GHC/Tc/Types.hs:435:1 Warning: 'NameShape' is ambiguous. It is defined * at compiler/GHC/Tc/Types.hs:204:18 * at compiler/GHC/Tc/Types.hs:204: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 compiler/GHC/Tc/Types.hs:204:1 Warning: 'ns_module_name' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'TcM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 31% ( 30 / 96) in 'GHC.Tc.Types' Missing documentation for: TcRnIf (compiler/GHC/Tc/Types.hs:222) TcRn (compiler/GHC/Tc/Types.hs:223) IfM (compiler/GHC/Tc/Types.hs:224) IfL (compiler/GHC/Tc/Types.hs:226) IfG (compiler/GHC/Tc/Types.hs:225) Env (compiler/GHC/Tc/Types.hs:244) TcLclEnv (compiler/GHC/Tc/Types/LclEnv.hs:76) modifyLclCtxt (compiler/GHC/Tc/Types/LclEnv.hs:183) TcLclCtxt (compiler/GHC/Tc/Types/LclEnv.hs:89) setLclEnvTcLevel (compiler/GHC/Tc/Types/LclEnv.hs:144) getLclEnvTcLevel (compiler/GHC/Tc/Types/LclEnv.hs:150) setLclEnvLoc (compiler/GHC/Tc/Types/LclEnv.hs:153) getLclEnvLoc (compiler/GHC/Tc/Types/LclEnv.hs:156) lclEnvInGeneratedCode (compiler/GHC/Tc/Types/LclEnv.hs:168) IfGblEnv (compiler/GHC/Tc/Types.hs:316) IfLclEnv (compiler/GHC/Tc/Types.hs:333) tcVisibleOrphanMods (compiler/GHC/Tc/Types.hs:692) emptyImportAvails (compiler/GHC/Tc/Types.hs:892) mkModDeps (compiler/GHC/Tc/Types.hs:873) TcTypeEnv (compiler/GHC/Tc/Types/LclEnv.hs:189) TcBinderStack (compiler/GHC/Tc/Types/BasicTypes.hs:53) TcBinder (compiler/GHC/Tc/Types/BasicTypes.hs:62) PromotionErr (compiler/GHC/Tc/Errors/Types/PromotionErr.hs:15) ClosedTypeId (compiler/GHC/Tc/Types/BasicTypes.hs:370) RhsNames (compiler/GHC/Tc/Types/BasicTypes.hs:367) SelfBootInfo (compiler/GHC/Tc/Types.hs:698) bootExports (compiler/GHC/Tc/Types.hs:704) tcTyThingCategory (compiler/GHC/Tc/Types/BasicTypes.hs:519) pprTcTyThingCategory (compiler/GHC/Tc/Types/BasicTypes.hs:516) peCategory (compiler/GHC/Tc/Errors/Types/PromotionErr.hs:48) pprPECategory (compiler/GHC/Tc/Errors/Types/PromotionErr.hs:45) CompleteMatches (compiler/GHC/Types/CompleteMatch.hs:30) ThStage (compiler/GHC/Tc/Types/TH.hs:31) SpliceType (compiler/GHC/Tc/Types/TH.hs:28) SpliceOrBracket (compiler/GHC/Tc/Types/TH.hs:29) PendingStuff (compiler/GHC/Tc/Types/TH.hs:64) topStage (compiler/GHC/Tc/Types/TH.hs:82) topAnnStage (compiler/GHC/Tc/Types/TH.hs:83) topSpliceStage (compiler/GHC/Tc/Types/TH.hs:84) ThLevel (compiler/GHC/Tc/Types/TH.hs:92) impLevel (compiler/GHC/Tc/Types/TH.hs:100) outerLevel (compiler/GHC/Tc/Types/TH.hs:101) thLevel (compiler/GHC/Tc/Types/TH.hs:104) ThBindEnv (compiler/GHC/Tc/Types/LclEnv.hs:191) ArrowCtxt (compiler/GHC/Tc/Types/LclEnv.hs:237) TcSigFun (compiler/GHC/Tc/Types/BasicTypes.hs:100) TcSigInfo (compiler/GHC/Tc/Types/BasicTypes.hs:103) TcIdSig (compiler/GHC/Tc/Types/BasicTypes.hs:107) TcCompleteSig (compiler/GHC/Tc/Types/BasicTypes.hs:111) TcPartialSig (compiler/GHC/Tc/Types/BasicTypes.hs:123) TcPatSynSig (compiler/GHC/Tc/Types/BasicTypes.hs:134) TcIdSigInst (compiler/GHC/Tc/Types/BasicTypes.hs:163) isPartialSig (compiler/GHC/Tc/Types/BasicTypes.hs:274) tcSigInfoName (compiler/GHC/Tc/Types/BasicTypes.hs:285) tcIdSigLoc (compiler/GHC/Tc/Types/BasicTypes.hs:290) completeSigPolyId_maybe (compiler/GHC/Tc/Types/BasicTypes.hs:294) TcId (compiler/GHC/Tc/Types/BasicTypes.hs:54) removeBindingShadowing (compiler/GHC/Tc/Types.hs:812) TcPlugin (compiler/GHC/Tc/Types.hs:970) TcPluginRewriteResult (compiler/GHC/Tc/Types.hs:1048) FillDefaulting (compiler/GHC/Tc/Types.hs:1078) RoleAnnotEnv (compiler/GHC/Tc/Types.hs:1101) emptyRoleAnnotEnv (compiler/GHC/Tc/Types.hs:1113) mkRoleAnnotEnv (compiler/GHC/Tc/Types.hs:1104) lookupRoleAnnot (compiler/GHC/Tc/Types.hs:1116) getRoleAnnots (compiler/GHC/Tc/Types.hs:1119) 80% ( 4 / 5) in 'GHC.Tc.Errors.Hole.Plugin' Missing documentation for: Module header Warning: 'Plugin' is ambiguous. It is defined * at compiler/GHC/Driver/Plugins.hs:143:15 * at compiler/GHC/Driver/Plugins.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 compiler/GHC/Driver/Plugins.hs:143:1 Warning: 'addPluginModuleName' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'HsGroup' is ambiguous. It is defined * at compiler/Language/Haskell/Syntax/Decls.hs:213:5 * at compiler/Language/Haskell/Syntax/Decls.hs:212: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 compiler/Language/Haskell/Syntax/Decls.hs:212:1 Warning: 'HscEnv' is ambiguous. It is defined * at compiler/GHC/Driver/Env/Types.hs:61:5 * at compiler/GHC/Driver/Env/Types.hs:60: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 compiler/GHC/Driver/Env/Types.hs:60:1 Warning: 'DynFlags' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 64% ( 32 / 50) in 'GHC.Driver.Plugins' Missing documentation for: Plugins (compiler/GHC/Driver/Plugins.hs:325) emptyPlugins (compiler/GHC/Driver/Plugins.hs:351) purePlugin (compiler/GHC/Driver/Plugins.hs:279) impurePlugin (compiler/GHC/Driver/Plugins.hs:281) flagRecompile (compiler/GHC/Driver/Plugins.hs:283) PluginRecompile (compiler/GHC/Driver/Plugins.hs:255) FrontendPlugin (compiler/GHC/Driver/Plugins.hs:380) defaultFrontendPlugin (compiler/GHC/Driver/Plugins.hs:384) FrontendPluginAction (compiler/GHC/Driver/Plugins.hs:379) CorePlugin (compiler/GHC/Driver/Plugins.hs:272) TcPlugin (compiler/GHC/Driver/Plugins.hs:273) DefaultingPlugin (compiler/GHC/Driver/Plugins.hs:274) LatePlugin (compiler/GHC/Driver/Plugins.hs:276) PluginWithArgs (compiler/GHC/Driver/Plugins.hs:219) pluginsWithArgs (compiler/GHC/Driver/Plugins.hs:359) pluginRecompile' (compiler/GHC/Driver/Plugins.hs:253) lpModuleName (compiler/GHC/Driver/Plugins.hs:250) mapPlugins (compiler/GHC/Driver/Plugins.hs:371) 33% ( 1 / 3) in 'GHC.Driver.Pipeline.Phases' Missing documentation for: Module header TPhase (compiler/GHC/Driver/Pipeline/Phases.hs:29) 10% ( 2 / 20) in 'GHC.Driver.Hooks' Missing documentation for: Module header Hooks (compiler/GHC/Driver/Hooks.hs:132) HasHooks (compiler/GHC/Driver/Hooks.hs:157) ContainsHooks (compiler/GHC/Driver/Hooks.hs:160) DsForeignsHook (compiler/GHC/Driver/Hooks.hs:130) tcForeignImportsHook tcForeignExportsHook hscFrontendHook hscCompileCoreExprHook ghcPrimIfaceHook runPhaseHook runMetaHook linkHook runRnSpliceHook getValueSafelyHook createIservProcessHook stgToCmmHook cmmToRawCmmHook Warning: GHC.Data.SizedSeq: could not find link destinations for: - GHC.Data.SizedSeq.Rep_SizedSeq Warning: GHC.Exts.Heap.ClosureTypes: could not find link destinations for: - GHC.Exts.Heap.ClosureTypes.Rep_ClosureType Warning: GHC.Exts.Heap.InfoTable.Types: could not find link destinations for: - GHC.Exts.Heap.InfoTable.Types.Rep_StgInfoTable Warning: GHC.Exts.Heap.ProfInfo.Types: could not find link destinations for: - GHC.Exts.Heap.ProfInfo.Types.Rep_StgTSOProfInfo - GHC.Exts.Heap.ProfInfo.Types.Rep_IndexTable - GHC.Exts.Heap.ProfInfo.Types.Rep_CostCentreStack - GHC.Exts.Heap.ProfInfo.Types.Rep_CostCentre Warning: GHC.Exts.Heap.Closures: could not find link destinations for: - GHC.Exts.Heap.Closures.Rep_GenClosure - GHC.Exts.Heap.Closures.Rep_TsoFlags - GHC.Exts.Heap.Closures.Rep_WhyBlocked - GHC.Exts.Heap.Closures.Rep_WhatNext - GHC.Exts.Heap.Closures.Rep_PrimType - GHC.Exts.Heap.Closures.Rep_GenStackFrame - GHC.Exts.Heap.Closures.Rep_GenStgStackClosure - GHC.Exts.Heap.Closures.Rep_GenStackField Warning: GHC.Exts.Heap: could not find link destinations for: - GHC.Exts.Heap.ClosureTypes.Rep_ClosureType - GHC.Exts.Heap.InfoTable.Types.Rep_StgInfoTable - GHC.Exts.Heap.ProfInfo.Types.Rep_StgTSOProfInfo - GHC.Exts.Heap.ProfInfo.Types.Rep_IndexTable - GHC.Exts.Heap.ProfInfo.Types.Rep_CostCentreStack - GHC.Exts.Heap.ProfInfo.Types.Rep_CostCentre - GHC.Exts.Heap.Closures.Rep_GenClosure - GHC.Exts.Heap.Closures.Rep_TsoFlags - GHC.Exts.Heap.Closures.Rep_WhyBlocked - GHC.Exts.Heap.Closures.Rep_WhatNext - GHC.Exts.Heap.Closures.Rep_PrimType Warning: GHC.ForeignSrcLang.Type: could not find link destinations for: - GHC.ForeignSrcLang.Type.Rep_ForeignSrcLang Warning: GHC.LanguageExtensions.Type: could not find link destinations for: - GHC.LanguageExtensions.Type.Rep_Extension Warning: GHC.Prelude.Basic: could not find link destinations for: - GHC.Prim.~# - Data.Functor.Utils.StateT - Data.Functor.Utils.Max - Data.Functor.Utils.Min - Data.Functor.Utils.StateL - Data.Functor.Utils.StateR - GHC.Generics.SingKind - GHC.Generics.DemoteRep - GHC.Generics.fromSing - GHC.Generics.SingI - GHC.Generics.sing - GHC.Generics.Sing - GHC.Generics.D:R:UReckWordp0 - GHC.Generics.D:R:UReckIntp0 - GHC.Generics.D:R:UReckFloatp0 - GHC.Generics.D:R:UReckDoublep0 - GHC.Generics.D:R:UReckCharp0 - GHC.Generics.Rep1_Either - GHC.Generics.Rep1_Maybe - GHC.Generics.Rep_Ordering - GHC.Generics.Rep_Bool - GHC.Generics.Rep_Either - GHC.Generics.Rep_Maybe - GHC.Generics.Rep_R:UReckWordp - GHC.Generics.Rep1_R:UReckWordp - GHC.Generics.Rep_R:UReckIntp - GHC.Generics.Rep1_R:UReckIntp - GHC.Generics.Rep1_R:UReckFloatp - GHC.Generics.Rep_R:UReckDoublep - GHC.Generics.Rep1_R:UReckDoublep - GHC.Generics.Rep_R:UReckCharp - GHC.Generics.Rep1_R:UReckCharp - GHC.IOPort.IOPort - Data.Foldable1.JoinWith - Data.Foldable1.FromMaybe - Data.Foldable1.NonEmptyDList - Data.ByteString.Builder.RealFloat.FormatMode - Text.ParserCombinators.ReadP.P - GHC.Generics.D:R:SingBoola0 - GHC.Generics.STrue - GHC.Generics.D:R:DemoteRepBool - GHC.Generics.SFalse - GHC.Generics.Rep_R:UReckFloatp - GHC.Generics.D:R:SingMaybeb0 - GHC.Generics.SNothing - GHC.Generics.SJust - GHC.Generics.D:R:DemoteRepMaybe - Data.Set.Internal.MergeSet - Text.Printf.UPrintf - Text.Printf.hspr - Text.Printf.spr - Data.Graph.SetM - GHC.Types.Demand.viewCall - GHC.IOPort.IOPortException Warning: GHC.Data.Word64Set.Internal: could not find link destinations for: - GHC.Data.Word64Set.Internal.D:R:ItemWord64Set Warning: GHC.Data.Word64Set: could not find link destinations for: - GHC.Data.Word64Set.Internal.D:R:ItemWord64Set Warning: GHC.Data.Word64Map.Internal: could not find link destinations for: - GHC.Data.Word64Map.Internal.D:R:ItemWord64Map Warning: GHC.Data.Word64Map.Strict.Internal: could not find link destinations for: - GHC.Data.Word64Map.Internal.D:R:ItemWord64Map Warning: GHC.Data.Word64Map.Strict: could not find link destinations for: - GHC.Data.Word64Map.Internal.D:R:ItemWord64Map Warning: GHC.Data.Word64Map.Lazy: could not find link destinations for: - GHC.Data.Word64Map.Internal.D:R:ItemWord64Map Warning: GHC.Unit.Database: could not find link destinations for: - GHC.Unit.Database.FilePathST Warning: GHC.Utils.Exception: could not find link destinations for: - GHC.IOPort.IOPortException Warning: GHC.Utils.Fingerprint: could not find link destinations for: - GHC.Generics.Rep_Fingerprint Warning: GHCi.FFI: could not find link destinations for: - GHCi.FFI.Rep_FFIConv - GHCi.FFI.Rep_FFIType Warning: GHCi.ResolvedBCO: could not find link destinations for: - GHCi.ResolvedBCO.Rep_ResolvedBCOPtr - GHCi.ResolvedBCO.Rep_ResolvedBCO Warning: GHC.Utils.Outputable: could not find link destinations for: - GHC.Utils.Outputable.Coloured - GHC.Utils.Outputable.D:R:LineHDoc - GHC.Utils.Outputable.D:R:LineSDoc Warning: GHC.Utils.Panic: could not find link destinations for: - GHC.IOPort.IOPortException Warning: GHC.Utils.Monad: could not find link destinations for: - Data.Functor.Utils.StateT - Data.Functor.Utils.StateL - Data.Functor.Utils.StateR - Text.ParserCombinators.ReadP.P - Data.Graph.SetM Warning: GHC.Data.Maybe: could not find link destinations for: - Control.Monad.Trans.Maybe.Rep1_MaybeT - Control.Monad.Trans.Maybe.Rep_MaybeT Warning: GHC.Data.Bag: could not find link destinations for: - GHC.Data.Bag.D:R:ItemBag Warning: GHC.Types.Unique.Supply: could not find link destinations for: - GHC.Types.Unique.Supply.genSym Warning: GHC.Types.Unique.FM: could not find link destinations for: - GHC.Types.Unique.FM.Edit Warning: GHC.Types.Unique.DFM: could not find link destinations for: - GHC.Data.TrieMap.D:R:KeyUniqDFM Warning: GHC.Types.Unique.SDFM: could not find link destinations for: - GHC.Types.Unique.SDFM.Indirect - GHC.Types.Unique.SDFM.Entry Warning: GHC.Utils.Binary: could not find link destinations for: - GHC.Utils.Binary.BinArray Warning: GHC.Unit.Module.Env: could not find link destinations for: - GHC.Unit.Module.Env.NDModule Warning: GHC.JS.Syntax: could not find link destinations for: - GHC.JS.Syntax.Rep_JStat - GHC.JS.Syntax.Rep_JExpr - GHC.JS.Syntax.Rep_JVal - GHC.JS.Syntax.Rep_AOp - GHC.JS.Syntax.Rep_UOp - GHC.JS.Syntax.Rep_Op Warning: GHC.JS.JStg.Syntax: could not find link destinations for: - GHC.JS.JStg.Syntax.Rep_JStgStat - GHC.JS.JStg.Syntax.Rep_JStgExpr - GHC.JS.JStg.Syntax.Rep_JVal - GHC.JS.JStg.Syntax.Rep_AOp - GHC.JS.JStg.Syntax.Rep_UOp - GHC.JS.JStg.Syntax.Rep_Op Warning: GHC.JS.JStg.Monad: could not find link destinations for: - GHC.JS.JStg.Monad.JEnv Warning: GHC.JS.Make: could not find link destinations for: - GHC.Generics.Rep1_Solo - GHC.Generics.Rep_Solo - GHC.JS.Make.math_ Warning: GHC.Data.Graph.Directed: could not find link destinations for: - Data.Graph.Rep_SCC - Data.Graph.Rep1_SCC - GHC.Data.Graph.Directed.Edge Warning: GHC.Types.Basic: could not find link destinations for: - GHC.ForeignSrcLang.Type.Rep_ForeignSrcLang - GHC.Types.Basic.Int - GHC.Types.Basic.RulesOnly Warning: GHC.Platform: could not find link destinations for: - GHC.ByteOrder.Rep_ByteOrder Warning: GHC.Unit.Info: could not find link destinations for: - Data.Version.Rep_Version - GHC.IsList.D:R:ItemVersion - GHC.Unit.Database.FilePathST Warning: GHC.Runtime.Heap.Layout: could not find link destinations for: - GHC.Runtime.Heap.Layout.SelectorOffset - GHC.Runtime.Heap.Layout.FunArity Warning: GHC.Types.Var: could not find link destinations for: - GHC.Hs.Type.pprTyVarBndr Warning: GHC.Utils.FV: could not find link destinations for: - GHC.Utils.FV.VarAcc Warning: GHC.Hs.Extension: could not find link destinations for: - GHC.Hs.Type.pprTyVarBndr - GHC.Hs.Expr.D:R:HsRecUpdParentGhcPass0 - GHC.Hs.Expr.D:R:HsRecUpdParentGhcPass2 - GHC.Hs.Expr.D:R:HsRecUpdParentGhcPass4 - GHC.Parser.PostProcess.D:R:BodyPatBuilder - GHC.Parser.PostProcess.D:R:InfixOpPatBuilder - GHC.Parser.PostProcess.D:R:FunArgPatBuilder - GHC.Parser.PostProcess.D:R:BodyHsExpr - GHC.Parser.PostProcess.D:R:InfixOpHsExpr - GHC.Parser.PostProcess.D:R:FunArgHsExpr - GHC.Parser.PostProcess.D:R:BodyHsCmd - GHC.Parser.PostProcess.D:R:InfixOpHsCmd - GHC.Parser.PostProcess.D:R:FunArgHsCmd Warning: GHC.Unit.Module.Warnings: could not find link destinations for: - GHC.Unit.Module.Warnings.Rep_WarningTxt Warning: GHC.Core.Opt.CallerCC.Types: could not find link destinations for: - GHC.Core.Opt.CallerCC.Types.Parser Warning: GHC.Core.Coercion.Axiom: could not find link destinations for: - GHC.Core.Coercion.Axiom.Branched - GHC.Core.Coercion.Axiom.Unbranched Warning: GHC.Core.TyCon: could not find link destinations for: - GHC.Core.TyCon.TyConDetails - GHC.Core.TyCon.algTcStupidTheta Warning: GHC.Core.TyCo.FVs: could not find link destinations for: - Data.Semigroup.Internal.Rep_Endo Warning: GHC.Core.Type: could not find link destinations for: - GHC.Core.Type.isBoxedRuntimeRep_maybe - GHC.Hs.Type.pprTyVarBndr Warning: GHC.Types.Tickish: could not find link destinations for: - GHC.Types.Tickish.XBreakpoint - GHC.Types.Tickish.TickishPass - GHC.Types.Tickish.TickishPassCore - GHC.Types.Tickish.TickishPassStg - GHC.Types.Tickish.TickishPassCmm Warning: GHC.Tc.Errors.Types.PromotionErr: could not find link destinations for: - GHC.Tc.Errors.Types.PromotionErr.Rep_TermLevelUseErr - GHC.Tc.Errors.Types.PromotionErr.Rep_PromotionErr Warning: GHC.Data.TrieMap: could not find link destinations for: - GHC.Data.TrieMap.D:R:KeyUniqDFM - GHC.Data.TrieMap.D:R:KeyMap - GHC.Data.TrieMap.D:R:KeyIntMap - GHC.Data.TrieMap.D:R:KeyMaybeMap - GHC.Data.TrieMap.D:R:KeyListMap - GHC.Data.TrieMap.D:R:KeyGenMap - GHC.Cmm.Dataflow.Label.D:R:KeyLabelMap - GHC.Core.Map.Type.D:R:KeyVarMap - GHC.Core.Map.Type.D:R:KeyBndrMap - GHC.Core.Map.Type.D:R:KeyLooseTypeMap - GHC.Core.Map.Type.D:R:KeyTypeMap - GHC.Core.Map.Expr.D:R:KeyCoreMap Warning: GHC.Cmm.Dataflow.Label: could not find link destinations for: - GHC.Cmm.Dataflow.Label.D:R:KeyLabelMap Warning: GHC.Cmm.Dataflow.Graph: could not find link destinations for: - GHC.Cmm.Dataflow.Graph.Body' Warning: GHC.Iface.Type: could not find link destinations for: - GHC.Iface.Type.IfaceTySubst Warning: GHC.Core.RoughMap: could not find link destinations for: - GHC.Core.RoughMap.rm_empty Warning: GHC.Core.Coercion: could not find link destinations for: - GHC.Core.Coercion.downgradeRole_maybe Warning: GHC.Core.Map.Type: could not find link destinations for: - GHC.Data.TrieMap.D:R:KeyUniqDFM - GHC.Data.TrieMap.D:R:KeyMap - GHC.Data.TrieMap.D:R:KeyIntMap - GHC.Data.TrieMap.D:R:KeyMaybeMap - GHC.Data.TrieMap.D:R:KeyListMap - GHC.Data.TrieMap.D:R:KeyGenMap - GHC.Cmm.Dataflow.Label.D:R:KeyLabelMap - GHC.Core.Map.Type.BoundVar - GHC.Core.Map.Type.TypeMapX - GHC.Core.Map.Type.CoercionMapX - GHC.Core.Map.Type.D:R:KeyVarMap - GHC.Core.Map.Type.D:R:KeyBndrMap - GHC.Core.Map.Type.D:R:KeyLooseTypeMap - GHC.Core.Map.Type.D:R:KeyTypeMap - GHC.Core.Map.Expr.D:R:KeyCoreMap Warning: Language.Haskell.Syntax.Type: could not find link destinations for: - GHC.Hs.Type.pprTyVarBndr Warning: Language.Haskell.Syntax.Expr: could not find link destinations for: - GHC.Parser.PostProcess.D:R:BodyHsExpr - GHC.Parser.PostProcess.D:R:InfixOpHsExpr - GHC.Parser.PostProcess.D:R:FunArgHsExpr - GHC.Parser.PostProcess.D:R:BodyHsCmd - GHC.Parser.PostProcess.D:R:InfixOpHsCmd - GHC.Parser.PostProcess.D:R:FunArgHsCmd Warning: GHC.Types.RepType: could not find link destinations for: - GHC.Types.RepType.SortedSlotTys Warning: GHC.Types.Demand: could not find link destinations for: - GHC.Types.Demand.Call - GHC.Types.Demand.D - GHC.Types.Demand.isCardNonAbs - GHC.Types.Demand.isCardNonOnce - GHC.Types.Demand.botSubDmd - GHC.Types.Demand.seqSubDmd - GHC.Types.Demand.viewCall - GHC.Types.Demand.exnDmdType Warning: GHC.Core: could not find link destinations for: - GHC.Core.collectValBinders Warning: GHC.Types.Id.Info: could not find link destinations for: - GHC.Types.Basic.RulesOnly Warning: GHC.Core.Map.Expr: could not find link destinations for: - GHC.Data.TrieMap.D:R:KeyUniqDFM - GHC.Data.TrieMap.D:R:KeyMap - GHC.Data.TrieMap.D:R:KeyIntMap - GHC.Data.TrieMap.D:R:KeyMaybeMap - GHC.Data.TrieMap.D:R:KeyListMap - GHC.Data.TrieMap.D:R:KeyGenMap - GHC.Cmm.Dataflow.Label.D:R:KeyLabelMap - GHC.Core.Map.Type.D:R:KeyVarMap - GHC.Core.Map.Type.D:R:KeyBndrMap - GHC.Core.Map.Type.D:R:KeyLooseTypeMap - GHC.Core.Map.Type.D:R:KeyTypeMap - GHC.Core.Map.Expr.D:R:KeyCoreMap Warning: GHC.Builtin.Types: could not find link destinations for: - GHC.Builtin.Types.unboxedTupleSumKind Warning: GHC.Core.Coercion.Opt: could not find link destinations for: - GHC.Core.Coercion.Opt.NormalCo Warning: GHC.Iface.Syntax: could not find link destinations for: - GHC.Iface.Syntax.IfUnfoldingCache Warning: GHC.Hs.Type: could not find link destinations for: - GHC.Hs.Type.pprTyVarBndr Warning: GHC.Core.FVs: could not find link destinations for: - GHC.Core.FVs.exprOrphNames Warning: GHC.Core.InstEnv: could not find link destinations for: - GHC.Core.InstEnv.Rep_LookupInstanceErrReason Warning: GHC.Hs.Pat: could not find link destinations for: - GHC.Hs.Pat.LPatIrrefutableCheck Warning: GHC.Parser.Types: could not find link destinations for: - GHC.Parser.PostProcess.D:R:BodyPatBuilder - GHC.Parser.PostProcess.D:R:InfixOpPatBuilder - GHC.Parser.PostProcess.D:R:FunArgPatBuilder Warning: GHC.Core.Utils: could not find link destinations for: - GHC.Types.Tickish.TickishPass Warning: GHC.Core.Opt.Arity: could not find link destinations for: - GHC.Core.Opt.Arity.SafeArityType Warning: GHC.Cmm.CLabel: could not find link destinations for: - GHC.Cmm.CLabel.IdLabelInfo - GHC.Cmm.CLabel.IdLabel - GHC.Cmm.CLabel.LocalBlockLabel - GHC.Cmm.CLabel.AsmTempLabel - GHC.Cmm.CLabel.AsmTempDerivedLabel Warning: GHC.Types.IPE: could not find link destinations for: - GHC.Types.IPE.InfoTableToSourceLocationMap Warning: Language.Haskell.TH.LanguageExtensions: could not find link destinations for: - GHC.LanguageExtensions.Type.Rep_Extension Warning: Language.Haskell.TH.Syntax: could not find link destinations for: - GHC.ForeignSrcLang.Type.Rep_ForeignSrcLang - Language.Haskell.TH.Syntax.Rep_DocLoc - Language.Haskell.TH.Syntax.Rep_Info - Language.Haskell.TH.Syntax.Rep_Dec - Language.Haskell.TH.Syntax.Rep_PatSynDir - Language.Haskell.TH.Syntax.Rep_Clause - Language.Haskell.TH.Syntax.Rep_Body - Language.Haskell.TH.Syntax.Rep_Guard - Language.Haskell.TH.Syntax.Rep_Stmt - Language.Haskell.TH.Syntax.Rep_Exp - Language.Haskell.TH.Syntax.Rep_Range - Language.Haskell.TH.Syntax.Rep_Match - Language.Haskell.TH.Syntax.Rep_Pat - Language.Haskell.TH.Syntax.Rep_Pragma - Language.Haskell.TH.Syntax.Rep_DerivClause - Language.Haskell.TH.Syntax.Rep_DerivStrategy - Language.Haskell.TH.Syntax.Rep_TySynEqn - Language.Haskell.TH.Syntax.Rep_Foreign - Language.Haskell.TH.Syntax.Rep_RuleBndr - Language.Haskell.TH.Syntax.Rep_Con - Language.Haskell.TH.Syntax.Rep_TypeFamilyHead - Language.Haskell.TH.Syntax.Rep_FamilyResultSig - Language.Haskell.TH.Syntax.Rep_Type - Language.Haskell.TH.Syntax.Rep_TyVarBndr - Language.Haskell.TH.Syntax.Rep_AnnLookup - Language.Haskell.TH.Syntax.Rep_Role - Language.Haskell.TH.Syntax.Rep_TyLit - Language.Haskell.TH.Syntax.Rep_InjectivityAnn - Language.Haskell.TH.Syntax.Rep_BndrVis - Language.Haskell.TH.Syntax.Rep_Specificity - Language.Haskell.TH.Syntax.Rep_PatSynArgs - Language.Haskell.TH.Syntax.Rep_Bang - Language.Haskell.TH.Syntax.Rep_DecidedStrictness - Language.Haskell.TH.Syntax.Rep_SourceStrictness - Language.Haskell.TH.Syntax.Rep_SourceUnpackedness - Language.Haskell.TH.Syntax.Rep_AnnTarget - Language.Haskell.TH.Syntax.Rep_Phases - Language.Haskell.TH.Syntax.Rep_RuleMatch - Language.Haskell.TH.Syntax.Rep_Inline - Language.Haskell.TH.Syntax.Rep_Safety - Language.Haskell.TH.Syntax.Rep_Callconv - Language.Haskell.TH.Syntax.Rep_FunDep - Language.Haskell.TH.Syntax.Rep_Overlap - Language.Haskell.TH.Syntax.Rep_NamespaceSpecifier - Language.Haskell.TH.Syntax.Rep_Lit - Language.Haskell.TH.Syntax.Rep_Bytes - Language.Haskell.TH.Syntax.Rep_Fixity - Language.Haskell.TH.Syntax.Rep_FixityDirection - Language.Haskell.TH.Syntax.Rep_ModuleInfo - Language.Haskell.TH.Syntax.Rep_Loc - Language.Haskell.TH.Syntax.Rep_Name - Language.Haskell.TH.Syntax.Rep_NameFlavour - Language.Haskell.TH.Syntax.Rep_NameSpace - Language.Haskell.TH.Syntax.Rep_OccName - Language.Haskell.TH.Syntax.Rep_Module - Language.Haskell.TH.Syntax.Rep_PkgName - Language.Haskell.TH.Syntax.Rep_ModName Warning: Language.Haskell.TH.Lib: could not find link destinations for: - Language.Haskell.TH.Syntax.Rep_DerivClause - Language.Haskell.TH.Syntax.Rep_DerivStrategy - Language.Haskell.TH.Syntax.Rep_Overlap Warning: Language.Haskell.TH: could not find link destinations for: - GHC.LanguageExtensions.Type.Rep_Extension - Language.Haskell.TH.Syntax.Rep_DocLoc - Language.Haskell.TH.Syntax.Rep_Info - Language.Haskell.TH.Syntax.Rep_Dec - Language.Haskell.TH.Syntax.Rep_PatSynDir - Language.Haskell.TH.Syntax.Rep_Clause - Language.Haskell.TH.Syntax.Rep_Body - Language.Haskell.TH.Syntax.Rep_Guard - Language.Haskell.TH.Syntax.Rep_Stmt - Language.Haskell.TH.Syntax.Rep_Exp - Language.Haskell.TH.Syntax.Rep_Range - Language.Haskell.TH.Syntax.Rep_Match - Language.Haskell.TH.Syntax.Rep_Pat - Language.Haskell.TH.Syntax.Rep_Pragma - Language.Haskell.TH.Syntax.Rep_TySynEqn - Language.Haskell.TH.Syntax.Rep_Foreign - Language.Haskell.TH.Syntax.Rep_RuleBndr - Language.Haskell.TH.Syntax.Rep_Con - Language.Haskell.TH.Syntax.Rep_TypeFamilyHead - Language.Haskell.TH.Syntax.Rep_FamilyResultSig - Language.Haskell.TH.Syntax.Rep_Type - Language.Haskell.TH.Syntax.Rep_TyVarBndr - Language.Haskell.TH.Syntax.Rep_AnnLookup - Language.Haskell.TH.Syntax.Rep_Role - Language.Haskell.TH.Syntax.Rep_TyLit - Language.Haskell.TH.Syntax.Rep_InjectivityAnn - Language.Haskell.TH.Syntax.Rep_BndrVis - Language.Haskell.TH.Syntax.Rep_Specificity - Language.Haskell.TH.Syntax.Rep_PatSynArgs - Language.Haskell.TH.Syntax.Rep_Bang - Language.Haskell.TH.Syntax.Rep_DecidedStrictness - Language.Haskell.TH.Syntax.Rep_SourceStrictness - Language.Haskell.TH.Syntax.Rep_SourceUnpackedness - Language.Haskell.TH.Syntax.Rep_AnnTarget - Language.Haskell.TH.Syntax.Rep_Phases - Language.Haskell.TH.Syntax.Rep_RuleMatch - Language.Haskell.TH.Syntax.Rep_Inline - Language.Haskell.TH.Syntax.Rep_Safety - Language.Haskell.TH.Syntax.Rep_Callconv - Language.Haskell.TH.Syntax.Rep_FunDep - Language.Haskell.TH.Syntax.Rep_NamespaceSpecifier - Language.Haskell.TH.Syntax.Rep_Lit - Language.Haskell.TH.Syntax.Rep_Fixity - Language.Haskell.TH.Syntax.Rep_FixityDirection - Language.Haskell.TH.Syntax.Rep_ModuleInfo - Language.Haskell.TH.Syntax.Rep_Loc - Language.Haskell.TH.Syntax.Rep_Name - Language.Haskell.TH.Syntax.Rep_NameSpace Warning: GHC.Hs.Expr: could not find link destinations for: - GHC.Hs.Expr.D:R:HsRecUpdParentGhcPass0 - GHC.Hs.Expr.D:R:HsRecUpdParentGhcPass2 - GHC.Hs.Expr.D:R:HsRecUpdParentGhcPass4 Warning: GHC.Types.Error: could not find link destinations for: - GHC.Utils.Outputable.D:R:LineSDoc - GHC.Types.Error.D:R:DiagnosticOptsDiagnosticMessage - GHC.Types.Error.D:R:DiagnosticOptsUnknownDiagnostic - GHC.Parser.Errors.Ppr.D:R:DiagnosticOptsPsMessage - GHC.Iface.Errors.Ppr.D:R:DiagnosticOptsIfaceMessage - GHC.Tc.Errors.Ppr.D:R:DiagnosticOptsTcRnMessage - GHC.HsToCore.Errors.Ppr.D:R:DiagnosticOptsDsMessage - GHC.Driver.Errors.Ppr.D:R:DiagnosticOptsDriverMessage - GHC.Driver.Errors.Ppr.D:R:DiagnosticOptsGhcMessage Warning: GHC.Utils.Logger: could not find link destinations for: - GHC.Utils.Logger.DumpCache Warning: GHC.Utils.Error: could not find link destinations for: - GHC.Utils.Outputable.D:R:LineSDoc - GHC.Types.Error.D:R:DiagnosticOptsDiagnosticMessage - GHC.Types.Error.D:R:DiagnosticOptsUnknownDiagnostic - GHC.Parser.Errors.Ppr.D:R:DiagnosticOptsPsMessage - GHC.Iface.Errors.Ppr.D:R:DiagnosticOptsIfaceMessage - GHC.Tc.Errors.Ppr.D:R:DiagnosticOptsTcRnMessage - GHC.HsToCore.Errors.Ppr.D:R:DiagnosticOptsDsMessage - GHC.Driver.Errors.Ppr.D:R:DiagnosticOptsDriverMessage - GHC.Driver.Errors.Ppr.D:R:DiagnosticOptsGhcMessage Warning: GHC.StgToJS.Object: could not find link destinations for: - GHC.StgToJS.Object.Index Warning: GHC.Cmm.Node: could not find link destinations for: - GHC.Types.Tickish.TickishPassCmm Warning: GHC.Cmm: could not find link destinations for: - GHC.Runtime.Heap.Layout.SelectorOffset - GHC.Runtime.Heap.Layout.FunArity - GHC.Cmm.GenCmmDataDecl Warning: GHC.Unit.State: could not find link destinations for: - GHC.Unit.State.ModuleNameProvidersMap - GHC.Unit.State.UnitConfig Warning: GHC.Unit.Finder.Types: could not find link destinations for: - GHC.Unit.Finder.Types.FileCacheState Warning: GHC.Iface.Errors.Types: could not find link destinations for: - GHC.Iface.Errors.Types.Rep_IfaceMessage - GHC.Iface.Errors.Types.Rep_MissingInterfaceError - GHC.Iface.Errors.Types.Rep_CantFindInstalled - GHC.Iface.Errors.Types.Rep_CantFindInstalledReason - GHC.Iface.Errors.Types.Rep_ReadInterfaceError - GHC.Iface.Errors.Ppr.D:R:DiagnosticOptsIfaceMessage Warning: GHC.Hs.Utils: could not find link destinations for: - GHC.Hs.Utils.AnnoBody Warning: GHC.Unit.Module.ModIface: could not find link destinations for: - GHC.Unit.Module.ModIface.ModIfacePhase - GHC.Unit.Module.ModIface.ModIfaceCore - GHC.Unit.Module.ModIface.ModIfaceFinal Warning: GHC.Tc.Types.Origin: could not find link destinations for: - GHC.Tc.Types.Origin.FlipPolarity - GHC.Tc.Types.Origin.ScDepth Warning: GHC.Tc.Solver.InertSet: could not find link destinations for: - GHC.Tc.Solver.InertSet.InertFunEqs Warning: GHC.HsToCore.Pmc.Solver.Types: could not find link destinations for: - GHC.HsToCore.Pmc.Solver.Types.eqPmLit - GHC.HsToCore.Pmc.Solver.Types.eqConLike Warning: GHC.Builtin.PrimOps.Ids: could not find link destinations for: - GHC.Builtin.PrimOps.Ids.primOpIds Warning: GHC.Parser.Errors.Types: could not find link destinations for: - GHC.Parser.Errors.Types.Rep_PsMessage - GHC.Parser.Errors.Types.Rep_PsHeaderMessage - GHC.Parser.Errors.Ppr.D:R:DiagnosticOptsPsMessage Warning: GHC.HsToCore.Errors.Types: could not find link destinations for: - GHC.HsToCore.Errors.Types.Rep_DsMessage - GHC.HsToCore.Errors.Ppr.D:R:DiagnosticOptsDsMessage Warning: GHCi.Message: could not find link destinations for: - GHCi.Message.Rep_THResultType - GHCi.Message.Rep_THResult - GHCi.Message.Rep_EvalStatus_ - GHCi.Message.Rep_EvalResult - GHCi.Message.Rep_SerializableException - GHCi.Message.Rep_EvalBreakpoint - GHCi.Message.Rep_EvalExpr - GHCi.Message.Rep_EvalOpts - GHCi.Message.Rep_QResult Warning: GHC.Core.Rules: could not find link destinations for: - GHC.Core.Rules.BindWrapper Warning: GHC.Unit.External: could not find link destinations for: - GHC.Unit.External.PackageAnnEnv Warning: GHC.Core.Opt.Simplify.Env: could not find link destinations for: - GHC.Core.Opt.Simplify.Env.SimplIdSubst Warning: GHC.Core.Opt.Simplify.Utils: could not find link destinations for: - GHC.Core.Opt.Simplify.Utils.contEvalContext Warning: GHC.Tc.Errors.Types: could not find link destinations for: - GHC.Tc.Errors.Types.PromotionErr.Rep_TermLevelUseErr - GHC.Tc.Errors.Types.PromotionErr.Rep_PromotionErr - GHC.Tc.Errors.Types.Rep_TcRnMessage - GHC.Tc.Errors.Types.Rep_TcRnMessageDetailed - GHC.Tc.Errors.Types.Rep_IllegalForeignTypeReason - GHC.Tc.Errors.Types.Rep_TypeCannotBeMarshaledReason - GHC.Tc.Errors.Types.Rep_THError - GHC.Tc.Errors.Types.Rep_THReifyError - GHC.Tc.Errors.Types.Rep_SpliceFailReason - GHC.Tc.Errors.Types.Rep_AddTopDeclsError - GHC.Tc.Errors.Types.Rep_RunSpliceFailReason - GHC.Tc.Errors.Types.Rep_ConversionFailReason - GHC.Tc.Errors.Types.Rep_TypedTHError - GHC.Tc.Errors.Types.Rep_THNameError - GHC.Tc.Errors.Types.Rep_THSyntaxError - GHC.Tc.Errors.Types.Rep_IllegalInstanceReason - GHC.Tc.Errors.Types.Rep_IllegalClassInstanceReason - GHC.Tc.Errors.Types.Rep_IllegalHasFieldInstance - GHC.Tc.Errors.Types.Rep_NonCanonicalDefinition - GHC.Tc.Errors.Types.Rep_UnusedImportReason - GHC.Tc.Errors.Types.Rep_DodgyImportsReason - GHC.Tc.Errors.Types.Rep_ImportLookupReason - GHC.Tc.Errors.Types.Rep_TypeApplication - GHC.Tc.Errors.Types.Rep_TyFamsDisabledReason - GHC.Tc.Errors.Types.Rep_DisabledClassExtension - GHC.Tc.Errors.Types.Rep_RoleValidationFailedReason - GHC.Tc.Errors.Types.Rep_BadFieldAnnotationReason - GHC.Tc.Errors.Types.Rep_PatSynInvalidRhsReason - GHC.Tc.Errors.Types.Rep_HsigShapeMismatchReason - GHC.Tc.Errors.Types.Rep_EmptyStatementGroupErrReason - GHC.Tc.Errors.Types.Rep_SolverReportWithCtxt - GHC.Tc.Errors.Types.Rep_TcSolverReportMsg - GHC.Tc.Errors.Types.Rep_CannotUnifyVariableReason - GHC.Tc.Errors.Types.Rep_NotInScopeError - GHC.Tc.Errors.Types.Rep_BadImportKind - GHC.Tc.Errors.Types.Rep_MismatchMsg - GHC.Tc.Errors.Types.Rep_WhenMatching - GHC.Tc.Errors.Types.Rep_BootMismatch - GHC.Tc.Errors.Types.Rep_BootMismatchWhat - GHC.Tc.Errors.Types.Rep_MissingBootThing - GHC.Tc.Errors.Types.Rep_DeriveInstanceErrReason - GHC.Tc.Errors.Types.Rep_IllegalFamilyInstanceReason - GHC.Tc.Errors.Types.Rep_InvalidAssoc - GHC.Tc.Errors.Types.Rep_InvalidAssocDefault - GHC.Tc.Errors.Types.Rep_AssocDefaultBadArgs - GHC.Tc.Errors.Types.Rep_InvalidAssocInstance - GHC.Tc.Errors.Types.Rep_IllegalInstanceHeadReason - GHC.Tc.Errors.Types.Rep_IllegalNewtypeReason - GHC.Tc.Errors.Types.Rep_BadRecordUpdateReason - GHC.Tc.Errors.Types.Rep_TypeDataForbids - GHC.Tc.Errors.Types.Rep_ZonkerMessage - GHC.Tc.Errors.Ppr.D:R:DiagnosticOptsTcRnMessage Warning: GHC.Driver.Errors.Types: could not find link destinations for: - GHC.Parser.Errors.Types.Rep_PsMessage - GHC.Driver.Errors.Types.Rep_DriverMessage - GHC.Driver.Errors.Types.Rep_GhcMessage - GHC.Parser.Errors.Ppr.D:R:DiagnosticOptsPsMessage - GHC.Driver.Errors.Ppr.D:R:DiagnosticOptsDriverMessage - GHC.Driver.Errors.Ppr.D:R:DiagnosticOptsGhcMessage Warning: GHC.Types.Error.Codes: could not find link destinations for: - GHC.Types.Error.Codes.GDiagnosticCodes - GHC.Types.Error.Codes.GDiagnosticCode - GHC.Types.Error.Codes.Outdated Warning: GHC.Parser.Errors.Ppr: could not find link destinations for: - GHC.Parser.Errors.Ppr.D:R:DiagnosticOptsPsMessage Warning: GHC.Parser.Lexer: could not find link destinations for: - GHC.Parser.Lexer.ExtsBitmap - GHC.Parser.Lexer.ALRLayout - GHC.Parser.Lexer.ALRContext - GHC.Parser.Lexer.LayoutContext Warning: GHC.Parser.PostProcess: could not find link destinations for: - GHC.Parser.PostProcess.AnnoBody - GHC.Parser.PostProcess.D:R:BodyPatBuilder - GHC.Parser.PostProcess.D:R:InfixOpPatBuilder - GHC.Parser.PostProcess.D:R:FunArgPatBuilder - GHC.Parser.PostProcess.D:R:BodyHsExpr - GHC.Parser.PostProcess.D:R:InfixOpHsExpr - GHC.Parser.PostProcess.D:R:FunArgHsExpr - GHC.Parser.PostProcess.D:R:BodyHsCmd - GHC.Parser.PostProcess.D:R:InfixOpHsCmd - GHC.Parser.PostProcess.D:R:FunArgHsCmd Warning: GHC.Parser: could not find link destinations for: - GHC.Parser.parseSignatureNoHaddock Warning: GHC.Iface.Errors.Ppr: could not find link destinations for: - GHC.Iface.Errors.Ppr.D:R:DiagnosticOptsIfaceMessage Warning: GHC.Tc.Errors.Ppr: could not find link destinations for: - GHC.Tc.Errors.Ppr.D:R:DiagnosticOptsTcRnMessage Warning: GHC.HsToCore.Errors.Ppr: could not find link destinations for: - GHC.HsToCore.Errors.Ppr.D:R:DiagnosticOptsDsMessage Warning: GHC.Driver.Errors.Ppr: could not find link destinations for: - GHC.Driver.Errors.Ppr.D:R:DiagnosticOptsDriverMessage - GHC.Driver.Errors.Ppr.D:R:DiagnosticOptsGhcMessage Warning: GHC.Driver.CmdLine: could not find link destinations for: - GHC.Driver.CmdLine.Warns - GHC.Driver.CmdLine.Errs Warning: GHC.Driver.Session: could not find link destinations for: - GHC.Driver.Session.DynP Warning: GHC.Tc.Types: could not find link destinations for: - GHC.ForeignSrcLang.Type.Rep_ForeignSrcLang - GHC.Tc.Errors.Types.PromotionErr.Rep_PromotionErr - GHC.Tc.Errors.Types.Rep_TcRnMessage - GHC.Tc.Errors.Ppr.D:R:DiagnosticOptsTcRnMessage Warning: GHC.Driver.Plugins: could not find link destinations for: - GHC.Driver.Plugins.ConstPluginOperation - GHC.Driver.Plugins.PluginOperation - GHC.Driver.Plugins.HoleFitPlugin Documentation created: dist/doc/html/ghc-lib-parser/, dist/doc/html/ghc-lib-parser/ghc-lib-parser.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ghc-lib-parser-9.10.3.20250912-6C2L2gckSwuJYr1toRYa9t Completed ghc-lib-parser-9.10.3.20250912 Configuring cmdargs-0.10.22... Preprocessing library for cmdargs-0.10.22.. Building library for cmdargs-0.10.22.. [ 1 of 25] Compiling Data.Generics.Any ( Data/Generics/Any.hs, dist/build/Data/Generics/Any.o, dist/build/Data/Generics/Any.dyn_o ) Data/Generics/Any.hs:21:22: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 21 | where y = init $ tail x | ^^^^ Data/Generics/Any.hs:102:32: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 102 | put $ tail cs | ^^^^ Data/Generics/Any.hs:103:45: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 103 | return $ fromAny $ head cs | ^^^^ [ 2 of 25] Compiling Data.Generics.Any.Prelude ( Data/Generics/Any/Prelude.hs, dist/build/Data/Generics/Any/Prelude.o, dist/build/Data/Generics/Any/Prelude.dyn_o ) [ 3 of 25] Compiling System.Console.CmdArgs.Annotate ( System/Console/CmdArgs/Annotate.hs, dist/build/System/Console/CmdArgs/Annotate.o, dist/build/System/Console/CmdArgs/Annotate.dyn_o ) System/Console/CmdArgs/Annotate.hs:81:22: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 81 | return $ head $ | ^^^^ System/Console/CmdArgs/Annotate.hs:148:14: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 148 | return $ head xs | ^^^^ [ 4 of 25] Compiling System.Console.CmdArgs.Default ( System/Console/CmdArgs/Default.hs, dist/build/System/Console/CmdArgs/Default.o, dist/build/System/Console/CmdArgs/Default.dyn_o ) [ 5 of 25] Compiling System.Console.CmdArgs.Explicit.ExpandArgsAt ( System/Console/CmdArgs/Explicit/ExpandArgsAt.hs, dist/build/System/Console/CmdArgs/Explicit/ExpandArgsAt.o, dist/build/System/Console/CmdArgs/Explicit/ExpandArgsAt.dyn_o ) [ 6 of 25] Compiling System.Console.CmdArgs.Explicit.SplitJoin ( System/Console/CmdArgs/Explicit/SplitJoin.hs, dist/build/System/Console/CmdArgs/Explicit/SplitJoin.o, dist/build/System/Console/CmdArgs/Explicit/SplitJoin.dyn_o ) [ 7 of 25] Compiling System.Console.CmdArgs.Explicit.Type ( System/Console/CmdArgs/Explicit/Type.hs, dist/build/System/Console/CmdArgs/Explicit/Type.o, dist/build/System/Console/CmdArgs/Explicit/Type.dyn_o ) [ 8 of 25] Compiling System.Console.CmdArgs.Explicit.Process ( System/Console/CmdArgs/Explicit/Process.hs, dist/build/System/Console/CmdArgs/Explicit/Process.o, dist/build/System/Console/CmdArgs/Explicit/Process.dyn_o ) System/Console/CmdArgs/Explicit/Process.hs:74:44: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 74 | | null b -> upd s{args=tail ys} $ flagValue flag $ head ys | ^^^^ System/Console/CmdArgs/Explicit/Process.hs:74:72: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 74 | | null b -> upd s{args=tail ys} $ flagValue flag $ head ys | ^^^^ System/Console/CmdArgs/Explicit/Process.hs:75:61: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 75 | | otherwise -> upd s $ flagValue flag $ tail b | ^^^^ System/Console/CmdArgs/Explicit/Process.hs:77:55: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 77 | | otherwise -> upd s $ flagValue flag $ tail b | ^^^^ System/Console/CmdArgs/Explicit/Process.hs:91:46: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 91 | | null xs -> upd s_{args=tail ys} $ flagValue flag $ head ys | ^^^^ System/Console/CmdArgs/Explicit/Process.hs:91:74: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 91 | | null xs -> upd s_{args=tail ys} $ flagValue flag $ head ys | ^^^^ System/Console/CmdArgs/Explicit/Process.hs:92:99: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 92 | | otherwise -> upd s_{args=ys} $ flagValue flag $ if "=" `isPrefixOf` xs then tail xs else xs | ^^^^ System/Console/CmdArgs/Explicit/Process.hs:94:101: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 94 | | otherwise -> upd s_{args=ys} $ flagValue flag $ if "=" `isPrefixOf` xs then tail xs else xs | ^^^^ System/Console/CmdArgs/Explicit/Process.hs:95:87: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 95 | FlagOptRare x | "=" `isPrefixOf` xs -> upd s_{args=ys} $ flagValue flag $ tail xs | ^^^^ System/Console/CmdArgs/Explicit/Process.hs:149:22: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 149 | match op = [(head ys,v) | (xs,v) <- names, let ys = filter (op value) xs, ys /= []] | ^^^^ [ 9 of 25] Compiling System.Console.CmdArgs.Explicit.Complete ( System/Console/CmdArgs/Explicit/Complete.hs, dist/build/System/Console/CmdArgs/Explicit/Complete.o, dist/build/System/Console/CmdArgs/Explicit/Complete.dyn_o ) System/Console/CmdArgs/Explicit/Complete.hs:52:15: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 52 | now = head $ next ++ [""] | ^^^^ [10 of 25] Compiling System.Console.CmdArgs.Helper ( System/Console/CmdArgs/Helper.hs, dist/build/System/Console/CmdArgs/Helper.o, dist/build/System/Console/CmdArgs/Helper.dyn_o ) [11 of 25] Compiling System.Console.CmdArgs.Implicit.Ann ( System/Console/CmdArgs/Implicit/Ann.hs, dist/build/System/Console/CmdArgs/Implicit/Ann.o, dist/build/System/Console/CmdArgs/Implicit/Ann.dyn_o ) [12 of 25] Compiling System.Console.CmdArgs.Implicit.UI ( System/Console/CmdArgs/Implicit/UI.hs, dist/build/System/Console/CmdArgs/Implicit/UI.o, dist/build/System/Console/CmdArgs/Implicit/UI.dyn_o ) [13 of 25] Compiling System.Console.CmdArgs.Text ( System/Console/CmdArgs/Text.hs, dist/build/System/Console/CmdArgs/Text.o, dist/build/System/Console/CmdArgs/Text.dyn_o ) System/Console/CmdArgs/Text.hs:91:32: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 91 | cs = map (\x -> (fst $ head x, map maximum $ transpose $ map snd x)) $ | ^^^^ [14 of 25] Compiling System.Console.CmdArgs.Explicit.Help ( System/Console/CmdArgs/Explicit/Help.hs, dist/build/System/Console/CmdArgs/Explicit/Help.o, dist/build/System/Console/CmdArgs/Explicit/Help.dyn_o ) System/Console/CmdArgs/Explicit/Help.hs:83:59: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 83 | helpText pre HelpFormatBash x = map Line $ completeBash $ head $ modeNames x ++ ["unknown"] | ^^^^ System/Console/CmdArgs/Explicit/Help.hs:84:57: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 84 | helpText pre HelpFormatZsh x = map Line $ completeZsh $ head $ modeNames x ++ ["unknown"] | ^^^^ System/Console/CmdArgs/Explicit/Help.hs:154:46: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 154 | add x y = if null x then x else (head x ++ y) : tail x | ^^^^ System/Console/CmdArgs/Explicit/Help.hs:154:61: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 154 | add x y = if null x then x else (head x ++ y) : tail x | ^^^^ [15 of 25] Compiling System.Console.CmdArgs.Verbosity ( System/Console/CmdArgs/Verbosity.hs, dist/build/System/Console/CmdArgs/Verbosity.o, dist/build/System/Console/CmdArgs/Verbosity.dyn_o ) [16 of 25] Compiling System.Console.CmdArgs.Implicit.Type ( System/Console/CmdArgs/Implicit/Type.hs, dist/build/System/Console/CmdArgs/Implicit/Type.o, dist/build/System/Console/CmdArgs/Implicit/Type.dyn_o ) [17 of 25] Compiling System.Console.CmdArgs.Explicit ( System/Console/CmdArgs/Explicit.hs, dist/build/System/Console/CmdArgs/Explicit.o, dist/build/System/Console/CmdArgs/Explicit.dyn_o ) System/Console/CmdArgs/Explicit.hs:112:79: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 112 | let var = mplus (lookup ("CMDARGS_HELPER_" ++ show (map toUpper $ head $ modeNames m ++ [nam])) env) | ^^^^ [18 of 25] Compiling System.Console.CmdArgs.Implicit.Reader ( System/Console/CmdArgs/Implicit/Reader.hs, dist/build/System/Console/CmdArgs/Implicit/Reader.o, dist/build/System/Console/CmdArgs/Implicit/Reader.dyn_o ) System/Console/CmdArgs/Implicit/Reader.hs:35:16: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 35 | let down = head . children | ^^^^ System/Console/CmdArgs/Implicit/Reader.hs:82:42: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 82 | | otherwise = Right $ snd $ head ys | ^^^^ System/Console/CmdArgs/Implicit/Reader.hs:92:67: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 92 | if n == 1 then fmap (recompose x . return) $ readerRead_ (head $ filter ((==) 1 . readerParts) rs) s | ^^^^ [19 of 25] Compiling System.Console.CmdArgs.Implicit.Local ( System/Console/CmdArgs/Implicit/Local.hs, dist/build/System/Console/CmdArgs/Implicit/Local.o, dist/build/System/Console/CmdArgs/Implicit/Local.dyn_o ) System/Console/CmdArgs/Implicit/Local.hs:120:58: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 120 | where prog = map toLower $ typeShell $ fromCapture $ head xs | ^^^^ System/Console/CmdArgs/Implicit/Local.hs:220:24: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 220 | flagAnn a x = errFlag (head $ words $ show x) $ show a | ^^^^ [20 of 25] Compiling System.Console.CmdArgs.Implicit.Reform ( System/Console/CmdArgs/Implicit/Reform.hs, dist/build/System/Console/CmdArgs/Implicit/Reform.o, dist/build/System/Console/CmdArgs/Implicit/Reform.dyn_o ) [21 of 25] Compiling System.Console.CmdArgs.Implicit.Global ( System/Console/CmdArgs/Implicit/Global.hs, dist/build/System/Console/CmdArgs/Implicit/Global.o, dist/build/System/Console/CmdArgs/Implicit/Global.dyn_o ) System/Console/CmdArgs/Implicit/Global.hs:35:38: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 35 | collapse x | length ms == 1 = (snd $ head ms){modeNames=[progProgram x]} | ^^^^ System/Console/CmdArgs/Implicit/Global.hs:37:27: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 37 | | otherwise = (head $ map zeroMode auto ++ map (emptyMode . snd) ms) | ^^^^ System/Console/CmdArgs/Implicit/Global.hs:143:19: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 143 | com = map head $ filter ((== length (progModes p)) . length) $ group $ sort | ^^^^ System/Console/CmdArgs/Implicit/Global.hs:193:74: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 193 | mapModes1 f pre m = m{modeGroupModes = fmap (mapModes0 f (pre ++ head (modeNames m) ++ " ")) $ modeGroupModes m} | ^^^^ System/Console/CmdArgs/Implicit/Global.hs:204:68: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 204 | f flg = if concatMap flagNames hlp == flagNames flg then head hlp else flg | ^^^^ System/Console/CmdArgs/Implicit/Global.hs:218:65: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 218 | toMode xs x = x{modeMode = (modeMode x){modeNames=["["++head xs++"]" | modeDefault x] ++ xs}} | ^^^^ [22 of 25] Compiling System.Console.CmdArgs.Implicit ( System/Console/CmdArgs/Implicit.hs, dist/build/System/Console/CmdArgs/Implicit.o, dist/build/System/Console/CmdArgs/Implicit.dyn_o ) [23 of 25] Compiling System.Console.CmdArgs.Quote ( System/Console/CmdArgs/Quote.hs, dist/build/System/Console/CmdArgs/Quote.o, dist/build/System/Console/CmdArgs/Quote.dyn_o ) [24 of 25] Compiling System.Console.CmdArgs ( System/Console/CmdArgs.hs, dist/build/System/Console/CmdArgs.o, dist/build/System/Console/CmdArgs.dyn_o ) [25 of 25] Compiling System.Console.CmdArgs.GetOpt ( System/Console/CmdArgs/GetOpt.hs, dist/build/System/Console/CmdArgs/GetOpt.o, dist/build/System/Console/CmdArgs/GetOpt.dyn_o ) Preprocessing library for cmdargs-0.10.22.. Running Haddock on library for cmdargs-0.10.22.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 25] Compiling Data.Generics.Any ( Data/Generics/Any.hs, /tmp/ghc254271_0/ghc_4.o, /tmp/ghc254271_0/ghc_4.dyn_o ) Data/Generics/Any.hs:21:22: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 21 | where y = init $ tail x | ^^^^ Data/Generics/Any.hs:102:32: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 102 | put $ tail cs | ^^^^ Data/Generics/Any.hs:103:45: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 103 | return $ fromAny $ head cs | ^^^^ [ 2 of 25] Compiling Data.Generics.Any.Prelude ( Data/Generics/Any/Prelude.hs, /tmp/ghc254271_0/ghc_6.o, /tmp/ghc254271_0/ghc_6.dyn_o ) [ 3 of 25] Compiling System.Console.CmdArgs.Annotate ( System/Console/CmdArgs/Annotate.hs, /tmp/ghc254271_0/ghc_8.o, /tmp/ghc254271_0/ghc_8.dyn_o ) System/Console/CmdArgs/Annotate.hs:81:22: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 81 | return $ head $ | ^^^^ System/Console/CmdArgs/Annotate.hs:148:14: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 148 | return $ head xs | ^^^^ [ 4 of 25] Compiling System.Console.CmdArgs.Default ( System/Console/CmdArgs/Default.hs, /tmp/ghc254271_0/ghc_10.o, /tmp/ghc254271_0/ghc_10.dyn_o ) [ 5 of 25] Compiling System.Console.CmdArgs.Explicit.ExpandArgsAt ( System/Console/CmdArgs/Explicit/ExpandArgsAt.hs, /tmp/ghc254271_0/ghc_16.o, /tmp/ghc254271_0/ghc_16.dyn_o ) [ 6 of 25] Compiling System.Console.CmdArgs.Explicit.SplitJoin ( System/Console/CmdArgs/Explicit/SplitJoin.hs, /tmp/ghc254271_0/ghc_22.o, /tmp/ghc254271_0/ghc_22.dyn_o ) [ 7 of 25] Compiling System.Console.CmdArgs.Explicit.Type ( System/Console/CmdArgs/Explicit/Type.hs, /tmp/ghc254271_0/ghc_24.o, /tmp/ghc254271_0/ghc_24.dyn_o ) [ 8 of 25] Compiling System.Console.CmdArgs.Explicit.Process ( System/Console/CmdArgs/Explicit/Process.hs, /tmp/ghc254271_0/ghc_20.o, /tmp/ghc254271_0/ghc_20.dyn_o ) System/Console/CmdArgs/Explicit/Process.hs:74:44: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 74 | | null b -> upd s{args=tail ys} $ flagValue flag $ head ys | ^^^^ System/Console/CmdArgs/Explicit/Process.hs:74:72: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 74 | | null b -> upd s{args=tail ys} $ flagValue flag $ head ys | ^^^^ System/Console/CmdArgs/Explicit/Process.hs:75:61: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 75 | | otherwise -> upd s $ flagValue flag $ tail b | ^^^^ System/Console/CmdArgs/Explicit/Process.hs:77:55: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 77 | | otherwise -> upd s $ flagValue flag $ tail b | ^^^^ System/Console/CmdArgs/Explicit/Process.hs:91:46: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 91 | | null xs -> upd s_{args=tail ys} $ flagValue flag $ head ys | ^^^^ System/Console/CmdArgs/Explicit/Process.hs:91:74: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 91 | | null xs -> upd s_{args=tail ys} $ flagValue flag $ head ys | ^^^^ System/Console/CmdArgs/Explicit/Process.hs:92:99: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 92 | | otherwise -> upd s_{args=ys} $ flagValue flag $ if "=" `isPrefixOf` xs then tail xs else xs | ^^^^ System/Console/CmdArgs/Explicit/Process.hs:94:101: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 94 | | otherwise -> upd s_{args=ys} $ flagValue flag $ if "=" `isPrefixOf` xs then tail xs else xs | ^^^^ System/Console/CmdArgs/Explicit/Process.hs:95:87: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 95 | FlagOptRare x | "=" `isPrefixOf` xs -> upd s_{args=ys} $ flagValue flag $ tail xs | ^^^^ System/Console/CmdArgs/Explicit/Process.hs:149:22: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 149 | match op = [(head ys,v) | (xs,v) <- names, let ys = filter (op value) xs, ys /= []] | ^^^^ [ 9 of 25] Compiling System.Console.CmdArgs.Explicit.Complete ( System/Console/CmdArgs/Explicit/Complete.hs, /tmp/ghc254271_0/ghc_14.o, /tmp/ghc254271_0/ghc_14.dyn_o ) System/Console/CmdArgs/Explicit/Complete.hs:52:15: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 52 | now = head $ next ++ [""] | ^^^^ [10 of 25] Compiling System.Console.CmdArgs.Helper ( System/Console/CmdArgs/Helper.hs, /tmp/ghc254271_0/ghc_26.o, /tmp/ghc254271_0/ghc_26.dyn_o ) [11 of 25] Compiling System.Console.CmdArgs.Implicit.Ann ( System/Console/CmdArgs/Implicit/Ann.hs, /tmp/ghc254271_0/ghc_30.o, /tmp/ghc254271_0/ghc_30.dyn_o ) [12 of 25] Compiling System.Console.CmdArgs.Implicit.UI ( System/Console/CmdArgs/Implicit/UI.hs, /tmp/ghc254271_0/ghc_42.o, /tmp/ghc254271_0/ghc_42.dyn_o ) [13 of 25] Compiling System.Console.CmdArgs.Text ( System/Console/CmdArgs/Text.hs, /tmp/ghc254271_0/ghc_44.o, /tmp/ghc254271_0/ghc_44.dyn_o ) System/Console/CmdArgs/Text.hs:91:32: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 91 | cs = map (\x -> (fst $ head x, map maximum $ transpose $ map snd x)) $ | ^^^^ [14 of 25] Compiling System.Console.CmdArgs.Explicit.Help ( System/Console/CmdArgs/Explicit/Help.hs, /tmp/ghc254271_0/ghc_18.o, /tmp/ghc254271_0/ghc_18.dyn_o ) System/Console/CmdArgs/Explicit/Help.hs:83:59: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 83 | helpText pre HelpFormatBash x = map Line $ completeBash $ head $ modeNames x ++ ["unknown"] | ^^^^ System/Console/CmdArgs/Explicit/Help.hs:84:57: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 84 | helpText pre HelpFormatZsh x = map Line $ completeZsh $ head $ modeNames x ++ ["unknown"] | ^^^^ System/Console/CmdArgs/Explicit/Help.hs:154:46: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 154 | add x y = if null x then x else (head x ++ y) : tail x | ^^^^ System/Console/CmdArgs/Explicit/Help.hs:154:61: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 154 | add x y = if null x then x else (head x ++ y) : tail x | ^^^^ [15 of 25] Compiling System.Console.CmdArgs.Verbosity ( System/Console/CmdArgs/Verbosity.hs, /tmp/ghc254271_0/ghc_46.o, /tmp/ghc254271_0/ghc_46.dyn_o ) [16 of 25] Compiling System.Console.CmdArgs.Implicit.Type ( System/Console/CmdArgs/Implicit/Type.hs, /tmp/ghc254271_0/ghc_40.o, /tmp/ghc254271_0/ghc_40.dyn_o ) [17 of 25] Compiling System.Console.CmdArgs.Explicit ( System/Console/CmdArgs/Explicit.hs, /tmp/ghc254271_0/ghc_12.o, /tmp/ghc254271_0/ghc_12.dyn_o ) System/Console/CmdArgs/Explicit.hs:112:79: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 112 | let var = mplus (lookup ("CMDARGS_HELPER_" ++ show (map toUpper $ head $ modeNames m ++ [nam])) env) | ^^^^ [18 of 25] Compiling System.Console.CmdArgs.Implicit.Reader ( System/Console/CmdArgs/Implicit/Reader.hs, /tmp/ghc254271_0/ghc_36.o, /tmp/ghc254271_0/ghc_36.dyn_o ) System/Console/CmdArgs/Implicit/Reader.hs:35:16: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 35 | let down = head . children | ^^^^ System/Console/CmdArgs/Implicit/Reader.hs:82:42: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 82 | | otherwise = Right $ snd $ head ys | ^^^^ System/Console/CmdArgs/Implicit/Reader.hs:92:67: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 92 | if n == 1 then fmap (recompose x . return) $ readerRead_ (head $ filter ((==) 1 . readerParts) rs) s | ^^^^ [19 of 25] Compiling System.Console.CmdArgs.Implicit.Local ( System/Console/CmdArgs/Implicit/Local.hs, /tmp/ghc254271_0/ghc_34.o, /tmp/ghc254271_0/ghc_34.dyn_o ) System/Console/CmdArgs/Implicit/Local.hs:120:58: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 120 | where prog = map toLower $ typeShell $ fromCapture $ head xs | ^^^^ System/Console/CmdArgs/Implicit/Local.hs:220:24: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 220 | flagAnn a x = errFlag (head $ words $ show x) $ show a | ^^^^ [20 of 25] Compiling System.Console.CmdArgs.Implicit.Reform ( System/Console/CmdArgs/Implicit/Reform.hs, /tmp/ghc254271_0/ghc_38.o, /tmp/ghc254271_0/ghc_38.dyn_o ) [21 of 25] Compiling System.Console.CmdArgs.Implicit.Global ( System/Console/CmdArgs/Implicit/Global.hs, /tmp/ghc254271_0/ghc_32.o, /tmp/ghc254271_0/ghc_32.dyn_o ) System/Console/CmdArgs/Implicit/Global.hs:35:38: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 35 | collapse x | length ms == 1 = (snd $ head ms){modeNames=[progProgram x]} | ^^^^ System/Console/CmdArgs/Implicit/Global.hs:37:27: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 37 | | otherwise = (head $ map zeroMode auto ++ map (emptyMode . snd) ms) | ^^^^ System/Console/CmdArgs/Implicit/Global.hs:143:19: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 143 | com = map head $ filter ((== length (progModes p)) . length) $ group $ sort | ^^^^ System/Console/CmdArgs/Implicit/Global.hs:193:74: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 193 | mapModes1 f pre m = m{modeGroupModes = fmap (mapModes0 f (pre ++ head (modeNames m) ++ " ")) $ modeGroupModes m} | ^^^^ System/Console/CmdArgs/Implicit/Global.hs:204:68: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 204 | f flg = if concatMap flagNames hlp == flagNames flg then head hlp else flg | ^^^^ System/Console/CmdArgs/Implicit/Global.hs:218:65: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 218 | toMode xs x = x{modeMode = (modeMode x){modeNames=["["++head xs++"]" | modeDefault x] ++ xs}} | ^^^^ [22 of 25] Compiling System.Console.CmdArgs.Implicit ( System/Console/CmdArgs/Implicit.hs, /tmp/ghc254271_0/ghc_28.o, /tmp/ghc254271_0/ghc_28.dyn_o ) [23 of 25] Compiling System.Console.CmdArgs.Quote ( System/Console/CmdArgs/Quote.hs, nothing ) [24 of 25] Compiling System.Console.CmdArgs ( System/Console/CmdArgs.hs, nothing ) [25 of 25] Compiling System.Console.CmdArgs.GetOpt ( System/Console/CmdArgs/GetOpt.hs, nothing ) Haddock coverage: Warning: 'RecConError' is ambiguous. It is defined * in Control.Exception.Base * in Control.Exception.Base 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 Control.Exception.Base 100% ( 17 / 17) in 'System.Console.CmdArgs.Annotate' 100% ( 2 / 2) in 'System.Console.CmdArgs.Default' Warning: 'getArgs' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Mode' is ambiguous. It is defined * at System/Console/CmdArgs/Explicit/Type.hs:81:15 * at System/Console/CmdArgs/Explicit/Type.hs:81: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 System/Console/CmdArgs/Explicit/Type.hs:81:1 Warning: 'helpText' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'expandArgsAt' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Mode' is ambiguous. It is defined * at System/Console/CmdArgs/Explicit/Type.hs:81:15 * at System/Console/CmdArgs/Explicit/Type.hs:81: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 System/Console/CmdArgs/Explicit/Type.hs:81:1 100% ( 8 / 8) in 'System.Console.CmdArgs.Helper' Warning: 'flag' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 5 / 5) in 'System.Console.CmdArgs.Text' 100% ( 8 / 8) in 'System.Console.CmdArgs.Verbosity' Warning: 'Mode' is ambiguous. It is defined * at System/Console/CmdArgs/Explicit/Type.hs:81:15 * at System/Console/CmdArgs/Explicit/Type.hs:81: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 System/Console/CmdArgs/Explicit/Type.hs:81:1 Warning: 'Group' is ambiguous. It is defined * at System/Console/CmdArgs/Explicit/Type.hs:42:16 * at System/Console/CmdArgs/Explicit/Type.hs:42: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 System/Console/CmdArgs/Explicit/Type.hs:42:1 100% ( 48 / 48) in 'System.Console.CmdArgs.Explicit' Warning: 'process' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'CmdArgs' is ambiguous. It is defined * at System/Console/CmdArgs/Implicit/Type.hs:19:18 * at System/Console/CmdArgs/Implicit/Type.hs:19: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 System/Console/CmdArgs/Implicit/Type.hs:19:1 100% ( 50 / 50) in 'System.Console.CmdArgs.Implicit' 100% ( 9 / 9) in 'System.Console.CmdArgs.Quote' 100% ( 2 / 2) in 'System.Console.CmdArgs' Warning: 'Mode' is ambiguous. It is defined * at System/Console/CmdArgs/Explicit/Type.hs:81:15 * at System/Console/CmdArgs/Explicit/Type.hs:81: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 System/Console/CmdArgs/Explicit/Type.hs:81:1 100% ( 8 / 8) in 'System.Console.CmdArgs.GetOpt' Warning: System.Console.CmdArgs.Implicit: could not find link destinations for: - System.Console.CmdArgs.Implicit.Type.CmdArgsPrivate Documentation created: dist/doc/html/cmdargs/, dist/doc/html/cmdargs/cmdargs.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/cmdargs-0.10.22-JOVBAeejdcHGe9CIZVbtvr Completed cmdargs-0.10.22 Configuring streaming-commons-0.2.3.1... Preprocessing library for streaming-commons-0.2.3.1.. Building library for streaming-commons-0.2.3.1.. [ 1 of 11] Compiling Data.Streaming.ByteString.Builder.Buffer ( Data/Streaming/ByteString/Builder/Buffer.hs, dist/build/Data/Streaming/ByteString/Builder/Buffer.o, dist/build/Data/Streaming/ByteString/Builder/Buffer.dyn_o ) [ 2 of 11] Compiling Data.Streaming.ByteString.Builder ( Data/Streaming/ByteString/Builder.hs, dist/build/Data/Streaming/ByteString/Builder.o, dist/build/Data/Streaming/ByteString/Builder.dyn_o ) [ 3 of 11] Compiling Data.Streaming.FileRead ( Data/Streaming/FileRead.hs, dist/build/Data/Streaming/FileRead.o, dist/build/Data/Streaming/FileRead.dyn_o ) [ 4 of 11] Compiling Data.Streaming.Filesystem ( Data/Streaming/Filesystem.hs, dist/build/Data/Streaming/Filesystem.o, dist/build/Data/Streaming/Filesystem.dyn_o ) [ 5 of 11] Compiling Data.Streaming.Network.Internal ( Data/Streaming/Network/Internal.hs, dist/build/Data/Streaming/Network/Internal.o, dist/build/Data/Streaming/Network/Internal.dyn_o ) [ 6 of 11] Compiling Data.Streaming.Network ( Data/Streaming/Network.hs, dist/build/Data/Streaming/Network.o, dist/build/Data/Streaming/Network.dyn_o ) [ 7 of 11] Compiling Data.Streaming.Process.Internal ( Data/Streaming/Process/Internal.hs, dist/build/Data/Streaming/Process/Internal.o, dist/build/Data/Streaming/Process/Internal.dyn_o ) [ 8 of 11] Compiling Data.Streaming.Process ( Data/Streaming/Process.hs, dist/build/Data/Streaming/Process.o, dist/build/Data/Streaming/Process.dyn_o ) [ 9 of 11] Compiling Data.Streaming.Text ( Data/Streaming/Text.hs, dist/build/Data/Streaming/Text.o, dist/build/Data/Streaming/Text.dyn_o ) [10 of 11] Compiling Data.Streaming.Zlib.Lowlevel ( Data/Streaming/Zlib/Lowlevel.hs, dist/build/Data/Streaming/Zlib/Lowlevel.o, dist/build/Data/Streaming/Zlib/Lowlevel.dyn_o ) Data/Streaming/Zlib/Lowlevel.hs:105:1: warning: [GHC-53633] [-Woverlapping-patterns] Pattern match is redundant In an equation for wbToInt: wbToInt _ = ... | 105 | wbToInt _ = 15 | ^^^^^^^^^^^^^^ [11 of 11] Compiling Data.Streaming.Zlib ( Data/Streaming/Zlib.hs, dist/build/Data/Streaming/Zlib.o, dist/build/Data/Streaming/Zlib.dyn_o ) Preprocessing library for streaming-commons-0.2.3.1.. Running Haddock on library for streaming-commons-0.2.3.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 11] Compiling Data.Streaming.ByteString.Builder.Buffer ( Data/Streaming/ByteString/Builder/Buffer.hs, nothing ) [ 2 of 11] Compiling Data.Streaming.ByteString.Builder ( Data/Streaming/ByteString/Builder.hs, nothing ) [ 3 of 11] Compiling Data.Streaming.FileRead ( Data/Streaming/FileRead.hs, nothing ) [ 4 of 11] Compiling Data.Streaming.Filesystem ( Data/Streaming/Filesystem.hs, nothing ) [ 5 of 11] Compiling Data.Streaming.Network.Internal ( Data/Streaming/Network/Internal.hs, nothing ) [ 6 of 11] Compiling Data.Streaming.Network ( Data/Streaming/Network.hs, nothing ) [ 7 of 11] Compiling Data.Streaming.Process.Internal ( Data/Streaming/Process/Internal.hs, nothing ) [ 8 of 11] Compiling Data.Streaming.Process ( Data/Streaming/Process.hs, nothing ) [ 9 of 11] Compiling Data.Streaming.Text ( Data/Streaming/Text.hs, nothing ) [10 of 11] Compiling Data.Streaming.Zlib.Lowlevel ( Data/Streaming/Zlib/Lowlevel.hs, nothing ) [11 of 11] Compiling Data.Streaming.Zlib ( Data/Streaming/Zlib.hs, nothing ) Haddock coverage: Warning: 'Builder' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 95% ( 19 / 20) in 'Data.Streaming.ByteString.Builder.Buffer' Missing documentation for: defaultStrategy (Data/Streaming/ByteString/Builder/Buffer.hs:199) Warning: 'toLazyByteStringWith' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 82% ( 23 / 28) in 'Data.Streaming.ByteString.Builder' Missing documentation for: BuilderRecv (Data/Streaming/ByteString/Builder.hs:75) BuilderFinish (Data/Streaming/ByteString/Builder.hs:77) newBuilderRecv (Data/Streaming/ByteString/Builder.hs:80) newByteStringBuilderRecv (Data/Streaming/ByteString/Builder.hs:84) defaultStrategy (Data/Streaming/ByteString/Builder/Buffer.hs:199) 20% ( 1 / 5) in 'Data.Streaming.FileRead' Missing documentation for: ReadHandle (Data/Streaming/FileRead.hs:26) openFile (Data/Streaming/FileRead.hs:29) closeFile (Data/Streaming/FileRead.hs:32) readChunk (Data/Streaming/FileRead.hs:35) 42% ( 3 / 7) in 'Data.Streaming.Filesystem' Missing documentation for: DirStream readDirStream (Data/Streaming/Filesystem.hs:67) FileType (Data/Streaming/Filesystem.hs:94) getFileType (Data/Streaming/Filesystem.hs:76) 88% ( 8 / 9) in 'Data.Streaming.Network.Internal' Missing documentation for: Module header Warning: 'maxListenQueue' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 68% ( 52 / 76) in 'Data.Streaming.Network' Missing documentation for: Module header message (Data/Streaming/Network.hs:453) HasPort (Data/Streaming/Network.hs:455) HasAfterBind (Data/Streaming/Network.hs:505) HasReadWrite (Data/Streaming/Network.hs:619) HasPath (Data/Streaming/Network.hs:486) setPort (Data/Streaming/Network.hs:466) setHost (Data/Streaming/Network.hs:469) setAfterBind (Data/Streaming/Network.hs:516) setNeedLocalAddr (Data/Streaming/Network.hs:500) setPath (Data/Streaming/Network.hs:497) getPort (Data/Streaming/Network.hs:463) getHost (Data/Streaming/Network.hs:472) getAfterBind (Data/Streaming/Network.hs:513) getNeedLocalAddr (Data/Streaming/Network.hs:503) getPath (Data/Streaming/Network.hs:494) appRead (Data/Streaming/Network.hs:630) appWrite (Data/Streaming/Network.hs:633) appSockAddr (Data/Streaming/Network.hs:604) appLocalAddr (Data/Streaming/Network.hs:601) unassignedPorts (Data/Streaming/Network.hs:213) safeRecv (Data/Streaming/Network.hs:319) ConnectionHandle (Data/Streaming/Network.hs:546) runTCPServerWithHandle (Data/Streaming/Network.hs:549) 75% ( 3 / 4) in 'Data.Streaming.Process.Internal' Missing documentation for: Module header Warning: 'UseProvidedHandle' is ambiguous. It is defined * at Data/Streaming/Process.hs:73:26 * at Data/Streaming/Process.hs:73: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/Streaming/Process.hs:73:1 Warning: 'ProcessExitedUnsuccessfully' is ambiguous. It is defined * at Data/Streaming/Process.hs:196:36 * at Data/Streaming/Process.hs:196: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/Streaming/Process.hs:196:1 100% ( 24 / 24) in 'Data.Streaming.Process' 90% ( 9 / 10) in 'Data.Streaming.Text' Missing documentation for: DecodeResult (Data/Streaming/Text.hs:91) 0% ( 0 / 21) in 'Data.Streaming.Zlib.Lowlevel' Missing documentation for: Module header ZStreamStruct (Data/Streaming/Zlib/Lowlevel.hs:31) ZStream' (Data/Streaming/Zlib/Lowlevel.hs:32) zstreamNew (Data/Streaming/Zlib/Lowlevel.hs:42) Strategy (Data/Streaming/Zlib/Lowlevel.hs:34) deflateInit2 (Data/Streaming/Zlib/Lowlevel.hs:50) inflateInit2 (Data/Streaming/Zlib/Lowlevel.hs:59) c_free_z_stream_inflate (Data/Streaming/Zlib/Lowlevel.hs:61) c_free_z_stream_deflate (Data/Streaming/Zlib/Lowlevel.hs:64) c_set_avail_in (Data/Streaming/Zlib/Lowlevel.hs:67) c_set_avail_out (Data/Streaming/Zlib/Lowlevel.hs:70) c_get_avail_out (Data/Streaming/Zlib/Lowlevel.hs:73) c_get_avail_in (Data/Streaming/Zlib/Lowlevel.hs:76) c_get_next_in (Data/Streaming/Zlib/Lowlevel.hs:79) c_call_inflate_noflush (Data/Streaming/Zlib/Lowlevel.hs:82) c_call_deflate_noflush (Data/Streaming/Zlib/Lowlevel.hs:85) c_call_deflate_finish (Data/Streaming/Zlib/Lowlevel.hs:88) c_call_deflate_flush (Data/Streaming/Zlib/Lowlevel.hs:91) c_call_deflate_full_flush (Data/Streaming/Zlib/Lowlevel.hs:94) c_call_deflate_set_dictionary (Data/Streaming/Zlib/Lowlevel.hs:97) c_call_inflate_set_dictionary (Data/Streaming/Zlib/Lowlevel.hs:100) Warning: 'WindowBits' is ambiguous. It is defined * in Codec.Compression.Zlib.Stream * in Codec.Compression.Zlib.Stream 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 Codec.Compression.Zlib.Stream Warning: 'Inflate' is ambiguous. It is defined * at Data/Streaming/Zlib.hs:64:16 * at Data/Streaming/Zlib.hs:64: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/Streaming/Zlib.hs:64:1 Warning: 'Deflate' is ambiguous. It is defined * at Data/Streaming/Zlib.hs:72:19 * at Data/Streaming/Zlib.hs:72: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/Streaming/Zlib.hs:72:1 95% ( 23 / 24) in 'Data.Streaming.Zlib' Missing documentation for: PopperRes (Data/Streaming/Zlib.hs:218) Warning: Data.Streaming.Zlib: could not find link destinations for: - Codec.Compression.Zlib.Stream.Rep_WindowBits Documentation created: dist/doc/html/streaming-commons/, dist/doc/html/streaming-commons/streaming-commons.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/streaming-commons-0.2.3.1-KQ0tBnvHjFD8vuwmZTdEHq Completed streaming-commons-0.2.3.1 Configuring Cabal-3.14.2.0... Preprocessing library for Cabal-3.14.2.0.. Building library for Cabal-3.14.2.0.. [ 1 of 151] Compiling Distribution.Backpack.FullUnitId ( src/Distribution/Backpack/FullUnitId.hs, dist/build/Distribution/Backpack/FullUnitId.o, dist/build/Distribution/Backpack/FullUnitId.dyn_o ) [ 2 of 151] Compiling Distribution.Backpack.ModSubst ( src/Distribution/Backpack/ModSubst.hs, dist/build/Distribution/Backpack/ModSubst.o, dist/build/Distribution/Backpack/ModSubst.dyn_o ) [ 3 of 151] Compiling Distribution.Backpack.ModuleScope ( src/Distribution/Backpack/ModuleScope.hs, dist/build/Distribution/Backpack/ModuleScope.o, dist/build/Distribution/Backpack/ModuleScope.dyn_o ) [ 4 of 151] Compiling Distribution.Backpack.ModuleShape ( src/Distribution/Backpack/ModuleShape.hs, dist/build/Distribution/Backpack/ModuleShape.o, dist/build/Distribution/Backpack/ModuleShape.dyn_o ) [ 5 of 151] Compiling Distribution.Backpack.PreModuleShape ( src/Distribution/Backpack/PreModuleShape.hs, dist/build/Distribution/Backpack/PreModuleShape.o, dist/build/Distribution/Backpack/PreModuleShape.dyn_o ) [ 6 of 151] Compiling Distribution.Compat.Async ( src/Distribution/Compat/Async.hs, dist/build/Distribution/Compat/Async.o, dist/build/Distribution/Compat/Async.dyn_o ) [ 7 of 151] Compiling Distribution.Compat.CreatePipe ( src/Distribution/Compat/CreatePipe.hs, dist/build/Distribution/Compat/CreatePipe.o, dist/build/Distribution/Compat/CreatePipe.dyn_o ) [ 8 of 151] Compiling Distribution.Compat.Directory ( src/Distribution/Compat/Directory.hs, dist/build/Distribution/Compat/Directory.o, dist/build/Distribution/Compat/Directory.dyn_o ) [ 9 of 151] Compiling Distribution.Compat.FilePath ( src/Distribution/Compat/FilePath.hs, dist/build/Distribution/Compat/FilePath.o, dist/build/Distribution/Compat/FilePath.dyn_o ) [ 10 of 151] Compiling Distribution.Compat.GetShortPathName ( src/Distribution/Compat/GetShortPathName.hs, dist/build/Distribution/Compat/GetShortPathName.o, dist/build/Distribution/Compat/GetShortPathName.dyn_o ) [ 11 of 151] Compiling Distribution.Compat.Internal.TempFile ( src/Distribution/Compat/Internal/TempFile.hs, dist/build/Distribution/Compat/Internal/TempFile.o, dist/build/Distribution/Compat/Internal/TempFile.dyn_o ) [ 12 of 151] Compiling Distribution.Compat.CopyFile ( src/Distribution/Compat/CopyFile.hs, dist/build/Distribution/Compat/CopyFile.o, dist/build/Distribution/Compat/CopyFile.dyn_o ) [ 13 of 151] Compiling Distribution.Compat.Prelude.Internal ( src/Distribution/Compat/Prelude/Internal.hs, dist/build/Distribution/Compat/Prelude/Internal.o, dist/build/Distribution/Compat/Prelude/Internal.dyn_o ) [ 14 of 151] Compiling Distribution.Compat.Process ( src/Distribution/Compat/Process.hs, dist/build/Distribution/Compat/Process.o, dist/build/Distribution/Compat/Process.dyn_o ) [ 15 of 151] Compiling Distribution.Compat.ResponseFile ( src/Distribution/Compat/ResponseFile.hs, dist/build/Distribution/Compat/ResponseFile.o, dist/build/Distribution/Compat/ResponseFile.dyn_o ) [ 16 of 151] Compiling Distribution.Compat.SnocList ( src/Distribution/Compat/SnocList.hs, dist/build/Distribution/Compat/SnocList.o, dist/build/Distribution/Compat/SnocList.dyn_o ) [ 17 of 151] Compiling Distribution.Compat.Stack ( src/Distribution/Compat/Stack.hs, dist/build/Distribution/Compat/Stack.o, dist/build/Distribution/Compat/Stack.dyn_o ) [ 18 of 151] Compiling Distribution.Compat.Environment ( src/Distribution/Compat/Environment.hs, dist/build/Distribution/Compat/Environment.o, dist/build/Distribution/Compat/Environment.dyn_o ) [ 19 of 151] Compiling Distribution.GetOpt ( src/Distribution/GetOpt.hs, dist/build/Distribution/GetOpt.o, dist/build/Distribution/GetOpt.dyn_o ) [ 20 of 151] Compiling Distribution.Lex ( src/Distribution/Lex.hs, dist/build/Distribution/Lex.o, dist/build/Distribution/Lex.dyn_o ) [ 21 of 151] Compiling Distribution.PackageDescription.Check.Warning ( src/Distribution/PackageDescription/Check/Warning.hs, dist/build/Distribution/PackageDescription/Check/Warning.o, dist/build/Distribution/PackageDescription/Check/Warning.dyn_o ) [ 22 of 151] Compiling Distribution.ReadE ( src/Distribution/ReadE.hs, dist/build/Distribution/ReadE.o, dist/build/Distribution/ReadE.dyn_o ) [ 23 of 151] Compiling Distribution.Simple.BuildToolDepends ( src/Distribution/Simple/BuildToolDepends.hs, dist/build/Distribution/Simple/BuildToolDepends.o, dist/build/Distribution/Simple/BuildToolDepends.dyn_o ) [ 24 of 151] Compiling Distribution.Simple.BuildWay ( src/Distribution/Simple/BuildWay.hs, dist/build/Distribution/Simple/BuildWay.o, dist/build/Distribution/Simple/BuildWay.dyn_o ) [ 25 of 151] Compiling Distribution.Simple.CCompiler ( src/Distribution/Simple/CCompiler.hs, dist/build/Distribution/Simple/CCompiler.o, dist/build/Distribution/Simple/CCompiler.dyn_o ) [ 26 of 151] Compiling Distribution.Simple.Flag ( src/Distribution/Simple/Flag.hs, dist/build/Distribution/Simple/Flag.o, dist/build/Distribution/Simple/Flag.dyn_o ) [ 27 of 151] Compiling Distribution.Simple.Glob.Internal ( src/Distribution/Simple/Glob/Internal.hs, dist/build/Distribution/Simple/Glob/Internal.o, dist/build/Distribution/Simple/Glob/Internal.dyn_o ) [ 28 of 151] Compiling Distribution.Simple.FileMonitor.Types ( src/Distribution/Simple/FileMonitor/Types.hs, dist/build/Distribution/Simple/FileMonitor/Types.o, dist/build/Distribution/Simple/FileMonitor/Types.dyn_o ) [ 29 of 151] Compiling Distribution.Simple.InstallDirs.Internal ( src/Distribution/Simple/InstallDirs/Internal.hs, dist/build/Distribution/Simple/InstallDirs/Internal.o, dist/build/Distribution/Simple/InstallDirs/Internal.dyn_o ) [ 30 of 151] Compiling Distribution.Simple.InstallDirs ( src/Distribution/Simple/InstallDirs.hs, dist/build/Distribution/Simple/InstallDirs.o, dist/build/Distribution/Simple/InstallDirs.dyn_o ) [ 31 of 151] Compiling Distribution.Simple.Program.Internal ( src/Distribution/Simple/Program/Internal.hs, dist/build/Distribution/Simple/Program/Internal.o, dist/build/Distribution/Simple/Program/Internal.dyn_o ) [ 32 of 151] Compiling Distribution.TestSuite ( src/Distribution/TestSuite.hs, dist/build/Distribution/TestSuite.o, dist/build/Distribution/TestSuite.dyn_o ) [ 33 of 151] Compiling Distribution.Types.AnnotatedId ( src/Distribution/Types/AnnotatedId.hs, dist/build/Distribution/Types/AnnotatedId.o, dist/build/Distribution/Types/AnnotatedId.dyn_o ) [ 34 of 151] Compiling Distribution.Backpack.PreExistingComponent ( src/Distribution/Backpack/PreExistingComponent.hs, dist/build/Distribution/Backpack/PreExistingComponent.o, dist/build/Distribution/Backpack/PreExistingComponent.dyn_o ) [ 35 of 151] Compiling Distribution.Types.ComponentInclude ( src/Distribution/Types/ComponentInclude.hs, dist/build/Distribution/Types/ComponentInclude.o, dist/build/Distribution/Types/ComponentInclude.dyn_o ) [ 36 of 151] Compiling Distribution.Types.ComponentLocalBuildInfo ( src/Distribution/Types/ComponentLocalBuildInfo.hs, dist/build/Distribution/Types/ComponentLocalBuildInfo.o, dist/build/Distribution/Types/ComponentLocalBuildInfo.dyn_o ) [ 37 of 151] Compiling Distribution.Types.DumpBuildInfo ( src/Distribution/Types/DumpBuildInfo.hs, dist/build/Distribution/Types/DumpBuildInfo.o, dist/build/Distribution/Types/DumpBuildInfo.dyn_o ) [ 38 of 151] Compiling Distribution.Types.GivenComponent ( src/Distribution/Types/GivenComponent.hs, dist/build/Distribution/Types/GivenComponent.o, dist/build/Distribution/Types/GivenComponent.dyn_o ) [ 39 of 151] Compiling Distribution.Types.PackageName.Magic ( src/Distribution/Types/PackageName/Magic.hs, dist/build/Distribution/Types/PackageName/Magic.o, dist/build/Distribution/Types/PackageName/Magic.dyn_o ) [ 40 of 151] Compiling Distribution.Types.ParStrat ( src/Distribution/Types/ParStrat.hs, dist/build/Distribution/Types/ParStrat.o, dist/build/Distribution/Types/ParStrat.dyn_o ) [ 41 of 151] Compiling Distribution.Types.TargetInfo ( src/Distribution/Types/TargetInfo.hs, dist/build/Distribution/Types/TargetInfo.o, dist/build/Distribution/Types/TargetInfo.dyn_o ) [ 42 of 151] Compiling Distribution.Utils.IOData ( src/Distribution/Utils/IOData.hs, dist/build/Distribution/Utils/IOData.o, dist/build/Distribution/Utils/IOData.dyn_o ) [ 43 of 151] Compiling Distribution.Utils.Json ( src/Distribution/Utils/Json.hs, dist/build/Distribution/Utils/Json.o, dist/build/Distribution/Utils/Json.dyn_o ) [ 44 of 151] Compiling Distribution.Utils.MapAccum ( src/Distribution/Utils/MapAccum.hs, dist/build/Distribution/Utils/MapAccum.o, dist/build/Distribution/Utils/MapAccum.dyn_o ) [ 45 of 151] Compiling Distribution.Utils.Progress ( src/Distribution/Utils/Progress.hs, dist/build/Distribution/Utils/Progress.o, dist/build/Distribution/Utils/Progress.dyn_o ) [ 46 of 151] Compiling Distribution.Utils.UnionFind ( src/Distribution/Utils/UnionFind.hs, dist/build/Distribution/Utils/UnionFind.o, dist/build/Distribution/Utils/UnionFind.dyn_o ) [ 47 of 151] Compiling Distribution.Verbosity.Internal ( src/Distribution/Verbosity/Internal.hs, dist/build/Distribution/Verbosity/Internal.o, dist/build/Distribution/Verbosity/Internal.dyn_o ) [ 48 of 151] Compiling Distribution.Verbosity ( src/Distribution/Verbosity.hs, dist/build/Distribution/Verbosity.o, dist/build/Distribution/Verbosity.dyn_o ) [ 49 of 151] Compiling Distribution.Simple.SetupHooks.Rule ( src/Distribution/Simple/SetupHooks/Rule.hs, dist/build/Distribution/Simple/SetupHooks/Rule.o, dist/build/Distribution/Simple/SetupHooks/Rule.dyn_o ) [ 50 of 151] Compiling Distribution.Simple.SetupHooks.Errors ( src/Distribution/Simple/SetupHooks/Errors.hs, dist/build/Distribution/Simple/SetupHooks/Errors.o, dist/build/Distribution/Simple/SetupHooks/Errors.dyn_o ) [ 51 of 151] Compiling Distribution.Simple.Program.Types ( src/Distribution/Simple/Program/Types.hs, dist/build/Distribution/Simple/Program/Types.o, dist/build/Distribution/Simple/Program/Types.dyn_o ) [ 52 of 151] Compiling Distribution.Simple.PreProcess.Types ( src/Distribution/Simple/PreProcess/Types.hs, dist/build/Distribution/Simple/PreProcess/Types.o, dist/build/Distribution/Simple/PreProcess/Types.dyn_o ) [ 53 of 151] Compiling Distribution.Simple.Errors ( src/Distribution/Simple/Errors.hs, dist/build/Distribution/Simple/Errors.o, dist/build/Distribution/Simple/Errors.dyn_o ) [ 54 of 151] Compiling Distribution.Simple.PreProcess.Unlit ( src/Distribution/Simple/PreProcess/Unlit.hs, dist/build/Distribution/Simple/PreProcess/Unlit.o, dist/build/Distribution/Simple/PreProcess/Unlit.dyn_o ) [ 55 of 151] Compiling Distribution.Backpack.UnifyM ( src/Distribution/Backpack/UnifyM.hs, dist/build/Distribution/Backpack/UnifyM.o, dist/build/Distribution/Backpack/UnifyM.dyn_o ) [ 56 of 151] Compiling Distribution.Backpack.MixLink ( src/Distribution/Backpack/MixLink.hs, dist/build/Distribution/Backpack/MixLink.o, dist/build/Distribution/Backpack/MixLink.dyn_o ) [ 57 of 151] Compiling Distribution.ZinzaPrelude ( src/Distribution/ZinzaPrelude.hs, dist/build/Distribution/ZinzaPrelude.o, dist/build/Distribution/ZinzaPrelude.dyn_o ) [ 58 of 151] Compiling Distribution.Simple.Build.PathsModule.Z ( src/Distribution/Simple/Build/PathsModule/Z.hs, dist/build/Distribution/Simple/Build/PathsModule/Z.o, dist/build/Distribution/Simple/Build/PathsModule/Z.dyn_o ) [ 59 of 151] Compiling Distribution.Simple.Build.PackageInfoModule.Z ( src/Distribution/Simple/Build/PackageInfoModule/Z.hs, dist/build/Distribution/Simple/Build/PackageInfoModule/Z.o, dist/build/Distribution/Simple/Build/PackageInfoModule/Z.dyn_o ) [ 60 of 151] Compiling Distribution.Simple.Build.Macros.Z ( src/Distribution/Simple/Build/Macros/Z.hs, dist/build/Distribution/Simple/Build/Macros/Z.o, dist/build/Distribution/Simple/Build/Macros/Z.dyn_o ) [ 61 of 151] Compiling Paths_Cabal ( dist/build/autogen/Paths_Cabal.hs, dist/build/Paths_Cabal.o, dist/build/Paths_Cabal.dyn_o ) [ 62 of 151] Compiling Distribution.Simple.Utils ( src/Distribution/Simple/Utils.hs, dist/build/Distribution/Simple/Utils.o, dist/build/Distribution/Simple/Utils.dyn_o ) [ 63 of 151] Compiling Distribution.Utils.NubList ( src/Distribution/Utils/NubList.hs, dist/build/Distribution/Utils/NubList.o, dist/build/Distribution/Utils/NubList.dyn_o ) [ 64 of 151] Compiling Distribution.Utils.LogProgress ( src/Distribution/Utils/LogProgress.hs, dist/build/Distribution/Utils/LogProgress.o, dist/build/Distribution/Utils/LogProgress.dyn_o ) [ 65 of 151] Compiling Distribution.Simple.Program.Run ( src/Distribution/Simple/Program/Run.hs, dist/build/Distribution/Simple/Program/Run.o, dist/build/Distribution/Simple/Program/Run.dyn_o ) [ 66 of 151] Compiling Distribution.Simple.Program.Script ( src/Distribution/Simple/Program/Script.hs, dist/build/Distribution/Simple/Program/Script.o, dist/build/Distribution/Simple/Program/Script.dyn_o ) [ 67 of 151] Compiling Distribution.Simple.Program.ResponseFile ( src/Distribution/Simple/Program/ResponseFile.hs, dist/build/Distribution/Simple/Program/ResponseFile.o, dist/build/Distribution/Simple/Program/ResponseFile.dyn_o ) [ 68 of 151] Compiling Distribution.Simple.Program.Hpc ( src/Distribution/Simple/Program/Hpc.hs, dist/build/Distribution/Simple/Program/Hpc.o, dist/build/Distribution/Simple/Program/Hpc.dyn_o ) [ 69 of 151] Compiling Distribution.Simple.Program.Find ( src/Distribution/Simple/Program/Find.hs, dist/build/Distribution/Simple/Program/Find.o, dist/build/Distribution/Simple/Program/Find.dyn_o ) [ 70 of 151] Compiling Distribution.Simple.PackageIndex ( src/Distribution/Simple/PackageIndex.hs, dist/build/Distribution/Simple/PackageIndex.o, dist/build/Distribution/Simple/PackageIndex.dyn_o ) [ 71 of 151] Compiling Distribution.Simple.PackageDescription ( src/Distribution/Simple/PackageDescription.hs, dist/build/Distribution/Simple/PackageDescription.o, dist/build/Distribution/Simple/PackageDescription.dyn_o ) [ 72 of 151] Compiling Distribution.Simple.Glob ( src/Distribution/Simple/Glob.hs, dist/build/Distribution/Simple/Glob.o, dist/build/Distribution/Simple/Glob.dyn_o ) [ 73 of 151] Compiling Distribution.PackageDescription.Check.Monad ( src/Distribution/PackageDescription/Check/Monad.hs, dist/build/Distribution/PackageDescription/Check/Monad.o, dist/build/Distribution/PackageDescription/Check/Monad.dyn_o ) [ 74 of 151] Compiling Distribution.PackageDescription.Check.Conditional ( src/Distribution/PackageDescription/Check/Conditional.hs, dist/build/Distribution/PackageDescription/Check/Conditional.o, dist/build/Distribution/PackageDescription/Check/Conditional.dyn_o ) [ 75 of 151] Compiling Distribution.PackageDescription.Check.Common ( src/Distribution/PackageDescription/Check/Common.hs, dist/build/Distribution/PackageDescription/Check/Common.o, dist/build/Distribution/PackageDescription/Check/Common.dyn_o ) [ 76 of 151] Compiling Distribution.Simple.Compiler ( src/Distribution/Simple/Compiler.hs, dist/build/Distribution/Simple/Compiler.o, dist/build/Distribution/Simple/Compiler.dyn_o ) [ 77 of 151] Compiling Distribution.Simple.Program.HcPkg ( src/Distribution/Simple/Program/HcPkg.hs, dist/build/Distribution/Simple/Program/HcPkg.o, dist/build/Distribution/Simple/Program/HcPkg.dyn_o ) [ 78 of 151] Compiling Distribution.Simple.GHC.ImplInfo ( src/Distribution/Simple/GHC/ImplInfo.hs, dist/build/Distribution/Simple/GHC/ImplInfo.o, dist/build/Distribution/Simple/GHC/ImplInfo.dyn_o ) [ 79 of 151] Compiling Distribution.Simple.Program.GHC ( src/Distribution/Simple/Program/GHC.hs, dist/build/Distribution/Simple/Program/GHC.o, dist/build/Distribution/Simple/Program/GHC.dyn_o ) [ 80 of 151] Compiling Distribution.Simple.Program.Builtin ( src/Distribution/Simple/Program/Builtin.hs, dist/build/Distribution/Simple/Program/Builtin.o, dist/build/Distribution/Simple/Program/Builtin.dyn_o ) [ 81 of 151] Compiling Distribution.Simple.Program.Db ( src/Distribution/Simple/Program/Db.hs, dist/build/Distribution/Simple/Program/Db.o, dist/build/Distribution/Simple/Program/Db.dyn_o ) [ 82 of 151] Compiling Distribution.Simple.Program ( src/Distribution/Simple/Program.hs, dist/build/Distribution/Simple/Program.o, dist/build/Distribution/Simple/Program.dyn_o ) [ 83 of 151] Compiling Distribution.Simple.Program.Strip ( src/Distribution/Simple/Program/Strip.hs, dist/build/Distribution/Simple/Program/Strip.o, dist/build/Distribution/Simple/Program/Strip.dyn_o ) [ 84 of 151] Compiling Distribution.Simple.Command ( src/Distribution/Simple/Command.hs, dist/build/Distribution/Simple/Command.o, dist/build/Distribution/Simple/Command.dyn_o ) [ 85 of 151] Compiling Distribution.Simple.Setup.Common ( src/Distribution/Simple/Setup/Common.hs, dist/build/Distribution/Simple/Setup/Common.o, dist/build/Distribution/Simple/Setup/Common.dyn_o ) [ 86 of 151] Compiling Distribution.Simple.Setup.Test ( src/Distribution/Simple/Setup/Test.hs, dist/build/Distribution/Simple/Setup/Test.o, dist/build/Distribution/Simple/Setup/Test.dyn_o ) [ 87 of 151] Compiling Distribution.Simple.Setup.SDist ( src/Distribution/Simple/Setup/SDist.hs, dist/build/Distribution/Simple/Setup/SDist.o, dist/build/Distribution/Simple/Setup/SDist.dyn_o ) [ 88 of 151] Compiling Distribution.Simple.Setup.Repl ( src/Distribution/Simple/Setup/Repl.hs, dist/build/Distribution/Simple/Setup/Repl.o, dist/build/Distribution/Simple/Setup/Repl.dyn_o ) [ 89 of 151] Compiling Distribution.Simple.Setup.Register ( src/Distribution/Simple/Setup/Register.hs, dist/build/Distribution/Simple/Setup/Register.o, dist/build/Distribution/Simple/Setup/Register.dyn_o ) [ 90 of 151] Compiling Distribution.Simple.Setup.Install ( src/Distribution/Simple/Setup/Install.hs, dist/build/Distribution/Simple/Setup/Install.o, dist/build/Distribution/Simple/Setup/Install.dyn_o ) [ 91 of 151] Compiling Distribution.Simple.Setup.Hscolour ( src/Distribution/Simple/Setup/Hscolour.hs, dist/build/Distribution/Simple/Setup/Hscolour.o, dist/build/Distribution/Simple/Setup/Hscolour.dyn_o ) [ 92 of 151] Compiling Distribution.Simple.Setup.Haddock ( src/Distribution/Simple/Setup/Haddock.hs, dist/build/Distribution/Simple/Setup/Haddock.o, dist/build/Distribution/Simple/Setup/Haddock.dyn_o ) [ 93 of 151] Compiling Distribution.Simple.Setup.Global ( src/Distribution/Simple/Setup/Global.hs, dist/build/Distribution/Simple/Setup/Global.o, dist/build/Distribution/Simple/Setup/Global.dyn_o ) [ 94 of 151] Compiling Distribution.Simple.Setup.Copy ( src/Distribution/Simple/Setup/Copy.hs, dist/build/Distribution/Simple/Setup/Copy.o, dist/build/Distribution/Simple/Setup/Copy.dyn_o ) [ 95 of 151] Compiling Distribution.Simple.Setup.Config ( src/Distribution/Simple/Setup/Config.hs, dist/build/Distribution/Simple/Setup/Config.o, dist/build/Distribution/Simple/Setup/Config.dyn_o ) [ 96 of 151] Compiling Distribution.Types.LocalBuildConfig ( src/Distribution/Types/LocalBuildConfig.hs, dist/build/Distribution/Types/LocalBuildConfig.o, dist/build/Distribution/Types/LocalBuildConfig.dyn_o ) [ 97 of 151] Compiling Distribution.Types.LocalBuildInfo ( src/Distribution/Types/LocalBuildInfo.hs, dist/build/Distribution/Types/LocalBuildInfo.o, dist/build/Distribution/Types/LocalBuildInfo.dyn_o ) [ 98 of 151] Compiling Distribution.Simple.LocalBuildInfo ( src/Distribution/Simple/LocalBuildInfo.hs, dist/build/Distribution/Simple/LocalBuildInfo.o, dist/build/Distribution/Simple/LocalBuildInfo.dyn_o ) [ 99 of 151] Compiling Distribution.Simple.Test.Log ( src/Distribution/Simple/Test/Log.hs, dist/build/Distribution/Simple/Test/Log.o, dist/build/Distribution/Simple/Test/Log.dyn_o ) [100 of 151] Compiling Distribution.Simple.Program.Ld ( src/Distribution/Simple/Program/Ld.hs, dist/build/Distribution/Simple/Program/Ld.o, dist/build/Distribution/Simple/Program/Ld.dyn_o ) [101 of 151] Compiling Distribution.Simple.Program.Ar ( src/Distribution/Simple/Program/Ar.hs, dist/build/Distribution/Simple/Program/Ar.o, dist/build/Distribution/Simple/Program/Ar.dyn_o ) [102 of 151] Compiling Distribution.Simple.Hpc ( src/Distribution/Simple/Hpc.hs, dist/build/Distribution/Simple/Hpc.o, dist/build/Distribution/Simple/Hpc.dyn_o ) [103 of 151] Compiling Distribution.Simple.Build.PackageInfoModule ( src/Distribution/Simple/Build/PackageInfoModule.hs, dist/build/Distribution/Simple/Build/PackageInfoModule.o, dist/build/Distribution/Simple/Build/PackageInfoModule.dyn_o ) [104 of 151] Compiling Distribution.Simple.Build.Macros ( src/Distribution/Simple/Build/Macros.hs, dist/build/Distribution/Simple/Build/Macros.o, dist/build/Distribution/Simple/Build/Macros.dyn_o ) [105 of 151] Compiling Distribution.Backpack.Id ( src/Distribution/Backpack/Id.hs, dist/build/Distribution/Backpack/Id.o, dist/build/Distribution/Backpack/Id.dyn_o ) [106 of 151] Compiling Distribution.Backpack.ConfiguredComponent ( src/Distribution/Backpack/ConfiguredComponent.hs, dist/build/Distribution/Backpack/ConfiguredComponent.o, dist/build/Distribution/Backpack/ConfiguredComponent.dyn_o ) [107 of 151] Compiling Distribution.Backpack.LinkedComponent ( src/Distribution/Backpack/LinkedComponent.hs, dist/build/Distribution/Backpack/LinkedComponent.o, dist/build/Distribution/Backpack/LinkedComponent.dyn_o ) [108 of 151] Compiling Distribution.Backpack.ComponentsGraph ( src/Distribution/Backpack/ComponentsGraph.hs, dist/build/Distribution/Backpack/ComponentsGraph.o, dist/build/Distribution/Backpack/ComponentsGraph.dyn_o ) [109 of 151] Compiling Distribution.Simple.Setup.Clean ( src/Distribution/Simple/Setup/Clean.hs, dist/build/Distribution/Simple/Setup/Clean.o, dist/build/Distribution/Simple/Setup/Clean.dyn_o ) [110 of 151] Compiling Distribution.Simple.Setup.Build ( src/Distribution/Simple/Setup/Build.hs, dist/build/Distribution/Simple/Setup/Build.o, dist/build/Distribution/Simple/Setup/Build.dyn_o ) [111 of 151] Compiling Distribution.Simple.Setup.Benchmark ( src/Distribution/Simple/Setup/Benchmark.hs, dist/build/Distribution/Simple/Setup/Benchmark.o, dist/build/Distribution/Simple/Setup/Benchmark.dyn_o ) [112 of 151] Compiling Distribution.Simple.Setup ( src/Distribution/Simple/Setup.hs, dist/build/Distribution/Simple/Setup.o, dist/build/Distribution/Simple/Setup.dyn_o ) [113 of 151] Compiling Distribution.Simple.Build.Inputs ( src/Distribution/Simple/Build/Inputs.hs, dist/build/Distribution/Simple/Build/Inputs.o, dist/build/Distribution/Simple/Build/Inputs.dyn_o ) [114 of 151] Compiling Distribution.Simple.BuildTarget ( src/Distribution/Simple/BuildTarget.hs, dist/build/Distribution/Simple/BuildTarget.o, dist/build/Distribution/Simple/BuildTarget.dyn_o ) [115 of 151] Compiling Distribution.Simple.BuildPaths ( src/Distribution/Simple/BuildPaths.hs, dist/build/Distribution/Simple/BuildPaths.o, dist/build/Distribution/Simple/BuildPaths.dyn_o ) [116 of 151] Compiling Distribution.Simple.UHC ( src/Distribution/Simple/UHC.hs, dist/build/Distribution/Simple/UHC.o, dist/build/Distribution/Simple/UHC.dyn_o ) [117 of 151] Compiling Distribution.Simple.Test.LibV09 ( src/Distribution/Simple/Test/LibV09.hs, dist/build/Distribution/Simple/Test/LibV09.o, dist/build/Distribution/Simple/Test/LibV09.dyn_o ) [118 of 151] Compiling Distribution.Simple.Test.ExeV10 ( src/Distribution/Simple/Test/ExeV10.hs, dist/build/Distribution/Simple/Test/ExeV10.o, dist/build/Distribution/Simple/Test/ExeV10.dyn_o ) [119 of 151] Compiling Distribution.Simple.SetupHooks.Internal ( src/Distribution/Simple/SetupHooks/Internal.hs, dist/build/Distribution/Simple/SetupHooks/Internal.o, dist/build/Distribution/Simple/SetupHooks/Internal.dyn_o ) [120 of 151] Compiling Distribution.Simple.HaskellSuite ( src/Distribution/Simple/HaskellSuite.hs, dist/build/Distribution/Simple/HaskellSuite.o, dist/build/Distribution/Simple/HaskellSuite.dyn_o ) [121 of 151] Compiling Distribution.Simple.GHC.Internal ( src/Distribution/Simple/GHC/Internal.hs, dist/build/Distribution/Simple/GHC/Internal.o, dist/build/Distribution/Simple/GHC/Internal.dyn_o ) [122 of 151] Compiling Distribution.Simple.GHC.EnvironmentParser ( src/Distribution/Simple/GHC/EnvironmentParser.hs, dist/build/Distribution/Simple/GHC/EnvironmentParser.o, dist/build/Distribution/Simple/GHC/EnvironmentParser.dyn_o ) [123 of 151] Compiling Distribution.Simple.GHCJS ( src/Distribution/Simple/GHCJS.hs, dist/build/Distribution/Simple/GHCJS.o, dist/build/Distribution/Simple/GHCJS.dyn_o ) [124 of 151] Compiling Distribution.Simple.GHC.Build.Utils ( src/Distribution/Simple/GHC/Build/Utils.hs, dist/build/Distribution/Simple/GHC/Build/Utils.o, dist/build/Distribution/Simple/GHC/Build/Utils.dyn_o ) [125 of 151] Compiling Distribution.Simple.GHC.Build.Modules ( src/Distribution/Simple/GHC/Build/Modules.hs, dist/build/Distribution/Simple/GHC/Build/Modules.o, dist/build/Distribution/Simple/GHC/Build/Modules.dyn_o ) [126 of 151] Compiling Distribution.Simple.GHC.Build.ExtraSources ( src/Distribution/Simple/GHC/Build/ExtraSources.hs, dist/build/Distribution/Simple/GHC/Build/ExtraSources.o, dist/build/Distribution/Simple/GHC/Build/ExtraSources.dyn_o ) [127 of 151] Compiling Distribution.Simple.GHC.Build.Link ( src/Distribution/Simple/GHC/Build/Link.hs, dist/build/Distribution/Simple/GHC/Build/Link.o, dist/build/Distribution/Simple/GHC/Build/Link.dyn_o ) [128 of 151] Compiling Distribution.Simple.GHC.Build ( src/Distribution/Simple/GHC/Build.hs, dist/build/Distribution/Simple/GHC/Build.o, dist/build/Distribution/Simple/GHC/Build.dyn_o ) [129 of 151] Compiling Distribution.Simple.GHC ( src/Distribution/Simple/GHC.hs, dist/build/Distribution/Simple/GHC.o, dist/build/Distribution/Simple/GHC.dyn_o ) [130 of 151] Compiling Distribution.Simple.ShowBuildInfo ( src/Distribution/Simple/ShowBuildInfo.hs, dist/build/Distribution/Simple/ShowBuildInfo.o, dist/build/Distribution/Simple/ShowBuildInfo.dyn_o ) [131 of 151] Compiling Distribution.Simple.Install ( src/Distribution/Simple/Install.hs, dist/build/Distribution/Simple/Install.o, dist/build/Distribution/Simple/Install.dyn_o ) [132 of 151] Compiling Distribution.Simple.Build.PathsModule ( src/Distribution/Simple/Build/PathsModule.hs, dist/build/Distribution/Simple/Build/PathsModule.o, dist/build/Distribution/Simple/Build/PathsModule.dyn_o ) [133 of 151] Compiling Distribution.PackageDescription.Check.Paths ( src/Distribution/PackageDescription/Check/Paths.hs, dist/build/Distribution/PackageDescription/Check/Paths.o, dist/build/Distribution/PackageDescription/Check/Paths.dyn_o ) [134 of 151] Compiling Distribution.PackageDescription.Check.Target ( src/Distribution/PackageDescription/Check/Target.hs, dist/build/Distribution/PackageDescription/Check/Target.o, dist/build/Distribution/PackageDescription/Check/Target.dyn_o ) [135 of 151] Compiling Distribution.PackageDescription.Check ( src/Distribution/PackageDescription/Check.hs, dist/build/Distribution/PackageDescription/Check.o, dist/build/Distribution/PackageDescription/Check.dyn_o ) [136 of 151] Compiling Distribution.Make ( src/Distribution/Make.hs, dist/build/Distribution/Make.o, dist/build/Distribution/Make.dyn_o ) [137 of 151] Compiling Distribution.Compat.Time ( src/Distribution/Compat/Time.hs, dist/build/Distribution/Compat/Time.o, dist/build/Distribution/Compat/Time.dyn_o ) [138 of 151] Compiling Distribution.Backpack.ReadyComponent ( src/Distribution/Backpack/ReadyComponent.hs, dist/build/Distribution/Backpack/ReadyComponent.o, dist/build/Distribution/Backpack/ReadyComponent.dyn_o ) [139 of 151] Compiling Distribution.Backpack.Configure ( src/Distribution/Backpack/Configure.hs, dist/build/Distribution/Backpack/Configure.o, dist/build/Distribution/Backpack/Configure.dyn_o ) [140 of 151] Compiling Distribution.Backpack.DescribeUnitId ( src/Distribution/Backpack/DescribeUnitId.hs, dist/build/Distribution/Backpack/DescribeUnitId.o, dist/build/Distribution/Backpack/DescribeUnitId.dyn_o ) [141 of 151] Compiling Distribution.Simple.Register ( src/Distribution/Simple/Register.hs, dist/build/Distribution/Simple/Register.o, dist/build/Distribution/Simple/Register.dyn_o ) [142 of 151] Compiling Distribution.Simple.PreProcess ( src/Distribution/Simple/PreProcess.hs, dist/build/Distribution/Simple/PreProcess.o, dist/build/Distribution/Simple/PreProcess.dyn_o ) [143 of 151] Compiling Distribution.Simple.UserHooks ( src/Distribution/Simple/UserHooks.hs, dist/build/Distribution/Simple/UserHooks.o, dist/build/Distribution/Simple/UserHooks.dyn_o ) [144 of 151] Compiling Distribution.Simple.Configure ( src/Distribution/Simple/Configure.hs, dist/build/Distribution/Simple/Configure.o, dist/build/Distribution/Simple/Configure.dyn_o ) [145 of 151] Compiling Distribution.Simple.SrcDist ( src/Distribution/Simple/SrcDist.hs, dist/build/Distribution/Simple/SrcDist.o, dist/build/Distribution/Simple/SrcDist.dyn_o ) [146 of 151] Compiling Distribution.Simple.ConfigureScript ( src/Distribution/Simple/ConfigureScript.hs, dist/build/Distribution/Simple/ConfigureScript.o, dist/build/Distribution/Simple/ConfigureScript.dyn_o ) [147 of 151] Compiling Distribution.Simple.Build ( src/Distribution/Simple/Build.hs, dist/build/Distribution/Simple/Build.o, dist/build/Distribution/Simple/Build.dyn_o ) [148 of 151] Compiling Distribution.Simple.Test ( src/Distribution/Simple/Test.hs, dist/build/Distribution/Simple/Test.o, dist/build/Distribution/Simple/Test.dyn_o ) [149 of 151] Compiling Distribution.Simple.Haddock ( src/Distribution/Simple/Haddock.hs, dist/build/Distribution/Simple/Haddock.o, dist/build/Distribution/Simple/Haddock.dyn_o ) [150 of 151] Compiling Distribution.Simple.Bench ( src/Distribution/Simple/Bench.hs, dist/build/Distribution/Simple/Bench.o, dist/build/Distribution/Simple/Bench.dyn_o ) [151 of 151] Compiling Distribution.Simple ( src/Distribution/Simple.hs, dist/build/Distribution/Simple.o, dist/build/Distribution/Simple.dyn_o ) Preprocessing library for Cabal-3.14.2.0.. Running Haddock on library for Cabal-3.14.2.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 151] Compiling Distribution.Backpack.FullUnitId ( src/Distribution/Backpack/FullUnitId.hs, nothing ) [ 2 of 151] Compiling Distribution.Backpack.ModSubst ( src/Distribution/Backpack/ModSubst.hs, nothing ) [ 3 of 151] Compiling Distribution.Backpack.ModuleScope ( src/Distribution/Backpack/ModuleScope.hs, nothing ) [ 4 of 151] Compiling Distribution.Backpack.ModuleShape ( src/Distribution/Backpack/ModuleShape.hs, nothing ) [ 5 of 151] Compiling Distribution.Backpack.PreModuleShape ( src/Distribution/Backpack/PreModuleShape.hs, nothing ) [ 6 of 151] Compiling Distribution.Compat.Async ( src/Distribution/Compat/Async.hs, nothing ) [ 7 of 151] Compiling Distribution.Compat.CreatePipe ( src/Distribution/Compat/CreatePipe.hs, nothing ) [ 8 of 151] Compiling Distribution.Compat.Directory ( src/Distribution/Compat/Directory.hs, nothing ) [ 9 of 151] Compiling Distribution.Compat.FilePath ( src/Distribution/Compat/FilePath.hs, nothing ) [ 10 of 151] Compiling Distribution.Compat.GetShortPathName ( src/Distribution/Compat/GetShortPathName.hs, nothing ) [ 11 of 151] Compiling Distribution.Compat.Internal.TempFile ( src/Distribution/Compat/Internal/TempFile.hs, nothing ) [ 12 of 151] Compiling Distribution.Compat.CopyFile ( src/Distribution/Compat/CopyFile.hs, nothing ) [ 13 of 151] Compiling Distribution.Compat.Prelude.Internal ( src/Distribution/Compat/Prelude/Internal.hs, nothing ) [ 14 of 151] Compiling Distribution.Compat.Process ( src/Distribution/Compat/Process.hs, nothing ) [ 15 of 151] Compiling Distribution.Compat.ResponseFile ( src/Distribution/Compat/ResponseFile.hs, nothing ) [ 16 of 151] Compiling Distribution.Compat.SnocList ( src/Distribution/Compat/SnocList.hs, nothing ) [ 17 of 151] Compiling Distribution.Compat.Stack ( src/Distribution/Compat/Stack.hs, nothing ) [ 18 of 151] Compiling Distribution.Compat.Environment ( src/Distribution/Compat/Environment.hs, nothing ) [ 19 of 151] Compiling Distribution.GetOpt ( src/Distribution/GetOpt.hs, nothing ) [ 20 of 151] Compiling Distribution.Lex ( src/Distribution/Lex.hs, nothing ) [ 21 of 151] Compiling Distribution.PackageDescription.Check.Warning ( src/Distribution/PackageDescription/Check/Warning.hs, nothing ) [ 22 of 151] Compiling Distribution.ReadE ( src/Distribution/ReadE.hs, nothing ) [ 23 of 151] Compiling Distribution.Simple.BuildToolDepends ( src/Distribution/Simple/BuildToolDepends.hs, nothing ) [ 24 of 151] Compiling Distribution.Simple.BuildWay ( src/Distribution/Simple/BuildWay.hs, nothing ) [ 25 of 151] Compiling Distribution.Simple.CCompiler ( src/Distribution/Simple/CCompiler.hs, nothing ) [ 26 of 151] Compiling Distribution.Simple.Flag ( src/Distribution/Simple/Flag.hs, nothing ) [ 27 of 151] Compiling Distribution.Simple.Glob.Internal ( src/Distribution/Simple/Glob/Internal.hs, nothing ) [ 28 of 151] Compiling Distribution.Simple.FileMonitor.Types ( src/Distribution/Simple/FileMonitor/Types.hs, nothing ) [ 29 of 151] Compiling Distribution.Simple.InstallDirs.Internal ( src/Distribution/Simple/InstallDirs/Internal.hs, nothing ) [ 30 of 151] Compiling Distribution.Simple.InstallDirs ( src/Distribution/Simple/InstallDirs.hs, nothing ) [ 31 of 151] Compiling Distribution.Simple.Program.Internal ( src/Distribution/Simple/Program/Internal.hs, nothing ) [ 32 of 151] Compiling Distribution.TestSuite ( src/Distribution/TestSuite.hs, nothing ) [ 33 of 151] Compiling Distribution.Types.AnnotatedId ( src/Distribution/Types/AnnotatedId.hs, nothing ) [ 34 of 151] Compiling Distribution.Backpack.PreExistingComponent ( src/Distribution/Backpack/PreExistingComponent.hs, nothing ) [ 35 of 151] Compiling Distribution.Types.ComponentInclude ( src/Distribution/Types/ComponentInclude.hs, nothing ) [ 36 of 151] Compiling Distribution.Types.ComponentLocalBuildInfo ( src/Distribution/Types/ComponentLocalBuildInfo.hs, nothing ) [ 37 of 151] Compiling Distribution.Types.DumpBuildInfo ( src/Distribution/Types/DumpBuildInfo.hs, nothing ) [ 38 of 151] Compiling Distribution.Types.GivenComponent ( src/Distribution/Types/GivenComponent.hs, nothing ) [ 39 of 151] Compiling Distribution.Types.PackageName.Magic ( src/Distribution/Types/PackageName/Magic.hs, nothing ) [ 40 of 151] Compiling Distribution.Types.ParStrat ( src/Distribution/Types/ParStrat.hs, nothing ) [ 41 of 151] Compiling Distribution.Types.TargetInfo ( src/Distribution/Types/TargetInfo.hs, nothing ) [ 42 of 151] Compiling Distribution.Utils.IOData ( src/Distribution/Utils/IOData.hs, nothing ) [ 43 of 151] Compiling Distribution.Utils.Json ( src/Distribution/Utils/Json.hs, nothing ) [ 44 of 151] Compiling Distribution.Utils.MapAccum ( src/Distribution/Utils/MapAccum.hs, nothing ) [ 45 of 151] Compiling Distribution.Utils.Progress ( src/Distribution/Utils/Progress.hs, nothing ) [ 46 of 151] Compiling Distribution.Utils.UnionFind ( src/Distribution/Utils/UnionFind.hs, nothing ) [ 47 of 151] Compiling Distribution.Verbosity.Internal ( src/Distribution/Verbosity/Internal.hs, nothing ) [ 48 of 151] Compiling Distribution.Verbosity ( src/Distribution/Verbosity.hs, nothing ) [ 49 of 151] Compiling Distribution.Simple.SetupHooks.Rule ( src/Distribution/Simple/SetupHooks/Rule.hs, nothing ) [ 50 of 151] Compiling Distribution.Simple.SetupHooks.Errors ( src/Distribution/Simple/SetupHooks/Errors.hs, nothing ) [ 51 of 151] Compiling Distribution.Simple.Program.Types ( src/Distribution/Simple/Program/Types.hs, nothing ) [ 52 of 151] Compiling Distribution.Simple.PreProcess.Types ( src/Distribution/Simple/PreProcess/Types.hs, nothing ) [ 53 of 151] Compiling Distribution.Simple.Errors ( src/Distribution/Simple/Errors.hs, nothing ) [ 54 of 151] Compiling Distribution.Simple.PreProcess.Unlit ( src/Distribution/Simple/PreProcess/Unlit.hs, nothing ) [ 55 of 151] Compiling Distribution.Backpack.UnifyM ( src/Distribution/Backpack/UnifyM.hs, nothing ) [ 56 of 151] Compiling Distribution.Backpack.MixLink ( src/Distribution/Backpack/MixLink.hs, nothing ) [ 57 of 151] Compiling Distribution.ZinzaPrelude ( src/Distribution/ZinzaPrelude.hs, nothing ) [ 58 of 151] Compiling Distribution.Simple.Build.PathsModule.Z ( src/Distribution/Simple/Build/PathsModule/Z.hs, nothing ) [ 59 of 151] Compiling Distribution.Simple.Build.PackageInfoModule.Z ( src/Distribution/Simple/Build/PackageInfoModule/Z.hs, nothing ) [ 60 of 151] Compiling Distribution.Simple.Build.Macros.Z ( src/Distribution/Simple/Build/Macros/Z.hs, nothing ) [ 61 of 151] Compiling Paths_Cabal ( dist/build/autogen/Paths_Cabal.hs, nothing ) [ 62 of 151] Compiling Distribution.Simple.Utils ( src/Distribution/Simple/Utils.hs, nothing ) [ 63 of 151] Compiling Distribution.Utils.NubList ( src/Distribution/Utils/NubList.hs, nothing ) [ 64 of 151] Compiling Distribution.Utils.LogProgress ( src/Distribution/Utils/LogProgress.hs, nothing ) [ 65 of 151] Compiling Distribution.Simple.Program.Run ( src/Distribution/Simple/Program/Run.hs, nothing ) [ 66 of 151] Compiling Distribution.Simple.Program.Script ( src/Distribution/Simple/Program/Script.hs, nothing ) [ 67 of 151] Compiling Distribution.Simple.Program.ResponseFile ( src/Distribution/Simple/Program/ResponseFile.hs, nothing ) [ 68 of 151] Compiling Distribution.Simple.Program.Hpc ( src/Distribution/Simple/Program/Hpc.hs, nothing ) [ 69 of 151] Compiling Distribution.Simple.Program.Find ( src/Distribution/Simple/Program/Find.hs, nothing ) [ 70 of 151] Compiling Distribution.Simple.PackageIndex ( src/Distribution/Simple/PackageIndex.hs, nothing ) [ 71 of 151] Compiling Distribution.Simple.PackageDescription ( src/Distribution/Simple/PackageDescription.hs, nothing ) [ 72 of 151] Compiling Distribution.Simple.Glob ( src/Distribution/Simple/Glob.hs, nothing ) [ 73 of 151] Compiling Distribution.PackageDescription.Check.Monad ( src/Distribution/PackageDescription/Check/Monad.hs, nothing ) [ 74 of 151] Compiling Distribution.PackageDescription.Check.Conditional ( src/Distribution/PackageDescription/Check/Conditional.hs, nothing ) [ 75 of 151] Compiling Distribution.PackageDescription.Check.Common ( src/Distribution/PackageDescription/Check/Common.hs, nothing ) [ 76 of 151] Compiling Distribution.Simple.Compiler ( src/Distribution/Simple/Compiler.hs, nothing ) [ 77 of 151] Compiling Distribution.Simple.Program.HcPkg ( src/Distribution/Simple/Program/HcPkg.hs, nothing ) [ 78 of 151] Compiling Distribution.Simple.GHC.ImplInfo ( src/Distribution/Simple/GHC/ImplInfo.hs, nothing ) [ 79 of 151] Compiling Distribution.Simple.Program.GHC ( src/Distribution/Simple/Program/GHC.hs, nothing ) [ 80 of 151] Compiling Distribution.Simple.Program.Builtin ( src/Distribution/Simple/Program/Builtin.hs, nothing ) [ 81 of 151] Compiling Distribution.Simple.Program.Db ( src/Distribution/Simple/Program/Db.hs, nothing ) [ 82 of 151] Compiling Distribution.Simple.Program ( src/Distribution/Simple/Program.hs, nothing ) [ 83 of 151] Compiling Distribution.Simple.Program.Strip ( src/Distribution/Simple/Program/Strip.hs, nothing ) [ 84 of 151] Compiling Distribution.Simple.Command ( src/Distribution/Simple/Command.hs, nothing ) [ 85 of 151] Compiling Distribution.Simple.Setup.Common ( src/Distribution/Simple/Setup/Common.hs, nothing ) [ 86 of 151] Compiling Distribution.Simple.Setup.Test ( src/Distribution/Simple/Setup/Test.hs, nothing ) [ 87 of 151] Compiling Distribution.Simple.Setup.SDist ( src/Distribution/Simple/Setup/SDist.hs, nothing ) [ 88 of 151] Compiling Distribution.Simple.Setup.Repl ( src/Distribution/Simple/Setup/Repl.hs, nothing ) [ 89 of 151] Compiling Distribution.Simple.Setup.Register ( src/Distribution/Simple/Setup/Register.hs, nothing ) [ 90 of 151] Compiling Distribution.Simple.Setup.Install ( src/Distribution/Simple/Setup/Install.hs, nothing ) [ 91 of 151] Compiling Distribution.Simple.Setup.Hscolour ( src/Distribution/Simple/Setup/Hscolour.hs, nothing ) [ 92 of 151] Compiling Distribution.Simple.Setup.Haddock ( src/Distribution/Simple/Setup/Haddock.hs, nothing ) [ 93 of 151] Compiling Distribution.Simple.Setup.Global ( src/Distribution/Simple/Setup/Global.hs, nothing ) [ 94 of 151] Compiling Distribution.Simple.Setup.Copy ( src/Distribution/Simple/Setup/Copy.hs, nothing ) [ 95 of 151] Compiling Distribution.Simple.Setup.Config ( src/Distribution/Simple/Setup/Config.hs, nothing ) [ 96 of 151] Compiling Distribution.Types.LocalBuildConfig ( src/Distribution/Types/LocalBuildConfig.hs, nothing ) [ 97 of 151] Compiling Distribution.Types.LocalBuildInfo ( src/Distribution/Types/LocalBuildInfo.hs, nothing ) [ 98 of 151] Compiling Distribution.Simple.LocalBuildInfo ( src/Distribution/Simple/LocalBuildInfo.hs, nothing ) [ 99 of 151] Compiling Distribution.Simple.Test.Log ( src/Distribution/Simple/Test/Log.hs, nothing ) [100 of 151] Compiling Distribution.Simple.Program.Ld ( src/Distribution/Simple/Program/Ld.hs, nothing ) [101 of 151] Compiling Distribution.Simple.Program.Ar ( src/Distribution/Simple/Program/Ar.hs, nothing ) [102 of 151] Compiling Distribution.Simple.Hpc ( src/Distribution/Simple/Hpc.hs, nothing ) [103 of 151] Compiling Distribution.Simple.Build.PackageInfoModule ( src/Distribution/Simple/Build/PackageInfoModule.hs, nothing ) [104 of 151] Compiling Distribution.Simple.Build.Macros ( src/Distribution/Simple/Build/Macros.hs, nothing ) [105 of 151] Compiling Distribution.Backpack.Id ( src/Distribution/Backpack/Id.hs, nothing ) [106 of 151] Compiling Distribution.Backpack.ConfiguredComponent ( src/Distribution/Backpack/ConfiguredComponent.hs, nothing ) [107 of 151] Compiling Distribution.Backpack.LinkedComponent ( src/Distribution/Backpack/LinkedComponent.hs, nothing ) [108 of 151] Compiling Distribution.Backpack.ComponentsGraph ( src/Distribution/Backpack/ComponentsGraph.hs, nothing ) [109 of 151] Compiling Distribution.Simple.Setup.Clean ( src/Distribution/Simple/Setup/Clean.hs, nothing ) [110 of 151] Compiling Distribution.Simple.Setup.Build ( src/Distribution/Simple/Setup/Build.hs, nothing ) [111 of 151] Compiling Distribution.Simple.Setup.Benchmark ( src/Distribution/Simple/Setup/Benchmark.hs, nothing ) [112 of 151] Compiling Distribution.Simple.Setup ( src/Distribution/Simple/Setup.hs, nothing ) [113 of 151] Compiling Distribution.Simple.Build.Inputs ( src/Distribution/Simple/Build/Inputs.hs, nothing ) [114 of 151] Compiling Distribution.Simple.BuildTarget ( src/Distribution/Simple/BuildTarget.hs, nothing ) [115 of 151] Compiling Distribution.Simple.BuildPaths ( src/Distribution/Simple/BuildPaths.hs, nothing ) [116 of 151] Compiling Distribution.Simple.UHC ( src/Distribution/Simple/UHC.hs, nothing ) [117 of 151] Compiling Distribution.Simple.Test.LibV09 ( src/Distribution/Simple/Test/LibV09.hs, nothing ) [118 of 151] Compiling Distribution.Simple.Test.ExeV10 ( src/Distribution/Simple/Test/ExeV10.hs, nothing ) [119 of 151] Compiling Distribution.Simple.SetupHooks.Internal ( src/Distribution/Simple/SetupHooks/Internal.hs, nothing ) [120 of 151] Compiling Distribution.Simple.HaskellSuite ( src/Distribution/Simple/HaskellSuite.hs, nothing ) [121 of 151] Compiling Distribution.Simple.GHC.Internal ( src/Distribution/Simple/GHC/Internal.hs, nothing ) [122 of 151] Compiling Distribution.Simple.GHC.EnvironmentParser ( src/Distribution/Simple/GHC/EnvironmentParser.hs, nothing ) [123 of 151] Compiling Distribution.Simple.GHCJS ( src/Distribution/Simple/GHCJS.hs, nothing ) [124 of 151] Compiling Distribution.Simple.GHC.Build.Utils ( src/Distribution/Simple/GHC/Build/Utils.hs, nothing ) [125 of 151] Compiling Distribution.Simple.GHC.Build.Modules ( src/Distribution/Simple/GHC/Build/Modules.hs, nothing ) [126 of 151] Compiling Distribution.Simple.GHC.Build.ExtraSources ( src/Distribution/Simple/GHC/Build/ExtraSources.hs, nothing ) [127 of 151] Compiling Distribution.Simple.GHC.Build.Link ( src/Distribution/Simple/GHC/Build/Link.hs, nothing ) [128 of 151] Compiling Distribution.Simple.GHC.Build ( src/Distribution/Simple/GHC/Build.hs, nothing ) [129 of 151] Compiling Distribution.Simple.GHC ( src/Distribution/Simple/GHC.hs, nothing ) [130 of 151] Compiling Distribution.Simple.ShowBuildInfo ( src/Distribution/Simple/ShowBuildInfo.hs, nothing ) [131 of 151] Compiling Distribution.Simple.Install ( src/Distribution/Simple/Install.hs, nothing ) [132 of 151] Compiling Distribution.Simple.Build.PathsModule ( src/Distribution/Simple/Build/PathsModule.hs, nothing ) [133 of 151] Compiling Distribution.PackageDescription.Check.Paths ( src/Distribution/PackageDescription/Check/Paths.hs, nothing ) [134 of 151] Compiling Distribution.PackageDescription.Check.Target ( src/Distribution/PackageDescription/Check/Target.hs, nothing ) [135 of 151] Compiling Distribution.PackageDescription.Check ( src/Distribution/PackageDescription/Check.hs, nothing ) [136 of 151] Compiling Distribution.Make ( src/Distribution/Make.hs, nothing ) [137 of 151] Compiling Distribution.Compat.Time ( src/Distribution/Compat/Time.hs, nothing ) [138 of 151] Compiling Distribution.Backpack.ReadyComponent ( src/Distribution/Backpack/ReadyComponent.hs, nothing ) [139 of 151] Compiling Distribution.Backpack.Configure ( src/Distribution/Backpack/Configure.hs, nothing ) [140 of 151] Compiling Distribution.Backpack.DescribeUnitId ( src/Distribution/Backpack/DescribeUnitId.hs, nothing ) [141 of 151] Compiling Distribution.Simple.Register ( src/Distribution/Simple/Register.hs, nothing ) [142 of 151] Compiling Distribution.Simple.PreProcess ( src/Distribution/Simple/PreProcess.hs, nothing ) [143 of 151] Compiling Distribution.Simple.UserHooks ( src/Distribution/Simple/UserHooks.hs, nothing ) [144 of 151] Compiling Distribution.Simple.Configure ( src/Distribution/Simple/Configure.hs, nothing ) [145 of 151] Compiling Distribution.Simple.SrcDist ( src/Distribution/Simple/SrcDist.hs, nothing ) [146 of 151] Compiling Distribution.Simple.ConfigureScript ( src/Distribution/Simple/ConfigureScript.hs, nothing ) [147 of 151] Compiling Distribution.Simple.Build ( src/Distribution/Simple/Build.hs, nothing ) [148 of 151] Compiling Distribution.Simple.Test ( src/Distribution/Simple/Test.hs, nothing ) [149 of 151] Compiling Distribution.Simple.Haddock ( src/Distribution/Simple/Haddock.hs, nothing ) [150 of 151] Compiling Distribution.Simple.Bench ( src/Distribution/Simple/Bench.hs, nothing ) [151 of 151] Compiling Distribution.Simple ( src/Distribution/Simple.hs, nothing ) Haddock coverage: 0% ( 0 / 5) in 'Distribution.Backpack.FullUnitId' Missing documentation for: Module header FullUnitId (src/Distribution/Backpack/FullUnitId.hs:15) FullDb (src/Distribution/Backpack/FullUnitId.hs:18) expandOpenUnitId (src/Distribution/Backpack/FullUnitId.hs:21) expandUnitId (src/Distribution/Backpack/FullUnitId.hs:27) Warning: 'ModuleSubst' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 2 / 2) in 'Distribution.Backpack.ModSubst' Warning: 'OpenModule' is ambiguous. It is defined * in Distribution.Backpack * in Distribution.Backpack 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 Distribution.Backpack Warning: 'Module' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ModuleScope' is ambiguous. It is defined * at src/Distribution/Backpack/ModuleScope.hs:69:20 * at src/Distribution/Backpack/ModuleScope.hs:69: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/Distribution/Backpack/ModuleScope.hs:69:1 Warning: 'ModuleShape' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ModuleShape' is ambiguous. It is defined * at src/Distribution/Backpack/ModuleShape.hs:29:20 * at src/Distribution/Backpack/ModuleShape.hs:29: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/Distribution/Backpack/ModuleShape.hs:29:1 Warning: 'InstalledPackageInfo' is ambiguous. It is defined * in Distribution.Types.InstalledPackageInfo * in Distribution.Types.InstalledPackageInfo 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 Distribution.Types.InstalledPackageInfo 80% ( 4 / 5) in 'Distribution.Backpack.ModuleShape' Missing documentation for: shapeInstalledPackage (src/Distribution/Backpack/ModuleShape.hs:76) 0% ( 0 / 5) in 'Distribution.Backpack.PreModuleShape' Missing documentation for: Module header PreModuleShape (src/Distribution/Backpack/PreModuleShape.hs:22) toPreModuleShape (src/Distribution/Backpack/PreModuleShape.hs:29) renamePreModuleShape (src/Distribution/Backpack/PreModuleShape.hs:32) mixLinkPreModuleShape (src/Distribution/Backpack/PreModuleShape.hs:41) Warning: 'async' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 50% ( 1 / 2) in 'Distribution.Compat.CreatePipe' Missing documentation for: Module header 75% ( 3 / 4) in 'Distribution.Compat.Directory' Missing documentation for: Module header 66% ( 2 / 3) in 'Distribution.Compat.FilePath' Missing documentation for: Module header Warning: 'GetShortPathName' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 2 / 2) in 'Distribution.Compat.Prelude.Internal' Warning: 'delegate_ctlc' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 80% ( 4 / 5) in 'Distribution.Compat.Process' Missing documentation for: Module header 66% ( 2 / 3) in 'Distribution.Compat.ResponseFile' Missing documentation for: Module header Warning: 'Verbosity' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 66% ( 6 / 9) in 'Distribution.Compat.Stack' Missing documentation for: Module header WithCallStack (src/Distribution/Compat/Stack.hs:18) withLexicalCallStack (src/Distribution/Compat/Stack.hs:37) Warning: 'ReturnInOrder' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'PackageCheck' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 50% ( 5 / 10) in 'Distribution.ReadE' Missing documentation for: succeedReadE (src/Distribution/ReadE.hs:47) failReadE (src/Distribution/ReadE.hs:50) parsecToReadE (src/Distribution/ReadE.hs:57) parsecToReadEErr (src/Distribution/ReadE.hs:61) unexpectMsgString (src/Distribution/ReadE.hs:67) Warning: 'PackageDescription' is ambiguous. It is defined * in Distribution.Types.PackageDescription * in Distribution.Types.PackageDescription 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 Distribution.Types.PackageDescription Warning: 'BuildInfo' is ambiguous. It is defined * in Distribution.Types.BuildInfo * in Distribution.Types.BuildInfo 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 Distribution.Types.BuildInfo 100% ( 6 / 6) in 'Distribution.Simple.BuildToolDepends' 33% ( 1 / 3) in 'Distribution.Simple.BuildWay' Missing documentation for: Module header BuildWay (src/Distribution/Simple/BuildWay.hs:5) Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'b' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 5 / 5) in 'Distribution.Simple.CCompiler' Warning: 'Flag' is ambiguous. It is defined * at src/Distribution/Simple/Flag.hs:65:15 * at src/Distribution/Simple/Flag.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 src/Distribution/Simple/Flag.hs:65:1 100% ( 12 / 12) in 'Distribution.Simple.Flag' 66% ( 4 / 6) in 'Distribution.Simple.Glob.Internal' Missing documentation for: dispGlobPieces (src/Distribution/Simple/Glob/Internal.hs:111) isGlobEscapedChar (src/Distribution/Simple/Glob/Internal.hs:129) Warning: 'takeDrive' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 86% ( 19 / 22) in 'Distribution.Simple.FileMonitor.Types' Missing documentation for: FilePathRoot (src/Distribution/Simple/FileMonitor/Types.hs:61) MonitorKindFile (src/Distribution/Simple/FileMonitor/Types.hs:92) MonitorKindDir (src/Distribution/Simple/FileMonitor/Types.hs:99) 0% ( 0 / 3) in 'Distribution.Simple.InstallDirs.Internal' Missing documentation for: Module header PathComponent (src/Distribution/Simple/InstallDirs/Internal.hs:11) PathTemplateVariable (src/Distribution/Simple/InstallDirs/Internal.hs:19) Warning: 'InstallDirs' is ambiguous. It is defined * at src/Distribution/Simple/InstallDirs.hs:84:24 * at src/Distribution/Simple/InstallDirs.hs:84: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/Distribution/Simple/InstallDirs.hs:84:1 Warning: 'PathTemplate' is ambiguous. It is defined * at src/Distribution/Simple/InstallDirs.hs:390:24 * at src/Distribution/Simple/InstallDirs.hs:390: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/Distribution/Simple/InstallDirs.hs:390:1 47% ( 11 / 23) in 'Distribution.Simple.InstallDirs' Missing documentation for: defaultInstallDirs (src/Distribution/Simple/InstallDirs.hs:178) defaultInstallDirs' (src/Distribution/Simple/InstallDirs.hs:186) combineInstallDirs (src/Distribution/Simple/InstallDirs.hs:120) PathTemplateVariable (src/Distribution/Simple/InstallDirs/Internal.hs:19) PathTemplateEnv (src/Distribution/Simple/InstallDirs.hs:396) combinePathTemplate (src/Distribution/Simple/InstallDirs.hs:411) substPathTemplate (src/Distribution/Simple/InstallDirs.hs:415) platformTemplateEnv (src/Distribution/Simple/InstallDirs.hs:453) compilerTemplateEnv (src/Distribution/Simple/InstallDirs.hs:448) packageTemplateEnv (src/Distribution/Simple/InstallDirs.hs:438) abiTemplateEnv (src/Distribution/Simple/InstallDirs.hs:459) installDirsTemplateEnv (src/Distribution/Simple/InstallDirs.hs:478) Warning: 'strip' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 2 / 2) in 'Distribution.Simple.Program.Internal' Warning: 'TestInstance' is ambiguous. It is defined * at src/Distribution/TestSuite.hs:30:21 * at src/Distribution/TestSuite.hs:30: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/Distribution/TestSuite.hs:30:1 22% ( 2 / 9) in 'Distribution.TestSuite' Missing documentation for: TestInstance (src/Distribution/TestSuite.hs:30) OptionDescr (src/Distribution/TestSuite.hs:49) OptionType (src/Distribution/TestSuite.hs:59) Test (src/Distribution/TestSuite.hs:78) Options (src/Distribution/TestSuite.hs:94) Progress (src/Distribution/TestSuite.hs:96) Result (src/Distribution/TestSuite.hs:100) Warning: 'AnnotatedId' is ambiguous. It is defined * at src/Distribution/Types/AnnotatedId.hs:19:23 * at src/Distribution/Types/AnnotatedId.hs:19: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/Distribution/Types/AnnotatedId.hs:19:1 50% ( 1 / 2) in 'Distribution.Types.AnnotatedId' Missing documentation for: Module header Warning: 'LinkedComponent' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'pc_pkgid' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'PreExistingComponent' is ambiguous. It is defined * at src/Distribution/Backpack/PreExistingComponent.hs:37:29 * at src/Distribution/Backpack/PreExistingComponent.hs:37: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/Distribution/Backpack/PreExistingComponent.hs:37:1 Warning: 'CSubLibName' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 20% ( 1 / 5) in 'Distribution.Types.ComponentInclude' Missing documentation for: Module header ComponentInclude (src/Distribution/Types/ComponentInclude.hs:16) ci_id (src/Distribution/Types/ComponentInclude.hs:25) ci_pkgid (src/Distribution/Types/ComponentInclude.hs:28) Warning: 'ModuleRenaming' is ambiguous. It is defined * in Distribution.Types.ModuleRenaming * in Distribution.Types.ModuleRenaming 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 Distribution.Types.ModuleRenaming Warning: 'BuildInfo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 25% ( 1 / 4) in 'Distribution.Types.ComponentLocalBuildInfo' Missing documentation for: Module header componentIsIndefinite (src/Distribution/Types/ComponentLocalBuildInfo.hs:121) maybeComponentInstantiatedWith (src/Distribution/Types/ComponentLocalBuildInfo.hs:125) 0% ( 0 / 2) in 'Distribution.Types.DumpBuildInfo' Missing documentation for: Module header DumpBuildInfo (src/Distribution/Types/DumpBuildInfo.hs:9) Warning: 'PromisedComponent' is ambiguous. It is defined * at src/Distribution/Types/GivenComponent.hs:38:26 * at src/Distribution/Types/GivenComponent.hs:38: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/Distribution/Types/GivenComponent.hs:38:1 Warning: 'GivenComponent' is ambiguous. It is defined * at src/Distribution/Types/GivenComponent.hs:21:23 * at src/Distribution/Types/GivenComponent.hs:21: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/Distribution/Types/GivenComponent.hs:21:1 66% ( 2 / 3) in 'Distribution.Types.GivenComponent' Missing documentation for: Module header 100% ( 5 / 5) in 'Distribution.Types.PackageName.Magic' 80% ( 4 / 5) in 'Distribution.Types.ParStrat' Missing documentation for: Module header Warning: 'TargetInfo' is ambiguous. It is defined * at src/Distribution/Types/TargetInfo.hs:22:19 * at src/Distribution/Types/TargetInfo.hs:22: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/Distribution/Types/TargetInfo.hs:22:1 Warning: 'LocalBuildInfo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 50% ( 1 / 2) in 'Distribution.Types.TargetInfo' Missing documentation for: Module header 100% ( 8 / 8) in 'Distribution.Utils.IOData' Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 75% ( 3 / 4) in 'Distribution.Utils.Json' Missing documentation for: Json (src/Distribution/Utils/Json.hs:20) Warning: 'mapAccumL' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 50% ( 1 / 2) in 'Distribution.Utils.MapAccum' Missing documentation for: Module header 100% ( 5 / 5) in 'Distribution.Utils.Progress' Warning: 'Point' is ambiguous. It is defined * at src/Distribution/Utils/UnionFind.hs:23:21 * at src/Distribution/Utils/UnionFind.hs:23: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/Distribution/Utils/UnionFind.hs:23:1 0% ( 0 / 3) in 'Distribution.Verbosity.Internal' Missing documentation for: Module header VerbosityLevel (src/Distribution/Verbosity/Internal.hs:11) VerbosityFlag (src/Distribution/Verbosity/Internal.hs:17) Warning: 'Verbosity' is ambiguous. It is defined * at src/Distribution/Verbosity.hs:89:18 * at src/Distribution/Verbosity.hs:89: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/Distribution/Verbosity.hs:89:1 Warning: 'stderr' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'stdout' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 87% ( 35 / 40) in 'Distribution.Verbosity' Missing documentation for: Verbosity (src/Distribution/Verbosity.hs:89) flagToVerbosity (src/Distribution/Verbosity.hs:240) showForCabal (src/Distribution/Verbosity.hs:243) showForGHC (src/Distribution/Verbosity.hs:266) verboseHasFlags (src/Distribution/Verbosity.hs:334) Warning: 'arg' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Command' is ambiguous. It is defined * at src/Distribution/Simple/SetupHooks/Rule.hs:597:71 * at src/Distribution/Simple/SetupHooks/Rule.hs:593: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/Distribution/Simple/SetupHooks/Rule.hs:593:1 Warning: 'registerRule' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'addRuleMonitors' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'LocalBuildInfo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ComponentLocalBuildInfo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Location' is ambiguous. It is defined * at src/Distribution/Simple/SetupHooks/Rule.hs:354:3 * at src/Distribution/Simple/SetupHooks/Rule.hs:353: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/Distribution/Simple/SetupHooks/Rule.hs:353:1 Warning: 'moduleNameSymbolicPath' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Rule' is ambiguous. It is defined * at src/Distribution/Simple/SetupHooks/Rule.hs:262:5 * at src/Distribution/Simple/SetupHooks/Rule.hs:248: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/Distribution/Simple/SetupHooks/Rule.hs:248:1 Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'RulesNameSpace' is ambiguous. It is defined * at src/Distribution/Simple/SetupHooks/Rule.hs:210:23 * at src/Distribution/Simple/SetupHooks/Rule.hs:210: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/Distribution/Simple/SetupHooks/Rule.hs:210:1 Warning: 'StaticPtrInfo' is ambiguous. It is defined * in GHC.StaticPtr * in GHC.StaticPtr 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.StaticPtr Warning: 'Rules' is ambiguous. It is defined * at src/Distribution/Simple/SetupHooks/Rule.hs:478:21 * at src/Distribution/Simple/SetupHooks/Rule.hs:478: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/Distribution/Simple/SetupHooks/Rule.hs:478:1 Warning: 'RuleId' is ambiguous. It is defined * at src/Distribution/Simple/SetupHooks/Rule.hs:203:15 * at src/Distribution/Simple/SetupHooks/Rule.hs:203: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/Distribution/Simple/SetupHooks/Rule.hs:203:1 Warning: 'ActionId' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 87% ( 43 / 49) in 'Distribution.Simple.SetupHooks.Rule' Missing documentation for: Rule (src/Distribution/Simple/SetupHooks/Rule.hs:248) MonitorKindFile (src/Distribution/Simple/FileMonitor/Types.hs:92) MonitorKindDir (src/Distribution/Simple/FileMonitor/Types.hs:99) SScope (src/Distribution/Simple/SetupHooks/Rule.hs:244) RuleBinary (src/Distribution/Simple/SetupHooks/Rule.hs:249) ruleBinary (src/Distribution/Simple/SetupHooks/Rule.hs:1142) Warning: 'RuleId' is ambiguous. It is defined * at src/Distribution/Simple/SetupHooks/Rule.hs:203:15 * at src/Distribution/Simple/SetupHooks/Rule.hs:203: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/Distribution/Simple/SetupHooks/Rule.hs:203:1 28% ( 2 / 7) in 'Distribution.Simple.SetupHooks.Errors' Missing documentation for: Module header CannotApplyComponentDiffReason (src/Distribution/Simple/SetupHooks/Errors.hs:82) IllegalComponentDiffReason (src/Distribution/Simple/SetupHooks/Errors.hs:87) setupHooksExceptionCode (src/Distribution/Simple/SetupHooks/Errors.hs:94) setupHooksExceptionMessage (src/Distribution/Simple/SetupHooks/Errors.hs:109) Warning: 'Program' is ambiguous. It is defined * at src/Distribution/Simple/Program/Types.hs:49:16 * at src/Distribution/Simple/Program/Types.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 src/Distribution/Simple/Program/Types.hs:49:1 Warning: 'ConfiguredProgram' is ambiguous. It is defined * at src/Distribution/Simple/Program/Types.hs:119:26 * at src/Distribution/Simple/Program/Types.hs:119: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/Distribution/Simple/Program/Types.hs:119:1 Warning: 'findExecutable' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'simpleProgram' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'findProgramOnSearchPath' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 83% ( 10 / 12) in 'Distribution.Simple.Program.Types' Missing documentation for: ProgramSearchPathEntry (src/Distribution/Simple/Program/Types.hs:104) ProgArg (src/Distribution/Simple/Program/Types.hs:82) Warning: 'PreProcessor' is ambiguous. It is defined * at src/Distribution/Simple/PreProcess/Types.hs:72:21 * at src/Distribution/Simple/PreProcess/Types.hs:72: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/Distribution/Simple/PreProcess/Types.hs:72:1 66% ( 4 / 6) in 'Distribution.Simple.PreProcess.Types' Missing documentation for: builtinHaskellSuffixes (src/Distribution/Simple/PreProcess/Types.hs:124) builtinHaskellBootSuffixes (src/Distribution/Simple/PreProcess/Types.hs:127) 0% ( 0 / 5) in 'Distribution.Simple.Errors' Missing documentation for: Module header CabalException (src/Distribution/Simple/Errors.hs:45) FailedDependency (src/Distribution/Simple/Errors.hs:38) exceptionCode (src/Distribution/Simple/Errors.hs:178) exceptionMessage (src/Distribution/Simple/Errors.hs:315) 100% ( 3 / 3) in 'Distribution.Simple.PreProcess.Unlit' Warning: 'ModuleScope' is ambiguous. It is defined * at src/Distribution/Backpack/ModuleScope.hs:69:20 * at src/Distribution/Backpack/ModuleScope.hs:69: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/Distribution/Backpack/ModuleScope.hs:69:1 Warning: 'ModuleSubst' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'UnitIdU' is ambiguous. It is defined * at src/Distribution/Backpack/UnifyM.hs:261:5 * at src/Distribution/Backpack/UnifyM.hs:268: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/Distribution/Backpack/UnifyM.hs:268:1 Warning: 'Module' is ambiguous. It is defined * in Distribution.Types.Module * in Distribution.Types.Module 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 Distribution.Types.Module Warning: 'ModuleU' is ambiguous. It is defined * at src/Distribution/Backpack/UnifyM.hs:256:5 * at src/Distribution/Backpack/UnifyM.hs:265: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/Distribution/Backpack/UnifyM.hs:265:1 Warning: 'UnifyM' is ambiguous. It is defined * at src/Distribution/Backpack/UnifyM.hs:83:22 * at src/Distribution/Backpack/UnifyM.hs:83: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/Distribution/Backpack/UnifyM.hs:83:1 Warning: 'ModuleShape' is ambiguous. It is defined * at src/Distribution/Backpack/ModuleShape.hs:29:20 * at src/Distribution/Backpack/ModuleShape.hs:29: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/Distribution/Backpack/ModuleShape.hs:29:1 Warning: 'die' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'rawSystem' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'action' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'CreatePipe' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'findModuleFile' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'createDirectoryIfMissing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'TempFileOptions' is ambiguous. It is defined * at src/Distribution/Simple/Utils.hs:1726:24 * at src/Distribution/Simple/Utils.hs:1726: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/Distribution/Simple/Utils.hs:1726:1 Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'waitForProcess' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 86% (128 /148) in 'Distribution.Simple.Utils' Missing documentation for: cabalVersion (src/Distribution/Simple/Utils.hs:292) dieNoVerbosity (src/Distribution/Simple/Utils.hs:353) die' (src/Distribution/Simple/Utils.hs:383) dieWithException (src/Distribution/Simple/Utils.hs:396) dieWithLocation' (src/Distribution/Simple/Utils.hs:372) dieNoWrap (src/Distribution/Simple/Utils.hs:415) topHandler (src/Distribution/Simple/Utils.hs:522) topHandlerWith (src/Distribution/Simple/Utils.hs:471) infoNoWrap (src/Distribution/Simple/Utils.hs:610) VerboseException (src/Distribution/Simple/Utils.hs:391) setFileOrdinary (src/Distribution/Compat/CopyFile.hs:77) setFileExecutable (src/Distribution/Compat/CopyFile.hs:78) shortRelativePath (src/Distribution/Simple/Utils.hs:1916) findFirstFile (src/Distribution/Simple/Utils.hs:1332) findAllFilesWithExtension (src/Distribution/Simple/Utils.hs:1297) addLibraryPath (src/Distribution/Simple/Utils.hs:1468) defaultTempFileOptions (src/Distribution/Simple/Utils.hs:1732) createTempDirectory (src/Distribution/Compat/Internal/TempFile.hs:124) equating unintersperse Warning: 'NubList' is ambiguous. It is defined * at src/Distribution/Utils/NubList.hs:23:21 * at src/Distribution/Utils/NubList.hs:23: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/Distribution/Utils/NubList.hs:23:1 66% ( 6 / 9) in 'Distribution.Utils.NubList' Missing documentation for: Module header fromNubList fromNubListR Warning: 'LogProgress' is ambiguous. It is defined * at src/Distribution/Utils/LogProgress.hs:33:25 * at src/Distribution/Utils/LogProgress.hs:33: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/Distribution/Utils/LogProgress.hs:33:1 Warning: 'die' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 85% ( 6 / 7) in 'Distribution.Utils.LogProgress' Missing documentation for: Module header Warning: 'CreateProcess' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 33% ( 5 / 15) in 'Distribution.Simple.Program.Run' Missing documentation for: IOEncoding (src/Distribution/Simple/Program/Run.hs:67) emptyProgramInvocation (src/Distribution/Simple/Program/Run.hs:77) simpleProgramInvocation (src/Distribution/Simple/Program/Run.hs:92) programInvocation (src/Distribution/Simple/Program/Run.hs:102) programInvocationCwd (src/Distribution/Simple/Program/Run.hs:118) runProgramInvocation (src/Distribution/Simple/Program/Run.hs:124) getProgramInvocationOutput (src/Distribution/Simple/Program/Run.hs:181) getProgramInvocationLBS (src/Distribution/Simple/Program/Run.hs:189) getProgramInvocationOutputAndErrors (src/Distribution/Simple/Program/Run.hs:200) getProgramInvocationLBSAndErrors (src/Distribution/Simple/Program/Run.hs:212) 100% ( 4 / 4) in 'Distribution.Simple.Program.Script' 50% ( 1 / 2) in 'Distribution.Simple.Program.ResponseFile' Missing documentation for: withResponseFile (src/Distribution/Simple/Program/ResponseFile.hs:42) 66% ( 2 / 3) in 'Distribution.Simple.Program.Hpc' Missing documentation for: union (src/Distribution/Simple/Program/Hpc.hs:118) 58% ( 7 / 12) in 'Distribution.Simple.Program.Find' Missing documentation for: ProgramSearchPathEntry (src/Distribution/Simple/Program/Types.hs:104) defaultProgramSearchPath (src/Distribution/Simple/Program/Find.hs:67) findProgramOnSearchPath (src/Distribution/Simple/Program/Find.hs:96) logExtraProgramSearchPath (src/Distribution/Simple/Program/Find.hs:73) logExtraProgramOverrideEnv (src/Distribution/Simple/Program/Find.hs:82) Warning: 'UnitIndex' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'PackageIndex' is ambiguous. It is defined * at src/Distribution/Simple/PackageIndex.hs:126:23 * at src/Distribution/Simple/PackageIndex.hs:126: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/Distribution/Simple/PackageIndex.hs:126:1 Warning: 'InstalledPackageInfo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Cabal' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'PackageDB' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 92% ( 38 / 41) in 'Distribution.Simple.PackageIndex' Missing documentation for: SearchResult (src/Distribution/Simple/PackageIndex.hs:558) topologicalOrder (src/Distribution/Simple/PackageIndex.hs:666) reverseTopologicalOrder (src/Distribution/Simple/PackageIndex.hs:674) 50% ( 3 / 6) in 'Distribution.Simple.PackageDescription' Missing documentation for: readGenericPackageDescription (src/Distribution/Simple/PackageDescription.hs:54) readHookedBuildInfo (src/Distribution/Simple/PackageDescription.hs:63) parseString (src/Distribution/Simple/PackageDescription.hs:101) Warning: 'die'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Version' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'die' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 77% ( 14 / 18) in 'Distribution.Simple.Glob' Missing documentation for: GlobResult (src/Distribution/Simple/Glob.hs:325) parseFileGlob (src/Distribution/Simple/Glob.hs:217) GlobSyntaxError (src/Distribution/Simple/Glob.hs:267) explainGlobSyntaxError (src/Distribution/Simple/Glob.hs:279) Warning: 'm' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'TargetAnnotation' is ambiguous. It is defined * at src/Distribution/PackageDescription/Check/Monad.hs:160:27 * at src/Distribution/PackageDescription/Check/Monad.hs:160: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/Distribution/PackageDescription/Check/Monad.hs:160:1 Warning: 'CheckPackageContentOps' is ambiguous. It is defined * at src/Distribution/PackageDescription/Check/Monad.hs:92:33 * at src/Distribution/PackageDescription/Check/Monad.hs:92: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/Distribution/PackageDescription/Check/Monad.hs:92:1 Warning: 'CheckCtx' is ambiguous. It is defined * at src/Distribution/PackageDescription/Check/Monad.hs:109:19 * at src/Distribution/PackageDescription/Check/Monad.hs:109: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/Distribution/PackageDescription/Check/Monad.hs:109:1 Warning: 'local' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ask' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'TaraAnn' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'LocalBuildInfo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 61% ( 39 / 63) in 'Distribution.Simple.Compiler' Missing documentation for: Compiler (src/Distribution/Simple/Compiler.hs:111) showCompilerId (src/Distribution/Simple/Compiler.hs:133) showCompilerIdWithAbi (src/Distribution/Simple/Compiler.hs:136) compilerFlavor (src/Distribution/Simple/Compiler.hs:143) compilerVersion (src/Distribution/Simple/Compiler.hs:146) compilerInfo (src/Distribution/Simple/Compiler.hs:175) PackageDB (src/Distribution/Simple/Compiler.hs:224) PackageDBStack (src/Distribution/Simple/Compiler.hs:225) PackageDBCWD (src/Distribution/Simple/Compiler.hs:230) PackageDBStackCWD (src/Distribution/Simple/Compiler.hs:231) PackageDBS (src/Distribution/Simple/Compiler.hs:227) PackageDBStackS (src/Distribution/Simple/Compiler.hs:228) absolutePackageDBPath (src/Distribution/Simple/Compiler.hs:251) interpretPackageDB (src/Distribution/Simple/Compiler.hs:261) interpretPackageDBStack (src/Distribution/Simple/Compiler.hs:267) coercePackageDBStack (src/Distribution/Simple/Compiler.hs:278) flagToOptimisationLevel (src/Distribution/Simple/Compiler.hs:299) flagToDebugInfoLevel (src/Distribution/Simple/Compiler.hs:332) CompilerFlag (src/Distribution/Simple/Compiler.hs:372) languageToFlags (src/Distribution/Simple/Compiler.hs:357) unsupportedLanguages (src/Distribution/Simple/Compiler.hs:352) knownProfDetailLevels (src/Distribution/Simple/Compiler.hs:581) flagToProfDetailLevel (src/Distribution/Simple/Compiler.hs:569) showProfDetailLevel (src/Distribution/Simple/Compiler.hs:591) 65% ( 17 / 26) in 'Distribution.Simple.Program.HcPkg' Missing documentation for: initInvocation (src/Distribution/Simple/Program/HcPkg.hs:426) registerInvocation (src/Distribution/Simple/Program/HcPkg.hs:441) unregisterInvocation (src/Distribution/Simple/Program/HcPkg.hs:470) recacheInvocation (src/Distribution/Simple/Program/HcPkg.hs:481) exposeInvocation (src/Distribution/Simple/Program/HcPkg.hs:493) hideInvocation (src/Distribution/Simple/Program/HcPkg.hs:518) dumpInvocation (src/Distribution/Simple/Program/HcPkg.hs:529) describeInvocation (src/Distribution/Simple/Program/HcPkg.hs:505) listInvocation (src/Distribution/Simple/Program/HcPkg.hs:547) Warning: 'OpenModule' is ambiguous. It is defined * in Distribution.Backpack * in Distribution.Backpack 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 Distribution.Backpack 18% ( 2 / 11) in 'Distribution.Simple.Program.GHC' Missing documentation for: Module header GhcMode (src/Distribution/Simple/Program/GHC.hs:592) GhcOptimisation (src/Distribution/Simple/Program/GHC.hs:607) GhcDynLinkMode (src/Distribution/Simple/Program/GHC.hs:618) GhcProfAuto (src/Distribution/Simple/Program/GHC.hs:627) ghcInvocation (src/Distribution/Simple/Program/GHC.hs:658) renderGhcOptions (src/Distribution/Simple/Program/GHC.hs:677) runGHC (src/Distribution/Simple/Program/GHC.hs:646) normaliseGhcArgs (src/Distribution/Simple/Program/GHC.hs:53) Warning: 'Program' is ambiguous. It is defined * at src/Distribution/Simple/Program/Types.hs:49:16 * at src/Distribution/Simple/Program/Types.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 src/Distribution/Simple/Program/Types.hs:49:1 12% ( 4 / 31) in 'Distribution.Simple.Program.Builtin' Missing documentation for: ghcProgram (src/Distribution/Simple/Program/Builtin.hs:104) ghcPkgProgram (src/Distribution/Simple/Program/Builtin.hs:145) runghcProgram (src/Distribution/Simple/Program/Builtin.hs:135) ghcjsProgram (src/Distribution/Simple/Program/Builtin.hs:156) ghcjsPkgProgram (src/Distribution/Simple/Program/Builtin.hs:163) hmakeProgram (src/Distribution/Simple/Program/Builtin.hs:174) jhcProgram (src/Distribution/Simple/Program/Builtin.hs:185) haskellSuiteProgram (src/Distribution/Simple/Program/Builtin.hs:228) haskellSuitePkgProgram (src/Distribution/Simple/Program/Builtin.hs:234) uhcProgram (src/Distribution/Simple/Program/Builtin.hs:197) gccProgram (src/Distribution/Simple/Program/Builtin.hs:260) arProgram (src/Distribution/Simple/Program/Builtin.hs:266) stripProgram (src/Distribution/Simple/Program/Builtin.hs:269) happyProgram (src/Distribution/Simple/Program/Builtin.hs:238) alexProgram (src/Distribution/Simple/Program/Builtin.hs:249) hsc2hsProgram (src/Distribution/Simple/Program/Builtin.hs:276) c2hsProgram (src/Distribution/Simple/Program/Builtin.hs:287) cpphsProgram (src/Distribution/Simple/Program/Builtin.hs:293) hscolourProgram (src/Distribution/Simple/Program/Builtin.hs:303) doctestProgram (src/Distribution/Simple/Program/Builtin.hs:316) haddockProgram (src/Distribution/Simple/Program/Builtin.hs:327) greencardProgram (src/Distribution/Simple/Program/Builtin.hs:339) ldProgram (src/Distribution/Simple/Program/Builtin.hs:342) tarProgram (src/Distribution/Simple/Program/Builtin.hs:383) cppProgram (src/Distribution/Simple/Program/Builtin.hs:401) pkgConfigProgram (src/Distribution/Simple/Program/Builtin.hs:404) hpcProgram (src/Distribution/Simple/Program/Builtin.hs:203) Warning: 'ProgramDb' is ambiguous. It is defined * at src/Distribution/Simple/Program/Db.hs:102:18 * at src/Distribution/Simple/Program/Db.hs:102: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/Distribution/Simple/Program/Db.hs:102:1 Warning: 'Program' is ambiguous. It is defined * at src/Distribution/Simple/Program/Types.hs:49:16 * at src/Distribution/Simple/Program/Types.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 src/Distribution/Simple/Program/Types.hs:49:1 Warning: 'Programs' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'AnyVersion' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 73% ( 30 / 41) in 'Distribution.Simple.Program.Db' Missing documentation for: emptyProgramDb (src/Distribution/Simple/Program/Db.hs:114) defaultProgramDb (src/Distribution/Simple/Program/Db.hs:117) addKnownPrograms (src/Distribution/Simple/Program/Db.hs:201) prependProgramSearchPathNoLogging (src/Distribution/Simple/Program/Db.hs:259) lookupKnownProgram (src/Distribution/Simple/Program/Db.hs:204) knownPrograms (src/Distribution/Simple/Program/Db.hs:208) userMaybeSpecifyPath (src/Distribution/Simple/Program/Db.hs:283) UnconfiguredProgs (src/Distribution/Simple/Program/Db.hs:110) ConfiguredProgs (src/Distribution/Simple/Program/Db.hs:111) updateUnconfiguredProgs (src/Distribution/Simple/Program/Db.hs:124) updateConfiguredProgs (src/Distribution/Simple/Program/Db.hs:131) Warning: 'Program' is ambiguous. It is defined * at src/Distribution/Simple/Program/Types.hs:49:16 * at src/Distribution/Simple/Program/Types.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 src/Distribution/Simple/Program/Types.hs:49:1 Warning: 'ConfiguredProgram' is ambiguous. It is defined * at src/Distribution/Simple/Program/Types.hs:119:26 * at src/Distribution/Simple/Program/Types.hs:119: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/Distribution/Simple/Program/Types.hs:119:1 Warning: 'ProgramDb' is ambiguous. It is defined * at src/Distribution/Simple/Program/Db.hs:102:18 * at src/Distribution/Simple/Program/Db.hs:102: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/Distribution/Simple/Program/Db.hs:102:1 51% ( 43 / 83) in 'Distribution.Simple.Program' Missing documentation for: ProgramSearchPathEntry (src/Distribution/Simple/Program/Types.hs:104) findProgramOnSearchPath (src/Distribution/Simple/Program/Find.hs:96) defaultProgramSearchPath (src/Distribution/Simple/Program/Find.hs:67) ProgArg (src/Distribution/Simple/Program/Types.hs:82) emptyProgramInvocation (src/Distribution/Simple/Program/Run.hs:77) simpleProgramInvocation (src/Distribution/Simple/Program/Run.hs:92) programInvocation (src/Distribution/Simple/Program/Run.hs:102) runProgramInvocation (src/Distribution/Simple/Program/Run.hs:124) getProgramInvocationOutput (src/Distribution/Simple/Program/Run.hs:181) getProgramInvocationLBS (src/Distribution/Simple/Program/Run.hs:189) defaultProgramDb (src/Distribution/Simple/Program/Db.hs:117) emptyProgramDb (src/Distribution/Simple/Program/Db.hs:114) addKnownPrograms (src/Distribution/Simple/Program/Db.hs:201) lookupKnownProgram (src/Distribution/Simple/Program/Db.hs:204) knownPrograms (src/Distribution/Simple/Program/Db.hs:208) userMaybeSpecifyPath (src/Distribution/Simple/Program/Db.hs:283) ghcProgram (src/Distribution/Simple/Program/Builtin.hs:104) ghcPkgProgram (src/Distribution/Simple/Program/Builtin.hs:145) ghcjsProgram (src/Distribution/Simple/Program/Builtin.hs:156) ghcjsPkgProgram (src/Distribution/Simple/Program/Builtin.hs:163) hmakeProgram (src/Distribution/Simple/Program/Builtin.hs:174) jhcProgram (src/Distribution/Simple/Program/Builtin.hs:185) uhcProgram (src/Distribution/Simple/Program/Builtin.hs:197) gccProgram (src/Distribution/Simple/Program/Builtin.hs:260) arProgram (src/Distribution/Simple/Program/Builtin.hs:266) stripProgram (src/Distribution/Simple/Program/Builtin.hs:269) happyProgram (src/Distribution/Simple/Program/Builtin.hs:238) alexProgram (src/Distribution/Simple/Program/Builtin.hs:249) hsc2hsProgram (src/Distribution/Simple/Program/Builtin.hs:276) c2hsProgram (src/Distribution/Simple/Program/Builtin.hs:287) cpphsProgram (src/Distribution/Simple/Program/Builtin.hs:293) hscolourProgram (src/Distribution/Simple/Program/Builtin.hs:303) doctestProgram (src/Distribution/Simple/Program/Builtin.hs:316) haddockProgram (src/Distribution/Simple/Program/Builtin.hs:327) greencardProgram (src/Distribution/Simple/Program/Builtin.hs:339) ldProgram (src/Distribution/Simple/Program/Builtin.hs:342) tarProgram (src/Distribution/Simple/Program/Builtin.hs:383) cppProgram (src/Distribution/Simple/Program/Builtin.hs:401) pkgConfigProgram (src/Distribution/Simple/Program/Builtin.hs:404) hpcProgram (src/Distribution/Simple/Program/Builtin.hs:203) 33% ( 1 / 3) in 'Distribution.Simple.Program.Strip' Missing documentation for: stripLib (src/Distribution/Simple/Program/Strip.hs:52) stripExe (src/Distribution/Simple/Program/Strip.hs:41) Warning: 'CommandUI' is ambiguous. It is defined * at src/Distribution/Simple/Command.hs:100:24 * at src/Distribution/Simple/Command.hs:100: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/Distribution/Simple/Command.hs:100:1 Warning: 'GetOpt' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'smart' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 60% ( 33 / 55) in 'Distribution.Simple.Command' Missing documentation for: CommandUI (src/Distribution/Simple/Command.hs:100) CommandParse (src/Distribution/Simple/Command.hs:609) helpCommandUI (src/Distribution/Simple/Command.hs:777) ShowOrParseArgs (src/Distribution/Simple/Command.hs:119) Command (src/Distribution/Simple/Command.hs:621) commandAddAction (src/Distribution/Simple/Command.hs:634) CommandType (src/Distribution/Simple/Command.hs:620) commandFromSpec (src/Distribution/Simple/Command.hs:801) commandsRun (src/Distribution/Simple/Command.hs:672) commandsRunWithFallback (src/Distribution/Simple/Command.hs:688) defaultCommandFallback (src/Distribution/Simple/Command.hs:680) Name (src/Distribution/Simple/Command.hs:120) liftOption (src/Distribution/Simple/Command.hs:387) fmapOptDescr (src/Distribution/Simple/Command.hs:158) Description (src/Distribution/Simple/Command.hs:121) OptFlags (src/Distribution/Simple/Command.hs:173) ArgPlaceHolder (src/Distribution/Simple/Command.hs:174) MkOptDescr (src/Distribution/Simple/Command.hs:213) optArgDef' (src/Distribution/Simple/Command.hs:288) noArg (src/Distribution/Simple/Command.hs:292) boolOpt (src/Distribution/Simple/Command.hs:300) boolOpt' (src/Distribution/Simple/Command.hs:312) Warning: 'progDb' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'OptionField' is ambiguous. It is defined * at src/Distribution/Simple/Command.hs:128:22 * at src/Distribution/Simple/Command.hs:128: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/Distribution/Simple/Command.hs:128:1 Warning: 'haddocksInterfaces' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'haddocksAction' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'BuildOptions' is ambiguous. It is defined * at src/Distribution/Types/LocalBuildConfig.hs:150:21 * at src/Distribution/Types/LocalBuildConfig.hs:150: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/Distribution/Types/LocalBuildConfig.hs:150:1 Warning: 'LocalBuildConfig' is ambiguous. It is defined * at src/Distribution/Types/LocalBuildConfig.hs:136:25 * at src/Distribution/Types/LocalBuildConfig.hs:136: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/Distribution/Types/LocalBuildConfig.hs:136:1 Warning: 'InstalledPackageInfo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'PackageBuildDescr' is ambiguous. It is defined * at src/Distribution/Types/LocalBuildConfig.hs:50:26 * at src/Distribution/Types/LocalBuildConfig.hs:50: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/Distribution/Types/LocalBuildConfig.hs:50:1 77% ( 7 / 9) in 'Distribution.Types.LocalBuildConfig' Missing documentation for: Module header buildOptionsConfigFlags (src/Distribution/Types/LocalBuildConfig.hs:206) Warning: 'LocalBuildInfo' is ambiguous. It is defined * at src/Distribution/Types/LocalBuildInfo.hs:190:1 * at src/Distribution/Types/LocalBuildInfo.hs:138: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/Distribution/Types/LocalBuildInfo.hs:138:1 Warning: 'LocalBuildDescr' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'LocalBuildConfig' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'PackageIdentifier' is ambiguous. It is defined * in Distribution.Types.PackageId * in Distribution.Types.PackageId 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 Distribution.Types.PackageId Warning: 'TargetInfo' is ambiguous. It is defined * at src/Distribution/Types/TargetInfo.hs:22:19 * at src/Distribution/Types/TargetInfo.hs:22: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/Distribution/Types/TargetInfo.hs:22:1 Warning: 'PackageDescription' is ambiguous. It is defined * in Distribution.Types.PackageDescription * in Distribution.Types.PackageDescription 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 Distribution.Types.PackageDescription Warning: 'Component' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 56% ( 18 / 32) in 'Distribution.Types.LocalBuildInfo' Missing documentation for: Module header buildDir (src/Distribution/Types/LocalBuildInfo.hs:289) buildDirPBD (src/Distribution/Types/LocalBuildInfo.hs:293) setupFlagsBuildDir (src/Distribution/Types/LocalBuildInfo.hs:297) distPrefLBI (src/Distribution/Types/LocalBuildInfo.hs:300) progPrefix (src/Distribution/Types/LocalBuildInfo.hs:315) progSuffix (src/Distribution/Types/LocalBuildInfo.hs:317) unitIdTarget' (src/Distribution/Types/LocalBuildInfo.hs:383) componentNameTargets (src/Distribution/Types/LocalBuildInfo.hs:486) unitIdTarget (src/Distribution/Types/LocalBuildInfo.hs:489) allTargetsInBuildOrder (src/Distribution/Types/LocalBuildInfo.hs:492) withAllTargetsInBuildOrder (src/Distribution/Types/LocalBuildInfo.hs:495) neededTargetsInBuildOrder (src/Distribution/Types/LocalBuildInfo.hs:498) withNeededTargetsInBuildOrder (src/Distribution/Types/LocalBuildInfo.hs:501) Warning: 'LocalBuildInfo' is ambiguous. It is defined * at src/Distribution/Types/LocalBuildInfo.hs:190:1 * at src/Distribution/Types/LocalBuildInfo.hs:138: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/Distribution/Types/LocalBuildInfo.hs:138:1 Warning: 'Executable' is ambiguous. It is defined * in Distribution.Types.Executable * in Distribution.Types.Executable 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 Distribution.Types.Executable Warning: 'Benchmark' is ambiguous. It is defined * in Distribution.Types.Benchmark * in Distribution.Types.Benchmark 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 Distribution.Types.Benchmark Warning: 'Library' is ambiguous. It is defined * in Distribution.Types.Library * in Distribution.Types.Library 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 Distribution.Types.Library Warning: 'compBuildOrder' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 53% ( 36 / 67) in 'Distribution.Simple.LocalBuildInfo' Missing documentation for: buildDir (src/Distribution/Types/LocalBuildInfo.hs:289) progPrefix (src/Distribution/Types/LocalBuildInfo.hs:315) progSuffix (src/Distribution/Types/LocalBuildInfo.hs:317) Component ComponentName LibraryName defaultLibName showComponentName componentBuildDir (src/Distribution/Simple/LocalBuildInfo.hs:125) foldComponent componentName componentBuildInfo lookupComponent getComponent allComponentsInBuildOrder (src/Distribution/Simple/LocalBuildInfo.hs:248) withTestLBI (src/Distribution/Simple/LocalBuildInfo.hs:210) enabledTestLBIs (src/Distribution/Simple/LocalBuildInfo.hs:217) enabledBenchLBIs (src/Distribution/Simple/LocalBuildInfo.hs:227) defaultInstallDirs (src/Distribution/Simple/InstallDirs.hs:178) defaultInstallDirs' (src/Distribution/Simple/InstallDirs.hs:186) combineInstallDirs (src/Distribution/Simple/InstallDirs.hs:120) PathTemplateVariable (src/Distribution/Simple/InstallDirs/Internal.hs:19) PathTemplateEnv (src/Distribution/Simple/InstallDirs.hs:396) combinePathTemplate (src/Distribution/Simple/InstallDirs.hs:411) platformTemplateEnv (src/Distribution/Simple/InstallDirs.hs:453) compilerTemplateEnv (src/Distribution/Simple/InstallDirs.hs:448) packageTemplateEnv (src/Distribution/Simple/InstallDirs.hs:438) abiTemplateEnv (src/Distribution/Simple/InstallDirs.hs:459) installDirsTemplateEnv (src/Distribution/Simple/InstallDirs.hs:478) absoluteInstallCommandDirs (src/Distribution/Simple/LocalBuildInfo.hs:415) substPathTemplate (src/Distribution/Simple/LocalBuildInfo.hs:473) Warning: 'PackageLog' is ambiguous. It is defined * at src/Distribution/Simple/Test/Log.hs:40:19 * at src/Distribution/Simple/Test/Log.hs:40: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/Distribution/Simple/Test/Log.hs:40:1 Warning: 'TestSuiteLog' is ambiguous. It is defined * at src/Distribution/Simple/Test/Log.hs:59:21 * at src/Distribution/Simple/Test/Log.hs:59: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/Distribution/Simple/Test/Log.hs:59:1 71% ( 10 / 14) in 'Distribution.Simple.Test.Log' Missing documentation for: Module header TestLogs (src/Distribution/Simple/Test/Log.hs:66) summarizeSuiteStart (src/Distribution/Simple/Test/Log.hs:193) testSuiteLogPath (src/Distribution/Simple/Test/Log.hs:127) 100% ( 2 / 2) in 'Distribution.Simple.Program.Ld' 100% ( 3 / 3) in 'Distribution.Simple.Program.Ar' 55% ( 5 / 9) in 'Distribution.Simple.Hpc' Missing documentation for: Way (src/Distribution/Simple/Hpc.hs:61) htmlDir (src/Distribution/Simple/Hpc.hs:111) mixDir (src/Distribution/Simple/Hpc.hs:84) tixDir (src/Distribution/Simple/Hpc.hs:92) 50% ( 1 / 2) in 'Distribution.Simple.Build.PackageInfoModule' Missing documentation for: generatePackageInfoModule (src/Distribution/Simple/Build/PackageInfoModule.hs:37) 100% ( 3 / 3) in 'Distribution.Simple.Build.Macros' Warning: 'computeCompatPackageName' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ConfiguredComponent' is ambiguous. It is defined * at src/Distribution/Backpack/ConfiguredComponent.hs:45:28 * at src/Distribution/Backpack/ConfiguredComponent.hs:45: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/Distribution/Backpack/ConfiguredComponent.hs:45:1 54% ( 6 / 11) in 'Distribution.Backpack.ConfiguredComponent' Missing documentation for: toConfiguredComponent (src/Distribution/Backpack/ConfiguredComponent.hs:179) toConfiguredComponents (src/Distribution/Backpack/ConfiguredComponent.hs:317) ConfiguredComponentMap (src/Distribution/Backpack/ConfiguredComponent.hs:169) extendConfiguredComponentMap (src/Distribution/Backpack/ConfiguredComponent.hs:292) newPackageDepsBehaviour (src/Distribution/Backpack/ConfiguredComponent.hs:350) Warning: 'ConfiguredComponent' is ambiguous. It is defined * at src/Distribution/Backpack/ConfiguredComponent.hs:45:28 * at src/Distribution/Backpack/ConfiguredComponent.hs:45: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/Distribution/Backpack/ConfiguredComponent.hs:45:1 Warning: 'LinkedComponent' is ambiguous. It is defined * at src/Distribution/Backpack/LinkedComponent.hs:50:24 * at src/Distribution/Backpack/LinkedComponent.hs:50: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/Distribution/Backpack/LinkedComponent.hs:50:1 Warning: 'ReadyComponent' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ModuleRenaming' is ambiguous. It is defined * in Distribution.Types.ModuleRenaming * in Distribution.Types.ModuleRenaming 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 Distribution.Types.ModuleRenaming Warning: 'IncludeRenaming' is ambiguous. It is defined * in Distribution.Types.IncludeRenaming * in Distribution.Types.IncludeRenaming 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 Distribution.Types.IncludeRenaming Warning: 'ModSubst' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 54% ( 6 / 11) in 'Distribution.Backpack.LinkedComponent' Missing documentation for: toLinkedComponent (src/Distribution/Backpack/LinkedComponent.hs:123) toLinkedComponents (src/Distribution/Backpack/LinkedComponent.hs:417) dispLinkedComponent (src/Distribution/Backpack/LinkedComponent.hs:99) LinkedComponentMap (src/Distribution/Backpack/LinkedComponent.hs:430) extendLinkedComponentMap (src/Distribution/Backpack/LinkedComponent.hs:436) Warning: 'PackageDescription' is ambiguous. It is defined * in Distribution.Types.PackageDescription * in Distribution.Types.PackageDescription 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 Distribution.Types.PackageDescription 100% ( 7 / 7) in 'Distribution.Backpack.ComponentsGraph' Warning: 'CommandUI' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 25% ( 27 /105) in 'Distribution.Simple.Setup' Missing documentation for: emptyGlobalFlags (src/Distribution/Simple/Setup/Global.hs:122) defaultGlobalFlags (src/Distribution/Simple/Setup/Global.hs:53) globalCommand (src/Distribution/Simple/Setup/Global.hs:61) defaultCommonSetupFlags (src/Distribution/Simple/Setup/Common.hs:99) emptyConfigFlags (src/Distribution/Simple/Setup/Config.hs:1076) defaultConfigFlags (src/Distribution/Simple/Setup/Config.hs:336) configureCommand (src/Distribution/Simple/Setup/Config.hs:379) readPackageDbList (src/Distribution/Simple/Setup/Config.hs:898) showPackageDbList (src/Distribution/Simple/Setup/Config.hs:910) emptyCopyFlags (src/Distribution/Simple/Setup/Copy.hs:168) defaultCopyFlags (src/Distribution/Simple/Setup/Copy.hs:88) copyCommand (src/Distribution/Simple/Setup/Copy.hs:95) emptyInstallFlags (src/Distribution/Simple/Setup/Install.hs:177) defaultInstallFlags (src/Distribution/Simple/Setup/Install.hs:89) installCommand (src/Distribution/Simple/Setup/Install.hs:99) HaddockFlags (src/Distribution/Simple/Setup/Haddock.hs:91) emptyHaddockFlags (src/Distribution/Simple/Setup/Haddock.hs:389) defaultHaddockFlags (src/Distribution/Simple/Setup/Haddock.hs:146) haddockCommand (src/Distribution/Simple/Setup/Haddock.hs:174) HaddockProjectFlags (src/Distribution/Simple/Setup/Haddock.hs:411) emptyHaddockProjectFlags (src/Distribution/Simple/Setup/Haddock.hs:652) defaultHaddockProjectFlags (src/Distribution/Simple/Setup/Haddock.hs:454) haddockProjectCommand (src/Distribution/Simple/Setup/Haddock.hs:478) HscolourFlags (src/Distribution/Simple/Setup/Hscolour.hs:49) emptyHscolourFlags (src/Distribution/Simple/Setup/Hscolour.hs:87) defaultHscolourFlags (src/Distribution/Simple/Setup/Hscolour.hs:90) hscolourCommand (src/Distribution/Simple/Setup/Hscolour.hs:108) BuildFlags (src/Distribution/Simple/Setup/Build.hs:54) emptyBuildFlags (src/Distribution/Simple/Setup/Build.hs:177) defaultBuildFlags (src/Distribution/Simple/Setup/Build.hs:91) buildCommand (src/Distribution/Simple/Setup/Build.hs:101) DumpBuildInfo (src/Distribution/Types/DumpBuildInfo.hs:9) ReplFlags (src/Distribution/Simple/Setup/Repl.hs:94) defaultReplFlags (src/Distribution/Simple/Setup/Repl.hs:107) replCommand (src/Distribution/Simple/Setup/Repl.hs:124) ReplOptions (src/Distribution/Simple/Setup/Repl.hs:53) CleanFlags (src/Distribution/Simple/Setup/Clean.hs:49) emptyCleanFlags (src/Distribution/Simple/Setup/Clean.hs:116) defaultCleanFlags (src/Distribution/Simple/Setup/Clean.hs:83) cleanCommand (src/Distribution/Simple/Setup/Clean.hs:90) emptyRegisterFlags (src/Distribution/Simple/Setup/Register.hs:210) defaultRegisterFlags (src/Distribution/Simple/Setup/Register.hs:88) registerCommand (src/Distribution/Simple/Setup/Register.hs:99) unregisterCommand (src/Distribution/Simple/Setup/Register.hs:165) emptySDistFlags (src/Distribution/Simple/Setup/SDist.hs:134) defaultSDistFlags (src/Distribution/Simple/Setup/SDist.hs:83) sdistCommand (src/Distribution/Simple/Setup/SDist.hs:92) TestFlags (src/Distribution/Simple/Setup/Test.hs:90) emptyTestFlags (src/Distribution/Simple/Setup/Test.hs:276) defaultTestFlags (src/Distribution/Simple/Setup/Test.hs:131) testCommand (src/Distribution/Simple/Setup/Test.hs:144) TestShowDetails (src/Distribution/Simple/Setup/Test.hs:59) BenchmarkFlags (src/Distribution/Simple/Setup/Benchmark.hs:51) emptyBenchmarkFlags (src/Distribution/Simple/Setup/Benchmark.hs:149) defaultBenchmarkFlags (src/Distribution/Simple/Setup/Benchmark.hs:85) benchmarkCommand (src/Distribution/Simple/Setup/Benchmark.hs:92) configureOptions (src/Distribution/Simple/Setup/Config.hs:426) configureCCompiler (src/Distribution/Simple/Setup/Common.hs:423) configureLinker (src/Distribution/Simple/Setup/Common.hs:426) buildOptions (src/Distribution/Simple/Setup/Build.hs:143) haddockOptions (src/Distribution/Simple/Setup/Haddock.hs:212) haddockProjectOptions (src/Distribution/Simple/Setup/Haddock.hs:516) installDirsOptions (src/Distribution/Simple/Setup/Config.hs:972) testOptions' (src/Distribution/Simple/Setup/Test.hs:164) benchmarkOptions' (src/Distribution/Simple/Setup/Benchmark.hs:112) programFlagsDescription (src/Distribution/Simple/Setup/Common.hs:184) replOptions (src/Distribution/Simple/Setup/Repl.hs:210) defaultDistPref (src/Distribution/Simple/Setup/Common.hs:144) optionDistPref (src/Distribution/Simple/Setup/Common.hs:334) boolOpt (src/Distribution/Simple/Setup/Common.hs:307) boolOpt' (src/Distribution/Simple/Setup/Common.hs:313) trueArg (src/Distribution/Simple/Setup/Common.hs:316) falseArg (src/Distribution/Simple/Setup/Common.hs:317) optionVerbosity (src/Distribution/Simple/Setup/Common.hs:371) buildingWhatCommonFlags (src/Distribution/Simple/Setup.hs:188) buildingWhatVerbosity (src/Distribution/Simple/Setup.hs:195) buildingWhatWorkingDir (src/Distribution/Simple/Setup.hs:198) buildingWhatDistPref (src/Distribution/Simple/Setup.hs:201) Warning: 'Library' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'BuildInfo' is ambiguous. It is defined * in Distribution.Types.BuildInfo * in Distribution.Types.BuildInfo 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 Distribution.Types.BuildInfo Warning: 'Compiler' is ambiguous. It is defined * at src/Distribution/Simple/Compiler.hs:111:17 * at src/Distribution/Simple/Compiler.hs:111: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/Distribution/Simple/Compiler.hs:111:1 72% ( 13 / 18) in 'Distribution.Simple.Build.Inputs' Missing documentation for: Module header buildingWhatCommonFlags (src/Distribution/Simple/Setup.hs:188) buildingWhatVerbosity (src/Distribution/Simple/Setup.hs:195) buildingWhatWorkingDir (src/Distribution/Simple/Setup.hs:198) buildingWhatDistPref (src/Distribution/Simple/Setup.hs:201) Warning: 'matchExactly' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ambiguousWith' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'shadows' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'TargetInfo' is ambiguous. It is defined * at src/Distribution/Types/TargetInfo.hs:22:19 * at src/Distribution/Types/TargetInfo.hs:22: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/Distribution/Types/TargetInfo.hs:22:1 Warning: 'PackageDescription' is ambiguous. It is defined * in Distribution.Types.PackageDescription * in Distribution.Types.PackageDescription 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 Distribution.Types.PackageDescription 57% ( 11 / 19) in 'Distribution.Simple.BuildTarget' Missing documentation for: QualLevel (src/Distribution/Simple/BuildTarget.hs:372) buildTargetComponentName (src/Distribution/Simple/BuildTarget.hs:137) readUserBuildTargets (src/Distribution/Simple/BuildTarget.hs:184) showUserBuildTarget (src/Distribution/Simple/BuildTarget.hs:256) UserBuildTargetProblem (src/Distribution/Simple/BuildTarget.hs:243) reportUserBuildTargetProblems (src/Distribution/Simple/BuildTarget.hs:248) BuildTargetProblem (src/Distribution/Simple/BuildTarget.hs:335) reportBuildTargetProblems (src/Distribution/Simple/BuildTarget.hs:398) Warning: 'TestSuite' is ambiguous. It is defined * in Distribution.Types.TestSuite * in Distribution.Types.TestSuite 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 Distribution.Types.TestSuite Warning: 'lib' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'C' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 56% ( 25 / 44) in 'Distribution.Simple.BuildPaths' Missing documentation for: defaultDistPref (src/Distribution/Simple/Setup/Common.hs:144) srcPref (src/Distribution/Simple/BuildPaths.hs:87) haddockTestDirPath (src/Distribution/Simple/BuildPaths.hs:131) haddockBenchmarkDirPath (src/Distribution/Simple/BuildPaths.hs:139) hscolourPref (src/Distribution/Simple/BuildPaths.hs:94) cppHeaderName (src/Distribution/Simple/BuildPaths.hs:165) haddockPath (src/Distribution/Simple/BuildPaths.hs:186) haddockPackageLibraryName' (src/Distribution/Simple/BuildPaths.hs:198) mkLibName (src/Distribution/Simple/BuildPaths.hs:378) mkProfLibName (src/Distribution/Simple/BuildPaths.hs:381) mkSharedLibName (src/Distribution/Simple/BuildPaths.hs:396) mkProfSharedLibName (src/Distribution/Simple/BuildPaths.hs:400) mkStaticLibName (src/Distribution/Simple/BuildPaths.hs:406) getSourceFiles (src/Distribution/Simple/BuildPaths.hs:323) getLibSourceFiles (src/Distribution/Simple/BuildPaths.hs:224) getExeSourceFiles (src/Distribution/Simple/BuildPaths.hs:243) getTestSourceFiles (src/Distribution/Simple/BuildPaths.hs:263) getBenchmarkSourceFiles (src/Distribution/Simple/BuildPaths.hs:284) getFLibSourceFiles (src/Distribution/Simple/BuildPaths.hs:305) 12% ( 1 / 8) in 'Distribution.Simple.UHC' Missing documentation for: configure (src/Distribution/Simple/UHC.hs:65) getInstalledPackages (src/Distribution/Simple/UHC.hs:120) buildLib (src/Distribution/Simple/UHC.hs:215) buildExe (src/Distribution/Simple/UHC.hs:249) installLib (src/Distribution/Simple/UHC.hs:336) registerPackage (src/Distribution/Simple/UHC.hs:363) inplacePackageDbPath (src/Distribution/Simple/UHC.hs:378) Warning: 'TestSuite' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Test' is ambiguous. It is defined * at src/Distribution/TestSuite.hs:79:5 * at src/Distribution/TestSuite.hs:78: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/Distribution/TestSuite.hs:78:1 Warning: 'TestSuiteLog' is ambiguous. It is defined * at src/Distribution/Simple/Test/Log.hs:59:21 * at src/Distribution/Simple/Test/Log.hs:59: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/Distribution/Simple/Test/Log.hs:59:1 75% ( 6 / 8) in 'Distribution.Simple.Test.LibV09' Missing documentation for: Module header runTest (src/Distribution/Simple/Test/LibV09.hs:67) 0% ( 0 / 2) in 'Distribution.Simple.Test.ExeV10' Missing documentation for: Module header runTest (src/Distribution/Simple/Test/ExeV10.hs:61) Warning: 'noPreComponentOutputs' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ProgramDb' is ambiguous. It is defined * at src/Distribution/Simple/Program/Db.hs:102:18 * at src/Distribution/Simple/Program/Db.hs:102: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/Distribution/Simple/Program/Db.hs:102:1 Warning: 'withPrograms' is ambiguous. It is defined * at src/Distribution/Types/LocalBuildConfig.hs:140:5 * at src/Distribution/Types/LocalBuildInfo.hs:204:5 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/Distribution/Types/LocalBuildInfo.hs:204:5 Warning: 'PackageDescription' is ambiguous. It is defined * in Distribution.Types.PackageDescription * in Distribution.Types.PackageDescription 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 Distribution.Types.PackageDescription Warning: 'SetupHooks' is ambiguous. It is defined * at src/Distribution/Simple/SetupHooks/Internal.hs:142:19 * at src/Distribution/Simple/SetupHooks/Internal.hs:142: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/Distribution/Simple/SetupHooks/Internal.hs:142:1 61% ( 34 / 55) in 'Distribution.Simple.SetupHooks.Internal' Missing documentation for: PreConfPackageHook (src/Distribution/Simple/SetupHooks/Internal.hs:191) emptyComponentDiff (src/Distribution/Simple/SetupHooks/Internal.hs:526) buildInfoComponentDiff (src/Distribution/Simple/SetupHooks/Internal.hs:535) LibraryDiff (src/Distribution/Simple/SetupHooks/Internal.hs:513) ForeignLibDiff (src/Distribution/Simple/SetupHooks/Internal.hs:514) ExecutableDiff (src/Distribution/Simple/SetupHooks/Internal.hs:515) TestSuiteDiff (src/Distribution/Simple/SetupHooks/Internal.hs:516) BenchmarkDiff (src/Distribution/Simple/SetupHooks/Internal.hs:517) BuildInfoDiff (src/Distribution/Simple/SetupHooks/Internal.hs:518) buildingWhatVerbosity (src/Distribution/Simple/Setup.hs:195) buildingWhatWorkingDir (src/Distribution/Simple/Setup.hs:198) buildingWhatDistPref (src/Distribution/Simple/Setup.hs:201) PreBuildComponentInputs (src/Distribution/Simple/SetupHooks/Internal.hs:404) PreBuildComponentRules (src/Distribution/Simple/SetupHooks/Internal.hs:414) PostBuildComponentInputs (src/Distribution/Simple/SetupHooks/Internal.hs:416) PostBuildComponentHook (src/Distribution/Simple/SetupHooks/Internal.hs:423) InstallComponentInputs (src/Distribution/Simple/SetupHooks/Internal.hs:472) applyComponentDiffs (src/Distribution/Simple/SetupHooks/Internal.hs:784) forComponents_ (src/Distribution/Simple/SetupHooks/Internal.hs:794) hookedBuildInfoComponents (src/Distribution/Simple/SetupHooks/Internal.hs:1043) hookedBuildInfoComponentDiff_maybe (src/Distribution/Simple/SetupHooks/Internal.hs:1049) 0% ( 0 / 13) in 'Distribution.Simple.HaskellSuite' Missing documentation for: Module header configure (src/Distribution/Simple/HaskellSuite.hs:37) hstoolVersion (src/Distribution/Simple/HaskellSuite.hs:94) numericVersion (src/Distribution/Simple/HaskellSuite.hs:97) getCompilerVersion (src/Distribution/Simple/HaskellSuite.hs:100) getExtensions (src/Distribution/Simple/HaskellSuite.hs:114) getLanguages (src/Distribution/Simple/HaskellSuite.hs:122) getInstalledPackages (src/Distribution/Simple/HaskellSuite.hs:137) buildLib (src/Distribution/Simple/HaskellSuite.hs:175) installLib (src/Distribution/Simple/HaskellSuite.hs:226) registerPackage (src/Distribution/Simple/HaskellSuite.hs:248) initPackageDB (src/Distribution/Simple/HaskellSuite.hs:260) packageDbOpt (src/Distribution/Simple/HaskellSuite.hs:268) Warning: 'Arch' is ambiguous. It is defined * in Distribution.System * in Distribution.Types.ConfVar 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 Distribution.System Warning: 'OS' is ambiguous. It is defined * in Distribution.System * in Distribution.Types.ConfVar 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 Distribution.System Warning: 'Platform' is ambiguous. It is defined * in Distribution.System * in Distribution.System 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 Distribution.System Warning: 'BuildSources' is ambiguous. It is defined * at src/Distribution/Simple/GHCJS.hs:1118:21 * at src/Distribution/Simple/GHCJS.hs:1118: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/Distribution/Simple/GHCJS.hs:1118:1 Warning: 'hsLibraries' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'BuildInfo' is ambiguous. It is defined * in Distribution.Types.BuildInfo * in Distribution.Types.BuildInfo 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 Distribution.Types.BuildInfo 52% ( 20 / 38) in 'Distribution.Simple.GHCJS' Missing documentation for: Module header getGhcInfo (src/Distribution/Simple/GHCJS.hs:307) configure (src/Distribution/Simple/GHCJS.hs:116) buildLib (src/Distribution/Simple/GHCJS.hs:470) replLib (src/Distribution/Simple/GHCJS.hs:481) replFLib (src/Distribution/Simple/GHCJS.hs:904) replExe (src/Distribution/Simple/GHCJS.hs:927) hcPkgInfo (src/Distribution/Simple/GHCJS.hs:2008) registerPackage (src/Distribution/Simple/GHCJS.hs:2033) componentGhcOptions (src/Distribution/Simple/GHCJS.hs:1817) componentCcGhcOptions (src/Distribution/Simple/GHC/Internal.hs:369) getLibDir (src/Distribution/Simple/GHCJS.hs:356) isDynamic (src/Distribution/Simple/GHCJS.hs:1988) pkgRoot (src/Distribution/Simple/GHCJS.hs:2043) readGhcEnvironmentFile (src/Distribution/Simple/GHC/EnvironmentParser.hs:54) parseGhcEnvironmentFile (src/Distribution/Simple/GHC/EnvironmentParser.hs:51) ParseErrorExc (src/Distribution/Simple/GHC/EnvironmentParser.hs:45) getImplInfo (src/Distribution/Simple/GHC/ImplInfo.hs:70) Warning: 'Executable' is ambiguous. It is defined * in Distribution.Types.Executable * in Distribution.Types.Executable 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 Distribution.Types.Executable Warning: 'TestSuite' is ambiguous. It is defined * in Distribution.Types.TestSuite * in Distribution.Types.TestSuite 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 Distribution.Types.TestSuite Warning: 'Benchmark' is ambiguous. It is defined * in Distribution.Types.Benchmark * in Distribution.Types.Benchmark 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 Distribution.Types.Benchmark Warning: 'BuildInfo' is ambiguous. It is defined * in Distribution.Types.BuildInfo * in Distribution.Types.BuildInfo 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 Distribution.Types.BuildInfo Warning: 'GhcOptions' is ambiguous. It is defined * at src/Distribution/Simple/Program/GHC.hs:417:19 * at src/Distribution/Simple/Program/GHC.hs:417: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/Distribution/Simple/Program/GHC.hs:417:1 Warning: 'PreBuildComponentRules' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'GhcOptions' is ambiguous. It is defined * at src/Distribution/Simple/Program/GHC.hs:417:19 * at src/Distribution/Simple/Program/GHC.hs:417: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/Distribution/Simple/Program/GHC.hs:417:1 Warning: 'Executable' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'hsLibraries' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'BuildInfo' is ambiguous. It is defined * in Distribution.Types.BuildInfo * in Distribution.Types.BuildInfo 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 Distribution.Types.BuildInfo Warning: 'Compiler' is ambiguous. It is defined * at src/Distribution/Simple/Compiler.hs:111:17 * at src/Distribution/Simple/Compiler.hs:111: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/Distribution/Simple/Compiler.hs:111:1 52% ( 20 / 38) in 'Distribution.Simple.GHC' Missing documentation for: getGhcInfo (src/Distribution/Simple/GHC.hs:395) configure (src/Distribution/Simple/GHC.hs:163) getInstalledPackagesMonitorFiles (src/Distribution/Simple/GHC.hs:558) buildLib (src/Distribution/Simple/GHC.hs:595) replLib (src/Distribution/Simple/GHC.hs:611) replFLib (src/Distribution/Simple/GHC.hs:670) replExe (src/Distribution/Simple/GHC.hs:708) hcPkgInfo (src/Distribution/Simple/GHC.hs:1047) registerPackage (src/Distribution/Simple/GHC.hs:1072) componentGhcOptions (src/Distribution/Simple/GHC/Internal.hs:502) componentCcGhcOptions (src/Distribution/Simple/GHC/Internal.hs:369) getLibDir (src/Distribution/Simple/GHC.hs:461) compilerBuildWay (src/Distribution/Simple/GHC/Build/Utils.hs:52) pkgRoot (src/Distribution/Simple/GHC.hs:1082) readGhcEnvironmentFile (src/Distribution/Simple/GHC/EnvironmentParser.hs:54) parseGhcEnvironmentFile (src/Distribution/Simple/GHC/EnvironmentParser.hs:51) ParseErrorExc (src/Distribution/Simple/GHC/EnvironmentParser.hs:45) getImplInfo (src/Distribution/Simple/GHC/ImplInfo.hs:70) 60% ( 3 / 5) in 'Distribution.Simple.ShowBuildInfo' Missing documentation for: mkCompilerInfo (src/Distribution/Simple/ShowBuildInfo.hs:135) mkComponentInfo (src/Distribution/Simple/ShowBuildInfo.hs:143) Warning: 'register' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 75% ( 3 / 4) in 'Distribution.Simple.Install' Missing documentation for: install_setupHooks (src/Distribution/Simple/Install.hs:119) 66% ( 2 / 3) in 'Distribution.Simple.Build.PathsModule' Missing documentation for: generatePathsModule (src/Distribution/Simple/Build/PathsModule.hs:42) Warning: 'dist' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'PackageDescription' is ambiguous. It is defined * in Distribution.Types.PackageDescription * in Distribution.Types.PackageDescription 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 Distribution.Types.PackageDescription Warning: 'CheckPackageContentOps' is ambiguous. It is defined * at src/Distribution/PackageDescription/Check/Monad.hs:92:33 * at src/Distribution/PackageDescription/Check/Monad.hs:92: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/Distribution/PackageDescription/Check/Monad.hs:92:1 Warning: 'GenericPackageDescription' is ambiguous. It is defined * in Distribution.Types.GenericPackageDescription * in Distribution.Types.GenericPackageDescription 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 Distribution.Types.GenericPackageDescription 94% ( 18 / 19) in 'Distribution.PackageDescription.Check' Missing documentation for: CheckExplanationIDString (src/Distribution/PackageDescription/Check/Warning.hs:598) 66% ( 4 / 6) in 'Distribution.Make' Missing documentation for: defaultMain (src/Distribution/Make.hs:83) defaultMainArgs (src/Distribution/Make.hs:86) Warning: 'ModTime' is ambiguous. It is defined * at src/Distribution/Compat/Time.hs:57:19 * at src/Distribution/Compat/Time.hs:57: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/Distribution/Compat/Time.hs:57:1 Warning: 'sleepFileTimeCalibrate' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 85% ( 6 / 7) in 'Distribution.Compat.Time' Missing documentation for: Module header Warning: 'InstM' is ambiguous. It is defined * at src/Distribution/Backpack/ReadyComponent.hs:205:19 * at src/Distribution/Backpack/ReadyComponent.hs:205: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/Distribution/Backpack/ReadyComponent.hs:205:1 Warning: 'IndefiniteComponent' is ambiguous. It is defined * at src/Distribution/Backpack/ReadyComponent.hs:110:28 * at src/Distribution/Backpack/ReadyComponent.hs:110: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/Distribution/Backpack/ReadyComponent.hs:110:1 Warning: 'InstantiatedComponent' is ambiguous. It is defined * at src/Distribution/Backpack/ReadyComponent.hs:93:30 * at src/Distribution/Backpack/ReadyComponent.hs:93: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/Distribution/Backpack/ReadyComponent.hs:93:1 Warning: 'componentPackageDeps' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ReadyComponent' is ambiguous. It is defined * at src/Distribution/Backpack/ReadyComponent.hs:55:23 * at src/Distribution/Backpack/ReadyComponent.hs:55: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/Distribution/Backpack/ReadyComponent.hs:55:1 Warning: 'OpenModule' is ambiguous. It is defined * in Distribution.Backpack * in Distribution.Backpack 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 Distribution.Backpack Warning: 'InstalledPackageInfo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'MungedPackageId' is ambiguous. It is defined * in Distribution.Types.MungedPackageId * in Distribution.Types.MungedPackageId 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 Distribution.Types.MungedPackageId Warning: 'LinkedComponent' is ambiguous. It is defined * at src/Distribution/Backpack/LinkedComponent.hs:50:24 * at src/Distribution/Backpack/LinkedComponent.hs:50: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/Distribution/Backpack/LinkedComponent.hs:50:1 Warning: 'improveUnitId' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'HashedUnitId' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 50% ( 1 / 2) in 'Distribution.Backpack.Configure' Missing documentation for: configureComponentLocalBuildInfos (src/Distribution/Backpack/Configure.hs:79) Warning: 'OpenModule' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Module' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 50% ( 1 / 2) in 'Distribution.Backpack.DescribeUnitId' Missing documentation for: Module header 52% ( 9 / 17) in 'Distribution.Simple.Register' Missing documentation for: register (src/Distribution/Simple/Register.hs:102) unregister (src/Distribution/Simple/Register.hs:716) internalPackageDBPath (src/Distribution/Simple/Register.hs:754) initPackageDB (src/Distribution/Simple/Register.hs:358) doesPackageDBExist (src/Distribution/Simple/Register.hs:378) deletePackageDB (src/Distribution/Simple/Register.hs:386) registerPackage (src/Distribution/Simple/Register.hs:435) generateRegistrationInfo (src/Distribution/Simple/Register.hs:266) Warning: 'PreProcessor' is ambiguous. It is defined * at src/Distribution/Simple/PreProcess/Types.hs:72:21 * at src/Distribution/Simple/PreProcess/Types.hs:72: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/Distribution/Simple/PreProcess/Types.hs:72:1 Warning: 'Suffix' is ambiguous. It is defined * at src/Distribution/Simple/PreProcess/Types.hs:114:18 * at src/Distribution/Simple/PreProcess/Types.hs:114: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/Distribution/Simple/PreProcess/Types.hs:114:1 43% ( 10 / 23) in 'Distribution.Simple.PreProcess' Missing documentation for: builtinHaskellSuffixes (src/Distribution/Simple/PreProcess/Types.hs:124) builtinHaskellBootSuffixes (src/Distribution/Simple/PreProcess/Types.hs:127) mkSimplePreProcessor (src/Distribution/Simple/PreProcess.hs:112) runSimplePreProcessor (src/Distribution/Simple/PreProcess.hs:127) ppCpp (src/Distribution/Simple/PreProcess.hs:414) ppCpp' (src/Distribution/Simple/PreProcess.hs:417) ppGreenCard (src/Distribution/Simple/PreProcess.hs:388) ppC2hs (src/Distribution/Simple/PreProcess.hs:676) ppHsc2hs (src/Distribution/Simple/PreProcess.hs:491) ppHappy (src/Distribution/Simple/PreProcess.hs:844) ppAlex (src/Distribution/Simple/PreProcess.hs:853) ppUnlit (src/Distribution/Simple/PreProcess.hs:404) platformDefines (src/Distribution/Simple/PreProcess.hs:751) Warning: 'UserHooks' is ambiguous. It is defined * at src/Distribution/Simple/UserHooks.hs:53:18 * at src/Distribution/Simple/UserHooks.hs:53: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/Distribution/Simple/UserHooks.hs:53:1 75% ( 3 / 4) in 'Distribution.Simple.UserHooks' Missing documentation for: Args (src/Distribution/Simple/UserHooks.hs:45) Warning: 'BuildInfo' is ambiguous. It is defined * in Distribution.Types.BuildInfo * in Distribution.Types.BuildInfo 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 Distribution.Types.BuildInfo Warning: 'LocalBuildInfo' is ambiguous. It is defined * at src/Distribution/Types/LocalBuildInfo.hs:190:1 * at src/Distribution/Types/LocalBuildInfo.hs:138: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/Distribution/Types/LocalBuildInfo.hs:138:1 Warning: 'UserHooks' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ConfigFlags' is ambiguous. It is defined * at src/Distribution/Simple/Setup/Config.hs:87:20 * at src/Distribution/Simple/Setup/Config.hs:87: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/Distribution/Simple/Setup/Config.hs:87:1 Warning: 'Compiler' is ambiguous. It is defined * at src/Distribution/Simple/Compiler.hs:111:17 * at src/Distribution/Simple/Compiler.hs:111: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/Distribution/Simple/Compiler.hs:111:1 Warning: 'ProgramDb' is ambiguous. It is defined * at src/Distribution/Simple/Program/Db.hs:102:18 * at src/Distribution/Simple/Program/Db.hs:102: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/Distribution/Simple/Program/Db.hs:102:1 82% ( 23 / 28) in 'Distribution.Simple.Configure' Missing documentation for: configure_setupHooks (src/Distribution/Simple/Configure.hs:457) configCompilerEx (src/Distribution/Simple/Configure.hs:2479) configCompilerAuxEx (src/Distribution/Simple/Configure.hs:2461) checkForeignDeps (src/Distribution/Simple/Configure.hs:2498) platformDefines (src/Distribution/Simple/PreProcess.hs:751) Warning: 'die' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'PackageDescription' is ambiguous. It is defined * in Distribution.Types.PackageDescription * in Distribution.Types.PackageDescription 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 Distribution.Types.PackageDescription Warning: 'errorPrefix' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 15 / 15) in 'Distribution.Simple.SrcDist' Warning: 'LocalBuildInfo' is ambiguous. It is defined * at src/Distribution/Types/LocalBuildInfo.hs:190:1 * at src/Distribution/Types/LocalBuildInfo.hs:138: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/Distribution/Types/LocalBuildInfo.hs:138:1 Warning: 'TestSuite' is ambiguous. It is defined * in Distribution.Types.TestSuite * in Distribution.Types.TestSuite 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 Distribution.Types.TestSuite Warning: 'Benchmark' is ambiguous. It is defined * in Distribution.Types.Benchmark * in Distribution.Types.Benchmark 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 Distribution.Types.Benchmark Warning: 'BuildInfo' is ambiguous. It is defined * in Distribution.Types.BuildInfo * in Distribution.Types.BuildInfo 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 Distribution.Types.BuildInfo Warning: 'ProgramDb' is ambiguous. It is defined * at src/Distribution/Simple/Program/Db.hs:102:18 * at src/Distribution/Simple/Program/Db.hs:102: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/Distribution/Simple/Program/Db.hs:102:1 Warning: 'autogenComponentsModuleDir' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 81% ( 18 / 22) in 'Distribution.Simple.Build' Missing documentation for: build_setupHooks (src/Distribution/Simple/Build.hs:163) repl (src/Distribution/Simple/Build.hs:337) repl_setupHooks (src/Distribution/Simple/Build.hs:352) AutogenFile (src/Distribution/Simple/Build.hs:1235) 100% ( 2 / 2) in 'Distribution.Simple.Test' Warning: 'haddocks' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Haddock' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'HaddocksFlags' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 50% ( 4 / 8) in 'Distribution.Simple.Haddock' Missing documentation for: haddock (src/Distribution/Simple/Haddock.hs:234) haddock_setupHooks (src/Distribution/Simple/Haddock.hs:243) hscolour (src/Distribution/Simple/Haddock.hs:1476) hscolour_setupHooks (src/Distribution/Simple/Haddock.hs:1485) 100% ( 2 / 2) in 'Distribution.Simple.Bench' Warning: 'UserHooks' is ambiguous. It is defined * at src/Distribution/Simple/UserHooks.hs:53:18 * at src/Distribution/Simple/UserHooks.hs:53: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/Distribution/Simple/UserHooks.hs:53:1 83% ( 20 / 24) in 'Distribution.Simple' Missing documentation for: Args (src/Distribution/Simple/UserHooks.hs:45) defaultMainWithSetupHooks (src/Distribution/Simple.hs:142) defaultMainWithSetupHooksArgs (src/Distribution/Simple.hs:146) autoconfSetupHooks (src/Distribution/Simple.hs:992) Warning: Distribution.Backpack.FullUnitId: could not find link destinations for: - Distribution.Backpack.FullUnitId.Rep_FullUnitId Warning: Distribution.Backpack.ModuleShape: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Backpack.ModuleShape.Rep_ModuleShape Warning: Distribution.Backpack.PreModuleShape: could not find link destinations for: - Distribution.Backpack.PreModuleShape.Rep_PreModuleShape Warning: Distribution.Compat.Stack: could not find link destinations for: - GHC.IsList.D:R:ItemCallStack Warning: Distribution.ReadE: could not find link destinations for: - Distribution.ReadE.ErrorMsg Warning: Distribution.Simple.Flag: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Simple.Flag.Rep_Flag Warning: Distribution.Simple.Glob.Internal: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Simple.Glob.Internal.Rep_Glob - Distribution.Simple.Glob.Internal.Rep_GlobPiece Warning: Distribution.Simple.FileMonitor.Types: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Simple.Glob.Internal.Rep_Glob - Distribution.Simple.FileMonitor.Types.Rep_MonitorFilePath - Distribution.Simple.FileMonitor.Types.Rep_MonitorKindDir - Distribution.Simple.FileMonitor.Types.Rep_MonitorKindFile - Distribution.Simple.FileMonitor.Types.Rep_RootedGlob - Distribution.Simple.FileMonitor.Types.Rep_FilePathRoot Warning: Distribution.Simple.InstallDirs.Internal: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Simple.InstallDirs.Internal.Rep_PathComponent - Distribution.Simple.InstallDirs.Internal.Rep_PathTemplateVariable Warning: Distribution.Simple.InstallDirs: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Simple.InstallDirs.Internal.Rep_PathTemplateVariable - Distribution.Simple.InstallDirs.Rep_PathTemplate - Distribution.Simple.InstallDirs.Rep_CopyDest - Distribution.Simple.InstallDirs.Rep_InstallDirs Warning: Distribution.Types.ComponentLocalBuildInfo: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.ComponentLocalBuildInfo.D:R:KeyComponentLocalBuildInfo - Distribution.Types.ComponentLocalBuildInfo.Rep_ComponentLocalBuildInfo Warning: Distribution.Types.DumpBuildInfo: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.DumpBuildInfo.Rep_DumpBuildInfo Warning: Distribution.Types.GivenComponent: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.GivenComponent.Rep_PromisedComponent - Distribution.Types.GivenComponent.Rep_GivenComponent Warning: Distribution.Types.TargetInfo: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.TargetInfo.D:R:KeyTargetInfo - Distribution.Types.TargetInfo.Rep_TargetInfo Warning: Distribution.Verbosity.Internal: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Verbosity.Internal.Rep_VerbosityFlag - Distribution.Verbosity.Internal.Rep_VerbosityLevel Warning: Distribution.Verbosity: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Verbosity.Rep_Verbosity Warning: Distribution.Simple.SetupHooks.Rule: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Simple.FileMonitor.Types.Rep_MonitorFilePath - Distribution.Simple.FileMonitor.Types.Rep_MonitorKindDir - Distribution.Simple.FileMonitor.Types.Rep_MonitorKindFile - Distribution.Simple.SetupHooks.Rule.NoCmd - Distribution.Simple.SetupHooks.Rule.ScopedArgument - Distribution.Simple.SetupHooks.Rule.RulesNameSpace - Distribution.Simple.SetupHooks.Rule.D:R:StaticSystemfnTy0 - Distribution.Simple.SetupHooks.Rule.D:R:StaticUserfnTy0 - Distribution.Simple.SetupHooks.Rule.Rep_RuleData - Distribution.Simple.SetupHooks.Rule.Rep_Dependency - Distribution.Simple.SetupHooks.Rule.Rep_RuleOutput - Distribution.Simple.SetupHooks.Rule.Rep_RuleId Warning: Distribution.Simple.Program.Types: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Simple.Program.Types.Rep_ConfiguredProgram - Distribution.Simple.Program.Types.Rep_ProgramLocation - Distribution.Simple.Program.Types.Rep_ProgramSearchPathEntry Warning: Distribution.Simple.PreProcess.Types: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Simple.PreProcess.Types.Rep_Suffix Warning: Distribution.Simple.Utils: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Simple.PreProcess.Types.Rep_Suffix - Distribution.Simple.Utils.withMetadata Warning: Distribution.Utils.NubList: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Utils.NubList.Rep_NubList Warning: Distribution.Utils.LogProgress: could not find link destinations for: - Distribution.Utils.LogProgress.CtxMsg Warning: Distribution.Simple.Program.Find: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Simple.Program.Types.Rep_ProgramSearchPathEntry - Distribution.Simple.Program.Find.findExecutable Warning: Distribution.Simple.PackageIndex: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Simple.PackageIndex.DepUniqueKey - Distribution.Simple.PackageIndex.Rep_PackageIndex Warning: Distribution.Simple.Glob: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Simple.Glob.Internal.Rep_Glob Warning: Distribution.Simple.Compiler: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Simple.Compiler.Rep_ProfDetailLevel - Distribution.Simple.Compiler.Rep_Compiler - Distribution.Simple.Compiler.Rep_DebugInfoLevel - Distribution.Simple.Compiler.Rep_OptimisationLevel - Distribution.Simple.Compiler.Rep_PackageDBX Warning: Distribution.Simple.Program.GHC: could not find link destinations for: - Distribution.Simple.Program.GHC.Rep_GhcOptions Warning: Distribution.Simple.Program.Db: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Simple.Program.Db.UnconfiguredProgram Warning: Distribution.Simple.Program: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Simple.Program.Types.Rep_ConfiguredProgram - Distribution.Simple.Program.Types.Rep_ProgramLocation - Distribution.Simple.Program.Types.Rep_ProgramSearchPathEntry Warning: Distribution.Types.LocalBuildConfig: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.LocalBuildConfig.Rep_LocalBuildConfig - Distribution.Types.LocalBuildConfig.Rep_BuildOptions - Distribution.Types.LocalBuildConfig.Rep_LocalBuildDescr - Distribution.Types.LocalBuildConfig.Rep_ComponentBuildDescr - Distribution.Types.LocalBuildConfig.Rep_PackageBuildDescr Warning: Distribution.Types.LocalBuildInfo: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.LocalBuildInfo.Rep_LocalBuildInfo Warning: Distribution.Simple.LocalBuildInfo: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.ComponentName.NotLibComponentName - Distribution.Types.ComponentName.Rep_ComponentName - Distribution.Types.LibraryName.Rep_LibraryName - Distribution.Simple.InstallDirs.Internal.Rep_PathTemplateVariable - Distribution.Simple.InstallDirs.Rep_PathTemplate - Distribution.Simple.InstallDirs.Rep_CopyDest - Distribution.Simple.InstallDirs.Rep_InstallDirs - Distribution.Types.ComponentLocalBuildInfo.D:R:KeyComponentLocalBuildInfo - Distribution.Types.ComponentLocalBuildInfo.Rep_ComponentLocalBuildInfo - Distribution.Types.Component.Rep_Component - Distribution.Types.LocalBuildInfo.Rep_LocalBuildInfo Warning: Distribution.Simple.Setup: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Simple.Flag.Rep_Flag - Distribution.Simple.InstallDirs.Rep_CopyDest - Distribution.Types.DumpBuildInfo.Rep_DumpBuildInfo - Distribution.Simple.Setup.Common.programDbPaths - Distribution.Simple.Setup.Common.Rep_CommonSetupFlags - Distribution.Simple.Setup.Test.Rep_TestFlags - Distribution.Simple.Setup.Test.Rep_TestShowDetails - Distribution.Simple.Setup.SDist.Rep_SDistFlags - Distribution.Simple.Setup.Repl.Rep_ReplFlags - Distribution.Simple.Setup.Repl.Rep_ReplOptions - Distribution.Simple.Setup.Register.Rep_RegisterFlags - Distribution.Simple.Setup.Install.Rep_InstallFlags - Distribution.Simple.Setup.Hscolour.Rep_HscolourFlags - Distribution.Simple.Setup.Haddock.Rep_HaddockProjectFlags - Distribution.Simple.Setup.Haddock.Rep_HaddockFlags - Distribution.Simple.Setup.Haddock.Rep_HaddockTarget - Distribution.Simple.Setup.Global.Rep_GlobalFlags - Distribution.Simple.Setup.Copy.Rep_CopyFlags - Distribution.Simple.Setup.Config.Rep_ConfigFlags - Distribution.Simple.Setup.Clean.Rep_CleanFlags - Distribution.Simple.Setup.Build.Rep_BuildFlags - Distribution.Simple.Setup.Benchmark.Rep_BenchmarkFlags - Distribution.Simple.Setup.Rep_BuildingWhat Warning: Distribution.Simple.Build.Inputs: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Types.TargetInfo.D:R:KeyTargetInfo - Distribution.Types.TargetInfo.Rep_TargetInfo - Distribution.Types.LocalBuildInfo.Rep_LocalBuildInfo - Distribution.Simple.Setup.Rep_BuildingWhat Warning: Distribution.Simple.BuildTarget: could not find link destinations for: - Distribution.Simple.BuildTarget.Rep_BuildTarget Warning: Distribution.Simple.SetupHooks.Internal: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Simple.Setup.Rep_BuildingWhat - Distribution.Simple.SetupHooks.Internal.Rep_PreConfComponentOutputs - Distribution.Simple.SetupHooks.Internal.Rep_InstallComponentInputs - Distribution.Simple.SetupHooks.Internal.Rep_PostBuildComponentInputs - Distribution.Simple.SetupHooks.Internal.Rep_PreBuildComponentInputs - Distribution.Simple.SetupHooks.Internal.Rep_PreConfComponentInputs - Distribution.Simple.SetupHooks.Internal.Rep_PostConfPackageInputs - Distribution.Simple.SetupHooks.Internal.Rep_PreConfPackageOutputs - Distribution.Simple.SetupHooks.Internal.Rep_PreConfPackageInputs Warning: Distribution.PackageDescription.Check: could not find link destinations for: - Distribution.PackageDescription.Check.Warning.WarnLang - Distribution.PackageDescription.Check.Warning.CEType Warning: Distribution.Make: could not find link destinations for: - Distribution.Types.InstalledPackageInfo.FieldGrammar.SpecLicenseLenient - Distribution.Types.Version.Rep_Version - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.License.Rep_License Warning: Distribution.Compat.Time: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Compat.Time.Rep_ModTime Warning: Distribution.Backpack.Configure: could not find link destinations for: - Distribution.Backpack.PreExistingComponent.PreExistingComponent - Distribution.Backpack.PreExistingComponent.ConfiguredPromisedComponent Warning: Distribution.Simple.PreProcess: could not find link destinations for: - Distribution.Utils.Structured.Tagged - Distribution.Utils.Structured.structureHash' - Distribution.Simple.PreProcess.Types.Rep_Suffix Documentation created: dist/doc/html/Cabal/, dist/doc/html/Cabal/Cabal.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/Cabal-3.14.2.0-8OQfUms4NlVIAKXpybEPZQ Completed Cabal-3.14.2.0 Configuring adjunctions-4.4.4... Preprocessing library for adjunctions-4.4.4.. Building library for adjunctions-4.4.4.. [ 1 of 11] Compiling Control.Monad.Trans.Conts ( src/Control/Monad/Trans/Conts.hs, dist/build/Control/Monad/Trans/Conts.o, dist/build/Control/Monad/Trans/Conts.dyn_o ) [ 2 of 11] Compiling Data.Functor.Contravariant.Rep ( src/Data/Functor/Contravariant/Rep.hs, dist/build/Data/Functor/Contravariant/Rep.o, dist/build/Data/Functor/Contravariant/Rep.dyn_o ) [ 3 of 11] Compiling Data.Functor.Contravariant.Adjunction ( src/Data/Functor/Contravariant/Adjunction.hs, dist/build/Data/Functor/Contravariant/Adjunction.o, dist/build/Data/Functor/Contravariant/Adjunction.dyn_o ) [ 4 of 11] Compiling Control.Monad.Trans.Contravariant.Adjoint ( src/Control/Monad/Trans/Contravariant/Adjoint.hs, dist/build/Control/Monad/Trans/Contravariant/Adjoint.o, dist/build/Control/Monad/Trans/Contravariant/Adjoint.dyn_o ) [ 5 of 11] Compiling Data.Functor.Rep ( src/Data/Functor/Rep.hs, dist/build/Data/Functor/Rep.o, dist/build/Data/Functor/Rep.dyn_o ) [ 6 of 11] Compiling Data.Functor.Adjunction ( src/Data/Functor/Adjunction.hs, dist/build/Data/Functor/Adjunction.o, dist/build/Data/Functor/Adjunction.dyn_o ) [ 7 of 11] Compiling Control.Monad.Trans.Adjoint ( src/Control/Monad/Trans/Adjoint.hs, dist/build/Control/Monad/Trans/Adjoint.o, dist/build/Control/Monad/Trans/Adjoint.dyn_o ) [ 8 of 11] Compiling Control.Comonad.Trans.Adjoint ( src/Control/Comonad/Trans/Adjoint.hs, dist/build/Control/Comonad/Trans/Adjoint.o, dist/build/Control/Comonad/Trans/Adjoint.dyn_o ) [ 9 of 11] Compiling Control.Monad.Representable.State ( src/Control/Monad/Representable/State.hs, dist/build/Control/Monad/Representable/State.o, dist/build/Control/Monad/Representable/State.dyn_o ) [10 of 11] Compiling Control.Monad.Representable.Reader ( src/Control/Monad/Representable/Reader.hs, dist/build/Control/Monad/Representable/Reader.o, dist/build/Control/Monad/Representable/Reader.dyn_o ) [11 of 11] Compiling Control.Comonad.Representable.Store ( src/Control/Comonad/Representable/Store.hs, dist/build/Control/Comonad/Representable/Store.o, dist/build/Control/Comonad/Representable/Store.dyn_o ) Preprocessing library for adjunctions-4.4.4.. Running Haddock on library for adjunctions-4.4.4.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 11] Compiling Control.Monad.Trans.Conts ( src/Control/Monad/Trans/Conts.hs, nothing ) [ 2 of 11] Compiling Data.Functor.Contravariant.Rep ( src/Data/Functor/Contravariant/Rep.hs, nothing ) [ 3 of 11] Compiling Data.Functor.Contravariant.Adjunction ( src/Data/Functor/Contravariant/Adjunction.hs, nothing ) [ 4 of 11] Compiling Control.Monad.Trans.Contravariant.Adjoint ( src/Control/Monad/Trans/Contravariant/Adjoint.hs, nothing ) [ 5 of 11] Compiling Data.Functor.Rep ( src/Data/Functor/Rep.hs, nothing ) [ 6 of 11] Compiling Data.Functor.Adjunction ( src/Data/Functor/Adjunction.hs, nothing ) [ 7 of 11] Compiling Control.Monad.Trans.Adjoint ( src/Control/Monad/Trans/Adjoint.hs, nothing ) [ 8 of 11] Compiling Control.Comonad.Trans.Adjoint ( src/Control/Comonad/Trans/Adjoint.hs, nothing ) [ 9 of 11] Compiling Control.Monad.Representable.State ( src/Control/Monad/Representable/State.hs, nothing ) [10 of 11] Compiling Control.Monad.Representable.Reader ( src/Control/Monad/Representable/Reader.hs, nothing ) [11 of 11] Compiling Control.Comonad.Representable.Store ( src/Control/Comonad/Representable/Store.hs, nothing ) Haddock coverage: 33% ( 4 / 12) in 'Control.Monad.Trans.Conts' Missing documentation for: Cont (src/Control/Monad/Trans/Conts.hs:38) cont (src/Control/Monad/Trans/Conts.hs:41) runCont (src/Control/Monad/Trans/Conts.hs:44) Conts (src/Control/Monad/Trans/Conts.hs:46) runConts (src/Control/Monad/Trans/Conts.hs:52) conts (src/Control/Monad/Trans/Conts.hs:49) ContsT (src/Control/Monad/Trans/Conts.hs:54) callCC (src/Control/Monad/Trans/Conts.hs:71) Warning: 'Iso'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 83% ( 5 / 6) in 'Data.Functor.Contravariant.Rep' Missing documentation for: contramapRep (src/Data/Functor/Contravariant/Rep.hs:71) Warning: 'Op' is ambiguous. It is defined * in Data.Functor.Contravariant * in Data.Functor.Contravariant 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.Contravariant Warning: 'Hask' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Iso'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 80% ( 4 / 5) in 'Data.Functor.Contravariant.Adjunction' Missing documentation for: coindexAdjunction (src/Data/Functor/Contravariant/Adjunction.hs:74) 20% ( 1 / 5) in 'Control.Monad.Trans.Contravariant.Adjoint' Missing documentation for: Adjoint (src/Control/Monad/Trans/Contravariant/Adjoint.hs:40) runAdjoint (src/Control/Monad/Trans/Contravariant/Adjoint.hs:48) adjoint (src/Control/Monad/Trans/Contravariant/Adjoint.hs:45) AdjointT (src/Control/Monad/Trans/Contravariant/Adjoint.hs:42) Warning: 'WrappedRec' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Iso'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 46% ( 22 / 47) in 'Data.Functor.Rep' Missing documentation for: Co (src/Data/Functor/Rep.hs:437) fmapRep (src/Data/Functor/Rep.hs:254) distributeRep (src/Data/Functor/Rep.hs:281) collectRep (src/Data/Functor/Rep.hs:284) apRep (src/Data/Functor/Rep.hs:278) pureRep (src/Data/Functor/Rep.hs:257) liftR2 (src/Data/Functor/Rep.hs:477) liftR3 (src/Data/Functor/Rep.hs:480) bindRep (src/Data/Functor/Rep.hs:260) mfixRep (src/Data/Functor/Rep.hs:263) mzipRep (src/Data/Functor/Rep.hs:269) mzipWithRep (src/Data/Functor/Rep.hs:266) askRep (src/Data/Functor/Rep.hs:272) localRep (src/Data/Functor/Rep.hs:275) duplicatedRep (src/Data/Functor/Rep.hs:296) extendedRep (src/Data/Functor/Rep.hs:299) duplicateRep (src/Data/Functor/Rep.hs:302) extendRep (src/Data/Functor/Rep.hs:305) extractRep (src/Data/Functor/Rep.hs:308) duplicateRepBy (src/Data/Functor/Rep.hs:287) extendRepBy (src/Data/Functor/Rep.hs:290) extractRepBy (src/Data/Functor/Rep.hs:293) imapRep (src/Data/Functor/Rep.hs:311) ifoldMapRep (src/Data/Functor/Rep.hs:315) itraverseRep (src/Data/Functor/Rep.hs:319) Warning: 'Iso'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'uncozipping' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 62% ( 10 / 16) in 'Data.Functor.Adjunction' Missing documentation for: zapWithAdjunction (src/Data/Functor/Adjunction.hs:108) absurdL (src/Data/Functor/Adjunction.hs:132) extractL (src/Data/Functor/Adjunction.hs:117) duplicateL (src/Data/Functor/Adjunction.hs:120) splitL (src/Data/Functor/Adjunction.hs:111) unsplitL (src/Data/Functor/Adjunction.hs:114) 20% ( 1 / 5) in 'Control.Monad.Trans.Adjoint' Missing documentation for: Adjoint (src/Control/Monad/Trans/Adjoint.hs:27) runAdjoint (src/Control/Monad/Trans/Adjoint.hs:35) adjoint (src/Control/Monad/Trans/Adjoint.hs:32) AdjointT (src/Control/Monad/Trans/Adjoint.hs:29) 20% ( 1 / 5) in 'Control.Comonad.Trans.Adjoint' Missing documentation for: Adjoint (src/Control/Comonad/Trans/Adjoint.hs:28) runAdjoint (src/Control/Comonad/Trans/Adjoint.hs:36) adjoint (src/Control/Comonad/Trans/Adjoint.hs:33) AdjointT (src/Control/Comonad/Trans/Adjoint.hs:30) 80% ( 12 / 15) in 'Control.Monad.Representable.State' Missing documentation for: stateT (src/Control/Monad/Representable/State.hs:107) runStateT (src/Control/Monad/Representable/State.hs:110) mapStateT (src/Control/Monad/Representable/State.hs:113) 50% ( 5 / 10) in 'Control.Monad.Representable.Reader' Missing documentation for: Reader (src/Control/Monad/Representable/Reader.hs:46) runReader (src/Control/Monad/Representable/Reader.hs:49) ReaderT (src/Control/Monad/Representable/Reader.hs:53) readerT (src/Control/Monad/Representable/Reader.hs:56) runReaderT (src/Control/Monad/Representable/Reader.hs:59) 62% ( 5 / 8) in 'Control.Comonad.Representable.Store' Missing documentation for: storeT (src/Control/Comonad/Representable/Store.hs:77) runStoreT (src/Control/Comonad/Representable/Store.hs:80) ComonadStore Warning: Data.Functor.Contravariant.Rep: could not find link destinations for: - Data.Functor.Contravariant.Rep.D:R:Rep:*: - Data.Functor.Contravariant.Rep.D:R:RepU1 - Data.Functor.Contravariant.Rep.D:R:RepProduct - Data.Functor.Contravariant.Rep.D:R:RepPredicate - Data.Functor.Contravariant.Rep.D:R:RepOp - Data.Functor.Contravariant.Rep.D:R:RepProxy Warning: Data.Functor.Rep: could not find link destinations for: - Data.Functor.Rep.GIndex - Data.Functor.Rep.GTabulate - Data.Functor.Rep.GRep' - Data.Functor.Rep.D:R:RepM1 - Data.Functor.Rep.D:R:RepRec1 - Data.Functor.Rep.D:R:RepPar1 - Data.Functor.Rep.D:R:Rep:.: - Data.Functor.Rep.D:R:Rep:*: - Data.Functor.Rep.D:R:RepU1 - Data.Functor.Rep.D:R:RepComplex - Data.Functor.Rep.D:R:RepSum - Data.Functor.Rep.D:R:RepProduct - Data.Functor.Rep.D:R:RepDual - Data.Functor.Rep.D:R:RepReverse - Data.Functor.Rep.D:R:RepBackwards - Data.Functor.Rep.D:R:RepCofree - Data.Functor.Rep.D:R:RepProduct0 - Data.Functor.Rep.D:R:RepCompose - Data.Functor.Rep.D:R:RepReaderT - Data.Functor.Rep.D:R:RepFUN - Data.Functor.Rep.D:R:RepIdentityT - Data.Functor.Rep.D:R:RepTagged - Data.Functor.Rep.D:R:RepIdentity - Data.Functor.Rep.D:R:RepProxy - Data.Functor.Rep.D:R:RepCo - Data.Functor.Rep.D:R:RepTracedT - Control.Monad.Representable.Reader.D:R:RepReaderT Warning: Control.Monad.Representable.Reader: could not find link destinations for: - Control.Monad.Representable.Reader.D:R:RepReaderT Documentation created: dist/doc/html/adjunctions/, dist/doc/html/adjunctions/adjunctions.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/adjunctions-4.4.4-17DTdRFGNRTDxHI2SlCmvW Completed adjunctions-4.4.4 Configuring tasty-1.5.3... Preprocessing library for tasty-1.5.3.. Building library for tasty-1.5.3.. [ 1 of 25] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.hs, dist/build/Control/Concurrent/Async.o, dist/build/Control/Concurrent/Async.dyn_o ) [ 2 of 25] Compiling Test.Tasty.Options ( Test/Tasty/Options.hs, dist/build/Test/Tasty/Options.o, dist/build/Test/Tasty/Options.dyn_o ) [ 3 of 25] Compiling Test.Tasty.Parallel ( Test/Tasty/Parallel.hs, dist/build/Test/Tasty/Parallel.o, dist/build/Test/Tasty/Parallel.dyn_o ) [ 4 of 25] Compiling Test.Tasty.Patterns.Expr ( Test/Tasty/Patterns/Expr.hs, dist/build/Test/Tasty/Patterns/Expr.o, dist/build/Test/Tasty/Patterns/Expr.dyn_o ) [ 5 of 25] Compiling Test.Tasty.Patterns.Types ( Test/Tasty/Patterns/Types.hs, dist/build/Test/Tasty/Patterns/Types.o, dist/build/Test/Tasty/Patterns/Types.dyn_o ) [ 6 of 25] Compiling Test.Tasty.Patterns.Printer ( Test/Tasty/Patterns/Printer.hs, dist/build/Test/Tasty/Patterns/Printer.o, dist/build/Test/Tasty/Patterns/Printer.dyn_o ) [ 7 of 25] Compiling Test.Tasty.Patterns.Parser ( Test/Tasty/Patterns/Parser.hs, dist/build/Test/Tasty/Patterns/Parser.o, dist/build/Test/Tasty/Patterns/Parser.dyn_o ) [ 8 of 25] Compiling Test.Tasty.Patterns.Eval ( Test/Tasty/Patterns/Eval.hs, dist/build/Test/Tasty/Patterns/Eval.o, dist/build/Test/Tasty/Patterns/Eval.dyn_o ) [ 9 of 25] Compiling Test.Tasty.Patterns ( Test/Tasty/Patterns.hs, dist/build/Test/Tasty/Patterns.o, dist/build/Test/Tasty/Patterns.dyn_o ) [10 of 25] Compiling Test.Tasty.Options.Core ( Test/Tasty/Options/Core.hs, dist/build/Test/Tasty/Options/Core.o, dist/build/Test/Tasty/Options/Core.dyn_o ) [11 of 25] Compiling Test.Tasty.Providers.ConsoleFormat ( Test/Tasty/Providers/ConsoleFormat.hs, dist/build/Test/Tasty/Providers/ConsoleFormat.o, dist/build/Test/Tasty/Providers/ConsoleFormat.dyn_o ) [12 of 25] Compiling Test.Tasty.Core ( Test/Tasty/Core.hs, dist/build/Test/Tasty/Core.o, dist/build/Test/Tasty/Core.dyn_o ) [13 of 25] Compiling Test.Tasty.Providers ( Test/Tasty/Providers.hs, dist/build/Test/Tasty/Providers.o, dist/build/Test/Tasty/Providers.dyn_o ) [14 of 25] Compiling Test.Tasty.Runners.Reducers ( Test/Tasty/Runners/Reducers.hs, dist/build/Test/Tasty/Runners/Reducers.o, dist/build/Test/Tasty/Runners/Reducers.dyn_o ) [15 of 25] Compiling Test.Tasty.Runners.Utils ( Test/Tasty/Runners/Utils.hs, dist/build/Test/Tasty/Runners/Utils.o, dist/build/Test/Tasty/Runners/Utils.dyn_o ) [16 of 25] Compiling Test.Tasty.Run ( Test/Tasty/Run.hs, dist/build/Test/Tasty/Run.o, dist/build/Test/Tasty/Run.dyn_o ) [17 of 25] Compiling Test.Tasty.Ingredients ( Test/Tasty/Ingredients.hs, dist/build/Test/Tasty/Ingredients.o, dist/build/Test/Tasty/Ingredients.dyn_o ) [18 of 25] Compiling Test.Tasty.Options.Env ( Test/Tasty/Options/Env.hs, dist/build/Test/Tasty/Options/Env.o, dist/build/Test/Tasty/Options/Env.dyn_o ) [19 of 25] Compiling Test.Tasty.Ingredients.ListTests ( Test/Tasty/Ingredients/ListTests.hs, dist/build/Test/Tasty/Ingredients/ListTests.o, dist/build/Test/Tasty/Ingredients/ListTests.dyn_o ) [20 of 25] Compiling Test.Tasty.Ingredients.IncludingOptions ( Test/Tasty/Ingredients/IncludingOptions.hs, dist/build/Test/Tasty/Ingredients/IncludingOptions.o, dist/build/Test/Tasty/Ingredients/IncludingOptions.dyn_o ) [21 of 25] Compiling Test.Tasty.Ingredients.ConsoleReporter ( Test/Tasty/Ingredients/ConsoleReporter.hs, dist/build/Test/Tasty/Ingredients/ConsoleReporter.o, dist/build/Test/Tasty/Ingredients/ConsoleReporter.dyn_o ) [22 of 25] Compiling Test.Tasty.Ingredients.Basic ( Test/Tasty/Ingredients/Basic.hs, dist/build/Test/Tasty/Ingredients/Basic.o, dist/build/Test/Tasty/Ingredients/Basic.dyn_o ) [23 of 25] Compiling Test.Tasty.CmdLine ( Test/Tasty/CmdLine.hs, dist/build/Test/Tasty/CmdLine.o, dist/build/Test/Tasty/CmdLine.dyn_o ) [24 of 25] Compiling Test.Tasty.Runners ( Test/Tasty/Runners.hs, dist/build/Test/Tasty/Runners.o, dist/build/Test/Tasty/Runners.dyn_o ) [25 of 25] Compiling Test.Tasty ( Test/Tasty.hs, dist/build/Test/Tasty.o, dist/build/Test/Tasty.dyn_o ) Preprocessing library for tasty-1.5.3.. Running Haddock on library for tasty-1.5.3.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 25] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.hs, nothing ) [ 2 of 25] Compiling Test.Tasty.Options ( Test/Tasty/Options.hs, nothing ) [ 3 of 25] Compiling Test.Tasty.Parallel ( Test/Tasty/Parallel.hs, nothing ) [ 4 of 25] Compiling Test.Tasty.Patterns.Expr ( Test/Tasty/Patterns/Expr.hs, nothing ) [ 5 of 25] Compiling Test.Tasty.Patterns.Types ( Test/Tasty/Patterns/Types.hs, nothing ) [ 6 of 25] Compiling Test.Tasty.Patterns.Printer ( Test/Tasty/Patterns/Printer.hs, nothing ) [ 7 of 25] Compiling Test.Tasty.Patterns.Parser ( Test/Tasty/Patterns/Parser.hs, nothing ) [ 8 of 25] Compiling Test.Tasty.Patterns.Eval ( Test/Tasty/Patterns/Eval.hs, nothing ) [ 9 of 25] Compiling Test.Tasty.Patterns ( Test/Tasty/Patterns.hs, nothing ) [10 of 25] Compiling Test.Tasty.Options.Core ( Test/Tasty/Options/Core.hs, nothing ) [11 of 25] Compiling Test.Tasty.Providers.ConsoleFormat ( Test/Tasty/Providers/ConsoleFormat.hs, nothing ) [12 of 25] Compiling Test.Tasty.Core ( Test/Tasty/Core.hs, nothing ) [13 of 25] Compiling Test.Tasty.Providers ( Test/Tasty/Providers.hs, nothing ) [14 of 25] Compiling Test.Tasty.Runners.Reducers ( Test/Tasty/Runners/Reducers.hs, nothing ) [15 of 25] Compiling Test.Tasty.Runners.Utils ( Test/Tasty/Runners/Utils.hs, nothing ) [16 of 25] Compiling Test.Tasty.Run ( Test/Tasty/Run.hs, nothing ) [17 of 25] Compiling Test.Tasty.Ingredients ( Test/Tasty/Ingredients.hs, nothing ) [18 of 25] Compiling Test.Tasty.Options.Env ( Test/Tasty/Options/Env.hs, nothing ) [19 of 25] Compiling Test.Tasty.Ingredients.ListTests ( Test/Tasty/Ingredients/ListTests.hs, nothing ) [20 of 25] Compiling Test.Tasty.Ingredients.IncludingOptions ( Test/Tasty/Ingredients/IncludingOptions.hs, nothing ) [21 of 25] Compiling Test.Tasty.Ingredients.ConsoleReporter ( Test/Tasty/Ingredients/ConsoleReporter.hs, nothing ) [22 of 25] Compiling Test.Tasty.Ingredients.Basic ( Test/Tasty/Ingredients/Basic.hs, nothing ) [23 of 25] Compiling Test.Tasty.CmdLine ( Test/Tasty/CmdLine.hs, nothing ) [24 of 25] Compiling Test.Tasty.Runners ( Test/Tasty/Runners.hs, nothing ) [25 of 25] Compiling Test.Tasty ( Test/Tasty.hs, nothing ) Haddock coverage: Warning: 'ThreadId' is ambiguous. It is defined * in GHC.Conc.Sync * in GHC.Conc.Sync 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.Conc.Sync Warning: 'Async' is ambiguous. It is defined * at Control/Concurrent/Async.hs:60:16 * at Control/Concurrent/Async.hs:60: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 Control/Concurrent/Async.hs:60:1 Warning: 'OptionSet' is ambiguous. It is defined * at Test/Tasty/Options.hs:101:21 * at Test/Tasty/Options.hs:101: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 Test/Tasty/Options.hs:101:1 100% ( 17 / 17) in 'Test.Tasty.Options' Warning: 'Action' is ambiguous. It is defined * at Test/Tasty/Parallel.hs:21:15 * at Test/Tasty/Parallel.hs:21: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 Test/Tasty/Parallel.hs:21:1 100% ( 2 / 2) in 'Test.Tasty.Patterns.Types' 100% ( 2 / 2) in 'Test.Tasty.Patterns.Printer' Warning: 'Parser' is ambiguous. It is defined * at Test/Tasty/Patterns/Parser.hs:32:20 * at Test/Tasty/Patterns/Parser.hs:32: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 Test/Tasty/Patterns/Parser.hs:32:1 100% ( 6 / 6) in 'Test.Tasty.Patterns.Parser' 100% ( 5 / 5) in 'Test.Tasty.Patterns.Eval' Warning: 'Timeout' is ambiguous. It is defined * at Test/Tasty/Options/Core.hs:56:5 * at Test/Tasty/Options/Core.hs:55: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 Test/Tasty/Options/Core.hs:55:1 Warning: 'TestPattern' is ambiguous. It is defined * at Test/Tasty/Patterns.hs:33:3 * at Test/Tasty/Patterns.hs:31: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 Test/Tasty/Patterns.hs:31:1 Warning: 'Map' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 10 / 10) in 'Test.Tasty.Providers.ConsoleFormat' Warning: 'ResourceSpec' is ambiguous. It is defined * at Test/Tasty/Core.hs:226:23 * at Test/Tasty/Core.hs:226: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 Test/Tasty/Core.hs:226:1 Warning: 'Result' is ambiguous. It is defined * at Test/Tasty/Core.hs:91:15 * at Test/Tasty/Core.hs:91: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 Test/Tasty/Core.hs:91:1 Warning: 'Result' is ambiguous. It is defined * at Test/Tasty/Core.hs:91:15 * at Test/Tasty/Core.hs:91: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 Test/Tasty/Core.hs:91:1 100% ( 10 / 10) in 'Test.Tasty.Providers' Warning: 'SignalException' is ambiguous. It is defined * at Test/Tasty/Runners/Utils.hs:104:27 * at Test/Tasty/Runners/Utils.hs:104: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 Test/Tasty/Runners/Utils.hs:104:1 Warning: 'TestAction' is ambiguous. It is defined * at Test/Tasty/Run.hs:305:23 * at Test/Tasty/Run.hs:305: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 Test/Tasty/Run.hs:305:1 Warning: 'Initializer' is ambiguous. It is defined * at Test/Tasty/Run.hs:96:5 * at Test/Tasty/Run.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 Test/Tasty/Run.hs:95:1 Warning: 'Finalizer' is ambiguous. It is defined * at Test/Tasty/Run.hs:100:5 * at Test/Tasty/Run.hs:99: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 Test/Tasty/Run.hs:99:1 Warning: 'Action' is ambiguous. It is defined * at Test/Tasty/Parallel.hs:21:15 * at Test/Tasty/Parallel.hs:21: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 Test/Tasty/Parallel.hs:21:1 Warning: 'Dependency' is ambiguous. It is defined * at Test/Tasty/Run.hs:282:19 * at Test/Tasty/Run.hs:282: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 Test/Tasty/Run.hs:282:1 Warning: 'NumThreads' is ambiguous. It is defined * at Test/Tasty/Options/Core.hs:38:22 * at Test/Tasty/Options/Core.hs:38: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 Test/Tasty/Options/Core.hs:38:1 Warning: 'NumThreads' is ambiguous. It is defined * at Test/Tasty/Options/Core.hs:38:22 * at Test/Tasty/Options/Core.hs:38: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 Test/Tasty/Options/Core.hs:38:1 100% ( 7 / 7) in 'Test.Tasty.Ingredients' Warning: 'Statistics' is ambiguous. It is defined * at Test/Tasty/Ingredients/ConsoleReporter.hs:382:19 * at Test/Tasty/Ingredients/ConsoleReporter.hs:382: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 Test/Tasty/Ingredients/ConsoleReporter.hs:382:1 Warning: 'Result' is ambiguous. It is defined * at Test/Tasty/Core.hs:91:15 * at Test/Tasty/Core.hs:91: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 Test/Tasty/Core.hs:91:1 100% ( 22 / 22) in 'Test.Tasty.Ingredients.ConsoleReporter' 100% ( 12 / 12) in 'Test.Tasty.Ingredients.Basic' 100% ( 58 / 58) in 'Test.Tasty.Runners' 100% ( 26 / 26) in 'Test.Tasty' Warning: Test.Tasty.Patterns.Types: could not find link destinations for: - Test.Tasty.Patterns.Types.Rep_Expr Warning: Test.Tasty.Patterns.Eval: could not find link destinations for: - Test.Tasty.Patterns.Eval.M - Test.Tasty.Patterns.Eval.Value Warning: Test.Tasty.Runners: could not find link destinations for: - Test.Tasty.Core.Rep_Outcome Documentation created: dist/doc/html/tasty/, dist/doc/html/tasty/tasty.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/tasty-1.5.3-3TZIAQAFYjL9YcQnUe8JC7 Completed tasty-1.5.3 Configuring optparse-generic-1.5.2... Preprocessing library for optparse-generic-1.5.2.. Building library for optparse-generic-1.5.2.. [1 of 1] Compiling Options.Generic ( src/Options/Generic.hs, dist/build/Options/Generic.o, dist/build/Options/Generic.dyn_o ) src/Options/Generic.hs:384:1: warning: [GHC-66111] [-Wunused-imports] The import of Numeric.Natural is redundant except perhaps to import instances from Numeric.Natural To import instances alone, use: import Numeric.Natural() | 384 | import Numeric.Natural (Natural) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Preprocessing executable 'optparse-generic-example-unwrap-options' for optparse-generic-1.5.2.. Building executable 'optparse-generic-example-unwrap-options' for optparse-generic-1.5.2.. [1 of 1] Compiling Main ( examples/unwrap-options.hs, dist/build/optparse-generic-example-unwrap-options/optparse-generic-example-unwrap-options-tmp/Main.o ) [2 of 2] Linking dist/build/optparse-generic-example-unwrap-options/optparse-generic-example-unwrap-options Preprocessing executable 'optparse-generic-example-unwrap-with-help' for optparse-generic-1.5.2.. Building executable 'optparse-generic-example-unwrap-with-help' for optparse-generic-1.5.2.. [1 of 1] Compiling Main ( examples/unwrap-with-help.hs, dist/build/optparse-generic-example-unwrap-with-help/optparse-generic-example-unwrap-with-help-tmp/Main.o ) [2 of 2] Linking dist/build/optparse-generic-example-unwrap-with-help/optparse-generic-example-unwrap-with-help Preprocessing library for optparse-generic-1.5.2.. Running Haddock on library for optparse-generic-1.5.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Options.Generic ( src/Options/Generic.hs, nothing ) src/Options/Generic.hs:384:1: warning: [GHC-66111] [-Wunused-imports] The import of Numeric.Natural is redundant except perhaps to import instances from Numeric.Natural To import instances alone, use: import Numeric.Natural() | 384 | import Numeric.Natural (Natural) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Haddock coverage: Warning: 'w' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '()' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Modifiers' is ambiguous. It is defined * at src/Options/Generic.hs:962:18 * at src/Options/Generic.hs:962: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/Options/Generic.hs:962:1 Warning: 'Modifier' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ParserInfo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ParserPrefs' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 95% ( 39 / 41) in 'Options.Generic' Missing documentation for: readIntegralBounded (src/Options/Generic.hs:481) GenericParseRecord (src/Options/Generic.hs:1012) Warning: Options.Generic: could not find link destinations for: - GHC.Generics.Rep_Fingerprint - GHC.Generics.Rep_GeneralCategory - GHC.Generics.Rep_SrcLoc - GHC.Generics.Rep_Down - GHC.Generics.Rep_Tuple15 - GHC.Generics.Rep_Tuple14 - GHC.Generics.Rep_Tuple13 - GHC.Generics.Rep_Tuple12 - GHC.Generics.Rep_Tuple11 - GHC.Generics.Rep_Tuple10 - GHC.Generics.Rep_Tuple9 - GHC.Generics.Rep_Tuple8 - GHC.Generics.Rep_Tuple7 - GHC.Generics.Rep_Tuple6 - GHC.Generics.Rep_Tuple5 - GHC.Generics.Rep_Tuple4 - GHC.Generics.Rep_Tuple3 - GHC.Generics.Rep_Tuple2 - GHC.Generics.Rep_Solo - GHC.Generics.Rep_Unit - GHC.Generics.Rep_Proxy - GHC.Generics.Rep_Ordering - GHC.Generics.Rep_Bool - GHC.Generics.Rep_Either - GHC.Generics.Rep_Maybe - GHC.Generics.Rep_NonEmpty - GHC.Generics.Rep_List - GHC.Generics.Rep_Void - GHC.Generics.Rep_M1 - GHC.Generics.Rep_V1 - GHC.Generics.Rep_U1 - GHC.Generics.Rep_Par1 - GHC.Generics.Rep_Rec1 - GHC.Generics.Rep_K1 - GHC.Generics.Rep_:+: - GHC.Generics.Rep_:*: - GHC.Generics.Rep_:.: - GHC.Generics.Rep_R:UReckWordp - GHC.Generics.Rep_R:UReckIntp - GHC.Generics.Rep_R:UReckDoublep - GHC.Generics.Rep_R:UReckCharp - GHC.Generics.Rep_R:UReckPtrp - GHC.Generics.Rep_Fixity - GHC.Generics.Rep_Associativity - GHC.Generics.Rep_SourceUnpackedness - GHC.Generics.Rep_SourceStrictness - GHC.Generics.Rep_DecidedStrictness - Data.Semigroup.Internal.Rep_Alt - Data.Semigroup.Internal.Rep_Product - Data.Semigroup.Internal.Rep1_Product - Data.Semigroup.Internal.Rep_Sum - Data.Semigroup.Internal.Rep1_Sum - Data.Semigroup.Internal.Rep_Any - Data.Semigroup.Internal.Rep_All - Data.Semigroup.Internal.Rep_Endo - Data.Semigroup.Internal.Rep_Dual - Data.Monoid.Rep_Ap - Data.Monoid.Rep_Last - Data.Monoid.Rep1_Last - Data.Monoid.Rep_First - Data.Monoid.Rep1_First - Data.Functor.Const.Rep_Const - GHC.RTS.Flags.Rep_RTSFlags - GHC.RTS.Flags.Rep_ParFlags - GHC.RTS.Flags.Rep_TickyFlags - GHC.RTS.Flags.Rep_TraceFlags - GHC.RTS.Flags.Rep_DoTrace - GHC.RTS.Flags.Rep_ProfFlags - GHC.RTS.Flags.Rep_DoHeapProfile - GHC.RTS.Flags.Rep_CCFlags - GHC.RTS.Flags.Rep_DoCostCentres - GHC.RTS.Flags.Rep_DebugFlags - GHC.RTS.Flags.Rep_MiscFlags - GHC.RTS.Flags.Rep_ConcFlags - GHC.RTS.Flags.Rep_GCFlags - GHC.RTS.Flags.Rep_GiveGCStats - Data.Functor.Identity.Rep_Identity - Control.Arrow.Rep_Kleisli - Control.Applicative.Rep_ZipList - Control.Applicative.Rep_WrappedArrow - Control.Applicative.Rep_WrappedMonad - Data.Version.Rep_Version - GHC.ByteOrder.Rep_ByteOrder - GHC.Stats.Rep_RTSStats - GHC.Stats.Rep_GCDetails - Data.Semigroup.Rep_WrappedMonoid - Data.Semigroup.Rep_Last - Data.Semigroup.Rep_First - Data.Semigroup.Rep_Arg - Data.Semigroup.Rep_Max - Data.Semigroup.Rep_Min - Data.Complex.Rep_Complex - Data.Functor.Sum.Rep_Sum - Data.Functor.Product.Rep_Product - Data.Functor.Compose.Rep_Compose - Data.Sequence.Internal.Rep_ViewR - Data.Sequence.Internal.Rep_ViewL - Data.Sequence.Internal.Rep_Elem - Data.Sequence.Internal.Rep_Node - Data.Sequence.Internal.Rep_Digit - Data.Sequence.Internal.Rep_FingerTree - Data.Tree.Rep_Tree - Control.Monad.Trans.Except.Rep_ExceptT - Control.Monad.Trans.Reader.Rep_ReaderT - Data.Tuple.Only.Rep_Only - GHC.Generics.Rep_R:UReckFloatp - GHC.ForeignSrcLang.Type.Rep_ForeignSrcLang - GHC.LanguageExtensions.Type.Rep_Extension - Language.Haskell.TH.Syntax.Rep_AnnLookup - Language.Haskell.TH.Syntax.Rep_AnnTarget - Language.Haskell.TH.Syntax.Rep_Bang - Language.Haskell.TH.Syntax.Rep_BndrVis - Language.Haskell.TH.Syntax.Rep_Body - Language.Haskell.TH.Syntax.Rep_Bytes - Language.Haskell.TH.Syntax.Rep_Callconv - Language.Haskell.TH.Syntax.Rep_Clause - Language.Haskell.TH.Syntax.Rep_Con - Language.Haskell.TH.Syntax.Rep_Dec - Language.Haskell.TH.Syntax.Rep_DecidedStrictness - Language.Haskell.TH.Syntax.Rep_DerivClause - Language.Haskell.TH.Syntax.Rep_DerivStrategy - Language.Haskell.TH.Syntax.Rep_DocLoc - Language.Haskell.TH.Syntax.Rep_Exp - Language.Haskell.TH.Syntax.Rep_FamilyResultSig - Language.Haskell.TH.Syntax.Rep_FixityDirection - Language.Haskell.TH.Syntax.Rep_Fixity - Language.Haskell.TH.Syntax.Rep_Foreign - Language.Haskell.TH.Syntax.Rep_FunDep - Language.Haskell.TH.Syntax.Rep_Guard - Language.Haskell.TH.Syntax.Rep_Info - Language.Haskell.TH.Syntax.Rep_InjectivityAnn - Language.Haskell.TH.Syntax.Rep_Inline - Language.Haskell.TH.Syntax.Rep_Lit - Language.Haskell.TH.Syntax.Rep_Loc - Language.Haskell.TH.Syntax.Rep_Match - Language.Haskell.TH.Syntax.Rep_ModName - Language.Haskell.TH.Syntax.Rep_ModuleInfo - Language.Haskell.TH.Syntax.Rep_Module - Language.Haskell.TH.Syntax.Rep_NameFlavour - Language.Haskell.TH.Syntax.Rep_NameSpace - Language.Haskell.TH.Syntax.Rep_Name - Language.Haskell.TH.Syntax.Rep_OccName - Language.Haskell.TH.Syntax.Rep_Overlap - Language.Haskell.TH.Syntax.Rep_Pat - Language.Haskell.TH.Syntax.Rep_PatSynArgs - Language.Haskell.TH.Syntax.Rep_PatSynDir - Language.Haskell.TH.Syntax.Rep_Phases - Language.Haskell.TH.Syntax.Rep_PkgName - Language.Haskell.TH.Syntax.Rep_Pragma - Language.Haskell.TH.Syntax.Rep_Range - Language.Haskell.TH.Syntax.Rep_Role - Language.Haskell.TH.Syntax.Rep_RuleBndr - Language.Haskell.TH.Syntax.Rep_RuleMatch - Language.Haskell.TH.Syntax.Rep_Safety - Language.Haskell.TH.Syntax.Rep_SourceStrictness - Language.Haskell.TH.Syntax.Rep_SourceUnpackedness - Language.Haskell.TH.Syntax.Rep_Specificity - Language.Haskell.TH.Syntax.Rep_Stmt - Language.Haskell.TH.Syntax.Rep_TyLit - Language.Haskell.TH.Syntax.Rep_TySynEqn - Language.Haskell.TH.Syntax.Rep_TyVarBndr - Language.Haskell.TH.Syntax.Rep_Type - Language.Haskell.TH.Syntax.Rep_TypeFamilyHead - Data.ByteString.Short.Internal.Rep_ShortByteString - System.OsString.Internal.Types.Rep_OsChar - System.OsString.Internal.Types.Rep_OsString - System.OsString.Internal.Types.Rep_PosixChar - System.OsString.Internal.Types.Rep_PosixString - System.OsString.Internal.Types.Rep_WindowsChar - System.OsString.Internal.Types.Rep_WindowsString - Control.Monad.Trans.Cont.Rep_ContT - Control.Monad.Trans.Identity.Rep_IdentityT - Control.Monad.Trans.Maybe.Rep_MaybeT - Control.Monad.Trans.RWS.Lazy.Rep_RWST - Control.Monad.Trans.RWS.Strict.Rep_RWST - Control.Monad.Trans.State.Lazy.Rep_StateT - Control.Monad.Trans.State.Strict.Rep_StateT - Control.Monad.Trans.Writer.Lazy.Rep_WriterT - Control.Monad.Trans.Writer.Strict.Rep_WriterT - Text.PrettyPrint.Annotated.HughesPJ.Rep_Doc - Text.PrettyPrint.Annotated.HughesPJ.Rep_Mode - Text.PrettyPrint.Annotated.HughesPJ.Rep_Style - Text.PrettyPrint.Annotated.HughesPJ.Rep_TextDetails - Text.PrettyPrint.HughesPJ.Rep_Doc - Prettyprinter.Internal.Rep_Doc - Prettyprinter.Internal.Rep_SimpleDocStream - Options.Generic.GenericUnwrappable - Options.Generic.Rep_<#> - Options.Generic.Rep_ - Options.Generic.Rep_ - GHC.IO.Exception.Rep_ExitCode - Control.Applicative.Backwards.Rep_Backwards - Control.Applicative.Lift.Rep_Lift - Control.Monad.Trans.Accum.Rep_AccumT - Control.Monad.Trans.RWS.CPS.Rep_RWST - Control.Monad.Trans.Select.Rep_SelectT - Control.Monad.Trans.Writer.CPS.Rep_WriterT - Data.Functor.Constant.Rep_Constant - Data.Functor.Reverse.Rep_Reverse Documentation created: dist/doc/html/optparse-generic/, dist/doc/html/optparse-generic/optparse-generic.txt Preprocessing executable 'optparse-generic-example-unwrap-options' for optparse-generic-1.5.2.. Preprocessing executable 'optparse-generic-example-unwrap-with-help' for optparse-generic-1.5.2.. Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/optparse-generic-1.5.2-JEDWjUP0oOP4sESRpAKmFm Installing executable optparse-generic-example-unwrap-options in /var/lib/hackage-doc-builder/build-cache/tmp-install/bin Warning: The directory /var/lib/hackage-doc-builder/build-cache/tmp-install/bin is not in the system search path. Installing executable optparse-generic-example-unwrap-with-help in /var/lib/hackage-doc-builder/build-cache/tmp-install/bin Warning: The directory /var/lib/hackage-doc-builder/build-cache/tmp-install/bin is not in the system search path. Completed optparse-generic-1.5.2 Configuring cabal-doctest-1.0.12... Preprocessing library for cabal-doctest-1.0.12.. Building library for cabal-doctest-1.0.12.. [1 of 1] Compiling Distribution.Extra.Doctest ( src/Distribution/Extra/Doctest.hs, dist/build/Distribution/Extra/Doctest.o, dist/build/Distribution/Extra/Doctest.dyn_o ) src/Distribution/Extra/Doctest.hs:193:1: warning: [GHC-38417] [-Wmissing-signatures] Top-level binding with no type signature: unsymbolizePath :: Distribution.Utils.Path.SymbolicPathX allowAbsolute from to -> FilePath | 193 | unsymbolizePath = getSymbolicPath | ^^^^^^^^^^^^^^^ Preprocessing library for cabal-doctest-1.0.12.. Running Haddock on library for cabal-doctest-1.0.12.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Distribution.Extra.Doctest ( src/Distribution/Extra/Doctest.hs, nothing ) src/Distribution/Extra/Doctest.hs:193:1: warning: [GHC-38417] [-Wmissing-signatures] Top-level binding with no type signature: unsymbolizePath :: Distribution.Utils.Path.SymbolicPathX allowAbsolute from to -> FilePath | 193 | unsymbolizePath = getSymbolicPath | ^^^^^^^^^^^^^^^ Haddock coverage: Warning: 'UserHooks' is ambiguous. It is defined * in Distribution.Simple.UserHooks * in Distribution.Simple.UserHooks 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 Distribution.Simple.UserHooks 100% ( 7 / 7) in 'Distribution.Extra.Doctest' Documentation created: dist/doc/html/cabal-doctest/, dist/doc/html/cabal-doctest/cabal-doctest.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/cabal-doctest-1.0.12-124UtewR2GfHwhadxEcjs4 Completed cabal-doctest-1.0.12 Configuring kan-extensions-5.2.8... Preprocessing library for kan-extensions-5.2.8.. Building library for kan-extensions-5.2.8.. [ 1 of 13] Compiling Data.Functor.Contravariant.Coyoneda ( src/Data/Functor/Contravariant/Coyoneda.hs, dist/build/Data/Functor/Contravariant/Coyoneda.o, dist/build/Data/Functor/Contravariant/Coyoneda.dyn_o ) [ 2 of 13] Compiling Data.Functor.Contravariant.Day ( src/Data/Functor/Contravariant/Day.hs, dist/build/Data/Functor/Contravariant/Day.o, dist/build/Data/Functor/Contravariant/Day.dyn_o ) [ 3 of 13] Compiling Data.Functor.Contravariant.Yoneda ( src/Data/Functor/Contravariant/Yoneda.hs, dist/build/Data/Functor/Contravariant/Yoneda.o, dist/build/Data/Functor/Contravariant/Yoneda.dyn_o ) [ 4 of 13] Compiling Data.Functor.Day ( src/Data/Functor/Day.hs, dist/build/Data/Functor/Day.o, dist/build/Data/Functor/Day.dyn_o ) [ 5 of 13] Compiling Data.Functor.Day.Curried ( src/Data/Functor/Day/Curried.hs, dist/build/Data/Functor/Day/Curried.o, dist/build/Data/Functor/Day/Curried.dyn_o ) [ 6 of 13] Compiling Data.Functor.Invariant.Day ( src/Data/Functor/Invariant/Day.hs, dist/build/Data/Functor/Invariant/Day.o, dist/build/Data/Functor/Invariant/Day.dyn_o ) [ 7 of 13] Compiling Data.Functor.Kan.Lan ( src/Data/Functor/Kan/Lan.hs, dist/build/Data/Functor/Kan/Lan.o, dist/build/Data/Functor/Kan/Lan.dyn_o ) [ 8 of 13] Compiling Data.Functor.Coyoneda ( src/Data/Functor/Coyoneda.hs, dist/build/Data/Functor/Coyoneda.o, dist/build/Data/Functor/Coyoneda.dyn_o ) [ 9 of 13] Compiling Control.Comonad.Density ( src/Control/Comonad/Density.hs, dist/build/Control/Comonad/Density.o, dist/build/Control/Comonad/Density.dyn_o ) [10 of 13] Compiling Control.Monad.Co ( src/Control/Monad/Co.hs, dist/build/Control/Monad/Co.o, dist/build/Control/Monad/Co.dyn_o ) [11 of 13] Compiling Data.Functor.Kan.Ran ( src/Data/Functor/Kan/Ran.hs, dist/build/Data/Functor/Kan/Ran.o, dist/build/Data/Functor/Kan/Ran.dyn_o ) [12 of 13] Compiling Control.Monad.Codensity ( src/Control/Monad/Codensity.hs, dist/build/Control/Monad/Codensity.o, dist/build/Control/Monad/Codensity.dyn_o ) [13 of 13] Compiling Data.Functor.Yoneda ( src/Data/Functor/Yoneda.hs, dist/build/Data/Functor/Yoneda.o, dist/build/Data/Functor/Yoneda.dyn_o ) Preprocessing library for kan-extensions-5.2.8.. Running Haddock on library for kan-extensions-5.2.8.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 13] Compiling Data.Functor.Contravariant.Coyoneda ( src/Data/Functor/Contravariant/Coyoneda.hs, nothing ) [ 2 of 13] Compiling Data.Functor.Contravariant.Day ( src/Data/Functor/Contravariant/Day.hs, nothing ) [ 3 of 13] Compiling Data.Functor.Contravariant.Yoneda ( src/Data/Functor/Contravariant/Yoneda.hs, nothing ) [ 4 of 13] Compiling Data.Functor.Day ( src/Data/Functor/Day.hs, nothing ) [ 5 of 13] Compiling Data.Functor.Day.Curried ( src/Data/Functor/Day/Curried.hs, nothing ) [ 6 of 13] Compiling Data.Functor.Invariant.Day ( src/Data/Functor/Invariant/Day.hs, nothing ) [ 7 of 13] Compiling Data.Functor.Kan.Lan ( src/Data/Functor/Kan/Lan.hs, nothing ) [ 8 of 13] Compiling Data.Functor.Coyoneda ( src/Data/Functor/Coyoneda.hs, nothing ) [ 9 of 13] Compiling Control.Comonad.Density ( src/Control/Comonad/Density.hs, nothing ) [10 of 13] Compiling Control.Monad.Co ( src/Control/Monad/Co.hs, nothing ) [11 of 13] Compiling Data.Functor.Kan.Ran ( src/Data/Functor/Kan/Ran.hs, nothing ) [12 of 13] Compiling Control.Monad.Codensity ( src/Control/Monad/Codensity.hs, nothing ) [13 of 13] Compiling Data.Functor.Yoneda ( src/Data/Functor/Yoneda.hs, nothing ) Haddock coverage: Warning: 'Coyoneda' is ambiguous. It is defined * at src/Data/Functor/Contravariant/Coyoneda.hs:37:3 * at src/Data/Functor/Contravariant/Coyoneda.hs:36: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/Functor/Contravariant/Coyoneda.hs:36:1 100% ( 5 / 5) in 'Data.Functor.Contravariant.Coyoneda' 100% ( 14 / 14) in 'Data.Functor.Contravariant.Day' 75% ( 3 / 4) in 'Data.Functor.Contravariant.Yoneda' Missing documentation for: lowerYoneda (src/Data/Functor/Contravariant/Yoneda.hs:41) Warning: 'Day' is ambiguous. It is defined * at src/Data/Functor/Day.hs:54:18 * at src/Data/Functor/Day.hs:54: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/Functor/Day.hs:54: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 93% ( 14 / 15) in 'Data.Functor.Day' Missing documentation for: cayley (src/Data/Functor/Day.hs:197) Warning: 'Day' is ambiguous. It is defined * at src/Data/Functor/Day.hs:54:18 * at src/Data/Functor/Day.hs:54: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/Functor/Day.hs:54:1 Warning: 'Curried' is ambiguous. It is defined * at src/Data/Functor/Day/Curried.hs:37:3 * at src/Data/Functor/Day/Curried.hs:36: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/Functor/Day/Curried.hs:36:1 Warning: 'Compose' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Rift' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 92% ( 13 / 14) in 'Data.Functor.Day.Curried' Missing documentation for: Curried (src/Data/Functor/Day/Curried.hs:36) Warning: 'Day' is ambiguous. It is defined * at src/Data/Functor/Invariant/Day.hs:35:18 * at src/Data/Functor/Invariant/Day.hs:35: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/Functor/Invariant/Day.hs:35: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 100% ( 14 / 14) in 'Data.Functor.Invariant.Day' Warning: 'Lan' is ambiguous. It is defined * at src/Data/Functor/Kan/Lan.hs:37:3 * at src/Data/Functor/Kan/Lan.hs:36: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/Functor/Kan/Lan.hs:36:1 Warning: 'Compose' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'o' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 75% ( 9 / 12) in 'Data.Functor.Kan.Lan' Missing documentation for: decomposeLan (src/Data/Functor/Kan/Lan.hs:109) lanToAdjoint (src/Data/Functor/Kan/Lan.hs:81) composedAdjointToLan (src/Data/Functor/Kan/Lan.hs:95) Warning: 'Coyoneda' is ambiguous. It is defined * at src/Data/Functor/Coyoneda.hs:54:3 * at src/Data/Functor/Coyoneda.hs:53: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/Functor/Coyoneda.hs:53: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 88% ( 8 / 9) in 'Data.Functor.Coyoneda' Missing documentation for: lanToCoyoneda (src/Data/Functor/Coyoneda.hs:76) Warning: 'Density' is ambiguous. It is defined * at src/Control/Comonad/Density.hs:41:3 * at src/Control/Comonad/Density.hs:40: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/Control/Comonad/Density.hs:40:1 Warning: 'Lan' is ambiguous. It is defined * at src/Data/Functor/Kan/Lan.hs:37:3 * at src/Data/Functor/Kan/Lan.hs:36: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/Functor/Kan/Lan.hs:36:1 57% ( 4 / 7) in 'Control.Comonad.Density' Missing documentation for: Density (src/Control/Comonad/Density.hs:40) adjunctionToDensity (src/Control/Comonad/Density.hs:97) densityToLan (src/Control/Comonad/Density.hs:112) Warning: 'Hask' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Contravariant' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'CoT' is ambiguous. It is defined * at src/Control/Monad/Co.hs:84:21 * at src/Control/Monad/Co.hs:84: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/Control/Monad/Co.hs:84:1 Warning: 'Rift' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 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 20% ( 5 / 24) in 'Control.Monad.Co' Missing documentation for: Co (src/Control/Monad/Co.hs:72) co (src/Control/Monad/Co.hs:75) runCo (src/Control/Monad/Co.hs:78) liftCoT0 (src/Control/Monad/Co.hs:113) liftCoT0M (src/Control/Monad/Co.hs:149) lowerCoT0 (src/Control/Monad/Co.hs:116) lowerCo0 (src/Control/Monad/Co.hs:119) liftCoT1 (src/Control/Monad/Co.hs:122) liftCoT1M (src/Control/Monad/Co.hs:152) lowerCoT1 (src/Control/Monad/Co.hs:125) lowerCo1 (src/Control/Monad/Co.hs:128) diter (src/Control/Monad/Co.hs:155) dctrlM (src/Control/Monad/Co.hs:158) posW (src/Control/Monad/Co.hs:131) peekW (src/Control/Monad/Co.hs:134) peeksW (src/Control/Monad/Co.hs:137) askW (src/Control/Monad/Co.hs:140) asksW (src/Control/Monad/Co.hs:143) traceW (src/Control/Monad/Co.hs:146) Warning: 'Ran' is ambiguous. It is defined * at src/Data/Functor/Kan/Ran.hs:85:21 * at src/Data/Functor/Kan/Ran.hs:85: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/Functor/Kan/Ran.hs:85:1 Warning: 'Compose'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 53% ( 8 / 15) in 'Data.Functor.Kan.Ran' Missing documentation for: decomposeRan (src/Data/Functor/Kan/Ran.hs:116) ranToAdjoint (src/Data/Functor/Kan/Ran.hs:130) composedAdjointToRan (src/Data/Functor/Kan/Ran.hs:144) repToRan (src/Data/Functor/Kan/Ran.hs:153) ranToRep (src/Data/Functor/Kan/Ran.hs:157) composedRepToRan (src/Data/Functor/Kan/Ran.hs:165) ranToComposedRep (src/Data/Functor/Kan/Ran.hs:161) Warning: 'Codensity' is ambiguous. It is defined * at src/Control/Monad/Codensity.hs:67:44 * at src/Control/Monad/Codensity.hs:67: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/Control/Monad/Codensity.hs:67:1 Warning: 'Ran' is ambiguous. It is defined * at src/Data/Functor/Kan/Ran.hs:85:21 * at src/Data/Functor/Kan/Ran.hs:85: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/Functor/Kan/Ran.hs:85:1 85% ( 12 / 14) in 'Control.Monad.Codensity' Missing documentation for: adjunctionToCodensity (src/Control/Monad/Codensity.hs:179) ranToCodensity (src/Control/Monad/Codensity.hs:220) Warning: 'Yoneda' is ambiguous. It is defined * at src/Data/Functor/Yoneda.hs:59:22 * at src/Data/Functor/Yoneda.hs:59: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/Functor/Yoneda.hs:59: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 45% ( 5 / 11) in 'Data.Functor.Yoneda' Missing documentation for: lowerYoneda (src/Data/Functor/Yoneda.hs:85) maxF (src/Data/Functor/Yoneda.hs:198) minF (src/Data/Functor/Yoneda.hs:203) maxM (src/Data/Functor/Yoneda.hs:208) minM (src/Data/Functor/Yoneda.hs:213) ranToYoneda (src/Data/Functor/Yoneda.hs:103) Warning: Data.Functor.Contravariant.Coyoneda: could not find link destinations for: - Data.Functor.Contravariant.Coyoneda.D:R:RepCoyoneda Warning: Data.Functor.Contravariant.Day: could not find link destinations for: - Data.Functor.Contravariant.Day.D:R:RepDay Warning: Data.Functor.Contravariant.Yoneda: could not find link destinations for: - Data.Functor.Contravariant.Yoneda.D:R:RepYoneda Warning: Data.Functor.Day: could not find link destinations for: - Data.Functor.Day.D:R:RepDay Warning: Data.Functor.Coyoneda: could not find link destinations for: - Data.Functor.Coyoneda.D:R:RepCoyoneda Warning: Data.Functor.Yoneda: could not find link destinations for: - Data.Functor.Yoneda.D:R:RepYoneda Documentation created: dist/doc/html/kan-extensions/, dist/doc/html/kan-extensions/kan-extensions.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/kan-extensions-5.2.8-6b4erR2YKGB6LAJ8Q60Pn Completed kan-extensions-5.2.8 Configuring vector-0.13.2.0... Preprocessing library for vector-0.13.2.0.. Building library for vector-0.13.2.0.. [ 1 of 23] Compiling Data.Vector.Fusion.Stream.Monadic ( src/Data/Vector/Fusion/Stream/Monadic.hs, dist/build/Data/Vector/Fusion/Stream/Monadic.o, dist/build/Data/Vector/Fusion/Stream/Monadic.dyn_o ) [ 2 of 23] Compiling Data.Vector.Fusion.Util ( src/Data/Vector/Fusion/Util.hs, dist/build/Data/Vector/Fusion/Util.o, dist/build/Data/Vector/Fusion/Util.dyn_o ) [ 3 of 23] Compiling Data.Vector.Fusion.Bundle.Size ( src/Data/Vector/Fusion/Bundle/Size.hs, dist/build/Data/Vector/Fusion/Bundle/Size.o, dist/build/Data/Vector/Fusion/Bundle/Size.dyn_o ) [ 4 of 23] Compiling Data.Vector.Generic.Mutable.Base ( src/Data/Vector/Generic/Mutable/Base.hs, dist/build/Data/Vector/Generic/Mutable/Base.o, dist/build/Data/Vector/Generic/Mutable/Base.dyn_o ) [ 5 of 23] Compiling Data.Vector.Generic.Base ( src/Data/Vector/Generic/Base.hs, dist/build/Data/Vector/Generic/Base.o, dist/build/Data/Vector/Generic/Base.dyn_o ) [ 6 of 23] Compiling Data.Vector.Internal.Check ( src/Data/Vector/Internal/Check.hs, dist/build/Data/Vector/Internal/Check.o, dist/build/Data/Vector/Internal/Check.dyn_o ) [ 7 of 23] Compiling Data.Vector.Fusion.Bundle.Monadic ( src/Data/Vector/Fusion/Bundle/Monadic.hs, dist/build/Data/Vector/Fusion/Bundle/Monadic.o, dist/build/Data/Vector/Fusion/Bundle/Monadic.dyn_o ) [ 8 of 23] Compiling Data.Vector.Fusion.Bundle ( src/Data/Vector/Fusion/Bundle.hs, dist/build/Data/Vector/Fusion/Bundle.o, dist/build/Data/Vector/Fusion/Bundle.dyn_o ) [ 9 of 23] Compiling Data.Vector.Generic.Mutable ( src/Data/Vector/Generic/Mutable.hs, dist/build/Data/Vector/Generic/Mutable.o, dist/build/Data/Vector/Generic/Mutable.dyn_o ) [10 of 23] Compiling Data.Vector.Generic.New ( src/Data/Vector/Generic/New.hs, dist/build/Data/Vector/Generic/New.o, dist/build/Data/Vector/Generic/New.dyn_o ) [11 of 23] Compiling Data.Vector.Generic ( src/Data/Vector/Generic.hs, dist/build/Data/Vector/Generic.o, dist/build/Data/Vector/Generic.dyn_o ) [12 of 23] Compiling Data.Vector.Mutable ( src/Data/Vector/Mutable.hs, dist/build/Data/Vector/Mutable.o, dist/build/Data/Vector/Mutable.dyn_o ) [13 of 23] Compiling Data.Vector ( src/Data/Vector.hs, dist/build/Data/Vector.o, dist/build/Data/Vector.dyn_o ) [14 of 23] Compiling Data.Vector.Primitive.Mutable ( src/Data/Vector/Primitive/Mutable.hs, dist/build/Data/Vector/Primitive/Mutable.o, dist/build/Data/Vector/Primitive/Mutable.dyn_o ) [15 of 23] Compiling Data.Vector.Primitive ( src/Data/Vector/Primitive.hs, dist/build/Data/Vector/Primitive.o, dist/build/Data/Vector/Primitive.dyn_o ) [16 of 23] Compiling Data.Vector.Storable.Internal ( src/Data/Vector/Storable/Internal.hs, dist/build/Data/Vector/Storable/Internal.o, dist/build/Data/Vector/Storable/Internal.dyn_o ) [17 of 23] Compiling Data.Vector.Storable.Mutable ( src/Data/Vector/Storable/Mutable.hs, dist/build/Data/Vector/Storable/Mutable.o, dist/build/Data/Vector/Storable/Mutable.dyn_o ) [18 of 23] Compiling Data.Vector.Storable ( src/Data/Vector/Storable.hs, dist/build/Data/Vector/Storable.o, dist/build/Data/Vector/Storable.dyn_o ) [19 of 23] Compiling Data.Vector.Strict.Mutable ( src/Data/Vector/Strict/Mutable.hs, dist/build/Data/Vector/Strict/Mutable.o, dist/build/Data/Vector/Strict/Mutable.dyn_o ) [20 of 23] Compiling Data.Vector.Strict ( src/Data/Vector/Strict.hs, dist/build/Data/Vector/Strict.o, dist/build/Data/Vector/Strict.dyn_o ) [21 of 23] Compiling Data.Vector.Unboxed.Base ( src/Data/Vector/Unboxed/Base.hs, dist/build/Data/Vector/Unboxed/Base.o, dist/build/Data/Vector/Unboxed/Base.dyn_o ) [22 of 23] Compiling Data.Vector.Unboxed ( src/Data/Vector/Unboxed.hs, dist/build/Data/Vector/Unboxed.o, dist/build/Data/Vector/Unboxed.dyn_o ) [23 of 23] Compiling Data.Vector.Unboxed.Mutable ( src/Data/Vector/Unboxed/Mutable.hs, dist/build/Data/Vector/Unboxed/Mutable.o, dist/build/Data/Vector/Unboxed/Mutable.dyn_o ) Preprocessing library 'benchmarks-O2' for vector-0.13.2.0.. Building library 'benchmarks-O2' for vector-0.13.2.0.. [ 1 of 14] Compiling Bench.Vector.Algo.AwShCC ( benchlib/Bench/Vector/Algo/AwShCC.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/AwShCC.o, dist/build/benchmarks-O2/Bench/Vector/Algo/AwShCC.dyn_o ) [ 2 of 14] Compiling Bench.Vector.Algo.FindIndexR ( benchlib/Bench/Vector/Algo/FindIndexR.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/FindIndexR.o, dist/build/benchmarks-O2/Bench/Vector/Algo/FindIndexR.dyn_o ) [ 3 of 14] Compiling Bench.Vector.Algo.HybCC ( benchlib/Bench/Vector/Algo/HybCC.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/HybCC.o, dist/build/benchmarks-O2/Bench/Vector/Algo/HybCC.dyn_o ) [ 4 of 14] Compiling Bench.Vector.Algo.Leaffix ( benchlib/Bench/Vector/Algo/Leaffix.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/Leaffix.o, dist/build/benchmarks-O2/Bench/Vector/Algo/Leaffix.dyn_o ) [ 5 of 14] Compiling Bench.Vector.Algo.ListRank ( benchlib/Bench/Vector/Algo/ListRank.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/ListRank.o, dist/build/benchmarks-O2/Bench/Vector/Algo/ListRank.dyn_o ) [ 6 of 14] Compiling Bench.Vector.Algo.MutableSet ( benchlib/Bench/Vector/Algo/MutableSet.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/MutableSet.o, dist/build/benchmarks-O2/Bench/Vector/Algo/MutableSet.dyn_o ) [ 7 of 14] Compiling Bench.Vector.Algo.NextPermutation ( benchlib/Bench/Vector/Algo/NextPermutation.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/NextPermutation.o, dist/build/benchmarks-O2/Bench/Vector/Algo/NextPermutation.dyn_o ) [ 8 of 14] Compiling Bench.Vector.Algo.Quickhull ( benchlib/Bench/Vector/Algo/Quickhull.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/Quickhull.o, dist/build/benchmarks-O2/Bench/Vector/Algo/Quickhull.dyn_o ) [ 9 of 14] Compiling Bench.Vector.Algo.Rootfix ( benchlib/Bench/Vector/Algo/Rootfix.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/Rootfix.o, dist/build/benchmarks-O2/Bench/Vector/Algo/Rootfix.dyn_o ) [10 of 14] Compiling Bench.Vector.Algo.Spectral ( benchlib/Bench/Vector/Algo/Spectral.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/Spectral.o, dist/build/benchmarks-O2/Bench/Vector/Algo/Spectral.dyn_o ) [11 of 14] Compiling Bench.Vector.Algo.Tridiag ( benchlib/Bench/Vector/Algo/Tridiag.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/Tridiag.o, dist/build/benchmarks-O2/Bench/Vector/Algo/Tridiag.dyn_o ) [12 of 14] Compiling Bench.Vector.Tasty ( benchlib/Bench/Vector/Tasty.hs, dist/build/benchmarks-O2/Bench/Vector/Tasty.o, dist/build/benchmarks-O2/Bench/Vector/Tasty.dyn_o ) [13 of 14] Compiling Bench.Vector.TestData.Graph ( benchlib/Bench/Vector/TestData/Graph.hs, dist/build/benchmarks-O2/Bench/Vector/TestData/Graph.o, dist/build/benchmarks-O2/Bench/Vector/TestData/Graph.dyn_o ) [14 of 14] Compiling Bench.Vector.TestData.ParenTree ( benchlib/Bench/Vector/TestData/ParenTree.hs, dist/build/benchmarks-O2/Bench/Vector/TestData/ParenTree.o, dist/build/benchmarks-O2/Bench/Vector/TestData/ParenTree.dyn_o ) Preprocessing library for vector-0.13.2.0.. Running Haddock on library for vector-0.13.2.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 23] Compiling Data.Vector.Fusion.Stream.Monadic ( src/Data/Vector/Fusion/Stream/Monadic.hs, nothing ) [ 2 of 23] Compiling Data.Vector.Fusion.Util ( src/Data/Vector/Fusion/Util.hs, nothing ) [ 3 of 23] Compiling Data.Vector.Fusion.Bundle.Size ( src/Data/Vector/Fusion/Bundle/Size.hs, nothing ) [ 4 of 23] Compiling Data.Vector.Generic.Mutable.Base ( src/Data/Vector/Generic/Mutable/Base.hs, nothing ) [ 5 of 23] Compiling Data.Vector.Generic.Base ( src/Data/Vector/Generic/Base.hs, nothing ) [ 6 of 23] Compiling Data.Vector.Internal.Check ( src/Data/Vector/Internal/Check.hs, nothing ) [ 7 of 23] Compiling Data.Vector.Fusion.Bundle.Monadic ( src/Data/Vector/Fusion/Bundle/Monadic.hs, nothing ) [ 8 of 23] Compiling Data.Vector.Fusion.Bundle ( src/Data/Vector/Fusion/Bundle.hs, nothing ) [ 9 of 23] Compiling Data.Vector.Generic.Mutable ( src/Data/Vector/Generic/Mutable.hs, nothing ) [10 of 23] Compiling Data.Vector.Generic.New ( src/Data/Vector/Generic/New.hs, nothing ) [11 of 23] Compiling Data.Vector.Generic ( src/Data/Vector/Generic.hs, nothing ) [12 of 23] Compiling Data.Vector.Mutable ( src/Data/Vector/Mutable.hs, nothing ) [13 of 23] Compiling Data.Vector ( src/Data/Vector.hs, nothing ) [14 of 23] Compiling Data.Vector.Primitive.Mutable ( src/Data/Vector/Primitive/Mutable.hs, nothing ) [15 of 23] Compiling Data.Vector.Primitive ( src/Data/Vector/Primitive.hs, nothing ) [16 of 23] Compiling Data.Vector.Storable.Internal ( src/Data/Vector/Storable/Internal.hs, nothing ) [17 of 23] Compiling Data.Vector.Storable.Mutable ( src/Data/Vector/Storable/Mutable.hs, nothing ) [18 of 23] Compiling Data.Vector.Storable ( src/Data/Vector/Storable.hs, nothing ) [19 of 23] Compiling Data.Vector.Strict.Mutable ( src/Data/Vector/Strict/Mutable.hs, nothing ) [20 of 23] Compiling Data.Vector.Strict ( src/Data/Vector/Strict.hs, nothing ) [21 of 23] Compiling Data.Vector.Unboxed.Base ( src/Data/Vector/Unboxed/Base.hs, nothing ) [22 of 23] Compiling Data.Vector.Unboxed ( src/Data/Vector/Unboxed.hs, nothing ) [23 of 23] Compiling Data.Vector.Unboxed.Mutable ( src/Data/Vector/Unboxed/Mutable.hs, nothing ) Haddock coverage: 100% ( 2 / 2) in 'Data.Vector.Fusion.Stream.Monadic' 83% ( 5 / 6) in 'Data.Vector.Fusion.Util' Missing documentation for: liftBox 100% ( 9 / 9) in 'Data.Vector.Fusion.Bundle.Size' Warning: 'unsafeSlice' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'overlaps' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unsafeNew' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unsafeRead' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unsafeWrite' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'clear' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'set' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unsafeCopy' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unsafeMove' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'grow' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unsafeGrow' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 2 / 2) in 'Data.Vector.Generic.Mutable.Base' Warning: 'basicUnsafeWrite' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Bundle' is ambiguous. It is defined * at src/Data/Vector/Fusion/Bundle/Monadic.hs:121:21 * at src/Data/Vector/Fusion/Bundle/Monadic.hs:121: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/Vector/Fusion/Bundle/Monadic.hs:121:1 79% (110 /139) in 'Data.Vector.Fusion.Bundle.Monadic' Missing documentation for: Chunk (src/Data/Vector/Fusion/Bundle/Monadic.hs:118) generate (src/Data/Vector/Fusion/Bundle/Monadic.hs:207) unbox (src/Data/Vector/Fusion/Bundle/Monadic.hs:320) concatMap (src/Data/Vector/Fusion/Bundle/Monadic.hs:629) zipWithM_ (src/Data/Vector/Fusion/Bundle/Monadic.hs:351) zipWith3M (src/Data/Vector/Fusion/Bundle/Monadic.hs:355) zipWith4M (src/Data/Vector/Fusion/Bundle/Monadic.hs:364) zipWith5M (src/Data/Vector/Fusion/Bundle/Monadic.hs:371) zipWith6M (src/Data/Vector/Fusion/Bundle/Monadic.hs:378) zipWith (src/Data/Vector/Fusion/Bundle/Monadic.hs:384) zipWith3 (src/Data/Vector/Fusion/Bundle/Monadic.hs:389) zipWith4 (src/Data/Vector/Fusion/Bundle/Monadic.hs:395) zipWith5 (src/Data/Vector/Fusion/Bundle/Monadic.hs:401) zipWith6 (src/Data/Vector/Fusion/Bundle/Monadic.hs:407) zip (src/Data/Vector/Fusion/Bundle/Monadic.hs:411) zip3 (src/Data/Vector/Fusion/Bundle/Monadic.hs:415) zip4 (src/Data/Vector/Fusion/Bundle/Monadic.hs:420) zip5 (src/Data/Vector/Fusion/Bundle/Monadic.hs:425) zip6 (src/Data/Vector/Fusion/Bundle/Monadic.hs:430) and (src/Data/Vector/Fusion/Bundle/Monadic.hs:621) or (src/Data/Vector/Fusion/Bundle/Monadic.hs:625) concatMapM (src/Data/Vector/Fusion/Bundle/Monadic.hs:633) fromVector (src/Data/Vector/Fusion/Bundle/Monadic.hs:1086) reVector (src/Data/Vector/Fusion/Bundle/Monadic.hs:1166) fromVectors (src/Data/Vector/Fusion/Bundle/Monadic.hs:1105) concatVectors (src/Data/Vector/Fusion/Bundle/Monadic.hs:1133) fromStream (src/Data/Vector/Fusion/Bundle/Monadic.hs:136) chunks (src/Data/Vector/Fusion/Bundle/Monadic.hs:143) elements (src/Data/Vector/Fusion/Bundle/Monadic.hs:147) Warning: 'Nothing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Just' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 79% ( 90 /113) in 'Data.Vector.Fusion.Bundle' Missing documentation for: Chunk (src/Data/Vector/Fusion/Bundle/Monadic.hs:118) inplace (src/Data/Vector/Fusion/Bundle.hs:113) concatMap (src/Data/Vector/Fusion/Bundle.hs:256) unbox (src/Data/Vector/Fusion/Bundle.hs:252) zipWith4 (src/Data/Vector/Fusion/Bundle.hs:286) zipWith5 (src/Data/Vector/Fusion/Bundle.hs:292) zipWith6 (src/Data/Vector/Fusion/Bundle.hs:298) zip (src/Data/Vector/Fusion/Bundle.hs:302) zip3 (src/Data/Vector/Fusion/Bundle.hs:306) zip4 (src/Data/Vector/Fusion/Bundle.hs:311) zip5 (src/Data/Vector/Fusion/Bundle.hs:316) zip6 (src/Data/Vector/Fusion/Bundle.hs:321) and (src/Data/Vector/Fusion/Bundle.hs:406) or (src/Data/Vector/Fusion/Bundle.hs:410) unsafeFromList (src/Data/Vector/Fusion/Bundle.hs:632) fromVector (src/Data/Vector/Fusion/Bundle.hs:636) reVector (src/Data/Vector/Fusion/Bundle.hs:640) fromVectors (src/Data/Vector/Fusion/Bundle.hs:644) concatVectors (src/Data/Vector/Fusion/Bundle.hs:648) zipWithM (src/Data/Vector/Fusion/Bundle.hs:535) zipWithM_ (src/Data/Vector/Fusion/Bundle.hs:539) eqBy (src/Data/Vector/Fusion/Bundle.hs:492) cmpBy (src/Data/Vector/Fusion/Bundle.hs:501) 86% ( 93 /108) in 'Data.Vector.Generic.Mutable' Missing documentation for: mstream (src/Data/Vector/Generic/Mutable.hs:139) mstreamR (src/Data/Vector/Generic/Mutable.hs:168) transform (src/Data/Vector/Generic/Mutable.hs:164) transformR (src/Data/Vector/Generic/Mutable.hs:199) fill (src/Data/Vector/Generic/Mutable.hs:151) fillR (src/Data/Vector/Generic/Mutable.hs:182) unsafeAccum (src/Data/Vector/Generic/Mutable.hs:1020) accum (src/Data/Vector/Generic/Mutable.hs:997) unsafeUpdate (src/Data/Vector/Generic/Mutable.hs:1031) update (src/Data/Vector/Generic/Mutable.hs:1009) reverse (src/Data/Vector/Generic/Mutable.hs:1039) unstablePartition (src/Data/Vector/Generic/Mutable.hs:1049) unstablePartitionBundle (src/Data/Vector/Generic/Mutable.hs:1078) partitionBundle (src/Data/Vector/Generic/Mutable.hs:1105) partitionWithBundle (src/Data/Vector/Generic/Mutable.hs:1165) 21% ( 5 / 23) in 'Data.Vector.Generic.New' Missing documentation for: create (src/Data/Vector/Generic/New.hs:62) run (src/Data/Vector/Generic/New.hs:66) runPrim (src/Data/Vector/Generic/New.hs:70) apply (src/Data/Vector/Generic/New.hs:74) modify (src/Data/Vector/Generic/New.hs:78) modifyWithBundle (src/Data/Vector/Generic/New.hs:83) unstream (src/Data/Vector/Generic/New.hs:87) transform (src/Data/Vector/Generic/New.hs:93) unstreamR (src/Data/Vector/Generic/New.hs:113) transformR (src/Data/Vector/Generic/New.hs:119) slice (src/Data/Vector/Generic/New.hs:139) init (src/Data/Vector/Generic/New.hs:143) tail (src/Data/Vector/Generic/New.hs:147) take (src/Data/Vector/Generic/New.hs:151) drop (src/Data/Vector/Generic/New.hs:155) unsafeSlice (src/Data/Vector/Generic/New.hs:159) unsafeInit (src/Data/Vector/Generic/New.hs:163) unsafeTail (src/Data/Vector/Generic/New.hs:167) Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'b' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Left' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Right' 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. Warning: 'True' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 93% (259 /278) in 'Data.Vector.Generic' Missing documentation for: zipWith4 (src/Data/Vector/Generic.hs:1190) zipWith5 (src/Data/Vector/Generic.hs:1201) zipWith6 (src/Data/Vector/Generic.hs:1213) izipWith4 (src/Data/Vector/Generic.hs:1242) izipWith5 (src/Data/Vector/Generic.hs:1253) izipWith6 (src/Data/Vector/Generic.hs:1265) zip4 (src/Data/Vector/Generic.hs:1287) zip5 (src/Data/Vector/Generic.hs:1293) zip6 (src/Data/Vector/Generic.hs:1299) unzip3 (src/Data/Vector/Generic.hs:1348) unzip4 (src/Data/Vector/Generic.hs:1356) unzip5 (src/Data/Vector/Generic.hs:1365) unzip6 (src/Data/Vector/Generic.hs:1375) liftShowsPrec (src/Data/Vector/Generic.hs:2686) gunfold (src/Data/Vector/Generic.hs:2728) dataCast (src/Data/Vector/Generic.hs:2735) mkVecType (src/Data/Vector/Generic.hs:2717) mkVecConstr (src/Data/Vector/Generic.hs:2713) mkType (src/Data/Vector/Generic.hs:2722) Warning: 'IO' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ST' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Nothing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 97% ( 88 / 90) in 'Data.Vector.Mutable' Missing documentation for: IOVector (src/Data/Vector/Mutable.hs:101) STVector (src/Data/Vector/Mutable.hs:102) Warning: 'Nothing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Just' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'b' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Left' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Right' 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. Warning: 'True' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Array' is ambiguous. It is defined * in Data.Primitive.Array * in Data.Primitive.Array 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.Primitive.Array 94% (245 /258) in 'Data.Vector' Missing documentation for: zipWith4 (src/Data/Vector.hs:1173) zipWith5 (src/Data/Vector.hs:1179) zipWith6 (src/Data/Vector.hs:1185) izipWith4 (src/Data/Vector.hs:1202) izipWith5 (src/Data/Vector.hs:1208) izipWith6 (src/Data/Vector.hs:1214) zip4 (src/Data/Vector.hs:1229) zip5 (src/Data/Vector.hs:1234) zip6 (src/Data/Vector.hs:1239) unzip3 (src/Data/Vector.hs:1251) unzip4 (src/Data/Vector.hs:1255) unzip5 (src/Data/Vector.hs:1260) unzip6 (src/Data/Vector.hs:1265) Warning: 'Nothing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 97% ( 89 / 91) in 'Data.Vector.Primitive.Mutable' Missing documentation for: IOVector (src/Data/Vector/Primitive/Mutable.hs:117) STVector (src/Data/Vector/Primitive/Mutable.hs:118) Warning: 'Nothing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Just' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'b' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'flip' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Left' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Right' 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. 97% (228 /234) in 'Data.Vector.Primitive' Missing documentation for: zipWith4 (src/Data/Vector/Primitive.hs:967) zipWith5 (src/Data/Vector/Primitive.hs:975) zipWith6 (src/Data/Vector/Primitive.hs:983) izipWith4 (src/Data/Vector/Primitive.hs:1003) izipWith5 (src/Data/Vector/Primitive.hs:1011) izipWith6 (src/Data/Vector/Primitive.hs:1019) Warning: 'Storable' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Nothing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 97% ( 95 / 97) in 'Data.Vector.Storable.Mutable' Missing documentation for: IOVector (src/Data/Vector/Storable/Mutable.hs:136) STVector (src/Data/Vector/Storable/Mutable.hs:137) Warning: 'Nothing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Just' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'b' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'flip' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Left' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Right' 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. Warning: 'True' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 97% (239 /245) in 'Data.Vector.Storable' Missing documentation for: zipWith4 (src/Data/Vector/Storable.hs:978) zipWith5 (src/Data/Vector/Storable.hs:986) zipWith6 (src/Data/Vector/Storable.hs:994) izipWith4 (src/Data/Vector/Storable.hs:1014) izipWith5 (src/Data/Vector/Storable.hs:1022) izipWith6 (src/Data/Vector/Storable.hs:1030) Warning: 'IO' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ST' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Nothing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 97% ( 91 / 93) in 'Data.Vector.Strict.Mutable' Missing documentation for: IOVector (src/Data/Vector/Strict/Mutable.hs:99) STVector (src/Data/Vector/Strict/Mutable.hs:100) Warning: 'Nothing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Just' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'b' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Left' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Right' 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. Warning: 'True' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Array' is ambiguous. It is defined * in Data.Primitive.Array * in Data.Primitive.Array 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.Primitive.Array 95% (248 /261) in 'Data.Vector.Strict' Missing documentation for: zipWith4 (src/Data/Vector/Strict.hs:1267) zipWith5 (src/Data/Vector/Strict.hs:1273) zipWith6 (src/Data/Vector/Strict.hs:1279) izipWith4 (src/Data/Vector/Strict.hs:1300) izipWith5 (src/Data/Vector/Strict.hs:1306) izipWith6 (src/Data/Vector/Strict.hs:1312) zip4 (src/Data/Vector/Strict.hs:1331) zip5 (src/Data/Vector/Strict.hs:1336) zip6 (src/Data/Vector/Strict.hs:1341) unzip3 (src/Data/Vector/Strict.hs:1355) unzip4 (src/Data/Vector/Strict.hs:1359) unzip5 (src/Data/Vector/Strict.hs:1364) unzip6 (src/Data/Vector/Strict.hs:1369) Warning: 'DoNotUnboxLazy' is ambiguous. It is defined * at src/Data/Vector/Unboxed/Base.hs:810:28 * at src/Data/Vector/Unboxed/Base.hs:810: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/Vector/Unboxed/Base.hs:810:1 Warning: 'DoNotUnboxStrict' is ambiguous. It is defined * at src/Data/Vector/Unboxed/Base.hs:895:30 * at src/Data/Vector/Unboxed/Base.hs:895: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/Vector/Unboxed/Base.hs:895:1 Warning: 'DoNotUnboxNormalForm' is ambiguous. It is defined * at src/Data/Vector/Unboxed/Base.hs:981:34 * at src/Data/Vector/Unboxed/Base.hs:981: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/Vector/Unboxed/Base.hs:981:1 Warning: 'As' is ambiguous. It is defined * at src/Data/Vector/Unboxed/Base.hs:350:38 * at src/Data/Vector/Unboxed/Base.hs:350: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/Vector/Unboxed/Base.hs:350:1 Warning: 'As' is ambiguous. It is defined * at src/Data/Vector/Unboxed/Base.hs:350:38 * at src/Data/Vector/Unboxed/Base.hs:350: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/Vector/Unboxed/Base.hs:350:1 Warning: 'UnboxViaPrim' is ambiguous. It is defined * at src/Data/Vector/Unboxed/Base.hs:223:26 * at src/Data/Vector/Unboxed/Base.hs:223: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/Vector/Unboxed/Base.hs:223:1 Warning: 'DoNotUnboxStrict' is ambiguous. It is defined * at src/Data/Vector/Unboxed/Base.hs:895:30 * at src/Data/Vector/Unboxed/Base.hs:895: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/Vector/Unboxed/Base.hs:895:1 Warning: 'DoNotUnboxLazy' is ambiguous. It is defined * at src/Data/Vector/Unboxed/Base.hs:810:28 * at src/Data/Vector/Unboxed/Base.hs:810: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/Vector/Unboxed/Base.hs:810:1 Warning: 'DoNotUnboxNormalForm' is ambiguous. It is defined * at src/Data/Vector/Unboxed/Base.hs:981:34 * at src/Data/Vector/Unboxed/Base.hs:981: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/Vector/Unboxed/Base.hs:981:1 Warning: 'Complex' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'RealFloat' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Nothing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Just' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'b' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'flip' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Left' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Right' 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. Warning: 'True' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 96% (253 /262) in 'Data.Vector.Unboxed' Missing documentation for: Vector (src/Data/Vector/Unboxed/Base.hs:73) MVector (src/Data/Vector/Unboxed/Base.hs:72) Unbox (src/Data/Vector/Unboxed/Base.hs:80) zipWith4 (src/Data/Vector/Unboxed.hs:1027) zipWith5 (src/Data/Vector/Unboxed.hs:1034) zipWith6 (src/Data/Vector/Unboxed.hs:1041) izipWith4 (src/Data/Vector/Unboxed.hs:1061) izipWith5 (src/Data/Vector/Unboxed.hs:1068) izipWith6 (src/Data/Vector/Unboxed.hs:1075) Warning: 'Nothing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 96% ( 96 /100) in 'Data.Vector.Unboxed.Mutable' Missing documentation for: MVector (src/Data/Vector/Unboxed/Base.hs:72) IOVector (src/Data/Vector/Unboxed/Base.hs:75) STVector (src/Data/Vector/Unboxed/Base.hs:76) Unbox (src/Data/Vector/Unboxed/Base.hs:80) Warning: Data.Vector.Generic.Mutable: could not find link destinations for: - Control.Monad.Primitive.D:R:PrimStateAccumT - Control.Monad.Primitive.D:R:PrimStateContT - Control.Monad.Primitive.D:R:PrimStateExceptT - Control.Monad.Primitive.D:R:PrimStateIO - Control.Monad.Primitive.D:R:PrimStateIdentityT - Control.Monad.Primitive.D:R:PrimStateMaybeT - Control.Monad.Primitive.D:R:PrimStateRWST - Control.Monad.Primitive.D:R:PrimStateRWST0 - Control.Monad.Primitive.D:R:PrimStateRWST1 - Control.Monad.Primitive.D:R:PrimStateReaderT - Control.Monad.Primitive.D:R:PrimStateST - Control.Monad.Primitive.D:R:PrimStateST0 - Control.Monad.Primitive.D:R:PrimStateSelectT - Control.Monad.Primitive.D:R:PrimStateStateT - Control.Monad.Primitive.D:R:PrimStateStateT0 - Control.Monad.Primitive.D:R:PrimStateWriterT - Control.Monad.Primitive.D:R:PrimStateWriterT0 - Control.Monad.Primitive.D:R:PrimStateWriterT1 Warning: Data.Vector.Mutable: could not find link destinations for: - Control.Monad.Primitive.D:R:PrimStateAccumT - Control.Monad.Primitive.D:R:PrimStateContT - Control.Monad.Primitive.D:R:PrimStateExceptT - Control.Monad.Primitive.D:R:PrimStateIO - Control.Monad.Primitive.D:R:PrimStateIdentityT - Control.Monad.Primitive.D:R:PrimStateMaybeT - Control.Monad.Primitive.D:R:PrimStateRWST - Control.Monad.Primitive.D:R:PrimStateRWST0 - Control.Monad.Primitive.D:R:PrimStateRWST1 - Control.Monad.Primitive.D:R:PrimStateReaderT - Control.Monad.Primitive.D:R:PrimStateST - Control.Monad.Primitive.D:R:PrimStateST0 - Control.Monad.Primitive.D:R:PrimStateSelectT - Control.Monad.Primitive.D:R:PrimStateStateT - Control.Monad.Primitive.D:R:PrimStateStateT0 - Control.Monad.Primitive.D:R:PrimStateWriterT - Control.Monad.Primitive.D:R:PrimStateWriterT0 - Control.Monad.Primitive.D:R:PrimStateWriterT1 Warning: Data.Vector: could not find link destinations for: - Data.Vector.D:R:ItemVector Warning: Data.Vector.Primitive.Mutable: could not find link destinations for: - Control.Monad.Primitive.D:R:PrimStateAccumT - Control.Monad.Primitive.D:R:PrimStateContT - Control.Monad.Primitive.D:R:PrimStateExceptT - Control.Monad.Primitive.D:R:PrimStateIO - Control.Monad.Primitive.D:R:PrimStateIdentityT - Control.Monad.Primitive.D:R:PrimStateMaybeT - Control.Monad.Primitive.D:R:PrimStateRWST - Control.Monad.Primitive.D:R:PrimStateRWST0 - Control.Monad.Primitive.D:R:PrimStateRWST1 - Control.Monad.Primitive.D:R:PrimStateReaderT - Control.Monad.Primitive.D:R:PrimStateST - Control.Monad.Primitive.D:R:PrimStateST0 - Control.Monad.Primitive.D:R:PrimStateSelectT - Control.Monad.Primitive.D:R:PrimStateStateT - Control.Monad.Primitive.D:R:PrimStateStateT0 - Control.Monad.Primitive.D:R:PrimStateWriterT - Control.Monad.Primitive.D:R:PrimStateWriterT0 - Control.Monad.Primitive.D:R:PrimStateWriterT1 Warning: Data.Vector.Primitive: could not find link destinations for: - Data.Vector.Primitive.D:R:ItemVector Warning: Data.Vector.Storable.Mutable: could not find link destinations for: - Control.Monad.Primitive.D:R:PrimStateAccumT - Control.Monad.Primitive.D:R:PrimStateContT - Control.Monad.Primitive.D:R:PrimStateExceptT - Control.Monad.Primitive.D:R:PrimStateIO - Control.Monad.Primitive.D:R:PrimStateIdentityT - Control.Monad.Primitive.D:R:PrimStateMaybeT - Control.Monad.Primitive.D:R:PrimStateRWST - Control.Monad.Primitive.D:R:PrimStateRWST0 - Control.Monad.Primitive.D:R:PrimStateRWST1 - Control.Monad.Primitive.D:R:PrimStateReaderT - Control.Monad.Primitive.D:R:PrimStateST - Control.Monad.Primitive.D:R:PrimStateST0 - Control.Monad.Primitive.D:R:PrimStateSelectT - Control.Monad.Primitive.D:R:PrimStateStateT - Control.Monad.Primitive.D:R:PrimStateStateT0 - Control.Monad.Primitive.D:R:PrimStateWriterT - Control.Monad.Primitive.D:R:PrimStateWriterT0 - Control.Monad.Primitive.D:R:PrimStateWriterT1 Warning: Data.Vector.Storable: could not find link destinations for: - Data.Vector.Storable.D:R:ItemVector Warning: Data.Vector.Strict.Mutable: could not find link destinations for: - Control.Monad.Primitive.D:R:PrimStateAccumT - Control.Monad.Primitive.D:R:PrimStateContT - Control.Monad.Primitive.D:R:PrimStateExceptT - Control.Monad.Primitive.D:R:PrimStateIO - Control.Monad.Primitive.D:R:PrimStateIdentityT - Control.Monad.Primitive.D:R:PrimStateMaybeT - Control.Monad.Primitive.D:R:PrimStateRWST - Control.Monad.Primitive.D:R:PrimStateRWST0 - Control.Monad.Primitive.D:R:PrimStateRWST1 - Control.Monad.Primitive.D:R:PrimStateReaderT - Control.Monad.Primitive.D:R:PrimStateST - Control.Monad.Primitive.D:R:PrimStateST0 - Control.Monad.Primitive.D:R:PrimStateSelectT - Control.Monad.Primitive.D:R:PrimStateStateT - Control.Monad.Primitive.D:R:PrimStateStateT0 - Control.Monad.Primitive.D:R:PrimStateWriterT - Control.Monad.Primitive.D:R:PrimStateWriterT0 - Control.Monad.Primitive.D:R:PrimStateWriterT1 Warning: Data.Vector.Strict: could not find link destinations for: - Data.Vector.Strict.D:R:ItemVector Warning: Data.Vector.Unboxed: could not find link destinations for: - Data.Vector.Unboxed.Base.V_6 - Data.Vector.Unboxed.Base.V_5 - Data.Vector.Unboxed.Base.V_4 - Data.Vector.Unboxed.Base.V_3 - Data.Vector.Unboxed.Base.V_2 - Data.Vector.Unboxed.Base.V_Compose - Data.Vector.Unboxed.Base.V_Alt - Data.Vector.Unboxed.Base.V_Const - Data.Vector.Unboxed.Base.V_All - Data.Vector.Unboxed.Base.V_Any - Data.Vector.Unboxed.Base.V_DoNotUnboxNormalForm - Data.Vector.Unboxed.Base.V_DoNotUnboxStrict - Data.Vector.Unboxed.Base.V_DoNotUnboxLazy - Data.Vector.Unboxed.Base.V_Arg - Data.Vector.Unboxed.Base.V_WrappedMonoid - Data.Vector.Unboxed.Base.V_Last - Data.Vector.Unboxed.Base.V_First - Data.Vector.Unboxed.Base.V_Max - Data.Vector.Unboxed.Base.V_Min - Data.Vector.Unboxed.Base.V_Product - Data.Vector.Unboxed.Base.V_Sum - Data.Vector.Unboxed.Base.V_Dual - Data.Vector.Unboxed.Base.V_Down - Data.Vector.Unboxed.Base.V_Identity - Data.Vector.Unboxed.Base.V_Complex - Data.Vector.Unboxed.Base.V_Bool - Data.Vector.Unboxed.Base.V_Char - Data.Vector.Unboxed.Base.V_Double - Data.Vector.Unboxed.Base.V_Float - Data.Vector.Unboxed.Base.V_Word64 - Data.Vector.Unboxed.Base.V_Word32 - Data.Vector.Unboxed.Base.V_Word16 - Data.Vector.Unboxed.Base.V_Word8 - Data.Vector.Unboxed.Base.V_Word - Data.Vector.Unboxed.Base.V_Int64 - Data.Vector.Unboxed.Base.V_Int32 - Data.Vector.Unboxed.Base.V_Int16 - Data.Vector.Unboxed.Base.V_Int8 - Data.Vector.Unboxed.Base.V_Int - Data.Vector.Unboxed.Base.V_Unit - Data.Vector.Unboxed.Base.D:R:MVectorsTuple60 - Data.Vector.Unboxed.Base.D:R:MVectorsTuple50 - Data.Vector.Unboxed.Base.D:R:MVectorsTuple40 - Data.Vector.Unboxed.Base.D:R:MVectorsTuple30 - Data.Vector.Unboxed.Base.D:R:MVectorsTuple20 - Data.Vector.Unboxed.Base.D:R:MVectorsCompose0 - Data.Vector.Unboxed.Base.D:R:MVectorsAlt0 - Data.Vector.Unboxed.Base.D:R:MVectorsConst0 - Data.Vector.Unboxed.Base.D:R:MVectorsAll0 - Data.Vector.Unboxed.Base.D:R:MVectorsAny0 - Data.Vector.Unboxed.Base.D:R:MVectorsArg0 - Data.Vector.Unboxed.Base.D:R:MVectorsWrappedMonoid0 - Data.Vector.Unboxed.Base.D:R:MVectorsLast0 - Data.Vector.Unboxed.Base.D:R:MVectorsFirst0 - Data.Vector.Unboxed.Base.D:R:MVectorsMax0 - Data.Vector.Unboxed.Base.D:R:MVectorsMin0 - Data.Vector.Unboxed.Base.D:R:MVectorsProduct0 - Data.Vector.Unboxed.Base.D:R:MVectorsSum0 - Data.Vector.Unboxed.Base.D:R:MVectorsDual0 - Data.Vector.Unboxed.Base.D:R:MVectorsDown0 - Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0 - Data.Vector.Unboxed.Base.D:R:MVectorsComplex0 - Data.Vector.Unboxed.Base.D:R:MVectorsBool0 - Data.Vector.Unboxed.Base.D:R:MVectorsChar0 - Data.Vector.Unboxed.Base.D:R:MVectorsDouble0 - Data.Vector.Unboxed.Base.D:R:MVectorsFloat0 - Data.Vector.Unboxed.Base.D:R:MVectorsWord640 - Data.Vector.Unboxed.Base.D:R:MVectorsWord320 - Data.Vector.Unboxed.Base.D:R:MVectorsWord160 - Data.Vector.Unboxed.Base.D:R:MVectorsWord80 - Data.Vector.Unboxed.Base.D:R:MVectorsWord0 - Data.Vector.Unboxed.Base.D:R:MVectorsInt640 - Data.Vector.Unboxed.Base.D:R:MVectorsInt320 - Data.Vector.Unboxed.Base.D:R:MVectorsInt160 - Data.Vector.Unboxed.Base.D:R:MVectorsInt80 - Data.Vector.Unboxed.Base.D:R:MVectorsInt0 - Data.Vector.Unboxed.Base.D:R:MVectorsUnit0 - Data.Vector.Unboxed.Base.D:R:VectorTuple60 - Data.Vector.Unboxed.Base.D:R:VectorTuple50 - Data.Vector.Unboxed.Base.D:R:VectorTuple40 - Data.Vector.Unboxed.Base.D:R:VectorTuple30 - Data.Vector.Unboxed.Base.D:R:VectorTuple20 - Data.Vector.Unboxed.Base.D:R:VectorCompose0 - Data.Vector.Unboxed.Base.D:R:VectorAlt0 - Data.Vector.Unboxed.Base.D:R:VectorConst0 - Data.Vector.Unboxed.Base.D:R:VectorAll0 - Data.Vector.Unboxed.Base.D:R:VectorAny0 - Data.Vector.Unboxed.Base.D:R:VectorArg0 - Data.Vector.Unboxed.Base.D:R:VectorWrappedMonoid0 - Data.Vector.Unboxed.Base.D:R:VectorLast0 - Data.Vector.Unboxed.Base.D:R:VectorFirst0 - Data.Vector.Unboxed.Base.D:R:VectorMax0 - Data.Vector.Unboxed.Base.D:R:VectorMin0 - Data.Vector.Unboxed.Base.D:R:VectorProduct0 - Data.Vector.Unboxed.Base.D:R:VectorSum0 - Data.Vector.Unboxed.Base.D:R:VectorDual0 - Data.Vector.Unboxed.Base.D:R:VectorDown0 - Data.Vector.Unboxed.Base.D:R:VectorIdentity0 - Data.Vector.Unboxed.Base.D:R:VectorComplex0 - Data.Vector.Unboxed.Base.D:R:VectorBool0 - Data.Vector.Unboxed.Base.D:R:VectorChar0 - Data.Vector.Unboxed.Base.D:R:VectorDouble0 - Data.Vector.Unboxed.Base.D:R:VectorFloat0 - Data.Vector.Unboxed.Base.D:R:VectorWord640 - Data.Vector.Unboxed.Base.D:R:VectorWord320 - Data.Vector.Unboxed.Base.D:R:VectorWord160 - Data.Vector.Unboxed.Base.D:R:VectorWord80 - Data.Vector.Unboxed.Base.D:R:VectorWord0 - Data.Vector.Unboxed.Base.D:R:VectorInt640 - Data.Vector.Unboxed.Base.D:R:VectorInt320 - Data.Vector.Unboxed.Base.D:R:VectorInt160 - Data.Vector.Unboxed.Base.D:R:VectorInt80 - Data.Vector.Unboxed.Base.D:R:VectorInt0 - Data.Vector.Unboxed.Base.D:R:VectorUnit0 - Data.Vector.Unboxed.Base.D:R:VectorUnboxViaPrim0 - Data.Vector.Unboxed.Base.D:R:MVectorsUnboxViaPrim0 - Data.Vector.Unboxed.Base.D:R:VectorAs0 - Data.Vector.Unboxed.Base.D:R:MVectorsAs0 - Data.Vector.Unboxed.Base.D:R:VectorDoNotUnboxLazy0 - Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxLazy0 - Data.Vector.Unboxed.Base.D:R:VectorDoNotUnboxStrict0 - Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxStrict0 - Data.Vector.Unboxed.Base.D:R:VectorDoNotUnboxNormalForm0 - Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxNormalForm0 - Data.Vector.Unboxed.D:R:ItemVector Warning: Data.Vector.Unboxed.Mutable: could not find link destinations for: - Control.Monad.Primitive.D:R:PrimStateAccumT - Control.Monad.Primitive.D:R:PrimStateContT - Control.Monad.Primitive.D:R:PrimStateExceptT - Control.Monad.Primitive.D:R:PrimStateIO - Control.Monad.Primitive.D:R:PrimStateIdentityT - Control.Monad.Primitive.D:R:PrimStateMaybeT - Control.Monad.Primitive.D:R:PrimStateRWST - Control.Monad.Primitive.D:R:PrimStateRWST0 - Control.Monad.Primitive.D:R:PrimStateRWST1 - Control.Monad.Primitive.D:R:PrimStateReaderT - Control.Monad.Primitive.D:R:PrimStateST - Control.Monad.Primitive.D:R:PrimStateST0 - Control.Monad.Primitive.D:R:PrimStateSelectT - Control.Monad.Primitive.D:R:PrimStateStateT - Control.Monad.Primitive.D:R:PrimStateStateT0 - Control.Monad.Primitive.D:R:PrimStateWriterT - Control.Monad.Primitive.D:R:PrimStateWriterT0 - Control.Monad.Primitive.D:R:PrimStateWriterT1 - Data.Vector.Unboxed.Base.D:R:MVectorsTuple60 - Data.Vector.Unboxed.Base.D:R:MVectorsTuple50 - Data.Vector.Unboxed.Base.D:R:MVectorsTuple40 - Data.Vector.Unboxed.Base.D:R:MVectorsTuple30 - Data.Vector.Unboxed.Base.D:R:MVectorsTuple20 - Data.Vector.Unboxed.Base.D:R:MVectorsCompose0 - Data.Vector.Unboxed.Base.D:R:MVectorsAlt0 - Data.Vector.Unboxed.Base.D:R:MVectorsConst0 - Data.Vector.Unboxed.Base.D:R:MVectorsAll0 - Data.Vector.Unboxed.Base.D:R:MVectorsAny0 - Data.Vector.Unboxed.Base.D:R:MVectorsArg0 - Data.Vector.Unboxed.Base.D:R:MVectorsWrappedMonoid0 - Data.Vector.Unboxed.Base.D:R:MVectorsLast0 - Data.Vector.Unboxed.Base.D:R:MVectorsFirst0 - Data.Vector.Unboxed.Base.D:R:MVectorsMax0 - Data.Vector.Unboxed.Base.D:R:MVectorsMin0 - Data.Vector.Unboxed.Base.D:R:MVectorsProduct0 - Data.Vector.Unboxed.Base.D:R:MVectorsSum0 - Data.Vector.Unboxed.Base.D:R:MVectorsDual0 - Data.Vector.Unboxed.Base.D:R:MVectorsDown0 - Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0 - Data.Vector.Unboxed.Base.D:R:MVectorsComplex0 - Data.Vector.Unboxed.Base.D:R:MVectorsBool0 - Data.Vector.Unboxed.Base.D:R:MVectorsChar0 - Data.Vector.Unboxed.Base.D:R:MVectorsDouble0 - Data.Vector.Unboxed.Base.D:R:MVectorsFloat0 - Data.Vector.Unboxed.Base.D:R:MVectorsWord640 - Data.Vector.Unboxed.Base.D:R:MVectorsWord320 - Data.Vector.Unboxed.Base.D:R:MVectorsWord160 - Data.Vector.Unboxed.Base.D:R:MVectorsWord80 - Data.Vector.Unboxed.Base.D:R:MVectorsWord0 - Data.Vector.Unboxed.Base.D:R:MVectorsInt640 - Data.Vector.Unboxed.Base.D:R:MVectorsInt320 - Data.Vector.Unboxed.Base.D:R:MVectorsInt160 - Data.Vector.Unboxed.Base.D:R:MVectorsInt80 - Data.Vector.Unboxed.Base.D:R:MVectorsInt0 - Data.Vector.Unboxed.Base.D:R:MVectorsUnit0 - Data.Vector.Unboxed.Base.D:R:MVectorsUnboxViaPrim0 - Data.Vector.Unboxed.Base.D:R:MVectorsAs0 - Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxLazy0 - Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxStrict0 - Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxNormalForm0 Documentation created: dist/doc/html/vector/, dist/doc/html/vector/vector.txt Preprocessing library 'benchmarks-O2' for vector-0.13.2.0.. Running Haddock on library 'benchmarks-O2' for vector-0.13.2.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 14] Compiling Bench.Vector.Algo.AwShCC ( benchlib/Bench/Vector/Algo/AwShCC.hs, nothing ) [ 2 of 14] Compiling Bench.Vector.Algo.FindIndexR ( benchlib/Bench/Vector/Algo/FindIndexR.hs, nothing ) [ 3 of 14] Compiling Bench.Vector.Algo.HybCC ( benchlib/Bench/Vector/Algo/HybCC.hs, nothing ) [ 4 of 14] Compiling Bench.Vector.Algo.Leaffix ( benchlib/Bench/Vector/Algo/Leaffix.hs, nothing ) [ 5 of 14] Compiling Bench.Vector.Algo.ListRank ( benchlib/Bench/Vector/Algo/ListRank.hs, nothing ) [ 6 of 14] Compiling Bench.Vector.Algo.MutableSet ( benchlib/Bench/Vector/Algo/MutableSet.hs, nothing ) [ 7 of 14] Compiling Bench.Vector.Algo.NextPermutation ( benchlib/Bench/Vector/Algo/NextPermutation.hs, nothing ) [ 8 of 14] Compiling Bench.Vector.Algo.Quickhull ( benchlib/Bench/Vector/Algo/Quickhull.hs, nothing ) [ 9 of 14] Compiling Bench.Vector.Algo.Rootfix ( benchlib/Bench/Vector/Algo/Rootfix.hs, nothing ) [10 of 14] Compiling Bench.Vector.Algo.Spectral ( benchlib/Bench/Vector/Algo/Spectral.hs, nothing ) [11 of 14] Compiling Bench.Vector.Algo.Tridiag ( benchlib/Bench/Vector/Algo/Tridiag.hs, nothing ) [12 of 14] Compiling Bench.Vector.Tasty ( benchlib/Bench/Vector/Tasty.hs, nothing ) [13 of 14] Compiling Bench.Vector.TestData.Graph ( benchlib/Bench/Vector/TestData/Graph.hs, nothing ) [14 of 14] Compiling Bench.Vector.TestData.ParenTree ( benchlib/Bench/Vector/TestData/ParenTree.hs, nothing ) Haddock coverage: 0% ( 0 / 2) in 'Bench.Vector.Algo.AwShCC' Missing documentation for: Module header awshcc (benchlib/Bench/Vector/Algo/AwShCC.hs:8) 0% ( 0 / 4) in 'Bench.Vector.Algo.FindIndexR' Missing documentation for: Module header findIndexR (benchlib/Bench/Vector/Algo/FindIndexR.hs:9) findIndexR_naive (benchlib/Bench/Vector/Algo/FindIndexR.hs:13) findIndexR_manual (benchlib/Bench/Vector/Algo/FindIndexR.hs:20) 0% ( 0 / 2) in 'Bench.Vector.Algo.HybCC' Missing documentation for: Module header hybcc (benchlib/Bench/Vector/Algo/HybCC.hs:7) 0% ( 0 / 2) in 'Bench.Vector.Algo.Leaffix' Missing documentation for: Module header leaffix (benchlib/Bench/Vector/Algo/Leaffix.hs:7) 0% ( 0 / 2) in 'Bench.Vector.Algo.ListRank' Missing documentation for: Module header listRank (benchlib/Bench/Vector/Algo/ListRank.hs:8) 0% ( 0 / 2) in 'Bench.Vector.Algo.MutableSet' Missing documentation for: Module header mutableSet (benchlib/Bench/Vector/Algo/MutableSet.hs:12) Warning: 'Int32' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 50% ( 1 / 2) in 'Bench.Vector.Algo.NextPermutation' Missing documentation for: Module header 0% ( 0 / 2) in 'Bench.Vector.Algo.Quickhull' Missing documentation for: Module header quickhull (benchlib/Bench/Vector/Algo/Quickhull.hs:7) 0% ( 0 / 2) in 'Bench.Vector.Algo.Rootfix' Missing documentation for: Module header rootfix (benchlib/Bench/Vector/Algo/Rootfix.hs:7) 0% ( 0 / 2) in 'Bench.Vector.Algo.Spectral' Missing documentation for: Module header spectral (benchlib/Bench/Vector/Algo/Spectral.hs:9) 0% ( 0 / 2) in 'Bench.Vector.Algo.Tridiag' Missing documentation for: Module header tridiag (benchlib/Bench/Vector/Algo/Tridiag.hs:8) 100% ( 3 / 3) in 'Bench.Vector.Tasty' 0% ( 0 / 2) in 'Bench.Vector.TestData.Graph' Missing documentation for: Module header randomGraph (benchlib/Bench/Vector/TestData/Graph.hs:15) 0% ( 0 / 2) in 'Bench.Vector.TestData.ParenTree' Missing documentation for: Module header parenTree (benchlib/Bench/Vector/TestData/ParenTree.hs:6) Documentation created: dist/doc/html/vector/, dist/doc/html/vector/vector.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/vector-0.13.2.0-9m5NFgy8bKaCuFA2nb4HJs Installing internal library benchmarks-O2 in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/vector-0.13.2.0-9m5NFgy8bKaCuFA2nb4HJs Completed vector-0.13.2.0 Configuring quickcheck-instances-0.3.33... Preprocessing library for quickcheck-instances-0.3.33.. Building library for quickcheck-instances-0.3.33.. [ 1 of 26] Compiling Test.QuickCheck.Instances.Containers ( src/Test/QuickCheck/Instances/Containers.hs, dist/build/Test/QuickCheck/Instances/Containers.o, dist/build/Test/QuickCheck/Instances/Containers.dyn_o ) [ 2 of 26] Compiling Test.QuickCheck.Instances.CustomPrelude ( src/Test/QuickCheck/Instances/CustomPrelude.hs, dist/build/Test/QuickCheck/Instances/CustomPrelude.o, dist/build/Test/QuickCheck/Instances/CustomPrelude.dyn_o ) [ 3 of 26] Compiling Test.QuickCheck.Instances.CaseInsensitive ( src/Test/QuickCheck/Instances/CaseInsensitive.hs, dist/build/Test/QuickCheck/Instances/CaseInsensitive.o, dist/build/Test/QuickCheck/Instances/CaseInsensitive.dyn_o ) [ 4 of 26] Compiling Test.QuickCheck.Instances.ByteString ( src/Test/QuickCheck/Instances/ByteString.hs, dist/build/Test/QuickCheck/Instances/ByteString.o, dist/build/Test/QuickCheck/Instances/ByteString.dyn_o ) [ 5 of 26] Compiling Test.QuickCheck.Instances.Array ( src/Test/QuickCheck/Instances/Array.hs, dist/build/Test/QuickCheck/Instances/Array.o, dist/build/Test/QuickCheck/Instances/Array.dyn_o ) [ 6 of 26] Compiling Test.QuickCheck.Instances.DataFix ( src/Test/QuickCheck/Instances/DataFix.hs, dist/build/Test/QuickCheck/Instances/DataFix.o, dist/build/Test/QuickCheck/Instances/DataFix.dyn_o ) [ 7 of 26] Compiling Test.QuickCheck.Instances.Hashable ( src/Test/QuickCheck/Instances/Hashable.hs, dist/build/Test/QuickCheck/Instances/Hashable.o, dist/build/Test/QuickCheck/Instances/Hashable.dyn_o ) [ 8 of 26] Compiling Test.QuickCheck.Instances.Natural ( src/Test/QuickCheck/Instances/Natural.hs, dist/build/Test/QuickCheck/Instances/Natural.o, dist/build/Test/QuickCheck/Instances/Natural.dyn_o ) [ 9 of 26] Compiling Test.QuickCheck.Instances.OldTime ( src/Test/QuickCheck/Instances/OldTime.hs, dist/build/Test/QuickCheck/Instances/OldTime.o, dist/build/Test/QuickCheck/Instances/OldTime.dyn_o ) [10 of 26] Compiling Test.QuickCheck.Instances.Primitive ( src/Test/QuickCheck/Instances/Primitive.hs, dist/build/Test/QuickCheck/Instances/Primitive.o, dist/build/Test/QuickCheck/Instances/Primitive.dyn_o ) [11 of 26] Compiling Test.QuickCheck.Instances.Array.Byte ( src/Test/QuickCheck/Instances/Array/Byte.hs, dist/build/Test/QuickCheck/Instances/Array/Byte.o, dist/build/Test/QuickCheck/Instances/Array/Byte.dyn_o ) [12 of 26] Compiling Test.QuickCheck.Instances.Scientific ( src/Test/QuickCheck/Instances/Scientific.hs, dist/build/Test/QuickCheck/Instances/Scientific.o, dist/build/Test/QuickCheck/Instances/Scientific.dyn_o ) [13 of 26] Compiling Test.QuickCheck.Instances.Semigroup ( src/Test/QuickCheck/Instances/Semigroup.hs, dist/build/Test/QuickCheck/Instances/Semigroup.o, dist/build/Test/QuickCheck/Instances/Semigroup.dyn_o ) [14 of 26] Compiling Test.QuickCheck.Instances.Solo ( src/Test/QuickCheck/Instances/Solo.hs, dist/build/Test/QuickCheck/Instances/Solo.o, dist/build/Test/QuickCheck/Instances/Solo.dyn_o ) [15 of 26] Compiling Test.QuickCheck.Instances.Strict ( src/Test/QuickCheck/Instances/Strict.hs, dist/build/Test/QuickCheck/Instances/Strict.o, dist/build/Test/QuickCheck/Instances/Strict.dyn_o ) [16 of 26] Compiling Test.QuickCheck.Instances.Tagged ( src/Test/QuickCheck/Instances/Tagged.hs, dist/build/Test/QuickCheck/Instances/Tagged.o, dist/build/Test/QuickCheck/Instances/Tagged.dyn_o ) [17 of 26] Compiling Test.QuickCheck.Instances.Text ( src/Test/QuickCheck/Instances/Text.hs, dist/build/Test/QuickCheck/Instances/Text.o, dist/build/Test/QuickCheck/Instances/Text.dyn_o ) [18 of 26] Compiling Test.QuickCheck.Instances.Text.Short ( src/Test/QuickCheck/Instances/Text/Short.hs, dist/build/Test/QuickCheck/Instances/Text/Short.o, dist/build/Test/QuickCheck/Instances/Text/Short.dyn_o ) [19 of 26] Compiling Test.QuickCheck.Instances.These ( src/Test/QuickCheck/Instances/These.hs, dist/build/Test/QuickCheck/Instances/These.o, dist/build/Test/QuickCheck/Instances/These.dyn_o ) [20 of 26] Compiling Test.QuickCheck.Instances.Time ( src/Test/QuickCheck/Instances/Time.hs, dist/build/Test/QuickCheck/Instances/Time.o, dist/build/Test/QuickCheck/Instances/Time.dyn_o ) [21 of 26] Compiling Test.QuickCheck.Instances.Transformer ( src/Test/QuickCheck/Instances/Transformer.hs, dist/build/Test/QuickCheck/Instances/Transformer.o, dist/build/Test/QuickCheck/Instances/Transformer.dyn_o ) [22 of 26] Compiling Test.QuickCheck.Instances.UUID ( src/Test/QuickCheck/Instances/UUID.hs, dist/build/Test/QuickCheck/Instances/UUID.o, dist/build/Test/QuickCheck/Instances/UUID.dyn_o ) [23 of 26] Compiling Test.QuickCheck.Instances.UnorderedContainers ( src/Test/QuickCheck/Instances/UnorderedContainers.hs, dist/build/Test/QuickCheck/Instances/UnorderedContainers.o, dist/build/Test/QuickCheck/Instances/UnorderedContainers.dyn_o ) [24 of 26] Compiling Test.QuickCheck.Instances.Vector ( src/Test/QuickCheck/Instances/Vector.hs, dist/build/Test/QuickCheck/Instances/Vector.o, dist/build/Test/QuickCheck/Instances/Vector.dyn_o ) [25 of 26] Compiling Test.QuickCheck.Instances.Void ( src/Test/QuickCheck/Instances/Void.hs, dist/build/Test/QuickCheck/Instances/Void.o, dist/build/Test/QuickCheck/Instances/Void.dyn_o ) [26 of 26] Compiling Test.QuickCheck.Instances ( src/Test/QuickCheck/Instances.hs, dist/build/Test/QuickCheck/Instances.o, dist/build/Test/QuickCheck/Instances.dyn_o ) Preprocessing library for quickcheck-instances-0.3.33.. Running Haddock on library for quickcheck-instances-0.3.33.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 26] Compiling Test.QuickCheck.Instances.Containers ( src/Test/QuickCheck/Instances/Containers.hs, nothing ) [ 2 of 26] Compiling Test.QuickCheck.Instances.CustomPrelude ( src/Test/QuickCheck/Instances/CustomPrelude.hs, nothing ) [ 3 of 26] Compiling Test.QuickCheck.Instances.CaseInsensitive ( src/Test/QuickCheck/Instances/CaseInsensitive.hs, nothing ) [ 4 of 26] Compiling Test.QuickCheck.Instances.ByteString ( src/Test/QuickCheck/Instances/ByteString.hs, nothing ) [ 5 of 26] Compiling Test.QuickCheck.Instances.Array ( src/Test/QuickCheck/Instances/Array.hs, nothing ) [ 6 of 26] Compiling Test.QuickCheck.Instances.DataFix ( src/Test/QuickCheck/Instances/DataFix.hs, nothing ) [ 7 of 26] Compiling Test.QuickCheck.Instances.Hashable ( src/Test/QuickCheck/Instances/Hashable.hs, nothing ) [ 8 of 26] Compiling Test.QuickCheck.Instances.Natural ( src/Test/QuickCheck/Instances/Natural.hs, nothing ) [ 9 of 26] Compiling Test.QuickCheck.Instances.OldTime ( src/Test/QuickCheck/Instances/OldTime.hs, nothing ) [10 of 26] Compiling Test.QuickCheck.Instances.Primitive ( src/Test/QuickCheck/Instances/Primitive.hs, nothing ) [11 of 26] Compiling Test.QuickCheck.Instances.Array.Byte ( src/Test/QuickCheck/Instances/Array/Byte.hs, nothing ) [12 of 26] Compiling Test.QuickCheck.Instances.Scientific ( src/Test/QuickCheck/Instances/Scientific.hs, nothing ) [13 of 26] Compiling Test.QuickCheck.Instances.Semigroup ( src/Test/QuickCheck/Instances/Semigroup.hs, nothing ) [14 of 26] Compiling Test.QuickCheck.Instances.Solo ( src/Test/QuickCheck/Instances/Solo.hs, nothing ) [15 of 26] Compiling Test.QuickCheck.Instances.Strict ( src/Test/QuickCheck/Instances/Strict.hs, nothing ) [16 of 26] Compiling Test.QuickCheck.Instances.Tagged ( src/Test/QuickCheck/Instances/Tagged.hs, nothing ) [17 of 26] Compiling Test.QuickCheck.Instances.Text ( src/Test/QuickCheck/Instances/Text.hs, nothing ) [18 of 26] Compiling Test.QuickCheck.Instances.Text.Short ( src/Test/QuickCheck/Instances/Text/Short.hs, nothing ) [19 of 26] Compiling Test.QuickCheck.Instances.These ( src/Test/QuickCheck/Instances/These.hs, nothing ) [20 of 26] Compiling Test.QuickCheck.Instances.Time ( src/Test/QuickCheck/Instances/Time.hs, nothing ) [21 of 26] Compiling Test.QuickCheck.Instances.Transformer ( src/Test/QuickCheck/Instances/Transformer.hs, nothing ) [22 of 26] Compiling Test.QuickCheck.Instances.UUID ( src/Test/QuickCheck/Instances/UUID.hs, nothing ) [23 of 26] Compiling Test.QuickCheck.Instances.UnorderedContainers ( src/Test/QuickCheck/Instances/UnorderedContainers.hs, nothing ) [24 of 26] Compiling Test.QuickCheck.Instances.Vector ( src/Test/QuickCheck/Instances/Vector.hs, nothing ) [25 of 26] Compiling Test.QuickCheck.Instances.Void ( src/Test/QuickCheck/Instances/Void.hs, nothing ) [26 of 26] Compiling Test.QuickCheck.Instances ( src/Test/QuickCheck/Instances.hs, nothing ) Haddock coverage: 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Containers' Missing documentation for: Module header 0% ( 0 / 1) in 'Test.QuickCheck.Instances.CaseInsensitive' Missing documentation for: Module header 0% ( 0 / 1) in 'Test.QuickCheck.Instances.ByteString' Missing documentation for: Module header 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Array' Missing documentation for: Module header 0% ( 0 / 1) in 'Test.QuickCheck.Instances.DataFix' Missing documentation for: Module header 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Hashable' Missing documentation for: Module header 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Natural' Missing documentation for: Module header 0% ( 0 / 1) in 'Test.QuickCheck.Instances.OldTime' Missing documentation for: Module header 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Primitive' Missing documentation for: Module header 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Array.Byte' Missing documentation for: Module header 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Scientific' Missing documentation for: Module header 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Semigroup' Missing documentation for: Module header 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Solo' Missing documentation for: Module header 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Strict' Missing documentation for: Module header 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Tagged' Missing documentation for: Module header 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Text' Missing documentation for: Module header 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Text.Short' Missing documentation for: Module header 0% ( 0 / 1) in 'Test.QuickCheck.Instances.These' Missing documentation for: Module header 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Time' Missing documentation for: Module header 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Transformer' Missing documentation for: Module header 0% ( 0 / 1) in 'Test.QuickCheck.Instances.UUID' Missing documentation for: Module header 0% ( 0 / 1) in 'Test.QuickCheck.Instances.UnorderedContainers' Missing documentation for: Module header 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Vector' Missing documentation for: Module header 0% ( 0 / 1) in 'Test.QuickCheck.Instances.Void' Missing documentation for: Module header 100% ( 1 / 1) in 'Test.QuickCheck.Instances' Warning: Test.QuickCheck.Instances.Vector: could not find link destinations for: - Data.Vector.Vector - Data.Vector.Primitive.Vector - Data.Vector.Storable.Vector - Data.Vector.Unboxed.Base.Unbox - Data.Vector.Unboxed.Base.Vector - Data.Vector.Strict.Vector Documentation created: dist/doc/html/quickcheck-instances/, dist/doc/html/quickcheck-instances/quickcheck-instances.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/quickcheck-instances-0.3.33-ERnfXHRdfHSHDbZoRDt4bd Completed quickcheck-instances-0.3.33 Configuring proto3-wire-1.4.6... Preprocessing library for proto3-wire-1.4.6.. Building library for proto3-wire-1.4.6.. [ 1 of 13] Compiling Proto3.Wire.Builder ( src/Proto3/Wire/Builder.hs, dist/build/Proto3/Wire/Builder.o, dist/build/Proto3/Wire/Builder.dyn_o ) [ 2 of 13] Compiling Proto3.Wire.Class ( src/Proto3/Wire/Class.hs, dist/build/Proto3/Wire/Class.o, dist/build/Proto3/Wire/Class.dyn_o ) [ 3 of 13] Compiling Proto3.Wire.FoldR ( src/Proto3/Wire/FoldR.hs, dist/build/Proto3/Wire/FoldR.o, dist/build/Proto3/Wire/FoldR.dyn_o ) [ 4 of 13] Compiling Proto3.Wire.Encode.Repeated ( src/Proto3/Wire/Encode/Repeated.hs, dist/build/Proto3/Wire/Encode/Repeated.o, dist/build/Proto3/Wire/Encode/Repeated.dyn_o ) [ 5 of 13] Compiling Proto3.Wire.Reverse.Internal ( src/Proto3/Wire/Reverse/Internal.hs, dist/build/Proto3/Wire/Reverse/Internal.o, dist/build/Proto3/Wire/Reverse/Internal.dyn_o ) [ 6 of 13] Compiling Proto3.Wire.Reverse.Width ( src/Proto3/Wire/Reverse/Width.hs, dist/build/Proto3/Wire/Reverse/Width.o, dist/build/Proto3/Wire/Reverse/Width.dyn_o ) [ 7 of 13] Compiling Proto3.Wire.Reverse.Prim ( src/Proto3/Wire/Reverse/Prim.hs, dist/build/Proto3/Wire/Reverse/Prim.o, dist/build/Proto3/Wire/Reverse/Prim.dyn_o ) [ 8 of 13] Compiling Proto3.Wire.Reverse ( src/Proto3/Wire/Reverse.hs, dist/build/Proto3/Wire/Reverse.o, dist/build/Proto3/Wire/Reverse.dyn_o ) [ 9 of 13] Compiling Proto3.Wire.Types ( src/Proto3/Wire/Types.hs, dist/build/Proto3/Wire/Types.o, dist/build/Proto3/Wire/Types.dyn_o ) [10 of 13] Compiling Proto3.Wire.Encode ( src/Proto3/Wire/Encode.hs, dist/build/Proto3/Wire/Encode.o, dist/build/Proto3/Wire/Encode.dyn_o ) [11 of 13] Compiling Proto3.Wire.Decode ( src/Proto3/Wire/Decode.hs, dist/build/Proto3/Wire/Decode.o, dist/build/Proto3/Wire/Decode.dyn_o ) [12 of 13] Compiling Proto3.Wire ( src/Proto3/Wire.hs, dist/build/Proto3/Wire.o, dist/build/Proto3/Wire.dyn_o ) [13 of 13] Compiling Proto3.Wire.Tutorial ( src/Proto3/Wire/Tutorial.hs, dist/build/Proto3/Wire/Tutorial.o, dist/build/Proto3/Wire/Tutorial.dyn_o ) Preprocessing library for proto3-wire-1.4.6.. Running Haddock on library for proto3-wire-1.4.6.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 13] Compiling Proto3.Wire.Builder ( src/Proto3/Wire/Builder.hs, /tmp/.haddock-566246/Proto3/Wire/Builder.o, /tmp/.haddock-566246/Proto3/Wire/Builder.dyn_o ) [ 2 of 13] Compiling Proto3.Wire.Class ( src/Proto3/Wire/Class.hs, /tmp/.haddock-566246/Proto3/Wire/Class.o, /tmp/.haddock-566246/Proto3/Wire/Class.dyn_o ) [ 3 of 13] Compiling Proto3.Wire.FoldR ( src/Proto3/Wire/FoldR.hs, /tmp/.haddock-566246/Proto3/Wire/FoldR.o, /tmp/.haddock-566246/Proto3/Wire/FoldR.dyn_o ) [ 4 of 13] Compiling Proto3.Wire.Encode.Repeated ( src/Proto3/Wire/Encode/Repeated.hs, /tmp/.haddock-566246/Proto3/Wire/Encode/Repeated.o, /tmp/.haddock-566246/Proto3/Wire/Encode/Repeated.dyn_o ) [ 5 of 13] Compiling Proto3.Wire.Reverse.Internal ( src/Proto3/Wire/Reverse/Internal.hs, /tmp/.haddock-566246/Proto3/Wire/Reverse/Internal.o, /tmp/.haddock-566246/Proto3/Wire/Reverse/Internal.dyn_o ) [ 6 of 13] Compiling Proto3.Wire.Reverse.Width ( src/Proto3/Wire/Reverse/Width.hs, /tmp/.haddock-566246/Proto3/Wire/Reverse/Width.o, /tmp/.haddock-566246/Proto3/Wire/Reverse/Width.dyn_o ) [ 7 of 13] Compiling Proto3.Wire.Reverse.Prim ( src/Proto3/Wire/Reverse/Prim.hs, /tmp/.haddock-566246/Proto3/Wire/Reverse/Prim.o, /tmp/.haddock-566246/Proto3/Wire/Reverse/Prim.dyn_o ) [ 8 of 13] Compiling Proto3.Wire.Reverse ( src/Proto3/Wire/Reverse.hs, /tmp/.haddock-566246/Proto3/Wire/Reverse.o, /tmp/.haddock-566246/Proto3/Wire/Reverse.dyn_o ) [ 9 of 13] Compiling Proto3.Wire.Types ( src/Proto3/Wire/Types.hs, /tmp/.haddock-566246/Proto3/Wire/Types.o, /tmp/.haddock-566246/Proto3/Wire/Types.dyn_o ) [10 of 13] Compiling Proto3.Wire.Encode ( src/Proto3/Wire/Encode.hs, /tmp/.haddock-566246/Proto3/Wire/Encode.o, /tmp/.haddock-566246/Proto3/Wire/Encode.dyn_o ) [11 of 13] Compiling Proto3.Wire.Decode ( src/Proto3/Wire/Decode.hs, /tmp/.haddock-566246/Proto3/Wire/Decode.o, /tmp/.haddock-566246/Proto3/Wire/Decode.dyn_o ) [12 of 13] Compiling Proto3.Wire ( src/Proto3/Wire.hs, /tmp/.haddock-566246/Proto3/Wire.o, /tmp/.haddock-566246/Proto3/Wire.dyn_o ) [13 of 13] Compiling Proto3.Wire.Tutorial ( src/Proto3/Wire/Tutorial.hs, /tmp/.haddock-566246/Proto3/Wire/Tutorial.o, /tmp/.haddock-566246/Proto3/Wire/Tutorial.dyn_o ) Haddock coverage: Warning: 'Builder' is ambiguous. It is defined * at src/Proto3/Wire/Builder.hs:101:16 * at src/Proto3/Wire/Builder.hs:101: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/Proto3/Wire/Builder.hs:101:1 100% ( 39 / 39) in 'Proto3.Wire.Builder' 100% ( 2 / 2) in 'Proto3.Wire.Class' Warning: 'FoldR' is ambiguous. It is defined * at src/Proto3/Wire/FoldR.hs:44:31 * at src/Proto3/Wire/FoldR.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 src/Proto3/Wire/FoldR.hs:44:1 100% ( 3 / 3) in 'Proto3.Wire.FoldR' 80% ( 4 / 5) in 'Proto3.Wire.Encode.Repeated' Missing documentation for: nullRepeated (src/Proto3/Wire/Encode/Repeated.hs:83) Warning: 'StablePtr' is ambiguous. It is defined * in GHC.Stable * in GHC.Stable 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.Stable 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: 'BuildRState' is ambiguous. It is defined * at src/Proto3/Wire/Reverse/Internal.hs:224:20 * at src/Proto3/Wire/Reverse/Internal.hs:224: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/Proto3/Wire/Reverse/Internal.hs:224:1 Warning: 'BuildR' is ambiguous. It is defined * at src/Proto3/Wire/Reverse/Internal.hs:113:18 * at src/Proto3/Wire/Reverse/Internal.hs:113: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/Proto3/Wire/Reverse/Internal.hs:113:1 68% ( 22 / 32) in 'Proto3.Wire.Reverse.Internal' Missing documentation for: toBuildR (src/Proto3/Wire/Reverse/Internal.hs:184) fromBuildR (src/Proto3/Wire/Reverse/Internal.hs:190) smallChunkSize (src/Proto3/Wire/Reverse/Internal.hs:281) readState (src/Proto3/Wire/Reverse/Internal.hs:290) readSpace (src/Proto3/Wire/Reverse/Internal.hs:296) writeState (src/Proto3/Wire/Reverse/Internal.hs:293) writeSpace (src/Proto3/Wire/Reverse/Internal.hs:299) metaDataSize (src/Proto3/Wire/Reverse/Internal.hs:272) metaDataAlign (src/Proto3/Wire/Reverse/Internal.hs:272) ensure# (src/Proto3/Wire/Reverse/Internal.hs:698) Warning: 'BoundedPrim' is ambiguous. It is defined * at src/Proto3/Wire/Reverse/Prim.hs:190:34 * at src/Proto3/Wire/Reverse/Prim.hs:190: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/Proto3/Wire/Reverse/Prim.hs:190:1 Warning: 'BuildR' is ambiguous. It is defined * at src/Proto3/Wire/Reverse/Internal.hs:113:18 * at src/Proto3/Wire/Reverse/Internal.hs:113: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/Proto3/Wire/Reverse/Internal.hs:113:1 Warning: 'FixedPrim' is ambiguous. It is defined * at src/Proto3/Wire/Reverse/Prim.hs:307:32 * at src/Proto3/Wire/Reverse/Prim.hs:307: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/Proto3/Wire/Reverse/Prim.hs:307:1 100% ( 64 / 64) in 'Proto3.Wire.Reverse.Prim' Warning: 'BuildR' is ambiguous. It is defined * at src/Proto3/Wire/Reverse/Internal.hs:113:18 * at src/Proto3/Wire/Reverse/Internal.hs:113: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/Proto3/Wire/Reverse/Internal.hs:113:1 100% ( 53 / 53) in 'Proto3.Wire.Reverse' Warning: 'FieldNumber' is ambiguous. It is defined * at src/Proto3/Wire/Types.hs:45:23 * at src/Proto3/Wire/Types.hs:45: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/Proto3/Wire/Types.hs:45:1 100% ( 5 / 5) in 'Proto3.Wire.Types' Warning: 'MessageBuilder' is ambiguous. It is defined * at src/Proto3/Wire/Encode.hs:167:26 * at src/Proto3/Wire/Encode.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 src/Proto3/Wire/Encode.hs:167:1 Warning: 'FieldNumber' is ambiguous. It is defined * at src/Proto3/Wire/Types.hs:45:23 * at src/Proto3/Wire/Types.hs:45: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/Proto3/Wire/Types.hs:45:1 Warning: 'Text' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'packedVarintsR' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 98% ( 68 / 69) in 'Proto3.Wire.Encode' Missing documentation for: packedFixed64 (src/Proto3/Wire/Encode.hs:786) Warning: 'Map' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Parser' is ambiguous. It is defined * at src/Proto3/Wire/Decode.hs:279:26 * at src/Proto3/Wire/Decode.hs:279: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/Proto3/Wire/Decode.hs:279:1 Warning: 'FieldNumber' is ambiguous. It is defined * at src/Proto3/Wire/Types.hs:45:23 * at src/Proto3/Wire/Types.hs:45: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/Proto3/Wire/Types.hs:45:1 Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'throwIO' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 97% ( 46 / 47) in 'Proto3.Wire.Decode' Missing documentation for: decodeWire (src/Proto3/Wire/Decode.hs:156) 100% ( 11 / 11) in 'Proto3.Wire' Warning: 'EchoRequest' is ambiguous. It is defined * at src/Proto3/Wire/Tutorial.hs:177:20 * at src/Proto3/Wire/Tutorial.hs:177: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/Proto3/Wire/Tutorial.hs:177:1 Warning: 'Parser' is ambiguous. It is defined * at src/Proto3/Wire/Decode.hs:279:26 * at src/Proto3/Wire/Decode.hs:279: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/Proto3/Wire/Decode.hs:279:1 Warning: 'FieldNumber' is ambiguous. It is defined * at src/Proto3/Wire/Types.hs:45:23 * at src/Proto3/Wire/Types.hs:45: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/Proto3/Wire/Types.hs:45:1 7% ( 1 / 13) in 'Proto3.Wire.Tutorial' Missing documentation for: EchoRequest (src/Proto3/Wire/Tutorial.hs:177) encodeEchoRequest (src/Proto3/Wire/Tutorial.hs:180) decodeEchoRequest (src/Proto3/Wire/Tutorial.hs:184) echoRequestParser (src/Proto3/Wire/Tutorial.hs:187) EchoResponse (src/Proto3/Wire/Tutorial.hs:189) encodedEchoResponse (src/Proto3/Wire/Tutorial.hs:194) decodeEchoResponse (src/Proto3/Wire/Tutorial.hs:199) echoResponseParser (src/Proto3/Wire/Tutorial.hs:202) EchoManyRequest (src/Proto3/Wire/Tutorial.hs:205) encodeEchoManyRequest (src/Proto3/Wire/Tutorial.hs:209) decodeEchoManyRequest (src/Proto3/Wire/Tutorial.hs:214) echoManyRequestParser (src/Proto3/Wire/Tutorial.hs:217) Warning: Proto3.Wire.FoldR: could not find link destinations for: - Proto3.Wire.FoldR.D:R:ItemFoldR Warning: Proto3.Wire.Encode.Repeated: could not find link destinations for: - Data.Vector.Vector - Data.Vector.Storable.Vector - Data.Vector.Unboxed.Base.Unbox - Data.Vector.Unboxed.Base.Vector - Proto3.Wire.Encode.Repeated.Rep_Repeated Warning: Proto3.Wire.Reverse.Internal: could not find link destinations for: - Data.Vector.Generic.Base.Vector - Proto3.Wire.Reverse.Internal.MetaData - Proto3.Wire.Reverse.Internal.sealBuffer# Warning: Proto3.Wire.Reverse.Prim: could not find link destinations for: - Data.Vector.Generic.Base.Vector Warning: Proto3.Wire.Reverse: could not find link destinations for: - Data.Vector.Generic.Base.Vector Warning: Proto3.Wire.Types: could not find link destinations for: - Proto3.Wire.Types.Rep_WireType - Proto3.Wire.Types.Rep_FieldNumber Warning: Proto3.Wire.Encode: could not find link destinations for: - Data.Vector.Generic.Base.Vector Warning: Proto3.Wire: could not find link destinations for: - Proto3.Wire.Types.Rep_FieldNumber Documentation created: dist/doc/html/proto3-wire/, dist/doc/html/proto3-wire/proto3-wire.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/proto3-wire-1.4.6-JpQYM56wnxTLEvqdn0W1pP Completed proto3-wire-1.4.6 Configuring indexed-traversable-instances-0.1.2... Preprocessing library for indexed-traversable-instances-0.1.2.. Building library for indexed-traversable-instances-0.1.2.. [1 of 1] Compiling Data.Functor.WithIndex.Instances ( src/Data/Functor/WithIndex/Instances.hs, dist/build/Data/Functor/WithIndex/Instances.o, dist/build/Data/Functor/WithIndex/Instances.dyn_o ) Preprocessing library for indexed-traversable-instances-0.1.2.. Running Haddock on library for indexed-traversable-instances-0.1.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Data.Functor.WithIndex.Instances ( src/Data/Functor/WithIndex/Instances.hs, nothing ) Haddock coverage: 100% ( 1 / 1) in 'Data.Functor.WithIndex.Instances' Warning: Data.Functor.WithIndex.Instances: could not find link destinations for: - Data.Vector.Vector Documentation created: dist/doc/html/indexed-traversable-instances/, dist/doc/html/indexed-traversable-instances/indexed-traversable-instances.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/indexed-traversable-instances-0.1.2-4MpSX4C5ot2zOnZrtfQi7 Completed indexed-traversable-instances-0.1.2 Configuring foldl-1.4.18... Preprocessing library for foldl-1.4.18.. Building library for foldl-1.4.18.. [1 of 9] Compiling Control.Foldl.Internal ( src/Control/Foldl/Internal.hs, dist/build/Control/Foldl/Internal.o, dist/build/Control/Foldl/Internal.dyn_o ) [2 of 9] Compiling Control.Foldl.Optics ( src/Control/Foldl/Optics.hs, dist/build/Control/Foldl/Optics.o, dist/build/Control/Foldl/Optics.dyn_o ) [3 of 9] Compiling Control.Foldl.Util.MVector ( src/Control/Foldl/Util/MVector.hs, dist/build/Control/Foldl/Util/MVector.o, dist/build/Control/Foldl/Util/MVector.dyn_o ) [4 of 9] Compiling Control.Foldl.Util.Vector ( src/Control/Foldl/Util/Vector.hs, dist/build/Control/Foldl/Util/Vector.o, dist/build/Control/Foldl/Util/Vector.dyn_o ) [5 of 9] Compiling Control.Foldl ( src/Control/Foldl.hs, dist/build/Control/Foldl.o, dist/build/Control/Foldl.dyn_o ) [6 of 9] Compiling Control.Foldl.Text ( src/Control/Foldl/Text.hs, dist/build/Control/Foldl/Text.o, dist/build/Control/Foldl/Text.dyn_o ) [7 of 9] Compiling Control.Foldl.NonEmpty ( src/Control/Foldl/NonEmpty.hs, dist/build/Control/Foldl/NonEmpty.o, dist/build/Control/Foldl/NonEmpty.dyn_o ) src/Control/Foldl/NonEmpty.hs:64:29: warning: [GHC-38856] [-Wunused-imports] The import of liftA2 from module Control.Applicative is redundant | 64 | import Control.Applicative (liftA2, Const(..)) | ^^^^^^ [8 of 9] Compiling Control.Foldl.ByteString ( src/Control/Foldl/ByteString.hs, dist/build/Control/Foldl/ByteString.o, dist/build/Control/Foldl/ByteString.dyn_o ) [9 of 9] Compiling Control.Scanl ( src/Control/Scanl.hs, dist/build/Control/Scanl.o, dist/build/Control/Scanl.dyn_o ) Preprocessing library for foldl-1.4.18.. Running Haddock on library for foldl-1.4.18.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 9] Compiling Control.Foldl.Internal ( src/Control/Foldl/Internal.hs, nothing ) [2 of 9] Compiling Control.Foldl.Optics ( src/Control/Foldl/Optics.hs, nothing ) [3 of 9] Compiling Control.Foldl.Util.MVector ( src/Control/Foldl/Util/MVector.hs, nothing ) [4 of 9] Compiling Control.Foldl.Util.Vector ( src/Control/Foldl/Util/Vector.hs, nothing ) [5 of 9] Compiling Control.Foldl ( src/Control/Foldl.hs, nothing ) [6 of 9] Compiling Control.Foldl.Text ( src/Control/Foldl/Text.hs, nothing ) [7 of 9] Compiling Control.Foldl.NonEmpty ( src/Control/Foldl/NonEmpty.hs, nothing ) src/Control/Foldl/NonEmpty.hs:64:29: warning: [GHC-38856] [-Wunused-imports] The import of liftA2 from module Control.Applicative is redundant | 64 | import Control.Applicative (liftA2, Const(..)) | ^^^^^^ [8 of 9] Compiling Control.Foldl.ByteString ( src/Control/Foldl/ByteString.hs, nothing ) [9 of 9] Compiling Control.Scanl ( src/Control/Scanl.hs, nothing ) Haddock coverage: Warning: 'Fold' is ambiguous. It is defined * at src/Control/Foldl.hs:239:5 * at src/Control/Foldl.hs:237: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/Control/Foldl.hs:237:1 Warning: 'FoldM' is ambiguous. It is defined * at src/Control/Foldl.hs:407:3 * at src/Control/Foldl.hs:405: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/Control/Foldl.hs:405:1 Warning: 'lift' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'liftIO' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'None' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: Control.Foldl: Could not find documentation for exported module: Data.Vector.Generic Warning: Control.Foldl: Couldn't find .haddock for export Vector Warning: Control.Foldl: Couldn't find .haddock for export Mutable 97% ( 97 / 99) in 'Control.Foldl' Missing documentation for: Vector Mutable 100% ( 27 / 27) in 'Control.Foldl.Text' Warning: 'Fold1' is ambiguous. It is defined * at src/Control/Foldl/NonEmpty.hs:102:18 * at src/Control/Foldl/NonEmpty.hs:102: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/Control/Foldl/NonEmpty.hs:102:1 Warning: 'Fold' is ambiguous. It is defined * at src/Control/Foldl.hs:239:5 * at src/Control/Foldl.hs:237: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/Control/Foldl.hs:237:1 Warning: 'fold1' is ambiguous. It is defined * in Data.Foldable1 * at src/Control/Foldl/NonEmpty.hs:302: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/Control/Foldl/NonEmpty.hs:302:1 100% ( 28 / 28) in 'Control.Foldl.NonEmpty' 100% ( 28 / 28) in 'Control.Foldl.ByteString' Warning: 'Scan' is ambiguous. It is defined * at src/Control/Scanl.hs:101:5 * at src/Control/Scanl.hs:99: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/Control/Scanl.hs:99:1 Warning: 'Fold' is ambiguous. It is defined * at src/Control/Foldl.hs:239:5 * at src/Control/Foldl.hs:237: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/Control/Foldl.hs:237:1 Warning: 'Comonad' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ScanM' is ambiguous. It is defined * at src/Control/Scanl.hs:249:3 * at src/Control/Scanl.hs:247: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/Control/Scanl.hs:247:1 Warning: 'liftIO' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 95% ( 21 / 22) in 'Control.Scanl' Missing documentation for: arrM (src/Control/Scanl.hs:439) Warning: Control.Foldl: could not find link destinations for: - Data.Vector.Generic.Mutable.Base.MVector - Control.Monad.Primitive.D:R:PrimStateAccumT - Control.Monad.Primitive.D:R:PrimStateContT - Control.Monad.Primitive.D:R:PrimStateExceptT - Control.Monad.Primitive.D:R:PrimStateIO - Control.Monad.Primitive.D:R:PrimStateIdentityT - Control.Monad.Primitive.D:R:PrimStateMaybeT - Control.Monad.Primitive.D:R:PrimStateRWST - Control.Monad.Primitive.D:R:PrimStateRWST0 - Control.Monad.Primitive.D:R:PrimStateRWST1 - Control.Monad.Primitive.D:R:PrimStateReaderT - Control.Monad.Primitive.D:R:PrimStateST - Control.Monad.Primitive.D:R:PrimStateST0 - Control.Monad.Primitive.D:R:PrimStateSelectT - Control.Monad.Primitive.D:R:PrimStateStateT - Control.Monad.Primitive.D:R:PrimStateStateT0 - Control.Monad.Primitive.D:R:PrimStateWriterT - Control.Monad.Primitive.D:R:PrimStateWriterT0 - Control.Monad.Primitive.D:R:PrimStateWriterT1 - Data.Vector.Generic.Base.basicLength - Data.Vector.Generic.Base.basicUnsafeCopy - Data.Vector.Generic.Base.basicUnsafeFreeze - Data.Vector.Generic.Base.basicUnsafeIndexM - Data.Vector.Generic.Base.basicUnsafeSlice - Data.Vector.Generic.Base.basicUnsafeThaw - Data.Vector.Generic.Base.elemseq - Data.Profunctor.Traversing.Baz - Data.Vector.Vector - Data.Vector.Mutable.MVector - Data.Vector.Primitive.Vector - Data.Vector.Primitive.Mutable.MVector - Data.Vector.Storable.Vector - Data.Vector.Storable.Mutable.MVector - Data.Vector.Strict.Vector - Data.Vector.Strict.Mutable.MVector - Data.Vector.Unboxed.Base.As - Data.Vector.Unboxed.Base.DoNotUnboxLazy - Data.Vector.Unboxed.Base.DoNotUnboxNormalForm - Data.Vector.Unboxed.Base.DoNotUnboxStrict - Data.Vector.Unboxed.Base.IsoUnbox - Data.Vector.Unboxed.Base.MVector - Data.Vector.Unboxed.Base.Unbox - Data.Vector.Unboxed.Base.UnboxViaPrim - Data.Vector.Unboxed.Base.Vector Warning: Control.Foldl.Text: could not find link destinations for: - Data.Profunctor.Traversing.Baz - Data.Vector.Vector - Data.Vector.Strict.Vector Warning: Control.Foldl.ByteString: could not find link destinations for: - Data.Vector.Generic.Mutable.Base.MVector - Data.Vector.Generic.Mutable.Base.basicClear - Data.Vector.Generic.Mutable.Base.basicInitialize - Data.Vector.Generic.Mutable.Base.basicLength - Data.Vector.Generic.Mutable.Base.basicOverlaps - Data.Vector.Generic.Mutable.Base.basicSet - Data.Vector.Generic.Mutable.Base.basicUnsafeCopy - Data.Vector.Generic.Mutable.Base.basicUnsafeGrow - Data.Vector.Generic.Mutable.Base.basicUnsafeMove - Data.Vector.Generic.Mutable.Base.basicUnsafeNew - Data.Vector.Generic.Mutable.Base.basicUnsafeRead - Data.Vector.Generic.Mutable.Base.basicUnsafeReplicate - Data.Vector.Generic.Mutable.Base.basicUnsafeSlice - Data.Vector.Generic.Mutable.Base.basicUnsafeWrite - Data.Vector.Generic.Base.basicLength - Data.Vector.Generic.Base.basicUnsafeCopy - Data.Vector.Generic.Base.basicUnsafeFreeze - Data.Vector.Generic.Base.basicUnsafeIndexM - Data.Vector.Generic.Base.basicUnsafeSlice - Data.Vector.Generic.Base.basicUnsafeThaw - Data.Vector.Generic.Base.elemseq - Data.ByteString.Internal.Type.D:R:ItemByteString - Data.Profunctor.Traversing.Baz - Data.Vector.Vector - Data.Vector.Primitive.Vector - Data.Vector.Primitive.Mutable.MVector - Data.Vector.Strict.Vector - Data.Vector.Unboxed.Base.MVector - Data.Vector.Unboxed.Base.MV_Word8 - Data.Vector.Unboxed.Base.Unbox - Data.Vector.Unboxed.Base.Vector - Data.Vector.Unboxed.Base.V_Word8 - Data.Vector.Unboxed.Base.D:R:MVectorsWord80 - Data.Vector.Unboxed.Base.D:R:VectorWord80 Documentation created: dist/doc/html/foldl/, dist/doc/html/foldl/foldl.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/foldl-1.4.18-4U3BRBaVIJXGZK33xAyv5U Completed foldl-1.4.18 Configuring witherable-0.5... Preprocessing library for witherable-0.5.. Building library for witherable-0.5.. [1 of 1] Compiling Witherable ( src/Witherable.hs, dist/build/Witherable.o, dist/build/Witherable.dyn_o ) Preprocessing library for witherable-0.5.. Running Haddock on library for witherable-0.5.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Witherable ( src/Witherable.hs, nothing ) Haddock coverage: Warning: 'Compose' is ambiguous. It is defined * in Data.Functor.Compose * in Data.Functor.Compose 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.Compose 93% ( 14 / 15) in 'Witherable' Missing documentation for: WrappedFoldable (src/Witherable.hs:733) Warning: Witherable: could not find link destinations for: - Data.Vector.Vector Documentation created: dist/doc/html/witherable/, dist/doc/html/witherable/witherable.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/witherable-0.5-GQSdJfTB7H91KuDhNqepeI Completed witherable-0.5 Configuring semialign-1.3.1... Preprocessing library for semialign-1.3.1.. Building library for semialign-1.3.1.. [1 of 6] Compiling Data.Semialign.Internal ( src/Data/Semialign/Internal.hs, dist/build/Data/Semialign/Internal.o, dist/build/Data/Semialign/Internal.dyn_o ) [2 of 6] Compiling Data.Semialign.Indexed ( src/Data/Semialign/Indexed.hs, dist/build/Data/Semialign/Indexed.o, dist/build/Data/Semialign/Indexed.dyn_o ) [3 of 6] Compiling Data.Semialign ( src/Data/Semialign.hs, dist/build/Data/Semialign.o, dist/build/Data/Semialign.dyn_o ) [4 of 6] Compiling Data.Align ( src/Data/Align.hs, dist/build/Data/Align.o, dist/build/Data/Align.dyn_o ) [5 of 6] Compiling Data.Crosswalk ( src/Data/Crosswalk.hs, dist/build/Data/Crosswalk.o, dist/build/Data/Crosswalk.dyn_o ) [6 of 6] Compiling Data.Zip ( src/Data/Zip.hs, dist/build/Data/Zip.o, dist/build/Data/Zip.dyn_o ) Preprocessing library for semialign-1.3.1.. Running Haddock on library for semialign-1.3.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 6] Compiling Data.Semialign.Internal ( src/Data/Semialign/Internal.hs, nothing ) [2 of 6] Compiling Data.Semialign.Indexed ( src/Data/Semialign/Indexed.hs, nothing ) [3 of 6] Compiling Data.Semialign ( src/Data/Semialign.hs, nothing ) [4 of 6] Compiling Data.Align ( src/Data/Align.hs, nothing ) [5 of 6] Compiling Data.Crosswalk ( src/Data/Crosswalk.hs, nothing ) [6 of 6] Compiling Data.Zip ( src/Data/Zip.hs, nothing ) Haddock coverage: Warning: 'tabulate' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'These' is ambiguous. It is defined * in Data.These * in Data.These 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.These Warning: 'Foldable' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'join' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'liftA2' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 4 / 4) in 'Data.Semialign.Indexed' 88% ( 16 / 18) in 'Data.Semialign' Missing documentation for: unzipDefault (src/Data/Semialign/Internal.hs:308) alignVectorWith (src/Data/Semialign/Internal.hs:718) Warning: 'These' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 92% ( 12 / 13) in 'Data.Align' Missing documentation for: alignVectorWith (src/Data/Semialign/Internal.hs:718) 80% ( 4 / 5) in 'Data.Crosswalk' Missing documentation for: Module header 71% ( 5 / 7) in 'Data.Zip' Missing documentation for: unzipDefault (src/Data/Semialign/Internal.hs:308) Zippy (src/Data/Zip.hs:30) Warning: Data.Semialign.Indexed: could not find link destinations for: - Data.Vector.Vector Warning: Data.Semialign: could not find link destinations for: - Data.Vector.Generic.Base.Vector - Data.Vector.Vector - Data.Vector.Fusion.Bundle.Monadic.Bundle Warning: Data.Align: could not find link destinations for: - Data.Vector.Generic.Base.Vector - Data.Vector.Vector - Data.Vector.Fusion.Bundle.Monadic.Bundle Warning: Data.Crosswalk: could not find link destinations for: - Data.Vector.Vector Warning: Data.Zip: could not find link destinations for: - Data.Vector.Vector - Data.Vector.Fusion.Bundle.Monadic.Bundle Documentation created: dist/doc/html/semialign/, dist/doc/html/semialign/semialign.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/semialign-1.3.1-3aORYwQ6AFw46BfPEqb5ZG Completed semialign-1.3.1 Configuring optics-extra-0.4.2.1... Preprocessing library for optics-extra-0.4.2.1.. Building library for optics-extra-0.4.2.1.. [ 1 of 24] Compiling Data.HashMap.Optics ( src/Data/HashMap/Optics.hs, dist/build/Data/HashMap/Optics.o, dist/build/Data/HashMap/Optics.dyn_o ) [ 2 of 24] Compiling Data.HashSet.Optics ( src/Data/HashSet/Optics.hs, dist/build/Data/HashSet/Optics.o, dist/build/Data/HashSet/Optics.dyn_o ) [ 3 of 24] Compiling Data.Text.Lazy.Optics ( src/Data/Text/Lazy/Optics.hs, dist/build/Data/Text/Lazy/Optics.o, dist/build/Data/Text/Lazy/Optics.dyn_o ) [ 4 of 24] Compiling Data.Text.Strict.Optics ( src/Data/Text/Strict/Optics.hs, dist/build/Data/Text/Strict/Optics.o, dist/build/Data/Text/Strict/Optics.dyn_o ) [ 5 of 24] Compiling Data.Text.Optics ( src/Data/Text/Optics.hs, dist/build/Data/Text/Optics.o, dist/build/Data/Text/Optics.dyn_o ) [ 6 of 24] Compiling Optics.At ( src/Optics/At.hs, dist/build/Optics/At.o, dist/build/Optics/At.dyn_o ) [ 7 of 24] Compiling Optics.Cons ( src/Optics/Cons.hs, dist/build/Optics/Cons.o, dist/build/Optics/Cons.dyn_o ) [ 8 of 24] Compiling Optics.Empty ( src/Optics/Empty.hs, dist/build/Optics/Empty.o, dist/build/Optics/Empty.dyn_o ) [ 9 of 24] Compiling Optics.Extra.Internal.ByteString ( src/Optics/Extra/Internal/ByteString.hs, dist/build/Optics/Extra/Internal/ByteString.o, dist/build/Optics/Extra/Internal/ByteString.dyn_o ) [10 of 24] Compiling Data.ByteString.Strict.Optics ( src/Data/ByteString/Strict/Optics.hs, dist/build/Data/ByteString/Strict/Optics.o, dist/build/Data/ByteString/Strict/Optics.dyn_o ) [11 of 24] Compiling Data.ByteString.Lazy.Optics ( src/Data/ByteString/Lazy/Optics.hs, dist/build/Data/ByteString/Lazy/Optics.o, dist/build/Data/ByteString/Lazy/Optics.dyn_o ) [12 of 24] Compiling Data.ByteString.Optics ( src/Data/ByteString/Optics.hs, dist/build/Data/ByteString/Optics.o, dist/build/Data/ByteString/Optics.dyn_o ) [13 of 24] Compiling Optics.Extra.Internal.Vector ( src/Optics/Extra/Internal/Vector.hs, dist/build/Optics/Extra/Internal/Vector.o, dist/build/Optics/Extra/Internal/Vector.dyn_o ) [14 of 24] Compiling Data.Vector.Generic.Optics ( src/Data/Vector/Generic/Optics.hs, dist/build/Data/Vector/Generic/Optics.o, dist/build/Data/Vector/Generic/Optics.dyn_o ) [15 of 24] Compiling Data.Vector.Optics ( src/Data/Vector/Optics.hs, dist/build/Data/Vector/Optics.o, dist/build/Data/Vector/Optics.dyn_o ) [16 of 24] Compiling Optics.Extra.Internal.Zoom ( src/Optics/Extra/Internal/Zoom.hs, dist/build/Optics/Extra/Internal/Zoom.o, dist/build/Optics/Extra/Internal/Zoom.dyn_o ) [17 of 24] Compiling Optics.Indexed ( src/Optics/Indexed.hs, dist/build/Optics/Indexed.o, dist/build/Optics/Indexed.dyn_o ) [18 of 24] Compiling Optics.Each ( src/Optics/Each.hs, dist/build/Optics/Each.o, dist/build/Optics/Each.dyn_o ) [19 of 24] Compiling Optics.State ( src/Optics/State.hs, dist/build/Optics/State.o, dist/build/Optics/State.dyn_o ) [20 of 24] Compiling Optics.View ( src/Optics/View.hs, dist/build/Optics/View.o, dist/build/Optics/View.dyn_o ) [21 of 24] Compiling Optics.Passthrough ( src/Optics/Passthrough.hs, dist/build/Optics/Passthrough.o, dist/build/Optics/Passthrough.dyn_o ) [22 of 24] Compiling Optics.State.Operators ( src/Optics/State/Operators.hs, dist/build/Optics/State/Operators.o, dist/build/Optics/State/Operators.dyn_o ) [23 of 24] Compiling Optics.Zoom ( src/Optics/Zoom.hs, dist/build/Optics/Zoom.o, dist/build/Optics/Zoom.dyn_o ) [24 of 24] Compiling Optics.Extra ( src/Optics/Extra.hs, dist/build/Optics/Extra.o, dist/build/Optics/Extra.dyn_o ) Preprocessing library for optics-extra-0.4.2.1.. Running Haddock on library for optics-extra-0.4.2.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 24] Compiling Data.HashMap.Optics ( src/Data/HashMap/Optics.hs, nothing ) [ 2 of 24] Compiling Data.HashSet.Optics ( src/Data/HashSet/Optics.hs, nothing ) [ 3 of 24] Compiling Data.Text.Lazy.Optics ( src/Data/Text/Lazy/Optics.hs, nothing ) [ 4 of 24] Compiling Data.Text.Strict.Optics ( src/Data/Text/Strict/Optics.hs, nothing ) [ 5 of 24] Compiling Data.Text.Optics ( src/Data/Text/Optics.hs, nothing ) [ 6 of 24] Compiling Optics.At ( src/Optics/At.hs, nothing ) [ 7 of 24] Compiling Optics.Cons ( src/Optics/Cons.hs, nothing ) [ 8 of 24] Compiling Optics.Empty ( src/Optics/Empty.hs, nothing ) [ 9 of 24] Compiling Optics.Extra.Internal.ByteString ( src/Optics/Extra/Internal/ByteString.hs, nothing ) [10 of 24] Compiling Data.ByteString.Strict.Optics ( src/Data/ByteString/Strict/Optics.hs, nothing ) [11 of 24] Compiling Data.ByteString.Lazy.Optics ( src/Data/ByteString/Lazy/Optics.hs, nothing ) [12 of 24] Compiling Data.ByteString.Optics ( src/Data/ByteString/Optics.hs, nothing ) [13 of 24] Compiling Optics.Extra.Internal.Vector ( src/Optics/Extra/Internal/Vector.hs, nothing ) [14 of 24] Compiling Data.Vector.Generic.Optics ( src/Data/Vector/Generic/Optics.hs, nothing ) [15 of 24] Compiling Data.Vector.Optics ( src/Data/Vector/Optics.hs, nothing ) [16 of 24] Compiling Optics.Extra.Internal.Zoom ( src/Optics/Extra/Internal/Zoom.hs, nothing ) [17 of 24] Compiling Optics.Indexed ( src/Optics/Indexed.hs, nothing ) [18 of 24] Compiling Optics.Each ( src/Optics/Each.hs, nothing ) [19 of 24] Compiling Optics.State ( src/Optics/State.hs, nothing ) [20 of 24] Compiling Optics.View ( src/Optics/View.hs, nothing ) [21 of 24] Compiling Optics.Passthrough ( src/Optics/Passthrough.hs, nothing ) [22 of 24] Compiling Optics.State.Operators ( src/Optics/State/Operators.hs, nothing ) [23 of 24] Compiling Optics.Zoom ( src/Optics/Zoom.hs, nothing ) [24 of 24] Compiling Optics.Extra ( src/Optics/Extra.hs, nothing ) Haddock coverage: 100% ( 3 / 3) in 'Data.HashMap.Optics' 100% ( 3 / 3) in 'Data.HashSet.Optics' Warning: 'Builder' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'pack' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unpack' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'fromLazyText' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'toLazyText' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 87% ( 7 / 8) in 'Data.Text.Lazy.Optics' Missing documentation for: Text (src/Data/Text/Lazy/Optics.hs:129) Warning: 'Builder' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'pack' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unpack' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'fromText' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'toLazyText' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 87% ( 7 / 8) in 'Data.Text.Strict.Optics' Missing documentation for: Text (src/Data/Text/Strict/Optics.hs:120) Warning: 'Builder' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'pack' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unpack' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'fromText' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 80% ( 4 / 5) in 'Data.Text.Optics' Missing documentation for: Text (src/Data/Text/Optics.hs:97) 100% ( 13 / 13) in 'Optics.At' 100% ( 17 / 17) in 'Optics.Cons' 100% ( 3 / 3) in 'Optics.Empty' Warning: 'createAndTrim' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 5 / 5) in 'Optics.Extra.Internal.ByteString' 66% ( 6 / 9) in 'Data.ByteString.Strict.Optics' Missing documentation for: Module header Bytes (src/Data/ByteString/Strict/Optics.hs:123) Chars (src/Data/ByteString/Strict/Optics.hs:127) 77% ( 7 / 9) in 'Data.ByteString.Lazy.Optics' Missing documentation for: Bytes (src/Data/ByteString/Lazy/Optics.hs:124) Chars (src/Data/ByteString/Lazy/Optics.hs:128) Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 50% ( 3 / 6) in 'Data.ByteString.Optics' Missing documentation for: Module header Bytes (src/Data/ByteString/Optics.hs:98) Chars (src/Data/ByteString/Optics.hs:102) 50% ( 1 / 2) in 'Optics.Extra.Internal.Vector' Missing documentation for: Module header 100% ( 15 / 15) in 'Data.Vector.Generic.Optics' 100% ( 9 / 9) in 'Data.Vector.Optics' 39% ( 9 / 23) in 'Optics.Extra.Internal.Zoom' Missing documentation for: Module header stateZoom (src/Optics/Extra/Internal/Zoom.hs:58) stateZoomMaybe (src/Optics/Extra/Internal/Zoom.hs:66) stateZoomMany (src/Optics/Extra/Internal/Zoom.hs:78) rwsZoom (src/Optics/Extra/Internal/Zoom.hs:107) rwsZoomMaybe (src/Optics/Extra/Internal/Zoom.hs:115) rwsZoomMany (src/Optics/Extra/Internal/Zoom.hs:127) shuffleMay (src/Optics/Extra/Internal/Zoom.hs:147) shuffleErr (src/Optics/Extra/Internal/Zoom.hs:170) rwsMagnify (src/Optics/Extra/Internal/Zoom.hs:215) rwsMagnifyMaybe (src/Optics/Extra/Internal/Zoom.hs:223) rwsMagnifyMany (src/Optics/Extra/Internal/Zoom.hs:234) shuffleS (src/Optics/Extra/Internal/Zoom.hs:241) shuffleW (src/Optics/Extra/Internal/Zoom.hs:245) 100% ( 32 / 32) in 'Optics.Indexed' 100% ( 3 / 3) in 'Optics.Each' Warning: 'AffineTraveral' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 7 / 7) in 'Optics.State' 100% ( 6 / 6) in 'Optics.View' Warning: 'Optic' is ambiguous. It is defined * in Optics.Internal.Optic * in Optics.Internal.Optic 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 Optics.Internal.Optic Warning: 'r' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 0% ( 0 / 2) in 'Optics.Passthrough' Missing documentation for: Module header PermeableOptic (src/Optics/Passthrough.hs:10) Warning: 'Monad'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 94% ( 16 / 17) in 'Optics.State.Operators' Missing documentation for: PermeableOptic (src/Optics/Passthrough.hs:10) Warning: 'StateT' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Reader' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'State' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 83% ( 5 / 6) in 'Optics.Zoom' Missing documentation for: Module header 88% ( 8 / 9) in 'Optics.Extra' Missing documentation for: Module header Warning: Optics.At: could not find link destinations for: - Optics.At.Core.D:R:IxKindFUN - Optics.At.Core.D:R:IxKindIdentity - Optics.At.Core.R:IxKindArray - Optics.At.Core.R:IxKindIntMap - Optics.At.Core.R:IxKindIntSet - Optics.At.Core.R:IxKindList - Optics.At.Core.R:IxKindMap - Optics.At.Core.R:IxKindMaybe - Optics.At.Core.R:IxKindNonEmpty - Optics.At.Core.R:IxKindSeq - Optics.At.Core.R:IxKindSet - Optics.At.Core.R:IxKindTree - Optics.At.Core.R:IxKindTuple2 - Optics.At.Core.R:IxKindTuple3 - Optics.At.Core.R:IxKindTuple4 - Optics.At.Core.R:IxKindTuple5 - Optics.At.Core.R:IxKindTuple6 - Optics.At.Core.R:IxKindTuple7 - Optics.At.Core.R:IxKindTuple8 - Optics.At.Core.R:IxKindTuple9 - Optics.At.Core.R:IxKindUArray - Data.Vector.Vector - Data.Vector.Primitive.Vector - Data.Vector.Storable.Vector - Data.Vector.Unboxed.Base.Unbox - Data.Vector.Unboxed.Base.Vector - Optics.At.R:IxKindByteString - Optics.At.R:IxKindByteString0 - Optics.At.R:IxKindText - Optics.At.R:IxKindText0 - Optics.At.R:IxKindVector - Optics.At.R:IxKindVector0 - Optics.At.R:IxKindVector1 - Optics.At.R:IxKindVector2 - Optics.At.R:IxKindHashSet - Optics.At.R:IxKindHashMap Warning: Optics.Cons: could not find link destinations for: - Data.Vector.Vector - Data.Vector.Primitive.Vector - Data.Vector.Storable.Vector - Data.Vector.Unboxed.Base.Unbox - Data.Vector.Unboxed.Base.Vector Warning: Optics.Empty: could not find link destinations for: - Data.Vector.Vector - Data.Vector.Storable.Vector - Data.Vector.Unboxed.Base.Unbox - Data.Vector.Unboxed.Base.Vector Warning: Data.Vector.Generic.Optics: could not find link destinations for: - Data.Vector.Generic.Base.Vector - Data.Vector.Fusion.Bundle.Bundle - Data.Vector.Generic.New.New Warning: Data.Vector.Optics: could not find link destinations for: - Data.Vector.Vector Warning: Optics.Each: could not find link destinations for: - Data.Vector.Vector - Data.Vector.Primitive.Vector - Data.Vector.Storable.Vector - Data.Vector.Unboxed.Base.Unbox - Data.Vector.Unboxed.Base.Vector Warning: Optics.View: could not find link destinations for: - Optics.View.D:R:ViewResultA_Foldr - Optics.View.D:R:ViewResultA_Traversalr - Optics.View.D:R:ViewResultAn_AffineFoldr - Optics.View.D:R:ViewResultAn_AffineTraversalr - Optics.View.D:R:ViewResultA_Prismr - Optics.View.D:R:ViewResultA_Getterr - Optics.View.D:R:ViewResultA_ReversedPrismr - Optics.View.D:R:ViewResultA_Lensr - Optics.View.D:R:ViewResultAn_Isor Documentation created: dist/doc/html/optics-extra/, dist/doc/html/optics-extra/optics-extra.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/optics-extra-0.4.2.1-D6Wf6TVjjz34KLx4xU4IRK Completed optics-extra-0.4.2.1 Configuring lens-5.3.6... Preprocessing library for lens-5.3.6.. Building library for lens-5.3.6.. [ 1 of 85] Compiling Control.Lens.Internal.CTypes ( src/Control/Lens/Internal/CTypes.hs, dist/build/Control/Lens/Internal/CTypes.o, dist/build/Control/Lens/Internal/CTypes.dyn_o ) [ 2 of 85] Compiling Control.Lens.Internal.Doctest ( src/Control/Lens/Internal/Doctest.hs, dist/build/Control/Lens/Internal/Doctest.o, dist/build/Control/Lens/Internal/Doctest.dyn_o ) [ 3 of 85] Compiling Control.Lens.Internal.Instances ( src/Control/Lens/Internal/Instances.hs, dist/build/Control/Lens/Internal/Instances.o, dist/build/Control/Lens/Internal/Instances.dyn_o ) [ 4 of 85] Compiling Control.Lens.Internal.Iso ( src/Control/Lens/Internal/Iso.hs, dist/build/Control/Lens/Internal/Iso.o, dist/build/Control/Lens/Internal/Iso.dyn_o ) [ 5 of 85] Compiling Control.Lens.Internal.List ( src/Control/Lens/Internal/List.hs, dist/build/Control/Lens/Internal/List.o, dist/build/Control/Lens/Internal/List.dyn_o ) [ 6 of 85] Compiling Control.Lens.Internal.Prelude ( src/Control/Lens/Internal/Prelude.hs, dist/build/Control/Lens/Internal/Prelude.o, dist/build/Control/Lens/Internal/Prelude.dyn_o ) [ 7 of 85] Compiling Control.Lens.Internal.Level ( src/Control/Lens/Internal/Level.hs, dist/build/Control/Lens/Internal/Level.o, dist/build/Control/Lens/Internal/Level.dyn_o ) [ 8 of 85] Compiling Control.Lens.Internal.Indexed ( src/Control/Lens/Internal/Indexed.hs, dist/build/Control/Lens/Internal/Indexed.o, dist/build/Control/Lens/Internal/Indexed.dyn_o ) [ 9 of 85] Compiling Control.Lens.Internal.Getter ( src/Control/Lens/Internal/Getter.hs, dist/build/Control/Lens/Internal/Getter.o, dist/build/Control/Lens/Internal/Getter.dyn_o ) [10 of 85] Compiling Control.Lens.Internal.Fold ( src/Control/Lens/Internal/Fold.hs, dist/build/Control/Lens/Internal/Fold.o, dist/build/Control/Lens/Internal/Fold.dyn_o ) [11 of 85] Compiling Control.Lens.Internal.Context ( src/Control/Lens/Internal/Context.hs, dist/build/Control/Lens/Internal/Context.o, dist/build/Control/Lens/Internal/Context.dyn_o ) [12 of 85] Compiling Control.Lens.Internal.Bazaar ( src/Control/Lens/Internal/Bazaar.hs, dist/build/Control/Lens/Internal/Bazaar.o, dist/build/Control/Lens/Internal/Bazaar.dyn_o ) [13 of 85] Compiling Control.Lens.Internal.Magma ( src/Control/Lens/Internal/Magma.hs, dist/build/Control/Lens/Internal/Magma.o, dist/build/Control/Lens/Internal/Magma.dyn_o ) [14 of 85] Compiling Control.Lens.Internal.Prism ( src/Control/Lens/Internal/Prism.hs, dist/build/Control/Lens/Internal/Prism.o, dist/build/Control/Lens/Internal/Prism.dyn_o ) [15 of 85] Compiling Control.Lens.Internal.Profunctor ( src/Control/Lens/Internal/Profunctor.hs, dist/build/Control/Lens/Internal/Profunctor.o, dist/build/Control/Lens/Internal/Profunctor.dyn_o ) [16 of 85] Compiling Control.Lens.Internal.Review ( src/Control/Lens/Internal/Review.hs, dist/build/Control/Lens/Internal/Review.o, dist/build/Control/Lens/Internal/Review.dyn_o ) [17 of 85] Compiling Control.Lens.Internal.Setter ( src/Control/Lens/Internal/Setter.hs, dist/build/Control/Lens/Internal/Setter.o, dist/build/Control/Lens/Internal/Setter.dyn_o ) [18 of 85] Compiling Control.Lens.Internal.Zoom ( src/Control/Lens/Internal/Zoom.hs, dist/build/Control/Lens/Internal/Zoom.o, dist/build/Control/Lens/Internal/Zoom.dyn_o ) [19 of 85] Compiling Control.Lens.Internal ( src/Control/Lens/Internal.hs, dist/build/Control/Lens/Internal.o, dist/build/Control/Lens/Internal.dyn_o ) [20 of 85] Compiling Control.Lens.Type ( src/Control/Lens/Type.hs, dist/build/Control/Lens/Type.o, dist/build/Control/Lens/Type.dyn_o ) [21 of 85] Compiling Control.Lens.Setter ( src/Control/Lens/Setter.hs, dist/build/Control/Lens/Setter.o, dist/build/Control/Lens/Setter.dyn_o ) [22 of 85] Compiling Control.Lens.Lens ( src/Control/Lens/Lens.hs, dist/build/Control/Lens/Lens.o, dist/build/Control/Lens/Lens.dyn_o ) [23 of 85] Compiling Control.Lens.Tuple ( src/Control/Lens/Tuple.hs, dist/build/Control/Lens/Tuple.o, dist/build/Control/Lens/Tuple.dyn_o ) [24 of 85] Compiling Control.Lens.Getter ( src/Control/Lens/Getter.hs, dist/build/Control/Lens/Getter.o, dist/build/Control/Lens/Getter.dyn_o ) [25 of 85] Compiling Control.Lens.Review ( src/Control/Lens/Review.hs, dist/build/Control/Lens/Review.o, dist/build/Control/Lens/Review.dyn_o ) [26 of 85] Compiling Control.Lens.Prism ( src/Control/Lens/Prism.hs, dist/build/Control/Lens/Prism.o, dist/build/Control/Lens/Prism.dyn_o ) [27 of 85] Compiling Control.Lens.Fold ( src/Control/Lens/Fold.hs, dist/build/Control/Lens/Fold.o, dist/build/Control/Lens/Fold.dyn_o ) [28 of 85] Compiling Control.Lens.Traversal ( src/Control/Lens/Traversal.hs, dist/build/Control/Lens/Traversal.o, dist/build/Control/Lens/Traversal.dyn_o ) [29 of 85] Compiling Control.Lens.Level ( src/Control/Lens/Level.hs, dist/build/Control/Lens/Level.o, dist/build/Control/Lens/Level.dyn_o ) [30 of 85] Compiling Control.Lens.Reified ( src/Control/Lens/Reified.hs, dist/build/Control/Lens/Reified.o, dist/build/Control/Lens/Reified.dyn_o ) [31 of 85] Compiling Control.Lens.Internal.Exception ( src/Control/Lens/Internal/Exception.hs, dist/build/Control/Lens/Internal/Exception.o, dist/build/Control/Lens/Internal/Exception.dyn_o ) [32 of 85] Compiling Control.Lens.Indexed ( src/Control/Lens/Indexed.hs, dist/build/Control/Lens/Indexed.o, dist/build/Control/Lens/Indexed.dyn_o ) [33 of 85] Compiling Control.Lens.Internal.ByteString ( src/Control/Lens/Internal/ByteString.hs, dist/build/Control/Lens/Internal/ByteString.o, dist/build/Control/Lens/Internal/ByteString.dyn_o ) [34 of 85] Compiling Control.Lens.Equality ( src/Control/Lens/Equality.hs, dist/build/Control/Lens/Equality.o, dist/build/Control/Lens/Equality.dyn_o ) [35 of 85] Compiling Control.Lens.Iso ( src/Control/Lens/Iso.hs, dist/build/Control/Lens/Iso.o, dist/build/Control/Lens/Iso.dyn_o ) [36 of 85] Compiling Control.Lens.Empty ( src/Control/Lens/Empty.hs, dist/build/Control/Lens/Empty.o, dist/build/Control/Lens/Empty.dyn_o ) [37 of 85] Compiling Control.Lens.Cons ( src/Control/Lens/Cons.hs, dist/build/Control/Lens/Cons.o, dist/build/Control/Lens/Cons.dyn_o ) [38 of 85] Compiling Control.Lens.Internal.Deque ( src/Control/Lens/Internal/Deque.hs, dist/build/Control/Lens/Internal/Deque.o, dist/build/Control/Lens/Internal/Deque.dyn_o ) [39 of 85] Compiling Control.Lens.Wrapped ( src/Control/Lens/Wrapped.hs, dist/build/Control/Lens/Wrapped.o, dist/build/Control/Lens/Wrapped.dyn_o ) [40 of 85] Compiling Control.Lens.Internal.TH ( src/Control/Lens/Internal/TH.hs, dist/build/Control/Lens/Internal/TH.o, dist/build/Control/Lens/Internal/TH.dyn_o ) [41 of 85] Compiling Control.Lens.Zoom ( src/Control/Lens/Zoom.hs, dist/build/Control/Lens/Zoom.o, dist/build/Control/Lens/Zoom.dyn_o ) [42 of 85] Compiling Data.Data.Lens ( src/Data/Data/Lens.hs, dist/build/Data/Data/Lens.o, dist/build/Data/Data/Lens.dyn_o ) [43 of 85] Compiling Control.Lens.Plated ( src/Control/Lens/Plated.hs, dist/build/Control/Lens/Plated.o, dist/build/Control/Lens/Plated.dyn_o ) [44 of 85] Compiling Data.HashSet.Lens ( src/Data/HashSet/Lens.hs, dist/build/Data/HashSet/Lens.o, dist/build/Data/HashSet/Lens.dyn_o ) [45 of 85] Compiling Data.List.Lens ( src/Data/List/Lens.hs, dist/build/Data/List/Lens.o, dist/build/Data/List/Lens.dyn_o ) [46 of 85] Compiling Data.Map.Lens ( src/Data/Map/Lens.hs, dist/build/Data/Map/Lens.o, dist/build/Data/Map/Lens.dyn_o ) [47 of 85] Compiling Data.Set.Lens ( src/Data/Set/Lens.hs, dist/build/Data/Set/Lens.o, dist/build/Data/Set/Lens.dyn_o ) [48 of 85] Compiling Data.Text.Lazy.Lens ( src/Data/Text/Lazy/Lens.hs, dist/build/Data/Text/Lazy/Lens.o, dist/build/Data/Text/Lazy/Lens.dyn_o ) [49 of 85] Compiling Data.Text.Strict.Lens ( src/Data/Text/Strict/Lens.hs, dist/build/Data/Text/Strict/Lens.o, dist/build/Data/Text/Strict/Lens.dyn_o ) [50 of 85] Compiling Data.Text.Lens ( src/Data/Text/Lens.hs, dist/build/Data/Text/Lens.o, dist/build/Data/Text/Lens.dyn_o ) [51 of 85] Compiling Data.Vector.Generic.Lens ( src/Data/Vector/Generic/Lens.hs, dist/build/Data/Vector/Generic/Lens.o, dist/build/Data/Vector/Generic/Lens.dyn_o ) [52 of 85] Compiling Control.Lens.Each ( src/Control/Lens/Each.hs, dist/build/Control/Lens/Each.o, dist/build/Control/Lens/Each.dyn_o ) [53 of 85] Compiling Control.Lens.At ( src/Control/Lens/At.hs, dist/build/Control/Lens/At.o, dist/build/Control/Lens/At.dyn_o ) [54 of 85] Compiling Language.Haskell.TH.Lens ( src/Language/Haskell/TH/Lens.hs, dist/build/Language/Haskell/TH/Lens.o, dist/build/Language/Haskell/TH/Lens.dyn_o ) [55 of 85] Compiling Control.Lens.Internal.PrismTH ( src/Control/Lens/Internal/PrismTH.hs, dist/build/Control/Lens/Internal/PrismTH.o, dist/build/Control/Lens/Internal/PrismTH.dyn_o ) [56 of 85] Compiling Control.Lens.Internal.FieldTH ( src/Control/Lens/Internal/FieldTH.hs, dist/build/Control/Lens/Internal/FieldTH.o, dist/build/Control/Lens/Internal/FieldTH.dyn_o ) [57 of 85] Compiling Control.Lens.TH ( src/Control/Lens/TH.hs, dist/build/Control/Lens/TH.o, dist/build/Control/Lens/TH.dyn_o ) [58 of 85] Compiling Control.Lens ( src/Control/Lens.hs, dist/build/Control/Lens.o, dist/build/Control/Lens.dyn_o ) [59 of 85] Compiling GHC.Generics.Lens ( src/GHC/Generics/Lens.hs, dist/build/GHC/Generics/Lens.o, dist/build/GHC/Generics/Lens.dyn_o ) [60 of 85] Compiling Data.Vector.Lens ( src/Data/Vector/Lens.hs, dist/build/Data/Vector/Lens.o, dist/build/Data/Vector/Lens.dyn_o ) [61 of 85] Compiling Data.Typeable.Lens ( src/Data/Typeable/Lens.hs, dist/build/Data/Typeable/Lens.o, dist/build/Data/Typeable/Lens.dyn_o ) [62 of 85] Compiling Data.Tree.Lens ( src/Data/Tree/Lens.hs, dist/build/Data/Tree/Lens.o, dist/build/Data/Tree/Lens.dyn_o ) [63 of 85] Compiling Data.Sequence.Lens ( src/Data/Sequence/Lens.hs, dist/build/Data/Sequence/Lens.o, dist/build/Data/Sequence/Lens.dyn_o ) [64 of 85] Compiling Data.IntSet.Lens ( src/Data/IntSet/Lens.hs, dist/build/Data/IntSet/Lens.o, dist/build/Data/IntSet/Lens.dyn_o ) [65 of 85] Compiling Data.Complex.Lens ( src/Data/Complex/Lens.hs, dist/build/Data/Complex/Lens.o, dist/build/Data/Complex/Lens.dyn_o ) [66 of 85] Compiling Data.ByteString.Strict.Lens ( src/Data/ByteString/Strict/Lens.hs, dist/build/Data/ByteString/Strict/Lens.o, dist/build/Data/ByteString/Strict/Lens.dyn_o ) [67 of 85] Compiling Data.ByteString.Lazy.Lens ( src/Data/ByteString/Lazy/Lens.hs, dist/build/Data/ByteString/Lazy/Lens.o, dist/build/Data/ByteString/Lazy/Lens.dyn_o ) [68 of 85] Compiling Data.ByteString.Lens ( src/Data/ByteString/Lens.hs, dist/build/Data/ByteString/Lens.o, dist/build/Data/ByteString/Lens.dyn_o ) [69 of 85] Compiling Data.Bits.Lens ( src/Data/Bits/Lens.hs, dist/build/Data/Bits/Lens.o, dist/build/Data/Bits/Lens.dyn_o ) [70 of 85] Compiling Data.Array.Lens ( src/Data/Array/Lens.hs, dist/build/Data/Array/Lens.o, dist/build/Data/Array/Lens.dyn_o ) [71 of 85] Compiling Control.Seq.Lens ( src/Control/Seq/Lens.hs, dist/build/Control/Seq/Lens.o, dist/build/Control/Seq/Lens.dyn_o ) [72 of 85] Compiling Control.Parallel.Strategies.Lens ( src/Control/Parallel/Strategies/Lens.hs, dist/build/Control/Parallel/Strategies/Lens.o, dist/build/Control/Parallel/Strategies/Lens.dyn_o ) [73 of 85] Compiling Control.Monad.Error.Lens ( src/Control/Monad/Error/Lens.hs, dist/build/Control/Monad/Error/Lens.o, dist/build/Control/Monad/Error/Lens.dyn_o ) [74 of 85] Compiling Control.Lens.Unsound ( src/Control/Lens/Unsound.hs, dist/build/Control/Lens/Unsound.o, dist/build/Control/Lens/Unsound.dyn_o ) [75 of 85] Compiling Control.Lens.Profunctor ( src/Control/Lens/Profunctor.hs, dist/build/Control/Lens/Profunctor.o, dist/build/Control/Lens/Profunctor.dyn_o ) [76 of 85] Compiling Control.Lens.Operators ( src/Control/Lens/Operators.hs, dist/build/Control/Lens/Operators.o, dist/build/Control/Lens/Operators.dyn_o ) [77 of 85] Compiling Control.Lens.Extras ( src/Control/Lens/Extras.hs, dist/build/Control/Lens/Extras.o, dist/build/Control/Lens/Extras.dyn_o ) [78 of 85] Compiling Control.Lens.Combinators ( src/Control/Lens/Combinators.hs, dist/build/Control/Lens/Combinators.o, dist/build/Control/Lens/Combinators.dyn_o ) [79 of 85] Compiling Control.Exception.Lens ( src/Control/Exception/Lens.hs, dist/build/Control/Exception/Lens.o, dist/build/Control/Exception/Lens.dyn_o ) [80 of 85] Compiling Data.Dynamic.Lens ( src/Data/Dynamic/Lens.hs, dist/build/Data/Dynamic/Lens.o, dist/build/Data/Dynamic/Lens.dyn_o ) [81 of 85] Compiling Numeric.Lens ( src/Numeric/Lens.hs, dist/build/Numeric/Lens.o, dist/build/Numeric/Lens.dyn_o ) [82 of 85] Compiling Numeric.Natural.Lens ( src/Numeric/Natural/Lens.hs, dist/build/Numeric/Natural/Lens.o, dist/build/Numeric/Natural/Lens.dyn_o ) [83 of 85] Compiling System.Exit.Lens ( src/System/Exit/Lens.hs, dist/build/System/Exit/Lens.o, dist/build/System/Exit/Lens.dyn_o ) [84 of 85] Compiling System.FilePath.Lens ( src/System/FilePath/Lens.hs, dist/build/System/FilePath/Lens.o, dist/build/System/FilePath/Lens.dyn_o ) [85 of 85] Compiling System.IO.Error.Lens ( src/System/IO/Error/Lens.hs, dist/build/System/IO/Error/Lens.o, dist/build/System/IO/Error/Lens.dyn_o ) Preprocessing library for lens-5.3.6.. Running Haddock on library for lens-5.3.6.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 85] Compiling Control.Lens.Internal.CTypes ( src/Control/Lens/Internal/CTypes.hs, nothing ) [ 2 of 85] Compiling Control.Lens.Internal.Doctest ( src/Control/Lens/Internal/Doctest.hs, nothing ) [ 3 of 85] Compiling Control.Lens.Internal.Instances ( src/Control/Lens/Internal/Instances.hs, nothing ) [ 4 of 85] Compiling Control.Lens.Internal.Iso ( src/Control/Lens/Internal/Iso.hs, nothing ) [ 5 of 85] Compiling Control.Lens.Internal.List ( src/Control/Lens/Internal/List.hs, nothing ) [ 6 of 85] Compiling Control.Lens.Internal.Prelude ( src/Control/Lens/Internal/Prelude.hs, nothing ) [ 7 of 85] Compiling Control.Lens.Internal.Level ( src/Control/Lens/Internal/Level.hs, nothing ) [ 8 of 85] Compiling Control.Lens.Internal.Indexed ( src/Control/Lens/Internal/Indexed.hs, nothing ) [ 9 of 85] Compiling Control.Lens.Internal.Getter ( src/Control/Lens/Internal/Getter.hs, nothing ) [10 of 85] Compiling Control.Lens.Internal.Fold ( src/Control/Lens/Internal/Fold.hs, nothing ) [11 of 85] Compiling Control.Lens.Internal.Context ( src/Control/Lens/Internal/Context.hs, nothing ) [12 of 85] Compiling Control.Lens.Internal.Bazaar ( src/Control/Lens/Internal/Bazaar.hs, nothing ) [13 of 85] Compiling Control.Lens.Internal.Magma ( src/Control/Lens/Internal/Magma.hs, nothing ) [14 of 85] Compiling Control.Lens.Internal.Prism ( src/Control/Lens/Internal/Prism.hs, nothing ) [15 of 85] Compiling Control.Lens.Internal.Profunctor ( src/Control/Lens/Internal/Profunctor.hs, nothing ) [16 of 85] Compiling Control.Lens.Internal.Review ( src/Control/Lens/Internal/Review.hs, nothing ) [17 of 85] Compiling Control.Lens.Internal.Setter ( src/Control/Lens/Internal/Setter.hs, nothing ) [18 of 85] Compiling Control.Lens.Internal.Zoom ( src/Control/Lens/Internal/Zoom.hs, nothing ) [19 of 85] Compiling Control.Lens.Internal ( src/Control/Lens/Internal.hs, nothing ) [20 of 85] Compiling Control.Lens.Type ( src/Control/Lens/Type.hs, nothing ) [21 of 85] Compiling Control.Lens.Setter ( src/Control/Lens/Setter.hs, nothing ) [22 of 85] Compiling Control.Lens.Lens ( src/Control/Lens/Lens.hs, nothing ) [23 of 85] Compiling Control.Lens.Tuple ( src/Control/Lens/Tuple.hs, nothing ) [24 of 85] Compiling Control.Lens.Getter ( src/Control/Lens/Getter.hs, nothing ) [25 of 85] Compiling Control.Lens.Review ( src/Control/Lens/Review.hs, nothing ) [26 of 85] Compiling Control.Lens.Prism ( src/Control/Lens/Prism.hs, nothing ) [27 of 85] Compiling Control.Lens.Fold ( src/Control/Lens/Fold.hs, nothing ) [28 of 85] Compiling Control.Lens.Traversal ( src/Control/Lens/Traversal.hs, nothing ) [29 of 85] Compiling Control.Lens.Level ( src/Control/Lens/Level.hs, nothing ) [30 of 85] Compiling Control.Lens.Reified ( src/Control/Lens/Reified.hs, nothing ) [31 of 85] Compiling Control.Lens.Internal.Exception ( src/Control/Lens/Internal/Exception.hs, nothing ) [32 of 85] Compiling Control.Lens.Indexed ( src/Control/Lens/Indexed.hs, nothing ) [33 of 85] Compiling Control.Lens.Internal.ByteString ( src/Control/Lens/Internal/ByteString.hs, nothing ) [34 of 85] Compiling Control.Lens.Equality ( src/Control/Lens/Equality.hs, nothing ) [35 of 85] Compiling Control.Lens.Iso ( src/Control/Lens/Iso.hs, nothing ) [36 of 85] Compiling Control.Lens.Empty ( src/Control/Lens/Empty.hs, nothing ) [37 of 85] Compiling Control.Lens.Cons ( src/Control/Lens/Cons.hs, nothing ) [38 of 85] Compiling Control.Lens.Internal.Deque ( src/Control/Lens/Internal/Deque.hs, nothing ) [39 of 85] Compiling Control.Lens.Wrapped ( src/Control/Lens/Wrapped.hs, nothing ) [40 of 85] Compiling Control.Lens.Internal.TH ( src/Control/Lens/Internal/TH.hs, nothing ) [41 of 85] Compiling Control.Lens.Zoom ( src/Control/Lens/Zoom.hs, nothing ) [42 of 85] Compiling Data.Data.Lens ( src/Data/Data/Lens.hs, nothing ) [43 of 85] Compiling Control.Lens.Plated ( src/Control/Lens/Plated.hs, nothing ) [44 of 85] Compiling Data.HashSet.Lens ( src/Data/HashSet/Lens.hs, nothing ) [45 of 85] Compiling Data.List.Lens ( src/Data/List/Lens.hs, nothing ) [46 of 85] Compiling Data.Map.Lens ( src/Data/Map/Lens.hs, nothing ) [47 of 85] Compiling Data.Set.Lens ( src/Data/Set/Lens.hs, nothing ) [48 of 85] Compiling Data.Text.Lazy.Lens ( src/Data/Text/Lazy/Lens.hs, nothing ) [49 of 85] Compiling Data.Text.Strict.Lens ( src/Data/Text/Strict/Lens.hs, nothing ) [50 of 85] Compiling Data.Text.Lens ( src/Data/Text/Lens.hs, nothing ) [51 of 85] Compiling Data.Vector.Generic.Lens ( src/Data/Vector/Generic/Lens.hs, nothing ) [52 of 85] Compiling Control.Lens.Each ( src/Control/Lens/Each.hs, nothing ) [53 of 85] Compiling Control.Lens.At ( src/Control/Lens/At.hs, nothing ) [54 of 85] Compiling Language.Haskell.TH.Lens ( src/Language/Haskell/TH/Lens.hs, nothing ) [55 of 85] Compiling Control.Lens.Internal.PrismTH ( src/Control/Lens/Internal/PrismTH.hs, nothing ) [56 of 85] Compiling Control.Lens.Internal.FieldTH ( src/Control/Lens/Internal/FieldTH.hs, nothing ) [57 of 85] Compiling Control.Lens.TH ( src/Control/Lens/TH.hs, nothing ) [58 of 85] Compiling Control.Lens ( src/Control/Lens.hs, nothing ) [59 of 85] Compiling GHC.Generics.Lens ( src/GHC/Generics/Lens.hs, nothing ) [60 of 85] Compiling Data.Vector.Lens ( src/Data/Vector/Lens.hs, nothing ) [61 of 85] Compiling Data.Typeable.Lens ( src/Data/Typeable/Lens.hs, nothing ) [62 of 85] Compiling Data.Tree.Lens ( src/Data/Tree/Lens.hs, nothing ) [63 of 85] Compiling Data.Sequence.Lens ( src/Data/Sequence/Lens.hs, nothing ) [64 of 85] Compiling Data.IntSet.Lens ( src/Data/IntSet/Lens.hs, nothing ) [65 of 85] Compiling Data.Complex.Lens ( src/Data/Complex/Lens.hs, nothing ) [66 of 85] Compiling Data.ByteString.Strict.Lens ( src/Data/ByteString/Strict/Lens.hs, nothing ) [67 of 85] Compiling Data.ByteString.Lazy.Lens ( src/Data/ByteString/Lazy/Lens.hs, nothing ) [68 of 85] Compiling Data.ByteString.Lens ( src/Data/ByteString/Lens.hs, nothing ) [69 of 85] Compiling Data.Bits.Lens ( src/Data/Bits/Lens.hs, nothing ) [70 of 85] Compiling Data.Array.Lens ( src/Data/Array/Lens.hs, nothing ) [71 of 85] Compiling Control.Seq.Lens ( src/Control/Seq/Lens.hs, nothing ) [72 of 85] Compiling Control.Parallel.Strategies.Lens ( src/Control/Parallel/Strategies/Lens.hs, nothing ) [73 of 85] Compiling Control.Monad.Error.Lens ( src/Control/Monad/Error/Lens.hs, nothing ) [74 of 85] Compiling Control.Lens.Unsound ( src/Control/Lens/Unsound.hs, nothing ) [75 of 85] Compiling Control.Lens.Profunctor ( src/Control/Lens/Profunctor.hs, nothing ) [76 of 85] Compiling Control.Lens.Operators ( src/Control/Lens/Operators.hs, nothing ) [77 of 85] Compiling Control.Lens.Extras ( src/Control/Lens/Extras.hs, nothing ) [78 of 85] Compiling Control.Lens.Combinators ( src/Control/Lens/Combinators.hs, nothing ) [79 of 85] Compiling Control.Exception.Lens ( src/Control/Exception/Lens.hs, nothing ) [80 of 85] Compiling Data.Dynamic.Lens ( src/Data/Dynamic/Lens.hs, nothing ) [81 of 85] Compiling Numeric.Lens ( src/Numeric/Lens.hs, nothing ) [82 of 85] Compiling Numeric.Natural.Lens ( src/Numeric/Natural/Lens.hs, nothing ) [83 of 85] Compiling System.Exit.Lens ( src/System/Exit/Lens.hs, nothing ) [84 of 85] Compiling System.FilePath.Lens ( src/System/FilePath/Lens.hs, nothing ) [85 of 85] Compiling System.IO.Error.Lens ( src/System/IO/Error/Lens.hs, nothing ) Haddock coverage: 100% ( 4 / 4) in 'Control.Lens.Internal.CTypes' Warning: 'Prelude' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 33% ( 1 / 3) in 'Control.Lens.Internal.Doctest' Missing documentation for: head (src/Control/Lens/Internal/Doctest.hs:38) tail (src/Control/Lens/Internal/Doctest.hs:42) Warning: 'Const' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 1 / 1) in 'Control.Lens.Internal.Instances' 100% ( 3 / 3) in 'Control.Lens.Internal.Iso' 100% ( 3 / 3) in 'Control.Lens.Internal.List' Warning: 'Flow' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Deepening' is ambiguous. It is defined * at src/Control/Lens/Internal/Level.hs:118:25 * at src/Control/Lens/Internal/Level.hs:118: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/Control/Lens/Internal/Level.hs:118:1 100% ( 6 / 6) in 'Control.Lens.Internal.Level' Warning: 'Indexed' is ambiguous. It is defined * at src/Control/Lens/Internal/Indexed.hs:116:25 * at src/Control/Lens/Internal/Indexed.hs:116: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/Control/Lens/Internal/Indexed.hs:116:1 Warning: 'Indexing' is ambiguous. It is defined * at src/Control/Lens/Internal/Indexed.hs:242:24 * at src/Control/Lens/Internal/Indexed.hs:242: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/Control/Lens/Internal/Indexed.hs:242:1 Warning: 'Indexing64' is ambiguous. It is defined * at src/Control/Lens/Internal/Indexed.hs:315:26 * at src/Control/Lens/Internal/Indexed.hs:315: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/Control/Lens/Internal/Indexed.hs:315:1 Warning: 'Traversal' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'IndexedFold' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'IndexedTraversal' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Fold' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 15 / 15) in 'Control.Lens.Internal.Indexed' 50% ( 2 / 4) in 'Control.Lens.Internal.Getter' Missing documentation for: AlongsideLeft (src/Control/Lens/Internal/Getter.hs:35) AlongsideRight (src/Control/Lens/Internal/Getter.hs:76) Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 84% ( 11 / 13) in 'Control.Lens.Internal.Fold' Missing documentation for: ReifiedMonoid NonEmptyDList (src/Control/Lens/Internal/Fold.hs:130) Warning: 'PretextT' is ambiguous. It is defined * at src/Control/Lens/Internal/Context.hs:284:48 * at src/Control/Lens/Internal/Context.hs:284: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/Control/Lens/Internal/Context.hs:284:1 Warning: 'Context' is ambiguous. It is defined * at src/Control/Lens/Internal/Context.hs:138:22 * at src/Control/Lens/Internal/Context.hs:138: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/Control/Lens/Internal/Context.hs:138:1 Warning: 'Pretext' is ambiguous. It is defined * at src/Control/Lens/Internal/Context.hs:209:27 * at src/Control/Lens/Internal/Context.hs:209: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/Control/Lens/Internal/Context.hs:209:1 Warning: 'w' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 11 / 11) in 'Control.Lens.Internal.Context' Warning: 'BazaarT1' is ambiguous. It is defined * at src/Control/Lens/Internal/Bazaar.hs:326:48 * at src/Control/Lens/Internal/Bazaar.hs:326: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/Control/Lens/Internal/Bazaar.hs:326:1 Warning: 'Bazaar1' is ambiguous. It is defined * at src/Control/Lens/Internal/Bazaar.hs:261:27 * at src/Control/Lens/Internal/Bazaar.hs:261: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/Control/Lens/Internal/Bazaar.hs:261:1 Warning: 'FunList' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Context' is ambiguous. It is defined * at src/Control/Lens/Internal/Context.hs:138:22 * at src/Control/Lens/Internal/Context.hs:138: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/Control/Lens/Internal/Context.hs:138:1 Warning: 'BazaarT' is ambiguous. It is defined * at src/Control/Lens/Internal/Bazaar.hs:148:47 * at src/Control/Lens/Internal/Bazaar.hs:148: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/Control/Lens/Internal/Bazaar.hs:148:1 Warning: 'Bazaar' is ambiguous. It is defined * at src/Control/Lens/Internal/Bazaar.hs:69:26 * at src/Control/Lens/Internal/Bazaar.hs:69: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/Control/Lens/Internal/Bazaar.hs:69:1 90% ( 10 / 11) in 'Control.Lens.Internal.Bazaar' Missing documentation for: Bizarre1 (src/Control/Lens/Internal/Bazaar.hs:239) Warning: 'TakingWhile' is ambiguous. It is defined * at src/Control/Lens/Internal/Magma.hs:234:48 * at src/Control/Lens/Internal/Magma.hs:234: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/Control/Lens/Internal/Magma.hs:234:1 Warning: 'Magma' is ambiguous. It is defined * at src/Control/Lens/Internal/Magma.hs:59:3 * at src/Control/Lens/Internal/Magma.hs:55: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/Control/Lens/Internal/Magma.hs:55:1 Warning: 'Bazaar' is ambiguous. It is defined * at src/Control/Lens/Internal/Bazaar.hs:69:26 * at src/Control/Lens/Internal/Bazaar.hs:69: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/Control/Lens/Internal/Bazaar.hs:69:1 100% ( 12 / 12) in 'Control.Lens.Internal.Magma' Warning: 'Market' is ambiguous. It is defined * at src/Control/Lens/Internal/Prism.hs:27:23 * at src/Control/Lens/Internal/Prism.hs:27: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/Control/Lens/Internal/Prism.hs:27:1 Warning: 'Prism' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 3 / 3) in 'Control.Lens.Internal.Prism' 0% ( 0 / 2) in 'Control.Lens.Internal.Profunctor' Missing documentation for: Module header WrappedPafb (src/Control/Lens/Internal/Profunctor.hs:8) Warning: 'Const' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 5 / 5) in 'Control.Lens.Internal.Review' 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 100% ( 3 / 3) in 'Control.Lens.Internal.Setter' 100% ( 15 / 15) in 'Control.Lens.Internal.Zoom' 100% ( 13 / 13) in 'Control.Lens.Internal' Warning: 'Procompose' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'foo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'nat' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 're' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unto' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'f' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'IndexedPreservingSetter'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'IndexedPreservingSetter' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'sets' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Indexed' is ambiguous. It is defined * at src/Control/Lens/Internal/Indexed.hs:116:25 * at src/Control/Lens/Internal/Indexed.hs:116: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/Control/Lens/Internal/Indexed.hs:116:1 Warning: 'indices' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'v' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 's' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 88% ( 52 / 59) in 'Control.Lens.Type' Missing documentation for: Traversal1' (src/Control/Lens/Type.hs:215) IndexedTraversal1 (src/Control/Lens/Type.hs:235) IndexedTraversal1' (src/Control/Lens/Type.hs:236) IndexedFold1 (src/Control/Lens/Type.hs:527) IndexPreservingTraversal1 (src/Control/Lens/Type.hs:246) IndexPreservingTraversal1' (src/Control/Lens/Type.hs:247) IndexPreservingFold1 (src/Control/Lens/Type.hs:528) Warning: 'setter' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'fresh' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Writer' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Reader' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Indexed' is ambiguous. It is defined * at src/Control/Lens/Internal/Indexed.hs:116:25 * at src/Control/Lens/Internal/Indexed.hs:116: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/Control/Lens/Internal/Indexed.hs:116:1 100% ( 90 / 90) in 'Control.Lens.Setter' Warning: 'getter' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'setter' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'view' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'pos' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'seek' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'IndexedPreservingLens' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Monad'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Yoneda' is ambiguous. It is defined * in Data.Functor.Yoneda * in Data.Functor.Yoneda 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.Yoneda Warning: 'foo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'bar' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'f' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% (119 /119) in 'Control.Lens.Lens' 100% ( 41 / 41) in 'Control.Lens.Tuple' Warning: 'Const' is ambiguous. It is defined * in Data.Functor.Const * in Data.Functor.Const 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.Const Warning: 'r' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'failing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 33 / 33) in 'Control.Lens.Getter' Warning: 'Review'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 16 / 16) in 'Control.Lens.Review' Warning: 'lift' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'hasn't' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '^?' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'readMaybe' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 93% ( 30 / 32) in 'Control.Lens.Prism' Missing documentation for: Prefixed (src/Control/Lens/Prism.hs:388) Suffixed (src/Control/Lens/Prism.hs:422) Warning: 'Const' is ambiguous. It is defined * in Data.Functor.Const * in Data.Functor.Const 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.Const Warning: 'FoldWithIndex' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Indexed' is ambiguous. It is defined * at src/Control/Lens/Internal/Indexed.hs:116:25 * at src/Control/Lens/Internal/Indexed.hs:116: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/Control/Lens/Internal/Indexed.hs:116:1 Warning: 'Endo' is ambiguous. It is defined * in Data.Semigroup.Internal * in Data.Semigroup.Internal 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.Semigroup.Internal Warning: 'Product' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ala' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Sum' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '_1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '_2' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'for_' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'sequenceA_' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'asum' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'First' is ambiguous. It is defined * in Data.Monoid * in Data.Monoid 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.Monoid Warning: 's' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'headOf' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Last' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'maximum' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'getMax' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Max' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'minimum' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'getMin' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Min' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'minimumBy' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'toList' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'IndexedIso' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 99% (133 /134) in 'Control.Lens.Fold' Missing documentation for: ifolding (src/Control/Lens/Fold.hs:207) Warning: 'Const' is ambiguous. It is defined * in Data.Functor.Const * in Data.Functor.Const 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.Const Warning: 'Indexed' is ambiguous. It is defined * at src/Control/Lens/Internal/Indexed.hs:116:25 * at src/Control/Lens/Internal/Indexed.hs:116: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/Control/Lens/Internal/Indexed.hs:116:1 Warning: 'prism' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'iso' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'itraversed' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'itraverse' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'for' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'forM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'mapAccumR' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Backwards' is ambiguous. It is defined * in Control.Applicative.Backwards * in Control.Applicative.Backwards 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 Control.Applicative.Backwards Warning: 'mapAccumL' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Bazaar' is ambiguous. It is defined * at src/Control/Lens/Internal/Bazaar.hs:69:26 * at src/Control/Lens/Internal/Bazaar.hs:69: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/Control/Lens/Internal/Bazaar.hs:69:1 Warning: 'Bazaar1' is ambiguous. It is defined * at src/Control/Lens/Internal/Bazaar.hs:261:27 * at src/Control/Lens/Internal/Bazaar.hs:261: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/Control/Lens/Internal/Bazaar.hs:261:1 Warning: 'Bind' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'foo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'bar' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Yoneda' is ambiguous. It is defined * in Data.Functor.Yoneda * in Data.Functor.Yoneda 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.Yoneda Warning: 'Curried' is ambiguous. It is defined * in Data.Functor.Day.Curried * in Data.Functor.Day.Curried 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.Day.Curried Warning: 'f' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 92% ( 92 /100) in 'Control.Lens.Traversal' Missing documentation for: Traversal1' (src/Control/Lens/Type.hs:215) IndexedTraversal1 (src/Control/Lens/Type.hs:235) IndexedTraversal1' (src/Control/Lens/Type.hs:236) Traversing1 (src/Control/Lens/Traversal.hs:239) Traversing1' (src/Control/Lens/Traversal.hs:245) unsafePartsOf' (src/Control/Lens/Traversal.hs:658) Traversable1 iunsafePartsOf' (src/Control/Lens/Traversal.hs:662) 100% ( 4 / 4) in 'Control.Lens.Level' Warning: '(->)' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 95% ( 21 / 22) in 'Control.Lens.Reified' Missing documentation for: ReifiedIndexedFold (src/Control/Lens/Reified.hs:436) Warning: 'Handler' is ambiguous. It is defined * in Control.Exception * in Control.Exception * in Control.Monad.Catch * in Control.Monad.Catch 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 Control.Monad.Catch Warning: 'catches' is ambiguous. It is defined * in Control.Exception * in Control.Monad.Catch 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 Control.Monad.Catch Warning: 'SomeException' is ambiguous. It is defined * in GHC.Exception.Type * in GHC.Exception.Type 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.Exception.Type 100% ( 3 / 3) in 'Control.Lens.Internal.Exception' Warning: 'Indexed' is ambiguous. It is defined * at src/Control/Lens/Internal/Indexed.hs:116:25 * at src/Control/Lens/Internal/Indexed.hs:116: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/Control/Lens/Internal/Indexed.hs:116:1 92% ( 51 / 55) in 'Control.Lens.Indexed' Missing documentation for: ifoldMapBy (src/Control/Lens/Indexed.hs:283) ifoldMapByOf (src/Control/Lens/Indexed.hs:286) itraverseBy (src/Control/Lens/Indexed.hs:289) itraverseByOf (src/Control/Lens/Indexed.hs:292) Warning: 'createAndTrim' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 5 / 5) in 'Control.Lens.Internal.ByteString' 96% ( 24 / 25) in 'Control.Lens.Equality' Missing documentation for: cloneEquality (src/Control/Lens/Equality.hs:113) Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Text' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Magma' is ambiguous. It is defined * at src/Control/Lens/Internal/Magma.hs:59:3 * at src/Control/Lens/Internal/Magma.hs:55: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/Control/Lens/Internal/Magma.hs:55:1 91% ( 51 / 56) in 'Control.Lens.Iso' Missing documentation for: Swapped (src/Control/Lens/Iso.hs:420) Strict (src/Control/Lens/Iso.hs:412) Lazy (src/Control/Lens/Iso.hs:416) Reversed (src/Control/Lens/Iso.hs:424) List (src/Control/Lens/Iso.hs:464) 33% ( 1 / 3) in 'Control.Lens.Empty' Missing documentation for: AsEmpty (src/Control/Lens/Empty.hs:69) Empty (src/Control/Lens/Empty.hs:80) 93% ( 27 / 29) in 'Control.Lens.Cons' Missing documentation for: :< (src/Control/Lens/Cons.hs:92) :> (src/Control/Lens/Cons.hs:99) 100% ( 6 / 6) in 'Control.Lens.Internal.Deque' Warning: 'Sum' is ambiguous. It is defined * in Data.Semigroup.Internal * in Data.Semigroup.Internal 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.Semigroup.Internal 72% ( 16 / 22) in 'Control.Lens.Wrapped' Missing documentation for: _Unwrapped' (src/Control/Lens/Wrapped.hs:218) Rewrapped (src/Control/Lens/Wrapped.hs:212) Rewrapping (src/Control/Lens/Wrapped.hs:214) _Unwrapped (src/Control/Lens/Wrapped.hs:235) Wrapped (src/Control/Lens/Wrapped.hs:204) Unwrapped (src/Control/Lens/Wrapped.hs:208) Warning: Control.Lens.Internal.TH: Could not find documentation for exported module: Control.Lens.Internal.TH 30% ( 14 / 46) in 'Control.Lens.Internal.TH' Missing documentation for: apValName (src/Control/Lens/Internal/TH.hs:254) composeValName (src/Control/Lens/Internal/TH.hs:242) fmapValName (src/Control/Lens/Internal/TH.hs:248) idValName (src/Control/Lens/Internal/TH.hs:245) pureValName (src/Control/Lens/Internal/TH.hs:251) datatypeTypeKinded (src/Control/Lens/Internal/TH.hs:105) isDataFamily (src/Control/Lens/Internal/TH.hs:159) traversalTypeName (src/Control/Lens/Internal/TH.hs:181) traversal'TypeName (src/Control/Lens/Internal/TH.hs:184) lensTypeName (src/Control/Lens/Internal/TH.hs:187) lens'TypeName (src/Control/Lens/Internal/TH.hs:190) isoTypeName (src/Control/Lens/Internal/TH.hs:193) iso'TypeName (src/Control/Lens/Internal/TH.hs:196) getterTypeName (src/Control/Lens/Internal/TH.hs:199) foldTypeName (src/Control/Lens/Internal/TH.hs:202) prismTypeName (src/Control/Lens/Internal/TH.hs:205) prism'TypeName (src/Control/Lens/Internal/TH.hs:208) reviewTypeName (src/Control/Lens/Internal/TH.hs:211) wrappedTypeName (src/Control/Lens/Internal/TH.hs:214) unwrappedTypeName (src/Control/Lens/Internal/TH.hs:217) rewrappedTypeName (src/Control/Lens/Internal/TH.hs:220) _wrapped'ValName (src/Control/Lens/Internal/TH.hs:223) isoValName (src/Control/Lens/Internal/TH.hs:226) prismValName (src/Control/Lens/Internal/TH.hs:229) untoValName (src/Control/Lens/Internal/TH.hs:232) phantomValName (src/Control/Lens/Internal/TH.hs:235) phantom2 (src/Control/Lens/Internal/TH.hs:238) rightDataName (src/Control/Lens/Internal/TH.hs:257) leftDataName (src/Control/Lens/Internal/TH.hs:260) inlinePragma (src/Control/Lens/Internal/TH.hs:268) TyVarBndrVis bndrReq Warning: 'RWS' is ambiguous. It is defined * in Control.Monad.Trans.RWS.CPS * in Control.Monad.Trans.RWS.Lazy * in Control.Monad.Trans.RWS.Strict 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 Control.Monad.Trans.RWS.Strict Warning: 'State' is ambiguous. It is defined * in Control.Monad.Trans.State.Lazy * in Control.Monad.Trans.State.Strict 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 Control.Monad.Trans.State.Strict Warning: 'StateT' is ambiguous. It is defined * in Control.Monad.Trans.State.Lazy * in Control.Monad.Trans.State.Lazy * in Control.Monad.Trans.State.Strict * in Control.Monad.Trans.State.Strict 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 Control.Monad.Trans.State.Strict Warning: 'RWST' is ambiguous. It is defined * in Control.Monad.Trans.RWS.CPS * in Control.Monad.Trans.RWS.Lazy * in Control.Monad.Trans.RWS.Lazy * in Control.Monad.Trans.RWS.Strict * in Control.Monad.Trans.RWS.Strict 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 Control.Monad.Trans.RWS.Strict Warning: 'Error' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ErrorT' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 5 / 5) in 'Control.Lens.Zoom' Warning: 'holesOnOf' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 13 / 13) in 'Data.Data.Lens' Warning: 'Context' is ambiguous. It is defined * at src/Control/Lens/Internal/Context.hs:138:22 * at src/Control/Lens/Internal/Context.hs:138: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/Control/Lens/Internal/Context.hs:138:1 Warning: 'Pretext' is ambiguous. It is defined * at src/Control/Lens/Internal/Context.hs:209:27 * at src/Control/Lens/Internal/Context.hs:209: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/Control/Lens/Internal/Context.hs:209:1 Warning: 'composOpMonoid' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'composOpMPlus' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'composOp' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'descend' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'composOpM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'descendM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'composOpM_' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'descendM_' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 96% ( 48 / 50) in 'Control.Lens.Plated' Missing documentation for: GPlated (src/Control/Lens/Plated.hs:758) GPlated1 (src/Control/Lens/Plated.hs:799) Warning: 'Set' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 4 / 4) in 'Data.HashSet.Lens' 50% ( 2 / 4) in 'Data.List.Lens' Missing documentation for: Prefixed (src/Control/Lens/Prism.hs:388) Suffixed (src/Control/Lens/Prism.hs:422) Warning: 'IndexedGetter' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'IndexedFold' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'IndexedLens'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'IndexedTraversal'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 2 / 2) in 'Data.Map.Lens' 100% ( 3 / 3) in 'Data.Set.Lens' Warning: 'pack' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unpack' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Text' is ambiguous. It is defined * at src/Data/Text/Lazy/Lens.hs:149:1 * in Data.Text.Internal.Lazy 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/Text/Lazy/Lens.hs:149:1 Warning: 'fromLazyText' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'toLazyText' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'each' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 87% ( 7 / 8) in 'Data.Text.Lazy.Lens' Missing documentation for: Text (src/Data/Text/Lazy/Lens.hs:149) Warning: 'pack' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unpack' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Text' is ambiguous. It is defined * at src/Data/Text/Strict/Lens.hs:141:1 * in Data.Text.Internal 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/Text/Strict/Lens.hs:141:1 Warning: 'fromText' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'toLazyText' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'each' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 87% ( 7 / 8) in 'Data.Text.Strict.Lens' Missing documentation for: Text (src/Data/Text/Strict/Lens.hs:141) Warning: 'pack' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unpack' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'fromText' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 80% ( 4 / 5) in 'Data.Text.Lens' Missing documentation for: Text (src/Data/Text/Lens.hs:103) Warning: 'ix' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 15 / 15) in 'Data.Vector.Generic.Lens' 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 100% ( 3 / 3) in 'Control.Lens.Each' 92% ( 13 / 14) in 'Control.Lens.At' Missing documentation for: Index (src/Control/Lens/At.hs:94) Warning: 'Name' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax 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 Language.Haskell.TH.Syntax Warning: 'Fixity' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax 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 Language.Haskell.TH.Syntax Warning: 'NamespaceSpecifier' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'TySynEqn' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax 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 Language.Haskell.TH.Syntax Warning: 'DerivClause' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax 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 Language.Haskell.TH.Syntax Warning: 'ModName' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax 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 Language.Haskell.TH.Syntax 24% ( 74 /307) in 'Language.Haskell.TH.Lens' Missing documentation for: locFileName (src/Language/Haskell/TH/Lens.hs:717) locPackage (src/Language/Haskell/TH/Lens.hs:721) locModule (src/Language/Haskell/TH/Lens.hs:725) locStart (src/Language/Haskell/TH/Lens.hs:729) locEnd (src/Language/Haskell/TH/Lens.hs:733) funDepInputs (src/Language/Haskell/TH/Lens.hs:737) funDepOutputs (src/Language/Haskell/TH/Lens.hs:742) matchPattern (src/Language/Haskell/TH/Lens.hs:759) matchBody (src/Language/Haskell/TH/Lens.hs:764) matchDeclarations (src/Language/Haskell/TH/Lens.hs:769) fixityPrecedence (src/Language/Haskell/TH/Lens.hs:774) fixityDirection (src/Language/Haskell/TH/Lens.hs:779) clausePattern (src/Language/Haskell/TH/Lens.hs:784) clauseBody (src/Language/Haskell/TH/Lens.hs:789) clauseDecs (src/Language/Haskell/TH/Lens.hs:794) fieldExpName (src/Language/Haskell/TH/Lens.hs:747) fieldExpExpression (src/Language/Haskell/TH/Lens.hs:750) fieldPatName (src/Language/Haskell/TH/Lens.hs:753) fieldPatPattern (src/Language/Haskell/TH/Lens.hs:756) tySynEqnLHS (src/Language/Haskell/TH/Lens.hs:1766) tySynEqnPatterns (src/Language/Haskell/TH/Lens.hs:1771) tySynEqnResult (src/Language/Haskell/TH/Lens.hs:1778) injectivityAnnOutput (src/Language/Haskell/TH/Lens.hs:799) injectivityAnnInputs (src/Language/Haskell/TH/Lens.hs:804) typeFamilyHeadName (src/Language/Haskell/TH/Lens.hs:809) typeFamilyHeadTyVarBndrs (src/Language/Haskell/TH/Lens.hs:814) typeFamilyHeadResultSig (src/Language/Haskell/TH/Lens.hs:819) typeFamilyHeadInjectivityAnn (src/Language/Haskell/TH/Lens.hs:824) bangSourceUnpackedness (src/Language/Haskell/TH/Lens.hs:829) bangSourceStrictness (src/Language/Haskell/TH/Lens.hs:834) derivClauseStrategy (src/Language/Haskell/TH/Lens.hs:840) derivClauseCxt (src/Language/Haskell/TH/Lens.hs:845) _ClassI (src/Language/Haskell/TH/Lens.hs:851) _ClassOpI (src/Language/Haskell/TH/Lens.hs:859) _TyConI (src/Language/Haskell/TH/Lens.hs:867) _FamilyI (src/Language/Haskell/TH/Lens.hs:875) _PrimTyConI (src/Language/Haskell/TH/Lens.hs:883) _DataConI (src/Language/Haskell/TH/Lens.hs:891) _VarI (src/Language/Haskell/TH/Lens.hs:899) _TyVarI (src/Language/Haskell/TH/Lens.hs:907) _PatSynI (src/Language/Haskell/TH/Lens.hs:916) _FunD (src/Language/Haskell/TH/Lens.hs:925) _ValD (src/Language/Haskell/TH/Lens.hs:933) _TySynD (src/Language/Haskell/TH/Lens.hs:941) _ClassD (src/Language/Haskell/TH/Lens.hs:949) _InstanceD (src/Language/Haskell/TH/Lens.hs:957) _SigD (src/Language/Haskell/TH/Lens.hs:1019) _ForeignD (src/Language/Haskell/TH/Lens.hs:1027) _PragmaD (src/Language/Haskell/TH/Lens.hs:1058) _ClosedTypeFamilyD (src/Language/Haskell/TH/Lens.hs:1183) _RoleAnnotD (src/Language/Haskell/TH/Lens.hs:1090) _DefaultSigD (src/Language/Haskell/TH/Lens.hs:1121) _DataFamilyD (src/Language/Haskell/TH/Lens.hs:1217) _OpenTypeFamilyD (src/Language/Haskell/TH/Lens.hs:1225) _PatSynD (src/Language/Haskell/TH/Lens.hs:1234) _PatSynSigD (src/Language/Haskell/TH/Lens.hs:1242) _ImplicitParamBindD (src/Language/Haskell/TH/Lens.hs:1252) _DefaultD (src/Language/Haskell/TH/Lens.hs:1262) _TypeDataD (src/Language/Haskell/TH/Lens.hs:1272) _Unidir (src/Language/Haskell/TH/Lens.hs:1282) _ImplBidir (src/Language/Haskell/TH/Lens.hs:1290) _ExplBidir (src/Language/Haskell/TH/Lens.hs:1298) _PrefixPatSyn (src/Language/Haskell/TH/Lens.hs:1306) _InfixPatSyn (src/Language/Haskell/TH/Lens.hs:1314) _RecordPatSyn (src/Language/Haskell/TH/Lens.hs:1322) _NormalC (src/Language/Haskell/TH/Lens.hs:1331) _RecC (src/Language/Haskell/TH/Lens.hs:1339) _InfixC (src/Language/Haskell/TH/Lens.hs:1347) _ForallC (src/Language/Haskell/TH/Lens.hs:1355) _GadtC (src/Language/Haskell/TH/Lens.hs:1363) _RecGadtC (src/Language/Haskell/TH/Lens.hs:1371) _Overlappable (src/Language/Haskell/TH/Lens.hs:991) _Overlapping (src/Language/Haskell/TH/Lens.hs:998) _Overlaps (src/Language/Haskell/TH/Lens.hs:1005) _Incoherent (src/Language/Haskell/TH/Lens.hs:1012) _NoSourceUnpackedness (src/Language/Haskell/TH/Lens.hs:1379) _SourceNoUnpack (src/Language/Haskell/TH/Lens.hs:1387) _SourceUnpack (src/Language/Haskell/TH/Lens.hs:1395) _NoSourceStrictness (src/Language/Haskell/TH/Lens.hs:1403) _SourceLazy (src/Language/Haskell/TH/Lens.hs:1411) _SourceStrict (src/Language/Haskell/TH/Lens.hs:1419) _DecidedLazy (src/Language/Haskell/TH/Lens.hs:1427) _DecidedStrict (src/Language/Haskell/TH/Lens.hs:1435) _DecidedUnpack (src/Language/Haskell/TH/Lens.hs:1443) _ImportF (src/Language/Haskell/TH/Lens.hs:1451) _ExportF (src/Language/Haskell/TH/Lens.hs:1459) _CCall (src/Language/Haskell/TH/Lens.hs:1467) _StdCall (src/Language/Haskell/TH/Lens.hs:1475) _CApi (src/Language/Haskell/TH/Lens.hs:1483) _Prim (src/Language/Haskell/TH/Lens.hs:1491) _JavaScript (src/Language/Haskell/TH/Lens.hs:1499) _Unsafe (src/Language/Haskell/TH/Lens.hs:1507) _Safe (src/Language/Haskell/TH/Lens.hs:1515) _Interruptible (src/Language/Haskell/TH/Lens.hs:1523) _InlineP (src/Language/Haskell/TH/Lens.hs:1531) _SpecialiseP (src/Language/Haskell/TH/Lens.hs:1539) _SpecialiseInstP (src/Language/Haskell/TH/Lens.hs:1549) _AnnP (src/Language/Haskell/TH/Lens.hs:1580) _LineP (src/Language/Haskell/TH/Lens.hs:1588) _CompleteP (src/Language/Haskell/TH/Lens.hs:1597) _OpaqueP (src/Language/Haskell/TH/Lens.hs:1607) _NoInline (src/Language/Haskell/TH/Lens.hs:1636) _Inline (src/Language/Haskell/TH/Lens.hs:1644) _Inlinable (src/Language/Haskell/TH/Lens.hs:1652) _ConLike (src/Language/Haskell/TH/Lens.hs:1660) _FunLike (src/Language/Haskell/TH/Lens.hs:1668) _AllPhases (src/Language/Haskell/TH/Lens.hs:1676) _FromPhase (src/Language/Haskell/TH/Lens.hs:1684) _BeforePhase (src/Language/Haskell/TH/Lens.hs:1692) _RuleVar (src/Language/Haskell/TH/Lens.hs:1700) _TypedRuleVar (src/Language/Haskell/TH/Lens.hs:1708) _ModuleAnnotation (src/Language/Haskell/TH/Lens.hs:1716) _TypeAnnotation (src/Language/Haskell/TH/Lens.hs:1724) _ValueAnnotation (src/Language/Haskell/TH/Lens.hs:1732) _FunDep (src/Language/Haskell/TH/Lens.hs:1740) _InfixL (src/Language/Haskell/TH/Lens.hs:1794) _InfixR (src/Language/Haskell/TH/Lens.hs:1802) _InfixN (src/Language/Haskell/TH/Lens.hs:1810) _VarE (src/Language/Haskell/TH/Lens.hs:1818) _ConE (src/Language/Haskell/TH/Lens.hs:1826) _LitE (src/Language/Haskell/TH/Lens.hs:1834) _AppE (src/Language/Haskell/TH/Lens.hs:1842) _AppTypeE (src/Language/Haskell/TH/Lens.hs:1851) _InfixE (src/Language/Haskell/TH/Lens.hs:1860) _UInfixE (src/Language/Haskell/TH/Lens.hs:1868) _ParensE (src/Language/Haskell/TH/Lens.hs:1876) _LamE (src/Language/Haskell/TH/Lens.hs:1884) _LamCaseE (src/Language/Haskell/TH/Lens.hs:1892) _UnboxedSumE (src/Language/Haskell/TH/Lens.hs:1935) _CondE (src/Language/Haskell/TH/Lens.hs:1944) _MultiIfE (src/Language/Haskell/TH/Lens.hs:1952) _LetE (src/Language/Haskell/TH/Lens.hs:1960) _CaseE (src/Language/Haskell/TH/Lens.hs:1968) _CompE (src/Language/Haskell/TH/Lens.hs:1999) _ArithSeqE (src/Language/Haskell/TH/Lens.hs:2007) _ListE (src/Language/Haskell/TH/Lens.hs:2015) _SigE (src/Language/Haskell/TH/Lens.hs:2023) _RecConE (src/Language/Haskell/TH/Lens.hs:2031) _RecUpdE (src/Language/Haskell/TH/Lens.hs:2039) _StaticE (src/Language/Haskell/TH/Lens.hs:2047) _UnboundVarE (src/Language/Haskell/TH/Lens.hs:2055) _LabelE (src/Language/Haskell/TH/Lens.hs:2064) _ImplicitParamVarE (src/Language/Haskell/TH/Lens.hs:2097) _GetFieldE (src/Language/Haskell/TH/Lens.hs:2107) _ProjectionE (src/Language/Haskell/TH/Lens.hs:2115) _LamCasesE (src/Language/Haskell/TH/Lens.hs:2125) _TypedBracketE (src/Language/Haskell/TH/Lens.hs:2135) _TypedSpliceE (src/Language/Haskell/TH/Lens.hs:2143) _GuardedB (src/Language/Haskell/TH/Lens.hs:2188) _NormalB (src/Language/Haskell/TH/Lens.hs:2196) _NormalG (src/Language/Haskell/TH/Lens.hs:2204) _PatG (src/Language/Haskell/TH/Lens.hs:2212) _BindS (src/Language/Haskell/TH/Lens.hs:2220) _LetS (src/Language/Haskell/TH/Lens.hs:2228) _NoBindS (src/Language/Haskell/TH/Lens.hs:2236) _ParS (src/Language/Haskell/TH/Lens.hs:2244) _RecS (src/Language/Haskell/TH/Lens.hs:2253) _FromR (src/Language/Haskell/TH/Lens.hs:2262) _FromThenR (src/Language/Haskell/TH/Lens.hs:2270) _FromToR (src/Language/Haskell/TH/Lens.hs:2278) _FromThenToR (src/Language/Haskell/TH/Lens.hs:2286) _CharL (src/Language/Haskell/TH/Lens.hs:2294) _StringL (src/Language/Haskell/TH/Lens.hs:2302) _IntegerL (src/Language/Haskell/TH/Lens.hs:2310) _RationalL (src/Language/Haskell/TH/Lens.hs:2318) _IntPrimL (src/Language/Haskell/TH/Lens.hs:2326) _WordPrimL (src/Language/Haskell/TH/Lens.hs:2334) _FloatPrimL (src/Language/Haskell/TH/Lens.hs:2342) _DoublePrimL (src/Language/Haskell/TH/Lens.hs:2350) _StringPrimL (src/Language/Haskell/TH/Lens.hs:2358) _CharPrimL (src/Language/Haskell/TH/Lens.hs:2366) _BytesPrimL (src/Language/Haskell/TH/Lens.hs:2375) _LitP (src/Language/Haskell/TH/Lens.hs:2384) _VarP (src/Language/Haskell/TH/Lens.hs:2392) _TupP (src/Language/Haskell/TH/Lens.hs:2400) _UnboxedTupP (src/Language/Haskell/TH/Lens.hs:2408) _UnboxedSumP (src/Language/Haskell/TH/Lens.hs:2417) _InfixP (src/Language/Haskell/TH/Lens.hs:2449) _UInfixP (src/Language/Haskell/TH/Lens.hs:2457) _ParensP (src/Language/Haskell/TH/Lens.hs:2465) _TildeP (src/Language/Haskell/TH/Lens.hs:2473) _BangP (src/Language/Haskell/TH/Lens.hs:2481) _AsP (src/Language/Haskell/TH/Lens.hs:2489) _WildP (src/Language/Haskell/TH/Lens.hs:2497) _RecP (src/Language/Haskell/TH/Lens.hs:2505) _ListP (src/Language/Haskell/TH/Lens.hs:2513) _SigP (src/Language/Haskell/TH/Lens.hs:2521) _ViewP (src/Language/Haskell/TH/Lens.hs:2529) _ForallT (src/Language/Haskell/TH/Lens.hs:2565) _AppT (src/Language/Haskell/TH/Lens.hs:2573) _SigT (src/Language/Haskell/TH/Lens.hs:2581) _VarT (src/Language/Haskell/TH/Lens.hs:2589) _ConT (src/Language/Haskell/TH/Lens.hs:2597) _PromotedT (src/Language/Haskell/TH/Lens.hs:2605) _TupleT (src/Language/Haskell/TH/Lens.hs:2613) _UnboxedTupleT (src/Language/Haskell/TH/Lens.hs:2621) _UnboxedSumT (src/Language/Haskell/TH/Lens.hs:2630) _ArrowT (src/Language/Haskell/TH/Lens.hs:2639) _EqualityT (src/Language/Haskell/TH/Lens.hs:2647) _ListT (src/Language/Haskell/TH/Lens.hs:2655) _PromotedTupleT (src/Language/Haskell/TH/Lens.hs:2663) _PromotedNilT (src/Language/Haskell/TH/Lens.hs:2671) _PromotedConsT (src/Language/Haskell/TH/Lens.hs:2679) _StarT (src/Language/Haskell/TH/Lens.hs:2687) _ConstraintT (src/Language/Haskell/TH/Lens.hs:2695) _LitT (src/Language/Haskell/TH/Lens.hs:2703) _InfixT (src/Language/Haskell/TH/Lens.hs:2711) _UInfixT (src/Language/Haskell/TH/Lens.hs:2719) _ParensT (src/Language/Haskell/TH/Lens.hs:2727) _WildCardT (src/Language/Haskell/TH/Lens.hs:2735) _AppKindT (src/Language/Haskell/TH/Lens.hs:2744) _ImplicitParamT (src/Language/Haskell/TH/Lens.hs:2752) _ForallVisT (src/Language/Haskell/TH/Lens.hs:2762) _MulArrowT (src/Language/Haskell/TH/Lens.hs:2772) _PromotedInfixT (src/Language/Haskell/TH/Lens.hs:2782) _PromotedUInfixT (src/Language/Haskell/TH/Lens.hs:2790) _SpecifiedSpec (src/Language/Haskell/TH/Lens.hs:2800) _InferredSpec (src/Language/Haskell/TH/Lens.hs:2808) _BndrReq (src/Language/Haskell/TH/Lens.hs:2818) _BndrInvis (src/Language/Haskell/TH/Lens.hs:2826) _NoSig (src/Language/Haskell/TH/Lens.hs:2881) _KindSig (src/Language/Haskell/TH/Lens.hs:2889) _TyVarSig (src/Language/Haskell/TH/Lens.hs:2897) _NumTyLit (src/Language/Haskell/TH/Lens.hs:2905) _StrTyLit (src/Language/Haskell/TH/Lens.hs:2913) _CharTyLit (src/Language/Haskell/TH/Lens.hs:2922) _NominalR (src/Language/Haskell/TH/Lens.hs:2931) _RepresentationalR (src/Language/Haskell/TH/Lens.hs:2939) _PhantomR (src/Language/Haskell/TH/Lens.hs:2947) _InferR (src/Language/Haskell/TH/Lens.hs:2955) _StockStrategy (src/Language/Haskell/TH/Lens.hs:2964) _AnyclassStrategy (src/Language/Haskell/TH/Lens.hs:2972) _NewtypeStrategy (src/Language/Haskell/TH/Lens.hs:2980) Warning: 'Prism' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Iso' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 4 / 4) in 'Control.Lens.Internal.PrismTH' Warning: 's' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'OpticStab' is ambiguous. It is defined * at src/Control/Lens/Internal/FieldTH.hs:216:18 * at src/Control/Lens/Internal/FieldTH.hs:216: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/Control/Lens/Internal/FieldTH.hs:216:1 77% ( 7 / 9) in 'Control.Lens.Internal.FieldTH' Missing documentation for: makeFieldOpticsForDec (src/Control/Lens/Internal/FieldTH.hs:80) makeFieldOpticsForDec' (src/Control/Lens/Internal/FieldTH.hs:83) Warning: 'Name' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax 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 Language.Haskell.TH.Syntax Warning: 'LensRules' is ambiguous. It is defined * at src/Control/Lens/Internal/FieldTH.hs:649:18 * at src/Control/Lens/Internal/FieldTH.hs:649: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/Control/Lens/Internal/FieldTH.hs:649:1 Warning: 'Prism'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Wrapped' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'DatatypeInfo' is ambiguous. It is defined * in Language.Haskell.TH.Datatype * in Language.Haskell.TH.Datatype 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 Language.Haskell.TH.Datatype Warning: '_name' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '_fooName' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 96% ( 63 / 65) in 'Control.Lens.TH' Missing documentation for: defaultFieldRules (src/Control/Lens/TH.hs:800) generateRecordSyntax (src/Control/Lens/TH.hs:168) 100% ( 23 / 23) in 'Control.Lens' 23% ( 4 / 17) in 'GHC.Generics.Lens' Missing documentation for: _V1 (src/GHC/Generics/Lens.hs:77) _U1 (src/GHC/Generics/Lens.hs:81) _Par1 (src/GHC/Generics/Lens.hs:85) _Rec1 (src/GHC/Generics/Lens.hs:89) _K1 (src/GHC/Generics/Lens.hs:93) _M1 (src/GHC/Generics/Lens.hs:97) _L1 (src/GHC/Generics/Lens.hs:101) _UAddr (src/GHC/Generics/Lens.hs:120) _UChar (src/GHC/Generics/Lens.hs:127) _UDouble (src/GHC/Generics/Lens.hs:134) _UFloat (src/GHC/Generics/Lens.hs:141) _UInt (src/GHC/Generics/Lens.hs:148) _UWord (src/GHC/Generics/Lens.hs:155) 100% ( 9 / 9) in 'Data.Vector.Lens' 100% ( 3 / 3) in 'Data.Typeable.Lens' 100% ( 3 / 3) in 'Data.Tree.Lens' 100% ( 7 / 7) in 'Data.Sequence.Lens' 100% ( 4 / 4) in 'Data.IntSet.Lens' 66% ( 8 / 12) in 'Data.Complex.Lens' Missing documentation for: Polar (src/Data/Complex/Lens.hs:85) Real (src/Data/Complex/Lens.hs:89) Imaginary (src/Data/Complex/Lens.hs:92) Conjugate (src/Data/Complex/Lens.hs:147) 77% ( 7 / 9) in 'Data.ByteString.Strict.Lens' Missing documentation for: Bytes (src/Data/ByteString/Strict/Lens.hs:139) Chars (src/Data/ByteString/Strict/Lens.hs:143) 77% ( 7 / 9) in 'Data.ByteString.Lazy.Lens' Missing documentation for: Bytes (src/Data/ByteString/Lazy/Lens.hs:141) Chars (src/Data/ByteString/Lazy/Lens.hs:145) Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 66% ( 4 / 6) in 'Data.ByteString.Lens' Missing documentation for: Bytes (src/Data/ByteString/Lens.hs:110) Chars (src/Data/ByteString/Lens.hs:114) 100% ( 17 / 17) in 'Data.Bits.Lens' 100% ( 3 / 3) in 'Data.Array.Lens' 100% ( 2 / 2) in 'Control.Seq.Lens' 100% ( 5 / 5) in 'Control.Parallel.Strategies.Lens' 100% ( 16 / 16) in 'Control.Monad.Error.Lens' 100% ( 4 / 4) in 'Control.Lens.Unsound' 100% ( 15 / 15) in 'Control.Lens.Profunctor' 100% (149 /149) in 'Control.Lens.Operators' 100% ( 3 / 3) in 'Control.Lens.Extras' 94% (631 /671) in 'Control.Lens.Combinators' Missing documentation for: List (src/Control/Lens/Iso.hs:464) Empty (src/Control/Lens/Empty.hs:80) Strict (src/Control/Lens/Iso.hs:412) Lazy (src/Control/Lens/Iso.hs:416) Traversable1 Wrapped (src/Control/Lens/Wrapped.hs:204) Index (src/Control/Lens/At.hs:94) AsEmpty (src/Control/Lens/Empty.hs:69) cloneEquality (src/Control/Lens/Equality.hs:113) ReifiedIndexedFold (src/Control/Lens/Reified.hs:436) ifolding (src/Control/Lens/Fold.hs:207) ifoldMapBy (src/Control/Lens/Indexed.hs:283) ifoldMapByOf (src/Control/Lens/Indexed.hs:286) itraverseBy (src/Control/Lens/Indexed.hs:289) itraverseByOf (src/Control/Lens/Indexed.hs:292) Swapped (src/Control/Lens/Iso.hs:420) Reversed (src/Control/Lens/Iso.hs:424) GPlated (src/Control/Lens/Plated.hs:758) GPlated1 (src/Control/Lens/Plated.hs:799) Prefixed (src/Control/Lens/Prism.hs:388) Suffixed (src/Control/Lens/Prism.hs:422) defaultFieldRules (src/Control/Lens/TH.hs:800) generateRecordSyntax (src/Control/Lens/TH.hs:168) Traversal1' (src/Control/Lens/Type.hs:215) IndexedTraversal1 (src/Control/Lens/Type.hs:235) IndexedTraversal1' (src/Control/Lens/Type.hs:236) Traversing1 (src/Control/Lens/Traversal.hs:239) Traversing1' (src/Control/Lens/Traversal.hs:245) unsafePartsOf' (src/Control/Lens/Traversal.hs:658) iunsafePartsOf' (src/Control/Lens/Traversal.hs:662) IndexedFold1 (src/Control/Lens/Type.hs:527) IndexPreservingTraversal1 (src/Control/Lens/Type.hs:246) IndexPreservingTraversal1' (src/Control/Lens/Type.hs:247) IndexPreservingFold1 (src/Control/Lens/Type.hs:528) _Unwrapped' (src/Control/Lens/Wrapped.hs:218) Rewrapped (src/Control/Lens/Wrapped.hs:212) Rewrapping (src/Control/Lens/Wrapped.hs:214) _Unwrapped (src/Control/Lens/Wrapped.hs:235) Unwrapped (src/Control/Lens/Wrapped.hs:178) Unwrapped (src/Control/Lens/Wrapped.hs:208) Warning: 'HandlingException' is ambiguous. It is defined * at src/Control/Lens/Internal/Exception.hs:147:26 * at src/Control/Lens/Internal/Exception.hs:147: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/Control/Lens/Internal/Exception.hs:147:1 Warning: 'SomeException' is ambiguous. It is defined * in GHC.Exception.Type * in GHC.Exception.Type 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.Exception.Type Warning: 'CompactionFailed' is ambiguous. It is defined * in GHC.IO.Exception * in GHC.IO.Exception 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.IO.Exception Warning: 'TypeError' is ambiguous. It is defined * in Control.Exception.Base * in Control.Exception.Base 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 Control.Exception.Base Warning: 'AllocationLimitExceeded' is ambiguous. It is defined * in GHC.IO.Exception * in GHC.IO.Exception 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.IO.Exception Warning: 'ErrorCall' is ambiguous. It is defined * in GHC.Exception * in GHC.Exception 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.Exception Warning: 'RecUpdError' is ambiguous. It is defined * in Control.Exception.Base * in Control.Exception.Base 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 Control.Exception.Base Warning: 'RecSelError' is ambiguous. It is defined * in Control.Exception.Base * in Control.Exception.Base 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 Control.Exception.Base Warning: 'RecConError' is ambiguous. It is defined * in Control.Exception.Base * in Control.Exception.Base 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 Control.Exception.Base Warning: 'PatternMatchFail' is ambiguous. It is defined * in Control.Exception.Base * in Control.Exception.Base 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 Control.Exception.Base Warning: 'NoMethodError' is ambiguous. It is defined * in Control.Exception.Base * in Control.Exception.Base 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 Control.Exception.Base Warning: 'Deadlock' is ambiguous. It is defined * in GHC.IO.Exception * in GHC.IO.Exception 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.IO.Exception Warning: 'BlockedIndefinitelyOnSTM' is ambiguous. It is defined * in GHC.IO.Exception * in GHC.IO.Exception 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.IO.Exception Warning: 'BlockedIndefinitelyOnMVar' is ambiguous. It is defined * in GHC.IO.Exception * in GHC.IO.Exception 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.IO.Exception Warning: 'NestedAtomically' is ambiguous. It is defined * in Control.Exception.Base * in Control.Exception.Base 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 Control.Exception.Base Warning: 'NonTermination' is ambiguous. It is defined * in Control.Exception.Base * in Control.Exception.Base 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 Control.Exception.Base Warning: 'AssertionFailed' is ambiguous. It is defined * in GHC.IO.Exception * in GHC.IO.Exception 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.IO.Exception Warning: 'isInfixOf' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 59% ( 72 /121) in 'Control.Exception.Lens' Missing documentation for: Exception (src/Control/Exception/Lens.hs:197) IOException_ (src/Control/Exception/Lens.hs:456) ArithException_ (src/Control/Exception/Lens.hs:473) Overflow_ (src/Control/Exception/Lens.hs:501) Underflow_ (src/Control/Exception/Lens.hs:521) LossOfPrecision_ (src/Control/Exception/Lens.hs:541) DivideByZero_ (src/Control/Exception/Lens.hs:561) Denormal_ (src/Control/Exception/Lens.hs:581) RatioZeroDenominator_ (src/Control/Exception/Lens.hs:601) ArrayException_ (src/Control/Exception/Lens.hs:627) IndexOutOfBounds_ (src/Control/Exception/Lens.hs:647) UndefinedElement_ (src/Control/Exception/Lens.hs:667) AssertionFailed__ (src/Control/Exception/Lens.hs:714) AssertionFailed_ (src/Control/Exception/Lens.hs:718) AsyncException_ (src/Control/Exception/Lens.hs:744) StackOverflow_ (src/Control/Exception/Lens.hs:762) HeapOverflow_ (src/Control/Exception/Lens.hs:785) ThreadKilled_ (src/Control/Exception/Lens.hs:803) UserInterrupt_ (src/Control/Exception/Lens.hs:821) NonTermination__ (src/Control/Exception/Lens.hs:861) NonTermination_ (src/Control/Exception/Lens.hs:865) NestedAtomically__ (src/Control/Exception/Lens.hs:904) NestedAtomically_ (src/Control/Exception/Lens.hs:908) BlockedIndefinitelyOnMVar__ (src/Control/Exception/Lens.hs:948) BlockedIndefinitelyOnMVar_ (src/Control/Exception/Lens.hs:952) BlockedIndefinitelyOnSTM__ (src/Control/Exception/Lens.hs:992) BlockedIndefinitelyOnSTM_ (src/Control/Exception/Lens.hs:996) Deadlock__ (src/Control/Exception/Lens.hs:1035) Deadlock_ (src/Control/Exception/Lens.hs:1039) NoMethodError__ (src/Control/Exception/Lens.hs:1078) NoMethodError_ (src/Control/Exception/Lens.hs:1082) PatternMatchFail__ (src/Control/Exception/Lens.hs:1120) PatternMatchFail_ (src/Control/Exception/Lens.hs:1124) RecConError__ (src/Control/Exception/Lens.hs:1163) RecConError_ (src/Control/Exception/Lens.hs:1167) RecSelError__ (src/Control/Exception/Lens.hs:1207) RecSelError_ (src/Control/Exception/Lens.hs:1211) RecUpdError__ (src/Control/Exception/Lens.hs:1251) RecUpdError_ (src/Control/Exception/Lens.hs:1255) ErrorCall__ (src/Control/Exception/Lens.hs:1298) ErrorCall_ (src/Control/Exception/Lens.hs:1302) AllocationLimitExceeded__ (src/Control/Exception/Lens.hs:1341) AllocationLimitExceeded_ (src/Control/Exception/Lens.hs:1345) TypeError__ (src/Control/Exception/Lens.hs:1384) TypeError_ (src/Control/Exception/Lens.hs:1388) CompactionFailed__ (src/Control/Exception/Lens.hs:1428) CompactionFailed_ (src/Control/Exception/Lens.hs:1432) HandlingException__ (src/Control/Exception/Lens.hs:1472) HandlingException_ (src/Control/Exception/Lens.hs:1476) Warning: 'SomeException' is ambiguous. It is defined * in GHC.Exception.Type * in GHC.Exception.Type 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.Exception.Type 66% ( 2 / 3) in 'Data.Dynamic.Lens' Missing documentation for: Dynamic (src/Data/Dynamic/Lens.hs:48) 93% ( 15 / 16) in 'Numeric.Lens' Missing documentation for: Integral (src/Numeric/Lens.hs:57) 100% ( 7 / 7) in 'Numeric.Natural.Lens' Warning: 'SomeException' is ambiguous. It is defined * in GHC.Exception.Type * in GHC.Exception.Type 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.Exception.Type 66% ( 4 / 6) in 'System.Exit.Lens' Missing documentation for: ExitFailure_ (src/System/Exit/Lens.hs:76) ExitSuccess_ (src/System/Exit/Lens.hs:72) 100% ( 19 / 19) in 'System.FilePath.Lens' 32% ( 9 / 28) in 'System.IO.Error.Lens' Missing documentation for: _AlreadyExists (src/System/IO/Error/Lens.hs:64) _NoSuchThing (src/System/IO/Error/Lens.hs:67) _ResourceBusy (src/System/IO/Error/Lens.hs:70) _ResourceExhausted (src/System/IO/Error/Lens.hs:73) _EOF (src/System/IO/Error/Lens.hs:76) _IllegalOperation (src/System/IO/Error/Lens.hs:79) _PermissionDenied (src/System/IO/Error/Lens.hs:82) _UserError (src/System/IO/Error/Lens.hs:85) _UnsatisfiedConstraints (src/System/IO/Error/Lens.hs:88) _SystemError (src/System/IO/Error/Lens.hs:91) _ProtocolError (src/System/IO/Error/Lens.hs:94) _OtherError (src/System/IO/Error/Lens.hs:97) _InvalidArgument (src/System/IO/Error/Lens.hs:100) _InappropriateType (src/System/IO/Error/Lens.hs:103) _HardwareFault (src/System/IO/Error/Lens.hs:106) _UnsupportedOperation (src/System/IO/Error/Lens.hs:109) _TimeExpired (src/System/IO/Error/Lens.hs:112) _ResourceVanished (src/System/IO/Error/Lens.hs:115) _Interrupted (src/System/IO/Error/Lens.hs:118) Warning: Control.Lens.Internal.CTypes: could not find link destinations for: - GHC.Generics.D:R:UReckPtrp0 - GHC.Generics.Rep_R:UReckPtrp - GHC.Generics.Rep1_R:UReckPtrp Warning: Control.Lens.Internal.Iso: could not find link destinations for: - Data.Vector.Vector - Data.Vector.Primitive.Vector - Data.Vector.Storable.Vector - Data.Vector.Unboxed.Base.Unbox - Data.Vector.Unboxed.Base.Vector - Data.Vector.Strict.Vector Warning: Control.Lens.Internal.Indexed: could not find link destinations for: - Control.Lens.Internal.Indexed.D:R:CorepIndexed - Control.Lens.Internal.Indexed.D:R:RepIndexed Warning: Control.Lens.Setter: could not find link destinations for: - Data.Functor.Identity.Rep_Identity - Data.Functor.Identity.Rep1_Identity - Data.Vector.Generic.Base.Vector - Data.Vector.Generic.Base.Mutable - Data.Vector.Unboxed.Base.MVector - Data.Vector.Unboxed.Base.MV_Identity - Data.Vector.Unboxed.Base.Unbox - Data.Vector.Unboxed.Base.Vector - Data.Vector.Generic.Base.basicLength - Data.Vector.Generic.Base.basicUnsafeCopy - Data.Vector.Generic.Base.basicUnsafeFreeze - Data.Vector.Generic.Base.basicUnsafeIndexM - Data.Vector.Generic.Base.basicUnsafeSlice - Data.Vector.Generic.Base.basicUnsafeThaw - Data.Vector.Generic.Base.elemseq - Data.Vector.Generic.Mutable.Base.MVector - Data.Vector.Generic.Mutable.Base.basicUnsafeWrite - Data.Vector.Unboxed.Base.V_Identity - Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0 - Data.Vector.Unboxed.Base.D:R:VectorIdentity0 - Data.Vector.Generic.Mutable.Base.basicClear - Data.Vector.Generic.Mutable.Base.basicInitialize - Data.Vector.Generic.Mutable.Base.basicLength - Data.Vector.Generic.Mutable.Base.basicOverlaps - Data.Vector.Generic.Mutable.Base.basicSet - Data.Vector.Generic.Mutable.Base.basicUnsafeCopy - Data.Vector.Generic.Mutable.Base.basicUnsafeGrow - Data.Vector.Generic.Mutable.Base.basicUnsafeMove - Data.Vector.Generic.Mutable.Base.basicUnsafeNew - Data.Vector.Generic.Mutable.Base.basicUnsafeRead - Data.Vector.Generic.Mutable.Base.basicUnsafeReplicate - Data.Vector.Generic.Mutable.Base.basicUnsafeSlice - Data.Functor.Rep.D:R:RepIdentity - Control.Lens.Wrapped.D:R:UnwrappedIdentity Warning: Control.Lens.Tuple: could not find link destinations for: - Control.Lens.Tuple.N18 - Control.Lens.Tuple.N17 - Control.Lens.Tuple.N16 - Control.Lens.Tuple.N15 - Control.Lens.Tuple.N14 - Control.Lens.Tuple.N13 - Control.Lens.Tuple.N12 - Control.Lens.Tuple.N11 - Control.Lens.Tuple.N10 - Control.Lens.Tuple.N9 - Control.Lens.Tuple.N8 - Control.Lens.Tuple.N7 - Control.Lens.Tuple.N6 - Control.Lens.Tuple.N5 - Control.Lens.Tuple.N4 - Control.Lens.Tuple.N3 - Control.Lens.Tuple.N2 - Control.Lens.Tuple.N1 - Control.Lens.Tuple.N0 - Control.Lens.Tuple.GIxed Warning: Control.Lens.Getter: could not find link destinations for: - Data.Functor.Const.Rep_Const - Data.Functor.Const.Rep1_Const - Data.Vector.Generic.Base.Vector - Data.Vector.Generic.Base.Mutable - Data.Vector.Unboxed.Base.MVector - Data.Vector.Unboxed.Base.MV_Const - Data.Vector.Unboxed.Base.Unbox - Data.Vector.Unboxed.Base.Vector - Data.Vector.Generic.Base.basicLength - Data.Vector.Generic.Base.basicUnsafeCopy - Data.Vector.Generic.Base.basicUnsafeFreeze - Data.Vector.Generic.Base.basicUnsafeIndexM - Data.Vector.Generic.Base.basicUnsafeSlice - Data.Vector.Generic.Base.basicUnsafeThaw - Data.Vector.Generic.Base.elemseq - Data.Vector.Generic.Mutable.Base.MVector - Data.Vector.Generic.Mutable.Base.basicUnsafeWrite - Data.Vector.Unboxed.Base.V_Const - Data.Vector.Unboxed.Base.D:R:MVectorsConst0 - Data.Vector.Unboxed.Base.D:R:VectorConst0 - Data.Vector.Generic.Mutable.Base.basicClear - Data.Vector.Generic.Mutable.Base.basicInitialize - Data.Vector.Generic.Mutable.Base.basicLength - Data.Vector.Generic.Mutable.Base.basicOverlaps - Data.Vector.Generic.Mutable.Base.basicSet - Data.Vector.Generic.Mutable.Base.basicUnsafeCopy - Data.Vector.Generic.Mutable.Base.basicUnsafeGrow - Data.Vector.Generic.Mutable.Base.basicUnsafeMove - Data.Vector.Generic.Mutable.Base.basicUnsafeNew - Data.Vector.Generic.Mutable.Base.basicUnsafeRead - Data.Vector.Generic.Mutable.Base.basicUnsafeReplicate - Data.Vector.Generic.Mutable.Base.basicUnsafeSlice - Control.Lens.Wrapped.D:R:UnwrappedConst Warning: Control.Lens.Fold: could not find link destinations for: - Control.Lens.Fold.ifoldr Warning: Control.Lens.Traversal: could not find link destinations for: - Data.Vector.Vector - Data.Vector.Strict.Vector - Data.Profunctor.Traversing.Baz Warning: Control.Lens.Reified: could not find link destinations for: - Control.Lens.Reified.D:R:RepReifiedGetter - Control.Lens.Reified.D:R:CorepReifiedGetter - Control.Lens.Reified.D:R:RepReifiedIndexedGetter - Control.Lens.Reified.D:R:RepReifiedFold - Control.Lens.Reified.D:R:RepReifiedIndexedFold Warning: Control.Lens.Indexed: could not find link destinations for: - Control.Lens.Internal.Indexed.D:R:CorepIndexed - Control.Lens.Internal.Indexed.D:R:RepIndexed Warning: Control.Lens.Iso: could not find link destinations for: - Data.Vector.Vector - Data.Vector.Primitive.Vector - Data.Vector.Storable.Vector - Data.Vector.Unboxed.Base.Unbox - Data.Vector.Unboxed.Base.Vector - Data.Vector.Strict.Vector - Data.Profunctor.Traversing.Baz - Data.Profunctor.Traversing.Bazaar Warning: Control.Lens.Empty: could not find link destinations for: - Data.Vector.Vector - Data.Vector.Primitive.Vector - Data.Vector.Storable.Vector - Data.Vector.Unboxed.Base.Unbox - Data.Vector.Unboxed.Base.Vector - Data.Vector.Strict.Vector Warning: Control.Lens.Cons: could not find link destinations for: - Data.Vector.Vector - Data.Vector.Primitive.Vector - Data.Vector.Storable.Vector - Data.Vector.Unboxed.Base.Unbox - Data.Vector.Unboxed.Base.Vector - Data.Vector.Strict.Vector Warning: Control.Lens.Wrapped: could not find link destinations for: - Data.Vector.Vector - Data.Vector.Primitive.Vector - Data.Vector.Storable.Vector - Data.Vector.Unboxed.Base.Unbox - Data.Vector.Unboxed.Base.Vector - Data.Vector.Strict.Vector - Control.Lens.Wrapped.GUnwrapped - Control.Lens.Wrapped.D:R:UnwrappedCTimer - Control.Lens.Wrapped.D:R:UnwrappedCKey - Control.Lens.Wrapped.D:R:UnwrappedCId - Control.Lens.Wrapped.D:R:UnwrappedCFsFilCnt - Control.Lens.Wrapped.D:R:UnwrappedCFsBlkCnt - Control.Lens.Wrapped.D:R:UnwrappedCClockId - Control.Lens.Wrapped.D:R:UnwrappedCBlkCnt - Control.Lens.Wrapped.D:R:UnwrappedCBlkSize - Control.Lens.Wrapped.D:R:UnwrappedCBool - Control.Lens.Wrapped.D:R:UnwrappedFd - Control.Lens.Wrapped.D:R:UnwrappedCRLim - Control.Lens.Wrapped.D:R:UnwrappedCTcflag - Control.Lens.Wrapped.D:R:UnwrappedCSpeed - Control.Lens.Wrapped.D:R:UnwrappedCCc - Control.Lens.Wrapped.D:R:UnwrappedCUid - Control.Lens.Wrapped.D:R:UnwrappedCNlink - Control.Lens.Wrapped.D:R:UnwrappedCGid - Control.Lens.Wrapped.D:R:UnwrappedCSsize - Control.Lens.Wrapped.D:R:UnwrappedCPid - Control.Lens.Wrapped.D:R:UnwrappedCOff - Control.Lens.Wrapped.D:R:UnwrappedCMode - Control.Lens.Wrapped.D:R:UnwrappedCIno - Control.Lens.Wrapped.D:R:UnwrappedCDev - Control.Lens.Wrapped.D:R:Unwrapped:.: - Control.Lens.Wrapped.D:R:UnwrappedM1 - Control.Lens.Wrapped.D:R:UnwrappedK1 - Control.Lens.Wrapped.D:R:UnwrappedRec1 - Control.Lens.Wrapped.D:R:UnwrappedPar1 - Control.Lens.Wrapped.D:R:UnwrappedCUIntMax - Control.Lens.Wrapped.D:R:UnwrappedCIntMax - Control.Lens.Wrapped.D:R:UnwrappedCUIntPtr - Control.Lens.Wrapped.D:R:UnwrappedCIntPtr - Control.Lens.Wrapped.D:R:UnwrappedCSUSeconds - Control.Lens.Wrapped.D:R:UnwrappedCUSeconds - Control.Lens.Wrapped.D:R:UnwrappedCTime - Control.Lens.Wrapped.D:R:UnwrappedCClock - Control.Lens.Wrapped.D:R:UnwrappedCSigAtomic - Control.Lens.Wrapped.D:R:UnwrappedCWchar - Control.Lens.Wrapped.D:R:UnwrappedCSize - Control.Lens.Wrapped.D:R:UnwrappedCPtrdiff - Control.Lens.Wrapped.D:R:UnwrappedCDouble - Control.Lens.Wrapped.D:R:UnwrappedCFloat - Control.Lens.Wrapped.D:R:UnwrappedCULLong - Control.Lens.Wrapped.D:R:UnwrappedCLLong - Control.Lens.Wrapped.D:R:UnwrappedCULong - Control.Lens.Wrapped.D:R:UnwrappedCLong - Control.Lens.Wrapped.D:R:UnwrappedCUInt - Control.Lens.Wrapped.D:R:UnwrappedCInt - Control.Lens.Wrapped.D:R:UnwrappedCUShort - Control.Lens.Wrapped.D:R:UnwrappedCShort - Control.Lens.Wrapped.D:R:UnwrappedCUChar - Control.Lens.Wrapped.D:R:UnwrappedCSChar - Control.Lens.Wrapped.D:R:UnwrappedCChar - Control.Lens.Wrapped.D:R:UnwrappedCompactionFailed - Control.Lens.Wrapped.D:R:UnwrappedTypeError - Control.Lens.Wrapped.D:R:UnwrappedErrorCall - Control.Lens.Wrapped.D:R:UnwrappedRecUpdError - Control.Lens.Wrapped.D:R:UnwrappedRecSelError - Control.Lens.Wrapped.D:R:UnwrappedRecConError - Control.Lens.Wrapped.D:R:UnwrappedPatternMatchFail - Control.Lens.Wrapped.D:R:UnwrappedNoMethodError - Control.Lens.Wrapped.D:R:UnwrappedAssertionFailed - Control.Lens.Wrapped.D:R:UnwrappedTagged - Control.Lens.Wrapped.D:R:UnwrappedComposeCF - Control.Lens.Wrapped.D:R:UnwrappedComposeFC - Control.Lens.Wrapped.D:R:UnwrappedCompose - Control.Lens.Wrapped.D:R:UnwrappedOp - Control.Lens.Wrapped.D:R:UnwrappedEquivalence - Control.Lens.Wrapped.D:R:UnwrappedComparison - Control.Lens.Wrapped.D:R:UnwrappedPredicate - Control.Lens.Wrapped.D:R:UnwrappedWrappedMonoid - Control.Lens.Wrapped.D:R:UnwrappedLast - Control.Lens.Wrapped.D:R:UnwrappedFirst - Control.Lens.Wrapped.D:R:UnwrappedMax - Control.Lens.Wrapped.D:R:UnwrappedMin - Control.Lens.Wrapped.D:R:UnwrappedStatic - Control.Lens.Wrapped.D:R:UnwrappedDual - Control.Lens.Wrapped.D:R:UnwrappedSemi - Control.Lens.Wrapped.D:R:UnwrappedWrappedCategory - Control.Lens.Wrapped.D:R:UnwrappedMaybeApply - Control.Lens.Wrapped.D:R:UnwrappedWrappedApplicative - Control.Lens.Wrapped.D:R:UnwrappedVector - Control.Lens.Wrapped.D:R:UnwrappedVector0 - Control.Lens.Wrapped.D:R:UnwrappedVector1 - Control.Lens.Wrapped.D:R:UnwrappedVector2 - Control.Lens.Wrapped.D:R:UnwrappedVector3 - Control.Lens.Wrapped.D:R:UnwrappedCayley - Control.Lens.Wrapped.D:R:UnwrappedForget - Control.Lens.Wrapped.D:R:UnwrappedWrappedArrow - Control.Lens.Wrapped.D:R:UnwrappedCostar - Control.Lens.Wrapped.D:R:UnwrappedStar - Control.Lens.Wrapped.D:R:UnwrappedSeq - Control.Lens.Wrapped.D:R:UnwrappedSet - Control.Lens.Wrapped.D:R:UnwrappedMap - Control.Lens.Wrapped.D:R:UnwrappedIntSet - Control.Lens.Wrapped.D:R:UnwrappedIntMap - Control.Lens.Wrapped.D:R:UnwrappedHashSet - Control.Lens.Wrapped.D:R:UnwrappedHashMap - Control.Lens.Wrapped.D:R:UnwrappedIterT - Control.Lens.Wrapped.D:R:UnwrappedFreeT - Control.Lens.Wrapped.D:R:UnwrappedCoiterT - Control.Lens.Wrapped.D:R:UnwrappedCofreeT - Control.Lens.Wrapped.D:R:UnwrappedApT - Control.Lens.Wrapped.D:R:UnwrappedAlt - Control.Lens.Wrapped.D:R:UnwrappedCatchT - Control.Lens.Wrapped.D:R:UnwrappedTracedT - Control.Lens.Wrapped.D:R:UnwrappedWrappedBifunctor - Control.Lens.Wrapped.D:R:UnwrappedTannen - Control.Lens.Wrapped.D:R:UnwrappedJoker - Control.Lens.Wrapped.D:R:UnwrappedJoin - Control.Lens.Wrapped.D:R:UnwrappedFlip - Control.Lens.Wrapped.D:R:UnwrappedFix - Control.Lens.Wrapped.D:R:UnwrappedClown - Control.Lens.Wrapped.D:R:UnwrappedBiff - Control.Lens.Wrapped.D:R:UnwrappedWriterT - Control.Lens.Wrapped.D:R:UnwrappedWriterT0 - Control.Lens.Wrapped.D:R:UnwrappedStateT - Control.Lens.Wrapped.D:R:UnwrappedStateT0 - Control.Lens.Wrapped.D:R:UnwrappedRWST - Control.Lens.Wrapped.D:R:UnwrappedRWST0 - Control.Lens.Wrapped.D:R:UnwrappedReverse - Control.Lens.Wrapped.D:R:UnwrappedReaderT - Control.Lens.Wrapped.D:R:UnwrappedMaybeT - Control.Lens.Wrapped.D:R:UnwrappedIdentityT - Control.Lens.Wrapped.D:R:UnwrappedIdentity - Control.Lens.Wrapped.D:R:UnwrappedExceptT - Control.Lens.Wrapped.D:R:UnwrappedContT - Control.Lens.Wrapped.D:R:UnwrappedConstant - Control.Lens.Wrapped.D:R:UnwrappedCompose0 - Control.Lens.Wrapped.D:R:UnwrappedBackwards - Control.Lens.Wrapped.D:R:UnwrappedErrno - Control.Lens.Wrapped.D:R:UnwrappedDown - Control.Lens.Wrapped.D:R:UnwrappedArrowMonad - Control.Lens.Wrapped.D:R:UnwrappedAp - Control.Lens.Wrapped.D:R:UnwrappedAlt0 - Control.Lens.Wrapped.D:R:UnwrappedLast0 - Control.Lens.Wrapped.D:R:UnwrappedFirst0 - Control.Lens.Wrapped.D:R:UnwrappedEndo - Control.Lens.Wrapped.D:R:UnwrappedDual0 - Control.Lens.Wrapped.D:R:UnwrappedConst - Control.Lens.Wrapped.D:R:UnwrappedNonEmpty - Control.Lens.Wrapped.D:R:UnwrappedZipList - Control.Lens.Wrapped.D:R:UnwrappedWrappedArrow0 - Control.Lens.Wrapped.D:R:UnwrappedWrappedMonad - Control.Lens.Wrapped.D:R:UnwrappedKleisli - Control.Lens.Wrapped.D:R:UnwrappedProduct - Control.Lens.Wrapped.D:R:UnwrappedSum - Control.Lens.Wrapped.D:R:UnwrappedAny - Control.Lens.Wrapped.D:R:UnwrappedAll Warning: Control.Lens.Plated: could not find link destinations for: - Control.Lens.Plated.gplate1' - Control.Lens.Plated.gplate' Warning: Data.Vector.Generic.Lens: could not find link destinations for: - Data.Vector.Generic.Base.Vector - Data.Vector.Fusion.Bundle.Bundle - Data.Vector.Generic.New.New Warning: Control.Lens.Each: could not find link destinations for: - Data.Vector.Vector - Data.Vector.Primitive.Vector - Data.Vector.Storable.Vector - Data.Vector.Unboxed.Base.Unbox - Data.Vector.Unboxed.Base.Vector - Data.Vector.Strict.Vector Warning: Control.Lens.At: could not find link destinations for: - Data.Vector.Vector - Data.Vector.Primitive.Vector - Data.Vector.Storable.Vector - Data.Vector.Unboxed.Base.Unbox - Data.Vector.Unboxed.Base.Vector - Data.Vector.Strict.Vector Warning: Language.Haskell.TH.Lens: could not find link destinations for: - Language.Haskell.TH.Lens.DataPrism' Warning: Data.Vector.Lens: could not find link destinations for: - Data.Vector.Vector Warning: Control.Lens.Combinators: could not find link destinations for: - Data.Functor.Const.Rep_Const - Data.Functor.Const.Rep1_Const - Data.Functor.Identity.Rep_Identity - Data.Functor.Identity.Rep1_Identity - Data.Vector.Vector - Data.Vector.Generic.Base.Vector - Data.Vector.Generic.Base.Mutable - Data.Vector.Primitive.Vector - Data.Vector.Storable.Vector - Data.Vector.Unboxed.Base.MVector - Data.Vector.Unboxed.Base.MV_Const - Data.Vector.Unboxed.Base.MV_Identity - Data.Vector.Unboxed.Base.Unbox - Data.Vector.Unboxed.Base.Vector - Data.Vector.Strict.Vector - Data.Vector.Generic.Base.basicLength - Data.Vector.Generic.Base.basicUnsafeCopy - Data.Vector.Generic.Base.basicUnsafeFreeze - Data.Vector.Generic.Base.basicUnsafeIndexM - Data.Vector.Generic.Base.basicUnsafeSlice - Data.Vector.Generic.Base.basicUnsafeThaw - Data.Vector.Generic.Base.elemseq - Data.Vector.Generic.Mutable.Base.MVector - Data.Vector.Generic.Mutable.Base.basicUnsafeWrite - Data.Vector.Unboxed.Base.V_Const - Data.Vector.Unboxed.Base.V_Identity - Data.Vector.Unboxed.Base.D:R:MVectorsConst0 - Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0 - Data.Vector.Unboxed.Base.D:R:VectorConst0 - Data.Vector.Unboxed.Base.D:R:VectorIdentity0 - Data.Vector.Generic.Mutable.Base.basicClear - Data.Vector.Generic.Mutable.Base.basicInitialize - Data.Vector.Generic.Mutable.Base.basicLength - Data.Vector.Generic.Mutable.Base.basicOverlaps - Data.Vector.Generic.Mutable.Base.basicSet - Data.Vector.Generic.Mutable.Base.basicUnsafeCopy - Data.Vector.Generic.Mutable.Base.basicUnsafeGrow - Data.Vector.Generic.Mutable.Base.basicUnsafeMove - Data.Vector.Generic.Mutable.Base.basicUnsafeNew - Data.Vector.Generic.Mutable.Base.basicUnsafeRead - Data.Vector.Generic.Mutable.Base.basicUnsafeReplicate - Data.Vector.Generic.Mutable.Base.basicUnsafeSlice - Control.Lens.Internal.Indexed.D:R:CorepIndexed - Control.Lens.Internal.Indexed.D:R:RepIndexed - Data.Functor.Rep.D:R:RepIdentity - Control.Lens.Tuple.N18 - Control.Lens.Tuple.N17 - Control.Lens.Tuple.N16 - Control.Lens.Tuple.N15 - Control.Lens.Tuple.N14 - Control.Lens.Tuple.N13 - Control.Lens.Tuple.N12 - Control.Lens.Tuple.N11 - Control.Lens.Tuple.N10 - Control.Lens.Tuple.N9 - Control.Lens.Tuple.N8 - Control.Lens.Tuple.N7 - Control.Lens.Tuple.N6 - Control.Lens.Tuple.N5 - Control.Lens.Tuple.N4 - Control.Lens.Tuple.N3 - Control.Lens.Tuple.N2 - Control.Lens.Tuple.N1 - Control.Lens.Tuple.N0 - Control.Lens.Tuple.GIxed - Control.Lens.Fold.ifoldr - Control.Lens.Reified.D:R:RepReifiedGetter - Control.Lens.Reified.D:R:CorepReifiedGetter - Control.Lens.Reified.D:R:RepReifiedIndexedGetter - Control.Lens.Reified.D:R:RepReifiedFold - Control.Lens.Reified.D:R:RepReifiedIndexedFold - Control.Lens.Wrapped.GUnwrapped - Control.Lens.Wrapped.D:R:UnwrappedCTimer - Control.Lens.Wrapped.D:R:UnwrappedCKey - Control.Lens.Wrapped.D:R:UnwrappedCId - Control.Lens.Wrapped.D:R:UnwrappedCFsFilCnt - Control.Lens.Wrapped.D:R:UnwrappedCFsBlkCnt - Control.Lens.Wrapped.D:R:UnwrappedCClockId - Control.Lens.Wrapped.D:R:UnwrappedCBlkCnt - Control.Lens.Wrapped.D:R:UnwrappedCBlkSize - Control.Lens.Wrapped.D:R:UnwrappedCBool - Control.Lens.Wrapped.D:R:UnwrappedFd - Control.Lens.Wrapped.D:R:UnwrappedCRLim - Control.Lens.Wrapped.D:R:UnwrappedCTcflag - Control.Lens.Wrapped.D:R:UnwrappedCSpeed - Control.Lens.Wrapped.D:R:UnwrappedCCc - Control.Lens.Wrapped.D:R:UnwrappedCUid - Control.Lens.Wrapped.D:R:UnwrappedCNlink - Control.Lens.Wrapped.D:R:UnwrappedCGid - Control.Lens.Wrapped.D:R:UnwrappedCSsize - Control.Lens.Wrapped.D:R:UnwrappedCPid - Control.Lens.Wrapped.D:R:UnwrappedCOff - Control.Lens.Wrapped.D:R:UnwrappedCMode - Control.Lens.Wrapped.D:R:UnwrappedCIno - Control.Lens.Wrapped.D:R:UnwrappedCDev - Control.Lens.Wrapped.D:R:Unwrapped:.: - Control.Lens.Wrapped.D:R:UnwrappedM1 - Control.Lens.Wrapped.D:R:UnwrappedK1 - Control.Lens.Wrapped.D:R:UnwrappedRec1 - Control.Lens.Wrapped.D:R:UnwrappedPar1 - Control.Lens.Wrapped.D:R:UnwrappedCUIntMax - Control.Lens.Wrapped.D:R:UnwrappedCIntMax - Control.Lens.Wrapped.D:R:UnwrappedCUIntPtr - Control.Lens.Wrapped.D:R:UnwrappedCIntPtr - Control.Lens.Wrapped.D:R:UnwrappedCSUSeconds - Control.Lens.Wrapped.D:R:UnwrappedCUSeconds - Control.Lens.Wrapped.D:R:UnwrappedCTime - Control.Lens.Wrapped.D:R:UnwrappedCClock - Control.Lens.Wrapped.D:R:UnwrappedCSigAtomic - Control.Lens.Wrapped.D:R:UnwrappedCWchar - Control.Lens.Wrapped.D:R:UnwrappedCSize - Control.Lens.Wrapped.D:R:UnwrappedCPtrdiff - Control.Lens.Wrapped.D:R:UnwrappedCDouble - Control.Lens.Wrapped.D:R:UnwrappedCFloat - Control.Lens.Wrapped.D:R:UnwrappedCULLong - Control.Lens.Wrapped.D:R:UnwrappedCLLong - Control.Lens.Wrapped.D:R:UnwrappedCULong - Control.Lens.Wrapped.D:R:UnwrappedCLong - Control.Lens.Wrapped.D:R:UnwrappedCUInt - Control.Lens.Wrapped.D:R:UnwrappedCInt - Control.Lens.Wrapped.D:R:UnwrappedCUShort - Control.Lens.Wrapped.D:R:UnwrappedCShort - Control.Lens.Wrapped.D:R:UnwrappedCUChar - Control.Lens.Wrapped.D:R:UnwrappedCSChar - Control.Lens.Wrapped.D:R:UnwrappedCChar - Control.Lens.Wrapped.D:R:UnwrappedCompactionFailed - Control.Lens.Wrapped.D:R:UnwrappedTypeError - Control.Lens.Wrapped.D:R:UnwrappedErrorCall - Control.Lens.Wrapped.D:R:UnwrappedRecUpdError - Control.Lens.Wrapped.D:R:UnwrappedRecSelError - Control.Lens.Wrapped.D:R:UnwrappedRecConError - Control.Lens.Wrapped.D:R:UnwrappedPatternMatchFail - Control.Lens.Wrapped.D:R:UnwrappedNoMethodError - Control.Lens.Wrapped.D:R:UnwrappedAssertionFailed - Control.Lens.Wrapped.D:R:UnwrappedTagged - Control.Lens.Wrapped.D:R:UnwrappedComposeCF - Control.Lens.Wrapped.D:R:UnwrappedComposeFC - Control.Lens.Wrapped.D:R:UnwrappedCompose - Control.Lens.Wrapped.D:R:UnwrappedOp - Control.Lens.Wrapped.D:R:UnwrappedEquivalence - Control.Lens.Wrapped.D:R:UnwrappedComparison - Control.Lens.Wrapped.D:R:UnwrappedPredicate - Control.Lens.Wrapped.D:R:UnwrappedWrappedMonoid - Control.Lens.Wrapped.D:R:UnwrappedLast - Control.Lens.Wrapped.D:R:UnwrappedFirst - Control.Lens.Wrapped.D:R:UnwrappedMax - Control.Lens.Wrapped.D:R:UnwrappedMin - Control.Lens.Wrapped.D:R:UnwrappedStatic - Control.Lens.Wrapped.D:R:UnwrappedDual - Control.Lens.Wrapped.D:R:UnwrappedSemi - Control.Lens.Wrapped.D:R:UnwrappedWrappedCategory - Control.Lens.Wrapped.D:R:UnwrappedMaybeApply - Control.Lens.Wrapped.D:R:UnwrappedWrappedApplicative - Control.Lens.Wrapped.D:R:UnwrappedVector - Control.Lens.Wrapped.D:R:UnwrappedVector0 - Control.Lens.Wrapped.D:R:UnwrappedVector1 - Control.Lens.Wrapped.D:R:UnwrappedVector2 - Control.Lens.Wrapped.D:R:UnwrappedVector3 - Control.Lens.Wrapped.D:R:UnwrappedCayley - Control.Lens.Wrapped.D:R:UnwrappedForget - Control.Lens.Wrapped.D:R:UnwrappedWrappedArrow - Control.Lens.Wrapped.D:R:UnwrappedCostar - Control.Lens.Wrapped.D:R:UnwrappedStar - Control.Lens.Wrapped.D:R:UnwrappedSeq - Control.Lens.Wrapped.D:R:UnwrappedSet - Control.Lens.Wrapped.D:R:UnwrappedMap - Control.Lens.Wrapped.D:R:UnwrappedIntSet - Control.Lens.Wrapped.D:R:UnwrappedIntMap - Control.Lens.Wrapped.D:R:UnwrappedHashSet - Control.Lens.Wrapped.D:R:UnwrappedHashMap - Control.Lens.Wrapped.D:R:UnwrappedIterT - Control.Lens.Wrapped.D:R:UnwrappedFreeT - Control.Lens.Wrapped.D:R:UnwrappedCoiterT - Control.Lens.Wrapped.D:R:UnwrappedCofreeT - Control.Lens.Wrapped.D:R:UnwrappedApT - Control.Lens.Wrapped.D:R:UnwrappedAlt - Control.Lens.Wrapped.D:R:UnwrappedCatchT - Control.Lens.Wrapped.D:R:UnwrappedTracedT - Control.Lens.Wrapped.D:R:UnwrappedWrappedBifunctor - Control.Lens.Wrapped.D:R:UnwrappedTannen - Control.Lens.Wrapped.D:R:UnwrappedJoker - Control.Lens.Wrapped.D:R:UnwrappedJoin - Control.Lens.Wrapped.D:R:UnwrappedFlip - Control.Lens.Wrapped.D:R:UnwrappedFix - Control.Lens.Wrapped.D:R:UnwrappedClown - Control.Lens.Wrapped.D:R:UnwrappedBiff - Control.Lens.Wrapped.D:R:UnwrappedWriterT - Control.Lens.Wrapped.D:R:UnwrappedWriterT0 - Control.Lens.Wrapped.D:R:UnwrappedStateT - Control.Lens.Wrapped.D:R:UnwrappedStateT0 - Control.Lens.Wrapped.D:R:UnwrappedRWST - Control.Lens.Wrapped.D:R:UnwrappedRWST0 - Control.Lens.Wrapped.D:R:UnwrappedReverse - Control.Lens.Wrapped.D:R:UnwrappedReaderT - Control.Lens.Wrapped.D:R:UnwrappedMaybeT - Control.Lens.Wrapped.D:R:UnwrappedIdentityT - Control.Lens.Wrapped.D:R:UnwrappedIdentity - Control.Lens.Wrapped.D:R:UnwrappedExceptT - Control.Lens.Wrapped.D:R:UnwrappedContT - Control.Lens.Wrapped.D:R:UnwrappedConstant - Control.Lens.Wrapped.D:R:UnwrappedCompose0 - Control.Lens.Wrapped.D:R:UnwrappedBackwards - Control.Lens.Wrapped.D:R:UnwrappedErrno - Control.Lens.Wrapped.D:R:UnwrappedDown - Control.Lens.Wrapped.D:R:UnwrappedArrowMonad - Control.Lens.Wrapped.D:R:UnwrappedAp - Control.Lens.Wrapped.D:R:UnwrappedAlt0 - Control.Lens.Wrapped.D:R:UnwrappedLast0 - Control.Lens.Wrapped.D:R:UnwrappedFirst0 - Control.Lens.Wrapped.D:R:UnwrappedEndo - Control.Lens.Wrapped.D:R:UnwrappedDual0 - Control.Lens.Wrapped.D:R:UnwrappedConst - Control.Lens.Wrapped.D:R:UnwrappedNonEmpty - Control.Lens.Wrapped.D:R:UnwrappedZipList - Control.Lens.Wrapped.D:R:UnwrappedWrappedArrow0 - Control.Lens.Wrapped.D:R:UnwrappedWrappedMonad - Control.Lens.Wrapped.D:R:UnwrappedKleisli - Control.Lens.Wrapped.D:R:UnwrappedProduct - Control.Lens.Wrapped.D:R:UnwrappedSum - Control.Lens.Wrapped.D:R:UnwrappedAny - Control.Lens.Wrapped.D:R:UnwrappedAll - Control.Lens.Plated.gplate1' - Control.Lens.Plated.gplate' - Data.Profunctor.Traversing.Baz - Data.Profunctor.Traversing.Bazaar Documentation created: dist/doc/html/lens/, dist/doc/html/lens/lens.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/lens-5.3.6-408SEuGdTVo7F2DbA8ScKs Completed lens-5.3.6 Configuring turtle-1.6.2... Preprocessing library for turtle-1.6.2.. Building library for turtle-1.6.2.. [ 1 of 10] Compiling Turtle.Internal ( src/Turtle/Internal.hs, dist/build/Turtle/Internal.o, dist/build/Turtle/Internal.dyn_o ) [ 2 of 10] Compiling Turtle.Line ( src/Turtle/Line.hs, dist/build/Turtle/Line.o, dist/build/Turtle/Line.dyn_o ) src/Turtle/Line.hs:67:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances] Noncanonical (<>) = mappend definition detected in the instance declaration for Semigroup Line. Suggested fix: Move definition from mappend to (<>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 67 | (<>) = mappend | ^^^^^^^^^^^^^^ [ 3 of 10] Compiling Turtle.Format ( src/Turtle/Format.hs, dist/build/Turtle/Format.o, dist/build/Turtle/Format.dyn_o ) src/Turtle/Format.hs:72:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 72 | import Data.Monoid ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Turtle/Format.hs:100:13: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 100 | instance (a ~ b) => IsString (Format a b) where | ^ [ 4 of 10] Compiling Turtle.Options ( src/Turtle/Options.hs, dist/build/Turtle/Options.o, dist/build/Turtle/Options.dyn_o ) src/Turtle/Options.hs:78:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 78 | import Data.Monoid | ^^^^^^^^^^^^^^^^^^ src/Turtle/Options.hs:79:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Foldable is redundant except perhaps to import instances from Data.Foldable To import instances alone, use: import Data.Foldable() | 79 | import Data.Foldable | ^^^^^^^^^^^^^^^^^^^^ src/Turtle/Options.hs:84:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 84 | import Control.Applicative | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Turtle/Options.hs:87:1: warning: [GHC-15328] [-Wdeprecations] Module Text.PrettyPrint.ANSI.Leijen is deprecated: "Compatibility module for users of ansi-wl-pprint - use \"Prettyprinter\" instead" | 87 | import Text.PrettyPrint.ANSI.Leijen (Doc, displayS, renderCompact) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Turtle/Options.hs:158:55: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class Doc (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 158 | newtype Description = Description { getDescription :: Doc } | ^^^ src/Turtle/Options.hs:165:40: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class Doc (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 165 | newtype Header = Header { getHeader :: Doc } | ^^^ src/Turtle/Options.hs:171:40: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class Doc (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 171 | newtype Footer = Fotter { getFooter :: Doc } | ^^^ src/Turtle/Options.hs:318:13: warning: [GHC-68441] [-Wdeprecations] In the use of displayS (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 318 | name' = displayS (renderCompact (getDescription name)) "" | ^^^^^^^^ src/Turtle/Options.hs:318:23: warning: [GHC-68441] [-Wdeprecations] In the use of renderCompact (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 318 | name' = displayS (renderCompact (getDescription name)) "" | ^^^^^^^^^^^^^ [ 5 of 10] Compiling Turtle.Pattern ( src/Turtle/Pattern.hs, dist/build/Turtle/Pattern.o, dist/build/Turtle/Pattern.dyn_o ) src/Turtle/Pattern.hs:129:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances] Noncanonical (<>) = mappend definition detected in the instance declaration for Semigroup (Pattern a). Suggested fix: Move definition from mappend to (<>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 129 | (<>) = mappend | ^^^^^^^^^^^^^^ src/Turtle/Pattern.hs:134:5: warning: [GHC-50928] [-Wnoncanonical-monoid-instances] Noncanonical mappend definition detected in the instance declaration for Monoid (Pattern a). mappend will eventually be removed in favour of (<>) Suggested fix: Either remove definition for mappend (recommended) or define as mappend = (<>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 134 | mappend = liftA2 mappend | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Turtle/Pattern.hs:142:13: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 142 | instance (a ~ Text) => IsString (Pattern a) where | ^ [ 6 of 10] Compiling Turtle.Shell ( src/Turtle/Shell.hs, dist/build/Turtle/Shell.o, dist/build/Turtle/Shell.dyn_o ) src/Turtle/Shell.hs:89:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Foldable is redundant except perhaps to import instances from Data.Foldable To import instances alone, use: import Data.Foldable() | 89 | import Data.Foldable (Foldable) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Turtle/Shell.hs:175:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical pure = return definition detected in the instance declaration for Applicative Shell. Suggested fix: Move definition from return to pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 175 | pure = return | ^^^^^^^^^^^^^^ src/Turtle/Shell.hs:179:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical return definition detected in the instance declaration for Monad Shell. return will eventually be removed in favour of pure Suggested fix: Either remove definition for return (recommended) or define as return = pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 179 | return a = Shell (\(FoldShell step begin done) -> do | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Turtle/Shell.hs:225:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances] Noncanonical (<>) = mappend definition detected in the instance declaration for Semigroup (Shell a). Suggested fix: Move definition from mappend to (<>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 225 | (<>) = mappend | ^^^^^^^^^^^^^^ src/Turtle/Shell.hs:230:5: warning: [GHC-50928] [-Wnoncanonical-monoid-instances] Noncanonical mappend definition detected in the instance declaration for Monoid (Shell a). mappend will eventually be removed in favour of (<>) Suggested fix: Either remove definition for mappend (recommended) or define as mappend = (<>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 230 | mappend = liftA2 mappend | ^^^^^^^^^^^^^^^^^^^^^^^^ [ 7 of 10] Compiling Turtle.Prelude ( src/Turtle/Prelude.hs, dist/build/Turtle/Prelude.o, dist/build/Turtle/Prelude.dyn_o ) src/Turtle/Prelude.hs:319:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 319 | import Data.Monoid ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Turtle/Prelude.hs:1928:20: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 1928 | cut pattern' txt = head (match (selfless chars `sepBy` pattern') txt) | ^^^^ [ 8 of 10] Compiling Turtle.Bytes ( src/Turtle/Bytes.hs, dist/build/Turtle/Bytes.o, dist/build/Turtle/Bytes.dyn_o ) src/Turtle/Bytes.hs:52:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 52 | import Data.Monoid | ^^^^^^^^^^^^^^^^^^ [ 9 of 10] Compiling Turtle ( src/Turtle.hs, dist/build/Turtle.o, dist/build/Turtle.dyn_o ) [10 of 10] Compiling Turtle.Tutorial ( src/Turtle/Tutorial.hs, dist/build/Turtle/Tutorial.o, dist/build/Turtle/Tutorial.dyn_o ) Preprocessing library for turtle-1.6.2.. Running Haddock on library for turtle-1.6.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 10] Compiling Turtle.Internal ( src/Turtle/Internal.hs, nothing ) [ 2 of 10] Compiling Turtle.Line ( src/Turtle/Line.hs, nothing ) src/Turtle/Line.hs:67:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances] Noncanonical (<>) = mappend definition detected in the instance declaration for Semigroup Line. Suggested fix: Move definition from mappend to (<>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 67 | (<>) = mappend | ^^^^^^^^^^^^^^ [ 3 of 10] Compiling Turtle.Format ( src/Turtle/Format.hs, nothing ) src/Turtle/Format.hs:72:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 72 | import Data.Monoid ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Turtle/Format.hs:100:13: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 100 | instance (a ~ b) => IsString (Format a b) where | ^ [ 4 of 10] Compiling Turtle.Options ( src/Turtle/Options.hs, nothing ) src/Turtle/Options.hs:78:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 78 | import Data.Monoid | ^^^^^^^^^^^^^^^^^^ src/Turtle/Options.hs:79:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Foldable is redundant except perhaps to import instances from Data.Foldable To import instances alone, use: import Data.Foldable() | 79 | import Data.Foldable | ^^^^^^^^^^^^^^^^^^^^ src/Turtle/Options.hs:84:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 84 | import Control.Applicative | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Turtle/Options.hs:87:1: warning: [GHC-15328] [-Wdeprecations] Module Text.PrettyPrint.ANSI.Leijen is deprecated: "Compatibility module for users of ansi-wl-pprint - use \"Prettyprinter\" instead" | 87 | import Text.PrettyPrint.ANSI.Leijen (Doc, displayS, renderCompact) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Turtle/Options.hs:158:55: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class Doc (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 158 | newtype Description = Description { getDescription :: Doc } | ^^^ src/Turtle/Options.hs:165:40: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class Doc (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 165 | newtype Header = Header { getHeader :: Doc } | ^^^ src/Turtle/Options.hs:171:40: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class Doc (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 171 | newtype Footer = Fotter { getFooter :: Doc } | ^^^ src/Turtle/Options.hs:318:13: warning: [GHC-68441] [-Wdeprecations] In the use of displayS (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 318 | name' = displayS (renderCompact (getDescription name)) "" | ^^^^^^^^ src/Turtle/Options.hs:318:23: warning: [GHC-68441] [-Wdeprecations] In the use of renderCompact (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 318 | name' = displayS (renderCompact (getDescription name)) "" | ^^^^^^^^^^^^^ [ 5 of 10] Compiling Turtle.Pattern ( src/Turtle/Pattern.hs, nothing ) src/Turtle/Pattern.hs:129:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances] Noncanonical (<>) = mappend definition detected in the instance declaration for Semigroup (Pattern a). Suggested fix: Move definition from mappend to (<>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 129 | (<>) = mappend | ^^^^^^^^^^^^^^ src/Turtle/Pattern.hs:134:5: warning: [GHC-50928] [-Wnoncanonical-monoid-instances] Noncanonical mappend definition detected in the instance declaration for Monoid (Pattern a). mappend will eventually be removed in favour of (<>) Suggested fix: Either remove definition for mappend (recommended) or define as mappend = (<>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 134 | mappend = liftA2 mappend | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Turtle/Pattern.hs:142:13: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 142 | instance (a ~ Text) => IsString (Pattern a) where | ^ [ 6 of 10] Compiling Turtle.Shell ( src/Turtle/Shell.hs, nothing ) src/Turtle/Shell.hs:89:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Foldable is redundant except perhaps to import instances from Data.Foldable To import instances alone, use: import Data.Foldable() | 89 | import Data.Foldable (Foldable) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Turtle/Shell.hs:175:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical pure = return definition detected in the instance declaration for Applicative Shell. Suggested fix: Move definition from return to pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 175 | pure = return | ^^^^^^^^^^^^^^ src/Turtle/Shell.hs:179:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical return definition detected in the instance declaration for Monad Shell. return will eventually be removed in favour of pure Suggested fix: Either remove definition for return (recommended) or define as return = pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 179 | return a = Shell (\(FoldShell step begin done) -> do | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Turtle/Shell.hs:225:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances] Noncanonical (<>) = mappend definition detected in the instance declaration for Semigroup (Shell a). Suggested fix: Move definition from mappend to (<>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 225 | (<>) = mappend | ^^^^^^^^^^^^^^ src/Turtle/Shell.hs:230:5: warning: [GHC-50928] [-Wnoncanonical-monoid-instances] Noncanonical mappend definition detected in the instance declaration for Monoid (Shell a). mappend will eventually be removed in favour of (<>) Suggested fix: Either remove definition for mappend (recommended) or define as mappend = (<>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 230 | mappend = liftA2 mappend | ^^^^^^^^^^^^^^^^^^^^^^^^ [ 7 of 10] Compiling Turtle.Prelude ( src/Turtle/Prelude.hs, nothing ) src/Turtle/Prelude.hs:319:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 319 | import Data.Monoid ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Turtle/Prelude.hs:1928:20: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 1928 | cut pattern' txt = head (match (selfless chars `sepBy` pattern') txt) | ^^^^ [ 8 of 10] Compiling Turtle.Bytes ( src/Turtle/Bytes.hs, nothing ) src/Turtle/Bytes.hs:52:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 52 | import Data.Monoid | ^^^^^^^^^^^^^^^^^^ [ 9 of 10] Compiling Turtle ( src/Turtle.hs, nothing ) [10 of 10] Compiling Turtle.Tutorial ( src/Turtle/Tutorial.hs, nothing ) Haddock coverage: Warning: 'NewlineForbidden' is ambiguous. It is defined * at src/Turtle/Line.hs:56:25 * at src/Turtle/Line.hs:56: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/Turtle/Line.hs:56:1 Warning: 'Line' is ambiguous. It is defined * at src/Turtle/Line.hs:62:16 * at src/Turtle/Line.hs:62: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/Turtle/Line.hs:62:1 Warning: 'echo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Shell' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 87% ( 7 / 8) in 'Turtle.Line' Missing documentation for: Module header Warning: 'Format' is ambiguous. It is defined * at src/Turtle/Format.hs:86:22 * at src/Turtle/Format.hs:86: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/Turtle/Format.hs:86:1 100% ( 23 / 23) in 'Turtle.Format' Warning: 'CommandName' is ambiguous. It is defined * at src/Turtle/Options.hs:151:23 * at src/Turtle/Options.hs:151: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/Turtle/Options.hs:151:1 Warning: 'name' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ArgName' is ambiguous. It is defined * at src/Turtle/Options.hs:139:19 * at src/Turtle/Options.hs:139: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/Turtle/Options.hs:139:1 Warning: 'Description' is ambiguous. It is defined * at src/Turtle/Options.hs:158:23 * at src/Turtle/Options.hs:158: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/Turtle/Options.hs:158:1 100% ( 32 / 32) in 'Turtle.Options' Warning: 'Pattern' is ambiguous. It is defined * at src/Turtle/Pattern.hs:124:21 * at src/Turtle/Pattern.hs:124: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/Turtle/Pattern.hs:124:1 100% ( 59 / 59) in 'Turtle.Pattern' Warning: 'Shell' is ambiguous. It is defined * at src/Turtle/Shell.hs:104:19 * at src/Turtle/Shell.hs:104: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/Turtle/Shell.hs:104:1 Warning: 'Managed' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'FoldM' is ambiguous. It is defined * in Control.Foldl * in Control.Foldl 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 Control.Foldl Warning: 'FoldShell' is ambiguous. It is defined * at src/Turtle/Shell.hs:101:22 * at src/Turtle/Shell.hs:101: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/Turtle/Shell.hs:101:1 Warning: 'Fold' is ambiguous. It is defined * in Control.Foldl * in Control.Foldl 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 Control.Foldl 94% ( 16 / 17) in 'Turtle.Shell' Missing documentation for: using Warning: 'Shell' is ambiguous. It is defined * at src/Turtle/Shell.hs:104:19 * at src/Turtle/Shell.hs:104: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/Turtle/Shell.hs:104:1 Warning: 'Size' is ambiguous. It is defined * at src/Turtle/Prelude.hs:1960:16 * at src/Turtle/Prelude.hs:1960: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/Turtle/Prelude.hs:1960:1 Warning: 'executable' is ambiguous. It is defined * in System.Directory.Internal.Common * at src/Turtle/Prelude.hs:1353: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/Turtle/Prelude.hs:1353:1 Warning: 'ProcFailed' is ambiguous. It is defined * at src/Turtle/Prelude.hs:416:19 * at src/Turtle/Prelude.hs:416: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/Turtle/Prelude.hs:416:1 Warning: 'ShellFailed' is ambiguous. It is defined * at src/Turtle/Prelude.hs:442:20 * at src/Turtle/Prelude.hs:442: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/Turtle/Prelude.hs:442:1 Warning: 'CreateProcess' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'getPermissions' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Managed' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 97% (176 /180) in 'Turtle.Prelude' Missing documentation for: WithHeader (src/Turtle/Prelude.hs:2189) header (src/Turtle/Prelude.hs:2199) ProcFailed (src/Turtle/Prelude.hs:416) ShellFailed (src/Turtle/Prelude.hs:442) Warning: 'ProcFailed' is ambiguous. It is defined * at src/Turtle/Prelude.hs:416:19 * at src/Turtle/Prelude.hs:416: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/Turtle/Prelude.hs:416:1 Warning: 'ShellFailed' is ambiguous. It is defined * at src/Turtle/Prelude.hs:442:20 * at src/Turtle/Prelude.hs:442: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/Turtle/Prelude.hs:442:1 Warning: 'CreateProcess' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 35 / 35) in 'Turtle.Bytes' Warning: 'Shell' is ambiguous. It is defined * at src/Turtle/Shell.hs:104:19 * at src/Turtle/Shell.hs:104: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/Turtle/Shell.hs:104:1 Warning: 'Fold' is ambiguous. It is defined * in Control.Foldl * in Control.Foldl 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 Control.Foldl 100% ( 67 / 67) in 'Turtle' Warning: 'stack' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Format' is ambiguous. It is defined * at src/Turtle/Format.hs:86:22 * at src/Turtle/Format.hs:86: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/Turtle/Format.hs:86:1 Warning: 'Shell' is ambiguous. It is defined * at src/Turtle/Shell.hs:104:19 * at src/Turtle/Shell.hs:104: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/Turtle/Shell.hs:104:1 Warning: 'Fold' is ambiguous. It is defined * in Control.Foldl * in Control.Foldl 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 Control.Foldl Warning: 'MonadManaged' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'turtle' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'process' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 43 / 43) in 'Turtle.Tutorial' Warning: Turtle.Options: could not find link destinations for: - Turtle.Options.Version - Turtle.Options.Footer - Turtle.Options.Header Warning: Turtle.Bytes: could not find link destinations for: - Codec.Compression.Zlib.Stream.Rep_WindowBits Warning: Turtle: could not find link destinations for: - Codec.Compression.Zlib.Stream.Stream - Text.ParserCombinators.ReadP.P - GHC.IO.Exception.Rep_ExitCode - Data.Set.Internal.MergeSet - Data.Graph.SetM - Control.Scanl.ReverseState - Options.Applicative.Internal.ComplResult Documentation created: dist/doc/html/turtle/, dist/doc/html/turtle/turtle.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/turtle-1.6.2-8sXOQ1FSjt5C7mjoHnrMiv Completed turtle-1.6.2 Configuring aeson-2.2.3.0... Preprocessing library for aeson-2.2.3.0.. Building library for aeson-2.2.3.0.. [ 1 of 32] Compiling Data.Aeson.Internal.ByteString ( src/Data/Aeson/Internal/ByteString.hs, dist/build/Data/Aeson/Internal/ByteString.o, dist/build/Data/Aeson/Internal/ByteString.dyn_o ) [ 2 of 32] Compiling Data.Aeson.Internal.Functions ( src/Data/Aeson/Internal/Functions.hs, dist/build/Data/Aeson/Internal/Functions.o, dist/build/Data/Aeson/Internal/Functions.dyn_o ) [ 3 of 32] Compiling Data.Aeson.Internal.Prelude ( src/Data/Aeson/Internal/Prelude.hs, dist/build/Data/Aeson/Internal/Prelude.o, dist/build/Data/Aeson/Internal/Prelude.dyn_o ) [ 4 of 32] Compiling Data.Aeson.Internal.Scientific ( src/Data/Aeson/Internal/Scientific.hs, dist/build/Data/Aeson/Internal/Scientific.o, dist/build/Data/Aeson/Internal/Scientific.dyn_o ) [ 5 of 32] Compiling Data.Aeson.Internal.TH ( src/Data/Aeson/Internal/TH.hs, dist/build/Data/Aeson/Internal/TH.o, dist/build/Data/Aeson/Internal/TH.dyn_o ) [ 6 of 32] Compiling Data.Aeson.Internal.Text ( src/Data/Aeson/Internal/Text.hs, dist/build/Data/Aeson/Internal/Text.o, dist/build/Data/Aeson/Internal/Text.dyn_o ) [ 7 of 32] Compiling Data.Aeson.Internal.Unescape ( src/Data/Aeson/Internal/Unescape.hs, dist/build/Data/Aeson/Internal/Unescape.o, dist/build/Data/Aeson/Internal/Unescape.dyn_o ) [ 8 of 32] Compiling Data.Aeson.Internal.UnescapeFromText ( src/Data/Aeson/Internal/UnescapeFromText.hs, dist/build/Data/Aeson/Internal/UnescapeFromText.o, dist/build/Data/Aeson/Internal/UnescapeFromText.dyn_o ) [ 9 of 32] Compiling Data.Aeson.Key ( src/Data/Aeson/Key.hs, dist/build/Data/Aeson/Key.o, dist/build/Data/Aeson/Key.dyn_o ) [10 of 32] Compiling Data.Aeson.Decoding.Tokens ( src/Data/Aeson/Decoding/Tokens.hs, dist/build/Data/Aeson/Decoding/Tokens.o, dist/build/Data/Aeson/Decoding/Tokens.dyn_o ) [11 of 32] Compiling Data.Aeson.Decoding.Internal ( src/Data/Aeson/Decoding/Internal.hs, dist/build/Data/Aeson/Decoding/Internal.o, dist/build/Data/Aeson/Decoding/Internal.dyn_o ) [12 of 32] Compiling Data.Aeson.Decoding.Text ( src/Data/Aeson/Decoding/Text.hs, dist/build/Data/Aeson/Decoding/Text.o, dist/build/Data/Aeson/Decoding/Text.dyn_o ) [13 of 32] Compiling Data.Aeson.Decoding.ByteString.Lazy ( src/Data/Aeson/Decoding/ByteString/Lazy.hs, dist/build/Data/Aeson/Decoding/ByteString/Lazy.o, dist/build/Data/Aeson/Decoding/ByteString/Lazy.dyn_o ) [14 of 32] Compiling Data.Aeson.Decoding.ByteString ( src/Data/Aeson/Decoding/ByteString.hs, dist/build/Data/Aeson/Decoding/ByteString.o, dist/build/Data/Aeson/Decoding/ByteString.dyn_o ) [15 of 32] Compiling Data.Aeson.KeyMap ( src/Data/Aeson/KeyMap.hs, dist/build/Data/Aeson/KeyMap.o, dist/build/Data/Aeson/KeyMap.dyn_o ) [16 of 32] Compiling Data.Aeson.Types.Generic ( src/Data/Aeson/Types/Generic.hs, dist/build/Data/Aeson/Types/Generic.o, dist/build/Data/Aeson/Types/Generic.dyn_o ) [17 of 32] Compiling Data.Aeson.Types.Internal ( src/Data/Aeson/Types/Internal.hs, dist/build/Data/Aeson/Types/Internal.o, dist/build/Data/Aeson/Types/Internal.dyn_o ) [18 of 32] Compiling Data.Aeson.Parser.Time ( src/Data/Aeson/Parser/Time.hs, dist/build/Data/Aeson/Parser/Time.o, dist/build/Data/Aeson/Parser/Time.dyn_o ) [19 of 32] Compiling Data.Aeson.Encoding.Builder ( src/Data/Aeson/Encoding/Builder.hs, dist/build/Data/Aeson/Encoding/Builder.o, dist/build/Data/Aeson/Encoding/Builder.dyn_o ) [20 of 32] Compiling Data.Aeson.Encoding.Internal ( src/Data/Aeson/Encoding/Internal.hs, dist/build/Data/Aeson/Encoding/Internal.o, dist/build/Data/Aeson/Encoding/Internal.dyn_o ) [21 of 32] Compiling Data.Aeson.Encoding ( src/Data/Aeson/Encoding.hs, dist/build/Data/Aeson/Encoding.o, dist/build/Data/Aeson/Encoding.dyn_o ) [22 of 32] Compiling Data.Aeson.Decoding.Conversion ( src/Data/Aeson/Decoding/Conversion.hs, dist/build/Data/Aeson/Decoding/Conversion.o, dist/build/Data/Aeson/Decoding/Conversion.dyn_o ) [23 of 32] Compiling Data.Aeson.Types.FromJSON ( src/Data/Aeson/Types/FromJSON.hs, dist/build/Data/Aeson/Types/FromJSON.o, dist/build/Data/Aeson/Types/FromJSON.dyn_o ) [24 of 32] Compiling Data.Aeson.Types.ToJSON ( src/Data/Aeson/Types/ToJSON.hs, dist/build/Data/Aeson/Types/ToJSON.o, dist/build/Data/Aeson/Types/ToJSON.dyn_o ) src/Data/Aeson/Types/ToJSON.hs:1615:23: warning: [GHC-68441] [-Wdeprecations] In the use of data constructor Solo (imported from Data.Tuple.Solo, but defined in GHC.Tuple): Deprecated: "The Solo constructor has been renamed to MkSolo to avoid punning." | 1615 | liftToJSON _ t _ (Solo a) = t a | ^^^^ src/Data/Aeson/Types/ToJSON.hs:1618:27: warning: [GHC-68441] [-Wdeprecations] In the use of data constructor Solo (imported from Data.Tuple.Solo, but defined in GHC.Tuple): Deprecated: "The Solo constructor has been renamed to MkSolo to avoid punning." | 1618 | liftToEncoding _ t _ (Solo a) = t a | ^^^^ [25 of 32] Compiling Data.Aeson.Types.Class ( src/Data/Aeson/Types/Class.hs, dist/build/Data/Aeson/Types/Class.o, dist/build/Data/Aeson/Types/Class.dyn_o ) [26 of 32] Compiling Data.Aeson.Types ( src/Data/Aeson/Types.hs, dist/build/Data/Aeson/Types.o, dist/build/Data/Aeson/Types.dyn_o ) [27 of 32] Compiling Data.Aeson.Text ( src/Data/Aeson/Text.hs, dist/build/Data/Aeson/Text.o, dist/build/Data/Aeson/Text.dyn_o ) [28 of 32] Compiling Data.Aeson.Decoding ( src/Data/Aeson/Decoding.hs, dist/build/Data/Aeson/Decoding.o, dist/build/Data/Aeson/Decoding.dyn_o ) [29 of 32] Compiling Data.Aeson ( src/Data/Aeson.hs, dist/build/Data/Aeson.o, dist/build/Data/Aeson.dyn_o ) [30 of 32] Compiling Data.Aeson.RFC8785 ( src/Data/Aeson/RFC8785.hs, dist/build/Data/Aeson/RFC8785.o, dist/build/Data/Aeson/RFC8785.dyn_o ) [31 of 32] Compiling Data.Aeson.QQ.Simple ( src/Data/Aeson/QQ/Simple.hs, dist/build/Data/Aeson/QQ/Simple.o, dist/build/Data/Aeson/QQ/Simple.dyn_o ) [32 of 32] Compiling Data.Aeson.TH ( src/Data/Aeson/TH.hs, dist/build/Data/Aeson/TH.o, dist/build/Data/Aeson/TH.dyn_o ) src/Data/Aeson/TH.hs:948:7: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [Q Exp] not matched: [] | 948 | x:xs = [ lookupField argTy | ^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Data/Aeson/TH.hs:1064:14: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [Q Exp] not matched: [] | 1064 | let x:xs = [ dispatchParseJSON jc conName tvMap argTy | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... Preprocessing library for aeson-2.2.3.0.. Running Haddock on library for aeson-2.2.3.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 32] Compiling Data.Aeson.Internal.ByteString ( src/Data/Aeson/Internal/ByteString.hs, nothing ) [ 2 of 32] Compiling Data.Aeson.Internal.Functions ( src/Data/Aeson/Internal/Functions.hs, nothing ) [ 3 of 32] Compiling Data.Aeson.Internal.Prelude ( src/Data/Aeson/Internal/Prelude.hs, nothing ) [ 4 of 32] Compiling Data.Aeson.Internal.Scientific ( src/Data/Aeson/Internal/Scientific.hs, nothing ) [ 5 of 32] Compiling Data.Aeson.Internal.TH ( src/Data/Aeson/Internal/TH.hs, nothing ) [ 6 of 32] Compiling Data.Aeson.Internal.Text ( src/Data/Aeson/Internal/Text.hs, nothing ) [ 7 of 32] Compiling Data.Aeson.Internal.Unescape ( src/Data/Aeson/Internal/Unescape.hs, nothing ) [ 8 of 32] Compiling Data.Aeson.Internal.UnescapeFromText ( src/Data/Aeson/Internal/UnescapeFromText.hs, nothing ) [ 9 of 32] Compiling Data.Aeson.Key ( src/Data/Aeson/Key.hs, nothing ) [10 of 32] Compiling Data.Aeson.Decoding.Tokens ( src/Data/Aeson/Decoding/Tokens.hs, nothing ) [11 of 32] Compiling Data.Aeson.Decoding.Internal ( src/Data/Aeson/Decoding/Internal.hs, nothing ) [12 of 32] Compiling Data.Aeson.Decoding.Text ( src/Data/Aeson/Decoding/Text.hs, nothing ) [13 of 32] Compiling Data.Aeson.Decoding.ByteString.Lazy ( src/Data/Aeson/Decoding/ByteString/Lazy.hs, nothing ) [14 of 32] Compiling Data.Aeson.Decoding.ByteString ( src/Data/Aeson/Decoding/ByteString.hs, nothing ) [15 of 32] Compiling Data.Aeson.KeyMap ( src/Data/Aeson/KeyMap.hs, nothing ) [16 of 32] Compiling Data.Aeson.Types.Generic ( src/Data/Aeson/Types/Generic.hs, nothing ) [17 of 32] Compiling Data.Aeson.Types.Internal ( src/Data/Aeson/Types/Internal.hs, nothing ) [18 of 32] Compiling Data.Aeson.Parser.Time ( src/Data/Aeson/Parser/Time.hs, nothing ) [19 of 32] Compiling Data.Aeson.Encoding.Builder ( src/Data/Aeson/Encoding/Builder.hs, nothing ) [20 of 32] Compiling Data.Aeson.Encoding.Internal ( src/Data/Aeson/Encoding/Internal.hs, nothing ) [21 of 32] Compiling Data.Aeson.Encoding ( src/Data/Aeson/Encoding.hs, nothing ) [22 of 32] Compiling Data.Aeson.Decoding.Conversion ( src/Data/Aeson/Decoding/Conversion.hs, nothing ) [23 of 32] Compiling Data.Aeson.Types.FromJSON ( src/Data/Aeson/Types/FromJSON.hs, nothing ) [24 of 32] Compiling Data.Aeson.Types.ToJSON ( src/Data/Aeson/Types/ToJSON.hs, nothing ) src/Data/Aeson/Types/ToJSON.hs:1615:23: warning: [GHC-68441] [-Wdeprecations] In the use of data constructor Solo (imported from Data.Tuple.Solo, but defined in GHC.Tuple): Deprecated: "The Solo constructor has been renamed to MkSolo to avoid punning." | 1615 | liftToJSON _ t _ (Solo a) = t a | ^^^^ src/Data/Aeson/Types/ToJSON.hs:1618:27: warning: [GHC-68441] [-Wdeprecations] In the use of data constructor Solo (imported from Data.Tuple.Solo, but defined in GHC.Tuple): Deprecated: "The Solo constructor has been renamed to MkSolo to avoid punning." | 1618 | liftToEncoding _ t _ (Solo a) = t a | ^^^^ [25 of 32] Compiling Data.Aeson.Types.Class ( src/Data/Aeson/Types/Class.hs, nothing ) [26 of 32] Compiling Data.Aeson.Types ( src/Data/Aeson/Types.hs, nothing ) [27 of 32] Compiling Data.Aeson.Text ( src/Data/Aeson/Text.hs, nothing ) [28 of 32] Compiling Data.Aeson.Decoding ( src/Data/Aeson/Decoding.hs, nothing ) [29 of 32] Compiling Data.Aeson ( src/Data/Aeson.hs, nothing ) [30 of 32] Compiling Data.Aeson.RFC8785 ( src/Data/Aeson/RFC8785.hs, nothing ) [31 of 32] Compiling Data.Aeson.QQ.Simple ( src/Data/Aeson/QQ/Simple.hs, nothing ) [32 of 32] Compiling Data.Aeson.TH ( src/Data/Aeson/TH.hs, nothing ) Haddock coverage: Warning: Data.Aeson.Internal.Prelude: Could not find documentation for exported module: Data.Vector Warning: Data.Aeson.Internal.Prelude: Couldn't find .haddock for export Vector Warning: 'letE' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Key' is ambiguous. It is defined * at src/Data/Aeson/Key.hs:44:15 * at src/Data/Aeson/Key.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 src/Data/Aeson/Key.hs:44:1 Warning: 'Coercible' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'coercing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 44% ( 4 / 9) in 'Data.Aeson.Key' Missing documentation for: Key (src/Data/Aeson/Key.hs:44) fromString (src/Data/Aeson/Key.hs:48) toString (src/Data/Aeson/Key.hs:51) toText (src/Data/Aeson/Key.hs:57) fromText (src/Data/Aeson/Key.hs:54) 100% ( 7 / 7) in 'Data.Aeson.Decoding.Tokens' Warning: 'Text' is ambiguous. It is defined * in Data.Text.Internal * in Data.Text.Internal 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.Text.Internal Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 2 / 2) in 'Data.Aeson.Decoding.Text' 100% ( 2 / 2) in 'Data.Aeson.Decoding.ByteString.Lazy' 100% ( 2 / 2) in 'Data.Aeson.Decoding.ByteString' Warning: 'v' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'KeyMap' is ambiguous. It is defined * at src/Data/Aeson/KeyMap.hs:143:20 * at src/Data/Aeson/KeyMap.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/Aeson/KeyMap.hs:143:1 Warning: 'const' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 88% ( 61 / 69) in 'Data.Aeson.KeyMap' Missing documentation for: coercionToHashMap (src/Data/Aeson/KeyMap.hs:317) coercionToMap (src/Data/Aeson/KeyMap.hs:321) foldr (src/Data/Aeson/KeyMap.hs:206) foldr' (src/Data/Aeson/KeyMap.hs:209) foldl (src/Data/Aeson/KeyMap.hs:212) foldl' (src/Data/Aeson/KeyMap.hs:215) foldMapWithKey (src/Data/Aeson/KeyMap.hs:203) Key (src/Data/Aeson/Key.hs:44) Warning: 'ToJSON1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'FromJSON1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ToJSON' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'FromJSON' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'throwDecode' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'JSONKeyOptions' is ambiguous. It is defined * at src/Data/Aeson/Types/Internal.hs:804:23 * at src/Data/Aeson/Types/Internal.hs:804: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/Aeson/Types/Internal.hs:804:1 Warning: 'ToJSONKey' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'toJSONKey' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'genericToJSONKey' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'FromJSONKey' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'fromJSONKey' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'genericFromJSONKey' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'omittedField' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'allowOmittedFieds' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Object' is ambiguous. It is defined * at src/Data/Aeson/Types/Internal.hs:366:14 * at src/Data/Aeson/Types/Internal.hs:360: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/Aeson/Types/Internal.hs:360:1 Warning: 'Parser' is ambiguous. It is defined * at src/Data/Aeson/Types/Internal.hs:278:20 * at src/Data/Aeson/Types/Internal.hs:278: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/Aeson/Types/Internal.hs:278:1 Warning: 'Array' is ambiguous. It is defined * at src/Data/Aeson/Types/Internal.hs:367:14 * at src/Data/Aeson/Types/Internal.hs:363: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/Aeson/Types/Internal.hs:363:1 Warning: 'String' is ambiguous. It is defined * at src/Data/Aeson/Types/Internal.hs:368:14 * in GHC.Base 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/Aeson/Types/Internal.hs:368:14 Warning: '(.:)' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Options' is ambiguous. It is defined * at src/Data/Aeson/Types/Internal.hs:705:16 * at src/Data/Aeson/Types/Internal.hs:705: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/Aeson/Types/Internal.hs:705:1 Warning: 'API' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'hashable' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '.=' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Value' is ambiguous. It is defined * at src/Data/Aeson/Encoding/Internal.hs:130:15 * at src/Data/Aeson/Types/Internal.hs:366: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/Aeson/Types/Internal.hs:366:1 Warning: 'unsafePair' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 25% ( 21 / 82) in 'Data.Aeson.Encoding.Internal' Missing documentation for: Module header encodingToLazyByteString (src/Data/Aeson/Encoding/Internal.hs:98) retagEncoding (src/Data/Aeson/Encoding/Internal.hs:102) pair (src/Data/Aeson/Encoding/Internal.hs:134) pairStr (src/Data/Aeson/Encoding/Internal.hs:138) pair' (src/Data/Aeson/Encoding/Internal.hs:142) nullEncoding (src/Data/Aeson/Encoding/Internal.hs:168) emptyArray_ (src/Data/Aeson/Encoding/Internal.hs:171) emptyObject_ (src/Data/Aeson/Encoding/Internal.hs:174) wrapObject (src/Data/Aeson/Encoding/Internal.hs:180) wrapArray (src/Data/Aeson/Encoding/Internal.hs:177) null_ (src/Data/Aeson/Encoding/Internal.hs:183) bool (src/Data/Aeson/Encoding/Internal.hs:186) key (src/Data/Aeson/Encoding/Internal.hs:247) text (src/Data/Aeson/Encoding/Internal.hs:250) lazyText (src/Data/Aeson/Encoding/Internal.hs:253) string (src/Data/Aeson/Encoding/Internal.hs:266) list (src/Data/Aeson/Encoding/Internal.hs:196) empty (src/Data/Aeson/Encoding/Internal.hs:225) >< (src/Data/Aeson/Encoding/Internal.hs:232) econcat (src/Data/Aeson/Encoding/Internal.hs:228) int8 (src/Data/Aeson/Encoding/Internal.hs:285) int16 (src/Data/Aeson/Encoding/Internal.hs:288) int32 (src/Data/Aeson/Encoding/Internal.hs:291) int64 (src/Data/Aeson/Encoding/Internal.hs:294) int (src/Data/Aeson/Encoding/Internal.hs:297) word8 (src/Data/Aeson/Encoding/Internal.hs:300) word16 (src/Data/Aeson/Encoding/Internal.hs:303) word32 (src/Data/Aeson/Encoding/Internal.hs:306) word64 (src/Data/Aeson/Encoding/Internal.hs:309) word (src/Data/Aeson/Encoding/Internal.hs:312) integer (src/Data/Aeson/Encoding/Internal.hs:315) float (src/Data/Aeson/Encoding/Internal.hs:318) scientific (src/Data/Aeson/Encoding/Internal.hs:338) int8Text (src/Data/Aeson/Encoding/Internal.hs:352) int16Text (src/Data/Aeson/Encoding/Internal.hs:355) int32Text (src/Data/Aeson/Encoding/Internal.hs:358) int64Text (src/Data/Aeson/Encoding/Internal.hs:361) intText (src/Data/Aeson/Encoding/Internal.hs:364) word8Text (src/Data/Aeson/Encoding/Internal.hs:367) word16Text (src/Data/Aeson/Encoding/Internal.hs:370) word32Text (src/Data/Aeson/Encoding/Internal.hs:373) word64Text (src/Data/Aeson/Encoding/Internal.hs:376) wordText (src/Data/Aeson/Encoding/Internal.hs:379) integerText (src/Data/Aeson/Encoding/Internal.hs:382) floatText (src/Data/Aeson/Encoding/Internal.hs:385) scientificText (src/Data/Aeson/Encoding/Internal.hs:409) day (src/Data/Aeson/Encoding/Internal.hs:416) month (src/Data/Aeson/Encoding/Internal.hs:419) quarter (src/Data/Aeson/Encoding/Internal.hs:422) localTime (src/Data/Aeson/Encoding/Internal.hs:425) utcTime (src/Data/Aeson/Encoding/Internal.hs:428) timeOfDay (src/Data/Aeson/Encoding/Internal.hs:431) zonedTime (src/Data/Aeson/Encoding/Internal.hs:434) value (src/Data/Aeson/Encoding/Internal.hs:441) comma (src/Data/Aeson/Encoding/Internal.hs:273) colon (src/Data/Aeson/Encoding/Internal.hs:274) openBracket (src/Data/Aeson/Encoding/Internal.hs:275) closeBracket (src/Data/Aeson/Encoding/Internal.hs:276) openCurly (src/Data/Aeson/Encoding/Internal.hs:277) closeCurly (src/Data/Aeson/Encoding/Internal.hs:278) Warning: 'Encoding' is ambiguous. It is defined * at src/Data/Aeson/Encoding/Internal.hs:82:25 * at src/Data/Aeson/Encoding/Internal.hs:88: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/Aeson/Encoding/Internal.hs:88:1 Warning: 'Text' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 27% ( 18 / 65) in 'Data.Aeson.Encoding' Missing documentation for: encodingToLazyByteString (src/Data/Aeson/Encoding/Internal.hs:98) pair (src/Data/Aeson/Encoding/Internal.hs:134) pairStr (src/Data/Aeson/Encoding/Internal.hs:138) pair' (src/Data/Aeson/Encoding/Internal.hs:142) nullEncoding (src/Data/Aeson/Encoding/Internal.hs:168) emptyArray_ (src/Data/Aeson/Encoding/Internal.hs:171) emptyObject_ (src/Data/Aeson/Encoding/Internal.hs:174) text (src/Data/Aeson/Encoding/Internal.hs:250) lazyText (src/Data/Aeson/Encoding/Internal.hs:253) string (src/Data/Aeson/Encoding/Internal.hs:266) list (src/Data/Aeson/Encoding/Internal.hs:196) null_ (src/Data/Aeson/Encoding/Internal.hs:183) bool (src/Data/Aeson/Encoding/Internal.hs:186) int8 (src/Data/Aeson/Encoding/Internal.hs:285) int16 (src/Data/Aeson/Encoding/Internal.hs:288) int32 (src/Data/Aeson/Encoding/Internal.hs:291) int64 (src/Data/Aeson/Encoding/Internal.hs:294) int (src/Data/Aeson/Encoding/Internal.hs:297) word8 (src/Data/Aeson/Encoding/Internal.hs:300) word16 (src/Data/Aeson/Encoding/Internal.hs:303) word32 (src/Data/Aeson/Encoding/Internal.hs:306) word64 (src/Data/Aeson/Encoding/Internal.hs:309) word (src/Data/Aeson/Encoding/Internal.hs:312) integer (src/Data/Aeson/Encoding/Internal.hs:315) float (src/Data/Aeson/Encoding/Internal.hs:318) scientific (src/Data/Aeson/Encoding/Internal.hs:338) int8Text (src/Data/Aeson/Encoding/Internal.hs:352) int16Text (src/Data/Aeson/Encoding/Internal.hs:355) int32Text (src/Data/Aeson/Encoding/Internal.hs:358) int64Text (src/Data/Aeson/Encoding/Internal.hs:361) intText (src/Data/Aeson/Encoding/Internal.hs:364) word8Text (src/Data/Aeson/Encoding/Internal.hs:367) word16Text (src/Data/Aeson/Encoding/Internal.hs:370) word32Text (src/Data/Aeson/Encoding/Internal.hs:373) word64Text (src/Data/Aeson/Encoding/Internal.hs:376) wordText (src/Data/Aeson/Encoding/Internal.hs:379) integerText (src/Data/Aeson/Encoding/Internal.hs:382) floatText (src/Data/Aeson/Encoding/Internal.hs:385) scientificText (src/Data/Aeson/Encoding/Internal.hs:409) day (src/Data/Aeson/Encoding/Internal.hs:416) month (src/Data/Aeson/Encoding/Internal.hs:419) quarter (src/Data/Aeson/Encoding/Internal.hs:422) localTime (src/Data/Aeson/Encoding/Internal.hs:425) utcTime (src/Data/Aeson/Encoding/Internal.hs:428) timeOfDay (src/Data/Aeson/Encoding/Internal.hs:431) zonedTime (src/Data/Aeson/Encoding/Internal.hs:434) value (src/Data/Aeson/Encoding/Internal.hs:441) Warning: 'ConsParseJSON' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Generically1' is ambiguous. It is defined * in GHC.Generics * in GHC.Generics 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.Generics Warning: 'ToJSONKeyFunction' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ToJSONKeyValue' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ToJSONKey' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ToJSONKeyText' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'String' is ambiguous. It is defined * at src/Data/Aeson/Types/Internal.hs:368:14 * in GHC.Base 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/Aeson/Types/Internal.hs:368:14 Warning: 'Object' is ambiguous. It is defined * at src/Data/Aeson/Types/Internal.hs:366:14 * at src/Data/Aeson/Types/Internal.hs:360: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/Aeson/Types/Internal.hs:360:1 Warning: 'Array' is ambiguous. It is defined * at src/Data/Aeson/Types/Internal.hs:367:14 * at src/Data/Aeson/Types/Internal.hs:363: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/Aeson/Types/Internal.hs:363:1 Warning: 'Generically' is ambiguous. It is defined * in GHC.Generics * in GHC.Generics 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.Generics Warning: 'genericToJSONKey' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Bool' is ambiguous. It is defined * at src/Data/Aeson/Types/Internal.hs:370:14 * 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 at src/Data/Aeson/Types/Internal.hs:370:14 Warning: 'Boolean' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Map' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'HashMap' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'FromJSONKey' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Foo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'String' is ambiguous. It is defined * at src/Data/Aeson/Types/Internal.hs:368:14 * in GHC.Base 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/Aeson/Types/Internal.hs:368:14 Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'showsList' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'pairs' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Generically' is ambiguous. It is defined * in GHC.Generics * in GHC.Generics 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.Generics Warning: 'Object' is ambiguous. It is defined * at src/Data/Aeson/Types/Internal.hs:366:14 * at src/Data/Aeson/Types/Internal.hs:360: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/Aeson/Types/Internal.hs:360:1 93% (138 /148) in 'Data.Aeson.Types' Missing documentation for: Key (src/Data/Aeson/Key.hs:44) ToJSONKeyFunction (src/Data/Aeson/Types/ToJSON.hs:532) GToJSONKey (src/Data/Aeson/Types/ToJSON.hs:596) genericToJSONKey (src/Data/Aeson/Types/ToJSON.hs:594) GFromJSONKey (src/Data/Aeson/Types/FromJSON.hs:521) omitField1 (src/Data/Aeson/Types/ToJSON.hs:691) omitField2 (src/Data/Aeson/Types/ToJSON.hs:724) GToJSON (src/Data/Aeson/Types/Class.hs:120) GToEncoding (src/Data/Aeson/Types/Class.hs:121) JSONPath (src/Data/Aeson/Types/Internal.hs:116) Warning: 'encode' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'fromEncoding' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 3 / 3) in 'Data.Aeson.Text' Warning: 'AesonException' is ambiguous. It is defined * at src/Data/Aeson/Types/Internal.hs:923:26 * at src/Data/Aeson/Types/Internal.hs:923: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/Aeson/Types/Internal.hs:923:1 100% ( 12 / 12) in 'Data.Aeson.Decoding' Warning: 'json' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'AesonException' is ambiguous. It is defined * at src/Data/Aeson/Types/Internal.hs:923:26 * at src/Data/Aeson/Types/Internal.hs:923: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/Aeson/Types/Internal.hs:923:1 Warning: 'Generic' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'name' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Object' is ambiguous. It is defined * at src/Data/Aeson/Types/Internal.hs:366:14 * at src/Data/Aeson/Types/Internal.hs:360: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/Aeson/Types/Internal.hs:360:1 Cannot find documentation for: $optionsFields 92% (132 /143) in 'Data.Aeson' Missing documentation for: Key (src/Data/Aeson/Key.hs:44) JSONPath (src/Data/Aeson/Types/Internal.hs:116) ToJSONKeyFunction (src/Data/Aeson/Types/ToJSON.hs:532) GToJSONKey (src/Data/Aeson/Types/ToJSON.hs:596) genericToJSONKey (src/Data/Aeson/Types/ToJSON.hs:594) GFromJSONKey (src/Data/Aeson/Types/FromJSON.hs:521) omitField1 (src/Data/Aeson/Types/ToJSON.hs:691) omitField2 (src/Data/Aeson/Types/ToJSON.hs:724) GToJSON (src/Data/Aeson/Types/Class.hs:120) GToEncoding (src/Data/Aeson/Types/Class.hs:121) parseIndexedJSON (src/Data/Aeson/Types/FromJSON.hs:171) Warning: 'Value' is ambiguous. It is defined * at src/Data/Aeson/Encoding/Internal.hs:130:15 * at src/Data/Aeson/Types/Internal.hs:366: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/Aeson/Types/Internal.hs:366:1 100% ( 2 / 2) in 'Data.Aeson.RFC8785' 100% ( 2 / 2) in 'Data.Aeson.QQ.Simple' Warning: 'ToJSON' is ambiguous. It is defined * at src/Data/Aeson/TH.hs:1906:16 * at src/Data/Aeson/Types/ToJSON.hs:291: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/Aeson/Types/ToJSON.hs:291:1 Warning: 'Value' is ambiguous. It is defined * at src/Data/Aeson/TH.hs:1909:18 * at src/Data/Aeson/Types/Internal.hs:366: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/Aeson/Types/Internal.hs:366:1 Warning: 'Object' is ambiguous. It is defined * at src/Data/Aeson/Types/Internal.hs:366:14 * at src/Data/Aeson/Types/Internal.hs:360: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/Aeson/Types/Internal.hs:360:1 Warning: 'FromJSON3' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 25 / 25) in 'Data.Aeson.TH' Warning: Data.Aeson.KeyMap: could not find link destinations for: - Data.Aeson.KeyMap.D:R:ItemKeyMap Warning: Data.Aeson.Encoding.Internal: could not find link destinations for: - Data.Aeson.Types.ToJSON.EncodeProduct - Data.Aeson.Types.ToJSON.gToJSON Warning: Data.Aeson.Encoding: could not find link destinations for: - Data.Aeson.Types.ToJSON.EncodeProduct - Data.Aeson.Types.ToJSON.gToJSON Warning: Data.Aeson.Types: could not find link destinations for: - Data.Vector.Vector - Data.Vector.Generic.Base.Vector - Data.Aeson.Types.Generic.ProductSize - Data.Aeson.Types.Generic.AllNullary - Data.Aeson.Types.Internal.Rep_Value - Data.Vector.Primitive.Vector - Data.Vector.Storable.Vector - Data.Vector.Unboxed.Base.Vector - Data.Aeson.Types.FromJSON.ConstructorNames - Data.Aeson.Types.FromJSON.SumFromString - Data.Aeson.Types.FromJSON.GFromJSON' - Data.Aeson.Types.FromJSON.gParseJSON - Data.Aeson.Types.FromJSON.withBoundedScientific - Data.Aeson.Types.ToJSON.EncodeProduct - Data.Aeson.Types.ToJSON.WriteProduct - Data.Aeson.Types.ToJSON.ConsToJSON - Data.Aeson.Types.ToJSON.GetConName - Data.Aeson.Types.ToJSON.SumToJSON - Data.Aeson.Types.ToJSON.gToJSON Warning: Data.Aeson: could not find link destinations for: - Data.Vector.Vector - Data.Vector.Generic.Base.Vector - Data.Aeson.Types.Generic.ProductSize - Data.Aeson.Types.Generic.AllNullary - Data.Aeson.Types.Internal.Rep_Value - Data.Vector.Primitive.Vector - Data.Vector.Storable.Vector - Data.Vector.Unboxed.Base.Vector - Data.Aeson.Types.FromJSON.ConstructorNames - Data.Aeson.Types.FromJSON.SumFromString - Data.Aeson.Types.FromJSON.GFromJSON' - Data.Aeson.Types.FromJSON.gParseJSON - Data.Aeson.Types.FromJSON.withBoundedScientific - Data.Aeson.Types.ToJSON.EncodeProduct - Data.Aeson.Types.ToJSON.WriteProduct - Data.Aeson.Types.ToJSON.ConsToJSON - Data.Aeson.Types.ToJSON.GetConName - Data.Aeson.Types.ToJSON.SumToJSON - Data.Aeson.Types.ToJSON.gToJSON Documentation created: dist/doc/html/aeson/, dist/doc/html/aeson/aeson.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/aeson-2.2.3.0-LUFJ19QWNo23HUZavAYqkm Completed aeson-2.2.3.0 Configuring insert-ordered-containers-0.2.7... Preprocessing library for insert-ordered-containers-0.2.7.. Building library for insert-ordered-containers-0.2.7.. [1 of 3] Compiling Data.HashMap.InsOrd.Internal ( src/Data/HashMap/InsOrd/Internal.hs, dist/build/Data/HashMap/InsOrd/Internal.o, dist/build/Data/HashMap/InsOrd/Internal.dyn_o ) [2 of 3] Compiling Data.HashMap.Strict.InsOrd ( src/Data/HashMap/Strict/InsOrd.hs, dist/build/Data/HashMap/Strict/InsOrd.o, dist/build/Data/HashMap/Strict/InsOrd.dyn_o ) [3 of 3] Compiling Data.HashSet.InsOrd ( src/Data/HashSet/InsOrd.hs, dist/build/Data/HashSet/InsOrd.o, dist/build/Data/HashSet/InsOrd.dyn_o ) src/Data/HashSet/InsOrd.hs:52:47: warning: [GHC-38856] [-Wunused-imports] The import of Typeable from module Data.Data is redundant | 52 | import Data.Data (Data, Typeable) | ^^^^^^^^ Preprocessing library for insert-ordered-containers-0.2.7.. Running Haddock on library for insert-ordered-containers-0.2.7.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 3] Compiling Data.HashMap.InsOrd.Internal ( src/Data/HashMap/InsOrd/Internal.hs, nothing ) [2 of 3] Compiling Data.HashMap.Strict.InsOrd ( src/Data/HashMap/Strict/InsOrd.hs, nothing ) [3 of 3] Compiling Data.HashSet.InsOrd ( src/Data/HashSet/InsOrd.hs, nothing ) src/Data/HashSet/InsOrd.hs:52:47: warning: [GHC-38856] [-Wunused-imports] The import of Typeable from module Data.Data is redundant | 52 | import Data.Data (Data, Typeable) | ^^^^^^^^ Haddock coverage: Warning: 'InsOrdHashMap' is ambiguous. It is defined * at src/Data/HashMap/Strict/InsOrd.hs:167:26 * at src/Data/HashMap/Strict/InsOrd.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 src/Data/HashMap/Strict/InsOrd.hs:167:1 34% ( 22 / 63) in 'Data.HashMap.Strict.InsOrd' Missing documentation for: empty (src/Data/HashMap/Strict/InsOrd.hs:331) singleton (src/Data/HashMap/Strict/InsOrd.hs:335) null (src/Data/HashMap/Strict/InsOrd.hs:343) size (src/Data/HashMap/Strict/InsOrd.hs:347) member (src/Data/HashMap/Strict/InsOrd.hs:351) lookup (src/Data/HashMap/Strict/InsOrd.hs:355) lookupDefault (src/Data/HashMap/Strict/InsOrd.hs:362) insert (src/Data/HashMap/Strict/InsOrd.hs:370) insertWith (src/Data/HashMap/Strict/InsOrd.hs:376) delete (src/Data/HashMap/Strict/InsOrd.hs:366) adjust (src/Data/HashMap/Strict/InsOrd.hs:382) update (src/Data/HashMap/Strict/InsOrd.hs:388) alter (src/Data/HashMap/Strict/InsOrd.hs:394) union (src/Data/HashMap/Strict/InsOrd.hs:438) unionWithKey (src/Data/HashMap/Strict/InsOrd.hs:429) unions (src/Data/HashMap/Strict/InsOrd.hs:443) map (src/Data/HashMap/Strict/InsOrd.hs:461) traverseKeys (src/Data/HashMap/Strict/InsOrd.hs:457) mapWithKey (src/Data/HashMap/Strict/InsOrd.hs:464) traverseWithKey (src/Data/HashMap/Strict/InsOrd.hs:473) difference (src/Data/HashMap/Strict/InsOrd.hs:508) intersection (src/Data/HashMap/Strict/InsOrd.hs:514) intersectionWith (src/Data/HashMap/Strict/InsOrd.hs:520) intersectionWithKey (src/Data/HashMap/Strict/InsOrd.hs:526) foldl' (src/Data/HashMap/Strict/InsOrd.hs:536) foldlWithKey' (src/Data/HashMap/Strict/InsOrd.hs:541) foldr (src/Data/HashMap/Strict/InsOrd.hs:546) foldrWithKey (src/Data/HashMap/Strict/InsOrd.hs:551) foldMapWithKey (src/Data/HashMap/Strict/InsOrd.hs:470) filter (src/Data/HashMap/Strict/InsOrd.hs:560) filterWithKey (src/Data/HashMap/Strict/InsOrd.hs:564) mapMaybe (src/Data/HashMap/Strict/InsOrd.hs:570) mapMaybeWithKey (src/Data/HashMap/Strict/InsOrd.hs:575) keys (src/Data/HashMap/Strict/InsOrd.hs:585) elems (src/Data/HashMap/Strict/InsOrd.hs:589) toList (src/Data/HashMap/Strict/InsOrd.hs:602) toRevList (src/Data/HashMap/Strict/InsOrd.hs:609) fromList (src/Data/HashMap/Strict/InsOrd.hs:593) toHashMap (src/Data/HashMap/Strict/InsOrd.hs:621) fromHashMap (src/Data/HashMap/Strict/InsOrd.hs:616) unorderedTraversal (src/Data/HashMap/Strict/InsOrd.hs:309) Warning: 'InsOrdHashSet' is ambiguous. It is defined * at src/Data/HashSet/InsOrd.hs:92:24 * at src/Data/HashSet/InsOrd.hs:92: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/HashSet/InsOrd.hs:92:1 50% ( 16 / 32) in 'Data.HashSet.InsOrd' Missing documentation for: empty (src/Data/HashSet/InsOrd.hs:211) singleton (src/Data/HashSet/InsOrd.hs:215) null (src/Data/HashSet/InsOrd.hs:223) size (src/Data/HashSet/InsOrd.hs:227) member (src/Data/HashSet/InsOrd.hs:231) insert (src/Data/HashSet/InsOrd.hs:235) delete (src/Data/HashSet/InsOrd.hs:238) union (src/Data/HashSet/InsOrd.hs:247) map (src/Data/HashSet/InsOrd.hs:260) difference (src/Data/HashSet/InsOrd.hs:269) intersection (src/Data/HashSet/InsOrd.hs:273) filter (src/Data/HashSet/InsOrd.hs:281) toList (src/Data/HashSet/InsOrd.hs:293) fromList (src/Data/HashSet/InsOrd.hs:289) toHashSet (src/Data/HashSet/InsOrd.hs:304) fromHashSet (src/Data/HashSet/InsOrd.hs:300) Warning: Data.HashMap.Strict.InsOrd: could not find link destinations for: - Data.HashMap.Strict.InsOrd.R:IxKindInsOrdHashMap - Data.HashMap.Strict.InsOrd.D:R:ItemInsOrdHashMap Warning: Data.HashSet.InsOrd: could not find link destinations for: - Data.HashSet.InsOrd.R:IxKindInsOrdHashSet - Data.HashSet.InsOrd.D:R:ItemInsOrdHashSet Documentation created: dist/doc/html/insert-ordered-containers/, dist/doc/html/insert-ordered-containers/insert-ordered-containers.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/insert-ordered-containers-0.2.7-2tpYZSci2G8CwyeyH6wz1M Completed insert-ordered-containers-0.2.7 Configuring attoparsec-aeson-2.2.2.0... Preprocessing library for attoparsec-aeson-2.2.2.0.. Building library for attoparsec-aeson-2.2.2.0.. [1 of 4] Compiling Data.Aeson.Internal.ByteString ( src/Data/Aeson/Internal/ByteString.hs, dist/build/Data/Aeson/Internal/ByteString.o, dist/build/Data/Aeson/Internal/ByteString.dyn_o ) [2 of 4] Compiling Data.Aeson.Internal.Text ( src/Data/Aeson/Internal/Text.hs, dist/build/Data/Aeson/Internal/Text.o, dist/build/Data/Aeson/Internal/Text.dyn_o ) [3 of 4] Compiling Data.Aeson.Parser.Internal ( src/Data/Aeson/Parser/Internal.hs, dist/build/Data/Aeson/Parser/Internal.o, dist/build/Data/Aeson/Parser/Internal.dyn_o ) [4 of 4] Compiling Data.Aeson.Parser ( src/Data/Aeson/Parser.hs, dist/build/Data/Aeson/Parser.o, dist/build/Data/Aeson/Parser.dyn_o ) Preprocessing library for attoparsec-aeson-2.2.2.0.. Running Haddock on library for attoparsec-aeson-2.2.2.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 4] Compiling Data.Aeson.Internal.ByteString ( src/Data/Aeson/Internal/ByteString.hs, nothing ) [2 of 4] Compiling Data.Aeson.Internal.Text ( src/Data/Aeson/Internal/Text.hs, nothing ) [3 of 4] Compiling Data.Aeson.Parser.Internal ( src/Data/Aeson/Parser/Internal.hs, nothing ) [4 of 4] Compiling Data.Aeson.Parser ( src/Data/Aeson/Parser.hs, nothing ) Haddock coverage: Warning: 'Object' is ambiguous. It is defined * in Data.Aeson.Types.Internal * in Data.Aeson.Types.Internal 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.Aeson.Types.Internal Warning: 'fromListNoDup' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 86% ( 26 / 30) in 'Data.Aeson.Parser.Internal' Missing documentation for: decodeWith (src/Data/Aeson/Parser/Internal.hs:349) decodeStrictWith (src/Data/Aeson/Parser/Internal.hs:359) eitherDecodeWith (src/Data/Aeson/Parser/Internal.hs:367) eitherDecodeStrictWith (src/Data/Aeson/Parser/Internal.hs:403) 84% ( 22 / 26) in 'Data.Aeson.Parser' Missing documentation for: decodeWith (src/Data/Aeson/Parser/Internal.hs:349) decodeStrictWith (src/Data/Aeson/Parser/Internal.hs:359) eitherDecodeWith (src/Data/Aeson/Parser/Internal.hs:367) eitherDecodeStrictWith (src/Data/Aeson/Parser/Internal.hs:403) Documentation created: dist/doc/html/attoparsec-aeson/, dist/doc/html/attoparsec-aeson/attoparsec-aeson.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/attoparsec-aeson-2.2.2.0-Bp1cYB6Css2GNUUreUMdHy Completed attoparsec-aeson-2.2.2.0 Configuring aeson-pretty-0.8.10... Preprocessing library for aeson-pretty-0.8.10.. Building library for aeson-pretty-0.8.10.. [1 of 1] Compiling Data.Aeson.Encode.Pretty ( Data/Aeson/Encode/Pretty.hs, dist/build/Data/Aeson/Encode/Pretty.o, dist/build/Data/Aeson/Encode/Pretty.dyn_o ) Preprocessing executable 'aeson-pretty' for aeson-pretty-0.8.10.. Building executable 'aeson-pretty' for aeson-pretty-0.8.10.. [1 of 2] Compiling Paths_aeson_pretty ( dist/build/aeson-pretty/autogen/Paths_aeson_pretty.hs, dist/build/aeson-pretty/aeson-pretty-tmp/Paths_aeson_pretty.o ) [2 of 2] Compiling Main ( cli-tool/Main.hs, dist/build/aeson-pretty/aeson-pretty-tmp/Main.o ) [3 of 3] Linking dist/build/aeson-pretty/aeson-pretty Preprocessing library for aeson-pretty-0.8.10.. Running Haddock on library for aeson-pretty-0.8.10.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Data.Aeson.Encode.Pretty ( Data/Aeson/Encode/Pretty.hs, nothing ) Haddock coverage: 83% ( 15 / 18) in 'Data.Aeson.Encode.Pretty' Missing documentation for: Config (Data/Aeson/Encode/Pretty.hs:110) NumberFormat (Data/Aeson/Encode/Pretty.hs:97) compare Documentation created: dist/doc/html/aeson-pretty/, dist/doc/html/aeson-pretty/aeson-pretty.txt Preprocessing executable 'aeson-pretty' for aeson-pretty-0.8.10.. Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/aeson-pretty-0.8.10-LXsC0M2vnihFN1VHORb7Ug Installing executable aeson-pretty in /var/lib/hackage-doc-builder/build-cache/tmp-install/bin Warning: The directory /var/lib/hackage-doc-builder/build-cache/tmp-install/bin is not in the system search path. Completed aeson-pretty-0.8.10 [1 of 2] Compiling Main ( /tmp/cabal-tmp-3120143/swagger2-2.8.10/dist/setup/setup.hs, /tmp/cabal-tmp-3120143/swagger2-2.8.10/dist/setup/Main.o ) [2 of 2] Linking /tmp/cabal-tmp-3120143/swagger2-2.8.10/dist/setup/setup Configuring swagger2-2.8.10... Preprocessing library for swagger2-2.8.10... Building library for swagger2-2.8.10... [ 1 of 17] Compiling Data.Swagger.Declare ( src/Data/Swagger/Declare.hs, dist/build/Data/Swagger/Declare.o, dist/build/Data/Swagger/Declare.dyn_o ) src/Data/Swagger/Declare.hs:55:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical return definition detected in the instance declaration for Monad (DeclareT d m). return will eventually be removed in favour of pure Suggested fix: Either remove definition for return (recommended) or define as return = pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 55 | return x = DeclareT (\_ -> pure (mempty, x)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 2 of 17] Compiling Data.Swagger.Internal.AesonUtils ( src/Data/Swagger/Internal/AesonUtils.hs, dist/build/Data/Swagger/Internal/AesonUtils.o, dist/build/Data/Swagger/Internal/AesonUtils.dyn_o ) src/Data/Swagger/Internal/AesonUtils.hs:107:18: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 107 | , Code a ~ '[xs] | ^ src/Data/Swagger/Internal/AesonUtils.hs:128:18: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 128 | , Code a ~ '[xs] | ^ src/Data/Swagger/Internal/AesonUtils.hs:192:18: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 192 | , Code a ~ '[xs] | ^ src/Data/Swagger/Internal/AesonUtils.hs:266:18: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 266 | , Code a ~ '[xs] | ^ [ 3 of 17] Compiling Data.Swagger.Internal.TypeShape ( src/Data/Swagger/Internal/TypeShape.hs, dist/build/Data/Swagger/Internal/TypeShape.o, dist/build/Data/Swagger/Internal/TypeShape.dyn_o ) src/Data/Swagger/Internal/TypeShape.hs:49:32: 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. | 49 | type family GenericShape (g :: * -> *) :: TypeShape | ^ src/Data/Swagger/Internal/TypeShape.hs:49:37: 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. | 49 | type family GenericShape (g :: * -> *) :: TypeShape | ^ [ 4 of 17] Compiling Data.Swagger.Internal.Utils ( src/Data/Swagger/Internal/Utils.hs, dist/build/Data/Swagger/Internal/Utils.o, dist/build/Data/Swagger/Internal/Utils.dyn_o ) [ 5 of 17] Compiling Data.Swagger.Internal ( src/Data/Swagger/Internal.hs, dist/build/Data/Swagger/Internal.o, dist/build/Data/Swagger/Internal.dyn_o ) src/Data/Swagger/Internal.hs:375:37: 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. | 375 | data SwaggerItems (t :: SwaggerKind *) where | ^ src/Data/Swagger/Internal.hs:433:24: 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. | 433 | data SwaggerKind (t :: *) | ^ src/Data/Swagger/Internal.hs:438:47: 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. | 438 | type family SwaggerKindType (k :: SwaggerKind *) :: * | ^ src/Data/Swagger/Internal.hs:438:53: 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. | 438 | type family SwaggerKindType (k :: SwaggerKind *) :: * | ^ src/Data/Swagger/Internal.hs:443:36: 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. | 443 | data SwaggerType (t :: SwaggerKind *) where | ^ src/Data/Swagger/Internal.hs:514:41: 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. | 514 | data CollectionFormat (t :: SwaggerKind *) where | ^ src/Data/Swagger/Internal.hs:582:36: 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. | 582 | data ParamSchema (t :: SwaggerKind *) = ParamSchema | ^ [ 6 of 17] Compiling Data.Swagger.Lens ( src/Data/Swagger/Lens.hs, dist/build/Data/Swagger/Lens.o, dist/build/Data/Swagger/Lens.dyn_o ) [ 7 of 17] Compiling Data.Swagger.Optics ( src/Data/Swagger/Optics.hs, dist/build/Data/Swagger/Optics.o, dist/build/Data/Swagger/Optics.dyn_o ) src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:79:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 79 | makeFieldLabels ''Host | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:79:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 79 | makeFieldLabels ''Host | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:79:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 79 | makeFieldLabels ''Host | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:79:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 79 | makeFieldLabels ''Host | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:79:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 79 | makeFieldLabels ''Host | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:79:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 79 | makeFieldLabels ''Host | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:81:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 81 | makeFieldLabels ''Contact | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:81:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 81 | makeFieldLabels ''Contact | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:81:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 81 | makeFieldLabels ''Contact | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:81:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 81 | makeFieldLabels ''Contact | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:81:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 81 | makeFieldLabels ''Contact | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:81:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 81 | makeFieldLabels ''Contact | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:81:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 81 | makeFieldLabels ''Contact | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:81:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 81 | makeFieldLabels ''Contact | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:81:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 81 | makeFieldLabels ''Contact | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:82:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 82 | makeFieldLabels ''License | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:82:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 82 | makeFieldLabels ''License | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:82:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 82 | makeFieldLabels ''License | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:82:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 82 | makeFieldLabels ''License | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:82:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 82 | makeFieldLabels ''License | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:82:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 82 | makeFieldLabels ''License | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:84:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 84 | makeFieldLabels ''Tag | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:84:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 84 | makeFieldLabels ''Tag | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:84:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 84 | makeFieldLabels ''Tag | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:84:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 84 | makeFieldLabels ''Tag | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:84:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 84 | makeFieldLabels ''Tag | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:84:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 84 | makeFieldLabels ''Tag | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:84:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 84 | makeFieldLabels ''Tag | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:84:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 84 | makeFieldLabels ''Tag | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:84:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 84 | makeFieldLabels ''Tag | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:86:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 86 | makeFieldLabels ''Param | ^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:86:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 86 | makeFieldLabels ''Param | ^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:86:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 86 | makeFieldLabels ''Param | ^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:86:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 86 | makeFieldLabels ''Param | ^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:86:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 86 | makeFieldLabels ''Param | ^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:86:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 86 | makeFieldLabels ''Param | ^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:86:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 86 | makeFieldLabels ''Param | ^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:86:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 86 | makeFieldLabels ''Param | ^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:86:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 86 | makeFieldLabels ''Param | ^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:86:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 86 | makeFieldLabels ''Param | ^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:86:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 86 | makeFieldLabels ''Param | ^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:86:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 86 | makeFieldLabels ''Param | ^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:87:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 87 | makeFieldLabels ''ParamOtherSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:87:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 87 | makeFieldLabels ''ParamOtherSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:87:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 87 | makeFieldLabels ''ParamOtherSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:87:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 87 | makeFieldLabels ''ParamOtherSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:87:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 87 | makeFieldLabels ''ParamOtherSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:87:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 87 | makeFieldLabels ''ParamOtherSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:87:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 87 | makeFieldLabels ''ParamOtherSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:87:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 87 | makeFieldLabels ''ParamOtherSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:87:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 87 | makeFieldLabels ''ParamOtherSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:88:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 88 | makeFieldLabels ''Header | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:88:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 88 | makeFieldLabels ''Header | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:88:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 88 | makeFieldLabels ''Header | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:88:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 88 | makeFieldLabels ''Header | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:88:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 88 | makeFieldLabels ''Header | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:88:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 88 | makeFieldLabels ''Header | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:90:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 90 | makeFieldLabels ''NamedSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:90:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 90 | makeFieldLabels ''NamedSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:90:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 90 | makeFieldLabels ''NamedSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:90:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 90 | makeFieldLabels ''NamedSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:90:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 90 | makeFieldLabels ''NamedSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:90:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 90 | makeFieldLabels ''NamedSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:92:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 92 | makeFieldLabels ''Xml | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:92:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 92 | makeFieldLabels ''Xml | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:92:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 92 | makeFieldLabels ''Xml | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:92:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 92 | makeFieldLabels ''Xml | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:92:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 92 | makeFieldLabels ''Xml | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:92:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 92 | makeFieldLabels ''Xml | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:92:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 92 | makeFieldLabels ''Xml | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:92:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 92 | makeFieldLabels ''Xml | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:92:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 92 | makeFieldLabels ''Xml | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:92:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 92 | makeFieldLabels ''Xml | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:92:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 92 | makeFieldLabels ''Xml | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:92:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 92 | makeFieldLabels ''Xml | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:92:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 92 | makeFieldLabels ''Xml | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:92:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 92 | makeFieldLabels ''Xml | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:92:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 92 | makeFieldLabels ''Xml | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:93:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 93 | makeFieldLabels ''Responses | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:93:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 93 | makeFieldLabels ''Responses | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:93:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 93 | makeFieldLabels ''Responses | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:93:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 93 | makeFieldLabels ''Responses | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:93:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 93 | makeFieldLabels ''Responses | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:93:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 93 | makeFieldLabels ''Responses | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:94:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 94 | makeFieldLabels ''Response | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:94:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 94 | makeFieldLabels ''Response | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:94:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 94 | makeFieldLabels ''Response | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:94:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 94 | makeFieldLabels ''Response | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:94:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 94 | makeFieldLabels ''Response | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:94:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 94 | makeFieldLabels ''Response | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:94:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 94 | makeFieldLabels ''Response | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:94:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 94 | makeFieldLabels ''Response | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:94:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 94 | makeFieldLabels ''Response | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:94:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 94 | makeFieldLabels ''Response | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:94:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 94 | makeFieldLabels ''Response | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:94:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 94 | makeFieldLabels ''Response | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:95:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 95 | makeFieldLabels ''SecurityScheme | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:95:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 95 | makeFieldLabels ''SecurityScheme | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:95:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 95 | makeFieldLabels ''SecurityScheme | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:95:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 95 | makeFieldLabels ''SecurityScheme | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:95:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 95 | makeFieldLabels ''SecurityScheme | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:95:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 95 | makeFieldLabels ''SecurityScheme | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:98:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 98 | makeFieldLabels ''ExternalDocs | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:98:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 98 | makeFieldLabels ''ExternalDocs | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:98:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 98 | makeFieldLabels ''ExternalDocs | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:98:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 98 | makeFieldLabels ''ExternalDocs | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:98:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 98 | makeFieldLabels ''ExternalDocs | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:98:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 98 | makeFieldLabels ''ExternalDocs | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:102:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 102 | makePrismLabels ''ParamAnySchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:102:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 102 | makePrismLabels ''ParamAnySchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:102:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 102 | makePrismLabels ''ParamAnySchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:102:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 102 | makePrismLabels ''ParamAnySchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:102:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 102 | makePrismLabels ''ParamAnySchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:102:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 102 | makePrismLabels ''ParamAnySchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:103:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 103 | makePrismLabels ''SecuritySchemeType | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:103:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 103 | makePrismLabels ''SecuritySchemeType | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:103:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 103 | makePrismLabels ''SecuritySchemeType | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:103:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 103 | makePrismLabels ''SecuritySchemeType | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:103:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 103 | makePrismLabels ''SecuritySchemeType | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:103:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 103 | makePrismLabels ''SecuritySchemeType | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:103:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 103 | makePrismLabels ''SecuritySchemeType | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:103:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 103 | makePrismLabels ''SecuritySchemeType | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:103:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 103 | makePrismLabels ''SecuritySchemeType | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:104:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 104 | makePrismLabels ''Referenced | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:104:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 104 | makePrismLabels ''Referenced | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:104:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 104 | makePrismLabels ''Referenced | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:104:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 104 | makePrismLabels ''Referenced | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:104:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 104 | makePrismLabels ''Referenced | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:104:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 104 | makePrismLabels ''Referenced | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:109:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 109 | ( a ~ [Referenced Schema] | ^ src/Data/Swagger/Optics.hs:110:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 110 | , b ~ [Referenced Schema] | ^ src/Data/Swagger/Optics.hs:121:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 121 | ( a ~ Referenced Schema | ^ src/Data/Swagger/Optics.hs:122:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 122 | , b ~ Referenced Schema | ^ src/Data/Swagger/Optics.hs:133:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 133 | ( a ~ (Maybe (CollectionFormat t), ParamSchema t) | ^ src/Data/Swagger/Optics.hs:134:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 134 | , b ~ (Maybe (CollectionFormat t), ParamSchema t) | ^ src/Data/Swagger/Optics.hs:170:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 170 | ( a ~ ParamSchema 'SwaggerKindSchema | ^ src/Data/Swagger/Optics.hs:171:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 171 | , b ~ ParamSchema 'SwaggerKindSchema | ^ src/Data/Swagger/Optics.hs:179:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 179 | ( a ~ Maybe (SwaggerType ('SwaggerKindNormal Header)) | ^ src/Data/Swagger/Optics.hs:180:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 180 | , b ~ Maybe (SwaggerType ('SwaggerKindNormal Header)) | ^ src/Data/Swagger/Optics.hs:186:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 186 | ( a ~ Maybe (SwaggerType 'SwaggerKindSchema) | ^ src/Data/Swagger/Optics.hs:187:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 187 | , b ~ Maybe (SwaggerType 'SwaggerKindSchema) | ^ src/Data/Swagger/Optics.hs:193:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 193 | ( a ~ Maybe (SwaggerType 'SwaggerKindSchema) | ^ src/Data/Swagger/Optics.hs:194:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 194 | , b ~ Maybe (SwaggerType 'SwaggerKindSchema) | ^ src/Data/Swagger/Optics.hs:200:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 200 | ( a ~ Maybe (SwaggerType 'SwaggerKindParamOtherSchema) | ^ src/Data/Swagger/Optics.hs:201:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 201 | , b ~ Maybe (SwaggerType 'SwaggerKindParamOtherSchema) | ^ src/Data/Swagger/Optics.hs:209:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 209 | ( a ~ Maybe Value, b ~ Maybe Value | ^ src/Data/Swagger/Optics.hs:209:24: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 209 | ( a ~ Maybe Value, b ~ Maybe Value | ^ src/Data/Swagger/Optics.hs:215:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 215 | ( a ~ Maybe Value, b ~ Maybe Value | ^ src/Data/Swagger/Optics.hs:215:24: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 215 | ( a ~ Maybe Value, b ~ Maybe Value | ^ src/Data/Swagger/Optics.hs:221:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 221 | ( a ~ Maybe Value, b ~ Maybe Value | ^ src/Data/Swagger/Optics.hs:221:24: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 221 | ( a ~ Maybe Value, b ~ Maybe Value | ^ src/Data/Swagger/Optics.hs:227:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 227 | ( a ~ Maybe Value, b ~ Maybe Value | ^ src/Data/Swagger/Optics.hs:227:24: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 227 | ( a ~ Maybe Value, b ~ Maybe Value | ^ src/Data/Swagger/Optics.hs:235:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 235 | ( a ~ Maybe Format, b ~ Maybe Format | ^ src/Data/Swagger/Optics.hs:235:25: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 235 | ( a ~ Maybe Format, b ~ Maybe Format | ^ src/Data/Swagger/Optics.hs:241:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 241 | ( a ~ Maybe Format, b ~ Maybe Format | ^ src/Data/Swagger/Optics.hs:241:25: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 241 | ( a ~ Maybe Format, b ~ Maybe Format | ^ src/Data/Swagger/Optics.hs:247:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 247 | ( a ~ Maybe Format, b ~ Maybe Format | ^ src/Data/Swagger/Optics.hs:247:25: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 247 | ( a ~ Maybe Format, b ~ Maybe Format | ^ src/Data/Swagger/Optics.hs:253:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 253 | ( a ~ Maybe Format, b ~ Maybe Format | ^ src/Data/Swagger/Optics.hs:253:25: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 253 | ( a ~ Maybe Format, b ~ Maybe Format | ^ src/Data/Swagger/Optics.hs:261:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 261 | ( a ~ Maybe (SwaggerItems ('SwaggerKindNormal Header)) | ^ src/Data/Swagger/Optics.hs:262:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 262 | , b ~ Maybe (SwaggerItems ('SwaggerKindNormal Header)) | ^ src/Data/Swagger/Optics.hs:268:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 268 | ( a ~ Maybe (SwaggerItems 'SwaggerKindSchema) | ^ src/Data/Swagger/Optics.hs:269:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 269 | , b ~ Maybe (SwaggerItems 'SwaggerKindSchema) | ^ src/Data/Swagger/Optics.hs:275:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 275 | ( a ~ Maybe (SwaggerItems 'SwaggerKindSchema) | ^ src/Data/Swagger/Optics.hs:276:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 276 | , b ~ Maybe (SwaggerItems 'SwaggerKindSchema) | ^ src/Data/Swagger/Optics.hs:282:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 282 | ( a ~ Maybe (SwaggerItems 'SwaggerKindParamOtherSchema) | ^ src/Data/Swagger/Optics.hs:283:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 283 | , b ~ Maybe (SwaggerItems 'SwaggerKindParamOtherSchema) | ^ src/Data/Swagger/Optics.hs:291:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 291 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:291:29: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 291 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:297:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 297 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:297:29: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 297 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:303:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 303 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:303:29: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 303 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:309:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 309 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:309:29: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 309 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:317:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 317 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:317:23: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 317 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:323:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 323 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:323:23: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 323 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:329:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 329 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:329:23: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 329 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:335:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 335 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:335:23: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 335 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:343:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 343 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:343:29: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 343 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:349:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 349 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:349:29: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 349 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:355:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 355 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:355:29: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 355 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:361:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 361 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:361:29: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 361 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:369:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 369 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:369:23: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 369 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:375:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 375 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:375:23: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 375 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:381:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 381 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:381:23: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 381 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:387:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 387 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:387:23: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 387 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:395:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 395 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:395:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 395 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:401:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 401 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:401:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 401 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:407:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 407 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:407:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 407 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:413:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 413 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:413:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 413 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:421:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 421 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:421:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 421 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:427:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 427 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:427:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 427 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:433:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 433 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:433:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 433 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:439:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 439 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:439:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 439 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:447:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 447 | ( a ~ Maybe Text, b ~ Maybe Text | ^ src/Data/Swagger/Optics.hs:447:23: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 447 | ( a ~ Maybe Text, b ~ Maybe Text | ^ src/Data/Swagger/Optics.hs:453:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 453 | ( a ~ Maybe Text, b ~ Maybe Text | ^ src/Data/Swagger/Optics.hs:453:23: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 453 | ( a ~ Maybe Text, b ~ Maybe Text | ^ src/Data/Swagger/Optics.hs:459:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 459 | ( a ~ Maybe Text, b ~ Maybe Text | ^ src/Data/Swagger/Optics.hs:459:23: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 459 | ( a ~ Maybe Text, b ~ Maybe Text | ^ src/Data/Swagger/Optics.hs:465:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 465 | ( a ~ Maybe Text, b ~ Maybe Text | ^ src/Data/Swagger/Optics.hs:465:23: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 465 | ( a ~ Maybe Text, b ~ Maybe Text | ^ src/Data/Swagger/Optics.hs:473:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 473 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:473:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 473 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:479:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 479 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:479:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 479 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:485:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 485 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:485:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 485 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:491:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 491 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:491:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 491 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:499:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 499 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:499:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 499 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:505:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 505 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:505:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 505 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:511:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 511 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:511:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 511 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:517:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 517 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:517:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 517 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:525:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 525 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:525:23: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 525 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:531:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 531 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:531:23: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 531 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:537:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 537 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:537:23: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 537 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:543:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 543 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:543:23: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 543 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:551:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 551 | ( a ~ Maybe [Value], b ~ Maybe [Value] | ^ src/Data/Swagger/Optics.hs:551:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 551 | ( a ~ Maybe [Value], b ~ Maybe [Value] | ^ src/Data/Swagger/Optics.hs:557:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 557 | ( a ~ Maybe [Value], b ~ Maybe [Value] | ^ src/Data/Swagger/Optics.hs:557:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 557 | ( a ~ Maybe [Value], b ~ Maybe [Value] | ^ src/Data/Swagger/Optics.hs:563:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 563 | ( a ~ Maybe [Value], b ~ Maybe [Value] | ^ src/Data/Swagger/Optics.hs:563:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 563 | ( a ~ Maybe [Value], b ~ Maybe [Value] | ^ src/Data/Swagger/Optics.hs:569:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 569 | ( a ~ Maybe [Value], b ~ Maybe [Value] | ^ src/Data/Swagger/Optics.hs:569:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 569 | ( a ~ Maybe [Value], b ~ Maybe [Value] | ^ src/Data/Swagger/Optics.hs:577:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 577 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:577:29: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 577 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:583:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 583 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:583:29: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 583 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:589:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 589 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:589:29: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 589 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:595:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 595 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:595:29: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 595 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ [ 8 of 17] Compiling Data.Swagger.SchemaOptions ( src/Data/Swagger/SchemaOptions.hs, dist/build/Data/Swagger/SchemaOptions.o, dist/build/Data/Swagger/SchemaOptions.dyn_o ) [ 9 of 17] Compiling Data.Swagger.Internal.ParamSchema ( src/Data/Swagger/Internal/ParamSchema.hs, dist/build/Data/Swagger/Internal/ParamSchema.o, dist/build/Data/Swagger/Internal/ParamSchema.dyn_o ) src/Data/Swagger/Internal/ParamSchema.hs:293:28: 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. | 293 | class GToParamSchema (f :: * -> *) where | ^ src/Data/Swagger/Internal/ParamSchema.hs:293:33: 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. | 293 | class GToParamSchema (f :: * -> *) where | ^ src/Data/Swagger/Internal/ParamSchema.hs:311:30: 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. | 311 | class GEnumParamSchema (f :: * -> *) where | ^ src/Data/Swagger/Internal/ParamSchema.hs:311:35: 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. | 311 | class GEnumParamSchema (f :: * -> *) where | ^ [10 of 17] Compiling Data.Swagger.ParamSchema ( src/Data/Swagger/ParamSchema.hs, dist/build/Data/Swagger/ParamSchema.o, dist/build/Data/Swagger/ParamSchema.dyn_o ) [11 of 17] Compiling Data.Swagger.Internal.Schema ( src/Data/Swagger/Internal/Schema.hs, dist/build/Data/Swagger/Internal/Schema.o, dist/build/Data/Swagger/Internal/Schema.dyn_o ) src/Data/Swagger/Internal/Schema.hs:353:43: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude.Compat, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 353 | allSame = and ((zipWith (==)) ys (tail ys)) | ^^^^ src/Data/Swagger/Internal/Schema.hs:423:23: 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. | 423 | class GToSchema (f :: * -> *) where | ^ src/Data/Swagger/Internal/Schema.hs:423:28: 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. | 423 | class GToSchema (f :: * -> *) where | ^ src/Data/Swagger/Internal/Schema.hs:826:26: 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. | 826 | class GSumToSchema (f :: * -> *) where | ^ src/Data/Swagger/Internal/Schema.hs:826:31: 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. | 826 | class GSumToSchema (f :: * -> *) where | ^ [12 of 17] Compiling Data.Swagger.Schema ( src/Data/Swagger/Schema.hs, dist/build/Data/Swagger/Schema.o, dist/build/Data/Swagger/Schema.dyn_o ) [13 of 17] Compiling Data.Swagger.Operation ( src/Data/Swagger/Operation.hs, dist/build/Data/Swagger/Operation.o, dist/build/Data/Swagger/Operation.dyn_o ) [14 of 17] Compiling Data.Swagger.Internal.Schema.Validation ( src/Data/Swagger/Internal/Schema/Validation.hs, dist/build/Data/Swagger/Internal/Schema/Validation.o, dist/build/Data/Swagger/Internal/Schema/Validation.dyn_o ) [15 of 17] Compiling Data.Swagger.Schema.Validation ( src/Data/Swagger/Schema/Validation.hs, dist/build/Data/Swagger/Schema/Validation.o, dist/build/Data/Swagger/Schema/Validation.dyn_o ) [16 of 17] Compiling Data.Swagger ( src/Data/Swagger.hs, dist/build/Data/Swagger.o, dist/build/Data/Swagger.dyn_o ) [17 of 17] Compiling Data.Swagger.Schema.Generator ( src/Data/Swagger/Schema/Generator.hs, dist/build/Data/Swagger/Schema/Generator.o, dist/build/Data/Swagger/Schema/Generator.dyn_o ) Preprocessing library for swagger2-2.8.10... Running Haddock on library for swagger2-2.8.10... [ 1 of 17] Compiling Data.Swagger.Declare ( src/Data/Swagger/Declare.hs, /tmp/ghc803536_0/ghc_4.o, /tmp/ghc803536_0/ghc_4.dyn_o ) src/Data/Swagger/Declare.hs:55:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical return definition detected in the instance declaration for Monad (DeclareT d m). return will eventually be removed in favour of pure Suggested fix: Either remove definition for return (recommended) or define as return = pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 55 | return x = DeclareT (\_ -> pure (mempty, x)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 2 of 17] Compiling Data.Swagger.Internal.AesonUtils ( src/Data/Swagger/Internal/AesonUtils.hs, /tmp/ghc803536_0/ghc_8.o, /tmp/ghc803536_0/ghc_8.dyn_o ) src/Data/Swagger/Internal/AesonUtils.hs:107:18: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 107 | , Code a ~ '[xs] | ^ src/Data/Swagger/Internal/AesonUtils.hs:128:18: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 128 | , Code a ~ '[xs] | ^ src/Data/Swagger/Internal/AesonUtils.hs:192:18: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 192 | , Code a ~ '[xs] | ^ src/Data/Swagger/Internal/AesonUtils.hs:266:18: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 266 | , Code a ~ '[xs] | ^ [ 3 of 17] Compiling Data.Swagger.Internal.TypeShape ( src/Data/Swagger/Internal/TypeShape.hs, /tmp/ghc803536_0/ghc_14.o, /tmp/ghc803536_0/ghc_14.dyn_o ) src/Data/Swagger/Internal/TypeShape.hs:49:32: 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. | 49 | type family GenericShape (g :: * -> *) :: TypeShape | ^ src/Data/Swagger/Internal/TypeShape.hs:49:37: 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. | 49 | type family GenericShape (g :: * -> *) :: TypeShape | ^ [ 4 of 17] Compiling Data.Swagger.Internal.Utils ( src/Data/Swagger/Internal/Utils.hs, /tmp/ghc803536_0/ghc_16.o, /tmp/ghc803536_0/ghc_16.dyn_o ) [ 5 of 17] Compiling Data.Swagger.Internal ( src/Data/Swagger/Internal.hs, /tmp/ghc803536_0/ghc_6.o, /tmp/ghc803536_0/ghc_6.dyn_o ) src/Data/Swagger/Internal.hs:375:37: 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. | 375 | data SwaggerItems (t :: SwaggerKind *) where | ^ src/Data/Swagger/Internal.hs:433:24: 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. | 433 | data SwaggerKind (t :: *) | ^ src/Data/Swagger/Internal.hs:438:47: 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. | 438 | type family SwaggerKindType (k :: SwaggerKind *) :: * | ^ src/Data/Swagger/Internal.hs:438:53: 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. | 438 | type family SwaggerKindType (k :: SwaggerKind *) :: * | ^ src/Data/Swagger/Internal.hs:443:36: 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. | 443 | data SwaggerType (t :: SwaggerKind *) where | ^ src/Data/Swagger/Internal.hs:514:41: 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. | 514 | data CollectionFormat (t :: SwaggerKind *) where | ^ src/Data/Swagger/Internal.hs:582:36: 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. | 582 | data ParamSchema (t :: SwaggerKind *) = ParamSchema | ^ [ 6 of 17] Compiling Data.Swagger.Lens ( src/Data/Swagger/Lens.hs, /tmp/ghc803536_0/ghc_18.o, /tmp/ghc803536_0/ghc_18.dyn_o ) [ 7 of 17] Compiling Data.Swagger.Optics ( src/Data/Swagger/Optics.hs, nothing ) [HIE file is missing] src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:78:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 78 | makeFieldLabels ''Swagger | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:79:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 79 | makeFieldLabels ''Host | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:79:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 79 | makeFieldLabels ''Host | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:79:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 79 | makeFieldLabels ''Host | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:79:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 79 | makeFieldLabels ''Host | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:79:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 79 | makeFieldLabels ''Host | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:79:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 79 | makeFieldLabels ''Host | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:80:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 80 | makeFieldLabels ''Info | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:81:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 81 | makeFieldLabels ''Contact | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:81:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 81 | makeFieldLabels ''Contact | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:81:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 81 | makeFieldLabels ''Contact | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:81:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 81 | makeFieldLabels ''Contact | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:81:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 81 | makeFieldLabels ''Contact | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:81:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 81 | makeFieldLabels ''Contact | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:81:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 81 | makeFieldLabels ''Contact | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:81:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 81 | makeFieldLabels ''Contact | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:81:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 81 | makeFieldLabels ''Contact | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:82:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 82 | makeFieldLabels ''License | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:82:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 82 | makeFieldLabels ''License | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:82:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 82 | makeFieldLabels ''License | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:82:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 82 | makeFieldLabels ''License | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:82:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 82 | makeFieldLabels ''License | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:82:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 82 | makeFieldLabels ''License | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:83:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 83 | makeFieldLabels ''PathItem | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:84:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 84 | makeFieldLabels ''Tag | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:84:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 84 | makeFieldLabels ''Tag | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:84:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 84 | makeFieldLabels ''Tag | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:84:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 84 | makeFieldLabels ''Tag | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:84:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 84 | makeFieldLabels ''Tag | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:84:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 84 | makeFieldLabels ''Tag | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:84:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 84 | makeFieldLabels ''Tag | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:84:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 84 | makeFieldLabels ''Tag | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:84:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 84 | makeFieldLabels ''Tag | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:85:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 85 | makeFieldLabels ''Operation | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:86:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 86 | makeFieldLabels ''Param | ^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:86:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 86 | makeFieldLabels ''Param | ^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:86:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 86 | makeFieldLabels ''Param | ^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:86:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 86 | makeFieldLabels ''Param | ^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:86:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 86 | makeFieldLabels ''Param | ^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:86:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 86 | makeFieldLabels ''Param | ^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:86:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 86 | makeFieldLabels ''Param | ^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:86:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 86 | makeFieldLabels ''Param | ^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:86:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 86 | makeFieldLabels ''Param | ^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:86:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 86 | makeFieldLabels ''Param | ^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:86:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 86 | makeFieldLabels ''Param | ^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:86:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 86 | makeFieldLabels ''Param | ^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:87:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 87 | makeFieldLabels ''ParamOtherSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:87:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 87 | makeFieldLabels ''ParamOtherSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:87:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 87 | makeFieldLabels ''ParamOtherSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:87:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 87 | makeFieldLabels ''ParamOtherSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:87:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 87 | makeFieldLabels ''ParamOtherSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:87:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 87 | makeFieldLabels ''ParamOtherSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:87:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 87 | makeFieldLabels ''ParamOtherSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:87:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 87 | makeFieldLabels ''ParamOtherSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:87:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 87 | makeFieldLabels ''ParamOtherSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:88:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 88 | makeFieldLabels ''Header | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:88:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 88 | makeFieldLabels ''Header | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:88:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 88 | makeFieldLabels ''Header | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:88:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 88 | makeFieldLabels ''Header | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:88:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 88 | makeFieldLabels ''Header | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:88:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 88 | makeFieldLabels ''Header | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:89:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 89 | makeFieldLabels ''Schema | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:90:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 90 | makeFieldLabels ''NamedSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:90:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 90 | makeFieldLabels ''NamedSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:90:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 90 | makeFieldLabels ''NamedSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:90:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 90 | makeFieldLabels ''NamedSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:90:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 90 | makeFieldLabels ''NamedSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:90:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 90 | makeFieldLabels ''NamedSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:91:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | makeFieldLabels ''ParamSchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:92:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 92 | makeFieldLabels ''Xml | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:92:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 92 | makeFieldLabels ''Xml | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:92:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 92 | makeFieldLabels ''Xml | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:92:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 92 | makeFieldLabels ''Xml | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:92:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 92 | makeFieldLabels ''Xml | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:92:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 92 | makeFieldLabels ''Xml | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:92:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 92 | makeFieldLabels ''Xml | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:92:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 92 | makeFieldLabels ''Xml | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:92:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 92 | makeFieldLabels ''Xml | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:92:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 92 | makeFieldLabels ''Xml | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:92:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 92 | makeFieldLabels ''Xml | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:92:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 92 | makeFieldLabels ''Xml | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:92:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 92 | makeFieldLabels ''Xml | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:92:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 92 | makeFieldLabels ''Xml | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:92:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 92 | makeFieldLabels ''Xml | ^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:93:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 93 | makeFieldLabels ''Responses | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:93:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 93 | makeFieldLabels ''Responses | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:93:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 93 | makeFieldLabels ''Responses | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:93:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 93 | makeFieldLabels ''Responses | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:93:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 93 | makeFieldLabels ''Responses | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:93:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 93 | makeFieldLabels ''Responses | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:94:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 94 | makeFieldLabels ''Response | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:94:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 94 | makeFieldLabels ''Response | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:94:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 94 | makeFieldLabels ''Response | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:94:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 94 | makeFieldLabels ''Response | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:94:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 94 | makeFieldLabels ''Response | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:94:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 94 | makeFieldLabels ''Response | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:94:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 94 | makeFieldLabels ''Response | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:94:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 94 | makeFieldLabels ''Response | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:94:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 94 | makeFieldLabels ''Response | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:94:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 94 | makeFieldLabels ''Response | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:94:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 94 | makeFieldLabels ''Response | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:94:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 94 | makeFieldLabels ''Response | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:95:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 95 | makeFieldLabels ''SecurityScheme | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:95:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 95 | makeFieldLabels ''SecurityScheme | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:95:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 95 | makeFieldLabels ''SecurityScheme | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:95:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 95 | makeFieldLabels ''SecurityScheme | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:95:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 95 | makeFieldLabels ''SecurityScheme | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:95:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 95 | makeFieldLabels ''SecurityScheme | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:98:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 98 | makeFieldLabels ''ExternalDocs | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:98:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 98 | makeFieldLabels ''ExternalDocs | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:98:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 98 | makeFieldLabels ''ExternalDocs | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:98:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 98 | makeFieldLabels ''ExternalDocs | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:98:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 98 | makeFieldLabels ''ExternalDocs | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:98:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 98 | makeFieldLabels ''ExternalDocs | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:102:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 102 | makePrismLabels ''ParamAnySchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:102:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 102 | makePrismLabels ''ParamAnySchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:102:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 102 | makePrismLabels ''ParamAnySchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:102:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 102 | makePrismLabels ''ParamAnySchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:102:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 102 | makePrismLabels ''ParamAnySchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:102:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 102 | makePrismLabels ''ParamAnySchema | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:103:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 103 | makePrismLabels ''SecuritySchemeType | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:103:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 103 | makePrismLabels ''SecuritySchemeType | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:103:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 103 | makePrismLabels ''SecuritySchemeType | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:103:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 103 | makePrismLabels ''SecuritySchemeType | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:103:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 103 | makePrismLabels ''SecuritySchemeType | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:103:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 103 | makePrismLabels ''SecuritySchemeType | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:103:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 103 | makePrismLabels ''SecuritySchemeType | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:103:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 103 | makePrismLabels ''SecuritySchemeType | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:103:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 103 | makePrismLabels ''SecuritySchemeType | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:104:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 104 | makePrismLabels ''Referenced | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:104:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 104 | makePrismLabels ''Referenced | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:104:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 104 | makePrismLabels ''Referenced | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:104:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 104 | makePrismLabels ''Referenced | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:104:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 104 | makePrismLabels ''Referenced | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:104:1: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 104 | makePrismLabels ''Referenced | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Swagger/Optics.hs:109:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 109 | ( a ~ [Referenced Schema] | ^ src/Data/Swagger/Optics.hs:110:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 110 | , b ~ [Referenced Schema] | ^ src/Data/Swagger/Optics.hs:121:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 121 | ( a ~ Referenced Schema | ^ src/Data/Swagger/Optics.hs:122:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 122 | , b ~ Referenced Schema | ^ src/Data/Swagger/Optics.hs:133:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 133 | ( a ~ (Maybe (CollectionFormat t), ParamSchema t) | ^ src/Data/Swagger/Optics.hs:134:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 134 | , b ~ (Maybe (CollectionFormat t), ParamSchema t) | ^ src/Data/Swagger/Optics.hs:170:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 170 | ( a ~ ParamSchema 'SwaggerKindSchema | ^ src/Data/Swagger/Optics.hs:171:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 171 | , b ~ ParamSchema 'SwaggerKindSchema | ^ src/Data/Swagger/Optics.hs:179:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 179 | ( a ~ Maybe (SwaggerType ('SwaggerKindNormal Header)) | ^ src/Data/Swagger/Optics.hs:180:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 180 | , b ~ Maybe (SwaggerType ('SwaggerKindNormal Header)) | ^ src/Data/Swagger/Optics.hs:186:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 186 | ( a ~ Maybe (SwaggerType 'SwaggerKindSchema) | ^ src/Data/Swagger/Optics.hs:187:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 187 | , b ~ Maybe (SwaggerType 'SwaggerKindSchema) | ^ src/Data/Swagger/Optics.hs:193:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 193 | ( a ~ Maybe (SwaggerType 'SwaggerKindSchema) | ^ src/Data/Swagger/Optics.hs:194:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 194 | , b ~ Maybe (SwaggerType 'SwaggerKindSchema) | ^ src/Data/Swagger/Optics.hs:200:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 200 | ( a ~ Maybe (SwaggerType 'SwaggerKindParamOtherSchema) | ^ src/Data/Swagger/Optics.hs:201:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 201 | , b ~ Maybe (SwaggerType 'SwaggerKindParamOtherSchema) | ^ src/Data/Swagger/Optics.hs:209:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 209 | ( a ~ Maybe Value, b ~ Maybe Value | ^ src/Data/Swagger/Optics.hs:209:24: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 209 | ( a ~ Maybe Value, b ~ Maybe Value | ^ src/Data/Swagger/Optics.hs:215:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 215 | ( a ~ Maybe Value, b ~ Maybe Value | ^ src/Data/Swagger/Optics.hs:215:24: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 215 | ( a ~ Maybe Value, b ~ Maybe Value | ^ src/Data/Swagger/Optics.hs:221:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 221 | ( a ~ Maybe Value, b ~ Maybe Value | ^ src/Data/Swagger/Optics.hs:221:24: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 221 | ( a ~ Maybe Value, b ~ Maybe Value | ^ src/Data/Swagger/Optics.hs:227:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 227 | ( a ~ Maybe Value, b ~ Maybe Value | ^ src/Data/Swagger/Optics.hs:227:24: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 227 | ( a ~ Maybe Value, b ~ Maybe Value | ^ src/Data/Swagger/Optics.hs:235:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 235 | ( a ~ Maybe Format, b ~ Maybe Format | ^ src/Data/Swagger/Optics.hs:235:25: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 235 | ( a ~ Maybe Format, b ~ Maybe Format | ^ src/Data/Swagger/Optics.hs:241:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 241 | ( a ~ Maybe Format, b ~ Maybe Format | ^ src/Data/Swagger/Optics.hs:241:25: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 241 | ( a ~ Maybe Format, b ~ Maybe Format | ^ src/Data/Swagger/Optics.hs:247:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 247 | ( a ~ Maybe Format, b ~ Maybe Format | ^ src/Data/Swagger/Optics.hs:247:25: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 247 | ( a ~ Maybe Format, b ~ Maybe Format | ^ src/Data/Swagger/Optics.hs:253:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 253 | ( a ~ Maybe Format, b ~ Maybe Format | ^ src/Data/Swagger/Optics.hs:253:25: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 253 | ( a ~ Maybe Format, b ~ Maybe Format | ^ src/Data/Swagger/Optics.hs:261:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 261 | ( a ~ Maybe (SwaggerItems ('SwaggerKindNormal Header)) | ^ src/Data/Swagger/Optics.hs:262:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 262 | , b ~ Maybe (SwaggerItems ('SwaggerKindNormal Header)) | ^ src/Data/Swagger/Optics.hs:268:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 268 | ( a ~ Maybe (SwaggerItems 'SwaggerKindSchema) | ^ src/Data/Swagger/Optics.hs:269:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 269 | , b ~ Maybe (SwaggerItems 'SwaggerKindSchema) | ^ src/Data/Swagger/Optics.hs:275:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 275 | ( a ~ Maybe (SwaggerItems 'SwaggerKindSchema) | ^ src/Data/Swagger/Optics.hs:276:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 276 | , b ~ Maybe (SwaggerItems 'SwaggerKindSchema) | ^ src/Data/Swagger/Optics.hs:282:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 282 | ( a ~ Maybe (SwaggerItems 'SwaggerKindParamOtherSchema) | ^ src/Data/Swagger/Optics.hs:283:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 283 | , b ~ Maybe (SwaggerItems 'SwaggerKindParamOtherSchema) | ^ src/Data/Swagger/Optics.hs:291:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 291 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:291:29: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 291 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:297:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 297 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:297:29: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 297 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:303:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 303 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:303:29: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 303 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:309:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 309 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:309:29: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 309 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:317:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 317 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:317:23: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 317 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:323:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 323 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:323:23: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 323 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:329:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 329 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:329:23: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 329 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:335:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 335 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:335:23: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 335 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:343:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 343 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:343:29: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 343 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:349:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 349 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:349:29: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 349 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:355:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 355 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:355:29: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 355 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:361:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 361 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:361:29: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 361 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:369:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 369 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:369:23: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 369 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:375:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 375 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:375:23: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 375 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:381:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 381 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:381:23: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 381 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:387:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 387 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:387:23: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 387 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:395:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 395 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:395:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 395 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:401:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 401 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:401:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 401 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:407:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 407 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:407:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 407 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:413:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 413 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:413:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 413 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:421:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 421 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:421:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 421 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:427:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 427 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:427:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 427 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:433:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 433 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:433:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 433 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:439:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 439 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:439:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 439 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:447:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 447 | ( a ~ Maybe Text, b ~ Maybe Text | ^ src/Data/Swagger/Optics.hs:447:23: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 447 | ( a ~ Maybe Text, b ~ Maybe Text | ^ src/Data/Swagger/Optics.hs:453:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 453 | ( a ~ Maybe Text, b ~ Maybe Text | ^ src/Data/Swagger/Optics.hs:453:23: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 453 | ( a ~ Maybe Text, b ~ Maybe Text | ^ src/Data/Swagger/Optics.hs:459:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 459 | ( a ~ Maybe Text, b ~ Maybe Text | ^ src/Data/Swagger/Optics.hs:459:23: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 459 | ( a ~ Maybe Text, b ~ Maybe Text | ^ src/Data/Swagger/Optics.hs:465:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 465 | ( a ~ Maybe Text, b ~ Maybe Text | ^ src/Data/Swagger/Optics.hs:465:23: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 465 | ( a ~ Maybe Text, b ~ Maybe Text | ^ src/Data/Swagger/Optics.hs:473:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 473 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:473:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 473 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:479:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 479 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:479:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 479 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:485:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 485 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:485:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 485 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:491:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 491 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:491:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 491 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:499:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 499 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:499:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 499 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:505:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 505 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:505:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 505 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:511:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 511 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:511:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 511 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:517:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 517 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:517:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 517 | ( a ~ Maybe Integer, b ~ Maybe Integer | ^ src/Data/Swagger/Optics.hs:525:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 525 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:525:23: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 525 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:531:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 531 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:531:23: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 531 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:537:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 537 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:537:23: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 537 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:543:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 543 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:543:23: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 543 | ( a ~ Maybe Bool, b ~ Maybe Bool | ^ src/Data/Swagger/Optics.hs:551:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 551 | ( a ~ Maybe [Value], b ~ Maybe [Value] | ^ src/Data/Swagger/Optics.hs:551:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 551 | ( a ~ Maybe [Value], b ~ Maybe [Value] | ^ src/Data/Swagger/Optics.hs:557:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 557 | ( a ~ Maybe [Value], b ~ Maybe [Value] | ^ src/Data/Swagger/Optics.hs:557:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 557 | ( a ~ Maybe [Value], b ~ Maybe [Value] | ^ src/Data/Swagger/Optics.hs:563:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 563 | ( a ~ Maybe [Value], b ~ Maybe [Value] | ^ src/Data/Swagger/Optics.hs:563:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 563 | ( a ~ Maybe [Value], b ~ Maybe [Value] | ^ src/Data/Swagger/Optics.hs:569:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 569 | ( a ~ Maybe [Value], b ~ Maybe [Value] | ^ src/Data/Swagger/Optics.hs:569:26: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 569 | ( a ~ Maybe [Value], b ~ Maybe [Value] | ^ src/Data/Swagger/Optics.hs:577:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 577 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:577:29: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 577 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:583:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 583 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:583:29: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 583 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:589:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 589 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:589:29: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 589 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:595:7: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 595 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ src/Data/Swagger/Optics.hs:595:29: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 595 | ( a ~ Maybe Scientific, b ~ Maybe Scientific | ^ [ 8 of 17] Compiling Data.Swagger.SchemaOptions ( src/Data/Swagger/SchemaOptions.hs, /tmp/ghc803536_0/ghc_20.o, /tmp/ghc803536_0/ghc_20.dyn_o ) [ 9 of 17] Compiling Data.Swagger.Internal.ParamSchema ( src/Data/Swagger/Internal/ParamSchema.hs, /tmp/ghc803536_0/ghc_10.o, /tmp/ghc803536_0/ghc_10.dyn_o ) src/Data/Swagger/Internal/ParamSchema.hs:293:28: 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. | 293 | class GToParamSchema (f :: * -> *) where | ^ src/Data/Swagger/Internal/ParamSchema.hs:293:33: 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. | 293 | class GToParamSchema (f :: * -> *) where | ^ src/Data/Swagger/Internal/ParamSchema.hs:311:30: 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. | 311 | class GEnumParamSchema (f :: * -> *) where | ^ src/Data/Swagger/Internal/ParamSchema.hs:311:35: 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. | 311 | class GEnumParamSchema (f :: * -> *) where | ^ [10 of 17] Compiling Data.Swagger.ParamSchema ( src/Data/Swagger/ParamSchema.hs, nothing ) [HIE file is missing] [11 of 17] Compiling Data.Swagger.Internal.Schema ( src/Data/Swagger/Internal/Schema.hs, /tmp/ghc803536_0/ghc_12.o, /tmp/ghc803536_0/ghc_12.dyn_o ) src/Data/Swagger/Internal/Schema.hs:353:43: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude.Compat, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 353 | allSame = and ((zipWith (==)) ys (tail ys)) | ^^^^ src/Data/Swagger/Internal/Schema.hs:423:23: 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. | 423 | class GToSchema (f :: * -> *) where | ^ src/Data/Swagger/Internal/Schema.hs:423:28: 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. | 423 | class GToSchema (f :: * -> *) where | ^ src/Data/Swagger/Internal/Schema.hs:826:26: 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. | 826 | class GSumToSchema (f :: * -> *) where | ^ src/Data/Swagger/Internal/Schema.hs:826:31: 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. | 826 | class GSumToSchema (f :: * -> *) where | ^ [12 of 17] Compiling Data.Swagger.Schema ( src/Data/Swagger/Schema.hs, nothing ) [HIE file is missing] [13 of 17] Compiling Data.Swagger.Operation ( src/Data/Swagger/Operation.hs, nothing ) [HIE file is missing] [14 of 17] Compiling Data.Swagger.Internal.Schema.Validation ( src/Data/Swagger/Internal/Schema/Validation.hs, nothing ) [HIE file is missing] [15 of 17] Compiling Data.Swagger.Schema.Validation ( src/Data/Swagger/Schema/Validation.hs, nothing ) [HIE file is missing] [16 of 17] Compiling Data.Swagger ( src/Data/Swagger.hs, nothing ) [HIE file is missing] [17 of 17] Compiling Data.Swagger.Schema.Generator ( src/Data/Swagger/Schema/Generator.hs, nothing ) [HIE file is missing] Haddock coverage: Warning: 'DeclareT' is ambiguous. It is defined * at src/Data/Swagger/Declare.hs:44:26 * at src/Data/Swagger/Declare.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 src/Data/Swagger/Declare.hs:44:1 Warning: 'DeclateT' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Declate' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 13 / 13) in 'Data.Swagger.Declare' 28% ( 4 / 14) in 'Data.Swagger.Internal.AesonUtils' Missing documentation for: Module header AesonDefaultValue (src/Data/Swagger/Internal/AesonUtils.hs:79) sopSwaggerGenericToEncoding (src/Data/Swagger/Internal/AesonUtils.hs:270) sopSwaggerGenericParseJSON (src/Data/Swagger/Internal/AesonUtils.hs:196) HasSwaggerAesonOptions (src/Data/Swagger/Internal/AesonUtils.hs:68) SwaggerAesonOptions (src/Data/Swagger/Internal/AesonUtils.hs:55) mkSwaggerAesonOptions (src/Data/Swagger/Internal/AesonUtils.hs:64) saoPrefix (src/Data/Swagger/Internal/AesonUtils.hs:66) saoAdditionalPairs (src/Data/Swagger/Internal/AesonUtils.hs:66) saoSubObject (src/Data/Swagger/Internal/AesonUtils.hs:66) 57% ( 4 / 7) in 'Data.Swagger.Internal.TypeShape' Missing documentation for: Module header TypeHasSimpleShape (src/Data/Swagger/Internal/TypeShape.hs:32) GenericHasSimpleShape (src/Data/Swagger/Internal/TypeShape.hs:35) 0% ( 0 / 10) in 'Data.Swagger.Internal.Utils' Missing documentation for: Module header swaggerFieldRules (src/Data/Swagger/Internal/Utils.hs:30) gunfoldEnum (src/Data/Swagger/Internal/Utils.hs:50) jsonPrefix (src/Data/Swagger/Internal/Utils.hs:55) parseOneOf (src/Data/Swagger/Internal/Utils.hs:68) <+> (src/Data/Swagger/Internal/Utils.hs:76) genericMempty (src/Data/Swagger/Internal/Utils.hs:80) genericMappend (src/Data/Swagger/Internal/Utils.hs:83) GMonoid (src/Data/Swagger/Internal/Utils.hs:85) SwaggerMonoid (src/Data/Swagger/Internal/Utils.hs:105) Warning: 'Schema' is ambiguous. It is defined * at src/Data/Swagger/Internal.hs:551:15 * at src/Data/Swagger/Internal.hs:551: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/Swagger/Internal.hs:551:1 Warning: 'ParamFile' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'schemes' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'PathItem' is ambiguous. It is defined * at src/Data/Swagger/Internal.hs:217:17 * at src/Data/Swagger/Internal.hs:217: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/Swagger/Internal.hs:217:1 Warning: 'produces' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'consumes' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'basePath' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 36% ( 27 / 73) in 'Data.Swagger.Internal' Missing documentation for: Module header hostConstr (src/Data/Swagger/Internal.hs:193) hostDataType (src/Data/Swagger/Internal.hs:196) MimeList (src/Data/Swagger/Internal.hs:310) mimeListConstr (src/Data/Swagger/Internal.hs:314) mimeListDataType (src/Data/Swagger/Internal.hs:317) ParamAnySchema (src/Data/Swagger/Internal.hs:347) ParamOtherSchema (src/Data/Swagger/Internal.hs:352) swaggerItemsPrimitiveConstr (src/Data/Swagger/Internal.hs:385) swaggerItemsObjectConstr (src/Data/Swagger/Internal.hs:388) swaggerItemsArrayConstr (src/Data/Swagger/Internal.hs:391) swaggerItemsDataType (src/Data/Swagger/Internal.hs:394) SwaggerKindType (src/Data/Swagger/Internal.hs:438) SwaggerType (src/Data/Swagger/Internal.hs:443) swaggerTypeConstr (src/Data/Swagger/Internal.hs:458) swaggerTypeDataType (src/Data/Swagger/Internal.hs:461) swaggerCommonTypes (src/Data/Swagger/Internal.hs:464) swaggerParamTypes (src/Data/Swagger/Internal.hs:467) swaggerSchemaTypes (src/Data/Swagger/Internal.hs:470) swaggerTypeConstrs (src/Data/Swagger/Internal.hs:473) ParamLocation (src/Data/Swagger/Internal.hs:491) Format (src/Data/Swagger/Internal.hs:511) collectionFormatConstr (src/Data/Swagger/Internal.hs:533) collectionFormatDataType (src/Data/Swagger/Internal.hs:536) collectionCommonFormats (src/Data/Swagger/Internal.hs:540) ParamName (src/Data/Swagger/Internal.hs:549) Schema (src/Data/Swagger/Internal.hs:551) ParamSchema (src/Data/Swagger/Internal.hs:582) Xml (src/Data/Swagger/Internal.hs:609) HttpStatusCode (src/Data/Swagger/Internal.hs:652) HeaderName (src/Data/Swagger/Internal.hs:677) Header (src/Data/Swagger/Internal.hs:679) Example (src/Data/Swagger/Internal.hs:686) exampleConstr (src/Data/Swagger/Internal.hs:690) exampleDataType (src/Data/Swagger/Internal.hs:693) ApiKeyParams (src/Data/Swagger/Internal.hs:708) OAuth2Flow (src/Data/Swagger/Internal.hs:722) OAuth2Params (src/Data/Swagger/Internal.hs:729) SecuritySchemeType (src/Data/Swagger/Internal.hs:737) SecurityScheme (src/Data/Swagger/Internal.hs:743) SecurityDefinitions (src/Data/Swagger/Internal.hs:763) Referenced (src/Data/Swagger/Internal.hs:813) URL (src/Data/Swagger/Internal.hs:821) AdditionalProperties (src/Data/Swagger/Internal.hs:823) referencedToJSON (src/Data/Swagger/Internal.hs:1173) referencedParseJSON (src/Data/Swagger/Internal.hs:1353) 7% ( 7 / 88) in 'Data.Swagger.Lens' Missing documentation for: HasTags (src/Data/Swagger/Lens.hs:29) HasSecurityDefinitions (src/Data/Swagger/Lens.hs:29) HasSecurity (src/Data/Swagger/Lens.hs:29) HasSchemes (src/Data/Swagger/Lens.hs:29) HasResponses (src/Data/Swagger/Lens.hs:29) HasProduces (src/Data/Swagger/Lens.hs:29) HasPaths (src/Data/Swagger/Lens.hs:29) HasParameters (src/Data/Swagger/Lens.hs:29) HasInfo (src/Data/Swagger/Lens.hs:29) HasHost (src/Data/Swagger/Lens.hs:29) HasExternalDocs (src/Data/Swagger/Lens.hs:29) HasDefinitions (src/Data/Swagger/Lens.hs:29) HasConsumes (src/Data/Swagger/Lens.hs:29) HasBasePath (src/Data/Swagger/Lens.hs:29) HasPort (src/Data/Swagger/Lens.hs:30) HasName (src/Data/Swagger/Lens.hs:30) HasVersion (src/Data/Swagger/Lens.hs:31) HasTitle (src/Data/Swagger/Lens.hs:31) HasTermsOfService (src/Data/Swagger/Lens.hs:31) HasLicense (src/Data/Swagger/Lens.hs:31) HasDescription (src/Data/Swagger/Lens.hs:31) HasContact (src/Data/Swagger/Lens.hs:31) HasUrl (src/Data/Swagger/Lens.hs:32) HasEmail (src/Data/Swagger/Lens.hs:32) HasPut (src/Data/Swagger/Lens.hs:34) HasPost (src/Data/Swagger/Lens.hs:34) HasPatch (src/Data/Swagger/Lens.hs:34) HasOptions (src/Data/Swagger/Lens.hs:34) HasHead (src/Data/Swagger/Lens.hs:34) HasGet (src/Data/Swagger/Lens.hs:34) HasDelete (src/Data/Swagger/Lens.hs:34) HasSummary (src/Data/Swagger/Lens.hs:36) HasOperationId (src/Data/Swagger/Lens.hs:36) HasExtensions (src/Data/Swagger/Lens.hs:36) HasDeprecated (src/Data/Swagger/Lens.hs:36) HasSchema (src/Data/Swagger/Lens.hs:37) HasRequired (src/Data/Swagger/Lens.hs:37) HasParamSchema (src/Data/Swagger/Lens.hs:38) HasIn (src/Data/Swagger/Lens.hs:38) HasAllowEmptyValue (src/Data/Swagger/Lens.hs:38) HasXml (src/Data/Swagger/Lens.hs:40) HasReadOnly (src/Data/Swagger/Lens.hs:40) HasProperties (src/Data/Swagger/Lens.hs:40) HasMinProperties (src/Data/Swagger/Lens.hs:40) HasMaxProperties (src/Data/Swagger/Lens.hs:40) HasExample (src/Data/Swagger/Lens.hs:40) HasDiscriminator (src/Data/Swagger/Lens.hs:40) HasAllOf (src/Data/Swagger/Lens.hs:40) HasAdditionalProperties (src/Data/Swagger/Lens.hs:40) HasUniqueItems (src/Data/Swagger/Lens.hs:42) HasType (src/Data/Swagger/Lens.hs:42) HasPattern (src/Data/Swagger/Lens.hs:42) HasMultipleOf (src/Data/Swagger/Lens.hs:42) HasMinimum (src/Data/Swagger/Lens.hs:42) HasMinLength (src/Data/Swagger/Lens.hs:42) HasMinItems (src/Data/Swagger/Lens.hs:42) HasMaximum (src/Data/Swagger/Lens.hs:42) HasMaxLength (src/Data/Swagger/Lens.hs:42) HasMaxItems (src/Data/Swagger/Lens.hs:42) HasItems (src/Data/Swagger/Lens.hs:42) HasFormat (src/Data/Swagger/Lens.hs:42) HasExclusiveMinimum (src/Data/Swagger/Lens.hs:42) HasExclusiveMaximum (src/Data/Swagger/Lens.hs:42) HasEnum (src/Data/Swagger/Lens.hs:42) HasDefault (src/Data/Swagger/Lens.hs:42) HasWrapped (src/Data/Swagger/Lens.hs:43) HasPrefix (src/Data/Swagger/Lens.hs:43) HasNamespace (src/Data/Swagger/Lens.hs:43) HasAttribute (src/Data/Swagger/Lens.hs:43) HasHeaders (src/Data/Swagger/Lens.hs:45) HasExamples (src/Data/Swagger/Lens.hs:45) _ParamBody (src/Data/Swagger/Lens.hs:53) _ParamOther (src/Data/Swagger/Lens.hs:53) _SecuritySchemeBasic (src/Data/Swagger/Lens.hs:55) _SecuritySchemeApiKey (src/Data/Swagger/Lens.hs:55) _SecuritySchemeOAuth2 (src/Data/Swagger/Lens.hs:55) _Ref (src/Data/Swagger/Lens.hs:57) _Inline (src/Data/Swagger/Lens.hs:57) _SwaggerItemsArray (src/Data/Swagger/Lens.hs:62) _SwaggerItemsObject (src/Data/Swagger/Lens.hs:71) _SwaggerItemsPrimitive (src/Data/Swagger/Lens.hs:80) Warning: 'ParamSchema' is ambiguous. It is defined * at src/Data/Swagger/Internal.hs:582:41 * at src/Data/Swagger/Internal.hs:582: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/Swagger/Internal.hs:582:1 Warning: 'Header' is ambiguous. It is defined * at src/Data/Swagger/Internal.hs:679:15 * at src/Data/Swagger/Internal.hs:679: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/Swagger/Internal.hs:679:1 Warning: 'Response' is ambiguous. It is defined * at src/Data/Swagger/Internal.hs:655:17 * at src/Data/Swagger/Internal.hs:655: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/Swagger/Internal.hs:655:1 Warning: 'Operation' is ambiguous. It is defined * at src/Data/Swagger/Internal.hs:247:18 * at src/Data/Swagger/Internal.hs:247: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/Swagger/Internal.hs:247:1 Warning: 'Responses' is ambiguous. It is defined * at src/Data/Swagger/Internal.hs:642:18 * at src/Data/Swagger/Internal.hs:642: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/Swagger/Internal.hs:642:1 100% ( 1 / 1) in 'Data.Swagger.Optics' Warning: 'ToParamSchema' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ToSchema' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'SchemaOptions' is ambiguous. It is defined * at src/Data/Swagger/SchemaOptions.hs:13:22 * at src/Data/Swagger/SchemaOptions.hs:13: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/Swagger/SchemaOptions.hs:13:1 100% ( 4 / 4) in 'Data.Swagger.SchemaOptions' Warning: 'ParamSchema' is ambiguous. It is defined * at src/Data/Swagger/Internal.hs:582:41 * at src/Data/Swagger/Internal.hs:582: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/Swagger/Internal.hs:582:1 Warning: 'Generic' is ambiguous. It is defined * in GHC.Generics * in Data.Text.Lazy.Builder.RealFloat 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.Generics 53% ( 7 / 13) in 'Data.Swagger.Internal.ParamSchema' Missing documentation for: Module header timeParamSchema (src/Data/Swagger/Internal/ParamSchema.hs:185) ToParamSchemaByteStringError (src/Data/Swagger/Internal/ParamSchema.hs:235) GToParamSchema (src/Data/Swagger/Internal/ParamSchema.hs:293) GEnumParamSchema (src/Data/Swagger/Internal/ParamSchema.hs:311) Proxy3 (src/Data/Swagger/Internal/ParamSchema.hs:327) 100% ( 13 / 13) in 'Data.Swagger.ParamSchema' Warning: 'Schema' is ambiguous. It is defined * at src/Data/Swagger/Internal.hs:551:15 * at src/Data/Swagger/Internal.hs:551: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/Swagger/Internal.hs:551:1 Warning: 'NamedSchema' is ambiguous. It is defined * at src/Data/Swagger/Internal.hs:574:20 * at src/Data/Swagger/Internal.hs:574: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/Swagger/Internal.hs:574:1 Warning: 'ParamSchema' is ambiguous. It is defined * at src/Data/Swagger/Internal.hs:582:41 * at src/Data/Swagger/Internal.hs:582: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/Swagger/Internal.hs:582:1 56% ( 30 / 53) in 'Data.Swagger.Internal.Schema' Missing documentation for: Module header unnamed (src/Data/Swagger/Internal/Schema.hs:79) named (src/Data/Swagger/Internal/Schema.hs:82) plain (src/Data/Swagger/Internal/Schema.hs:85) unname (src/Data/Swagger/Internal/Schema.hs:88) rename (src/Data/Swagger/Internal/Schema.hs:91) GToSchema (src/Data/Swagger/Internal/Schema.hs:423) timeSchema (src/Data/Swagger/Internal/Schema.hs:479) ToSchemaByteStringError (src/Data/Swagger/Internal/Schema.hs:515) gdatatypeSchemaName (src/Data/Swagger/Internal/Schema.hs:689) nullarySchema (src/Data/Swagger/Internal/Schema.hs:707) gtoNamedSchema (src/Data/Swagger/Internal/Schema.hs:712) gdeclareSchema (src/Data/Swagger/Internal/Schema.hs:715) gdeclareSchemaRef (src/Data/Swagger/Internal/Schema.hs:749) appendItem (src/Data/Swagger/Internal/Schema.hs:768) withFieldSchema (src/Data/Swagger/Internal/Schema.hs:774) gdeclareNamedSumSchema (src/Data/Swagger/Internal/Schema.hs:813) AllNullary (src/Data/Swagger/Internal/Schema.hs:824) GSumToSchema (src/Data/Swagger/Internal/Schema.hs:826) gsumConToSchemaWith (src/Data/Swagger/Internal/Schema.hs:834) gsumConToSchema (src/Data/Swagger/Internal/Schema.hs:844) Proxy2 (src/Data/Swagger/Internal/Schema.hs:861) Proxy3 (src/Data/Swagger/Internal/Schema.hs:863) Warning: 'ToParamSchema' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Schema' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ToJSON' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 42 / 42) in 'Data.Swagger.Schema' Warning: 'Schema' is ambiguous. It is defined * at src/Data/Swagger/Internal.hs:551:15 * at src/Data/Swagger/Internal.hs:551: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/Swagger/Internal.hs:551:1 Warning: 'Operation' is ambiguous. It is defined * at src/Data/Swagger/Internal.hs:247:18 * at src/Data/Swagger/Internal.hs:247: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/Swagger/Internal.hs:247:1 90% ( 18 / 20) in 'Data.Swagger.Operation' Missing documentation for: addExtensions (src/Data/Swagger/Operation.hs:120) addExtensionsFor (src/Data/Swagger/Operation.hs:123) Warning: 'Config' is ambiguous. It is defined * at src/Data/Swagger/Internal/Schema/Validation.hs:206:15 * at src/Data/Swagger/Internal/Schema/Validation.hs:206: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/Swagger/Internal/Schema/Validation.hs:206:1 Warning: 'Schema' is ambiguous. It is defined * at src/Data/Swagger/Internal.hs:551:15 * at src/Data/Swagger/Internal.hs:551: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/Swagger/Internal.hs:551:1 Warning: 'ParamSchema' is ambiguous. It is defined * at src/Data/Swagger/Internal.hs:582:41 * at src/Data/Swagger/Internal.hs:582: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/Swagger/Internal.hs:582:1 65% ( 23 / 35) in 'Data.Swagger.Internal.Schema.Validation' Missing documentation for: withConfig (src/Data/Swagger/Internal/Schema/Validation.hs:252) withSchema (src/Data/Swagger/Internal/Schema/Validation.hs:255) validateWithSchemaRef (src/Data/Swagger/Internal/Schema/Validation.hs:295) validateInteger (src/Data/Swagger/Internal/Schema/Validation.hs:311) validateNumber (src/Data/Swagger/Internal/Schema/Validation.hs:317) validateString (src/Data/Swagger/Internal/Schema/Validation.hs:334) validateArray (src/Data/Swagger/Internal/Schema/Validation.hs:351) validateObject (src/Data/Swagger/Internal/Schema/Validation.hs:376) validateEnum (src/Data/Swagger/Internal/Schema/Validation.hs:419) validateSchemaType (src/Data/Swagger/Internal/Schema/Validation.hs:472) validateParamSchemaType (src/Data/Swagger/Internal/Schema/Validation.hs:497) showType (src/Data/Swagger/Internal/Schema/Validation.hs:512) Warning: 'required' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Schema' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ToJSON' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ToSchema' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Value' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 17 / 17) in 'Data.Swagger.Schema.Validation' Warning: 'Swagger' is ambiguous. It is defined * at src/Data/Swagger/Internal.hs:72:16 * at src/Data/Swagger/Internal.hs:72: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/Swagger/Internal.hs:72:1 Warning: 'ParamSchema' is ambiguous. It is defined * at src/Data/Swagger/Internal.hs:582:41 * at src/Data/Swagger/Internal.hs:582: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/Swagger/Internal.hs:582:1 Warning: 'Header' is ambiguous. It is defined * at src/Data/Swagger/Internal.hs:679:15 * at src/Data/Swagger/Internal.hs:679: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/Swagger/Internal.hs:679:1 Warning: 'Response' is ambiguous. It is defined * at src/Data/Swagger/Internal.hs:655:17 * at src/Data/Swagger/Internal.hs:655: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/Swagger/Internal.hs:655:1 Warning: 'Operation' is ambiguous. It is defined * at src/Data/Swagger/Internal.hs:247:18 * at src/Data/Swagger/Internal.hs:247: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/Swagger/Internal.hs:247:1 Warning: 'Responses' is ambiguous. It is defined * at src/Data/Swagger/Internal.hs:642:18 * at src/Data/Swagger/Internal.hs:642: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/Swagger/Internal.hs:642:1 Warning: 'at' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Schema' is ambiguous. It is defined * at src/Data/Swagger/Internal.hs:551:15 * at src/Data/Swagger/Internal.hs:551: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/Swagger/Internal.hs:551:1 Warning: 'ToHttpApiData' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ToJSON' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Generic' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'defaultTaggedObject' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ObjectWithSingleField' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 71% ( 58 / 81) in 'Data.Swagger' Missing documentation for: SwaggerType (src/Data/Swagger/Internal.hs:443) Format (src/Data/Swagger/Internal.hs:511) ParamAnySchema (src/Data/Swagger/Internal.hs:347) ParamOtherSchema (src/Data/Swagger/Internal.hs:352) ParamLocation (src/Data/Swagger/Internal.hs:491) ParamName (src/Data/Swagger/Internal.hs:549) Header (src/Data/Swagger/Internal.hs:679) HeaderName (src/Data/Swagger/Internal.hs:677) Example (src/Data/Swagger/Internal.hs:686) ParamSchema (src/Data/Swagger/Internal.hs:582) Schema (src/Data/Swagger/Internal.hs:551) Xml (src/Data/Swagger/Internal.hs:609) AdditionalProperties (src/Data/Swagger/Internal.hs:823) HttpStatusCode (src/Data/Swagger/Internal.hs:652) SecurityScheme (src/Data/Swagger/Internal.hs:743) SecuritySchemeType (src/Data/Swagger/Internal.hs:737) SecurityDefinitions (src/Data/Swagger/Internal.hs:763) ApiKeyParams (src/Data/Swagger/Internal.hs:708) OAuth2Params (src/Data/Swagger/Internal.hs:729) OAuth2Flow (src/Data/Swagger/Internal.hs:722) Referenced (src/Data/Swagger/Internal.hs:813) MimeList (src/Data/Swagger/Internal.hs:310) URL (src/Data/Swagger/Internal.hs:821) 25% ( 1 / 4) in 'Data.Swagger.Schema.Generator' Missing documentation for: Module header genValue (src/Data/Swagger/Schema/Generator.hs:104) validateFromJSON (src/Data/Swagger/Schema/Generator.hs:109) Warning: Data.Swagger.Internal: could not find link destinations for: - Data.Swagger.Internal.Rep_Swagger - Data.Swagger.Internal.Rep_PathItem - Data.Swagger.Internal.Rep_Operation - Data.Swagger.Internal.Rep_Param - Data.Swagger.Internal.Rep_ParamAnySchema - Data.Swagger.Internal.Rep_ParamOtherSchema - Data.Swagger.Internal.Rep_Responses - Data.Swagger.Internal.Rep_Response - Data.Swagger.Internal.Rep_Header - Data.Swagger.Internal.Rep_NamedSchema - Data.Swagger.Internal.Rep_Schema - Data.Swagger.Internal.Rep_ParamSchema - Data.Swagger.Internal.Rep_Info - Data.Swagger.Internal.Rep_Contact - Data.Swagger.Internal.Rep_License - Data.Swagger.Internal.Rep_Tag - Data.Swagger.Internal.Rep_ExternalDocs - Data.Swagger.Internal.Rep_SecurityDefinitions - Data.Swagger.Internal.Rep_SecurityScheme - Data.Swagger.Internal.Rep_SecuritySchemeType - Data.Swagger.Internal.Rep_OAuth2Params - Data.Swagger.Internal.Rep_OAuth2Flow - Data.Swagger.Internal.Rep_ApiKeyParams - Data.Swagger.Internal.Rep_ApiKeyLocation - Data.Swagger.Internal.Rep_Example - Data.Swagger.Internal.Rep_Xml - Data.Swagger.Internal.Rep_ParamLocation - Data.Swagger.Internal.Rep_Scheme - Data.Swagger.Internal.Rep_Host - Data.Swagger.Internal.D:R:DatatypeInfoOfHeader - Data.Swagger.Internal.D:R:CodeHeader - Data.Swagger.Internal.D:R:DatatypeInfoOfOAuth2Params - Data.Swagger.Internal.D:R:CodeOAuth2Params - Data.Swagger.Internal.D:R:DatatypeInfoOfOperation - Data.Swagger.Internal.D:R:CodeOperation - Data.Swagger.Internal.D:R:DatatypeInfoOfParam - Data.Swagger.Internal.D:R:CodeParam - Data.Swagger.Internal.D:R:DatatypeInfoOfParamOtherSchema - Data.Swagger.Internal.D:R:CodeParamOtherSchema - Data.Swagger.Internal.D:R:DatatypeInfoOfPathItem - Data.Swagger.Internal.D:R:CodePathItem - Data.Swagger.Internal.D:R:DatatypeInfoOfResponse - Data.Swagger.Internal.D:R:CodeResponse - Data.Swagger.Internal.D:R:DatatypeInfoOfResponses - Data.Swagger.Internal.D:R:CodeResponses - Data.Swagger.Internal.D:R:DatatypeInfoOfSecurityScheme - Data.Swagger.Internal.D:R:CodeSecurityScheme - Data.Swagger.Internal.D:R:DatatypeInfoOfSchema - Data.Swagger.Internal.D:R:CodeSchema - Data.Swagger.Internal.D:R:DatatypeInfoOfParamSchema - Data.Swagger.Internal.D:R:CodeParamSchema - Data.Swagger.Internal.D:R:DatatypeInfoOfSwagger - Data.Swagger.Internal.D:R:CodeSwagger - Data.Swagger.Optics.R:IxKindOperation - Data.Swagger.Optics.R:IxKindResponses Warning: Data.Swagger.Optics: could not find link destinations for: - Data.Swagger.Optics.R:IxKindOperation - Data.Swagger.Optics.R:IxKindResponses Warning: Data.Swagger.Internal.ParamSchema: could not find link destinations for: - Data.Vector.Vector - Data.Vector.Unboxed.Base.Vector - Data.Vector.Storable.Vector - Data.Vector.Primitive.Vector Warning: Data.Swagger.ParamSchema: could not find link destinations for: - Data.Vector.Vector - Data.Vector.Unboxed.Base.Vector - Data.Vector.Storable.Vector - Data.Vector.Primitive.Vector Warning: Data.Swagger.Internal.Schema: could not find link destinations for: - Data.Vector.Vector - Data.Vector.Unboxed.Base.Vector - Data.Vector.Storable.Vector - Data.Vector.Primitive.Vector Warning: Data.Swagger.Schema: could not find link destinations for: - Data.Vector.Vector - Data.Vector.Unboxed.Base.Vector - Data.Vector.Storable.Vector - Data.Vector.Primitive.Vector Warning: Data.Swagger.Internal.Schema.Validation: could not find link destinations for: - Data.Vector.Vector Warning: Data.Swagger: could not find link destinations for: - Data.Swagger.Internal.Rep_Swagger - Data.Swagger.Internal.Rep_PathItem - Data.Swagger.Internal.Rep_Operation - Data.Swagger.Internal.Rep_Param - Data.Swagger.Internal.Rep_ParamAnySchema - Data.Swagger.Internal.Rep_ParamOtherSchema - Data.Swagger.Internal.Rep_Responses - Data.Swagger.Internal.Rep_Response - Data.Swagger.Internal.Rep_Header - Data.Swagger.Internal.Rep_NamedSchema - Data.Swagger.Internal.Rep_Schema - Data.Swagger.Internal.Rep_ParamSchema - Data.Swagger.Internal.Rep_Info - Data.Swagger.Internal.Rep_Contact - Data.Swagger.Internal.Rep_License - Data.Swagger.Internal.Rep_Tag - Data.Swagger.Internal.Rep_ExternalDocs - Data.Swagger.Internal.Rep_SecurityDefinitions - Data.Swagger.Internal.Rep_SecurityScheme - Data.Swagger.Internal.Rep_SecuritySchemeType - Data.Swagger.Internal.Rep_OAuth2Params - Data.Swagger.Internal.Rep_OAuth2Flow - Data.Swagger.Internal.Rep_ApiKeyParams - Data.Swagger.Internal.Rep_ApiKeyLocation - Data.Swagger.Internal.Rep_Example - Data.Swagger.Internal.Rep_Xml - Data.Swagger.Internal.Rep_ParamLocation - Data.Swagger.Internal.Rep_Scheme - Data.Swagger.Internal.Rep_Host - Data.Swagger.Internal.D:R:DatatypeInfoOfHeader - Data.Swagger.Internal.D:R:CodeHeader - Data.Swagger.Internal.D:R:DatatypeInfoOfOAuth2Params - Data.Swagger.Internal.D:R:CodeOAuth2Params - Data.Swagger.Internal.D:R:DatatypeInfoOfOperation - Data.Swagger.Internal.D:R:CodeOperation - Data.Swagger.Internal.D:R:DatatypeInfoOfParam - Data.Swagger.Internal.D:R:CodeParam - Data.Swagger.Internal.D:R:DatatypeInfoOfParamOtherSchema - Data.Swagger.Internal.D:R:CodeParamOtherSchema - Data.Swagger.Internal.D:R:DatatypeInfoOfPathItem - Data.Swagger.Internal.D:R:CodePathItem - Data.Swagger.Internal.D:R:DatatypeInfoOfResponse - Data.Swagger.Internal.D:R:CodeResponse - Data.Swagger.Internal.D:R:DatatypeInfoOfResponses - Data.Swagger.Internal.D:R:CodeResponses - Data.Swagger.Internal.D:R:DatatypeInfoOfSecurityScheme - Data.Swagger.Internal.D:R:CodeSecurityScheme - Data.Swagger.Internal.D:R:DatatypeInfoOfSchema - Data.Swagger.Internal.D:R:CodeSchema - Data.Swagger.Internal.D:R:DatatypeInfoOfParamSchema - Data.Swagger.Internal.D:R:CodeParamSchema - Data.Swagger.Internal.D:R:DatatypeInfoOfSwagger - Data.Swagger.Internal.D:R:CodeSwagger - Data.Swagger.Optics.R:IxKindOperation - Data.Swagger.Optics.R:IxKindResponses Documentation created: dist/doc/html/swagger2, dist/doc/html/swagger2/swagger2.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/swagger2-2.8.10-9otvKJeyQD4G7NbWrgFMfJ Completed swagger2-2.8.10 Downloading proto3-suite-0.9.4 Downloaded proto3-suite-0.9.4 Configuring proto3-suite-0.9.4... Preprocessing library for proto3-suite-0.9.4.. Building library for proto3-suite-0.9.4.. [ 1 of 24] Compiling Google.Protobuf.Wrappers.Polymorphic ( src/Google/Protobuf/Wrappers/Polymorphic.hs, dist/build/Google/Protobuf/Wrappers/Polymorphic.o, dist/build/Google/Protobuf/Wrappers/Polymorphic.dyn_o ) [ 2 of 24] Compiling Proto3.Suite.DotProto.Generate.Swagger.Wrappers ( src/no-swagger-wrapper-format/Proto3/Suite/DotProto/Generate/Swagger/Wrappers.hs, dist/build/Proto3/Suite/DotProto/Generate/Swagger/Wrappers.o, dist/build/Proto3/Suite/DotProto/Generate/Swagger/Wrappers.dyn_o ) [ 3 of 24] Compiling Proto3.Suite.DotProto.Generate.Syntax ( src/Proto3/Suite/DotProto/Generate/Syntax.hs, dist/build/Proto3/Suite/DotProto/Generate/Syntax.o, dist/build/Proto3/Suite/DotProto/Generate/Syntax.dyn_o ) [ 4 of 24] Compiling Proto3.Suite.DotProto.Generate.Record ( src/Proto3/Suite/DotProto/Generate/Record.hs, dist/build/Proto3/Suite/DotProto/Generate/Record.o, dist/build/Proto3/Suite/DotProto/Generate/Record.dyn_o ) [ 5 of 24] Compiling Proto3.Suite.Haskell.Parser ( src/Proto3/Suite/Haskell/Parser.hs, dist/build/Proto3/Suite/Haskell/Parser.o, dist/build/Proto3/Suite/Haskell/Parser.dyn_o ) [ 6 of 24] Compiling Proto3.Suite.Types ( src/Proto3/Suite/Types.hs, dist/build/Proto3/Suite/Types.o, dist/build/Proto3/Suite/Types.dyn_o ) [ 7 of 24] Compiling Proto3.Suite.Form ( src/Proto3/Suite/Form.hs, dist/build/Proto3/Suite/Form.o, dist/build/Proto3/Suite/Form.dyn_o ) [ 8 of 24] Compiling Turtle.Compat ( src/Turtle/Compat.hs, dist/build/Turtle/Compat.o, dist/build/Turtle/Compat.dyn_o ) [ 9 of 24] Compiling Proto3.Suite.DotProto.AST ( src/Proto3/Suite/DotProto/AST.hs, dist/build/Proto3/Suite/DotProto/AST.o, dist/build/Proto3/Suite/DotProto/AST.dyn_o ) [10 of 24] Compiling Proto3.Suite.DotProto.Rendering ( src/Proto3/Suite/DotProto/Rendering.hs, dist/build/Proto3/Suite/DotProto/Rendering.o, dist/build/Proto3/Suite/DotProto/Rendering.dyn_o ) [11 of 24] Compiling Proto3.Suite.DotProto.Parsing ( src/Proto3/Suite/DotProto/Parsing.hs, dist/build/Proto3/Suite/DotProto/Parsing.o, dist/build/Proto3/Suite/DotProto/Parsing.dyn_o ) [12 of 24] Compiling Proto3.Suite.DotProto.AST.Lens ( src/Proto3/Suite/DotProto/AST/Lens.hs, dist/build/Proto3/Suite/DotProto/AST/Lens.o, dist/build/Proto3/Suite/DotProto/AST/Lens.dyn_o ) [13 of 24] Compiling Proto3.Suite.DotProto.Internal ( src/Proto3/Suite/DotProto/Internal.hs, dist/build/Proto3/Suite/DotProto/Internal.o, dist/build/Proto3/Suite/DotProto/Internal.dyn_o ) [14 of 24] Compiling Proto3.Suite.DotProto ( src/Proto3/Suite/DotProto.hs, dist/build/Proto3/Suite/DotProto.o, dist/build/Proto3/Suite/DotProto.dyn_o ) [15 of 24] Compiling Proto3.Suite.DotProto.Generate ( src/Proto3/Suite/DotProto/Generate.hs, dist/build/Proto3/Suite/DotProto/Generate.o, dist/build/Proto3/Suite/DotProto/Generate.dyn_o ) [16 of 24] Compiling Proto3.Suite.Class ( src/Proto3/Suite/Class.hs, dist/build/Proto3/Suite/Class.o, dist/build/Proto3/Suite/Class.dyn_o ) [17 of 24] Compiling Proto3.Suite.JSONPB.Class ( src/Proto3/Suite/JSONPB/Class.hs, dist/build/Proto3/Suite/JSONPB/Class.o, dist/build/Proto3/Suite/JSONPB/Class.dyn_o ) [18 of 24] Compiling Proto3.Suite.Form.Encode.Core ( src/Proto3/Suite/Form/Encode/Core.hs, dist/build/Proto3/Suite/Form/Encode/Core.o, dist/build/Proto3/Suite/Form/Encode/Core.dyn_o ) [19 of 24] Compiling Proto3.Suite.Form.Encode ( src/Proto3/Suite/Form/Encode.hs, dist/build/Proto3/Suite/Form/Encode.o, dist/build/Proto3/Suite/Form/Encode.dyn_o ) [20 of 24] Compiling Proto3.Suite ( src/Proto3/Suite.hs, dist/build/Proto3/Suite.o, dist/build/Proto3/Suite.dyn_o ) [21 of 24] Compiling Proto3.Suite.Tutorial ( src/Proto3/Suite/Tutorial.hs, dist/build/Proto3/Suite/Tutorial.o, dist/build/Proto3/Suite/Tutorial.dyn_o ) [22 of 24] Compiling Proto3.Suite.DotProto.Generate.Swagger ( src/Proto3/Suite/DotProto/Generate/Swagger.hs, dist/build/Proto3/Suite/DotProto/Generate/Swagger.o, dist/build/Proto3/Suite/DotProto/Generate/Swagger.dyn_o ) [23 of 24] Compiling Proto3.Suite.JSONPB ( src/Proto3/Suite/JSONPB.hs, dist/build/Proto3/Suite/JSONPB.o, dist/build/Proto3/Suite/JSONPB.dyn_o ) [24 of 24] Compiling Google.Protobuf.Timestamp ( src/Google/Protobuf/Timestamp.hs, dist/build/Google/Protobuf/Timestamp.o, dist/build/Google/Protobuf/Timestamp.dyn_o ) Preprocessing executable 'canonicalize-proto-file' for proto3-suite-0.9.4.. Building executable 'canonicalize-proto-file' for proto3-suite-0.9.4.. [1 of 1] Compiling Main ( tools/canonicalize-proto-file/Main.hs, dist/build/canonicalize-proto-file/canonicalize-proto-file-tmp/Main.o ) [2 of 2] Linking dist/build/canonicalize-proto-file/canonicalize-proto-file Preprocessing executable 'compile-proto-file' for proto3-suite-0.9.4.. Building executable 'compile-proto-file' for proto3-suite-0.9.4.. [1 of 1] Compiling Main ( tools/compile-proto-file/Main.hs, dist/build/compile-proto-file/compile-proto-file-tmp/Main.o ) [2 of 2] Linking dist/build/compile-proto-file/compile-proto-file Preprocessing library for proto3-suite-0.9.4.. Running Haddock on library for proto3-suite-0.9.4.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 24] Compiling Google.Protobuf.Wrappers.Polymorphic ( src/Google/Protobuf/Wrappers/Polymorphic.hs, /tmp/ghc842105_0/ghc_26.o, /tmp/ghc842105_0/ghc_26.dyn_o ) [ 2 of 24] Compiling Proto3.Suite.DotProto.Generate.Swagger.Wrappers ( src/no-swagger-wrapper-format/Proto3/Suite/DotProto/Generate/Swagger/Wrappers.hs, nothing ) [ 3 of 24] Compiling Proto3.Suite.DotProto.Generate.Syntax ( src/Proto3/Suite/DotProto/Generate/Syntax.hs, /tmp/ghc842105_0/ghc_38.o, /tmp/ghc842105_0/ghc_38.dyn_o ) [ 4 of 24] Compiling Proto3.Suite.DotProto.Generate.Record ( src/Proto3/Suite/DotProto/Generate/Record.hs, /tmp/ghc842105_0/ghc_36.o, /tmp/ghc842105_0/ghc_36.dyn_o ) [ 5 of 24] Compiling Proto3.Suite.Haskell.Parser ( src/Proto3/Suite/Haskell/Parser.hs, /tmp/ghc842105_0/ghc_50.o, /tmp/ghc842105_0/ghc_50.dyn_o ) [ 6 of 24] Compiling Proto3.Suite.Types ( src/Proto3/Suite/Types.hs, /tmp/ghc842105_0/ghc_54.o, /tmp/ghc842105_0/ghc_54.dyn_o ) [ 7 of 24] Compiling Proto3.Suite.Form ( src/Proto3/Suite/Form.hs, /tmp/ghc842105_0/ghc_46.o, /tmp/ghc842105_0/ghc_46.dyn_o ) [ 8 of 24] Compiling Turtle.Compat ( src/Turtle/Compat.hs, /tmp/ghc842105_0/ghc_56.o, /tmp/ghc842105_0/ghc_56.dyn_o ) [ 9 of 24] Compiling Proto3.Suite.DotProto.AST ( src/Proto3/Suite/DotProto/AST.hs, /tmp/ghc842105_0/ghc_32.o, /tmp/ghc842105_0/ghc_32.dyn_o ) [10 of 24] Compiling Proto3.Suite.DotProto.Rendering ( src/Proto3/Suite/DotProto/Rendering.hs, /tmp/ghc842105_0/ghc_44.o, /tmp/ghc842105_0/ghc_44.dyn_o ) [11 of 24] Compiling Proto3.Suite.DotProto.Parsing ( src/Proto3/Suite/DotProto/Parsing.hs, /tmp/ghc842105_0/ghc_42.o, /tmp/ghc842105_0/ghc_42.dyn_o ) [12 of 24] Compiling Proto3.Suite.DotProto.AST.Lens ( src/Proto3/Suite/DotProto/AST/Lens.hs, /tmp/ghc842105_0/ghc_34.o, /tmp/ghc842105_0/ghc_34.dyn_o ) [13 of 24] Compiling Proto3.Suite.DotProto.Internal ( src/Proto3/Suite/DotProto/Internal.hs, /tmp/ghc842105_0/ghc_40.o, /tmp/ghc842105_0/ghc_40.dyn_o ) [14 of 24] Compiling Proto3.Suite.DotProto ( src/Proto3/Suite/DotProto.hs, /tmp/ghc842105_0/ghc_30.o, /tmp/ghc842105_0/ghc_30.dyn_o ) [15 of 24] Compiling Proto3.Suite.DotProto.Generate ( src/Proto3/Suite/DotProto/Generate.hs, nothing ) [16 of 24] Compiling Proto3.Suite.Class ( src/Proto3/Suite/Class.hs, /tmp/ghc842105_0/ghc_28.o, /tmp/ghc842105_0/ghc_28.dyn_o ) [17 of 24] Compiling Proto3.Suite.JSONPB.Class ( src/Proto3/Suite/JSONPB/Class.hs, /tmp/ghc842105_0/ghc_52.o, /tmp/ghc842105_0/ghc_52.dyn_o ) [18 of 24] Compiling Proto3.Suite.Form.Encode.Core ( src/Proto3/Suite/Form/Encode/Core.hs, /tmp/ghc842105_0/ghc_48.o, /tmp/ghc842105_0/ghc_48.dyn_o ) [19 of 24] Compiling Proto3.Suite.Form.Encode ( src/Proto3/Suite/Form/Encode.hs, nothing ) [20 of 24] Compiling Proto3.Suite ( src/Proto3/Suite.hs, nothing ) [21 of 24] Compiling Proto3.Suite.Tutorial ( src/Proto3/Suite/Tutorial.hs, nothing ) [22 of 24] Compiling Proto3.Suite.DotProto.Generate.Swagger ( src/Proto3/Suite/DotProto/Generate/Swagger.hs, nothing ) [23 of 24] Compiling Proto3.Suite.JSONPB ( src/Proto3/Suite/JSONPB.hs, nothing ) [24 of 24] Compiling Google.Protobuf.Timestamp ( src/Google/Protobuf/Timestamp.hs, nothing ) Haddock coverage: 100% ( 2 / 2) in 'Google.Protobuf.Wrappers.Polymorphic' 0% ( 0 / 1) in 'Proto3.Suite.DotProto.Generate.Swagger.Wrappers' Missing documentation for: Module header 5% ( 12 /217) in 'Proto3.Suite.DotProto.Generate.Syntax' Missing documentation for: HsAlt (src/Proto3/Suite/DotProto/Generate/Syntax.hs:89) HsBangType (src/Proto3/Suite/DotProto/Generate/Syntax.hs:90) HsBind (src/Proto3/Suite/DotProto/Generate/Syntax.hs:91) HsConDecl (src/Proto3/Suite/DotProto/Generate/Syntax.hs:92) HsDecl (src/Proto3/Suite/DotProto/Generate/Syntax.hs:93) HsDerivStrategy (src/Proto3/Suite/DotProto/Generate/Syntax.hs:94) HsDerivingClause (src/Proto3/Suite/DotProto/Generate/Syntax.hs:95) HsExp (src/Proto3/Suite/DotProto/Generate/Syntax.hs:96) HsExportSpec (src/Proto3/Suite/DotProto/Generate/Syntax.hs:97) HsGrhs (src/Proto3/Suite/DotProto/Generate/Syntax.hs:98) HsGuardedAlts (src/Proto3/Suite/DotProto/Generate/Syntax.hs:99) HsImportDecl (src/Proto3/Suite/DotProto/Generate/Syntax.hs:100) HsImportSpec (src/Proto3/Suite/DotProto/Generate/Syntax.hs:101) HsMatch (src/Proto3/Suite/DotProto/Generate/Syntax.hs:102) HsName (src/Proto3/Suite/DotProto/Generate/Syntax.hs:103) HsOuterFamEqnTyVarBndrs (src/Proto3/Suite/DotProto/Generate/Syntax.hs:104) HsOuterSigTyVarBndrs (src/Proto3/Suite/DotProto/Generate/Syntax.hs:105) HsPat (src/Proto3/Suite/DotProto/Generate/Syntax.hs:106) HsQName (src/Proto3/Suite/DotProto/Generate/Syntax.hs:107) HsQOp (src/Proto3/Suite/DotProto/Generate/Syntax.hs:108) HsSig (src/Proto3/Suite/DotProto/Generate/Syntax.hs:109) HsTyVarBndrU (src/Proto3/Suite/DotProto/Generate/Syntax.hs:110) HsTyVarBndrV (src/Proto3/Suite/DotProto/Generate/Syntax.hs:111) HsType (src/Proto3/Suite/DotProto/Generate/Syntax.hs:118) Module (src/Proto3/Suite/DotProto/Generate/Syntax.hs:119) VirtualBraces (src/Proto3/Suite/DotProto/Generate/Syntax.hs:124) SyntaxDefault (src/Proto3/Suite/DotProto/Generate/Syntax.hs:128) PfxCon (src/Proto3/Suite/DotProto/Generate/Syntax.hs:247) haskellName (src/Proto3/Suite/DotProto/Generate/Syntax.hs:279) jsonpbName (src/Proto3/Suite/DotProto/Generate/Syntax.hs:280) grpcName (src/Proto3/Suite/DotProto/Generate/Syntax.hs:281) lrName (src/Proto3/Suite/DotProto/Generate/Syntax.hs:282) protobufName (src/Proto3/Suite/DotProto/Generate/Syntax.hs:283) protobufASTName (src/Proto3/Suite/DotProto/Generate/Syntax.hs:284) protobufFormName (src/Proto3/Suite/DotProto/Generate/Syntax.hs:285) proxyName (src/Proto3/Suite/DotProto/Generate/Syntax.hs:286) haskellNS (src/Proto3/Suite/DotProto/Generate/Syntax.hs:289) protobufFormNS (src/Proto3/Suite/DotProto/Generate/Syntax.hs:292) protobufFormType (src/Proto3/Suite/DotProto/Generate/Syntax.hs:295) formProtoTypeT (src/Proto3/Suite/DotProto/Generate/Syntax.hs:298) formNamesOf (src/Proto3/Suite/DotProto/Generate/Syntax.hs:301) formNumberOf (src/Proto3/Suite/DotProto/Generate/Syntax.hs:302) formOneOfOf (src/Proto3/Suite/DotProto/Generate/Syntax.hs:303) formCardinalityOf (src/Proto3/Suite/DotProto/Generate/Syntax.hs:304) formProtoTypeOf (src/Proto3/Suite/DotProto/Generate/Syntax.hs:305) formFieldNotFound (src/Proto3/Suite/DotProto/Generate/Syntax.hs:308) formFieldOrOneOfNotFound (src/Proto3/Suite/DotProto/Generate/Syntax.hs:309) formUnpackedT (src/Proto3/Suite/DotProto/Generate/Syntax.hs:312) formPackedT (src/Proto3/Suite/DotProto/Generate/Syntax.hs:313) formCardinalityT (src/Proto3/Suite/DotProto/Generate/Syntax.hs:316) formImplicitT (src/Proto3/Suite/DotProto/Generate/Syntax.hs:317) formOptionalT (src/Proto3/Suite/DotProto/Generate/Syntax.hs:318) formRepeatedT (src/Proto3/Suite/DotProto/Generate/Syntax.hs:319) formInt32T (src/Proto3/Suite/DotProto/Generate/Syntax.hs:325) formInt64T (src/Proto3/Suite/DotProto/Generate/Syntax.hs:326) formSInt32T (src/Proto3/Suite/DotProto/Generate/Syntax.hs:327) formSInt64T (src/Proto3/Suite/DotProto/Generate/Syntax.hs:328) formUInt32T (src/Proto3/Suite/DotProto/Generate/Syntax.hs:329) formUInt64T (src/Proto3/Suite/DotProto/Generate/Syntax.hs:330) formFixed32T (src/Proto3/Suite/DotProto/Generate/Syntax.hs:331) formFixed64T (src/Proto3/Suite/DotProto/Generate/Syntax.hs:332) formSFixed32T (src/Proto3/Suite/DotProto/Generate/Syntax.hs:333) formSFixed64T (src/Proto3/Suite/DotProto/Generate/Syntax.hs:334) formStringT (src/Proto3/Suite/DotProto/Generate/Syntax.hs:335) formBytesT (src/Proto3/Suite/DotProto/Generate/Syntax.hs:336) formBoolT (src/Proto3/Suite/DotProto/Generate/Syntax.hs:337) formFloatT (src/Proto3/Suite/DotProto/Generate/Syntax.hs:338) formDoubleT (src/Proto3/Suite/DotProto/Generate/Syntax.hs:339) formEnumerationT (src/Proto3/Suite/DotProto/Generate/Syntax.hs:340) formMessageT (src/Proto3/Suite/DotProto/Generate/Syntax.hs:341) formMapT (src/Proto3/Suite/DotProto/Generate/Syntax.hs:342) formWrapperT (src/Proto3/Suite/DotProto/Generate/Syntax.hs:345) app (src/Proto3/Suite/DotProto/Generate/Syntax.hs:353) apply (src/Proto3/Suite/DotProto/Generate/Syntax.hs:356) appAt (src/Proto3/Suite/DotProto/Generate/Syntax.hs:359) applyAt (src/Proto3/Suite/DotProto/Generate/Syntax.hs:366) opApp (src/Proto3/Suite/DotProto/Generate/Syntax.hs:369) maybeModify (src/Proto3/Suite/DotProto/Generate/Syntax.hs:372) paren (src/Proto3/Suite/DotProto/Generate/Syntax.hs:376) parenPat (src/Proto3/Suite/DotProto/Generate/Syntax.hs:379) parenTy (src/Proto3/Suite/DotProto/Generate/Syntax.hs:382) applicativeApply (src/Proto3/Suite/DotProto/Generate/Syntax.hs:388) tyApp (src/Proto3/Suite/DotProto/Generate/Syntax.hs:394) tyApply (src/Proto3/Suite/DotProto/Generate/Syntax.hs:397) tyConApp (src/Proto3/Suite/DotProto/Generate/Syntax.hs:407) tyConApply (src/Proto3/Suite/DotProto/Generate/Syntax.hs:410) funTy (src/Proto3/Suite/DotProto/Generate/Syntax.hs:419) unrestrictedArrow_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:422) unbangedTy_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:428) module_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:434) importDecl_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:469) ieName_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:503) ieNameAll_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:517) dataDecl_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:531) recDecl_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:574) conDecl_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:600) derivingClause_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:618) splitDerivingClause (src/Proto3/Suite/DotProto/Generate/Syntax.hs:630) instDecl_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:655) typeOfInstDecl (src/Proto3/Suite/DotProto/Generate/Syntax.hs:677) closedTyFamDecl_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:691) tyFamInstDecl_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:729) patBind_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:757) functionLike_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:784) typeSig_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:812) implicitOuterFamEqnTyVarBinders_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:818) implicitOuterSigTyVarBinders_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:821) userTyVar_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:827) kindedTyVar_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:834) wild_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:838) qual_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:841) unqual_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:844) uvar_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:847) var_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:850) fieldBind_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:853) recordCtor_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:871) fieldUpd_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:887) recordUpd_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:913) protobufType_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:926) primType_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:927) protobufStringType_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:928) protobufBytesType_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:929) protobufFixedType_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:932) protobufSignedType_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:933) protobufWrappedType_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:934) typeNamed_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:937) type_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:944) tvarn_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:947) tvar_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:950) kindSig_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:953) tupleType_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:956) patVar (src/Proto3/Suite/DotProto/Generate/Syntax.hs:959) conPat (src/Proto3/Suite/DotProto/Generate/Syntax.hs:962) recPat (src/Proto3/Suite/DotProto/Generate/Syntax.hs:965) fieldPunPat (src/Proto3/Suite/DotProto/Generate/Syntax.hs:974) alt_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:992) case_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:995) if_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1032) list_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1050) listT_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1053) str_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1056) strPat (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1059) symT (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1062) dotProtoFieldC (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1079) primC (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1080) optionalC (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1081) repeatedC (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1082) nestedRepeatedC (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1083) namedC (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1084) mapC (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1085) fieldNumberC (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1086) singleC (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1087) pathC (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1088) dotsC (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1089) qualifiedC (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1090) anonymousC (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1091) dotProtoOptionC (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1092) identifierC (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1093) stringLitC (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1094) intLitC (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1095) floatLitC (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1096) boolLitC (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1097) forceEmitC (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1098) forceEmitT (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1099) encodeMessageFieldE (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1100) decodeMessageFieldE (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1101) atE (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1102) oneofE (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1103) trueC (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1105) falseC (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1106) nothingC (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1107) nothingN (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1108) nothingT (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1109) justC (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1110) justN (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1111) justT (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1112) maybeT (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1113) fromStringE (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1114) pureE (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1115) returnE (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1116) mappendE (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1117) memptyE (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1118) msumE (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1119) fmapE (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1120) natT (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1121) symbolT (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1122) typeErrorT (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1123) apOp (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1126) fmapOp (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1129) composeOp (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1132) fractionOp (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1135) bindOp (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1138) altOp (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1141) toJSONPBOp (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1144) parseJSONPBOp (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1147) neConsOp (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1150) intE (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1153) intP (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1160) natTLit (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1169) floatE (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1172) do_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1195) letStmt_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1198) bindStmt_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1207) lastStmt_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1210) bodyStmt_ (src/Proto3/Suite/DotProto/Generate/Syntax.hs:1213) 100% ( 2 / 2) in 'Proto3.Suite.DotProto.Generate.Record' Warning: 'DynFlags' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 20% ( 1 / 5) in 'Proto3.Suite.Haskell.Parser' Missing documentation for: Module header Logger initLogger renderSDoc (src/Proto3/Suite/Haskell/Parser.hs:150) Warning: 'Commented' is ambiguous. It is defined * at src/Proto3/Suite/Types.hs:156:43 * at src/Proto3/Suite/Types.hs:156: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/Proto3/Suite/Types.hs:156:1 Warning: 'ForceEmit' is ambiguous. It is defined * at src/Proto3/Suite/Types.hs:151:23 * at src/Proto3/Suite/Types.hs:151: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/Proto3/Suite/Types.hs:151:1 Warning: 'Nested' is ambiguous. It is defined * at src/Proto3/Suite/Types.hs:144:20 * at src/Proto3/Suite/Types.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 src/Proto3/Suite/Types.hs:144:1 Warning: 'PackedVec' is ambiguous. It is defined * at src/Proto3/Suite/Types.hs:106:23 * at src/Proto3/Suite/Types.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 src/Proto3/Suite/Types.hs:106:1 Warning: 'Bytes' is ambiguous. It is defined * at src/Proto3/Suite/Types.hs:100:19 * at src/Proto3/Suite/Types.hs:100: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/Proto3/Suite/Types.hs:100:1 Warning: 'String' is ambiguous. It is defined * at src/Proto3/Suite/Types.hs:93:20 * at src/Proto3/Suite/Types.hs:93: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/Proto3/Suite/Types.hs:93:1 Warning: 'Enumerated' is ambiguous. It is defined * at src/Proto3/Suite/Types.hs:60:24 * at src/Proto3/Suite/Types.hs:60: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/Proto3/Suite/Types.hs:60:1 Warning: 'IsEnum' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'HasEncoding' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Signed' is ambiguous. It is defined * at src/Proto3/Suite/Types.hs:54:20 * at src/Proto3/Suite/Types.hs:54: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/Proto3/Suite/Types.hs:54:1 Warning: 'Fixed' is ambiguous. It is defined * at src/Proto3/Suite/Types.hs:49:19 * at src/Proto3/Suite/Types.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 src/Proto3/Suite/Types.hs:49:1 83% ( 15 / 18) in 'Proto3.Suite.Types' Missing documentation for: Module header UnpackedVec (src/Proto3/Suite/Types.hs:118) NestedVec (src/Proto3/Suite/Types.hs:130) Warning: 'OneOf' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 19 / 19) in 'Proto3.Suite.Form' 48% ( 13 / 27) in 'Proto3.Suite.DotProto.AST' Missing documentation for: DotProtoIdentifier (src/Proto3/Suite/DotProto/AST.hs:88) DotProtoImportQualifier (src/Proto3/Suite/DotProto/AST.hs:120) DotProtoPrimType (src/Proto3/Suite/DotProto/AST.hs:257) Packing (src/Proto3/Suite/DotProto/AST.hs:317) Path (src/Proto3/Suite/DotProto/AST.hs:80) fakePath (src/Proto3/Suite/DotProto/AST.hs:86) DotProtoEnumValue (src/Proto3/Suite/DotProto/AST.hs:346) DotProtoEnumPart (src/Proto3/Suite/DotProto/AST.hs:348) Streaming (src/Proto3/Suite/DotProto/AST.hs:367) DotProtoServicePart (src/Proto3/Suite/DotProto/AST.hs:379) RPCMethod (src/Proto3/Suite/DotProto/AST.hs:402) DotProtoMessagePart (src/Proto3/Suite/DotProto/AST.hs:422) DotProtoField (src/Proto3/Suite/DotProto/AST.hs:459) DotProtoReservedField (src/Proto3/Suite/DotProto/AST.hs:478) 90% ( 9 / 10) in 'Proto3.Suite.DotProto.Rendering' Missing documentation for: packageFromDefs (src/Proto3/Suite/DotProto/Rendering.hs:142) Warning: 'DotProto' is ambiguous. It is defined * at src/Proto3/Suite/DotProto/AST.hs:214:17 * at src/Proto3/Suite/DotProto/AST.hs:214: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/Proto3/Suite/DotProto/AST.hs:214:1 Warning: 'DotProtoMeta' is ambiguous. It is defined * at src/Proto3/Suite/DotProto/AST.hs:196:21 * at src/Proto3/Suite/DotProto/AST.hs:196: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/Proto3/Suite/DotProto/AST.hs:196:1 87% ( 14 / 16) in 'Proto3.Suite.DotProto.Parsing' Missing documentation for: runProtoParser pExtendStmt (src/Proto3/Suite/DotProto/Parsing.hs:531) 0% ( 0 / 9) in 'Proto3.Suite.DotProto.AST.Lens' Missing documentation for: Module header _DotProtoMessage (src/Proto3/Suite/DotProto/AST/Lens.hs:7) _DotProtoEnum (src/Proto3/Suite/DotProto/AST/Lens.hs:7) _DotProtoService (src/Proto3/Suite/DotProto/AST/Lens.hs:7) _DotProtoMessageField (src/Proto3/Suite/DotProto/AST/Lens.hs:8) _DotProtoMessageOneOf (src/Proto3/Suite/DotProto/AST/Lens.hs:8) _DotProtoMessageDefinition (src/Proto3/Suite/DotProto/AST/Lens.hs:8) _DotProtoMessageReserved (src/Proto3/Suite/DotProto/AST/Lens.hs:8) _DotProtoMessageOption (src/Proto3/Suite/DotProto/AST/Lens.hs:8) Warning: 'r' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'm' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 's' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Const' is ambiguous. It is defined * in Data.Functor.Const * in Data.Functor.Const 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.Const Warning: 'X' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 52% ( 39 / 74) in 'Proto3.Suite.DotProto.Internal' Missing documentation for: mapKeysM (src/Proto3/Suite/DotProto/Internal.hs:81) dieLines (src/Proto3/Suite/DotProto/Internal.hs:87) FindProtoResult (src/Proto3/Suite/DotProto/Internal.hs:347) badModulePathErrorMsg (src/Proto3/Suite/DotProto/Internal.hs:366) importNotFoundErrorMsg (src/Proto3/Suite/DotProto/Internal.hs:375) toplevelNotFoundErrorMsg (src/Proto3/Suite/DotProto/Internal.hs:389) absolutePathErrorMsg (src/Proto3/Suite/DotProto/Internal.hs:401) tiParent (src/Proto3/Suite/DotProto/Internal.hs:437) dotProtoTypeContext (src/Proto3/Suite/DotProto/Internal.hs:447) definitionTypeContext (src/Proto3/Suite/DotProto/Internal.hs:452) isMessage (src/Proto3/Suite/DotProto/Internal.hs:483) boolOption (src/Proto3/Suite/DotProto/Internal.hs:486) isPacked (src/Proto3/Suite/DotProto/Internal.hs:492) isUnpacked (src/Proto3/Suite/DotProto/Internal.hs:495) isMap (src/Proto3/Suite/DotProto/Internal.hs:520) concatDotProtoIdentifier (src/Proto3/Suite/DotProto/Internal.hs:533) prefixedEnumFieldName (src/Proto3/Suite/DotProto/Internal.hs:649) prefixedConName (src/Proto3/Suite/DotProto/Internal.hs:652) dpIdentUnqualName (src/Proto3/Suite/DotProto/Internal.hs:674) dpIdentQualName (src/Proto3/Suite/DotProto/Internal.hs:680) qualifiedMessageName (src/Proto3/Suite/DotProto/Internal.hs:694) qualifiedMessageTypeName (src/Proto3/Suite/DotProto/Internal.hs:701) getQualifiedFields (src/Proto3/Suite/DotProto/Internal.hs:752) fieldBinder (src/Proto3/Suite/DotProto/Internal.hs:800) oneofSubBinder (src/Proto3/Suite/DotProto/Internal.hs:803) oneofSubDisjunctBinder (src/Proto3/Suite/DotProto/Internal.hs:806) CompileError (src/Proto3/Suite/DotProto/Internal.hs:813) internalError (src/Proto3/Suite/DotProto/Internal.hs:837) invalidTypeNameError (src/Proto3/Suite/DotProto/Internal.hs:840) _unimplementedError (src/Proto3/Suite/DotProto/Internal.hs:843) invalidMethodNameError (src/Proto3/Suite/DotProto/Internal.hs:846) noSuchTypeError (src/Proto3/Suite/DotProto/Internal.hs:849) Histogram (src/Proto3/Suite/DotProto/Internal.hs:852) oneOccurrence (src/Proto3/Suite/DotProto/Internal.hs:864) mulipleOccurrencesOnly (src/Proto3/Suite/DotProto/Internal.hs:867) 71% ( 5 / 7) in 'Proto3.Suite.DotProto' Missing documentation for: Module header prefixedEnumFieldName (src/Proto3/Suite/DotProto/Internal.hs:649) Warning: 'rnProtoFile' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'DotProto' is ambiguous. It is defined * at src/Proto3/Suite/DotProto/AST.hs:214:17 * at src/Proto3/Suite/DotProto/AST.hs:214: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/Proto3/Suite/DotProto/AST.hs:214:1 Warning: 'String' is ambiguous. It is defined * at src/Proto3/Suite/DotProto/AST.hs:268:5 * in GHC.Base 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/Proto3/Suite/DotProto/AST.hs:268:5 Warning: 'DotProtoTypeInfo' is ambiguous. It is defined * at src/Proto3/Suite/DotProto/Internal.hs:422:25 * at src/Proto3/Suite/DotProto/Internal.hs:422: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/Proto3/Suite/DotProto/Internal.hs:422:1 Warning: 'FromJSONPB' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Message' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ToJSONPB' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 66% ( 8 / 12) in 'Proto3.Suite.DotProto.Generate' Missing documentation for: CompileError (src/Proto3/Suite/DotProto/Internal.hs:813) StringType (src/Proto3/Suite/DotProto/Generate.hs:110) parseStringType (src/Proto3/Suite/DotProto/Generate.hs:114) CompileArgs (src/Proto3/Suite/DotProto/Generate.hs:101) Warning: 'Nested' is ambiguous. It is defined * at src/Proto3/Suite/Types.hs:144:20 * at src/Proto3/Suite/Types.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 src/Proto3/Suite/Types.hs:144:1 Warning: 'embedded' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Wrapped' is ambiguous. It is defined * at src/Google/Protobuf/Wrappers/Polymorphic.hs:25:21 * at src/Google/Protobuf/Wrappers/Polymorphic.hs:25: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/Google/Protobuf/Wrappers/Polymorphic.hs:25:1 Warning: 'PackedVec' is ambiguous. It is defined * at src/Proto3/Suite/Types.hs:106:23 * at src/Proto3/Suite/Types.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 src/Proto3/Suite/Types.hs:106:1 Warning: 'UnpackedVec' is ambiguous. It is defined * at src/Proto3/Suite/Types.hs:118:25 * at src/Proto3/Suite/Types.hs:118: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/Proto3/Suite/Types.hs:118:1 90% ( 18 / 20) in 'Proto3.Suite.Class' Missing documentation for: ZigZag (src/Proto3/Suite/Class.hs:1081) GenericMessage (src/Proto3/Suite/Class.hs:1004) Warning: 'Options' is ambiguous. It is defined * at src/Proto3/Suite/JSONPB/Class.hs:246:16 * at src/Proto3/Suite/JSONPB/Class.hs:246: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/Proto3/Suite/JSONPB/Class.hs:246:1 68% ( 24 / 35) in 'Proto3.Suite.JSONPB.Class' Missing documentation for: Key (src/Proto3/Suite/JSONPB/Class.hs:128) keyFromText (src/Proto3/Suite/JSONPB/Class.hs:130) parseField (src/Proto3/Suite/JSONPB/Class.hs:230) Options (src/Proto3/Suite/JSONPB/Class.hs:246) dropNamedPrefix (src/Proto3/Suite/JSONPB/Class.hs:290) object (src/Proto3/Suite/JSONPB/Class.hs:293) pairs (src/Proto3/Suite/JSONPB/Class.hs:308) enumFieldString (src/Proto3/Suite/JSONPB/Class.hs:323) enumFieldEncoding (src/Proto3/Suite/JSONPB/Class.hs:326) bsToJSONPB (src/Proto3/Suite/JSONPB/Class.hs:468) enumToJSONPB (src/Proto3/Suite/JSONPB/Class.hs:493) Warning: 'Wrap' is ambiguous. It is defined * at src/Proto3/Suite/Form/Encode/Core.hs:549:28 * at src/Proto3/Suite/Form/Encode/Core.hs:549: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/Proto3/Suite/Form/Encode/Core.hs:549:1 Warning: 'Forward' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Reverse' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 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: 'Repeated' is ambiguous. It is defined * at src/Proto3/Suite/Form.hs:133:5 * in Proto3.Wire.Encode.Repeated 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/Proto3/Suite/Form.hs:133:5 Warning: 'Auto' is ambiguous. It is defined * at src/Proto3/Suite/Form/Encode/Core.hs:567:28 * at src/Proto3/Suite/Form/Encode/Core.hs:567: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/Proto3/Suite/Form/Encode/Core.hs:567:1 Warning: 'moreNames' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'names' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'cacheFieldsEncoder' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Reflection' is ambiguous. It is defined * at src/Proto3/Suite/Form/Encode.hs:480:24 * at src/Proto3/Suite/Form/Encode.hs:480: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/Proto3/Suite/Form/Encode.hs:480:1 100% ( 41 / 41) in 'Proto3.Suite.Form.Encode' 93% ( 27 / 29) in 'Proto3.Suite' Missing documentation for: UnpackedVec (src/Proto3/Suite/Types.hs:118) NestedVec (src/Proto3/Suite/Types.hs:130) Warning: 'MessageField' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Foo' is ambiguous. It is defined * at src/Proto3/Suite/Tutorial.hs:71:12 * at src/Proto3/Suite/Tutorial.hs:71: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/Proto3/Suite/Tutorial.hs:71:1 Warning: 'fromByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Bar' is ambiguous. It is defined * at src/Proto3/Suite/Tutorial.hs:84:12 * at src/Proto3/Suite/Tutorial.hs:84: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/Proto3/Suite/Tutorial.hs:84:1 Warning: 'DotProto' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 6 / 6) in 'Proto3.Suite.Tutorial' 100% ( 4 / 4) in 'Proto3.Suite.DotProto.Generate.Swagger' 72% ( 29 / 40) in 'Proto3.Suite.JSONPB' Missing documentation for: Module header Options (src/Proto3/Suite/JSONPB/Class.hs:246) enumFieldEncoding (src/Proto3/Suite/JSONPB/Class.hs:326) enumFieldString (src/Proto3/Suite/JSONPB/Class.hs:323) object (src/Proto3/Suite/JSONPB/Class.hs:293) pair pairs (src/Proto3/Suite/JSONPB/Class.hs:308) parseField (src/Proto3/Suite/JSONPB/Class.hs:230) Schema ParamSchema SwaggerType 14% ( 1 / 7) in 'Google.Protobuf.Timestamp' Missing documentation for: Timestamp (src/Google/Protobuf/Timestamp.hs:51) rfc3339Format (src/Google/Protobuf/Timestamp.hs:103) fromUTCTime (src/Google/Protobuf/Timestamp.hs:106) toUTCTime (src/Google/Protobuf/Timestamp.hs:111) fromRFC3339 (src/Google/Protobuf/Timestamp.hs:116) toRFC3339 (src/Google/Protobuf/Timestamp.hs:123) Warning: Google.Protobuf.Wrappers.Polymorphic: could not find link destinations for: - Google.Protobuf.Wrappers.Polymorphic.Rep_Wrapped - Proto3.Suite.Class.NameOfWrapperFor Warning: Proto3.Suite.Types: could not find link destinations for: - Data.Vector.Vector - Proto3.Suite.Types.D:R:ItemPackedVec - Proto3.Suite.Types.D:R:ItemUnpackedVec - Proto3.Suite.Types.D:R:ItemNestedVec - Proto3.Suite.Types.Rep_Commented - Proto3.Suite.Types.Rep_ForceEmit - Proto3.Suite.Types.Rep_Nested - Proto3.Suite.Types.Rep_Bytes - Proto3.Suite.Types.Rep_String - Proto3.Suite.Types.Rep_Enumerated - Proto3.Suite.Types.Rep_Signed - Proto3.Suite.Types.Rep_Fixed Warning: Proto3.Suite.DotProto.AST: could not find link destinations for: - Proto3.Suite.DotProto.AST.Rep_DotProto - Proto3.Suite.DotProto.AST.Rep_DotProtoDefinition - Proto3.Suite.DotProto.AST.Rep_DotProtoMessagePart - Proto3.Suite.DotProto.AST.Rep_DotProtoEnumPart - Proto3.Suite.DotProto.AST.Rep_DotProtoReservedField - Proto3.Suite.DotProto.AST.Rep_DotProtoField - Proto3.Suite.DotProto.AST.Rep_DotProtoServicePart - Proto3.Suite.DotProto.AST.Rep_RPCMethod - Proto3.Suite.DotProto.AST.Rep_Streaming - Proto3.Suite.DotProto.AST.Rep_DotProtoType - Proto3.Suite.DotProto.AST.Rep_Packing - Proto3.Suite.DotProto.AST.Rep_DotProtoPrimType - Proto3.Suite.DotProto.AST.Rep_DotProtoOption - Proto3.Suite.DotProto.AST.Rep_DotProtoValue - Proto3.Suite.DotProto.AST.Rep_DotProtoMeta - Proto3.Suite.DotProto.AST.Rep_DotProtoPackageSpec - Proto3.Suite.DotProto.AST.Rep_DotProtoImport - Proto3.Suite.DotProto.AST.Rep_DotProtoImportQualifier - Proto3.Suite.DotProto.AST.Rep_DotProtoIdentifier - Proto3.Suite.DotProto.AST.Rep_Path - Proto3.Suite.DotProto.AST.Rep_PackageName - Proto3.Suite.DotProto.AST.Rep_FieldName - Proto3.Suite.DotProto.AST.Rep_MessageName Warning: Proto3.Suite.Class: could not find link destinations for: - Data.Vector.Vector - Proto3.Suite.Class.GenericFinite - Proto3.Suite.Class.NameOfWrapperFor - Proto3.Suite.Class.GenericNamed - Proto3.Suite.Class.GenericHasDefault - Proto3.Suite.Class.D:R:GenericFieldCountM1 - Proto3.Suite.Class.D:R:GenericFieldCountM10 - Proto3.Suite.Class.D:R:GenericFieldCountM11 - Proto3.Suite.Class.D:R:GenericFieldCountK1 - Proto3.Suite.Class.D:R:GenericFieldCount:*: - Proto3.Suite.Class.D:R:GenericFieldCountU1 - Proto3.Suite.Class.D:R:ZigZagEncodedInt64 - Proto3.Suite.Class.D:R:ZigZagEncodedInt32 Warning: Proto3.Suite.JSONPB.Class: could not find link destinations for: - Data.Vector.Vector - Proto3.Suite.JSONPB.Class.Rep_Options Warning: Proto3.Suite.Form.Encode: could not find link destinations for: - Proto3.Suite.Form.Encode.Core.PackedFieldForm - Proto3.Suite.Form.Encode.Core.sFieldNumber - Proto3.Suite.Form.Encode.Core.SFieldNumber - Proto3.Suite.Form.Encode.Core.OccupiedName - Proto3.Suite.Form.Encode.Core.Rep_Auto - Proto3.Suite.Form.Encode.Core.Rep_Wrap - Proto3.Suite.Form.Encode.Rep_MessageEncoding Warning: Proto3.Suite: could not find link destinations for: - Data.Vector.Vector - Proto3.Suite.Types.D:R:ItemPackedVec - Proto3.Suite.Types.D:R:ItemUnpackedVec - Proto3.Suite.Types.D:R:ItemNestedVec - Proto3.Suite.Types.Rep_Commented - Proto3.Suite.Types.Rep_Nested - Proto3.Suite.Types.Rep_Enumerated - Proto3.Suite.Types.Rep_Signed - Proto3.Suite.Types.Rep_Fixed - Proto3.Wire.Types.Rep_FieldNumber - Proto3.Suite.Class.GenericFinite - Proto3.Suite.Class.NameOfWrapperFor - Proto3.Suite.Class.GenericNamed - Proto3.Suite.Class.GenericHasDefault Warning: Proto3.Suite.Tutorial: could not find link destinations for: - Proto3.Suite.Tutorial.Rep_Bar - Proto3.Suite.Tutorial.Rep_Shape - Proto3.Suite.Tutorial.Rep_Foo Warning: Proto3.Suite.JSONPB: could not find link destinations for: - Data.Vector.Vector - Data.Aeson.Types.Generic.ProductSize - Data.Aeson.Types.ToJSON.KeyValuePair - Data.Aeson.Types.ToJSON.FromPairs - Data.Aeson.Types.ToJSON.gToJSON - Data.Aeson.Types.ToJSON.fromPairs - Data.Aeson.Types.ToJSON.pair - Data.Vector.Unboxed.Base.Vector - Data.Vector.Primitive.Vector - Data.Vector.Storable.Vector - Data.Aeson.Types.ToJSON.ConsToJSON - Data.Aeson.Types.ToJSON.EncodeProduct - Data.Aeson.Types.ToJSON.WriteProduct - Data.Aeson.Types.ToJSON.SumToJSON' - Data.Aeson.Types.ToJSON.TwoElemArray - Data.Aeson.Types.ToJSON.sumToJSON' - Data.Aeson.Types.Internal.Rep_Value - Proto3.Suite.JSONPB.Class.Rep_Options - Data.Swagger.Internal.D:R:CodeParamSchema - Data.Swagger.Internal.D:R:CodeSchema - Data.Swagger.Internal.D:R:DatatypeInfoOfParamSchema - Data.Swagger.Internal.D:R:DatatypeInfoOfSchema - Data.Swagger.Internal.Rep_NamedSchema - Data.Swagger.Internal.Rep_ParamSchema - Data.Swagger.Internal.Rep_Schema Warning: Google.Protobuf.Timestamp: could not find link destinations for: - Google.Protobuf.Timestamp.Rep_Timestamp Documentation created: dist/doc/html/proto3-suite/, dist/doc/html/proto3-suite/proto3-suite.txt Preprocessing executable 'canonicalize-proto-file' for proto3-suite-0.9.4.. Preprocessing executable 'compile-proto-file' for proto3-suite-0.9.4.. Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/proto3-suite-0.9.4-FcQVHEDGj0SLfEGMZSCAeG Installing executable canonicalize-proto-file in /var/lib/hackage-doc-builder/build-cache/tmp-install/bin Warning: The directory /var/lib/hackage-doc-builder/build-cache/tmp-install/bin is not in the system search path. Installing executable compile-proto-file in /var/lib/hackage-doc-builder/build-cache/tmp-install/bin Warning: The directory /var/lib/hackage-doc-builder/build-cache/tmp-install/bin is not in the system search path. Completed proto3-suite-0.9.4