Build #1 for ihaskell-0.13.0.0
| Package | ihaskell-0.13.0.0 |
|---|
| Install | InstallOk |
|---|---|
| Docs | Ok |
| Tests | NotTried |
| Time submitted | 2025-11-15 14:16:37.494387791 UTC |
|---|---|
| Compiler | ghc-9.8.4 |
| OS | linux |
| Arch | x86_64 |
| Dependencies | aeson-2.2.3.0, base-4.19.2.0, base64-bytestring-1.2.1.0, binary-0.8.9.1, bytestring-0.12.1.0, cmdargs-0.10.22, containers-0.6.8, directory-1.3.8.5, exceptions-0.10.7, filepath-1.4.301.0, ghc-9.8.4, ghc-boot-9.8.4, ghc-parser-0.2.8.0, ghc-paths-0.1.0.12, ghc-syntax-highlighter-0.0.11.0, haskeline-0.8.2.1, hlint-3.8, http-client-0.7.19, http-client-tls-0.3.6.4, ipython-kernel-0.12.0.0, parsec-3.1.17.0, process-1.6.25.0, random-1.3.1, shelly-1.12.1.1, split-0.2.5, stm-2.5.3.1, strict-0.5.1, text-2.1.1, time-1.12.2, transformers-0.6.1.0, unix-2.8.6.0, unordered-containers-0.2.20.1, utf8-string-1.0.2, vector-0.13.2.0, aeson-2.2.3.0, base-4.19.2.0, bytestring-0.12.1.0, containers-0.6.8, directory-1.3.8.5, ghc-9.8.4, ipython-kernel-0.12.0.0, process-1.6.25.0, strict-0.5.1, text-2.1.1, transformers-0.6.1.0, unix-2.8.6.0, unordered-containers-0.2.20.1 |
| Flags | use-hlint |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies...
Configuring OneTuple-0.4.2...
Preprocessing library for OneTuple-0.4.2..
Building library for OneTuple-0.4.2..
[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..
Running Haddock on library for OneTuple-0.4.2..
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-ATtFINcmw7oK2Yohb9PBmz
Completed OneTuple-0.4.2
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
Warning: appar.cabal:20:37: version operators used. To use version operators
the package needs to specify at least 'cabal-version: >= 1.8'.
Configuring appar-0.1.8...
Preprocessing library for appar-0.1.8..
Building library for appar-0.1.8..
on the commandline: warning: [GHC-53692] [-Wdeprecated-flags]
-Wnoncanonical-monadfail-instances is deprecated: fail is no longer a method of Monad
[1 of 5] Compiling Text.Appar.Input ( Text/Appar/Input.hs, dist/build/Text/Appar/Input.o, dist/build/Text/Appar/Input.dyn_o )
Text/Appar/Input.hs:37: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."
|
37 | car = head
| ^^^^
Text/Appar/Input.hs:38: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."
|
38 | cdr = tail
| ^^^^
[2 of 5] Compiling Text.Appar.Parser ( Text/Appar/Parser.hs, dist/build/Text/Appar/Parser.o, dist/build/Text/Appar/Parser.dyn_o )
Text/Appar/Parser.hs:59:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Monad.Fail is redundant
except perhaps to import instances from Control.Monad.Fail
To import instances alone, use: import Control.Monad.Fail()
|
59 | import Control.Monad.Fail as Fail
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 5] Compiling Text.Appar.LazyByteString ( Text/Appar/LazyByteString.hs, dist/build/Text/Appar/LazyByteString.o, dist/build/Text/Appar/LazyByteString.dyn_o )
[4 of 5] Compiling Text.Appar.ByteString ( Text/Appar/ByteString.hs, dist/build/Text/Appar/ByteString.o, dist/build/Text/Appar/ByteString.dyn_o )
[5 of 5] Compiling Text.Appar.String ( Text/Appar/String.hs, dist/build/Text/Appar/String.o, dist/build/Text/Appar/String.dyn_o )
Preprocessing library for appar-0.1.8..
Running Haddock on library for appar-0.1.8..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling Text.Appar.Input ( Text/Appar/Input.hs, nothing )
Text/Appar/Input.hs:37: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."
|
37 | car = head
| ^^^^
Text/Appar/Input.hs:38: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."
|
38 | cdr = tail
| ^^^^
[2 of 5] Compiling Text.Appar.Parser ( Text/Appar/Parser.hs, nothing )
Text/Appar/Parser.hs:59:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Monad.Fail is redundant
except perhaps to import instances from Control.Monad.Fail
To import instances alone, use: import Control.Monad.Fail()
|
59 | import Control.Monad.Fail as Fail
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 5] Compiling Text.Appar.LazyByteString ( Text/Appar/LazyByteString.hs, nothing )
[4 of 5] Compiling Text.Appar.ByteString ( Text/Appar/ByteString.hs, nothing )
[5 of 5] Compiling Text.Appar.String ( Text/Appar/String.hs, nothing )
Haddock coverage:
97% ( 33 / 34) in 'Text.Appar.LazyByteString'
Missing documentation for:
MkParser (Text/Appar/Parser.hs:65)
97% ( 33 / 34) in 'Text.Appar.ByteString'
Missing documentation for:
MkParser (Text/Appar/Parser.hs:65)
Warning: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
97% ( 33 / 34) in 'Text.Appar.String'
Missing documentation for:
MkParser (Text/Appar/Parser.hs:65)
Documentation created: dist/doc/html/appar/, dist/doc/html/appar/appar.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/appar-0.1.8-JcFgRGqtdQU46hFjedECdX
Completed appar-0.1.8
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.3...
Preprocessing library for base-orphans-0.9.3..
Building library for base-orphans-0.9.3..
[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.3..
Running Haddock on library for base-orphans-0.9.3..
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.3-FO1MOLOK3e83158jMAOVc9
Completed base-orphans-0.9.3
Configuring base16-bytestring-1.0.2.0...
Preprocessing library for base16-bytestring-1.0.2.0..
Building library for base16-bytestring-1.0.2.0..
[1 of 3] Compiling Data.ByteString.Base16.Internal ( Data/ByteString/Base16/Internal.hs, dist/build/Data/ByteString/Base16/Internal.o, dist/build/Data/ByteString/Base16/Internal.dyn_o )
[2 of 3] Compiling Data.ByteString.Base16 ( Data/ByteString/Base16.hs, dist/build/Data/ByteString/Base16.o, dist/build/Data/ByteString/Base16.dyn_o )
[3 of 3] Compiling Data.ByteString.Base16.Lazy ( Data/ByteString/Base16/Lazy.hs, dist/build/Data/ByteString/Base16/Lazy.o, dist/build/Data/ByteString/Base16/Lazy.dyn_o )
Preprocessing library for base16-bytestring-1.0.2.0..
Running Haddock on library for base16-bytestring-1.0.2.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.ByteString.Base16.Internal ( Data/ByteString/Base16/Internal.hs, nothing )
[2 of 3] Compiling Data.ByteString.Base16 ( Data/ByteString/Base16.hs, nothing )
[3 of 3] Compiling Data.ByteString.Base16.Lazy ( Data/ByteString/Base16/Lazy.hs, nothing )
Haddock coverage:
100% ( 4 / 4) in 'Data.ByteString.Base16'
100% ( 4 / 4) in 'Data.ByteString.Base16.Lazy'
Documentation created: dist/doc/html/base16-bytestring/,
dist/doc/html/base16-bytestring/base16-bytestring.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/base16-bytestring-1.0.2.0-IcaeslDEHsJILuAloGzH6U
Completed base16-bytestring-1.0.2.0
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 basement-0.0.16...
Preprocessing library for basement-0.0.16..
Building library for basement-0.0.16..
Basement/Error.hs:7:14: warning: [GHC-53692] [-Wdeprecated-flags]
-XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead
|
7 | {-# LANGUAGE TypeInType #-}
| ^^^^^^^^^^
[ 1 of 84] Compiling Basement.Compat.Bifunctor ( Basement/Compat/Bifunctor.hs, dist/build/Basement/Compat/Bifunctor.o, dist/build/Basement/Compat/Bifunctor.dyn_o )
[ 2 of 84] Compiling Basement.Compat.C.Types ( Basement/Compat/C/Types.hs, dist/build/Basement/Compat/C/Types.o, dist/build/Basement/Compat/C/Types.dyn_o )
[ 3 of 84] Compiling Basement.Compat.CallStack ( Basement/Compat/CallStack.hs, dist/build/Basement/Compat/CallStack.o, dist/build/Basement/Compat/CallStack.dyn_o )
[ 4 of 84] Compiling Basement.Compat.Identity ( Basement/Compat/Identity.hs, dist/build/Basement/Compat/Identity.o, dist/build/Basement/Compat/Identity.dyn_o )
[ 5 of 84] Compiling Basement.Compat.IsList ( Basement/Compat/IsList.hs, dist/build/Basement/Compat/IsList.o, dist/build/Basement/Compat/IsList.dyn_o )
[ 6 of 84] Compiling Basement.Compat.Natural ( Basement/Compat/Natural.hs, dist/build/Basement/Compat/Natural.o, dist/build/Basement/Compat/Natural.dyn_o )
[ 7 of 84] Compiling Basement.Compat.NumLiteral ( Basement/Compat/NumLiteral.hs, dist/build/Basement/Compat/NumLiteral.o, dist/build/Basement/Compat/NumLiteral.dyn_o )
[ 8 of 84] Compiling Basement.Compat.PrimTypes ( Basement/Compat/PrimTypes.hs, dist/build/Basement/Compat/PrimTypes.o, dist/build/Basement/Compat/PrimTypes.dyn_o )
[ 9 of 84] Compiling Basement.Compat.Primitive ( Basement/Compat/Primitive.hs, dist/build/Basement/Compat/Primitive.o, dist/build/Basement/Compat/Primitive.dyn_o )
[10 of 84] Compiling Basement.Compat.Semigroup ( Basement/Compat/Semigroup.hs, dist/build/Basement/Compat/Semigroup.o, dist/build/Basement/Compat/Semigroup.dyn_o )
[11 of 84] Compiling Basement.Compat.Typeable ( Basement/Compat/Typeable.hs, dist/build/Basement/Compat/Typeable.o, dist/build/Basement/Compat/Typeable.dyn_o )
[12 of 84] Compiling Basement.Compat.Base ( Basement/Compat/Base.hs, dist/build/Basement/Compat/Base.o, dist/build/Basement/Compat/Base.dyn_o )
[13 of 84] Compiling Basement.Compat.MonadTrans ( Basement/Compat/MonadTrans.hs, dist/build/Basement/Compat/MonadTrans.o, dist/build/Basement/Compat/MonadTrans.dyn_o )
[14 of 84] Compiling Basement.Compat.AMP ( Basement/Compat/AMP.hs, dist/build/Basement/Compat/AMP.o, dist/build/Basement/Compat/AMP.dyn_o )
[15 of 84] Compiling Basement.Endianness ( Basement/Endianness.hs, dist/build/Basement/Endianness.o, dist/build/Basement/Endianness.dyn_o )
[16 of 84] Compiling Basement.Floating ( Basement/Floating.hs, dist/build/Basement/Floating.o, dist/build/Basement/Floating.dyn_o )
[17 of 84] Compiling Basement.Monad ( Basement/Monad.hs, dist/build/Basement/Monad.o, dist/build/Basement/Monad.dyn_o )
Basement/Monad.hs:47: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.
|
47 | type PrimVar m :: * -> *
| ^
Basement/Monad.hs:47: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.
|
47 | type PrimVar m :: * -> *
| ^
[18 of 84] Compiling Basement.FinalPtr ( Basement/FinalPtr.hs, dist/build/Basement/FinalPtr.o, dist/build/Basement/FinalPtr.dyn_o )
[19 of 84] Compiling Basement.Numerical.Conversion ( Basement/Numerical/Conversion.hs, dist/build/Basement/Numerical/Conversion.o, dist/build/Basement/Numerical/Conversion.dyn_o )
[20 of 84] Compiling Basement.Numerical.Number ( Basement/Numerical/Number.hs, dist/build/Basement/Numerical/Number.o, dist/build/Basement/Numerical/Number.dyn_o )
[21 of 84] Compiling Basement.IntegralConv ( Basement/IntegralConv.hs, dist/build/Basement/IntegralConv.o, dist/build/Basement/IntegralConv.dyn_o )
[22 of 84] Compiling Basement.Types.Char7 ( Basement/Types/Char7.hs, dist/build/Basement/Types/Char7.o, dist/build/Basement/Types/Char7.dyn_o )
[23 of 84] Compiling Basement.Base16 ( Basement/Base16.hs, dist/build/Basement/Base16.o, dist/build/Basement/Base16.dyn_o )
[24 of 84] Compiling Basement.Types.Word128 ( Basement/Types/Word128.hs, dist/build/Basement/Types/Word128.o, dist/build/Basement/Types/Word128.dyn_o )
[25 of 84] Compiling Basement.Types.Word256 ( Basement/Types/Word256.hs, dist/build/Basement/Types/Word256.o, dist/build/Basement/Types/Word256.dyn_o )
[26 of 84] Compiling Basement.Nat ( Basement/Nat.hs, dist/build/Basement/Nat.o, dist/build/Basement/Nat.dyn_o )
[27 of 84] Compiling Basement.Bounded ( Basement/Bounded.hs, dist/build/Basement/Bounded.o, dist/build/Basement/Bounded.dyn_o )
[28 of 84] Compiling Basement.Numerical.Subtractive ( Basement/Numerical/Subtractive.hs, dist/build/Basement/Numerical/Subtractive.o, dist/build/Basement/Numerical/Subtractive.dyn_o )
[29 of 84] Compiling Basement.Numerical.Additive ( Basement/Numerical/Additive.hs, dist/build/Basement/Numerical/Additive.o, dist/build/Basement/Numerical/Additive.dyn_o )
[30 of 84] Compiling Basement.Numerical.Multiplicative ( Basement/Numerical/Multiplicative.hs, dist/build/Basement/Numerical/Multiplicative.o, dist/build/Basement/Numerical/Multiplicative.dyn_o )
[31 of 84] Compiling Basement.Types.OffsetSize ( Basement/Types/OffsetSize.hs, dist/build/Basement/Types/OffsetSize.o, dist/build/Basement/Types/OffsetSize.dyn_o )
[32 of 84] Compiling Basement.Types.Ptr ( Basement/Types/Ptr.hs, dist/build/Basement/Types/Ptr.o, dist/build/Basement/Types/Ptr.dyn_o )
[33 of 84] Compiling Basement.Terminal.Size ( dist/build/Basement/Terminal/Size.hs, dist/build/Basement/Terminal/Size.o, dist/build/Basement/Terminal/Size.dyn_o )
[34 of 84] Compiling Basement.Terminal ( Basement/Terminal.hs, dist/build/Basement/Terminal.o, dist/build/Basement/Terminal.dyn_o )
[35 of 84] Compiling Basement.Runtime ( Basement/Runtime.hs, dist/build/Basement/Runtime.o, dist/build/Basement/Runtime.dyn_o )
[36 of 84] Compiling Basement.PrimType ( Basement/PrimType.hs, dist/build/Basement/PrimType.o, dist/build/Basement/PrimType.dyn_o )
[37 of 84] Compiling Basement.MutableBuilder ( Basement/MutableBuilder.hs, dist/build/Basement/MutableBuilder.o, dist/build/Basement/MutableBuilder.dyn_o )
[38 of 84] Compiling Basement.Exception ( Basement/Exception.hs, dist/build/Basement/Exception.o, dist/build/Basement/Exception.dyn_o )
[39 of 84] Compiling Basement.NonEmpty ( Basement/NonEmpty.hs, dist/build/Basement/NonEmpty.o, dist/build/Basement/NonEmpty.dyn_o )
[40 of 84] Compiling Basement.Bindings.Memory ( Basement/Bindings/Memory.hs, dist/build/Basement/Bindings/Memory.o, dist/build/Basement/Bindings/Memory.dyn_o )
[41 of 84] Compiling Basement.Alg.Class ( Basement/Alg/Class.hs, dist/build/Basement/Alg/Class.o, dist/build/Basement/Alg/Class.dyn_o )
[42 of 84] Compiling Basement.Compat.ExtList ( Basement/Compat/ExtList.hs, dist/build/Basement/Compat/ExtList.o, dist/build/Basement/Compat/ExtList.dyn_o )
[43 of 84] Compiling Basement.Alg.XorShift ( Basement/Alg/XorShift.hs, dist/build/Basement/Alg/XorShift.o, dist/build/Basement/Alg/XorShift.dyn_o )
[44 of 84] Compiling Basement.Alg.PrimArray ( Basement/Alg/PrimArray.hs, dist/build/Basement/Alg/PrimArray.o, dist/build/Basement/Alg/PrimArray.dyn_o )
[45 of 84] Compiling Basement.Alg.Mutable ( Basement/Alg/Mutable.hs, dist/build/Basement/Alg/Mutable.o, dist/build/Basement/Alg/Mutable.dyn_o )
[46 of 84] Compiling Basement.NormalForm ( Basement/NormalForm.hs, dist/build/Basement/NormalForm.o, dist/build/Basement/NormalForm.dyn_o )
[47 of 84] Compiling Basement.These ( Basement/These.hs, dist/build/Basement/These.o, dist/build/Basement/These.dyn_o )
[48 of 84] Compiling Basement.Sized.List ( Basement/Sized/List.hs, dist/build/Basement/Sized/List.o, dist/build/Basement/Sized/List.dyn_o )
[49 of 84] Compiling Basement.Block.Base ( Basement/Block/Base.hs, dist/build/Basement/Block/Base.o, dist/build/Basement/Block/Base.dyn_o )
[50 of 84] Compiling Basement.Cast ( Basement/Cast.hs, dist/build/Basement/Cast.o, dist/build/Basement/Cast.dyn_o )
[51 of 84] Compiling Basement.Block.Mutable ( Basement/Block/Mutable.hs, dist/build/Basement/Block/Mutable.o, dist/build/Basement/Block/Mutable.dyn_o )
[52 of 84] Compiling Basement.Block ( Basement/Block.hs, dist/build/Basement/Block.o, dist/build/Basement/Block.dyn_o )
[53 of 84] Compiling Basement.Sized.Block ( Basement/Sized/Block.hs, dist/build/Basement/Sized/Block.o, dist/build/Basement/Sized/Block.dyn_o )
[54 of 84] Compiling Basement.BlockN ( Basement/BlockN.hs, dist/build/Basement/BlockN.o, dist/build/Basement/BlockN.dyn_o )
[55 of 84] Compiling Basement.Bits ( Basement/Bits.hs, dist/build/Basement/Bits.o, dist/build/Basement/Bits.dyn_o )
[56 of 84] Compiling Basement.UArray.Base ( Basement/UArray/Base.hs, dist/build/Basement/UArray/Base.o, dist/build/Basement/UArray/Base.dyn_o )
[57 of 84] Compiling Basement.BoxedArray ( Basement/BoxedArray.hs, dist/build/Basement/BoxedArray.o, dist/build/Basement/BoxedArray.dyn_o )
[58 of 84] Compiling Basement.Sized.Vect ( Basement/Sized/Vect.hs, dist/build/Basement/Sized/Vect.o, dist/build/Basement/Sized/Vect.dyn_o )
[59 of 84] Compiling Basement.UArray.Mutable ( Basement/UArray/Mutable.hs, dist/build/Basement/UArray/Mutable.o, dist/build/Basement/UArray/Mutable.dyn_o )
[60 of 84] Compiling Basement.UArray ( Basement/UArray.hs, dist/build/Basement/UArray.o, dist/build/Basement/UArray.dyn_o )
[61 of 84] Compiling Basement.Types.AsciiString ( Basement/Types/AsciiString.hs, dist/build/Basement/Types/AsciiString.o, dist/build/Basement/Types/AsciiString.dyn_o )
[62 of 84] Compiling Basement.String.Encoding.Encoding ( Basement/String/Encoding/Encoding.hs, dist/build/Basement/String/Encoding/Encoding.o, dist/build/Basement/String/Encoding/Encoding.dyn_o )
[63 of 84] Compiling Basement.String.Encoding.UTF32 ( Basement/String/Encoding/UTF32.hs, dist/build/Basement/String/Encoding/UTF32.o, dist/build/Basement/String/Encoding/UTF32.dyn_o )
[64 of 84] Compiling Basement.String.Encoding.UTF16 ( Basement/String/Encoding/UTF16.hs, dist/build/Basement/String/Encoding/UTF16.o, dist/build/Basement/String/Encoding/UTF16.dyn_o )
[65 of 84] Compiling Basement.String.Encoding.ISO_8859_1 ( Basement/String/Encoding/ISO_8859_1.hs, dist/build/Basement/String/Encoding/ISO_8859_1.o, dist/build/Basement/String/Encoding/ISO_8859_1.dyn_o )
[66 of 84] Compiling Basement.String.Encoding.ASCII7 ( Basement/String/Encoding/ASCII7.hs, dist/build/Basement/String/Encoding/ASCII7.o, dist/build/Basement/String/Encoding/ASCII7.dyn_o )
[67 of 84] Compiling Basement.Sized.UVect ( Basement/Sized/UVect.hs, dist/build/Basement/Sized/UVect.o, dist/build/Basement/Sized/UVect.dyn_o )
[68 of 84] Compiling Basement.UTF8.Types ( Basement/UTF8/Types.hs, dist/build/Basement/UTF8/Types.o, dist/build/Basement/UTF8/Types.dyn_o )
[69 of 84] Compiling Basement.UTF8.Table ( Basement/UTF8/Table.hs, dist/build/Basement/UTF8/Table.o, dist/build/Basement/UTF8/Table.dyn_o )
[70 of 84] Compiling Basement.UTF8.Helper ( Basement/UTF8/Helper.hs, dist/build/Basement/UTF8/Helper.o, dist/build/Basement/UTF8/Helper.dyn_o )
[71 of 84] Compiling Basement.Types.CharUTF8 ( Basement/Types/CharUTF8.hs, dist/build/Basement/Types/CharUTF8.o, dist/build/Basement/Types/CharUTF8.dyn_o )
[72 of 84] Compiling Basement.String.CaseMapping ( Basement/String/CaseMapping.hs, dist/build/Basement/String/CaseMapping.o, dist/build/Basement/String/CaseMapping.dyn_o )
[73 of 84] Compiling Basement.Alg.UTF8 ( Basement/Alg/UTF8.hs, dist/build/Basement/Alg/UTF8.o, dist/build/Basement/Alg/UTF8.dyn_o )
[74 of 84] Compiling Basement.UTF8.Base ( Basement/UTF8/Base.hs, dist/build/Basement/UTF8/Base.o, dist/build/Basement/UTF8/Base.dyn_o )
[75 of 84] Compiling Basement.Show ( Basement/Show.hs, dist/build/Basement/Show.o, dist/build/Basement/Show.dyn_o )
[76 of 84] Compiling Basement.Error ( Basement/Error.hs, dist/build/Basement/Error.o, dist/build/Basement/Error.dyn_o )
[77 of 84] Compiling Basement.Imports ( Basement/Imports.hs, dist/build/Basement/Imports.o, dist/build/Basement/Imports.dyn_o )
[78 of 84] Compiling Basement.Environment ( Basement/Environment.hs, dist/build/Basement/Environment.o, dist/build/Basement/Environment.dyn_o )
[79 of 84] Compiling Basement.Alg.String ( Basement/Alg/String.hs, dist/build/Basement/Alg/String.o, dist/build/Basement/Alg/String.dyn_o )
[80 of 84] Compiling Basement.String ( Basement/String.hs, dist/build/Basement/String.o, dist/build/Basement/String.dyn_o )
[81 of 84] Compiling Basement.Terminal.ANSI ( Basement/Terminal/ANSI.hs, dist/build/Basement/Terminal/ANSI.o, dist/build/Basement/Terminal/ANSI.dyn_o )
[82 of 84] Compiling Basement.From ( Basement/From.hs, dist/build/Basement/From.o, dist/build/Basement/From.dyn_o )
[83 of 84] Compiling Basement.Block.Builder ( Basement/Block/Builder.hs, dist/build/Basement/Block/Builder.o, dist/build/Basement/Block/Builder.dyn_o )
[84 of 84] Compiling Basement.String.Builder ( Basement/String/Builder.hs, dist/build/Basement/String/Builder.o, dist/build/Basement/String/Builder.dyn_o )
Preprocessing library for basement-0.0.16..
Running Haddock on library for basement-0.0.16..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
Basement/Error.hs:7:14: warning: [GHC-53692] [-Wdeprecated-flags]
-XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead
|
7 | {-# LANGUAGE TypeInType #-}
| ^^^^^^^^^^
[ 1 of 84] Compiling Basement.Compat.Bifunctor ( Basement/Compat/Bifunctor.hs, nothing )
[ 2 of 84] Compiling Basement.Compat.C.Types ( Basement/Compat/C/Types.hs, nothing )
[ 3 of 84] Compiling Basement.Compat.CallStack ( Basement/Compat/CallStack.hs, nothing )
[ 4 of 84] Compiling Basement.Compat.Identity ( Basement/Compat/Identity.hs, nothing )
[ 5 of 84] Compiling Basement.Compat.IsList ( Basement/Compat/IsList.hs, nothing )
[ 6 of 84] Compiling Basement.Compat.Natural ( Basement/Compat/Natural.hs, nothing )
[ 7 of 84] Compiling Basement.Compat.NumLiteral ( Basement/Compat/NumLiteral.hs, nothing )
[ 8 of 84] Compiling Basement.Compat.PrimTypes ( Basement/Compat/PrimTypes.hs, nothing )
[ 9 of 84] Compiling Basement.Compat.Primitive ( Basement/Compat/Primitive.hs, nothing )
[10 of 84] Compiling Basement.Compat.Semigroup ( Basement/Compat/Semigroup.hs, nothing )
[11 of 84] Compiling Basement.Compat.Typeable ( Basement/Compat/Typeable.hs, nothing )
[12 of 84] Compiling Basement.Compat.Base ( Basement/Compat/Base.hs, nothing )
[13 of 84] Compiling Basement.Compat.MonadTrans ( Basement/Compat/MonadTrans.hs, nothing )
[14 of 84] Compiling Basement.Compat.AMP ( Basement/Compat/AMP.hs, nothing )
[15 of 84] Compiling Basement.Endianness ( Basement/Endianness.hs, nothing )
[16 of 84] Compiling Basement.Floating ( Basement/Floating.hs, nothing )
[17 of 84] Compiling Basement.Monad ( Basement/Monad.hs, nothing )
Basement/Monad.hs:47: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.
|
47 | type PrimVar m :: * -> *
| ^
Basement/Monad.hs:47: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.
|
47 | type PrimVar m :: * -> *
| ^
[18 of 84] Compiling Basement.FinalPtr ( Basement/FinalPtr.hs, nothing )
[19 of 84] Compiling Basement.Numerical.Conversion ( Basement/Numerical/Conversion.hs, nothing )
[20 of 84] Compiling Basement.Numerical.Number ( Basement/Numerical/Number.hs, nothing )
[21 of 84] Compiling Basement.IntegralConv ( Basement/IntegralConv.hs, nothing )
[22 of 84] Compiling Basement.Types.Char7 ( Basement/Types/Char7.hs, nothing )
[23 of 84] Compiling Basement.Base16 ( Basement/Base16.hs, nothing )
[24 of 84] Compiling Basement.Types.Word128 ( Basement/Types/Word128.hs, nothing )
[25 of 84] Compiling Basement.Types.Word256 ( Basement/Types/Word256.hs, nothing )
[26 of 84] Compiling Basement.Nat ( Basement/Nat.hs, nothing )
[27 of 84] Compiling Basement.Bounded ( Basement/Bounded.hs, nothing )
[28 of 84] Compiling Basement.Numerical.Subtractive ( Basement/Numerical/Subtractive.hs, nothing )
[29 of 84] Compiling Basement.Numerical.Additive ( Basement/Numerical/Additive.hs, nothing )
[30 of 84] Compiling Basement.Numerical.Multiplicative ( Basement/Numerical/Multiplicative.hs, nothing )
[31 of 84] Compiling Basement.Types.OffsetSize ( Basement/Types/OffsetSize.hs, nothing )
[32 of 84] Compiling Basement.Types.Ptr ( Basement/Types/Ptr.hs, nothing )
[33 of 84] Compiling Basement.Terminal.Size ( dist/build/Basement/Terminal/Size.hs, nothing )
[34 of 84] Compiling Basement.Terminal ( Basement/Terminal.hs, nothing )
[35 of 84] Compiling Basement.Runtime ( Basement/Runtime.hs, nothing )
[36 of 84] Compiling Basement.PrimType ( Basement/PrimType.hs, nothing )
[37 of 84] Compiling Basement.MutableBuilder ( Basement/MutableBuilder.hs, nothing )
[38 of 84] Compiling Basement.Exception ( Basement/Exception.hs, nothing )
[39 of 84] Compiling Basement.NonEmpty ( Basement/NonEmpty.hs, nothing )
[40 of 84] Compiling Basement.Bindings.Memory ( Basement/Bindings/Memory.hs, nothing )
[41 of 84] Compiling Basement.Alg.Class ( Basement/Alg/Class.hs, nothing )
[42 of 84] Compiling Basement.Compat.ExtList ( Basement/Compat/ExtList.hs, nothing )
[43 of 84] Compiling Basement.Alg.XorShift ( Basement/Alg/XorShift.hs, nothing )
[44 of 84] Compiling Basement.Alg.PrimArray ( Basement/Alg/PrimArray.hs, nothing )
[45 of 84] Compiling Basement.Alg.Mutable ( Basement/Alg/Mutable.hs, nothing )
[46 of 84] Compiling Basement.NormalForm ( Basement/NormalForm.hs, nothing )
[47 of 84] Compiling Basement.These ( Basement/These.hs, nothing )
[48 of 84] Compiling Basement.Sized.List ( Basement/Sized/List.hs, nothing )
[49 of 84] Compiling Basement.Block.Base ( Basement/Block/Base.hs, nothing )
[50 of 84] Compiling Basement.Cast ( Basement/Cast.hs, nothing )
[51 of 84] Compiling Basement.Block.Mutable ( Basement/Block/Mutable.hs, nothing )
[52 of 84] Compiling Basement.Block ( Basement/Block.hs, nothing )
[53 of 84] Compiling Basement.Sized.Block ( Basement/Sized/Block.hs, nothing )
[54 of 84] Compiling Basement.BlockN ( Basement/BlockN.hs, nothing )
[55 of 84] Compiling Basement.Bits ( Basement/Bits.hs, nothing )
[56 of 84] Compiling Basement.UArray.Base ( Basement/UArray/Base.hs, nothing )
[57 of 84] Compiling Basement.BoxedArray ( Basement/BoxedArray.hs, nothing )
[58 of 84] Compiling Basement.Sized.Vect ( Basement/Sized/Vect.hs, nothing )
[59 of 84] Compiling Basement.UArray.Mutable ( Basement/UArray/Mutable.hs, nothing )
[60 of 84] Compiling Basement.UArray ( Basement/UArray.hs, nothing )
[61 of 84] Compiling Basement.Types.AsciiString ( Basement/Types/AsciiString.hs, nothing )
[62 of 84] Compiling Basement.String.Encoding.Encoding ( Basement/String/Encoding/Encoding.hs, nothing )
[63 of 84] Compiling Basement.String.Encoding.UTF32 ( Basement/String/Encoding/UTF32.hs, nothing )
[64 of 84] Compiling Basement.String.Encoding.UTF16 ( Basement/String/Encoding/UTF16.hs, nothing )
[65 of 84] Compiling Basement.String.Encoding.ISO_8859_1 ( Basement/String/Encoding/ISO_8859_1.hs, nothing )
[66 of 84] Compiling Basement.String.Encoding.ASCII7 ( Basement/String/Encoding/ASCII7.hs, nothing )
[67 of 84] Compiling Basement.Sized.UVect ( Basement/Sized/UVect.hs, nothing )
[68 of 84] Compiling Basement.UTF8.Types ( Basement/UTF8/Types.hs, nothing )
[69 of 84] Compiling Basement.UTF8.Table ( Basement/UTF8/Table.hs, nothing )
[70 of 84] Compiling Basement.UTF8.Helper ( Basement/UTF8/Helper.hs, nothing )
[71 of 84] Compiling Basement.Types.CharUTF8 ( Basement/Types/CharUTF8.hs, nothing )
[72 of 84] Compiling Basement.String.CaseMapping ( Basement/String/CaseMapping.hs, nothing )
[73 of 84] Compiling Basement.Alg.UTF8 ( Basement/Alg/UTF8.hs, nothing )
[74 of 84] Compiling Basement.UTF8.Base ( Basement/UTF8/Base.hs, nothing )
[75 of 84] Compiling Basement.Show ( Basement/Show.hs, nothing )
[76 of 84] Compiling Basement.Error ( Basement/Error.hs, nothing )
[77 of 84] Compiling Basement.Imports ( Basement/Imports.hs, nothing )
[78 of 84] Compiling Basement.Environment ( Basement/Environment.hs, nothing )
[79 of 84] Compiling Basement.Alg.String ( Basement/Alg/String.hs, nothing )
[80 of 84] Compiling Basement.String ( Basement/String.hs, nothing )
[81 of 84] Compiling Basement.Terminal.ANSI ( Basement/Terminal/ANSI.hs, nothing )
[82 of 84] Compiling Basement.From ( Basement/From.hs, nothing )
[83 of 84] Compiling Basement.Block.Builder ( Basement/Block/Builder.hs, nothing )
[84 of 84] Compiling Basement.String.Builder ( Basement/String/Builder.hs, nothing )
Haddock coverage:
Warning: 'Functor' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Either' 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.
100% ( 2 / 2) in 'Basement.Compat.Bifunctor'
79% ( 23 / 29) in 'Basement.Compat.C.Types'
Missing documentation for:
CIntPtr
CUIntPtr
CIntMax
CUIntMax
COff
CMode
50% ( 1 / 2) in 'Basement.Compat.CallStack'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Basement.Compat.Identity'
100% ( 2 / 2) in 'Basement.Compat.IsList'
25% ( 1 / 4) in 'Basement.Compat.Natural'
Missing documentation for:
Module header
integerToNatural (Basement/Compat/Natural.hs:58)
naturalToInteger (Basement/Compat/Natural.hs:61)
100% ( 4 / 4) in 'Basement.Compat.NumLiteral'
100% ( 6 / 6) in 'Basement.Compat.PrimTypes'
11% ( 6 / 52) in 'Basement.Compat.Primitive'
Missing documentation for:
toPinnedStatus# (Basement/Compat/Primitive.hs:110)
compatIsByteArrayPinned# (Basement/Compat/Primitive.hs:130)
compatIsMutableByteArrayPinned# (Basement/Compat/Primitive.hs:133)
Word8#
Word16#
Word32#
Int8#
Int16#
Int32#
word8ToWord16# (Basement/Compat/Primitive.hs:145)
word8ToWord32# (Basement/Compat/Primitive.hs:148)
word8ToWord#
word16ToWord8# (Basement/Compat/Primitive.hs:151)
word16ToWord32# (Basement/Compat/Primitive.hs:154)
word16ToWord#
word32ToWord#
word32ToWord8# (Basement/Compat/Primitive.hs:157)
word32ToWord16# (Basement/Compat/Primitive.hs:160)
wordToWord32#
wordToWord16#
wordToWord8#
int8ToInt16# (Basement/Compat/Primitive.hs:163)
int8ToInt32# (Basement/Compat/Primitive.hs:166)
int8ToInt#
int16ToInt32# (Basement/Compat/Primitive.hs:169)
int16ToInt#
int32ToInt#
intToInt8#
intToInt16#
intToInt32#
word8ToInt# (Basement/Compat/Primitive.hs:178)
word8ToInt16# (Basement/Compat/Primitive.hs:172)
word8ToInt32# (Basement/Compat/Primitive.hs:175)
charToWord32# (Basement/Compat/Primitive.hs:181)
word8ToChar# (Basement/Compat/Primitive.hs:184)
word16ToChar# (Basement/Compat/Primitive.hs:187)
word32ToChar# (Basement/Compat/Primitive.hs:190)
wordToChar# (Basement/Compat/Primitive.hs:193)
plusWord8#
uncheckedShiftRLWord16#
plusWord16#
uncheckedShiftRLWord32#
plusWord32#
plusInt8#
plusInt16#
plusInt32#
33% ( 1 / 3) in 'Basement.Compat.Semigroup'
Missing documentation for:
Module header
ListNonEmpty (Basement/Compat/Semigroup.hs:16)
100% ( 2 / 2) in 'Basement.Compat.Typeable'
97% ( 65 / 67) in 'Basement.Compat.Base'
Missing documentation for:
Ordering
Bool
100% ( 3 / 3) in 'Basement.Compat.MonadTrans'
0% ( 0 / 2) in 'Basement.Compat.AMP'
Missing documentation for:
Module header
AMPMonad (Basement/Compat/AMP.hs:11)
92% ( 12 / 13) in 'Basement.Endianness'
Missing documentation for:
Endianness (Basement/Endianness.hs:46)
0% ( 0 / 10) in 'Basement.Floating'
Missing documentation for:
Module header
integerToDouble (Basement/Floating.hs:27)
naturalToDouble (Basement/Floating.hs:32)
doubleExponant (Basement/Floating.hs:35)
integerToFloat (Basement/Floating.hs:38)
naturalToFloat (Basement/Floating.hs:41)
wordToFloat (Basement/Floating.hs:44)
floatToWord (Basement/Floating.hs:52)
wordToDouble (Basement/Floating.hs:60)
doubleToWord (Basement/Floating.hs:68)
Warning: 'unwrapPrimMonad' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 9 / 9) in 'Basement.Monad'
Warning: 'f' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
80% ( 8 / 10) in 'Basement.FinalPtr'
Missing documentation for:
touchFinalPtr (Basement/FinalPtr.hs:92)
withFinalPtrNoTouch (Basement/FinalPtr.hs:74)
66% ( 2 / 3) in 'Basement.Numerical.Number'
Missing documentation for:
Module header
Warning: 'b' 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.
25% ( 3 / 12) in 'Basement.IntegralConv'
Missing documentation for:
Module header
intToInt64 (Basement/Numerical/Conversion.hs:35)
int64ToInt (Basement/Numerical/Conversion.hs:46)
wordToWord64 (Basement/Numerical/Conversion.hs:57)
word64ToWord32s (Basement/Numerical/Conversion.hs:111)
word64ToWord (Basement/Numerical/Conversion.hs:68)
wordToChar (Basement/Numerical/Conversion.hs:121)
wordToInt (Basement/Numerical/Conversion.hs:124)
charToInt (Basement/Numerical/Conversion.hs:130)
Warning: 'Char7' is ambiguous. It is defined
* at Basement/Types/Char7.hs:42:17
* at Basement/Types/Char7.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 Basement/Types/Char7.hs:42:1
Warning: 'Byte' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
28% ( 8 / 28) in 'Basement.Types.Char7'
Missing documentation for:
Module header
c7_LF (Basement/Types/Char7.hs:74)
c7_CR (Basement/Types/Char7.hs:77)
c7_minus (Basement/Types/Char7.hs:80)
c7_a (Basement/Types/Char7.hs:83)
c7_A (Basement/Types/Char7.hs:86)
c7_z (Basement/Types/Char7.hs:89)
c7_Z (Basement/Types/Char7.hs:92)
c7_0 (Basement/Types/Char7.hs:95)
c7_1 (Basement/Types/Char7.hs:96)
c7_2 (Basement/Types/Char7.hs:97)
c7_3 (Basement/Types/Char7.hs:98)
c7_4 (Basement/Types/Char7.hs:99)
c7_5 (Basement/Types/Char7.hs:100)
c7_6 (Basement/Types/Char7.hs:101)
c7_7 (Basement/Types/Char7.hs:102)
c7_8 (Basement/Types/Char7.hs:103)
c7_9 (Basement/Types/Char7.hs:104)
c7Upper (Basement/Types/Char7.hs:113)
c7Lower (Basement/Types/Char7.hs:107)
50% ( 3 / 6) in 'Basement.Base16'
Missing documentation for:
Module header
escapeByte (Basement/Base16.hs:36)
Base16Escape (Basement/Base16.hs:18)
88% ( 15 / 17) in 'Basement.Types.Word128'
Missing documentation for:
Module header
fromNatural (Basement/Types/Word128.hs:255)
88% ( 15 / 17) in 'Basement.Types.Word256'
Missing documentation for:
Module header
fromNatural (Basement/Types/Word256.hs:341)
Warning: 'n' 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.
57% ( 16 / 28) in 'Basement.Nat'
Missing documentation for:
Module header
natValNatural (Basement/Nat.hs:56)
natValInt (Basement/Nat.hs:59)
natValInt8 (Basement/Nat.hs:71)
natValInt16 (Basement/Nat.hs:68)
natValInt32 (Basement/Nat.hs:65)
natValInt64 (Basement/Nat.hs:62)
natValWord (Basement/Nat.hs:74)
natValWord8 (Basement/Nat.hs:86)
natValWord16 (Basement/Nat.hs:83)
natValWord32 (Basement/Nat.hs:80)
natValWord64 (Basement/Nat.hs:77)
77% ( 7 / 9) in 'Basement.Bounded'
Missing documentation for:
unZn64
unZn
50% ( 1 / 2) in 'Basement.Numerical.Subtractive'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Basement.Numerical.Additive'
Missing documentation for:
Module header
60% ( 3 / 5) in 'Basement.Numerical.Multiplicative'
Missing documentation for:
Module header
recip (Basement/Numerical/Multiplicative.hs:312)
Warning: 'ty' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Offset' is ambiguous. It is defined
* at Basement/Types/OffsetSize.hs:88:21
* at Basement/Types/OffsetSize.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 Basement/Types/OffsetSize.hs:88:1
25% ( 8 / 31) in 'Basement.Types.OffsetSize'
Missing documentation for:
sentinel (Basement/Types/OffsetSize.hs:91)
offsetOfE (Basement/Types/OffsetSize.hs:111)
offsetPlusE (Basement/Types/OffsetSize.hs:114)
offsetMinusE (Basement/Types/OffsetSize.hs:117)
offsetRecast (Basement/Types/OffsetSize.hs:127)
offsetCast (Basement/Types/OffsetSize.hs:138)
offsetShiftL (Basement/Types/OffsetSize.hs:135)
offsetShiftR (Basement/Types/OffsetSize.hs:132)
sizeCast (Basement/Types/OffsetSize.hs:142)
sizeLastOffset (Basement/Types/OffsetSize.hs:158)
sizeAsOffset (Basement/Types/OffsetSize.hs:163)
offsetAsSize (Basement/Types/OffsetSize.hs:167)
+. (Basement/Types/OffsetSize.hs:102)
.==# (Basement/Types/OffsetSize.hs:107)
sizeOfE (Basement/Types/OffsetSize.hs:216)
csizeOfOffset (Basement/Types/OffsetSize.hs:244)
csizeOfSize (Basement/Types/OffsetSize.hs:231)
sizeOfCSSize (Basement/Types/OffsetSize.hs:251)
sizeOfCSize (Basement/Types/OffsetSize.hs:267)
Countable (Basement/Types/OffsetSize.hs:282)
Offsetable (Basement/Types/OffsetSize.hs:283)
natValCountOf (Basement/Types/OffsetSize.hs:274)
natValOffset (Basement/Types/OffsetSize.hs:277)
20% ( 2 / 10) in 'Basement.Types.Ptr'
Missing documentation for:
Module header
Addr (Basement/Types/Ptr.hs:21)
addrPlus (Basement/Types/Ptr.hs:25)
addrPlusSz (Basement/Types/Ptr.hs:28)
addrPlusCSz (Basement/Types/Ptr.hs:31)
ptrPlus (Basement/Types/Ptr.hs:34)
ptrPlusSz (Basement/Types/Ptr.hs:37)
ptrPlusCSz (Basement/Types/Ptr.hs:40)
33% ( 1 / 3) in 'Basement.Terminal'
Missing documentation for:
Module header
initialize (Basement/Terminal.hs:15)
Warning: 'ty' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
14% ( 3 / 21) in 'Basement.PrimType'
Missing documentation for:
Module header
primBaIndex (Basement/PrimType.hs:135)
primMbaRead (Basement/PrimType.hs:139)
primMbaWrite (Basement/PrimType.hs:143)
primArrayIndex (Basement/PrimType.hs:147)
primMutableArrayRead (Basement/PrimType.hs:151)
primMutableArrayWrite (Basement/PrimType.hs:155)
primOffsetOfE (Basement/PrimType.hs:743)
primOffsetRecast (Basement/PrimType.hs:719)
offsetAsSize (Basement/Types/OffsetSize.hs:167)
sizeAsOffset (Basement/Types/OffsetSize.hs:163)
sizeInBytes (Basement/PrimType.hs:700)
offsetInBytes (Basement/PrimType.hs:703)
offsetInElements (Basement/PrimType.hs:711)
offsetIsAligned (Basement/PrimType.hs:729)
primWordGetByteAndShift (Basement/PrimType.hs:747)
primWord64GetByteAndShift (Basement/PrimType.hs:752)
primWord64GetHiLo (Basement/PrimType.hs:755)
33% ( 1 / 3) in 'Basement.MutableBuilder'
Missing documentation for:
Module header
Builder (Basement/MutableBuilder.hs:12)
40% ( 4 / 10) in 'Basement.Exception'
Missing documentation for:
isOutOfBound (Basement/Exception.hs:54)
outOfBound (Basement/Exception.hs:46)
primOutOfBound (Basement/Exception.hs:50)
InvalidRecast (Basement/Exception.hs:62)
RecastSourceSize (Basement/Exception.hs:57)
RecastDestinationSize (Basement/Exception.hs:59)
100% ( 2 / 2) in 'Basement.NonEmpty'
33% ( 2 / 6) in 'Basement.Compat.ExtList'
Missing documentation for:
Module header
null (Basement/Compat/ExtList.hs:26)
reverse (Basement/Compat/ExtList.hs:39)
!! (Basement/Compat/ExtList.hs:45)
Warning: 'f' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 5 / 5) in 'Basement.Alg.XorShift'
25% ( 1 / 4) in 'Basement.NormalForm'
Missing documentation for:
Module header
deepseq (Basement/NormalForm.hs:23)
force (Basement/NormalForm.hs:26)
100% ( 2 / 2) in 'Basement.These'
Warning: 'scanl' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'scanl1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
98% ( 52 / 53) in 'Basement.Sized.List'
Missing documentation for:
unListN
Warning: 'ty' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'index' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'read' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'write' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
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
Warning: 'f' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'From' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'TryFrom' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 2 / 2) in 'Basement.Cast'
Warning: 'ty' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
85% ( 24 / 28) in 'Basement.Block.Mutable'
Missing documentation for:
mutableLengthSize (Basement/Block/Mutable.hs:92)
mutableLengthBytes (Basement/Block/Base.hs:121)
mutableEmpty (Basement/Block/Base.hs:135)
unsafeCopyElementsRO (Basement/Block/Base.hs:331)
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.
44% ( 22 / 50) in 'Basement.Block'
Missing documentation for:
length (Basement/Block/Base.hs:102)
isPinned (Basement/Block/Base.hs:96)
isMutablePinned (Basement/Block/Base.hs:99)
singleton (Basement/Block.hs:139)
replicate (Basement/Block.hs:142)
foldl' (Basement/Block.hs:198)
foldr (Basement/Block.hs:189)
foldl1' (Basement/Block.hs:207)
foldr1 (Basement/Block.hs:216)
cons (Basement/Block.hs:220)
snoc (Basement/Block.hs:231)
uncons (Basement/Block.hs:254)
unsnoc (Basement/Block.hs:261)
sub (Basement/Block.hs:242)
splitAt (Basement/Block.hs:267)
revSplitAt (Basement/Block.hs:279)
splitOn (Basement/Block.hs:338)
break (Basement/Block.hs:285)
breakEnd (Basement/Block.hs:296)
span (Basement/Block.hs:305)
elem (Basement/Block.hs:308)
all (Basement/Block.hs:318)
any (Basement/Block.hs:328)
find (Basement/Block.hs:353)
filter (Basement/Block.hs:363)
reverse (Basement/Block.hs:366)
sortBy (Basement/Block.hs:385)
intersperse (Basement/Block.hs:395)
Warning: 'ty' 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.
19% ( 7 / 36) in 'Basement.Sized.Block'
Missing documentation for:
MutableBlockN (Basement/Sized/Block.hs:74)
length (Basement/Sized/Block.hs:87)
lengthBytes (Basement/Sized/Block.hs:93)
toBlockN (Basement/Sized/Block.hs:77)
toBlock (Basement/Sized/Block.hs:96)
singleton (Basement/Sized/Block.hs:132)
replicate (Basement/Sized/Block.hs:135)
thaw (Basement/Sized/Block.hs:138)
freeze (Basement/Sized/Block.hs:141)
index (Basement/Sized/Block.hs:147)
indexStatic (Basement/Sized/Block.hs:144)
map (Basement/Sized/Block.hs:150)
foldl' (Basement/Sized/Block.hs:153)
foldr (Basement/Sized/Block.hs:156)
cons (Basement/Sized/Block.hs:159)
snoc (Basement/Sized/Block.hs:162)
elem (Basement/Sized/Block.hs:195)
sub (Basement/Sized/Block.hs:175)
uncons (Basement/Sized/Block.hs:180)
unsnoc (Basement/Sized/Block.hs:185)
splitAt (Basement/Sized/Block.hs:190)
all (Basement/Sized/Block.hs:198)
any (Basement/Sized/Block.hs:201)
find (Basement/Sized/Block.hs:204)
reverse (Basement/Sized/Block.hs:207)
sortBy (Basement/Sized/Block.hs:210)
intersperse (Basement/Sized/Block.hs:213)
cast (Basement/Sized/Block.hs:105)
mutableCast (Basement/Sized/Block.hs:114)
100% ( 2 / 2) in 'Basement.BlockN'
Warning: 'Bits' is ambiguous. It is defined
* at Basement/Bits.hs:133:27
* at Basement/Bits.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 Basement/Bits.hs:133:1
Warning: 'n' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 6 / 6) in 'Basement.Bits'
Warning: 'read' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'write' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'index' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
29% ( 17 / 58) in 'Basement.BoxedArray'
Missing documentation for:
empty (Basement/BoxedArray.hs:356)
length (Basement/BoxedArray.hs:359)
freeze (Basement/BoxedArray.hs:245)
singleton (Basement/BoxedArray.hs:572)
replicate (Basement/BoxedArray.hs:578)
null (Basement/BoxedArray.hs:447)
take (Basement/BoxedArray.hs:450)
drop (Basement/BoxedArray.hs:458)
splitAt (Basement/BoxedArray.hs:464)
revTake (Basement/BoxedArray.hs:478)
revDrop (Basement/BoxedArray.hs:481)
revSplitAt (Basement/BoxedArray.hs:484)
splitOn (Basement/BoxedArray.hs:487)
sub (Basement/BoxedArray.hs:503)
intersperse (Basement/BoxedArray.hs:534)
span (Basement/BoxedArray.hs:552)
spanEnd (Basement/BoxedArray.hs:555)
break (Basement/BoxedArray.hs:511)
breakEnd (Basement/BoxedArray.hs:522)
mapFromUnboxed (Basement/BoxedArray.hs:561)
mapToUnboxed (Basement/BoxedArray.hs:564)
cons (Basement/BoxedArray.hs:581)
snoc (Basement/BoxedArray.hs:592)
uncons (Basement/BoxedArray.hs:603)
unsnoc (Basement/BoxedArray.hs:610)
sortBy (Basement/BoxedArray.hs:641)
filter (Basement/BoxedArray.hs:650)
reverse (Basement/BoxedArray.hs:673)
elem (Basement/BoxedArray.hs:617)
find (Basement/BoxedArray.hs:626)
foldl' (Basement/BoxedArray.hs:687)
foldr (Basement/BoxedArray.hs:679)
foldl1' (Basement/BoxedArray.hs:695)
foldr1 (Basement/BoxedArray.hs:699)
all (Basement/BoxedArray.hs:703)
any (Basement/BoxedArray.hs:712)
isPrefixOf (Basement/BoxedArray.hs:721)
isSuffixOf (Basement/BoxedArray.hs:729)
builderAppend (Basement/BoxedArray.hs:737)
builderBuild (Basement/BoxedArray.hs:752)
builderBuild_ (Basement/BoxedArray.hs:776)
0% ( 0 / 27) in 'Basement.Sized.Vect'
Missing documentation for:
Module header
Vect (Basement/Sized/Vect.hs:47)
MVect (Basement/Sized/Vect.hs:48)
unVect
toVect (Basement/Sized/Vect.hs:54)
empty (Basement/Sized/Vect.hs:61)
singleton (Basement/Sized/Vect.hs:64)
replicate (Basement/Sized/Vect.hs:72)
thaw (Basement/Sized/Vect.hs:75)
freeze (Basement/Sized/Vect.hs:78)
index (Basement/Sized/Vect.hs:90)
map (Basement/Sized/Vect.hs:93)
foldl' (Basement/Sized/Vect.hs:96)
foldr (Basement/Sized/Vect.hs:99)
cons (Basement/Sized/Vect.hs:102)
snoc (Basement/Sized/Vect.hs:105)
elem (Basement/Sized/Vect.hs:137)
sub (Basement/Sized/Vect.hs:117)
uncons (Basement/Sized/Vect.hs:122)
unsnoc (Basement/Sized/Vect.hs:127)
splitAt (Basement/Sized/Vect.hs:132)
all (Basement/Sized/Vect.hs:140)
any (Basement/Sized/Vect.hs:143)
find (Basement/Sized/Vect.hs:146)
reverse (Basement/Sized/Vect.hs:149)
sortBy (Basement/Sized/Vect.hs:152)
intersperse (Basement/Sized/Vect.hs:155)
Warning: 'f' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
68% ( 17 / 25) in 'Basement.UArray.Mutable'
Missing documentation for:
sizeInMutableBytesOfContent (Basement/UArray/Mutable.hs:63)
mutableOffset (Basement/UArray/Mutable.hs:182)
mutableSame (Basement/UArray/Mutable.hs:91)
onMutableBackend (Basement/UArray/Base.hs:333)
newNative (Basement/UArray/Base.hs:188)
mutableForeignMem (Basement/UArray/Mutable.hs:99)
sub (Basement/UArray/Mutable.hs:106)
withMutablePtrHint (Basement/UArray/Mutable.hs:125)
Warning: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'filler' 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: 'needle' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'replacement' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'haystack' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
47% ( 42 / 88) in 'Basement.UArray'
Missing documentation for:
length (Basement/UArray/Base.hs:145)
sub (Basement/UArray.hs:487)
unsafeFreezeShrink (Basement/UArray/Base.hs:265)
unsafeUpdate (Basement/UArray.hs:289)
unsafeIndexer (Basement/UArray/Base.hs:250)
unsafeDewrap (Basement/UArray/Base.hs:342)
equalMemcmp (Basement/UArray/Base.hs:459)
singleton (Basement/UArray.hs:266)
replicate (Basement/UArray.hs:269)
map (Basement/UArray.hs:583)
mapIndex (Basement/UArray.hs:587)
findIndex (Basement/UArray.hs:495)
revFindIndex (Basement/UArray.hs:503)
null (Basement/UArray.hs:361)
unsafeTake (Basement/UArray.hs:371)
unsafeDrop (Basement/UArray.hs:381)
splitOn (Basement/UArray.hs:469)
break (Basement/UArray.hs:511)
breakElem (Basement/UArray.hs:394)
elem (Basement/UArray.hs:555)
indices (Basement/UArray.hs:696)
intersperse (Basement/UArray.hs:559)
span (Basement/UArray.hs:577)
spanEnd (Basement/UArray.hs:580)
cons (Basement/UArray.hs:590)
snoc (Basement/UArray.hs:601)
uncons (Basement/UArray.hs:612)
unsnoc (Basement/UArray.hs:619)
find (Basement/UArray.hs:625)
sortBy (Basement/UArray.hs:635)
filter (Basement/UArray.hs:650)
reverse (Basement/UArray.hs:663)
foldr (Basement/UArray.hs:763)
foldl' (Basement/UArray.hs:771)
foldr1 (Basement/UArray.hs:779)
foldl1' (Basement/UArray.hs:775)
all (Basement/UArray.hs:783)
any (Basement/UArray.hs:787)
isPrefixOf (Basement/UArray.hs:927)
isSuffixOf (Basement/UArray.hs:936)
foreignMem (Basement/UArray.hs:158)
builderAppend (Basement/UArray.hs:791)
builderBuild (Basement/UArray.hs:806)
builderBuild_ (Basement/UArray.hs:830)
toHexadecimal (Basement/UArray.hs:833)
toBase64Internal (Basement/UArray.hs:857)
Warning: 'ASCII' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
83% ( 5 / 6) in 'Basement.Types.AsciiString'
Missing documentation for:
MutableAsciiString (Basement/Types/AsciiString.hs:35)
Warning: 'unsafeIndexer' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
0% ( 0 / 27) in 'Basement.Sized.UVect'
Missing documentation for:
Module header
UVect (Basement/Sized/UVect.hs:47)
MUVect (Basement/Sized/UVect.hs:48)
unUVect
toUVect (Basement/Sized/UVect.hs:51)
empty (Basement/Sized/UVect.hs:58)
singleton (Basement/Sized/UVect.hs:61)
replicate (Basement/Sized/UVect.hs:69)
thaw (Basement/Sized/UVect.hs:72)
freeze (Basement/Sized/UVect.hs:75)
index (Basement/Sized/UVect.hs:87)
map (Basement/Sized/UVect.hs:90)
foldl' (Basement/Sized/UVect.hs:93)
foldr (Basement/Sized/UVect.hs:96)
cons (Basement/Sized/UVect.hs:99)
snoc (Basement/Sized/UVect.hs:102)
elem (Basement/Sized/UVect.hs:135)
sub (Basement/Sized/UVect.hs:115)
uncons (Basement/Sized/UVect.hs:120)
unsnoc (Basement/Sized/UVect.hs:125)
splitAt (Basement/Sized/UVect.hs:130)
all (Basement/Sized/UVect.hs:138)
any (Basement/Sized/UVect.hs:141)
find (Basement/Sized/UVect.hs:144)
reverse (Basement/Sized/UVect.hs:147)
sortBy (Basement/Sized/UVect.hs:150)
intersperse (Basement/Sized/UVect.hs:153)
Warning: 'A' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'H' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
75% ( 3 / 4) in 'Basement.Types.CharUTF8'
Missing documentation for:
Module header
97% ( 76 / 78) in 'Basement.Imports'
Missing documentation for:
Ordering
Bool
66% ( 2 / 3) in 'Basement.Environment'
Missing documentation for:
Module header
Warning: 'MutableByteArray' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'needle' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'haystack' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'replacement' 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: 'E' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'acc' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'String' is ambiguous. It is defined
* at Basement/UTF8/Base.hs:48:18
* at Basement/UTF8/Base.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 Basement/UTF8/Base.hs:48:1
93% ( 68 / 73) in 'Basement.String'
Missing documentation for:
breakEnd (Basement/String.hs:483)
builderBuild_ (Basement/String.hs:1071)
readInteger (Basement/String.hs:1107)
all (Basement/String.hs:1443)
any (Basement/String.hs:1450)
29% ( 9 / 31) in 'Basement.Terminal.ANSI'
Missing documentation for:
Escape (Basement/Terminal/ANSI.hs:62)
Displacement (Basement/Terminal/ANSI.hs:64)
cursorUp (Basement/Terminal/ANSI.hs:78)
cursorDown (Basement/Terminal/ANSI.hs:79)
cursorForward (Basement/Terminal/ANSI.hs:80)
cursorBack (Basement/Terminal/ANSI.hs:81)
cursorNextLine (Basement/Terminal/ANSI.hs:82)
cursorPrevLine (Basement/Terminal/ANSI.hs:83)
cursorHorizontalAbsolute (Basement/Terminal/ANSI.hs:84)
cursorPosition (Basement/Terminal/ANSI.hs:87)
eraseScreenFromCursor (Basement/Terminal/ANSI.hs:95)
eraseScreenToCursor (Basement/Terminal/ANSI.hs:96)
eraseScreenAll (Basement/Terminal/ANSI.hs:97)
eraseLineFromCursor (Basement/Terminal/ANSI.hs:98)
eraseLineToCursor (Basement/Terminal/ANSI.hs:99)
eraseLineAll (Basement/Terminal/ANSI.hs:100)
scrollUp (Basement/Terminal/ANSI.hs:103)
scrollDown (Basement/Terminal/ANSI.hs:104)
sgrForegroundGray24 (Basement/Terminal/ANSI.hs:125)
sgrBackgroundGray24 (Basement/Terminal/ANSI.hs:126)
sgrForegroundColor216 (Basement/Terminal/ANSI.hs:132)
sgrBackgroundColor216 (Basement/Terminal/ANSI.hs:138)
71% ( 5 / 7) in 'Basement.From'
Missing documentation for:
Into (Basement/From.hs:75)
TryInto (Basement/From.hs:92)
80% ( 8 / 10) in 'Basement.Block.Builder'
Missing documentation for:
Builder (Basement/Block/Builder.hs:53)
emitPrim (Basement/Block/Builder.hs:119)
66% ( 6 / 9) in 'Basement.String.Builder'
Missing documentation for:
Builder (Basement/String/Builder.hs:33)
run (Basement/String/Builder.hs:41)
unsafeStringBuilder (Basement/String/Builder.hs:37)
Warning: Basement.Compat.C.Types: could not find link destinations for:
- Basement.Numerical.Subtractive.D:R:DifferenceCDouble
- Basement.Numerical.Subtractive.D:R:DifferenceCFloat
- Basement.Numerical.Subtractive.D:R:DifferenceCOff
- Basement.Numerical.Subtractive.D:R:DifferenceCSUSeconds
- Basement.Numerical.Subtractive.D:R:DifferenceCUSeconds
- Basement.Numerical.Subtractive.D:R:DifferenceCTime
- Basement.Numerical.Subtractive.D:R:DifferenceCClock
- Basement.Numerical.Subtractive.D:R:DifferenceCUIntMax
- Basement.Numerical.Subtractive.D:R:DifferenceCIntMax
- Basement.Numerical.Subtractive.D:R:DifferenceCUIntPtr
- Basement.Numerical.Subtractive.D:R:DifferenceCIntPtr
- Basement.Numerical.Subtractive.D:R:DifferenceCBool
- Basement.Numerical.Subtractive.D:R:DifferenceCULLong
- Basement.Numerical.Subtractive.D:R:DifferenceCLLong
- Basement.Numerical.Subtractive.D:R:DifferenceCSigAtomic
- Basement.Numerical.Subtractive.D:R:DifferenceCWchar
- Basement.Numerical.Subtractive.D:R:DifferenceCSize
- Basement.Numerical.Subtractive.D:R:DifferenceCPtrdiff
- Basement.Numerical.Subtractive.D:R:DifferenceCULong
- Basement.Numerical.Subtractive.D:R:DifferenceCLong
- Basement.Numerical.Subtractive.D:R:DifferenceCUInt
- Basement.Numerical.Subtractive.D:R:DifferenceCInt
- Basement.Numerical.Subtractive.D:R:DifferenceCUShort
- Basement.Numerical.Subtractive.D:R:DifferenceCShort
- Basement.Numerical.Subtractive.D:R:DifferenceCUChar
- Basement.Numerical.Subtractive.D:R:DifferenceCSChar
- Basement.Numerical.Subtractive.D:R:DifferenceCChar
- Basement.PrimType.D:R:PrimSizeCUChar
- Basement.PrimType.D:R:PrimSizeCChar
Warning: Basement.Compat.Identity: could not find link destinations for:
- Data.Functor.Identity.Rep_Identity
- Data.Functor.Identity.Rep1_Identity
Warning: Basement.Compat.IsList: could not find link destinations for:
- GHC.IsList.D:R:ItemCallStack
- GHC.IsList.D:R:ItemList
- GHC.IsList.D:R:ItemNonEmpty
- GHC.IsList.D:R:ItemVersion
- GHC.IsList.D:R:ItemZipList
- Basement.NonEmpty.D:R:ItemNonEmpty
- Basement.Block.Base.D:R:ItemBlock
- Basement.UArray.Base.D:R:ItemUArray
- Basement.BoxedArray.D:R:ItemArray
- Basement.Types.AsciiString.D:R:ItemAsciiString
- Basement.UTF8.Base.D:R:ItemString
- Data.Array.Byte.D:R:ItemByteArray
Warning: Basement.Compat.Natural: could not find link destinations for:
- Basement.Numerical.Subtractive.D:R:DifferenceNatural
Warning: Basement.Compat.Primitive: could not find link destinations for:
- GHC.Generics.D:R:UReckWordp0
- GHC.Generics.Rep_R:UReckWordp
- GHC.Generics.Rep1_R:UReckWordp
- Basement.Numerical.Subtractive.D:R:DifferenceWord
- Basement.PrimType.D:R:PrimSizeWord
Warning: Basement.Compat.Semigroup: could not find link destinations for:
- Data.Foldable1.JoinWith
- Data.Foldable1.FromMaybe
- Data.Foldable1.NonEmptyDList
Warning: Basement.Compat.Base: 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.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.D:R:UReckPtrp0
- GHC.Generics.Rep1_Either
- GHC.Generics.Rep1_Maybe
- 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.Rep1_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
- 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
- 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
- Text.ParserCombinators.ReadP.P
- GHC.IsList.D:R:ItemCallStack
- GHC.IsList.D:R:ItemList
- GHC.IsList.D:R:ItemNonEmpty
- GHC.IsList.D:R:ItemVersion
- GHC.IsList.D:R:ItemZipList
- 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
- Basement.Endianness.byteSwap
- Basement.Monad.D:R:PrimStateIO
- Basement.Monad.D:R:PrimVarIO
- Basement.Monad.D:R:FailureEither
- Basement.Monad.D:R:FailureMaybe
- Basement.Numerical.Subtractive.D:R:DifferenceChar
- Basement.Numerical.Subtractive.D:R:DifferenceDouble
- Basement.Numerical.Subtractive.D:R:DifferenceFloat
- Basement.Numerical.Subtractive.D:R:DifferenceWord64
- Basement.Numerical.Subtractive.D:R:DifferenceWord32
- Basement.Numerical.Subtractive.D:R:DifferenceWord16
- Basement.Numerical.Subtractive.D:R:DifferenceWord8
- Basement.Numerical.Subtractive.D:R:DifferenceWord
- Basement.Numerical.Subtractive.D:R:DifferenceInt64
- Basement.Numerical.Subtractive.D:R:DifferenceInt32
- Basement.Numerical.Subtractive.D:R:DifferenceInt16
- Basement.Numerical.Subtractive.D:R:DifferenceInt8
- Basement.Numerical.Subtractive.D:R:DifferenceInt
- Basement.Numerical.Subtractive.D:R:DifferenceInteger
- Basement.PrimType.D:R:PrimSizeChar
- Basement.PrimType.D:R:PrimSizeDouble
- Basement.PrimType.D:R:PrimSizeFloat
- Basement.PrimType.D:R:PrimSizeInt64
- Basement.PrimType.D:R:PrimSizeInt32
- Basement.PrimType.D:R:PrimSizeInt16
- Basement.PrimType.D:R:PrimSizeInt8
- Basement.PrimType.D:R:PrimSizeWord64
- Basement.PrimType.D:R:PrimSizeWord32
- Basement.PrimType.D:R:PrimSizeWord16
- Basement.PrimType.D:R:PrimSizeWord8
- Basement.PrimType.D:R:PrimSizeWord
- Basement.PrimType.D:R:PrimSizeInt
- Basement.NonEmpty.D:R:ItemNonEmpty
- GHC.IO.Exception.Rep_ExitCode
- Basement.Sized.List.Rep_ListN
- Basement.Block.Base.D:R:ItemBlock
- Basement.Bits.SizeValid
- Basement.UArray.Base.D:R:ItemUArray
- Basement.BoxedArray.D:R:ItemArray
- Basement.Types.AsciiString.D:R:ItemAsciiString
- Basement.UTF8.Base.D:R:ItemString
- Data.Array.Byte.D:R:ItemByteArray
- GHC.IOPort.IOPortException
- Text.Printf.UPrintf
- Text.Printf.hspr
- Text.Printf.spr
Warning: Basement.Endianness: could not find link destinations for:
- Basement.Endianness.byteSwap
- Basement.PrimType.D:R:PrimSizeBE
- Basement.PrimType.D:R:PrimSizeLE
Warning: Basement.Monad: could not find link destinations for:
- Basement.Monad.D:R:PrimStateST
- Basement.Monad.D:R:PrimVarST
- Basement.Monad.D:R:PrimStateIO
- Basement.Monad.D:R:PrimVarIO
- Basement.Monad.D:R:FailureEither
- Basement.Monad.D:R:FailureMaybe
- Basement.MutableBuilder.D:R:FailureBuilder
Warning: Basement.Types.Char7: could not find link destinations for:
- Basement.PrimType.D:R:PrimSizeChar7
Warning: Basement.Types.Word128: could not find link destinations for:
- Basement.Numerical.Subtractive.D:R:DifferenceWord128
- Basement.PrimType.D:R:PrimSizeWord128
Warning: Basement.Types.Word256: could not find link destinations for:
- Basement.Numerical.Subtractive.D:R:DifferenceWord256
- Basement.PrimType.D:R:PrimSizeWord256
Warning: Basement.Nat: could not find link destinations for:
- Data.Type.Ord.LeErrMsg
Warning: Basement.Bounded: could not find link destinations for:
- Basement.Numerical.Subtractive.D:R:DifferenceZn
- Basement.Numerical.Subtractive.D:R:DifferenceZn64
Warning: Basement.Numerical.Subtractive: could not find link destinations for:
- Basement.Numerical.Subtractive.D:R:DifferenceCDouble
- Basement.Numerical.Subtractive.D:R:DifferenceCFloat
- Basement.Numerical.Subtractive.D:R:DifferenceCOff
- Basement.Numerical.Subtractive.D:R:DifferenceCSUSeconds
- Basement.Numerical.Subtractive.D:R:DifferenceCUSeconds
- Basement.Numerical.Subtractive.D:R:DifferenceCTime
- Basement.Numerical.Subtractive.D:R:DifferenceCClock
- Basement.Numerical.Subtractive.D:R:DifferenceCUIntMax
- Basement.Numerical.Subtractive.D:R:DifferenceCIntMax
- Basement.Numerical.Subtractive.D:R:DifferenceCUIntPtr
- Basement.Numerical.Subtractive.D:R:DifferenceCIntPtr
- Basement.Numerical.Subtractive.D:R:DifferenceCBool
- Basement.Numerical.Subtractive.D:R:DifferenceCULLong
- Basement.Numerical.Subtractive.D:R:DifferenceCLLong
- Basement.Numerical.Subtractive.D:R:DifferenceCSigAtomic
- Basement.Numerical.Subtractive.D:R:DifferenceCWchar
- Basement.Numerical.Subtractive.D:R:DifferenceCSize
- Basement.Numerical.Subtractive.D:R:DifferenceCPtrdiff
- Basement.Numerical.Subtractive.D:R:DifferenceCULong
- Basement.Numerical.Subtractive.D:R:DifferenceCLong
- Basement.Numerical.Subtractive.D:R:DifferenceCUInt
- Basement.Numerical.Subtractive.D:R:DifferenceCInt
- Basement.Numerical.Subtractive.D:R:DifferenceCUShort
- Basement.Numerical.Subtractive.D:R:DifferenceCShort
- Basement.Numerical.Subtractive.D:R:DifferenceCUChar
- Basement.Numerical.Subtractive.D:R:DifferenceCSChar
- Basement.Numerical.Subtractive.D:R:DifferenceCChar
- Basement.Numerical.Subtractive.D:R:DifferenceZn
- Basement.Numerical.Subtractive.D:R:DifferenceZn64
- Basement.Numerical.Subtractive.D:R:DifferenceChar
- Basement.Numerical.Subtractive.D:R:DifferenceDouble
- Basement.Numerical.Subtractive.D:R:DifferenceFloat
- Basement.Numerical.Subtractive.D:R:DifferenceWord256
- Basement.Numerical.Subtractive.D:R:DifferenceWord128
- Basement.Numerical.Subtractive.D:R:DifferenceWord64
- Basement.Numerical.Subtractive.D:R:DifferenceWord32
- Basement.Numerical.Subtractive.D:R:DifferenceWord16
- Basement.Numerical.Subtractive.D:R:DifferenceWord8
- Basement.Numerical.Subtractive.D:R:DifferenceWord
- Basement.Numerical.Subtractive.D:R:DifferenceNatural
- Basement.Numerical.Subtractive.D:R:DifferenceInt64
- Basement.Numerical.Subtractive.D:R:DifferenceInt32
- Basement.Numerical.Subtractive.D:R:DifferenceInt16
- Basement.Numerical.Subtractive.D:R:DifferenceInt8
- Basement.Numerical.Subtractive.D:R:DifferenceInt
- Basement.Numerical.Subtractive.D:R:DifferenceInteger
- Basement.Types.OffsetSize.D:R:DifferenceCountOf
- Basement.Types.OffsetSize.D:R:DifferenceOffset
- Basement.Bits.SizeValid
- Basement.Bits.D:R:DifferenceBits
Warning: Basement.Numerical.Additive: could not find link destinations for:
- Basement.Bits.SizeValid
Warning: Basement.Numerical.Multiplicative: could not find link destinations for:
- Basement.Bits.SizeValid
Warning: Basement.Types.OffsetSize: could not find link destinations for:
- Basement.Types.OffsetSize.D:R:DifferenceCountOf
- Basement.Types.OffsetSize.D:R:DifferenceOffset
Warning: Basement.Types.Ptr: could not find link destinations for:
- GHC.Generics.D:R:UReckPtrp0
- GHC.Generics.Rep_R:UReckPtrp
- GHC.Generics.Rep1_R:UReckPtrp
Warning: Basement.PrimType: could not find link destinations for:
- Basement.PrimType.D:R:PrimSizeBE
- Basement.PrimType.D:R:PrimSizeLE
- Basement.PrimType.D:R:PrimSizeChar7
- Basement.PrimType.D:R:PrimSizeCUChar
- Basement.PrimType.D:R:PrimSizeCChar
- Basement.PrimType.D:R:PrimSizeChar
- Basement.PrimType.D:R:PrimSizeDouble
- Basement.PrimType.D:R:PrimSizeFloat
- Basement.PrimType.D:R:PrimSizeInt64
- Basement.PrimType.D:R:PrimSizeInt32
- Basement.PrimType.D:R:PrimSizeInt16
- Basement.PrimType.D:R:PrimSizeInt8
- Basement.PrimType.D:R:PrimSizeWord256
- Basement.PrimType.D:R:PrimSizeWord128
- Basement.PrimType.D:R:PrimSizeWord64
- Basement.PrimType.D:R:PrimSizeWord32
- Basement.PrimType.D:R:PrimSizeWord16
- Basement.PrimType.D:R:PrimSizeWord8
- Basement.PrimType.D:R:PrimSizeWord
- Basement.PrimType.D:R:PrimSizeInt
Warning: Basement.MutableBuilder: could not find link destinations for:
- Basement.MutableBuilder.D:R:FailureBuilder
Warning: Basement.NonEmpty: could not find link destinations for:
- Basement.NonEmpty.D:R:ItemNonEmpty
Warning: Basement.Sized.List: could not find link destinations for:
- Basement.Sized.List.Rep_ListN
Warning: Basement.Block.Mutable: could not find link destinations for:
- Basement.Block.Base.D:R:ItemBlock
Warning: Basement.Block: could not find link destinations for:
- Basement.Block.Base.D:R:ItemBlock
Warning: Basement.Bits: could not find link destinations for:
- Basement.Bits.SizeValid
- Basement.Bits.D:R:DifferenceBits
Warning: Basement.BoxedArray: could not find link destinations for:
- Basement.BoxedArray.D:R:ItemArray
Warning: Basement.UArray.Mutable: could not find link destinations for:
- Basement.UArray.Base.MUArrayBackend
Warning: Basement.UArray: could not find link destinations for:
- Basement.PrimType.D:R:PrimSizeBE
- Basement.PrimType.D:R:PrimSizeLE
- Basement.PrimType.D:R:PrimSizeChar7
- Basement.PrimType.D:R:PrimSizeCUChar
- Basement.PrimType.D:R:PrimSizeCChar
- Basement.PrimType.D:R:PrimSizeChar
- Basement.PrimType.D:R:PrimSizeDouble
- Basement.PrimType.D:R:PrimSizeFloat
- Basement.PrimType.D:R:PrimSizeInt64
- Basement.PrimType.D:R:PrimSizeInt32
- Basement.PrimType.D:R:PrimSizeInt16
- Basement.PrimType.D:R:PrimSizeInt8
- Basement.PrimType.D:R:PrimSizeWord256
- Basement.PrimType.D:R:PrimSizeWord128
- Basement.PrimType.D:R:PrimSizeWord64
- Basement.PrimType.D:R:PrimSizeWord32
- Basement.PrimType.D:R:PrimSizeWord16
- Basement.PrimType.D:R:PrimSizeWord8
- Basement.PrimType.D:R:PrimSizeWord
- Basement.PrimType.D:R:PrimSizeInt
- Basement.UArray.Base.UArrayBackend
- Basement.UArray.Base.D:R:ItemUArray
Warning: Basement.Types.AsciiString: could not find link destinations for:
- Basement.Types.AsciiString.D:R:ItemAsciiString
Warning: Basement.Imports: 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.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.D:R:UReckPtrp0
- GHC.Generics.Rep1_Either
- GHC.Generics.Rep1_Maybe
- 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.Rep1_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
- 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
- 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
- Text.ParserCombinators.ReadP.P
- GHC.IsList.D:R:ItemCallStack
- GHC.IsList.D:R:ItemList
- GHC.IsList.D:R:ItemNonEmpty
- GHC.IsList.D:R:ItemVersion
- GHC.IsList.D:R:ItemZipList
- 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
- Basement.Endianness.byteSwap
- Basement.Monad.D:R:PrimStateIO
- Basement.Monad.D:R:PrimVarIO
- Basement.Monad.D:R:FailureEither
- Basement.Monad.D:R:FailureMaybe
- Basement.Numerical.Subtractive.D:R:DifferenceChar
- Basement.Numerical.Subtractive.D:R:DifferenceDouble
- Basement.Numerical.Subtractive.D:R:DifferenceFloat
- Basement.Numerical.Subtractive.D:R:DifferenceWord64
- Basement.Numerical.Subtractive.D:R:DifferenceWord32
- Basement.Numerical.Subtractive.D:R:DifferenceWord16
- Basement.Numerical.Subtractive.D:R:DifferenceWord8
- Basement.Numerical.Subtractive.D:R:DifferenceWord
- Basement.Numerical.Subtractive.D:R:DifferenceNatural
- Basement.Numerical.Subtractive.D:R:DifferenceInt64
- Basement.Numerical.Subtractive.D:R:DifferenceInt32
- Basement.Numerical.Subtractive.D:R:DifferenceInt16
- Basement.Numerical.Subtractive.D:R:DifferenceInt8
- Basement.Numerical.Subtractive.D:R:DifferenceInt
- Basement.Numerical.Subtractive.D:R:DifferenceInteger
- Basement.Types.OffsetSize.D:R:DifferenceCountOf
- Basement.Types.OffsetSize.D:R:DifferenceOffset
- Basement.PrimType.D:R:PrimSizeBE
- Basement.PrimType.D:R:PrimSizeLE
- Basement.PrimType.D:R:PrimSizeChar7
- Basement.PrimType.D:R:PrimSizeCUChar
- Basement.PrimType.D:R:PrimSizeCChar
- Basement.PrimType.D:R:PrimSizeChar
- Basement.PrimType.D:R:PrimSizeDouble
- Basement.PrimType.D:R:PrimSizeFloat
- Basement.PrimType.D:R:PrimSizeInt64
- Basement.PrimType.D:R:PrimSizeInt32
- Basement.PrimType.D:R:PrimSizeInt16
- Basement.PrimType.D:R:PrimSizeInt8
- Basement.PrimType.D:R:PrimSizeWord256
- Basement.PrimType.D:R:PrimSizeWord128
- Basement.PrimType.D:R:PrimSizeWord64
- Basement.PrimType.D:R:PrimSizeWord32
- Basement.PrimType.D:R:PrimSizeWord16
- Basement.PrimType.D:R:PrimSizeWord8
- Basement.PrimType.D:R:PrimSizeWord
- Basement.PrimType.D:R:PrimSizeInt
- Basement.NonEmpty.D:R:ItemNonEmpty
- GHC.IO.Exception.Rep_ExitCode
- Basement.Sized.List.Rep_ListN
- Basement.Block.Base.D:R:ItemBlock
- Basement.Bits.SizeValid
- Basement.UArray.Base.D:R:ItemUArray
- Basement.BoxedArray.D:R:ItemArray
- Basement.Types.AsciiString.D:R:ItemAsciiString
- Basement.UTF8.Base.D:R:ItemString
- Data.Array.Byte.D:R:ItemByteArray
- GHC.IOPort.IOPortException
- Text.Printf.UPrintf
- Text.Printf.hspr
- Text.Printf.spr
Warning: Basement.String: could not find link destinations for:
- Basement.UTF8.Base.D:R:ItemString
- Basement.String.ReadFloatingCallback
- Basement.String.validate
Documentation created: dist/doc/html/basement/,
dist/doc/html/basement/basement.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/basement-0.0.16-6eiQVk251K5auGmA6749Q
Completed basement-0.0.16
Configuring blaze-builder-0.4.4.1...
Preprocessing library for blaze-builder-0.4.4.1..
Building library for blaze-builder-0.4.4.1..
[ 1 of 11] Compiling Blaze.ByteString.Builder.Internal.Write ( Blaze/ByteString/Builder/Internal/Write.hs, dist/build/Blaze/ByteString/Builder/Internal/Write.o, dist/build/Blaze/ByteString/Builder/Internal/Write.dyn_o )
[ 2 of 11] Compiling Blaze.ByteString.Builder.Compat.Write ( Blaze/ByteString/Builder/Compat/Write.hs, dist/build/Blaze/ByteString/Builder/Compat/Write.o, dist/build/Blaze/ByteString/Builder/Compat/Write.dyn_o )
[ 3 of 11] Compiling Blaze.ByteString.Builder.Int ( Blaze/ByteString/Builder/Int.hs, dist/build/Blaze/ByteString/Builder/Int.o, dist/build/Blaze/ByteString/Builder/Int.dyn_o )
[ 4 of 11] Compiling Blaze.ByteString.Builder.Html.Word ( Blaze/ByteString/Builder/Html/Word.hs, dist/build/Blaze/ByteString/Builder/Html/Word.o, dist/build/Blaze/ByteString/Builder/Html/Word.dyn_o )
[ 5 of 11] Compiling Blaze.ByteString.Builder.Char8 ( Blaze/ByteString/Builder/Char8.hs, dist/build/Blaze/ByteString/Builder/Char8.o, dist/build/Blaze/ByteString/Builder/Char8.dyn_o )
[ 6 of 11] Compiling Blaze.ByteString.Builder.Char.Utf8 ( Blaze/ByteString/Builder/Char/Utf8.hs, dist/build/Blaze/ByteString/Builder/Char/Utf8.o, dist/build/Blaze/ByteString/Builder/Char/Utf8.dyn_o )
[ 7 of 11] Compiling Blaze.ByteString.Builder.Html.Utf8 ( Blaze/ByteString/Builder/Html/Utf8.hs, dist/build/Blaze/ByteString/Builder/Html/Utf8.o, dist/build/Blaze/ByteString/Builder/Html/Utf8.dyn_o )
[ 8 of 11] Compiling Blaze.ByteString.Builder.ByteString ( Blaze/ByteString/Builder/ByteString.hs, dist/build/Blaze/ByteString/Builder/ByteString.o, dist/build/Blaze/ByteString/Builder/ByteString.dyn_o )
[ 9 of 11] Compiling Blaze.ByteString.Builder.HTTP ( Blaze/ByteString/Builder/HTTP.hs, dist/build/Blaze/ByteString/Builder/HTTP.o, dist/build/Blaze/ByteString/Builder/HTTP.dyn_o )
[10 of 11] Compiling Blaze.ByteString.Builder.Word ( Blaze/ByteString/Builder/Word.hs, dist/build/Blaze/ByteString/Builder/Word.o, dist/build/Blaze/ByteString/Builder/Word.dyn_o )
[11 of 11] Compiling Blaze.ByteString.Builder ( Blaze/ByteString/Builder.hs, dist/build/Blaze/ByteString/Builder.o, dist/build/Blaze/ByteString/Builder.dyn_o )
Preprocessing library for blaze-builder-0.4.4.1..
Running Haddock on library for blaze-builder-0.4.4.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 11] Compiling Blaze.ByteString.Builder.Internal.Write ( Blaze/ByteString/Builder/Internal/Write.hs, nothing )
[ 2 of 11] Compiling Blaze.ByteString.Builder.Compat.Write ( Blaze/ByteString/Builder/Compat/Write.hs, nothing )
[ 3 of 11] Compiling Blaze.ByteString.Builder.Int ( Blaze/ByteString/Builder/Int.hs, nothing )
[ 4 of 11] Compiling Blaze.ByteString.Builder.Html.Word ( Blaze/ByteString/Builder/Html/Word.hs, nothing )
[ 5 of 11] Compiling Blaze.ByteString.Builder.Char8 ( Blaze/ByteString/Builder/Char8.hs, nothing )
[ 6 of 11] Compiling Blaze.ByteString.Builder.Char.Utf8 ( Blaze/ByteString/Builder/Char/Utf8.hs, nothing )
[ 7 of 11] Compiling Blaze.ByteString.Builder.Html.Utf8 ( Blaze/ByteString/Builder/Html/Utf8.hs, nothing )
[ 8 of 11] Compiling Blaze.ByteString.Builder.ByteString ( Blaze/ByteString/Builder/ByteString.hs, nothing )
[ 9 of 11] Compiling Blaze.ByteString.Builder.HTTP ( Blaze/ByteString/Builder/HTTP.hs, nothing )
[10 of 11] Compiling Blaze.ByteString.Builder.Word ( Blaze/ByteString/Builder/Word.hs, nothing )
[11 of 11] Compiling Blaze.ByteString.Builder ( Blaze/ByteString/Builder.hs, nothing )
Haddock coverage:
Warning: 'Poke' is ambiguous. It is defined
* at Blaze/ByteString/Builder/Internal/Write.hs:77:5
* at Blaze/ByteString/Builder/Internal/Write.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 Blaze/ByteString/Builder/Internal/Write.hs:76:1
Warning: 'Write' is ambiguous. It is defined
* at Blaze/ByteString/Builder/Internal/Write.hs:93:14
* at Blaze/ByteString/Builder/Internal/Write.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 Blaze/ByteString/Builder/Internal/Write.hs:93:1
96% ( 24 / 25) in 'Blaze.ByteString.Builder.Internal.Write'
Missing documentation for:
fromWriteSingleton (Blaze/ByteString/Builder/Internal/Write.hs:245)
50% ( 2 / 4) in 'Blaze.ByteString.Builder.Compat.Write'
Missing documentation for:
writePrimFixed (Blaze/ByteString/Builder/Compat/Write.hs:25)
writePrimBounded (Blaze/ByteString/Builder/Compat/Write.hs:29)
100% ( 43 / 43) in 'Blaze.ByteString.Builder.Int'
88% ( 8 / 9) in 'Blaze.ByteString.Builder.Html.Word'
Missing documentation for:
wordHtmlEscaped (Blaze/ByteString/Builder/Html/Word.hs:40)
Warning: 'bytestring' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 9 / 9) in 'Blaze.ByteString.Builder.Char8'
100% ( 9 / 9) in 'Blaze.ByteString.Builder.Char.Utf8'
Warning: 'Builder' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 10 / 10) in 'Blaze.ByteString.Builder.Html.Utf8'
100% ( 12 / 12) in 'Blaze.ByteString.Builder.ByteString'
100% ( 4 / 4) in 'Blaze.ByteString.Builder.HTTP'
100% ( 43 / 43) in 'Blaze.ByteString.Builder.Word'
Warning: 'fromString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'toLazyByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Write' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'fromWrite' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
91% ( 22 / 24) in 'Blaze.ByteString.Builder'
Missing documentation for:
toByteStringIOWith (Blaze/ByteString/Builder.hs:187)
fromWriteSingleton (Blaze/ByteString/Builder/Internal/Write.hs:245)
Documentation created: dist/doc/html/blaze-builder/,
dist/doc/html/blaze-builder/blaze-builder.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/blaze-builder-0.4.4.1-8j2XeR06mxnJMf1nnbZvi2
Completed blaze-builder-0.4.4.1
Configuring byteorder-1.0.4...
Preprocessing library for byteorder-1.0.4..
Building library for byteorder-1.0.4..
[1 of 1] Compiling System.ByteOrder ( System/ByteOrder.hs, dist/build/System/ByteOrder.o, dist/build/System/ByteOrder.dyn_o )
Preprocessing library for byteorder-1.0.4..
Running Haddock on library for byteorder-1.0.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling System.ByteOrder ( System/ByteOrder.hs, nothing )
Haddock coverage:
66% ( 2 / 3) in 'System.ByteOrder'
Missing documentation for:
Module header
Documentation created: dist/doc/html/byteorder/,
dist/doc/html/byteorder/byteorder.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/byteorder-1.0.4-FIBTcKQEAUIIMRRNmF2aaT
Completed byteorder-1.0.4
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 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/ghc2394790_0/ghc_4.o, /tmp/ghc2394790_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/ghc2394790_0/ghc_6.o, /tmp/ghc2394790_0/ghc_6.dyn_o )
[ 3 of 25] Compiling System.Console.CmdArgs.Annotate ( System/Console/CmdArgs/Annotate.hs, /tmp/ghc2394790_0/ghc_8.o, /tmp/ghc2394790_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/ghc2394790_0/ghc_10.o, /tmp/ghc2394790_0/ghc_10.dyn_o )
[ 5 of 25] Compiling System.Console.CmdArgs.Explicit.ExpandArgsAt ( System/Console/CmdArgs/Explicit/ExpandArgsAt.hs, /tmp/ghc2394790_0/ghc_16.o, /tmp/ghc2394790_0/ghc_16.dyn_o )
[ 6 of 25] Compiling System.Console.CmdArgs.Explicit.SplitJoin ( System/Console/CmdArgs/Explicit/SplitJoin.hs, /tmp/ghc2394790_0/ghc_22.o, /tmp/ghc2394790_0/ghc_22.dyn_o )
[ 7 of 25] Compiling System.Console.CmdArgs.Explicit.Type ( System/Console/CmdArgs/Explicit/Type.hs, /tmp/ghc2394790_0/ghc_24.o, /tmp/ghc2394790_0/ghc_24.dyn_o )
[ 8 of 25] Compiling System.Console.CmdArgs.Explicit.Process ( System/Console/CmdArgs/Explicit/Process.hs, /tmp/ghc2394790_0/ghc_20.o, /tmp/ghc2394790_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/ghc2394790_0/ghc_14.o, /tmp/ghc2394790_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/ghc2394790_0/ghc_26.o, /tmp/ghc2394790_0/ghc_26.dyn_o )
[11 of 25] Compiling System.Console.CmdArgs.Implicit.Ann ( System/Console/CmdArgs/Implicit/Ann.hs, /tmp/ghc2394790_0/ghc_30.o, /tmp/ghc2394790_0/ghc_30.dyn_o )
[12 of 25] Compiling System.Console.CmdArgs.Implicit.UI ( System/Console/CmdArgs/Implicit/UI.hs, /tmp/ghc2394790_0/ghc_42.o, /tmp/ghc2394790_0/ghc_42.dyn_o )
[13 of 25] Compiling System.Console.CmdArgs.Text ( System/Console/CmdArgs/Text.hs, /tmp/ghc2394790_0/ghc_44.o, /tmp/ghc2394790_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/ghc2394790_0/ghc_18.o, /tmp/ghc2394790_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/ghc2394790_0/ghc_46.o, /tmp/ghc2394790_0/ghc_46.dyn_o )
[16 of 25] Compiling System.Console.CmdArgs.Implicit.Type ( System/Console/CmdArgs/Implicit/Type.hs, /tmp/ghc2394790_0/ghc_40.o, /tmp/ghc2394790_0/ghc_40.dyn_o )
[17 of 25] Compiling System.Console.CmdArgs.Explicit ( System/Console/CmdArgs/Explicit.hs, /tmp/ghc2394790_0/ghc_12.o, /tmp/ghc2394790_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/ghc2394790_0/ghc_36.o, /tmp/ghc2394790_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/ghc2394790_0/ghc_34.o, /tmp/ghc2394790_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/ghc2394790_0/ghc_38.o, /tmp/ghc2394790_0/ghc_38.dyn_o )
[21 of 25] Compiling System.Console.CmdArgs.Implicit.Global ( System/Console/CmdArgs/Implicit/Global.hs, /tmp/ghc2394790_0/ghc_32.o, /tmp/ghc2394790_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/ghc2394790_0/ghc_28.o, /tmp/ghc2394790_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-DrV9hhThmPRIxIB4blq0mX
Completed cmdargs-0.10.22
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 cryptohash-md5-0.11.101.0...
Preprocessing library for cryptohash-md5-0.11.101.0..
Building library for cryptohash-md5-0.11.101.0..
[1 of 3] Compiling Compat ( src/Compat.hs, dist/build/Compat.o, dist/build/Compat.dyn_o )
[2 of 3] Compiling Crypto.Hash.MD5.FFI ( src/Crypto/Hash/MD5/FFI.hs, dist/build/Crypto/Hash/MD5/FFI.o, dist/build/Crypto/Hash/MD5/FFI.dyn_o )
[3 of 3] Compiling Crypto.Hash.MD5 ( src/Crypto/Hash/MD5.hs, dist/build/Crypto/Hash/MD5.o, dist/build/Crypto/Hash/MD5.dyn_o )
src/Crypto/Hash/MD5.hs:134:19: 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"
|
134 | copyCtx dst src = memcpy (castPtr dst) (castPtr src) (fromIntegral sizeCtx)
| ^^^^^^
Preprocessing library for cryptohash-md5-0.11.101.0..
Running Haddock on library for cryptohash-md5-0.11.101.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Compat ( src/Compat.hs, nothing )
[2 of 3] Compiling Crypto.Hash.MD5.FFI ( src/Crypto/Hash/MD5/FFI.hs, nothing )
[3 of 3] Compiling Crypto.Hash.MD5 ( src/Crypto/Hash/MD5.hs, nothing )
src/Crypto/Hash/MD5.hs:134:19: 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"
|
134 | copyCtx dst src = memcpy (castPtr dst) (castPtr src) (fromIntegral sizeCtx)
| ^^^^^^
Haddock coverage:
Warning: 'hash' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'hashlazy' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'finalize' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Ctx' is ambiguous. It is defined
* at src/Crypto/Hash/MD5/FFI.hs:39:15
* at src/Crypto/Hash/MD5/FFI.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/Crypto/Hash/MD5/FFI.hs:39:1
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
100% ( 21 / 21) in 'Crypto.Hash.MD5'
Documentation created: dist/doc/html/cryptohash-md5/,
dist/doc/html/cryptohash-md5/cryptohash-md5.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/cryptohash-md5-0.11.101.0-3D4uIGavESG4Y7tt9KLGXs
Completed cryptohash-md5-0.11.101.0
Configuring cryptohash-sha1-0.11.101.0...
Preprocessing library for cryptohash-sha1-0.11.101.0..
Building library for cryptohash-sha1-0.11.101.0..
[1 of 3] Compiling Compat ( src/Compat.hs, dist/build/Compat.o, dist/build/Compat.dyn_o )
[2 of 3] Compiling Crypto.Hash.SHA1.FFI ( src/Crypto/Hash/SHA1/FFI.hs, dist/build/Crypto/Hash/SHA1/FFI.o, dist/build/Crypto/Hash/SHA1/FFI.dyn_o )
[3 of 3] Compiling Crypto.Hash.SHA1 ( src/Crypto/Hash/SHA1.hs, dist/build/Crypto/Hash/SHA1.o, dist/build/Crypto/Hash/SHA1.dyn_o )
src/Crypto/Hash/SHA1.hs:133:19: 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 | copyCtx dst src = memcpy (castPtr dst) (castPtr src) (fromIntegral sizeCtx)
| ^^^^^^
Preprocessing library for cryptohash-sha1-0.11.101.0..
Running Haddock on library for cryptohash-sha1-0.11.101.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Compat ( src/Compat.hs, nothing )
[2 of 3] Compiling Crypto.Hash.SHA1.FFI ( src/Crypto/Hash/SHA1/FFI.hs, nothing )
[3 of 3] Compiling Crypto.Hash.SHA1 ( src/Crypto/Hash/SHA1.hs, nothing )
src/Crypto/Hash/SHA1.hs:133:19: 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 | copyCtx dst src = memcpy (castPtr dst) (castPtr src) (fromIntegral sizeCtx)
| ^^^^^^
Haddock coverage:
Warning: 'hash' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'hashlazy' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'finalize' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
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
100% ( 21 / 21) in 'Crypto.Hash.SHA1'
Documentation created: dist/doc/html/cryptohash-sha1/,
dist/doc/html/cryptohash-sha1/cryptohash-sha1.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/cryptohash-sha1-0.11.101.0-KU1Mc8lYma2AgxXVQn9w0u
Completed cryptohash-sha1-0.11.101.0
Configuring data-default-0.8.0.1...
Preprocessing library for data-default-0.8.0.1..
Building library for data-default-0.8.0.1..
[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.1..
Running Haddock on library for data-default-0.8.0.1..
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.1-1xCv6D5orjY6O9aT2YDXOA
Completed data-default-0.8.0.1
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
[1 of 2] Compiling Main ( /tmp/cabal-tmp-2257318/entropy-0.4.1.11/dist/setup/setup.hs, /tmp/cabal-tmp-2257318/entropy-0.4.1.11/dist/setup/Main.o )
[2 of 2] Linking /tmp/cabal-tmp-2257318/entropy-0.4.1.11/dist/setup/setup
Configuring entropy-0.4.1.11...
Result of RDRAND Test: True
Result of libc getrandom() Test: True
Result of getentropy() Test: True
Preprocessing library for entropy-0.4.1.11..
Building library for entropy-0.4.1.11..
[1 of 2] Compiling System.EntropyNix ( System/EntropyNix.hs, dist/build/System/EntropyNix.o, dist/build/System/EntropyNix.dyn_o )
[2 of 2] Compiling System.Entropy ( System/Entropy.hs, dist/build/System/Entropy.o, dist/build/System/Entropy.dyn_o )
Preprocessing library for entropy-0.4.1.11..
Running Haddock on library for entropy-0.4.1.11..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling System.EntropyNix ( System/EntropyNix.hs, nothing )
[2 of 2] Compiling System.Entropy ( System/Entropy.hs, nothing )
Haddock coverage:
Warning: 'xor' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 7 / 7) in 'System.Entropy'
Documentation created: dist/doc/html/entropy/,
dist/doc/html/entropy/entropy.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/entropy-0.4.1.11-7f1UWnFq6CEG7LE58NCfZY
Completed entropy-0.4.1.11
Configuring file-embed-0.0.16.0...
Preprocessing library for file-embed-0.0.16.0..
Building library for file-embed-0.0.16.0..
[1 of 1] Compiling Data.FileEmbed ( Data/FileEmbed.hs, dist/build/Data/FileEmbed.o, dist/build/Data/FileEmbed.dyn_o )
Data/FileEmbed.hs:71: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()
|
71 | import Control.Applicative ((<$>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Preprocessing library for file-embed-0.0.16.0..
Running Haddock on library for file-embed-0.0.16.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.FileEmbed ( Data/FileEmbed.hs, nothing )
Data/FileEmbed.hs:71: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()
|
71 | import Control.Applicative ((<$>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Haddock coverage:
Warning: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
88% ( 24 / 27) in 'Data.FileEmbed'
Missing documentation for:
stringToBs (Data/FileEmbed.hs:214)
bsToExp (Data/FileEmbed.hs:193)
strToExp (Data/FileEmbed.hs:252)
Documentation created: dist/doc/html/file-embed/,
dist/doc/html/file-embed/file-embed.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/file-embed-0.0.16.0-6JpcjfGKBsLHMlixuUcAHx
Completed file-embed-0.0.16.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 ghc-lib-parser-9.8.5.20250214...
Preprocessing library for ghc-lib-parser-9.8.5.20250214..
Building library for ghc-lib-parser-9.8.5.20250214..
[ 1 of 443] Compiling GHC.BaseDir ( libraries/ghc-boot/GHC/BaseDir.hs, dist/build/GHC/BaseDir.o, dist/build/GHC/BaseDir.dyn_o )
[ 2 of 443] 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 443] 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 443] 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 443] 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 443] 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 443] 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 443] 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 443] 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 443] 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 443] 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 443] 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 443] 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 443] 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 443] 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 443] 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 443] 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 443] 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 443] 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 443] Compiling GHC.ForeignSrcLang ( libraries/ghc-boot/GHC/ForeignSrcLang.hs, dist/build/GHC/ForeignSrcLang.o, dist/build/GHC/ForeignSrcLang.dyn_o )
[ 21 of 443] 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 443] Compiling GHC.LanguageExtensions ( libraries/ghc-boot/GHC/LanguageExtensions.hs, dist/build/GHC/LanguageExtensions.o, dist/build/GHC/LanguageExtensions.dyn_o )
[ 23 of 443] Compiling GHC.Lexeme ( libraries/ghc-boot-th/GHC/Lexeme.hs, dist/build/GHC/Lexeme.o, dist/build/GHC/Lexeme.dyn_o )
[ 24 of 443] Compiling GHC.Platform.ArchOS ( libraries/ghc-boot/GHC/Platform/ArchOS.hs, dist/build/GHC/Platform/ArchOS.o, dist/build/GHC/Platform/ArchOS.dyn_o )
[ 25 of 443] 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 443] Compiling GHC.Prelude.Basic ( compiler/GHC/Prelude/Basic.hs, dist/build/GHC/Prelude/Basic.o, dist/build/GHC/Prelude/Basic.dyn_o )
[ 27 of 443] Compiling GHC.Data.FastMutInt ( compiler/GHC/Data/FastMutInt.hs, dist/build/GHC/Data/FastMutInt.o, dist/build/GHC/Data/FastMutInt.dyn_o )
[ 28 of 443] Compiling GHC.Data.Bool ( compiler/GHC/Data/Bool.hs, dist/build/GHC/Data/Bool.o, dist/build/GHC/Data/Bool.dyn_o )
[ 29 of 443] Compiling GHC.Serialized ( libraries/ghc-boot/GHC/Serialized.hs, dist/build/GHC/Serialized.o, dist/build/GHC/Serialized.dyn_o )
[ 30 of 443] 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 443] Compiling GHC.Utils.Constants ( compiler/GHC/Utils/Constants.hs, dist/build/GHC/Utils/Constants.o, dist/build/GHC/Utils/Constants.dyn_o )
[ 32 of 443] 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 443] 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 443] 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 443] Compiling GHC.Data.Word64Set ( compiler/GHC/Data/Word64Set.hs, dist/build/GHC/Data/Word64Set.o, dist/build/GHC/Data/Word64Set.dyn_o )
[ 36 of 443] 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 443] 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 443] 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 443] 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 443] Compiling GHC.Data.Word64Map ( compiler/GHC/Data/Word64Map.hs, dist/build/GHC/Data/Word64Map.o, dist/build/GHC/Data/Word64Map.dyn_o )
[ 41 of 443] 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 443] 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 443] 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 443] 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 443] Compiling GHC.Utils.Exception ( compiler/GHC/Utils/Exception.hs, dist/build/GHC/Utils/Exception.o, dist/build/GHC/Utils/Exception.dyn_o )
[ 46 of 443] Compiling GHC.Utils.Fingerprint ( compiler/GHC/Utils/Fingerprint.hs, dist/build/GHC/Utils/Fingerprint.o, dist/build/GHC/Utils/Fingerprint.dyn_o )
[ 47 of 443] Compiling GHC.Utils.GlobalVars ( compiler/GHC/Utils/GlobalVars.hs, dist/build/GHC/Utils/GlobalVars.o, dist/build/GHC/Utils/GlobalVars.dyn_o )
[ 48 of 443] 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 443] 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 443] 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 443] Compiling GHC.UniqueSubdir ( libraries/ghc-boot/GHC/UniqueSubdir.hs, dist/build/GHC/UniqueSubdir.o, dist/build/GHC/UniqueSubdir.dyn_o )
[ 52 of 443] 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 443] 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 443] Compiling GHC.Utils.Misc ( compiler/GHC/Utils/Misc.hs, dist/build/GHC/Utils/Misc.o, dist/build/GHC/Utils/Misc.dyn_o )
[ 55 of 443] Compiling GHC.Data.FastString ( compiler/GHC/Data/FastString.hs, dist/build/GHC/Data/FastString.o, dist/build/GHC/Data/FastString.dyn_o )
[ 56 of 443] Compiling GHC.Utils.BufHandle ( compiler/GHC/Utils/BufHandle.hs, dist/build/GHC/Utils/BufHandle.o, dist/build/GHC/Utils/BufHandle.dyn_o )
[ 57 of 443] Compiling GHC.Utils.Ppr ( compiler/GHC/Utils/Ppr.hs, dist/build/GHC/Utils/Ppr.o, dist/build/GHC/Utils/Ppr.dyn_o )
[ 58 of 443] Compiling GHCi.BreakArray ( libraries/ghci/GHCi/BreakArray.hs, dist/build/GHCi/BreakArray.o, dist/build/GHCi/BreakArray.dyn_o )
[ 59 of 443] Compiling GHCi.FFI ( dist/build/GHCi/FFI.hs, dist/build/GHCi/FFI.o, dist/build/GHCi/FFI.dyn_o )
[ 60 of 443] Compiling GHCi.RemoteTypes ( libraries/ghci/GHCi/RemoteTypes.hs, dist/build/GHCi/RemoteTypes.o, dist/build/GHCi/RemoteTypes.dyn_o )
[ 61 of 443] 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 )
[ 62 of 443] 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 )
[ 63 of 443] 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 )
[ 64 of 443] 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 )
[ 65 of 443] 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 )
[ 66 of 443] 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 )
[ 67 of 443] 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 )
[ 68 of 443] 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 )
[ 69 of 443] 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 )
[ 70 of 443] 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 )
[ 71 of 443] Compiling Language.Haskell.TH ( libraries/template-haskell/Language/Haskell/TH.hs, dist/build/Language/Haskell/TH.o, dist/build/Language/Haskell/TH.dyn_o )
[ 72 of 443] Compiling GHCi.TH.Binary ( libraries/ghci/GHCi/TH/Binary.hs, dist/build/GHCi/TH/Binary.o, dist/build/GHCi/TH/Binary.dyn_o )
[ 73 of 443] Compiling GHCi.Message ( libraries/ghci/GHCi/Message.hs, dist/build/GHCi/Message.o, dist/build/GHCi/Message.dyn_o )
[ 74 of 443] 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 )
[ 75 of 443] 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 )
[ 76 of 443] 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 )
[ 77 of 443] 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 )
[ 78 of 443] 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 )
[ 79 of 443] 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 443] 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 443] 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 443] 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 443] Compiling GHC.Utils.Outputable ( compiler/GHC/Utils/Outputable.hs, dist/build/GHC/Utils/Outputable.o, dist/build/GHC/Utils/Outputable.dyn_o )
[ 84 of 443] Compiling GHC.Utils.Panic ( compiler/GHC/Utils/Panic.hs, dist/build/GHC/Utils/Panic.o, dist/build/GHC/Utils/Panic.dyn_o )
[ 85 of 443] Compiling GHC.Utils.Trace ( compiler/GHC/Utils/Trace.hs, dist/build/GHC/Utils/Trace.o, dist/build/GHC/Utils/Trace.dyn_o )
[ 86 of 443] Compiling GHC.Prelude ( compiler/GHC/Prelude.hs, dist/build/GHC/Prelude.o, dist/build/GHC/Prelude.dyn_o )
[ 87 of 443] 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 443] 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 )
[ 89 of 443] 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 443] Compiling GHC.Utils.Word64 ( compiler/GHC/Utils/Word64.hs, dist/build/GHC/Utils/Word64.o, dist/build/GHC/Utils/Word64.dyn_o )
[ 91 of 443] Compiling GHC.Types.Unique ( compiler/GHC/Types/Unique.hs, dist/build/GHC/Types/Unique.o, dist/build/GHC/Types/Unique.dyn_o )
[ 92 of 443] 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 443] 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 443] 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 )
[ 95 of 443] Compiling GHC.Core[boot] ( compiler/GHC/Core.hs-boot, dist/build/GHC/Core.o-boot, dist/build/GHC/Core.dyn_o-boot )
[ 96 of 443] 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 )
[ 97 of 443] 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 )
[ 98 of 443] 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 )
[ 99 of 443] 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 )
[100 of 443] 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 )
[101 of 443] 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 443] 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 )
[103 of 443] 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 )
[104 of 443] Compiling GHC.Data.Strict ( compiler/GHC/Data/Strict.hs, dist/build/GHC/Data/Strict.o, dist/build/GHC/Data/Strict.dyn_o )
[105 of 443] Compiling GHC.Data.FiniteMap ( compiler/GHC/Data/FiniteMap.hs, dist/build/GHC/Data/FiniteMap.o, dist/build/GHC/Data/FiniteMap.dyn_o )
[106 of 443] Compiling GHC.Utils.Lexeme ( compiler/GHC/Utils/Lexeme.hs, dist/build/GHC/Utils/Lexeme.o, dist/build/GHC/Utils/Lexeme.dyn_o )
[107 of 443] Compiling GHC.Data.Maybe ( compiler/GHC/Data/Maybe.hs, dist/build/GHC/Data/Maybe.o, dist/build/GHC/Data/Maybe.dyn_o )
[108 of 443] Compiling GHC.Utils.Monad ( compiler/GHC/Utils/Monad.hs, dist/build/GHC/Utils/Monad.o, dist/build/GHC/Utils/Monad.dyn_o )
[109 of 443] 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 )
[110 of 443] Compiling Language.Haskell.Syntax.Concrete ( compiler/Language/Haskell/Syntax/Concrete.hs, dist/build/Language/Haskell/Syntax/Concrete.o, dist/build/Language/Haskell/Syntax/Concrete.dyn_o )
[111 of 443] Compiling GHC.Settings.Constants ( compiler/GHC/Settings/Constants.hs, dist/build/GHC/Settings/Constants.o, dist/build/GHC/Settings/Constants.dyn_o )
[112 of 443] Compiling GHC.Cmm.Dataflow.Collections ( compiler/GHC/Cmm/Dataflow/Collections.hs, dist/build/GHC/Cmm/Dataflow/Collections.o, dist/build/GHC/Cmm/Dataflow/Collections.dyn_o )
[113 of 443] Compiling GHC.Data.StringBuffer ( compiler/GHC/Data/StringBuffer.hs, dist/build/GHC/Data/StringBuffer.o, dist/build/GHC/Data/StringBuffer.dyn_o )
[114 of 443] 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 )
[115 of 443] Compiling GHC.Utils.CliOption ( compiler/GHC/Utils/CliOption.hs, dist/build/GHC/Utils/CliOption.o, dist/build/GHC/Utils/CliOption.dyn_o )
[116 of 443] Compiling GHC.Types.ProfAuto ( compiler/GHC/Types/ProfAuto.hs, dist/build/GHC/Types/ProfAuto.o, dist/build/GHC/Types/ProfAuto.dyn_o )
[117 of 443] Compiling GHC.SysTools.Terminal ( compiler/GHC/SysTools/Terminal.hs, dist/build/GHC/SysTools/Terminal.o, dist/build/GHC/SysTools/Terminal.dyn_o )
[118 of 443] 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 )
[119 of 443] 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 )
[120 of 443] Compiling GHC.Types.HpcInfo ( compiler/GHC/Types/HpcInfo.hs, dist/build/GHC/Types/HpcInfo.o, dist/build/GHC/Types/HpcInfo.dyn_o )
[121 of 443] 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 )
[122 of 443] Compiling GHC.Utils.Json ( compiler/GHC/Utils/Json.hs, dist/build/GHC/Utils/Json.o, dist/build/GHC/Utils/Json.dyn_o )
[123 of 443] Compiling GHC.Types.SrcLoc ( compiler/GHC/Types/SrcLoc.hs, dist/build/GHC/Types/SrcLoc.o, dist/build/GHC/Types/SrcLoc.dyn_o )
[124 of 443] Compiling GHC.Utils.Binary ( compiler/GHC/Utils/Binary.hs, dist/build/GHC/Utils/Binary.o, dist/build/GHC/Utils/Binary.dyn_o )
[125 of 443] Compiling GHC.Data.EnumSet ( compiler/GHC/Data/EnumSet.hs, dist/build/GHC/Data/EnumSet.o, dist/build/GHC/Data/EnumSet.dyn_o )
[126 of 443] 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 )
[127 of 443] 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 )
[128 of 443] 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 )
[129 of 443] 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 )
[130 of 443] 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 )
[131 of 443] 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 )
[132 of 443] 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 )
[133 of 443] Compiling GHC.Types.SourceText ( compiler/GHC/Types/SourceText.hs, dist/build/GHC/Types/SourceText.o, dist/build/GHC/Types/SourceText.dyn_o )
[134 of 443] Compiling GHC.Types.Basic ( compiler/GHC/Types/Basic.hs, dist/build/GHC/Types/Basic.o, dist/build/GHC/Types/Basic.dyn_o )
[135 of 443] 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 )
[136 of 443] Compiling GHC.Platform ( compiler/GHC/Platform.hs, dist/build/GHC/Platform.o, dist/build/GHC/Platform.dyn_o )
[137 of 443] 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 )
[138 of 443] 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 )
[139 of 443] Compiling GHC.Settings ( compiler/GHC/Settings.hs, dist/build/GHC/Settings.o, dist/build/GHC/Settings.dyn_o )
[140 of 443] Compiling GHC.Data.OrdList ( compiler/GHC/Data/OrdList.hs, dist/build/GHC/Data/OrdList.o, dist/build/GHC/Data/OrdList.dyn_o )
[141 of 443] 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 )
[142 of 443] 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 )
[143 of 443] Compiling GHC.Types.FieldLabel ( compiler/GHC/Types/FieldLabel.hs, dist/build/GHC/Types/FieldLabel.o, dist/build/GHC/Types/FieldLabel.dyn_o )
[144 of 443] 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 443] 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 443] Compiling GHC.Builtin.Uniques ( compiler/GHC/Builtin/Uniques.hs, dist/build/GHC/Builtin/Uniques.o, dist/build/GHC/Builtin/Uniques.dyn_o )
[147 of 443] 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 443] 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 443] Compiling GHC.Data.Bag ( compiler/GHC/Data/Bag.hs, dist/build/GHC/Data/Bag.o, dist/build/GHC/Data/Bag.dyn_o )
[150 of 443] Compiling GHC.Types.Fixity ( compiler/GHC/Types/Fixity.hs, dist/build/GHC/Types/Fixity.o, dist/build/GHC/Types/Fixity.dyn_o )
[151 of 443] Compiling GHC.Hs.DocString ( compiler/GHC/Hs/DocString.hs, dist/build/GHC/Hs/DocString.o, dist/build/GHC/Hs/DocString.dyn_o )
[152 of 443] Compiling GHC.Data.Pair ( compiler/GHC/Data/Pair.hs, dist/build/GHC/Data/Pair.o, dist/build/GHC/Data/Pair.dyn_o )
[153 of 443] Compiling GHC.Types.ForeignStubs ( compiler/GHC/Types/ForeignStubs.hs, dist/build/GHC/Types/ForeignStubs.o, dist/build/GHC/Types/ForeignStubs.dyn_o )
[154 of 443] Compiling GHC.Cmm.Type ( compiler/GHC/Cmm/Type.hs, dist/build/GHC/Cmm/Type.o, dist/build/GHC/Cmm/Type.dyn_o )
[155 of 443] Compiling GHC.Driver.Flags ( compiler/GHC/Driver/Flags.hs, dist/build/GHC/Driver/Flags.o, dist/build/GHC/Driver/Flags.dyn_o )
[156 of 443] Compiling GHC.Platform.Ways ( compiler/GHC/Platform/Ways.hs, dist/build/GHC/Platform/Ways.o, dist/build/GHC/Platform/Ways.dyn_o )
[157 of 443] Compiling GHC.Platform.Profile ( compiler/GHC/Platform/Profile.hs, dist/build/GHC/Platform/Profile.o, dist/build/GHC/Platform/Profile.dyn_o )
[158 of 443] 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 )
[159 of 443] Compiling GHC.Cmm.Reg ( compiler/GHC/Cmm/Reg.hs, dist/build/GHC/Cmm/Reg.o, dist/build/GHC/Cmm/Reg.dyn_o )
[160 of 443] Compiling GHC.Cmm.MachOp ( compiler/GHC/Cmm/MachOp.hs, dist/build/GHC/Cmm/MachOp.o, dist/build/GHC/Cmm/MachOp.dyn_o )
[161 of 443] Compiling GHC.Types.SafeHaskell ( compiler/GHC/Types/SafeHaskell.hs, dist/build/GHC/Types/SafeHaskell.o, dist/build/GHC/Types/SafeHaskell.dyn_o )
[162 of 443] 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 )
[163 of 443] Compiling GHC.Unit.Ppr ( compiler/GHC/Unit/Ppr.hs, dist/build/GHC/Unit/Ppr.o, dist/build/GHC/Unit/Ppr.dyn_o )
[164 of 443] 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 )
[165 of 443] Compiling GHC.Unit.Types ( compiler/GHC/Unit/Types.hs, dist/build/GHC/Unit/Types.o, dist/build/GHC/Unit/Types.dyn_o )
[166 of 443] 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 )
[167 of 443] 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 )
[168 of 443] Compiling GHC.Unit.Module ( compiler/GHC/Unit/Module.hs, dist/build/GHC/Unit/Module.o, dist/build/GHC/Unit/Module.dyn_o )
[169 of 443] Compiling GHC.Types.ForeignCall ( compiler/GHC/Types/ForeignCall.hs, dist/build/GHC/Types/ForeignCall.o, dist/build/GHC/Types/ForeignCall.dyn_o )
[170 of 443] Compiling GHC.Unit.Info ( compiler/GHC/Unit/Info.hs, dist/build/GHC/Unit/Info.o, dist/build/GHC/Unit/Info.dyn_o )
[171 of 443] Compiling GHC.Unit.Home ( compiler/GHC/Unit/Home.hs, dist/build/GHC/Unit/Home.o, dist/build/GHC/Unit/Home.dyn_o )
[172 of 443] Compiling GHC.Types.Name ( compiler/GHC/Types/Name.hs, dist/build/GHC/Types/Name.o, dist/build/GHC/Types/Name.dyn_o )
[173 of 443] Compiling GHC.Types.Var ( compiler/GHC/Types/Var.hs, dist/build/GHC/Types/Var.o, dist/build/GHC/Types/Var.dyn_o )
[174 of 443] 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 )
[175 of 443] 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 )
[176 of 443] Compiling GHC.Utils.FV ( compiler/GHC/Utils/FV.hs, dist/build/GHC/Utils/FV.o, dist/build/GHC/Utils/FV.dyn_o )
[177 of 443] 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 )
[178 of 443] 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 )
[179 of 443] 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 )
[180 of 443] 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 )
[181 of 443] 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 )
[182 of 443] Compiling GHC.Types.GREInfo ( compiler/GHC/Types/GREInfo.hs, dist/build/GHC/Types/GREInfo.o, dist/build/GHC/Types/GREInfo.dyn_o )
[183 of 443] Compiling GHC.Types.Avail ( compiler/GHC/Types/Avail.hs, dist/build/GHC/Types/Avail.o, dist/build/GHC/Types/Avail.dyn_o )
[184 of 443] 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 )
[185 of 443] 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 )
[186 of 443] Compiling GHC.Parser.Annotation ( compiler/GHC/Parser/Annotation.hs, dist/build/GHC/Parser/Annotation.o, dist/build/GHC/Parser/Annotation.dyn_o )
[187 of 443] Compiling GHC.Data.BooleanFormula ( compiler/GHC/Data/BooleanFormula.hs, dist/build/GHC/Data/BooleanFormula.o, dist/build/GHC/Data/BooleanFormula.dyn_o )
[188 of 443] 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 )
[189 of 443] 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 )
[190 of 443] Compiling GHC.Types.CostCentre ( compiler/GHC/Types/CostCentre.hs, dist/build/GHC/Types/CostCentre.o, dist/build/GHC/Types/CostCentre.dyn_o )
[191 of 443] Compiling GHC.Core.Class ( compiler/GHC/Core/Class.hs, dist/build/GHC/Core/Class.o, dist/build/GHC/Core/Class.dyn_o )
[192 of 443] 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 )
[193 of 443] Compiling GHC.Types.Annotations ( compiler/GHC/Types/Annotations.hs, dist/build/GHC/Types/Annotations.o, dist/build/GHC/Types/Annotations.dyn_o )
[194 of 443] 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 )
[195 of 443] Compiling GHC.Hs.Extension ( compiler/GHC/Hs/Extension.hs, dist/build/GHC/Hs/Extension.o, dist/build/GHC/Hs/Extension.dyn_o )
[196 of 443] Compiling GHC.Hs.Doc ( compiler/GHC/Hs/Doc.hs, dist/build/GHC/Hs/Doc.o, dist/build/GHC/Hs/Doc.dyn_o )
[197 of 443] 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 )
[198 of 443] 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 )
[199 of 443] 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 )
[200 of 443] 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 )
[201 of 443] Compiling GHC.Builtin.Names ( compiler/GHC/Builtin/Names.hs, dist/build/GHC/Builtin/Names.o, dist/build/GHC/Builtin/Names.dyn_o )
[202 of 443] Compiling GHC.Core.TyCon ( compiler/GHC/Core/TyCon.hs, dist/build/GHC/Core/TyCon.o, dist/build/GHC/Core/TyCon.dyn_o )
[203 of 443] Compiling GHC.CoreToIface[boot] ( compiler/GHC/CoreToIface.hs-boot, dist/build/GHC/CoreToIface.o-boot, dist/build/GHC/CoreToIface.dyn_o-boot )
[204 of 443] 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 )
[205 of 443] 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 )
[206 of 443] 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 )
[207 of 443] 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 )
[208 of 443] 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 )
[209 of 443] 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 )
[210 of 443] 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 )
[211 of 443] Compiling GHC.Core.Type ( compiler/GHC/Core/Type.hs, dist/build/GHC/Core/Type.o, dist/build/GHC/Core/Type.dyn_o )
[212 of 443] 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 )
[213 of 443] 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 )
[214 of 443] Compiling GHC.Iface.Type ( compiler/GHC/Iface/Type.hs, dist/build/GHC/Iface/Type.o, dist/build/GHC/Iface/Type.dyn_o )
[215 of 443] Compiling GHC.Types.Tickish ( compiler/GHC/Types/Tickish.hs, dist/build/GHC/Types/Tickish.o, dist/build/GHC/Types/Tickish.dyn_o )
[216 of 443] 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 )
[217 of 443] Compiling GHC.Types.Literal ( compiler/GHC/Types/Literal.hs, dist/build/GHC/Types/Literal.o, dist/build/GHC/Types/Literal.dyn_o )
[218 of 443] Compiling GHC.Data.TrieMap ( compiler/GHC/Data/TrieMap.hs, dist/build/GHC/Data/TrieMap.o, dist/build/GHC/Data/TrieMap.dyn_o )
[219 of 443] 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 )
[220 of 443] 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 )
[221 of 443] Compiling GHC.Core.RoughMap ( compiler/GHC/Core/RoughMap.hs, dist/build/GHC/Core/RoughMap.o, dist/build/GHC/Core/RoughMap.dyn_o )
[222 of 443] Compiling GHC.Core.Multiplicity ( compiler/GHC/Core/Multiplicity.hs, dist/build/GHC/Core/Multiplicity.o, dist/build/GHC/Core/Multiplicity.dyn_o )
[223 of 443] 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 )
[224 of 443] Compiling GHC.Core.Coercion ( compiler/GHC/Core/Coercion.hs, dist/build/GHC/Core/Coercion.o, dist/build/GHC/Core/Coercion.dyn_o )
[225 of 443] 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 )
[226 of 443] Compiling GHC.Core.Unify ( compiler/GHC/Core/Unify.hs, dist/build/GHC/Core/Unify.o, dist/build/GHC/Core/Unify.dyn_o )
[227 of 443] Compiling GHC.Core.PatSyn ( compiler/GHC/Core/PatSyn.hs, dist/build/GHC/Core/PatSyn.o, dist/build/GHC/Core/PatSyn.dyn_o )
[228 of 443] Compiling GHC.Core.Predicate ( compiler/GHC/Core/Predicate.hs, dist/build/GHC/Core/Predicate.o, dist/build/GHC/Core/Predicate.dyn_o )
[229 of 443] Compiling GHC.Core.DataCon ( compiler/GHC/Core/DataCon.hs, dist/build/GHC/Core/DataCon.o, dist/build/GHC/Core/DataCon.dyn_o )
[230 of 443] Compiling GHC.Types.Demand ( compiler/GHC/Types/Demand.hs, dist/build/GHC/Types/Demand.o, dist/build/GHC/Types/Demand.dyn_o )
[231 of 443] Compiling GHC.Types.RepType ( compiler/GHC/Types/RepType.hs, dist/build/GHC/Types/RepType.o, dist/build/GHC/Types/RepType.dyn_o )
[232 of 443] 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 )
[233 of 443] 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 )
[234 of 443] 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 )
[235 of 443] 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 )
[236 of 443] 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 )
[237 of 443] 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 )
[238 of 443] 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 )
[239 of 443] Compiling Language.Haskell.Syntax ( compiler/Language/Haskell/Syntax.hs, dist/build/Language/Haskell/Syntax.o, dist/build/Language/Haskell/Syntax.dyn_o )
[240 of 443] Compiling GHC.Types.Cpr ( compiler/GHC/Types/Cpr.hs, dist/build/GHC/Types/Cpr.o, dist/build/GHC/Types/Cpr.dyn_o )
[241 of 443] Compiling GHC.Core ( compiler/GHC/Core.hs, dist/build/GHC/Core.o, dist/build/GHC/Core.dyn_o )
[242 of 443] 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 )
[243 of 443] Compiling GHC.StgToCmm.Types ( compiler/GHC/StgToCmm/Types.hs, dist/build/GHC/StgToCmm/Types.o, dist/build/GHC/StgToCmm/Types.dyn_o )
[244 of 443] 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 )
[245 of 443] Compiling GHC.Types.Id ( compiler/GHC/Types/Id.hs, dist/build/GHC/Types/Id.o, dist/build/GHC/Types/Id.dyn_o )
[246 of 443] Compiling GHC.Core.Stats ( compiler/GHC/Core/Stats.hs, dist/build/GHC/Core/Stats.o, dist/build/GHC/Core/Stats.dyn_o )
[247 of 443] Compiling GHC.Core.Ppr ( compiler/GHC/Core/Ppr.hs, dist/build/GHC/Core/Ppr.o, dist/build/GHC/Core/Ppr.dyn_o )
[248 of 443] Compiling GHC.Hs.Lit ( compiler/GHC/Hs/Lit.hs, dist/build/GHC/Hs/Lit.o, dist/build/GHC/Hs/Lit.dyn_o )
[249 of 443] Compiling GHC.Core.Seq ( compiler/GHC/Core/Seq.hs, dist/build/GHC/Core/Seq.o, dist/build/GHC/Core/Seq.dyn_o )
[250 of 443] Compiling GHC.Core.Reduction ( compiler/GHC/Core/Reduction.hs, dist/build/GHC/Core/Reduction.o, dist/build/GHC/Core/Reduction.dyn_o )
[251 of 443] Compiling GHC.Core.ConLike ( compiler/GHC/Core/ConLike.hs, dist/build/GHC/Core/ConLike.o, dist/build/GHC/Core/ConLike.dyn_o )
[252 of 443] Compiling GHC.Types.TyThing ( compiler/GHC/Types/TyThing.hs, dist/build/GHC/Types/TyThing.o, dist/build/GHC/Types/TyThing.dyn_o )
[253 of 443] Compiling GHC.Builtin.Types ( compiler/GHC/Builtin/Types.hs, dist/build/GHC/Builtin/Types.o, dist/build/GHC/Builtin/Types.dyn_o )
[254 of 443] 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 )
[255 of 443] 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 )
[256 of 443] Compiling GHC.Core.FVs ( compiler/GHC/Core/FVs.hs, dist/build/GHC/Core/FVs.o, dist/build/GHC/Core/FVs.dyn_o )
[257 of 443] Compiling GHC.Core.FamInstEnv ( compiler/GHC/Core/FamInstEnv.hs, dist/build/GHC/Core/FamInstEnv.o, dist/build/GHC/Core/FamInstEnv.dyn_o )
[258 of 443] Compiling GHC.Types.Hint ( compiler/GHC/Types/Hint.hs, dist/build/GHC/Types/Hint.o, dist/build/GHC/Types/Hint.dyn_o )
[259 of 443] Compiling GHC.Types.Error ( compiler/GHC/Types/Error.hs, dist/build/GHC/Types/Error.o, dist/build/GHC/Types/Error.dyn_o )
[260 of 443] Compiling GHC.Utils.Logger ( compiler/GHC/Utils/Logger.hs, dist/build/GHC/Utils/Logger.o, dist/build/GHC/Utils/Logger.dyn_o )
[261 of 443] Compiling GHC.Utils.Error ( compiler/GHC/Utils/Error.hs, dist/build/GHC/Utils/Error.o, dist/build/GHC/Utils/Error.dyn_o )
[262 of 443] Compiling GHC.Core.UsageEnv ( compiler/GHC/Core/UsageEnv.hs, dist/build/GHC/Core/UsageEnv.o, dist/build/GHC/Core/UsageEnv.dyn_o )
[263 of 443] Compiling GHC.Iface.Syntax ( compiler/GHC/Iface/Syntax.hs, dist/build/GHC/Iface/Syntax.o, dist/build/GHC/Iface/Syntax.dyn_o )
[264 of 443] Compiling GHC.Hs.Type ( compiler/GHC/Hs/Type.hs, dist/build/GHC/Hs/Type.o, dist/build/GHC/Hs/Type.dyn_o )
[265 of 443] Compiling GHC.Builtin.PrimOps ( compiler/GHC/Builtin/PrimOps.hs, dist/build/GHC/Builtin/PrimOps.o, dist/build/GHC/Builtin/PrimOps.dyn_o )
[266 of 443] Compiling GHC.Cmm.CLabel ( compiler/GHC/Cmm/CLabel.hs, dist/build/GHC/Cmm/CLabel.o, dist/build/GHC/Cmm/CLabel.dyn_o )
[267 of 443] Compiling GHC.Cmm.BlockId ( compiler/GHC/Cmm/BlockId.hs, dist/build/GHC/Cmm/BlockId.o, dist/build/GHC/Cmm/BlockId.dyn_o )
[268 of 443] Compiling GHC.Cmm.Expr ( compiler/GHC/Cmm/Expr.hs, dist/build/GHC/Cmm/Expr.o, dist/build/GHC/Cmm/Expr.dyn_o )
[269 of 443] Compiling GHC.Core.Utils ( compiler/GHC/Core/Utils.hs, dist/build/GHC/Core/Utils.o, dist/build/GHC/Core/Utils.dyn_o )
[270 of 443] Compiling GHC.Core.Subst ( compiler/GHC/Core/Subst.hs, dist/build/GHC/Core/Subst.o, dist/build/GHC/Core/Subst.dyn_o )
[271 of 443] 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 )
[272 of 443] 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 )
[273 of 443] Compiling GHC.Core.Make ( compiler/GHC/Core/Make.hs, dist/build/GHC/Core/Make.o, dist/build/GHC/Core/Make.dyn_o )
[274 of 443] Compiling GHC.Core.Unfold ( compiler/GHC/Core/Unfold.hs, dist/build/GHC/Core/Unfold.o, dist/build/GHC/Core/Unfold.dyn_o )
[275 of 443] 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 )
[276 of 443] Compiling GHC.Core.SimpleOpt ( compiler/GHC/Core/SimpleOpt.hs, dist/build/GHC/Core/SimpleOpt.o, dist/build/GHC/Core/SimpleOpt.dyn_o )
[277 of 443] 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 )
[278 of 443] Compiling GHC.ByteCode.Types ( compiler/GHC/ByteCode/Types.hs, dist/build/GHC/ByteCode/Types.o, dist/build/GHC/ByteCode/Types.dyn_o )
[279 of 443] Compiling GHC.CoreToIface ( compiler/GHC/CoreToIface.hs, dist/build/GHC/CoreToIface.o, dist/build/GHC/CoreToIface.dyn_o )
[280 of 443] Compiling GHC.Core.InstEnv ( compiler/GHC/Core/InstEnv.hs, dist/build/GHC/Core/InstEnv.o, dist/build/GHC/Core/InstEnv.dyn_o )
[281 of 443] 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 )
[282 of 443] Compiling GHC.Hs.Binds ( compiler/GHC/Hs/Binds.hs, dist/build/GHC/Hs/Binds.o, dist/build/GHC/Hs/Binds.dyn_o )
[283 of 443] Compiling GHC.Hs.Pat ( compiler/GHC/Hs/Pat.hs, dist/build/GHC/Hs/Pat.o, dist/build/GHC/Hs/Pat.dyn_o )
[284 of 443] Compiling GHC.Hs.Decls ( compiler/GHC/Hs/Decls.hs, dist/build/GHC/Hs/Decls.o, dist/build/GHC/Hs/Decls.dyn_o )
[285 of 443] Compiling GHC.Hs.Expr ( compiler/GHC/Hs/Expr.hs, dist/build/GHC/Hs/Expr.o, dist/build/GHC/Hs/Expr.dyn_o )
[286 of 443] Compiling GHC.Hs.Utils ( compiler/GHC/Hs/Utils.hs, dist/build/GHC/Hs/Utils.o, dist/build/GHC/Hs/Utils.dyn_o )
[287 of 443] Compiling GHC.Types.PkgQual ( compiler/GHC/Types/PkgQual.hs, dist/build/GHC/Types/PkgQual.o, dist/build/GHC/Types/PkgQual.dyn_o )
[288 of 443] Compiling GHC.Hs.ImpExp ( compiler/GHC/Hs/ImpExp.hs, dist/build/GHC/Hs/ImpExp.o, dist/build/GHC/Hs/ImpExp.dyn_o )
[289 of 443] Compiling GHC.Hs.Instances ( compiler/GHC/Hs/Instances.hs, dist/build/GHC/Hs/Instances.o, dist/build/GHC/Hs/Instances.dyn_o )
[290 of 443] Compiling GHC.Hs ( compiler/GHC/Hs.hs, dist/build/GHC/Hs.o, dist/build/GHC/Hs.dyn_o )
[291 of 443] 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 443] 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 )
[293 of 443] 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 )
[294 of 443] 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 )
[295 of 443] 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 )
[296 of 443] 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 )
[297 of 443] 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 )
[298 of 443] 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 )
[299 of 443] Compiling GHC.Types.SourceFile ( compiler/GHC/Types/SourceFile.hs, dist/build/GHC/Types/SourceFile.o, dist/build/GHC/Types/SourceFile.dyn_o )
[300 of 443] Compiling GHC.Driver.Phases ( compiler/GHC/Driver/Phases.hs, dist/build/GHC/Driver/Phases.o, dist/build/GHC/Driver/Phases.dyn_o )
[301 of 443] Compiling GHC.Utils.TmpFs ( compiler/GHC/Utils/TmpFs.hs, dist/build/GHC/Utils/TmpFs.o, dist/build/GHC/Utils/TmpFs.dyn_o )
[302 of 443] 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 )
[303 of 443] Compiling GHC.Driver.Backend ( compiler/GHC/Driver/Backend.hs, dist/build/GHC/Driver/Backend.o, dist/build/GHC/Driver/Backend.dyn_o )
[304 of 443] Compiling GHC.Driver.DynFlags ( compiler/GHC/Driver/DynFlags.hs, dist/build/GHC/Driver/DynFlags.o, dist/build/GHC/Driver/DynFlags.dyn_o )
[305 of 443] Compiling GHC.Unit.State ( compiler/GHC/Unit/State.hs, dist/build/GHC/Unit/State.o, dist/build/GHC/Unit/State.dyn_o )
[306 of 443] 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 )
[307 of 443] Compiling GHC.Unit.Parser ( compiler/GHC/Unit/Parser.hs, dist/build/GHC/Unit/Parser.o, dist/build/GHC/Unit/Parser.dyn_o )
[308 of 443] Compiling GHC.Unit ( compiler/GHC/Unit.hs, dist/build/GHC/Unit.o, dist/build/GHC/Unit.dyn_o )
[309 of 443] 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 )
[310 of 443] 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 )
[311 of 443] 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 )
[312 of 443] 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 )
[313 of 443] 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 )
[314 of 443] Compiling GHC.Types.Meta ( compiler/GHC/Types/Meta.hs, dist/build/GHC/Types/Meta.o, dist/build/GHC/Types/Meta.dyn_o )
[315 of 443] Compiling GHC.Data.Unboxed ( compiler/GHC/Data/Unboxed.hs, dist/build/GHC/Data/Unboxed.o, dist/build/GHC/Data/Unboxed.dyn_o )
[316 of 443] Compiling GHC.Data.Stream ( compiler/GHC/Data/Stream.hs, dist/build/GHC/Data/Stream.o, dist/build/GHC/Data/Stream.dyn_o )
[317 of 443] Compiling GHC.Data.SmallArray ( compiler/GHC/Data/SmallArray.hs, dist/build/GHC/Data/SmallArray.o, dist/build/GHC/Data/SmallArray.dyn_o )
[318 of 443] 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 )
[319 of 443] Compiling GHC.SysTools.BaseDir ( compiler/GHC/SysTools/BaseDir.hs, dist/build/GHC/SysTools/BaseDir.o, dist/build/GHC/SysTools/BaseDir.dyn_o )
[320 of 443] Compiling GHC.Parser.CharClass ( compiler/GHC/Parser/CharClass.hs, dist/build/GHC/Parser/CharClass.o, dist/build/GHC/Parser/CharClass.dyn_o )
[321 of 443] 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 )
[322 of 443] Compiling GHC.Types.SaneDouble ( compiler/GHC/Types/SaneDouble.hs, dist/build/GHC/Types/SaneDouble.o, dist/build/GHC/Types/SaneDouble.dyn_o )
[323 of 443] Compiling GHC.JS.Unsat.Syntax ( compiler/GHC/JS/Unsat/Syntax.hs, dist/build/GHC/JS/Unsat/Syntax.o, dist/build/GHC/JS/Unsat/Syntax.dyn_o )
[324 of 443] Compiling GHC.JS.Make ( compiler/GHC/JS/Make.hs, dist/build/GHC/JS/Make.o, dist/build/GHC/JS/Make.dyn_o )
[325 of 443] Compiling GHC.JS.Syntax ( compiler/GHC/JS/Syntax.hs, dist/build/GHC/JS/Syntax.o, dist/build/GHC/JS/Syntax.dyn_o )
[326 of 443] Compiling GHC.JS.Transform ( compiler/GHC/JS/Transform.hs, dist/build/GHC/JS/Transform.o, dist/build/GHC/JS/Transform.dyn_o )
[327 of 443] 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 )
[328 of 443] Compiling GHC.Platform.Reg ( compiler/GHC/Platform/Reg.hs, dist/build/GHC/Platform/Reg.o, dist/build/GHC/Platform/Reg.dyn_o )
[329 of 443] Compiling GHC.JS.Ppr ( compiler/GHC/JS/Ppr.hs, dist/build/GHC/JS/Ppr.o, dist/build/GHC/JS/Ppr.dyn_o )
[330 of 443] 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 )
[331 of 443] Compiling GHC.Types.BreakInfo ( compiler/GHC/Types/BreakInfo.hs, dist/build/GHC/Types/BreakInfo.o, dist/build/GHC/Types/BreakInfo.dyn_o )
[332 of 443] 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 )
[333 of 443] 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 )
[334 of 443] Compiling GHC.CmmToLlvm.Config ( compiler/GHC/CmmToLlvm/Config.hs, dist/build/GHC/CmmToLlvm/Config.o, dist/build/GHC/CmmToLlvm/Config.dyn_o )
[335 of 443] Compiling GHC.Driver.LlvmConfigCache ( compiler/GHC/Driver/LlvmConfigCache.hs, dist/build/GHC/Driver/LlvmConfigCache.o, dist/build/GHC/Driver/LlvmConfigCache.dyn_o )
[336 of 443] 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 )
[337 of 443] Compiling GHC.Types.IPE ( compiler/GHC/Types/IPE.hs, dist/build/GHC/Types/IPE.o, dist/build/GHC/Types/IPE.dyn_o )
[338 of 443] 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 )
[339 of 443] Compiling GHC.Stg.Syntax ( compiler/GHC/Stg/Syntax.hs, dist/build/GHC/Stg/Syntax.o, dist/build/GHC/Stg/Syntax.dyn_o )
[340 of 443] Compiling GHC.StgToJS.Types ( compiler/GHC/StgToJS/Types.hs, dist/build/GHC/StgToJS/Types.o, dist/build/GHC/StgToJS/Types.dyn_o )
[341 of 443] Compiling GHC.StgToJS.Object ( compiler/GHC/StgToJS/Object.hs, dist/build/GHC/StgToJS/Object.o, dist/build/GHC/StgToJS/Object.dyn_o )
[342 of 443] 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 )
[343 of 443] 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 )
[344 of 443] 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 )
[345 of 443] Compiling GHC.Types.CompleteMatch ( compiler/GHC/Types/CompleteMatch.hs, dist/build/GHC/Types/CompleteMatch.o, dist/build/GHC/Types/CompleteMatch.dyn_o )
[346 of 443] Compiling GHC.Iface.Decl ( compiler/GHC/Iface/Decl.hs, dist/build/GHC/Iface/Decl.o, dist/build/GHC/Iface/Decl.dyn_o )
[347 of 443] 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 )
[348 of 443] Compiling GHC.Platform.X86 ( compiler/GHC/Platform/X86.hs, dist/build/GHC/Platform/X86.o, dist/build/GHC/Platform/X86.dyn_o )
[349 of 443] Compiling GHC.Platform.Wasm32 ( compiler/GHC/Platform/Wasm32.hs, dist/build/GHC/Platform/Wasm32.o, dist/build/GHC/Platform/Wasm32.dyn_o )
[350 of 443] Compiling GHC.Platform.S390X ( compiler/GHC/Platform/S390X.hs, dist/build/GHC/Platform/S390X.o, dist/build/GHC/Platform/S390X.dyn_o )
[351 of 443] Compiling GHC.Platform.RISCV64 ( compiler/GHC/Platform/RISCV64.hs, dist/build/GHC/Platform/RISCV64.o, dist/build/GHC/Platform/RISCV64.dyn_o )
[352 of 443] Compiling GHC.Platform.PPC ( compiler/GHC/Platform/PPC.hs, dist/build/GHC/Platform/PPC.o, dist/build/GHC/Platform/PPC.dyn_o )
[353 of 443] Compiling GHC.Platform.NoRegs ( compiler/GHC/Platform/NoRegs.hs, dist/build/GHC/Platform/NoRegs.o, dist/build/GHC/Platform/NoRegs.dyn_o )
[354 of 443] Compiling GHC.Platform.LoongArch64 ( compiler/GHC/Platform/LoongArch64.hs, dist/build/GHC/Platform/LoongArch64.o, dist/build/GHC/Platform/LoongArch64.dyn_o )
[355 of 443] Compiling GHC.Platform.ARM ( compiler/GHC/Platform/ARM.hs, dist/build/GHC/Platform/ARM.o, dist/build/GHC/Platform/ARM.dyn_o )
[356 of 443] Compiling GHC.Platform.AArch64 ( compiler/GHC/Platform/AArch64.hs, dist/build/GHC/Platform/AArch64.o, dist/build/GHC/Platform/AArch64.dyn_o )
[357 of 443] Compiling GHC.Platform.Regs ( compiler/GHC/Platform/Regs.hs, dist/build/GHC/Platform/Regs.o, dist/build/GHC/Platform/Regs.dyn_o )
[358 of 443] 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 )
[359 of 443] Compiling GHC.Parser.Types ( compiler/GHC/Parser/Types.hs, dist/build/GHC/Parser/Types.o, dist/build/GHC/Parser/Types.dyn_o )
[360 of 443] Compiling GHC.Types.TypeEnv ( compiler/GHC/Types/TypeEnv.hs, dist/build/GHC/Types/TypeEnv.o, dist/build/GHC/Types/TypeEnv.dyn_o )
[361 of 443] 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 )
[362 of 443] 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 )
[363 of 443] 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 )
[364 of 443] 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 )
[365 of 443] Compiling GHC.StgToCmm.Config ( compiler/GHC/StgToCmm/Config.hs, dist/build/GHC/StgToCmm/Config.o, dist/build/GHC/StgToCmm/Config.dyn_o )
[366 of 443] Compiling GHC.Cmm.Switch ( compiler/GHC/Cmm/Switch.hs, dist/build/GHC/Cmm/Switch.o, dist/build/GHC/Cmm/Switch.dyn_o )
[367 of 443] Compiling GHC.Cmm.Node ( compiler/GHC/Cmm/Node.hs, dist/build/GHC/Cmm/Node.o, dist/build/GHC/Cmm/Node.dyn_o )
[368 of 443] Compiling GHC.Cmm ( compiler/GHC/Cmm.hs, dist/build/GHC/Cmm.o, dist/build/GHC/Cmm.dyn_o )
[369 of 443] 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 )
[370 of 443] 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 )
[371 of 443] Compiling GHC.Types.Target ( compiler/GHC/Types/Target.hs, dist/build/GHC/Types/Target.o, dist/build/GHC/Types/Target.dyn_o )
[372 of 443] Compiling GHC.Linker.Types ( compiler/GHC/Linker/Types.hs, dist/build/GHC/Linker/Types.o, dist/build/GHC/Linker/Types.dyn_o )
[373 of 443] 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 )
[374 of 443] 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 )
[375 of 443] 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 )
[376 of 443] 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 )
[377 of 443] 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 )
[378 of 443] Compiling GHC.Driver.Ppr ( compiler/GHC/Driver/Ppr.hs, dist/build/GHC/Driver/Ppr.o, dist/build/GHC/Driver/Ppr.dyn_o )
[379 of 443] 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 )
[380 of 443] Compiling GHC.Driver.Config ( compiler/GHC/Driver/Config.hs, dist/build/GHC/Driver/Config.o, dist/build/GHC/Driver/Config.dyn_o )
[381 of 443] 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 )
[382 of 443] Compiling GHC.Core.Tidy ( compiler/GHC/Core/Tidy.hs, dist/build/GHC/Core/Tidy.o, dist/build/GHC/Core/Tidy.dyn_o )
[383 of 443] Compiling GHC.Core.Rules ( compiler/GHC/Core/Rules.hs, dist/build/GHC/Core/Rules.o, dist/build/GHC/Core/Rules.dyn_o )
[384 of 443] 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 )
[385 of 443] 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 )
[386 of 443] 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 )
[387 of 443] 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 )
[388 of 443] Compiling GHC.Unit.External ( compiler/GHC/Unit/External.hs, dist/build/GHC/Unit/External.o, dist/build/GHC/Unit/External.dyn_o )
[389 of 443] Compiling GHC.Unit.Env ( compiler/GHC/Unit/Env.hs, dist/build/GHC/Unit/Env.o, dist/build/GHC/Unit/Env.dyn_o )
[390 of 443] 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 )
[391 of 443] 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 )
[392 of 443] 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 )
[393 of 443] 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 )
[394 of 443] 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 )
[395 of 443] 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 )
[396 of 443] 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 )
[397 of 443] 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 )
[398 of 443] 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 )
[399 of 443] 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 )
[400 of 443] 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 )
[401 of 443] 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 )
[402 of 443] Compiling GHC.Hs.Dump ( compiler/GHC/Hs/Dump.hs, dist/build/GHC/Hs/Dump.o, dist/build/GHC/Hs/Dump.dyn_o )
[403 of 443] 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 )
[404 of 443] 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 )
[405 of 443] 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 )
[406 of 443] 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 )
[407 of 443] Compiling GHC.Parser.Lexer ( dist/build/GHC/Parser/Lexer.hs, dist/build/GHC/Parser/Lexer.o, dist/build/GHC/Parser/Lexer.dyn_o )
[408 of 443] Compiling GHC.Parser.PostProcess ( compiler/GHC/Parser/PostProcess.hs, dist/build/GHC/Parser/PostProcess.o, dist/build/GHC/Parser/PostProcess.dyn_o )
[409 of 443] Compiling GHC.Parser.HaddockLex ( dist/build/GHC/Parser/HaddockLex.hs, dist/build/GHC/Parser/HaddockLex.o, dist/build/GHC/Parser/HaddockLex.dyn_o )
[410 of 443] Compiling GHC.Parser[boot] ( dist/build/GHC/Parser.hs-boot, dist/build/GHC/Parser.o-boot, dist/build/GHC/Parser.dyn_o-boot )
[411 of 443] 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 )
[412 of 443] Compiling GHC.Parser ( dist/build/GHC/Parser.hs, dist/build/GHC/Parser.o, dist/build/GHC/Parser.dyn_o )
[413 of 443] 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 )
[414 of 443] 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 )
[415 of 443] 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 )
[416 of 443] 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 )
[417 of 443] Compiling GHC.Types.SourceError ( compiler/GHC/Types/SourceError.hs, dist/build/GHC/Types/SourceError.o, dist/build/GHC/Types/SourceError.dyn_o )
[418 of 443] Compiling GHC.Parser.Header ( compiler/GHC/Parser/Header.hs, dist/build/GHC/Parser/Header.o, dist/build/GHC/Parser/Header.dyn_o )
[419 of 443] Compiling GHC.Driver.Errors ( compiler/GHC/Driver/Errors.hs, dist/build/GHC/Driver/Errors.o, dist/build/GHC/Driver/Errors.dyn_o )
[420 of 443] Compiling GHC.Driver.CmdLine ( compiler/GHC/Driver/CmdLine.hs, dist/build/GHC/Driver/CmdLine.o, dist/build/GHC/Driver/CmdLine.dyn_o )
[421 of 443] 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 )
[422 of 443] 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 )
[423 of 443] Compiling GHC.Data.IOEnv ( compiler/GHC/Data/IOEnv.hs, dist/build/GHC/Data/IOEnv.o, dist/build/GHC/Data/IOEnv.dyn_o )
[424 of 443] 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 )
[425 of 443] 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 )
[426 of 443] Compiling GHC.Runtime.Context ( compiler/GHC/Runtime/Context.hs, dist/build/GHC/Runtime/Context.o, dist/build/GHC/Runtime/Context.dyn_o )
[427 of 443] 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 )
[428 of 443] 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 )
[429 of 443] Compiling GHC.Driver.Env ( compiler/GHC/Driver/Env.hs, dist/build/GHC/Driver/Env.o, dist/build/GHC/Driver/Env.dyn_o )
[430 of 443] 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 )
[431 of 443] Compiling GHC.Core.Lint ( compiler/GHC/Core/Lint.hs, dist/build/GHC/Core/Lint.o, dist/build/GHC/Core/Lint.dyn_o )
[432 of 443] 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 )
[433 of 443] 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 )
[434 of 443] 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 )
[435 of 443] Compiling GHC.Tc.Types ( compiler/GHC/Tc/Types.hs, dist/build/GHC/Tc/Types.o, dist/build/GHC/Tc/Types.dyn_o )
[436 of 443] 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 )
[437 of 443] Compiling GHC.Driver.Monad ( compiler/GHC/Driver/Monad.hs, dist/build/GHC/Driver/Monad.o, dist/build/GHC/Driver/Monad.dyn_o )
[438 of 443] Compiling GHC.Driver.Plugins ( compiler/GHC/Driver/Plugins.hs, dist/build/GHC/Driver/Plugins.o, dist/build/GHC/Driver/Plugins.dyn_o )
[439 of 443] 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 )
[440 of 443] Compiling GHC.Driver.Hooks ( compiler/GHC/Driver/Hooks.hs, dist/build/GHC/Driver/Hooks.o, dist/build/GHC/Driver/Hooks.dyn_o )
[441 of 443] 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 )
[442 of 443] Compiling GHC.Driver.Session ( compiler/GHC/Driver/Session.hs, dist/build/GHC/Driver/Session.o, dist/build/GHC/Driver/Session.dyn_o )
[443 of 443] 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.8.5.20250214..
Running Haddock on library for ghc-lib-parser-9.8.5.20250214..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 443] Compiling GHC.BaseDir ( libraries/ghc-boot/GHC/BaseDir.hs, /tmp/.haddock-2731259/GHC/BaseDir.o, /tmp/.haddock-2731259/GHC/BaseDir.dyn_o )
[ 2 of 443] Compiling GHC.Data.List.Infinite ( compiler/GHC/Data/List/Infinite.hs, /tmp/.haddock-2731259/GHC/Data/List/Infinite.o, /tmp/.haddock-2731259/GHC/Data/List/Infinite.dyn_o )
[ 3 of 443] Compiling GHC.Data.SizedSeq ( libraries/ghc-boot/GHC/Data/SizedSeq.hs, /tmp/.haddock-2731259/GHC/Data/SizedSeq.o, /tmp/.haddock-2731259/GHC/Data/SizedSeq.dyn_o )
[ 4 of 443] Compiling GHC.Exts.Heap.ClosureTypes ( libraries/ghc-heap/GHC/Exts/Heap/ClosureTypes.hs, /tmp/.haddock-2731259/GHC/Exts/Heap/ClosureTypes.o, /tmp/.haddock-2731259/GHC/Exts/Heap/ClosureTypes.dyn_o )
[ 5 of 443] Compiling GHC.Exts.Heap.Constants ( dist/build/GHC/Exts/Heap/Constants.hs, /tmp/.haddock-2731259/GHC/Exts/Heap/Constants.o, /tmp/.haddock-2731259/GHC/Exts/Heap/Constants.dyn_o )
[ 6 of 443] Compiling GHC.Exts.Heap.InfoTable.Types ( dist/build/GHC/Exts/Heap/InfoTable/Types.hs, /tmp/.haddock-2731259/GHC/Exts/Heap/InfoTable/Types.o, /tmp/.haddock-2731259/GHC/Exts/Heap/InfoTable/Types.dyn_o )
[ 7 of 443] Compiling GHC.Exts.Heap.InfoTable ( dist/build/GHC/Exts/Heap/InfoTable.hs, /tmp/.haddock-2731259/GHC/Exts/Heap/InfoTable.o, /tmp/.haddock-2731259/GHC/Exts/Heap/InfoTable.dyn_o )
[ 8 of 443] Compiling GHC.Exts.Heap.InfoTableProf ( dist/build/GHC/Exts/Heap/InfoTableProf.hs, /tmp/.haddock-2731259/GHC/Exts/Heap/InfoTableProf.o, /tmp/.haddock-2731259/GHC/Exts/Heap/InfoTableProf.dyn_o )
[ 9 of 443] Compiling GHC.Exts.Heap.ProfInfo.Types ( libraries/ghc-heap/GHC/Exts/Heap/ProfInfo/Types.hs, /tmp/.haddock-2731259/GHC/Exts/Heap/ProfInfo/Types.o, /tmp/.haddock-2731259/GHC/Exts/Heap/ProfInfo/Types.dyn_o )
[ 10 of 443] Compiling GHC.Exts.Heap.ProfInfo.PeekProfInfo_ProfilingEnabled ( dist/build/GHC/Exts/Heap/ProfInfo/PeekProfInfo_ProfilingEnabled.hs, /tmp/.haddock-2731259/GHC/Exts/Heap/ProfInfo/PeekProfInfo_ProfilingEnabled.o, /tmp/.haddock-2731259/GHC/Exts/Heap/ProfInfo/PeekProfInfo_ProfilingEnabled.dyn_o )
[ 11 of 443] Compiling GHC.Exts.Heap.ProfInfo.PeekProfInfo_ProfilingDisabled ( dist/build/GHC/Exts/Heap/ProfInfo/PeekProfInfo_ProfilingDisabled.hs, /tmp/.haddock-2731259/GHC/Exts/Heap/ProfInfo/PeekProfInfo_ProfilingDisabled.o, /tmp/.haddock-2731259/GHC/Exts/Heap/ProfInfo/PeekProfInfo_ProfilingDisabled.dyn_o )
[ 12 of 443] Compiling GHC.Exts.Heap.ProfInfo.PeekProfInfo ( libraries/ghc-heap/GHC/Exts/Heap/ProfInfo/PeekProfInfo.hs, /tmp/.haddock-2731259/GHC/Exts/Heap/ProfInfo/PeekProfInfo.o, /tmp/.haddock-2731259/GHC/Exts/Heap/ProfInfo/PeekProfInfo.dyn_o )
[ 13 of 443] Compiling GHC.Exts.Heap.Closures ( libraries/ghc-heap/GHC/Exts/Heap/Closures.hs, /tmp/.haddock-2731259/GHC/Exts/Heap/Closures.o, /tmp/.haddock-2731259/GHC/Exts/Heap/Closures.dyn_o )
[ 14 of 443] Compiling GHC.Exts.Heap.FFIClosures_ProfilingEnabled ( dist/build/GHC/Exts/Heap/FFIClosures_ProfilingEnabled.hs, /tmp/.haddock-2731259/GHC/Exts/Heap/FFIClosures_ProfilingEnabled.o, /tmp/.haddock-2731259/GHC/Exts/Heap/FFIClosures_ProfilingEnabled.dyn_o )
[ 15 of 443] Compiling GHC.Exts.Heap.FFIClosures_ProfilingDisabled ( dist/build/GHC/Exts/Heap/FFIClosures_ProfilingDisabled.hs, /tmp/.haddock-2731259/GHC/Exts/Heap/FFIClosures_ProfilingDisabled.o, /tmp/.haddock-2731259/GHC/Exts/Heap/FFIClosures_ProfilingDisabled.dyn_o )
[ 16 of 443] Compiling GHC.Exts.Heap.FFIClosures ( libraries/ghc-heap/GHC/Exts/Heap/FFIClosures.hs, /tmp/.haddock-2731259/GHC/Exts/Heap/FFIClosures.o, /tmp/.haddock-2731259/GHC/Exts/Heap/FFIClosures.dyn_o )
[ 17 of 443] Compiling GHC.Exts.Heap.Utils ( dist/build/GHC/Exts/Heap/Utils.hs, /tmp/.haddock-2731259/GHC/Exts/Heap/Utils.o, /tmp/.haddock-2731259/GHC/Exts/Heap/Utils.dyn_o )
[ 18 of 443] Compiling GHC.Exts.Heap ( libraries/ghc-heap/GHC/Exts/Heap.hs, /tmp/.haddock-2731259/GHC/Exts/Heap.o, /tmp/.haddock-2731259/GHC/Exts/Heap.dyn_o )
[ 19 of 443] Compiling GHC.ForeignSrcLang.Type ( libraries/ghc-boot-th/GHC/ForeignSrcLang/Type.hs, /tmp/.haddock-2731259/GHC/ForeignSrcLang/Type.o, /tmp/.haddock-2731259/GHC/ForeignSrcLang/Type.dyn_o )
[ 20 of 443] Compiling GHC.ForeignSrcLang ( libraries/ghc-boot/GHC/ForeignSrcLang.hs, /tmp/.haddock-2731259/GHC/ForeignSrcLang.o, /tmp/.haddock-2731259/GHC/ForeignSrcLang.dyn_o )
[ 21 of 443] Compiling GHC.LanguageExtensions.Type ( libraries/ghc-boot-th/GHC/LanguageExtensions/Type.hs, /tmp/.haddock-2731259/GHC/LanguageExtensions/Type.o, /tmp/.haddock-2731259/GHC/LanguageExtensions/Type.dyn_o )
[ 22 of 443] Compiling GHC.LanguageExtensions ( libraries/ghc-boot/GHC/LanguageExtensions.hs, /tmp/.haddock-2731259/GHC/LanguageExtensions.o, /tmp/.haddock-2731259/GHC/LanguageExtensions.dyn_o )
[ 23 of 443] Compiling GHC.Lexeme ( libraries/ghc-boot-th/GHC/Lexeme.hs, /tmp/.haddock-2731259/GHC/Lexeme.o, /tmp/.haddock-2731259/GHC/Lexeme.dyn_o )
[ 24 of 443] Compiling GHC.Platform.ArchOS ( libraries/ghc-boot/GHC/Platform/ArchOS.hs, /tmp/.haddock-2731259/GHC/Platform/ArchOS.o, /tmp/.haddock-2731259/GHC/Platform/ArchOS.dyn_o )
[ 25 of 443] Compiling GHC.Platform.Constants ( ghc-lib/stage0/compiler/build/GHC/Platform/Constants.hs, /tmp/.haddock-2731259/GHC/Platform/Constants.o, /tmp/.haddock-2731259/GHC/Platform/Constants.dyn_o )
[ 26 of 443] Compiling GHC.Prelude.Basic ( compiler/GHC/Prelude/Basic.hs, /tmp/.haddock-2731259/GHC/Prelude/Basic.o, /tmp/.haddock-2731259/GHC/Prelude/Basic.dyn_o )
[ 27 of 443] Compiling GHC.Data.FastMutInt ( compiler/GHC/Data/FastMutInt.hs, /tmp/.haddock-2731259/GHC/Data/FastMutInt.o, /tmp/.haddock-2731259/GHC/Data/FastMutInt.dyn_o )
[ 28 of 443] Compiling GHC.Data.Bool ( compiler/GHC/Data/Bool.hs, /tmp/.haddock-2731259/GHC/Data/Bool.o, /tmp/.haddock-2731259/GHC/Data/Bool.dyn_o )
[ 29 of 443] Compiling GHC.Serialized ( libraries/ghc-boot/GHC/Serialized.hs, /tmp/.haddock-2731259/GHC/Serialized.o, /tmp/.haddock-2731259/GHC/Serialized.dyn_o )
[ 30 of 443] Compiling GHC.Settings.Utils ( libraries/ghc-boot/GHC/Settings/Utils.hs, /tmp/.haddock-2731259/GHC/Settings/Utils.o, /tmp/.haddock-2731259/GHC/Settings/Utils.dyn_o )
[ 31 of 443] Compiling GHC.Utils.Constants ( compiler/GHC/Utils/Constants.hs, /tmp/.haddock-2731259/GHC/Utils/Constants.o, /tmp/.haddock-2731259/GHC/Utils/Constants.dyn_o )
[ 32 of 443] Compiling GHC.Utils.Containers.Internal.BitUtil ( compiler/GHC/Utils/Containers/Internal/BitUtil.hs, /tmp/.haddock-2731259/GHC/Utils/Containers/Internal/BitUtil.o, /tmp/.haddock-2731259/GHC/Utils/Containers/Internal/BitUtil.dyn_o )
[ 33 of 443] Compiling GHC.Utils.Containers.Internal.StrictPair ( compiler/GHC/Utils/Containers/Internal/StrictPair.hs, /tmp/.haddock-2731259/GHC/Utils/Containers/Internal/StrictPair.o, /tmp/.haddock-2731259/GHC/Utils/Containers/Internal/StrictPair.dyn_o )
[ 34 of 443] Compiling GHC.Data.Word64Set.Internal ( compiler/GHC/Data/Word64Set/Internal.hs, /tmp/.haddock-2731259/GHC/Data/Word64Set/Internal.o, /tmp/.haddock-2731259/GHC/Data/Word64Set/Internal.dyn_o )
[ 35 of 443] Compiling GHC.Data.Word64Set ( compiler/GHC/Data/Word64Set.hs, /tmp/.haddock-2731259/GHC/Data/Word64Set.o, /tmp/.haddock-2731259/GHC/Data/Word64Set.dyn_o )
[ 36 of 443] Compiling GHC.Data.Word64Map.Internal ( compiler/GHC/Data/Word64Map/Internal.hs, /tmp/.haddock-2731259/GHC/Data/Word64Map/Internal.o, /tmp/.haddock-2731259/GHC/Data/Word64Map/Internal.dyn_o )
[ 37 of 443] Compiling GHC.Data.Word64Map.Strict.Internal ( compiler/GHC/Data/Word64Map/Strict/Internal.hs, /tmp/.haddock-2731259/GHC/Data/Word64Map/Strict/Internal.o, /tmp/.haddock-2731259/GHC/Data/Word64Map/Strict/Internal.dyn_o )
[ 38 of 443] Compiling GHC.Data.Word64Map.Strict ( compiler/GHC/Data/Word64Map/Strict.hs, /tmp/.haddock-2731259/GHC/Data/Word64Map/Strict.o, /tmp/.haddock-2731259/GHC/Data/Word64Map/Strict.dyn_o )
[ 39 of 443] Compiling GHC.Data.Word64Map.Lazy ( compiler/GHC/Data/Word64Map/Lazy.hs, /tmp/.haddock-2731259/GHC/Data/Word64Map/Lazy.o, /tmp/.haddock-2731259/GHC/Data/Word64Map/Lazy.dyn_o )
[ 40 of 443] Compiling GHC.Data.Word64Map ( compiler/GHC/Data/Word64Map.hs, /tmp/.haddock-2731259/GHC/Data/Word64Map.o, /tmp/.haddock-2731259/GHC/Data/Word64Map.dyn_o )
[ 41 of 443] Compiling GHC.Utils.Encoding.UTF8 ( libraries/ghc-boot/GHC/Utils/Encoding/UTF8.hs, /tmp/.haddock-2731259/GHC/Utils/Encoding/UTF8.o, /tmp/.haddock-2731259/GHC/Utils/Encoding/UTF8.dyn_o )
[ 42 of 443] Compiling GHC.Utils.Encoding ( libraries/ghc-boot/GHC/Utils/Encoding.hs, /tmp/.haddock-2731259/GHC/Utils/Encoding.o, /tmp/.haddock-2731259/GHC/Utils/Encoding.dyn_o )
[ 43 of 443] Compiling GHC.Data.ShortText ( libraries/ghc-boot/GHC/Data/ShortText.hs, /tmp/.haddock-2731259/GHC/Data/ShortText.o, /tmp/.haddock-2731259/GHC/Data/ShortText.dyn_o )
[ 44 of 443] Compiling GHC.Unit.Database ( libraries/ghc-boot/GHC/Unit/Database.hs, /tmp/.haddock-2731259/GHC/Unit/Database.o, /tmp/.haddock-2731259/GHC/Unit/Database.dyn_o )
[ 45 of 443] Compiling GHC.Utils.Exception ( compiler/GHC/Utils/Exception.hs, /tmp/.haddock-2731259/GHC/Utils/Exception.o, /tmp/.haddock-2731259/GHC/Utils/Exception.dyn_o )
[ 46 of 443] Compiling GHC.Utils.Fingerprint ( compiler/GHC/Utils/Fingerprint.hs, /tmp/.haddock-2731259/GHC/Utils/Fingerprint.o, /tmp/.haddock-2731259/GHC/Utils/Fingerprint.dyn_o )
[ 47 of 443] Compiling GHC.Utils.GlobalVars ( compiler/GHC/Utils/GlobalVars.hs, /tmp/.haddock-2731259/GHC/Utils/GlobalVars.o, /tmp/.haddock-2731259/GHC/Utils/GlobalVars.dyn_o )
[ 48 of 443] Compiling GHC.Utils.IO.Unsafe ( compiler/GHC/Utils/IO/Unsafe.hs, /tmp/.haddock-2731259/GHC/Utils/IO/Unsafe.o, /tmp/.haddock-2731259/GHC/Utils/IO/Unsafe.dyn_o )
[ 49 of 443] Compiling GHC.Utils.Ppr.Colour ( compiler/GHC/Utils/Ppr/Colour.hs, /tmp/.haddock-2731259/GHC/Utils/Ppr/Colour.o, /tmp/.haddock-2731259/GHC/Utils/Ppr/Colour.dyn_o )
[ 50 of 443] Compiling GHC.Version ( ghc-lib/stage0/libraries/ghc-boot/build/GHC/Version.hs, /tmp/.haddock-2731259/GHC/Version.o, /tmp/.haddock-2731259/GHC/Version.dyn_o )
[ 51 of 443] Compiling GHC.UniqueSubdir ( libraries/ghc-boot/GHC/UniqueSubdir.hs, /tmp/.haddock-2731259/GHC/UniqueSubdir.o, /tmp/.haddock-2731259/GHC/UniqueSubdir.dyn_o )
[ 52 of 443] Compiling GHC.Settings.Config ( ghc-lib/stage0/compiler/build/GHC/Settings/Config.hs, /tmp/.haddock-2731259/GHC/Settings/Config.o, /tmp/.haddock-2731259/GHC/Settings/Config.dyn_o )
[ 53 of 443] Compiling GHC.Utils.Panic.Plain ( compiler/GHC/Utils/Panic/Plain.hs, /tmp/.haddock-2731259/GHC/Utils/Panic/Plain.o, /tmp/.haddock-2731259/GHC/Utils/Panic/Plain.dyn_o )
[ 54 of 443] Compiling GHC.Utils.Misc ( compiler/GHC/Utils/Misc.hs, /tmp/.haddock-2731259/GHC/Utils/Misc.o, /tmp/.haddock-2731259/GHC/Utils/Misc.dyn_o )
[ 55 of 443] Compiling GHC.Data.FastString ( compiler/GHC/Data/FastString.hs, /tmp/.haddock-2731259/GHC/Data/FastString.o, /tmp/.haddock-2731259/GHC/Data/FastString.dyn_o )
[ 56 of 443] Compiling GHC.Utils.BufHandle ( compiler/GHC/Utils/BufHandle.hs, /tmp/.haddock-2731259/GHC/Utils/BufHandle.o, /tmp/.haddock-2731259/GHC/Utils/BufHandle.dyn_o )
[ 57 of 443] Compiling GHC.Utils.Ppr ( compiler/GHC/Utils/Ppr.hs, /tmp/.haddock-2731259/GHC/Utils/Ppr.o, /tmp/.haddock-2731259/GHC/Utils/Ppr.dyn_o )
[ 58 of 443] Compiling GHCi.BreakArray ( libraries/ghci/GHCi/BreakArray.hs, /tmp/.haddock-2731259/GHCi/BreakArray.o, /tmp/.haddock-2731259/GHCi/BreakArray.dyn_o )
[ 59 of 443] Compiling GHCi.FFI ( dist/build/GHCi/FFI.hs, /tmp/.haddock-2731259/GHCi/FFI.o, /tmp/.haddock-2731259/GHCi/FFI.dyn_o )
[ 60 of 443] Compiling GHCi.RemoteTypes ( libraries/ghci/GHCi/RemoteTypes.hs, /tmp/.haddock-2731259/GHCi/RemoteTypes.o, /tmp/.haddock-2731259/GHCi/RemoteTypes.dyn_o )
[ 61 of 443] Compiling Language.Haskell.Syntax.Basic ( compiler/Language/Haskell/Syntax/Basic.hs, /tmp/.haddock-2731259/Language/Haskell/Syntax/Basic.o, /tmp/.haddock-2731259/Language/Haskell/Syntax/Basic.dyn_o )
[ 62 of 443] Compiling Language.Haskell.Syntax.Extension ( compiler/Language/Haskell/Syntax/Extension.hs, /tmp/.haddock-2731259/Language/Haskell/Syntax/Extension.o, /tmp/.haddock-2731259/Language/Haskell/Syntax/Extension.dyn_o )
[ 63 of 443] Compiling Language.Haskell.Syntax.Module.Name ( compiler/Language/Haskell/Syntax/Module/Name.hs, /tmp/.haddock-2731259/Language/Haskell/Syntax/Module/Name.o, /tmp/.haddock-2731259/Language/Haskell/Syntax/Module/Name.dyn_o )
[ 64 of 443] Compiling Language.Haskell.TH.LanguageExtensions ( libraries/template-haskell/Language/Haskell/TH/LanguageExtensions.hs, /tmp/.haddock-2731259/Language/Haskell/TH/LanguageExtensions.o, /tmp/.haddock-2731259/Language/Haskell/TH/LanguageExtensions.dyn_o )
[ 65 of 443] Compiling Language.Haskell.TH.Lib.Map ( libraries/template-haskell/Language/Haskell/TH/Lib/Map.hs, /tmp/.haddock-2731259/Language/Haskell/TH/Lib/Map.o, /tmp/.haddock-2731259/Language/Haskell/TH/Lib/Map.dyn_o )
[ 66 of 443] Compiling Language.Haskell.TH.Syntax ( libraries/template-haskell/Language/Haskell/TH/Syntax.hs, /tmp/.haddock-2731259/Language/Haskell/TH/Syntax.o, /tmp/.haddock-2731259/Language/Haskell/TH/Syntax.dyn_o )
[ 67 of 443] Compiling Language.Haskell.TH.PprLib ( libraries/template-haskell/Language/Haskell/TH/PprLib.hs, /tmp/.haddock-2731259/Language/Haskell/TH/PprLib.o, /tmp/.haddock-2731259/Language/Haskell/TH/PprLib.dyn_o )
[ 68 of 443] Compiling Language.Haskell.TH.Ppr ( libraries/template-haskell/Language/Haskell/TH/Ppr.hs, /tmp/.haddock-2731259/Language/Haskell/TH/Ppr.o, /tmp/.haddock-2731259/Language/Haskell/TH/Ppr.dyn_o )
[ 69 of 443] Compiling Language.Haskell.TH.Lib.Internal ( libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs, /tmp/.haddock-2731259/Language/Haskell/TH/Lib/Internal.o, /tmp/.haddock-2731259/Language/Haskell/TH/Lib/Internal.dyn_o )
[ 70 of 443] Compiling Language.Haskell.TH.Lib ( libraries/template-haskell/Language/Haskell/TH/Lib.hs, /tmp/.haddock-2731259/Language/Haskell/TH/Lib.o, /tmp/.haddock-2731259/Language/Haskell/TH/Lib.dyn_o )
[ 71 of 443] Compiling Language.Haskell.TH ( libraries/template-haskell/Language/Haskell/TH.hs, /tmp/.haddock-2731259/Language/Haskell/TH.o, /tmp/.haddock-2731259/Language/Haskell/TH.dyn_o )
[ 72 of 443] Compiling GHCi.TH.Binary ( libraries/ghci/GHCi/TH/Binary.hs, /tmp/.haddock-2731259/GHCi/TH/Binary.o, /tmp/.haddock-2731259/GHCi/TH/Binary.dyn_o )
[ 73 of 443] Compiling GHCi.Message ( libraries/ghci/GHCi/Message.hs, /tmp/.haddock-2731259/GHCi/Message.o, /tmp/.haddock-2731259/GHCi/Message.dyn_o )
[ 74 of 443] Compiling GHC.Tc.Types.LclEnv[boot] ( compiler/GHC/Tc/Types/LclEnv.hs-boot, /tmp/.haddock-2731259/GHC/Tc/Types/LclEnv.o-boot, /tmp/.haddock-2731259/GHC/Tc/Types/LclEnv.dyn_o-boot )
[ 75 of 443] Compiling GHC.Iface.Type[boot] ( compiler/GHC/Iface/Type.hs-boot, /tmp/.haddock-2731259/GHC/Iface/Type.o-boot, /tmp/.haddock-2731259/GHC/Iface/Type.dyn_o-boot )
[ 76 of 443] Compiling GHC.Tc.Types.Origin[boot] ( compiler/GHC/Tc/Types/Origin.hs-boot, /tmp/.haddock-2731259/GHC/Tc/Types/Origin.o-boot, /tmp/.haddock-2731259/GHC/Tc/Types/Origin.dyn_o-boot )
[ 77 of 443] Compiling Language.Haskell.Syntax.Pat[boot] ( compiler/Language/Haskell/Syntax/Pat.hs-boot, /tmp/.haddock-2731259/Language/Haskell/Syntax/Pat.o-boot, /tmp/.haddock-2731259/Language/Haskell/Syntax/Pat.dyn_o-boot )
[ 78 of 443] Compiling Language.Haskell.Syntax.Expr[boot] ( compiler/Language/Haskell/Syntax/Expr.hs-boot, /tmp/.haddock-2731259/Language/Haskell/Syntax/Expr.o-boot, /tmp/.haddock-2731259/Language/Haskell/Syntax/Expr.dyn_o-boot )
[ 79 of 443] Compiling Language.Haskell.Syntax.Type[boot] ( compiler/Language/Haskell/Syntax/Type.hs-boot, /tmp/.haddock-2731259/Language/Haskell/Syntax/Type.o-boot, /tmp/.haddock-2731259/Language/Haskell/Syntax/Type.dyn_o-boot )
[ 80 of 443] Compiling GHC.Types.Name.Occurrence[boot] ( compiler/GHC/Types/Name/Occurrence.hs-boot, /tmp/.haddock-2731259/GHC/Types/Name/Occurrence.o-boot, /tmp/.haddock-2731259/GHC/Types/Name/Occurrence.dyn_o-boot )
[ 81 of 443] Compiling Language.Haskell.Syntax.ImpExp[boot] ( compiler/Language/Haskell/Syntax/ImpExp.hs-boot, /tmp/.haddock-2731259/Language/Haskell/Syntax/ImpExp.o-boot, /tmp/.haddock-2731259/Language/Haskell/Syntax/ImpExp.dyn_o-boot )
[ 82 of 443] Compiling GHC.Unit.Types[boot] ( compiler/GHC/Unit/Types.hs-boot, /tmp/.haddock-2731259/GHC/Unit/Types.o-boot, /tmp/.haddock-2731259/GHC/Unit/Types.dyn_o-boot )
[ 83 of 443] Compiling GHC.Utils.Outputable ( compiler/GHC/Utils/Outputable.hs, /tmp/.haddock-2731259/GHC/Utils/Outputable.o, /tmp/.haddock-2731259/GHC/Utils/Outputable.dyn_o )
[ 84 of 443] Compiling GHC.Utils.Panic ( compiler/GHC/Utils/Panic.hs, /tmp/.haddock-2731259/GHC/Utils/Panic.o, /tmp/.haddock-2731259/GHC/Utils/Panic.dyn_o )
[ 85 of 443] Compiling GHC.Utils.Trace ( compiler/GHC/Utils/Trace.hs, /tmp/.haddock-2731259/GHC/Utils/Trace.o, /tmp/.haddock-2731259/GHC/Utils/Trace.dyn_o )
[ 86 of 443] Compiling GHC.Prelude ( compiler/GHC/Prelude.hs, /tmp/.haddock-2731259/GHC/Prelude.o, /tmp/.haddock-2731259/GHC/Prelude.dyn_o )
[ 87 of 443] Compiling GHC.Types.Id.Info[boot] ( compiler/GHC/Types/Id/Info.hs-boot, /tmp/.haddock-2731259/GHC/Types/Id/Info.o-boot, /tmp/.haddock-2731259/GHC/Types/Id/Info.dyn_o-boot )
[ 88 of 443] Compiling GHC.Builtin.PrimOps[boot] ( compiler/GHC/Builtin/PrimOps.hs-boot, /tmp/.haddock-2731259/GHC/Builtin/PrimOps.o-boot, /tmp/.haddock-2731259/GHC/Builtin/PrimOps.dyn_o-boot )
[ 89 of 443] Compiling GHC.Core.Unfold[boot] ( compiler/GHC/Core/Unfold.hs-boot, /tmp/.haddock-2731259/GHC/Core/Unfold.o-boot, /tmp/.haddock-2731259/GHC/Core/Unfold.dyn_o-boot )
[ 90 of 443] Compiling GHC.Utils.Word64 ( compiler/GHC/Utils/Word64.hs, /tmp/.haddock-2731259/GHC/Utils/Word64.o, /tmp/.haddock-2731259/GHC/Utils/Word64.dyn_o )
[ 91 of 443] Compiling GHC.Types.Unique ( compiler/GHC/Types/Unique.hs, /tmp/.haddock-2731259/GHC/Types/Unique.o, /tmp/.haddock-2731259/GHC/Types/Unique.dyn_o )
[ 92 of 443] Compiling GHC.Types.Name[boot] ( compiler/GHC/Types/Name.hs-boot, /tmp/.haddock-2731259/GHC/Types/Name.o-boot, /tmp/.haddock-2731259/GHC/Types/Name.dyn_o-boot )
[ 93 of 443] Compiling GHC.Types.Var[boot] ( compiler/GHC/Types/Var.hs-boot, /tmp/.haddock-2731259/GHC/Types/Var.o-boot, /tmp/.haddock-2731259/GHC/Types/Var.dyn_o-boot )
[ 94 of 443] Compiling GHC.Tc.Utils.TcType[boot] ( compiler/GHC/Tc/Utils/TcType.hs-boot, /tmp/.haddock-2731259/GHC/Tc/Utils/TcType.o-boot, /tmp/.haddock-2731259/GHC/Tc/Utils/TcType.dyn_o-boot )
[ 95 of 443] Compiling GHC.Core[boot] ( compiler/GHC/Core.hs-boot, /tmp/.haddock-2731259/GHC/Core.o-boot, /tmp/.haddock-2731259/GHC/Core.dyn_o-boot )
[ 96 of 443] Compiling GHC.Core.Ppr[boot] ( compiler/GHC/Core/Ppr.hs-boot, /tmp/.haddock-2731259/GHC/Core/Ppr.o-boot, /tmp/.haddock-2731259/GHC/Core/Ppr.dyn_o-boot )
[ 97 of 443] Compiling GHC.Types.Id[boot] ( compiler/GHC/Types/Id.hs-boot, /tmp/.haddock-2731259/GHC/Types/Id.o-boot, /tmp/.haddock-2731259/GHC/Types/Id.dyn_o-boot )
[ 98 of 443] Compiling GHC.Core.TyCon[boot] ( compiler/GHC/Core/TyCon.hs-boot, /tmp/.haddock-2731259/GHC/Core/TyCon.o-boot, /tmp/.haddock-2731259/GHC/Core/TyCon.dyn_o-boot )
[ 99 of 443] Compiling GHC.Types.TyThing[boot] ( compiler/GHC/Types/TyThing.hs-boot, /tmp/.haddock-2731259/GHC/Types/TyThing.o-boot, /tmp/.haddock-2731259/GHC/Types/TyThing.dyn_o-boot )
[100 of 443] Compiling GHC.Core.TyCo.Rep[boot] ( compiler/GHC/Core/TyCo/Rep.hs-boot, /tmp/.haddock-2731259/GHC/Core/TyCo/Rep.o-boot, /tmp/.haddock-2731259/GHC/Core/TyCo/Rep.dyn_o-boot )
[101 of 443] Compiling GHC.Core.TyCo.Ppr[boot] ( compiler/GHC/Core/TyCo/Ppr.hs-boot, /tmp/.haddock-2731259/GHC/Core/TyCo/Ppr.o-boot, /tmp/.haddock-2731259/GHC/Core/TyCo/Ppr.dyn_o-boot )
[102 of 443] Compiling GHC.Core.TyCo.FVs[boot] ( compiler/GHC/Core/TyCo/FVs.hs-boot, /tmp/.haddock-2731259/GHC/Core/TyCo/FVs.o-boot, /tmp/.haddock-2731259/GHC/Core/TyCo/FVs.dyn_o-boot )
[103 of 443] Compiling GHC.Types.Unique.FM ( compiler/GHC/Types/Unique/FM.hs, /tmp/.haddock-2731259/GHC/Types/Unique/FM.o, /tmp/.haddock-2731259/GHC/Types/Unique/FM.dyn_o )
[104 of 443] Compiling GHC.Data.Strict ( compiler/GHC/Data/Strict.hs, /tmp/.haddock-2731259/GHC/Data/Strict.o, /tmp/.haddock-2731259/GHC/Data/Strict.dyn_o )
[105 of 443] Compiling GHC.Data.FiniteMap ( compiler/GHC/Data/FiniteMap.hs, /tmp/.haddock-2731259/GHC/Data/FiniteMap.o, /tmp/.haddock-2731259/GHC/Data/FiniteMap.dyn_o )
[106 of 443] Compiling GHC.Utils.Lexeme ( compiler/GHC/Utils/Lexeme.hs, /tmp/.haddock-2731259/GHC/Utils/Lexeme.o, /tmp/.haddock-2731259/GHC/Utils/Lexeme.dyn_o )
[107 of 443] Compiling GHC.Data.Maybe ( compiler/GHC/Data/Maybe.hs, /tmp/.haddock-2731259/GHC/Data/Maybe.o, /tmp/.haddock-2731259/GHC/Data/Maybe.dyn_o )
[108 of 443] Compiling GHC.Utils.Monad ( compiler/GHC/Utils/Monad.hs, /tmp/.haddock-2731259/GHC/Utils/Monad.o, /tmp/.haddock-2731259/GHC/Utils/Monad.dyn_o )
[109 of 443] Compiling GHC.Types.Unique.Supply ( compiler/GHC/Types/Unique/Supply.hs, /tmp/.haddock-2731259/GHC/Types/Unique/Supply.o, /tmp/.haddock-2731259/GHC/Types/Unique/Supply.dyn_o )
[110 of 443] Compiling Language.Haskell.Syntax.Concrete ( compiler/Language/Haskell/Syntax/Concrete.hs, /tmp/.haddock-2731259/Language/Haskell/Syntax/Concrete.o, /tmp/.haddock-2731259/Language/Haskell/Syntax/Concrete.dyn_o )
[111 of 443] Compiling GHC.Settings.Constants ( compiler/GHC/Settings/Constants.hs, /tmp/.haddock-2731259/GHC/Settings/Constants.o, /tmp/.haddock-2731259/GHC/Settings/Constants.dyn_o )
[112 of 443] Compiling GHC.Cmm.Dataflow.Collections ( compiler/GHC/Cmm/Dataflow/Collections.hs, /tmp/.haddock-2731259/GHC/Cmm/Dataflow/Collections.o, /tmp/.haddock-2731259/GHC/Cmm/Dataflow/Collections.dyn_o )
[113 of 443] Compiling GHC.Data.StringBuffer ( compiler/GHC/Data/StringBuffer.hs, /tmp/.haddock-2731259/GHC/Data/StringBuffer.o, /tmp/.haddock-2731259/GHC/Data/StringBuffer.dyn_o )
[114 of 443] Compiling GHC.Tc.Types.TcRef ( compiler/GHC/Tc/Types/TcRef.hs, /tmp/.haddock-2731259/GHC/Tc/Types/TcRef.o, /tmp/.haddock-2731259/GHC/Tc/Types/TcRef.dyn_o )
[115 of 443] Compiling GHC.Utils.CliOption ( compiler/GHC/Utils/CliOption.hs, /tmp/.haddock-2731259/GHC/Utils/CliOption.o, /tmp/.haddock-2731259/GHC/Utils/CliOption.dyn_o )
[116 of 443] Compiling GHC.Types.ProfAuto ( compiler/GHC/Types/ProfAuto.hs, /tmp/.haddock-2731259/GHC/Types/ProfAuto.o, /tmp/.haddock-2731259/GHC/Types/ProfAuto.dyn_o )
[117 of 443] Compiling GHC.SysTools.Terminal ( compiler/GHC/SysTools/Terminal.hs, /tmp/.haddock-2731259/GHC/SysTools/Terminal.o, /tmp/.haddock-2731259/GHC/SysTools/Terminal.dyn_o )
[118 of 443] Compiling GHC.Driver.Plugins.External ( compiler/GHC/Driver/Plugins/External.hs, /tmp/.haddock-2731259/GHC/Driver/Plugins/External.o, /tmp/.haddock-2731259/GHC/Driver/Plugins/External.dyn_o )
[119 of 443] Compiling GHC.Driver.Backend.Internal ( compiler/GHC/Driver/Backend/Internal.hs, /tmp/.haddock-2731259/GHC/Driver/Backend/Internal.o, /tmp/.haddock-2731259/GHC/Driver/Backend/Internal.dyn_o )
[120 of 443] Compiling GHC.Types.HpcInfo ( compiler/GHC/Types/HpcInfo.hs, /tmp/.haddock-2731259/GHC/Types/HpcInfo.o, /tmp/.haddock-2731259/GHC/Types/HpcInfo.dyn_o )
[121 of 443] Compiling GHC.CmmToAsm.CFG.Weight ( compiler/GHC/CmmToAsm/CFG/Weight.hs, /tmp/.haddock-2731259/GHC/CmmToAsm/CFG/Weight.o, /tmp/.haddock-2731259/GHC/CmmToAsm/CFG/Weight.dyn_o )
[122 of 443] Compiling GHC.Utils.Json ( compiler/GHC/Utils/Json.hs, /tmp/.haddock-2731259/GHC/Utils/Json.o, /tmp/.haddock-2731259/GHC/Utils/Json.dyn_o )
[123 of 443] Compiling GHC.Types.SrcLoc ( compiler/GHC/Types/SrcLoc.hs, /tmp/.haddock-2731259/GHC/Types/SrcLoc.o, /tmp/.haddock-2731259/GHC/Types/SrcLoc.dyn_o )
[124 of 443] Compiling GHC.Utils.Binary ( compiler/GHC/Utils/Binary.hs, /tmp/.haddock-2731259/GHC/Utils/Binary.o, /tmp/.haddock-2731259/GHC/Utils/Binary.dyn_o )
[125 of 443] Compiling GHC.Data.EnumSet ( compiler/GHC/Data/EnumSet.hs, /tmp/.haddock-2731259/GHC/Data/EnumSet.o, /tmp/.haddock-2731259/GHC/Data/EnumSet.dyn_o )
[126 of 443] Compiling GHC.Utils.Binary.Typeable ( compiler/GHC/Utils/Binary/Typeable.hs, /tmp/.haddock-2731259/GHC/Utils/Binary/Typeable.o, /tmp/.haddock-2731259/GHC/Utils/Binary/Typeable.dyn_o )
[127 of 443] Compiling GHC.Iface.Ext.Fields ( compiler/GHC/Iface/Ext/Fields.hs, /tmp/.haddock-2731259/GHC/Iface/Ext/Fields.o, /tmp/.haddock-2731259/GHC/Iface/Ext/Fields.dyn_o )
[128 of 443] Compiling GHC.Types.Unique.DFM ( compiler/GHC/Types/Unique/DFM.hs, /tmp/.haddock-2731259/GHC/Types/Unique/DFM.o, /tmp/.haddock-2731259/GHC/Types/Unique/DFM.dyn_o )
[129 of 443] Compiling GHC.Data.FastString.Env ( compiler/GHC/Data/FastString/Env.hs, /tmp/.haddock-2731259/GHC/Data/FastString/Env.o, /tmp/.haddock-2731259/GHC/Data/FastString/Env.dyn_o )
[130 of 443] Compiling GHC.Types.CostCentre.State ( compiler/GHC/Types/CostCentre/State.hs, /tmp/.haddock-2731259/GHC/Types/CostCentre/State.o, /tmp/.haddock-2731259/GHC/Types/CostCentre/State.dyn_o )
[131 of 443] Compiling GHC.Types.Unique.Set ( compiler/GHC/Types/Unique/Set.hs, /tmp/.haddock-2731259/GHC/Types/Unique/Set.o, /tmp/.haddock-2731259/GHC/Types/Unique/Set.dyn_o )
[132 of 443] Compiling GHC.Types.Unique.DSet ( compiler/GHC/Types/Unique/DSet.hs, /tmp/.haddock-2731259/GHC/Types/Unique/DSet.o, /tmp/.haddock-2731259/GHC/Types/Unique/DSet.dyn_o )
[133 of 443] Compiling GHC.Types.SourceText ( compiler/GHC/Types/SourceText.hs, /tmp/.haddock-2731259/GHC/Types/SourceText.o, /tmp/.haddock-2731259/GHC/Types/SourceText.dyn_o )
[134 of 443] Compiling GHC.Types.Basic ( compiler/GHC/Types/Basic.hs, /tmp/.haddock-2731259/GHC/Types/Basic.o, /tmp/.haddock-2731259/GHC/Types/Basic.dyn_o )
[135 of 443] Compiling GHC.Builtin.Uniques[boot] ( compiler/GHC/Builtin/Uniques.hs-boot, /tmp/.haddock-2731259/GHC/Builtin/Uniques.o-boot, /tmp/.haddock-2731259/GHC/Builtin/Uniques.dyn_o-boot )
[136 of 443] Compiling GHC.Platform ( compiler/GHC/Platform.hs, /tmp/.haddock-2731259/GHC/Platform.o, /tmp/.haddock-2731259/GHC/Platform.dyn_o )
[137 of 443] Compiling GHC.Cmm.CLabel[boot] ( compiler/GHC/Cmm/CLabel.hs-boot, /tmp/.haddock-2731259/GHC/Cmm/CLabel.o-boot, /tmp/.haddock-2731259/GHC/Cmm/CLabel.dyn_o-boot )
[138 of 443] Compiling GHC.Core.Rules.Config ( compiler/GHC/Core/Rules/Config.hs, /tmp/.haddock-2731259/GHC/Core/Rules/Config.o, /tmp/.haddock-2731259/GHC/Core/Rules/Config.dyn_o )
[139 of 443] Compiling GHC.Settings ( compiler/GHC/Settings.hs, /tmp/.haddock-2731259/GHC/Settings.o, /tmp/.haddock-2731259/GHC/Settings.dyn_o )
[140 of 443] Compiling GHC.Data.OrdList ( compiler/GHC/Data/OrdList.hs, /tmp/.haddock-2731259/GHC/Data/OrdList.o, /tmp/.haddock-2731259/GHC/Data/OrdList.dyn_o )
[141 of 443] Compiling GHC.Types.Unique.Map ( compiler/GHC/Types/Unique/Map.hs, /tmp/.haddock-2731259/GHC/Types/Unique/Map.o, /tmp/.haddock-2731259/GHC/Types/Unique/Map.dyn_o )
[142 of 443] Compiling GHC.Data.Graph.Directed ( compiler/GHC/Data/Graph/Directed.hs, /tmp/.haddock-2731259/GHC/Data/Graph/Directed.o, /tmp/.haddock-2731259/GHC/Data/Graph/Directed.dyn_o )
[143 of 443] Compiling GHC.Types.FieldLabel ( compiler/GHC/Types/FieldLabel.hs, /tmp/.haddock-2731259/GHC/Types/FieldLabel.o, /tmp/.haddock-2731259/GHC/Types/FieldLabel.dyn_o )
[144 of 443] Compiling GHC.Core.DataCon[boot] ( compiler/GHC/Core/DataCon.hs-boot, /tmp/.haddock-2731259/GHC/Core/DataCon.o-boot, /tmp/.haddock-2731259/GHC/Core/DataCon.dyn_o-boot )
[145 of 443] Compiling GHC.Builtin.Types[boot] ( compiler/GHC/Builtin/Types.hs-boot, /tmp/.haddock-2731259/GHC/Builtin/Types.o-boot, /tmp/.haddock-2731259/GHC/Builtin/Types.dyn_o-boot )
[146 of 443] Compiling GHC.Builtin.Uniques ( compiler/GHC/Builtin/Uniques.hs, /tmp/.haddock-2731259/GHC/Builtin/Uniques.o, /tmp/.haddock-2731259/GHC/Builtin/Uniques.dyn_o )
[147 of 443] Compiling GHC.Types.Name.Occurrence ( compiler/GHC/Types/Name/Occurrence.hs, /tmp/.haddock-2731259/GHC/Types/Name/Occurrence.o, /tmp/.haddock-2731259/GHC/Types/Name/Occurrence.dyn_o )
[148 of 443] Compiling GHC.Data.List.SetOps ( compiler/GHC/Data/List/SetOps.hs, /tmp/.haddock-2731259/GHC/Data/List/SetOps.o, /tmp/.haddock-2731259/GHC/Data/List/SetOps.dyn_o )
[149 of 443] Compiling GHC.Data.Bag ( compiler/GHC/Data/Bag.hs, /tmp/.haddock-2731259/GHC/Data/Bag.o, /tmp/.haddock-2731259/GHC/Data/Bag.dyn_o )
[150 of 443] Compiling GHC.Types.Fixity ( compiler/GHC/Types/Fixity.hs, /tmp/.haddock-2731259/GHC/Types/Fixity.o, /tmp/.haddock-2731259/GHC/Types/Fixity.dyn_o )
[151 of 443] Compiling GHC.Hs.DocString ( compiler/GHC/Hs/DocString.hs, /tmp/.haddock-2731259/GHC/Hs/DocString.o, /tmp/.haddock-2731259/GHC/Hs/DocString.dyn_o )
[152 of 443] Compiling GHC.Data.Pair ( compiler/GHC/Data/Pair.hs, /tmp/.haddock-2731259/GHC/Data/Pair.o, /tmp/.haddock-2731259/GHC/Data/Pair.dyn_o )
[153 of 443] Compiling GHC.Types.ForeignStubs ( compiler/GHC/Types/ForeignStubs.hs, /tmp/.haddock-2731259/GHC/Types/ForeignStubs.o, /tmp/.haddock-2731259/GHC/Types/ForeignStubs.dyn_o )
[154 of 443] Compiling GHC.Cmm.Type ( compiler/GHC/Cmm/Type.hs, /tmp/.haddock-2731259/GHC/Cmm/Type.o, /tmp/.haddock-2731259/GHC/Cmm/Type.dyn_o )
[155 of 443] Compiling GHC.Driver.Flags ( compiler/GHC/Driver/Flags.hs, /tmp/.haddock-2731259/GHC/Driver/Flags.o, /tmp/.haddock-2731259/GHC/Driver/Flags.dyn_o )
[156 of 443] Compiling GHC.Platform.Ways ( compiler/GHC/Platform/Ways.hs, /tmp/.haddock-2731259/GHC/Platform/Ways.o, /tmp/.haddock-2731259/GHC/Platform/Ways.dyn_o )
[157 of 443] Compiling GHC.Platform.Profile ( compiler/GHC/Platform/Profile.hs, /tmp/.haddock-2731259/GHC/Platform/Profile.o, /tmp/.haddock-2731259/GHC/Platform/Profile.dyn_o )
[158 of 443] Compiling GHC.Runtime.Heap.Layout ( compiler/GHC/Runtime/Heap/Layout.hs, /tmp/.haddock-2731259/GHC/Runtime/Heap/Layout.o, /tmp/.haddock-2731259/GHC/Runtime/Heap/Layout.dyn_o )
[159 of 443] Compiling GHC.Cmm.Reg ( compiler/GHC/Cmm/Reg.hs, /tmp/.haddock-2731259/GHC/Cmm/Reg.o, /tmp/.haddock-2731259/GHC/Cmm/Reg.dyn_o )
[160 of 443] Compiling GHC.Cmm.MachOp ( compiler/GHC/Cmm/MachOp.hs, /tmp/.haddock-2731259/GHC/Cmm/MachOp.o, /tmp/.haddock-2731259/GHC/Cmm/MachOp.dyn_o )
[161 of 443] Compiling GHC.Types.SafeHaskell ( compiler/GHC/Types/SafeHaskell.hs, /tmp/.haddock-2731259/GHC/Types/SafeHaskell.o, /tmp/.haddock-2731259/GHC/Types/SafeHaskell.dyn_o )
[162 of 443] Compiling GHC.Parser.Errors.Basic ( compiler/GHC/Parser/Errors/Basic.hs, /tmp/.haddock-2731259/GHC/Parser/Errors/Basic.o, /tmp/.haddock-2731259/GHC/Parser/Errors/Basic.dyn_o )
[163 of 443] Compiling GHC.Unit.Ppr ( compiler/GHC/Unit/Ppr.hs, /tmp/.haddock-2731259/GHC/Unit/Ppr.o, /tmp/.haddock-2731259/GHC/Unit/Ppr.dyn_o )
[164 of 443] Compiling GHC.Tc.Types.Rank ( compiler/GHC/Tc/Types/Rank.hs, /tmp/.haddock-2731259/GHC/Tc/Types/Rank.o, /tmp/.haddock-2731259/GHC/Tc/Types/Rank.dyn_o )
[165 of 443] Compiling GHC.Unit.Types ( compiler/GHC/Unit/Types.hs, /tmp/.haddock-2731259/GHC/Unit/Types.o, /tmp/.haddock-2731259/GHC/Unit/Types.dyn_o )
[166 of 443] Compiling GHC.Unit.Module.Location ( compiler/GHC/Unit/Module/Location.hs, /tmp/.haddock-2731259/GHC/Unit/Module/Location.o, /tmp/.haddock-2731259/GHC/Unit/Module/Location.dyn_o )
[167 of 443] Compiling GHC.Unit.Module.Env ( compiler/GHC/Unit/Module/Env.hs, /tmp/.haddock-2731259/GHC/Unit/Module/Env.o, /tmp/.haddock-2731259/GHC/Unit/Module/Env.dyn_o )
[168 of 443] Compiling GHC.Unit.Module ( compiler/GHC/Unit/Module.hs, /tmp/.haddock-2731259/GHC/Unit/Module.o, /tmp/.haddock-2731259/GHC/Unit/Module.dyn_o )
[169 of 443] Compiling GHC.Types.ForeignCall ( compiler/GHC/Types/ForeignCall.hs, /tmp/.haddock-2731259/GHC/Types/ForeignCall.o, /tmp/.haddock-2731259/GHC/Types/ForeignCall.dyn_o )
[170 of 443] Compiling GHC.Unit.Info ( compiler/GHC/Unit/Info.hs, /tmp/.haddock-2731259/GHC/Unit/Info.o, /tmp/.haddock-2731259/GHC/Unit/Info.dyn_o )
[171 of 443] Compiling GHC.Unit.Home ( compiler/GHC/Unit/Home.hs, /tmp/.haddock-2731259/GHC/Unit/Home.o, /tmp/.haddock-2731259/GHC/Unit/Home.dyn_o )
[172 of 443] Compiling GHC.Types.Name ( compiler/GHC/Types/Name.hs, /tmp/.haddock-2731259/GHC/Types/Name.o, /tmp/.haddock-2731259/GHC/Types/Name.dyn_o )
[173 of 443] Compiling GHC.Types.Var ( compiler/GHC/Types/Var.hs, /tmp/.haddock-2731259/GHC/Types/Var.o, /tmp/.haddock-2731259/GHC/Types/Var.dyn_o )
[174 of 443] Compiling GHC.Core.Type[boot] ( compiler/GHC/Core/Type.hs-boot, /tmp/.haddock-2731259/GHC/Core/Type.o-boot, /tmp/.haddock-2731259/GHC/Core/Type.dyn_o-boot )
[175 of 443] Compiling GHC.Types.Var.Set ( compiler/GHC/Types/Var/Set.hs, /tmp/.haddock-2731259/GHC/Types/Var/Set.o, /tmp/.haddock-2731259/GHC/Types/Var/Set.dyn_o )
[176 of 443] Compiling GHC.Utils.FV ( compiler/GHC/Utils/FV.hs, /tmp/.haddock-2731259/GHC/Utils/FV.o, /tmp/.haddock-2731259/GHC/Utils/FV.dyn_o )
[177 of 443] Compiling GHC.Data.Graph.UnVar ( compiler/GHC/Data/Graph/UnVar.hs, /tmp/.haddock-2731259/GHC/Data/Graph/UnVar.o, /tmp/.haddock-2731259/GHC/Data/Graph/UnVar.dyn_o )
[178 of 443] Compiling GHC.Types.Var.Env ( compiler/GHC/Types/Var/Env.hs, /tmp/.haddock-2731259/GHC/Types/Var/Env.o, /tmp/.haddock-2731259/GHC/Types/Var/Env.dyn_o )
[179 of 443] Compiling GHC.Types.Name.Set ( compiler/GHC/Types/Name/Set.hs, /tmp/.haddock-2731259/GHC/Types/Name/Set.o, /tmp/.haddock-2731259/GHC/Types/Name/Set.dyn_o )
[180 of 443] Compiling GHC.Types.Name.Env ( compiler/GHC/Types/Name/Env.hs, /tmp/.haddock-2731259/GHC/Types/Name/Env.o, /tmp/.haddock-2731259/GHC/Types/Name/Env.dyn_o )
[181 of 443] Compiling GHC.Stg.InferTags.TagSig ( compiler/GHC/Stg/InferTags/TagSig.hs, /tmp/.haddock-2731259/GHC/Stg/InferTags/TagSig.o, /tmp/.haddock-2731259/GHC/Stg/InferTags/TagSig.dyn_o )
[182 of 443] Compiling GHC.Types.GREInfo ( compiler/GHC/Types/GREInfo.hs, /tmp/.haddock-2731259/GHC/Types/GREInfo.o, /tmp/.haddock-2731259/GHC/Types/GREInfo.dyn_o )
[183 of 443] Compiling GHC.Types.Avail ( compiler/GHC/Types/Avail.hs, /tmp/.haddock-2731259/GHC/Types/Avail.o, /tmp/.haddock-2731259/GHC/Types/Avail.dyn_o )
[184 of 443] Compiling GHC.Types.Name.Reader ( compiler/GHC/Types/Name/Reader.hs, /tmp/.haddock-2731259/GHC/Types/Name/Reader.o, /tmp/.haddock-2731259/GHC/Types/Name/Reader.dyn_o )
[185 of 443] Compiling GHC.Unit.Module.Imported ( compiler/GHC/Unit/Module/Imported.hs, /tmp/.haddock-2731259/GHC/Unit/Module/Imported.o, /tmp/.haddock-2731259/GHC/Unit/Module/Imported.dyn_o )
[186 of 443] Compiling GHC.Parser.Annotation ( compiler/GHC/Parser/Annotation.hs, /tmp/.haddock-2731259/GHC/Parser/Annotation.o, /tmp/.haddock-2731259/GHC/Parser/Annotation.dyn_o )
[187 of 443] Compiling GHC.Data.BooleanFormula ( compiler/GHC/Data/BooleanFormula.hs, /tmp/.haddock-2731259/GHC/Data/BooleanFormula.o, /tmp/.haddock-2731259/GHC/Data/BooleanFormula.dyn_o )
[188 of 443] Compiling GHC.Core.Coercion.Axiom ( compiler/GHC/Core/Coercion/Axiom.hs, /tmp/.haddock-2731259/GHC/Core/Coercion/Axiom.o, /tmp/.haddock-2731259/GHC/Core/Coercion/Axiom.dyn_o )
[189 of 443] Compiling GHC.Core.Coercion[boot] ( compiler/GHC/Core/Coercion.hs-boot, /tmp/.haddock-2731259/GHC/Core/Coercion.o-boot, /tmp/.haddock-2731259/GHC/Core/Coercion.dyn_o-boot )
[190 of 443] Compiling GHC.Types.CostCentre ( compiler/GHC/Types/CostCentre.hs, /tmp/.haddock-2731259/GHC/Types/CostCentre.o, /tmp/.haddock-2731259/GHC/Types/CostCentre.dyn_o )
[191 of 443] Compiling GHC.Core.Class ( compiler/GHC/Core/Class.hs, /tmp/.haddock-2731259/GHC/Core/Class.o, /tmp/.haddock-2731259/GHC/Core/Class.dyn_o )
[192 of 443] Compiling GHC.Types.Id.Make[boot] ( compiler/GHC/Types/Id/Make.hs-boot, /tmp/.haddock-2731259/GHC/Types/Id/Make.o-boot, /tmp/.haddock-2731259/GHC/Types/Id/Make.dyn_o-boot )
[193 of 443] Compiling GHC.Types.Annotations ( compiler/GHC/Types/Annotations.hs, /tmp/.haddock-2731259/GHC/Types/Annotations.o, /tmp/.haddock-2731259/GHC/Types/Annotations.dyn_o )
[194 of 443] Compiling GHC.Iface.Recomp.Binary ( compiler/GHC/Iface/Recomp/Binary.hs, /tmp/.haddock-2731259/GHC/Iface/Recomp/Binary.o, /tmp/.haddock-2731259/GHC/Iface/Recomp/Binary.dyn_o )
[195 of 443] Compiling GHC.Hs.Extension ( compiler/GHC/Hs/Extension.hs, /tmp/.haddock-2731259/GHC/Hs/Extension.o, /tmp/.haddock-2731259/GHC/Hs/Extension.dyn_o )
[196 of 443] Compiling GHC.Hs.Doc ( compiler/GHC/Hs/Doc.hs, /tmp/.haddock-2731259/GHC/Hs/Doc.o, /tmp/.haddock-2731259/GHC/Hs/Doc.dyn_o )
[197 of 443] Compiling Language.Haskell.Syntax.ImpExp ( compiler/Language/Haskell/Syntax/ImpExp.hs, /tmp/.haddock-2731259/Language/Haskell/Syntax/ImpExp.o, /tmp/.haddock-2731259/Language/Haskell/Syntax/ImpExp.dyn_o )
[198 of 443] Compiling GHC.Unit.Module.Warnings ( compiler/GHC/Unit/Module/Warnings.hs, /tmp/.haddock-2731259/GHC/Unit/Module/Warnings.o, /tmp/.haddock-2731259/GHC/Unit/Module/Warnings.dyn_o )
[199 of 443] Compiling GHC.Core.Opt.CallerCC.Types ( compiler/GHC/Core/Opt/CallerCC/Types.hs, /tmp/.haddock-2731259/GHC/Core/Opt/CallerCC/Types.o, /tmp/.haddock-2731259/GHC/Core/Opt/CallerCC/Types.dyn_o )
[200 of 443] Compiling GHC.Types.Fixity.Env ( compiler/GHC/Types/Fixity/Env.hs, /tmp/.haddock-2731259/GHC/Types/Fixity/Env.o, /tmp/.haddock-2731259/GHC/Types/Fixity/Env.dyn_o )
[201 of 443] Compiling GHC.Builtin.Names ( compiler/GHC/Builtin/Names.hs, /tmp/.haddock-2731259/GHC/Builtin/Names.o, /tmp/.haddock-2731259/GHC/Builtin/Names.dyn_o )
[202 of 443] Compiling GHC.Core.TyCon ( compiler/GHC/Core/TyCon.hs, /tmp/.haddock-2731259/GHC/Core/TyCon.o, /tmp/.haddock-2731259/GHC/Core/TyCon.dyn_o )
[203 of 443] Compiling GHC.CoreToIface[boot] ( compiler/GHC/CoreToIface.hs-boot, /tmp/.haddock-2731259/GHC/CoreToIface.o-boot, /tmp/.haddock-2731259/GHC/CoreToIface.dyn_o-boot )
[204 of 443] Compiling GHC.Core.TyCon.Env ( compiler/GHC/Core/TyCon/Env.hs, /tmp/.haddock-2731259/GHC/Core/TyCon/Env.o, /tmp/.haddock-2731259/GHC/Core/TyCon/Env.dyn_o )
[205 of 443] Compiling GHC.Core.TyCon.RecWalk ( compiler/GHC/Core/TyCon/RecWalk.hs, /tmp/.haddock-2731259/GHC/Core/TyCon/RecWalk.o, /tmp/.haddock-2731259/GHC/Core/TyCon/RecWalk.dyn_o )
[206 of 443] Compiling GHC.Core.TyCo.Rep ( compiler/GHC/Core/TyCo/Rep.hs, /tmp/.haddock-2731259/GHC/Core/TyCo/Rep.o, /tmp/.haddock-2731259/GHC/Core/TyCo/Rep.dyn_o )
[207 of 443] Compiling GHC.Builtin.Types.Prim ( compiler/GHC/Builtin/Types/Prim.hs, /tmp/.haddock-2731259/GHC/Builtin/Types/Prim.o, /tmp/.haddock-2731259/GHC/Builtin/Types/Prim.dyn_o )
[208 of 443] Compiling GHC.Core.TyCo.FVs ( compiler/GHC/Core/TyCo/FVs.hs, /tmp/.haddock-2731259/GHC/Core/TyCo/FVs.o, /tmp/.haddock-2731259/GHC/Core/TyCo/FVs.dyn_o )
[209 of 443] Compiling GHC.Core.TyCo.Subst ( compiler/GHC/Core/TyCo/Subst.hs, /tmp/.haddock-2731259/GHC/Core/TyCo/Subst.o, /tmp/.haddock-2731259/GHC/Core/TyCo/Subst.dyn_o )
[210 of 443] Compiling GHC.Core.TyCo.Tidy ( compiler/GHC/Core/TyCo/Tidy.hs, /tmp/.haddock-2731259/GHC/Core/TyCo/Tidy.o, /tmp/.haddock-2731259/GHC/Core/TyCo/Tidy.dyn_o )
[211 of 443] Compiling GHC.Core.Type ( compiler/GHC/Core/Type.hs, /tmp/.haddock-2731259/GHC/Core/Type.o, /tmp/.haddock-2731259/GHC/Core/Type.dyn_o )
[212 of 443] Compiling Language.Haskell.Syntax.Lit ( compiler/Language/Haskell/Syntax/Lit.hs, /tmp/.haddock-2731259/Language/Haskell/Syntax/Lit.o, /tmp/.haddock-2731259/Language/Haskell/Syntax/Lit.dyn_o )
[213 of 443] Compiling GHC.Core.TyCo.Compare ( compiler/GHC/Core/TyCo/Compare.hs, /tmp/.haddock-2731259/GHC/Core/TyCo/Compare.o, /tmp/.haddock-2731259/GHC/Core/TyCo/Compare.dyn_o )
[214 of 443] Compiling GHC.Iface.Type ( compiler/GHC/Iface/Type.hs, /tmp/.haddock-2731259/GHC/Iface/Type.o, /tmp/.haddock-2731259/GHC/Iface/Type.dyn_o )
[215 of 443] Compiling GHC.Types.Tickish ( compiler/GHC/Types/Tickish.hs, /tmp/.haddock-2731259/GHC/Types/Tickish.o, /tmp/.haddock-2731259/GHC/Types/Tickish.dyn_o )
[216 of 443] Compiling GHC.Tc.Errors.Types.PromotionErr ( compiler/GHC/Tc/Errors/Types/PromotionErr.hs, /tmp/.haddock-2731259/GHC/Tc/Errors/Types/PromotionErr.o, /tmp/.haddock-2731259/GHC/Tc/Errors/Types/PromotionErr.dyn_o )
[217 of 443] Compiling GHC.Types.Literal ( compiler/GHC/Types/Literal.hs, /tmp/.haddock-2731259/GHC/Types/Literal.o, /tmp/.haddock-2731259/GHC/Types/Literal.dyn_o )
[218 of 443] Compiling GHC.Data.TrieMap ( compiler/GHC/Data/TrieMap.hs, /tmp/.haddock-2731259/GHC/Data/TrieMap.o, /tmp/.haddock-2731259/GHC/Data/TrieMap.dyn_o )
[219 of 443] Compiling GHC.Cmm.Dataflow.Label ( compiler/GHC/Cmm/Dataflow/Label.hs, /tmp/.haddock-2731259/GHC/Cmm/Dataflow/Label.o, /tmp/.haddock-2731259/GHC/Cmm/Dataflow/Label.dyn_o )
[220 of 443] Compiling GHC.Cmm.BlockId[boot] ( compiler/GHC/Cmm/BlockId.hs-boot, /tmp/.haddock-2731259/GHC/Cmm/BlockId.o-boot, /tmp/.haddock-2731259/GHC/Cmm/BlockId.dyn_o-boot )
[221 of 443] Compiling GHC.Core.RoughMap ( compiler/GHC/Core/RoughMap.hs, /tmp/.haddock-2731259/GHC/Core/RoughMap.o, /tmp/.haddock-2731259/GHC/Core/RoughMap.dyn_o )
[222 of 443] Compiling GHC.Core.Multiplicity ( compiler/GHC/Core/Multiplicity.hs, /tmp/.haddock-2731259/GHC/Core/Multiplicity.o, /tmp/.haddock-2731259/GHC/Core/Multiplicity.dyn_o )
[223 of 443] Compiling GHC.Core.TyCo.Ppr ( compiler/GHC/Core/TyCo/Ppr.hs, /tmp/.haddock-2731259/GHC/Core/TyCo/Ppr.o, /tmp/.haddock-2731259/GHC/Core/TyCo/Ppr.dyn_o )
[224 of 443] Compiling GHC.Core.Coercion ( compiler/GHC/Core/Coercion.hs, /tmp/.haddock-2731259/GHC/Core/Coercion.o, /tmp/.haddock-2731259/GHC/Core/Coercion.dyn_o )
[225 of 443] Compiling GHC.Core.Map.Type ( compiler/GHC/Core/Map/Type.hs, /tmp/.haddock-2731259/GHC/Core/Map/Type.o, /tmp/.haddock-2731259/GHC/Core/Map/Type.dyn_o )
[226 of 443] Compiling GHC.Core.Unify ( compiler/GHC/Core/Unify.hs, /tmp/.haddock-2731259/GHC/Core/Unify.o, /tmp/.haddock-2731259/GHC/Core/Unify.dyn_o )
[227 of 443] Compiling GHC.Core.PatSyn ( compiler/GHC/Core/PatSyn.hs, /tmp/.haddock-2731259/GHC/Core/PatSyn.o, /tmp/.haddock-2731259/GHC/Core/PatSyn.dyn_o )
[228 of 443] Compiling GHC.Core.Predicate ( compiler/GHC/Core/Predicate.hs, /tmp/.haddock-2731259/GHC/Core/Predicate.o, /tmp/.haddock-2731259/GHC/Core/Predicate.dyn_o )
[229 of 443] Compiling GHC.Core.DataCon ( compiler/GHC/Core/DataCon.hs, /tmp/.haddock-2731259/GHC/Core/DataCon.o, /tmp/.haddock-2731259/GHC/Core/DataCon.dyn_o )
[230 of 443] Compiling GHC.Types.Demand ( compiler/GHC/Types/Demand.hs, /tmp/.haddock-2731259/GHC/Types/Demand.o, /tmp/.haddock-2731259/GHC/Types/Demand.dyn_o )
[231 of 443] Compiling GHC.Types.RepType ( compiler/GHC/Types/RepType.hs, /tmp/.haddock-2731259/GHC/Types/RepType.o, /tmp/.haddock-2731259/GHC/Types/RepType.dyn_o )
[232 of 443] Compiling Language.Haskell.Syntax.Type ( compiler/Language/Haskell/Syntax/Type.hs, /tmp/.haddock-2731259/Language/Haskell/Syntax/Type.o, /tmp/.haddock-2731259/Language/Haskell/Syntax/Type.dyn_o )
[233 of 443] Compiling Language.Haskell.Syntax.Pat ( compiler/Language/Haskell/Syntax/Pat.hs, /tmp/.haddock-2731259/Language/Haskell/Syntax/Pat.o, /tmp/.haddock-2731259/Language/Haskell/Syntax/Pat.dyn_o )
[234 of 443] Compiling GHC.Hs.Pat[boot] ( compiler/GHC/Hs/Pat.hs-boot, /tmp/.haddock-2731259/GHC/Hs/Pat.o-boot, /tmp/.haddock-2731259/GHC/Hs/Pat.dyn_o-boot )
[235 of 443] Compiling Language.Haskell.Syntax.Binds ( compiler/Language/Haskell/Syntax/Binds.hs, /tmp/.haddock-2731259/Language/Haskell/Syntax/Binds.o, /tmp/.haddock-2731259/Language/Haskell/Syntax/Binds.dyn_o )
[236 of 443] Compiling Language.Haskell.Syntax.Decls ( compiler/Language/Haskell/Syntax/Decls.hs, /tmp/.haddock-2731259/Language/Haskell/Syntax/Decls.o, /tmp/.haddock-2731259/Language/Haskell/Syntax/Decls.dyn_o )
[237 of 443] Compiling Language.Haskell.Syntax.Expr ( compiler/Language/Haskell/Syntax/Expr.hs, /tmp/.haddock-2731259/Language/Haskell/Syntax/Expr.o, /tmp/.haddock-2731259/Language/Haskell/Syntax/Expr.dyn_o )
[238 of 443] Compiling GHC.Hs.Expr[boot] ( compiler/GHC/Hs/Expr.hs-boot, /tmp/.haddock-2731259/GHC/Hs/Expr.o-boot, /tmp/.haddock-2731259/GHC/Hs/Expr.dyn_o-boot )
[239 of 443] Compiling Language.Haskell.Syntax ( compiler/Language/Haskell/Syntax.hs, /tmp/.haddock-2731259/Language/Haskell/Syntax.o, /tmp/.haddock-2731259/Language/Haskell/Syntax.dyn_o )
[240 of 443] Compiling GHC.Types.Cpr ( compiler/GHC/Types/Cpr.hs, /tmp/.haddock-2731259/GHC/Types/Cpr.o, /tmp/.haddock-2731259/GHC/Types/Cpr.dyn_o )
[241 of 443] Compiling GHC.Core ( compiler/GHC/Core.hs, /tmp/.haddock-2731259/GHC/Core.o, /tmp/.haddock-2731259/GHC/Core.dyn_o )
[242 of 443] Compiling GHC.Core.SimpleOpt[boot] ( compiler/GHC/Core/SimpleOpt.hs-boot, /tmp/.haddock-2731259/GHC/Core/SimpleOpt.o-boot, /tmp/.haddock-2731259/GHC/Core/SimpleOpt.dyn_o-boot )
[243 of 443] Compiling GHC.StgToCmm.Types ( compiler/GHC/StgToCmm/Types.hs, /tmp/.haddock-2731259/GHC/StgToCmm/Types.o, /tmp/.haddock-2731259/GHC/StgToCmm/Types.dyn_o )
[244 of 443] Compiling GHC.Types.Id.Info ( compiler/GHC/Types/Id/Info.hs, /tmp/.haddock-2731259/GHC/Types/Id/Info.o, /tmp/.haddock-2731259/GHC/Types/Id/Info.dyn_o )
[245 of 443] Compiling GHC.Types.Id ( compiler/GHC/Types/Id.hs, /tmp/.haddock-2731259/GHC/Types/Id.o, /tmp/.haddock-2731259/GHC/Types/Id.dyn_o )
[246 of 443] Compiling GHC.Core.Stats ( compiler/GHC/Core/Stats.hs, /tmp/.haddock-2731259/GHC/Core/Stats.o, /tmp/.haddock-2731259/GHC/Core/Stats.dyn_o )
[247 of 443] Compiling GHC.Core.Ppr ( compiler/GHC/Core/Ppr.hs, /tmp/.haddock-2731259/GHC/Core/Ppr.o, /tmp/.haddock-2731259/GHC/Core/Ppr.dyn_o )
[248 of 443] Compiling GHC.Hs.Lit ( compiler/GHC/Hs/Lit.hs, /tmp/.haddock-2731259/GHC/Hs/Lit.o, /tmp/.haddock-2731259/GHC/Hs/Lit.dyn_o )
[249 of 443] Compiling GHC.Core.Seq ( compiler/GHC/Core/Seq.hs, /tmp/.haddock-2731259/GHC/Core/Seq.o, /tmp/.haddock-2731259/GHC/Core/Seq.dyn_o )
[250 of 443] Compiling GHC.Core.Reduction ( compiler/GHC/Core/Reduction.hs, /tmp/.haddock-2731259/GHC/Core/Reduction.o, /tmp/.haddock-2731259/GHC/Core/Reduction.dyn_o )
[251 of 443] Compiling GHC.Core.ConLike ( compiler/GHC/Core/ConLike.hs, /tmp/.haddock-2731259/GHC/Core/ConLike.o, /tmp/.haddock-2731259/GHC/Core/ConLike.dyn_o )
[252 of 443] Compiling GHC.Types.TyThing ( compiler/GHC/Types/TyThing.hs, /tmp/.haddock-2731259/GHC/Types/TyThing.o, /tmp/.haddock-2731259/GHC/Types/TyThing.dyn_o )
[253 of 443] Compiling GHC.Builtin.Types ( compiler/GHC/Builtin/Types.hs, /tmp/.haddock-2731259/GHC/Builtin/Types.o, /tmp/.haddock-2731259/GHC/Builtin/Types.dyn_o )
[254 of 443] Compiling GHC.Tc.Utils.TcType ( compiler/GHC/Tc/Utils/TcType.hs, /tmp/.haddock-2731259/GHC/Tc/Utils/TcType.o, /tmp/.haddock-2731259/GHC/Tc/Utils/TcType.dyn_o )
[255 of 443] Compiling GHC.Core.Coercion.Opt ( compiler/GHC/Core/Coercion/Opt.hs, /tmp/.haddock-2731259/GHC/Core/Coercion/Opt.o, /tmp/.haddock-2731259/GHC/Core/Coercion/Opt.dyn_o )
[256 of 443] Compiling GHC.Core.FVs ( compiler/GHC/Core/FVs.hs, /tmp/.haddock-2731259/GHC/Core/FVs.o, /tmp/.haddock-2731259/GHC/Core/FVs.dyn_o )
[257 of 443] Compiling GHC.Core.FamInstEnv ( compiler/GHC/Core/FamInstEnv.hs, /tmp/.haddock-2731259/GHC/Core/FamInstEnv.o, /tmp/.haddock-2731259/GHC/Core/FamInstEnv.dyn_o )
[258 of 443] Compiling GHC.Types.Hint ( compiler/GHC/Types/Hint.hs, /tmp/.haddock-2731259/GHC/Types/Hint.o, /tmp/.haddock-2731259/GHC/Types/Hint.dyn_o )
[259 of 443] Compiling GHC.Types.Error ( compiler/GHC/Types/Error.hs, /tmp/.haddock-2731259/GHC/Types/Error.o, /tmp/.haddock-2731259/GHC/Types/Error.dyn_o )
[260 of 443] Compiling GHC.Utils.Logger ( compiler/GHC/Utils/Logger.hs, /tmp/.haddock-2731259/GHC/Utils/Logger.o, /tmp/.haddock-2731259/GHC/Utils/Logger.dyn_o )
[261 of 443] Compiling GHC.Utils.Error ( compiler/GHC/Utils/Error.hs, /tmp/.haddock-2731259/GHC/Utils/Error.o, /tmp/.haddock-2731259/GHC/Utils/Error.dyn_o )
[262 of 443] Compiling GHC.Core.UsageEnv ( compiler/GHC/Core/UsageEnv.hs, /tmp/.haddock-2731259/GHC/Core/UsageEnv.o, /tmp/.haddock-2731259/GHC/Core/UsageEnv.dyn_o )
[263 of 443] Compiling GHC.Iface.Syntax ( compiler/GHC/Iface/Syntax.hs, /tmp/.haddock-2731259/GHC/Iface/Syntax.o, /tmp/.haddock-2731259/GHC/Iface/Syntax.dyn_o )
[264 of 443] Compiling GHC.Hs.Type ( compiler/GHC/Hs/Type.hs, /tmp/.haddock-2731259/GHC/Hs/Type.o, /tmp/.haddock-2731259/GHC/Hs/Type.dyn_o )
[265 of 443] Compiling GHC.Builtin.PrimOps ( compiler/GHC/Builtin/PrimOps.hs, /tmp/.haddock-2731259/GHC/Builtin/PrimOps.o, /tmp/.haddock-2731259/GHC/Builtin/PrimOps.dyn_o )
[266 of 443] Compiling GHC.Cmm.CLabel ( compiler/GHC/Cmm/CLabel.hs, /tmp/.haddock-2731259/GHC/Cmm/CLabel.o, /tmp/.haddock-2731259/GHC/Cmm/CLabel.dyn_o )
[267 of 443] Compiling GHC.Cmm.BlockId ( compiler/GHC/Cmm/BlockId.hs, /tmp/.haddock-2731259/GHC/Cmm/BlockId.o, /tmp/.haddock-2731259/GHC/Cmm/BlockId.dyn_o )
[268 of 443] Compiling GHC.Cmm.Expr ( compiler/GHC/Cmm/Expr.hs, /tmp/.haddock-2731259/GHC/Cmm/Expr.o, /tmp/.haddock-2731259/GHC/Cmm/Expr.dyn_o )
[269 of 443] Compiling GHC.Core.Utils ( compiler/GHC/Core/Utils.hs, /tmp/.haddock-2731259/GHC/Core/Utils.o, /tmp/.haddock-2731259/GHC/Core/Utils.dyn_o )
[270 of 443] Compiling GHC.Core.Subst ( compiler/GHC/Core/Subst.hs, /tmp/.haddock-2731259/GHC/Core/Subst.o, /tmp/.haddock-2731259/GHC/Core/Subst.dyn_o )
[271 of 443] Compiling GHC.Core.Opt.Arity ( compiler/GHC/Core/Opt/Arity.hs, /tmp/.haddock-2731259/GHC/Core/Opt/Arity.o, /tmp/.haddock-2731259/GHC/Core/Opt/Arity.dyn_o )
[272 of 443] Compiling GHC.Core.Opt.OccurAnal ( compiler/GHC/Core/Opt/OccurAnal.hs, /tmp/.haddock-2731259/GHC/Core/Opt/OccurAnal.o, /tmp/.haddock-2731259/GHC/Core/Opt/OccurAnal.dyn_o )
[273 of 443] Compiling GHC.Core.Make ( compiler/GHC/Core/Make.hs, /tmp/.haddock-2731259/GHC/Core/Make.o, /tmp/.haddock-2731259/GHC/Core/Make.dyn_o )
[274 of 443] Compiling GHC.Core.Unfold ( compiler/GHC/Core/Unfold.hs, /tmp/.haddock-2731259/GHC/Core/Unfold.o, /tmp/.haddock-2731259/GHC/Core/Unfold.dyn_o )
[275 of 443] Compiling GHC.Core.Unfold.Make ( compiler/GHC/Core/Unfold/Make.hs, /tmp/.haddock-2731259/GHC/Core/Unfold/Make.o, /tmp/.haddock-2731259/GHC/Core/Unfold/Make.dyn_o )
[276 of 443] Compiling GHC.Core.SimpleOpt ( compiler/GHC/Core/SimpleOpt.hs, /tmp/.haddock-2731259/GHC/Core/SimpleOpt.o, /tmp/.haddock-2731259/GHC/Core/SimpleOpt.dyn_o )
[277 of 443] Compiling GHC.Types.Id.Make ( compiler/GHC/Types/Id/Make.hs, /tmp/.haddock-2731259/GHC/Types/Id/Make.o, /tmp/.haddock-2731259/GHC/Types/Id/Make.dyn_o )
[278 of 443] Compiling GHC.ByteCode.Types ( compiler/GHC/ByteCode/Types.hs, /tmp/.haddock-2731259/GHC/ByteCode/Types.o, /tmp/.haddock-2731259/GHC/ByteCode/Types.dyn_o )
[279 of 443] Compiling GHC.CoreToIface ( compiler/GHC/CoreToIface.hs, /tmp/.haddock-2731259/GHC/CoreToIface.o, /tmp/.haddock-2731259/GHC/CoreToIface.dyn_o )
[280 of 443] Compiling GHC.Core.InstEnv ( compiler/GHC/Core/InstEnv.hs, /tmp/.haddock-2731259/GHC/Core/InstEnv.o, /tmp/.haddock-2731259/GHC/Core/InstEnv.dyn_o )
[281 of 443] Compiling GHC.Tc.Types.Evidence ( compiler/GHC/Tc/Types/Evidence.hs, /tmp/.haddock-2731259/GHC/Tc/Types/Evidence.o, /tmp/.haddock-2731259/GHC/Tc/Types/Evidence.dyn_o )
[282 of 443] Compiling GHC.Hs.Binds ( compiler/GHC/Hs/Binds.hs, /tmp/.haddock-2731259/GHC/Hs/Binds.o, /tmp/.haddock-2731259/GHC/Hs/Binds.dyn_o )
[283 of 443] Compiling GHC.Hs.Pat ( compiler/GHC/Hs/Pat.hs, /tmp/.haddock-2731259/GHC/Hs/Pat.o, /tmp/.haddock-2731259/GHC/Hs/Pat.dyn_o )
[284 of 443] Compiling GHC.Hs.Decls ( compiler/GHC/Hs/Decls.hs, /tmp/.haddock-2731259/GHC/Hs/Decls.o, /tmp/.haddock-2731259/GHC/Hs/Decls.dyn_o )
[285 of 443] Compiling GHC.Hs.Expr ( compiler/GHC/Hs/Expr.hs, /tmp/.haddock-2731259/GHC/Hs/Expr.o, /tmp/.haddock-2731259/GHC/Hs/Expr.dyn_o )
[286 of 443] Compiling GHC.Hs.Utils ( compiler/GHC/Hs/Utils.hs, /tmp/.haddock-2731259/GHC/Hs/Utils.o, /tmp/.haddock-2731259/GHC/Hs/Utils.dyn_o )
[287 of 443] Compiling GHC.Types.PkgQual ( compiler/GHC/Types/PkgQual.hs, /tmp/.haddock-2731259/GHC/Types/PkgQual.o, /tmp/.haddock-2731259/GHC/Types/PkgQual.dyn_o )
[288 of 443] Compiling GHC.Hs.ImpExp ( compiler/GHC/Hs/ImpExp.hs, /tmp/.haddock-2731259/GHC/Hs/ImpExp.o, /tmp/.haddock-2731259/GHC/Hs/ImpExp.dyn_o )
[289 of 443] Compiling GHC.Hs.Instances ( compiler/GHC/Hs/Instances.hs, /tmp/.haddock-2731259/GHC/Hs/Instances.o, /tmp/.haddock-2731259/GHC/Hs/Instances.dyn_o )
[290 of 443] Compiling GHC.Hs ( compiler/GHC/Hs.hs, /tmp/.haddock-2731259/GHC/Hs.o, /tmp/.haddock-2731259/GHC/Hs.dyn_o )
[291 of 443] Compiling GHC.Tc.Types.Origin ( compiler/GHC/Tc/Types/Origin.hs, /tmp/.haddock-2731259/GHC/Tc/Types/Origin.o, /tmp/.haddock-2731259/GHC/Tc/Types/Origin.dyn_o )
[292 of 443] Compiling GHC.Tc.Types.BasicTypes ( compiler/GHC/Tc/Types/BasicTypes.hs, /tmp/.haddock-2731259/GHC/Tc/Types/BasicTypes.o, /tmp/.haddock-2731259/GHC/Tc/Types/BasicTypes.dyn_o )
[293 of 443] Compiling GHC.Tc.Zonk.Monad ( compiler/GHC/Tc/Zonk/Monad.hs, /tmp/.haddock-2731259/GHC/Tc/Zonk/Monad.o, /tmp/.haddock-2731259/GHC/Tc/Zonk/Monad.dyn_o )
[294 of 443] Compiling GHC.Tc.Types.ErrCtxt ( compiler/GHC/Tc/Types/ErrCtxt.hs, /tmp/.haddock-2731259/GHC/Tc/Types/ErrCtxt.o, /tmp/.haddock-2731259/GHC/Tc/Types/ErrCtxt.dyn_o )
[295 of 443] Compiling GHC.Tc.Types.CtLocEnv ( compiler/GHC/Tc/Types/CtLocEnv.hs, /tmp/.haddock-2731259/GHC/Tc/Types/CtLocEnv.o, /tmp/.haddock-2731259/GHC/Tc/Types/CtLocEnv.dyn_o )
[296 of 443] Compiling GHC.Tc.Types.Constraint ( compiler/GHC/Tc/Types/Constraint.hs, /tmp/.haddock-2731259/GHC/Tc/Types/Constraint.o, /tmp/.haddock-2731259/GHC/Tc/Types/Constraint.dyn_o )
[297 of 443] Compiling GHC.Tc.Types.TH ( compiler/GHC/Tc/Types/TH.hs, /tmp/.haddock-2731259/GHC/Tc/Types/TH.o, /tmp/.haddock-2731259/GHC/Tc/Types/TH.dyn_o )
[298 of 443] Compiling GHC.Tc.Errors.Hole.FitTypes ( compiler/GHC/Tc/Errors/Hole/FitTypes.hs, /tmp/.haddock-2731259/GHC/Tc/Errors/Hole/FitTypes.o, /tmp/.haddock-2731259/GHC/Tc/Errors/Hole/FitTypes.dyn_o )
[299 of 443] Compiling GHC.Types.SourceFile ( compiler/GHC/Types/SourceFile.hs, /tmp/.haddock-2731259/GHC/Types/SourceFile.o, /tmp/.haddock-2731259/GHC/Types/SourceFile.dyn_o )
[300 of 443] Compiling GHC.Driver.Phases ( compiler/GHC/Driver/Phases.hs, /tmp/.haddock-2731259/GHC/Driver/Phases.o, /tmp/.haddock-2731259/GHC/Driver/Phases.dyn_o )
[301 of 443] Compiling GHC.Utils.TmpFs ( compiler/GHC/Utils/TmpFs.hs, /tmp/.haddock-2731259/GHC/Utils/TmpFs.o, /tmp/.haddock-2731259/GHC/Utils/TmpFs.dyn_o )
[302 of 443] Compiling GHC.Driver.Pipeline.Monad ( compiler/GHC/Driver/Pipeline/Monad.hs, /tmp/.haddock-2731259/GHC/Driver/Pipeline/Monad.o, /tmp/.haddock-2731259/GHC/Driver/Pipeline/Monad.dyn_o )
[303 of 443] Compiling GHC.Driver.Backend ( compiler/GHC/Driver/Backend.hs, /tmp/.haddock-2731259/GHC/Driver/Backend.o, /tmp/.haddock-2731259/GHC/Driver/Backend.dyn_o )
[304 of 443] Compiling GHC.Driver.DynFlags ( compiler/GHC/Driver/DynFlags.hs, /tmp/.haddock-2731259/GHC/Driver/DynFlags.o, /tmp/.haddock-2731259/GHC/Driver/DynFlags.dyn_o )
[305 of 443] Compiling GHC.Unit.State ( compiler/GHC/Unit/State.hs, /tmp/.haddock-2731259/GHC/Unit/State.o, /tmp/.haddock-2731259/GHC/Unit/State.dyn_o )
[306 of 443] Compiling GHC.Unit.Module.Deps ( compiler/GHC/Unit/Module/Deps.hs, /tmp/.haddock-2731259/GHC/Unit/Module/Deps.o, /tmp/.haddock-2731259/GHC/Unit/Module/Deps.dyn_o )
[307 of 443] Compiling GHC.Unit.Parser ( compiler/GHC/Unit/Parser.hs, /tmp/.haddock-2731259/GHC/Unit/Parser.o, /tmp/.haddock-2731259/GHC/Unit/Parser.dyn_o )
[308 of 443] Compiling GHC.Unit ( compiler/GHC/Unit.hs, /tmp/.haddock-2731259/GHC/Unit.o, /tmp/.haddock-2731259/GHC/Unit.dyn_o )
[309 of 443] Compiling GHC.Unit.Module.ModIface ( compiler/GHC/Unit/Module/ModIface.hs, /tmp/.haddock-2731259/GHC/Unit/Module/ModIface.o, /tmp/.haddock-2731259/GHC/Unit/Module/ModIface.dyn_o )
[310 of 443] Compiling GHC.Iface.Errors.Types ( compiler/GHC/Iface/Errors/Types.hs, /tmp/.haddock-2731259/GHC/Iface/Errors/Types.o, /tmp/.haddock-2731259/GHC/Iface/Errors/Types.dyn_o )
[311 of 443] Compiling GHC.Tc.Errors.Types ( compiler/GHC/Tc/Errors/Types.hs, /tmp/.haddock-2731259/GHC/Tc/Errors/Types.o, /tmp/.haddock-2731259/GHC/Tc/Errors/Types.dyn_o )
[312 of 443] Compiling GHC.Tc.Types.LclEnv ( compiler/GHC/Tc/Types/LclEnv.hs, /tmp/.haddock-2731259/GHC/Tc/Types/LclEnv.o, /tmp/.haddock-2731259/GHC/Tc/Types/LclEnv.dyn_o )
[313 of 443] Compiling GHC.Utils.Monad.State.Strict ( compiler/GHC/Utils/Monad/State/Strict.hs, /tmp/.haddock-2731259/GHC/Utils/Monad/State/Strict.o, /tmp/.haddock-2731259/GHC/Utils/Monad/State/Strict.dyn_o )
[314 of 443] Compiling GHC.Types.Meta ( compiler/GHC/Types/Meta.hs, /tmp/.haddock-2731259/GHC/Types/Meta.o, /tmp/.haddock-2731259/GHC/Types/Meta.dyn_o )
[315 of 443] Compiling GHC.Data.Unboxed ( compiler/GHC/Data/Unboxed.hs, /tmp/.haddock-2731259/GHC/Data/Unboxed.o, /tmp/.haddock-2731259/GHC/Data/Unboxed.dyn_o )
[316 of 443] Compiling GHC.Data.Stream ( compiler/GHC/Data/Stream.hs, /tmp/.haddock-2731259/GHC/Data/Stream.o, /tmp/.haddock-2731259/GHC/Data/Stream.dyn_o )
[317 of 443] Compiling GHC.Data.SmallArray ( compiler/GHC/Data/SmallArray.hs, /tmp/.haddock-2731259/GHC/Data/SmallArray.o, /tmp/.haddock-2731259/GHC/Data/SmallArray.dyn_o )
[318 of 443] Compiling GHC.Cmm.Dataflow.Block ( compiler/GHC/Cmm/Dataflow/Block.hs, /tmp/.haddock-2731259/GHC/Cmm/Dataflow/Block.o, /tmp/.haddock-2731259/GHC/Cmm/Dataflow/Block.dyn_o )
[319 of 443] Compiling GHC.SysTools.BaseDir ( compiler/GHC/SysTools/BaseDir.hs, /tmp/.haddock-2731259/GHC/SysTools/BaseDir.o, /tmp/.haddock-2731259/GHC/SysTools/BaseDir.dyn_o )
[320 of 443] Compiling GHC.Parser.CharClass ( compiler/GHC/Parser/CharClass.hs, /tmp/.haddock-2731259/GHC/Parser/CharClass.o, /tmp/.haddock-2731259/GHC/Parser/CharClass.dyn_o )
[321 of 443] Compiling GHC.Types.Unique.SDFM ( compiler/GHC/Types/Unique/SDFM.hs, /tmp/.haddock-2731259/GHC/Types/Unique/SDFM.o, /tmp/.haddock-2731259/GHC/Types/Unique/SDFM.dyn_o )
[322 of 443] Compiling GHC.Types.SaneDouble ( compiler/GHC/Types/SaneDouble.hs, /tmp/.haddock-2731259/GHC/Types/SaneDouble.o, /tmp/.haddock-2731259/GHC/Types/SaneDouble.dyn_o )
[323 of 443] Compiling GHC.JS.Unsat.Syntax ( compiler/GHC/JS/Unsat/Syntax.hs, /tmp/.haddock-2731259/GHC/JS/Unsat/Syntax.o, /tmp/.haddock-2731259/GHC/JS/Unsat/Syntax.dyn_o )
[324 of 443] Compiling GHC.JS.Make ( compiler/GHC/JS/Make.hs, /tmp/.haddock-2731259/GHC/JS/Make.o, /tmp/.haddock-2731259/GHC/JS/Make.dyn_o )
[325 of 443] Compiling GHC.JS.Syntax ( compiler/GHC/JS/Syntax.hs, /tmp/.haddock-2731259/GHC/JS/Syntax.o, /tmp/.haddock-2731259/GHC/JS/Syntax.dyn_o )
[326 of 443] Compiling GHC.JS.Transform ( compiler/GHC/JS/Transform.hs, /tmp/.haddock-2731259/GHC/JS/Transform.o, /tmp/.haddock-2731259/GHC/JS/Transform.dyn_o )
[327 of 443] Compiling GHC.Platform.Reg.Class ( compiler/GHC/Platform/Reg/Class.hs, /tmp/.haddock-2731259/GHC/Platform/Reg/Class.o, /tmp/.haddock-2731259/GHC/Platform/Reg/Class.dyn_o )
[328 of 443] Compiling GHC.Platform.Reg ( compiler/GHC/Platform/Reg.hs, /tmp/.haddock-2731259/GHC/Platform/Reg.o, /tmp/.haddock-2731259/GHC/Platform/Reg.dyn_o )
[329 of 443] Compiling GHC.JS.Ppr ( compiler/GHC/JS/Ppr.hs, /tmp/.haddock-2731259/GHC/JS/Ppr.o, /tmp/.haddock-2731259/GHC/JS/Ppr.dyn_o )
[330 of 443] Compiling GHC.Types.Name.Cache ( compiler/GHC/Types/Name/Cache.hs, /tmp/.haddock-2731259/GHC/Types/Name/Cache.o, /tmp/.haddock-2731259/GHC/Types/Name/Cache.dyn_o )
[331 of 443] Compiling GHC.Types.BreakInfo ( compiler/GHC/Types/BreakInfo.hs, /tmp/.haddock-2731259/GHC/Types/BreakInfo.o, /tmp/.haddock-2731259/GHC/Types/BreakInfo.dyn_o )
[332 of 443] Compiling GHC.Driver.Env.KnotVars ( compiler/GHC/Driver/Env/KnotVars.hs, /tmp/.haddock-2731259/GHC/Driver/Env/KnotVars.o, /tmp/.haddock-2731259/GHC/Driver/Env/KnotVars.dyn_o )
[333 of 443] Compiling GHC.Linker.Static.Utils ( compiler/GHC/Linker/Static/Utils.hs, /tmp/.haddock-2731259/GHC/Linker/Static/Utils.o, /tmp/.haddock-2731259/GHC/Linker/Static/Utils.dyn_o )
[334 of 443] Compiling GHC.CmmToLlvm.Config ( compiler/GHC/CmmToLlvm/Config.hs, /tmp/.haddock-2731259/GHC/CmmToLlvm/Config.o, /tmp/.haddock-2731259/GHC/CmmToLlvm/Config.dyn_o )
[335 of 443] Compiling GHC.Driver.LlvmConfigCache ( compiler/GHC/Driver/LlvmConfigCache.hs, /tmp/.haddock-2731259/GHC/Driver/LlvmConfigCache.o, /tmp/.haddock-2731259/GHC/Driver/LlvmConfigCache.dyn_o )
[336 of 443] Compiling GHC.Cmm.Dataflow.Graph ( compiler/GHC/Cmm/Dataflow/Graph.hs, /tmp/.haddock-2731259/GHC/Cmm/Dataflow/Graph.o, /tmp/.haddock-2731259/GHC/Cmm/Dataflow/Graph.dyn_o )
[337 of 443] Compiling GHC.Types.IPE ( compiler/GHC/Types/IPE.hs, /tmp/.haddock-2731259/GHC/Types/IPE.o, /tmp/.haddock-2731259/GHC/Types/IPE.dyn_o )
[338 of 443] Compiling GHC.Stg.Lift.Types ( compiler/GHC/Stg/Lift/Types.hs, /tmp/.haddock-2731259/GHC/Stg/Lift/Types.o, /tmp/.haddock-2731259/GHC/Stg/Lift/Types.dyn_o )
[339 of 443] Compiling GHC.Stg.Syntax ( compiler/GHC/Stg/Syntax.hs, /tmp/.haddock-2731259/GHC/Stg/Syntax.o, /tmp/.haddock-2731259/GHC/Stg/Syntax.dyn_o )
[340 of 443] Compiling GHC.StgToJS.Types ( compiler/GHC/StgToJS/Types.hs, /tmp/.haddock-2731259/GHC/StgToJS/Types.o, /tmp/.haddock-2731259/GHC/StgToJS/Types.dyn_o )
[341 of 443] Compiling GHC.StgToJS.Object ( compiler/GHC/StgToJS/Object.hs, /tmp/.haddock-2731259/GHC/StgToJS/Object.o, /tmp/.haddock-2731259/GHC/StgToJS/Object.dyn_o )
[342 of 443] Compiling GHC.StgToJS.Linker.Types ( compiler/GHC/StgToJS/Linker/Types.hs, /tmp/.haddock-2731259/GHC/StgToJS/Linker/Types.o, /tmp/.haddock-2731259/GHC/StgToJS/Linker/Types.dyn_o )
[343 of 443] Compiling GHC.Unit.Module.WholeCoreBindings ( compiler/GHC/Unit/Module/WholeCoreBindings.hs, /tmp/.haddock-2731259/GHC/Unit/Module/WholeCoreBindings.o, /tmp/.haddock-2731259/GHC/Unit/Module/WholeCoreBindings.dyn_o )
[344 of 443] Compiling GHC.Runtime.Eval.Types ( compiler/GHC/Runtime/Eval/Types.hs, /tmp/.haddock-2731259/GHC/Runtime/Eval/Types.o, /tmp/.haddock-2731259/GHC/Runtime/Eval/Types.dyn_o )
[345 of 443] Compiling GHC.Types.CompleteMatch ( compiler/GHC/Types/CompleteMatch.hs, /tmp/.haddock-2731259/GHC/Types/CompleteMatch.o, /tmp/.haddock-2731259/GHC/Types/CompleteMatch.dyn_o )
[346 of 443] Compiling GHC.Iface.Decl ( compiler/GHC/Iface/Decl.hs, /tmp/.haddock-2731259/GHC/Iface/Decl.o, /tmp/.haddock-2731259/GHC/Iface/Decl.dyn_o )
[347 of 443] Compiling GHC.Platform.X86_64 ( compiler/GHC/Platform/X86_64.hs, /tmp/.haddock-2731259/GHC/Platform/X86_64.o, /tmp/.haddock-2731259/GHC/Platform/X86_64.dyn_o )
[348 of 443] Compiling GHC.Platform.X86 ( compiler/GHC/Platform/X86.hs, /tmp/.haddock-2731259/GHC/Platform/X86.o, /tmp/.haddock-2731259/GHC/Platform/X86.dyn_o )
[349 of 443] Compiling GHC.Platform.Wasm32 ( compiler/GHC/Platform/Wasm32.hs, /tmp/.haddock-2731259/GHC/Platform/Wasm32.o, /tmp/.haddock-2731259/GHC/Platform/Wasm32.dyn_o )
[350 of 443] Compiling GHC.Platform.S390X ( compiler/GHC/Platform/S390X.hs, /tmp/.haddock-2731259/GHC/Platform/S390X.o, /tmp/.haddock-2731259/GHC/Platform/S390X.dyn_o )
[351 of 443] Compiling GHC.Platform.RISCV64 ( compiler/GHC/Platform/RISCV64.hs, /tmp/.haddock-2731259/GHC/Platform/RISCV64.o, /tmp/.haddock-2731259/GHC/Platform/RISCV64.dyn_o )
[352 of 443] Compiling GHC.Platform.PPC ( compiler/GHC/Platform/PPC.hs, /tmp/.haddock-2731259/GHC/Platform/PPC.o, /tmp/.haddock-2731259/GHC/Platform/PPC.dyn_o )
[353 of 443] Compiling GHC.Platform.NoRegs ( compiler/GHC/Platform/NoRegs.hs, /tmp/.haddock-2731259/GHC/Platform/NoRegs.o, /tmp/.haddock-2731259/GHC/Platform/NoRegs.dyn_o )
[354 of 443] Compiling GHC.Platform.LoongArch64 ( compiler/GHC/Platform/LoongArch64.hs, /tmp/.haddock-2731259/GHC/Platform/LoongArch64.o, /tmp/.haddock-2731259/GHC/Platform/LoongArch64.dyn_o )
[355 of 443] Compiling GHC.Platform.ARM ( compiler/GHC/Platform/ARM.hs, /tmp/.haddock-2731259/GHC/Platform/ARM.o, /tmp/.haddock-2731259/GHC/Platform/ARM.dyn_o )
[356 of 443] Compiling GHC.Platform.AArch64 ( compiler/GHC/Platform/AArch64.hs, /tmp/.haddock-2731259/GHC/Platform/AArch64.o, /tmp/.haddock-2731259/GHC/Platform/AArch64.dyn_o )
[357 of 443] Compiling GHC.Platform.Regs ( compiler/GHC/Platform/Regs.hs, /tmp/.haddock-2731259/GHC/Platform/Regs.o, /tmp/.haddock-2731259/GHC/Platform/Regs.dyn_o )
[358 of 443] Compiling GHC.Core.Map.Expr ( compiler/GHC/Core/Map/Expr.hs, /tmp/.haddock-2731259/GHC/Core/Map/Expr.o, /tmp/.haddock-2731259/GHC/Core/Map/Expr.dyn_o )
[359 of 443] Compiling GHC.Parser.Types ( compiler/GHC/Parser/Types.hs, /tmp/.haddock-2731259/GHC/Parser/Types.o, /tmp/.haddock-2731259/GHC/Parser/Types.dyn_o )
[360 of 443] Compiling GHC.Types.TypeEnv ( compiler/GHC/Types/TypeEnv.hs, /tmp/.haddock-2731259/GHC/Types/TypeEnv.o, /tmp/.haddock-2731259/GHC/Types/TypeEnv.dyn_o )
[361 of 443] Compiling GHC.Unit.Module.ModDetails ( compiler/GHC/Unit/Module/ModDetails.hs, /tmp/.haddock-2731259/GHC/Unit/Module/ModDetails.o, /tmp/.haddock-2731259/GHC/Unit/Module/ModDetails.dyn_o )
[362 of 443] Compiling GHC.Types.TyThing.Ppr[boot] ( compiler/GHC/Types/TyThing/Ppr.hs-boot, /tmp/.haddock-2731259/GHC/Types/TyThing/Ppr.o-boot, /tmp/.haddock-2731259/GHC/Types/TyThing/Ppr.dyn_o-boot )
[363 of 443] Compiling GHC.Types.TyThing.Ppr ( compiler/GHC/Types/TyThing/Ppr.hs, /tmp/.haddock-2731259/GHC/Types/TyThing/Ppr.o, /tmp/.haddock-2731259/GHC/Types/TyThing/Ppr.dyn_o )
[364 of 443] Compiling GHC.Types.Hint.Ppr ( compiler/GHC/Types/Hint/Ppr.hs, /tmp/.haddock-2731259/GHC/Types/Hint/Ppr.o, /tmp/.haddock-2731259/GHC/Types/Hint/Ppr.dyn_o )
[365 of 443] Compiling GHC.StgToCmm.Config ( compiler/GHC/StgToCmm/Config.hs, /tmp/.haddock-2731259/GHC/StgToCmm/Config.o, /tmp/.haddock-2731259/GHC/StgToCmm/Config.dyn_o )
[366 of 443] Compiling GHC.Cmm.Switch ( compiler/GHC/Cmm/Switch.hs, /tmp/.haddock-2731259/GHC/Cmm/Switch.o, /tmp/.haddock-2731259/GHC/Cmm/Switch.dyn_o )
[367 of 443] Compiling GHC.Cmm.Node ( compiler/GHC/Cmm/Node.hs, /tmp/.haddock-2731259/GHC/Cmm/Node.o, /tmp/.haddock-2731259/GHC/Cmm/Node.dyn_o )
[368 of 443] Compiling GHC.Cmm ( compiler/GHC/Cmm.hs, /tmp/.haddock-2731259/GHC/Cmm.o, /tmp/.haddock-2731259/GHC/Cmm.dyn_o )
[369 of 443] Compiling GHC.Core.Opt.Stats ( compiler/GHC/Core/Opt/Stats.hs, /tmp/.haddock-2731259/GHC/Core/Opt/Stats.o, /tmp/.haddock-2731259/GHC/Core/Opt/Stats.dyn_o )
[370 of 443] Compiling GHC.Unit.Finder.Types ( compiler/GHC/Unit/Finder/Types.hs, /tmp/.haddock-2731259/GHC/Unit/Finder/Types.o, /tmp/.haddock-2731259/GHC/Unit/Finder/Types.dyn_o )
[371 of 443] Compiling GHC.Types.Target ( compiler/GHC/Types/Target.hs, /tmp/.haddock-2731259/GHC/Types/Target.o, /tmp/.haddock-2731259/GHC/Types/Target.dyn_o )
[372 of 443] Compiling GHC.Linker.Types ( compiler/GHC/Linker/Types.hs, /tmp/.haddock-2731259/GHC/Linker/Types.o, /tmp/.haddock-2731259/GHC/Linker/Types.dyn_o )
[373 of 443] Compiling GHC.Unit.Module.ModGuts ( compiler/GHC/Unit/Module/ModGuts.hs, /tmp/.haddock-2731259/GHC/Unit/Module/ModGuts.o, /tmp/.haddock-2731259/GHC/Unit/Module/ModGuts.dyn_o )
[374 of 443] Compiling GHC.Unit.Home.ModInfo ( compiler/GHC/Unit/Home/ModInfo.hs, /tmp/.haddock-2731259/GHC/Unit/Home/ModInfo.o, /tmp/.haddock-2731259/GHC/Unit/Home/ModInfo.dyn_o )
[375 of 443] Compiling GHC.Unit.Module.Status ( compiler/GHC/Unit/Module/Status.hs, /tmp/.haddock-2731259/GHC/Unit/Module/Status.o, /tmp/.haddock-2731259/GHC/Unit/Module/Status.dyn_o )
[376 of 443] Compiling GHC.Unit.Module.ModSummary ( compiler/GHC/Unit/Module/ModSummary.hs, /tmp/.haddock-2731259/GHC/Unit/Module/ModSummary.o, /tmp/.haddock-2731259/GHC/Unit/Module/ModSummary.dyn_o )
[377 of 443] Compiling GHC.Unit.Module.Graph ( compiler/GHC/Unit/Module/Graph.hs, /tmp/.haddock-2731259/GHC/Unit/Module/Graph.o, /tmp/.haddock-2731259/GHC/Unit/Module/Graph.dyn_o )
[378 of 443] Compiling GHC.Driver.Ppr ( compiler/GHC/Driver/Ppr.hs, /tmp/.haddock-2731259/GHC/Driver/Ppr.o, /tmp/.haddock-2731259/GHC/Driver/Ppr.dyn_o )
[379 of 443] Compiling GHC.Driver.Config.Logger ( compiler/GHC/Driver/Config/Logger.hs, /tmp/.haddock-2731259/GHC/Driver/Config/Logger.o, /tmp/.haddock-2731259/GHC/Driver/Config/Logger.dyn_o )
[380 of 443] Compiling GHC.Driver.Config ( compiler/GHC/Driver/Config.hs, /tmp/.haddock-2731259/GHC/Driver/Config.o, /tmp/.haddock-2731259/GHC/Driver/Config.dyn_o )
[381 of 443] Compiling GHC.Core.Opt.Simplify.Inline ( compiler/GHC/Core/Opt/Simplify/Inline.hs, /tmp/.haddock-2731259/GHC/Core/Opt/Simplify/Inline.o, /tmp/.haddock-2731259/GHC/Core/Opt/Simplify/Inline.dyn_o )
[382 of 443] Compiling GHC.Core.Tidy ( compiler/GHC/Core/Tidy.hs, /tmp/.haddock-2731259/GHC/Core/Tidy.o, /tmp/.haddock-2731259/GHC/Core/Tidy.dyn_o )
[383 of 443] Compiling GHC.Core.Rules ( compiler/GHC/Core/Rules.hs, /tmp/.haddock-2731259/GHC/Core/Rules.o, /tmp/.haddock-2731259/GHC/Core/Rules.dyn_o )
[384 of 443] Compiling GHC.Core.Opt.Simplify.Monad ( compiler/GHC/Core/Opt/Simplify/Monad.hs, /tmp/.haddock-2731259/GHC/Core/Opt/Simplify/Monad.o, /tmp/.haddock-2731259/GHC/Core/Opt/Simplify/Monad.dyn_o )
[385 of 443] Compiling GHC.Core.Opt.ConstantFold[boot] ( compiler/GHC/Core/Opt/ConstantFold.hs-boot, /tmp/.haddock-2731259/GHC/Core/Opt/ConstantFold.o-boot, /tmp/.haddock-2731259/GHC/Core/Opt/ConstantFold.dyn_o-boot )
[386 of 443] Compiling GHC.Builtin.PrimOps.Ids ( compiler/GHC/Builtin/PrimOps/Ids.hs, /tmp/.haddock-2731259/GHC/Builtin/PrimOps/Ids.o, /tmp/.haddock-2731259/GHC/Builtin/PrimOps/Ids.dyn_o )
[387 of 443] Compiling GHC.Core.Opt.ConstantFold ( compiler/GHC/Core/Opt/ConstantFold.hs, /tmp/.haddock-2731259/GHC/Core/Opt/ConstantFold.o, /tmp/.haddock-2731259/GHC/Core/Opt/ConstantFold.dyn_o )
[388 of 443] Compiling GHC.Unit.External ( compiler/GHC/Unit/External.hs, /tmp/.haddock-2731259/GHC/Unit/External.o, /tmp/.haddock-2731259/GHC/Unit/External.dyn_o )
[389 of 443] Compiling GHC.Unit.Env ( compiler/GHC/Unit/Env.hs, /tmp/.haddock-2731259/GHC/Unit/Env.o, /tmp/.haddock-2731259/GHC/Unit/Env.dyn_o )
[390 of 443] Compiling GHC.Types.Name.Ppr ( compiler/GHC/Types/Name/Ppr.hs, /tmp/.haddock-2731259/GHC/Types/Name/Ppr.o, /tmp/.haddock-2731259/GHC/Types/Name/Ppr.dyn_o )
[391 of 443] Compiling GHC.Runtime.Interpreter.Types ( compiler/GHC/Runtime/Interpreter/Types.hs, /tmp/.haddock-2731259/GHC/Runtime/Interpreter/Types.o, /tmp/.haddock-2731259/GHC/Runtime/Interpreter/Types.dyn_o )
[392 of 443] Compiling GHC.Core.Opt.Simplify.Env ( compiler/GHC/Core/Opt/Simplify/Env.hs, /tmp/.haddock-2731259/GHC/Core/Opt/Simplify/Env.o, /tmp/.haddock-2731259/GHC/Core/Opt/Simplify/Env.dyn_o )
[393 of 443] Compiling GHC.Core.Opt.Simplify.Utils ( compiler/GHC/Core/Opt/Simplify/Utils.hs, /tmp/.haddock-2731259/GHC/Core/Opt/Simplify/Utils.o, /tmp/.haddock-2731259/GHC/Core/Opt/Simplify/Utils.dyn_o )
[394 of 443] Compiling GHC.Core.Opt.Simplify.Iteration ( compiler/GHC/Core/Opt/Simplify/Iteration.hs, /tmp/.haddock-2731259/GHC/Core/Opt/Simplify/Iteration.o, /tmp/.haddock-2731259/GHC/Core/Opt/Simplify/Iteration.dyn_o )
[395 of 443] Compiling GHC.Tc.Solver.Types ( compiler/GHC/Tc/Solver/Types.hs, /tmp/.haddock-2731259/GHC/Tc/Solver/Types.o, /tmp/.haddock-2731259/GHC/Tc/Solver/Types.dyn_o )
[396 of 443] Compiling GHC.Tc.Solver.InertSet ( compiler/GHC/Tc/Solver/InertSet.hs, /tmp/.haddock-2731259/GHC/Tc/Solver/InertSet.o, /tmp/.haddock-2731259/GHC/Tc/Solver/InertSet.dyn_o )
[397 of 443] Compiling GHC.HsToCore.Pmc.Solver.Types ( compiler/GHC/HsToCore/Pmc/Solver/Types.hs, /tmp/.haddock-2731259/GHC/HsToCore/Pmc/Solver/Types.o, /tmp/.haddock-2731259/GHC/HsToCore/Pmc/Solver/Types.dyn_o )
[398 of 443] Compiling GHC.HsToCore.Pmc.Types ( compiler/GHC/HsToCore/Pmc/Types.hs, /tmp/.haddock-2731259/GHC/HsToCore/Pmc/Types.o, /tmp/.haddock-2731259/GHC/HsToCore/Pmc/Types.dyn_o )
[399 of 443] Compiling GHC.HsToCore.Pmc.Ppr ( compiler/GHC/HsToCore/Pmc/Ppr.hs, /tmp/.haddock-2731259/GHC/HsToCore/Pmc/Ppr.o, /tmp/.haddock-2731259/GHC/HsToCore/Pmc/Ppr.dyn_o )
[400 of 443] Compiling GHC.Parser.Errors.Types ( compiler/GHC/Parser/Errors/Types.hs, /tmp/.haddock-2731259/GHC/Parser/Errors/Types.o, /tmp/.haddock-2731259/GHC/Parser/Errors/Types.dyn_o )
[401 of 443] Compiling GHC.HsToCore.Errors.Types ( compiler/GHC/HsToCore/Errors/Types.hs, /tmp/.haddock-2731259/GHC/HsToCore/Errors/Types.o, /tmp/.haddock-2731259/GHC/HsToCore/Errors/Types.dyn_o )
[402 of 443] Compiling GHC.Hs.Dump ( compiler/GHC/Hs/Dump.hs, /tmp/.haddock-2731259/GHC/Hs/Dump.o, /tmp/.haddock-2731259/GHC/Hs/Dump.dyn_o )
[403 of 443] Compiling GHC.Driver.Backpack.Syntax ( compiler/GHC/Driver/Backpack/Syntax.hs, /tmp/.haddock-2731259/GHC/Driver/Backpack/Syntax.o, /tmp/.haddock-2731259/GHC/Driver/Backpack/Syntax.dyn_o )
[404 of 443] Compiling GHC.Driver.Errors.Types ( compiler/GHC/Driver/Errors/Types.hs, /tmp/.haddock-2731259/GHC/Driver/Errors/Types.o, /tmp/.haddock-2731259/GHC/Driver/Errors/Types.dyn_o )
[405 of 443] Compiling GHC.Types.Error.Codes ( compiler/GHC/Types/Error/Codes.hs, /tmp/.haddock-2731259/GHC/Types/Error/Codes.o, /tmp/.haddock-2731259/GHC/Types/Error/Codes.dyn_o )
[406 of 443] Compiling GHC.Parser.Errors.Ppr ( compiler/GHC/Parser/Errors/Ppr.hs, /tmp/.haddock-2731259/GHC/Parser/Errors/Ppr.o, /tmp/.haddock-2731259/GHC/Parser/Errors/Ppr.dyn_o )
[407 of 443] Compiling GHC.Parser.Lexer ( dist/build/GHC/Parser/Lexer.hs, /tmp/.haddock-2731259/GHC/Parser/Lexer.o, /tmp/.haddock-2731259/GHC/Parser/Lexer.dyn_o )
[408 of 443] Compiling GHC.Parser.PostProcess ( compiler/GHC/Parser/PostProcess.hs, /tmp/.haddock-2731259/GHC/Parser/PostProcess.o, /tmp/.haddock-2731259/GHC/Parser/PostProcess.dyn_o )
[409 of 443] Compiling GHC.Parser.HaddockLex ( dist/build/GHC/Parser/HaddockLex.hs, /tmp/.haddock-2731259/GHC/Parser/HaddockLex.o, /tmp/.haddock-2731259/GHC/Parser/HaddockLex.dyn_o )
[410 of 443] Compiling GHC.Parser[boot] ( dist/build/GHC/Parser.hs-boot, /tmp/.haddock-2731259/GHC/Parser.o-boot, /tmp/.haddock-2731259/GHC/Parser.dyn_o-boot )
[411 of 443] Compiling GHC.Parser.PostProcess.Haddock ( compiler/GHC/Parser/PostProcess/Haddock.hs, /tmp/.haddock-2731259/GHC/Parser/PostProcess/Haddock.o, /tmp/.haddock-2731259/GHC/Parser/PostProcess/Haddock.dyn_o )
[412 of 443] Compiling GHC.Parser ( dist/build/GHC/Parser.hs, /tmp/.haddock-2731259/GHC/Parser.o, /tmp/.haddock-2731259/GHC/Parser.dyn_o )
[413 of 443] Compiling GHC.Iface.Errors.Ppr ( compiler/GHC/Iface/Errors/Ppr.hs, /tmp/.haddock-2731259/GHC/Iface/Errors/Ppr.o, /tmp/.haddock-2731259/GHC/Iface/Errors/Ppr.dyn_o )
[414 of 443] Compiling GHC.Tc.Errors.Ppr ( compiler/GHC/Tc/Errors/Ppr.hs, /tmp/.haddock-2731259/GHC/Tc/Errors/Ppr.o, /tmp/.haddock-2731259/GHC/Tc/Errors/Ppr.dyn_o )
[415 of 443] Compiling GHC.HsToCore.Errors.Ppr ( compiler/GHC/HsToCore/Errors/Ppr.hs, /tmp/.haddock-2731259/GHC/HsToCore/Errors/Ppr.o, /tmp/.haddock-2731259/GHC/HsToCore/Errors/Ppr.dyn_o )
[416 of 443] Compiling GHC.Driver.Errors.Ppr ( compiler/GHC/Driver/Errors/Ppr.hs, /tmp/.haddock-2731259/GHC/Driver/Errors/Ppr.o, /tmp/.haddock-2731259/GHC/Driver/Errors/Ppr.dyn_o )
[417 of 443] Compiling GHC.Types.SourceError ( compiler/GHC/Types/SourceError.hs, /tmp/.haddock-2731259/GHC/Types/SourceError.o, /tmp/.haddock-2731259/GHC/Types/SourceError.dyn_o )
[418 of 443] Compiling GHC.Parser.Header ( compiler/GHC/Parser/Header.hs, /tmp/.haddock-2731259/GHC/Parser/Header.o, /tmp/.haddock-2731259/GHC/Parser/Header.dyn_o )
[419 of 443] Compiling GHC.Driver.Errors ( compiler/GHC/Driver/Errors.hs, /tmp/.haddock-2731259/GHC/Driver/Errors.o, /tmp/.haddock-2731259/GHC/Driver/Errors.dyn_o )
[420 of 443] Compiling GHC.Driver.CmdLine ( compiler/GHC/Driver/CmdLine.hs, /tmp/.haddock-2731259/GHC/Driver/CmdLine.o, /tmp/.haddock-2731259/GHC/Driver/CmdLine.dyn_o )
[421 of 443] Compiling GHC.Driver.Config.Diagnostic ( compiler/GHC/Driver/Config/Diagnostic.hs, /tmp/.haddock-2731259/GHC/Driver/Config/Diagnostic.o, /tmp/.haddock-2731259/GHC/Driver/Config/Diagnostic.dyn_o )
[422 of 443] Compiling GHC.Driver.Hooks[boot] ( compiler/GHC/Driver/Hooks.hs-boot, /tmp/.haddock-2731259/GHC/Driver/Hooks.o-boot, /tmp/.haddock-2731259/GHC/Driver/Hooks.dyn_o-boot )
[423 of 443] Compiling GHC.Data.IOEnv ( compiler/GHC/Data/IOEnv.hs, /tmp/.haddock-2731259/GHC/Data/IOEnv.o, /tmp/.haddock-2731259/GHC/Data/IOEnv.dyn_o )
[424 of 443] Compiling GHC.Tc.Errors.Hole.Plugin[boot] ( compiler/GHC/Tc/Errors/Hole/Plugin.hs-boot, /tmp/.haddock-2731259/GHC/Tc/Errors/Hole/Plugin.o-boot, /tmp/.haddock-2731259/GHC/Tc/Errors/Hole/Plugin.dyn_o-boot )
[425 of 443] Compiling GHC.Driver.Plugins[boot] ( compiler/GHC/Driver/Plugins.hs-boot, /tmp/.haddock-2731259/GHC/Driver/Plugins.o-boot, /tmp/.haddock-2731259/GHC/Driver/Plugins.dyn_o-boot )
[426 of 443] Compiling GHC.Runtime.Context ( compiler/GHC/Runtime/Context.hs, /tmp/.haddock-2731259/GHC/Runtime/Context.o, /tmp/.haddock-2731259/GHC/Runtime/Context.dyn_o )
[427 of 443] Compiling GHC.Core.Lint.Interactive ( compiler/GHC/Core/Lint/Interactive.hs, /tmp/.haddock-2731259/GHC/Core/Lint/Interactive.o, /tmp/.haddock-2731259/GHC/Core/Lint/Interactive.dyn_o )
[428 of 443] Compiling GHC.Driver.Env.Types ( compiler/GHC/Driver/Env/Types.hs, /tmp/.haddock-2731259/GHC/Driver/Env/Types.o, /tmp/.haddock-2731259/GHC/Driver/Env/Types.dyn_o )
[429 of 443] Compiling GHC.Driver.Env ( compiler/GHC/Driver/Env.hs, /tmp/.haddock-2731259/GHC/Driver/Env.o, /tmp/.haddock-2731259/GHC/Driver/Env.dyn_o )
[430 of 443] Compiling GHC.Core.Opt.Monad ( compiler/GHC/Core/Opt/Monad.hs, /tmp/.haddock-2731259/GHC/Core/Opt/Monad.o, /tmp/.haddock-2731259/GHC/Core/Opt/Monad.dyn_o )
[431 of 443] Compiling GHC.Core.Lint ( compiler/GHC/Core/Lint.hs, /tmp/.haddock-2731259/GHC/Core/Lint.o, /tmp/.haddock-2731259/GHC/Core/Lint.dyn_o )
[432 of 443] Compiling GHC.Core.Opt.Simplify ( compiler/GHC/Core/Opt/Simplify.hs, /tmp/.haddock-2731259/GHC/Core/Opt/Simplify.o, /tmp/.haddock-2731259/GHC/Core/Opt/Simplify.dyn_o )
[433 of 443] Compiling GHC.Core.Opt.Pipeline.Types ( compiler/GHC/Core/Opt/Pipeline/Types.hs, /tmp/.haddock-2731259/GHC/Core/Opt/Pipeline/Types.o, /tmp/.haddock-2731259/GHC/Core/Opt/Pipeline/Types.dyn_o )
[434 of 443] Compiling GHC.Driver.Config.Core.Lint ( compiler/GHC/Driver/Config/Core/Lint.hs, /tmp/.haddock-2731259/GHC/Driver/Config/Core/Lint.o, /tmp/.haddock-2731259/GHC/Driver/Config/Core/Lint.dyn_o )
[435 of 443] Compiling GHC.Tc.Types ( compiler/GHC/Tc/Types.hs, /tmp/.haddock-2731259/GHC/Tc/Types.o, /tmp/.haddock-2731259/GHC/Tc/Types.dyn_o )
[436 of 443] Compiling GHC.Tc.Errors.Hole.Plugin ( compiler/GHC/Tc/Errors/Hole/Plugin.hs, /tmp/.haddock-2731259/GHC/Tc/Errors/Hole/Plugin.o, /tmp/.haddock-2731259/GHC/Tc/Errors/Hole/Plugin.dyn_o )
[437 of 443] Compiling GHC.Driver.Monad ( compiler/GHC/Driver/Monad.hs, /tmp/.haddock-2731259/GHC/Driver/Monad.o, /tmp/.haddock-2731259/GHC/Driver/Monad.dyn_o )
[438 of 443] Compiling GHC.Driver.Plugins ( compiler/GHC/Driver/Plugins.hs, /tmp/.haddock-2731259/GHC/Driver/Plugins.o, /tmp/.haddock-2731259/GHC/Driver/Plugins.dyn_o )
[439 of 443] Compiling GHC.Driver.Pipeline.Phases ( compiler/GHC/Driver/Pipeline/Phases.hs, /tmp/.haddock-2731259/GHC/Driver/Pipeline/Phases.o, /tmp/.haddock-2731259/GHC/Driver/Pipeline/Phases.dyn_o )
[440 of 443] Compiling GHC.Driver.Hooks ( compiler/GHC/Driver/Hooks.hs, /tmp/.haddock-2731259/GHC/Driver/Hooks.o, /tmp/.haddock-2731259/GHC/Driver/Hooks.dyn_o )
[441 of 443] Compiling GHC.Core.Opt.CallerCC ( compiler/GHC/Core/Opt/CallerCC.hs, /tmp/.haddock-2731259/GHC/Core/Opt/CallerCC.o, /tmp/.haddock-2731259/GHC/Core/Opt/CallerCC.dyn_o )
[442 of 443] Compiling GHC.Driver.Session ( compiler/GHC/Driver/Session.hs, /tmp/.haddock-2731259/GHC/Driver/Session.o, /tmp/.haddock-2731259/GHC/Driver/Session.dyn_o )
[443 of 443] Compiling GHC.Driver.Config.Parser ( compiler/GHC/Driver/Config/Parser.hs, /tmp/.haddock-2731259/GHC/Driver/Config/Parser.o, /tmp/.haddock-2731259/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:17)
emptySS (libraries/ghc-boot/GHC/Data/SizedSeq.hs:35)
addToSS (libraries/ghc-boot/GHC/Data/SizedSeq.hs:38)
addListToSS (libraries/ghc-boot/GHC/Data/SizedSeq.hs:41)
ssElts (libraries/ghc-boot/GHC/Data/SizedSeq.hs:45)
sizeSS (libraries/ghc-boot/GHC/Data/SizedSeq.hs:48)
33% ( 1 / 3) in 'GHC.Exts.Heap.ClosureTypes'
Missing documentation for:
Module header
ClosureType (libraries/ghc-heap/GHC/Exts/Heap/ClosureTypes.hs:18)
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: '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:63:12
* at libraries/ghc-heap/GHC/Exts/Heap/Closures.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 libraries/ghc-heap/GHC/Exts/Heap/Closures.hs:63:1
Warning: 'getBoxedClosureData' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
57% ( 8 / 14) in 'GHC.Exts.Heap.Closures'
Missing documentation for:
Module header
Closure (libraries/ghc-heap/GHC/Exts/Heap/Closures.hs:99)
PrimType (libraries/ghc-heap/GHC/Exts/Heap/Closures.hs:360)
WhatNext (libraries/ghc-heap/GHC/Exts/Heap/Closures.hs:370)
WhyBlocked (libraries/ghc-heap/GHC/Exts/Heap/Closures.hs:378)
TsoFlags (libraries/ghc-heap/GHC/Exts/Heap/Closures.hs:395)
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:63:12
* at libraries/ghc-heap/GHC/Exts/Heap/Closures.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 libraries/ghc-heap/GHC/Exts/Heap/Closures.hs:63: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:99)
ClosureType (libraries/ghc-heap/GHC/Exts/Heap/ClosureTypes.hs:18)
PrimType (libraries/ghc-heap/GHC/Exts/Heap/Closures.hs:360)
WhatNext (libraries/ghc-heap/GHC/Exts/Heap/Closures.hs:370)
WhyBlocked (libraries/ghc-heap/GHC/Exts/Heap/Closures.hs:378)
TsoFlags (libraries/ghc-heap/GHC/Exts/Heap/Closures.hs:395)
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)
100% ( 10 / 10) in 'GHC.Platform.ArchOS'
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:140)
94% (140 /148) in 'GHC.Prelude.Basic'
Missing documentation for:
Bool
Ordering
even
odd
shiftL (compiler/GHC/Prelude/Basic.hs:108)
shiftR (compiler/GHC/Prelude/Basic.hs:109)
head (compiler/GHC/Prelude/Basic.hs:122)
tail (compiler/GHC/Prelude/Basic.hs:127)
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:54)
shiftLL (compiler/GHC/Utils/Containers/Internal/BitUtil.hs:69)
shiftRL (compiler/GHC/Utils/Containers/Internal/BitUtil.hs:68)
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:268)
Prefix (compiler/GHC/Data/Word64Set/Internal.hs:265)
Mask (compiler/GHC/Data/Word64Set/Internal.hs:266)
BitMap (compiler/GHC/Data/Word64Set/Internal.hs:267)
match (compiler/GHC/Data/Word64Set/Internal.hs:1492)
suffixBitMask (compiler/GHC/Data/Word64Set/Internal.hs:1454)
prefixBitMask (compiler/GHC/Data/Word64Set/Internal.hs:1458)
bitmapOf (compiler/GHC/Data/Word64Set/Internal.hs:1474)
zero (compiler/GHC/Data/Word64Set/Internal.hs:1483)
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:268)
Warning: 'WhenMissing' is ambiguous. It is defined
* at compiler/GHC/Data/Word64Map/Internal.hs:1409:26
* at compiler/GHC/Data/Word64Map/Internal.hs:1409:1
You 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:1409:1
Warning: 'WhenMatched' is ambiguous. It is defined
* at compiler/GHC/Data/Word64Map/Internal.hs:1551:31
* at compiler/GHC/Data/Word64Map/Internal.hs:1551:1
You 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:1551:1
93% (184 /196) in 'GHC.Data.Word64Map.Internal'
Missing documentation for:
Key (compiler/GHC/Data/Word64Set/Internal.hs:268)
mergeWithKey' (compiler/GHC/Data/Word64Map/Internal.hs:1349)
Mask (compiler/GHC/Data/Word64Map/Internal.hs:365)
Prefix (compiler/GHC/Data/Word64Map/Internal.hs:364)
Nat (compiler/GHC/Data/Word64Map/Internal.hs:328)
natFromInt (compiler/GHC/Data/Word64Map/Internal.hs:331)
intFromNat (compiler/GHC/Data/Word64Map/Internal.hs:335)
link (compiler/GHC/Data/Word64Map/Internal.hs:3416)
linkWithMask (compiler/GHC/Data/Word64Map/Internal.hs:3421)
bin (compiler/GHC/Data/Word64Map/Internal.hs:3432)
binCheckLeft (compiler/GHC/Data/Word64Map/Internal.hs:3439)
binCheckRight (compiler/GHC/Data/Word64Map/Internal.hs:3445)
99% (139 /140) in 'GHC.Data.Word64Map.Strict.Internal'
Missing documentation for:
Key (compiler/GHC/Data/Word64Set/Internal.hs:268)
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:268)
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:268)
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:87)
EncodedString (libraries/ghc-boot/GHC/Utils/Encoding.hs:88)
zEncodeString (libraries/ghc-boot/GHC/Utils/Encoding.hs:92)
zDecodeString (libraries/ghc-boot/GHC/Utils/Encoding.hs:158)
toBase62 (libraries/ghc-boot/GHC/Utils/Encoding.hs:284)
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)
20% ( 2 / 10) in 'GHC.Utils.Fingerprint'
Missing documentation for:
Module header
readHexFingerprint (compiler/GHC/Utils/Fingerprint.hs:38)
fingerprintByteString (compiler/GHC/Utils/Fingerprint.hs:44)
Fingerprint
fingerprint0
fingerprintFingerprints
fingerprintData
fingerprintString
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:118)
cmdLineErrorIO (compiler/GHC/Utils/Panic/Plain.hs:121)
assert (compiler/GHC/Utils/Panic/Plain.hs:144)
assertM (compiler/GHC/Utils/Panic/Plain.hs:155)
massert (compiler/GHC/Utils/Panic/Plain.hs:151)
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% ( 65 /134) in 'GHC.Utils.Misc'
Missing documentation for:
const2 (compiler/GHC/Utils/Misc.hs:178)
zipEqual (compiler/GHC/Utils/Misc.hs:243)
zipWithEqual (compiler/GHC/Utils/Misc.hs:244)
zipWith3Equal (compiler/GHC/Utils/Misc.hs:245)
zipWith4Equal (compiler/GHC/Utils/Misc.hs:246)
zipWithAndUnzip (compiler/GHC/Utils/Misc.hs:349)
unzipWith (compiler/GHC/Utils/Misc.hs:955)
mapFst (compiler/GHC/Utils/Misc.hs:320)
mapSnd (compiler/GHC/Utils/Misc.hs:321)
chkAppend (compiler/GHC/Utils/Misc.hs:227)
mapAndUnzip (compiler/GHC/Utils/Misc.hs:325)
mapAndUnzip3 (compiler/GHC/Utils/Misc.hs:333)
mapAndUnzip4 (compiler/GHC/Utils/Misc.hs:341)
dropWhileEndLE (compiler/GHC/Utils/Misc.hs:731)
lastMaybe (compiler/GHC/Utils/Misc.hs:749)
foldl2 (compiler/GHC/Utils/Misc.hs:651)
count (compiler/GHC/Utils/Misc.hs:665)
countWhile (compiler/GHC/Utils/Misc.hs:672)
all2 (compiler/GHC/Utils/Misc.hs:658)
listLengthCmp (compiler/GHC/Utils/Misc.hs:429)
compareLength (compiler/GHC/Utils/Misc.hs:443)
isSingleton (compiler/GHC/Utils/Misc.hs:467)
singleton (compiler/GHC/Utils/Misc.hs:464)
notNull (compiler/GHC/Utils/Misc.hs:471)
whenNonEmpty (compiler/GHC/Utils/Misc.hs:531)
isSortedBy (compiler/GHC/Utils/Misc.hs:577)
mapMaybe' (compiler/GHC/Utils/Misc.hs:1437)
fstOf3 (compiler/GHC/Utils/Misc.hs:183)
sndOf3 (compiler/GHC/Utils/Misc.hs:184)
thdOf3 (compiler/GHC/Utils/Misc.hs:185)
fstOf4 (compiler/GHC/Utils/Misc.hs:189)
sndOf4 (compiler/GHC/Utils/Misc.hs:190)
fst3 (compiler/GHC/Utils/Misc.hs:193)
snd3 (compiler/GHC/Utils/Misc.hs:196)
third3 (compiler/GHC/Utils/Misc.hs:199)
uncurry3 (compiler/GHC/Utils/Misc.hs:202)
takeList (compiler/GHC/Utils/Misc.hs:684)
dropList (compiler/GHC/Utils/Misc.hs:691)
split (compiler/GHC/Utils/Misc.hs:772)
minWith (compiler/GHC/Utils/Misc.hs:591)
nubSort (compiler/GHC/Utils/Misc.hs:595)
isEqual (compiler/GHC/Utils/Misc.hs:793)
removeSpaces (compiler/GHC/Utils/Misc.hs:798)
<&&> (compiler/GHC/Utils/Misc.hs:802)
<||> (compiler/GHC/Utils/Misc.hs:806)
fuzzyMatch (compiler/GHC/Utils/Misc.hs:914)
transitiveClosure (compiler/GHC/Utils/Misc.hs:629)
seqList (compiler/GHC/Utils/Misc.hs:958)
strictMap (compiler/GHC/Utils/Misc.hs:962)
strictZipWith (compiler/GHC/Utils/Misc.hs:971)
strictZipWith3 (compiler/GHC/Utils/Misc.hs:981)
looksLikeModuleName (compiler/GHC/Utils/Misc.hs:995)
looksLikePackageName (compiler/GHC/Utils/Misc.hs:1004)
readRational (compiler/GHC/Utils/Misc.hs:1031)
readHexRational (compiler/GHC/Utils/Misc.hs:1104)
doesDirNameExist (compiler/GHC/Utils/Misc.hs:1229)
getModificationUTCTime (compiler/GHC/Utils/Misc.hs:1235)
modificationTimeIfExists (compiler/GHC/Utils/Misc.hs:1241)
fileHashIfExists (compiler/GHC/Utils/Misc.hs:1251)
withAtomicRename (compiler/GHC/Utils/Misc.hs:1266)
Suffix (compiler/GHC/Utils/Misc.hs:1297)
splitLongestPrefix (compiler/GHC/Utils/Misc.hs:1288)
escapeSpaces (compiler/GHC/Utils/Misc.hs:1295)
Direction (compiler/GHC/Utils/Misc.hs:1303)
reslash (compiler/GHC/Utils/Misc.hs:1306)
makeRelativeTo (compiler/GHC/Utils/Misc.hs:1316)
abstractConstr (compiler/GHC/Utils/Misc.hs:1337)
abstractDataType (compiler/GHC/Utils/Misc.hs:1340)
charToC (compiler/GHC/Utils/Misc.hs:1351)
Warning: 'FastString' is ambiguous. It is defined
* at compiler/GHC/Data/FastString.hs:214:19
* at compiler/GHC/Data/FastString.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 compiler/GHC/Data/FastString.hs:214:1
Warning: 'PtrString' is ambiguous. It is defined
* at compiler/GHC/Data/FastString.hs:674:18
* at compiler/GHC/Data/FastString.hs:674:1
You 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:674:1
Warning: 'FastZString' is ambiguous. It is defined
* at compiler/GHC/Data/FastString.hs:181:23
* at compiler/GHC/Data/FastString.hs:181:1
You 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:181:1
66% ( 38 / 57) in 'GHC.Data.FastString'
Missing documentation for:
fastZStringToByteString (compiler/GHC/Data/FastString.hs:170)
unsafeMkByteString (compiler/GHC/Data/FastString.hs:174)
fastStringToShortByteString (compiler/GHC/Data/FastString.hs:164)
fastStringToShortText (compiler/GHC/Data/FastString.hs:167)
FastZString (compiler/GHC/Data/FastString.hs:181)
hPutFZS (compiler/GHC/Data/FastString.hs:185)
zString (compiler/GHC/Data/FastString.hs:188)
lengthFZS (compiler/GHC/Data/FastString.hs:200)
fsLit (compiler/GHC/Data/FastString.hs:712)
mkFastStringBytes (compiler/GHC/Data/FastString.hs:514)
mkFastString# (compiler/GHC/Data/FastString.hs:443)
unconsFS (compiler/GHC/Data/FastString.hs:629)
uniqueOfFS (compiler/GHC/Data/FastString.hs:635)
appendFS (compiler/GHC/Data/FastString.hs:619)
concatFS (compiler/GHC/Data/FastString.hs:623)
consFS (compiler/GHC/Data/FastString.hs:626)
nilFS (compiler/GHC/Data/FastString.hs:638)
getFastStringTable (compiler/GHC/Data/FastString.hs:644)
getFastStringZEncCounter (compiler/GHC/Data/FastString.hs:655)
10% ( 1 / 10) in 'GHC.Utils.BufHandle'
Missing documentation for:
Module header
BufHandle (compiler/GHC/Utils/BufHandle.hs:47)
newBufHandle (compiler/GHC/Utils/BufHandle.hs:52)
bPutChar (compiler/GHC/Utils/BufHandle.hs:61)
bPutStr (compiler/GHC/Utils/BufHandle.hs:87)
bPutFS (compiler/GHC/Utils/BufHandle.hs:100)
bPutFZS (compiler/GHC/Utils/BufHandle.hs:103)
bPutPtrString (compiler/GHC/Utils/BufHandle.hs:122)
bFlush (compiler/GHC/Utils/BufHandle.hs:161)
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:321)
ptext (compiler/GHC/Utils/Ppr.hs:324)
ztext (compiler/GHC/Utils/Ppr.hs:327)
int (compiler/GHC/Utils/Ppr.hs:450)
integer (compiler/GHC/Utils/Ppr.hs:451)
float (compiler/GHC/Utils/Ppr.hs:452)
double (compiler/GHC/Utils/Ppr.hs:453)
rational (compiler/GHC/Utils/Ppr.hs:454)
hex (compiler/GHC/Utils/Ppr.hs:455)
semi (compiler/GHC/Utils/Ppr.hs:428)
comma (compiler/GHC/Utils/Ppr.hs:429)
colon (compiler/GHC/Utils/Ppr.hs:430)
space (compiler/GHC/Utils/Ppr.hs:431)
equals (compiler/GHC/Utils/Ppr.hs:432)
lparen (compiler/GHC/Utils/Ppr.hs:433)
rparen (compiler/GHC/Utils/Ppr.hs:434)
lbrack (compiler/GHC/Utils/Ppr.hs:435)
rbrack (compiler/GHC/Utils/Ppr.hs:436)
lbrace (compiler/GHC/Utils/Ppr.hs:437)
rbrace (compiler/GHC/Utils/Ppr.hs:438)
parens (compiler/GHC/Utils/Ppr.hs:473)
brackets (compiler/GHC/Utils/Ppr.hs:474)
braces (compiler/GHC/Utils/Ppr.hs:475)
quotes (compiler/GHC/Utils/Ppr.hs:469)
squotes (compiler/GHC/Utils/Ppr.hs:470)
quote (compiler/GHC/Utils/Ppr.hs:471)
doubleQuotes (compiler/GHC/Utils/Ppr.hs:472)
printDoc (compiler/GHC/Utils/Ppr.hs:1092)
printDoc_ (compiler/GHC/Utils/Ppr.hs:1112)
bufLeftRender (compiler/GHC/Utils/Ppr.hs:1172)
printLeftRender (compiler/GHC/Utils/Ppr.hs:1166)
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: '~' 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 /337) 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)
XXExpr (compiler/Language/Haskell/Syntax/Extension.hs:450)
XCDotFieldOcc (compiler/Language/Haskell/Syntax/Extension.hs:454)
XXDotFieldOcc (compiler/Language/Haskell/Syntax/Extension.hs:455)
XSCC (compiler/Language/Haskell/Syntax/Extension.hs:459)
XXPragE (compiler/Language/Haskell/Syntax/Extension.hs:460)
XUnambiguous (compiler/Language/Haskell/Syntax/Extension.hs:465)
XAmbiguous (compiler/Language/Haskell/Syntax/Extension.hs:466)
XXAmbiguousFieldOcc (compiler/Language/Haskell/Syntax/Extension.hs:467)
XPresent (compiler/Language/Haskell/Syntax/Extension.hs:471)
XMissing (compiler/Language/Haskell/Syntax/Extension.hs:472)
XXTupArg (compiler/Language/Haskell/Syntax/Extension.hs:473)
XUntypedSpliceExpr (compiler/Language/Haskell/Syntax/Extension.hs:477)
XQuasiQuote (compiler/Language/Haskell/Syntax/Extension.hs:478)
XXUntypedSplice (compiler/Language/Haskell/Syntax/Extension.hs:479)
XExpBr (compiler/Language/Haskell/Syntax/Extension.hs:483)
XPatBr (compiler/Language/Haskell/Syntax/Extension.hs:484)
XDecBrL (compiler/Language/Haskell/Syntax/Extension.hs:485)
XDecBrG (compiler/Language/Haskell/Syntax/Extension.hs:486)
XTypBr (compiler/Language/Haskell/Syntax/Extension.hs:487)
XVarBr (compiler/Language/Haskell/Syntax/Extension.hs:488)
XXQuote (compiler/Language/Haskell/Syntax/Extension.hs:489)
XCmdTop (compiler/Language/Haskell/Syntax/Extension.hs:493)
XXCmdTop (compiler/Language/Haskell/Syntax/Extension.hs:494)
XMG (compiler/Language/Haskell/Syntax/Extension.hs:498)
XXMatchGroup (compiler/Language/Haskell/Syntax/Extension.hs:499)
XCMatch (compiler/Language/Haskell/Syntax/Extension.hs:503)
XXMatch (compiler/Language/Haskell/Syntax/Extension.hs:504)
XCGRHSs (compiler/Language/Haskell/Syntax/Extension.hs:508)
XXGRHSs (compiler/Language/Haskell/Syntax/Extension.hs:509)
XCGRHS (compiler/Language/Haskell/Syntax/Extension.hs:513)
XXGRHS (compiler/Language/Haskell/Syntax/Extension.hs:514)
XLastStmt (compiler/Language/Haskell/Syntax/Extension.hs:518)
XBindStmt (compiler/Language/Haskell/Syntax/Extension.hs:519)
XApplicativeStmt (compiler/Language/Haskell/Syntax/Extension.hs:520)
XBodyStmt (compiler/Language/Haskell/Syntax/Extension.hs:521)
XLetStmt (compiler/Language/Haskell/Syntax/Extension.hs:522)
XParStmt (compiler/Language/Haskell/Syntax/Extension.hs:523)
XTransStmt (compiler/Language/Haskell/Syntax/Extension.hs:524)
XRecStmt (compiler/Language/Haskell/Syntax/Extension.hs:525)
XXStmtLR (compiler/Language/Haskell/Syntax/Extension.hs:526)
XCmdArrApp (compiler/Language/Haskell/Syntax/Extension.hs:530)
XCmdArrForm (compiler/Language/Haskell/Syntax/Extension.hs:531)
XCmdApp (compiler/Language/Haskell/Syntax/Extension.hs:532)
XCmdLam (compiler/Language/Haskell/Syntax/Extension.hs:533)
XCmdPar (compiler/Language/Haskell/Syntax/Extension.hs:534)
XCmdCase (compiler/Language/Haskell/Syntax/Extension.hs:535)
XCmdLamCase (compiler/Language/Haskell/Syntax/Extension.hs:536)
XCmdIf (compiler/Language/Haskell/Syntax/Extension.hs:537)
XCmdLet (compiler/Language/Haskell/Syntax/Extension.hs:538)
XCmdDo (compiler/Language/Haskell/Syntax/Extension.hs:539)
XCmdWrap (compiler/Language/Haskell/Syntax/Extension.hs:540)
XXCmd (compiler/Language/Haskell/Syntax/Extension.hs:541)
XParStmtBlock (compiler/Language/Haskell/Syntax/Extension.hs:545)
XXParStmtBlock (compiler/Language/Haskell/Syntax/Extension.hs:546)
XApplicativeArgOne (compiler/Language/Haskell/Syntax/Extension.hs:550)
XApplicativeArgMany (compiler/Language/Haskell/Syntax/Extension.hs:551)
XXApplicativeArg (compiler/Language/Haskell/Syntax/Extension.hs:552)
XHsChar (compiler/Language/Haskell/Syntax/Extension.hs:564)
XHsCharPrim (compiler/Language/Haskell/Syntax/Extension.hs:565)
XHsString (compiler/Language/Haskell/Syntax/Extension.hs:566)
XHsStringPrim (compiler/Language/Haskell/Syntax/Extension.hs:567)
XHsInt (compiler/Language/Haskell/Syntax/Extension.hs:568)
XHsIntPrim (compiler/Language/Haskell/Syntax/Extension.hs:569)
XHsWordPrim (compiler/Language/Haskell/Syntax/Extension.hs:570)
XHsInt8Prim (compiler/Language/Haskell/Syntax/Extension.hs:571)
XHsInt16Prim (compiler/Language/Haskell/Syntax/Extension.hs:572)
XHsInt32Prim (compiler/Language/Haskell/Syntax/Extension.hs:573)
XHsInt64Prim (compiler/Language/Haskell/Syntax/Extension.hs:574)
XHsWord8Prim (compiler/Language/Haskell/Syntax/Extension.hs:575)
XHsWord16Prim (compiler/Language/Haskell/Syntax/Extension.hs:576)
XHsWord32Prim (compiler/Language/Haskell/Syntax/Extension.hs:577)
XHsWord64Prim (compiler/Language/Haskell/Syntax/Extension.hs:578)
XHsInteger (compiler/Language/Haskell/Syntax/Extension.hs:579)
XHsRat (compiler/Language/Haskell/Syntax/Extension.hs:580)
XHsFloatPrim (compiler/Language/Haskell/Syntax/Extension.hs:581)
XHsDoublePrim (compiler/Language/Haskell/Syntax/Extension.hs:582)
XXLit (compiler/Language/Haskell/Syntax/Extension.hs:583)
XOverLit (compiler/Language/Haskell/Syntax/Extension.hs:587)
XXOverLit (compiler/Language/Haskell/Syntax/Extension.hs:588)
XWildPat (compiler/Language/Haskell/Syntax/Extension.hs:593)
XVarPat (compiler/Language/Haskell/Syntax/Extension.hs:594)
XLazyPat (compiler/Language/Haskell/Syntax/Extension.hs:595)
XAsPat (compiler/Language/Haskell/Syntax/Extension.hs:596)
XParPat (compiler/Language/Haskell/Syntax/Extension.hs:597)
XBangPat (compiler/Language/Haskell/Syntax/Extension.hs:598)
XListPat (compiler/Language/Haskell/Syntax/Extension.hs:599)
XTuplePat (compiler/Language/Haskell/Syntax/Extension.hs:600)
XSumPat (compiler/Language/Haskell/Syntax/Extension.hs:601)
XConPat (compiler/Language/Haskell/Syntax/Extension.hs:602)
XViewPat (compiler/Language/Haskell/Syntax/Extension.hs:603)
XSplicePat (compiler/Language/Haskell/Syntax/Extension.hs:604)
XLitPat (compiler/Language/Haskell/Syntax/Extension.hs:605)
XNPat (compiler/Language/Haskell/Syntax/Extension.hs:606)
XNPlusKPat (compiler/Language/Haskell/Syntax/Extension.hs:607)
XSigPat (compiler/Language/Haskell/Syntax/Extension.hs:608)
XCoPat (compiler/Language/Haskell/Syntax/Extension.hs:609)
XXPat (compiler/Language/Haskell/Syntax/Extension.hs:610)
XHsFieldBind (compiler/Language/Haskell/Syntax/Extension.hs:611)
XHsQTvs (compiler/Language/Haskell/Syntax/Extension.hs:619)
XXLHsQTyVars (compiler/Language/Haskell/Syntax/Extension.hs:620)
XHsOuterImplicit (compiler/Language/Haskell/Syntax/Extension.hs:624)
XHsOuterExplicit (compiler/Language/Haskell/Syntax/Extension.hs:625)
XXHsOuterTyVarBndrs (compiler/Language/Haskell/Syntax/Extension.hs:626)
XHsSig (compiler/Language/Haskell/Syntax/Extension.hs:630)
XXHsSigType (compiler/Language/Haskell/Syntax/Extension.hs:631)
XHsWC (compiler/Language/Haskell/Syntax/Extension.hs:635)
XXHsWildCardBndrs (compiler/Language/Haskell/Syntax/Extension.hs:636)
XHsPS (compiler/Language/Haskell/Syntax/Extension.hs:640)
XXHsPatSigType (compiler/Language/Haskell/Syntax/Extension.hs:641)
XForAllTy (compiler/Language/Haskell/Syntax/Extension.hs:645)
XQualTy (compiler/Language/Haskell/Syntax/Extension.hs:646)
XTyVar (compiler/Language/Haskell/Syntax/Extension.hs:647)
XAppTy (compiler/Language/Haskell/Syntax/Extension.hs:648)
XAppKindTy (compiler/Language/Haskell/Syntax/Extension.hs:649)
XFunTy (compiler/Language/Haskell/Syntax/Extension.hs:650)
XListTy (compiler/Language/Haskell/Syntax/Extension.hs:651)
XTupleTy (compiler/Language/Haskell/Syntax/Extension.hs:652)
XSumTy (compiler/Language/Haskell/Syntax/Extension.hs:653)
XOpTy (compiler/Language/Haskell/Syntax/Extension.hs:654)
XParTy (compiler/Language/Haskell/Syntax/Extension.hs:655)
XIParamTy (compiler/Language/Haskell/Syntax/Extension.hs:656)
XStarTy (compiler/Language/Haskell/Syntax/Extension.hs:657)
XKindSig (compiler/Language/Haskell/Syntax/Extension.hs:658)
XSpliceTy (compiler/Language/Haskell/Syntax/Extension.hs:659)
XDocTy (compiler/Language/Haskell/Syntax/Extension.hs:660)
XBangTy (compiler/Language/Haskell/Syntax/Extension.hs:661)
XRecTy (compiler/Language/Haskell/Syntax/Extension.hs:662)
XExplicitListTy (compiler/Language/Haskell/Syntax/Extension.hs:663)
XExplicitTupleTy (compiler/Language/Haskell/Syntax/Extension.hs:664)
XTyLit (compiler/Language/Haskell/Syntax/Extension.hs:665)
XWildCardTy (compiler/Language/Haskell/Syntax/Extension.hs:666)
XXType (compiler/Language/Haskell/Syntax/Extension.hs:667)
XNumTy (compiler/Language/Haskell/Syntax/Extension.hs:671)
XStrTy (compiler/Language/Haskell/Syntax/Extension.hs:672)
XCharTy (compiler/Language/Haskell/Syntax/Extension.hs:673)
XXTyLit (compiler/Language/Haskell/Syntax/Extension.hs:674)
XHsForAllVis (compiler/Language/Haskell/Syntax/Extension.hs:678)
XHsForAllInvis (compiler/Language/Haskell/Syntax/Extension.hs:679)
XXHsForAllTelescope (compiler/Language/Haskell/Syntax/Extension.hs:680)
XUserTyVar (compiler/Language/Haskell/Syntax/Extension.hs:684)
XKindedTyVar (compiler/Language/Haskell/Syntax/Extension.hs:685)
XXTyVarBndr (compiler/Language/Haskell/Syntax/Extension.hs:686)
XConDeclField (compiler/Language/Haskell/Syntax/Extension.hs:690)
XXConDeclField (compiler/Language/Haskell/Syntax/Extension.hs:691)
XCFieldOcc (compiler/Language/Haskell/Syntax/Extension.hs:695)
XXFieldOcc (compiler/Language/Haskell/Syntax/Extension.hs:696)
XCImportDecl (compiler/Language/Haskell/Syntax/Extension.hs:703)
XXImportDecl (compiler/Language/Haskell/Syntax/Extension.hs:704)
ImportDeclPkgQual (compiler/Language/Haskell/Syntax/Extension.hs:705)
XIEVar (compiler/Language/Haskell/Syntax/Extension.hs:709)
XIEThingAbs (compiler/Language/Haskell/Syntax/Extension.hs:710)
XIEThingAll (compiler/Language/Haskell/Syntax/Extension.hs:711)
XIEThingWith (compiler/Language/Haskell/Syntax/Extension.hs:712)
XIEModuleContents (compiler/Language/Haskell/Syntax/Extension.hs:713)
XIEGroup (compiler/Language/Haskell/Syntax/Extension.hs:714)
XIEDoc (compiler/Language/Haskell/Syntax/Extension.hs:715)
XIEDocNamed (compiler/Language/Haskell/Syntax/Extension.hs:716)
XXIE (compiler/Language/Haskell/Syntax/Extension.hs:717)
XIEName (compiler/Language/Haskell/Syntax/Extension.hs:721)
XIEPattern (compiler/Language/Haskell/Syntax/Extension.hs:722)
XIEType (compiler/Language/Haskell/Syntax/Extension.hs:723)
XXIEWrappedName (compiler/Language/Haskell/Syntax/Extension.hs:724)
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:1748:1
* at compiler/GHC/Utils/Outputable.hs:1738:1
You 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:1738:1
Warning: 'HLine' is ambiguous. It is defined
* at compiler/GHC/Utils/Outputable.hs:1742:1
* at compiler/GHC/Utils/Outputable.hs:1733:1
You 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:1733:1
Warning: 'FastString' is ambiguous. It is defined
* at compiler/GHC/Data/FastString.hs:214:19
* at compiler/GHC/Data/FastString.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 compiler/GHC/Data/FastString.hs:214: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 /197) in 'GHC.Utils.Outputable'
Missing documentation for:
runSDoc (compiler/GHC/Utils/Outputable.hs:386)
docToSDoc (compiler/GHC/Utils/Outputable.hs:679)
interpp'SP' (compiler/GHC/Utils/Outputable.hs:1392)
pprWithCommas (compiler/GHC/Utils/Outputable.hs:1365)
quotedListWithOr (compiler/GHC/Utils/Outputable.hs:1405)
quotedListWithNor (compiler/GHC/Utils/Outputable.hs:1410)
quotedListWithAnd (compiler/GHC/Utils/Outputable.hs:1415)
pprWithBars (compiler/GHC/Utils/Outputable.hs:1371)
spaceIfSingleQuote (compiler/GHC/Utils/Outputable.hs:1376)
isEmpty (compiler/GHC/Utils/Outputable.hs:676)
ptext (compiler/GHC/Utils/Outputable.hs:691)
int (compiler/GHC/Utils/Outputable.hs:693)
intWithCommas (compiler/GHC/Utils/Outputable.hs:1428)
integer (compiler/GHC/Utils/Outputable.hs:695)
word64 (compiler/GHC/Utils/Outputable.hs:704)
word (compiler/GHC/Utils/Outputable.hs:706)
float (compiler/GHC/Utils/Outputable.hs:697)
double (compiler/GHC/Utils/Outputable.hs:699)
rational (compiler/GHC/Utils/Outputable.hs:701)
parens (compiler/GHC/Utils/Outputable.hs:719)
cparen (compiler/GHC/Utils/Outputable.hs:733)
brackets (compiler/GHC/Utils/Outputable.hs:723)
braces (compiler/GHC/Utils/Outputable.hs:721)
quotes (compiler/GHC/Utils/Outputable.hs:738)
quote (compiler/GHC/Utils/Outputable.hs:725)
doubleQuotes (compiler/GHC/Utils/Outputable.hs:727)
angleBrackets (compiler/GHC/Utils/Outputable.hs:729)
semi (compiler/GHC/Utils/Outputable.hs:766)
comma (compiler/GHC/Utils/Outputable.hs:767)
colon (compiler/GHC/Utils/Outputable.hs:768)
dcolon (compiler/GHC/Utils/Outputable.hs:753)
space (compiler/GHC/Utils/Outputable.hs:770)
equals (compiler/GHC/Utils/Outputable.hs:769)
dot (compiler/GHC/Utils/Outputable.hs:772)
vbar (compiler/GHC/Utils/Outputable.hs:773)
arrow (compiler/GHC/Utils/Outputable.hs:754)
lollipop (compiler/GHC/Utils/Outputable.hs:755)
larrow (compiler/GHC/Utils/Outputable.hs:756)
darrow (compiler/GHC/Utils/Outputable.hs:757)
arrowt (compiler/GHC/Utils/Outputable.hs:758)
larrowt (compiler/GHC/Utils/Outputable.hs:759)
arrowtt (compiler/GHC/Utils/Outputable.hs:760)
larrowtt (compiler/GHC/Utils/Outputable.hs:761)
lambda (compiler/GHC/Utils/Outputable.hs:762)
lparen (compiler/GHC/Utils/Outputable.hs:774)
rparen (compiler/GHC/Utils/Outputable.hs:775)
lbrack (compiler/GHC/Utils/Outputable.hs:776)
rbrack (compiler/GHC/Utils/Outputable.hs:777)
lbrace (compiler/GHC/Utils/Outputable.hs:778)
rbrace (compiler/GHC/Utils/Outputable.hs:779)
underscore (compiler/GHC/Utils/Outputable.hs:771)
blankLine (compiler/GHC/Utils/Outputable.hs:752)
forAllLit (compiler/GHC/Utils/Outputable.hs:782)
bullet (compiler/GHC/Utils/Outputable.hs:785)
hang (compiler/GHC/Utils/Outputable.hs:830)
punctuate (compiler/GHC/Utils/Outputable.hs:843)
ppWhen (compiler/GHC/Utils/Outputable.hs:866)
ppUnless (compiler/GHC/Utils/Outputable.hs:870)
ppWhenOption (compiler/GHC/Utils/Outputable.hs:875)
ppUnlessOption (compiler/GHC/Utils/Outputable.hs:881)
unicodeSyntax (compiler/GHC/Utils/Outputable.hs:788)
keyword (compiler/GHC/Utils/Outputable.hs:900)
pprCode (compiler/GHC/Utils/Outputable.hs:643)
showSDocOneLine (compiler/GHC/Utils/Outputable.hs:655)
showSDocUnsafe (compiler/GHC/Utils/Outputable.hs:662)
showPprUnsafe (compiler/GHC/Utils/Outputable.hs:665)
renderWithContext (compiler/GHC/Utils/Outputable.hs:646)
pprDebugAndThen (compiler/GHC/Utils/Outputable.hs:669)
pprInfixVar (compiler/GHC/Utils/Outputable.hs:1333)
pprPrefixVar (compiler/GHC/Utils/Outputable.hs:1327)
primFloatSuffix (compiler/GHC/Utils/Outputable.hs:1291)
primCharSuffix (compiler/GHC/Utils/Outputable.hs:1290)
primDoubleSuffix (compiler/GHC/Utils/Outputable.hs:1293)
primInt8Suffix (compiler/GHC/Utils/Outputable.hs:1295)
primWord8Suffix (compiler/GHC/Utils/Outputable.hs:1296)
primInt16Suffix (compiler/GHC/Utils/Outputable.hs:1297)
primWord16Suffix (compiler/GHC/Utils/Outputable.hs:1298)
primInt32Suffix (compiler/GHC/Utils/Outputable.hs:1299)
primWord32Suffix (compiler/GHC/Utils/Outputable.hs:1300)
primInt64Suffix (compiler/GHC/Utils/Outputable.hs:1301)
primWord64Suffix (compiler/GHC/Utils/Outputable.hs:1302)
primIntSuffix (compiler/GHC/Utils/Outputable.hs:1292)
primWordSuffix (compiler/GHC/Utils/Outputable.hs:1294)
pprPrimInt (compiler/GHC/Utils/Outputable.hs:1313)
pprPrimWord (compiler/GHC/Utils/Outputable.hs:1314)
pprPrimInt8 (compiler/GHC/Utils/Outputable.hs:1315)
pprPrimWord8 (compiler/GHC/Utils/Outputable.hs:1319)
pprPrimInt16 (compiler/GHC/Utils/Outputable.hs:1316)
pprPrimWord16 (compiler/GHC/Utils/Outputable.hs:1320)
pprPrimInt32 (compiler/GHC/Utils/Outputable.hs:1317)
pprPrimWord32 (compiler/GHC/Utils/Outputable.hs:1321)
pprPrimInt64 (compiler/GHC/Utils/Outputable.hs:1318)
pprPrimWord64 (compiler/GHC/Utils/Outputable.hs:1322)
pprFastFilePath (compiler/GHC/Utils/Outputable.hs:1339)
pprModuleName (compiler/GHC/Utils/Outputable.hs:1071)
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:586)
sdocOption (compiler/GHC/Utils/Outputable.hs:558)
updSDocContext (compiler/GHC/Utils/Outputable.hs:562)
SDocContext (compiler/GHC/Utils/Outputable.hs:388)
sdocWithContext (compiler/GHC/Utils/Outputable.hs:554)
traceSDocContext (compiler/GHC/Utils/Outputable.hs:495)
getPprStyle (compiler/GHC/Utils/Outputable.hs:550)
withPprStyle (compiler/GHC/Utils/Outputable.hs:507)
setStyleColoured (compiler/GHC/Utils/Outputable.hs:342)
pprDeeper (compiler/GHC/Utils/Outputable.hs:510)
pprSetDepth (compiler/GHC/Utils/Outputable.hs:541)
codeStyle (compiler/GHC/Utils/Outputable.hs:592)
userStyle (compiler/GHC/Utils/Outputable.hs:600)
dumpStyle (compiler/GHC/Utils/Outputable.hs:596)
qualName (compiler/GHC/Utils/Outputable.hs:566)
qualModule (compiler/GHC/Utils/Outputable.hs:571)
qualPackage (compiler/GHC/Utils/Outputable.hs:576)
promTick (compiler/GHC/Utils/Outputable.hs:581)
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:1753)
Warning: 'impossible' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
69% ( 25 / 36) in 'GHC.Utils.Panic'
Missing documentation for:
throwGhcException (compiler/GHC/Utils/Panic.hs:181)
throwGhcExceptionIO (compiler/GHC/Utils/Panic.hs:184)
handleGhcException (compiler/GHC/Utils/Panic.hs:187)
cmdLineError (compiler/GHC/Utils/Panic/Plain.hs:118)
cmdLineErrorIO (compiler/GHC/Utils/Panic/Plain.hs:121)
assertPpr (compiler/GHC/Utils/Panic.hs:323)
assertPprMaybe (compiler/GHC/Utils/Panic.hs:330)
assertPprM (compiler/GHC/Utils/Panic.hs:340)
massertPpr (compiler/GHC/Utils/Panic.hs:336)
callStackDoc (compiler/GHC/Utils/Panic.hs:308)
prettyCallStackDoc (compiler/GHC/Utils/Panic.hs:311)
81% ( 9 / 11) in 'GHC.Utils.Trace'
Missing documentation for:
pprTraceM (compiler/GHC/Utils/Trace.hs:45)
pprTraceDebug (compiler/GHC/Utils/Trace.hs:48)
Warning: GHC.Prelude: Could not find documentation for exported module: GHC.Prelude
81% ( 9 / 11) in 'GHC.Prelude'
Missing documentation for:
pprTraceM (compiler/GHC/Utils/Trace.hs:45)
pprTraceDebug (compiler/GHC/Utils/Trace.hs:48)
66% ( 4 / 6) in 'Language.Haskell.Syntax.Concrete'
Missing documentation for:
LHsToken (compiler/Language/Haskell/Syntax/Concrete.hs:20)
LHsUniToken (compiler/Language/Haskell/Syntax/Concrete.hs:21)
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:214:19
* at compiler/GHC/Data/FastString.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 compiler/GHC/Data/FastString.hs:214: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:97:4
* at compiler/GHC/Data/StringBuffer.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 compiler/GHC/Data/StringBuffer.hs:96: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:132)
hPutStringBuffer (compiler/GHC/Data/StringBuffer.hs:144)
appendStringBuffers (compiler/GHC/Data/StringBuffer.hs:180)
prevChar (compiler/GHC/Data/StringBuffer.hs:295)
lexemeToFastString (compiler/GHC/Data/StringBuffer.hs:391)
parseUnsignedInteger (compiler/GHC/Data/StringBuffer.hs:414)
bidirectionalFormatChars (compiler/GHC/Data/StringBuffer.hs:237)
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)
55% ( 5 / 9) in 'GHC.Data.SmallArray'
Missing documentation for:
SmallMutableArray (compiler/GHC/Data/SmallArray.hs:24)
SmallArray (compiler/GHC/Data/SmallArray.hs:22)
newSmallArray (compiler/GHC/Data/SmallArray.hs:32)
writeSmallArray (compiler/GHC/Data/SmallArray.hs:42)
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)
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 / 11) in 'GHC.Cmm.Dataflow.Collections'
Missing documentation for:
Module header
IsSet (compiler/GHC/Cmm/Dataflow/Collections.hs:21)
setInsertList (compiler/GHC/Cmm/Dataflow/Collections.hs:47)
setDeleteList (compiler/GHC/Cmm/Dataflow/Collections.hs:50)
setUnions (compiler/GHC/Cmm/Dataflow/Collections.hs:53)
IsMap (compiler/GHC/Cmm/Dataflow/Collections.hs:57)
mapInsertList (compiler/GHC/Cmm/Dataflow/Collections.hs:98)
mapDeleteList (compiler/GHC/Cmm/Dataflow/Collections.hs:101)
mapUnions (compiler/GHC/Cmm/Dataflow/Collections.hs:104)
UniqueMap (compiler/GHC/Cmm/Dataflow/Collections.hs:137)
UniqueSet (compiler/GHC/Cmm/Dataflow/Collections.hs:111)
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: 'RealSrcSpan' is ambiguous. It is defined
* at compiler/GHC/Types/SrcLoc.hs:386:5
* at compiler/GHC/Types/SrcLoc.hs:362:1
You 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:362: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:221:18
* at compiler/GHC/Types/SrcLoc.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 compiler/GHC/Types/SrcLoc.hs:221:1
Warning: 'RealSrcLoc' is ambiguous. It is defined
* at compiler/GHC/Types/SrcLoc.hs:226:5
* at compiler/GHC/Types/SrcLoc.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 compiler/GHC/Types/SrcLoc.hs:144: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:868:5
* at compiler/GHC/Types/SrcLoc.hs:867:1
You 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:867:1
Warning: 'SrcLoc' is ambiguous. It is defined
* at compiler/GHC/Types/SrcLoc.hs:145:5
* 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: 'BufSpan' is ambiguous. It is defined
* at compiler/GHC/Types/SrcLoc.hs:374:3
* at compiler/GHC/Types/SrcLoc.hs:373:1
You 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:373:1
58% ( 63 /108) in 'GHC.Types.SrcLoc'
Missing documentation for:
mkSrcLoc (compiler/GHC/Types/SrcLoc.hs:239)
mkRealSrcLoc (compiler/GHC/Types/SrcLoc.hs:242)
advanceBufPos (compiler/GHC/Types/SrcLoc.hs:286)
UnhelpfulSpanReason (compiler/GHC/Types/SrcLoc.hs:392)
isGeneratedSrcSpan (compiler/GHC/Types/SrcLoc.hs:451)
realSrcLocSpan (compiler/GHC/Types/SrcLoc.hs:468)
realSrcSpanStart (compiler/GHC/Types/SrcLoc.hs:615)
realSrcSpanEnd (compiler/GHC/Types/SrcLoc.hs:620)
pprUserRealSpan (compiler/GHC/Types/SrcLoc.hs:707)
pprUnhelpfulSpanReason (compiler/GHC/Types/SrcLoc.hs:700)
pprUserSpan (compiler/GHC/Types/SrcLoc.hs:703)
unhelpfulSpanFS (compiler/GHC/Types/SrcLoc.hs:692)
srcSpanToRealSrcSpan (compiler/GHC/Types/SrcLoc.hs:630)
srcSpanFile
srcSpanStartLine (compiler/GHC/Types/SrcLoc.hs:591)
srcSpanEndLine (compiler/GHC/Types/SrcLoc.hs:592)
srcSpanStartCol (compiler/GHC/Types/SrcLoc.hs:593)
srcSpanEndCol (compiler/GHC/Types/SrcLoc.hs:594)
isNoSrcSpan (compiler/GHC/Types/SrcLoc.hs:455)
getBufPos (compiler/GHC/Types/SrcLoc.hs:249)
getBufSpan (compiler/GHC/Types/SrcLoc.hs:440)
removeBufSpan (compiler/GHC/Types/SrcLoc.hs:401)
combineBufSpans (compiler/GHC/Types/SrcLoc.hs:521)
Located (compiler/GHC/Types/SrcLoc.hs:744)
RealLocated (compiler/GHC/Types/SrcLoc.hs:745)
noLoc (compiler/GHC/Types/SrcLoc.hs:754)
mkGeneralLocated (compiler/GHC/Types/SrcLoc.hs:757)
getLoc (compiler/GHC/Types/SrcLoc.hs:751)
unLoc (compiler/GHC/Types/SrcLoc.hs:748)
unRealSrcSpan (compiler/GHC/Types/SrcLoc.hs:860)
getRealSrcSpan (compiler/GHC/Types/SrcLoc.hs:857)
pprLocated (compiler/GHC/Types/SrcLoc.hs:802)
combineLocs (compiler/GHC/Types/SrcLoc.hs:760)
sortLocated (compiler/GHC/Types/SrcLoc.hs:297)
sortRealLocated (compiler/GHC/Types/SrcLoc.hs:300)
lookupSrcLoc (compiler/GHC/Types/SrcLoc.hs:303)
lookupSrcSpan (compiler/GHC/Types/SrcLoc.hs:307)
PsSpan (compiler/GHC/Types/SrcLoc.hs:871)
PsLocated (compiler/GHC/Types/SrcLoc.hs:875)
advancePsLoc (compiler/GHC/Types/SrcLoc.hs:881)
mkPsSpan (compiler/GHC/Types/SrcLoc.hs:885)
psSpanStart (compiler/GHC/Types/SrcLoc.hs:888)
psSpanEnd (compiler/GHC/Types/SrcLoc.hs:891)
mkSrcSpanPs (compiler/GHC/Types/SrcLoc.hs:894)
psLocatedToLocated (compiler/GHC/Types/SrcLoc.hs:878)
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 / 24) in 'GHC.Data.OrdList'
Missing documentation for:
OrdList (compiler/GHC/Data/OrdList.hs:38)
NilOL (compiler/GHC/Data/OrdList.hs:88)
ConsOL (compiler/GHC/Data/OrdList.hs:101)
SnocOL (compiler/GHC/Data/OrdList.hs:119)
nilOL (compiler/GHC/Data/OrdList.hs:81)
isNilOL (compiler/GHC/Data/OrdList.hs:158)
unitOL (compiler/GHC/Data/OrdList.hs:82)
appOL (compiler/GHC/Data/OrdList.hs:161)
consOL (compiler/GHC/Data/OrdList.hs:84)
snocOL (compiler/GHC/Data/OrdList.hs:83)
concatOL (compiler/GHC/Data/OrdList.hs:85)
lastOL (compiler/GHC/Data/OrdList.hs:144)
headOL (compiler/GHC/Data/OrdList.hs:137)
mapOL (compiler/GHC/Data/OrdList.hs:188)
mapOL' (compiler/GHC/Data/OrdList.hs:191)
fromOL (compiler/GHC/Data/OrdList.hs:168)
toOL (compiler/GHC/Data/OrdList.hs:224)
foldrOL (compiler/GHC/Data/OrdList.hs:207)
reverseOL (compiler/GHC/Data/OrdList.hs:229)
fromOLReverse (compiler/GHC/Data/OrdList.hs:177)
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:47)
emptyBag (compiler/GHC/Data/Bag.hs:61)
unitBag (compiler/GHC/Data/Bag.hs:64)
unionBags (compiler/GHC/Data/Bag.hs:84)
unionManyBags (compiler/GHC/Data/Bag.hs:79)
mapBag (compiler/GHC/Data/Bag.hs:216)
pprBag (compiler/GHC/Data/Bag.hs:368)
elemBag (compiler/GHC/Data/Bag.hs:73)
lengthBag (compiler/GHC/Data/Bag.hs:67)
filterBag (compiler/GHC/Data/Bag.hs:105)
partitionBag (compiler/GHC/Data/Bag.hs:170)
partitionBagWith (compiler/GHC/Data/Bag.hs:184)
concatBag (compiler/GHC/Data/Bag.hs:160)
catBagMaybes (compiler/GHC/Data/Bag.hs:163)
foldBag (compiler/GHC/Data/Bag.hs:210)
isEmptyBag (compiler/GHC/Data/Bag.hs:95)
isSingletonBag (compiler/GHC/Data/Bag.hs:99)
consBag (compiler/GHC/Data/Bag.hs:91)
snocBag (compiler/GHC/Data/Bag.hs:92)
anyBag (compiler/GHC/Data/Bag.hs:145)
allBag (compiler/GHC/Data/Bag.hs:139)
listToBag (compiler/GHC/Data/Bag.hs:336)
nonEmptyToBag (compiler/GHC/Data/Bag.hs:341)
bagToList (compiler/GHC/Data/Bag.hs:345)
headMaybe (compiler/GHC/Data/Bag.hs:359)
mapAccumBagL (compiler/GHC/Data/Bag.hs:313)
concatMapBag (compiler/GHC/Data/Bag.hs:219)
concatMapBagPair (compiler/GHC/Data/Bag.hs:225)
mapMaybeBag (compiler/GHC/Data/Bag.hs:238)
mapMaybeBagM (compiler/GHC/Data/Bag.hs:246)
unzipBag (compiler/GHC/Data/Bag.hs:348)
mapBagM (compiler/GHC/Data/Bag.hs:257)
mapBagM_ (compiler/GHC/Data/Bag.hs:268)
lookupBag (compiler/GHC/Data/Bag.hs:128)
flatMapBagM (compiler/GHC/Data/Bag.hs:275)
flatMapBagPairM (compiler/GHC/Data/Bag.hs:286)
mapAndUnzipBagM (compiler/GHC/Data/Bag.hs:298)
mapAccumBagLM (compiler/GHC/Data/Bag.hs:326)
anyBagM (compiler/GHC/Data/Bag.hs:151)
filterBagM (compiler/GHC/Data/Bag.hs:113)
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:268)
initUniqSupply (compiler/GHC/Types/Unique/Supply.hs:263)
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.
20% ( 16 / 79) in 'GHC.Types.Unique.FM'
Missing documentation for:
Module header
emptyUFM (compiler/GHC/Types/Unique/FM.hs:115)
unitUFM (compiler/GHC/Types/Unique/FM.hs:121)
unitDirectlyUFM (compiler/GHC/Types/Unique/FM.hs:125)
zipToUFM (compiler/GHC/Types/Unique/FM.hs:135)
listToUFM (compiler/GHC/Types/Unique/FM.hs:141)
listToUFM_Directly (compiler/GHC/Types/Unique/FM.hs:144)
listToUFM_C (compiler/GHC/Types/Unique/FM.hs:154)
listToIdentityUFM (compiler/GHC/Types/Unique/FM.hs:147)
addToUFM (compiler/GHC/Types/Unique/FM.hs:157)
addToUFM_C (compiler/GHC/Types/Unique/FM.hs:175)
addToUFM_Acc (compiler/GHC/Types/Unique/FM.hs:185)
addListToUFM (compiler/GHC/Types/Unique/FM.hs:160)
addToUFM_Directly (compiler/GHC/Types/Unique/FM.hs:166)
addListToUFM_Directly (compiler/GHC/Types/Unique/FM.hs:163)
adjustUFM (compiler/GHC/Types/Unique/FM.hs:231)
alterUFM (compiler/GHC/Types/Unique/FM.hs:212)
alterUFM_Directly (compiler/GHC/Types/Unique/FM.hs:219)
adjustUFM_Directly (compiler/GHC/Types/Unique/FM.hs:234)
delFromUFM (compiler/GHC/Types/Unique/FM.hs:237)
delFromUFM_Directly (compiler/GHC/Types/Unique/FM.hs:246)
delListFromUFM (compiler/GHC/Types/Unique/FM.hs:240)
delListFromUFM_Directly (compiler/GHC/Types/Unique/FM.hs:243)
plusUFM (compiler/GHC/Types/Unique/FM.hs:251)
plusUFM_C (compiler/GHC/Types/Unique/FM.hs:256)
mergeUFM (compiler/GHC/Types/Unique/FM.hs:316)
plusMaybeUFM_C (compiler/GHC/Types/Unique/FM.hs:325)
plusUFMList (compiler/GHC/Types/Unique/FM.hs:333)
plusUFMListWith (compiler/GHC/Types/Unique/FM.hs:336)
sequenceUFMList (compiler/GHC/Types/Unique/FM.hs:339)
minusUFM (compiler/GHC/Types/Unique/FM.hs:348)
intersectUFM (compiler/GHC/Types/Unique/FM.hs:359)
intersectUFM_C (compiler/GHC/Types/Unique/FM.hs:366)
disjointUFM (compiler/GHC/Types/Unique/FM.hs:369)
equalKeysUFM (compiler/GHC/Types/Unique/FM.hs:522)
nonDetStrictFoldUFM (compiler/GHC/Types/Unique/FM.hs:460)
nonDetStrictFoldUFM_Directly (compiler/GHC/Types/Unique/FM.hs:475)
anyUFM (compiler/GHC/Types/Unique/FM.hs:436)
allUFM (compiler/GHC/Types/Unique/FM.hs:439)
seqEltsUFM (compiler/GHC/Types/Unique/FM.hs:442)
mapUFM (compiler/GHC/Types/Unique/FM.hs:385)
mapUFM_Directly (compiler/GHC/Types/Unique/FM.hs:394)
strictMapUFM (compiler/GHC/Types/Unique/FM.hs:397)
mapMaybeUFM (compiler/GHC/Types/Unique/FM.hs:388)
mapMaybeWithKeyUFM (compiler/GHC/Types/Unique/FM.hs:391)
elemUFM (compiler/GHC/Types/Unique/FM.hs:414)
elemUFM_Directly (compiler/GHC/Types/Unique/FM.hs:417)
filterUFM (compiler/GHC/Types/Unique/FM.hs:400)
filterUFM_Directly (compiler/GHC/Types/Unique/FM.hs:403)
partitionUFM (compiler/GHC/Types/Unique/FM.hs:406)
sizeUFM (compiler/GHC/Types/Unique/FM.hs:411)
isNullUFM (compiler/GHC/Types/Unique/FM.hs:118)
lookupUFM (compiler/GHC/Types/Unique/FM.hs:420)
lookupUFM_Directly (compiler/GHC/Types/Unique/FM.hs:424)
lookupWithDefaultUFM (compiler/GHC/Types/Unique/FM.hs:427)
lookupWithDefaultUFM_Directly (compiler/GHC/Types/Unique/FM.hs:430)
nonDetEltsUFM (compiler/GHC/Types/Unique/FM.hs:448)
nonDetKeysUFM (compiler/GHC/Types/Unique/FM.hs:454)
ufmToSet_Directly (compiler/GHC/Types/Unique/FM.hs:433)
nonDetUFMToList (compiler/GHC/Types/Unique/FM.hs:482)
ufmToIntMap (compiler/GHC/Types/Unique/FM.hs:508)
unsafeIntMapToUFM (compiler/GHC/Types/Unique/FM.hs:511)
pprUniqFM (compiler/GHC/Types/Unique/FM.hs:539)
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:224)
mapMaybeUDFM (compiler/GHC/Types/Unique/DFM.hs:431)
plusUDFM (compiler/GHC/Types/Unique/DFM.hs:267)
plusUDFM_C (compiler/GHC/Types/Unique/DFM.hs:227)
lookupUDFM (compiler/GHC/Types/Unique/DFM.hs:282)
lookupUDFM_Directly (compiler/GHC/Types/Unique/DFM.hs:285)
elemUDFM (compiler/GHC/Types/Unique/DFM.hs:288)
eltsUDFM (compiler/GHC/Types/Unique/DFM.hs:309)
filterUDFM (compiler/GHC/Types/Unique/DFM.hs:315)
filterUDFM_Directly (compiler/GHC/Types/Unique/DFM.hs:318)
isNullUDFM (compiler/GHC/Types/Unique/DFM.hs:342)
sizeUDFM (compiler/GHC/Types/Unique/DFM.hs:345)
intersectUDFM (compiler/GHC/Types/Unique/DFM.hs:348)
udfmIntersectUFM (compiler/GHC/Types/Unique/DFM.hs:353)
disjointUDFM (compiler/GHC/Types/Unique/DFM.hs:358)
disjointUdfmUfm (compiler/GHC/Types/Unique/DFM.hs:361)
equalKeysUDFM (compiler/GHC/Types/Unique/DFM.hs:339)
minusUDFM (compiler/GHC/Types/Unique/DFM.hs:364)
listToUDFM (compiler/GHC/Types/Unique/DFM.hs:391)
listToUDFM_Directly (compiler/GHC/Types/Unique/DFM.hs:394)
udfmMinusUFM (compiler/GHC/Types/Unique/DFM.hs:369)
ufmMinusUDFM (compiler/GHC/Types/Unique/DFM.hs:374)
udfmRestrictKeys (compiler/GHC/Types/Unique/DFM.hs:323)
udfmRestrictKeysSet (compiler/GHC/Types/Unique/DFM.hs:326)
anyUDFM (compiler/GHC/Types/Unique/DFM.hs:434)
allUDFM (compiler/GHC/Types/Unique/DFM.hs:437)
pprUniqDFM (compiler/GHC/Types/Unique/DFM.hs:458)
pprUDFM (compiler/GHC/Types/Unique/DFM.hs:467)
alwaysUnsafeUfmToUdfm (compiler/GHC/Types/Unique/DFM.hs:442)
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:184)
pprUniqSet (compiler/GHC/Types/Unique/Set.hs:198)
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:79)
addListToUniqSet (compiler/GHC/Types/Unique/Set.hs:82)
delOneFromUniqSet (compiler/GHC/Types/Unique/Set.hs:85)
delOneFromUniqSet_Directly (compiler/GHC/Types/Unique/Set.hs:88)
delListFromUniqSet (compiler/GHC/Types/Unique/Set.hs:91)
delListFromUniqSet_Directly (compiler/GHC/Types/Unique/Set.hs:94)
unionUniqSets (compiler/GHC/Types/Unique/Set.hs:98)
unionManyUniqSets (compiler/GHC/Types/Unique/Set.hs:101)
minusUniqSet (compiler/GHC/Types/Unique/Set.hs:104)
uniqSetMinusUFM (compiler/GHC/Types/Unique/Set.hs:116)
uniqSetMinusUDFM (compiler/GHC/Types/Unique/Set.hs:119)
intersectUniqSets (compiler/GHC/Types/Unique/Set.hs:107)
disjointUniqSets (compiler/GHC/Types/Unique/Set.hs:110)
restrictUniqSetToUFM (compiler/GHC/Types/Unique/Set.hs:113)
uniqSetAny (compiler/GHC/Types/Unique/Set.hs:137)
uniqSetAll (compiler/GHC/Types/Unique/Set.hs:140)
elementOfUniqSet (compiler/GHC/Types/Unique/Set.hs:122)
elemUniqSet_Directly (compiler/GHC/Types/Unique/Set.hs:125)
filterUniqSet (compiler/GHC/Types/Unique/Set.hs:128)
filterUniqSet_Directly (compiler/GHC/Types/Unique/Set.hs:131)
sizeUniqSet (compiler/GHC/Types/Unique/Set.hs:143)
isEmptyUniqSet (compiler/GHC/Types/Unique/Set.hs:146)
lookupUniqSet_Directly (compiler/GHC/Types/Unique/Set.hs:154)
partitionUniqSet (compiler/GHC/Types/Unique/Set.hs:134)
mapUniqSet (compiler/GHC/Types/Unique/Set.hs:176)
nonDetEltsUniqSet (compiler/GHC/Types/Unique/Set.hs:160)
nonDetKeysUniqSet (compiler/GHC/Types/Unique/Set.hs:166)
nonDetStrictFoldUniqSet (compiler/GHC/Types/Unique/Set.hs:172)
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:214:19
* at compiler/GHC/Data/FastString.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 compiler/GHC/Data/FastString.hs:214:1
25% ( 15 / 59) in 'GHC.Utils.Binary'
Missing documentation for:
Module header
Bin (compiler/GHC/Utils/Binary.hs:207)
BinHandle (compiler/GHC/Utils/Binary.hs:173)
SymbolTable (compiler/GHC/Utils/Binary.hs:1216)
Dictionary (compiler/GHC/Utils/Binary.hs:1138)
BinData (compiler/GHC/Utils/Binary.hs:139)
dataHandle (compiler/GHC/Utils/Binary.hs:160)
handleData (compiler/GHC/Utils/Binary.hs:167)
unsafeUnpackBinBuffer (compiler/GHC/Utils/Binary.hs:197)
openBinMem (compiler/GHC/Utils/Binary.hs:237)
seekBin (compiler/GHC/Utils/Binary.hs:250)
tellBin (compiler/GHC/Utils/Binary.hs:247)
castBin (compiler/GHC/Utils/Binary.hs:211)
foldGet (compiler/GHC/Utils/Binary.hs:329)
foldGet' (compiler/GHC/Utils/Binary.hs:346)
writeBinMem (compiler/GHC/Utils/Binary.hs:268)
readBinMem (compiler/GHC/Utils/Binary.hs:276)
readBinMemN (compiler/GHC/Utils/Binary.hs:283)
putAt (compiler/GHC/Utils/Binary.hs:231)
getAt (compiler/GHC/Utils/Binary.hs:234)
forwardPut_ (compiler/GHC/Utils/Binary.hs:1000)
putByte (compiler/GHC/Utils/Binary.hs:471)
getByte (compiler/GHC/Utils/Binary.hs:474)
putULEB128 (compiler/GHC/Utils/Binary.hs:505)
getULEB128 (compiler/GHC/Utils/Binary.hs:530)
putSLEB128 (compiler/GHC/Utils/Binary.hs:554)
getSLEB128 (compiler/GHC/Utils/Binary.hs:582)
lazyGet (compiler/GHC/Utils/Binary.hs:1029)
lazyPut (compiler/GHC/Utils/Binary.hs:1019)
getUserData (compiler/GHC/Utils/Binary.hs:184)
setUserData (compiler/GHC/Utils/Binary.hs:187)
newReadState (compiler/GHC/Utils/Binary.hs:1100)
newWriteState (compiler/GHC/Utils/Binary.hs:1114)
noUserData (compiler/GHC/Utils/Binary.hs:1123)
putDictionary (compiler/GHC/Utils/Binary.hs:1142)
getDictionary (compiler/GHC/Utils/Binary.hs:1149)
putFS (compiler/GHC/Utils/Binary.hs:1223)
FSTable (compiler/GHC/Utils/Binary.hs:1203)
initFSTable (compiler/GHC/Utils/Binary.hs:1164)
getDictFastString (compiler/GHC/Utils/Binary.hs:1158)
putDictFastString (compiler/GHC/Utils/Binary.hs:1185)
BinSpan (compiler/GHC/Utils/Binary.hs:1444)
BinSrcSpan (compiler/GHC/Utils/Binary.hs:1481)
BinLocated (compiler/GHC/Utils/Binary.hs:1432)
50% ( 1 / 2) in 'GHC.Utils.Binary.Typeable'
Missing documentation for:
getSomeTypeRep (compiler/GHC/Utils/Binary/Typeable.hs:44)
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:120:23
* at compiler/GHC/Unit/Types.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 compiler/GHC/Unit/Types.hs:127: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:271:7
* at compiler/GHC/Unit/Types.hs:290:1
You 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:290:1
Warning: 'UnitId' is ambiguous. It is defined
* at compiler/GHC/Unit/Types.hs:509:18
* at compiler/GHC/Unit/Types.hs:509:1
You 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:509:1
Warning: 'FastString' is ambiguous. It is defined
* at compiler/GHC/Data/FastString.hs:214:19
* at compiler/GHC/Data/FastString.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 compiler/GHC/Data/FastString.hs:214:1
Warning: GHC.Unit.Types: Couldn't find .haddock for export IsBootInterface
48% ( 33 / 68) in 'GHC.Unit.Types'
Missing documentation for:
mkModule (compiler/GHC/Unit/Types.hs:145)
moduleUnitId (compiler/GHC/Unit/Types.hs:130)
pprModule (compiler/GHC/Unit/Types.hs:205)
pprInstantiatedModule (compiler/GHC/Unit/Types.hs:222)
Unit (compiler/GHC/Unit/Types.hs:289)
InstantiatedUnit (compiler/GHC/Unit/Types.hs:290)
Instantiations (compiler/GHC/Unit/Types.hs:293)
GenInstantiations (compiler/GHC/Unit/Types.hs:292)
unitFS
unitString (compiler/GHC/Unit/Types.hs:457)
stringToUnit (compiler/GHC/Unit/Types.hs:460)
isHoleUnit (compiler/GHC/Unit/Types.hs:302)
pprUnit (compiler/GHC/Unit/Types.hs:354)
unitIdString (compiler/GHC/Unit/Types.hs:543)
stringToUnitId (compiler/GHC/Unit/Types.hs:546)
primUnitId (compiler/GHC/Unit/Types.hs:597)
bignumUnitId (compiler/GHC/Unit/Types.hs:598)
baseUnitId (compiler/GHC/Unit/Types.hs:599)
rtsUnitId (compiler/GHC/Unit/Types.hs:600)
thUnitId (compiler/GHC/Unit/Types.hs:603)
thisGhcUnitId (compiler/GHC/Unit/Types.hs:601)
interactiveUnitId (compiler/GHC/Unit/Types.hs:602)
primUnit (compiler/GHC/Unit/Types.hs:606)
bignumUnit (compiler/GHC/Unit/Types.hs:607)
baseUnit (compiler/GHC/Unit/Types.hs:608)
rtsUnit (compiler/GHC/Unit/Types.hs:609)
thUnit (compiler/GHC/Unit/Types.hs:605)
mainUnit (compiler/GHC/Unit/Types.hs:617)
thisGhcUnit (compiler/GHC/Unit/Types.hs:610)
interactiveUnit (compiler/GHC/Unit/Types.hs:611)
isInteractiveModule (compiler/GHC/Unit/Types.hs:620)
wiredInUnitIds (compiler/GHC/Unit/Types.hs:623)
IsBootInterface (compiler/Language/Haskell/Syntax/ImpExp.hs-boot:11)
ModuleNameWithIsBoot (compiler/GHC/Unit/Types.hs:712)
ModuleWithIsBoot (compiler/GHC/Unit/Types.hs:714)
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:120:23
* at compiler/GHC/Unit/Types.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 compiler/GHC/Unit/Types.hs:127: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:120:23
* at compiler/GHC/Unit/Types.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 compiler/GHC/Unit/Types.hs:127: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)
50% ( 1 / 2) in 'GHC.Types.BreakInfo'
Missing documentation for:
BreakInfo (compiler/GHC/Types/BreakInfo.hs:9)
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.
50% ( 9 / 18) in 'GHC.Hs.DocString'
Missing documentation for:
LHsDocString (compiler/GHC/Hs/DocString.hs:40)
HsDocStringDecorator (compiler/GHC/Hs/DocString.hs:102)
LHsDocStringChunk (compiler/GHC/Hs/DocString.hs:139)
isEmptyDocString (compiler/GHC/Hs/DocString.hs:170)
unpackHDSC (compiler/GHC/Hs/DocString.hs:161)
mkHsDocStringChunk (compiler/GHC/Hs/DocString.hs:154)
pprHsDocStrings (compiler/GHC/Hs/DocString.hs:184)
mkGeneratedHsDocString (compiler/GHC/Hs/DocString.hs:167)
docStringChunks (compiler/GHC/Hs/DocString.hs:175)
Warning: 'EnumSet' is ambiguous. It is defined
* at compiler/GHC/Data/EnumSet.hs:22:21
* at compiler/GHC/Data/EnumSet.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 compiler/GHC/Data/EnumSet.hs:22:1
11% ( 1 / 9) in 'GHC.Data.EnumSet'
Missing documentation for:
EnumSet (compiler/GHC/Data/EnumSet.hs:22)
member (compiler/GHC/Data/EnumSet.hs:26)
insert (compiler/GHC/Data/EnumSet.hs:29)
delete (compiler/GHC/Data/EnumSet.hs:32)
toList (compiler/GHC/Data/EnumSet.hs:35)
fromList (compiler/GHC/Data/EnumSet.hs:38)
empty (compiler/GHC/Data/EnumSet.hs:41)
difference (compiler/GHC/Data/EnumSet.hs:44)
80% ( 20 / 25) in 'GHC.Driver.Flags'
Missing documentation for:
Module header
Language (compiler/GHC/Driver/Flags.hs:41)
warningGroupName (compiler/GHC/Driver/Flags.hs:828)
warningGroupFlags (compiler/GHC/Driver/Flags.hs:837)
WarningFlag (compiler/GHC/Driver/Flags.hs:587)
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:214:19
* at compiler/GHC/Data/FastString.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 compiler/GHC/Data/FastString.hs:214:1
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.
94% ( 35 / 37) in 'GHC.JS.Unsat.Syntax'
Missing documentation for:
identFS (compiler/GHC/JS/Unsat/Syntax.hs:374)
newIdentSupply (compiler/GHC/JS/Unsat/Syntax.hs:122)
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.
91% ( 33 / 36) in 'GHC.JS.Syntax'
Missing documentation for:
jassignAll (compiler/GHC/JS/Syntax.hs:346)
jassignAllEqual (compiler/GHC/JS/Syntax.hs:342)
jvar (compiler/GHC/JS/Syntax.hs:350)
33% ( 5 / 15) in 'GHC.JS.Transform'
Missing documentation for:
Module header
identsS (compiler/GHC/JS/Transform.hs:46)
identsV (compiler/GHC/JS/Transform.hs:78)
identsE (compiler/GHC/JS/Transform.hs:67)
satJExpr (compiler/GHC/JS/Transform.hs:213)
Compos (compiler/GHC/JS/Transform.hs:138)
composOp (compiler/GHC/JS/Transform.hs:125)
composOpM (compiler/GHC/JS/Transform.hs:128)
composOpM_ (compiler/GHC/JS/Transform.hs:131)
composOpFold (compiler/GHC/JS/Transform.hs:134)
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:124)
JsToDoc (compiler/GHC/JS/Ppr.hs:130)
defaultRenderJs (compiler/GHC/JS/Ppr.hs:112)
RenderJs (compiler/GHC/JS/Ppr.hs:104)
jsToDoc (compiler/GHC/JS/Ppr.hs:115)
pprStringLit (compiler/GHC/JS/Ppr.hs:318)
interSemi (compiler/GHC/JS/Ppr.hs:350)
Warning: 'ToExpr' 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
73% ( 79 /107) in 'GHC.JS.Make'
Missing documentation for:
jFunction (compiler/GHC/JS/Make.hs:275)
jForNoDecl (compiler/GHC/JS/Make.hs:309)
returnStack (compiler/GHC/JS/Make.hs:593)
assignAllEqual (compiler/GHC/JS/Make.hs:538)
assignAll (compiler/GHC/JS/Make.hs:541)
assignAllReverseOrder (compiler/GHC/JS/Make.hs:544)
declAssignAll (compiler/GHC/JS/Make.hs:547)
trace (compiler/GHC/JS/Make.hs:550)
math_log (compiler/GHC/JS/Make.hs:613)
math_sin (compiler/GHC/JS/Make.hs:614)
math_cos (compiler/GHC/JS/Make.hs:615)
math_tan (compiler/GHC/JS/Make.hs:616)
math_exp (compiler/GHC/JS/Make.hs:617)
math_acos (compiler/GHC/JS/Make.hs:618)
math_asin (compiler/GHC/JS/Make.hs:619)
math_atan (compiler/GHC/JS/Make.hs:620)
math_abs (compiler/GHC/JS/Make.hs:621)
math_pow (compiler/GHC/JS/Make.hs:622)
math_sqrt (compiler/GHC/JS/Make.hs:624)
math_asinh (compiler/GHC/JS/Make.hs:625)
math_acosh (compiler/GHC/JS/Make.hs:626)
math_atanh (compiler/GHC/JS/Make.hs:627)
math_cosh (compiler/GHC/JS/Make.hs:629)
math_sinh (compiler/GHC/JS/Make.hs:628)
math_tanh (compiler/GHC/JS/Make.hs:630)
math_expm1 (compiler/GHC/JS/Make.hs:631)
math_log1p (compiler/GHC/JS/Make.hs:632)
math_fround (compiler/GHC/JS/Make.hs:633)
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:1926: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:1926: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% ( 43 /162) in 'GHC.Types.Basic'
Missing documentation for:
Module header
LeftOrRight (compiler/GHC/Types/Basic.hs:146)
pickLR (compiler/GHC/Types/Basic.hs:150)
mkAlignment (compiler/GHC/Types/Basic.hs:233)
alignmentOf (compiler/GHC/Types/Basic.hs:251)
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:433)
isRec (compiler/GHC/Types/Basic.hs:552)
isNonRec (compiler/GHC/Types/Basic.hs:556)
boolToRecFlag (compiler/GHC/Types/Basic.hs:560)
isGenerated (compiler/GHC/Types/Basic.hs:594)
RuleName (compiler/GHC/Types/Basic.hs:458)
pprRuleName (compiler/GHC/Types/Basic.hs:461)
TopLevelFlag (compiler/GHC/Types/Basic.hs:472)
isTopLevel (compiler/GHC/Types/Basic.hs:482)
isNotTopLevel (compiler/GHC/Types/Basic.hs:479)
OverlapMode (compiler/GHC/Types/Basic.hs:702)
setOverlapModeMaybe (compiler/GHC/Types/Basic.hs:669)
hasOverlappingFlag (compiler/GHC/Types/Basic.hs:689)
hasOverlappableFlag (compiler/GHC/Types/Basic.hs:680)
hasIncoherentFlag (compiler/GHC/Types/Basic.hs:673)
hasNonCanonicalFlag (compiler/GHC/Types/Basic.hs:698)
Boxity (compiler/Language/Haskell/Syntax/Basic.hs:22)
isBoxed (compiler/Language/Haskell/Syntax/Basic.hs:28)
isMarkedCbv (compiler/GHC/Types/Basic.hs:534)
topPrec (compiler/GHC/Types/Basic.hs:824)
sigPrec (compiler/GHC/Types/Basic.hs:825)
opPrec (compiler/GHC/Types/Basic.hs:829)
funPrec (compiler/GHC/Types/Basic.hs:826)
starPrec (compiler/GHC/Types/Basic.hs:830)
appPrec (compiler/GHC/Types/Basic.hs:832)
maxPrec (compiler/GHC/Types/Basic.hs:833)
maybeParen (compiler/GHC/Types/Basic.hs:836)
TupleSort (compiler/GHC/Types/Basic.hs:909)
tupleSortBoxity (compiler/GHC/Types/Basic.hs:935)
boxityTupleSort (compiler/GHC/Types/Basic.hs:940)
tupleParens (compiler/GHC/Types/Basic.hs:944)
unboxedTupleOrSumExtension (compiler/GHC/Types/Basic.hs:984)
sumParens (compiler/GHC/Types/Basic.hs:959)
hasNoOneShotInfo (compiler/GHC/Types/Basic.hs:358)
isOneShotInfo (compiler/GHC/Types/Basic.hs:355)
bestOneShot (compiler/GHC/Types/Basic.hs:365)
worstOneShot (compiler/GHC/Types/Basic.hs:362)
noOccInfo (compiler/GHC/Types/Basic.hs:1084)
seqOccInfo (compiler/GHC/Types/Basic.hs:1095)
zapFragileOcc (compiler/GHC/Types/Basic.hs:1182)
isOneOcc (compiler/GHC/Types/Basic.hs:1177)
isDeadOcc (compiler/GHC/Types/Basic.hs:1173)
isStrongLoopBreaker (compiler/GHC/Types/Basic.hs:1168)
isWeakLoopBreaker (compiler/GHC/Types/Basic.hs:1164)
isManyOccs (compiler/GHC/Types/Basic.hs:1091)
isNoOccInfo (compiler/GHC/Types/Basic.hs:1087)
strongLoopBreaker (compiler/GHC/Types/Basic.hs:1160)
weakLoopBreaker (compiler/GHC/Types/Basic.hs:1161)
BranchCount (compiler/GHC/Types/Basic.hs:1061)
oneBranch (compiler/GHC/Types/Basic.hs:1069)
TailCallInfo (compiler/GHC/Types/Basic.hs:1137)
tailCallInfo (compiler/GHC/Types/Basic.hs:1142)
zapOccTailCallInfo (compiler/GHC/Types/Basic.hs:1146)
isAlwaysTailCalled (compiler/GHC/Types/Basic.hs:1150)
SwapFlag (compiler/GHC/Types/Basic.hs:383)
flipSwap (compiler/GHC/Types/Basic.hs:392)
unSwap (compiler/GHC/Types/Basic.hs:400)
isSwapped (compiler/GHC/Types/Basic.hs:396)
CompilerPhase (compiler/GHC/Types/Basic.hs:1326)
beginPhase (compiler/GHC/Types/Basic.hs:1350)
nextPhase (compiler/GHC/Types/Basic.hs:1368)
laterPhase (compiler/GHC/Types/Basic.hs:1375)
Activation (compiler/GHC/Types/Basic.hs:1338)
isActive (compiler/GHC/Types/Basic.hs:1390)
competesWith (compiler/GHC/Types/Basic.hs:1421)
isNeverActive (compiler/GHC/Types/Basic.hs:1413)
isAlwaysActive (compiler/GHC/Types/Basic.hs:1416)
activeInFinalPhase (compiler/GHC/Types/Basic.hs:1407)
activateAfterInitial (compiler/GHC/Types/Basic.hs:1383)
activateDuringFinal (compiler/GHC/Types/Basic.hs:1387)
activeAfter (compiler/GHC/Types/Basic.hs:1359)
isConLike (compiler/GHC/Types/Basic.hs:1617)
isFunLike (compiler/GHC/Types/Basic.hs:1621)
noUserInlineSpec (compiler/GHC/Types/Basic.hs:1625)
InlinePragma (compiler/GHC/Types/Basic.hs:1462)
defaultInlinePragma (compiler/GHC/Types/Basic.hs:1630)
alwaysInlinePragma (compiler/GHC/Types/Basic.hs:1636)
neverInlinePragma (compiler/GHC/Types/Basic.hs:1637)
dfunInlinePragma (compiler/GHC/Types/Basic.hs:1665)
isDefaultInlinePragma (compiler/GHC/Types/Basic.hs:1669)
isInlinePragma (compiler/GHC/Types/Basic.hs:1675)
isInlinablePragma (compiler/GHC/Types/Basic.hs:1680)
isNoInlinePragma (compiler/GHC/Types/Basic.hs:1685)
isOpaquePragma (compiler/GHC/Types/Basic.hs:1697)
isAnyInlinePragma (compiler/GHC/Types/Basic.hs:1691)
alwaysInlineConLikePragma (compiler/GHC/Types/Basic.hs:1640)
inlinePragmaSource (compiler/GHC/Types/Basic.hs:1646)
inlineSpecSource (compiler/GHC/Types/Basic.hs:1654)
inlinePragmaSpec (compiler/GHC/Types/Basic.hs:1643)
inlinePragmaSat (compiler/GHC/Types/Basic.hs:1702)
inlinePragmaActivation (compiler/GHC/Types/Basic.hs:1705)
inlinePragmaRuleMatchInfo (compiler/GHC/Types/Basic.hs:1708)
setInlinePragmaActivation (compiler/GHC/Types/Basic.hs:1711)
setInlinePragmaRuleMatchInfo (compiler/GHC/Types/Basic.hs:1714)
UnfoldingSource (compiler/GHC/Types/Basic.hs:1863)
isStableSource (compiler/GHC/Types/Basic.hs:1890)
isStableUserSource (compiler/GHC/Types/Basic.hs:1878)
isStableSystemSource (compiler/GHC/Types/Basic.hs:1882)
isCompulsorySource (compiler/GHC/Types/Basic.hs:1886)
SuccessFlag (compiler/GHC/Types/Basic.hs:1267)
succeeded (compiler/GHC/Types/Basic.hs:1284)
failed (compiler/GHC/Types/Basic.hs:1287)
successIf (compiler/GHC/Types/Basic.hs:1280)
intGtLimit (compiler/GHC/Types/Basic.hs:1959)
isTypeLevel (compiler/GHC/Types/Basic.hs:2003)
isKindLevel (compiler/GHC/Types/Basic.hs:2007)
Levity (compiler/GHC/Types/Basic.hs:2023)
mightBeLifted (compiler/GHC/Types/Basic.hs:2041)
mightBeUnlifted (compiler/GHC/Types/Basic.hs:2045)
TypeOrConstraint (compiler/GHC/Types/Basic.hs:2048)
defaultNonStandardTyVars (compiler/GHC/Types/Basic.hs:2241)
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 (compiler/GHC/Platform.hs:184)
osSubsectionsViaSymbols (compiler/GHC/Platform.hs:231)
platformUsesFrameworks (compiler/GHC/Platform.hs:228)
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:326)
platformHsSOName (compiler/GHC/Platform.hs:331)
platformSOExt (compiler/GHC/Platform.hs:334)
genericPlatform (compiler/GHC/Platform.hs:132)
13% ( 8 / 60) in 'GHC.Settings'
Missing documentation for:
Settings (compiler/GHC/Settings.hs:72)
sProgramName (compiler/GHC/Settings.hs:176)
sProjectVersion (compiler/GHC/Settings.hs:178)
sGhcUsagePath (compiler/GHC/Settings.hs:181)
sGhciUsagePath (compiler/GHC/Settings.hs:183)
sToolDir (compiler/GHC/Settings.hs:185)
sTopDir (compiler/GHC/Settings.hs:187)
sGlobalPackageDatabasePath (compiler/GHC/Settings.hs:189)
sLdSupportsCompactUnwind (compiler/GHC/Settings.hs:192)
sLdSupportsFilelist (compiler/GHC/Settings.hs:194)
sLdSupportsResponseFiles (compiler/GHC/Settings.hs:196)
sLdIsGnuLd (compiler/GHC/Settings.hs:198)
sGccSupportsNoPie (compiler/GHC/Settings.hs:200)
sUseInplaceMinGW (compiler/GHC/Settings.hs:202)
sArSupportsDashL (compiler/GHC/Settings.hs:204)
sPgm_L (compiler/GHC/Settings.hs:207)
sPgm_P (compiler/GHC/Settings.hs:209)
sPgm_F (compiler/GHC/Settings.hs:211)
sPgm_c (compiler/GHC/Settings.hs:213)
sPgm_cxx (compiler/GHC/Settings.hs:215)
sPgm_a (compiler/GHC/Settings.hs:217)
sPgm_l (compiler/GHC/Settings.hs:219)
sPgm_lm (compiler/GHC/Settings.hs:221)
sPgm_dll (compiler/GHC/Settings.hs:223)
sPgm_T (compiler/GHC/Settings.hs:225)
sPgm_windres (compiler/GHC/Settings.hs:227)
sPgm_ar (compiler/GHC/Settings.hs:229)
sPgm_otool (compiler/GHC/Settings.hs:231)
sPgm_install_name_tool (compiler/GHC/Settings.hs:233)
sPgm_ranlib (compiler/GHC/Settings.hs:235)
sPgm_lo (compiler/GHC/Settings.hs:237)
sPgm_lc (compiler/GHC/Settings.hs:239)
sPgm_lcc (compiler/GHC/Settings.hs:241)
sPgm_i (compiler/GHC/Settings.hs:243)
sOpt_L (compiler/GHC/Settings.hs:245)
sOpt_P (compiler/GHC/Settings.hs:247)
sOpt_P_fingerprint (compiler/GHC/Settings.hs:249)
sOpt_F (compiler/GHC/Settings.hs:251)
sOpt_c (compiler/GHC/Settings.hs:253)
sOpt_cxx (compiler/GHC/Settings.hs:255)
sOpt_a (compiler/GHC/Settings.hs:257)
sOpt_l (compiler/GHC/Settings.hs:259)
sOpt_lm (compiler/GHC/Settings.hs:261)
sOpt_windres (compiler/GHC/Settings.hs:263)
sOpt_lo (compiler/GHC/Settings.hs:265)
sOpt_lc (compiler/GHC/Settings.hs:267)
sOpt_lcc (compiler/GHC/Settings.hs:269)
sOpt_i (compiler/GHC/Settings.hs:271)
sExtraGccViaCFlags (compiler/GHC/Settings.hs:274)
sTargetPlatformString (compiler/GHC/Settings.hs:277)
sGhcWithInterpreter (compiler/GHC/Settings.hs:279)
sLibFFI (compiler/GHC/Settings.hs:281)
92% ( 26 / 28) in 'GHC.Platform.Ways'
Missing documentation for:
Ways (compiler/GHC/Platform/Ways.hs:74)
wayDesc (compiler/GHC/Platform/Ways.hs:138)
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
30% ( 4 / 13) in 'GHC.CmmToLlvm.Config'
Missing documentation for:
LlvmCgConfig (compiler/GHC/CmmToLlvm/Config.hs:34)
LlvmConfig (compiler/GHC/CmmToLlvm/Config.hs:92)
LlvmTarget (compiler/GHC/CmmToLlvm/Config.hs:47)
initLlvmConfig (compiler/GHC/CmmToLlvm/Config.hs:72)
LlvmVersion (compiler/GHC/CmmToLlvm/Config.hs:102)
parseLlvmVersion (compiler/GHC/CmmToLlvm/Config.hs:106)
llvmVersionSupported (compiler/GHC/CmmToLlvm/Config.hs:128)
llvmVersionStr (compiler/GHC/CmmToLlvm/Config.hs:132)
llvmVersionList (compiler/GHC/CmmToLlvm/Config.hs:135)
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:190)
maybeInvertComparison (compiler/GHC/Cmm/MachOp.hs:403)
isFloatComparison (compiler/GHC/Cmm/MachOp.hs:384)
mo_wordAdd (compiler/GHC/Cmm/MachOp.hs:238)
mo_wordSub (compiler/GHC/Cmm/MachOp.hs:239)
mo_wordEq (compiler/GHC/Cmm/MachOp.hs:240)
mo_wordNe (compiler/GHC/Cmm/MachOp.hs:241)
mo_wordMul (compiler/GHC/Cmm/MachOp.hs:242)
mo_wordSQuot (compiler/GHC/Cmm/MachOp.hs:243)
mo_wordSRem (compiler/GHC/Cmm/MachOp.hs:244)
mo_wordSNeg (compiler/GHC/Cmm/MachOp.hs:245)
mo_wordUQuot (compiler/GHC/Cmm/MachOp.hs:246)
mo_wordURem (compiler/GHC/Cmm/MachOp.hs:247)
mo_wordSGe (compiler/GHC/Cmm/MachOp.hs:249)
mo_wordSLe (compiler/GHC/Cmm/MachOp.hs:250)
mo_wordSGt (compiler/GHC/Cmm/MachOp.hs:251)
mo_wordSLt (compiler/GHC/Cmm/MachOp.hs:252)
mo_wordUGe (compiler/GHC/Cmm/MachOp.hs:254)
mo_wordULe (compiler/GHC/Cmm/MachOp.hs:255)
mo_wordUGt (compiler/GHC/Cmm/MachOp.hs:256)
mo_wordULt (compiler/GHC/Cmm/MachOp.hs:257)
mo_wordAnd (compiler/GHC/Cmm/MachOp.hs:259)
mo_wordOr (compiler/GHC/Cmm/MachOp.hs:260)
mo_wordXor (compiler/GHC/Cmm/MachOp.hs:261)
mo_wordNot (compiler/GHC/Cmm/MachOp.hs:262)
mo_wordShl (compiler/GHC/Cmm/MachOp.hs:263)
mo_wordSShr (compiler/GHC/Cmm/MachOp.hs:264)
mo_wordUShr (compiler/GHC/Cmm/MachOp.hs:265)
mo_u_8To32 (compiler/GHC/Cmm/MachOp.hs:267)
mo_s_8To32 (compiler/GHC/Cmm/MachOp.hs:268)
mo_u_16To32 (compiler/GHC/Cmm/MachOp.hs:269)
mo_s_16To32 (compiler/GHC/Cmm/MachOp.hs:270)
mo_u_8ToWord (compiler/GHC/Cmm/MachOp.hs:272)
mo_s_8ToWord (compiler/GHC/Cmm/MachOp.hs:273)
mo_u_16ToWord (compiler/GHC/Cmm/MachOp.hs:274)
mo_s_16ToWord (compiler/GHC/Cmm/MachOp.hs:275)
mo_u_32ToWord (compiler/GHC/Cmm/MachOp.hs:277)
mo_s_32ToWord (compiler/GHC/Cmm/MachOp.hs:276)
mo_32To8 (compiler/GHC/Cmm/MachOp.hs:284)
mo_32To16 (compiler/GHC/Cmm/MachOp.hs:285)
mo_WordTo8 (compiler/GHC/Cmm/MachOp.hs:279)
mo_WordTo16 (compiler/GHC/Cmm/MachOp.hs:280)
mo_WordTo32 (compiler/GHC/Cmm/MachOp.hs:281)
mo_WordTo64 (compiler/GHC/Cmm/MachOp.hs:282)
CallishMachOp (compiler/GHC/Cmm/MachOp.hs:605)
pprCallishMachOp (compiler/GHC/Cmm/MachOp.hs:763)
pprFMASign (compiler/GHC/Cmm/MachOp.hs:211)
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)
28% ( 13 / 46) in 'GHC.Builtin.Uniques'
Missing documentation for:
mkSumTyConUnique (compiler/GHC/Builtin/Uniques.hs:118)
mkSumDataConUnique (compiler/GHC/Builtin/Uniques.hs:125)
mkTupleTyConUnique (compiler/GHC/Builtin/Uniques.hs:273)
mkTupleDataConUnique (compiler/GHC/Builtin/Uniques.hs:269)
mkCTupleTyConUnique (compiler/GHC/Builtin/Uniques.hs:216)
mkCTupleDataConUnique (compiler/GHC/Builtin/Uniques.hs:219)
mkCTupleSelIdUnique (compiler/GHC/Builtin/Uniques.hs:222)
mkAlphaTyVarUnique (compiler/GHC/Builtin/Uniques.hs:366)
mkPrimOpIdUnique (compiler/GHC/Builtin/Uniques.hs:370)
mkPrimOpWrapperUnique (compiler/GHC/Builtin/Uniques.hs:371)
mkPreludeMiscIdUnique (compiler/GHC/Builtin/Uniques.hs:372)
mkPreludeDataConUnique (compiler/GHC/Builtin/Uniques.hs:419)
mkPreludeTyConUnique (compiler/GHC/Builtin/Uniques.hs:409)
mkPreludeClassUnique (compiler/GHC/Builtin/Uniques.hs:367)
mkRegSingleUnique (compiler/GHC/Builtin/Uniques.hs:380)
mkRegPairUnique (compiler/GHC/Builtin/Uniques.hs:382)
mkRegClassUnique (compiler/GHC/Builtin/Uniques.hs:383)
mkRegSubUnique (compiler/GHC/Builtin/Uniques.hs:381)
mkCostCentreUnique (compiler/GHC/Builtin/Uniques.hs:386)
varNSUnique (compiler/GHC/Builtin/Uniques.hs:389)
dataNSUnique (compiler/GHC/Builtin/Uniques.hs:390)
tvNSUnique (compiler/GHC/Builtin/Uniques.hs:391)
tcNSUnique (compiler/GHC/Builtin/Uniques.hs:392)
mkFldNSUnique (compiler/GHC/Builtin/Uniques.hs:395)
isFldNSUnique (compiler/GHC/Builtin/Uniques.hs:398)
mkBuiltinUnique (compiler/GHC/Builtin/Uniques.hs:376)
mkPseudoUniqueE (compiler/GHC/Builtin/Uniques.hs:377)
tyConRepNameUnique (compiler/GHC/Builtin/Uniques.hs:412)
dataConWorkerUnique (compiler/GHC/Builtin/Uniques.hs:422)
dataConTyRepNameUnique (compiler/GHC/Builtin/Uniques.hs:423)
initExitJoinUnique (compiler/GHC/Builtin/Uniques.hs:402)
mkBoxingTyConUnique (compiler/GHC/Builtin/Uniques.hs:445)
boxingDataConUnique (compiler/GHC/Builtin/Uniques.hs:448)
Warning: 'OccName' is ambiguous. It is defined
* at compiler/GHC/Types/Name/Occurrence.hs:363:16
* at compiler/GHC/Types/Name/Occurrence.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 compiler/GHC/Types/Name/Occurrence.hs:363:1
Warning: 'FastString' is ambiguous. It is defined
* at compiler/GHC/Data/FastString.hs:214:19
* at compiler/GHC/Data/FastString.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 compiler/GHC/Data/FastString.hs:214: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
33% ( 52 /155) in 'GHC.Types.Name.Occurrence'
Missing documentation for:
NameSpace (compiler/GHC/Types/Name/Occurrence.hs:147)
tcName (compiler/GHC/Types/Name/Occurrence.hs:256)
clsName (compiler/GHC/Types/Name/Occurrence.hs:257)
tcClsName (compiler/GHC/Types/Name/Occurrence.hs:258)
dataName (compiler/GHC/Types/Name/Occurrence.hs:260)
varName (compiler/GHC/Types/Name/Occurrence.hs:265)
fieldName (compiler/GHC/Types/Name/Occurrence.hs:268)
tvName (compiler/GHC/Types/Name/Occurrence.hs:264)
srcDataName (compiler/GHC/Types/Name/Occurrence.hs:261)
pprNameSpace (compiler/GHC/Types/Name/Occurrence.hs:305)
pprNonVarNameSpace (compiler/GHC/Types/Name/Occurrence.hs:312)
pprNameSpaceBrief (compiler/GHC/Types/Name/Occurrence.hs:316)
pprOccName (compiler/GHC/Types/Name/Occurrence.hs:405)
mkOccName (compiler/GHC/Types/Name/Occurrence.hs:450)
mkOccNameFS (compiler/GHC/Types/Name/Occurrence.hs:453)
mkVarOcc (compiler/GHC/Types/Name/Occurrence.hs:456)
mkVarOccFS (compiler/GHC/Types/Name/Occurrence.hs:459)
mkRecFieldOcc (compiler/GHC/Types/Name/Occurrence.hs:462)
mkRecFieldOccFS (compiler/GHC/Types/Name/Occurrence.hs:465)
mkDataOcc (compiler/GHC/Types/Name/Occurrence.hs:483)
mkDataOccFS (compiler/GHC/Types/Name/Occurrence.hs:486)
mkTyVarOcc (compiler/GHC/Types/Name/Occurrence.hs:489)
mkTyVarOccFS (compiler/GHC/Types/Name/Occurrence.hs:492)
mkTcOcc (compiler/GHC/Types/Name/Occurrence.hs:495)
mkTcOccFS (compiler/GHC/Types/Name/Occurrence.hs:498)
mkClsOcc (compiler/GHC/Types/Name/Occurrence.hs:501)
mkClsOccFS (compiler/GHC/Types/Name/Occurrence.hs:504)
mkDFunOcc (compiler/GHC/Types/Name/Occurrence.hs:1080)
setOccNameSpace (compiler/GHC/Types/Name/Occurrence.hs:854)
demoteOccName (compiler/GHC/Types/Name/Occurrence.hs:509)
demoteOccTvName (compiler/GHC/Types/Name/Occurrence.hs:514)
promoteOccName (compiler/GHC/Types/Name/Occurrence.hs:521)
varToRecFieldOcc (compiler/GHC/Types/Name/Occurrence.hs:468)
recFieldToVarOcc (compiler/GHC/Types/Name/Occurrence.hs:480)
mkDataConWrapperOcc (compiler/GHC/Types/Name/Occurrence.hs:1003)
mkWorkerOcc (compiler/GHC/Types/Name/Occurrence.hs:1004)
mkMatcherOcc (compiler/GHC/Types/Name/Occurrence.hs:1005)
mkBuilderOcc (compiler/GHC/Types/Name/Occurrence.hs:1006)
mkDefaultMethodOcc (compiler/GHC/Types/Name/Occurrence.hs:1007)
isDefaultMethodOcc (compiler/GHC/Types/Name/Occurrence.hs:975)
mkNewTyCoOcc (compiler/GHC/Types/Name/Occurrence.hs:1015)
mkClassOpAuxOcc (compiler/GHC/Types/Name/Occurrence.hs:1008)
mkCon2TagOcc (compiler/GHC/Types/Name/Occurrence.hs:1021)
mkTag2ConOcc (compiler/GHC/Types/Name/Occurrence.hs:1022)
mkMaxTagOcc (compiler/GHC/Types/Name/Occurrence.hs:1023)
mkClassDataConOcc (compiler/GHC/Types/Name/Occurrence.hs:1014)
mkDictOcc (compiler/GHC/Types/Name/Occurrence.hs:1009)
mkIPOcc (compiler/GHC/Types/Name/Occurrence.hs:1010)
mkSpecOcc (compiler/GHC/Types/Name/Occurrence.hs:1011)
mkForeignExportOcc (compiler/GHC/Types/Name/Occurrence.hs:1012)
mkRepEqOcc (compiler/GHC/Types/Name/Occurrence.hs:1013)
mkGenR (compiler/GHC/Types/Name/Occurrence.hs:1034)
mkGen1R (compiler/GHC/Types/Name/Occurrence.hs:1035)
mkDataTOcc (compiler/GHC/Types/Name/Occurrence.hs:1024)
mkDataCOcc (compiler/GHC/Types/Name/Occurrence.hs:1025)
mkDataConWorkerOcc (compiler/GHC/Types/Name/Occurrence.hs:1043)
mkSuperDictSelOcc (compiler/GHC/Types/Name/Occurrence.hs:1052)
mkSuperDictAuxOcc (compiler/GHC/Types/Name/Occurrence.hs:1046)
mkLocalOcc (compiler/GHC/Types/Name/Occurrence.hs:1058)
mkMethodOcc (compiler/GHC/Types/Name/Occurrence.hs:1120)
mkInstTyCoOcc (compiler/GHC/Types/Name/Occurrence.hs:1016)
mkEqPredCoOcc (compiler/GHC/Types/Name/Occurrence.hs:1017)
mkTyConRepOcc (compiler/GHC/Types/Name/Occurrence.hs:1028)
occNameFS
occNameString (compiler/GHC/Types/Name/Occurrence.hs:851)
occNameSpace
isVarOcc (compiler/GHC/Types/Name/Occurrence.hs:858)
isTvOcc (compiler/GHC/Types/Name/Occurrence.hs:861)
isTcOcc (compiler/GHC/Types/Name/Occurrence.hs:864)
isDataOcc (compiler/GHC/Types/Name/Occurrence.hs:882)
isFieldOcc (compiler/GHC/Types/Name/Occurrence.hs:867)
fieldOcc_maybe (compiler/GHC/Types/Name/Occurrence.hs:871)
isTcClsNameSpace (compiler/GHC/Types/Name/Occurrence.hs:275)
isTvNameSpace (compiler/GHC/Types/Name/Occurrence.hs:279)
isDataConNameSpace (compiler/GHC/Types/Name/Occurrence.hs:271)
isVarNameSpace (compiler/GHC/Types/Name/Occurrence.hs:283)
isValNameSpace (compiler/GHC/Types/Name/Occurrence.hs:295)
isFieldNameSpace (compiler/GHC/Types/Name/Occurrence.hs:301)
minusOccEnv_C_Ns (compiler/GHC/Types/Name/Occurrence.hs:786)
pprOccEnv (compiler/GHC/Types/Name/Occurrence.hs:800)
intersectOccEnv_C (compiler/GHC/Types/Name/Occurrence.hs:768)
OccSet (compiler/GHC/Types/Name/Occurrence.hs:820)
emptyOccSet (compiler/GHC/Types/Name/Occurrence.hs:832)
unitOccSet (compiler/GHC/Types/Name/Occurrence.hs:833)
mkOccSet (compiler/GHC/Types/Name/Occurrence.hs:834)
extendOccSet (compiler/GHC/Types/Name/Occurrence.hs:835)
extendOccSetList (compiler/GHC/Types/Name/Occurrence.hs:836)
unionOccSets (compiler/GHC/Types/Name/Occurrence.hs:837)
unionManyOccSets (compiler/GHC/Types/Name/Occurrence.hs:838)
elemOccSet (compiler/GHC/Types/Name/Occurrence.hs:839)
isEmptyOccSet (compiler/GHC/Types/Name/Occurrence.hs:840)
mainOcc (compiler/GHC/Types/Name/Occurrence.hs:1273)
ppMainFn (compiler/GHC/Types/Name/Occurrence.hs:1276)
TidyOccEnv (compiler/GHC/Types/Name/Occurrence.hs:1207)
emptyTidyOccEnv (compiler/GHC/Types/Name/Occurrence.hs:1211)
initTidyOccEnv (compiler/GHC/Types/Name/Occurrence.hs:1214)
tidyOccName (compiler/GHC/Types/Name/Occurrence.hs:1232)
avoidClashesOccEnv (compiler/GHC/Types/Name/Occurrence.hs:1223)
delTidyOccEnvList (compiler/GHC/Types/Name/Occurrence.hs:1219)
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:122:13
* at compiler/GHC/Types/Name.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 compiler/GHC/Types/Name.hs:122: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:120:23
* at compiler/GHC/Unit/Types.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 compiler/GHC/Unit/Types.hs:127:1
Warning: 'UserData' is ambiguous. It is defined
* at compiler/GHC/Utils/Binary.hs:1083:4
* at compiler/GHC/Utils/Binary.hs:1082:1
You 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:1082:1
36% ( 25 / 68) in 'GHC.Types.Name'
Missing documentation for:
mkSystemNameAt (compiler/GHC/Types/Name.hs:509)
mkClonedInternalName (compiler/GHC/Types/Name.hs:477)
mkDerivedInternalName (compiler/GHC/Types/Name.hs:482)
mkSystemVarName (compiler/GHC/Types/Name.hs:513)
mkSysTvName (compiler/GHC/Types/Name.hs:516)
nameUnique (compiler/GHC/Types/Name.hs:261)
setNameUnique (compiler/GHC/Types/Name.hs:527)
nameOccName (compiler/GHC/Types/Name.hs:262)
nameNameSpace (compiler/GHC/Types/Name.hs:263)
nameModule (compiler/GHC/Types/Name.hs:339)
nameModule_maybe (compiler/GHC/Types/Name.hs:344)
setNameLoc (compiler/GHC/Types/Name.hs:532)
tidyNameOcc (compiler/GHC/Types/Name.hs:538)
namePun_maybe (compiler/GHC/Types/Name.hs:354)
pprName (compiler/GHC/Types/Name.hs:651)
nameSrcLoc (compiler/GHC/Types/Name.hs:264)
nameSrcSpan (compiler/GHC/Types/Name.hs:265)
pprNameDefnLoc (compiler/GHC/Types/Name.hs:783)
pprDefinedAt (compiler/GHC/Types/Name.hs:778)
isSystemName (compiler/GHC/Types/Name.hs:449)
isInternalName (compiler/GHC/Types/Name.hs:301)
isExternalName (compiler/GHC/Types/Name.hs:297)
isTyVarName (compiler/GHC/Types/Name.hs:432)
isTyConName (compiler/GHC/Types/Name.hs:435)
isDataConName (compiler/GHC/Types/Name.hs:438)
isValName (compiler/GHC/Types/Name.hs:441)
isVarName (compiler/GHC/Types/Name.hs:444)
isFieldName (compiler/GHC/Types/Name.hs:447)
isWiredInName (compiler/GHC/Types/Name.hs:280)
isWiredIn (compiler/GHC/Types/Name.hs:284)
isBuiltInSyntax (compiler/GHC/Types/Name.hs:291)
isTupleTyConName (compiler/GHC/Types/Name.hs:295)
isHoleName (compiler/GHC/Types/Name.hs:304)
wiredInNameTyThing_maybe (compiler/GHC/Types/Name.hs:287)
nameIsHomePackage (compiler/GHC/Types/Name.hs:400)
nameIsHomePackageImport (compiler/GHC/Types/Name.hs:412)
getSrcLoc (compiler/GHC/Types/Name.hs:833)
getSrcSpan (compiler/GHC/Types/Name.hs:834)
getOccString (compiler/GHC/Types/Name.hs:835)
getOccFS (compiler/GHC/Types/Name.hs:836)
pprInfixName (compiler/GHC/Types/Name.hs:841)
pprPrefixName (compiler/GHC/Types/Name.hs:844)
pprModulePrefix (compiler/GHC/Types/Name.hs:749)
Warning: 'Id' is ambiguous. It is defined
* at compiler/GHC/Types/Var.hs:266:5
* at compiler/GHC/Types/Var.hs: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 compiler/GHC/Types/Var.hs:141:1
Warning: 'TyVar' is ambiguous. It is defined
* at compiler/GHC/Types/Var.hs:247:5
* at compiler/GHC/Types/Var.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 compiler/GHC/Types/Var.hs:154:1
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% ( 61 /139) in 'GHC.Types.Var'
Missing documentation for:
NcId (compiler/GHC/Types/Var.hs:149)
JoinId (compiler/GHC/Types/Var.hs:187)
InVar (compiler/GHC/Types/Var.hs:197)
InCoVar (compiler/GHC/Types/Var.hs:199)
InId (compiler/GHC/Types/Var.hs:200)
InTyVar (compiler/GHC/Types/Var.hs:198)
OutVar (compiler/GHC/Types/Var.hs:201)
OutCoVar (compiler/GHC/Types/Var.hs:203)
OutId (compiler/GHC/Types/Var.hs:204)
OutTyVar (compiler/GHC/Types/Var.hs:202)
varName
varUnique (compiler/GHC/Types/Var.hs:400)
varMult
varMultMaybe (compiler/GHC/Types/Var.hs:403)
setVarName (compiler/GHC/Types/Var.hs:412)
setVarUnique (compiler/GHC/Types/Var.hs:407)
setVarType (compiler/GHC/Types/Var.hs:417)
mkGlobalVar (compiler/GHC/Types/Var.hs:1125)
mkLocalVar (compiler/GHC/Types/Var.hs:1131)
mkCoVar (compiler/GHC/Types/Var.hs:1136)
idInfo (compiler/GHC/Types/Var.hs:1115)
idDetails (compiler/GHC/Types/Var.hs:1119)
lazySetIdInfo (compiler/GHC/Types/Var.hs:1156)
setIdDetails (compiler/GHC/Types/Var.hs:1159)
setIdMult (compiler/GHC/Types/Var.hs:1201)
updateIdTypeButNotMult (compiler/GHC/Types/Var.hs:1179)
updateIdTypeAndMult (compiler/GHC/Types/Var.hs:1183)
updateIdTypeAndMultM (compiler/GHC/Types/Var.hs:1193)
isTcTyVar (compiler/GHC/Types/Var.hs:1220)
isLocalId (compiler/GHC/Types/Var.hs:1245)
isTyCoVar (compiler/GHC/Types/Var.hs:1224)
isGlobalId (compiler/GHC/Types/Var.hs:1255)
isInferredForAllTyFlag (compiler/GHC/Types/Var.hs:487)
isVisibleFunArg (compiler/GHC/Types/Var.hs:583)
isInvisibleFunArg (compiler/GHC/Types/Var.hs:580)
isFUNArg (compiler/GHC/Types/Var.hs:589)
mkFunTyFlag (compiler/GHC/Types/Var.hs:556)
visArg (compiler/GHC/Types/Var.hs:560)
invisArg (compiler/GHC/Types/Var.hs:570)
visArgTypeLike (compiler/GHC/Types/Var.hs:564)
visArgConstraintLike (compiler/GHC/Types/Var.hs:567)
invisArgTypeLike (compiler/GHC/Types/Var.hs:574)
invisArgConstraintLike (compiler/GHC/Types/Var.hs:577)
funTyFlagArgTypeOrConstraint (compiler/GHC/Types/Var.hs:594)
funTyFlagResultTypeOrConstraint (compiler/GHC/Types/Var.hs:600)
TypeOrConstraint (compiler/GHC/Types/Basic.hs:2048)
isNamedPiTyBinder (compiler/GHC/Types/Var.hs:823)
namedPiTyBinder_maybe (compiler/GHC/Types/Var.hs:827)
piTyBinderType (compiler/GHC/Types/Var.hs:851)
VarBndr (compiler/GHC/Types/Var.hs:695)
TyVarBinder (compiler/GHC/Types/Var.hs:710)
InvisTyBinder (compiler/GHC/Types/Var.hs:707)
InvisTVBinder (compiler/GHC/Types/Var.hs:711)
ReqTyBinder (compiler/GHC/Types/Var.hs:708)
ReqTVBinder (compiler/GHC/Types/Var.hs:712)
binderVar (compiler/GHC/Types/Var.hs:727)
binderVars (compiler/GHC/Types/Var.hs:730)
binderFlag (compiler/GHC/Types/Var.hs:733)
binderFlags (compiler/GHC/Types/Var.hs:736)
binderType (compiler/GHC/Types/Var.hs:739)
isTyVarBinder (compiler/GHC/Types/Var.hs:742)
tyVarSpecToBinder (compiler/GHC/Types/Var.hs:718)
tyVarSpecToBinders (compiler/GHC/Types/Var.hs:715)
tyVarReqToBinder (compiler/GHC/Types/Var.hs:724)
tyVarReqToBinders (compiler/GHC/Types/Var.hs:721)
mapVarBndr (compiler/GHC/Types/Var.hs:765)
mapVarBndrs (compiler/GHC/Types/Var.hs:768)
mkTyVar (compiler/GHC/Types/Var.hs:1082)
mkTcTyVar (compiler/GHC/Types/Var.hs:1088)
tyVarName (compiler/GHC/Types/Var.hs:1059)
tyVarKind (compiler/GHC/Types/Var.hs:1062)
tcTyVarDetails (compiler/GHC/Types/Var.hs:1098)
setTcTyVarDetails (compiler/GHC/Types/Var.hs:1104)
setTyVarName (compiler/GHC/Types/Var.hs:1068)
setTyVarUnique (compiler/GHC/Types/Var.hs:1065)
setTyVarKind (compiler/GHC/Types/Var.hs:1071)
updateTyVarKind (compiler/GHC/Types/Var.hs:1074)
updateTyVarKindM (compiler/GHC/Types/Var.hs:1077)
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:48)
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)
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:223:23
* at compiler/GHC/Types/Name/Set.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 compiler/GHC/Types/Name/Set.hs:223:1
32% ( 17 / 52) 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:132)
emptyFVs (compiler/GHC/Types/Name/Set.hs:133)
plusFVs (compiler/GHC/Types/Name/Set.hs:134)
plusFV (compiler/GHC/Types/Name/Set.hs:135)
mkFVs (compiler/GHC/Types/Name/Set.hs:136)
addOneFV (compiler/GHC/Types/Name/Set.hs:137)
unitFV (compiler/GHC/Types/Name/Set.hs:138)
delFV (compiler/GHC/Types/Name/Set.hs:139)
delFVs (compiler/GHC/Types/Name/Set.hs:140)
intersectFVs (compiler/GHC/Types/Name/Set.hs:141)
emptyDUs (compiler/GHC/Types/Name/Set.hs:171)
usesOnly (compiler/GHC/Types/Name/Set.hs:174)
mkDUs (compiler/GHC/Types/Name/Set.hs:177)
plusDU (compiler/GHC/Types/Name/Set.hs:180)
duDefs (compiler/GHC/Types/Name/Set.hs:183)
9% ( 5 / 52) in 'GHC.Types.Name.Env'
Missing documentation for:
Module header
mkNameEnv (compiler/GHC/Types/Name/Env.hs:148)
mkNameEnvWith (compiler/GHC/Types/Name/Env.hs:149)
fromUniqMap (compiler/GHC/Types/Name/Env.hs:150)
emptyNameEnv (compiler/GHC/Types/Name/Env.hs:140)
isEmptyNameEnv (compiler/GHC/Types/Name/Env.hs:141)
unitNameEnv (compiler/GHC/Types/Name/Env.hs:142)
nonDetNameEnvElts (compiler/GHC/Types/Name/Env.hs:139)
extendNameEnv_C (compiler/GHC/Types/Name/Env.hs:161)
extendNameEnv_Acc (compiler/GHC/Types/Name/Env.hs:163)
extendNameEnv (compiler/GHC/Types/Name/Env.hs:143)
extendNameEnvList (compiler/GHC/Types/Name/Env.hs:144)
extendNameEnvList_C (compiler/GHC/Types/Name/Env.hs:164)
filterNameEnv (compiler/GHC/Types/Name/Env.hs:167)
anyNameEnv (compiler/GHC/Types/Name/Env.hs:169)
mapMaybeNameEnv (compiler/GHC/Types/Name/Env.hs:168)
extendNameEnvListWith (compiler/GHC/Types/Name/Env.hs:145)
plusNameEnv (compiler/GHC/Types/Name/Env.hs:152)
plusNameEnv_C (compiler/GHC/Types/Name/Env.hs:153)
plusNameEnv_CD (compiler/GHC/Types/Name/Env.hs:155)
plusNameEnv_CD2 (compiler/GHC/Types/Name/Env.hs:156)
alterNameEnv (compiler/GHC/Types/Name/Env.hs:147)
plusNameEnvList (compiler/GHC/Types/Name/Env.hs:158)
plusNameEnvListWith (compiler/GHC/Types/Name/Env.hs:160)
lookupNameEnv (compiler/GHC/Types/Name/Env.hs:146)
lookupNameEnv_NF (compiler/GHC/Types/Name/Env.hs:173)
delFromNameEnv (compiler/GHC/Types/Name/Env.hs:165)
delListFromNameEnv (compiler/GHC/Types/Name/Env.hs:166)
elemNameEnv (compiler/GHC/Types/Name/Env.hs:151)
mapNameEnv (compiler/GHC/Types/Name/Env.hs:162)
disjointNameEnv (compiler/GHC/Types/Name/Env.hs:170)
seqEltsNameEnv (compiler/GHC/Types/Name/Env.hs:171)
emptyDNameEnv (compiler/GHC/Types/Name/Env.hs:182)
isEmptyDNameEnv (compiler/GHC/Types/Name/Env.hs:185)
lookupDNameEnv (compiler/GHC/Types/Name/Env.hs:188)
delFromDNameEnv (compiler/GHC/Types/Name/Env.hs:191)
filterDNameEnv (compiler/GHC/Types/Name/Env.hs:194)
mapDNameEnv (compiler/GHC/Types/Name/Env.hs:197)
adjustDNameEnv (compiler/GHC/Types/Name/Env.hs:200)
alterDNameEnv (compiler/GHC/Types/Name/Env.hs:203)
extendDNameEnv (compiler/GHC/Types/Name/Env.hs:206)
eltsDNameEnv (compiler/GHC/Types/Name/Env.hs:212)
extendDNameEnv_C (compiler/GHC/Types/Name/Env.hs:209)
plusDNameEnv_C (compiler/GHC/Types/Name/Env.hs:218)
foldDNameEnv (compiler/GHC/Types/Name/Env.hs:215)
nonDetStrictFoldDNameEnv (compiler/GHC/Types/Name/Env.hs:221)
depAnal (compiler/GHC/Types/Name/Env.hs:84)
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: 'NameAnn' is ambiguous. It is defined
* at compiler/GHC/Parser/Annotation.hs:728:5
* at compiler/GHC/Parser/Annotation.hs:726:1
You 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:726: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: '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:687:5
* at compiler/GHC/Parser/Annotation.hs:686:1
You 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:686:1
Warning: 'XRec' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Anno' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Anchor' is ambiguous. It is defined
* at compiler/GHC/Parser/Annotation.hs:526:15
* at compiler/GHC/Parser/Annotation.hs:526:1
You 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:526:1
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:506:5
* at compiler/GHC/Parser/Annotation.hs:505:1
You 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:505:1
Warning: 'AddEpAnn' is ambiguous. It is defined
* at compiler/GHC/Parser/Annotation.hs:396:17
* at compiler/GHC/Parser/Annotation.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 compiler/GHC/Parser/Annotation.hs:396: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:354:3
* at compiler/GHC/Parser/Annotation.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 compiler/GHC/Parser/Annotation.hs:353: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:386:5
* at compiler/GHC/Types/SrcLoc.hs:362:1
You 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:362:1
49% ( 59 /120) in 'GHC.Parser.Annotation'
Missing documentation for:
Module header
EpaComment (compiler/GHC/Parser/Annotation.hs:353)
EpaCommentTok (compiler/GHC/Parser/Annotation.hs:365)
epaLocationFromSrcAnn (compiler/GHC/Parser/Annotation.hs:460)
getTokenSrcSpan (compiler/GHC/Parser/Annotation.hs:417)
getDeltaLine (compiler/GHC/Parser/Annotation.hs:449)
spanAsAnchor (compiler/GHC/Parser/Annotation.hs:544)
realSpanAsAnchor (compiler/GHC/Parser/Annotation.hs:547)
LEpaComment (compiler/GHC/Parser/Annotation.hs:565)
emptyComments (compiler/GHC/Parser/Annotation.hs:568)
getFollowingComments (compiler/GHC/Parser/Annotation.hs:1064)
setFollowingComments (compiler/GHC/Parser/Annotation.hs:1068)
setPriorComments (compiler/GHC/Parser/Annotation.hs:1072)
EpAnnCO (compiler/GHC/Parser/Annotation.hs:1079)
LocatedA (compiler/GHC/Parser/Annotation.hs:587)
LocatedL (compiler/GHC/Parser/Annotation.hs:590)
LocatedC (compiler/GHC/Parser/Annotation.hs:592)
LocatedN (compiler/GHC/Parser/Annotation.hs:588)
LocatedP (compiler/GHC/Parser/Annotation.hs:591)
SrcSpanAnnA (compiler/GHC/Parser/Annotation.hs:594)
SrcSpanAnnL (compiler/GHC/Parser/Annotation.hs:597)
SrcSpanAnnP (compiler/GHC/Parser/Annotation.hs:598)
SrcSpanAnnC (compiler/GHC/Parser/Annotation.hs:599)
SrcSpanAnnN (compiler/GHC/Parser/Annotation.hs:595)
NoEpAnns (compiler/GHC/Parser/Annotation.hs:1081)
n2l (compiler/GHC/Parser/Annotation.hs:885)
l2l (compiler/GHC/Parser/Annotation.hs:898)
reLoc (compiler/GHC/Parser/Annotation.hs:906)
reLocA (compiler/GHC/Parser/Annotation.hs:909)
reLocL (compiler/GHC/Parser/Annotation.hs:912)
reLocC (compiler/GHC/Parser/Annotation.hs:915)
reLocN (compiler/GHC/Parser/Annotation.hs:918)
srcSpan2e (compiler/GHC/Parser/Annotation.hs:929)
la2e (compiler/GHC/Parser/Annotation.hs:933)
realSrcSpan (compiler/GHC/Parser/Annotation.hs:923)
extraToAnnList (compiler/GHC/Parser/Annotation.hs:936)
reAnn (compiler/GHC/Parser/Annotation.hs:939)
reAnnL (compiler/GHC/Parser/Annotation.hs:945)
reAnnC (compiler/GHC/Parser/Annotation.hs:942)
addAnns (compiler/GHC/Parser/Annotation.hs:969)
addAnnsA (compiler/GHC/Parser/Annotation.hs:977)
widenAnchor (compiler/GHC/Parser/Annotation.hs:1005)
widenAnchorR (compiler/GHC/Parser/Annotation.hs:1008)
widenLocatedAn (compiler/GHC/Parser/Annotation.hs:1011)
getLocAnn (compiler/GHC/Parser/Annotation.hs:948)
epAnnAnns (compiler/GHC/Parser/Annotation.hs:1018)
epAnnAnnsL (compiler/GHC/Parser/Annotation.hs:1014)
annParen2AddEpAnn (compiler/GHC/Parser/Annotation.hs:1022)
epAnnComments (compiler/GHC/Parser/Annotation.hs:1029)
sortLocatedA (compiler/GHC/Parser/Annotation.hs:1035)
mapLocA (compiler/GHC/Parser/Annotation.hs:1038)
combineLocsA (compiler/GHC/Parser/Annotation.hs:1043)
combineSrcSpansA (compiler/GHC/Parser/Annotation.hs:1046)
addCLocAA (compiler/GHC/Parser/Annotation.hs:1057)
noLocA (compiler/GHC/Parser/Annotation.hs:955)
getLocA (compiler/GHC/Parser/Annotation.hs:952)
noSrcSpanA (compiler/GHC/Parser/Annotation.hs:961)
noAnnSrcSpan (compiler/GHC/Parser/Annotation.hs:958)
noComments (compiler/GHC/Parser/Annotation.hs:1085)
comment (compiler/GHC/Parser/Annotation.hs:1092)
placeholderRealSpan (compiler/GHC/Parser/Annotation.hs:1089)
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)
25% ( 4 / 16) in 'GHC.Hs.Extension'
Missing documentation for:
Module header
IsSrcSpanAnn (compiler/GHC/Hs/Extension.hs:110)
Pass (compiler/GHC/Hs/Extension.hs:167)
GhcPs (compiler/GHC/Hs/Extension.hs:171)
GhcRn (compiler/GHC/Hs/Extension.hs:172)
GhcTc (compiler/GHC/Hs/Extension.hs:173)
NoGhcTcPass (compiler/GHC/Hs/Extension.hs:212)
pprIfPs (compiler/GHC/Hs/Extension.hs:228)
pprIfRn (compiler/GHC/Hs/Extension.hs:232)
pprIfTc (compiler/GHC/Hs/Extension.hs:236)
noHsTok (compiler/GHC/Hs/Extension.hs:242)
noHsUniTok (compiler/GHC/Hs/Extension.hs:247)
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:284)
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.
90% ( 10 / 11) 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.
67% ( 19 / 28) in 'GHC.Unit.Module.Warnings'
Missing documentation for:
WarningCategory (compiler/GHC/Unit/Module/Warnings.hs:129)
mkWarningCategory (compiler/GHC/Unit/Module/Warnings.hs:133)
InWarningCategory (compiler/GHC/Unit/Module/Warnings.hs:117)
fromWarningCategory (compiler/GHC/Unit/Module/Warnings.hs:125)
pprWarningTxtForMsg (compiler/GHC/Unit/Module/Warnings.hs:266)
emptyWarn (compiler/GHC/Unit/Module/Warnings.hs:314)
emptyIfaceWarnCache (compiler/GHC/Unit/Module/Warnings.hs:327)
insertWarnDecls (compiler/GHC/Unit/Module/Warnings.hs:332)
insertWarnExports (compiler/GHC/Unit/Module/Warnings.hs:338)
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
17% ( 3 / 17) in 'GHC.Hs.ImpExp'
Missing documentation for:
Module header
XImportDeclPass (compiler/GHC/Hs/ImpExp.hs:85)
EpAnnImportDecl (compiler/GHC/Hs/ImpExp.hs:113)
simpleImportDecl (compiler/GHC/Hs/ImpExp.hs:125)
ieName (compiler/GHC/Hs/ImpExp.hs:246)
ieWrappedName (compiler/GHC/Hs/ImpExp.hs:286)
ieNames (compiler/GHC/Hs/ImpExp.hs:253)
ieDeprecation (compiler/GHC/Hs/ImpExp.hs:265)
ieWrappedLName (compiler/GHC/Hs/ImpExp.hs:281)
lieWrappedName (compiler/GHC/Hs/ImpExp.hs:290)
ieLWrappedName (compiler/GHC/Hs/ImpExp.hs:293)
replaceWrappedName (compiler/GHC/Hs/ImpExp.hs:296)
replaceLWrappedName (compiler/GHC/Hs/ImpExp.hs:301)
pprImpExp (compiler/GHC/Hs/ImpExp.hs:337)
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:227:5
* at compiler/GHC/Core/Coercion/Axiom.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 compiler/GHC/Core/Coercion/Axiom.hs:226:1
17% ( 7 / 39) in 'GHC.Core.Coercion.Axiom'
Missing documentation for:
BranchFlag (compiler/GHC/Core/Coercion/Axiom.hs:135)
Branched (compiler/GHC/Core/Coercion/Axiom.hs:136)
Unbranched (compiler/GHC/Core/Coercion/Axiom.hs:137)
BranchIndex (compiler/GHC/Core/Coercion/Axiom.hs:131)
Branches (compiler/GHC/Core/Coercion/Axiom.hs:142)
manyBranches (compiler/GHC/Core/Coercion/Axiom.hs:147)
unbranched (compiler/GHC/Core/Coercion/Axiom.hs:153)
fromBranches (compiler/GHC/Core/Coercion/Axiom.hs:163)
numBranches (compiler/GHC/Core/Coercion/Axiom.hs:169)
toBranchedAxiom (compiler/GHC/Core/Coercion/Axiom.hs:272)
toUnbranchedAxiom (compiler/GHC/Core/Coercion/Axiom.hs:276)
coAxiomName (compiler/GHC/Core/Coercion/Axiom.hs:292)
coAxiomArity (compiler/GHC/Core/Coercion/Axiom.hs:287)
coAxiomBranches (compiler/GHC/Core/Coercion/Axiom.hs:298)
coAxiomTyCon (compiler/GHC/Core/Coercion/Axiom.hs:312)
isImplicitCoAxiom (compiler/GHC/Core/Coercion/Axiom.hs:333)
coAxiomNumPats (compiler/GHC/Core/Coercion/Axiom.hs:280)
coAxiomNthBranch (compiler/GHC/Core/Coercion/Axiom.hs:283)
coAxiomSingleBranch_maybe (compiler/GHC/Core/Coercion/Axiom.hs:301)
coAxiomRole (compiler/GHC/Core/Coercion/Axiom.hs:295)
coAxiomSingleBranch (compiler/GHC/Core/Coercion/Axiom.hs:308)
coAxBranchTyVars (compiler/GHC/Core/Coercion/Axiom.hs:315)
coAxBranchCoVars (compiler/GHC/Core/Coercion/Axiom.hs:318)
coAxBranchRoles (compiler/GHC/Core/Coercion/Axiom.hs:327)
coAxBranchLHS (compiler/GHC/Core/Coercion/Axiom.hs:321)
coAxBranchRHS (compiler/GHC/Core/Coercion/Axiom.hs:324)
coAxBranchSpan (compiler/GHC/Core/Coercion/Axiom.hs:330)
coAxBranchIncomps (compiler/GHC/Core/Coercion/Axiom.hs:336)
placeHolderIncomps (compiler/GHC/Core/Coercion/Axiom.hs:340)
fsFromRole (compiler/GHC/Core/Coercion/Axiom.hs:530)
BuiltInSynFamily (compiler/GHC/Core/Coercion/Axiom.hs:603)
trivialBuiltInFamily (compiler/GHC/Core/Coercion/Axiom.hs:624)
3% ( 1 / 33) in 'GHC.Core.Class'
Missing documentation for:
Module header
Class (compiler/GHC/Core/Class.hs:53)
ClassOpItem (compiler/GHC/Core/Class.hs:86)
ClassATItem (compiler/GHC/Core/Class.hs:98)
ClassMinimalDef (compiler/GHC/Core/Class.hs:139)
DefMethInfo (compiler/GHC/Core/Class.hs:90)
pprDefMethInfo (compiler/GHC/Core/Class.hs:388)
FunDep (compiler/GHC/Core/Class.hs:84)
pprFundeps (compiler/GHC/Core/Class.hs:394)
pprFunDep (compiler/GHC/Core/Class.hs:398)
mkClass (compiler/GHC/Core/Class.hs:217)
mkAbstractClass (compiler/GHC/Core/Class.hs:239)
classTyVars
classArity (compiler/GHC/Core/Class.hs:279)
classKey
className
classATs (compiler/GHC/Core/Class.hs:314)
classATItems (compiler/GHC/Core/Class.hs:319)
classTyCon
classMethods (compiler/GHC/Core/Class.hs:304)
classOpItems (compiler/GHC/Core/Class.hs:309)
classBigSig (compiler/GHC/Core/Class.hs:338)
classExtraBigSig (compiler/GHC/Core/Class.hs:350)
classTvsFds (compiler/GHC/Core/Class.hs:332)
classSCTheta (compiler/GHC/Core/Class.hs:324)
classHasSCs (compiler/GHC/Core/Class.hs:329)
classAllSelIds (compiler/GHC/Core/Class.hs:284)
classSCSelId (compiler/GHC/Core/Class.hs:298)
classSCSelIds (compiler/GHC/Core/Class.hs:290)
classMinimalDef (compiler/GHC/Core/Class.hs:163)
classHasFds (compiler/GHC/Core/Class.hs:335)
isAbstractClass (compiler/GHC/Core/Class.hs:361)
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% ( 3 /1110) 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:575)
listTyConKey (compiler/GHC/Builtin/Names.hs:1858)
nilDataConKey (compiler/GHC/Builtin/Names.hs:2129)
multMulTyConKey (compiler/GHC/Builtin/Names.hs:2061)
runRWKey (compiler/GHC/Builtin/Names.hs:2377)
tYPETyConKey (compiler/GHC/Builtin/Names.hs:1941)
cONSTRAINTTyConKey (compiler/GHC/Builtin/Names.hs:1942)
makeStaticName (compiler/GHC/Builtin/Names.hs:1657)
unsafeEqualityProofIdKey (compiler/GHC/Builtin/Names.hs:2558)
mAIN_NAME (compiler/GHC/Builtin/Names.hs:668)
gHC_PRIM (compiler/GHC/Builtin/Names.hs:568)
negateName (compiler/GHC/Builtin/Names.hs:1156)
unrestrictedFunTyConKey (compiler/GHC/Builtin/Names.hs:2058)
liftedTypeKindTyConKey (compiler/GHC/Builtin/Names.hs:1939)
constraintKindTyConKey (compiler/GHC/Builtin/Names.hs:1943)
allNameStringList (compiler/GHC/Builtin/Names.hs:166)
ioTyConName (compiler/GHC/Builtin/Names.hs:1547)
printName (compiler/GHC/Builtin/Names.hs:1556)
mkInteractiveModule (compiler/GHC/Builtin/Names.hs:664)
isUnboundName (compiler/GHC/Builtin/Names.hs:187)
lazyIdKey (compiler/GHC/Builtin/Names.hs:2374)
itName (compiler/GHC/Builtin/Names.hs:179)
mkUnboundName (compiler/GHC/Builtin/Names.hs:184)
unboundKey (compiler/GHC/Builtin/Names.hs:2418)
basicKnownKeyNames (compiler/GHC/Builtin/Names.hs:202)
genericTyConNames (compiler/GHC/Builtin/Names.hs:518)
eqClassName (compiler/GHC/Builtin/Names.hs:1074)
ordClassName (compiler/GHC/Builtin/Names.hs:1076)
boundedClassName (compiler/GHC/Builtin/Names.hs:1498)
numClassName (compiler/GHC/Builtin/Names.hs:1153)
enumClassName (compiler/GHC/Builtin/Names.hs:1493)
monadClassName (compiler/GHC/Builtin/Names.hs:1083)
functorClassName (compiler/GHC/Builtin/Names.hs:1078)
realClassName (compiler/GHC/Builtin/Names.hs:1314)
integralClassName (compiler/GHC/Builtin/Names.hs:1315)
fractionalClassName (compiler/GHC/Builtin/Names.hs:1317)
floatingClassName (compiler/GHC/Builtin/Names.hs:1327)
realFracClassName (compiler/GHC/Builtin/Names.hs:1316)
realFloatClassName (compiler/GHC/Builtin/Names.hs:1328)
dataClassName (compiler/GHC/Builtin/Names.hs:1480)
isStringClassName (compiler/GHC/Builtin/Names.hs:1610)
applicativeClassName (compiler/GHC/Builtin/Names.hs:1095)
alternativeClassName (compiler/GHC/Builtin/Names.hs:1121)
foldableClassName (compiler/GHC/Builtin/Names.hs:1102)
traversableClassName (compiler/GHC/Builtin/Names.hs:1103)
semigroupClassName (compiler/GHC/Builtin/Names.hs:1107)
sappendName (compiler/GHC/Builtin/Names.hs:1108)
monoidClassName (compiler/GHC/Builtin/Names.hs:1110)
memptyName (compiler/GHC/Builtin/Names.hs:1111)
mappendName (compiler/GHC/Builtin/Names.hs:1112)
mconcatName (compiler/GHC/Builtin/Names.hs:1113)
ioDataConName (compiler/GHC/Builtin/Names.hs:1548)
runMainIOName (compiler/GHC/Builtin/Names.hs:957)
runRWName (compiler/GHC/Builtin/Names.hs:958)
trModuleTyConName (compiler/GHC/Builtin/Names.hs:1354)
trModuleDataConName (compiler/GHC/Builtin/Names.hs:1355)
trNameTyConName (compiler/GHC/Builtin/Names.hs:1356)
trNameSDataConName (compiler/GHC/Builtin/Names.hs:1357)
trNameDDataConName (compiler/GHC/Builtin/Names.hs:1358)
trTyConTyConName (compiler/GHC/Builtin/Names.hs:1359)
trTyConDataConName (compiler/GHC/Builtin/Names.hs:1360)
typeableClassName (compiler/GHC/Builtin/Names.hs:1405)
typeRepTyConName (compiler/GHC/Builtin/Names.hs:1406)
someTypeRepTyConName (compiler/GHC/Builtin/Names.hs:1407)
someTypeRepDataConName (compiler/GHC/Builtin/Names.hs:1408)
kindRepTyConName (compiler/GHC/Builtin/Names.hs:1371)
kindRepTyConAppDataConName (compiler/GHC/Builtin/Names.hs:1372)
kindRepVarDataConName (compiler/GHC/Builtin/Names.hs:1373)
kindRepAppDataConName (compiler/GHC/Builtin/Names.hs:1374)
kindRepFunDataConName (compiler/GHC/Builtin/Names.hs:1375)
kindRepTYPEDataConName (compiler/GHC/Builtin/Names.hs:1376)
kindRepTypeLitSDataConName (compiler/GHC/Builtin/Names.hs:1377)
kindRepTypeLitDDataConName (compiler/GHC/Builtin/Names.hs:1378)
typeLitSortTyConName (compiler/GHC/Builtin/Names.hs:1385)
typeLitSymbolDataConName (compiler/GHC/Builtin/Names.hs:1386)
typeLitNatDataConName (compiler/GHC/Builtin/Names.hs:1387)
typeLitCharDataConName (compiler/GHC/Builtin/Names.hs:1388)
typeRepIdName (compiler/GHC/Builtin/Names.hs:1409)
mkTrTypeName (compiler/GHC/Builtin/Names.hs:1410)
mkTrConName (compiler/GHC/Builtin/Names.hs:1411)
mkTrAppName (compiler/GHC/Builtin/Names.hs:1412)
mkTrFunName (compiler/GHC/Builtin/Names.hs:1413)
typeSymbolTypeRepName (compiler/GHC/Builtin/Names.hs:1415)
typeNatTypeRepName (compiler/GHC/Builtin/Names.hs:1414)
typeCharTypeRepName (compiler/GHC/Builtin/Names.hs:1416)
trGhcPrimModuleName (compiler/GHC/Builtin/Names.hs:1419)
starKindRepName (compiler/GHC/Builtin/Names.hs:1424)
starArrStarKindRepName (compiler/GHC/Builtin/Names.hs:1425)
starArrStarArrStarKindRepName (compiler/GHC/Builtin/Names.hs:1426)
constraintKindRepName (compiler/GHC/Builtin/Names.hs:1427)
withDictClassName (compiler/GHC/Builtin/Names.hs:1431)
toDynName (compiler/GHC/Builtin/Names.hs:1476)
minusName (compiler/GHC/Builtin/Names.hs:1155)
geName (compiler/GHC/Builtin/Names.hs:1077)
eqName (compiler/GHC/Builtin/Names.hs:1075)
mkRationalBase2Name (compiler/GHC/Builtin/Names.hs:1323)
mkRationalBase10Name (compiler/GHC/Builtin/Names.hs:1324)
rationalTyConName (compiler/GHC/Builtin/Names.hs:1311)
ratioTyConName (compiler/GHC/Builtin/Names.hs:1312)
ratioDataConName (compiler/GHC/Builtin/Names.hs:1313)
fromRationalName (compiler/GHC/Builtin/Names.hs:1318)
fromIntegerName (compiler/GHC/Builtin/Names.hs:1154)
toIntegerName (compiler/GHC/Builtin/Names.hs:1319)
toRationalName (compiler/GHC/Builtin/Names.hs:1320)
fromIntegralName (compiler/GHC/Builtin/Names.hs:1321)
realToFracName (compiler/GHC/Builtin/Names.hs:1322)
divIntName (compiler/GHC/Builtin/Names.hs:1048)
modIntName (compiler/GHC/Builtin/Names.hs:1049)
fromStringName (compiler/GHC/Builtin/Names.hs:1149)
enumFromName (compiler/GHC/Builtin/Names.hs:1494)
enumFromThenName (compiler/GHC/Builtin/Names.hs:1496)
enumFromThenToName (compiler/GHC/Builtin/Names.hs:1497)
enumFromToName (compiler/GHC/Builtin/Names.hs:1495)
pureAName (compiler/GHC/Builtin/Names.hs:1097)
apAName (compiler/GHC/Builtin/Names.hs:1096)
thenAName (compiler/GHC/Builtin/Names.hs:1098)
fmapName (compiler/GHC/Builtin/Names.hs:1079)
thenIOName (compiler/GHC/Builtin/Names.hs:1549)
bindIOName (compiler/GHC/Builtin/Names.hs:1550)
returnIOName (compiler/GHC/Builtin/Names.hs:1551)
failIOName (compiler/GHC/Builtin/Names.hs:1552)
bindMName (compiler/GHC/Builtin/Names.hs:1085)
thenMName (compiler/GHC/Builtin/Names.hs:1084)
returnMName (compiler/GHC/Builtin/Names.hs:1086)
joinMName (compiler/GHC/Builtin/Names.hs:1120)
monadFailClassName (compiler/GHC/Builtin/Names.hs:1090)
failMName (compiler/GHC/Builtin/Names.hs:1091)
monadFixClassName (compiler/GHC/Builtin/Names.hs:1584)
mfixName (compiler/GHC/Builtin/Names.hs:1585)
arrAName (compiler/GHC/Builtin/Names.hs:1589)
composeAName (compiler/GHC/Builtin/Names.hs:1590)
firstAName (compiler/GHC/Builtin/Names.hs:1591)
appAName (compiler/GHC/Builtin/Names.hs:1592)
choiceAName (compiler/GHC/Builtin/Names.hs:1593)
loopAName (compiler/GHC/Builtin/Names.hs:1594)
ixClassName (compiler/GHC/Builtin/Names.hs:1343)
showClassName (compiler/GHC/Builtin/Names.hs:1520)
readClassName (compiler/GHC/Builtin/Names.hs:1524)
newStablePtrName (compiler/GHC/Builtin/Names.hs:1580)
considerAccessibleName (compiler/GHC/Builtin/Names.hs:1135)
unpackCStringName (compiler/GHC/Builtin/Names.hs:1059)
unpackCStringUtf8Name (compiler/GHC/Builtin/Names.hs:1063)
unpackCStringAppendName (compiler/GHC/Builtin/Names.hs:1060)
unpackCStringAppendUtf8Name (compiler/GHC/Builtin/Names.hs:1064)
unpackCStringFoldrName (compiler/GHC/Builtin/Names.hs:1061)
unpackCStringFoldrUtf8Name (compiler/GHC/Builtin/Names.hs:1065)
cstringLengthName (compiler/GHC/Builtin/Names.hs:1056)
isListClassName (compiler/GHC/Builtin/Names.hs:1508)
fromListName (compiler/GHC/Builtin/Names.hs:1509)
fromListNName (compiler/GHC/Builtin/Names.hs:1510)
toListName (compiler/GHC/Builtin/Names.hs:1511)
nonEmptyTyConName (compiler/GHC/Builtin/Names.hs:1434)
getFieldName (compiler/GHC/Builtin/Names.hs:1515)
setFieldName (compiler/GHC/Builtin/Names.hs:1516)
concatName (compiler/GHC/Builtin/Names.hs:1502)
filterName (compiler/GHC/Builtin/Names.hs:1503)
mapName (compiler/GHC/Builtin/Names.hs:1146)
zipName (compiler/GHC/Builtin/Names.hs:1504)
foldrName (compiler/GHC/Builtin/Names.hs:1143)
buildName (compiler/GHC/Builtin/Names.hs:1144)
augmentName (compiler/GHC/Builtin/Names.hs:1145)
appendName (compiler/GHC/Builtin/Names.hs:1147)
stablePtrTyConName (compiler/GHC/Builtin/Names.hs:1579)
ptrTyConName (compiler/GHC/Builtin/Names.hs:1574)
funPtrTyConName (compiler/GHC/Builtin/Names.hs:1575)
constPtrConName (compiler/GHC/Builtin/Names.hs:1685)
int8TyConName (compiler/GHC/Builtin/Names.hs:1560)
int16TyConName (compiler/GHC/Builtin/Names.hs:1561)
int32TyConName (compiler/GHC/Builtin/Names.hs:1562)
int64TyConName (compiler/GHC/Builtin/Names.hs:1563)
word8TyConName (compiler/GHC/Builtin/Names.hs:1567)
word16TyConName (compiler/GHC/Builtin/Names.hs:1568)
word32TyConName (compiler/GHC/Builtin/Names.hs:1569)
word64TyConName (compiler/GHC/Builtin/Names.hs:1570)
otherwiseIdName (compiler/GHC/Builtin/Names.hs:1142)
inlineIdName (compiler/GHC/Builtin/Names.hs:1070)
eqStringName (compiler/GHC/Builtin/Names.hs:1057)
assertName (compiler/GHC/Builtin/Names.hs:1148)
assertErrorName (compiler/GHC/Builtin/Names.hs:1484)
traceName (compiler/GHC/Builtin/Names.hs:1488)
dollarName (compiler/GHC/Builtin/Names.hs:1141)
integerFromNaturalName (compiler/GHC/Builtin/Names.hs:1264)
integerToNaturalClampName (compiler/GHC/Builtin/Names.hs:1265)
integerToNaturalThrowName (compiler/GHC/Builtin/Names.hs:1266)
integerToNaturalName (compiler/GHC/Builtin/Names.hs:1267)
integerToWordName (compiler/GHC/Builtin/Names.hs:1268)
integerToIntName (compiler/GHC/Builtin/Names.hs:1269)
integerToWord64Name (compiler/GHC/Builtin/Names.hs:1270)
integerToInt64Name (compiler/GHC/Builtin/Names.hs:1271)
integerFromWordName (compiler/GHC/Builtin/Names.hs:1272)
integerFromWord64Name (compiler/GHC/Builtin/Names.hs:1273)
integerFromInt64Name (compiler/GHC/Builtin/Names.hs:1274)
integerAddName (compiler/GHC/Builtin/Names.hs:1275)
integerMulName (compiler/GHC/Builtin/Names.hs:1276)
integerSubName (compiler/GHC/Builtin/Names.hs:1277)
integerNegateName (compiler/GHC/Builtin/Names.hs:1278)
integerAbsName (compiler/GHC/Builtin/Names.hs:1279)
integerPopCountName (compiler/GHC/Builtin/Names.hs:1280)
integerQuotName (compiler/GHC/Builtin/Names.hs:1281)
integerRemName (compiler/GHC/Builtin/Names.hs:1282)
integerDivName (compiler/GHC/Builtin/Names.hs:1283)
integerModName (compiler/GHC/Builtin/Names.hs:1284)
integerDivModName (compiler/GHC/Builtin/Names.hs:1285)
integerQuotRemName (compiler/GHC/Builtin/Names.hs:1286)
integerEncodeFloatName (compiler/GHC/Builtin/Names.hs:1287)
integerEncodeDoubleName (compiler/GHC/Builtin/Names.hs:1288)
integerGcdName (compiler/GHC/Builtin/Names.hs:1289)
integerLcmName (compiler/GHC/Builtin/Names.hs:1290)
integerAndName (compiler/GHC/Builtin/Names.hs:1291)
integerOrName (compiler/GHC/Builtin/Names.hs:1292)
integerXorName (compiler/GHC/Builtin/Names.hs:1293)
integerComplementName (compiler/GHC/Builtin/Names.hs:1294)
integerBitName (compiler/GHC/Builtin/Names.hs:1295)
integerTestBitName (compiler/GHC/Builtin/Names.hs:1296)
integerShiftLName (compiler/GHC/Builtin/Names.hs:1297)
integerShiftRName (compiler/GHC/Builtin/Names.hs:1298)
naturalToWordName (compiler/GHC/Builtin/Names.hs:1238)
naturalPopCountName (compiler/GHC/Builtin/Names.hs:1239)
naturalShiftRName (compiler/GHC/Builtin/Names.hs:1240)
naturalShiftLName (compiler/GHC/Builtin/Names.hs:1241)
naturalAddName (compiler/GHC/Builtin/Names.hs:1242)
naturalSubName (compiler/GHC/Builtin/Names.hs:1243)
naturalSubThrowName (compiler/GHC/Builtin/Names.hs:1244)
naturalSubUnsafeName (compiler/GHC/Builtin/Names.hs:1245)
naturalMulName (compiler/GHC/Builtin/Names.hs:1246)
naturalQuotRemName (compiler/GHC/Builtin/Names.hs:1247)
naturalQuotName (compiler/GHC/Builtin/Names.hs:1248)
naturalRemName (compiler/GHC/Builtin/Names.hs:1249)
naturalAndName (compiler/GHC/Builtin/Names.hs:1250)
naturalAndNotName (compiler/GHC/Builtin/Names.hs:1251)
naturalOrName (compiler/GHC/Builtin/Names.hs:1252)
naturalXorName (compiler/GHC/Builtin/Names.hs:1253)
naturalTestBitName (compiler/GHC/Builtin/Names.hs:1254)
naturalBitName (compiler/GHC/Builtin/Names.hs:1255)
naturalGcdName (compiler/GHC/Builtin/Names.hs:1256)
naturalLcmName (compiler/GHC/Builtin/Names.hs:1257)
naturalLog2Name (compiler/GHC/Builtin/Names.hs:1258)
naturalLogBaseWordName (compiler/GHC/Builtin/Names.hs:1259)
naturalLogBaseName (compiler/GHC/Builtin/Names.hs:1260)
naturalPowModName (compiler/GHC/Builtin/Names.hs:1261)
naturalSizeInBaseName (compiler/GHC/Builtin/Names.hs:1262)
bignatFromWordListName (compiler/GHC/Builtin/Names.hs:1233)
bignatEqName (compiler/GHC/Builtin/Names.hs:1234)
integerToFloatName (compiler/GHC/Builtin/Names.hs:1334)
integerToDoubleName (compiler/GHC/Builtin/Names.hs:1335)
naturalToFloatName (compiler/GHC/Builtin/Names.hs:1336)
naturalToDoubleName (compiler/GHC/Builtin/Names.hs:1337)
rationalToFloatName (compiler/GHC/Builtin/Names.hs:1338)
rationalToDoubleName (compiler/GHC/Builtin/Names.hs:1339)
monadPlusClassName (compiler/GHC/Builtin/Names.hs:1609)
knownNatClassName (compiler/GHC/Builtin/Names.hs:1614)
knownSymbolClassName (compiler/GHC/Builtin/Names.hs:1616)
knownCharClassName (compiler/GHC/Builtin/Names.hs:1618)
fromLabelClassOpName (compiler/GHC/Builtin/Names.hs:1622)
ipClassName (compiler/GHC/Builtin/Names.hs:1627)
hasFieldClassName (compiler/GHC/Builtin/Names.hs:1632)
callStackTyConName (compiler/GHC/Builtin/Names.hs:1638)
emptyCallStackName (compiler/GHC/Builtin/Names.hs:1640)
pushCallStackName (compiler/GHC/Builtin/Names.hs:1642)
srcLocDataConName (compiler/GHC/Builtin/Names.hs:1644)
toAnnotationWrapperName (compiler/GHC/Builtin/Names.hs:1605)
specTyConName (compiler/GHC/Builtin/Names.hs:967)
eitherTyConName (compiler/GHC/Builtin/Names.hs:970)
leftDataConName (compiler/GHC/Builtin/Names.hs:971)
rightDataConName (compiler/GHC/Builtin/Names.hs:972)
voidTyConName (compiler/GHC/Builtin/Names.hs:975)
pluginTyConName (compiler/GHC/Builtin/Names.hs:1651)
frontendPluginTyConName (compiler/GHC/Builtin/Names.hs:1653)
genClassName (compiler/GHC/Builtin/Names.hs:1529)
gen1ClassName (compiler/GHC/Builtin/Names.hs:1530)
datatypeClassName (compiler/GHC/Builtin/Names.hs:1532)
constructorClassName (compiler/GHC/Builtin/Names.hs:1533)
selectorClassName (compiler/GHC/Builtin/Names.hs:1534)
guardMName (compiler/GHC/Builtin/Names.hs:1598)
liftMName (compiler/GHC/Builtin/Names.hs:1599)
mzipName (compiler/GHC/Builtin/Names.hs:1600)
ghciIoClassName (compiler/GHC/Builtin/Names.hs:1541)
ghciStepIoMName (compiler/GHC/Builtin/Names.hs:1542)
staticPtrTyConName (compiler/GHC/Builtin/Names.hs:1669)
staticPtrDataConName (compiler/GHC/Builtin/Names.hs:1673)
staticPtrInfoDataConName (compiler/GHC/Builtin/Names.hs:1665)
fromStaticPtrName (compiler/GHC/Builtin/Names.hs:1677)
fingerprintDataConName (compiler/GHC/Builtin/Names.hs:1681)
errorMessageTypeErrorFamName (compiler/GHC/Builtin/Names.hs:1444)
typeErrorTextDataConName (compiler/GHC/Builtin/Names.hs:1447)
typeErrorAppendDataConName (compiler/GHC/Builtin/Names.hs:1450)
typeErrorVAppendDataConName (compiler/GHC/Builtin/Names.hs:1453)
typeErrorShowTypeDataConName (compiler/GHC/Builtin/Names.hs:1456)
unsatisfiableClassName (compiler/GHC/Builtin/Names.hs:1461)
unsatisfiableIdName (compiler/GHC/Builtin/Names.hs:1463)
unsafeEqualityProofName (compiler/GHC/Builtin/Names.hs:1469)
unsafeEqualityTyConName (compiler/GHC/Builtin/Names.hs:1470)
unsafeReflDataConName (compiler/GHC/Builtin/Names.hs:1471)
unsafeCoercePrimName (compiler/GHC/Builtin/Names.hs:1472)
v1TyConName (compiler/GHC/Builtin/Names.hs:994)
u1TyConName (compiler/GHC/Builtin/Names.hs:995)
par1TyConName (compiler/GHC/Builtin/Names.hs:996)
rec1TyConName (compiler/GHC/Builtin/Names.hs:997)
k1TyConName (compiler/GHC/Builtin/Names.hs:998)
m1TyConName (compiler/GHC/Builtin/Names.hs:999)
sumTyConName (compiler/GHC/Builtin/Names.hs:1001)
prodTyConName (compiler/GHC/Builtin/Names.hs:1002)
compTyConName (compiler/GHC/Builtin/Names.hs:1003)
rTyConName (compiler/GHC/Builtin/Names.hs:1005)
dTyConName (compiler/GHC/Builtin/Names.hs:1006)
cTyConName (compiler/GHC/Builtin/Names.hs:1007)
sTyConName (compiler/GHC/Builtin/Names.hs:1008)
rec0TyConName (compiler/GHC/Builtin/Names.hs:1010)
d1TyConName (compiler/GHC/Builtin/Names.hs:1011)
c1TyConName (compiler/GHC/Builtin/Names.hs:1012)
s1TyConName (compiler/GHC/Builtin/Names.hs:1013)
repTyConName (compiler/GHC/Builtin/Names.hs:1015)
rep1TyConName (compiler/GHC/Builtin/Names.hs:1016)
uRecTyConName (compiler/GHC/Builtin/Names.hs:1018)
uAddrTyConName (compiler/GHC/Builtin/Names.hs:1019)
uCharTyConName (compiler/GHC/Builtin/Names.hs:1020)
uDoubleTyConName (compiler/GHC/Builtin/Names.hs:1021)
uFloatTyConName (compiler/GHC/Builtin/Names.hs:1022)
uIntTyConName (compiler/GHC/Builtin/Names.hs:1023)
uWordTyConName (compiler/GHC/Builtin/Names.hs:1024)
prefixIDataConName (compiler/GHC/Builtin/Names.hs:1026)
infixIDataConName (compiler/GHC/Builtin/Names.hs:1027)
leftAssociativeDataConName (compiler/GHC/Builtin/Names.hs:1028)
rightAssociativeDataConName (compiler/GHC/Builtin/Names.hs:1029)
notAssociativeDataConName (compiler/GHC/Builtin/Names.hs:1030)
sourceUnpackDataConName (compiler/GHC/Builtin/Names.hs:1032)
sourceNoUnpackDataConName (compiler/GHC/Builtin/Names.hs:1033)
noSourceUnpackednessDataConName (compiler/GHC/Builtin/Names.hs:1034)
sourceLazyDataConName (compiler/GHC/Builtin/Names.hs:1035)
sourceStrictDataConName (compiler/GHC/Builtin/Names.hs:1036)
noSourceStrictnessDataConName (compiler/GHC/Builtin/Names.hs:1037)
decidedLazyDataConName (compiler/GHC/Builtin/Names.hs:1038)
decidedStrictDataConName (compiler/GHC/Builtin/Names.hs:1039)
decidedUnpackDataConName (compiler/GHC/Builtin/Names.hs:1040)
metaDataDataConName (compiler/GHC/Builtin/Names.hs:1042)
metaConsDataConName (compiler/GHC/Builtin/Names.hs:1043)
metaSelDataConName (compiler/GHC/Builtin/Names.hs:1044)
pRELUDE (compiler/GHC/Builtin/Names.hs:548)
mkBaseModule_ (compiler/GHC/Builtin/Names.hs:680)
pRELUDE_NAME (compiler/GHC/Builtin/Names.hs:667)
gHC_PRIM_PANIC (compiler/GHC/Builtin/Names.hs:569)
gHC_TYPES (compiler/GHC/Builtin/Names.hs:570)
gHC_GENERICS (compiler/GHC/Builtin/Names.hs:626)
gHC_MAGIC (compiler/GHC/Builtin/Names.hs:571)
gHC_MAGIC_DICT (compiler/GHC/Builtin/Names.hs:572)
gHC_CLASSES (compiler/GHC/Builtin/Names.hs:574)
gHC_BASE (compiler/GHC/Builtin/Names.hs:577)
gHC_ENUM (compiler/GHC/Builtin/Names.hs:578)
gHC_GHCI (compiler/GHC/Builtin/Names.hs:579)
gHC_GHCI_HELPERS (compiler/GHC/Builtin/Names.hs:580)
gHC_CSTRING (compiler/GHC/Builtin/Names.hs:573)
gHC_SHOW (compiler/GHC/Builtin/Names.hs:581)
gHC_READ (compiler/GHC/Builtin/Names.hs:582)
gHC_NUM (compiler/GHC/Builtin/Names.hs:583)
gHC_MAYBE (compiler/GHC/Builtin/Names.hs:584)
gHC_NUM_INTEGER (compiler/GHC/Builtin/Names.hs:585)
gHC_NUM_NATURAL (compiler/GHC/Builtin/Names.hs:586)
gHC_NUM_BIGNAT (compiler/GHC/Builtin/Names.hs:587)
gHC_LIST (compiler/GHC/Builtin/Names.hs:588)
gHC_TUPLE (compiler/GHC/Builtin/Names.hs:589)
gHC_TUPLE_PRIM (compiler/GHC/Builtin/Names.hs:590)
dATA_EITHER (compiler/GHC/Builtin/Names.hs:591)
dATA_LIST (compiler/GHC/Builtin/Names.hs:592)
dATA_STRING (compiler/GHC/Builtin/Names.hs:593)
dATA_FOLDABLE (compiler/GHC/Builtin/Names.hs:594)
dATA_TRAVERSABLE (compiler/GHC/Builtin/Names.hs:595)
gHC_CONC (compiler/GHC/Builtin/Names.hs:596)
gHC_IO (compiler/GHC/Builtin/Names.hs:597)
gHC_IO_Exception (compiler/GHC/Builtin/Names.hs:598)
gHC_ST (compiler/GHC/Builtin/Names.hs:599)
gHC_IX (compiler/GHC/Builtin/Names.hs:600)
gHC_STABLE (compiler/GHC/Builtin/Names.hs:601)
gHC_PTR (compiler/GHC/Builtin/Names.hs:602)
gHC_ERR (compiler/GHC/Builtin/Names.hs:603)
gHC_REAL (compiler/GHC/Builtin/Names.hs:604)
gHC_FLOAT (compiler/GHC/Builtin/Names.hs:605)
gHC_TOP_HANDLER (compiler/GHC/Builtin/Names.hs:606)
sYSTEM_IO (compiler/GHC/Builtin/Names.hs:607)
dYNAMIC (compiler/GHC/Builtin/Names.hs:608)
tYPEABLE (compiler/GHC/Builtin/Names.hs:609)
tYPEABLE_INTERNAL (compiler/GHC/Builtin/Names.hs:610)
gENERICS (compiler/GHC/Builtin/Names.hs:611)
rEAD_PREC (compiler/GHC/Builtin/Names.hs:612)
lEX (compiler/GHC/Builtin/Names.hs:613)
gHC_INT (compiler/GHC/Builtin/Names.hs:614)
gHC_WORD (compiler/GHC/Builtin/Names.hs:615)
mONAD (compiler/GHC/Builtin/Names.hs:616)
mONAD_FIX (compiler/GHC/Builtin/Names.hs:617)
mONAD_ZIP (compiler/GHC/Builtin/Names.hs:618)
mONAD_FAIL (compiler/GHC/Builtin/Names.hs:619)
aRROW (compiler/GHC/Builtin/Names.hs:620)
gHC_DESUGAR (compiler/GHC/Builtin/Names.hs:621)
rANDOM (compiler/GHC/Builtin/Names.hs:622)
gHC_EXTS (compiler/GHC/Builtin/Names.hs:623)
gHC_IS_LIST (compiler/GHC/Builtin/Names.hs:624)
cONTROL_EXCEPTION_BASE (compiler/GHC/Builtin/Names.hs:625)
gHC_TYPEERROR (compiler/GHC/Builtin/Names.hs:627)
gHC_TYPELITS (compiler/GHC/Builtin/Names.hs:628)
gHC_TYPELITS_INTERNAL (compiler/GHC/Builtin/Names.hs:629)
gHC_TYPENATS (compiler/GHC/Builtin/Names.hs:630)
gHC_TYPENATS_INTERNAL (compiler/GHC/Builtin/Names.hs:631)
dATA_COERCE (compiler/GHC/Builtin/Names.hs:632)
dEBUG_TRACE (compiler/GHC/Builtin/Names.hs:633)
uNSAFE_COERCE (compiler/GHC/Builtin/Names.hs:634)
fOREIGN_C_CONSTPTR (compiler/GHC/Builtin/Names.hs:635)
mkPrimModule (compiler/GHC/Builtin/Names.hs:671)
mkBaseModule (compiler/GHC/Builtin/Names.hs:677)
mkBignumModule (compiler/GHC/Builtin/Names.hs:674)
gHC_SRCLOC (compiler/GHC/Builtin/Names.hs:638)
gHC_STACK (compiler/GHC/Builtin/Names.hs:641)
gHC_STACK_TYPES (compiler/GHC/Builtin/Names.hs:642)
gHC_STATICPTR (compiler/GHC/Builtin/Names.hs:645)
gHC_STATICPTR_INTERNAL (compiler/GHC/Builtin/Names.hs:648)
gHC_FINGERPRINT_TYPE (compiler/GHC/Builtin/Names.hs:651)
gHC_OVER_LABELS (compiler/GHC/Builtin/Names.hs:654)
gHC_RECORDS (compiler/GHC/Builtin/Names.hs:657)
rOOT_MAIN (compiler/GHC/Builtin/Names.hs:660)
mkMainModule (compiler/GHC/Builtin/Names.hs:689)
mkThisGhcModule (compiler/GHC/Builtin/Names.hs:683)
mkThisGhcModule_ (compiler/GHC/Builtin/Names.hs:686)
mkMainModule_ (compiler/GHC/Builtin/Names.hs:692)
main_RDR_Unqual (compiler/GHC/Builtin/Names.hs:703)
eq_RDR (compiler/GHC/Builtin/Names.hs:709)
ge_RDR (compiler/GHC/Builtin/Names.hs:710)
le_RDR (compiler/GHC/Builtin/Names.hs:711)
lt_RDR (compiler/GHC/Builtin/Names.hs:712)
gt_RDR (compiler/GHC/Builtin/Names.hs:713)
compare_RDR (compiler/GHC/Builtin/Names.hs:714)
ltTag_RDR (compiler/GHC/Builtin/Names.hs:715)
eqTag_RDR (compiler/GHC/Builtin/Names.hs:716)
gtTag_RDR (compiler/GHC/Builtin/Names.hs:717)
varQual_RDR (compiler/GHC/Builtin/Names.hs:933)
ordLTDataConName (compiler/GHC/Builtin/Names.hs:962)
ordEQDataConName (compiler/GHC/Builtin/Names.hs:963)
ordGTDataConName (compiler/GHC/Builtin/Names.hs:964)
eqClass_RDR (compiler/GHC/Builtin/Names.hs:721)
numClass_RDR (compiler/GHC/Builtin/Names.hs:722)
ordClass_RDR (compiler/GHC/Builtin/Names.hs:723)
enumClass_RDR (compiler/GHC/Builtin/Names.hs:724)
monadClass_RDR (compiler/GHC/Builtin/Names.hs:725)
map_RDR (compiler/GHC/Builtin/Names.hs:728)
append_RDR (compiler/GHC/Builtin/Names.hs:729)
foldr_RDR (compiler/GHC/Builtin/Names.hs:733)
build_RDR (compiler/GHC/Builtin/Names.hs:734)
returnM_RDR (compiler/GHC/Builtin/Names.hs:735)
bindM_RDR (compiler/GHC/Builtin/Names.hs:736)
failM_RDR (compiler/GHC/Builtin/Names.hs:737)
left_RDR (compiler/GHC/Builtin/Names.hs:740)
right_RDR (compiler/GHC/Builtin/Names.hs:741)
fromEnum_RDR (compiler/GHC/Builtin/Names.hs:744)
toEnum_RDR (compiler/GHC/Builtin/Names.hs:745)
enumFrom_RDR (compiler/GHC/Builtin/Names.hs:748)
enumFromTo_RDR (compiler/GHC/Builtin/Names.hs:749)
enumFromThen_RDR (compiler/GHC/Builtin/Names.hs:750)
enumFromThenTo_RDR (compiler/GHC/Builtin/Names.hs:751)
ratioDataCon_RDR (compiler/GHC/Builtin/Names.hs:754)
integerAdd_RDR (compiler/GHC/Builtin/Names.hs:755)
integerMul_RDR (compiler/GHC/Builtin/Names.hs:756)
ioDataCon_RDR (compiler/GHC/Builtin/Names.hs:759)
newStablePtr_RDR (compiler/GHC/Builtin/Names.hs:762)
bindIO_RDR (compiler/GHC/Builtin/Names.hs:765)
returnIO_RDR (compiler/GHC/Builtin/Names.hs:766)
fromInteger_RDR (compiler/GHC/Builtin/Names.hs:769)
fromRational_RDR (compiler/GHC/Builtin/Names.hs:770)
minus_RDR (compiler/GHC/Builtin/Names.hs:771)
times_RDR (compiler/GHC/Builtin/Names.hs:772)
plus_RDR (compiler/GHC/Builtin/Names.hs:773)
toInteger_RDR (compiler/GHC/Builtin/Names.hs:776)
toRational_RDR (compiler/GHC/Builtin/Names.hs:777)
fromIntegral_RDR (compiler/GHC/Builtin/Names.hs:778)
fromString_RDR (compiler/GHC/Builtin/Names.hs:781)
fromList_RDR (compiler/GHC/Builtin/Names.hs:784)
fromListN_RDR (compiler/GHC/Builtin/Names.hs:785)
toList_RDR (compiler/GHC/Builtin/Names.hs:786)
compose_RDR (compiler/GHC/Builtin/Names.hs:789)
not_RDR (compiler/GHC/Builtin/Names.hs:795)
dataToTag_RDR (compiler/GHC/Builtin/Names.hs:796)
succ_RDR (compiler/GHC/Builtin/Names.hs:797)
pred_RDR (compiler/GHC/Builtin/Names.hs:798)
minBound_RDR (compiler/GHC/Builtin/Names.hs:799)
maxBound_RDR (compiler/GHC/Builtin/Names.hs:800)
and_RDR (compiler/GHC/Builtin/Names.hs:794)
range_RDR (compiler/GHC/Builtin/Names.hs:801)
inRange_RDR (compiler/GHC/Builtin/Names.hs:802)
index_RDR (compiler/GHC/Builtin/Names.hs:803)
unsafeIndex_RDR (compiler/GHC/Builtin/Names.hs:804)
unsafeRangeSize_RDR (compiler/GHC/Builtin/Names.hs:805)
readList_RDR (compiler/GHC/Builtin/Names.hs:809)
readListDefault_RDR (compiler/GHC/Builtin/Names.hs:810)
readListPrec_RDR (compiler/GHC/Builtin/Names.hs:811)
readListPrecDefault_RDR (compiler/GHC/Builtin/Names.hs:812)
readPrec_RDR (compiler/GHC/Builtin/Names.hs:813)
parens_RDR (compiler/GHC/Builtin/Names.hs:814)
choose_RDR (compiler/GHC/Builtin/Names.hs:815)
lexP_RDR (compiler/GHC/Builtin/Names.hs:816)
expectP_RDR (compiler/GHC/Builtin/Names.hs:817)
readField_RDR (compiler/GHC/Builtin/Names.hs:820)
readFieldHash_RDR (compiler/GHC/Builtin/Names.hs:821)
readSymField_RDR (compiler/GHC/Builtin/Names.hs:822)
punc_RDR (compiler/GHC/Builtin/Names.hs:825)
ident_RDR (compiler/GHC/Builtin/Names.hs:826)
symbol_RDR (compiler/GHC/Builtin/Names.hs:827)
dataQual_RDR (compiler/GHC/Builtin/Names.hs:936)
step_RDR (compiler/GHC/Builtin/Names.hs:830)
alt_RDR (compiler/GHC/Builtin/Names.hs:831)
reset_RDR (compiler/GHC/Builtin/Names.hs:832)
prec_RDR (compiler/GHC/Builtin/Names.hs:833)
pfail_RDR (compiler/GHC/Builtin/Names.hs:834)
showsPrec_RDR (compiler/GHC/Builtin/Names.hs:838)
shows_RDR (compiler/GHC/Builtin/Names.hs:839)
showString_RDR (compiler/GHC/Builtin/Names.hs:840)
showSpace_RDR (compiler/GHC/Builtin/Names.hs:841)
showCommaSpace_RDR (compiler/GHC/Builtin/Names.hs:842)
showParen_RDR (compiler/GHC/Builtin/Names.hs:843)
error_RDR (compiler/GHC/Builtin/Names.hs:846)
u1DataCon_RDR (compiler/GHC/Builtin/Names.hs:863)
par1DataCon_RDR (compiler/GHC/Builtin/Names.hs:864)
rec1DataCon_RDR (compiler/GHC/Builtin/Names.hs:865)
k1DataCon_RDR (compiler/GHC/Builtin/Names.hs:866)
m1DataCon_RDR (compiler/GHC/Builtin/Names.hs:867)
l1DataCon_RDR (compiler/GHC/Builtin/Names.hs:869)
r1DataCon_RDR (compiler/GHC/Builtin/Names.hs:870)
prodDataCon_RDR (compiler/GHC/Builtin/Names.hs:872)
comp1DataCon_RDR (compiler/GHC/Builtin/Names.hs:873)
unPar1_RDR (compiler/GHC/Builtin/Names.hs:875)
unRec1_RDR (compiler/GHC/Builtin/Names.hs:876)
unK1_RDR (compiler/GHC/Builtin/Names.hs:877)
unComp1_RDR (compiler/GHC/Builtin/Names.hs:878)
from_RDR (compiler/GHC/Builtin/Names.hs:880)
from1_RDR (compiler/GHC/Builtin/Names.hs:881)
to_RDR (compiler/GHC/Builtin/Names.hs:882)
to1_RDR (compiler/GHC/Builtin/Names.hs:883)
datatypeName_RDR (compiler/GHC/Builtin/Names.hs:885)
moduleName_RDR (compiler/GHC/Builtin/Names.hs:886)
packageName_RDR (compiler/GHC/Builtin/Names.hs:887)
isNewtypeName_RDR (compiler/GHC/Builtin/Names.hs:888)
conName_RDR (compiler/GHC/Builtin/Names.hs:890)
conFixity_RDR (compiler/GHC/Builtin/Names.hs:891)
conIsRecord_RDR (compiler/GHC/Builtin/Names.hs:892)
selName_RDR (compiler/GHC/Builtin/Names.hs:889)
prefixDataCon_RDR (compiler/GHC/Builtin/Names.hs:894)
infixDataCon_RDR (compiler/GHC/Builtin/Names.hs:895)
leftAssocDataCon_RDR (compiler/GHC/Builtin/Names.hs:896)
rightAssocDataCon_RDR (compiler/GHC/Builtin/Names.hs:897)
notAssocDataCon_RDR (compiler/GHC/Builtin/Names.hs:898)
uAddrDataCon_RDR (compiler/GHC/Builtin/Names.hs:900)
uCharDataCon_RDR (compiler/GHC/Builtin/Names.hs:901)
uDoubleDataCon_RDR (compiler/GHC/Builtin/Names.hs:902)
uFloatDataCon_RDR (compiler/GHC/Builtin/Names.hs:903)
uIntDataCon_RDR (compiler/GHC/Builtin/Names.hs:904)
uWordDataCon_RDR (compiler/GHC/Builtin/Names.hs:905)
uAddrHash_RDR (compiler/GHC/Builtin/Names.hs:907)
uCharHash_RDR (compiler/GHC/Builtin/Names.hs:908)
uDoubleHash_RDR (compiler/GHC/Builtin/Names.hs:909)
uFloatHash_RDR (compiler/GHC/Builtin/Names.hs:910)
uIntHash_RDR (compiler/GHC/Builtin/Names.hs:911)
uWordHash_RDR (compiler/GHC/Builtin/Names.hs:912)
fieldQual_RDR (compiler/GHC/Builtin/Names.hs:939)
fmap_RDR (compiler/GHC/Builtin/Names.hs:917)
replace_RDR (compiler/GHC/Builtin/Names.hs:918)
pure_RDR (compiler/GHC/Builtin/Names.hs:919)
ap_RDR (compiler/GHC/Builtin/Names.hs:920)
liftA2_RDR (compiler/GHC/Builtin/Names.hs:921)
foldable_foldr_RDR (compiler/GHC/Builtin/Names.hs:922)
foldMap_RDR (compiler/GHC/Builtin/Names.hs:923)
null_RDR (compiler/GHC/Builtin/Names.hs:924)
all_RDR (compiler/GHC/Builtin/Names.hs:925)
traverse_RDR (compiler/GHC/Builtin/Names.hs:926)
mempty_RDR (compiler/GHC/Builtin/Names.hs:927)
mappend_RDR (compiler/GHC/Builtin/Names.hs:928)
tcQual_RDR (compiler/GHC/Builtin/Names.hs:934)
clsQual_RDR (compiler/GHC/Builtin/Names.hs:935)
wildCardName (compiler/GHC/Builtin/Names.hs:954)
wildCardKey (compiler/GHC/Builtin/Names.hs:2314)
varQual (compiler/GHC/Builtin/Names.hs:1703)
runMainKey (compiler/GHC/Builtin/Names.hs:2370)
orderingTyConName (compiler/GHC/Builtin/Names.hs:961)
tcQual (compiler/GHC/Builtin/Names.hs:1704)
orderingTyConKey (compiler/GHC/Builtin/Names.hs:1864)
dcQual (compiler/GHC/Builtin/Names.hs:1706)
ordLTDataConKey (compiler/GHC/Builtin/Names.hs:2150)
ordEQDataConKey (compiler/GHC/Builtin/Names.hs:2151)
ordGTDataConKey (compiler/GHC/Builtin/Names.hs:2152)
specTyConKey (compiler/GHC/Builtin/Names.hs:2022)
eitherTyConKey (compiler/GHC/Builtin/Names.hs:1921)
leftDataConKey (compiler/GHC/Builtin/Names.hs:2146)
rightDataConKey (compiler/GHC/Builtin/Names.hs:2147)
voidTyConKey (compiler/GHC/Builtin/Names.hs:1924)
v1TyConKey (compiler/GHC/Builtin/Names.hs:1975)
u1TyConKey (compiler/GHC/Builtin/Names.hs:1976)
par1TyConKey (compiler/GHC/Builtin/Names.hs:1977)
rec1TyConKey (compiler/GHC/Builtin/Names.hs:1978)
k1TyConKey (compiler/GHC/Builtin/Names.hs:1979)
m1TyConKey (compiler/GHC/Builtin/Names.hs:1980)
sumTyConKey (compiler/GHC/Builtin/Names.hs:1982)
prodTyConKey (compiler/GHC/Builtin/Names.hs:1983)
compTyConKey (compiler/GHC/Builtin/Names.hs:1984)
rTyConKey (compiler/GHC/Builtin/Names.hs:1986)
dTyConKey (compiler/GHC/Builtin/Names.hs:1987)
cTyConKey (compiler/GHC/Builtin/Names.hs:1988)
sTyConKey (compiler/GHC/Builtin/Names.hs:1989)
rec0TyConKey (compiler/GHC/Builtin/Names.hs:1991)
d1TyConKey (compiler/GHC/Builtin/Names.hs:1992)
c1TyConKey (compiler/GHC/Builtin/Names.hs:1993)
s1TyConKey (compiler/GHC/Builtin/Names.hs:1994)
repTyConKey (compiler/GHC/Builtin/Names.hs:1996)
rep1TyConKey (compiler/GHC/Builtin/Names.hs:1997)
uRecTyConKey (compiler/GHC/Builtin/Names.hs:1999)
uAddrTyConKey (compiler/GHC/Builtin/Names.hs:2000)
uCharTyConKey (compiler/GHC/Builtin/Names.hs:2001)
uDoubleTyConKey (compiler/GHC/Builtin/Names.hs:2002)
uFloatTyConKey (compiler/GHC/Builtin/Names.hs:2003)
uIntTyConKey (compiler/GHC/Builtin/Names.hs:2004)
uWordTyConKey (compiler/GHC/Builtin/Names.hs:2005)
prefixIDataConKey (compiler/GHC/Builtin/Names.hs:2198)
infixIDataConKey (compiler/GHC/Builtin/Names.hs:2199)
leftAssociativeDataConKey (compiler/GHC/Builtin/Names.hs:2200)
rightAssociativeDataConKey (compiler/GHC/Builtin/Names.hs:2201)
notAssociativeDataConKey (compiler/GHC/Builtin/Names.hs:2202)
sourceUnpackDataConKey (compiler/GHC/Builtin/Names.hs:2203)
sourceNoUnpackDataConKey (compiler/GHC/Builtin/Names.hs:2204)
noSourceUnpackednessDataConKey (compiler/GHC/Builtin/Names.hs:2205)
sourceLazyDataConKey (compiler/GHC/Builtin/Names.hs:2206)
sourceStrictDataConKey (compiler/GHC/Builtin/Names.hs:2207)
noSourceStrictnessDataConKey (compiler/GHC/Builtin/Names.hs:2208)
decidedLazyDataConKey (compiler/GHC/Builtin/Names.hs:2209)
decidedStrictDataConKey (compiler/GHC/Builtin/Names.hs:2210)
decidedUnpackDataConKey (compiler/GHC/Builtin/Names.hs:2211)
metaDataDataConKey (compiler/GHC/Builtin/Names.hs:2212)
metaConsDataConKey (compiler/GHC/Builtin/Names.hs:2213)
metaSelDataConKey (compiler/GHC/Builtin/Names.hs:2214)
divIntIdKey (compiler/GHC/Builtin/Names.hs:2343)
modIntIdKey (compiler/GHC/Builtin/Names.hs:2344)
cstringLengthIdKey (compiler/GHC/Builtin/Names.hs:2345)
eqStringIdKey (compiler/GHC/Builtin/Names.hs:2324)
unpackCStringIdKey (compiler/GHC/Builtin/Names.hs:2337)
unpackCStringAppendIdKey (compiler/GHC/Builtin/Names.hs:2338)
unpackCStringFoldrIdKey (compiler/GHC/Builtin/Names.hs:2339)
unpackCStringUtf8IdKey (compiler/GHC/Builtin/Names.hs:2333)
unpackCStringAppendUtf8IdKey (compiler/GHC/Builtin/Names.hs:2334)
unpackCStringFoldrUtf8IdKey (compiler/GHC/Builtin/Names.hs:2335)
inlineIdKey (compiler/GHC/Builtin/Names.hs:2386)
clsQual (compiler/GHC/Builtin/Names.hs:1705)
eqClassKey (compiler/GHC/Builtin/Names.hs:1729)
eqClassOpKey (compiler/GHC/Builtin/Names.hs:2432)
ordClassKey (compiler/GHC/Builtin/Names.hs:1737)
geClassOpKey (compiler/GHC/Builtin/Names.hs:2433)
functorClassKey (compiler/GHC/Builtin/Names.hs:1735)
fmapClassOpKey (compiler/GHC/Builtin/Names.hs:2437)
monadClassKey (compiler/GHC/Builtin/Names.hs:1733)
thenMClassOpKey (compiler/GHC/Builtin/Names.hs:2436)
bindMClassOpKey (compiler/GHC/Builtin/Names.hs:2435)
returnMClassOpKey (compiler/GHC/Builtin/Names.hs:2438)
monadFailClassKey (compiler/GHC/Builtin/Names.hs:1755)
failMClassOpKey (compiler/GHC/Builtin/Names.hs:2446)
applicativeClassKey (compiler/GHC/Builtin/Names.hs:1766)
apAClassOpKey (compiler/GHC/Builtin/Names.hs:1127)
pureAClassOpKey (compiler/GHC/Builtin/Names.hs:1128)
thenAClassOpKey (compiler/GHC/Builtin/Names.hs:1129)
foldableClassKey (compiler/GHC/Builtin/Names.hs:1767)
traversableClassKey (compiler/GHC/Builtin/Names.hs:1768)
semigroupClassKey (compiler/GHC/Builtin/Names.hs:1794)
sappendClassOpKey (compiler/GHC/Builtin/Names.hs:2539)
monoidClassKey (compiler/GHC/Builtin/Names.hs:1795)
memptyClassOpKey (compiler/GHC/Builtin/Names.hs:2542)
mappendClassOpKey (compiler/GHC/Builtin/Names.hs:2543)
mconcatClassOpKey (compiler/GHC/Builtin/Names.hs:2544)
joinMIdKey (compiler/GHC/Builtin/Names.hs:1126)
alternativeClassKey (compiler/GHC/Builtin/Names.hs:1130)
considerAccessibleIdKey (compiler/GHC/Builtin/Names.hs:2393)
dollarIdKey (compiler/GHC/Builtin/Names.hs:2391)
otherwiseIdKey (compiler/GHC/Builtin/Names.hs:2361)
foldrIdKey (compiler/GHC/Builtin/Names.hs:2320)
buildIdKey (compiler/GHC/Builtin/Names.hs:2319)
augmentIdKey (compiler/GHC/Builtin/Names.hs:2317)
mapIdKey (compiler/GHC/Builtin/Names.hs:2390)
appendIdKey (compiler/GHC/Builtin/Names.hs:2318)
assertIdKey (compiler/GHC/Builtin/Names.hs:2362)
fromStringClassOpKey (compiler/GHC/Builtin/Names.hs:2463)
numClassKey (compiler/GHC/Builtin/Names.hs:1736)
fromIntegerClassOpKey (compiler/GHC/Builtin/Names.hs:2425)
minusClassOpKey (compiler/GHC/Builtin/Names.hs:2426)
negateClassOpKey (compiler/GHC/Builtin/Names.hs:2434)
bignatCompareName (compiler/GHC/Builtin/Names.hs:1235)
bignatCompareWordName (compiler/GHC/Builtin/Names.hs:1236)
bnbVarQual (compiler/GHC/Builtin/Names.hs:1228)
bnnVarQual (compiler/GHC/Builtin/Names.hs:1229)
bniVarQual (compiler/GHC/Builtin/Names.hs:1230)
bignatFromWordListIdKey (compiler/GHC/Builtin/Names.hs:2702)
bignatEqIdKey (compiler/GHC/Builtin/Names.hs:2703)
bignatCompareIdKey (compiler/GHC/Builtin/Names.hs:2704)
bignatCompareWordIdKey (compiler/GHC/Builtin/Names.hs:2705)
naturalToWordIdKey (compiler/GHC/Builtin/Names.hs:2676)
naturalPopCountIdKey (compiler/GHC/Builtin/Names.hs:2677)
naturalShiftRIdKey (compiler/GHC/Builtin/Names.hs:2678)
naturalShiftLIdKey (compiler/GHC/Builtin/Names.hs:2679)
naturalAddIdKey (compiler/GHC/Builtin/Names.hs:2680)
naturalSubIdKey (compiler/GHC/Builtin/Names.hs:2681)
naturalSubThrowIdKey (compiler/GHC/Builtin/Names.hs:2682)
naturalSubUnsafeIdKey (compiler/GHC/Builtin/Names.hs:2683)
naturalMulIdKey (compiler/GHC/Builtin/Names.hs:2684)
naturalQuotRemIdKey (compiler/GHC/Builtin/Names.hs:2685)
naturalQuotIdKey (compiler/GHC/Builtin/Names.hs:2686)
naturalRemIdKey (compiler/GHC/Builtin/Names.hs:2687)
naturalAndIdKey (compiler/GHC/Builtin/Names.hs:2688)
naturalAndNotIdKey (compiler/GHC/Builtin/Names.hs:2689)
naturalOrIdKey (compiler/GHC/Builtin/Names.hs:2690)
naturalXorIdKey (compiler/GHC/Builtin/Names.hs:2691)
naturalTestBitIdKey (compiler/GHC/Builtin/Names.hs:2692)
naturalBitIdKey (compiler/GHC/Builtin/Names.hs:2693)
naturalGcdIdKey (compiler/GHC/Builtin/Names.hs:2694)
naturalLcmIdKey (compiler/GHC/Builtin/Names.hs:2695)
naturalLog2IdKey (compiler/GHC/Builtin/Names.hs:2696)
naturalLogBaseWordIdKey (compiler/GHC/Builtin/Names.hs:2697)
naturalLogBaseIdKey (compiler/GHC/Builtin/Names.hs:2698)
naturalPowModIdKey (compiler/GHC/Builtin/Names.hs:2699)
naturalSizeInBaseIdKey (compiler/GHC/Builtin/Names.hs:2700)
integerFromNaturalIdKey (compiler/GHC/Builtin/Names.hs:2640)
integerToNaturalClampIdKey (compiler/GHC/Builtin/Names.hs:2641)
integerToNaturalThrowIdKey (compiler/GHC/Builtin/Names.hs:2642)
integerToNaturalIdKey (compiler/GHC/Builtin/Names.hs:2643)
integerToWordIdKey (compiler/GHC/Builtin/Names.hs:2644)
integerToIntIdKey (compiler/GHC/Builtin/Names.hs:2645)
integerToWord64IdKey (compiler/GHC/Builtin/Names.hs:2646)
integerToInt64IdKey (compiler/GHC/Builtin/Names.hs:2647)
integerFromWordIdKey (compiler/GHC/Builtin/Names.hs:2672)
integerFromWord64IdKey (compiler/GHC/Builtin/Names.hs:2673)
integerFromInt64IdKey (compiler/GHC/Builtin/Names.hs:2674)
integerAddIdKey (compiler/GHC/Builtin/Names.hs:2648)
integerMulIdKey (compiler/GHC/Builtin/Names.hs:2649)
integerSubIdKey (compiler/GHC/Builtin/Names.hs:2650)
integerNegateIdKey (compiler/GHC/Builtin/Names.hs:2651)
integerAbsIdKey (compiler/GHC/Builtin/Names.hs:2652)
integerPopCountIdKey (compiler/GHC/Builtin/Names.hs:2653)
integerQuotIdKey (compiler/GHC/Builtin/Names.hs:2654)
integerRemIdKey (compiler/GHC/Builtin/Names.hs:2655)
integerDivIdKey (compiler/GHC/Builtin/Names.hs:2656)
integerModIdKey (compiler/GHC/Builtin/Names.hs:2657)
integerDivModIdKey (compiler/GHC/Builtin/Names.hs:2658)
integerQuotRemIdKey (compiler/GHC/Builtin/Names.hs:2659)
integerEncodeFloatIdKey (compiler/GHC/Builtin/Names.hs:2660)
integerEncodeDoubleIdKey (compiler/GHC/Builtin/Names.hs:2661)
integerGcdIdKey (compiler/GHC/Builtin/Names.hs:2662)
integerLcmIdKey (compiler/GHC/Builtin/Names.hs:2663)
integerAndIdKey (compiler/GHC/Builtin/Names.hs:2664)
integerOrIdKey (compiler/GHC/Builtin/Names.hs:2665)
integerXorIdKey (compiler/GHC/Builtin/Names.hs:2666)
integerComplementIdKey (compiler/GHC/Builtin/Names.hs:2667)
integerBitIdKey (compiler/GHC/Builtin/Names.hs:2668)
integerTestBitIdKey (compiler/GHC/Builtin/Names.hs:2669)
integerShiftLIdKey (compiler/GHC/Builtin/Names.hs:2670)
integerShiftRIdKey (compiler/GHC/Builtin/Names.hs:2671)
rationalTyConKey (compiler/GHC/Builtin/Names.hs:1868)
ratioTyConKey (compiler/GHC/Builtin/Names.hs:1867)
ratioDataConKey (compiler/GHC/Builtin/Names.hs:2130)
realClassKey (compiler/GHC/Builtin/Names.hs:1739)
integralClassKey (compiler/GHC/Builtin/Names.hs:1732)
realFracClassKey (compiler/GHC/Builtin/Names.hs:1741)
fractionalClassKey (compiler/GHC/Builtin/Names.hs:1731)
fromRationalClassOpKey (compiler/GHC/Builtin/Names.hs:2427)
toIntegerClassOpKey (compiler/GHC/Builtin/Names.hs:2473)
toRationalClassOpKey (compiler/GHC/Builtin/Names.hs:2474)
fromIntegralIdKey (compiler/GHC/Builtin/Names.hs:2471)
realToFracIdKey (compiler/GHC/Builtin/Names.hs:2472)
mkRationalBase2IdKey (compiler/GHC/Builtin/Names.hs:2714)
mkRationalBase10IdKey (compiler/GHC/Builtin/Names.hs:2715)
floatingClassKey (compiler/GHC/Builtin/Names.hs:1730)
realFloatClassKey (compiler/GHC/Builtin/Names.hs:1740)
integerToFloatIdKey (compiler/GHC/Builtin/Names.hs:2398)
integerToDoubleIdKey (compiler/GHC/Builtin/Names.hs:2399)
naturalToFloatIdKey (compiler/GHC/Builtin/Names.hs:2400)
naturalToDoubleIdKey (compiler/GHC/Builtin/Names.hs:2401)
rationalToFloatIdKey (compiler/GHC/Builtin/Names.hs:2404)
rationalToDoubleIdKey (compiler/GHC/Builtin/Names.hs:2405)
ixClassKey (compiler/GHC/Builtin/Names.hs:1743)
trModuleTyConKey (compiler/GHC/Builtin/Names.hs:1960)
trModuleDataConKey (compiler/GHC/Builtin/Names.hs:2176)
trNameTyConKey (compiler/GHC/Builtin/Names.hs:1961)
trNameSDataConKey (compiler/GHC/Builtin/Names.hs:2177)
trNameDDataConKey (compiler/GHC/Builtin/Names.hs:2178)
trTyConTyConKey (compiler/GHC/Builtin/Names.hs:1959)
trTyConDataConKey (compiler/GHC/Builtin/Names.hs:2175)
kindRepTyConKey (compiler/GHC/Builtin/Names.hs:1962)
kindRepTyConAppDataConKey (compiler/GHC/Builtin/Names.hs:2255)
kindRepVarDataConKey (compiler/GHC/Builtin/Names.hs:2256)
kindRepAppDataConKey (compiler/GHC/Builtin/Names.hs:2257)
kindRepFunDataConKey (compiler/GHC/Builtin/Names.hs:2258)
kindRepTYPEDataConKey (compiler/GHC/Builtin/Names.hs:2259)
kindRepTypeLitSDataConKey (compiler/GHC/Builtin/Names.hs:2260)
kindRepTypeLitDDataConKey (compiler/GHC/Builtin/Names.hs:2261)
typeLitSortTyConKey (compiler/GHC/Builtin/Names.hs:1963)
typeLitSymbolDataConKey (compiler/GHC/Builtin/Names.hs:2264)
typeLitNatDataConKey (compiler/GHC/Builtin/Names.hs:2265)
typeLitCharDataConKey (compiler/GHC/Builtin/Names.hs:2266)
typeableClassKey (compiler/GHC/Builtin/Names.hs:1746)
typeRepTyConKey (compiler/GHC/Builtin/Names.hs:2041)
someTypeRepTyConKey (compiler/GHC/Builtin/Names.hs:2042)
someTypeRepDataConKey (compiler/GHC/Builtin/Names.hs:2043)
typeRepIdKey (compiler/GHC/Builtin/Names.hs:2518)
mkTrTypeKey (compiler/GHC/Builtin/Names.hs:2512)
mkTrConKey (compiler/GHC/Builtin/Names.hs:2513)
mkTrAppKey (compiler/GHC/Builtin/Names.hs:2514)
mkTrFunKey (compiler/GHC/Builtin/Names.hs:2519)
typeNatTypeRepKey (compiler/GHC/Builtin/Names.hs:2515)
typeSymbolTypeRepKey (compiler/GHC/Builtin/Names.hs:2516)
typeCharTypeRepKey (compiler/GHC/Builtin/Names.hs:2517)
trGhcPrimModuleKey (compiler/GHC/Builtin/Names.hs:2179)
starKindRepKey (compiler/GHC/Builtin/Names.hs:2523)
starArrStarKindRepKey (compiler/GHC/Builtin/Names.hs:2524)
starArrStarArrStarKindRepKey (compiler/GHC/Builtin/Names.hs:2525)
constraintKindRepKey (compiler/GHC/Builtin/Names.hs:2526)
withDictClassKey (compiler/GHC/Builtin/Names.hs:1749)
nonEmptyTyConKey (compiler/GHC/Builtin/Names.hs:1927)
errorMessageTypeErrorFamKey (compiler/GHC/Builtin/Names.hs:2013)
typeErrorTextDataConKey (compiler/GHC/Builtin/Names.hs:2186)
typeErrorAppendDataConKey (compiler/GHC/Builtin/Names.hs:2187)
typeErrorVAppendDataConKey (compiler/GHC/Builtin/Names.hs:2188)
typeErrorShowTypeDataConKey (compiler/GHC/Builtin/Names.hs:2189)
unsatisfiableClassNameKey (compiler/GHC/Builtin/Names.hs:2009)
unsatisfiableIdNameKey (compiler/GHC/Builtin/Names.hs:2568)
unsafeEqualityTyConKey (compiler/GHC/Builtin/Names.hs:2051)
unsafeReflDataConKey (compiler/GHC/Builtin/Names.hs:2270)
unsafeCoercePrimIdKey (compiler/GHC/Builtin/Names.hs:2559)
toDynIdKey (compiler/GHC/Builtin/Names.hs:2530)
dataClassKey (compiler/GHC/Builtin/Names.hs:1734)
assertErrorIdKey (compiler/GHC/Builtin/Names.hs:2375)
traceKey (compiler/GHC/Builtin/Names.hs:2380)
enumClassKey (compiler/GHC/Builtin/Names.hs:1728)
enumFromClassOpKey (compiler/GHC/Builtin/Names.hs:2428)
enumFromToClassOpKey (compiler/GHC/Builtin/Names.hs:2430)
enumFromThenClassOpKey (compiler/GHC/Builtin/Names.hs:2429)
enumFromThenToClassOpKey (compiler/GHC/Builtin/Names.hs:2431)
boundedClassKey (compiler/GHC/Builtin/Names.hs:1727)
concatIdKey (compiler/GHC/Builtin/Names.hs:2351)
filterIdKey (compiler/GHC/Builtin/Names.hs:2352)
zipIdKey (compiler/GHC/Builtin/Names.hs:2353)
isListClassKey (compiler/GHC/Builtin/Names.hs:2488)
fromListClassOpKey (compiler/GHC/Builtin/Names.hs:2489)
fromListNClassOpKey (compiler/GHC/Builtin/Names.hs:2490)
toListClassOpKey (compiler/GHC/Builtin/Names.hs:2491)
getFieldClassOpKey (compiler/GHC/Builtin/Names.hs:2563)
setFieldClassOpKey (compiler/GHC/Builtin/Names.hs:2564)
showClassKey (compiler/GHC/Builtin/Names.hs:1742)
readClassKey (compiler/GHC/Builtin/Names.hs:1738)
genClassKey (compiler/GHC/Builtin/Names.hs:1772)
gen1ClassKey (compiler/GHC/Builtin/Names.hs:1773)
datatypeClassKey (compiler/GHC/Builtin/Names.hs:1775)
constructorClassKey (compiler/GHC/Builtin/Names.hs:1776)
selectorClassKey (compiler/GHC/Builtin/Names.hs:1777)
genericClassNames (compiler/GHC/Builtin/Names.hs:1537)
ghciIoClassKey (compiler/GHC/Builtin/Names.hs:1791)
ghciStepIoMClassOpKey (compiler/GHC/Builtin/Names.hs:2484)
ioTyConKey (compiler/GHC/Builtin/Names.hs:1897)
ioDataConKey (compiler/GHC/Builtin/Names.hs:2135)
thenIOIdKey (compiler/GHC/Builtin/Names.hs:2373)
bindIOIdKey (compiler/GHC/Builtin/Names.hs:2354)
returnIOIdKey (compiler/GHC/Builtin/Names.hs:2355)
failIOIdKey (compiler/GHC/Builtin/Names.hs:2358)
printIdKey (compiler/GHC/Builtin/Names.hs:2357)
int8TyConKey (compiler/GHC/Builtin/Names.hs:1848)
int16TyConKey (compiler/GHC/Builtin/Names.hs:1850)
int32TyConKey (compiler/GHC/Builtin/Names.hs:1852)
int64TyConKey (compiler/GHC/Builtin/Names.hs:1854)
word8TyConKey (compiler/GHC/Builtin/Names.hs:1901)
word16TyConKey (compiler/GHC/Builtin/Names.hs:1903)
word32TyConKey (compiler/GHC/Builtin/Names.hs:1905)
word64TyConKey (compiler/GHC/Builtin/Names.hs:1907)
ptrTyConKey (compiler/GHC/Builtin/Names.hs:1913)
funPtrTyConKey (compiler/GHC/Builtin/Names.hs:1914)
stablePtrTyConKey (compiler/GHC/Builtin/Names.hs:1871)
newStablePtrIdKey (compiler/GHC/Builtin/Names.hs:2356)
monadFixClassKey (compiler/GHC/Builtin/Names.hs:1752)
mfixIdKey (compiler/GHC/Builtin/Names.hs:2442)
arrAIdKey (compiler/GHC/Builtin/Names.hs:2455)
composeAIdKey (compiler/GHC/Builtin/Names.hs:2456)
firstAIdKey (compiler/GHC/Builtin/Names.hs:2457)
appAIdKey (compiler/GHC/Builtin/Names.hs:2458)
choiceAIdKey (compiler/GHC/Builtin/Names.hs:2459)
loopAIdKey (compiler/GHC/Builtin/Names.hs:2460)
guardMIdKey (compiler/GHC/Builtin/Names.hs:2478)
liftMIdKey (compiler/GHC/Builtin/Names.hs:2479)
mzipIdKey (compiler/GHC/Builtin/Names.hs:2480)
toAnnotationWrapperIdKey (compiler/GHC/Builtin/Names.hs:2467)
monadPlusClassKey (compiler/GHC/Builtin/Names.hs:1758)
isStringClassKey (compiler/GHC/Builtin/Names.hs:1763)
knownNatClassNameKey (compiler/GHC/Builtin/Names.hs:1781)
knownSymbolClassNameKey (compiler/GHC/Builtin/Names.hs:1785)
knownCharClassNameKey (compiler/GHC/Builtin/Names.hs:1788)
fromLabelClassOpKey (compiler/GHC/Builtin/Names.hs:2450)
ipClassKey (compiler/GHC/Builtin/Names.hs:1799)
hasFieldClassNameKey (compiler/GHC/Builtin/Names.hs:1803)
callStackTyConKey (compiler/GHC/Builtin/Names.hs:2037)
emptyCallStackKey (compiler/GHC/Builtin/Names.hs:2547)
pushCallStackKey (compiler/GHC/Builtin/Names.hs:2548)
srcLocDataConKey (compiler/GHC/Builtin/Names.hs:2170)
pLUGINS (compiler/GHC/Builtin/Names.hs:1649)
pluginTyConKey (compiler/GHC/Builtin/Names.hs:1954)
frontendPluginTyConKey (compiler/GHC/Builtin/Names.hs:1955)
makeStaticKey (compiler/GHC/Builtin/Names.hs:2554)
staticPtrInfoTyConName (compiler/GHC/Builtin/Names.hs:1661)
staticPtrInfoTyConKey (compiler/GHC/Builtin/Names.hs:2034)
staticPtrInfoDataConKey (compiler/GHC/Builtin/Names.hs:2164)
staticPtrTyConKey (compiler/GHC/Builtin/Names.hs:2031)
staticPtrDataConKey (compiler/GHC/Builtin/Names.hs:2161)
fromStaticPtrClassOpKey (compiler/GHC/Builtin/Names.hs:2551)
fingerprintDataConKey (compiler/GHC/Builtin/Names.hs:2167)
constPtrTyConKey (compiler/GHC/Builtin/Names.hs:2104)
mk_known_key_name (compiler/GHC/Builtin/Names.hs:1710)
randomClassKey (compiler/GHC/Builtin/Names.hs:1759)
randomGenClassKey (compiler/GHC/Builtin/Names.hs:1760)
addrPrimTyConKey (compiler/GHC/Builtin/Names.hs:1833)
arrayPrimTyConKey (compiler/GHC/Builtin/Names.hs:1834)
boolTyConKey (compiler/GHC/Builtin/Names.hs:1835)
byteArrayPrimTyConKey (compiler/GHC/Builtin/Names.hs:1836)
charPrimTyConKey (compiler/GHC/Builtin/Names.hs:1838)
charTyConKey (compiler/GHC/Builtin/Names.hs:1839)
doublePrimTyConKey (compiler/GHC/Builtin/Names.hs:1840)
doubleTyConKey (compiler/GHC/Builtin/Names.hs:1841)
floatPrimTyConKey (compiler/GHC/Builtin/Names.hs:1842)
floatTyConKey (compiler/GHC/Builtin/Names.hs:1843)
fUNTyConKey (compiler/GHC/Builtin/Names.hs:1844)
intPrimTyConKey (compiler/GHC/Builtin/Names.hs:1845)
intTyConKey (compiler/GHC/Builtin/Names.hs:1846)
int8PrimTyConKey (compiler/GHC/Builtin/Names.hs:1847)
int16PrimTyConKey (compiler/GHC/Builtin/Names.hs:1849)
int32PrimTyConKey (compiler/GHC/Builtin/Names.hs:1851)
int64PrimTyConKey (compiler/GHC/Builtin/Names.hs:1853)
integerTyConKey (compiler/GHC/Builtin/Names.hs:1855)
naturalTyConKey (compiler/GHC/Builtin/Names.hs:1856)
foreignObjPrimTyConKey (compiler/GHC/Builtin/Names.hs:1859)
maybeTyConKey (compiler/GHC/Builtin/Names.hs:1860)
weakPrimTyConKey (compiler/GHC/Builtin/Names.hs:1861)
mutableArrayPrimTyConKey (compiler/GHC/Builtin/Names.hs:1862)
mutableByteArrayPrimTyConKey (compiler/GHC/Builtin/Names.hs:1863)
mVarPrimTyConKey (compiler/GHC/Builtin/Names.hs:1865)
realWorldTyConKey (compiler/GHC/Builtin/Names.hs:1869)
stablePtrPrimTyConKey (compiler/GHC/Builtin/Names.hs:1870)
eqTyConKey (compiler/GHC/Builtin/Names.hs:1872)
heqTyConKey (compiler/GHC/Builtin/Names.hs:1873)
ioPortPrimTyConKey (compiler/GHC/Builtin/Names.hs:1866)
smallArrayPrimTyConKey (compiler/GHC/Builtin/Names.hs:2027)
smallMutableArrayPrimTyConKey (compiler/GHC/Builtin/Names.hs:2028)
stringTyConKey (compiler/GHC/Builtin/Names.hs:1837)
ccArrowTyConKey (compiler/GHC/Builtin/Names.hs:1876)
ctArrowTyConKey (compiler/GHC/Builtin/Names.hs:1875)
tcArrowTyConKey (compiler/GHC/Builtin/Names.hs:1877)
statePrimTyConKey (compiler/GHC/Builtin/Names.hs:1890)
stableNamePrimTyConKey (compiler/GHC/Builtin/Names.hs:1891)
stableNameTyConKey (compiler/GHC/Builtin/Names.hs:1892)
mutVarPrimTyConKey (compiler/GHC/Builtin/Names.hs:1896)
wordPrimTyConKey (compiler/GHC/Builtin/Names.hs:1898)
wordTyConKey (compiler/GHC/Builtin/Names.hs:1899)
word8PrimTyConKey (compiler/GHC/Builtin/Names.hs:1900)
word16PrimTyConKey (compiler/GHC/Builtin/Names.hs:1902)
word32PrimTyConKey (compiler/GHC/Builtin/Names.hs:1904)
word64PrimTyConKey (compiler/GHC/Builtin/Names.hs:1906)
kindConKey (compiler/GHC/Builtin/Names.hs:1908)
boxityConKey (compiler/GHC/Builtin/Names.hs:1909)
typeConKey (compiler/GHC/Builtin/Names.hs:1910)
threadIdPrimTyConKey (compiler/GHC/Builtin/Names.hs:1911)
bcoPrimTyConKey (compiler/GHC/Builtin/Names.hs:1912)
tVarPrimTyConKey (compiler/GHC/Builtin/Names.hs:1915)
eqPrimTyConKey (compiler/GHC/Builtin/Names.hs:1893)
eqReprPrimTyConKey (compiler/GHC/Builtin/Names.hs:1894)
eqPhantPrimTyConKey (compiler/GHC/Builtin/Names.hs:1895)
compactPrimTyConKey (compiler/GHC/Builtin/Names.hs:1916)
stackSnapshotPrimTyConKey (compiler/GHC/Builtin/Names.hs:1917)
promptTagPrimTyConKey (compiler/GHC/Builtin/Names.hs:1918)
dictTyConKey (compiler/GHC/Builtin/Names.hs:1930)
unliftedTypeKindTyConKey (compiler/GHC/Builtin/Names.hs:1940)
liftedRepTyConKey (compiler/GHC/Builtin/Names.hs:1948)
unliftedRepTyConKey (compiler/GHC/Builtin/Names.hs:1949)
levityTyConKey (compiler/GHC/Builtin/Names.hs:1944)
runtimeRepTyConKey (compiler/GHC/Builtin/Names.hs:1945)
vecCountTyConKey (compiler/GHC/Builtin/Names.hs:1946)
vecElemTyConKey (compiler/GHC/Builtin/Names.hs:1947)
zeroBitRepTyConKey (compiler/GHC/Builtin/Names.hs:1950)
zeroBitTypeTyConKey (compiler/GHC/Builtin/Names.hs:1951)
coercibleTyConKey (compiler/GHC/Builtin/Names.hs:2016)
proxyPrimTyConKey (compiler/GHC/Builtin/Names.hs:2019)
anyTyConKey (compiler/GHC/Builtin/Names.hs:2025)
typeSymbolAppendFamNameKey (compiler/GHC/Builtin/Names.hs:2047)
multiplicityTyConKey (compiler/GHC/Builtin/Names.hs:2055)
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:2087)
typeCharKindConNameKey (compiler/GHC/Builtin/Names.hs:2088)
typeNatAddTyFamNameKey (compiler/GHC/Builtin/Names.hs:2089)
typeNatMulTyFamNameKey (compiler/GHC/Builtin/Names.hs:2090)
typeNatExpTyFamNameKey (compiler/GHC/Builtin/Names.hs:2091)
typeNatSubTyFamNameKey (compiler/GHC/Builtin/Names.hs:2092)
typeSymbolCmpTyFamNameKey (compiler/GHC/Builtin/Names.hs:2093)
typeNatCmpTyFamNameKey (compiler/GHC/Builtin/Names.hs:2094)
typeCharCmpTyFamNameKey (compiler/GHC/Builtin/Names.hs:2095)
typeLeqCharTyFamNameKey (compiler/GHC/Builtin/Names.hs:2096)
typeNatDivTyFamNameKey (compiler/GHC/Builtin/Names.hs:2097)
typeNatModTyFamNameKey (compiler/GHC/Builtin/Names.hs:2098)
typeNatLogTyFamNameKey (compiler/GHC/Builtin/Names.hs:2099)
typeConsSymbolTyFamNameKey (compiler/GHC/Builtin/Names.hs:2100)
typeUnconsSymbolTyFamNameKey (compiler/GHC/Builtin/Names.hs:2101)
typeCharToNatTyFamNameKey (compiler/GHC/Builtin/Names.hs:2102)
typeNatToCharTyFamNameKey (compiler/GHC/Builtin/Names.hs:2103)
charDataConKey (compiler/GHC/Builtin/Names.hs:2120)
consDataConKey (compiler/GHC/Builtin/Names.hs:2121)
doubleDataConKey (compiler/GHC/Builtin/Names.hs:2122)
falseDataConKey (compiler/GHC/Builtin/Names.hs:2123)
floatDataConKey (compiler/GHC/Builtin/Names.hs:2124)
intDataConKey (compiler/GHC/Builtin/Names.hs:2125)
stableNameDataConKey (compiler/GHC/Builtin/Names.hs:2132)
trueDataConKey (compiler/GHC/Builtin/Names.hs:2133)
wordDataConKey (compiler/GHC/Builtin/Names.hs:2134)
word8DataConKey (compiler/GHC/Builtin/Names.hs:2131)
heqDataConKey (compiler/GHC/Builtin/Names.hs:2136)
eqDataConKey (compiler/GHC/Builtin/Names.hs:2128)
nothingDataConKey (compiler/GHC/Builtin/Names.hs:2126)
justDataConKey (compiler/GHC/Builtin/Names.hs:2127)
crossDataConKey (compiler/GHC/Builtin/Names.hs:2140)
inlDataConKey (compiler/GHC/Builtin/Names.hs:2141)
inrDataConKey (compiler/GHC/Builtin/Names.hs:2142)
genUnitDataConKey (compiler/GHC/Builtin/Names.hs:2143)
mkDictDataConKey (compiler/GHC/Builtin/Names.hs:2155)
coercibleDataConKey (compiler/GHC/Builtin/Names.hs:2158)
vecRepDataConKey (compiler/GHC/Builtin/Names.hs:2218)
sumRepDataConKey (compiler/GHC/Builtin/Names.hs:2220)
tupleRepDataConKey (compiler/GHC/Builtin/Names.hs:2219)
boxedRepDataConKey (compiler/GHC/Builtin/Names.hs:2221)
boxedRepDataConTyConKey (compiler/GHC/Builtin/Names.hs:2226)
tupleRepDataConTyConKey (compiler/GHC/Builtin/Names.hs:2227)
runtimeRepSimpleDataConKeys (compiler/GHC/Builtin/Names.hs:2233)
liftedDataConKey (compiler/GHC/Builtin/Names.hs:2237)
unliftedDataConKey (compiler/GHC/Builtin/Names.hs:2238)
vecCountDataConKeys (compiler/GHC/Builtin/Names.hs:2243)
vecElemDataConKeys (compiler/GHC/Builtin/Names.hs:2248)
oneDataConKey (compiler/GHC/Builtin/Names.hs:2275)
manyDataConKey (compiler/GHC/Builtin/Names.hs:2276)
integerISDataConKey (compiler/GHC/Builtin/Names.hs:2281)
integerINDataConKey (compiler/GHC/Builtin/Names.hs:2282)
integerIPDataConKey (compiler/GHC/Builtin/Names.hs:2283)
naturalNSDataConKey (compiler/GHC/Builtin/Names.hs:2284)
naturalNBDataConKey (compiler/GHC/Builtin/Names.hs:2285)
absentErrorIdKey (compiler/GHC/Builtin/Names.hs:2315)
absentConstraintErrorIdKey (compiler/GHC/Builtin/Names.hs:2316)
recSelErrorIdKey (compiler/GHC/Builtin/Names.hs:2321)
seqIdKey (compiler/GHC/Builtin/Names.hs:2322)
noMethodBindingErrorIdKey (compiler/GHC/Builtin/Names.hs:2325)
nonExhaustiveGuardsErrorIdKey (compiler/GHC/Builtin/Names.hs:2326)
impossibleErrorIdKey (compiler/GHC/Builtin/Names.hs:2327)
impossibleConstraintErrorIdKey (compiler/GHC/Builtin/Names.hs:2328)
patErrorIdKey (compiler/GHC/Builtin/Names.hs:2329)
voidPrimIdKey (compiler/GHC/Builtin/Names.hs:2341)
realWorldPrimIdKey (compiler/GHC/Builtin/Names.hs:2330)
recConErrorIdKey (compiler/GHC/Builtin/Names.hs:2331)
typeErrorIdKey (compiler/GHC/Builtin/Names.hs:2342)
absentSumFieldErrorIdKey (compiler/GHC/Builtin/Names.hs:2323)
nullAddrIdKey (compiler/GHC/Builtin/Names.hs:2359)
voidArgIdKey (compiler/GHC/Builtin/Names.hs:2360)
leftSectionKey (compiler/GHC/Builtin/Names.hs:2365)
rightSectionKey (compiler/GHC/Builtin/Names.hs:2366)
rootMainKey (compiler/GHC/Builtin/Names.hs:2369)
oneShotKey (compiler/GHC/Builtin/Names.hs:2376)
nospecIdKey (compiler/GHC/Builtin/Names.hs:2383)
noinlineIdKey (compiler/GHC/Builtin/Names.hs:2394)
noinlineConstraintIdKey (compiler/GHC/Builtin/Names.hs:2395)
coercionTokenIdKey (compiler/GHC/Builtin/Names.hs:2392)
coerceKey (compiler/GHC/Builtin/Names.hs:2408)
proxyHashKey (compiler/GHC/Builtin/Names.hs:2494)
mkTyConKey (compiler/GHC/Builtin/Names.hs:2511)
heqSCSelIdKey (compiler/GHC/Builtin/Names.hs:2535)
eqSCSelIdKey (compiler/GHC/Builtin/Names.hs:2534)
coercibleSCSelIdKey (compiler/GHC/Builtin/Names.hs:2536)
numericClassKeys (compiler/GHC/Builtin/Names.hs:2730)
fractionalClassKeys (compiler/GHC/Builtin/Names.hs:2738)
standardClassKeys (compiler/GHC/Builtin/Names.hs:2748)
derivableClassKeys (compiler/GHC/Builtin/Names.hs:2764)
interactiveClassNames (compiler/GHC/Builtin/Names.hs:2773)
interactiveClassKeys (compiler/GHC/Builtin/Names.hs:2778)
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:748:14
* at compiler/GHC/Core/TyCon.hs:748:1
You 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:748:1
Warning: 'AlgTyCons' 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:1163:5
* at compiler/GHC/Types/Basic.hs:2023:1
You 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:2023: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.
68% (114 /166) in 'GHC.Core.TyCon'
Missing documentation for:
Module header
isNoParent (compiler/GHC/Core/TyCon.hs:1249)
Injectivity (compiler/GHC/Core/TyCon.hs:1254)
TyConBinder (compiler/GHC/Core/TyCon.hs:454)
TyConBndrVis (compiler/GHC/Core/TyCon.hs:456)
mkNamedTyConBinder (compiler/GHC/Core/TyCon.hs:474)
mkNamedTyConBinders (compiler/GHC/Core/TyCon.hs:479)
mkAnonTyConBinder (compiler/GHC/Core/TyCon.hs:466)
mkAnonTyConBinders (compiler/GHC/Core/TyCon.hs:470)
tyConBinderForAllTyFlag (compiler/GHC/Core/TyCon.hs:491)
tyConBndrVisForAllTyFlag (compiler/GHC/Core/TyCon.hs:494)
isNamedTyConBinder (compiler/GHC/Core/TyCon.hs:501)
isVisibleTyConBinder (compiler/GHC/Core/TyCon.hs:506)
isInvisibleTyConBinder (compiler/GHC/Core/TyCon.hs:518)
isVisibleTcbVis (compiler/GHC/Core/TyCon.hs:509)
isInvisSpecTcbVis (compiler/GHC/Core/TyCon.hs:513)
mkTupleTyCon (compiler/GHC/Core/TyCon.hs:1820)
mkSumTyCon (compiler/GHC/Core/TyCon.hs:1839)
isLiftedAlgTyCon (compiler/GHC/Core/TyCon.hs:2244)
isLiftedTypeKindTyConName (compiler/GHC/Core/TyCon.hs:2298)
isTauTyCon (compiler/GHC/Core/TyCon.hs:2066)
isBuiltInSynFamTyCon_maybe (compiler/GHC/Core/TyCon.hs:2165)
setTcTyConKind (compiler/GHC/Core/TyCon.hs:2404)
tyConVisibleTyVars (compiler/GHC/Core/TyCon.hs:552)
tyConCType_maybe (compiler/GHC/Core/TyCon.hs:2329)
tyConFlavour (compiler/GHC/Core/TyCon.hs:2735)
tyConTuple_maybe (compiler/GHC/Core/TyCon.hs:2214)
tyConFamInstSig_maybe (compiler/GHC/Core/TyCon.hs:2658)
unwrapNewTyConEtad_maybe (compiler/GHC/Core/TyCon.hs:2052)
newTyConDataCon_maybe (compiler/GHC/Core/TyCon.hs:2595)
tyConInvisTVBinders (compiler/GHC/Core/TyCon.hs:540)
tcTyConScopedTyVars (compiler/GHC/Core/TyCon.hs:2417)
isMonoTcTyCon (compiler/GHC/Core/TyCon.hs:2412)
tyConHasClosedResKind
mkTyConTagMap (compiler/GHC/Core/TyCon.hs:2702)
ExpandSynResult (compiler/GHC/Core/TyCon.hs:2427)
expandSynTyCon_maybe (compiler/GHC/Core/TyCon.hs:2441)
newTyConCo (compiler/GHC/Core/TyCon.hs:2590)
pprPromotionQuote (compiler/GHC/Core/TyCon.hs:2790)
mkTyConKind (compiler/GHC/Core/TyCon.hs:523)
TyConRepName (compiler/GHC/Core/TyCon.hs:1415)
tyConRepName_maybe (compiler/GHC/Core/TyCon.hs:1421)
PrimElemRep (compiler/GHC/Core/TyCon.hs:1556)
Levity (compiler/GHC/Types/Basic.hs:2023)
primElemRepToPrimRep (compiler/GHC/Core/TyCon.hs:1679)
isVoidRep (compiler/GHC/Core/TyCon.hs:1625)
isGcPtrRep (compiler/GHC/Core/TyCon.hs:1629)
primElemRepSizeB (compiler/GHC/Core/TyCon.hs:1676)
primRepsCompatible (compiler/GHC/Core/TyCon.hs:1645)
primRepCompatible (compiler/GHC/Core/TyCon.hs:1635)
primRepIsWord (compiler/GHC/Core/TyCon.hs:1700)
primRepIsInt (compiler/GHC/Core/TyCon.hs:1709)
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 / 71) in 'GHC.Core.TyCo.Rep'
Missing documentation for:
Module header
Type (compiler/GHC/Core/TyCo/Rep.hs:123)
TyLit (compiler/GHC/Core/TyCo/Rep.hs:197)
FRRType (compiler/GHC/Core/TyCo/Rep.hs:119)
CoSel (compiler/GHC/Core/TyCo/Rep.hs:911)
FunSel (compiler/GHC/Core/TyCo/Rep.hs:926)
coHoleCoVar (compiler/GHC/Core/TyCo/Rep.hs:1466)
setCoHoleCoVar (compiler/GHC/Core/TyCo/Rep.hs:1472)
isHeteroKindCoHole (compiler/GHC/Core/TyCo/Rep.hs:1469)
CoercionN (compiler/GHC/Core/TyCo/Rep.hs:932)
CoercionR (compiler/GHC/Core/TyCo/Rep.hs:933)
CoercionP (compiler/GHC/Core/TyCo/Rep.hs:934)
KindCoercion (compiler/GHC/Core/TyCo/Rep.hs:935)
MCoercionR (compiler/GHC/Core/TyCo/Rep.hs:978)
MCoercionN (compiler/GHC/Core/TyCo/Rep.hs:979)
mkTyVarTy (compiler/GHC/Core/TyCo/Rep.hs:677)
mkTyVarTys (compiler/GHC/Core/TyCo/Rep.hs:681)
mkTyCoVarTy (compiler/GHC/Core/TyCo/Rep.hs:684)
mkTyCoVarTys (compiler/GHC/Core/TyCo/Rep.hs:691)
mkFunTy (compiler/GHC/Core/TyCo/Rep.hs:703)
mkNakedFunTy (compiler/GHC/Core/TyCo/Rep.hs:698)
mkVisFunTy (compiler/GHC/Core/TyCo/Rep.hs:742)
mkScaledFunTys (compiler/GHC/Core/TyCo/Rep.hs:762)
mkInvisFunTy (compiler/GHC/Core/TyCo/Rep.hs:715)
mkInvisFunTys (compiler/GHC/Core/TyCo/Rep.hs:719)
tcMkVisFunTy (compiler/GHC/Core/TyCo/Rep.hs:728)
tcMkInvisFunTy (compiler/GHC/Core/TyCo/Rep.hs:736)
tcMkScaledFunTys (compiler/GHC/Core/TyCo/Rep.hs:770)
mkPiTy (compiler/GHC/Core/TyCo/Rep.hs:789)
mkPiTys (compiler/GHC/Core/TyCo/Rep.hs:793)
mkVisFunTysMany (compiler/GHC/Core/TyCo/Rep.hs:752)
nonDetCmpTyLit (compiler/GHC/Core/TyCo/Rep.hs:205)
cmpTyLit (compiler/GHC/Core/TyCo/Rep.hs:209)
pickLR (compiler/GHC/Types/Basic.hs:150)
TyCoFolder (compiler/GHC/Core/TyCo/Rep.hs:1696)
foldTyCo (compiler/GHC/Core/TyCo/Rep.hs:1713)
typeSize (compiler/GHC/Core/TyCo/Rep.hs:1800)
typesSize (compiler/GHC/Core/TyCo/Rep.hs:1810)
coercionSize (compiler/GHC/Core/TyCo/Rep.hs:1813)
provSize (compiler/GHC/Core/TyCo/Rep.hs:1835)
scaledMult (compiler/GHC/Core/TyCo/Rep.hs:1870)
scaledThing (compiler/GHC/Core/TyCo/Rep.hs:1873)
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:1163:5
* at compiler/GHC/Types/Basic.hs:2023:1
You 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:2023:1
2% ( 6 /230) in 'GHC.Builtin.Types.Prim'
Missing documentation for:
mkTemplateKindVar (compiler/GHC/Builtin/Types/Prim.hs:368)
mkTemplateKindVars (compiler/GHC/Builtin/Types/Prim.hs:374)
mkTemplateTyVars (compiler/GHC/Builtin/Types/Prim.hs:401)
mkTemplateTyVarsFrom (compiler/GHC/Builtin/Types/Prim.hs:391)
mkTemplateKiTyVars (compiler/GHC/Builtin/Types/Prim.hs:425)
mkTemplateKiTyVar (compiler/GHC/Builtin/Types/Prim.hs:440)
mkTemplateTyConBinders (compiler/GHC/Builtin/Types/Prim.hs:409)
mkTemplateKindTyConBinders (compiler/GHC/Builtin/Types/Prim.hs:449)
mkTemplateAnonTyConBinders (compiler/GHC/Builtin/Types/Prim.hs:453)
alphaTyVars (compiler/GHC/Builtin/Types/Prim.hs:461)
alphaTyVar (compiler/GHC/Builtin/Types/Prim.hs:464)
betaTyVar (compiler/GHC/Builtin/Types/Prim.hs:464)
gammaTyVar (compiler/GHC/Builtin/Types/Prim.hs:464)
deltaTyVar (compiler/GHC/Builtin/Types/Prim.hs:464)
alphaTyVarSpec (compiler/GHC/Builtin/Types/Prim.hs:467)
betaTyVarSpec (compiler/GHC/Builtin/Types/Prim.hs:467)
gammaTyVarSpec (compiler/GHC/Builtin/Types/Prim.hs:467)
deltaTyVarSpec (compiler/GHC/Builtin/Types/Prim.hs:467)
alphaTys (compiler/GHC/Builtin/Types/Prim.hs:479)
alphaTy (compiler/GHC/Builtin/Types/Prim.hs:481)
betaTy (compiler/GHC/Builtin/Types/Prim.hs:481)
gammaTy (compiler/GHC/Builtin/Types/Prim.hs:481)
deltaTy (compiler/GHC/Builtin/Types/Prim.hs:481)
alphaTyVarsUnliftedRep (compiler/GHC/Builtin/Types/Prim.hs:484)
alphaTyVarUnliftedRep (compiler/GHC/Builtin/Types/Prim.hs:487)
alphaTysUnliftedRep (compiler/GHC/Builtin/Types/Prim.hs:490)
alphaTyUnliftedRep (compiler/GHC/Builtin/Types/Prim.hs:492)
runtimeRep1TyVar (compiler/GHC/Builtin/Types/Prim.hs:495)
runtimeRep2TyVar (compiler/GHC/Builtin/Types/Prim.hs:495)
runtimeRep3TyVar (compiler/GHC/Builtin/Types/Prim.hs:495)
runtimeRep1TyVarInf (compiler/GHC/Builtin/Types/Prim.hs:499)
runtimeRep2TyVarInf (compiler/GHC/Builtin/Types/Prim.hs:500)
runtimeRep1Ty (compiler/GHC/Builtin/Types/Prim.hs:503)
runtimeRep2Ty (compiler/GHC/Builtin/Types/Prim.hs:504)
runtimeRep3Ty (compiler/GHC/Builtin/Types/Prim.hs:505)
levity1TyVar (compiler/GHC/Builtin/Types/Prim.hs:526)
levity2TyVar (compiler/GHC/Builtin/Types/Prim.hs:526)
levity1TyVarInf (compiler/GHC/Builtin/Types/Prim.hs:532)
levity2TyVarInf (compiler/GHC/Builtin/Types/Prim.hs:533)
levity1Ty (compiler/GHC/Builtin/Types/Prim.hs:536)
levity2Ty (compiler/GHC/Builtin/Types/Prim.hs:537)
alphaConstraintTyVar (compiler/GHC/Builtin/Types/Prim.hs:473)
alphaConstraintTy (compiler/GHC/Builtin/Types/Prim.hs:476)
openAlphaTyVar (compiler/GHC/Builtin/Types/Prim.hs:510)
openBetaTyVar (compiler/GHC/Builtin/Types/Prim.hs:510)
openGammaTyVar (compiler/GHC/Builtin/Types/Prim.hs:510)
openAlphaTyVarSpec (compiler/GHC/Builtin/Types/Prim.hs:516)
openBetaTyVarSpec (compiler/GHC/Builtin/Types/Prim.hs:517)
openGammaTyVarSpec (compiler/GHC/Builtin/Types/Prim.hs:518)
openAlphaTy (compiler/GHC/Builtin/Types/Prim.hs:521)
openBetaTy (compiler/GHC/Builtin/Types/Prim.hs:522)
openGammaTy (compiler/GHC/Builtin/Types/Prim.hs:523)
levPolyAlphaTyVar (compiler/GHC/Builtin/Types/Prim.hs:540)
levPolyBetaTyVar (compiler/GHC/Builtin/Types/Prim.hs:540)
levPolyAlphaTyVarSpec (compiler/GHC/Builtin/Types/Prim.hs:548)
levPolyBetaTyVarSpec (compiler/GHC/Builtin/Types/Prim.hs:549)
levPolyAlphaTy (compiler/GHC/Builtin/Types/Prim.hs:552)
levPolyBetaTy (compiler/GHC/Builtin/Types/Prim.hs:553)
multiplicityTyVar1 (compiler/GHC/Builtin/Types/Prim.hs:556)
multiplicityTyVar2 (compiler/GHC/Builtin/Types/Prim.hs:556)
tYPETyCon (compiler/GHC/Builtin/Types/Prim.hs:875)
tYPETyConName (compiler/GHC/Builtin/Types/Prim.hs:881)
tYPEKind (compiler/GHC/Builtin/Types/Prim.hs:884)
cONSTRAINTTyCon (compiler/GHC/Builtin/Types/Prim.hs:888)
cONSTRAINTTyConName (compiler/GHC/Builtin/Types/Prim.hs:894)
cONSTRAINTKind (compiler/GHC/Builtin/Types/Prim.hs:897)
funTyFlagTyCon (compiler/GHC/Builtin/Types/Prim.hs:618)
isArrowTyCon (compiler/GHC/Builtin/Types/Prim.hs:626)
fUNTyConName (compiler/GHC/Builtin/Types/Prim.hs:632)
ctArrowTyCon (compiler/GHC/Builtin/Types/Prim.hs:664)
ctArrowTyConName (compiler/GHC/Builtin/Types/Prim.hs:633)
ccArrowTyCon (compiler/GHC/Builtin/Types/Prim.hs:676)
ccArrowTyConName (compiler/GHC/Builtin/Types/Prim.hs:634)
tcArrowTyCon (compiler/GHC/Builtin/Types/Prim.hs:688)
tcArrowTyConName (compiler/GHC/Builtin/Types/Prim.hs:635)
primTyCons (compiler/GHC/Builtin/Types/Prim.hs:243)
charPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:909)
charPrimTy (compiler/GHC/Builtin/Types/Prim.hs:907)
charPrimTyConName (compiler/GHC/Builtin/Types/Prim.hs:317)
intPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:914)
intPrimTy (compiler/GHC/Builtin/Types/Prim.hs:912)
intPrimTyConName (compiler/GHC/Builtin/Types/Prim.hs:318)
wordPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:939)
wordPrimTy (compiler/GHC/Builtin/Types/Prim.hs:937)
wordPrimTyConName (compiler/GHC/Builtin/Types/Prim.hs:323)
addrPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:964)
addrPrimTy (compiler/GHC/Builtin/Types/Prim.hs:962)
addrPrimTyConName (compiler/GHC/Builtin/Types/Prim.hs:328)
floatPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:969)
floatPrimTy (compiler/GHC/Builtin/Types/Prim.hs:967)
floatPrimTyConName (compiler/GHC/Builtin/Types/Prim.hs:329)
doublePrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:974)
doublePrimTy (compiler/GHC/Builtin/Types/Prim.hs:972)
doublePrimTyConName (compiler/GHC/Builtin/Types/Prim.hs:330)
statePrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1165)
mkStatePrimTy (compiler/GHC/Builtin/Types/Prim.hs:1162)
realWorldTyCon (compiler/GHC/Builtin/Types/Prim.hs:1174)
realWorldTy (compiler/GHC/Builtin/Types/Prim.hs:1176)
realWorldStatePrimTy (compiler/GHC/Builtin/Types/Prim.hs:1178)
proxyPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1185)
mkProxyPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1182)
arrayPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1245)
mkArrayPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1253)
byteArrayPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1248)
byteArrayPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1255)
smallArrayPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1249)
mkSmallArrayPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1257)
mutableArrayPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1246)
mkMutableArrayPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1259)
mutableByteArrayPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1247)
mkMutableByteArrayPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1261)
smallMutableArrayPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1250)
mkSmallMutableArrayPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1263)
mutVarPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1273)
mkMutVarPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1276)
mVarPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1302)
mkMVarPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1305)
ioPortPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1287)
mkIOPortPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1290)
tVarPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1316)
mkTVarPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1319)
stablePtrPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1330)
mkStablePtrPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1333)
stableNamePrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1344)
mkStableNamePrimTy (compiler/GHC/Builtin/Types/Prim.hs:1347)
compactPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1358)
compactPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1361)
bcoPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1392)
bcoPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1390)
weakPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1403)
mkWeakPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1406)
threadIdPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1428)
threadIdPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1426)
stackSnapshotPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1372)
stackSnapshotPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1375)
promptTagPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1439)
mkPromptTagPrimTy (compiler/GHC/Builtin/Types/Prim.hs:1442)
int8PrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:919)
int8PrimTy (compiler/GHC/Builtin/Types/Prim.hs:917)
int8PrimTyConName (compiler/GHC/Builtin/Types/Prim.hs:319)
word8PrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:944)
word8PrimTy (compiler/GHC/Builtin/Types/Prim.hs:942)
word8PrimTyConName (compiler/GHC/Builtin/Types/Prim.hs:324)
int16PrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:924)
int16PrimTy (compiler/GHC/Builtin/Types/Prim.hs:922)
int16PrimTyConName (compiler/GHC/Builtin/Types/Prim.hs:320)
word16PrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:949)
word16PrimTy (compiler/GHC/Builtin/Types/Prim.hs:947)
word16PrimTyConName (compiler/GHC/Builtin/Types/Prim.hs:325)
int32PrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:929)
int32PrimTy (compiler/GHC/Builtin/Types/Prim.hs:927)
int32PrimTyConName (compiler/GHC/Builtin/Types/Prim.hs:321)
word32PrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:954)
word32PrimTy (compiler/GHC/Builtin/Types/Prim.hs:952)
word32PrimTyConName (compiler/GHC/Builtin/Types/Prim.hs:326)
int64PrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:934)
int64PrimTy (compiler/GHC/Builtin/Types/Prim.hs:932)
int64PrimTyConName (compiler/GHC/Builtin/Types/Prim.hs:322)
word64PrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:959)
word64PrimTy (compiler/GHC/Builtin/Types/Prim.hs:957)
word64PrimTyConName (compiler/GHC/Builtin/Types/Prim.hs:327)
eqPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1201)
eqReprPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1212)
eqPhantPrimTyCon (compiler/GHC/Builtin/Types/Prim.hs:1223)
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:667)
tyCoVarsOfCoList (compiler/GHC/Core/TyCo/FVs.hs:618)
isInjectiveInType (compiler/GHC/Core/TyCo/FVs.hs:814)
anyFreeVarsOfType (compiler/GHC/Core/TyCo/FVs.hs:955)
anyFreeVarsOfTypes (compiler/GHC/Core/TyCo/FVs.hs:959)
anyFreeVarsOfCo (compiler/GHC/Core/TyCo/FVs.hs:963)
noFreeVarsOfType (compiler/GHC/Core/TyCo/FVs.hs:967)
noFreeVarsOfTypes (compiler/GHC/Core/TyCo/FVs.hs:971)
noFreeVarsOfCo (compiler/GHC/Core/TyCo/FVs.hs:975)
tyConsOfTypes (compiler/GHC/Core/TyCo/FVs.hs:1144)
visVarsOfTypes (compiler/GHC/Core/TyCo/FVs.hs:800)
occCheckExpand (compiler/GHC/Core/TyCo/FVs.hs:1222)
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:207)
tidyVarBndr (compiler/GHC/Core/TyCo/Tidy.hs:48)
avoidNameClashes (compiler/GHC/Core/TyCo/Tidy.hs:60)
tidyOpenTyCoVars (compiler/GHC/Core/TyCo/Tidy.hs:102)
tidyTyCoVarOcc (compiler/GHC/Core/TyCo/Tidy.hs:118)
tidyCos (compiler/GHC/Core/TyCo/Tidy.hs:258)
tidyForAllTyBinder (compiler/GHC/Core/TyCo/Tidy.hs:82)
tidyForAllTyBinders (compiler/GHC/Core/TyCo/Tidy.hs:89)
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:106:5
* at compiler/GHC/Core/TyCo/Subst.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 compiler/GHC/Core/TyCo/Subst.hs:105: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 / 91) in 'GHC.Core.TyCo.Subst'
Missing documentation for:
emptyIdSubstEnv (compiler/GHC/Core/TyCo/Subst.hs:231)
emptyTvSubstEnv (compiler/GHC/Core/TyCo/Subst.hs:234)
emptyCvSubstEnv (compiler/GHC/Core/TyCo/Subst.hs:237)
emptySubst (compiler/GHC/Core/TyCo/Subst.hs:256)
mkEmptySubst (compiler/GHC/Core/TyCo/Subst.hs:259)
isEmptySubst (compiler/GHC/Core/TyCo/Subst.hs:262)
mkSubst (compiler/GHC/Core/TyCo/Subst.hs:276)
mkIdSubst (compiler/GHC/Core/TyCo/Subst.hs:279)
getTvSubstEnv (compiler/GHC/Core/TyCo/Subst.hs:293)
getIdSubstEnv (compiler/GHC/Core/TyCo/Subst.hs:290)
getCvSubstEnv (compiler/GHC/Core/TyCo/Subst.hs:296)
setInScope (compiler/GHC/Core/TyCo/Subst.hs:303)
isInScope (compiler/GHC/Core/TyCo/Subst.hs:315)
elemSubst (compiler/GHC/Core/TyCo/Subst.hs:318)
notElemSubst (compiler/GHC/Core/TyCo/Subst.hs:327)
extendTCvSubst (compiler/GHC/Core/TyCo/Subst.hs:354)
extendTCvSubstWithClone (compiler/GHC/Core/TyCo/Subst.hs:363)
extendCvSubstWithClone (compiler/GHC/Core/TyCo/Subst.hs:404)
extendTvSubstBinderAndInScope (compiler/GHC/Core/TyCo/Subst.hs:378)
extendTvSubstWithClone (compiler/GHC/Core/TyCo/Subst.hs:388)
extendTvSubstAndInScope (compiler/GHC/Core/TyCo/Subst.hs:414)
extendTCvSubstList (compiler/GHC/Core/TyCo/Subst.hs:428)
unionSubst (compiler/GHC/Core/TyCo/Subst.hs:433)
zipCoEnv (compiler/GHC/Core/TyCo/Subst.hs:507)
zipTCvSubst (compiler/GHC/Core/TyCo/Subst.hs:460)
substScaledTy (compiler/GHC/Core/TyCo/Subst.hs:733)
substScaledTysUnchecked (compiler/GHC/Core/TyCo/Subst.hs:763)
substScaledTyUnchecked (compiler/GHC/Core/TyCo/Subst.hs:736)
substScaledTys (compiler/GHC/Core/TyCo/Subst.hs:747)
lookupTyVar (compiler/GHC/Core/TyCo/Subst.hs:845)
substCoVar (compiler/GHC/Core/TyCo/Subst.hs:999)
substCoVars (compiler/GHC/Core/TyCo/Subst.hs:1005)
lookupCoVar (compiler/GHC/Core/TyCo/Subst.hs:1008)
cloneTyVarBndr (compiler/GHC/Core/TyCo/Subst.hs:1102)
cloneTyVarBndrs (compiler/GHC/Core/TyCo/Subst.hs:1119)
substVarBndr (compiler/GHC/Core/TyCo/Subst.hs:1017)
substVarBndrs (compiler/GHC/Core/TyCo/Subst.hs:1020)
substTyVarBndr (compiler/GHC/Core/TyCo/Subst.hs:1011)
substTyVarBndrs (compiler/GHC/Core/TyCo/Subst.hs:1014)
substCoVarBndr (compiler/GHC/Core/TyCo/Subst.hs:1023)
substTyVar (compiler/GHC/Core/TyCo/Subst.hs:816)
substTyVars (compiler/GHC/Core/TyCo/Subst.hs:833)
substTyVarToTyVar (compiler/GHC/Core/TyCo/Subst.hs:824)
substTyCoVars (compiler/GHC/Core/TyCo/Subst.hs:836)
substTyCoBndr (compiler/GHC/Core/TyCo/Subst.hs:1127)
substForAllCoBndr (compiler/GHC/Core/TyCo/Subst.hs:923)
substVarBndrUsing (compiler/GHC/Core/TyCo/Subst.hs:1035)
substForAllCoBndrUsing (compiler/GHC/Core/TyCo/Subst.hs:941)
Warning: 'Levity' is ambiguous. It is defined
* at compiler/GHC/Core/TyCon.hs:1163:5
* at compiler/GHC/Types/Basic.hs:2023:1
You 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:2023: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: 'levity_maybe' 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% (234 /369) in 'GHC.Core.Type'
Missing documentation for:
Type (compiler/GHC/Core/TyCo/Rep.hs:123)
FRRType (compiler/GHC/Core/TyCo/Rep.hs:119)
TyVarBinder (compiler/GHC/Types/Var.hs:710)
mkTyVarTy (compiler/GHC/Core/TyCo/Rep.hs:677)
mkTyVarTys (compiler/GHC/Core/TyCo/Rep.hs:681)
tyVarKind (compiler/GHC/Types/Var.hs:1062)
mkAppTys (compiler/GHC/Core/Type.hs:1099)
mkFunTy (compiler/GHC/Core/TyCo/Rep.hs:703)
mkVisFunTy (compiler/GHC/Core/TyCo/Rep.hs:742)
mkVisFunTysMany (compiler/GHC/Core/TyCo/Rep.hs:752)
mkScaledFunTys (compiler/GHC/Core/TyCo/Rep.hs:762)
mkInvisFunTy (compiler/GHC/Core/TyCo/Rep.hs:715)
mkInvisFunTys (compiler/GHC/Core/TyCo/Rep.hs:719)
tcMkVisFunTy (compiler/GHC/Core/TyCo/Rep.hs:728)
tcMkScaledFunTys (compiler/GHC/Core/TyCo/Rep.hs:770)
tcMkInvisFunTy (compiler/GHC/Core/TyCo/Rep.hs:736)
splitFunTys (compiler/GHC/Core/Type.hs:1409)
funTyFlagTyCon (compiler/GHC/Builtin/Types/Prim.hs:618)
tyConAppTyCon (compiler/GHC/Core/Type.hs:1582)
tyConAppArgs (compiler/GHC/Core/Type.hs:1591)
splitTyConAppNoView_maybe (compiler/GHC/Core/Type.hs:1606)
tcSplitTyConApp (compiler/GHC/Core/Type.hs:1642)
mkPiTy (compiler/GHC/Core/TyCo/Rep.hs:789)
mkPiTys (compiler/GHC/Core/TyCo/Rep.hs:793)
piResultTy (compiler/GHC/Core/Type.hs:1432)
applyTysX (compiler/GHC/Core/Type.hs:1516)
buildSynTyCon (compiler/GHC/Core/Type.hs:2240)
mkNumLitTy (compiler/GHC/Core/Type.hs:1202)
mkStrLitTy (compiler/GHC/Core/Type.hs:1211)
mkCharLitTy (compiler/GHC/Core/Type.hs:1220)
isPredTy (compiler/GHC/Core/Type.hs:2698)
mkCoercionTy (compiler/GHC/Core/Type.hs:1738)
splitCastTy_maybe (compiler/GHC/Core/Type.hs:1664)
stripCoercionTy (compiler/GHC/Core/Type.hs:1749)
invisibleTyBndrCount (compiler/GHC/Core/Type.hs:2038)
mapTyCo (compiler/GHC/Core/Type.hs:911)
mapTyCoX (compiler/GHC/Core/Type.hs:922)
TyCoFolder (compiler/GHC/Core/TyCo/Rep.hs:1696)
foldTyCo (compiler/GHC/Core/TyCo/Rep.hs:1713)
tyVarSpecToBinders (compiler/GHC/Types/Var.hs:715)
binderVar (compiler/GHC/Types/Var.hs:727)
binderVars (compiler/GHC/Types/Var.hs:730)
binderType (compiler/GHC/Types/Var.hs:739)
binderFlag (compiler/GHC/Types/Var.hs:733)
binderFlags (compiler/GHC/Types/Var.hs:736)
piTyBinderType (compiler/GHC/Types/Var.hs:851)
namedPiTyBinder_maybe (compiler/GHC/Types/Var.hs:827)
isNamedPiTyBinder (compiler/GHC/Types/Var.hs:823)
tyConBindersPiTyBinders (compiler/GHC/Core/Type.hs:1761)
isTyVarTy (compiler/GHC/Core/Type.hs:1031)
isCoercionTy (compiler/GHC/Core/Type.hs:1741)
isCoercionTy_maybe (compiler/GHC/Core/Type.hs:1745)
isTauTy (compiler/GHC/Core/Type.hs:2166)
isFamFreeTy (compiler/GHC/Core/Type.hs:2226)
isAtomicTy (compiler/GHC/Core/Type.hs:2182)
mkTYPEapp (compiler/GHC/Core/Type.hs:3313)
typeOrConstraintKind (compiler/GHC/Core/Type.hs:3385)
sORTKind_maybe (compiler/GHC/Core/Type.hs:2664)
typeTypeOrConstraint (compiler/GHC/Core/Type.hs:2686)
tyConIsTYPEorCONSTRAINT (compiler/GHC/Core/Type.hs:2709)
pickyIsLiftedTypeKind (compiler/GHC/Core/Type.hs:671)
isLiftedLevity (compiler/GHC/Core/Type.hs:735)
isUnliftedLevity (compiler/GHC/Core/Type.hs:738)
isUnboxedTupleType (compiler/GHC/Core/Type.hs:2382)
isUnboxedSumType (compiler/GHC/Core/Type.hs:2389)
definitelyLiftedType (compiler/GHC/Core/Type.hs:2306)
definitelyUnliftedType (compiler/GHC/Core/Type.hs:2317)
mkScaled (compiler/GHC/Core/Type.hs:3150)
irrelevantMult (compiler/GHC/Core/Type.hs:3147)
scaledSet (compiler/GHC/Core/Type.hs:3153)
OneTy (compiler/GHC/Core/Type.hs:3156)
ManyTy (compiler/GHC/Core/Type.hs:3160)
isOneTy (compiler/GHC/Core/Type.hs:3170)
isManyTy (compiler/GHC/Core/Type.hs:3164)
typeKind (compiler/GHC/Core/Type.hs:2618)
isConstraintKind (compiler/GHC/Core/Type.hs:2723)
isConstraintLikeKind (compiler/GHC/Core/Type.hs:2716)
returnsConstraintKind (compiler/GHC/Core/Type.hs:2757)
liftedTypeKind (compiler/GHC/Builtin/Types.hs-boot:22)
unliftedTypeKind (compiler/GHC/Builtin/Types.hs-boot:22)
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:955)
anyFreeVarsOfTypes (compiler/GHC/Core/TyCo/FVs.hs:959)
noFreeVarsOfType (compiler/GHC/Core/TyCo/FVs.hs:967)
typeSize (compiler/GHC/Core/TyCo/Rep.hs:1800)
occCheckExpand (compiler/GHC/Core/TyCo/FVs.hs:1222)
closeOverKinds (compiler/GHC/Core/TyCo/FVs.hs:460)
seqType (compiler/GHC/Core/Type.hs:2522)
seqTypes (compiler/GHC/Core/Type.hs:2532)
rewriterView (compiler/GHC/Core/Type.hs:372)
emptyTvSubstEnv (compiler/GHC/Core/TyCo/Subst.hs:234)
emptySubst (compiler/GHC/Core/TyCo/Subst.hs:256)
mkEmptySubst (compiler/GHC/Core/TyCo/Subst.hs:259)
mkSubst (compiler/GHC/Core/TyCo/Subst.hs:276)
zipTCvSubst (compiler/GHC/Core/TyCo/Subst.hs:460)
notElemSubst (compiler/GHC/Core/TyCo/Subst.hs:327)
getTvSubstEnv (compiler/GHC/Core/TyCo/Subst.hs:293)
setInScope (compiler/GHC/Core/TyCo/Subst.hs:303)
extendTCvSubst (compiler/GHC/Core/TyCo/Subst.hs:354)
extendTvSubstBinderAndInScope (compiler/GHC/Core/TyCo/Subst.hs:378)
extendTvSubstAndInScope (compiler/GHC/Core/TyCo/Subst.hs:414)
extendTCvSubstList (compiler/GHC/Core/TyCo/Subst.hs:428)
extendTvSubstWithClone (compiler/GHC/Core/TyCo/Subst.hs:388)
extendTCvSubstWithClone (compiler/GHC/Core/TyCo/Subst.hs:363)
isInScope (compiler/GHC/Core/TyCo/Subst.hs:315)
zipCoEnv (compiler/GHC/Core/TyCo/Subst.hs:507)
isEmptySubst (compiler/GHC/Core/TyCo/Subst.hs:262)
unionSubst (compiler/GHC/Core/TyCo/Subst.hs:433)
substScaledTy (compiler/GHC/Core/TyCo/Subst.hs:733)
substScaledTys (compiler/GHC/Core/TyCo/Subst.hs:747)
substScaledTyUnchecked (compiler/GHC/Core/TyCo/Subst.hs:736)
substScaledTysUnchecked (compiler/GHC/Core/TyCo/Subst.hs:763)
substTyVarBndr (compiler/GHC/Core/TyCo/Subst.hs:1011)
substTyVarBndrs (compiler/GHC/Core/TyCo/Subst.hs:1014)
substTyVar (compiler/GHC/Core/TyCo/Subst.hs:816)
substTyVars (compiler/GHC/Core/TyCo/Subst.hs:833)
substVarBndr (compiler/GHC/Core/TyCo/Subst.hs:1017)
substVarBndrs (compiler/GHC/Core/TyCo/Subst.hs:1020)
substTyCoBndr (compiler/GHC/Core/TyCo/Subst.hs:1127)
substTyVarToTyVar (compiler/GHC/Core/TyCo/Subst.hs:824)
cloneTyVarBndr (compiler/GHC/Core/TyCo/Subst.hs:1102)
cloneTyVarBndrs (compiler/GHC/Core/TyCo/Subst.hs:1119)
lookupTyVar (compiler/GHC/Core/TyCo/Subst.hs:845)
tidyOpenType (compiler/GHC/Core/TyCo/Tidy.hs:207)
tidyVarBndr (compiler/GHC/Core/TyCo/Tidy.hs:48)
tidyOpenTyCoVars (compiler/GHC/Core/TyCo/Tidy.hs:102)
tidyTyCoVarOcc (compiler/GHC/Core/TyCo/Tidy.hs:118)
tidyForAllTyBinder (compiler/GHC/Core/TyCo/Tidy.hs:82)
tidyForAllTyBinders (compiler/GHC/Core/TyCo/Tidy.hs:89)
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:293)
mkNoScope (compiler/GHC/Types/Tickish.hs:299)
isProfTick (compiler/GHC/Types/Tickish.hs:324)
0% ( 0 / 4) in 'GHC.Tc.Errors.Types.PromotionErr'
Missing documentation for:
Module header
PromotionErr (compiler/GHC/Tc/Errors/Types/PromotionErr.hs:13)
pprPECategory (compiler/GHC/Tc/Errors/Types/PromotionErr.hs:45)
peCategory (compiler/GHC/Tc/Errors/Types/PromotionErr.hs:48)
40% ( 9 / 22) in 'GHC.Core.Multiplicity'
Missing documentation for:
OneTy (compiler/GHC/Core/Type.hs:3156)
ManyTy (compiler/GHC/Core/Type.hs:3160)
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:1870)
scaledThing (compiler/GHC/Core/TyCo/Rep.hs:1873)
irrelevantMult (compiler/GHC/Core/Type.hs:3147)
mkScaled (compiler/GHC/Core/Type.hs:3150)
scaledSet (compiler/GHC/Core/Type.hs:3153)
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:442)
nonDetCmpTypes (compiler/GHC/Core/TyCo/Compare.hs:456)
nonDetCmpTypeX (compiler/GHC/Core/TyCo/Compare.hs:473)
nonDetCmpTypesX (compiler/GHC/Core/TyCo/Compare.hs:567)
eqVarBndrs (compiler/GHC/Core/TyCo/Compare.hs:421)
tcEqKind (compiler/GHC/Core/TyCo/Compare.hs:86)
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)
0% ( 0 / 7) in 'GHC.Cmm.Dataflow.Label'
Missing documentation for:
Module header
Label (compiler/GHC/Cmm/Dataflow/Label.hs:32)
LabelMap (compiler/GHC/Cmm/Dataflow/Label.hs:81)
LabelSet (compiler/GHC/Cmm/Dataflow/Label.hs:53)
FactBase (compiler/GHC/Cmm/Dataflow/Label.hs:149)
lookupFact (compiler/GHC/Cmm/Dataflow/Label.hs:152)
mkHooplLabel (compiler/GHC/Cmm/Dataflow/Label.hs:36)
53% ( 7 / 13) in 'GHC.Cmm.Dataflow.Graph'
Missing documentation for:
Module header
addBlock (compiler/GHC/Cmm/Dataflow/Graph.hs:66)
bodyList (compiler/GHC/Cmm/Dataflow/Graph.hs:58)
bodyToBlockList (compiler/GHC/Cmm/Dataflow/Graph.hs:61)
emptyBody (compiler/GHC/Cmm/Dataflow/Graph.hs:55)
labelsDefined (compiler/GHC/Cmm/Dataflow/Graph.hs:120)
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:115:5
* at compiler/GHC/Iface/Type.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 compiler/GHC/Iface/Type.hs:118: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:1163:5
* at compiler/GHC/Types/Basic.hs:2023:1
You 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:2023: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:110)
IfLclName (compiler/GHC/Iface/Type.hs:108)
IfacePredType (compiler/GHC/Iface/Type.hs:187)
IfaceKind (compiler/GHC/Iface/Type.hs:153)
IfaceCoercion (compiler/GHC/Iface/Type.hs:378)
IfaceMCoercion (compiler/GHC/Iface/Type.hs:374)
IfaceUnivCoProv (compiler/GHC/Iface/Type.hs:402)
IfaceMult (compiler/GHC/Iface/Type.hs:185)
IfaceTyCon (compiler/GHC/Iface/Type.hs:249)
IfaceTyConInfo (compiler/GHC/Iface/Type.hs:357)
mkIfaceTyConInfo (compiler/GHC/Iface/Type.hs:370)
IfaceTyLit (compiler/GHC/Iface/Type.hs:190)
IfaceContext (compiler/GHC/Iface/Type.hs:188)
IfaceBndr (compiler/GHC/Iface/Type.hs:113)
IfaceOneShot (compiler/GHC/Iface/Type.hs:136)
IfaceLamBndr (compiler/GHC/Iface/Type.hs:134)
IfaceTvBndr (compiler/GHC/Iface/Type.hs:118)
IfaceIdBndr (compiler/GHC/Iface/Type.hs:117)
IfaceTyConBinder (compiler/GHC/Iface/Type.hs:196)
IfaceForAllSpecBndr (compiler/GHC/Iface/Type.hs:198)
IfaceForAllBndr (compiler/GHC/Iface/Type.hs:197)
ShowSub (compiler/GHC/Iface/Type.hs:1354)
ShowHowMuch (compiler/GHC/Iface/Type.hs:1363)
AltPpr (compiler/GHC/Iface/Type.hs:1361)
ifaceForAllSpecToBndrs (compiler/GHC/Iface/Type.hs:214)
ifaceForAllSpecToBndr (compiler/GHC/Iface/Type.hs:217)
ifaceBndrName (compiler/GHC/Iface/Type.hs:127)
appArgsIfaceTypes (compiler/GHC/Iface/Type.hs:669)
appArgsIfaceTypesForAllTyFlags (compiler/GHC/Iface/Type.hs:673)
UseBndrParens (compiler/GHC/Iface/Type.hs:877)
PrintExplicitKinds (compiler/GHC/Iface/Type.hs:878)
pprIfaceType (compiler/GHC/Iface/Type.hs:940)
pprParendIfaceType (compiler/GHC/Iface/Type.hs:941)
pprPrecIfaceType (compiler/GHC/Iface/Type.hs:947)
pprIfaceIdBndr (compiler/GHC/Iface/Type.hs:824)
pprIfaceLamBndr (compiler/GHC/Iface/Type.hs:820)
pprIfaceTvBndr (compiler/GHC/Iface/Type.hs:881)
pprIfaceTyConBinders (compiler/GHC/Iface/Type.hs:890)
pprIfaceBndrs (compiler/GHC/Iface/Type.hs:817)
pprIfaceAppArgs (compiler/GHC/Iface/Type.hs:1253)
pprParendIfaceAppArgs (compiler/GHC/Iface/Type.hs:1254)
pprIfaceForAllPart (compiler/GHC/Iface/Type.hs:1277)
pprIfaceSigmaType (compiler/GHC/Iface/Type.hs:1381)
pprIfaceTyLit (compiler/GHC/Iface/Type.hs:1819)
pprIfaceCoercion (compiler/GHC/Iface/Type.hs:1824)
pprParendIfaceCoercion (compiler/GHC/Iface/Type.hs:1825)
splitIfaceSigmaTy (compiler/GHC/Iface/Type.hs:493)
pprIfaceTypeApp (compiler/GHC/Iface/Type.hs:1562)
pprUserIfaceForAll (compiler/GHC/Iface/Type.hs:1406)
pprIfaceCoTcApp (compiler/GHC/Iface/Type.hs:1717)
pprTyTcApp (compiler/GHC/Iface/Type.hs:1565)
pprIfacePrefixApp (compiler/GHC/Iface/Type.hs:799)
isIfaceRhoType (compiler/GHC/Iface/Type.hs:805)
suppressIfaceInvisibles (compiler/GHC/Iface/Type.hs:519)
stripIfaceInvisVars (compiler/GHC/Iface/Type.hs:529)
stripInvisArgs (compiler/GHC/Iface/Type.hs:652)
mkIfaceTySubst (compiler/GHC/Iface/Type.hs:578)
substIfaceTyVar (compiler/GHC/Iface/Type.hs:638)
substIfaceAppArgs (compiler/GHC/Iface/Type.hs:631)
inDomIfaceTySubst (compiler/GHC/Iface/Type.hs:582)
pprTypeArrow (compiler/GHC/Iface/Type.hs:951)
26% ( 10 / 38) in 'GHC.Core.TyCo.Ppr'
Missing documentation for:
topPrec (compiler/GHC/Types/Basic.hs:824)
sigPrec (compiler/GHC/Types/Basic.hs:825)
opPrec (compiler/GHC/Types/Basic.hs:829)
funPrec (compiler/GHC/Types/Basic.hs:826)
appPrec (compiler/GHC/Types/Basic.hs:832)
maybeParen (compiler/GHC/Types/Basic.hs:836)
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:272)
isRoughWildcard (compiler/GHC/Core/RoughMap.hs:312)
typeToRoughMatchTc (compiler/GHC/Core/RoughMap.hs:345)
RoughMatchLookupTc (compiler/GHC/Core/RoughMap.hs:281)
typeToRoughMatchLookupTc (compiler/GHC/Core/RoughMap.hs:322)
roughMatchTcToLookup (compiler/GHC/Core/RoughMap.hs:308)
roughMatchTcs (compiler/GHC/Core/RoughMap.hs:316)
roughMatchTcsLookup (compiler/GHC/Core/RoughMap.hs:319)
instanceCantMatch (compiler/GHC/Core/RoughMap.hs:300)
emptyRM (compiler/GHC/Core/RoughMap.hs:397)
insertRM (compiler/GHC/Core/RoughMap.hs:457)
filterRM (compiler/GHC/Core/RoughMap.hs:475)
elemsRM (compiler/GHC/Core/RoughMap.hs:515)
sizeRM (compiler/GHC/Core/RoughMap.hs:550)
foldRM (compiler/GHC/Core/RoughMap.hs:518)
unionRM (compiler/GHC/Core/RoughMap.hs:447)
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:1454:5
* at compiler/GHC/Core/TyCo/Rep.hs:1453:1
You 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:1453:1
51% (110 /214) in 'GHC.Core.Coercion'
Missing documentation for:
CoercionN (compiler/GHC/Core/TyCo/Rep.hs:932)
CoercionR (compiler/GHC/Core/TyCo/Rep.hs:933)
CoercionP (compiler/GHC/Core/TyCo/Rep.hs:934)
MCoercionN (compiler/GHC/Core/TyCo/Rep.hs:979)
MCoercionR (compiler/GHC/Core/TyCo/Rep.hs:978)
CoSel (compiler/GHC/Core/TyCo/Rep.hs:911)
FunSel (compiler/GHC/Core/TyCo/Rep.hs:926)
coHoleCoVar (compiler/GHC/Core/TyCo/Rep.hs:1466)
setCoHoleCoVar (compiler/GHC/Core/TyCo/Rep.hs:1472)
LeftOrRight (compiler/GHC/Types/Basic.hs:146)
ltRole (compiler/GHC/Core/Coercion.hs:1471)
coVarRType (compiler/GHC/Core/Coercion.hs:579)
coVarLType (compiler/GHC/Core/Coercion.hs:578)
coVarTypes (compiler/GHC/Core/Coercion.hs:582)
coVarKind (compiler/GHC/Core/Coercion.hs:595)
coVarKindsTypesRole (compiler/GHC/Core/Coercion.hs:587)
coVarRole (compiler/GHC/Core/Coercion.hs:600)
coercionType (compiler/GHC/Core/Coercion.hs:2383)
coercionLKind (compiler/GHC/Core/Coercion.hs:2397)
coercionRKind (compiler/GHC/Core/Coercion.hs:2458)
mkCoVarCo (compiler/GHC/Core/Coercion.hs:1021)
mkCoVarCos (compiler/GHC/Core/Coercion.hs:1024)
mkAxInstCo (compiler/GHC/Core/Coercion.hs:1038)
mkUnbranchedAxInstCo (compiler/GHC/Core/Coercion.hs:1067)
mkAxInstRHS (compiler/GHC/Core/Coercion.hs:1075)
mkUnbranchedAxInstRHS (compiler/GHC/Core/Coercion.hs:1088)
mkPiCos (compiler/GHC/Core/Coercion.hs:1661)
mkCoCast (compiler/GHC/Core/Coercion.hs:1694)
mkSelCo (compiler/GHC/Core/Coercion.hs:1149)
getNthFromType (compiler/GHC/Core/Coercion.hs:2441)
mkLRCo (compiler/GHC/Core/Coercion.hs:1230)
mkFunCo2 (compiler/GHC/Core/Coercion.hs:826)
mkFunCoNoFTF (compiler/GHC/Core/Coercion.hs:801)
mkFunResCo (compiler/GHC/Core/Coercion.hs:1680)
mkNakedFunCo (compiler/GHC/Core/Coercion.hs:821)
mkSubCo (compiler/GHC/Core/Coercion.hs:1301)
mkAxiomInstCo (compiler/GHC/Core/Coercion.hs:1060)
mkAxiomRuleCo (compiler/GHC/Core/Coercion.hs:1340)
decomposeFunCo (compiler/GHC/Core/Coercion.hs:419)
decomposePiCos (compiler/GHC/Core/Coercion.hs:464)
splitFunCo_maybe (compiler/GHC/Core/Coercion.hs:555)
splitForAllCo_maybe (compiler/GHC/Core/Coercion.hs:559)
tyConRole (compiler/GHC/Core/Coercion.hs:1454)
tyConRolesX (compiler/GHC/Core/Coercion.hs:1437)
tyConRolesRepresentational (compiler/GHC/Core/Coercion.hs:1446)
tyConRoleListX (compiler/GHC/Core/Coercion.hs:1441)
tyConRoleListRepresentational (compiler/GHC/Core/Coercion.hs:1451)
funRole (compiler/GHC/Core/Coercion.hs:1459)
pickLR (compiler/GHC/Types/Basic.hs:150)
isReflCoVar_maybe (compiler/GHC/Core/Coercion.hs:653)
mkGReflLeftMCo (compiler/GHC/Core/Coercion.hs:377)
mkGReflRightMCo (compiler/GHC/Core/Coercion.hs:381)
coToMCo (compiler/GHC/Core/Coercion.hs:318)
mkTransMCoL (compiler/GHC/Core/Coercion.hs:347)
mkTransMCoR (compiler/GHC/Core/Coercion.hs:351)
mkHomoForAllMCo (compiler/GHC/Core/Coercion.hs:365)
mkFunResMCo (compiler/GHC/Core/Coercion.hs:373)
mkPiMCos (compiler/GHC/Core/Coercion.hs:369)
isReflMCo (compiler/GHC/Core/Coercion.hs:390)
checkReflexiveMCo (compiler/GHC/Core/Coercion.hs:322)
mkCoVar (compiler/GHC/Types/Var.hs:1136)
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:667)
coercionSize (compiler/GHC/Core/TyCo/Rep.hs:1813)
anyFreeVarsOfCo (compiler/GHC/Core/TyCo/FVs.hs:963)
emptyCvSubstEnv (compiler/GHC/Core/TyCo/Subst.hs:237)
lookupCoVar (compiler/GHC/Core/TyCo/Subst.hs:1008)
substCoVar (compiler/GHC/Core/TyCo/Subst.hs:999)
substCoVars (compiler/GHC/Core/TyCo/Subst.hs:1005)
substCoVarBndr (compiler/GHC/Core/TyCo/Subst.hs:1023)
extendTvSubstAndInScope (compiler/GHC/Core/TyCo/Subst.hs:414)
getCvSubstEnv (compiler/GHC/Core/TyCo/Subst.hs:296)
liftCoSubstTyVar (compiler/GHC/Core/Coercion.hs:2129)
liftCoSubstWith (compiler/GHC/Core/Coercion.hs:1969)
liftCoSubstWithEx (compiler/GHC/Core/Coercion.hs:1963)
emptyLiftingContext (compiler/GHC/Core/Coercion.hs:1984)
liftCoSubstVarBndrUsing (compiler/GHC/Core/Coercion.hs:2195)
mkSubstLiftingContext (compiler/GHC/Core/Coercion.hs:1992)
LiftCoEnv (compiler/GHC/Core/Coercion.hs:1951)
LiftingContext (compiler/GHC/Core/Coercion.hs:1943)
liftEnvSubstLeft (compiler/GHC/Core/Coercion.hs:2282)
liftEnvSubstRight (compiler/GHC/Core/Coercion.hs:2285)
substRightCo (compiler/GHC/Core/Coercion.hs:2268)
substLeftCo (compiler/GHC/Core/Coercion.hs:2263)
lcSubstLeft (compiler/GHC/Core/Coercion.hs:2276)
lcSubstRight (compiler/GHC/Core/Coercion.hs:2279)
seqCo (compiler/GHC/Core/Coercion.hs:2334)
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:258)
multToCo (compiler/GHC/Core/Coercion.hs:528)
hasThisCoercionHoleTy (compiler/GHC/Core/Coercion.hs:2775)
Warning: 'CallStack' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
28% ( 11 / 38) in 'GHC.Core.Predicate'
Missing documentation for:
Module header
classifyPredType (compiler/GHC/Core/Predicate.hs:79)
isPredTy (compiler/GHC/Core/Type.hs:2698)
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:318)
mentionsIP (compiler/GHC/Core/Predicate.hs:324)
isIPTyCon (compiler/GHC/Core/Predicate.hs:264)
isIPClass (compiler/GHC/Core/Predicate.hs:268)
isCallStackPredTy (compiler/GHC/Core/Predicate.hs:284)
isEvVar (compiler/GHC/Core/Predicate.hs:418)
isDictId (compiler/GHC/Core/Predicate.hs:421)
Warning: 'Reductions' is ambiguous. It is defined
* at compiler/GHC/Core/Reduction.hs:430:19
* at compiler/GHC/Core/Reduction.hs:430:1
You 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:430:1
Warning: 'Reduction' is ambiguous. It is defined
* at compiler/GHC/Core/Reduction.hs:99:3
* at compiler/GHC/Core/Reduction.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 compiler/GHC/Core/Reduction.hs:98: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:117:3
* at compiler/GHC/Core/Reduction.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 compiler/GHC/Core/Reduction.hs:116: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:806)
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:138)
tcUnifyTys (compiler/GHC/Core/Unify.hs:450)
BindFlag (compiler/GHC/Core/Unify.hs:1387)
UnifyResult (compiler/GHC/Core/Unify.hs:466)
typesAreApart (compiler/GHC/Core/Unify.hs:298)
flattenTys (compiler/GHC/Core/Unify.hs:1963)
flattenTysX (compiler/GHC/Core/Unify.hs:1977)
Warning: 'EqSpec' is ambiguous. It is defined
* at compiler/GHC/Core/DataCon.hs:875:15
* at compiler/GHC/Core/DataCon.hs:875:1
You 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:875:1
Warning: 'mkDataConRep' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
69% ( 64 / 92) in 'GHC.Core.DataCon'
Missing documentation for:
Module header
StrictnessMark (compiler/GHC/Core/DataCon.hs:870)
DataConEnv (compiler/GHC/Core/DataCon.hs:831)
eqSpecTyVar (compiler/GHC/Core/DataCon.hs:882)
eqSpecType (compiler/GHC/Core/DataCon.hs:885)
eqSpecPair (compiler/GHC/Core/DataCon.hs:888)
eqSpecPreds (compiler/GHC/Core/DataCon.hs:891)
dataConTagZ (compiler/GHC/Core/DataCon.hs:1259)
dataConNonlinearType (compiler/GHC/Core/DataCon.hs:1556)
dataConDisplayType (compiler/GHC/Core/DataCon.hs:1568)
dataConOrigResTy (compiler/GHC/Core/DataCon.hs:1485)
dataConImplBangs (compiler/GHC/Core/DataCon.hs:1428)
dataConBoxer (compiler/GHC/Core/DataCon.hs:1434)
isTupleDataCon (compiler/GHC/Core/DataCon.hs:1714)
isBoxedTupleDataCon (compiler/GHC/Core/DataCon.hs:1717)
isUnboxedTupleDataCon (compiler/GHC/Core/DataCon.hs:1720)
isUnboxedSumDataCon (compiler/GHC/Core/DataCon.hs:1723)
isCovertGadtDataCon (compiler/GHC/Core/DataCon.hs:1740)
classDataCon (compiler/GHC/Core/DataCon.hs:1799)
dataConCannotMatch (compiler/GHC/Core/DataCon.hs:1807)
dataConUserTyVarsNeedWrapper (compiler/GHC/Core/DataCon.hs:1884)
checkDataConTyVars (compiler/GHC/Core/DataCon.hs:1864)
isBanged (compiler/GHC/Core/DataCon.hs:1102)
isMarkedStrict (compiler/GHC/Core/DataCon.hs:1115)
cbvFromStrictMark (compiler/GHC/Core/DataCon.hs:1119)
isSrcStrict (compiler/GHC/Core/DataCon.hs:1107)
isSrcUnpacked (compiler/GHC/Core/DataCon.hs:1111)
promoteDataCon (compiler/GHC/Core/DataCon.hs:1904)
Warning: 'ConDeclField' is ambiguous. It is defined
* at compiler/Language/Haskell/Syntax/Type.hs:1056:5
* at compiler/Language/Haskell/Syntax/Type.hs:1055:1
You 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:1055: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: '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.
74% ( 38 / 51) in 'Language.Haskell.Syntax.Type'
Missing documentation for:
Module header
hsMult (compiler/Language/Haskell/Syntax/Type.hs:947)
hsScaledThing (compiler/Language/Haskell/Syntax/Type.hs:950)
HsLinearArrowTokens (compiler/Language/Haskell/Syntax/Type.hs:938)
HsBndrVis (compiler/Language/Haskell/Syntax/Type.hs:719)
isHsBndrInvisible (compiler/Language/Haskell/Syntax/Type.hs:731)
hsIPNameFS (compiler/Language/Haskell/Syntax/Type.hs:690)
LHsTypeArg (compiler/Language/Haskell/Syntax/Type.hs:1215)
isPromoted (compiler/Language/Haskell/Syntax/Type.hs:97)
conDetailsArity (compiler/Language/Haskell/Syntax/Type.hs:1094)
mapHsOuterImplicit (compiler/Language/Haskell/Syntax/Type.hs:677)
hsQTvExplicit (compiler/Language/Haskell/Syntax/Type.hs:354)
hsPatSigType (compiler/Language/Haskell/Syntax/Type.hs:463)
Warning: '+' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
61% ( 11 / 18) 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:226)
hsConPatArgs (compiler/Language/Haskell/Syntax/Pat.hs:242)
hsRecFields (compiler/Language/Haskell/Syntax/Pat.hs:359)
hsRecFieldSel (compiler/Language/Haskell/Syntax/Pat.hs:365)
hsRecFieldsArgs (compiler/Language/Haskell/Syntax/Pat.hs:362)
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.
66% ( 22 / 33) in 'Language.Haskell.Syntax.Binds'
Missing documentation for:
Module header
LHsLocalBindsLR (compiler/Language/Haskell/Syntax/Binds.hs:91)
isFixityLSig (compiler/Language/Haskell/Syntax/Binds.hs:467)
isTypeLSig (compiler/Language/Haskell/Syntax/Binds.hs:471)
isSpecLSig (compiler/Language/Haskell/Syntax/Binds.hs:477)
isSpecInstLSig (compiler/Language/Haskell/Syntax/Binds.hs:481)
isPragLSig (compiler/Language/Haskell/Syntax/Binds.hs:486)
isInlineLSig (compiler/Language/Haskell/Syntax/Binds.hs:494)
isMinimalLSig (compiler/Language/Haskell/Syntax/Binds.hs:498)
isSCCFunSig (compiler/Language/Haskell/Syntax/Binds.hs:502)
isCompleteMatchSig (compiler/Language/Haskell/Syntax/Binds.hs:506)
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:1338:5
* at compiler/Language/Haskell/Syntax/Decls.hs:1337:1
You 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:1337: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
81% ( 91 /112) in 'Language.Haskell.Syntax.Decls'
Missing documentation for:
LHsDecl (compiler/Language/Haskell/Syntax/Decls.hs:136)
LHsFunDep (compiler/Language/Haskell/Syntax/Decls.hs:481)
FunDep (compiler/Language/Haskell/Syntax/Decls.hs:475)
LHsDerivingClause (compiler/Language/Haskell/Syntax/Decls.hs:941)
LDerivClauseTys (compiler/Language/Haskell/Syntax/Decls.hs:961)
dataDefnConsNewOrData (compiler/Language/Haskell/Syntax/Decls.hs:1033)
StandaloneKindSig (compiler/Language/Haskell/Syntax/Decls.hs:993)
tyClGroupTyClDecls (compiler/Language/Haskell/Syntax/Decls.hs:708)
tyClGroupInstDecls (compiler/Language/Haskell/Syntax/Decls.hs:711)
tyClGroupRoleDecls (compiler/Language/Haskell/Syntax/Decls.hs:714)
tyClGroupKindSigs (compiler/Language/Haskell/Syntax/Decls.hs:717)
tyClDeclTyVars (compiler/Language/Haskell/Syntax/Decls.hs:573)
FamilyInfo (compiler/Language/Haskell/Syntax/Decls.hs:861)
familyInfoTyConFlavour (compiler/Language/Haskell/Syntax/Decls.hs:872)
collectRuleBndrSigTys (compiler/Language/Haskell/Syntax/Decls.hs:1665)
ForeignImport (compiler/Language/Haskell/Syntax/Decls.hs:1570)
ForeignExport (compiler/Language/Haskell/Syntax/Decls.hs:1602)
CImportSpec (compiler/Language/Haskell/Syntax/Decls.hs:1593)
docDeclDoc (compiler/Language/Haskell/Syntax/Decls.hs:1688)
annProvenanceName_maybe (compiler/Language/Haskell/Syntax/Decls.hs:1753)
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:134)
RecProj (compiler/Language/Haskell/Syntax/Expr.hs:139)
LHsRecProj (compiler/Language/Haskell/Syntax/Expr.hs:143)
RecUpdProj (compiler/Language/Haskell/Syntax/Expr.hs:147)
LHsRecUpdProj (compiler/Language/Haskell/Syntax/Expr.hs:148)
DotFieldOcc (compiler/Language/Haskell/Syntax/Expr.hs:589)
MatchGroup (compiler/Language/Haskell/Syntax/Expr.hs:974)
Match (compiler/Language/Haskell/Syntax/Expr.hs:988)
isInfixMatch (compiler/Language/Haskell/Syntax/Expr.hs:1037)
TransForm (compiler/Language/Haskell/Syntax/Expr.hs:1235)
isPatSynCtxt (compiler/Language/Haskell/Syntax/Expr.hs:1596)
HsDoFlavour (compiler/Language/Haskell/Syntax/Expr.hs:1616)
qualifiedDoModuleName_maybe (compiler/Language/Haskell/Syntax/Expr.hs:1624)
isComprehensionContext (compiler/Language/Haskell/Syntax/Expr.hs:1631)
isDoComprehensionContext (compiler/Language/Haskell/Syntax/Expr.hs:1638)
isMonadDoStmtContext (compiler/Language/Haskell/Syntax/Expr.hs:1653)
isMonadCompContext (compiler/Language/Haskell/Syntax/Expr.hs:1660)
isMonadDoCompContext (compiler/Language/Haskell/Syntax/Expr.hs:1667)
92% ( 12 / 13) in 'Language.Haskell.Syntax'
Missing documentation for:
Module header
63% ( 21 / 33) in 'GHC.Types.RepType'
Missing documentation for:
Module header
UnaryType (compiler/GHC/Types/RepType.hs:70)
NvUnaryType (compiler/GHC/Types/RepType.hs:69)
isNvUnaryType (compiler/GHC/Types/RepType.hs:80)
typePrimRepArgs (compiler/GHC/Types/RepType.hs:88)
countConRepArgs (compiler/GHC/Types/RepType.hs:140)
layoutUbxSum (compiler/GHC/Types/RepType.hs:256)
typeSlotTy (compiler/GHC/Types/RepType.hs:311)
SlotTy (compiler/GHC/Types/RepType.hs:293)
slotPrimRep (compiler/GHC/Types/RepType.hs:338)
primRepSlot (compiler/GHC/Types/RepType.hs:317)
mightBeFunTy (compiler/GHC/Types/RepType.hs:698)
Warning: 'DmdType' is ambiguous. It is defined
* at compiler/GHC/Types/Demand.hs:1816:5
* at compiler/GHC/Types/Demand.hs:1815:1
You 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:1815: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:493:16
* at compiler/GHC/Types/Demand.hs:493:1
You 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:493:1
Warning: 'Scaled' 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:2152:5
* at compiler/GHC/Types/Demand.hs:2151:1
You 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:2151:1
Warning: 'CM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
63% ( 85 /133) in 'GHC.Types.Demand'
Missing documentation for:
Boxity (compiler/Language/Haskell/Syntax/Basic.hs:22)
absDmd (compiler/GHC/Types/Demand.hs:799)
topDmd (compiler/GHC/Types/Demand.hs:798)
botDmd (compiler/GHC/Types/Demand.hs:800)
seqDmd (compiler/GHC/Types/Demand.hs:801)
topSubDmd (compiler/GHC/Types/Demand.hs:731)
lubSubDmd (compiler/GHC/Types/Demand.hs:860)
plusSubDmd (compiler/GHC/Types/Demand.hs:894)
multDmd (compiler/GHC/Types/Demand.hs:820)
multSubDmd (compiler/GHC/Types/Demand.hs:836)
isAbsDmd (compiler/GHC/Types/Demand.hs:920)
evalDmd (compiler/GHC/Types/Demand.hs:954)
peelManyCalls (compiler/GHC/Types/Demand.hs:1032)
mkWorkerDemand (compiler/GHC/Types/Demand.hs:1047)
topDiv (compiler/GHC/Types/Demand.hs:1485)
botDiv (compiler/GHC/Types/Demand.hs:1487)
exnDiv (compiler/GHC/Types/Demand.hs:1486)
lubDivergence (compiler/GHC/Types/Demand.hs:1457)
addVarDmdEnv (compiler/GHC/Types/Demand.hs:1776)
nopDmdEnv (compiler/GHC/Types/Demand.hs:1760)
plusDmdEnv (compiler/GHC/Types/Demand.hs:1780)
reuseEnv (compiler/GHC/Types/Demand.hs:1801)
dmdTypeDepth (compiler/GHC/Types/Demand.hs:1863)
botDmdType (compiler/GHC/Types/Demand.hs:1849)
plusDmdType (compiler/GHC/Types/Demand.hs:1843)
multDmdType (compiler/GHC/Types/Demand.hs:1896)
discardArgDmds (compiler/GHC/Types/Demand.hs:1840)
peelFV (compiler/GHC/Types/Demand.hs:1902)
findIdDemand (compiler/GHC/Types/Demand.hs:1913)
addDemand (compiler/GHC/Types/Demand.hs:1910)
splitDmdTy (compiler/GHC/Types/Demand.hs:1892)
mkClosedDmdSig (compiler/GHC/Types/Demand.hs:2163)
mkVanillaDmdSig (compiler/GHC/Types/Demand.hs:2166)
splitDmdSig (compiler/GHC/Types/Demand.hs:2169)
dmdSigDmdEnv (compiler/GHC/Types/Demand.hs:2172)
hasDemandEnvSig (compiler/GHC/Types/Demand.hs:2175)
nopSig (compiler/GHC/Types/Demand.hs:2181)
botSig (compiler/GHC/Types/Demand.hs:2178)
isNopSig (compiler/GHC/Types/Demand.hs:2184)
trimBoxityDmdSig (compiler/GHC/Types/Demand.hs:2231)
transferArgBoxityDmdSig (compiler/GHC/Types/Demand.hs:2262)
TypeShape (compiler/GHC/Types/Demand.hs:2526)
trimToType (compiler/GHC/Types/Demand.hs:2534)
seqDemand (compiler/GHC/Types/Demand.hs:2564)
seqDemandList (compiler/GHC/Types/Demand.hs:2574)
seqDmdType (compiler/GHC/Types/Demand.hs:2577)
seqDmdSig (compiler/GHC/Types/Demand.hs:2584)
zapUsageDemand (compiler/GHC/Types/Demand.hs:2474)
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:60:1
* at compiler/GHC/Types/Basic.hs:1481: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:60:1
78% ( 15 / 19) in 'GHC.Core.ConLike'
Missing documentation for:
Module header
conLikeConLikeName (compiler/GHC/Core/ConLike.hs:70)
conLikeName (compiler/GHC/Core/ConLike.hs:156)
conLikeIsInfix (compiler/GHC/Core/ConLike.hs:233)
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:259:5
* at compiler/GHC/Core/TyCo/Rep.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 compiler/GHC/Core/TyCo/Rep.hs:123:1
Warning: 'Alt' is ambiguous. It is defined
* at compiler/GHC/Core.hs:274:7
* at compiler/GHC/Core.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 compiler/GHC/Core.hs:273: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:120:23
* at compiler/GHC/Unit/Types.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 compiler/GHC/Unit/Types.hs:127:1
Warning: 'IsOrphan' is ambiguous. It is defined
* at compiler/GHC/Core.hs:1071:5
* at compiler/GHC/Core.hs:1070:1
You 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:1070:1
Warning: 'Var' is ambiguous. It is defined
* at compiler/GHC/Core.hs:250:5
* at compiler/GHC/Types/Var.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 compiler/GHC/Types/Var.hs:246:1
Warning: 'Coercion' is ambiguous. It is defined
* at compiler/GHC/Core.hs:260:5
* at compiler/GHC/Core/TyCo/Rep.hs:816:1
You 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:816:1
Warning: 'CoercionTy' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
56% (100 /178) in 'GHC.Core'
Missing documentation for:
CoreProgram (compiler/GHC/Core.hs:1785)
TaggedExpr (compiler/GHC/Core.hs:1811)
TaggedAlt (compiler/GHC/Core.hs:1813)
TaggedBind (compiler/GHC/Core.hs:1810)
TaggedArg (compiler/GHC/Core.hs:1812)
deTagExpr (compiler/GHC/Core.hs:1819)
InId (compiler/GHC/Types/Var.hs:200)
InBind (compiler/GHC/Core.hs:1041)
InExpr (compiler/GHC/Core.hs:1042)
InAlt (compiler/GHC/Core.hs:1043)
InArg (compiler/GHC/Core.hs:1044)
InType (compiler/GHC/Core.hs:1039)
InKind (compiler/GHC/Core.hs:1040)
InBndr (compiler/GHC/Core.hs:1038)
InVar (compiler/GHC/Types/Var.hs:197)
InCoercion (compiler/GHC/Core.hs:1045)
InTyVar (compiler/GHC/Types/Var.hs:198)
InCoVar (compiler/GHC/Types/Var.hs:199)
OutId (compiler/GHC/Types/Var.hs:204)
OutBind (compiler/GHC/Core.hs:1052)
OutExpr (compiler/GHC/Core.hs:1053)
OutAlt (compiler/GHC/Core.hs:1054)
OutArg (compiler/GHC/Core.hs:1055)
OutType (compiler/GHC/Core.hs:1049)
OutKind (compiler/GHC/Core.hs:1050)
OutBndr (compiler/GHC/Core.hs:1048)
OutVar (compiler/GHC/Types/Var.hs:201)
OutCoercion (compiler/GHC/Core.hs:1051)
OutTyVar (compiler/GHC/Types/Var.hs:202)
OutCoVar (compiler/GHC/Types/Var.hs:203)
MOutCoercion (compiler/GHC/Core.hs:1056)
mkLet (compiler/GHC/Core.hs:1950)
mkTyArg (compiler/GHC/Core.hs:1871)
mkWord8Lit (compiler/GHC/Core.hs:1898)
mkWord64LitWord64 (compiler/GHC/Core.hs:1901)
mkInt64LitInt64 (compiler/GHC/Core.hs:1904)
mkConApp2 (compiler/GHC/Core.hs:1866)
varsToCoreExprs (compiler/GHC/Core.hs:1982)
cmpAlt (compiler/GHC/Core.hs:1736)
ltAlt (compiler/GHC/Core.hs:1739)
rhssOfBind (compiler/GHC/Core.hs:2036)
rhssOfAlts (compiler/GHC/Core.hs:2040)
foldBindersOfBindStrict (compiler/GHC/Core.hs:2023)
foldBindersOfBindsStrict (compiler/GHC/Core.hs:2030)
collectTyBinders (compiler/GHC/Core.hs:2068)
collectTyAndValBinders (compiler/GHC/Core.hs:2080)
UnfoldingSource (compiler/GHC/Types/Basic.hs:1863)
mkOtherCon (compiler/GHC/Core.hs:1510)
unSaturatedOk (compiler/GHC/Core.hs:1489)
needSaturated (compiler/GHC/Core.hs:1488)
boringCxtOk (compiler/GHC/Core.hs:1492)
boringCxtNotOk (compiler/GHC/Core.hs:1493)
expandUnfolding_maybe (compiler/GHC/Core.hs:1572)
isExpandableUnfolding (compiler/GHC/Core.hs:1565)
isCompulsoryUnfolding (compiler/GHC/Core.hs:1578)
isStableUnfolding (compiler/GHC/Core.hs:1584)
isStableUserUnfolding (compiler/GHC/Core.hs:1590)
isStableSystemUnfolding (compiler/GHC/Core.hs:1595)
isBootUnfolding (compiler/GHC/Core.hs:1621)
hasCoreUnfolding (compiler/GHC/Core.hs:1631)
canUnfold (compiler/GHC/Core.hs:1637)
neverUnfoldGuidance (compiler/GHC/Core.hs:1625)
isStableSource (compiler/GHC/Types/Basic.hs:1890)
collectAnnArgsTicks (compiler/GHC/Core.hs:2256)
deAnnotate (compiler/GHC/Core.hs:2265)
deAnnotate' (compiler/GHC/Core.hs:2268)
deAnnAlt (compiler/GHC/Core.hs:2283)
deAnnBind (compiler/GHC/Core.hs:2286)
chooseOrphanAnchor (compiler/GHC/Core.hs:1096)
RuleName (compiler/GHC/Types/Basic.hs:458)
RuleFun (compiler/GHC/Core.hs:1245)
IdUnfoldingFun (compiler/GHC/Core.hs:1251)
ruleName (compiler/GHC/Core.hs:1271)
ruleActivation (compiler/GHC/Core.hs:1278)
ruleModule (compiler/GHC/Core.hs:1274)
isBuiltinRule (compiler/GHC/Core.hs:1257)
isLocalRule (compiler/GHC/Core.hs:1286)
isAutoRule (compiler/GHC/Core.hs:1261)
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:378:5
* at compiler/GHC/Types/Id/Info.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/Id/Info.hs:377: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.
58% ( 54 / 93) in 'GHC.Types.Id.Info'
Missing documentation for:
Module header
pprIdDetails (compiler/GHC/Types/Id/Info.hs:334)
isJoinIdDetails_maybe (compiler/GHC/Types/Id/Info.hs:327)
recSelParentName (compiler/GHC/Types/Id/Info.hs:299)
recSelFirstConName (compiler/GHC/Types/Id/Info.hs:303)
hasNoOneShotInfo (compiler/GHC/Types/Basic.hs:358)
setOneShotInfo (compiler/GHC/Types/Id/Info.hs:546)
zapUsedOnceInfo (compiler/GHC/Types/Id/Info.hs:830)
zapTailCallInfo (compiler/GHC/Types/Id/Info.hs:861)
zapCallArityInfo (compiler/GHC/Types/Id/Info.hs:869)
trimUnfolding (compiler/GHC/Types/Id/Info.hs:857)
setArityInfo (compiler/GHC/Types/Id/Info.hs:528)
ppArityInfo (compiler/GHC/Types/Id/Info.hs:644)
setCallArityInfo (compiler/GHC/Types/Id/Info.hs:532)
setDmdSigInfo (compiler/GHC/Types/Id/Info.hs:553)
setCprSigInfo (compiler/GHC/Types/Id/Info.hs:556)
setDemandInfo (compiler/GHC/Types/Id/Info.hs:550)
pprStrictness (compiler/GHC/Types/Id/Info.hs:677)
setUnfoldingInfo (compiler/GHC/Types/Id/Info.hs:514)
setInlinePragInfo (compiler/GHC/Types/Id/Info.hs:498)
isDeadOcc (compiler/GHC/Types/Basic.hs:1173)
isStrongLoopBreaker (compiler/GHC/Types/Basic.hs:1168)
isWeakLoopBreaker (compiler/GHC/Types/Basic.hs:1164)
setOccInfo (compiler/GHC/Types/Id/Info.hs:500)
BranchCount (compiler/GHC/Types/Basic.hs:1061)
TailCallInfo (compiler/GHC/Types/Basic.hs:1137)
tailCallInfo (compiler/GHC/Types/Basic.hs:1142)
isAlwaysTailCalled (compiler/GHC/Types/Basic.hs:1150)
isEmptyRuleInfo (compiler/GHC/Types/Id/Info.hs:723)
ruleInfoRules (compiler/GHC/Types/Id/Info.hs:731)
setRuleInfo (compiler/GHC/Types/Id/Info.hs:496)
tagSigInfo (compiler/GHC/Types/Id/Info.hs:491)
ppCafInfo (compiler/GHC/Types/Id/Info.hs:775)
mayHaveCafRefs (compiler/GHC/Types/Id/Info.hs:768)
setCafInfo (compiler/GHC/Types/Id/Info.hs:536)
setLFInfo (compiler/GHC/Types/Id/Info.hs:540)
setTagSig (compiler/GHC/Types/Id/Info.hs:543)
tagSig
TickBoxId (compiler/GHC/Types/Id/Info.hs:879)
Warning: 'Id'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
32% ( 52 /159) in 'GHC.Types.Id'
Missing documentation for:
InVar (compiler/GHC/Types/Var.hs:197)
InId (compiler/GHC/Types/Var.hs:200)
OutVar (compiler/GHC/Types/Var.hs:201)
OutId (compiler/GHC/Types/Var.hs:204)
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:1115)
idDetails (compiler/GHC/Types/Var.hs:1119)
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:1201)
updateIdTypeButNotMult (compiler/GHC/Types/Var.hs:1179)
updateIdTypeAndMult (compiler/GHC/Types/Var.hs:1183)
updateIdTypeAndMultM (compiler/GHC/Types/Var.hs:1193)
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)
zapIdDemandInfo (compiler/GHC/Types/Id.hs:988)
zapIdUsageInfo (compiler/GHC/Types/Id.hs:991)
zapIdUsageEnvInfo (compiler/GHC/Types/Id.hs:994)
zapIdUsedOnceInfo (compiler/GHC/Types/Id.hs:997)
zapIdTailCallInfo (compiler/GHC/Types/Id.hs:1000)
zapFragileIdInfo (compiler/GHC/Types/Id.hs:985)
zapIdDmdSig (compiler/GHC/Types/Id.hs:731)
zapStableUnfolding (compiler/GHC/Types/Id.hs:1003)
transferPolyIdInfo (compiler/GHC/Types/Id.hs:1062)
scaleIdBy (compiler/GHC/Types/Id.hs:215)
isDeadBinder (compiler/GHC/Types/Id.hs:635)
isLocalId (compiler/GHC/Types/Var.hs:1245)
isGlobalId (compiler/GHC/Types/Var.hs:1255)
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:943)
idIsFrom (compiler/GHC/Types/Id.hs:632)
JoinId (compiler/GHC/Types/Var.hs:187)
isJoinId (compiler/GHC/Types/Id.hs:561)
idJoinArity (compiler/GHC/Types/Id.hs:647)
asJoinId (compiler/GHC/Types/Id.hs:650)
asJoinId_maybe (compiler/GHC/Types/Id.hs:680)
zapJoinId (compiler/GHC/Types/Id.hs:666)
idInlinePragma (compiler/GHC/Types/Id.hs:925)
setInlinePragma (compiler/GHC/Types/Id.hs:928)
modifyInlinePragma (compiler/GHC/Types/Id.hs:931)
idInlineActivation (compiler/GHC/Types/Id.hs:934)
setInlineActivation (compiler/GHC/Types/Id.hs:937)
idRuleMatchInfo (compiler/GHC/Types/Id.hs:940)
setOneShotLambda (compiler/GHC/Types/Id.hs:954)
clearOneShotLambda (compiler/GHC/Types/Id.hs:957)
updOneShotInfo (compiler/GHC/Types/Id.hs:964)
setIdOneShotInfo (compiler/GHC/Types/Id.hs:960)
idArity (compiler/GHC/Types/Id.hs:694)
idCallArity (compiler/GHC/Types/Id.hs:700)
idSpecialisation (compiler/GHC/Types/Id.hs:878)
idCoreRules (compiler/GHC/Types/Id.hs:881)
idHasRules (compiler/GHC/Types/Id.hs:884)
idCafInfo (compiler/GHC/Types/Id.hs:892)
idLFInfo_maybe (compiler/GHC/Types/Id.hs:901)
idOneShotInfo (compiler/GHC/Types/Id.hs:951)
idOccInfo (compiler/GHC/Types/Id.hs:909)
IdUnfoldingFun (compiler/GHC/Core.hs:1251)
noUnfoldingFun (compiler/GHC/Types/Id.hs:763)
setIdUnfolding (compiler/GHC/Types/Id.hs:786)
setCaseBndrEvald (compiler/GHC/Types/Id.hs:862)
setIdArity (compiler/GHC/Types/Id.hs:697)
setIdCallArity (compiler/GHC/Types/Id.hs:703)
setIdSpecialisation (compiler/GHC/Types/Id.hs:887)
setIdCafInfo (compiler/GHC/Types/Id.hs:895)
setIdOccInfo (compiler/GHC/Types/Id.hs:912)
zapIdOccInfo (compiler/GHC/Types/Id.hs:915)
setIdLFInfo (compiler/GHC/Types/Id.hs:904)
setIdDemandInfo (compiler/GHC/Types/Id.hs:792)
setIdDmdSig (compiler/GHC/Types/Id.hs:722)
setIdCprSig (compiler/GHC/Types/Id.hs:728)
idCbvMarks_maybe (compiler/GHC/Types/Id.hs:827)
idCbvMarkArity (compiler/GHC/Types/Id.hs:835)
idDemandInfo (compiler/GHC/Types/Id.hs:789)
idCprSig (compiler/GHC/Types/Id.hs:725)
idTagSig_maybe (compiler/GHC/Types/Id.hs:750)
setIdTagSig (compiler/GHC/Types/Id.hs:795)
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:227:5
* at compiler/GHC/Core/Coercion/Axiom.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 compiler/GHC/Core/Coercion/Axiom.hs:226: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:167)
pprParendExpr (compiler/GHC/Core/Ppr.hs:166)
pprCoreBinding (compiler/GHC/Core/Ppr.hs:69)
pprCoreBindings (compiler/GHC/Core/Ppr.hs:68)
pprCoreAlt (compiler/GHC/Core/Ppr.hs:324)
pprCoreBindingWithSize (compiler/GHC/Core/Ppr.hs:75)
pprCoreBindingsWithSize (compiler/GHC/Core/Ppr.hs:74)
pprCoreBinder (compiler/GHC/Core/Ppr.hs:405)
pprCoreBinders (compiler/GHC/Core/Ppr.hs:417)
pprId (compiler/GHC/Core/Ppr.hs:473)
pprIds (compiler/GHC/Core/Ppr.hs:476)
pprRule (compiler/GHC/Core/Ppr.hs:668)
pprRules (compiler/GHC/Core/Ppr.hs:665)
pprOptCo (compiler/GHC/Core/Ppr.hs:174)
pprOcc (compiler/GHC/Core/Ppr.hs:394)
pprOccWithTick (compiler/GHC/Core/Ppr.hs:398)
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:297)
extendCoreMap (compiler/GHC/Core/Map/Expr.hs:291)
lookupCoreMap (compiler/GHC/Core/Map/Expr.hs:288)
foldCoreMap (compiler/GHC/Core/Map/Expr.hs:294)
eqDeBruijnExpr (compiler/GHC/Core/Map/Expr.hs:152)
eqCoreExpr (compiler/GHC/Core/Map/Expr.hs:205)
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% ( 40 /263) in 'GHC.Builtin.Types'
Missing documentation for:
mkWiredInTyConName (compiler/GHC/Builtin/Types.hs:335)
mkWiredInIdName (compiler/GHC/Builtin/Types.hs:347)
wiredInTyCons (compiler/GHC/Builtin/Types.hs:287)
isTupleTyOcc_maybe (compiler/GHC/Builtin/Types.hs:867)
isPunOcc_maybe (compiler/GHC/Builtin/Types.hs:917)
boolTy (compiler/GHC/Builtin/Types.hs:2132)
boolTyCon (compiler/GHC/Builtin/Types.hs:2135)
boolTyCon_RDR (compiler/GHC/Builtin/Types.hs:521)
boolTyConName (compiler/GHC/Builtin/Types.hs:381)
trueDataCon (compiler/GHC/Builtin/Types.hs:2142)
trueDataConId (compiler/GHC/Builtin/Types.hs:2146)
true_RDR (compiler/GHC/Builtin/Types.hs:523)
falseDataCon (compiler/GHC/Builtin/Types.hs:2141)
falseDataConId (compiler/GHC/Builtin/Types.hs:2145)
false_RDR (compiler/GHC/Builtin/Types.hs:522)
promotedFalseDataCon (compiler/GHC/Builtin/Types.hs:2321)
promotedTrueDataCon (compiler/GHC/Builtin/Types.hs:2320)
orderingTyCon (compiler/GHC/Builtin/Types.hs:2149)
ordLTDataCon (compiler/GHC/Builtin/Types.hs:2153)
ordLTDataConId (compiler/GHC/Builtin/Types.hs:2158)
ordEQDataCon (compiler/GHC/Builtin/Types.hs:2154)
ordEQDataConId (compiler/GHC/Builtin/Types.hs:2159)
ordGTDataCon (compiler/GHC/Builtin/Types.hs:2155)
ordGTDataConId (compiler/GHC/Builtin/Types.hs:2160)
promotedLTDataCon (compiler/GHC/Builtin/Types.hs:2334)
promotedEQDataCon (compiler/GHC/Builtin/Types.hs:2335)
promotedGTDataCon (compiler/GHC/Builtin/Types.hs:2336)
BoxingInfo (compiler/GHC/Builtin/Types.hs:1988)
charTyCon (compiler/GHC/Builtin/Types.hs:1875)
charDataCon (compiler/GHC/Builtin/Types.hs:1880)
charTyCon_RDR (compiler/GHC/Builtin/Types.hs:525)
charTy (compiler/GHC/Builtin/Types.hs:1872)
stringTy (compiler/GHC/Builtin/Types.hs:1883)
charTyConName (compiler/GHC/Builtin/Types.hs:374)
stringTyCon_RDR (compiler/GHC/Builtin/Types.hs:526)
doubleTyCon (compiler/GHC/Builtin/Types.hs:1939)
doubleDataCon (compiler/GHC/Builtin/Types.hs:1945)
doubleTy (compiler/GHC/Builtin/Types.hs:1936)
doubleTyConName (compiler/GHC/Builtin/Types.hs:406)
floatTyCon (compiler/GHC/Builtin/Types.hs:1928)
floatDataCon (compiler/GHC/Builtin/Types.hs:1933)
floatTy (compiler/GHC/Builtin/Types.hs:1925)
floatTyConName (compiler/GHC/Builtin/Types.hs:404)
intTyCon (compiler/GHC/Builtin/Types.hs:1897)
intDataCon (compiler/GHC/Builtin/Types.hs:1901)
intTyCon_RDR (compiler/GHC/Builtin/Types.hs:524)
intDataCon_RDR (compiler/GHC/Builtin/Types.hs:527)
intTyConName (compiler/GHC/Builtin/Types.hs:377)
intTy (compiler/GHC/Builtin/Types.hs:1894)
wordTyCon (compiler/GHC/Builtin/Types.hs:1907)
wordDataCon (compiler/GHC/Builtin/Types.hs:1911)
wordTyConName (compiler/GHC/Builtin/Types.hs:399)
wordTy (compiler/GHC/Builtin/Types.hs:1904)
word8TyCon (compiler/GHC/Builtin/Types.hs:1917)
word8DataCon (compiler/GHC/Builtin/Types.hs:1922)
word8Ty (compiler/GHC/Builtin/Types.hs:1914)
listTyCon (compiler/GHC/Builtin/Types.hs:2178)
listTyCon_RDR (compiler/GHC/Builtin/Types.hs:528)
listTyConName (compiler/GHC/Builtin/Types.hs:386)
listTyConKey (compiler/GHC/Builtin/Names.hs:1858)
nilDataCon (compiler/GHC/Builtin/Types.hs:2182)
nilDataConName (compiler/GHC/Builtin/Types.hs:387)
nilDataConKey (compiler/GHC/Builtin/Names.hs:2129)
consDataCon_RDR (compiler/GHC/Builtin/Types.hs:529)
consDataCon (compiler/GHC/Builtin/Types.hs:2185)
consDataConName (compiler/GHC/Builtin/Types.hs:388)
promotedNilDataCon (compiler/GHC/Builtin/Types.hs:2341)
promotedConsDataCon (compiler/GHC/Builtin/Types.hs:2340)
mkListTy (compiler/GHC/Builtin/Types.hs:2175)
maybeTyCon (compiler/GHC/Builtin/Types.hs:2198)
maybeTyConName (compiler/GHC/Builtin/Types.hs:391)
nothingDataCon (compiler/GHC/Builtin/Types.hs:2202)
nothingDataConName (compiler/GHC/Builtin/Types.hs:393)
promotedNothingDataCon (compiler/GHC/Builtin/Types.hs:2325)
justDataCon (compiler/GHC/Builtin/Types.hs:2205)
justDataConName (compiler/GHC/Builtin/Types.hs:395)
promotedJustDataCon (compiler/GHC/Builtin/Types.hs:2326)
mkPromotedMaybeTy (compiler/GHC/Builtin/Types.hs:2208)
mkMaybeTy (compiler/GHC/Builtin/Types.hs:2212)
isPromotedMaybeTy (compiler/GHC/Builtin/Types.hs:2215)
mkTupleStr (compiler/GHC/Builtin/Types.hs:935)
tupleTyCon (compiler/GHC/Builtin/Types.hs:1032)
tupleDataCon (compiler/GHC/Builtin/Types.hs:1045)
tupleTyConName (compiler/GHC/Builtin/Types.hs:1037)
tupleDataConName (compiler/GHC/Builtin/Types.hs:1050)
promotedTupleDataCon (compiler/GHC/Builtin/Types.hs:1042)
unitTyCon (compiler/GHC/Builtin/Types.hs:1181)
unitDataCon (compiler/GHC/Builtin/Types.hs:1190)
unitDataConId (compiler/GHC/Builtin/Types.hs:1193)
unitTy (compiler/GHC/Builtin/Types.hs:2292)
unitTyConKey (compiler/GHC/Builtin/Types.hs:1187)
soloTyCon (compiler/GHC/Builtin/Types.hs:1196)
pairTyCon (compiler/GHC/Builtin/Types.hs:1202)
mkPromotedPairTy (compiler/GHC/Builtin/Types.hs:1053)
isPromotedPairType (compiler/GHC/Builtin/Types.hs:1056)
unboxedUnitTy (compiler/GHC/Builtin/Types.hs:1205)
unboxedUnitTyCon (compiler/GHC/Builtin/Types.hs:1208)
unboxedUnitDataCon (compiler/GHC/Builtin/Types.hs:1211)
mkConstraintTupleTy (compiler/GHC/Builtin/Types.hs:2302)
cTupleTyCon (compiler/GHC/Builtin/Types.hs:963)
cTupleTyConName (compiler/GHC/Builtin/Types.hs:968)
cTupleTyConNames (compiler/GHC/Builtin/Types.hs:971)
isCTupleTyConName (compiler/GHC/Builtin/Types.hs:977)
cTupleDataCon (compiler/GHC/Builtin/Types.hs:992)
cTupleDataConName (compiler/GHC/Builtin/Types.hs:997)
cTupleDataConNames (compiler/GHC/Builtin/Types.hs:1000)
cTupleSelId (compiler/GHC/Builtin/Types.hs:1005)
cTupleSelIdName (compiler/GHC/Builtin/Types.hs:1029)
anyTyCon (compiler/GHC/Builtin/Types.hs:477)
anyTy (compiler/GHC/Builtin/Types.hs:486)
anyTypeOfKind (compiler/GHC/Builtin/Types.hs:489)
mkSumTy (compiler/GHC/Builtin/Types.hs:2314)
typeSymbolKindCon (compiler/GHC/Builtin/Types.hs:663)
typeSymbolKind (compiler/GHC/Builtin/Types.hs:666)
isLiftedTypeKindTyConName (compiler/GHC/Core/TyCon.hs:2298)
typeToTypeKind (compiler/GHC/Builtin/Types.hs:1534)
tYPETyCon (compiler/GHC/Builtin/Types/Prim.hs:875)
tYPETyConName (compiler/GHC/Builtin/Types/Prim.hs:881)
tYPEKind (compiler/GHC/Builtin/Types/Prim.hs:884)
cONSTRAINTTyCon (compiler/GHC/Builtin/Types/Prim.hs:888)
cONSTRAINTTyConName (compiler/GHC/Builtin/Types/Prim.hs:894)
cONSTRAINTKind (compiler/GHC/Builtin/Types/Prim.hs:897)
constraintKind (compiler/GHC/Builtin/Types.hs:1518)
liftedTypeKind (compiler/GHC/Builtin/Types.hs:1533)
unliftedTypeKind (compiler/GHC/Builtin/Types.hs:1549)
zeroBitTypeKind (compiler/GHC/Builtin/Types.hs:1754)
constraintKindTyCon (compiler/GHC/Builtin/Types.hs:1508)
liftedTypeKindTyCon (compiler/GHC/Builtin/Types.hs:1523)
unliftedTypeKindTyCon (compiler/GHC/Builtin/Types.hs:1539)
constraintKindTyConName (compiler/GHC/Builtin/Types.hs:1514)
liftedTypeKindTyConName (compiler/GHC/Builtin/Types.hs:1529)
unliftedTypeKindTyConName (compiler/GHC/Builtin/Types.hs:1545)
liftedRepTyConName (compiler/GHC/Builtin/Types.hs:1765)
unliftedRepTyConName (compiler/GHC/Builtin/Types.hs:1780)
heqTyCon (compiler/GHC/Builtin/Types.hs:1352)
heqTyConName (compiler/GHC/Builtin/Types.hs:363)
heqClass (compiler/GHC/Builtin/Types.hs:1352)
heqDataCon (compiler/GHC/Builtin/Types.hs:1352)
eqTyCon (compiler/GHC/Builtin/Types.hs:1334)
eqTyConName (compiler/GHC/Builtin/Types.hs:353)
eqClass (compiler/GHC/Builtin/Types.hs:1334)
eqDataCon (compiler/GHC/Builtin/Types.hs:1334)
eqTyCon_RDR (compiler/GHC/Builtin/Types.hs:358)
coercibleTyCon (compiler/GHC/Builtin/Types.hs:1370)
coercibleTyConName (compiler/GHC/Builtin/Types.hs:369)
coercibleDataCon (compiler/GHC/Builtin/Types.hs:1370)
coercibleClass (compiler/GHC/Builtin/Types.hs:1370)
runtimeRepTyCon (compiler/GHC/Builtin/Types.hs:1612)
vecCountTyCon (compiler/GHC/Builtin/Types.hs:1817)
vecElemTyCon (compiler/GHC/Builtin/Types.hs:1836)
boxedRepDataConTyCon (compiler/GHC/Builtin/Types.hs:1649)
runtimeRepTy (compiler/GHC/Builtin/Types.hs:1620)
liftedRepTy (compiler/GHC/Builtin/Types.hs:1769)
unliftedRepTy (compiler/GHC/Builtin/Types.hs:1784)
zeroBitRepTy (compiler/GHC/Builtin/Types.hs:1739)
vecRepDataConTyCon (compiler/GHC/Builtin/Types.hs:1814)
tupleRepDataConTyCon (compiler/GHC/Builtin/Types.hs:1665)
sumRepDataConTyCon (compiler/GHC/Builtin/Types.hs:1682)
levityTyCon (compiler/GHC/Builtin/Types.hs:1564)
levityTy (compiler/GHC/Builtin/Types.hs:1567)
liftedDataConTyCon (compiler/GHC/Builtin/Types.hs:1576)
unliftedDataConTyCon (compiler/GHC/Builtin/Types.hs:1579)
liftedDataConTy (compiler/GHC/Builtin/Types.hs:1582)
unliftedDataConTy (compiler/GHC/Builtin/Types.hs:1585)
intRepDataConTy (compiler/GHC/Builtin/Types.hs:1717)
int8RepDataConTy (compiler/GHC/Builtin/Types.hs:1718)
int16RepDataConTy (compiler/GHC/Builtin/Types.hs:1718)
int32RepDataConTy (compiler/GHC/Builtin/Types.hs:1718)
int64RepDataConTy (compiler/GHC/Builtin/Types.hs:1718)
wordRepDataConTy (compiler/GHC/Builtin/Types.hs:1719)
word8RepDataConTy (compiler/GHC/Builtin/Types.hs:1720)
word16RepDataConTy (compiler/GHC/Builtin/Types.hs:1720)
word32RepDataConTy (compiler/GHC/Builtin/Types.hs:1720)
word64RepDataConTy (compiler/GHC/Builtin/Types.hs:1720)
addrRepDataConTy (compiler/GHC/Builtin/Types.hs:1721)
floatRepDataConTy (compiler/GHC/Builtin/Types.hs:1722)
doubleRepDataConTy (compiler/GHC/Builtin/Types.hs:1722)
vec2DataConTy (compiler/GHC/Builtin/Types.hs:1832)
vec4DataConTy (compiler/GHC/Builtin/Types.hs:1832)
vec8DataConTy (compiler/GHC/Builtin/Types.hs:1832)
vec16DataConTy (compiler/GHC/Builtin/Types.hs:1832)
vec32DataConTy (compiler/GHC/Builtin/Types.hs:1832)
vec64DataConTy (compiler/GHC/Builtin/Types.hs:1833)
int8ElemRepDataConTy (compiler/GHC/Builtin/Types.hs:1859)
int16ElemRepDataConTy (compiler/GHC/Builtin/Types.hs:1859)
int32ElemRepDataConTy (compiler/GHC/Builtin/Types.hs:1859)
int64ElemRepDataConTy (compiler/GHC/Builtin/Types.hs:1860)
word8ElemRepDataConTy (compiler/GHC/Builtin/Types.hs:1860)
word16ElemRepDataConTy (compiler/GHC/Builtin/Types.hs:1860)
word32ElemRepDataConTy (compiler/GHC/Builtin/Types.hs:1861)
word64ElemRepDataConTy (compiler/GHC/Builtin/Types.hs:1861)
floatElemRepDataConTy (compiler/GHC/Builtin/Types.hs:1861)
doubleElemRepDataConTy (compiler/GHC/Builtin/Types.hs:1862)
multiplicityTyConName (compiler/GHC/Builtin/Types.hs:1412)
oneDataConName (compiler/GHC/Builtin/Types.hs:1416)
manyDataConName (compiler/GHC/Builtin/Types.hs:1417)
multiplicityTy (compiler/GHC/Builtin/Types.hs:1420)
multiplicityTyCon (compiler/GHC/Builtin/Types.hs:1423)
oneDataCon (compiler/GHC/Builtin/Types.hs:1427)
manyDataCon (compiler/GHC/Builtin/Types.hs:1428)
oneDataConTy (compiler/GHC/Builtin/Types.hs:1431)
manyDataConTy (compiler/GHC/Builtin/Types.hs:1432)
oneDataConTyCon (compiler/GHC/Builtin/Types.hs:1435)
manyDataConTyCon (compiler/GHC/Builtin/Types.hs:1436)
multMulTyCon (compiler/GHC/Builtin/Types.hs:1443)
unrestrictedFunTyCon (compiler/GHC/Builtin/Types.hs:1455)
unrestrictedFunTyConName (compiler/GHC/Builtin/Types.hs:1467)
integerTy (compiler/GHC/Builtin/Types.hs:2415)
integerTyCon (compiler/GHC/Builtin/Types.hs:2418)
integerTyConName (compiler/GHC/Builtin/Types.hs:2385)
integerISDataCon (compiler/GHC/Builtin/Types.hs:2422)
integerISDataConName (compiler/GHC/Builtin/Types.hs:2392)
integerIPDataCon (compiler/GHC/Builtin/Types.hs:2425)
integerIPDataConName (compiler/GHC/Builtin/Types.hs:2399)
integerINDataCon (compiler/GHC/Builtin/Types.hs:2428)
integerINDataConName (compiler/GHC/Builtin/Types.hs:2406)
naturalTy (compiler/GHC/Builtin/Types.hs:2457)
naturalTyCon (compiler/GHC/Builtin/Types.hs:2460)
naturalTyConName (compiler/GHC/Builtin/Types.hs:2434)
naturalNSDataCon (compiler/GHC/Builtin/Types.hs:2464)
naturalNSDataConName (compiler/GHC/Builtin/Types.hs:2441)
naturalNBDataCon (compiler/GHC/Builtin/Types.hs:2467)
naturalNBDataConName (compiler/GHC/Builtin/Types.hs:2448)
54% ( 6 / 11) in 'GHC.Types.Name.Cache'
Missing documentation for:
initNameCache (compiler/GHC/Types/Name/Cache.hs:131)
takeUniqFromNameCache (compiler/GHC/Types/Name/Cache.hs:103)
lookupOrigNameCache (compiler/GHC/Types/Name/Cache.hs:106)
extendOrigNameCache' (compiler/GHC/Types/Name/Cache.hs:120)
extendOrigNameCache (compiler/GHC/Types/Name/Cache.hs:125)
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.
40% (126 /314) in 'GHC.Tc.Utils.TcType'
Missing documentation for:
TcType (compiler/GHC/Tc/Utils/TcType.hs:340)
TcSigmaType (compiler/GHC/Tc/Utils/TcType.hs:361)
TcRhoType (compiler/GHC/Tc/Utils/TcType.hs:378)
TcTauType (compiler/GHC/Tc/Utils/TcType.hs:379)
TcPredType (compiler/GHC/Tc/Utils/TcType.hs:359)
TcThetaType (compiler/GHC/Tc/Utils/TcType.hs:360)
TcTyVarSet (compiler/GHC/Tc/Utils/TcType.hs:381)
TcDTyVarSet (compiler/GHC/Tc/Utils/TcType.hs:383)
TcTyCoVarSet (compiler/GHC/Tc/Utils/TcType.hs:382)
TcDTyCoVarSet (compiler/GHC/Tc/Utils/TcType.hs:384)
TcKind (compiler/GHC/Tc/Utils/TcType.hs:380)
TcCoVar (compiler/GHC/Tc/Utils/TcType.hs:339)
TcTyCoVar (compiler/GHC/Tc/Utils/TcType.hs:341)
TcTyVarBinder (compiler/GHC/Tc/Utils/TcType.hs:348)
TcInvisTVBinder (compiler/GHC/Tc/Utils/TcType.hs:349)
TcReqTVBinder (compiler/GHC/Tc/Utils/TcType.hs:350)
TcTyCon (compiler/GHC/Tc/Utils/TcType.hs:353)
MonoTcTyCon (compiler/GHC/Tc/Utils/TcType.hs:354)
PolyTcTyCon (compiler/GHC/Tc/Utils/TcType.hs:355)
TcTyConBinder (compiler/GHC/Tc/Utils/TcType.hs:356)
InferResult (compiler/GHC/Tc/Utils/TcType.hs:398)
ExpSigmaType (compiler/GHC/Tc/Utils/TcType.hs:416)
ExpRhoType (compiler/GHC/Tc/Utils/TcType.hs:431)
TcLevel (compiler/GHC/Tc/Utils/TcType.hs:653)
topTcLevel (compiler/GHC/Tc/Utils/TcType.hs:755)
pushTcLevel (compiler/GHC/Tc/Utils/TcType.hs:763)
isTopTcLevel (compiler/GHC/Tc/Utils/TcType.hs:758)
strictlyDeeperThan (compiler/GHC/Tc/Utils/TcType.hs:766)
deeperThanOrSame (compiler/GHC/Tc/Utils/TcType.hs:770)
sameDepthAs (compiler/GHC/Tc/Utils/TcType.hs:774)
tcTypeLevel (compiler/GHC/Tc/Utils/TcType.hs:794)
tcTyVarLevel (compiler/GHC/Tc/Utils/TcType.hs:785)
maxTcLevel (compiler/GHC/Tc/Utils/TcType.hs:748)
minTcLevel (compiler/GHC/Tc/Utils/TcType.hs:751)
TcTyVarDetails (compiler/GHC/Tc/Utils/TcType.hs:566)
pprTcTyVarDetails (compiler/GHC/Tc/Utils/TcType.hs:591)
vanillaSkolemTvUnk (compiler/GHC/Tc/Utils/TcType.hs:584)
MetaDetails (compiler/GHC/Tc/Utils/TcType.hs:598)
skolemSkolInfo (compiler/GHC/Tc/Utils/TcType.hs:1100)
isImmutableTyVar (compiler/GHC/Tc/Utils/TcType.hs:1078)
isSkolemTyVar (compiler/GHC/Tc/Utils/TcType.hs:1093)
isMetaTyVar (compiler/GHC/Tc/Utils/TcType.hs:1115)
isMetaTyVarTy (compiler/GHC/Tc/Utils/TcType.hs:1177)
isTyVarTy (compiler/GHC/Core/Type.hs:1031)
tcIsTcTyVar (compiler/GHC/Tc/Utils/TcType.hs:1054)
isTyVarTyVar (compiler/GHC/Tc/Utils/TcType.hs:1216)
isOverlappableTyVar (compiler/GHC/Tc/Utils/TcType.hs:1108)
isTyConableTyVar (compiler/GHC/Tc/Utils/TcType.hs:1083)
isConcreteInfo (compiler/GHC/Tc/Utils/TcType.hs:1157)
isAmbiguousTyVar (compiler/GHC/Tc/Utils/TcType.hs:1127)
isCycleBreakerTyVar (compiler/GHC/Tc/Utils/TcType.hs:1135)
metaTyVarRef (compiler/GHC/Tc/Utils/TcType.hs:1204)
metaTyVarInfo (compiler/GHC/Tc/Utils/TcType.hs:1181)
isFlexi (compiler/GHC/Tc/Utils/TcType.hs:1222)
isIndirect (compiler/GHC/Tc/Utils/TcType.hs:1225)
isRuntimeUnkSkol (compiler/GHC/Tc/Utils/TcType.hs:1230)
metaTyVarTcLevel (compiler/GHC/Tc/Utils/TcType.hs:1192)
setMetaTyVarTcLevel (compiler/GHC/Tc/Utils/TcType.hs:1210)
metaTyVarTcLevel_maybe (compiler/GHC/Tc/Utils/TcType.hs:1198)
isTouchableMetaTyVar (compiler/GHC/Tc/Utils/TcType.hs:1067)
isPromotableMetaTyVar (compiler/GHC/Tc/Utils/TcType.hs:1059)
findDupTyVarTvs (compiler/GHC/Tc/Utils/TcType.hs:1241)
mkTyVarNamePairs (compiler/GHC/Tc/Utils/TcType.hs:1236)
mkSigmaTy (compiler/GHC/Tc/Utils/TcType.hs:1278)
mkPhiTy (compiler/GHC/Tc/Utils/TcType.hs:1287)
tcMkPhiTy (compiler/GHC/Tc/Utils/TcType.hs:1293)
tcMkDFunSigmaTy (compiler/GHC/Tc/Utils/TcType.hs:1281)
tcMkDFunPhiTy (compiler/GHC/Tc/Utils/TcType.hs:1297)
tcSplitForAllTyVarBinder_maybe (compiler/GHC/Tc/Utils/TcType.hs:1344)
tcSplitPhiTy (compiler/GHC/Tc/Utils/TcType.hs:1401)
tcSplitPredFunTy_maybe (compiler/GHC/Tc/Utils/TcType.hs:1392)
tcSplitFunTy_maybe (compiler/GHC/Tc/Utils/TcType.hs:1491)
tcSplitFunTys (compiler/GHC/Tc/Utils/TcType.hs:1483)
tcFunArgTy (compiler/GHC/Tc/Utils/TcType.hs:1527)
tcFunResultTy (compiler/GHC/Tc/Utils/TcType.hs:1530)
tcSplitTyConApp (compiler/GHC/Core/Type.hs:1642)
tcTyConAppTyCon (compiler/GHC/Tc/Utils/TcType.hs:1464)
tcTyConAppArgs (compiler/GHC/Tc/Utils/TcType.hs:1477)
tcSplitAppTy_maybe (compiler/GHC/Tc/Utils/TcType.hs:1542)
tcSplitAppTy (compiler/GHC/Tc/Utils/TcType.hs:1546)
tcSplitAppTys (compiler/GHC/Tc/Utils/TcType.hs:1551)
tcSplitIOType_maybe (compiler/GHC/Tc/Utils/TcType.hs:1996)
isSigmaTy (compiler/GHC/Tc/Utils/TcType.hs:1847)
isRhoTy (compiler/GHC/Tc/Utils/TcType.hs:1853)
isOverloadedTy (compiler/GHC/Tc/Utils/TcType.hs:1866)
isDoubleTy (compiler/GHC/Tc/Utils/TcType.hs:1877)
isFloatTy (compiler/GHC/Tc/Utils/TcType.hs:1876)
isIntTy (compiler/GHC/Tc/Utils/TcType.hs:1882)
isWordTy (compiler/GHC/Tc/Utils/TcType.hs:1883)
isIntegerTy (compiler/GHC/Tc/Utils/TcType.hs:1880)
isNaturalTy (compiler/GHC/Tc/Utils/TcType.hs:1881)
isBoolTy (compiler/GHC/Tc/Utils/TcType.hs:1884)
isUnitTy (compiler/GHC/Tc/Utils/TcType.hs:1885)
isCharTy (compiler/GHC/Tc/Utils/TcType.hs:1886)
isTauTy (compiler/GHC/Core/Type.hs:2166)
isTauTyCon (compiler/GHC/Core/TyCon.hs:2066)
tcIsTyVarTy (compiler/GHC/Tc/Utils/TcType.hs:1560)
isPredTy (compiler/GHC/Core/Type.hs:2698)
isTyVarClassPred (compiler/GHC/Tc/Utils/TcType.hs:1626)
checkValidClsArgs (compiler/GHC/Tc/Utils/TcType.hs:1637)
hasTyVarHead (compiler/GHC/Tc/Utils/TcType.hs:1645)
isRigidTy (compiler/GHC/Tc/Utils/TcType.hs:1922)
nonDetCmpType (compiler/GHC/Core/TyCo/Compare.hs:442)
nonDetCmpTypes (compiler/GHC/Core/TyCo/Compare.hs:456)
tcEqKind (compiler/GHC/Core/TyCo/Compare.hs:86)
eqVarBndrs (compiler/GHC/Core/TyCo/Compare.hs:421)
deNoteType (compiler/GHC/Tc/Utils/TcType.hs:1972)
getDFunTyKey (compiler/GHC/Tc/Utils/TcType.hs:1302)
evVarPred (compiler/GHC/Tc/Utils/TcType.hs:1653)
mkMinimalBySCs (compiler/GHC/Tc/Utils/TcType.hs:1709)
transSuperClasses (compiler/GHC/Tc/Utils/TcType.hs:1757)
pickCapturedPreds (compiler/GHC/Tc/Utils/TcType.hs:1686)
immSuperClasses (compiler/GHC/Tc/Utils/TcType.hs:1773)
boxEqPred (compiler/GHC/Tc/Utils/TcType.hs:1666)
isImprovementPred (compiler/GHC/Tc/Utils/TcType.hs:1780)
exactTyCoVarsOfType (compiler/GHC/Tc/Utils/TcType.hs:1033)
exactTyCoVarsOfTypes (compiler/GHC/Tc/Utils/TcType.hs:1034)
anyRewritableTyVar (compiler/GHC/Tc/Utils/TcType.hs:968)
anyRewritableTyFamApp (compiler/GHC/Tc/Utils/TcType.hs:985)
pSizeZero (compiler/GHC/Tc/Utils/TcType.hs:2147)
pSizeOne (compiler/GHC/Tc/Utils/TcType.hs:2148)
pSizeType (compiler/GHC/Tc/Utils/TcType.hs:2190)
pSizeTypeX (compiler/GHC/Tc/Utils/TcType.hs:2198)
pSizeTypes (compiler/GHC/Tc/Utils/TcType.hs:2193)
pSizeClassPred (compiler/GHC/Tc/Utils/TcType.hs:2232)
pSizeClassPredX (compiler/GHC/Tc/Utils/TcType.hs:2235)
pSizeTyConApp (compiler/GHC/Tc/Utils/TcType.hs:2216)
noMoreTyVars (compiler/GHC/Tc/Utils/TcType.hs:2175)
allDistinctTyVars (compiler/GHC/Tc/Utils/TcType.hs:2268)
TypeSize (compiler/GHC/Tc/Utils/TcType.hs:2276)
sizeType (compiler/GHC/Tc/Utils/TcType.hs:2280)
sizeTypes (compiler/GHC/Tc/Utils/TcType.hs:2283)
isStuckTypeFamily (compiler/GHC/Tc/Utils/TcType.hs:2245)
liftedTypeKind (compiler/GHC/Builtin/Types.hs-boot:22)
constraintKind (compiler/GHC/Builtin/Types.hs:1518)
Type (compiler/GHC/Core/TyCo/Rep.hs:123)
mkVisFunTy (compiler/GHC/Core/TyCo/Rep.hs:742)
mkVisFunTysMany (compiler/GHC/Core/TyCo/Rep.hs:752)
mkScaledFunTys (compiler/GHC/Core/TyCo/Rep.hs:762)
mkInvisFunTy (compiler/GHC/Core/TyCo/Rep.hs:715)
mkInvisFunTys (compiler/GHC/Core/TyCo/Rep.hs:719)
mkAppTys (compiler/GHC/Core/Type.hs:1099)
mkTyVarTy (compiler/GHC/Core/TyCo/Rep.hs:677)
mkTyVarTys (compiler/GHC/Core/TyCo/Rep.hs:681)
mkTyCoVarTy (compiler/GHC/Core/TyCo/Rep.hs:684)
mkTyCoVarTys (compiler/GHC/Core/TyCo/Rep.hs:691)
isClassPred (compiler/GHC/Core/Predicate.hs:229)
isEqPrimPred (compiler/GHC/Core/Predicate.hs:243)
isIPLikePred (compiler/GHC/Core/Predicate.hs:318)
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:1574)
tcSplitDFunTy (compiler/GHC/Tc/Utils/TcType.hs:1581)
tcSplitDFunHead (compiler/GHC/Tc/Utils/TcType.hs:1587)
tcSplitMethodTy (compiler/GHC/Tc/Utils/TcType.hs:1600)
emptySubst (compiler/GHC/Core/TyCo/Subst.hs:256)
mkEmptySubst (compiler/GHC/Core/TyCo/Subst.hs:259)
notElemSubst (compiler/GHC/Core/TyCo/Subst.hs:327)
unionSubst (compiler/GHC/Core/TyCo/Subst.hs:433)
getTvSubstEnv (compiler/GHC/Core/TyCo/Subst.hs:293)
extendTvSubstAndInScope (compiler/GHC/Core/TyCo/Subst.hs:414)
lookupTyVar (compiler/GHC/Core/TyCo/Subst.hs:845)
extendTCvSubst (compiler/GHC/Core/TyCo/Subst.hs:354)
substTyVarBndr (compiler/GHC/Core/TyCo/Subst.hs:1011)
isInScope (compiler/GHC/Core/TyCo/Subst.hs:315)
mkSubst (compiler/GHC/Core/TyCo/Subst.hs:276)
zipCoEnv (compiler/GHC/Core/TyCo/Subst.hs:507)
substScaledTys (compiler/GHC/Core/TyCo/Subst.hs:747)
substScaledTyUnchecked (compiler/GHC/Core/TyCo/Subst.hs:736)
isUnboxedTupleType (compiler/GHC/Core/Type.hs:2382)
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:967)
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
14% ( 9 / 62) in 'GHC.Iface.Syntax'
Missing documentation for:
Module header
IfaceDecl (compiler/GHC/Iface/Syntax.hs:131)
IfaceFamTyConFlav (compiler/GHC/Iface/Syntax.hs:226)
IfaceClassOp (compiler/GHC/Iface/Syntax.hs:236)
IfaceAT (compiler/GHC/Iface/Syntax.hs:244)
IfaceConDecl (compiler/GHC/Iface/Syntax.hs:272)
IfaceConDecls (compiler/GHC/Iface/Syntax.hs:259)
IfaceEqSpec (compiler/GHC/Iface/Syntax.hs:302)
IfaceExpr (compiler/GHC/Iface/Syntax.hs:611)
IfaceAlt (compiler/GHC/Iface/Syntax.hs:635)
IfaceLetBndr (compiler/GHC/Iface/Syntax.hs:654)
IfaceJoinInfo (compiler/GHC/Iface/Syntax.hs:662)
IfaceBinding (compiler/GHC/Iface/Syntax.hs:644)
IfaceBindingX (compiler/GHC/Iface/Syntax.hs:646)
IfaceMaybeRhs (compiler/GHC/Iface/Syntax.hs:660)
IfaceConAlt (compiler/GHC/Iface/Syntax.hs:640)
IfaceIdInfo (compiler/GHC/Iface/Syntax.hs:384)
IfaceIdDetails (compiler/GHC/Iface/Syntax.hs:418)
IfaceUnfolding (compiler/GHC/Iface/Syntax.hs:400)
IfGuidance (compiler/GHC/Iface/Syntax.hs:409)
IfaceInfoItem (compiler/GHC/Iface/Syntax.hs:386)
IfaceRule (compiler/GHC/Iface/Syntax.hs:335)
IfaceAnnotation (compiler/GHC/Iface/Syntax.hs:359)
IfaceAnnTarget (compiler/GHC/Iface/Syntax.hs:365)
IfaceWarnings (compiler/GHC/Iface/Syntax.hs:347)
IfaceWarningTxt (compiler/GHC/Iface/Syntax.hs:352)
IfaceStringLiteral (compiler/GHC/Iface/Syntax.hs:356)
IfaceClsInst (compiler/GHC/Iface/Syntax.hs:313)
IfaceFamInst (compiler/GHC/Iface/Syntax.hs:328)
IfaceTickish (compiler/GHC/Iface/Syntax.hs:629)
IfaceClassBody (compiler/GHC/Iface/Syntax.hs:194)
IfaceBooleanFormula (compiler/GHC/Iface/Syntax.hs:205)
IfaceAxBranch (compiler/GHC/Iface/Syntax.hs:250)
IfaceTyConParent (compiler/GHC/Iface/Syntax.hs:218)
IfaceCompleteMatch (compiler/GHC/Iface/Syntax.hs:367)
IfaceTopBndrInfo (compiler/GHC/Iface/Syntax.hs:656)
putIfaceTopBndr (compiler/GHC/Iface/Syntax.hs:124)
getIfaceTopBndr (compiler/GHC/Iface/Syntax.hs:121)
ifaceDeclImplicitBndrs (compiler/GHC/Iface/Syntax.hs:514)
visibleIfConDecls (compiler/GHC/Iface/Syntax.hs:497)
ifaceDeclFingerprints (compiler/GHC/Iface/Syntax.hs:576)
fromIfaceBooleanFormula (compiler/GHC/Iface/Syntax.hs:212)
fromIfaceWarnings (compiler/GHC/Iface/Syntax.hs:586)
freeNamesIfDecl (compiler/GHC/Iface/Syntax.hs:1605)
freeNamesIfRule (compiler/GHC/Iface/Syntax.hs:1877)
freeNamesIfFamInst (compiler/GHC/Iface/Syntax.hs:1885)
freeNamesIfConDecls (compiler/GHC/Iface/Syntax.hs:1712)
pprIfaceDecl (compiler/GHC/Iface/Syntax.hs:895)
AltPpr (compiler/GHC/Iface/Type.hs:1361)
ShowSub (compiler/GHC/Iface/Type.hs:1354)
ShowHowMuch (compiler/GHC/Iface/Type.hs:1363)
showToIface (compiler/GHC/Iface/Syntax.hs:842)
showToHeader (compiler/GHC/Iface/Syntax.hs:838)
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.
50% ( 67 /132) in 'GHC.Hs.Type'
Missing documentation for:
Module header
hsMult (compiler/Language/Haskell/Syntax/Type.hs:947)
hsScaledThing (compiler/Language/Haskell/Syntax/Type.hs:950)
HsLinearArrowTokens (compiler/Language/Haskell/Syntax/Type.hs:938)
hsLinear (compiler/GHC/Hs/Type.hs:380)
hsUnrestricted (compiler/GHC/Hs/Type.hs:383)
isUnrestricted (compiler/GHC/Hs/Type.hs:386)
pprHsArrow (compiler/GHC/Hs/Type.hs:404)
HsCoreTy (compiler/GHC/Hs/Type.hs:365)
EpAnnForallTy (compiler/GHC/Hs/Type.hs:168)
HsBndrVis (compiler/Language/Haskell/Syntax/Type.hs:719)
isHsBndrInvisible (compiler/Language/Haskell/Syntax/Type.hs:731)
fromMaybeContext (compiler/GHC/Hs/Type.hs:159)
hsIPNameFS (compiler/Language/Haskell/Syntax/Type.hs:690)
numVisibleArgs (compiler/GHC/Hs/Type.hs:591)
LHsTypeArg (compiler/Language/Haskell/Syntax/Type.hs:1215)
OutputableBndrFlag (compiler/GHC/Hs/Type.hs:1004)
getBangType (compiler/GHC/Hs/Type.hs:140)
getBangStrictness (compiler/GHC/Hs/Type.hs:146)
pprConDeclFields (compiler/GHC/Hs/Type.hs:1161)
mkFieldOcc (compiler/GHC/Hs/Type.hs:931)
mkAmbiguousFieldOcc (compiler/GHC/Hs/Type.hs:956)
ambiguousFieldOccRdrName (compiler/GHC/Hs/Type.hs:959)
ambiguousFieldOccLRdrName (compiler/GHC/Hs/Type.hs:962)
selectorAmbiguousFieldOcc (compiler/GHC/Hs/Type.hs:966)
unambiguousFieldOcc (compiler/GHC/Hs/Type.hs:970)
ambiguousFieldOcc (compiler/GHC/Hs/Type.hs:974)
mkAnonWildCardTy (compiler/GHC/Hs/Type.hs:505)
pprAnonWildCard (compiler/GHC/Hs/Type.hs:1105)
hsOuterTyVarNames (compiler/GHC/Hs/Type.hs:242)
hsOuterExplicitBndrs (compiler/GHC/Hs/Type.hs:247)
mapHsOuterImplicit (compiler/Language/Haskell/Syntax/Type.hs:677)
mkHsOuterImplicit (compiler/GHC/Hs/Type.hs:251)
mkHsOuterExplicit (compiler/GHC/Hs/Type.hs:255)
mkHsImplicitSigType (compiler/GHC/Hs/Type.hs:259)
mkHsExplicitSigType (compiler/GHC/Hs/Type.hs:266)
mkHsWildCardBndrs (compiler/GHC/Hs/Type.hs:271)
mkHsPatSigType (compiler/GHC/Hs/Type.hs:275)
mkEmptyWildCardBndrs (compiler/GHC/Hs/Type.hs:279)
mkHsForAllVisTele (compiler/GHC/Hs/Type.hs:184)
mkHsForAllInvisTele (compiler/GHC/Hs/Type.hs:189)
mkHsQTvs (compiler/GHC/Hs/Type.hs:193)
hsQTvExplicit (compiler/Language/Haskell/Syntax/Type.hs:354)
emptyLHsQTvs (compiler/GHC/Hs/Type.hs:196)
hsScopedTvs (compiler/GHC/Hs/Type.hs:430)
hsScopedKvs (compiler/GHC/Hs/Type.hs:436)
hsWcScopedTvs (compiler/GHC/Hs/Type.hs:422)
dropWildCards (compiler/GHC/Hs/Type.hs:239)
hsTyVarName (compiler/GHC/Hs/Type.hs:447)
hsAllLTyVarNames (compiler/GHC/Hs/Type.hs:461)
hsLTyVarLocNames (compiler/GHC/Hs/Type.hs:471)
hsLTyVarName (compiler/GHC/Hs/Type.hs:450)
hsLTyVarNames (compiler/GHC/Hs/Type.hs:453)
hsLTyVarLocName (compiler/GHC/Hs/Type.hs:467)
hsExplicitLTyVarNames (compiler/GHC/Hs/Type.hs:457)
splitHsFunType (compiler/GHC/Hs/Type.hs:544)
mkHsOpTy (compiler/GHC/Hs/Type.hs:511)
mkHsAppTy (compiler/GHC/Hs/Type.hs:514)
mkHsAppTys (compiler/GHC/Hs/Type.hs:519)
mkHsAppKindTy (compiler/GHC/Hs/Type.hs:523)
ignoreParens (compiler/GHC/Hs/Type.hs:493)
hsSigWcType (compiler/GHC/Hs/Type.hs:235)
hsPatSigType (compiler/Language/Haskell/Syntax/Type.hs:463)
pprHsType (compiler/GHC/Hs/Type.hs:1187)
pprLHsContext (compiler/GHC/Hs/Type.hs:1147)
Warning: 'RuleInfo' is ambiguous. It is defined
* at compiler/GHC/Types/Id/Info.hs:711:5
* at compiler/GHC/Types/Id/Info.hs:710:1
You 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:710:1
Warning: 'Var' is ambiguous. It is defined
* at compiler/GHC/Core.hs:250:5
* at compiler/GHC/Types/Var.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 compiler/GHC/Types/Var.hs:246: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:415:17
* at compiler/GHC/Core/InstEnv.hs:415:1
You 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:415:1
Warning: 'Module' is ambiguous. It is defined
* at compiler/GHC/Unit/Types.hs:120:23
* at compiler/GHC/Unit/Types.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 compiler/GHC/Unit/Types.hs:127:1
25% ( 14 / 54) in 'GHC.Core.InstEnv'
Missing documentation for:
Module header
InstMatch (compiler/GHC/Core/InstEnv.hs:899)
ClsInstLookupResult (compiler/GHC/Core/InstEnv.hs:901)
Canonical (compiler/GHC/Core/InstEnv.hs:994)
PotentialUnifiers (compiler/GHC/Core/InstEnv.hs:997)
getPotentialUnifiers (compiler/GHC/Core/InstEnv.hs:1035)
nullUnifiers (compiler/GHC/Core/InstEnv.hs:1039)
OverlapMode (compiler/GHC/Types/Basic.hs:702)
setOverlapModeMaybe (compiler/GHC/Types/Basic.hs:669)
DFunInstType (compiler/GHC/Core/InstEnv.hs:894)
pprInstance (compiler/GHC/Core/InstEnv.hs:223)
pprInstanceHdr (compiler/GHC/Core/InstEnv.hs:231)
pprInstances (compiler/GHC/Core/InstEnv.hs:235)
instanceHead (compiler/GHC/Core/InstEnv.hs:239)
instanceSig (compiler/GHC/Core/InstEnv.hs:260)
mkLocalClsInst (compiler/GHC/Core/InstEnv.hs:268)
mkImportedClsInst (compiler/GHC/Core/InstEnv.hs:316)
instanceDFunId (compiler/GHC/Core/InstEnv.hs:205)
updateClsInstDFuns (compiler/GHC/Core/InstEnv.hs:212)
updateClsInstDFun (compiler/GHC/Core/InstEnv.hs:208)
InstEnv (compiler/GHC/Core/InstEnv.hs:405)
mkInstEnv (compiler/GHC/Core/InstEnv.hs:442)
emptyInstEnv (compiler/GHC/Core/InstEnv.hs:439)
extendInstEnv (compiler/GHC/Core/InstEnv.hs:496)
filterInstEnv (compiler/GHC/Core/InstEnv.hs:500)
deleteFromInstEnv (compiler/GHC/Core/InstEnv.hs:511)
deleteDFunFromInstEnv (compiler/GHC/Core/InstEnv.hs:516)
anyInstEnv (compiler/GHC/Core/InstEnv.hs:504)
extendInstEnvList (compiler/GHC/Core/InstEnv.hs:493)
instEnvElts (compiler/GHC/Core/InstEnv.hs:445)
instEnvClasses (compiler/GHC/Core/InstEnv.hs:453)
mapInstEnv (compiler/GHC/Core/InstEnv.hs:508)
classInstances (compiler/GHC/Core/InstEnv.hs:470)
instanceBindFun (compiler/GHC/Core/InstEnv.hs:1496)
classNameInstances (compiler/GHC/Core/InstEnv.hs:473)
instanceCantMatch (compiler/GHC/Core/RoughMap.hs:300)
roughMatchTcs (compiler/GHC/Core/RoughMap.hs:316)
isOverlappable (compiler/GHC/Core/InstEnv.hs:126)
isOverlapping (compiler/GHC/Core/InstEnv.hs:127)
isIncoherent (compiler/GHC/Core/InstEnv.hs:128)
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:260:5
* at compiler/GHC/Core/TyCo/Rep.hs:816:1
You 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:816:1
Warning: 'Type' is ambiguous. It is defined
* at compiler/GHC/Core.hs:259:5
* at compiler/GHC/Core/TyCo/Rep.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 compiler/GHC/Core/TyCo/Rep.hs:123:1
23% ( 19 / 80) 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)
mkWpEvLams (compiler/GHC/Tc/Types/Evidence.hs:262)
mkWpLet (compiler/GHC/Tc/Types/Evidence.hs:266)
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:309)
idHsWrapper (compiler/GHC/Tc/Types/Evidence.hs:278)
isIdHsWrapper (compiler/GHC/Tc/Types/Evidence.hs:281)
pprHsWrapper (compiler/GHC/Tc/Types/Evidence.hs:904)
TcEvBinds (compiler/GHC/Tc/Types/Evidence.hs:331)
EvBindsVar (compiler/GHC/Tc/Types/Evidence.hs:339)
EvBindMap (compiler/GHC/Tc/Types/Evidence.hs:388)
emptyEvBindMap (compiler/GHC/Tc/Types/Evidence.hs:412)
extendEvBinds (compiler/GHC/Tc/Types/Evidence.hs:415)
lookupEvBind (compiler/GHC/Tc/Types/Evidence.hs:424)
evBindMapBinds (compiler/GHC/Tc/Types/Evidence.hs:427)
foldEvBindMap (compiler/GHC/Tc/Types/Evidence.hs:430)
nonDetStrictFoldEvBindMap (compiler/GHC/Tc/Types/Evidence.hs:436)
filterEvBindMap (compiler/GHC/Tc/Types/Evidence.hs:439)
isEmptyEvBindMap (compiler/GHC/Tc/Types/Evidence.hs:421)
evBindMapToVarSet (compiler/GHC/Tc/Types/Evidence.hs:443)
varSetMinusEvBindMap (compiler/GHC/Tc/Types/Evidence.hs:446)
EvBindInfo (compiler/GHC/Tc/Types/Evidence.hs:451)
EvBind (compiler/GHC/Tc/Types/Evidence.hs:459)
emptyTcEvBinds (compiler/GHC/Tc/Types/Evidence.hs:808)
isEmptyTcEvBinds (compiler/GHC/Tc/Types/Evidence.hs:811)
mkGivenEvBind (compiler/GHC/Tc/Types/Evidence.hs:473)
mkWantedEvBind (compiler/GHC/Tc/Types/Evidence.hs:469)
evBindVar (compiler/GHC/Tc/Types/Evidence.hs:466)
isCoEvBindsVar (compiler/GHC/Tc/Types/Evidence.hs:384)
EvTerm (compiler/GHC/Tc/Types/Evidence.hs:480)
EvExpr (compiler/GHC/Tc/Types/Evidence.hs:494)
evCoercion (compiler/GHC/Tc/Types/Evidence.hs:506)
evDFunApp (compiler/GHC/Tc/Types/Evidence.hs:515)
evDataConApp (compiler/GHC/Tc/Types/Evidence.hs:518)
evSelector (compiler/GHC/Tc/Types/Evidence.hs:525)
mkEvCast (compiler/GHC/Tc/Types/Evidence.hs:788)
evVarsOfTerm (compiler/GHC/Tc/Types/Evidence.hs:860)
mkEvScSelectors (compiler/GHC/Tc/Types/Evidence.hs:800)
evTypeable (compiler/GHC/Tc/Types/Evidence.hs:529)
findNeededEvVars (compiler/GHC/Tc/Types/Evidence.hs:843)
evTermCoercion (compiler/GHC/Tc/Types/Evidence.hs:829)
evTermCoercion_maybe (compiler/GHC/Tc/Types/Evidence.hs:817)
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:146)
pickLR (compiler/GHC/Types/Basic.hs:150)
QuoteWrapper (compiler/GHC/Tc/Types/Evidence.hs:1013)
quoteWrapperTyVarTy (compiler/GHC/Tc/Types/Evidence.hs:1016)
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
23% ( 9 / 38) in 'GHC.Hs.Binds'
Missing documentation for:
Module header
ppr_sig (compiler/GHC/Hs/Binds.hs:748)
NHsValBindsLR (compiler/GHC/Hs/Binds.hs:83)
XVarBindGhc (compiler/GHC/Hs/Binds.hs:125)
pprDeclList (compiler/GHC/Hs/Binds.hs:476)
pprLHsBindsForUser (compiler/GHC/Hs/Binds.hs:457)
pprLHsBinds (compiler/GHC/Hs/Binds.hs:443)
isEmptyLHsBinds (compiler/GHC/Hs/Binds.hs:498)
emptyLocalBinds (compiler/GHC/Hs/Binds.hs:480)
eqEmptyLocalBinds (compiler/GHC/Hs/Binds.hs:483)
isEmptyValBinds (compiler/GHC/Hs/Binds.hs:487)
emptyValBindsIn (compiler/GHC/Hs/Binds.hs:491)
emptyValBindsOut (compiler/GHC/Hs/Binds.hs:492)
emptyLHsBinds (compiler/GHC/Hs/Binds.hs:495)
plusHsValBinds (compiler/GHC/Hs/Binds.hs:503)
ppr_monobind (compiler/GHC/Hs/Binds.hs:519)
pprTicks (compiler/GHC/Hs/Binds.hs:619)
pprTcSpecPrags (compiler/GHC/Hs/Binds.hs:851)
isEmptyIPBindsPR (compiler/GHC/Hs/Binds.hs:647)
isEmptyIPBindsTc (compiler/GHC/Hs/Binds.hs:650)
AnnSig (compiler/GHC/Hs/Binds.hs:703)
noSpecPrags (compiler/GHC/Hs/Binds.hs:733)
hasSpecPrags (compiler/GHC/Hs/Binds.hs:736)
isDefaultMethod (compiler/GHC/Hs/Binds.hs:740)
pprVarSig (compiler/GHC/Hs/Binds.hs:840)
pprSpec (compiler/GHC/Hs/Binds.hs:845)
pprMinimalSig (compiler/GHC/Hs/Binds.hs:860)
hsSigDoc (compiler/GHC/Hs/Binds.hs:794)
pragBrackets (compiler/GHC/Hs/Binds.hs:831)
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.
45% ( 19 / 42) in 'GHC.Hs.Pat'
Missing documentation for:
Module header
LPat (compiler/Language/Haskell/Syntax/Pat.hs:56)
EpAnnSumPat (compiler/GHC/Hs/Pat.hs:177)
ConLikeP (compiler/Language/Haskell/Syntax/Pat.hs:226)
HsPatExpansion (compiler/GHC/Hs/Pat.hs:210)
hsConPatArgs (compiler/Language/Haskell/Syntax/Pat.hs:242)
hsRecFields (compiler/Language/Haskell/Syntax/Pat.hs:359)
hsRecFieldSel (compiler/Language/Haskell/Syntax/Pat.hs:365)
hsRecFieldId (compiler/GHC/Hs/Pat.hs:243)
hsRecFieldsArgs (compiler/Language/Haskell/Syntax/Pat.hs:362)
hsRecUpdFieldId (compiler/GHC/Hs/Pat.hs:249)
hsRecUpdFieldOcc (compiler/GHC/Hs/Pat.hs:252)
hsRecUpdFieldRdr (compiler/GHC/Hs/Pat.hs:246)
mkPrefixConPat (compiler/GHC/Hs/Pat.hs:420)
mkCharLitPat (compiler/GHC/Hs/Pat.hs:436)
mkNilPat (compiler/GHC/Hs/Pat.hs:433)
looksLazyPatBind (compiler/GHC/Hs/Pat.hs:485)
isBangedLPat (compiler/GHC/Hs/Pat.hs:472)
collectEvVarsPat (compiler/GHC/Hs/Pat.hs:814)
collectEvVarsPats (compiler/GHC/Hs/Pat.hs:808)
pprParendLPat (compiler/GHC/Hs/Pat.hs:301)
pprConArgs (compiler/GHC/Hs/Pat.hs:403)
pprLPat (compiler/GHC/Hs/Pat.hs:289)
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:481)
LHsDerivingClause (compiler/Language/Haskell/Syntax/Decls.hs:941)
LDerivClauseTys (compiler/Language/Haskell/Syntax/Decls.hs:961)
anyLConIsGadt (compiler/GHC/Hs/Decls.hs:948)
StandaloneKindSig (compiler/Language/Haskell/Syntax/Decls.hs:993)
standaloneKindSigName (compiler/GHC/Hs/Decls.hs:662)
DataDeclRn (compiler/GHC/Hs/Decls.hs:347)
tyClGroupTyClDecls (compiler/Language/Haskell/Syntax/Decls.hs:708)
tyClGroupInstDecls (compiler/Language/Haskell/Syntax/Decls.hs:711)
tyClGroupRoleDecls (compiler/Language/Haskell/Syntax/Decls.hs:714)
tyClGroupKindSigs (compiler/Language/Haskell/Syntax/Decls.hs:717)
tcdName (compiler/GHC/Hs/Decls.hs:412)
tyFamInstDeclName (compiler/GHC/Hs/Decls.hs:379)
tyFamInstDeclLName (compiler/GHC/Hs/Decls.hs:383)
countTyClDecls (compiler/GHC/Hs/Decls.hs:395)
pprTyClDeclFlavour (compiler/GHC/Hs/Decls.hs:501)
tyClDeclLName (compiler/GHC/Hs/Decls.hs:388)
tyClDeclTyVars (compiler/Language/Haskell/Syntax/Decls.hs:573)
famResultKindSignature (compiler/GHC/Hs/Decls.hs:558)
FunDep (compiler/Language/Haskell/Syntax/Decls.hs:475)
ppDataDefnHeader (compiler/GHC/Hs/Decls.hs:695)
pp_vanilla_decl_head (compiler/GHC/Hs/Decls.hs:484)
FamilyInfo (compiler/Language/Haskell/Syntax/Decls.hs:861)
instDeclDataFamInsts (compiler/GHC/Hs/Decls.hs:928)
pprDataFamInstFlavour (compiler/GHC/Hs/Decls.hs:863)
pprTyFamInstDecl (compiler/GHC/Hs/Decls.hs:824)
pprHsFamInstLHS (compiler/GHC/Hs/Decls.hs:874)
XViaStrategyPs (compiler/GHC/Hs/Decls.hs:1002)
HsRuleRn (compiler/GHC/Hs/Decls.hs:1139)
HsRuleAnn (compiler/GHC/Hs/Decls.hs:1144)
collectRuleBndrSigTys (compiler/Language/Haskell/Syntax/Decls.hs:1665)
flattenRuleDecls (compiler/GHC/Hs/Decls.hs:1156)
pprFullRuleName (compiler/GHC/Hs/Decls.hs:1199)
ForeignImport (compiler/Language/Haskell/Syntax/Decls.hs:1570)
ForeignExport (compiler/Language/Haskell/Syntax/Decls.hs:1602)
CImportSpec (compiler/Language/Haskell/Syntax/Decls.hs:1593)
hsConDeclTheta (compiler/GHC/Hs/Decls.hs:687)
getConNames (compiler/GHC/Hs/Decls.hs:671)
docDeclDoc (compiler/Language/Haskell/Syntax/Decls.hs:1688)
annProvenanceName_maybe (compiler/Language/Haskell/Syntax/Decls.hs:1753)
roleAnnotDeclName (compiler/GHC/Hs/Decls.hs:1289)
familyDeclLName (compiler/GHC/Hs/Decls.hs:552)
familyDeclName (compiler/GHC/Hs/Decls.hs:555)
emptyRdrGroup (compiler/GHC/Hs/Decls.hs:200)
emptyRnGroup (compiler/GHC/Hs/Decls.hs:201)
appendGroups (compiler/GHC/Hs/Decls.hs:226)
hsGroupInstDecls (compiler/Language/Haskell/Syntax/Decls.hs:244)
Warning: 'CoAxiom' is ambiguous. It is defined
* at compiler/GHC/Core/Coercion/Axiom.hs:227:5
* at compiler/GHC/Core/Coercion/Axiom.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 compiler/GHC/Core/Coercion/Axiom.hs:226:1
Warning: 'CoAxBranch' is ambiguous. It is defined
* at compiler/GHC/Core/Coercion/Axiom.hs:242:5
* at compiler/GHC/Core/Coercion/Axiom.hs:241:1
You 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:241:1
21% ( 10 / 47) in 'GHC.Core.FamInstEnv'
Missing documentation for:
Module header
FamInst (compiler/GHC/Core/FamInstEnv.hs:96)
FamFlavor (compiler/GHC/Core/FamInstEnv.hs:134)
famInstAxiom (compiler/GHC/Core/FamInstEnv.hs:184)
famInstTyCon (compiler/GHC/Core/FamInstEnv.hs:197)
famInstRHS (compiler/GHC/Core/FamInstEnv.hs:193)
famInstsRepTyCons (compiler/GHC/Core/FamInstEnv.hs:201)
famInstRepTyCon_maybe (compiler/GHC/Core/FamInstEnv.hs:205)
dataFamInstRepTyCon (compiler/GHC/Core/FamInstEnv.hs:211)
pprFamInst (compiler/GHC/Core/FamInstEnv.hs:238)
pprFamInsts (compiler/GHC/Core/FamInstEnv.hs:258)
orphNamesOfFamInst (compiler/GHC/Core/FamInstEnv.hs:217)
mkImportedFamInst (compiler/GHC/Core/FamInstEnv.hs:315)
mkLocalFamInst (compiler/GHC/Core/FamInstEnv.hs:269)
FamInstEnvs (compiler/GHC/Core/FamInstEnv.hs:409)
FamInstEnv (compiler/GHC/Core/FamInstEnv.hs:412)
emptyFamInstEnv (compiler/GHC/Core/FamInstEnv.hs:435)
extendFamInstEnv (compiler/GHC/Core/FamInstEnv.hs:464)
extendFamInstEnvList (compiler/GHC/Core/FamInstEnv.hs:461)
famInstEnvElts (compiler/GHC/Core/FamInstEnv.hs:438)
famInstEnvSize (compiler/GHC/Core/FamInstEnv.hs:424)
familyInstances (compiler/GHC/Core/FamInstEnv.hs:445)
familyNameInstances (compiler/GHC/Core/FamInstEnv.hs:449)
mkCoAxBranch (compiler/GHC/Core/FamInstEnv.hs:719)
mkBranchedCoAxiom (compiler/GHC/Core/FamInstEnv.hs:742)
mkUnbranchedCoAxiom (compiler/GHC/Core/FamInstEnv.hs:751)
mkSingleCoAxiom (compiler/GHC/Core/FamInstEnv.hs:766)
FamInstMatch (compiler/GHC/Core/FamInstEnv.hs:822)
lookupFamInstEnv (compiler/GHC/Core/FamInstEnv.hs:846)
lookupFamInstEnvConflicts (compiler/GHC/Core/FamInstEnv.hs:860)
lookupFamInstEnvByTyCon (compiler/GHC/Core/FamInstEnv.hs:835)
isDominatedBy (compiler/GHC/Core/FamInstEnv.hs:1137)
compatibleBranches (compiler/GHC/Core/FamInstEnv.hs:577)
topNormaliseType (compiler/GHC/Core/FamInstEnv.hs:1331)
normaliseType (compiler/GHC/Core/FamInstEnv.hs:1402)
normaliseTcApp (compiler/GHC/Core/FamInstEnv.hs:1408)
reduceTyFamApp_maybe (compiler/GHC/Core/FamInstEnv.hs:1172)
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: 'forall' 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)
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:801:3
* at compiler/GHC/Types/Error.hs:800:1
You 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:800:1
Warning: 'MsgEnvelope' is ambiguous. It is defined
* at compiler/GHC/Types/Error.hs:449:22
* at compiler/GHC/Types/Error.hs:449:1
You 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:449: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:324:26
* at compiler/GHC/Types/Error.hs:324:1
You 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:324: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.
71% ( 47 / 66) 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)
mkPlainDiagnostic (compiler/GHC/Types/Error.hs:346)
pprDiagnostic (compiler/GHC/Types/Error.hs:309)
HasDefaultDiagnosticOpts (compiler/GHC/Types/Error.hs:224)
defaultDiagnosticOpts (compiler/GHC/Types/Error.hs:229)
NoDiagnosticOpts (compiler/GHC/Types/Error.hs:290)
LanguageExtensionHint (compiler/GHC/Types/Hint.hs:58)
useExtensionInOrderTo (compiler/GHC/Types/Hint.hs:121)
pprMessageBag (compiler/GHC/Types/Error.hs:560)
mkLocMessage (compiler/GHC/Types/Error.hs:567)
getCaretDiagnostic (compiler/GHC/Types/Error.hs:659)
isWarningMessage (compiler/GHC/Types/Error.hs:760)
getErrorMessages (compiler/GHC/Types/Error.hs:780)
getWarningMessages (compiler/GHC/Types/Error.hs:777)
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.
82% ( 41 / 50) in 'GHC.Utils.Logger'
Missing documentation for:
Logger (compiler/GHC/Utils/Logger.hs:213)
HasLogger (compiler/GHC/Utils/Logger.hs:595)
ContainsLogger (compiler/GHC/Utils/Logger.hs:598)
initLogger (compiler/GHC/Utils/Logger.hs:248)
LogAction (compiler/GHC/Utils/Logger.hs:174)
DumpAction (compiler/GHC/Utils/Logger.hs:180)
TraceAction (compiler/GHC/Utils/Logger.hs:188)
jsonLogAction (compiler/GHC/Utils/Logger.hs:333)
defaultLogAction (compiler/GHC/Utils/Logger.hs:347)
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:96:17
* at compiler/GHC/Utils/Error.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 compiler/GHC/Utils/Error.hs:96:1
Warning: 'MsgEnvelope' is ambiguous. It is defined
* at compiler/GHC/Types/Error.hs:449:22
* at compiler/GHC/Types/Error.hs:449:1
You 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:449: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:246)
andValid (compiler/GHC/Utils/Error.hs:255)
getInvalids (compiler/GHC/Utils/Error.hs:264)
mkMessages (compiler/GHC/Types/Error.hs:150)
isEmptyMessages (compiler/GHC/Types/Error.hs:156)
pprMessageBag (compiler/GHC/Types/Error.hs:560)
pprMsgEnvelopeBagWithLoc (compiler/GHC/Utils/Error.hs:285)
pprMessages (compiler/GHC/Utils/Error.hs:282)
pprLocMsgEnvelope (compiler/GHC/Utils/Error.hs:296)
pprLocMsgEnvelopeDefault (compiler/GHC/Utils/Error.hs:293)
DiagOpts (compiler/GHC/Utils/Error.hs:96)
emptyDiagOpts (compiler/GHC/Utils/Error.hs:108)
diag_wopt (compiler/GHC/Utils/Error.hs:121)
diag_fatal_wopt (compiler/GHC/Utils/Error.hs:124)
emptyMessages (compiler/GHC/Types/Error.hs:147)
mkLocMessage (compiler/GHC/Types/Error.hs:567)
mkPlainDiagnostic (compiler/GHC/Types/Error.hs:346)
getCaretDiagnostic (compiler/GHC/Types/Error.hs:659)
putMsg (compiler/GHC/Utils/Error.hs:480)
printInfoForUser (compiler/GHC/Utils/Error.hs:483)
printOutputForUser (compiler/GHC/Utils/Error.hs:487)
logInfo (compiler/GHC/Utils/Error.hs:491)
errorMsg (compiler/GHC/Utils/Error.hs:333)
fatalErrorMsg (compiler/GHC/Utils/Error.hs:338)
compilationProgressMsg (compiler/GHC/Utils/Error.hs:342)
showPass (compiler/GHC/Utils/Error.hs:350)
debugTraceMsg (compiler/GHC/Utils/Error.hs:474)
ghcExit (compiler/GHC/Utils/Error.hs:324)
prettyPrintGhcErrors (compiler/GHC/Utils/Error.hs:499)
sortMsgBag (compiler/GHC/Utils/Error.hs:308)
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:87)
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: 'Emscripten' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Clang' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
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.
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
Warning: 'Option' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
93% ( 60 / 64) in 'GHC.Driver.Backend'
Missing documentation for:
BackendName (compiler/GHC/Driver/Backend/Internal.hs:26)
backendGeneratesCodeForHsBoot (compiler/GHC/Driver/Backend.hs:521)
backendUseJSLinker (compiler/GHC/Driver/Backend.hs:850)
platformDefaultBackend (compiler/GHC/Driver/Backend.hs:200)
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
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)
11% ( 3 / 26) 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:94)
allThePrimOps (compiler/GHC/Builtin/PrimOps.hs:101)
primOpType (compiler/GHC/Builtin/PrimOps.hs:631)
primOpSig (compiler/GHC/Builtin/PrimOps.hs:752)
primOpResultType (compiler/GHC/Builtin/PrimOps.hs:639)
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:645)
pprPrimOp (compiler/GHC/Builtin/PrimOps.hs:801)
tagToEnumKey (compiler/GHC/Builtin/PrimOps.hs:105)
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:505)
primOpOkForSideEffects (compiler/GHC/Builtin/PrimOps.hs:512)
primOpIsCheap (compiler/GHC/Builtin/PrimOps.hs:528)
primOpFixity (ghc-lib/stage0/compiler/build/primop-fixity.hs-incl:1)
primOpDocs (ghc-lib/stage0/compiler/build/primop-docs.hs-incl:1)
getPrimOpResultInfo (compiler/GHC/Builtin/PrimOps.hs:770)
isComparisonPrimOp (compiler/GHC/Builtin/PrimOps.hs:743)
PrimOpResultInfo (compiler/GHC/Builtin/PrimOps.hs:761)
PrimCall (compiler/GHC/Builtin/PrimOps.hs:813)
15% ( 11 / 69) in 'GHC.Stg.Syntax'
Missing documentation for:
Module header
StgArg (compiler/GHC/Stg/Syntax.hs:132)
GenStgBinding (compiler/GHC/Stg/Syntax.hs:120)
GenStgExpr (compiler/GHC/Stg/Syntax.hs:225)
GenStgRhs (compiler/GHC/Stg/Syntax.hs:432)
GenStgAlt (compiler/GHC/Stg/Syntax.hs:516)
AltType (compiler/GHC/Stg/Syntax.hs:522)
BinderP (compiler/GHC/Stg/Syntax.hs:658)
XRhsClosure (compiler/GHC/Stg/Syntax.hs:665)
XLet (compiler/GHC/Stg/Syntax.hs:674)
XLetNoEscape (compiler/GHC/Stg/Syntax.hs:681)
OutputablePass (compiler/GHC/Stg/Syntax.hs:750)
UpdateFlag (compiler/GHC/Stg/Syntax.hs:704)
isUpdatable (compiler/GHC/Stg/Syntax.hs:713)
StgTopBinding (compiler/GHC/Stg/Syntax.hs:564)
StgBinding (compiler/GHC/Stg/Syntax.hs:565)
StgExpr (compiler/GHC/Stg/Syntax.hs:566)
StgRhs (compiler/GHC/Stg/Syntax.hs:567)
StgAlt (compiler/GHC/Stg/Syntax.hs:568)
CgStgTopBinding (compiler/GHC/Stg/Syntax.hs:576)
CgStgBinding (compiler/GHC/Stg/Syntax.hs:577)
CgStgExpr (compiler/GHC/Stg/Syntax.hs:578)
CgStgRhs (compiler/GHC/Stg/Syntax.hs:579)
CgStgAlt (compiler/GHC/Stg/Syntax.hs:580)
TgStgTopBinding (compiler/GHC/Stg/Syntax.hs:582)
TgStgBinding (compiler/GHC/Stg/Syntax.hs:583)
TgStgExpr (compiler/GHC/Stg/Syntax.hs:584)
TgStgRhs (compiler/GHC/Stg/Syntax.hs:585)
TgStgAlt (compiler/GHC/Stg/Syntax.hs:586)
LlStgTopBinding (compiler/GHC/Stg/Syntax.hs:570)
LlStgBinding (compiler/GHC/Stg/Syntax.hs:571)
LlStgExpr (compiler/GHC/Stg/Syntax.hs:572)
LlStgRhs (compiler/GHC/Stg/Syntax.hs:573)
LlStgAlt (compiler/GHC/Stg/Syntax.hs:574)
InStgArg (compiler/GHC/Stg/Syntax.hs:595)
InStgTopBinding (compiler/GHC/Stg/Syntax.hs:593)
InStgBinding (compiler/GHC/Stg/Syntax.hs:594)
InStgExpr (compiler/GHC/Stg/Syntax.hs:596)
InStgRhs (compiler/GHC/Stg/Syntax.hs:597)
InStgAlt (compiler/GHC/Stg/Syntax.hs:598)
OutStgArg (compiler/GHC/Stg/Syntax.hs:601)
OutStgTopBinding (compiler/GHC/Stg/Syntax.hs:599)
OutStgBinding (compiler/GHC/Stg/Syntax.hs:600)
OutStgExpr (compiler/GHC/Stg/Syntax.hs:602)
OutStgRhs (compiler/GHC/Stg/Syntax.hs:603)
OutStgAlt (compiler/GHC/Stg/Syntax.hs:604)
StgOp (compiler/GHC/Stg/Syntax.hs:728)
stgRhsArity (compiler/GHC/Stg/Syntax.hs:489)
freeVarsOfRhs (compiler/GHC/Stg/Syntax.hs:495)
pprStgArg (compiler/GHC/Stg/Syntax.hs:823)
pprStgExpr (compiler/GHC/Stg/Syntax.hs:830)
pprStgRhs (compiler/GHC/Stg/Syntax.hs:941)
pprStgBinding (compiler/GHC/Stg/Syntax.hs:800)
pprStgAlt (compiler/GHC/Stg/Syntax.hs:916)
pprGenStgTopBinding (compiler/GHC/Stg/Syntax.hs:777)
pprStgTopBinding (compiler/GHC/Stg/Syntax.hs:803)
pprGenStgTopBindings (compiler/GHC/Stg/Syntax.hs:796)
pprStgTopBindings (compiler/GHC/Stg/Syntax.hs:806)
Warning: 'IdKey' is ambiguous. It is defined
* at compiler/GHC/StgToJS/Types.hs:194:5
* at compiler/GHC/StgToJS/Types.hs:193:1
You 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:193:1
Warning: 'ClosureInfo' is ambiguous. It is defined
* at compiler/GHC/StgToJS/Types.hs:99:20
* at compiler/GHC/StgToJS/Types.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/StgToJS/Types.hs:99:1
83% ( 31 / 37) in 'GHC.StgToJS.Types'
Missing documentation for:
StaticInfo (compiler/GHC/StgToJS/Types.hs:219)
StaticVal (compiler/GHC/StgToJS/Types.hs:225)
StaticUnboxed (compiler/GHC/StgToJS/Types.hs:239)
ExpFun (compiler/GHC/StgToJS/Types.hs:315)
ExprResult (compiler/GHC/StgToJS/Types.hs:357)
ExprValData (compiler/GHC/StgToJS/Types.hs:362)
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.
76% ( 16 / 21) in 'GHC.StgToJS.Object'
Missing documentation for:
IndexEntry (compiler/GHC/StgToJS/Object.hs:227)
LocatedBlockInfo (compiler/GHC/StgToJS/Object.hs:130)
BlockDeps (compiler/GHC/StgToJS/Object.hs:161)
BlockId (compiler/GHC/StgToJS/Object.hs:114)
BlockIds (compiler/GHC/StgToJS/Object.hs:115)
60% ( 3 / 5) in 'GHC.StgToJS.Linker.Types'
Missing documentation for:
JSLinkConfig (compiler/GHC/StgToJS/Linker/Types.hs:44)
LinkPlan (compiler/GHC/StgToJS/Linker/Types.hs:64)
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.
60% ( 53 / 88) in 'GHC.Core.Utils'
Missing documentation for:
mkCastMCo (compiler/GHC/Core/Utils.hs:247)
mkPiMCo (compiler/GHC/Core/Utils.hs:253)
mkTicks (compiler/GHC/Core/Utils.hs:402)
mkTickNoHNF (compiler/GHC/Core/Utils.hs:413)
tickHNFArgs (compiler/GHC/Core/Utils.hs:419)
mkDefaultCase (compiler/GHC/Core/Utils.hs:537)
mkSingleAltCase (compiler/GHC/Core/Utils.hs:545)
addDefault (compiler/GHC/Core/Utils.hs:594)
isDefaultAlt (compiler/GHC/Core/Utils.hs:598)
filterAlts (compiler/GHC/Core/Utils.hs:695)
combineIdenticalAlts (compiler/GHC/Core/Utils.hs:962)
scaleAltsBy (compiler/GHC/Core/Utils.hs:988)
exprIsTrivial (compiler/GHC/Core/Utils.hs:1079)
getIdFromTrivialExpr (compiler/GHC/Core/Utils.hs:1100)
getIdFromTrivialExpr_maybe (compiler/GHC/Core/Utils.hs:1105)
exprIsDupable (compiler/GHC/Core/Utils.hs:1127)
exprIsCheap (compiler/GHC/Core/Utils.hs:1267)
exprIsExpandable (compiler/GHC/Core/Utils.hs:1347)
exprIsCheapX (compiler/GHC/Core/Utils.hs:1273)
CheapAppFun (compiler/GHC/Core/Utils.hs:1369)
exprIsWorkFree (compiler/GHC/Core/Utils.hs:1264)
isCheapApp (compiler/GHC/Core/Utils.hs:1389)
isExpandableApp (compiler/GHC/Core/Utils.hs:1405)
isSaturatedConApp (compiler/GHC/Core/Utils.hs:405)
altsAreExhaustive (compiler/GHC/Core/Utils.hs:1687)
dataConRepInstPat (compiler/GHC/Core/Utils.hs:2062)
dataConRepFSInstPat (compiler/GHC/Core/Utils.hs:2063)
stripTicksT (compiler/GHC/Core/Utils.hs:464)
mkInScopeSetBndrs (compiler/GHC/Core/Utils.hs:2417)
extendInScopeSetBind (compiler/GHC/Core/Utils.hs:2409)
extendInScopeSetBndrs (compiler/GHC/Core/Utils.hs:2413)
mkStrictFieldSeqs (compiler/GHC/Core/Utils.hs:2571)
shouldUseCbvForId (compiler/GHC/Core/Utils.hs:2671)
isUnsafeEqualityProof (compiler/GHC/Core/Utils.hs:2713)
dumpIdInfoOfProgram (compiler/GHC/Core/Utils.hs:2453)
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:106:5
* at compiler/GHC/Core/TyCo/Subst.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 compiler/GHC/Core/TyCo/Subst.hs:105: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:250:5
* at compiler/GHC/Types/Var.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 compiler/GHC/Types/Var.hs:246:1
Warning: 'RuleInfo' is ambiguous. It is defined
* at compiler/GHC/Types/Id/Info.hs:711:5
* at compiler/GHC/Types/Id/Info.hs:710:1
You 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:710:1
63% ( 39 / 61) in 'GHC.Core.Subst'
Missing documentation for:
Module header
substRulesForImportedIds (compiler/GHC/Core/Subst.hs:546)
substExprSC (compiler/GHC/Core/Subst.hs:240)
lookupIdSubst_maybe (compiler/GHC/Core/Subst.hs:201)
substIdType (compiler/GHC/Core/Subst.hs:472)
substIdOcc (compiler/GHC/Core/Subst.hs:531)
substDVarSet (compiler/GHC/Core/Subst.hs:577)
emptySubst (compiler/GHC/Core/TyCo/Subst.hs:256)
mkEmptySubst (compiler/GHC/Core/TyCo/Subst.hs:259)
mkSubst (compiler/GHC/Core/TyCo/Subst.hs:276)
isEmptySubst (compiler/GHC/Core/TyCo/Subst.hs:262)
extendTCvSubst (compiler/GHC/Core/TyCo/Subst.hs:354)
extendIdSubstWithClone (compiler/GHC/Core/Subst.hs:150)
extendSubstWithVar (compiler/GHC/Core/Subst.hs:174)
isInScope (compiler/GHC/Core/TyCo/Subst.hs:315)
setInScope (compiler/GHC/Core/TyCo/Subst.hs:303)
delBndr (compiler/GHC/Core/Subst.hs:206)
delBndrs (compiler/GHC/Core/Subst.hs:212)
substTyVarBndr (compiler/GHC/Core/TyCo/Subst.hs:1011)
substCoVarBndr (compiler/GHC/Core/TyCo/Subst.hs:1023)
cloneBndr (compiler/GHC/Core/Subst.hs:428)
cloneBndrs (compiler/GHC/Core/Subst.hs:423)
Warning: 'DmdType' is ambiguous. It is defined
* at compiler/GHC/Types/Demand.hs:1816:5
* at compiler/GHC/Types/Demand.hs:1815:1
You 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:1815: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:889)
cheapArityType (compiler/GHC/Core/Opt/Arity.hs:1604)
ArityOpts (compiler/GHC/Core/Opt/Arity.hs:851)
etaExpandAT (compiler/GHC/Core/Opt/Arity.hs:1958)
mkBotArityType (compiler/GHC/Core/Opt/Arity.hs:809)
idArityType (compiler/GHC/Core/Opt/Arity.hs:1575)
exprIsDeadEnd (compiler/GHC/Core/Opt/Arity.hs:1667)
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:226)
isStateHackType (compiler/GHC/Core/Opt/Arity.hs:250)
zapLamBndrs (compiler/GHC/Core/Opt/Arity.hs:415)
etaExpandToJoinPointRule (compiler/GHC/Core/Opt/Arity.hs:3083)
pushCoArg (compiler/GHC/Core/Opt/Arity.hs:2807)
pushCoArgs (compiler/GHC/Core/Opt/Arity.hs:2790)
pushCoTyArg (compiler/GHC/Core/Opt/Arity.hs:2826)
pushCoercionIntoLambda (compiler/GHC/Core/Opt/Arity.hs:2911)
pushCoDataCon (compiler/GHC/Core/Opt/Arity.hs:2946)
collectBindersPushingCo (compiler/GHC/Core/Opt/Arity.hs:3006)
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:86)
zapLambdaBndrs (compiler/GHC/Core/Opt/OccurAnal.hs:1938)
scrutBinderSwap_maybe (compiler/GHC/Core/Opt/OccurAnal.hs:2977)
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:201)
mkSingleAltCase (compiler/GHC/Core/Utils.hs:545)
castBottomExpr (compiler/GHC/Core/Make.hs:211)
mkLitRubbish (compiler/GHC/Core/Make.hs:224)
mkStringExprFSWith (compiler/GHC/Core/Make.hs:307)
MkStringIds (compiler/GHC/Core/Make.hs:301)
getMkStringIds (compiler/GHC/Core/Make.hs:299)
FloatBind (compiler/GHC/Core/Make.hs:733)
wrapFloat (compiler/GHC/Core/Make.hs:745)
floatBindings (compiler/GHC/Core/Make.hs:758)
mkBigCoreVarTupSolo (compiler/GHC/Core/Make.hs:453)
mkRuntimeErrorApp (compiler/GHC/Core/Make.hs:857)
mkImpossibleExpr (compiler/GHC/Core/Make.hs:1080)
mkAbsentErrorApp (compiler/GHC/Core/Make.hs:1206)
errorIds (compiler/GHC/Core/Make.hs:883)
rEC_CON_ERROR_ID (compiler/GHC/Core/Make.hs:917)
nON_EXHAUSTIVE_GUARDS_ERROR_ID (compiler/GHC/Core/Make.hs:920)
nO_METHOD_BINDING_ERROR_ID (compiler/GHC/Core/Make.hs:919)
pAT_ERROR_ID (compiler/GHC/Core/Make.hs:918)
rEC_SEL_ERROR_ID (compiler/GHC/Core/Make.hs:916)
tYPE_ERROR_ID (compiler/GHC/Core/Make.hs:921)
aBSENT_SUM_FIELD_ERROR_ID (compiler/GHC/Core/Make.hs:1022)
20% ( 4 / 20) in 'GHC.Core.Unfold'
Missing documentation for:
Module header
sizeExpr (compiler/GHC/Core/Unfold.hs:454)
ArgSummary (compiler/GHC/Core/Unfold.hs:147)
nonTriv (compiler/GHC/Core/Unfold.hs:158)
CallCtxt (compiler/GHC/Core/Unfold.hs:161)
defaultUnfoldingOpts (compiler/GHC/Core/Unfold.hs:87)
updateCreationThreshold (compiler/GHC/Core/Unfold.hs:123)
updateUseThreshold (compiler/GHC/Core/Unfold.hs:126)
updateFunAppDiscount (compiler/GHC/Core/Unfold.hs:129)
updateDictDiscount (compiler/GHC/Core/Unfold.hs:132)
updateVeryAggressive (compiler/GHC/Core/Unfold.hs:135)
updateCaseScaling (compiler/GHC/Core/Unfold.hs:142)
updateCaseThreshold (compiler/GHC/Core/Unfold.hs:139)
updateReportPrefix (compiler/GHC/Core/Unfold.hs:145)
inlineBoringOk (compiler/GHC/Core/Unfold.hs:240)
calcUnfoldingGuidance (compiler/GHC/Core/Unfold.hs:262)
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:137:17
* at compiler/GHC/Driver/DynFlags.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 compiler/GHC/Driver/DynFlags.hs:137:1
Warning: 'WarningCategory' is ambiguous. It is defined
* at compiler/GHC/Unit/Module/Warnings.hs:129:27
* at compiler/GHC/Unit/Module/Warnings.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 compiler/GHC/Unit/Module/Warnings.hs:129:1
56% ( 59 /104) in 'GHC.Driver.DynFlags'
Missing documentation for:
Module header
WarningFlag (compiler/GHC/Driver/Flags.hs:587)
Language (compiler/GHC/Driver/Flags.hs:41)
FatalMessager (compiler/GHC/Driver/DynFlags.hs:716)
FlushOut (compiler/GHC/Driver/DynFlags.hs:722)
hasPprDebug (compiler/GHC/Driver/DynFlags.hs:1004)
hasNoDebugOutput (compiler/GHC/Driver/DynFlags.hs:1007)
hasNoStateHack (compiler/GHC/Driver/DynFlags.hs:1010)
hasNoOptCoercion (compiler/GHC/Driver/DynFlags.hs:1013)
xopt_DuplicateRecordFields (compiler/GHC/Driver/DynFlags.hs:1152)
xopt_FieldSelectors (compiler/GHC/Driver/DynFlags.hs:1157)
lang_set (compiler/GHC/Driver/DynFlags.hs:1162)
DynamicTooState (compiler/GHC/Driver/DynFlags.hs:924)
dynamicTooState (compiler/GHC/Driver/DynFlags.hs:931)
setDynamicNow (compiler/GHC/Driver/DynFlags.hs:937)
OnOff (compiler/GHC/Driver/DynFlags.hs:729)
ways (compiler/GHC/Driver/DynFlags.hs:1432)
HasDynFlags (compiler/GHC/Driver/DynFlags.hs:461)
ContainsDynFlags (compiler/GHC/Driver/DynFlags.hs:485)
RtsOptsEnabled (compiler/GHC/Driver/DynFlags.hs:896)
isOneShot (compiler/GHC/Driver/DynFlags.hs:801)
isNoLink (compiler/GHC/Driver/DynFlags.hs:816)
packageFlagsChanged (compiler/GHC/Driver/DynFlags.hs:874)
PackageDBFlag (compiler/GHC/Driver/DynFlags.hs:866)
PkgDbRef (compiler/GHC/Driver/DynFlags.hs:942)
showOpt (compiler/GHC/Utils/CliOption.hs:26)
DynLibLoader (compiler/GHC/Driver/DynFlags.hs:891)
defaultFatalMessager (compiler/GHC/Driver/DynFlags.hs:719)
defaultFlushOut (compiler/GHC/Driver/DynFlags.hs:725)
optLevelFlags (compiler/GHC/Driver/DynFlags.hs:1249)
TurnOnFlag (compiler/GHC/Driver/DynFlags.hs:1305)
turnOn (compiler/GHC/Driver/DynFlags.hs:1307)
turnOff (compiler/GHC/Driver/DynFlags.hs:1308)
programName (compiler/GHC/Driver/DynFlags.hs:1444)
projectVersion (compiler/GHC/Driver/DynFlags.hs:1446)
ghcUsagePath (compiler/GHC/Driver/DynFlags.hs:1448)
ghciUsagePath (compiler/GHC/Driver/DynFlags.hs:1450)
topDir (compiler/GHC/Driver/DynFlags.hs:1452)
toolDir (compiler/GHC/Driver/DynFlags.hs:1454)
versionedFilePath (compiler/GHC/Driver/DynFlags.hs:1485)
extraGccViaCFlags (compiler/GHC/Driver/DynFlags.hs:1456)
globalPackageDatabasePath (compiler/GHC/Driver/DynFlags.hs:1458)
LinkerInfo (compiler/GHC/Driver/DynFlags.hs:762)
CompilerInfo (compiler/GHC/Driver/DynFlags.hs:774)
initPromotionTickContext (compiler/GHC/Driver/DynFlags.hs:1537)
Warning: 'UnitId' is ambiguous. It is defined
* at compiler/GHC/Unit/Types.hs:509:18
* at compiler/GHC/Unit/Types.hs:509:1
You 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:509: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:120:23
* at compiler/GHC/Unit/Types.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 compiler/GHC/Unit/Types.hs:127:1
Warning: 'UnitVisibility' is ambiguous. It is defined
* at compiler/GHC/Unit/State.hs:277:23
* at compiler/GHC/Unit/State.hs:277:1
You 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:277:1
Warning: 'UnitState' is ambiguous. It is defined
* at compiler/GHC/Unit/State.hs:422:18
* at compiler/GHC/Unit/State.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 compiler/GHC/Unit/State.hs:422:1
Warning: 'DynFlags' is ambiguous. It is defined
* at compiler/GHC/Driver/DynFlags.hs:137:17
* at compiler/GHC/Driver/DynFlags.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 compiler/GHC/Driver/DynFlags.hs:137: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:271:7
* at compiler/GHC/Unit/Types.hs:290:1
You 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:290: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:422)
PreloadUnitClosure (compiler/GHC/Unit/State.hs:270)
UnitErr (compiler/GHC/Unit/State.hs:2063)
emptyUnitState (compiler/GHC/Unit/State.hs:487)
readUnitDatabases (compiler/GHC/Unit/State.hs:709)
readUnitDatabase (compiler/GHC/Unit/State.hs:765)
getUnitDbRefs (compiler/GHC/Unit/State.hs:716)
UnitInfoMap (compiler/GHC/Unit/State.hs:511)
listVisibleModuleNames (compiler/GHC/Unit/State.hs:2024)
lookupModuleWithSuggestions (compiler/GHC/Unit/State.hs:1919)
lookupPluginModuleWithSuggestions (compiler/GHC/Unit/State.hs:1946)
ModuleSuggestion (compiler/GHC/Unit/State.hs:1912)
pprReason (compiler/GHC/Unit/State.hs:1248)
mayThrowUnitErr (compiler/GHC/Unit/State.hs:2069)
pprFlag (compiler/GHC/Unit/State.hs:1078)
pprUnitInfoForUser (compiler/GHC/Unit/State.hs:2130)
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:120:23
* at compiler/GHC/Unit/Types.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 compiler/GHC/Unit/Types.hs:127: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:662)
showPpr (compiler/GHC/Driver/Ppr.hs:27)
showPprUnsafe (compiler/GHC/Utils/Outputable.hs:665)
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)
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:159)
simpleOptExpr (compiler/GHC/Core/SimpleOpt.hs:130)
simpleOptExprWith (compiler/GHC/Core/SimpleOpt.hs:147)
joinPointBindings_maybe (compiler/GHC/Core/SimpleOpt.hs:927)
exprIsLiteral_maybe (compiler/GHC/Core/SimpleOpt.hs:1446)
exprIsLambda_maybe (compiler/GHC/Core/SimpleOpt.hs:1472)
Warning: 'Var' is ambiguous. It is defined
* at compiler/GHC/Core.hs:250:5
* at compiler/GHC/Types/Var.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 compiler/GHC/Types/Var.hs:246:1
2% ( 1 / 35) in 'GHC.Types.Id.Make'
Missing documentation for:
Module header
mkDictFunId (compiler/GHC/Types/Id/Make.hs:1779)
mkDictSelId (compiler/GHC/Types/Id/Make.hs:472)
mkDictSelRhs (compiler/GHC/Types/Id/Make.hs:542)
mkFCallId (compiler/GHC/Types/Id/Make.hs:1731)
unwrapNewTypeBody (compiler/GHC/Types/Id/Make.hs:1697)
wrapFamInstBody (compiler/GHC/Types/Id/Make.hs:1707)
vanillaDataConBoxer (compiler/GHC/Types/Id/Make.hs:740)
mkDataConRep (compiler/GHC/Types/Id/Make.hs:787)
mkDataConWorkId (compiler/GHC/Types/Id/Make.hs:585)
DataConBangOpts (compiler/GHC/Types/Id/Make.hs:769)
BangOpts (compiler/GHC/Types/Id/Make.hs:775)
unboxedUnitExpr (compiler/GHC/Types/Id/Make.hs:2266)
wiredInIds (compiler/GHC/Types/Id/Make.hs:166)
ghcPrimIds (compiler/GHC/Types/Id/Make.hs:175)
realWorldPrimId (compiler/GHC/Types/Id/Make.hs:2250)
voidPrimId (compiler/GHC/Types/Id/Make.hs:2262)
voidArgId (compiler/GHC/Types/Id/Make.hs:2269)
nullAddrId (compiler/GHC/Types/Id/Make.hs:1846)
seqId (compiler/GHC/Types/Id/Make.hs:1853)
lazyId (compiler/GHC/Types/Id/Make.hs:1881)
lazyIdKey (compiler/GHC/Builtin/Names.hs:2374)
coercionTokenId (compiler/GHC/Types/Id/Make.hs:2272)
coerceId (compiler/GHC/Types/Id/Make.hs:2007)
proxyHashId (compiler/GHC/Types/Id/Make.hs:1828)
nospecId (compiler/GHC/Types/Id/Make.hs:1909)
nospecIdName (compiler/GHC/Types/Id/Make.hs:1824)
noinlineId (compiler/GHC/Types/Id/Make.hs:1894)
noinlineIdName (compiler/GHC/Types/Id/Make.hs:1888)
noinlineConstraintId (compiler/GHC/Types/Id/Make.hs:1901)
noinlineConstraintIdName (compiler/GHC/Types/Id/Make.hs:1890)
coerceName (compiler/GHC/Types/Id/Make.hs:1815)
leftSectionName (compiler/GHC/Types/Id/Make.hs:1817)
rightSectionName (compiler/GHC/Types/Id/Make.hs:1818)
28% ( 2 / 7) in 'GHC.Core.Opt.Simplify.Inline'
Missing documentation for:
Module header
couldBeSmallEnoughToInline (compiler/GHC/Core/Opt/Simplify/Inline.hs:49)
smallEnoughToInline (compiler/GHC/Core/Opt/Simplify/Inline.hs:58)
callSiteInline (compiler/GHC/Core/Opt/Simplify/Inline.hs:99)
CallCtxt (compiler/GHC/Core/Unfold.hs:161)
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 /114) in 'GHC.Cmm.CLabel'
Missing documentation for:
Module header
DynamicLinkerLabelInfo (compiler/GHC/Cmm/CLabel.hs:593)
getConInfoTableLocation (compiler/GHC/Cmm/CLabel.hs:543)
mkClosureLabel (compiler/GHC/Cmm/CLabel.hs:625)
mkSRTLabel (compiler/GHC/Cmm/CLabel.hs:610)
mkEntryLabel (compiler/GHC/Cmm/CLabel.hs:630)
mkRednCountsLabel (compiler/GHC/Cmm/CLabel.hs:614)
mkTagHitLabel (compiler/GHC/Cmm/CLabel.hs:617)
mkConInfoTableLabel (compiler/GHC/Cmm/CLabel.hs:633)
mkApEntryLabel (compiler/GHC/Cmm/CLabel.hs:742)
mkApInfoTableLabel (compiler/GHC/Cmm/CLabel.hs:737)
mkClosureTableLabel (compiler/GHC/Cmm/CLabel.hs:631)
mkBytesLabel (compiler/GHC/Cmm/CLabel.hs:635)
mkLocalBlockLabel (compiler/GHC/Cmm/CLabel.hs:720)
mkBlockInfoTableLabel (compiler/GHC/Cmm/CLabel.hs:638)
mkBitmapLabel (compiler/GHC/Cmm/CLabel.hs:829)
mkStringLitLabel (compiler/GHC/Cmm/CLabel.hs:891)
mkInitializerStubLabel (compiler/GHC/Cmm/CLabel.hs:894)
mkInitializerArrayLabel (compiler/GHC/Cmm/CLabel.hs:897)
mkFinalizerStubLabel (compiler/GHC/Cmm/CLabel.hs:901)
mkFinalizerArrayLabel (compiler/GHC/Cmm/CLabel.hs:904)
mkAsmTempLabel (compiler/GHC/Cmm/CLabel.hs:907)
mkAsmTempDerivedLabel (compiler/GHC/Cmm/CLabel.hs:910)
mkAsmTempEndLabel (compiler/GHC/Cmm/CLabel.hs:913)
mkDirty_MUT_VAR_Label (compiler/GHC/Cmm/CLabel.hs:655)
mkMUT_VAR_CLEAN_infoLabel (compiler/GHC/Cmm/CLabel.hs:674)
mkNonmovingWriteBarrierEnabledLabel (compiler/GHC/Cmm/CLabel.hs:656)
mkUpdInfoLabel (compiler/GHC/Cmm/CLabel.hs:658)
mkBHUpdInfoLabel (compiler/GHC/Cmm/CLabel.hs:659)
mkIndStaticInfoLabel (compiler/GHC/Cmm/CLabel.hs:660)
mkMainCapabilityLabel (compiler/GHC/Cmm/CLabel.hs:661)
mkMAP_FROZEN_CLEAN_infoLabel (compiler/GHC/Cmm/CLabel.hs:662)
mkMAP_FROZEN_DIRTY_infoLabel (compiler/GHC/Cmm/CLabel.hs:663)
mkMAP_DIRTY_infoLabel (compiler/GHC/Cmm/CLabel.hs:664)
mkSMAP_FROZEN_CLEAN_infoLabel (compiler/GHC/Cmm/CLabel.hs:668)
mkSMAP_FROZEN_DIRTY_infoLabel (compiler/GHC/Cmm/CLabel.hs:669)
mkSMAP_DIRTY_infoLabel (compiler/GHC/Cmm/CLabel.hs:670)
mkBadAlignmentLabel (compiler/GHC/Cmm/CLabel.hs:671)
mkOutOfBoundsAccessLabel (compiler/GHC/Cmm/CLabel.hs:672)
mkMemcpyRangeOverlapLabel (compiler/GHC/Cmm/CLabel.hs:673)
mkArrWords_infoLabel (compiler/GHC/Cmm/CLabel.hs:667)
mkSRTInfoLabel (compiler/GHC/Cmm/CLabel.hs:677)
mkTopTickyCtrLabel (compiler/GHC/Cmm/CLabel.hs:665)
mkCAFBlackHoleInfoTableLabel (compiler/GHC/Cmm/CLabel.hs:666)
mkRtsPrimOpLabel (compiler/GHC/Cmm/CLabel.hs:724)
mkRtsSlowFastTickyCtrLabel (compiler/GHC/Cmm/CLabel.hs:861)
mkSelectorInfoLabel (compiler/GHC/Cmm/CLabel.hs:727)
mkSelectorEntryLabel (compiler/GHC/Cmm/CLabel.hs:732)
mkCmmInfoLabel (compiler/GHC/Cmm/CLabel.hs:707)
mkCmmEntryLabel (compiler/GHC/Cmm/CLabel.hs:708)
mkCmmRetInfoLabel (compiler/GHC/Cmm/CLabel.hs:709)
mkCmmRetLabel (compiler/GHC/Cmm/CLabel.hs:710)
mkCmmCodeLabel (compiler/GHC/Cmm/CLabel.hs:711)
mkCmmDataLabel (compiler/GHC/Cmm/CLabel.hs:713)
mkRtsCmmDataLabel (compiler/GHC/Cmm/CLabel.hs:714)
mkCmmClosureLabel (compiler/GHC/Cmm/CLabel.hs:712)
mkRtsApFastLabel (compiler/GHC/Cmm/CLabel.hs:858)
mkPrimCallLabel (compiler/GHC/Cmm/CLabel.hs:748)
mkCCLabel (compiler/GHC/Cmm/CLabel.hs:853)
mkCCSLabel (compiler/GHC/Cmm/CLabel.hs:854)
mkIPELabel (compiler/GHC/Cmm/CLabel.hs:855)
mkDynamicLinkerLabel (compiler/GHC/Cmm/CLabel.hs:876)
mkPicBaseLabel (compiler/GHC/Cmm/CLabel.hs:883)
mkDeadStripPreventer (compiler/GHC/Cmm/CLabel.hs:888)
mkHpcTicksLabel (compiler/GHC/Cmm/CLabel.hs:871)
hasCAF (compiler/GHC/Cmm/CLabel.hs:972)
needsCDecl (compiler/GHC/Cmm/CLabel.hs:1006)
isCFunctionLabel (compiler/GHC/Cmm/CLabel.hs:1189)
isGcPtrLabel (compiler/GHC/Cmm/CLabel.hs:1194)
mayRedirectTo (compiler/GHC/Cmm/CLabel.hs:1767)
isIdLabel (compiler/GHC/Cmm/CLabel.hs:321)
isTickyLabel (compiler/GHC/Cmm/CLabel.hs:327)
hasHaskellName (compiler/GHC/Cmm/CLabel.hs:962)
hasIdLabelInfo (compiler/GHC/Cmm/CLabel.hs:966)
toClosureLbl (compiler/GHC/Cmm/CLabel.hs:928)
toSlowEntryLbl (compiler/GHC/Cmm/CLabel.hs:934)
toEntryLbl (compiler/GHC/Cmm/CLabel.hs:940)
toInfoLbl (compiler/GHC/Cmm/CLabel.hs:952)
pprCLabel (compiler/GHC/Cmm/CLabel.hs:1446)
pprAsmLabel (compiler/GHC/Cmm/CLabel.hs:1441)
dynamicLinkerLabelInfo (compiler/GHC/Cmm/CLabel.hs:879)
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:64)
cmmExprType (compiler/GHC/Cmm/Expr.hs:248)
cmmExprWidth (compiler/GHC/Cmm/Expr.hs:279)
maybeInvertCmmExpr (compiler/GHC/Cmm/Expr.hs:292)
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:195)
cmmLitType (compiler/GHC/Cmm/Expr.hs:259)
AlignmentSpec (compiler/GHC/Cmm/Expr.hs:92)
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:370)
UserOfRegs (compiler/GHC/Cmm/Expr.hs:363)
foldRegsDefd
foldRegsUsed
foldLocalRegsDefd (compiler/GHC/Cmm/Expr.hs:375)
foldLocalRegsUsed (compiler/GHC/Cmm/Expr.hs:368)
LocalRegSet (compiler/GHC/Cmm/Expr.hs:338)
GlobalRegSet (compiler/GHC/Cmm/Expr.hs:339)
emptyRegSet (compiler/GHC/Cmm/Expr.hs:351)
elemRegSet (compiler/GHC/Cmm/Expr.hs:353)
extendRegSet (compiler/GHC/Cmm/Expr.hs:354)
deleteFromRegSet (compiler/GHC/Cmm/Expr.hs:355)
mkRegSet (compiler/GHC/Cmm/Expr.hs:356)
plusRegSet (compiler/GHC/Cmm/Expr.hs:358)
minusRegSet (compiler/GHC/Cmm/Expr.hs:357)
timesRegSet (compiler/GHC/Cmm/Expr.hs:359)
sizeRegSet (compiler/GHC/Cmm/Expr.hs:360)
nullRegSet (compiler/GHC/Cmm/Expr.hs:352)
regSetToList (compiler/GHC/Cmm/Expr.hs:361)
isTrivialCmmExpr (compiler/GHC/Cmm/Expr.hs:301)
hasNoGlobalRegs (compiler/GHC/Cmm/Expr.hs:309)
isLit (compiler/GHC/Cmm/Expr.hs:317)
isComparisonExpr (compiler/GHC/Cmm/Expr.hs:321)
0% ( 0 / 7) in 'GHC.Platform.X86_64'
Missing documentation for:
Module header
callerSaves (compiler/CodeGen.Platform.h:494)
activeStgRegs (compiler/CodeGen.Platform.h:580)
haveRegBase (compiler/CodeGen.Platform.h:756)
globalRegMaybe (compiler/CodeGen.Platform.h:773)
freeReg (compiler/CodeGen.Platform.h:946)
freeRegBase (compiler/CodeGen.Platform.h:968)
0% ( 0 / 7) in 'GHC.Platform.X86'
Missing documentation for:
Module header
callerSaves (compiler/CodeGen.Platform.h:577)
activeStgRegs (compiler/CodeGen.Platform.h:580)
haveRegBase (compiler/CodeGen.Platform.h:756)
globalRegMaybe (compiler/CodeGen.Platform.h:773)
freeReg (compiler/CodeGen.Platform.h:940)
freeRegBase (compiler/CodeGen.Platform.h:968)
0% ( 0 / 6) in 'GHC.Platform.Wasm32'
Missing documentation for:
Module header
callerSaves (compiler/CodeGen.Platform.h:577)
activeStgRegs (compiler/CodeGen.Platform.h:580)
haveRegBase (compiler/CodeGen.Platform.h:756)
globalRegMaybe (compiler/CodeGen.Platform.h:773)
freeReg (compiler/CodeGen.Platform.h:1124)
0% ( 0 / 6) in 'GHC.Platform.S390X'
Missing documentation for:
Module header
callerSaves (compiler/CodeGen.Platform.h:500)
activeStgRegs (compiler/CodeGen.Platform.h:580)
haveRegBase (compiler/CodeGen.Platform.h:756)
globalRegMaybe (compiler/CodeGen.Platform.h:773)
freeReg (compiler/CodeGen.Platform.h:1124)
0% ( 0 / 6) in 'GHC.Platform.RISCV64'
Missing documentation for:
Module header
callerSaves (compiler/CodeGen.Platform.h:577)
activeStgRegs (compiler/CodeGen.Platform.h:580)
haveRegBase (compiler/CodeGen.Platform.h:756)
globalRegMaybe (compiler/CodeGen.Platform.h:773)
freeReg (compiler/CodeGen.Platform.h:1124)
0% ( 0 / 6) in 'GHC.Platform.PPC'
Missing documentation for:
Module header
callerSaves (compiler/CodeGen.Platform.h:577)
activeStgRegs (compiler/CodeGen.Platform.h:580)
haveRegBase (compiler/CodeGen.Platform.h:756)
globalRegMaybe (compiler/CodeGen.Platform.h:773)
freeReg (compiler/CodeGen.Platform.h:988)
0% ( 0 / 6) in 'GHC.Platform.NoRegs'
Missing documentation for:
Module header
callerSaves (compiler/CodeGen.Platform.h:577)
activeStgRegs (compiler/CodeGen.Platform.h:580)
haveRegBase (compiler/CodeGen.Platform.h:758)
globalRegMaybe (compiler/CodeGen.Platform.h:930)
freeReg (compiler/CodeGen.Platform.h:1124)
0% ( 0 / 6) in 'GHC.Platform.LoongArch64'
Missing documentation for:
Module header
callerSaves (compiler/CodeGen.Platform.h:577)
activeStgRegs (compiler/CodeGen.Platform.h:580)
haveRegBase (compiler/CodeGen.Platform.h:756)
globalRegMaybe (compiler/CodeGen.Platform.h:773)
freeReg (compiler/CodeGen.Platform.h:1124)
0% ( 0 / 6) in 'GHC.Platform.ARM'
Missing documentation for:
Module header
callerSaves (compiler/CodeGen.Platform.h:577)
activeStgRegs (compiler/CodeGen.Platform.h:580)
haveRegBase (compiler/CodeGen.Platform.h:756)
globalRegMaybe (compiler/CodeGen.Platform.h:773)
freeReg (compiler/CodeGen.Platform.h:1124)
0% ( 0 / 6) in 'GHC.Platform.AArch64'
Missing documentation for:
Module header
callerSaves (compiler/CodeGen.Platform.h:577)
activeStgRegs (compiler/CodeGen.Platform.h:580)
haveRegBase (compiler/CodeGen.Platform.h:756)
globalRegMaybe (compiler/CodeGen.Platform.h:773)
freeReg (compiler/CodeGen.Platform.h:1025)
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)
23% ( 6 / 26) in 'GHC.Cmm.Node'
Missing documentation for:
Module header
CmmNode (compiler/GHC/Cmm/Node.hs:59)
CmmFormal (compiler/GHC/Cmm/Node.hs:430)
CmmActual (compiler/GHC/Cmm/Node.hs:429)
UpdFrameOffset (compiler/GHC/Cmm/Node.hs:432)
ForeignConvention (compiler/GHC/Cmm/Node.hs:461)
ForeignTarget (compiler/GHC/Cmm/Node.hs:488)
foreignTargetHints (compiler/GHC/Cmm/Node.hs:526)
CmmReturnInfo (compiler/GHC/Cmm/Node.hs:476)
mapExp (compiler/GHC/Cmm/Node.hs:689)
mapExpDeep (compiler/GHC/Cmm/Node.hs:703)
wrapRecExp (compiler/GHC/Cmm/Node.hs:684)
foldExp (compiler/GHC/Cmm/Node.hs:773)
foldExpDeep (compiler/GHC/Cmm/Node.hs:787)
wrapRecExpf (compiler/GHC/Cmm/Node.hs:768)
mapExpM (compiler/GHC/Cmm/Node.hs:720)
mapExpDeepM (compiler/GHC/Cmm/Node.hs:755)
wrapRecExpM (compiler/GHC/Cmm/Node.hs:715)
mapSuccessors (compiler/GHC/Cmm/Node.hs:792)
mapCollectSuccessors (compiler/GHC/Cmm/Node.hs:799)
31% ( 15 / 47) in 'GHC.Cmm'
Missing documentation for:
Module header
CmmProgram (compiler/GHC/Cmm.hs:75)
GenCmmGroup (compiler/GHC/Cmm.hs:77)
CmmDecl (compiler/GHC/Cmm.hs:121)
CmmDeclSRTs (compiler/GHC/Cmm.hs:122)
CmmDataDecl (compiler/GHC/Cmm.hs:123)
cmmDataDeclCmmDecl (compiler/GHC/Cmm.hs:127)
CmmGraph (compiler/GHC/Cmm.hs:142)
GenCmmGraph (compiler/GHC/Cmm.hs:143)
toBlockMap (compiler/GHC/Cmm.hs:150)
revPostorder (compiler/GHC/Cmm.hs:163)
toBlockList (compiler/GHC/Cmm.hs:167)
CmmBlock (compiler/GHC/Cmm.hs:144)
RawCmmDecl (compiler/GHC/Cmm.hs:132)
Section (compiler/GHC/Cmm.hs:287)
SectionType (compiler/GHC/Cmm.hs:245)
GenCmmStatics (compiler/GHC/Cmm.hs:309)
CmmStatics (compiler/GHC/Cmm.hs:329)
RawCmmStatics (compiler/GHC/Cmm.hs:330)
CmmStatic (compiler/GHC/Cmm.hs:289)
SectionProtection (compiler/GHC/Cmm.hs:258)
GenBasicBlock (compiler/GHC/Cmm.hs:338)
ListGraph (compiler/GHC/Cmm.hs:348)
pprBBlock (compiler/GHC/Cmm.hs:366)
CmmStackInfo (compiler/GHC/Cmm.hs:190)
topInfoTable (compiler/GHC/Cmm.hs:187)
ClosureTypeInfo (compiler/GHC/Runtime/Heap/Layout.hs:189)
ProfilingInfo (compiler/GHC/Cmm.hs:237)
ConstrDescription (compiler/GHC/Runtime/Heap/Layout.hs:198)
pprCmmGroup (compiler/GHC/Cmm.hs:398)
pprSection (compiler/GHC/Cmm.hs:464)
pprStatic (compiler/GHC/Cmm.hs:454)
Warning: 'hydrateCgBreakInfo' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
25% ( 6 / 24) in 'GHC.ByteCode.Types'
Missing documentation for:
CompiledByteCode (compiler/GHC/ByteCode/Types.hs:52)
seqCompiledByteCode (compiler/GHC/ByteCode/Types.hs:70)
FFIInfo (compiler/GHC/ByteCode/Types.hs:61)
RegBitmap (compiler/GHC/ByteCode/Types.hs:89)
NativeCallType (compiler/GHC/ByteCode/Types.hs:115)
NativeCallInfo (compiler/GHC/ByteCode/Types.hs:119)
voidTupleReturnInfo (compiler/GHC/ByteCode/Types.hs:136)
voidPrimCallInfo (compiler/GHC/ByteCode/Types.hs:139)
ByteOff (compiler/GHC/ByteCode/Types.hs:77)
WordOff (compiler/GHC/ByteCode/Types.hs:80)
HalfWord (compiler/GHC/ByteCode/Types.hs:86)
UnlinkedBCO (compiler/GHC/ByteCode/Types.hs:151)
BCOPtr (compiler/GHC/ByteCode/Types.hs:166)
BCONPtr (compiler/GHC/ByteCode/Types.hs:176)
ItblEnv (compiler/GHC/ByteCode/Types.hs:141)
ItblPtr (compiler/GHC/ByteCode/Types.hs:146)
AddrEnv (compiler/GHC/ByteCode/Types.hs:142)
AddrPtr (compiler/GHC/ByteCode/Types.hs:148)
19% ( 9 / 46) in 'GHC.CoreToIface'
Missing documentation for:
toIfaceTvBndr (compiler/GHC/CoreToIface.hs:122)
toIfaceTvBndrs (compiler/GHC/CoreToIface.hs:130)
toIfaceIdBndr (compiler/GHC/CoreToIface.hs:133)
toIfaceBndr (compiler/GHC/CoreToIface.hs:142)
toIfaceTopBndr (compiler/GHC/CoreToIface.hs:443)
toIfaceForAllBndr (compiler/GHC/CoreToIface.hs:155)
toIfaceForAllBndrs (compiler/GHC/CoreToIface.hs:152)
toIfaceTyVar (compiler/GHC/CoreToIface.hs:223)
toIfaceType (compiler/GHC/CoreToIface.hs:173)
toIfaceTypeX (compiler/GHC/CoreToIface.hs:180)
toIfaceKind (compiler/GHC/CoreToIface.hs:169)
toIfaceTcArgs (compiler/GHC/CoreToIface.hs:325)
toIfaceTyCon (compiler/GHC/CoreToIface.hs:230)
toIfaceTyCon_name (compiler/GHC/CoreToIface.hs:261)
toIfaceTyLit (compiler/GHC/CoreToIface.hs:267)
tidyToIfaceType (compiler/GHC/CoreToIface.hs:379)
tidyToIfaceContext (compiler/GHC/CoreToIface.hs:385)
tidyToIfaceTcArgs (compiler/GHC/CoreToIface.hs:382)
toIfaceCoercion (compiler/GHC/CoreToIface.hs:273)
toIfaceCoercionX (compiler/GHC/CoreToIface.hs:278)
patSynToIfaceDecl (compiler/GHC/CoreToIface.hs:396)
toIfaceExpr (compiler/GHC/CoreToIface.hs:552)
toIfaceBang (compiler/GHC/CoreToIface.hs:426)
toIfaceSrcBang (compiler/GHC/CoreToIface.hs:432)
toIfaceLetBndr (compiler/GHC/CoreToIface.hs:435)
toIfaceIdDetails (compiler/GHC/CoreToIface.hs:452)
toIfaceIdInfo (compiler/GHC/CoreToIface.hs:469)
toIfUnfolding (compiler/GHC/CoreToIface.hs:511)
toIfaceTickish (compiler/GHC/CoreToIface.hs:577)
toIfaceBind (compiler/GHC/CoreToIface.hs:586)
toIfaceTopBind (compiler/GHC/CoreToIface.hs:590)
toIfaceAlt (compiler/GHC/CoreToIface.hs:618)
toIfaceCon (compiler/GHC/CoreToIface.hs:622)
toIfaceApp (compiler/GHC/CoreToIface.hs:630)
toIfaceVar (compiler/GHC/CoreToIface.hs:652)
toIfaceLFInfo (compiler/GHC/CoreToIface.hs:674)
dehydrateCgBreakInfo (compiler/GHC/CoreToIface.hs:700)
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:97:5
* at compiler/GHC/Core/FamInstEnv.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 compiler/GHC/Core/FamInstEnv.hs:96:1
85% ( 6 / 7) in 'GHC.Types.TyThing.Ppr'
Missing documentation for:
Module header
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:105)
builtinRules (compiler/GHC/Core/Opt/ConstantFold.hs:2170)
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:1664:13
* at libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1664:1
You 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:1664: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:141:6
* at libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2796:1
You 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:2796:1
Warning: 'Bang' is ambiguous. It is defined
* at libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2788:13
* at libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2788:1
You 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:2788:1
Warning: 'TySynEqn' is ambiguous. It is defined
* at libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2606:17
* at libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2606:1
You 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:2606: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:216:15
* at libraries/template-haskell/Language/Haskell/TH/Syntax.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 libraries/template-haskell/Language/Haskell/TH/Syntax.hs:216:1
Warning: 'TExp' is ambiguous. It is defined
* at libraries/template-haskell/Language/Haskell/TH/Syntax.hs:341:18
* at libraries/template-haskell/Language/Haskell/TH/Syntax.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 libraries/template-haskell/Language/Haskell/TH/Syntax.hs:341:1
Warning: 'Code' is ambiguous. It is defined
* at libraries/template-haskell/Language/Haskell/TH/Syntax.hs:386:20
* at libraries/template-haskell/Language/Haskell/TH/Syntax.hs:386:1
You 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:386:1
Warning: 'Fixity' is ambiguous. It is defined
* at libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2112:24
* at libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2112:1
You 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:2112: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
57% (110 /190) in 'Language.Haskell.TH.Syntax'
Missing documentation for:
Foreign (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2612)
Type (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2820)
Fixity (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2112)
NameIs (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1860)
memcmp (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2271)
Q (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:216)
sequenceQ (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:958)
mkNameG_v (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1849)
mkNameG_d (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1851)
mkNameG_tc (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1850)
mkNameS (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1846)
mkModName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1556)
mkNameG_fld (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1858)
liftString (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1185)
Exp (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2309)
Match (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2302)
Clause (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2305)
Stmt (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2415)
Dec (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2427)
BangType (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2792)
VarBangType (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2793)
FieldExp (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2399)
FieldPat (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2300)
FunDep (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2609)
RuleBndr (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2648)
ModName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1542)
Inline (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2634)
RuleMatch (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2639)
Phases (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2643)
TyLit (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2886)
BndrVis (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2872)
Specificity (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2858)
Bang (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2788)
Cxt (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2657)
AnnTarget (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2652)
Pragma (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2623)
Safety (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2620)
Callconv (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2617)
Range (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2423)
Guard (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2410)
Body (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2403)
Lit (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2198)
FixityDirection (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2114)
CharPos (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1991)
Loc (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1983)
NameSpace (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1682)
NameFlavour (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1671)
OccName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1552)
PkgName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1545)
Quasi (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:95)
newNameIO (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:197)
badIO (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:201)
counter (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:207)
runQ (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:230)
lookupName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:501)
addForeignFile (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:812)
addrToByteArrayName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1149)
addrToByteArray (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1159)
trueName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1376)
falseName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1377)
nothingName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1380)
justName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1381)
leftName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1384)
rightName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1385)
nonemptyName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1388)
oneName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1391)
manyName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1392)
modString (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1559)
mkPkgName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1563)
pkgString (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1566)
mkOccName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1574)
occString (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1577)
showName (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1863)
showName' (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1866)
mk_tup_name (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1922)
eqBytes (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2255)
compareBytes (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2261)
cmpEq (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2959)
thenCmp (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2963)
get_cons_names (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2967)
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 / 79) 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)
pprPrefixOcc (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:119)
isSymOcc (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:122)
pprInfixExp (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:129)
pprExp (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:137)
pprFields (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:239)
pprMaybeExp (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:242)
pprMatchPat (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:261)
pprGuarded (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:266)
pprBody (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:273)
pprClause (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:281)
pprLit (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:290)
bytesToString (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:342)
pprString (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:347)
pprPat (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:354)
ppr_dec (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:396)
ppr_deriv_strategy (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:480)
ppr_overlap (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:488)
ppr_data (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:497)
ppr_newtype (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:501)
ppr_type_data (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:505)
ppr_typedef (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:508)
ppr_deriv_clause (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:543)
ppr_tySyn (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:556)
ppr_tf_head (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:564)
ppr_bndrs (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:571)
commaSepApplied (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:718)
pprForall (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:721)
pprForallVis (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:724)
pprForall' (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:727)
pprRecFields (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:740)
pprGadtRHS (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:745)
pprVarBangType (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:754)
pprBangType (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:768)
pprVarStrictType (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:797)
pprStrictType (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:803)
pprType (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:807)
pprParendType (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:846)
pprInfixT (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:849)
pprParendTypeArg (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:868)
isStarT (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:872)
pprTyApp (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:884)
fromTANormal (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:911)
pprFunArgType (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:916)
ForallVisFlag (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:918)
TypeArg (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:922)
split (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:926)
pprTyLit (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:932)
PprFlag (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:940)
pprBndrVis (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:958)
pprCxt (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:972)
ppr_cxt_preds (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:976)
where_clause (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:996)
showtextl (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:1000)
hashParens (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:1003)
quoteParens (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:1006)
sepWith (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:1022)
commaSep (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:1027)
commaSepWith (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:1032)
semiSep (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:1037)
semiSepWith (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:1042)
unboxedSumBars (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:1047)
bar (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:1054)
15% ( 47 /311) in 'Language.Haskell.TH.Lib.Internal'
Missing documentation for:
CodeQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:39)
InfoQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:41)
PatQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:42)
FieldPatQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:43)
ExpQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:44)
DecQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:45)
DecsQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:46)
Decs (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:47)
ConQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:48)
TypeQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:49)
KindQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:50)
TyLitQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:51)
CxtQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:52)
PredQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:53)
DerivClauseQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:54)
MatchQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:55)
ClauseQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:56)
BodyQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:57)
GuardQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:58)
StmtQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:59)
RangeQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:60)
SourceStrictnessQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:61)
SourceUnpackednessQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:62)
BangQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:63)
BangTypeQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:64)
VarBangTypeQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:65)
StrictTypeQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:66)
VarStrictTypeQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:67)
FieldExpQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:68)
RuleBndrQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:69)
TySynEqnQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:70)
PatSynDirQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:71)
PatSynArgsQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:72)
FamilyResultSigQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:73)
DerivStrategyQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:74)
Role (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:77)
InjectivityAnn (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:78)
TyVarBndrUnit (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:80)
TyVarBndrSpec (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:81)
TyVarBndrVis (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:82)
intPrimL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:89)
wordPrimL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:91)
floatPrimL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:93)
doublePrimL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:95)
integerL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:97)
charL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:99)
charPrimL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:101)
stringL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:103)
stringPrimL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:105)
bytesPrimL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:107)
rationalL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:109)
litP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:112)
varP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:115)
tupP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:118)
unboxedTupP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:121)
unboxedSumP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:124)
conP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:127)
infixP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:131)
uInfixP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:135)
parensP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:139)
tildeP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:143)
bangP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:146)
asP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:149)
wildP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:152)
recP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:154)
listP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:157)
sigP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:160)
viewP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:164)
fieldPat (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:169)
bindS (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:177)
letS (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:180)
noBindS (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:183)
parS (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:186)
recS (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:189)
fromR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:195)
fromThenR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:198)
fromToR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:201)
fromThenToR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:204)
normalB (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:210)
guardedB (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:213)
normalG (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:219)
normalGE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:222)
patG (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:225)
patGE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:228)
varE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:258)
conE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:261)
litE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:264)
appE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:267)
appTypeE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:270)
parensE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:273)
uInfixE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:276)
infixE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:280)
infixApp (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:289)
sectionL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:291)
sectionR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:293)
lamE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:296)
tupE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:313)
unboxedTupE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:316)
unboxedSumE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:319)
condE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:322)
multiIfE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:325)
letE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:328)
caseE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:331)
doE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:334)
mdoE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:337)
compE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:340)
arithSeqE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:343)
listE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:346)
sigE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:349)
recConE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:352)
recUpdE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:355)
stringE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:358)
fieldExp (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:361)
unboundVarE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:368)
labelE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:371)
implicitParamVarE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:374)
getFieldE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:377)
projectionE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:382)
typedSpliceE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:385)
typedBracketE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:388)
fromE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:392)
fromThenE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:395)
fromToE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:398)
fromThenToE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:401)
valD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:409)
funD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:417)
tySynD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:423)
dataD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:431)
newtypeD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:442)
typeDataD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:453)
classD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:461)
instanceD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:469)
instanceWithOverlapD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:472)
sigD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:482)
kiSigD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:485)
forImpD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:488)
infixLD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:493)
infixRD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:496)
infixND (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:499)
defaultD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:502)
pragInlD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:505)
pragOpaqueD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:509)
pragSpecD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:512)
pragSpecInlD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:518)
pragSpecInstD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:524)
pragRuleD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:531)
pragAnnD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:540)
pragLineD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:546)
pragCompleteD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:549)
dataInstD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:553)
newtypeInstD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:565)
tySynInstD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:576)
dataFamilyD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:582)
openTypeFamilyD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:589)
closedTypeFamilyD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:596)
roleAnnotD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:603)
standaloneDerivD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:606)
standaloneDerivWithStrategyD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:609)
defaultSigD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:617)
tySynEqn (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:645)
cxt (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:653)
derivClause (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:656)
stockStrategy (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:661)
anyclassStrategy (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:664)
newtypeStrategy (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:667)
viaStrategy (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:670)
normalC (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:673)
recC (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:676)
infixC (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:679)
forallC (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:684)
gadtC (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:691)
recGadtC (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:694)
forallT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:700)
forallVisT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:707)
varT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:710)
conT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:713)
infixT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:716)
uInfixT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:721)
promotedInfixT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:726)
promotedUInfixT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:731)
parensT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:736)
appT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:740)
appKindT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:746)
arrowT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:752)
mulArrowT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:755)
listT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:758)
litT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:761)
tupleT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:764)
unboxedTupleT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:767)
unboxedSumT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:770)
sigT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:773)
equalityT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:780)
wildCardT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:783)
implicitParamT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:786)
classP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:793)
equalP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:800)
promotedT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:808)
promotedTupleT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:811)
promotedNilT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:814)
promotedConsT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:817)
noSourceUnpackedness (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:820)
sourceNoUnpack (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:821)
sourceUnpack (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:822)
noSourceStrictness (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:825)
sourceLazy (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:826)
sourceStrict (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:827)
isStrict (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:839)
notStrict (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:840)
unpacked (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:841)
bang (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:844)
bangType (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:849)
varBangType (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:852)
strictType (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:857)
varStrictType (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:862)
numTyLit (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:871)
strTyLit (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:875)
charTyLit (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:878)
plainTV (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:884)
plainInvisTV (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:887)
plainBndrTV (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:890)
kindedTV (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:893)
kindedInvisTV (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:896)
kindedBndrTV (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:899)
specifiedSpec (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:902)
inferredSpec (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:905)
bndrReq (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:908)
bndrInvis (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:911)
varK (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:914)
conK (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:917)
tupleK (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:920)
arrowK (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:923)
listK (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:926)
appK (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:929)
starK (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:932)
constraintK (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:935)
noSig (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:941)
kindSig (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:944)
tyVarSig (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:947)
injectivityAnn (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:953)
nominalR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:959)
representationalR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:960)
phantomR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:961)
inferR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:962)
cCall (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:968)
stdCall (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:969)
cApi (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:970)
prim (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:971)
javaScript (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:972)
unsafe (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:978)
safe (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:979)
interruptible (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:980)
funDep (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:986)
ruleVar (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:991)
typedRuleVar (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:994)
valueAnnotation (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:999)
typeAnnotation (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1002)
moduleAnnotation (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1005)
unidir (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1011)
implBidir (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1012)
explBidir (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1015)
prefixPatSyn (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1020)
recordPatSyn (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1023)
infixPatSyn (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1026)
appsE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1032)
Warning: 'Q' is ambiguous. It is defined
* at libraries/template-haskell/Language/Haskell/TH/Syntax.hs:216:15
* at libraries/template-haskell/Language/Haskell/TH/Syntax.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 libraries/template-haskell/Language/Haskell/TH/Syntax.hs:216:1
18% ( 58 /319) in 'Language.Haskell.TH.Lib'
Missing documentation for:
InfoQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:41)
ExpQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:44)
CodeQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:39)
DecQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:45)
DecsQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:46)
ConQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:48)
TypeQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:49)
KindQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:50)
TyLitQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:51)
CxtQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:52)
PredQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:53)
DerivClauseQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:54)
MatchQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:55)
ClauseQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:56)
BodyQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:57)
GuardQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:58)
StmtQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:59)
RangeQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:60)
SourceStrictnessQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:61)
SourceUnpackednessQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:62)
BangQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:63)
BangTypeQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:64)
VarBangTypeQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:65)
StrictTypeQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:66)
VarStrictTypeQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:67)
FieldExpQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:68)
PatQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:42)
FieldPatQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:43)
RuleBndrQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:69)
TySynEqnQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:70)
PatSynDirQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:71)
PatSynArgsQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:72)
FamilyResultSigQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:73)
DerivStrategyQ (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:74)
TyVarBndrUnit (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:80)
TyVarBndrSpec (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:81)
TyVarBndrVis (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:82)
intPrimL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:89)
wordPrimL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:91)
floatPrimL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:93)
doublePrimL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:95)
integerL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:97)
rationalL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:109)
charL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:99)
stringL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:103)
stringPrimL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:105)
charPrimL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:101)
bytesPrimL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:107)
litP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:112)
varP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:115)
tupP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:118)
unboxedTupP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:121)
unboxedSumP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:124)
conP (libraries/template-haskell/Language/Haskell/TH/Lib.hs:393)
uInfixP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:135)
parensP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:139)
infixP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:131)
tildeP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:143)
bangP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:146)
asP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:149)
wildP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:152)
recP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:154)
listP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:157)
sigP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:160)
viewP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:164)
fieldPat (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:169)
normalB (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:210)
guardedB (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:213)
normalG (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:219)
normalGE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:222)
patG (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:225)
patGE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:228)
varE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:258)
unboundVarE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:368)
labelE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:371)
implicitParamVarE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:374)
conE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:261)
litE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:264)
appE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:267)
appTypeE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:270)
uInfixE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:276)
parensE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:273)
infixE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:280)
infixApp (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:289)
sectionL (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:291)
sectionR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:293)
lamE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:296)
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:319)
condE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:322)
multiIfE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:325)
letE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:328)
caseE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:331)
appsE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1032)
listE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:346)
sigE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:349)
recConE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:352)
recUpdE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:355)
stringE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:358)
fieldExp (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:361)
getFieldE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:377)
projectionE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:382)
typedSpliceE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:385)
typedBracketE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:388)
fromE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:392)
fromThenE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:395)
fromToE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:398)
fromThenToE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:401)
arithSeqE (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:343)
fromR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:195)
fromThenR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:198)
fromToR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:201)
fromThenToR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:204)
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:340)
bindS (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:177)
letS (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:180)
noBindS (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:183)
parS (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:186)
recS (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:189)
forallT (libraries/template-haskell/Language/Haskell/TH/Lib.hs:290)
forallVisT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:707)
varT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:710)
conT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:713)
appT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:740)
appKindT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:746)
arrowT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:752)
mulArrowT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:755)
infixT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:716)
uInfixT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:721)
promotedInfixT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:726)
promotedUInfixT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:731)
parensT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:736)
equalityT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:780)
listT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:758)
tupleT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:764)
unboxedTupleT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:767)
unboxedSumT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:770)
sigT (libraries/template-haskell/Language/Haskell/TH/Lib.hs:296)
litT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:761)
wildCardT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:783)
promotedT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:808)
promotedTupleT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:811)
promotedNilT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:814)
promotedConsT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:817)
implicitParamT (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:786)
numTyLit (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:871)
strTyLit (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:875)
charTyLit (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:878)
noSourceUnpackedness (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:820)
sourceNoUnpack (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:821)
sourceUnpack (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:822)
noSourceStrictness (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:825)
sourceLazy (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:826)
sourceStrict (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:827)
isStrict (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:839)
notStrict (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:840)
unpacked (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:841)
bang (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:844)
bangType (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:849)
varBangType (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:852)
strictType (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:857)
varStrictType (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:862)
cxt (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:653)
classP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:793)
equalP (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:800)
normalC (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:673)
recC (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:676)
infixC (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:679)
forallC (libraries/template-haskell/Language/Haskell/TH/Lib.hs:284)
gadtC (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:691)
recGadtC (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:694)
varK (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:914)
conK (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:917)
tupleK (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:920)
arrowK (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:923)
listK (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:926)
appK (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:929)
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:887)
kindedInvisTV (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:896)
plainBndrTV (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:890)
kindedBndrTV (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:899)
specifiedSpec (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:902)
inferredSpec (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:905)
bndrReq (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:908)
bndrInvis (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:911)
nominalR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:959)
representationalR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:960)
phantomR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:961)
inferR (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:962)
valD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:409)
funD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:417)
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:661)
anyclassStrategy (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:664)
newtypeStrategy (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:667)
viaStrategy (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:670)
classD (libraries/template-haskell/Language/Haskell/TH/Lib.hs:227)
instanceD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:469)
instanceWithOverlapD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:472)
sigD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:482)
kiSigD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:485)
standaloneDerivD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:606)
standaloneDerivWithStrategyD (libraries/template-haskell/Language/Haskell/TH/Lib.hs:352)
defaultSigD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:617)
roleAnnotD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:603)
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:576)
tySynEqn (libraries/template-haskell/Language/Haskell/TH/Lib.hs:277)
injectivityAnn (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:953)
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:493)
infixRD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:496)
infixND (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:499)
defaultD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:502)
cCall (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:968)
stdCall (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:969)
cApi (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:970)
prim (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:971)
javaScript (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:972)
unsafe (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:978)
safe (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:979)
interruptible (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:980)
forImpD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:488)
funDep (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:986)
ruleVar (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:991)
typedRuleVar (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:994)
valueAnnotation (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:999)
typeAnnotation (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1002)
moduleAnnotation (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1005)
pragInlD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:505)
pragSpecD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:512)
pragSpecInlD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:518)
pragSpecInstD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:524)
pragRuleD (libraries/template-haskell/Language/Haskell/TH/Lib.hs:234)
pragAnnD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:540)
pragLineD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:546)
pragCompleteD (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:549)
unidir (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1011)
implBidir (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1012)
explBidir (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1015)
prefixPatSyn (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1020)
infixPatSyn (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1026)
recordPatSyn (libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs:1023)
71% (103 /144) in 'Language.Haskell.TH'
Missing documentation for:
Q (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:216)
runQ (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:230)
Loc (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1983)
NameSpace (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:1682)
Dec (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2427)
Clause (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2305)
Bang (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2788)
Foreign (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2612)
Callconv (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2617)
Safety (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2620)
Pragma (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2623)
Inline (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2634)
RuleMatch (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2639)
Phases (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2643)
RuleBndr (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2648)
AnnTarget (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2652)
FunDep (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2609)
Fixity (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2112)
FixityDirection (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2114)
Exp (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2309)
Match (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2302)
Body (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2403)
Guard (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2410)
Stmt (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2415)
Range (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2423)
Lit (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2198)
FieldExp (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2399)
FieldPat (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2300)
Type (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2820)
TyLit (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2886)
Cxt (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2657)
Specificity (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2858)
BndrVis (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2872)
BangType (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2792)
VarBangType (libraries/template-haskell/Language/Haskell/TH/Syntax.hs:2793)
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:137)
pprLit (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:290)
pprPat (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:354)
pprParendType (libraries/template-haskell/Language/Haskell/TH/Ppr.hs:846)
Warning: GHC.Hs.Expr: Could not find documentation for exported module: GHC.Hs.Expr
16% ( 19 /116) in 'GHC.Hs.Expr'
Missing documentation for:
pprParendExpr (compiler/GHC/Hs/Expr.hs:790)
pprExpr (compiler/GHC/Hs/Expr.hs:492)
pprFunBind (compiler/GHC/Hs/Expr.hs:1388)
pprPatBind (compiler/GHC/Hs/Expr.hs:1394)
pprUntypedSplice (compiler/GHC/Hs/Expr.hs:1805)
pprLExpr (compiler/GHC/Hs/Expr.hs:489)
HsUntypedSpliceResult (compiler/GHC/Hs/Expr.hs:1735)
prependQualified (compiler/GHC/Hs/Expr.hs:2140)
lamCaseKeyword (compiler/GHC/Hs/Expr.hs:1939)
SplicePointName (compiler/GHC/Hs/Expr.hs:1775)
pp_rhs (compiler/GHC/Hs/Expr.hs:1463)
pprTypedSplice (compiler/GHC/Hs/Expr.hs:1798)
ppr_expr (compiler/GHC/Hs/Expr.hs:516)
pprArg (compiler/GHC/Hs/Expr.hs:1631)
SyntaxExprGhc (compiler/GHC/Hs/Expr.hs:107)
noSyntaxExpr (compiler/GHC/Hs/Expr.hs:139)
HsBracketTc (compiler/GHC/Hs/Expr.hs:180)
EpAnnHsCase (compiler/GHC/Hs/Expr.hs:203)
EpAnnUnboundVar (compiler/GHC/Hs/Expr.hs:209)
AnnExplicitSum (compiler/GHC/Hs/Expr.hs:388)
AnnsIf (compiler/GHC/Hs/Expr.hs:407)
AnnProjection (compiler/GHC/Hs/Expr.hs:401)
AnnFieldLabel (compiler/GHC/Hs/Expr.hs:396)
tupArgPresent (compiler/GHC/Hs/Expr.hs:433)
HsExpansion (compiler/GHC/Hs/Expr.hs:1086)
XXExprGhcTc (compiler/GHC/Hs/Expr.hs:449)
isAtomicHsExpr (compiler/GHC/Hs/Expr.hs:885)
isQuietHsExpr (compiler/GHC/Hs/Expr.hs:499)
pprBinds (compiler/GHC/Hs/Expr.hs:508)
ppr_lexpr (compiler/GHC/Hs/Expr.hs:512)
ppr_apps (compiler/GHC/Hs/Expr.hs:764)
ppr_infix_expr (compiler/GHC/Hs/Expr.hs:739)
pprDebugParendExpr (compiler/GHC/Hs/Expr.hs:779)
pprMatches (compiler/GHC/Hs/Expr.hs:1381)
pprDo (compiler/GHC/Hs/Expr.hs:1662)
thTyBrackets (compiler/GHC/Hs/Expr.hs:1879)
ppr_with_pending_tc_splices (compiler/GHC/Hs/Expr.hs:1888)
ppr_infix_expr_rn (compiler/GHC/Hs/Expr.hs:751)
ppr_infix_expr_tc (compiler/GHC/Hs/Expr.hs:754)
pprParendLExpr (compiler/GHC/Hs/Expr.hs:786)
stripParensLHsExpr (compiler/GHC/Hs/Expr.hs:876)
stripParensHsExpr (compiler/GHC/Hs/Expr.hs:880)
CmdTopTc (compiler/GHC/Hs/Expr.hs:1188)
pprCmd (compiler/GHC/Hs/Expr.hs:1210)
pprLCmd (compiler/GHC/Hs/Expr.hs:1207)
isQuietHsCmd (compiler/GHC/Hs/Expr.hs:1217)
ppr_cmd (compiler/GHC/Hs/Expr.hs:1228)
ppr_lcmd (compiler/GHC/Hs/Expr.hs:1224)
pprArrowExpr (compiler/GHC/Hs/Expr.hs:1674)
pprCmdArg (compiler/GHC/Hs/Expr.hs:1303)
MatchGroupTc (compiler/GHC/Hs/Expr.hs:1321)
pprMatch (compiler/GHC/Hs/Expr.hs:1400)
isEmptyMatchGroup (compiler/GHC/Hs/Expr.hs:1338)
matchGroupArity (compiler/GHC/Hs/Expr.hs:1352)
hsLMatchPats (compiler/GHC/Hs/Expr.hs:1357)
GrhsAnn (compiler/GHC/Hs/Expr.hs:1367)
pprGRHSs (compiler/GHC/Hs/Expr.hs:1447)
pprGRHS (compiler/GHC/Hs/Expr.hs:1456)
matchSeparator (compiler/GHC/Hs/Expr.hs:2024)
RecStmtTc (compiler/GHC/Hs/Expr.hs:1477)
XBindStmtRn (compiler/GHC/Hs/Expr.hs:1503)
XBindStmtTc (compiler/GHC/Hs/Expr.hs:1508)
pprStmt (compiler/GHC/Hs/Expr.hs:1565)
pprBindStmt (compiler/GHC/Hs/Expr.hs:1624)
pprTransStmt (compiler/GHC/Hs/Expr.hs:1649)
ppr_do_stmts (compiler/GHC/Hs/Expr.hs:1686)
pprTransformStmt (compiler/GHC/Hs/Expr.hs:1643)
pprBy (compiler/GHC/Hs/Expr.hs:1655)
ppr_module_name_prefix (compiler/GHC/Hs/Expr.hs:1677)
pprComp (compiler/GHC/Hs/Expr.hs:1691)
pprQuals (compiler/GHC/Hs/Expr.hs:1708)
DelayedSplice (compiler/GHC/Hs/Expr.hs:1761)
UntypedSpliceFlavour (compiler/GHC/Hs/Expr.hs:1777)
pprPendingSplice (compiler/GHC/Hs/Expr.hs:1795)
ppr_splice (compiler/GHC/Hs/Expr.hs:1818)
ppr_quasi (compiler/GHC/Hs/Expr.hs:1810)
thBrackets (compiler/GHC/Hs/Expr.hs:1875)
pp_dotdot (compiler/GHC/Hs/Expr.hs:1908)
pprExternalSrcLoc (compiler/GHC/Hs/Expr.hs:1943)
pprHsArrType (compiler/GHC/Hs/Expr.hs:1953)
pprStmtContext (compiler/GHC/Hs/Expr.hs:2098)
matchContextErrString (compiler/GHC/Hs/Expr.hs:1965)
matchArrowContextErrString (compiler/GHC/Hs/Expr.hs:1984)
matchDoContextErrString (compiler/GHC/Hs/Expr.hs:1990)
pprMatchInCtxt (compiler/GHC/Hs/Expr.hs:1998)
pprMatchContext (compiler/GHC/Hs/Expr.hs:2040)
pprStmtInCtxt (compiler/GHC/Hs/Expr.hs:2010)
pprAStmtContext (compiler/GHC/Hs/Expr.hs:2094)
pprMatchContextNoun (compiler/GHC/Hs/Expr.hs:2051)
pprArrowMatchContextNoun (compiler/GHC/Hs/Expr.hs:2079)
pprMatchContextNouns (compiler/GHC/Hs/Expr.hs:2070)
pprArrowMatchContextNouns (compiler/GHC/Hs/Expr.hs:2086)
pprAHsDoFlavour (compiler/GHC/Hs/Expr.hs:2125)
pprHsDoFlavour (compiler/GHC/Hs/Expr.hs:2133)
pprStmtCat (compiler/GHC/Hs/Expr.hs:2115)
pprFieldLabelStrings (compiler/GHC/Hs/Expr.hs:2164)
pprPrefixFastString (compiler/GHC/Hs/Expr.hs:2168)
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% ( 40 /160) in 'GHC.Hs.Utils'
Missing documentation for:
mkHsApp (compiler/GHC/Hs/Utils.hs:239)
mkHsAppWith (compiler/GHC/Hs/Utils.hs:246)
mkHsApps (compiler/GHC/Hs/Utils.hs:250)
mkHsAppsWith (compiler/GHC/Hs/Utils.hs:257)
mkHsAppType (compiler/GHC/Hs/Utils.hs:260)
mkHsAppTypes (compiler/GHC/Hs/Utils.hs:266)
mkSimpleMatch (compiler/GHC/Hs/Utils.hs:188)
unguardedGRHSs (compiler/GHC/Hs/Utils.hs:201)
unguardedRHS (compiler/GHC/Hs/Utils.hs:208)
mkMatchGroup (compiler/GHC/Hs/Utils.hs:220)
mkLamCaseMatchGroup (compiler/GHC/Hs/Utils.hs:228)
mkMatch (compiler/GHC/Hs/Utils.hs:888)
mkHsLam (compiler/GHC/Hs/Utils.hs:272)
mkHsIf (compiler/GHC/Hs/Utils.hs:384)
mkHsWrap (compiler/GHC/Hs/Utils.hs:761)
mkLHsWrap (compiler/GHC/Hs/Utils.hs:758)
mkHsWrapCo (compiler/GHC/Hs/Utils.hs:766)
mkHsWrapCoR (compiler/GHC/Hs/Utils.hs:770)
mkLHsWrapCo (compiler/GHC/Hs/Utils.hs:773)
mkHsDictLet (compiler/GHC/Hs/Utils.hs:791)
mkHsLams (compiler/GHC/Hs/Utils.hs:279)
mkHsDo (compiler/GHC/Hs/Utils.hs:373)
mkHsDoAnns (compiler/GHC/Hs/Utils.hs:374)
mkHsComp (compiler/GHC/Hs/Utils.hs:375)
mkHsCompAnns (compiler/GHC/Hs/Utils.hs:376)
mkHsWrapPat (compiler/GHC/Hs/Utils.hs:783)
mkHsWrapPatCo (compiler/GHC/Hs/Utils.hs:787)
mkHsCmdWrap (compiler/GHC/Hs/Utils.hs:776)
mkLHsCmdWrap (compiler/GHC/Hs/Utils.hs:780)
mkHsCmdIf (compiler/GHC/Hs/Utils.hs:389)
mkConLikeTc (compiler/GHC/Hs/Utils.hs:476)
nlHsTyApp (compiler/GHC/Hs/Utils.hs:294)
nlHsTyApps (compiler/GHC/Hs/Utils.hs:298)
nlHsVar (compiler/GHC/Hs/Utils.hs:488)
nl_HsVar (compiler/GHC/Hs/Utils.hs:492)
nlHsLit (compiler/GHC/Hs/Utils.hs:499)
nlHsApp (compiler/GHC/Hs/Utils.hs:512)
nlHsApps (compiler/GHC/Hs/Utils.hs:527)
nlHsSyntaxApps (compiler/GHC/Hs/Utils.hs:516)
nlHsIntLit (compiler/GHC/Hs/Utils.hs:502)
nlHsVarApps (compiler/GHC/Hs/Utils.hs:531)
nlHsDo (compiler/GHC/Hs/Utils.hs:590)
nlHsOpApp (compiler/GHC/Hs/Utils.hs:593)
nlHsLam (compiler/GHC/Hs/Utils.hs:602)
nlHsPar (compiler/GHC/Hs/Utils.hs:604)
nlHsIf (compiler/GHC/Hs/Utils.hs:609)
nlHsCase (compiler/GHC/Hs/Utils.hs:611)
nlList (compiler/GHC/Hs/Utils.hs:613)
mkLHsTupleExpr (compiler/GHC/Hs/Utils.hs:657)
mkLHsVarTuple (compiler/GHC/Hs/Utils.hs:664)
missingTupArg (compiler/GHC/Hs/Utils.hs:670)
mkLocatedList (compiler/GHC/Hs/Utils.hs:234)
mkVarBind (compiler/GHC/Hs/Utils.hs:824)
mkHsVarBind (compiler/GHC/Hs/Utils.hs:821)
mkPatSynBind (compiler/GHC/Hs/Utils.hs:830)
mkHsIntegral (compiler/GHC/Hs/Utils.hs:369)
mkHsFractional (compiler/GHC/Hs/Utils.hs:370)
mkHsIsString (compiler/GHC/Hs/Utils.hs:371)
mkHsString (compiler/GHC/Hs/Utils.hs:464)
mkHsStringFS (compiler/GHC/Hs/Utils.hs:467)
mkHsStringPrimLit (compiler/GHC/Hs/Utils.hs:470)
mkHsCharPrimLit (compiler/GHC/Hs/Utils.hs:473)
mkNPat (compiler/GHC/Hs/Utils.hs:391)
mkNPlusKPat (compiler/GHC/Hs/Utils.hs:392)
nlVarPat (compiler/GHC/Hs/Utils.hs:506)
nlLitPat (compiler/GHC/Hs/Utils.hs:509)
nlConVarPat (compiler/GHC/Hs/Utils.hs:537)
nlConVarPatName (compiler/GHC/Hs/Utils.hs:540)
nlConPat (compiler/GHC/Hs/Utils.hs:551)
nlConPatName (compiler/GHC/Hs/Utils.hs:558)
nlInfixConPat (compiler/GHC/Hs/Utils.hs:543)
nlNullaryConPat (compiler/GHC/Hs/Utils.hs:565)
nlWildConPat (compiler/GHC/Hs/Utils.hs:572)
nlTuplePat (compiler/GHC/Hs/Utils.hs:667)
mkParPat (compiler/GHC/Hs/Utils.hs:307)
nlParPat (compiler/GHC/Hs/Utils.hs:310)
mkBigLHsTup (compiler/GHC/Hs/Utils.hs:685)
mkBigLHsPatTup (compiler/GHC/Hs/Utils.hs:692)
mkHsAppTy (compiler/GHC/Hs/Type.hs:514)
mkHsAppKindTy (compiler/GHC/Hs/Type.hs:523)
mkHsSigEnv (compiler/GHC/Hs/Utils.hs:717)
nlHsAppTy (compiler/GHC/Hs/Utils.hs:621)
nlHsAppKindTy (compiler/GHC/Hs/Utils.hs:646)
nlHsTyVar (compiler/GHC/Hs/Utils.hs:622)
nlHsFunTy (compiler/GHC/Hs/Utils.hs:623)
nlHsParTy (compiler/GHC/Hs/Utils.hs:624)
nlHsTyConApp (compiler/GHC/Hs/Utils.hs:630)
mkTransformStmt (compiler/GHC/Hs/Utils.hs:412)
mkTransformByStmt (compiler/GHC/Hs/Utils.hs:413)
mkBodyStmt (compiler/GHC/Hs/Utils.hs:418)
mkPsBindStmt (compiler/GHC/Hs/Utils.hs:420)
mkRnBindStmt (compiler/GHC/Hs/Utils.hs:421)
mkTcBindStmt (compiler/GHC/Hs/Utils.hs:422)
mkLastStmt (compiler/GHC/Hs/Utils.hs:417)
emptyTransStmt (compiler/GHC/Hs/Utils.hs:406)
mkGroupUsingStmt (compiler/GHC/Hs/Utils.hs:414)
mkGroupByUsingStmt (compiler/GHC/Hs/Utils.hs:415)
emptyRecStmt (compiler/GHC/Hs/Utils.hs:449)
emptyRecStmtName (compiler/GHC/Hs/Utils.hs:450)
emptyRecStmtId (compiler/GHC/Hs/Utils.hs:451)
mkRecStmt (compiler/GHC/Hs/Utils.hs:365)
unitRecStmtTc (compiler/GHC/Hs/Utils.hs:444)
mkLetStmt (compiler/GHC/Hs/Utils.hs:455)
isUnliftedHsBinds (compiler/GHC/Hs/Utils.hs:1012)
collectLocalBinders (compiler/GHC/Hs/Utils.hs:1036)
collectHsValBinders (compiler/GHC/Hs/Utils.hs:1053)
collectHsBindsBinders (compiler/GHC/Hs/Utils.hs:1066)
collectPatBinders (compiler/GHC/Hs/Utils.hs:1176)
collectPatsBinders (compiler/GHC/Hs/Utils.hs:1183)
collectLStmtsBinders (compiler/GHC/Hs/Utils.hs:1132)
collectStmtsBinders (compiler/GHC/Hs/Utils.hs:1139)
collectLStmtBinders (compiler/GHC/Hs/Utils.hs:1146)
collectStmtBinders (compiler/GHC/Hs/Utils.hs:1154)
TyDeclBinders (compiler/GHC/Hs/Utils.hs:1378)
hsTyClForeignBinders (compiler/GHC/Hs/Utils.hs:1366)
getPatSynBinds (compiler/GHC/Hs/Utils.hs:1465)
hsGroupBinders (compiler/GHC/Hs/Utils.hs:1356)
lStmtsImplicits (compiler/GHC/Hs/Utils.hs:1672)
hsValBindsImplicits (compiler/GHC/Hs/Utils.hs:1697)
lPatImplicits (compiler/GHC/Hs/Utils.hs:1709)
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:146)
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:1003:5
* at compiler/GHC/Tc/Types/Origin.hs:1002:1
You 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:1002:1
Warning: 'SkolemInfo' is ambiguous. It is defined
* at compiler/GHC/Tc/Types/Origin.hs:229:5
* at compiler/GHC/Tc/Types/Origin.hs:228:1
You 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:228: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: 'matchActualFunTySigma' 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.
53% ( 28 / 52) in 'GHC.Tc.Types.Origin'
Missing documentation for:
pprUserTypeCtxt (compiler/GHC/Tc/Types/Origin.hs:181)
isSigMaybe (compiler/GHC/Tc/Types/Origin.hs:209)
reportRedundantConstraints (compiler/GHC/Tc/Types/Origin.hs:159)
redundantConstraintsSpan (compiler/GHC/Tc/Types/Origin.hs:163)
getSkolemInfo (compiler/GHC/Tc/Types/Origin.hs:330)
pprSigSkolInfo (compiler/GHC/Tc/Types/Origin.hs:377)
pprSkolInfo (compiler/GHC/Tc/Types/Origin.hs:343)
unkSkolAnon (compiler/GHC/Tc/Types/Origin.hs:319)
mkClsInstSkol (compiler/GHC/Tc/Types/Origin.hs:333)
CtOrigin (compiler/GHC/Tc/Types/Origin.hs:469)
exprCtOrigin (compiler/GHC/Tc/Types/Origin.hs:693)
isVisibleOrigin (compiler/GHC/Tc/Types/Origin.hs:652)
toInvisibleOrigin (compiler/GHC/Tc/Types/Origin.hs:659)
pprCtOrigin (compiler/GHC/Tc/Types/Origin.hs:753)
isGivenOrigin (compiler/GHC/Tc/Types/Origin.hs:663)
isWantedWantedFunDepOrigin (compiler/GHC/Tc/Types/Origin.hs:670)
isPushCallStackOrigin (compiler/GHC/Tc/Types/Origin.hs:946)
callStackOriginFS (compiler/GHC/Tc/Types/Origin.hs:952)
ClsInstOrQC (compiler/GHC/Tc/Types/Origin.hs:634)
NakedScFlag (compiler/GHC/Tc/Types/Origin.hs:637)
pprFRRArrowContext (compiler/GHC/Tc/Types/Origin.hs:1268)
pprExpectedFunTyOrigin (compiler/GHC/Tc/Types/Origin.hs:1372)
pprExpectedFunTyHerald (compiler/GHC/Tc/Types/Origin.hs:1403)
InstanceWhat (compiler/GHC/Tc/Types/Origin.hs:1435)
Warning: 'ImportSuggestion' is ambiguous. It is defined
* at compiler/GHC/Types/Hint.hs:413: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:274)
36% ( 8 / 22) in 'GHC.Tc.Types.BasicTypes'
Missing documentation for:
Module header
TcBinderStack (compiler/GHC/Tc/Types/BasicTypes.hs:55)
TcId (compiler/GHC/Tc/Types/BasicTypes.hs:56)
TcBinder (compiler/GHC/Tc/Types/BasicTypes.hs:64)
TcSigFun (compiler/GHC/Tc/Types/BasicTypes.hs:102)
TcIdSigInfo (compiler/GHC/Tc/Types/BasicTypes.hs:107)
TcSigInfo (compiler/GHC/Tc/Types/BasicTypes.hs:104)
TcPatSynInfo (compiler/GHC/Tc/Types/BasicTypes.hs:234)
TcIdSigInst (compiler/GHC/Tc/Types/BasicTypes.hs:148)
isPartialSig (compiler/GHC/Tc/Types/BasicTypes.hs:266)
RhsNames (compiler/GHC/Tc/Types/BasicTypes.hs:344)
ClosedTypeId (compiler/GHC/Tc/Types/BasicTypes.hs:347)
tcTyThingCategory (compiler/GHC/Tc/Types/BasicTypes.hs:496)
pprTcTyThingCategory (compiler/GHC/Tc/Types/BasicTypes.hs:493)
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:259:5
* at compiler/GHC/Core/TyCo/Rep.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 compiler/GHC/Core/TyCo/Rep.hs:123: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:29)
SpliceOrBracket (compiler/GHC/Tc/Types/TH.hs:30)
ThStage (compiler/GHC/Tc/Types/TH.hs:32)
PendingStuff (compiler/GHC/Tc/Types/TH.hs:65)
ThLevel (compiler/GHC/Tc/Types/TH.hs:93)
topStage (compiler/GHC/Tc/Types/TH.hs:83)
topAnnStage (compiler/GHC/Tc/Types/TH.hs:84)
topSpliceStage (compiler/GHC/Tc/Types/TH.hs:85)
thLevel (compiler/GHC/Tc/Types/TH.hs:105)
impLevel (compiler/GHC/Tc/Types/TH.hs:101)
outerLevel (compiler/GHC/Tc/Types/TH.hs:102)
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:129)
emptyDictMap (compiler/GHC/Tc/Solver/Types.hs:132)
findDictsByTyConKey (compiler/GHC/Tc/Solver/Types.hs:147)
findDictsByClass (compiler/GHC/Tc/Solver/Types.hs:144)
foldDicts (compiler/GHC/Tc/Solver/Types.hs:155)
findDict (compiler/GHC/Tc/Solver/Types.hs:135)
dictsToBag (compiler/GHC/Tc/Solver/Types.hs:152)
FunEqMap (compiler/GHC/Tc/Solver/Types.hs:190)
emptyFunEqs (compiler/GHC/Tc/Solver/Types.hs:193)
findFunEq (compiler/GHC/Tc/Solver/Types.hs:196)
insertFunEq (compiler/GHC/Tc/Solver/Types.hs:208)
findFunEqsByTyCon (compiler/GHC/Tc/Solver/Types.hs:203)
TcAppMap (compiler/GHC/Tc/Solver/Types.hs:75)
emptyTcAppMap (compiler/GHC/Tc/Solver/Types.hs:87)
isEmptyTcAppMap (compiler/GHC/Tc/Solver/Types.hs:84)
insertTcApp (compiler/GHC/Tc/Solver/Types.hs:97)
alterTcApp (compiler/GHC/Tc/Solver/Types.hs:102)
filterTcAppMap (compiler/GHC/Tc/Solver/Types.hs:108)
tcAppMapToBag (compiler/GHC/Tc/Solver/Types.hs:118)
foldTcAppMap (compiler/GHC/Tc/Solver/Types.hs:121)
delTcApp (compiler/GHC/Tc/Solver/Types.hs:94)
EqualCtList (compiler/GHC/Tc/Solver/Types.hs:228)
filterEqualCtList (compiler/GHC/Tc/Solver/Types.hs:264)
addToEqualCtList (compiler/GHC/Tc/Solver/Types.hs:233)
21% ( 13 / 60) in 'GHC.Tc.Solver.InertSet'
Missing documentation for:
Module header
WorkList (compiler/GHC/Tc/Solver/InertSet.hs:171)
isEmptyWorkList (compiler/GHC/Tc/Solver/InertSet.hs:259)
emptyWorkList (compiler/GHC/Tc/Solver/InertSet.hs:263)
extendWorkListNonEq (compiler/GHC/Tc/Solver/InertSet.hs:231)
extendWorkListCt (compiler/GHC/Tc/Solver/InertSet.hs:238)
extendWorkListCts (compiler/GHC/Tc/Solver/InertSet.hs:256)
extendWorkListCtList (compiler/GHC/Tc/Solver/InertSet.hs:253)
extendWorkListEq (compiler/GHC/Tc/Solver/InertSet.hs:207)
extendWorkListEqs (compiler/GHC/Tc/Solver/InertSet.hs:220)
appendWorkList (compiler/GHC/Tc/Solver/InertSet.hs:192)
extendWorkListImplic (compiler/GHC/Tc/Solver/InertSet.hs:234)
workListSize (compiler/GHC/Tc/Solver/InertSet.hs:203)
selectWorkItem (compiler/GHC/Tc/Solver/InertSet.hs:267)
InertSet (compiler/GHC/Tc/Solver/InertSet.hs:305)
InertCans (compiler/GHC/Tc/Solver/InertSet.hs:1131)
emptyInert (compiler/GHC/Tc/Solver/InertSet.hs:350)
noGivenNewtypeReprEqs (compiler/GHC/Tc/Solver/InertSet.hs:1721)
updGivenEqs (compiler/GHC/Tc/Solver/InertSet.hs:1434)
mightEqualLater (compiler/GHC/Tc/Solver/InertSet.hs:1756)
InertEqs (compiler/GHC/Tc/Solver/InertSet.hs:1178)
foldTyEqs (compiler/GHC/Tc/Solver/InertSet.hs:1236)
delEq (compiler/GHC/Tc/Solver/InertSet.hs:1243)
findEq (compiler/GHC/Tc/Solver/InertSet.hs:1257)
partitionInertEqs (compiler/GHC/Tc/Solver/InertSet.hs:1281)
partitionFunEqs (compiler/GHC/Tc/Solver/InertSet.hs:1303)
foldFunEqs (compiler/GHC/Tc/Solver/InertSet.hs:1298)
addEqToCans (compiler/GHC/Tc/Solver/InertSet.hs:1222)
updDicts (compiler/GHC/Tc/Solver/InertSet.hs:1320)
delDict (compiler/GHC/Tc/Solver/InertSet.hs:1323)
addDict (compiler/GHC/Tc/Solver/InertSet.hs:1327)
filterDicts (compiler/GHC/Tc/Solver/InertSet.hs:1335)
partitionDicts (compiler/GHC/Tc/Solver/InertSet.hs:1338)
addSolvedDict (compiler/GHC/Tc/Solver/InertSet.hs:1331)
InertIrreds (compiler/GHC/Tc/Solver/InertSet.hs:1180)
delIrred (compiler/GHC/Tc/Solver/InertSet.hs:1370)
addIrreds (compiler/GHC/Tc/Solver/InertSet.hs:1356)
addIrred (compiler/GHC/Tc/Solver/InertSet.hs:1361)
foldIrreds (compiler/GHC/Tc/Solver/InertSet.hs:1377)
findMatchingIrreds (compiler/GHC/Tc/Solver/InertSet.hs:1381)
updIrreds (compiler/GHC/Tc/Solver/InertSet.hs:1364)
addIrredToCans (compiler/GHC/Tc/Solver/InertSet.hs:1351)
KickOutSpec (compiler/GHC/Tc/Solver/InertSet.hs:1456)
kickOutRewritableLHS (compiler/GHC/Tc/Solver/InertSet.hs:1476)
CycleBreakerVarStack (compiler/GHC/Tc/Solver/InertSet.hs:295)
InteractResult (compiler/GHC/Tc/Solver/InertSet.hs:2026)
solveOneFromTheOther (compiler/GHC/Tc/Solver/InertSet.hs:2046)
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:102:19
* at compiler/GHC/HsToCore/Pmc/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/HsToCore/Pmc/Types.hs:102: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.
95% ( 21 / 22) in 'GHC.HsToCore.Pmc.Types'
Missing documentation for:
Precision (compiler/GHC/HsToCore/Pmc/Types.hs:171)
100% ( 2 / 2) in 'GHC.HsToCore.Pmc.Ppr'
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:503:5
* at compiler/GHC/Parser/Errors/Types.hs:502:1
You 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:502:1
26% ( 5 / 19) 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)
PatIncompleteDoBlock (compiler/GHC/Parser/Errors/Types.hs:495)
PsErrInPatDetails (compiler/GHC/Parser/Errors/Types.hs:511)
noParseContext (compiler/GHC/Parser/Errors/Types.hs:522)
incompleteDoBlock (compiler/GHC/Parser/Errors/Types.hs:525)
NumUnderscoreReason (compiler/GHC/Parser/Errors/Types.hs:531)
LexErrKind (compiler/GHC/Parser/Errors/Types.hs:536)
LexErr (compiler/GHC/Parser/Errors/Types.hs:542)
TransLayoutReason (compiler/GHC/Parser/Errors/Types.hs:561)
FileHeaderPragmaType (compiler/GHC/Parser/Errors/Types.hs:566)
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:25)
MaxBound (compiler/GHC/HsToCore/Errors/Types.hs:26)
MaxUncoveredPatterns (compiler/GHC/HsToCore/Errors/Types.hs:27)
MaxPmCheckModels (compiler/GHC/HsToCore/Errors/Types.hs:28)
DsArgNum (compiler/GHC/HsToCore/Errors/Types.hs:153)
NegLiteralExtEnabled (compiler/GHC/HsToCore/Errors/Types.hs:180)
negLiteralExtEnabled (compiler/GHC/HsToCore/Errors/Types.hs:185)
ExhaustivityCheckType (compiler/GHC/HsToCore/Errors/Types.hs:188)
BindsType (compiler/GHC/HsToCore/Errors/Types.hs:190)
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
27% ( 8 / 29) in 'GHCi.Message'
Missing documentation for:
Msg (libraries/ghci/GHCi/Message.hs:501)
THMsg (libraries/ghci/GHCi/Message.hs:293)
EvalStatus_ (libraries/ghci/GHCi/Message.hs:387)
EvalStatus (libraries/ghci/GHCi/Message.hs:385)
EvalResult (libraries/ghci/GHCi/Message.hs:399)
EvalOpts (libraries/ghci/GHCi/Message.hs:357)
SerializableException (libraries/ghci/GHCi/Message.hs:424)
toSerializableException (libraries/ghci/GHCi/Message.hs:431)
fromSerializableException (libraries/ghci/GHCi/Message.hs:437)
THResult (libraries/ghci/GHCi/Message.hs:444)
THResultType (libraries/ghci/GHCi/Message.hs:451)
ResumeContext (libraries/ghci/GHCi/Message.hs:367)
getMessage (libraries/ghci/GHCi/Message.hs:504)
putMessage (libraries/ghci/GHCi/Message.hs:551)
getTHMessage (libraries/ghci/GHCi/Message.hs:296)
putTHMessage (libraries/ghci/GHCi/Message.hs:328)
Pipe (libraries/ghci/GHCi/Message.hs:597)
remoteCall (libraries/ghci/GHCi/Message.hs:604)
remoteTHCall (libraries/ghci/GHCi/Message.hs:609)
readPipe (libraries/ghci/GHCi/Message.hs:623)
writePipe (libraries/ghci/GHCi/Message.hs:614)
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:91)
History (compiler/GHC/Runtime/Eval/Types.hs:93)
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:259:5
* at compiler/GHC/Core/TyCo/Rep.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 compiler/GHC/Core/TyCo/Rep.hs:123:1
Warning: 'RuleInfo' is ambiguous. It is defined
* at compiler/GHC/Types/Id/Info.hs:711:5
* at compiler/GHC/Types/Id/Info.hs:710:1
You 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:710:1
48% ( 15 / 31) in 'GHC.Core.Rules'
Missing documentation for:
mkRuleEnv (compiler/GHC/Core/Rules.hs:411)
emptyRuleEnv (compiler/GHC/Core/Rules.hs:438)
updExternalPackageRules (compiler/GHC/Core/Rules.hs:424)
addLocalRules (compiler/GHC/Core/Rules.hs:434)
updLocalRules (compiler/GHC/Core/Rules.hs:429)
emptyRuleBase (compiler/GHC/Core/Rules.hs:379)
mkRuleBase (compiler/GHC/Core/Rules.hs:382)
extendRuleBaseList (compiler/GHC/Core/Rules.hs:385)
pprRuleBase (compiler/GHC/Core/Rules.hs:393)
extendRuleInfo (compiler/GHC/Core/Rules.hs:337)
addRuleInfo (compiler/GHC/Core/Rules.hs:341)
addIdSpecialisations (compiler/GHC/Core/Rules.hs:345)
addRulesToId (compiler/GHC/Core/Rules.hs:354)
getRules (compiler/GHC/Core/Rules.hs:446)
pprRulesForUser (compiler/GHC/Core/Rules.hs:322)
mkSpecRule (compiler/GHC/Core/Rules.hs:222)
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:245)
updMode (compiler/GHC/Core/Opt/Simplify/Env.hs:530)
smPedanticBottoms (compiler/GHC/Core/Opt/Simplify/Env.hs:281)
smPlatform (compiler/GHC/Core/Opt/Simplify/Env.hs:284)
SimplEnv (compiler/GHC/Core/Opt/Simplify/Env.hs:160)
pprSimplEnv (compiler/GHC/Core/Opt/Simplify/Env.hs:362)
seArityOpts (compiler/GHC/Core/Opt/Simplify/Env.hs:191)
seCaseCase (compiler/GHC/Core/Opt/Simplify/Env.hs:194)
seCaseFolding (compiler/GHC/Core/Opt/Simplify/Env.hs:197)
seCaseMerge (compiler/GHC/Core/Opt/Simplify/Env.hs:200)
seCastSwizzle (compiler/GHC/Core/Opt/Simplify/Env.hs:203)
seDoEtaReduction (compiler/GHC/Core/Opt/Simplify/Env.hs:206)
seEtaExpand (compiler/GHC/Core/Opt/Simplify/Env.hs:209)
seFloatEnable (compiler/GHC/Core/Opt/Simplify/Env.hs:212)
seInline (compiler/GHC/Core/Opt/Simplify/Env.hs:215)
seNames (compiler/GHC/Core/Opt/Simplify/Env.hs:218)
seOptCoercionOpts (compiler/GHC/Core/Opt/Simplify/Env.hs:221)
sePedanticBottoms (compiler/GHC/Core/Opt/Simplify/Env.hs:224)
sePhase (compiler/GHC/Core/Opt/Simplify/Env.hs:227)
sePlatform (compiler/GHC/Core/Opt/Simplify/Env.hs:230)
sePreInline (compiler/GHC/Core/Opt/Simplify/Env.hs:233)
seRuleOpts (compiler/GHC/Core/Opt/Simplify/Env.hs:236)
seRules (compiler/GHC/Core/Opt/Simplify/Env.hs:239)
seUnfoldingOpts (compiler/GHC/Core/Opt/Simplify/Env.hs:242)
mkSimplEnv (compiler/GHC/Core/Opt/Simplify/Env.hs:494)
extendIdSubst (compiler/GHC/Core/Opt/Simplify/Env.hs:540)
extendTvSubst (compiler/GHC/Core/Opt/Simplify/Env.hs:545)
extendCvSubst (compiler/GHC/Core/Opt/Simplify/Env.hs:550)
zapSubstEnv (compiler/GHC/Core/Opt/Simplify/Env.hs:623)
setSubstEnv (compiler/GHC/Core/Opt/Simplify/Env.hs:626)
bumpCaseDepth (compiler/GHC/Core/Opt/Simplify/Env.hs:536)
getInScope (compiler/GHC/Core/Opt/Simplify/Env.hs:556)
setInScopeFromE (compiler/GHC/Core/Opt/Simplify/Env.hs:563)
setInScopeFromF (compiler/GHC/Core/Opt/Simplify/Env.hs:566)
setInScopeSet (compiler/GHC/Core/Opt/Simplify/Env.hs:559)
modifyInScope (compiler/GHC/Core/Opt/Simplify/Env.hs:587)
addNewInScopeIds (compiler/GHC/Core/Opt/Simplify/Env.hs:570)
getSimplRules (compiler/GHC/Core/Opt/Simplify/Monad.hs:198)
enterRecGroupRHSs (compiler/GHC/Core/Opt/Simplify/Env.hs:592)
mkContEx (compiler/GHC/Core/Opt/Simplify/Env.hs:629)
substId (compiler/GHC/Core/Opt/Simplify/Env.hs:916)
lookupRecBndr (compiler/GHC/Core/Opt/Simplify/Env.hs:939)
simplNonRecBndr (compiler/GHC/Core/Opt/Simplify/Env.hs:1005)
simplNonRecJoinBndr (compiler/GHC/Core/Opt/Simplify/Env.hs:1137)
simplRecBndrs (compiler/GHC/Core/Opt/Simplify/Env.hs:1013)
simplRecJoinBndrs (compiler/GHC/Core/Opt/Simplify/Env.hs:1147)
simplBinder (compiler/GHC/Core/Opt/Simplify/Env.hs:996)
simplBinders (compiler/GHC/Core/Opt/Simplify/Env.hs:987)
substTy (compiler/GHC/Core/Opt/Simplify/Env.hs:1246)
substTyVar (compiler/GHC/Core/Opt/Simplify/Env.hs:1249)
getSubst (compiler/GHC/Core/Opt/Simplify/Env.hs:1241)
substCo (compiler/GHC/Core/Opt/Simplify/Env.hs:1267)
substCoVar (compiler/GHC/Core/Opt/Simplify/Env.hs:1258)
SimplFloats (compiler/GHC/Core/Opt/Simplify/Env.hs:321)
emptyFloats (compiler/GHC/Core/Opt/Simplify/Env.hs:348)
isEmptyFloats (compiler/GHC/Core/Opt/Simplify/Env.hs:355)
mkRecFloats (compiler/GHC/Core/Opt/Simplify/Env.hs:842)
mkFloatBind (compiler/GHC/Core/Opt/Simplify/Env.hs:767)
addLetFloats (compiler/GHC/Core/Opt/Simplify/Env.hs:805)
addJoinFloats (compiler/GHC/Core/Opt/Simplify/Env.hs:814)
addFloats (compiler/GHC/Core/Opt/Simplify/Env.hs:823)
extendFloats (compiler/GHC/Core/Opt/Simplify/Env.hs:784)
wrapFloats (compiler/GHC/Core/Opt/Simplify/Env.hs:858)
isEmptyJoinFloats (compiler/GHC/Core/Opt/Simplify/Env.hs:742)
isEmptyLetFloats (compiler/GHC/Core/Opt/Simplify/Env.hs:736)
doFloatFromRhs (compiler/GHC/Core/Opt/Simplify/Env.hs:701)
getTopFloatBinds (compiler/GHC/Core/Opt/Simplify/Env.hs:881)
LetFloats (compiler/GHC/Core/Opt/Simplify/Env.hs:658)
FloatEnable (compiler/GHC/Core/Opt/Simplify/Env.hs:286)
letFloatBinds (compiler/GHC/Core/Opt/Simplify/Env.hs:834)
emptyLetFloats (compiler/GHC/Core/Opt/Simplify/Env.hs:733)
unitLetFloat (compiler/GHC/Core/Opt/Simplify/Env.hs:746)
addLetFlts (compiler/GHC/Core/Opt/Simplify/Env.hs:830)
mapLetFloats (compiler/GHC/Core/Opt/Simplify/Env.hs:888)
JoinFloat (compiler/GHC/Core/Opt/Simplify/Env.hs:661)
JoinFloats (compiler/GHC/Core/Opt/Simplify/Env.hs:662)
emptyJoinFloats (compiler/GHC/Core/Opt/Simplify/Env.hs:739)
wrapJoinFloats (compiler/GHC/Core/Opt/Simplify/Env.hs:877)
wrapJoinFloatsX (compiler/GHC/Core/Opt/Simplify/Env.hs:870)
unitJoinFloat (compiler/GHC/Core/Opt/Simplify/Env.hs:759)
addJoinFlts (compiler/GHC/Core/Opt/Simplify/Env.hs:837)
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:1714)
mkCase (compiler/GHC/Core/Opt/Simplify/Utils.hs:2529)
prepareAlts (compiler/GHC/Core/Opt/Simplify/Utils.hs:2296)
tryEtaExpandRhs (compiler/GHC/Core/Opt/Simplify/Utils.hs:1862)
wantEtaExpansion (compiler/GHC/Core/Opt/Simplify/Utils.hs:1887)
preInlineUnconditionally (compiler/GHC/Core/Opt/Simplify/Utils.hs:1401)
postInlineUnconditionally (compiler/GHC/Core/Opt/Simplify/Utils.hs:1526)
activeUnfolding (compiler/GHC/Core/Opt/Simplify/Utils.hs:1228)
activeRule (compiler/GHC/Core/Opt/Simplify/Utils.hs:1259)
getUnfoldingInRuleMatch (compiler/GHC/Core/Opt/Simplify/Utils.hs:1247)
updModeForStableUnfoldings (compiler/GHC/Core/Opt/Simplify/Utils.hs:1016)
updModeForRules (compiler/GHC/Core/Opt/Simplify/Utils.hs:1030)
BindContext (compiler/GHC/Core/Opt/Simplify/Utils.hs:96)
bindContextLevel (compiler/GHC/Core/Opt/Simplify/Utils.hs:105)
SimplCont (compiler/GHC/Core/Opt/Simplify/Utils.hs:144)
DupFlag (compiler/GHC/Core/Opt/Simplify/Utils.hs:221)
FromWhat (compiler/GHC/Core/Opt/Simplify/Utils.hs:218)
StaticEnv (compiler/GHC/Core/Opt/Simplify/Utils.hs:216)
isSimplified (compiler/GHC/Core/Opt/Simplify/Utils.hs:226)
contIsStop (compiler/GHC/Core/Opt/Simplify/Utils.hs:478)
contIsDupable (compiler/GHC/Core/Opt/Simplify/Utils.hs:482)
contResultType (compiler/GHC/Core/Opt/Simplify/Utils.hs:501)
contHoleType (compiler/GHC/Core/Opt/Simplify/Utils.hs:511)
contHoleScaling (compiler/GHC/Core/Opt/Simplify/Utils.hs:532)
contIsTrivial (compiler/GHC/Core/Opt/Simplify/Utils.hs:492)
contArgs (compiler/GHC/Core/Opt/Simplify/Utils.hs:567)
contIsRhs (compiler/GHC/Core/Opt/Simplify/Utils.hs:472)
countArgs (compiler/GHC/Core/Opt/Simplify/Utils.hs:550)
mkBoringStop (compiler/GHC/Core/Opt/Simplify/Utils.hs:459)
mkRhsStop (compiler/GHC/Core/Opt/Simplify/Utils.hs:463)
mkLazyArgStop (compiler/GHC/Core/Opt/Simplify/Utils.hs:466)
interestingCallContext (compiler/GHC/Core/Opt/Simplify/Utils.hs:863)
ArgInfo (compiler/GHC/Core/Opt/Simplify/Utils.hs:317)
ArgSpec (compiler/GHC/Core/Opt/Simplify/Utils.hs:345)
RewriteCall (compiler/GHC/Core/Opt/Simplify/Utils.hs:339)
mkArgInfo (compiler/GHC/Core/Opt/Simplify/Utils.hs:619)
addValArgTo (compiler/GHC/Core/Opt/Simplify/Utils.hs:368)
addCastTo (compiler/GHC/Core/Opt/Simplify/Utils.hs:387)
addTyArgTo (compiler/GHC/Core/Opt/Simplify/Utils.hs:381)
argInfoExpr (compiler/GHC/Core/Opt/Simplify/Utils.hs:421)
argInfoAppArgs (compiler/GHC/Core/Opt/Simplify/Utils.hs:396)
pushSimplifiedArgs (compiler/GHC/Core/Opt/Simplify/Utils.hs:406)
pushSimplifiedRevArgs (compiler/GHC/Core/Opt/Simplify/Utils.hs:407)
isStrictArgInfo (compiler/GHC/Core/Opt/Simplify/Utils.hs:391)
lazyArgContext (compiler/GHC/Core/Opt/Simplify/Utils.hs:840)
abstractFloats (compiler/GHC/Core/Opt/Simplify/Utils.hs:2103)
isExitJoinId (compiler/GHC/Core/Opt/Simplify/Utils.hs:2721)
0% ( 0 / 4) in 'GHC.Core.Opt.Simplify.Iteration'
Missing documentation for:
Module header
simplTopBinds (compiler/GHC/Core/Opt/Simplify/Iteration.hs:208)
simplExpr (compiler/GHC/Core/Opt/Simplify/Iteration.hs:1134)
simplImpRules (compiler/GHC/Core/Opt/Simplify/Iteration.hs:4469)
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:137:17
* at compiler/GHC/Driver/DynFlags.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 compiler/GHC/Driver/DynFlags.hs:137: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:88)
initUnitEnv (compiler/GHC/Unit/Env.hs:110)
ueEPS (compiler/GHC/Unit/Env.hs:107)
updateHug (compiler/GHC/Unit/Env.hs:133)
updateHpt_lazy (compiler/GHC/Unit/Env.hs:127)
updateHpt (compiler/GHC/Unit/Env.hs:130)
ue_units (compiler/GHC/Unit/Env.hs:362)
ue_currentHomeUnitEnv (compiler/GHC/Unit/Env.hs:453)
ue_setUnits (compiler/GHC/Unit/Env.hs:365)
ue_setUnitFlags (compiler/GHC/Unit/Env.hs:416)
ue_unit_dbs (compiler/GHC/Unit/Env.hs:370)
ue_all_home_unit_ids (compiler/GHC/Unit/Env.hs:447)
ue_setUnitDbs (compiler/GHC/Unit/Env.hs:373)
ue_hpt (compiler/GHC/Unit/Env.hs:382)
ue_homeUnit (compiler/GHC/Unit/Env.hs:432)
ue_unsafeHomeUnit (compiler/GHC/Unit/Env.hs:435)
ue_setFlags (compiler/GHC/Unit/Env.hs:413)
ue_setActiveUnit (compiler/GHC/Unit/Env.hs:460)
ue_currentUnit (compiler/GHC/Unit/Env.hs:465)
ue_findHomeUnitEnv (compiler/GHC/Unit/Env.hs:477)
ue_updateHomeUnitEnv (compiler/GHC/Unit/Env.hs:484)
ue_unitHomeUnit (compiler/GHC/Unit/Env.hs:444)
ue_unitFlags (compiler/GHC/Unit/Env.hs:420)
ue_transitiveHomeDeps (compiler/GHC/Unit/Env.hs:136)
HomeUnitGraph (compiler/GHC/Unit/Env.hs:251)
HomeUnitEnv (compiler/GHC/Unit/Env.hs:187)
mkHomeUnitEnv (compiler/GHC/Unit/Env.hs:236)
lookupHugByModule (compiler/GHC/Unit/Env.hs:254)
hugElts (compiler/GHC/Unit/Env.hs:260)
lookupHug (compiler/GHC/Unit/Env.hs:282)
addHomeModInfoToHug (compiler/GHC/Unit/Env.hs:263)
UnitEnvGraph (compiler/GHC/Unit/Env.hs:291)
UnitEnvGraphKey (compiler/GHC/Unit/Env.hs:289)
unitEnv_insert (compiler/GHC/Unit/Env.hs:296)
unitEnv_delete (compiler/GHC/Unit/Env.hs:301)
unitEnv_adjust (compiler/GHC/Unit/Env.hs:307)
unitEnv_new (compiler/GHC/Unit/Env.hs:320)
unitEnv_singleton (compiler/GHC/Unit/Env.hs:326)
unitEnv_map (compiler/GHC/Unit/Env.hs:331)
unitEnv_member (compiler/GHC/Unit/Env.hs:334)
unitEnv_lookup_maybe (compiler/GHC/Unit/Env.hs:337)
unitEnv_lookup (compiler/GHC/Unit/Env.hs:340)
unitEnv_keys (compiler/GHC/Unit/Env.hs:343)
unitEnv_elts (compiler/GHC/Unit/Env.hs:346)
unitEnv_hpts (compiler/GHC/Unit/Env.hs:349)
unitEnv_foldWithKey (compiler/GHC/Unit/Env.hs:352)
unitEnv_union (compiler/GHC/Unit/Env.hs:355)
unitEnv_mapWithKey (compiler/GHC/Unit/Env.hs:317)
assertUnitEnvInvariant (compiler/GHC/Unit/Env.hs:526)
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:137:17
* at compiler/GHC/Driver/DynFlags.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 compiler/GHC/Driver/DynFlags.hs:137: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:5512:5
* at compiler/GHC/Tc/Errors/Types.hs:5502:1
You 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:5502: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:4951:5
* at compiler/GHC/Tc/Errors/Types.hs:4950:1
You 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:4950: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:279:5
* at compiler/GHC/Tc/Errors/Types.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 compiler/GHC/Tc/Errors/Types.hs:278: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:386:5
* at compiler/GHC/Types/SrcLoc.hs:362:1
You 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:362: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: 'forall' 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: 'FunPtr' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
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: '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.
Warning: 'CtLoc' is ambiguous. It is defined
* at compiler/GHC/Tc/Types/Constraint.hs:2540:14
* at compiler/GHC/Tc/Types/Constraint.hs:2540:1
You 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:2540:1
57% ( 98 /170) in 'GHC.Tc.Errors.Types'
Missing documentation for:
Module header
TcRnMessageOpts (compiler/GHC/Tc/Errors/Types.hs:230)
mkTcRnUnknownMessage (compiler/GHC/Tc/Errors/Types.hs:286)
ErrInfo (compiler/GHC/Tc/Errors/Types.hs:268)
pprFixedRuntimeRepProvenance (compiler/GHC/Tc/Errors/Types.hs:4165)
HasKinds (compiler/GHC/Tc/Errors/Types.hs:4188)
hasKinds (compiler/GHC/Tc/Errors/Types.hs:4194)
SuggestUndecidableInstances (compiler/GHC/Tc/Errors/Types.hs:4197)
suggestUndecidableInstances (compiler/GHC/Tc/Errors/Types.hs:4203)
SuggestUnliftedTypes (compiler/GHC/Tc/Errors/Types.hs:4206)
ppDataSort (compiler/GHC/Tc/Errors/Types.hs:4225)
SuggestPartialTypeSignatures (compiler/GHC/Tc/Errors/Types.hs:4250)
suggestPartialTypeSignatures (compiler/GHC/Tc/Errors/Types.hs:4256)
UsingGeneralizedNewtypeDeriving (compiler/GHC/Tc/Errors/Types.hs:4259)
usingGeneralizedNewtypeDeriving (compiler/GHC/Tc/Errors/Types.hs:4265)
DeriveAnyClassEnabled (compiler/GHC/Tc/Errors/Types.hs:4268)
deriveAnyClassEnabled (compiler/GHC/Tc/Errors/Types.hs:4274)
DeriveInstanceBadConstructor (compiler/GHC/Tc/Errors/Types.hs:4349)
HasWildcard (compiler/GHC/Tc/Errors/Types.hs:4389)
hasWildcard (compiler/GHC/Tc/Errors/Types.hs:4395)
DeriveGenericsErrReason (compiler/GHC/Tc/Errors/Types.hs:4371)
hasAssociatedDataFamInsts (compiler/GHC/Tc/Errors/Types.hs:4690)
associatedTyLastVarInKind (compiler/GHC/Tc/Errors/Types.hs:4702)
associatedTyNotParamOverLastTyVar (compiler/GHC/Tc/Errors/Types.hs:4713)
HsDocContext (compiler/GHC/Tc/Errors/Types.hs:5631)
errorItemOrigin (compiler/GHC/Tc/Errors/Types.hs:5055)
errorItemEqRel (compiler/GHC/Tc/Errors/Types.hs:5058)
errorItemPred (compiler/GHC/Tc/Errors/Types.hs:5064)
errorItemCtLoc (compiler/GHC/Tc/Errors/Types.hs:5061)
getUserGivens (compiler/GHC/Tc/Errors/Types.hs:5011)
discardProvCtxtGivens (compiler/GHC/Tc/Errors/Types.hs:5110)
CannotUnifyVariableReason (compiler/GHC/Tc/Errors/Types.hs:5334)
MismatchMsg (compiler/GHC/Tc/Errors/Types.hs:5252)
noValidHoleFits (compiler/GHC/Tc/Errors/Types.hs:5580)
RelevantBindings (compiler/GHC/Tc/Errors/Types.hs:5582)
PromotionErr (compiler/GHC/Tc/Errors/Types/PromotionErr.hs:13)
pprPECategory (compiler/GHC/Tc/Errors/Types/PromotionErr.hs:45)
peCategory (compiler/GHC/Tc/Errors/Types/PromotionErr.hs:48)
DeclSort (compiler/GHC/Tc/Errors/Types.hs:5699)
NonStandardGuards (compiler/GHC/Tc/Errors/Types.hs:5701)
RuleLhsErrReason (compiler/GHC/Tc/Errors/Types.hs:5708)
HsigShapeMismatchReason (compiler/GHC/Tc/Errors/Types.hs:5712)
WrongThingSort (compiler/GHC/Tc/Errors/Types.hs:5733)
StageCheckReason (compiler/GHC/Tc/Errors/Types.hs:5742)
UninferrableTyVarCtx (compiler/GHC/Tc/Errors/Types.hs:5746)
PatSynInvalidRhsReason (compiler/GHC/Tc/Errors/Types.hs:5754)
BadFieldAnnotationReason (compiler/GHC/Tc/Errors/Types.hs:5759)
SuperclassCycle (compiler/GHC/Tc/Errors/Types.hs:5782)
SuperclassCycleDetail (compiler/GHC/Tc/Errors/Types.hs:5785)
RoleValidationFailedReason (compiler/GHC/Tc/Errors/Types.hs:5790)
DisabledClassExtension (compiler/GHC/Tc/Errors/Types.hs:5796)
TyFamsDisabledReason (compiler/GHC/Tc/Errors/Types.hs:5820)
TypeApplication (compiler/GHC/Tc/Errors/Types.hs:5825)
TySynCycleTyCons (compiler/GHC/Tc/Errors/Types.hs:5849)
BadImportKind (compiler/GHC/Tc/Errors/Types.hs:5425)
missingBootThing (compiler/GHC/Tc/Errors/Types.hs:4790)
BootAxiomBranchMismatch (compiler/GHC/Tc/Errors/Types.hs:4852)
BootListMismatches (compiler/GHC/Tc/Errors/Types.hs:4849)
InvalidFamInstQTvReason (compiler/GHC/Tc/Errors/Types.hs:4580)
InvalidAssoc (compiler/GHC/Tc/Errors/Types.hs:4599)
THError (compiler/GHC/Tc/Errors/Types.hs:6097)
THNameError (compiler/GHC/Tc/Errors/Types.hs:6224)
THReifyError (compiler/GHC/Tc/Errors/Types.hs:6243)
TypedTHError (compiler/GHC/Tc/Errors/Types.hs:6312)
SpliceFailReason (compiler/GHC/Tc/Errors/Types.hs:6335)
RunSpliceFailReason (compiler/GHC/Tc/Errors/Types.hs:6391)
AddTopDeclsError (compiler/GHC/Tc/Errors/Types.hs:6291)
UnrepresentableTypeDescr (compiler/GHC/Tc/Errors/Types.hs:6449)
LookupTHInstNameErrReason (compiler/GHC/Tc/Errors/Types.hs:6445)
IllegalDecls (compiler/GHC/Tc/Errors/Types.hs:6428)
ZonkerMessage (compiler/GHC/Tc/Errors/Types.hs:4065)
IllegalForeignTypeReason (compiler/GHC/Tc/Errors/Types.hs:6454)
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)
100% ( 2 / 2) 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:808)
psHeaderMessageReason (compiler/GHC/Parser/Errors/Ppr.hs:827)
psHeaderMessageHints (compiler/GHC/Parser/Errors/Ppr.hs:838)
suggestParensAndBlockArgs (compiler/GHC/Parser/Errors/Ppr.hs:858)
pp_unexpected_fun_app (compiler/GHC/Parser/Errors/Ppr.hs:862)
parse_error_in_pat (compiler/GHC/Parser/Errors/Ppr.hs:867)
forallSym (compiler/GHC/Parser/Errors/Ppr.hs:870)
pprFileHeaderPragmaType (compiler/GHC/Parser/Errors/Ppr.hs:874)
Warning: 'PState' is ambiguous. It is defined
* at compiler/GHC/Parser/Lexer.x:2623:15
* at compiler/GHC/Parser/Lexer.x:2623:1
You 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:2623:1
Warning: 'ParserOpts' is ambiguous. It is defined
* at compiler/GHC/Parser/Lexer.x:2601:19
* at compiler/GHC/Parser/Lexer.x:2601:1
You 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:2601:1
Warning: 'RealSrcSpan' is ambiguous. It is defined
* at compiler/GHC/Types/SrcLoc.hs:386:5
* at compiler/GHC/Types/SrcLoc.hs:362:1
You 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:362: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:396:17
* at compiler/GHC/Parser/Annotation.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 compiler/GHC/Parser/Annotation.hs:396:1
27% ( 13 / 47) in 'GHC.Parser.Lexer'
Missing documentation for:
Module header
Token (compiler/GHC/Parser/Lexer.x:805)
lexer (compiler/GHC/Parser/Lexer.x:3393)
lexerDbg (compiler/GHC/Parser/Lexer.x:3404)
PState (compiler/GHC/Parser/Lexer.x:2623)
allocateComments (compiler/GHC/Parser/Lexer.x:3800)
allocatePriorComments (compiler/GHC/Parser/Lexer.x:3838)
allocateFinalComments (compiler/GHC/Parser/Lexer.x:3854)
getRealSrcLoc (compiler/GHC/Parser/Lexer.x:2741)
getPState (compiler/GHC/Parser/Lexer.x:2723)
failMsgP (compiler/GHC/Parser/Lexer.x:2714)
failLocMsgP (compiler/GHC/Parser/Lexer.x:2719)
srcParseFail (compiler/GHC/Parser/Lexer.x:3374)
popContext (compiler/GHC/Parser/Lexer.x:3315)
pushModuleContext (compiler/GHC/Parser/Lexer.x:3331)
setLastToken (compiler/GHC/Parser/Lexer.x:2753)
setSrcLoc (compiler/GHC/Parser/Lexer.x:2736)
activeContext (compiler/GHC/Parser/Lexer.x:2912)
nextIsEOF (compiler/GHC/Parser/Lexer.x:2893)
getLexState (compiler/GHC/Parser/Lexer.x:2904)
popLexState (compiler/GHC/Parser/Lexer.x:2901)
pushLexState (compiler/GHC/Parser/Lexer.x:2898)
xtest (compiler/GHC/Parser/Lexer.x:2980)
xunset (compiler/GHC/Parser/Lexer.x:2986)
xset (compiler/GHC/Parser/Lexer.x:2983)
disableHaddock (compiler/GHC/Parser/Lexer.x:3135)
lexTokenStream (compiler/GHC/Parser/Lexer.x:3665)
getCommentsFor (compiler/GHC/Parser/Lexer.x:3257)
getPriorCommentsFor (compiler/GHC/Parser/Lexer.x:3261)
getFinalCommentsFor (compiler/GHC/Parser/Lexer.x:3265)
getEofPos (compiler/GHC/Parser/Lexer.x:3269)
commentToAnnotation (compiler/GHC/Parser/Lexer.x:3862)
adjustChar (compiler/GHC/Parser/Lexer.x:2801)
addPsMessage (compiler/GHC/Parser/Lexer.x:3272)
Warning: 'Anchor' is ambiguous. It is defined
* at compiler/GHC/Parser/Annotation.hs:526:15
* at compiler/GHC/Parser/Annotation.hs:526:1
You 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:526:1
25% ( 24 / 94) in 'GHC.Parser.PostProcess'
Missing documentation for:
Module header
mkRdrGetField (compiler/GHC/Parser/PostProcess.hs:3169)
mkRdrProjection (compiler/GHC/Parser/PostProcess.hs:3177)
Fbind (compiler/GHC/Parser/PostProcess.hs:1468)
mkHsIntegral (compiler/GHC/Hs/Utils.hs:369)
mkHsFractional (compiler/GHC/Hs/Utils.hs:370)
mkHsIsString (compiler/GHC/Hs/Utils.hs:371)
mkHsDo (compiler/GHC/Hs/Utils.hs:373)
mkSpliceDecl (compiler/GHC/Parser/PostProcess.hs:405)
mkRoleAnnotDecl (compiler/GHC/Parser/PostProcess.hs:425)
mkClassDecl (compiler/GHC/Parser/PostProcess.hs:200)
mkTyData (compiler/GHC/Parser/PostProcess.hs:228)
mkDataFamInst (compiler/GHC/Parser/PostProcess.hs:326)
mkTySynonym (compiler/GHC/Parser/PostProcess.hs:262)
mkTyFamInstEqn (compiler/GHC/Parser/PostProcess.hs:305)
mkStandaloneKindSig (compiler/GHC/Parser/PostProcess.hs:280)
mkTyFamInst (compiler/GHC/Parser/PostProcess.hs:361)
mkFamDecl (compiler/GHC/Parser/PostProcess.hs:374)
mkInlinePragma (compiler/GHC/Parser/PostProcess.hs:2608)
mkOpaquePragma (compiler/GHC/Parser/PostProcess.hs:2624)
mkPatSynMatchGroup (compiler/GHC/Parser/PostProcess.hs:686)
mkRecConstrOrUpdate (compiler/GHC/Parser/PostProcess.hs:2517)
mkInstD (compiler/GHC/Parser/PostProcess.hs:190)
mkRdrRecordCon (compiler/GHC/Parser/PostProcess.hs:2592)
mkRdrRecordUpd (compiler/GHC/Parser/PostProcess.hs:2531)
fixValbindsAnn (compiler/GHC/Parser/PostProcess.hs:498)
stmtsLoc (compiler/GHC/Parser/PostProcess.hs:510)
cvBindGroup (compiler/GHC/Parser/PostProcess.hs:531)
cvBindsAndSigs (compiler/GHC/Parser/PostProcess.hs:543)
placeHolderPunRhs (compiler/GHC/Parser/PostProcess.hs:1248)
mkImport (compiler/GHC/Parser/PostProcess.hs:2667)
parseCImport (compiler/GHC/Parser/PostProcess.hs:2718)
mkExport (compiler/GHC/Parser/PostProcess.hs:2777)
mkExtName (compiler/GHC/Parser/PostProcess.hs:2792)
mkConDeclH98 (compiler/GHC/Parser/PostProcess.hs:740)
checkImportDecl (compiler/GHC/Parser/PostProcess.hs:1137)
checkCmdBlockArguments (compiler/GHC/Parser/PostProcess.hs:1066)
checkPattern (compiler/GHC/Parser/PostProcess.hs:1166)
checkPattern_details (compiler/GHC/Parser/PostProcess.hs:1169)
incompleteDoBlock (compiler/GHC/Parser/Errors/Types.hs:525)
checkValDef (compiler/GHC/Parser/PostProcess.hs:1274)
checkValSigLhs (compiler/GHC/Parser/PostProcess.hs:1348)
LRuleTyTmVar (compiler/GHC/Parser/PostProcess.hs:952)
mkRuleBndrs (compiler/GHC/Parser/PostProcess.hs:958)
mkRuleTyVarBndrs (compiler/GHC/Parser/PostProcess.hs:965)
checkRuleTyVarBndrNames (compiler/GHC/Parser/PostProcess.hs:976)
checkRecordSyntax (compiler/GHC/Parser/PostProcess.hs:984)
mkBangTy (compiler/GHC/Parser/PostProcess.hs:1401)
mkMultTy (compiler/GHC/Parser/PostProcess.hs:3133)
mkTokenLocation (compiler/GHC/Parser/PostProcess.hs:3143)
ImpExpSubSpec (compiler/GHC/Parser/PostProcess.hs:2797)
ImpExpQcSpec (compiler/GHC/Parser/PostProcess.hs:2802)
mkModuleImpExp (compiler/GHC/Parser/PostProcess.hs:2808)
mkTypeImpExp (compiler/GHC/Parser/PostProcess.hs:2856)
mkImpExpSubSpec (compiler/GHC/Parser/PostProcess.hs:2873)
checkImportSpec (compiler/GHC/Parser/PostProcess.hs:2863)
starSym (compiler/GHC/Parser/PostProcess.hs:3161)
warnStarIsType (compiler/GHC/Parser/PostProcess.hs:2901)
warnPrepositiveQualifiedModule (compiler/GHC/Parser/PostProcess.hs:2889)
failOpFewArgs (compiler/GHC/Parser/PostProcess.hs:2904)
failNotEnabledImportQualifiedPost (compiler/GHC/Parser/PostProcess.hs:2893)
failImportQualifiedTwice (compiler/GHC/Parser/PostProcess.hs:2897)
SumOrTuple (compiler/GHC/Parser/Types.hs:29)
PV (compiler/GHC/Parser/PostProcess.hs:2949)
runPV (compiler/GHC/Parser/PostProcess.hs:2963)
ECP (compiler/GHC/Parser/PostProcess.hs:1457)
ecpFromExp (compiler/GHC/Parser/PostProcess.hs:1461)
ecpFromCmd (compiler/GHC/Parser/PostProcess.hs:1464)
dataConBuilderCon (compiler/GHC/Parser/PostProcess.hs:1980)
dataConBuilderDetails (compiler/GHC/Parser/PostProcess.hs:1987)
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:2623:15
* at compiler/GHC/Parser/Lexer.x:2623:1
You 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:2623:1
Warning: 'PsSpan' is ambiguous. It is defined
* at compiler/GHC/Types/SrcLoc.hs:872:5
* at compiler/GHC/Types/SrcLoc.hs:871:1
You 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:871:1
Warning: 'BufPos' is ambiguous. It is defined
* at compiler/GHC/Types/SrcLoc.hs:221:18
* at compiler/GHC/Types/SrcLoc.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 compiler/GHC/Types/SrcLoc.hs:221:1
Warning: 'RealSrcLoc' is ambiguous. It is defined
* at compiler/GHC/Types/SrcLoc.hs:226:5
* at compiler/GHC/Types/SrcLoc.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 compiler/GHC/Types/SrcLoc.hs:144:1
100% ( 2 / 2) in 'GHC.Parser.PostProcess.Haddock'
13% ( 2 / 15) in 'GHC.Parser'
Missing documentation for:
parseSignature (dist/build/GHC/Parser.hs:12675)
parseImport (dist/build/GHC/Parser.hs:12678)
parseStatement (dist/build/GHC/Parser.hs:12681)
parseBackpack (dist/build/GHC/Parser.hs:12705)
parseDeclaration (dist/build/GHC/Parser.hs:12684)
parseExpression (dist/build/GHC/Parser.hs:12687)
parsePattern (dist/build/GHC/Parser.hs:12690)
parseTypeSignature (dist/build/GHC/Parser.hs:12693)
parseStmt (dist/build/GHC/Parser.hs:12696)
parseIdentifier (dist/build/GHC/Parser.hs:12699)
parseType (dist/build/GHC/Parser.hs:12702)
parseHeader (dist/build/GHC/Parser.hs:12708)
parseModuleNoHaddock (dist/build/GHC/Parser.hs:12672)
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:4969:3
* at compiler/GHC/Tc/Errors/Types.hs:4968:1
You 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:4968:1
Warning: 'ExpandSynsFail' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
7% ( 1 / 13) in 'GHC.Tc.Errors.Ppr'
Missing documentation for:
Module header
pprTypeDoesNotHaveFixedRuntimeRep (compiler/GHC/Tc/Errors/Ppr.hs:3239)
pprScopeError (compiler/GHC/Tc/Errors/Ppr.hs:4556)
tidySkolemInfo (compiler/GHC/Tc/Errors/Ppr.hs:4777)
tidySkolemInfoAnon (compiler/GHC/Tc/Errors/Ppr.hs:4781)
pprHsDocContext (compiler/GHC/Tc/Errors/Ppr.hs:5085)
inHsDocContext (compiler/GHC/Tc/Errors/Ppr.hs:5082)
TcRnMessageOpts (compiler/GHC/Tc/Errors/Types.hs:230)
pprTyThingUsedWrong (compiler/GHC/Tc/Errors/Ppr.hs:5190)
pprUntouchableVariable (compiler/GHC/Tc/Errors/Ppr.hs:3930)
messageWithInfoDiagnosticMessage (compiler/GHC/Tc/Errors/Ppr.hs:3203)
messageWithHsDocContext (compiler/GHC/Tc/Errors/Ppr.hs:3209)
0% ( 0 / 5) in 'GHC.HsToCore.Errors.Ppr'
Missing documentation for:
Module header
badMonadBind (compiler/GHC/HsToCore/Errors/Ppr.hs:296)
pprEqn (compiler/GHC/HsToCore/Errors/Ppr.hs:302)
pprContext (compiler/GHC/HsToCore/Errors/Ppr.hs:306)
dots (compiler/GHC/HsToCore/Errors/Ppr.hs:321)
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:449:22
* at compiler/GHC/Types/Error.hs:449:1
You 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:449:1
21% ( 5 / 23) in 'GHC.Driver.CmdLine'
Missing documentation for:
processArgs (compiler/GHC/Driver/CmdLine.hs:182)
OptKind (compiler/GHC/Driver/CmdLine.hs:94)
Flag (compiler/GHC/Driver/CmdLine.hs:51)
defFlag (compiler/GHC/Driver/CmdLine.hs:58)
defGhcFlag (compiler/GHC/Driver/CmdLine.hs:61)
defGhciFlag (compiler/GHC/Driver/CmdLine.hs:64)
defHiddenFlag (compiler/GHC/Driver/CmdLine.hs:67)
hoistFlag (compiler/GHC/Driver/CmdLine.hs:70)
errorsToGhcException (compiler/GHC/Driver/CmdLine.hs:327)
warnsToMessages (compiler/GHC/Driver/CmdLine.hs:167)
EwM (compiler/GHC/Driver/CmdLine.hs:125)
runEwM (compiler/GHC/Driver/CmdLine.hs:141)
addErr (compiler/GHC/Driver/CmdLine.hs:147)
addWarn (compiler/GHC/Driver/CmdLine.hs:150)
addFlagWarn (compiler/GHC/Driver/CmdLine.hs:154)
getArg (compiler/GHC/Driver/CmdLine.hs:158)
getCurLoc (compiler/GHC/Driver/CmdLine.hs:161)
liftEwM (compiler/GHC/Driver/CmdLine.hs:164)
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:120:23
* at compiler/GHC/Unit/Types.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 compiler/GHC/Unit/Types.hs:127: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:203:20
* at compiler/GHC/Driver/Monad.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 compiler/GHC/Driver/Monad.hs:203:1
Warning: 'Ghc' is ambiguous. It is defined
* at compiler/GHC/Driver/Monad.hs:157:17
* at compiler/GHC/Driver/Monad.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 compiler/GHC/Driver/Monad.hs:157: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
85% ( 23 / 27) in 'GHC.Driver.Monad'
Missing documentation for:
Module header
liftGhcT (compiler/GHC/Driver/Monad.hs:208)
reifyGhc (compiler/GHC/Driver/Monad.hs:197)
defaultWarnErrLogger (compiler/GHC/Driver/Monad.hs:235)
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:72:17
* at compiler/GHC/Settings.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 compiler/GHC/Settings.hs:72:1
Warning: 'DynFlags' is ambiguous. It is defined
* at compiler/GHC/Driver/DynFlags.hs:137:17
* at compiler/GHC/Driver/DynFlags.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 compiler/GHC/Driver/DynFlags.hs:137:1
Warning: 'FlagSpec' is ambiguous. It is defined
* at compiler/GHC/Driver/Session.hs:2007:6
* at compiler/GHC/Driver/Session.hs:2006:1
You 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:2006:1
38% (102 /266) in 'GHC.Driver.Session'
Missing documentation for:
WarningFlag (compiler/GHC/Driver/Flags.hs:587)
Language (compiler/GHC/Driver/Flags.hs:41)
FatalMessager (compiler/GHC/Driver/DynFlags.hs:716)
FlushOut (compiler/GHC/Driver/DynFlags.hs:722)
glasgowExtsFlags (compiler/GHC/Driver/Session.hs:2892)
hasPprDebug (compiler/GHC/Driver/DynFlags.hs:1004)
hasNoDebugOutput (compiler/GHC/Driver/DynFlags.hs:1007)
hasNoStateHack (compiler/GHC/Driver/DynFlags.hs:1010)
hasNoOptCoercion (compiler/GHC/Driver/DynFlags.hs:1013)
setGeneralFlag' (compiler/GHC/Driver/Session.hs:3035)
unSetGeneralFlag' (compiler/GHC/Driver/Session.hs:3045)
xopt_DuplicateRecordFields (compiler/GHC/Driver/DynFlags.hs:1152)
xopt_FieldSelectors (compiler/GHC/Driver/DynFlags.hs:1157)
lang_set (compiler/GHC/Driver/DynFlags.hs:1162)
DynamicTooState (compiler/GHC/Driver/DynFlags.hs:924)
dynamicTooState (compiler/GHC/Driver/DynFlags.hs:931)
setDynamicNow (compiler/GHC/Driver/DynFlags.hs:937)
OnOff (compiler/GHC/Driver/DynFlags.hs:729)
outputFile (compiler/GHC/Driver/Session.hs:3844)
objectSuf (compiler/GHC/Driver/Session.hs:3849)
ways (compiler/GHC/Driver/DynFlags.hs:1432)
FlagSpec (compiler/GHC/Driver/Session.hs:2006)
HasDynFlags (compiler/GHC/Driver/DynFlags.hs:461)
ContainsDynFlags (compiler/GHC/Driver/DynFlags.hs:485)
RtsOptsEnabled (compiler/GHC/Driver/DynFlags.hs:896)
isOneShot (compiler/GHC/Driver/DynFlags.hs:801)
isNoLink (compiler/GHC/Driver/DynFlags.hs:816)
packageFlagsChanged (compiler/GHC/Driver/DynFlags.hs:874)
PackageDBFlag (compiler/GHC/Driver/DynFlags.hs:866)
PkgDbRef (compiler/GHC/Driver/DynFlags.hs:942)
showOpt (compiler/GHC/Utils/CliOption.hs:26)
DynLibLoader (compiler/GHC/Driver/DynFlags.hs:891)
setFlagsFromEnvFile (compiler/GHC/Driver/Session.hs:3343)
safeHaskellModeEnabled (compiler/GHC/Driver/Session.hs:491)
Settings (compiler/GHC/Settings.hs:72)
sProgramName (compiler/GHC/Settings.hs:176)
sProjectVersion (compiler/GHC/Settings.hs:178)
sGhcUsagePath (compiler/GHC/Settings.hs:181)
sGhciUsagePath (compiler/GHC/Settings.hs:183)
sToolDir (compiler/GHC/Settings.hs:185)
sTopDir (compiler/GHC/Settings.hs:187)
sGlobalPackageDatabasePath (compiler/GHC/Settings.hs:189)
sLdSupportsCompactUnwind (compiler/GHC/Settings.hs:192)
sLdSupportsFilelist (compiler/GHC/Settings.hs:194)
sLdIsGnuLd (compiler/GHC/Settings.hs:198)
sGccSupportsNoPie (compiler/GHC/Settings.hs:200)
sPgm_L (compiler/GHC/Settings.hs:207)
sPgm_P (compiler/GHC/Settings.hs:209)
sPgm_F (compiler/GHC/Settings.hs:211)
sPgm_c (compiler/GHC/Settings.hs:213)
sPgm_cxx (compiler/GHC/Settings.hs:215)
sPgm_a (compiler/GHC/Settings.hs:217)
sPgm_l (compiler/GHC/Settings.hs:219)
sPgm_lm (compiler/GHC/Settings.hs:221)
sPgm_dll (compiler/GHC/Settings.hs:223)
sPgm_T (compiler/GHC/Settings.hs:225)
sPgm_windres (compiler/GHC/Settings.hs:227)
sPgm_ar (compiler/GHC/Settings.hs:229)
sPgm_ranlib (compiler/GHC/Settings.hs:235)
sPgm_lo (compiler/GHC/Settings.hs:237)
sPgm_lc (compiler/GHC/Settings.hs:239)
sPgm_lcc (compiler/GHC/Settings.hs:241)
sPgm_i (compiler/GHC/Settings.hs:243)
sOpt_L (compiler/GHC/Settings.hs:245)
sOpt_P (compiler/GHC/Settings.hs:247)
sOpt_P_fingerprint (compiler/GHC/Settings.hs:249)
sOpt_F (compiler/GHC/Settings.hs:251)
sOpt_c (compiler/GHC/Settings.hs:253)
sOpt_cxx (compiler/GHC/Settings.hs:255)
sOpt_a (compiler/GHC/Settings.hs:257)
sOpt_l (compiler/GHC/Settings.hs:259)
sOpt_lm (compiler/GHC/Settings.hs:261)
sOpt_windres (compiler/GHC/Settings.hs:263)
sOpt_lo (compiler/GHC/Settings.hs:265)
sOpt_lc (compiler/GHC/Settings.hs:267)
sOpt_lcc (compiler/GHC/Settings.hs:269)
sOpt_i (compiler/GHC/Settings.hs:271)
sExtraGccViaCFlags (compiler/GHC/Settings.hs:274)
sTargetPlatformString (compiler/GHC/Settings.hs:277)
sGhcWithInterpreter (compiler/GHC/Settings.hs:279)
sLibFFI (compiler/GHC/Settings.hs:281)
programName (compiler/GHC/Driver/DynFlags.hs:1444)
projectVersion (compiler/GHC/Driver/DynFlags.hs:1446)
ghcUsagePath (compiler/GHC/Driver/DynFlags.hs:1448)
ghciUsagePath (compiler/GHC/Driver/DynFlags.hs:1450)
topDir (compiler/GHC/Driver/DynFlags.hs:1452)
versionedFilePath (compiler/GHC/Driver/DynFlags.hs:1485)
extraGccViaCFlags (compiler/GHC/Driver/DynFlags.hs:1456)
globalPackageDatabasePath (compiler/GHC/Driver/DynFlags.hs:1458)
pgm_L (compiler/GHC/Driver/Session.hs:393)
pgm_P (compiler/GHC/Driver/Session.hs:395)
pgm_F (compiler/GHC/Driver/Session.hs:397)
pgm_c (compiler/GHC/Driver/Session.hs:399)
pgm_cxx (compiler/GHC/Driver/Session.hs:401)
pgm_a (compiler/GHC/Driver/Session.hs:403)
pgm_l (compiler/GHC/Driver/Session.hs:405)
pgm_lm (compiler/GHC/Driver/Session.hs:407)
pgm_dll (compiler/GHC/Driver/Session.hs:409)
pgm_T (compiler/GHC/Driver/Session.hs:411)
pgm_windres (compiler/GHC/Driver/Session.hs:413)
pgm_ar (compiler/GHC/Driver/Session.hs:417)
pgm_ranlib (compiler/GHC/Driver/Session.hs:419)
pgm_lo (compiler/GHC/Driver/Session.hs:421)
pgm_lc (compiler/GHC/Driver/Session.hs:423)
pgm_lcc (compiler/GHC/Driver/Session.hs:415)
pgm_i (compiler/GHC/Driver/Session.hs:425)
opt_L (compiler/GHC/Driver/Session.hs:427)
opt_P (compiler/GHC/Driver/Session.hs:429)
opt_F (compiler/GHC/Driver/Session.hs:441)
opt_c (compiler/GHC/Driver/Session.hs:443)
opt_cxx (compiler/GHC/Driver/Session.hs:446)
opt_a (compiler/GHC/Driver/Session.hs:448)
opt_l (compiler/GHC/Driver/Session.hs:450)
opt_lm (compiler/GHC/Driver/Session.hs:453)
opt_i (compiler/GHC/Driver/Session.hs:463)
opt_P_signature (compiler/GHC/Driver/Session.hs:435)
opt_windres (compiler/GHC/Driver/Session.hs:455)
opt_lo (compiler/GHC/Driver/Session.hs:459)
opt_lc (compiler/GHC/Driver/Session.hs:461)
opt_lcc (compiler/GHC/Driver/Session.hs:457)
updatePlatformConstants (compiler/GHC/Driver/Session.hs:3875)
addPluginModuleName (compiler/GHC/Driver/Session.hs:641)
defaultFatalMessager (compiler/GHC/Driver/DynFlags.hs:719)
defaultFlushOut (compiler/GHC/Driver/DynFlags.hs:725)
setOutputFile (compiler/GHC/Driver/Session.hs:616)
setDynOutputFile (compiler/GHC/Driver/Session.hs:617)
setOutputHi (compiler/GHC/Driver/Session.hs:618)
setDynOutputHi (compiler/GHC/Driver/Session.hs:619)
augmentByWorkingDirectory (compiler/GHC/Driver/Session.hs:3278)
setTmpDir (compiler/GHC/Driver/Session.hs:3449)
setUnitId (compiler/GHC/Driver/Session.hs:3254)
TurnOnFlag (compiler/GHC/Driver/DynFlags.hs:1305)
turnOn (compiler/GHC/Driver/DynFlags.hs:1307)
turnOff (compiler/GHC/Driver/DynFlags.hs:1308)
impliedGFlags (compiler/GHC/Driver/Session.hs:2779)
impliedOffGFlags (compiler/GHC/Driver/Session.hs:2792)
impliedXFlags (compiler/GHC/Driver/Session.hs:2795)
CmdLineP (compiler/GHC/Driver/Session.hs:777)
runCmdLineP (compiler/GHC/Driver/Session.hs:795)
getCmdLineState (compiler/GHC/Driver/Session.hs:789)
putCmdLineState (compiler/GHC/Driver/Session.hs:792)
flagsAll (compiler/GHC/Driver/Session.hs:934)
flagsDynamic (compiler/GHC/Driver/Session.hs:943)
flagsPackage (compiler/GHC/Driver/Session.hs:947)
supportedLanguagesAndExtensions (compiler/GHC/Driver/Session.hs:2583)
picCCOpts (compiler/GHC/Driver/Session.hs:3483)
picPOpts (compiler/GHC/Driver/Session.hs:3530)
pieCCLDOpts (compiler/GHC/Driver/Session.hs:3512)
compilerInfo (compiler/GHC/Driver/Session.hs:3538)
wordAlignment (compiler/GHC/Platform.hs:94)
setUnsafeGlobalDynFlags (compiler/GHC/Driver/Session.hs:3730)
isSse4_2Enabled (compiler/GHC/Driver/Session.hs:3740)
isBmiEnabled (compiler/GHC/Driver/Session.hs:3767)
isBmi2Enabled (compiler/GHC/Driver/Session.hs:3773)
isAvxEnabled (compiler/GHC/Driver/Session.hs:3743)
isAvx2Enabled (compiler/GHC/Driver/Session.hs:3746)
isAvx512cdEnabled (compiler/GHC/Driver/Session.hs:3749)
isAvx512erEnabled (compiler/GHC/Driver/Session.hs:3752)
isAvx512fEnabled (compiler/GHC/Driver/Session.hs:3755)
isAvx512pfEnabled (compiler/GHC/Driver/Session.hs:3758)
isFmaEnabled (compiler/GHC/Driver/Session.hs:3761)
LinkerInfo (compiler/GHC/Driver/DynFlags.hs:762)
CompilerInfo (compiler/GHC/Driver/DynFlags.hs:774)
initPromotionTickContext (compiler/GHC/Driver/DynFlags.hs:1537)
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:395)
LintFlags (compiler/GHC/Core/Lint.hs:2805)
StaticPtrCheck (compiler/GHC/Core/Lint.hs:2815)
LintConfig (compiler/GHC/Core/Lint.hs:3090)
WarnsAndErrs (compiler/GHC/Core/Lint.hs:2842)
lintUnfolding (compiler/GHC/Core/Lint.hs:509)
lintPassResult (compiler/GHC/Core/Lint.hs:406)
lintExpr (compiler/GHC/Core/Lint.hs:525)
lintAxioms (compiler/GHC/Core/Lint.hs:2619)
endPassIO (compiler/GHC/Core/Lint.hs:341)
displayLintResults (compiler/GHC/Core/Lint.hs:430)
dumpPassResult (compiler/GHC/Core/Lint.hs:363)
40% ( 2 / 5) in 'GHC.Core.Opt.Simplify'
Missing documentation for:
Module header
simplifyExpr (compiler/GHC/Core/Opt/Simplify.hs:73)
simplifyPgm (compiler/GHC/Core/Opt/Simplify.hs:151)
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:168)
Warning: 'Reduction' is ambiguous. It is defined
* at compiler/GHC/Core/Reduction.hs:99:3
* at compiler/GHC/Core/Reduction.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 compiler/GHC/Core/Reduction.hs:98: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:952:23
* at compiler/GHC/Tc/Types.hs:952:1
You 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:952:1
Warning: 'TcPluginSolveResult' is ambiguous. It is defined
* at compiler/GHC/Tc/Types.hs:1022:5
* at compiler/GHC/Tc/Types.hs:1021:1
You 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:1021:1
Warning: 'TcGblEnv' is ambiguous. It is defined
* at compiler/GHC/Tc/Types.hs:433:5
* at compiler/GHC/Tc/Types.hs:432:1
You 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:432:1
Warning: 'NameShape' is ambiguous. It is defined
* at compiler/GHC/Tc/Types.hs:201:18
* at compiler/GHC/Tc/Types.hs:201:1
You 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:201: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.
32% ( 30 / 92) in 'GHC.Tc.Types'
Missing documentation for:
TcRnIf (compiler/GHC/Tc/Types.hs:219)
TcRn (compiler/GHC/Tc/Types.hs:220)
IfM (compiler/GHC/Tc/Types.hs:221)
IfL (compiler/GHC/Tc/Types.hs:223)
IfG (compiler/GHC/Tc/Types.hs:222)
Env (compiler/GHC/Tc/Types.hs:241)
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:313)
IfLclEnv (compiler/GHC/Tc/Types.hs:330)
tcVisibleOrphanMods (compiler/GHC/Tc/Types.hs:683)
emptyImportAvails (compiler/GHC/Tc/Types.hs:883)
mkModDeps (compiler/GHC/Tc/Types.hs:864)
TcTypeEnv (compiler/GHC/Tc/Types/LclEnv.hs:189)
TcBinderStack (compiler/GHC/Tc/Types/BasicTypes.hs:55)
TcBinder (compiler/GHC/Tc/Types/BasicTypes.hs:64)
PromotionErr (compiler/GHC/Tc/Errors/Types/PromotionErr.hs:13)
ClosedTypeId (compiler/GHC/Tc/Types/BasicTypes.hs:347)
RhsNames (compiler/GHC/Tc/Types/BasicTypes.hs:344)
SelfBootInfo (compiler/GHC/Tc/Types.hs:689)
bootExports (compiler/GHC/Tc/Types.hs:695)
tcTyThingCategory (compiler/GHC/Tc/Types/BasicTypes.hs:496)
pprTcTyThingCategory (compiler/GHC/Tc/Types/BasicTypes.hs:493)
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:32)
SpliceType (compiler/GHC/Tc/Types/TH.hs:29)
SpliceOrBracket (compiler/GHC/Tc/Types/TH.hs:30)
PendingStuff (compiler/GHC/Tc/Types/TH.hs:65)
topStage (compiler/GHC/Tc/Types/TH.hs:83)
topAnnStage (compiler/GHC/Tc/Types/TH.hs:84)
topSpliceStage (compiler/GHC/Tc/Types/TH.hs:85)
ThLevel (compiler/GHC/Tc/Types/TH.hs:93)
impLevel (compiler/GHC/Tc/Types/TH.hs:101)
outerLevel (compiler/GHC/Tc/Types/TH.hs:102)
thLevel (compiler/GHC/Tc/Types/TH.hs:105)
ThBindEnv (compiler/GHC/Tc/Types/LclEnv.hs:191)
ArrowCtxt (compiler/GHC/Tc/Types/LclEnv.hs:237)
TcSigFun (compiler/GHC/Tc/Types/BasicTypes.hs:102)
TcSigInfo (compiler/GHC/Tc/Types/BasicTypes.hs:104)
TcIdSigInfo (compiler/GHC/Tc/Types/BasicTypes.hs:107)
TcIdSigInst (compiler/GHC/Tc/Types/BasicTypes.hs:148)
TcPatSynInfo (compiler/GHC/Tc/Types/BasicTypes.hs:234)
isPartialSig (compiler/GHC/Tc/Types/BasicTypes.hs:266)
TcId (compiler/GHC/Tc/Types/BasicTypes.hs:56)
removeBindingShadowing (compiler/GHC/Tc/Types.hs:803)
TcPlugin (compiler/GHC/Tc/Types.hs:961)
TcPluginRewriteResult (compiler/GHC/Tc/Types.hs:1039)
FillDefaulting (compiler/GHC/Tc/Types.hs:1073)
DefaultingPluginResult (compiler/GHC/Tc/Types.hs:1072)
RoleAnnotEnv (compiler/GHC/Tc/Types.hs:1096)
emptyRoleAnnotEnv (compiler/GHC/Tc/Types.hs:1108)
mkRoleAnnotEnv (compiler/GHC/Tc/Types.hs:1099)
lookupRoleAnnot (compiler/GHC/Tc/Types.hs:1111)
getRoleAnnots (compiler/GHC/Tc/Types.hs:1114)
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:137:15
* at compiler/GHC/Driver/Plugins.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 compiler/GHC/Driver/Plugins.hs:137: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.
63% ( 30 / 47) in 'GHC.Driver.Plugins'
Missing documentation for:
Plugins (compiler/GHC/Driver/Plugins.hs:310)
emptyPlugins (compiler/GHC/Driver/Plugins.hs:336)
purePlugin (compiler/GHC/Driver/Plugins.hs:265)
impurePlugin (compiler/GHC/Driver/Plugins.hs:267)
flagRecompile (compiler/GHC/Driver/Plugins.hs:269)
PluginRecompile (compiler/GHC/Driver/Plugins.hs:242)
FrontendPlugin (compiler/GHC/Driver/Plugins.hs:365)
defaultFrontendPlugin (compiler/GHC/Driver/Plugins.hs:369)
FrontendPluginAction (compiler/GHC/Driver/Plugins.hs:364)
CorePlugin (compiler/GHC/Driver/Plugins.hs:259)
TcPlugin (compiler/GHC/Driver/Plugins.hs:260)
DefaultingPlugin (compiler/GHC/Driver/Plugins.hs:261)
PluginWithArgs (compiler/GHC/Driver/Plugins.hs:206)
pluginsWithArgs (compiler/GHC/Driver/Plugins.hs:344)
pluginRecompile' (compiler/GHC/Driver/Plugins.hs:240)
lpModuleName (compiler/GHC/Driver/Plugins.hs:237)
mapPlugins (compiler/GHC/Driver/Plugins.hs:356)
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
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: 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.Cmm.Dataflow.Collections: could not find link destinations for:
- GHC.Cmm.Dataflow.Collections.D:R:ElemOfUniqueSet
- GHC.Cmm.Dataflow.Collections.D:R:KeyOfUniqueMap
- GHC.Cmm.Dataflow.Label.D:R:ElemOfLabelSet
- GHC.Cmm.Dataflow.Label.D:R:KeyOfLabelMap
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.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.Unsat.Syntax: could not find link destinations for:
- GHC.JS.Unsat.Syntax.Rep_JStat
- GHC.JS.Unsat.Syntax.Rep_JExpr
- GHC.JS.Unsat.Syntax.Rep_JVal
- GHC.JS.Unsat.Syntax.Rep_JUOp
- GHC.JS.Unsat.Syntax.Rep_JOp
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.Make: could not find link destinations for:
- GHC.JS.Make.ToSat
- 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.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_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:ElemOfLabelSet
- GHC.Cmm.Dataflow.Label.D:R:KeyLabelMap
- GHC.Cmm.Dataflow.Label.D:R:KeyOfLabelMap
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.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.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.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.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.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: 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.Builtin.PrimOps.Ids: could not find link destinations for:
- GHC.Builtin.PrimOps.Ids.primOpIds
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_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_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.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.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.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_EvalExpr
- GHCi.Message.Rep_EvalOpts
- GHCi.Message.Rep_QResult
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_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.GDiagnosticCode
- GHC.Types.Error.Codes.GhcDiagnosticCode
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.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.8.5.20250214-32nsFkp88d34xByF9Ij1qT
Completed ghc-lib-parser-9.8.5.20250214
Configuring ghc-parser-0.2.8.0...
Preprocessing library for ghc-parser-0.2.8.0..
Building library for ghc-parser-0.2.8.0..
[1 of 2] Compiling Language.Haskell.GHC.HappyParser ( src-9.8/Language/Haskell/GHC/HappyParser.hs, dist/build/Language/Haskell/GHC/HappyParser.o, dist/build/Language/Haskell/GHC/HappyParser.dyn_o )
[2 of 2] Compiling Language.Haskell.GHC.Parser ( generic-src/Language/Haskell/GHC/Parser.hs, dist/build/Language/Haskell/GHC/Parser.o, dist/build/Language/Haskell/GHC/Parser.dyn_o )
Preprocessing library for ghc-parser-0.2.8.0..
Running Haddock on library for ghc-parser-0.2.8.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Language.Haskell.GHC.HappyParser ( src-9.8/Language/Haskell/GHC/HappyParser.hs, nothing )
[2 of 2] Compiling Language.Haskell.GHC.Parser ( generic-src/Language/Haskell/GHC/Parser.hs, nothing )
Haddock coverage:
0% ( 0 / 7) in 'Language.Haskell.GHC.HappyParser'
Missing documentation for:
Module header
fullStatement (src-9.8/Language/Haskell/GHC/HappyParser.hs:25)
fullImport (src-9.8/Language/Haskell/GHC/HappyParser.hs:28)
fullDeclaration (src-9.8/Language/Haskell/GHC/HappyParser.hs:31)
fullExpression (src-9.8/Language/Haskell/GHC/HappyParser.hs:34)
fullTypeSignature (src-9.8/Language/Haskell/GHC/HappyParser.hs:37)
fullModule (src-9.8/Language/Haskell/GHC/HappyParser.hs:40)
50% ( 9 / 18) in 'Language.Haskell.GHC.Parser'
Missing documentation for:
Module header
Parser (generic-src/Language/Haskell/GHC/Parser.hs:111)
parserStatement (generic-src/Language/Haskell/GHC/Parser.hs:115)
parserImport (generic-src/Language/Haskell/GHC/Parser.hs:118)
parserDeclaration (generic-src/Language/Haskell/GHC/Parser.hs:121)
parserTypeSignature (generic-src/Language/Haskell/GHC/Parser.hs:127)
parserModule (generic-src/Language/Haskell/GHC/Parser.hs:136)
parserExpression (generic-src/Language/Haskell/GHC/Parser.hs:124)
parsePragmasIntoDynFlags (generic-src/Language/Haskell/GHC/Parser.hs:216)
Documentation created: dist/doc/html/ghc-parser/,
dist/doc/html/ghc-parser/ghc-parser.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ghc-parser-0.2.8.0-BXCUOsEDFbI978tj4fEb8N
Completed ghc-parser-0.2.8.0
[1 of 2] Compiling Main ( /tmp/cabal-tmp-2257318/ghc-paths-0.1.0.12/dist/setup/setup.hs, /tmp/cabal-tmp-2257318/ghc-paths-0.1.0.12/dist/setup/Main.o )
[2 of 2] Linking /tmp/cabal-tmp-2257318/ghc-paths-0.1.0.12/dist/setup/setup
Configuring ghc-paths-0.1.0.12...
Preprocessing library for ghc-paths-0.1.0.12..
Building library for ghc-paths-0.1.0.12..
[1 of 1] Compiling GHC.Paths ( GHC/Paths.hs, dist/build/GHC/Paths.o, dist/build/GHC/Paths.dyn_o )
Preprocessing library for ghc-paths-0.1.0.12..
Running Haddock on library for ghc-paths-0.1.0.12..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling GHC.Paths ( GHC/Paths.hs, nothing )
Haddock coverage:
0% ( 0 / 5) in 'GHC.Paths'
Missing documentation for:
Module header
ghc (GHC/Paths.hs:12)
ghc_pkg (GHC/Paths.hs:13)
libdir (GHC/Paths.hs:9)
docdir (GHC/Paths.hs:10)
Documentation created: dist/doc/html/ghc-paths/,
dist/doc/html/ghc-paths/ghc-paths.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ghc-paths-0.1.0.12-1mVtHud1oUi8Fp8B0qXQVa
Completed ghc-paths-0.1.0.12
Configuring half-0.3.3...
Preprocessing library for half-0.3.3..
Building library for half-0.3.3..
[1 of 2] Compiling Numeric.Half.Internal ( src/Numeric/Half/Internal.hs, dist/build/Numeric/Half/Internal.o, dist/build/Numeric/Half/Internal.dyn_o )
[2 of 2] Compiling Numeric.Half ( src/Numeric/Half.hs, dist/build/Numeric/Half.o, dist/build/Numeric/Half.dyn_o )
Preprocessing library for half-0.3.3..
Running Haddock on library for half-0.3.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Numeric.Half.Internal ( src/Numeric/Half/Internal.hs, nothing )
[2 of 2] Compiling Numeric.Half ( src/Numeric/Half.hs, nothing )
Haddock coverage:
Warning: 'Half' is ambiguous. It is defined
* at src/Numeric/Half/Internal.hs:77:10
* at src/Numeric/Half/Internal.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/Numeric/Half/Internal.hs:75:1
100% ( 20 / 20) in 'Numeric.Half.Internal'
100% ( 17 / 17) in 'Numeric.Half'
Warning: Numeric.Half.Internal: could not find link destinations for:
- Numeric.Half.Internal.Rep_Half
Warning: Numeric.Half: could not find link destinations for:
- Numeric.Half.Internal.Rep_Half
Documentation created: dist/doc/html/half/, dist/doc/html/half/half.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/half-0.3.3-5jogMwHBtfLCbnyq0v5xYY
Completed half-0.3.3
Configuring hourglass-0.2.12...
Preprocessing library for hourglass-0.2.12..
Building library for hourglass-0.2.12..
[ 1 of 17] Compiling Data.Hourglass.Utils ( Data/Hourglass/Utils.hs, dist/build/Data/Hourglass/Utils.o, dist/build/Data/Hourglass/Utils.dyn_o )
[ 2 of 17] Compiling Data.Hourglass.Zone ( Data/Hourglass/Zone.hs, dist/build/Data/Hourglass/Zone.o, dist/build/Data/Hourglass/Zone.dyn_o )
[ 3 of 17] Compiling Time.Types ( Time/Types.hs, dist/build/Time/Types.o, dist/build/Time/Types.dyn_o )
[ 4 of 17] Compiling Data.Hourglass.Types ( Data/Hourglass/Types.hs, dist/build/Data/Hourglass/Types.o, dist/build/Data/Hourglass/Types.dyn_o )
[ 5 of 17] Compiling Data.Hourglass.Internal.Unix ( Data/Hourglass/Internal/Unix.hs, dist/build/Data/Hourglass/Internal/Unix.o, dist/build/Data/Hourglass/Internal/Unix.dyn_o )
Data/Hourglass/Internal/Unix.hs:24: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()
|
24 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 6 of 17] Compiling Data.Hourglass.Internal ( Data/Hourglass/Internal.hs, dist/build/Data/Hourglass/Internal.o, dist/build/Data/Hourglass/Internal.dyn_o )
[ 7 of 17] Compiling Data.Hourglass.Calendar ( Data/Hourglass/Calendar.hs, dist/build/Data/Hourglass/Calendar.o, dist/build/Data/Hourglass/Calendar.dyn_o )
[ 8 of 17] Compiling Data.Hourglass.Diff ( Data/Hourglass/Diff.hs, dist/build/Data/Hourglass/Diff.o, dist/build/Data/Hourglass/Diff.dyn_o )
Data/Hourglass/Diff.hs:23: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()
|
23 | import Data.Monoid
| ^^^^^^^^^^^^^^^^^^
Data/Hourglass/Diff.hs:49:5: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
Noncanonical mappend definition detected
in the instance declaration for Monoid Period.
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
|
49 | mappend (Period y1 m1 d1) (Period y2 m2 d2) =
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
Data/Hourglass/Diff.hs:70:5: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
Noncanonical mappend definition detected
in the instance declaration for Monoid Duration.
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
|
70 | mappend (Duration h1 m1 s1 ns1) (Duration h2 m2 s2 ns2) =
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
[ 9 of 17] Compiling Data.Hourglass.Time ( Data/Hourglass/Time.hs, dist/build/Data/Hourglass/Time.o, dist/build/Data/Hourglass/Time.dyn_o )
[10 of 17] Compiling Data.Hourglass.Epoch ( Data/Hourglass/Epoch.hs, dist/build/Data/Hourglass/Epoch.o, dist/build/Data/Hourglass/Epoch.dyn_o )
[11 of 17] Compiling Data.Hourglass.Local ( Data/Hourglass/Local.hs, dist/build/Data/Hourglass/Local.o, dist/build/Data/Hourglass/Local.dyn_o )
[12 of 17] Compiling Time.System ( Time/System.hs, dist/build/Time/System.o, dist/build/Time/System.dyn_o )
Time/System.hs:23: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()
|
23 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
[13 of 17] Compiling System.Hourglass ( System/Hourglass.hs, dist/build/System/Hourglass.o, dist/build/System/Hourglass.dyn_o )
[14 of 17] Compiling Data.Hourglass.Format ( Data/Hourglass/Format.hs, dist/build/Data/Hourglass/Format.o, dist/build/Data/Hourglass/Format.dyn_o )
[15 of 17] Compiling Data.Hourglass ( Data/Hourglass.hs, dist/build/Data/Hourglass.o, dist/build/Data/Hourglass.dyn_o )
[16 of 17] Compiling Time.Compat ( Time/Compat.hs, dist/build/Time/Compat.o, dist/build/Time/Compat.dyn_o )
[17 of 17] Compiling Data.Hourglass.Compat ( Data/Hourglass/Compat.hs, dist/build/Data/Hourglass/Compat.o, dist/build/Data/Hourglass/Compat.dyn_o )
Preprocessing library for hourglass-0.2.12..
Running Haddock on library for hourglass-0.2.12..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 17] Compiling Data.Hourglass.Utils ( Data/Hourglass/Utils.hs, nothing )
[ 2 of 17] Compiling Data.Hourglass.Zone ( Data/Hourglass/Zone.hs, nothing )
[ 3 of 17] Compiling Time.Types ( Time/Types.hs, nothing )
[ 4 of 17] Compiling Data.Hourglass.Types ( Data/Hourglass/Types.hs, nothing )
[ 5 of 17] Compiling Data.Hourglass.Internal.Unix ( Data/Hourglass/Internal/Unix.hs, nothing )
Data/Hourglass/Internal/Unix.hs:24: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()
|
24 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 6 of 17] Compiling Data.Hourglass.Internal ( Data/Hourglass/Internal.hs, nothing )
[ 7 of 17] Compiling Data.Hourglass.Calendar ( Data/Hourglass/Calendar.hs, nothing )
[ 8 of 17] Compiling Data.Hourglass.Diff ( Data/Hourglass/Diff.hs, nothing )
Data/Hourglass/Diff.hs:23: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()
|
23 | import Data.Monoid
| ^^^^^^^^^^^^^^^^^^
Data/Hourglass/Diff.hs:49:5: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
Noncanonical mappend definition detected
in the instance declaration for Monoid Period.
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
|
49 | mappend (Period y1 m1 d1) (Period y2 m2 d2) =
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
Data/Hourglass/Diff.hs:70:5: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
Noncanonical mappend definition detected
in the instance declaration for Monoid Duration.
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
|
70 | mappend (Duration h1 m1 s1 ns1) (Duration h2 m2 s2 ns2) =
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
[ 9 of 17] Compiling Data.Hourglass.Time ( Data/Hourglass/Time.hs, nothing )
[10 of 17] Compiling Data.Hourglass.Epoch ( Data/Hourglass/Epoch.hs, nothing )
[11 of 17] Compiling Data.Hourglass.Local ( Data/Hourglass/Local.hs, nothing )
[12 of 17] Compiling Time.System ( Time/System.hs, nothing )
Time/System.hs:23: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()
|
23 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
[13 of 17] Compiling System.Hourglass ( System/Hourglass.hs, nothing )
[14 of 17] Compiling Data.Hourglass.Format ( Data/Hourglass/Format.hs, nothing )
[15 of 17] Compiling Data.Hourglass ( Data/Hourglass.hs, nothing )
[16 of 17] Compiling Time.Compat ( Time/Compat.hs, nothing )
[17 of 17] Compiling Data.Hourglass.Compat ( Data/Hourglass/Compat.hs, nothing )
Haddock coverage:
100% ( 23 / 23) in 'Time.Types'
100% ( 2 / 2) in 'Data.Hourglass.Types'
Warning: 'Duration' is ambiguous. It is defined
* at Data/Hourglass/Diff.hs:54:17
* at Data/Hourglass/Diff.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/Hourglass/Diff.hs:54:1
100% ( 9 / 9) in 'Data.Hourglass.Epoch'
100% ( 10 / 10) in 'Time.System'
100% ( 2 / 2) in 'System.Hourglass'
Warning: 'Jan' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Feb' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 43 / 43) in 'Data.Hourglass'
100% ( 4 / 4) in 'Time.Compat'
100% ( 2 / 2) in 'Data.Hourglass.Compat'
Documentation created: dist/doc/html/hourglass/,
dist/doc/html/hourglass/hourglass.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/hourglass-0.2.12-3LWw6zFlLnN26UCFObPVgQ
Completed hourglass-0.2.12
Configuring hscolour-1.25...
Preprocessing executable 'HsColour' for hscolour-1.25..
Building executable 'HsColour' for hscolour-1.25..
<no location info>: warning: [GHC-32850] [-Wmissing-home-modules]
These modules are needed for compilation but not listed in your .cabal file's other-modules for main :
Language.Haskell.HsColour
Language.Haskell.HsColour.ACSS
Language.Haskell.HsColour.ANSI
Language.Haskell.HsColour.Anchors
Language.Haskell.HsColour.CSS
Language.Haskell.HsColour.Classify
Language.Haskell.HsColour.ColourHighlight
Language.Haskell.HsColour.Colourise
Language.Haskell.HsColour.General
Language.Haskell.HsColour.HTML
Language.Haskell.HsColour.InlineCSS
Language.Haskell.HsColour.LaTeX
Language.Haskell.HsColour.MIRC
Language.Haskell.HsColour.Options
Language.Haskell.HsColour.Output
Language.Haskell.HsColour.TTY
[ 1 of 17] Compiling Language.Haskell.HsColour.Classify ( Language/Haskell/HsColour/Classify.hs, dist/build/HsColour/HsColour-tmp/Language/Haskell/HsColour/Classify.o )
Language/Haskell/HsColour/Classify.hs:41:34: 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."
|
41 | [] -> [head s]: chunk (tail s) -- e.g. inside comment
| ^^^^
Language/Haskell/HsColour/Classify.hs:41:50: 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."
|
41 | [] -> [head s]: chunk (tail s) -- e.g. inside comment
| ^^^^
Language/Haskell/HsColour/Classify.hs:50: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."
|
50 | glue (q:".":n:rest) | isUpper (head q) -- qualified names
| ^^^^
Language/Haskell/HsColour/Classify.hs:50:39: warning: [GHC-94817] [-Wtabs]
Tab character found here, and in 7 further locations.
Suggested fix: Please use spaces instead.
|
50 | glue (q:".":n:rest) | isUpper (head q) -- qualified names
| ^^
[ 2 of 17] Compiling Language.Haskell.HsColour.ColourHighlight ( Language/Haskell/HsColour/ColourHighlight.hs, dist/build/HsColour/HsColour-tmp/Language/Haskell/HsColour/ColourHighlight.o )
[ 3 of 17] Compiling Language.Haskell.HsColour.Colourise ( Language/Haskell/HsColour/Colourise.hs, dist/build/HsColour/HsColour-tmp/Language/Haskell/HsColour/Colourise.o )
[ 4 of 17] Compiling Language.Haskell.HsColour.General ( Language/Haskell/HsColour/General.hs, dist/build/HsColour/HsColour-tmp/Language/Haskell/HsColour/General.o )
[ 5 of 17] Compiling Language.Haskell.HsColour.Anchors ( Language/Haskell/HsColour/Anchors.hs, dist/build/HsColour/HsColour-tmp/Language/Haskell/HsColour/Anchors.o )
Language/Haskell/HsColour/Anchors.hs:73:1: warning: [GHC-94817] [-Wtabs]
Tab character found here, and in four further locations.
Suggested fix: Please use spaces instead.
|
73 | | v `inST` st -> Nothing
| ^^^^^^^^
Language/Haskell/HsColour/Anchors.hs:161:27: 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."
|
161 | then tail . dropWhile (`notElem`[(Keyglyph,"=>")
| ^^^^
[ 6 of 17] Compiling Language.Haskell.HsColour.HTML ( Language/Haskell/HsColour/HTML.hs, dist/build/HsColour/HsColour-tmp/Language/Haskell/HsColour/HTML.o )
[ 7 of 17] Compiling Language.Haskell.HsColour.CSS ( Language/Haskell/HsColour/CSS.hs, dist/build/HsColour/HsColour-tmp/Language/Haskell/HsColour/CSS.o )
[ 8 of 17] Compiling Language.Haskell.HsColour.ACSS ( Language/Haskell/HsColour/ACSS.hs, dist/build/HsColour/HsColour-tmp/Language/Haskell/HsColour/ACSS.o )
[ 9 of 17] Compiling Language.Haskell.HsColour.InlineCSS ( Language/Haskell/HsColour/InlineCSS.hs, dist/build/HsColour/HsColour-tmp/Language/Haskell/HsColour/InlineCSS.o )
Language/Haskell/HsColour/InlineCSS.hs:12:24: warning: [GHC-94817] [-Wtabs]
Tab character found here.
Suggested fix: Please use spaces instead.
|
12 | hscolour :: ColourPrefs -- ^ Preferences for styling.
| ^
[10 of 17] Compiling Language.Haskell.HsColour.LaTeX ( Language/Haskell/HsColour/LaTeX.hs, dist/build/HsColour/HsColour-tmp/Language/Haskell/HsColour/LaTeX.o )
[11 of 17] Compiling Language.Haskell.HsColour.MIRC ( Language/Haskell/HsColour/MIRC.hs, dist/build/HsColour/HsColour-tmp/Language/Haskell/HsColour/MIRC.o )
[12 of 17] Compiling Language.Haskell.HsColour.Output ( Language/Haskell/HsColour/Output.hs, dist/build/HsColour/HsColour-tmp/Language/Haskell/HsColour/Output.o )
[13 of 17] Compiling Language.Haskell.HsColour.Options ( Language/Haskell/HsColour/Options.hs, dist/build/HsColour/HsColour-tmp/Language/Haskell/HsColour/Options.o )
Language/Haskell/HsColour/Options.hs:11:9: warning: [GHC-94817] [-Wtabs]
Tab character found here, and in 12 further locations.
Suggested fix: Please use spaces instead.
|
11 | Help -- ^ print usage message
| ^^^^^^^^
[14 of 17] Compiling Language.Haskell.HsColour.ANSI ( Language/Haskell/HsColour/ANSI.hs, dist/build/HsColour/HsColour-tmp/Language/Haskell/HsColour/ANSI.o )
Language/Haskell/HsColour/ANSI.hs:62:10: warning: [GHC-06201] [-Wmissing-methods]
" No explicit implementation for
toEnum
" In the instance declaration for Enum Highlight
|
62 | instance Enum Highlight where
| ^^^^^^^^^^^^^^
[15 of 17] Compiling Language.Haskell.HsColour.TTY ( Language/Haskell/HsColour/TTY.hs, dist/build/HsColour/HsColour-tmp/Language/Haskell/HsColour/TTY.o )
[16 of 17] Compiling Language.Haskell.HsColour ( Language/Haskell/HsColour.hs, dist/build/HsColour/HsColour-tmp/Language/Haskell/HsColour.o )
Language/Haskell/HsColour.hs:37:19: warning: [GHC-94817] [-Wtabs]
Tab character found here, and in two further locations.
Suggested fix: Please use spaces instead.
|
37 | -> String -- ^ Title for output.
| ^^^^^^
[17 of 17] Compiling Main ( HsColour.hs, dist/build/HsColour/HsColour-tmp/Main.o )
HsColour.hs:72:1: warning: [GHC-94817] [-Wtabs]
Tab character found here, and in two further locations.
Suggested fix: Please use spaces instead.
|
72 | [(f, guessLiterate lhs f) | Input f <- good]
| ^^^^^^^^
HsColour.hs:115:43: 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."
|
115 | | otherwise = f (head list)
| ^^^^
<no location info>: warning: [GHC-32850] [-Wmissing-home-modules]
These modules are needed for compilation but not listed in your .cabal file's other-modules for main :
Language.Haskell.HsColour
Language.Haskell.HsColour.ACSS
Language.Haskell.HsColour.ANSI
Language.Haskell.HsColour.Anchors
Language.Haskell.HsColour.CSS
Language.Haskell.HsColour.Classify
Language.Haskell.HsColour.ColourHighlight
Language.Haskell.HsColour.Colourise
Language.Haskell.HsColour.General
Language.Haskell.HsColour.HTML
Language.Haskell.HsColour.InlineCSS
Language.Haskell.HsColour.LaTeX
Language.Haskell.HsColour.MIRC
Language.Haskell.HsColour.Options
Language.Haskell.HsColour.Output
Language.Haskell.HsColour.TTY
[18 of 18] Linking dist/build/HsColour/HsColour
Preprocessing library for hscolour-1.25..
Building library for hscolour-1.25..
[ 1 of 16] Compiling Language.Haskell.HsColour.Classify ( Language/Haskell/HsColour/Classify.hs, dist/build/Language/Haskell/HsColour/Classify.o, dist/build/Language/Haskell/HsColour/Classify.dyn_o )
Language/Haskell/HsColour/Classify.hs:41:34: 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."
|
41 | [] -> [head s]: chunk (tail s) -- e.g. inside comment
| ^^^^
Language/Haskell/HsColour/Classify.hs:41:50: 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."
|
41 | [] -> [head s]: chunk (tail s) -- e.g. inside comment
| ^^^^
Language/Haskell/HsColour/Classify.hs:50: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."
|
50 | glue (q:".":n:rest) | isUpper (head q) -- qualified names
| ^^^^
Language/Haskell/HsColour/Classify.hs:50:39: warning: [GHC-94817] [-Wtabs]
Tab character found here, and in 7 further locations.
Suggested fix: Please use spaces instead.
|
50 | glue (q:".":n:rest) | isUpper (head q) -- qualified names
| ^^
[ 2 of 16] Compiling Language.Haskell.HsColour.ColourHighlight ( Language/Haskell/HsColour/ColourHighlight.hs, dist/build/Language/Haskell/HsColour/ColourHighlight.o, dist/build/Language/Haskell/HsColour/ColourHighlight.dyn_o )
[ 3 of 16] Compiling Language.Haskell.HsColour.Colourise ( Language/Haskell/HsColour/Colourise.hs, dist/build/Language/Haskell/HsColour/Colourise.o, dist/build/Language/Haskell/HsColour/Colourise.dyn_o )
[ 4 of 16] Compiling Language.Haskell.HsColour.General ( Language/Haskell/HsColour/General.hs, dist/build/Language/Haskell/HsColour/General.o, dist/build/Language/Haskell/HsColour/General.dyn_o )
[ 5 of 16] Compiling Language.Haskell.HsColour.Anchors ( Language/Haskell/HsColour/Anchors.hs, dist/build/Language/Haskell/HsColour/Anchors.o, dist/build/Language/Haskell/HsColour/Anchors.dyn_o )
Language/Haskell/HsColour/Anchors.hs:73:1: warning: [GHC-94817] [-Wtabs]
Tab character found here, and in four further locations.
Suggested fix: Please use spaces instead.
|
73 | | v `inST` st -> Nothing
| ^^^^^^^^
Language/Haskell/HsColour/Anchors.hs:161:27: 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."
|
161 | then tail . dropWhile (`notElem`[(Keyglyph,"=>")
| ^^^^
[ 6 of 16] Compiling Language.Haskell.HsColour.HTML ( Language/Haskell/HsColour/HTML.hs, dist/build/Language/Haskell/HsColour/HTML.o, dist/build/Language/Haskell/HsColour/HTML.dyn_o )
[ 7 of 16] Compiling Language.Haskell.HsColour.CSS ( Language/Haskell/HsColour/CSS.hs, dist/build/Language/Haskell/HsColour/CSS.o, dist/build/Language/Haskell/HsColour/CSS.dyn_o )
[ 8 of 16] Compiling Language.Haskell.HsColour.ACSS ( Language/Haskell/HsColour/ACSS.hs, dist/build/Language/Haskell/HsColour/ACSS.o, dist/build/Language/Haskell/HsColour/ACSS.dyn_o )
[ 9 of 16] Compiling Language.Haskell.HsColour.InlineCSS ( Language/Haskell/HsColour/InlineCSS.hs, dist/build/Language/Haskell/HsColour/InlineCSS.o, dist/build/Language/Haskell/HsColour/InlineCSS.dyn_o )
Language/Haskell/HsColour/InlineCSS.hs:12:24: warning: [GHC-94817] [-Wtabs]
Tab character found here.
Suggested fix: Please use spaces instead.
|
12 | hscolour :: ColourPrefs -- ^ Preferences for styling.
| ^
[10 of 16] Compiling Language.Haskell.HsColour.LaTeX ( Language/Haskell/HsColour/LaTeX.hs, dist/build/Language/Haskell/HsColour/LaTeX.o, dist/build/Language/Haskell/HsColour/LaTeX.dyn_o )
[11 of 16] Compiling Language.Haskell.HsColour.MIRC ( Language/Haskell/HsColour/MIRC.hs, dist/build/Language/Haskell/HsColour/MIRC.o, dist/build/Language/Haskell/HsColour/MIRC.dyn_o )
[12 of 16] Compiling Language.Haskell.HsColour.Output ( Language/Haskell/HsColour/Output.hs, dist/build/Language/Haskell/HsColour/Output.o, dist/build/Language/Haskell/HsColour/Output.dyn_o )
[13 of 16] Compiling Language.Haskell.HsColour.Options ( Language/Haskell/HsColour/Options.hs, dist/build/Language/Haskell/HsColour/Options.o, dist/build/Language/Haskell/HsColour/Options.dyn_o )
Language/Haskell/HsColour/Options.hs:11:9: warning: [GHC-94817] [-Wtabs]
Tab character found here, and in 12 further locations.
Suggested fix: Please use spaces instead.
|
11 | Help -- ^ print usage message
| ^^^^^^^^
[14 of 16] Compiling Language.Haskell.HsColour.ANSI ( Language/Haskell/HsColour/ANSI.hs, dist/build/Language/Haskell/HsColour/ANSI.o, dist/build/Language/Haskell/HsColour/ANSI.dyn_o )
Language/Haskell/HsColour/ANSI.hs:62:10: warning: [GHC-06201] [-Wmissing-methods]
" No explicit implementation for
toEnum
" In the instance declaration for Enum Highlight
|
62 | instance Enum Highlight where
| ^^^^^^^^^^^^^^
[15 of 16] Compiling Language.Haskell.HsColour.TTY ( Language/Haskell/HsColour/TTY.hs, dist/build/Language/Haskell/HsColour/TTY.o, dist/build/Language/Haskell/HsColour/TTY.dyn_o )
[16 of 16] Compiling Language.Haskell.HsColour ( Language/Haskell/HsColour.hs, dist/build/Language/Haskell/HsColour.o, dist/build/Language/Haskell/HsColour.dyn_o )
Language/Haskell/HsColour.hs:37:19: warning: [GHC-94817] [-Wtabs]
Tab character found here, and in two further locations.
Suggested fix: Please use spaces instead.
|
37 | -> String -- ^ Title for output.
| ^^^^^^
Preprocessing executable 'HsColour' for hscolour-1.25..
Preprocessing library for hscolour-1.25..
Running Haddock on library for hscolour-1.25..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 16] Compiling Language.Haskell.HsColour.Classify ( Language/Haskell/HsColour/Classify.hs, nothing )
Language/Haskell/HsColour/Classify.hs:41:34: 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."
|
41 | [] -> [head s]: chunk (tail s) -- e.g. inside comment
| ^^^^
Language/Haskell/HsColour/Classify.hs:41:50: 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."
|
41 | [] -> [head s]: chunk (tail s) -- e.g. inside comment
| ^^^^
Language/Haskell/HsColour/Classify.hs:50: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."
|
50 | glue (q:".":n:rest) | isUpper (head q) -- qualified names
| ^^^^
Language/Haskell/HsColour/Classify.hs:50:39: warning: [GHC-94817] [-Wtabs]
Tab character found here, and in 7 further locations.
Suggested fix: Please use spaces instead.
|
50 | glue (q:".":n:rest) | isUpper (head q) -- qualified names
| ^^
[ 2 of 16] Compiling Language.Haskell.HsColour.ColourHighlight ( Language/Haskell/HsColour/ColourHighlight.hs, nothing )
[ 3 of 16] Compiling Language.Haskell.HsColour.Colourise ( Language/Haskell/HsColour/Colourise.hs, nothing )
[ 4 of 16] Compiling Language.Haskell.HsColour.General ( Language/Haskell/HsColour/General.hs, nothing )
[ 5 of 16] Compiling Language.Haskell.HsColour.Anchors ( Language/Haskell/HsColour/Anchors.hs, nothing )
Language/Haskell/HsColour/Anchors.hs:73:1: warning: [GHC-94817] [-Wtabs]
Tab character found here, and in four further locations.
Suggested fix: Please use spaces instead.
|
73 | | v `inST` st -> Nothing
| ^^^^^^^^
Language/Haskell/HsColour/Anchors.hs:161:27: 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."
|
161 | then tail . dropWhile (`notElem`[(Keyglyph,"=>")
| ^^^^
[ 6 of 16] Compiling Language.Haskell.HsColour.HTML ( Language/Haskell/HsColour/HTML.hs, nothing )
[ 7 of 16] Compiling Language.Haskell.HsColour.CSS ( Language/Haskell/HsColour/CSS.hs, nothing )
[ 8 of 16] Compiling Language.Haskell.HsColour.ACSS ( Language/Haskell/HsColour/ACSS.hs, nothing )
[ 9 of 16] Compiling Language.Haskell.HsColour.InlineCSS ( Language/Haskell/HsColour/InlineCSS.hs, nothing )
Language/Haskell/HsColour/InlineCSS.hs:12:24: warning: [GHC-94817] [-Wtabs]
Tab character found here.
Suggested fix: Please use spaces instead.
|
12 | hscolour :: ColourPrefs -- ^ Preferences for styling.
| ^
[10 of 16] Compiling Language.Haskell.HsColour.LaTeX ( Language/Haskell/HsColour/LaTeX.hs, nothing )
[11 of 16] Compiling Language.Haskell.HsColour.MIRC ( Language/Haskell/HsColour/MIRC.hs, nothing )
[12 of 16] Compiling Language.Haskell.HsColour.Output ( Language/Haskell/HsColour/Output.hs, nothing )
[13 of 16] Compiling Language.Haskell.HsColour.Options ( Language/Haskell/HsColour/Options.hs, nothing )
Language/Haskell/HsColour/Options.hs:11:9: warning: [GHC-94817] [-Wtabs]
Tab character found here, and in 12 further locations.
Suggested fix: Please use spaces instead.
|
11 | Help -- ^ print usage message
| ^^^^^^^^
[14 of 16] Compiling Language.Haskell.HsColour.ANSI ( Language/Haskell/HsColour/ANSI.hs, nothing )
Language/Haskell/HsColour/ANSI.hs:62:10: warning: [GHC-06201] [-Wmissing-methods]
" No explicit implementation for
toEnum
" In the instance declaration for Enum Highlight
|
62 | instance Enum Highlight where
| ^^^^^^^^^^^^^^
[15 of 16] Compiling Language.Haskell.HsColour.TTY ( Language/Haskell/HsColour/TTY.hs, nothing )
[16 of 16] Compiling Language.Haskell.HsColour ( Language/Haskell/HsColour.hs, nothing )
Language/Haskell/HsColour.hs:37:19: warning: [GHC-94817] [-Wtabs]
Tab character found here, and in two further locations.
Suggested fix: Please use spaces instead.
|
37 | -> String -- ^ Title for output.
| ^^^^^^
Haddock coverage:
66% ( 2 / 3) in 'Language.Haskell.HsColour.Classify'
Missing documentation for:
Module header
87% ( 7 / 8) in 'Language.Haskell.HsColour.ColourHighlight'
Missing documentation for:
Module header
66% ( 4 / 6) in 'Language.Haskell.HsColour.Colourise'
Missing documentation for:
Module header
defaultColourPrefs (Language/Haskell/HsColour/Colourise.hs:27)
0% ( 0 / 3) in 'Language.Haskell.HsColour.General'
Missing documentation for:
Module header
dropLast (Language/Haskell/HsColour/General.hs:8)
dropFirst (Language/Haskell/HsColour/General.hs:14)
50% ( 1 / 2) in 'Language.Haskell.HsColour.Anchors'
Missing documentation for:
Module header
37% ( 3 / 8) in 'Language.Haskell.HsColour.HTML'
Missing documentation for:
top'n'tail (Language/Haskell/HsColour/HTML.hs:32)
renderAnchors (Language/Haskell/HsColour/HTML.hs:42)
renderComment (Language/Haskell/HsColour/HTML.hs:48)
renderNewLinesAnchors (Language/Haskell/HsColour/HTML.hs:60)
escape (Language/Haskell/HsColour/HTML.hs:83)
40% ( 2 / 5) in 'Language.Haskell.HsColour.CSS'
Missing documentation for:
top'n'tail (Language/Haskell/HsColour/CSS.hs:30)
renderToken (Language/Haskell/HsColour/CSS.hs:36)
pre (Language/Haskell/HsColour/CSS.hs:33)
42% ( 3 / 7) in 'Language.Haskell.HsColour.ACSS'
Missing documentation for:
AnnMap (Language/Haskell/HsColour/ACSS.hs:24)
Loc (Language/Haskell/HsColour/ACSS.hs:25)
breakS (Language/Haskell/HsColour/ACSS.hs:117)
srcModuleName (Language/Haskell/HsColour/ACSS.hs:108)
66% ( 2 / 3) in 'Language.Haskell.HsColour.InlineCSS'
Missing documentation for:
top'n'tail (Language/Haskell/HsColour/InlineCSS.hs:28)
66% ( 2 / 3) in 'Language.Haskell.HsColour.LaTeX'
Missing documentation for:
top'n'tail (Language/Haskell/HsColour/LaTeX.hs:16)
100% ( 2 / 2) in 'Language.Haskell.HsColour.MIRC'
33% ( 1 / 3) in 'Language.Haskell.HsColour.Output'
Missing documentation for:
Module header
TerminalType (Language/Haskell/HsColour/Output.hs:3)
50% ( 2 / 4) in 'Language.Haskell.HsColour.Options'
Missing documentation for:
Module header
TerminalType (Language/Haskell/HsColour/Output.hs:3)
37% ( 10 / 27) in 'Language.Haskell.HsColour.ANSI'
Missing documentation for:
highlightOnG (Language/Haskell/HsColour/ANSI.hs:92)
highlightOff (Language/Haskell/HsColour/ANSI.hs:97)
cleareol (Language/Haskell/HsColour/ANSI.hs:46)
clearbol (Language/Haskell/HsColour/ANSI.hs:47)
clearline (Language/Haskell/HsColour/ANSI.hs:48)
clearDown (Language/Haskell/HsColour/ANSI.hs:49)
clearUp (Language/Haskell/HsColour/ANSI.hs:50)
cursorUp (Language/Haskell/HsColour/ANSI.hs:41)
cursorDown (Language/Haskell/HsColour/ANSI.hs:42)
cursorLeft (Language/Haskell/HsColour/ANSI.hs:44)
cursorRight (Language/Haskell/HsColour/ANSI.hs:43)
savePosition (Language/Haskell/HsColour/ANSI.hs:55)
restorePosition (Language/Haskell/HsColour/ANSI.hs:56)
scrollUp (Language/Haskell/HsColour/ANSI.hs:119)
scrollDown (Language/Haskell/HsColour/ANSI.hs:117)
lineWrap (Language/Haskell/HsColour/ANSI.hs:123)
TerminalType (Language/Haskell/HsColour/Output.hs:3)
100% ( 3 / 3) in 'Language.Haskell.HsColour.TTY'
100% ( 4 / 4) in 'Language.Haskell.HsColour'
Warning: Language.Haskell.HsColour.Anchors: could not find link destinations for:
- Language.Haskell.HsColour.Anchors.Anchor
Documentation created: dist/doc/html/hscolour/,
dist/doc/html/hscolour/hscolour.txt
Installing executable HsColour 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 library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/hscolour-1.25-5gDpYMF5WLzAhMcnQZjhh6
Completed hscolour-1.25
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.4...
Preprocessing library for integer-logarithms-1.0.4..
Building library for integer-logarithms-1.0.4..
[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.4..
Running Haddock on library for integer-logarithms-1.0.4..
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.4-KzAgsevoV5Y6IrFUclFTyp
Completed integer-logarithms-1.0.4
Configuring libyaml-clib-0.2.5...
Preprocessing library for libyaml-clib-0.2.5..
Building library for libyaml-clib-0.2.5..
Preprocessing library for libyaml-clib-0.2.5..
Running Haddock on library for libyaml-clib-0.2.5..
Warning: Haddocks are being requested, but there aren't any modules given to
create documentation for.
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/libyaml-clib-0.2.5-aCNJYZfNzCDFHTp4HTSl4
Completed libyaml-clib-0.2.5
Configuring mime-types-0.1.2.0...
Preprocessing library for mime-types-0.1.2.0..
Building library for mime-types-0.1.2.0..
[1 of 1] Compiling Network.Mime ( Network/Mime.hs, dist/build/Network/Mime.o, dist/build/Network/Mime.dyn_o )
Preprocessing library for mime-types-0.1.2.0..
Running Haddock on library for mime-types-0.1.2.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Network.Mime ( Network/Mime.hs, nothing )
Haddock coverage:
93% ( 15 / 16) in 'Network.Mime'
Missing documentation for:
Module header
Documentation created: dist/doc/html/mime-types/,
dist/doc/html/mime-types/mime-types.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/mime-types-0.1.2.0-4E6woUmkAfrDilEbAOMAKU
Completed mime-types-0.1.2.0
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-2mBD7NmHSYt6MqMlmsyIDz
Completed network-3.2.8.0
Configuring network-byte-order-0.1.7...
Preprocessing library for network-byte-order-0.1.7..
Building library for network-byte-order-0.1.7..
[1 of 1] Compiling Network.ByteOrder ( Network/ByteOrder.hs, dist/build/Network/ByteOrder.o, dist/build/Network/ByteOrder.dyn_o )
Network/ByteOrder.hs:266:47: 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"
|
266 | peekByteString src len = create len $ \dst -> memcpy dst src len
| ^^^^^^
Network/ByteOrder.hs:363:5: 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"
|
363 | memcpy ptr (p `plusPtr` o) (fromIntegral l)
| ^^^^^^
Network/ByteOrder.hs:518:5: 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"
|
518 | memcpy dst src len
| ^^^^^^
Network/ByteOrder.hs:542:24: 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"
|
542 | create len $ \p -> memcpy p start len
| ^^^^^^
Network/ByteOrder.hs:698:30: 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"
|
698 | create len $ \dst -> memcpy dst src len
| ^^^^^^
Network/ByteOrder.hs:704:29: 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"
|
704 | create len' $ \dst -> memcpy dst src len'
| ^^^^^^
Preprocessing library for network-byte-order-0.1.7..
Running Haddock on library for network-byte-order-0.1.7..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Network.ByteOrder ( Network/ByteOrder.hs, nothing )
Network/ByteOrder.hs:266:47: 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"
|
266 | peekByteString src len = create len $ \dst -> memcpy dst src len
| ^^^^^^
Network/ByteOrder.hs:363:5: 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"
|
363 | memcpy ptr (p `plusPtr` o) (fromIntegral l)
| ^^^^^^
Network/ByteOrder.hs:518:5: 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"
|
518 | memcpy dst src len
| ^^^^^^
Network/ByteOrder.hs:542:24: 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"
|
542 | create len $ \p -> memcpy p start len
| ^^^^^^
Network/ByteOrder.hs:698:30: 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"
|
698 | create len $ \dst -> memcpy dst src len
| ^^^^^^
Network/ByteOrder.hs:704:29: 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"
|
704 | create len' $ \dst -> memcpy dst src len'
| ^^^^^^
Haddock coverage:
Warning: 'BufferOverrun' is ambiguous. It is defined
* at Network/ByteOrder.hs:781:22
* at Network/ByteOrder.hs:781:1
You 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/ByteOrder.hs:781:1
Warning: 'ReadBuffer' is ambiguous. It is defined
* at Network/ByteOrder.hs:670:22
* at Network/ByteOrder.hs:670:1
You 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/ByteOrder.hs:670:1
97% ( 66 / 68) in 'Network.ByteOrder'
Missing documentation for:
peekByteString (Network/ByteOrder.hs:266)
Readable (Network/ByteOrder.hs:579)
Warning: Network.ByteOrder: could not find link destinations for:
- Data.ByteString.Internal.Type.D:R:ItemByteString
Documentation created: dist/doc/html/network-byte-order/,
dist/doc/html/network-byte-order/network-byte-order.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/network-byte-order-0.1.7-2RSohB3u1SK2mPNIZZ2x0F
Completed network-byte-order-0.1.7
Configuring network-info-0.2.1...
Preprocessing library for network-info-0.2.1..
Building library for network-info-0.2.1..
[1 of 1] Compiling Network.Info ( dist/build/Network/Info.hs, dist/build/Network/Info.o, dist/build/Network/Info.dyn_o )
src/Network/Info.hsc:46:10: warning: [GHC-06201] [-Wmissing-methods]
" No explicit implementation for
either poke or pokeElemOff or pokeByteOff
" In the instance declaration for Storable NetworkInterface
|
46 | instance Storable NetworkInterface where
| ^^^^^^^^^^^^^^^^^^^^^^^^^
Preprocessing library for network-info-0.2.1..
Running Haddock on library for network-info-0.2.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Network.Info ( dist/build/Network/Info.hs, nothing )
src/Network/Info.hsc:46:10: warning: [GHC-06201] [-Wmissing-methods]
" No explicit implementation for
either poke or pokeElemOff or pokeByteOff
" In the instance declaration for Storable NetworkInterface
|
46 | instance Storable NetworkInterface where
| ^^^^^^^^^^^^^^^^^^^^^^^^^
Haddock coverage:
83% ( 5 / 6) in 'Network.Info'
Missing documentation for:
Module header
Documentation created: dist/doc/html/network-info/,
dist/doc/html/network-info/network-info.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/network-info-0.2.1-8IucHIHhRuWAXAEVtJZ1ms
Completed network-info-0.2.1
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 os-string-2.0.8...
Preprocessing library for os-string-2.0.8..
Building library for os-string-2.0.8..
[ 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:23:42: warning: [GHC-38856] [-Wunused-imports]
The import of try from module Control.Exception is redundant
|
23 | 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 )
[ 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.8..
Running Haddock on library for os-string-2.0.8..
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:23:42: warning: [GHC-38856] [-Wunused-imports]
The import of try from module Control.Exception is redundant
|
23 | 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 )
[ 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:60)
isSpace (System/OsString/Data/ByteString/Short/Internal.hs:63)
create (System/OsString/Data/ByteString/Short/Internal.hs:70)
asBA (System/OsString/Data/ByteString/Short/Internal.hs:80)
BA (System/OsString/Data/ByteString/Short/Internal.hs:84)
MBA (System/OsString/Data/ByteString/Short/Internal.hs:85)
newPinnedByteArray (System/OsString/Data/ByteString/Short/Internal.hs:89)
newByteArray (System/OsString/Data/ByteString/Short/Internal.hs:94)
copyByteArray (System/OsString/Data/ByteString/Short/Internal.hs:99)
unsafeFreezeByteArray (System/OsString/Data/ByteString/Short/Internal.hs:104)
copyAddrToByteArray (System/OsString/Data/ByteString/Short/Internal.hs:109)
moduleErrorIO (System/OsString/Data/ByteString/Short/Internal.hs:244)
moduleErrorMsg (System/OsString/Data/ByteString/Short/Internal.hs:248)
packWord16 (System/OsString/Data/ByteString/Short/Internal.hs:251)
packLenWord16 (System/OsString/Data/ByteString/Short/Internal.hs:254)
unpackWord16 (System/OsString/Data/ByteString/Short/Internal.hs:265)
packWord16Rev (System/OsString/Data/ByteString/Short/Internal.hs:274)
packLenWord16Rev (System/OsString/Data/ByteString/Short/Internal.hs:277)
indexWord8Array (System/OsString/Data/ByteString/Short/Internal.hs:299)
word16ToLE# (System/OsString/Data/ByteString/Short/Internal.hs:320)
word16FromLE# (System/OsString/Data/ByteString/Short/Internal.hs:322)
setByteArray (System/OsString/Data/ByteString/Short/Internal.hs:325)
copyMutableByteArray (System/OsString/Data/ByteString/Short/Internal.hs:330)
createAndTrim' (System/OsString/Data/ByteString/Short/Internal.hs:356)
createAndTrim'' (System/OsString/Data/ByteString/Short/Internal.hs:372)
findIndexOrLength (System/OsString/Data/ByteString/Short/Internal.hs:397)
assertEven (System/OsString/Data/ByteString/Short/Internal.hs:422)
errorEmptySBS (System/OsString/Data/ByteString/Short/Internal.hs:430)
moduleError (System/OsString/Data/ByteString/Short/Internal.hs:434)
compareByteArraysOff (System/OsString/Data/ByteString/Short/Internal.hs:444)
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:663)
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:42)
mkUcs2le (System/OsString/Encoding/Internal.hs:45)
ucs2le_DF (System/OsString/Encoding/Internal.hs:50)
ucs2le_EF (System/OsString/Encoding/Internal.hs:60)
ucs2le_decode (System/OsString/Encoding/Internal.hs:71)
ucs2le_encode (System/OsString/Encoding/Internal.hs:96)
mkUTF16le_b (System/OsString/Encoding/Internal.hs:131)
utf16le_b_DF (System/OsString/Encoding/Internal.hs:136)
utf16le_b_EF (System/OsString/Encoding/Internal.hs:146)
utf16le_b_decode (System/OsString/Encoding/Internal.hs:157)
utf16le_b_encode (System/OsString/Encoding/Internal.hs:195)
cWcharsToChars_UCS2 (System/OsString/Encoding/Internal.hs:231)
cWcharsToChars (System/OsString/Encoding/Internal.hs:238)
charsToCWchars (System/OsString/Encoding/Internal.hs:248)
withWindowsString (System/OsString/Encoding/Internal.hs:264)
peekWindowsString (System/OsString/Encoding/Internal.hs:267)
withPosixString (System/OsString/Encoding/Internal.hs:272)
withPosixString' (System/OsString/Encoding/Internal.hs:275)
peekPosixString (System/OsString/Encoding/Internal.hs:278)
peekPosixString' (System/OsString/Encoding/Internal.hs:281)
EncodingException (System/OsString/Encoding/Internal.hs:340)
showEncodingException (System/OsString/Encoding/Internal.hs:348)
wNUL (System/OsString/Encoding/Internal.hs:367)
44% ( 11 / 25) in 'System.OsString.Encoding'
Missing documentation for:
Module header
EncodingException (System/OsString/Encoding/Internal.hs:340)
showEncodingException (System/OsString/Encoding/Internal.hs:348)
ucs2le (System/OsString/Encoding/Internal.hs:42)
mkUcs2le (System/OsString/Encoding/Internal.hs:45)
ucs2le_DF (System/OsString/Encoding/Internal.hs:50)
ucs2le_EF (System/OsString/Encoding/Internal.hs:60)
ucs2le_decode (System/OsString/Encoding/Internal.hs:71)
ucs2le_encode (System/OsString/Encoding/Internal.hs:96)
mkUTF16le_b (System/OsString/Encoding/Internal.hs:131)
utf16le_b_DF (System/OsString/Encoding/Internal.hs:136)
utf16le_b_EF (System/OsString/Encoding/Internal.hs:146)
utf16le_b_decode (System/OsString/Encoding/Internal.hs:157)
utf16le_b_encode (System/OsString/Encoding/Internal.hs:195)
Warning: 'WindowsString' is ambiguous. It is defined
* at System/OsString/Internal/Types.hs:60:25
* at System/OsString/Internal/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 System/OsString/Internal/Types.hs:60:1
Warning: 'PosixString' is ambiguous. It is defined
* at System/OsString/Internal/Types.hs:87:23
* at System/OsString/Internal/Types.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 System/OsString/Internal/Types.hs:87: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:210:18
* at System/OsString/Internal/Types.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 System/OsString/Internal/Types.hs:210:1
Warning: 'OsString' is ambiguous. It is defined
* at System/OsString/Internal/Types.hs:161:20
* at System/OsString/Internal/Types.hs:161:1
You 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:161: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:70)
unPS (System/OsString/Internal/Types.hs:96)
PlatformString (System/OsString/Internal/Types.hs:114)
WindowsChar (System/OsString/Internal/Types.hs:117)
unWW (System/OsString/Internal/Types.hs:131)
PosixChar (System/OsString/Internal/Types.hs:123)
unPW (System/OsString/Internal/Types.hs:139)
PlatformChar (System/OsString/Internal/Types.hs:148)
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:87:23
* at System/OsString/Internal/Types.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 System/OsString/Internal/Types.hs:87: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:526)
empty (System/OsString/Common.hs:529)
concat (System/OsString/Common.hs:737)
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:161:20
* at System/OsString/Internal/Types.hs:161:1
You 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:161:1
Warning: 'OsChar' is ambiguous. It is defined
* at System/OsString/Internal/Types.hs:210:18
* at System/OsString/Internal/Types.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 System/OsString/Internal/Types.hs:210:1
Warning: 'head' 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: 'tail' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:277:1
You 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:277:1
Warning: 'init' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.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 System/OsString/Internal.hs:302:1
Warning: 'last' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.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 System/OsString/Internal.hs:268:1
Warning: 'map' is ambiguous. It is defined
* in GHC.Base
* at System/OsString/Internal.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 System/OsString/Internal.hs:332:1
Warning: 'reverse' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:338:1
You 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:338:1
Warning: 'foldl' is ambiguous. It is defined
* in Data.Foldable
* 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: 'foldl1' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:368:1
You 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:368:1
Warning: 'foldr' 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: 'foldr1' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs: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 System/OsString/Internal.hs:398:1
Warning: 'all' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:412:1
You 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:412:1
Warning: 'any' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.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 System/OsString/Internal.hs:419:1
Warning: 'replicate' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:434:1
You 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:434:1
Warning: 'take' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:476:1
You 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:476:1
Warning: 'length' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:325:1
You 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:325:1
Warning: 'drop' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:513:1
You 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:513:1
Warning: 'takeWhile' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:507:1
You 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:507:1
Warning: 'dropWhile' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:535:1
You 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:535:1
Warning: 'break' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:564:1
You 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:564:1
Warning: 'span' is ambiguous. It is defined
* in GHC.List
* at System/OsString/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 System/OsString/Internal.hs:574:1
Warning: 'splitAt' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:599:1
You 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:599:1
Warning: 'elem' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:702:1
You 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:702:1
Warning: 'filter' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:720:1
You 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:720:1
94% ( 75 / 79) in 'System.OsString.Internal'
Missing documentation for:
Module header
empty (System/OsString/Internal.hs:233)
singleton (System/OsString/Internal.hs:236)
concat (System/OsString/Internal.hs:425)
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:233)
singleton (System/OsString/Internal.hs:236)
concat (System/OsString/Internal.hs:425)
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:60:25
* at System/OsString/Internal/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 System/OsString/Internal/Types.hs:60: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:526)
empty (System/OsString/Common.hs:529)
concat (System/OsString/Common.hs:737)
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.8-JLOCx5syZ3qViIHERGXha
Completed os-string-2.0.8
Configuring polyparse-1.13.1...
Preprocessing library for polyparse-1.13.1..
Building library for polyparse-1.13.1..
[ 1 of 18] Compiling Text.ParserCombinators.HuttonMeijer ( src/Text/ParserCombinators/HuttonMeijer.hs, dist/build/Text/ParserCombinators/HuttonMeijer.o, dist/build/Text/ParserCombinators/HuttonMeijer.dyn_o )
[ 2 of 18] Compiling Text.ParserCombinators.HuttonMeijerWallace ( src/Text/ParserCombinators/HuttonMeijerWallace.hs, dist/build/Text/ParserCombinators/HuttonMeijerWallace.o, dist/build/Text/ParserCombinators/HuttonMeijerWallace.dyn_o )
[ 3 of 18] Compiling Text.ParserCombinators.Poly.Base ( src/Text/ParserCombinators/Poly/Base.hs, dist/build/Text/ParserCombinators/Poly/Base.o, dist/build/Text/ParserCombinators/Poly/Base.dyn_o )
[ 4 of 18] Compiling Text.ParserCombinators.Poly.Result ( src/Text/ParserCombinators/Poly/Result.hs, dist/build/Text/ParserCombinators/Poly/Result.o, dist/build/Text/ParserCombinators/Poly/Result.dyn_o )
[ 5 of 18] Compiling Text.ParserCombinators.Poly.Parser ( src/Text/ParserCombinators/Poly/Parser.hs, dist/build/Text/ParserCombinators/Poly/Parser.o, dist/build/Text/ParserCombinators/Poly/Parser.dyn_o )
[ 6 of 18] Compiling Text.ParserCombinators.Poly.Plain ( src/Text/ParserCombinators/Poly/Plain.hs, dist/build/Text/ParserCombinators/Poly/Plain.o, dist/build/Text/ParserCombinators/Poly/Plain.dyn_o )
[ 7 of 18] Compiling Text.ParserCombinators.Poly ( src/Text/ParserCombinators/Poly.hs, dist/build/Text/ParserCombinators/Poly.o, dist/build/Text/ParserCombinators/Poly.dyn_o )
[ 8 of 18] Compiling Text.Parse ( src/Text/Parse.hs, dist/build/Text/Parse.o, dist/build/Text/Parse.dyn_o )
src/Text/Parse.hs:400:36: 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."
|
400 | parseList = do { w <- word; if head w == '"' then return (init (tail w))
| ^^^^
src/Text/Parse.hs:400:69: 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."
|
400 | parseList = do { w <- word; if head w == '"' then return (init (tail w))
| ^^^^
[ 9 of 18] Compiling Text.ParserCombinators.Poly.Lex ( src/Text/ParserCombinators/Poly/Lex.hs, dist/build/Text/ParserCombinators/Poly/Lex.o, dist/build/Text/ParserCombinators/Poly/Lex.dyn_o )
[10 of 18] Compiling Text.ParserCombinators.Poly.Lazy ( src/Text/ParserCombinators/Poly/Lazy.hs, dist/build/Text/ParserCombinators/Poly/Lazy.o, dist/build/Text/ParserCombinators/Poly/Lazy.dyn_o )
[11 of 18] Compiling Text.ParserCombinators.Poly.ByteStringChar ( src/Text/ParserCombinators/Poly/ByteStringChar.hs, dist/build/Text/ParserCombinators/Poly/ByteStringChar.o, dist/build/Text/ParserCombinators/Poly/ByteStringChar.dyn_o )
[12 of 18] Compiling Text.Parse.ByteString ( src/Text/Parse/ByteString.hs, dist/build/Text/Parse/ByteString.o, dist/build/Text/Parse/ByteString.dyn_o )
src/Text/Parse/ByteString.hs:440:36: 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."
|
440 | parseList = do { w <- word; if head w == '"' then return (init (tail w))
| ^^^^
src/Text/Parse/ByteString.hs:440:69: 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."
|
440 | parseList = do { w <- word; if head w == '"' then return (init (tail w))
| ^^^^
[13 of 18] Compiling Text.ParserCombinators.Poly.ByteString ( src/Text/ParserCombinators/Poly/ByteString.hs, dist/build/Text/ParserCombinators/Poly/ByteString.o, dist/build/Text/ParserCombinators/Poly/ByteString.dyn_o )
[14 of 18] Compiling Text.ParserCombinators.Poly.StateParser ( src/Text/ParserCombinators/Poly/StateParser.hs, dist/build/Text/ParserCombinators/Poly/StateParser.o, dist/build/Text/ParserCombinators/Poly/StateParser.dyn_o )
[15 of 18] Compiling Text.ParserCombinators.Poly.StateLazy ( src/Text/ParserCombinators/Poly/StateLazy.hs, dist/build/Text/ParserCombinators/Poly/StateLazy.o, dist/build/Text/ParserCombinators/Poly/StateLazy.dyn_o )
[16 of 18] Compiling Text.ParserCombinators.Poly.State ( src/Text/ParserCombinators/Poly/State.hs, dist/build/Text/ParserCombinators/Poly/State.o, dist/build/Text/ParserCombinators/Poly/State.dyn_o )
[17 of 18] Compiling Text.ParserCombinators.Poly.StateText ( src/Text/ParserCombinators/Poly/StateText.hs, dist/build/Text/ParserCombinators/Poly/StateText.o, dist/build/Text/ParserCombinators/Poly/StateText.dyn_o )
[18 of 18] Compiling Text.ParserCombinators.Poly.Text ( src/Text/ParserCombinators/Poly/Text.hs, dist/build/Text/ParserCombinators/Poly/Text.o, dist/build/Text/ParserCombinators/Poly/Text.dyn_o )
Preprocessing library for polyparse-1.13.1..
Running Haddock on library for polyparse-1.13.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 18] Compiling Text.ParserCombinators.HuttonMeijer ( src/Text/ParserCombinators/HuttonMeijer.hs, nothing )
[ 2 of 18] Compiling Text.ParserCombinators.HuttonMeijerWallace ( src/Text/ParserCombinators/HuttonMeijerWallace.hs, nothing )
[ 3 of 18] Compiling Text.ParserCombinators.Poly.Base ( src/Text/ParserCombinators/Poly/Base.hs, nothing )
[ 4 of 18] Compiling Text.ParserCombinators.Poly.Result ( src/Text/ParserCombinators/Poly/Result.hs, nothing )
[ 5 of 18] Compiling Text.ParserCombinators.Poly.Parser ( src/Text/ParserCombinators/Poly/Parser.hs, nothing )
[ 6 of 18] Compiling Text.ParserCombinators.Poly.Plain ( src/Text/ParserCombinators/Poly/Plain.hs, nothing )
[ 7 of 18] Compiling Text.ParserCombinators.Poly ( src/Text/ParserCombinators/Poly.hs, nothing )
[ 8 of 18] Compiling Text.Parse ( src/Text/Parse.hs, nothing )
src/Text/Parse.hs:400:36: 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."
|
400 | parseList = do { w <- word; if head w == '"' then return (init (tail w))
| ^^^^
src/Text/Parse.hs:400:69: 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."
|
400 | parseList = do { w <- word; if head w == '"' then return (init (tail w))
| ^^^^
[ 9 of 18] Compiling Text.ParserCombinators.Poly.Lex ( src/Text/ParserCombinators/Poly/Lex.hs, nothing )
[10 of 18] Compiling Text.ParserCombinators.Poly.Lazy ( src/Text/ParserCombinators/Poly/Lazy.hs, nothing )
[11 of 18] Compiling Text.ParserCombinators.Poly.ByteStringChar ( src/Text/ParserCombinators/Poly/ByteStringChar.hs, nothing )
[12 of 18] Compiling Text.Parse.ByteString ( src/Text/Parse/ByteString.hs, nothing )
src/Text/Parse/ByteString.hs:440:36: 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."
|
440 | parseList = do { w <- word; if head w == '"' then return (init (tail w))
| ^^^^
src/Text/Parse/ByteString.hs:440:69: 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."
|
440 | parseList = do { w <- word; if head w == '"' then return (init (tail w))
| ^^^^
[13 of 18] Compiling Text.ParserCombinators.Poly.ByteString ( src/Text/ParserCombinators/Poly/ByteString.hs, nothing )
[14 of 18] Compiling Text.ParserCombinators.Poly.StateParser ( src/Text/ParserCombinators/Poly/StateParser.hs, nothing )
[15 of 18] Compiling Text.ParserCombinators.Poly.StateLazy ( src/Text/ParserCombinators/Poly/StateLazy.hs, nothing )
[16 of 18] Compiling Text.ParserCombinators.Poly.State ( src/Text/ParserCombinators/Poly/State.hs, nothing )
[17 of 18] Compiling Text.ParserCombinators.Poly.StateText ( src/Text/ParserCombinators/Poly/StateText.hs, nothing )
[18 of 18] Compiling Text.ParserCombinators.Poly.Text ( src/Text/ParserCombinators/Poly/Text.hs, nothing )
Haddock coverage:
5% ( 2 / 36) in 'Text.ParserCombinators.HuttonMeijer'
Missing documentation for:
item (src/Text/ParserCombinators/HuttonMeijer.hs:90)
first (src/Text/ParserCombinators/HuttonMeijer.hs:95)
papply (src/Text/ParserCombinators/HuttonMeijer.hs:100)
+++ (src/Text/ParserCombinators/HuttonMeijer.hs:107)
sat (src/Text/ParserCombinators/HuttonMeijer.hs:110)
many (src/Text/ParserCombinators/HuttonMeijer.hs:116)
many1 (src/Text/ParserCombinators/HuttonMeijer.hs:120)
sepby (src/Text/ParserCombinators/HuttonMeijer.hs:123)
sepby1 (src/Text/ParserCombinators/HuttonMeijer.hs:126)
chainl (src/Text/ParserCombinators/HuttonMeijer.hs:129)
chainl1 (src/Text/ParserCombinators/HuttonMeijer.hs:132)
chainr (src/Text/ParserCombinators/HuttonMeijer.hs:138)
chainr1 (src/Text/ParserCombinators/HuttonMeijer.hs:141)
ops (src/Text/ParserCombinators/HuttonMeijer.hs:147)
bracket (src/Text/ParserCombinators/HuttonMeijer.hs:150)
char (src/Text/ParserCombinators/HuttonMeijer.hs:157)
digit (src/Text/ParserCombinators/HuttonMeijer.hs:160)
lower (src/Text/ParserCombinators/HuttonMeijer.hs:163)
upper (src/Text/ParserCombinators/HuttonMeijer.hs:166)
letter (src/Text/ParserCombinators/HuttonMeijer.hs:169)
alphanum (src/Text/ParserCombinators/HuttonMeijer.hs:172)
string (src/Text/ParserCombinators/HuttonMeijer.hs:175)
ident (src/Text/ParserCombinators/HuttonMeijer.hs:179)
nat (src/Text/ParserCombinators/HuttonMeijer.hs:182)
int (src/Text/ParserCombinators/HuttonMeijer.hs:187)
spaces (src/Text/ParserCombinators/HuttonMeijer.hs:194)
comment (src/Text/ParserCombinators/HuttonMeijer.hs:202)
junk (src/Text/ParserCombinators/HuttonMeijer.hs:207)
skip (src/Text/ParserCombinators/HuttonMeijer.hs:210)
token (src/Text/ParserCombinators/HuttonMeijer.hs:213)
natural (src/Text/ParserCombinators/HuttonMeijer.hs:220)
integer (src/Text/ParserCombinators/HuttonMeijer.hs:223)
symbol (src/Text/ParserCombinators/HuttonMeijer.hs:226)
identifier (src/Text/ParserCombinators/HuttonMeijer.hs:229)
77% ( 24 / 31) in 'Text.ParserCombinators.HuttonMeijerWallace'
Missing documentation for:
Parser (src/Text/ParserCombinators/HuttonMeijerWallace.hs:67)
chainl (src/Text/ParserCombinators/HuttonMeijerWallace.hs:229)
chainl1 (src/Text/ParserCombinators/HuttonMeijerWallace.hs:232)
chainr (src/Text/ParserCombinators/HuttonMeijerWallace.hs:239)
chainr1 (src/Text/ParserCombinators/HuttonMeijerWallace.hs:242)
ops (src/Text/ParserCombinators/HuttonMeijerWallace.hs:251)
bracket (src/Text/ParserCombinators/HuttonMeijerWallace.hs:256)
95% ( 23 / 24) in 'Text.ParserCombinators.Poly.Base'
Missing documentation for:
Module header
75% ( 3 / 4) in 'Text.ParserCombinators.Poly.Result'
Missing documentation for:
Module header
100% ( 12 / 12) in 'Text.ParserCombinators.Poly.Parser'
93% ( 15 / 16) in 'Text.ParserCombinators.Poly.Plain'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Text.ParserCombinators.Poly'
Missing documentation for:
Module header
76% ( 23 / 30) in 'Text.Parse'
Missing documentation for:
Module header
parseSigned (src/Text/Parse.hs:230)
parseInt (src/Text/Parse.hs:237)
parseDec (src/Text/Parse.hs:243)
parseOct (src/Text/Parse.hs:244)
parseHex (src/Text/Parse.hs:245)
parseFloat (src/Text/Parse.hs:248)
100% ( 16 / 16) in 'Text.ParserCombinators.Poly.Lex'
93% ( 15 / 16) in 'Text.ParserCombinators.Poly.Lazy'
Missing documentation for:
Module header
94% ( 16 / 17) in 'Text.ParserCombinators.Poly.ByteStringChar'
Missing documentation for:
Module header
96% ( 31 / 32) in 'Text.Parse.ByteString'
Missing documentation for:
Module header
94% ( 16 / 17) in 'Text.ParserCombinators.Poly.ByteString'
Missing documentation for:
Module header
100% ( 15 / 15) in 'Text.ParserCombinators.Poly.StateParser'
94% ( 33 / 35) in 'Text.ParserCombinators.Poly.StateLazy'
Missing documentation for:
Module header
manyFinally (src/Text/ParserCombinators/Poly/StateLazy.hs:165)
94% ( 18 / 19) in 'Text.ParserCombinators.Poly.State'
Missing documentation for:
Module header
95% ( 21 / 22) in 'Text.ParserCombinators.Poly.StateText'
Missing documentation for:
Module header
94% ( 17 / 18) in 'Text.ParserCombinators.Poly.Text'
Missing documentation for:
Module header
Warning: Text.ParserCombinators.HuttonMeijer: could not find link destinations for:
- Text.ParserCombinators.HuttonMeijer.Token
Warning: Text.ParserCombinators.HuttonMeijerWallace: could not find link destinations for:
- Text.ParserCombinators.HuttonMeijerWallace.ParseResult
Documentation created: dist/doc/html/polyparse/,
dist/doc/html/polyparse/polyparse.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/polyparse-1.13.1-3JNhUz69dQj31c1iqOQR1I
Completed polyparse-1.13.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 refact-0.3.0.2...
Preprocessing library for refact-0.3.0.2..
Building library for refact-0.3.0.2..
[1 of 1] Compiling Refact.Types ( src/Refact/Types.hs, dist/build/Refact/Types.o, dist/build/Refact/Types.dyn_o )
Preprocessing library for refact-0.3.0.2..
Running Haddock on library for refact-0.3.0.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Refact.Types ( src/Refact/Types.hs, nothing )
Haddock coverage:
75% ( 3 / 4) in 'Refact.Types'
Missing documentation for:
Module header
Documentation created: dist/doc/html/refact/, dist/doc/html/refact/refact.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/refact-0.3.0.2-41WrNdvE1xgBUg67PRWBeN
Completed refact-0.3.0.2
Configuring semigroups-0.20...
Preprocessing library for semigroups-0.20..
Building library for semigroups-0.20..
[1 of 1] Compiling Data.Semigroup.Generic ( src/Data/Semigroup/Generic.hs, dist/build/Data/Semigroup/Generic.o, dist/build/Data/Semigroup/Generic.dyn_o )
Preprocessing library for semigroups-0.20..
Running Haddock on library for semigroups-0.20..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Semigroup.Generic ( src/Data/Semigroup/Generic.hs, nothing )
Haddock coverage:
Warning: 'GenericSemigroupMonoid' is ambiguous. It is defined
* at src/Data/Semigroup/Generic.hs:111:3
* at src/Data/Semigroup/Generic.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/Data/Semigroup/Generic.hs:110:1
77% ( 7 / 9) in 'Data.Semigroup.Generic'
Missing documentation for:
GSemigroup (src/Data/Semigroup/Generic.hs:54)
GMonoid (src/Data/Semigroup/Generic.hs:84)
Warning: Data.Semigroup.Generic: could not find link destinations for:
- Data.Semigroup.Generic.gmempty'
- Data.Semigroup.Generic.gmappend'
Documentation created: dist/doc/html/semigroups/,
dist/doc/html/semigroups/semigroups.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/semigroups-0.20-FhfuFxVvP7ZBtA37SUthhH
Completed semigroups-0.20
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.1...
Preprocessing library for splitmix-0.1.3.1..
Building library for splitmix-0.1.3.1..
[1 of 4] Compiling Data.Bits.Compat ( src-compat/Data/Bits/Compat.hs, dist/build/Data/Bits/Compat.o, dist/build/Data/Bits/Compat.dyn_o )
[2 of 4] 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 )
[3 of 4] Compiling System.Random.SplitMix ( src/System/Random/SplitMix.hs, dist/build/System/Random/SplitMix.o, dist/build/System/Random/SplitMix.dyn_o )
[4 of 4] 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.1..
Running Haddock on library for splitmix-0.1.3.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Data.Bits.Compat ( src-compat/Data/Bits/Compat.hs, nothing )
[2 of 4] Compiling System.Random.SplitMix.Init ( src/System/Random/SplitMix/Init.hs, nothing )
[3 of 4] Compiling System.Random.SplitMix ( src/System/Random/SplitMix.hs, nothing )
[4 of 4] 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.1-FLXrwOMCBr82OHyMQoNXPe
Completed splitmix-0.1.3.1
Configuring syb-0.7.3...
Preprocessing library for syb-0.7.3..
Building library for syb-0.7.3..
[ 1 of 16] Compiling Data.Generics.Aliases ( src/Data/Generics/Aliases.hs, dist/build/Data/Generics/Aliases.o, dist/build/Data/Generics/Aliases.dyn_o )
[ 2 of 16] Compiling Data.Generics.Basics ( src/Data/Generics/Basics.hs, dist/build/Data/Generics/Basics.o, dist/build/Data/Generics/Basics.dyn_o )
[ 3 of 16] Compiling Data.Generics.Builders ( src/Data/Generics/Builders.hs, dist/build/Data/Generics/Builders.o, dist/build/Data/Generics/Builders.dyn_o )
[ 4 of 16] Compiling Data.Generics.Instances ( src/Data/Generics/Instances.hs, dist/build/Data/Generics/Instances.o, dist/build/Data/Generics/Instances.dyn_o )
[ 5 of 16] Compiling Data.Generics.Schemes ( src/Data/Generics/Schemes.hs, dist/build/Data/Generics/Schemes.o, dist/build/Data/Generics/Schemes.dyn_o )
[ 6 of 16] Compiling Data.Generics.Text ( src/Data/Generics/Text.hs, dist/build/Data/Generics/Text.o, dist/build/Data/Generics/Text.dyn_o )
[ 7 of 16] Compiling Data.Generics.Twins ( src/Data/Generics/Twins.hs, dist/build/Data/Generics/Twins.o, dist/build/Data/Generics/Twins.dyn_o )
[ 8 of 16] Compiling Data.Generics ( src/Data/Generics.hs, dist/build/Data/Generics.o, dist/build/Data/Generics.dyn_o )
[ 9 of 16] Compiling Generics.SYB ( src/Generics/SYB.hs, dist/build/Generics/SYB.o, dist/build/Generics/SYB.dyn_o )
[10 of 16] Compiling Generics.SYB.Aliases ( src/Generics/SYB/Aliases.hs, dist/build/Generics/SYB/Aliases.o, dist/build/Generics/SYB/Aliases.dyn_o )
[11 of 16] Compiling Generics.SYB.Basics ( src/Generics/SYB/Basics.hs, dist/build/Generics/SYB/Basics.o, dist/build/Generics/SYB/Basics.dyn_o )
[12 of 16] Compiling Generics.SYB.Builders ( src/Generics/SYB/Builders.hs, dist/build/Generics/SYB/Builders.o, dist/build/Generics/SYB/Builders.dyn_o )
[13 of 16] Compiling Generics.SYB.Instances ( src/Generics/SYB/Instances.hs, dist/build/Generics/SYB/Instances.o, dist/build/Generics/SYB/Instances.dyn_o )
[14 of 16] Compiling Generics.SYB.Schemes ( src/Generics/SYB/Schemes.hs, dist/build/Generics/SYB/Schemes.o, dist/build/Generics/SYB/Schemes.dyn_o )
[15 of 16] Compiling Generics.SYB.Text ( src/Generics/SYB/Text.hs, dist/build/Generics/SYB/Text.o, dist/build/Generics/SYB/Text.dyn_o )
[16 of 16] Compiling Generics.SYB.Twins ( src/Generics/SYB/Twins.hs, dist/build/Generics/SYB/Twins.o, dist/build/Generics/SYB/Twins.dyn_o )
Preprocessing library for syb-0.7.3..
Running Haddock on library for syb-0.7.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 16] Compiling Data.Generics.Aliases ( src/Data/Generics/Aliases.hs, nothing )
[ 2 of 16] Compiling Data.Generics.Basics ( src/Data/Generics/Basics.hs, nothing )
[ 3 of 16] Compiling Data.Generics.Builders ( src/Data/Generics/Builders.hs, nothing )
[ 4 of 16] Compiling Data.Generics.Instances ( src/Data/Generics/Instances.hs, nothing )
[ 5 of 16] Compiling Data.Generics.Schemes ( src/Data/Generics/Schemes.hs, nothing )
[ 6 of 16] Compiling Data.Generics.Text ( src/Data/Generics/Text.hs, nothing )
[ 7 of 16] Compiling Data.Generics.Twins ( src/Data/Generics/Twins.hs, nothing )
[ 8 of 16] Compiling Data.Generics ( src/Data/Generics.hs, nothing )
[ 9 of 16] Compiling Generics.SYB ( src/Generics/SYB.hs, nothing )
[10 of 16] Compiling Generics.SYB.Aliases ( src/Generics/SYB/Aliases.hs, nothing )
[11 of 16] Compiling Generics.SYB.Basics ( src/Generics/SYB/Basics.hs, nothing )
[12 of 16] Compiling Generics.SYB.Builders ( src/Generics/SYB/Builders.hs, nothing )
[13 of 16] Compiling Generics.SYB.Instances ( src/Generics/SYB/Instances.hs, nothing )
[14 of 16] Compiling Generics.SYB.Schemes ( src/Generics/SYB/Schemes.hs, nothing )
[15 of 16] Compiling Generics.SYB.Text ( src/Generics/SYB/Text.hs, nothing )
[16 of 16] Compiling Generics.SYB.Twins ( src/Generics/SYB/Twins.hs, nothing )
Haddock coverage:
Warning: 'Generic'' is ambiguous. It is defined
* at src/Data/Generics/Aliases.hs:524:22
* at src/Data/Generics/Aliases.hs:524:1
You may 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/Generics/Aliases.hs:524:1
Warning: 'GenericR'' is ambiguous. It is defined
* at src/Data/Generics/Aliases.hs:509:23
* at src/Data/Generics/Aliases.hs:509:1
You may 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/Generics/Aliases.hs:509:1
Warning: 'GenericB'' is ambiguous. It is defined
* at src/Data/Generics/Aliases.hs:496:21
* at src/Data/Generics/Aliases.hs:496:1
You may 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/Generics/Aliases.hs:496:1
100% ( 62 / 62) in 'Data.Generics.Aliases'
100% ( 2 / 2) in 'Data.Generics.Basics'
100% ( 3 / 3) in 'Data.Generics.Builders'
100% ( 1 / 1) in 'Data.Generics.Instances'
100% ( 19 / 19) in 'Data.Generics.Schemes'
100% ( 6 / 6) in 'Data.Generics.Text'
100% ( 17 / 17) in 'Data.Generics.Twins'
100% ( 8 / 8) in 'Data.Generics'
100% ( 2 / 2) in 'Generics.SYB'
100% ( 2 / 2) in 'Generics.SYB.Aliases'
100% ( 2 / 2) in 'Generics.SYB.Basics'
100% ( 2 / 2) in 'Generics.SYB.Builders'
100% ( 1 / 1) in 'Generics.SYB.Instances'
100% ( 2 / 2) in 'Generics.SYB.Schemes'
100% ( 2 / 2) in 'Generics.SYB.Text'
100% ( 2 / 2) in 'Generics.SYB.Twins'
Documentation created: dist/doc/html/syb/, dist/doc/html/syb/syb.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/syb-0.7.3-3RSHlswStQQ1o1nIweGIxQ
Completed syb-0.7.3
Configuring tagged-0.8.9...
Preprocessing library for tagged-0.8.9..
Building library for tagged-0.8.9..
[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.9..
Running Haddock on library for tagged-0.8.9..
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:82:22
* at src/Data/Tagged.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/Data/Tagged.hs:82: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:386)
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.9-6aZuwRISGvIHng66Gvw0LY
Completed tagged-0.8.9
Configuring th-abstraction-0.7.1.0...
Preprocessing library for th-abstraction-0.7.1.0..
Building library for th-abstraction-0.7.1.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.1.0..
Running Haddock on library for th-abstraction-0.7.1.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.1.0-5OEkekdo9oT3l4cxHWMApr
Completed th-abstraction-0.7.1.0
Configuring th-compat-0.1.6...
Preprocessing library for th-compat-0.1.6..
Building library for th-compat-0.1.6..
[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.6..
Running Haddock on library for th-compat-0.1.6..
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.6-3eCsLS8Ko2yHD4T0lSGAtv
Completed th-compat-0.1.6
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 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-3WW2dYzNjvCGBx3FDUrKMW
Completed unix-compat-0.7.4.1
Configuring unliftio-core-0.2.1.0...
Preprocessing library for unliftio-core-0.2.1.0..
Building library for unliftio-core-0.2.1.0..
[1 of 2] Compiling Control.Monad.IO.Unlift ( src/Control/Monad/IO/Unlift.hs, dist/build/Control/Monad/IO/Unlift.o, dist/build/Control/Monad/IO/Unlift.dyn_o )
[2 of 2] Compiling Paths_unliftio_core ( dist/build/autogen/Paths_unliftio_core.hs, dist/build/Paths_unliftio_core.o, dist/build/Paths_unliftio_core.dyn_o )
Preprocessing library for unliftio-core-0.2.1.0..
Running Haddock on library for unliftio-core-0.2.1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Control.Monad.IO.Unlift ( src/Control/Monad/IO/Unlift.hs, nothing )
[2 of 2] Compiling Paths_unliftio_core ( dist/build/autogen/Paths_unliftio_core.hs, nothing )
Haddock coverage:
Warning: 'ReaderT' is ambiguous. It is defined
* in Control.Monad.Trans.Reader
* in Control.Monad.Trans.Reader
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.Reader
Warning: 'IdentityT' is ambiguous. It is defined
* in Control.Monad.Trans.Identity
* in Control.Monad.Trans.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 Control.Monad.Trans.Identity
Warning: 'UnliftIO' is ambiguous. It is defined
* at src/Control/Monad/IO/Unlift.hs:27:22
* at src/Control/Monad/IO/Unlift.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/Monad/IO/Unlift.hs:27:1
100% ( 10 / 10) in 'Control.Monad.IO.Unlift'
Documentation created: dist/doc/html/unliftio-core/,
dist/doc/html/unliftio-core/unliftio-core.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/unliftio-core-0.2.1.0-4RRDZLCPaiuAoQNEd4e5m9
Completed unliftio-core-0.2.1.0
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 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.5...
Preprocessing library for contravariant-1.5.5..
Building library for contravariant-1.5.5..
[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.5..
Running Haddock on library for contravariant-1.5.5..
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.5-9OZxSMGmONm3FLxTwjX4ym
Completed contravariant-1.5.5
Configuring memory-0.18.0...
Preprocessing library for memory-0.18.0..
Building library for memory-0.18.0..
[ 1 of 28] Compiling Data.Memory.ExtendedWords ( Data/Memory/ExtendedWords.hs, dist/build/Data/Memory/ExtendedWords.o, dist/build/Data/Memory/ExtendedWords.dyn_o )
[ 2 of 28] Compiling Data.Memory.Internal.Compat ( Data/Memory/Internal/Compat.hs, dist/build/Data/Memory/Internal/Compat.o, dist/build/Data/Memory/Internal/Compat.dyn_o )
[ 3 of 28] Compiling Data.Memory.Endian ( Data/Memory/Endian.hs, dist/build/Data/Memory/Endian.o, dist/build/Data/Memory/Endian.dyn_o )
[ 4 of 28] Compiling Data.Memory.Hash.SipHash ( Data/Memory/Hash/SipHash.hs, dist/build/Data/Memory/Hash/SipHash.o, dist/build/Data/Memory/Hash/SipHash.dyn_o )
[ 5 of 28] Compiling Data.Memory.Encoding.Base32 ( Data/Memory/Encoding/Base32.hs, dist/build/Data/Memory/Encoding/Base32.o, dist/build/Data/Memory/Encoding/Base32.dyn_o )
[ 6 of 28] Compiling Data.Memory.Encoding.Base16 ( Data/Memory/Encoding/Base16.hs, dist/build/Data/Memory/Encoding/Base16.o, dist/build/Data/Memory/Encoding/Base16.dyn_o )
[ 7 of 28] Compiling Data.Memory.Internal.CompatPrim ( Data/Memory/Internal/CompatPrim.hs, dist/build/Data/Memory/Internal/CompatPrim.o, dist/build/Data/Memory/Internal/CompatPrim.dyn_o )
[ 8 of 28] Compiling Data.Memory.Internal.CompatPrim64 ( Data/Memory/Internal/CompatPrim64.hs, dist/build/Data/Memory/Internal/CompatPrim64.o, dist/build/Data/Memory/Internal/CompatPrim64.dyn_o )
Data/Memory/Internal/CompatPrim64.hs:58:1: warning: [GHC-40910] [-Wunused-top-binds]
Defined but not used: type constructor or class OutBool
|
58 | type OutBool = Int#
| ^^^^^^^^^^^^^^^^^^^
[ 9 of 28] Compiling Data.Memory.Internal.DeepSeq ( Data/Memory/Internal/DeepSeq.hs, dist/build/Data/Memory/Internal/DeepSeq.o, dist/build/Data/Memory/Internal/DeepSeq.dyn_o )
[10 of 28] Compiling Data.Memory.Internal.Imports ( Data/Memory/Internal/Imports.hs, dist/build/Data/Memory/Internal/Imports.o, dist/build/Data/Memory/Internal/Imports.dyn_o )
[11 of 28] Compiling Data.Memory.Hash.FNV ( Data/Memory/Hash/FNV.hs, dist/build/Data/Memory/Hash/FNV.o, dist/build/Data/Memory/Hash/FNV.dyn_o )
[12 of 28] Compiling Data.Memory.Encoding.Base64 ( Data/Memory/Encoding/Base64.hs, dist/build/Data/Memory/Encoding/Base64.o, dist/build/Data/Memory/Encoding/Base64.dyn_o )
[13 of 28] Compiling Data.Memory.MemMap.Posix ( dist/build/Data/Memory/MemMap/Posix.hs, dist/build/Data/Memory/MemMap/Posix.o, dist/build/Data/Memory/MemMap/Posix.dyn_o )
[14 of 28] Compiling Data.Memory.PtrMethods ( Data/Memory/PtrMethods.hs, dist/build/Data/Memory/PtrMethods.o, dist/build/Data/Memory/PtrMethods.dyn_o )
[15 of 28] Compiling Data.ByteArray.Types ( Data/ByteArray/Types.hs, dist/build/Data/ByteArray/Types.o, dist/build/Data/ByteArray/Types.dyn_o )
[16 of 28] Compiling Data.ByteArray.MemView ( Data/ByteArray/MemView.hs, dist/build/Data/ByteArray/MemView.o, dist/build/Data/ByteArray/MemView.dyn_o )
[17 of 28] Compiling Data.ByteArray.Pack.Internal ( Data/ByteArray/Pack/Internal.hs, dist/build/Data/ByteArray/Pack/Internal.o, dist/build/Data/ByteArray/Pack/Internal.dyn_o )
[18 of 28] Compiling Data.ByteArray.Hash ( Data/ByteArray/Hash.hs, dist/build/Data/ByteArray/Hash.o, dist/build/Data/ByteArray/Hash.dyn_o )
[19 of 28] Compiling Data.ByteArray.Sized ( Data/ByteArray/Sized.hs, dist/build/Data/ByteArray/Sized.o, dist/build/Data/ByteArray/Sized.dyn_o )
[20 of 28] Compiling Data.ByteArray.ScrubbedBytes ( Data/ByteArray/ScrubbedBytes.hs, dist/build/Data/ByteArray/ScrubbedBytes.o, dist/build/Data/ByteArray/ScrubbedBytes.dyn_o )
[21 of 28] Compiling Data.ByteArray.Methods ( Data/ByteArray/Methods.hs, dist/build/Data/ByteArray/Methods.o, dist/build/Data/ByteArray/Methods.dyn_o )
[22 of 28] Compiling Data.ByteArray.View ( Data/ByteArray/View.hs, dist/build/Data/ByteArray/View.o, dist/build/Data/ByteArray/View.dyn_o )
[23 of 28] Compiling Data.ByteArray.Parse ( Data/ByteArray/Parse.hs, dist/build/Data/ByteArray/Parse.o, dist/build/Data/ByteArray/Parse.dyn_o )
[24 of 28] Compiling Data.ByteArray.Mapping ( Data/ByteArray/Mapping.hs, dist/build/Data/ByteArray/Mapping.o, dist/build/Data/ByteArray/Mapping.dyn_o )
[25 of 28] Compiling Data.ByteArray.Encoding ( Data/ByteArray/Encoding.hs, dist/build/Data/ByteArray/Encoding.o, dist/build/Data/ByteArray/Encoding.dyn_o )
[26 of 28] Compiling Data.ByteArray.Bytes ( Data/ByteArray/Bytes.hs, dist/build/Data/ByteArray/Bytes.o, dist/build/Data/ByteArray/Bytes.dyn_o )
[27 of 28] Compiling Data.ByteArray ( Data/ByteArray.hs, dist/build/Data/ByteArray.o, dist/build/Data/ByteArray.dyn_o )
[28 of 28] Compiling Data.ByteArray.Pack ( Data/ByteArray/Pack.hs, dist/build/Data/ByteArray/Pack.o, dist/build/Data/ByteArray/Pack.dyn_o )
Preprocessing library for memory-0.18.0..
Running Haddock on library for memory-0.18.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 28] Compiling Data.Memory.ExtendedWords ( Data/Memory/ExtendedWords.hs, nothing )
[ 2 of 28] Compiling Data.Memory.Internal.Compat ( Data/Memory/Internal/Compat.hs, nothing )
[ 3 of 28] Compiling Data.Memory.Endian ( Data/Memory/Endian.hs, nothing )
[ 4 of 28] Compiling Data.Memory.Hash.SipHash ( Data/Memory/Hash/SipHash.hs, nothing )
[ 5 of 28] Compiling Data.Memory.Encoding.Base32 ( Data/Memory/Encoding/Base32.hs, nothing )
[ 6 of 28] Compiling Data.Memory.Encoding.Base16 ( Data/Memory/Encoding/Base16.hs, nothing )
[ 7 of 28] Compiling Data.Memory.Internal.CompatPrim ( Data/Memory/Internal/CompatPrim.hs, nothing )
[ 8 of 28] Compiling Data.Memory.Internal.CompatPrim64 ( Data/Memory/Internal/CompatPrim64.hs, nothing )
Data/Memory/Internal/CompatPrim64.hs:58:1: warning: [GHC-40910] [-Wunused-top-binds]
Defined but not used: type constructor or class OutBool
|
58 | type OutBool = Int#
| ^^^^^^^^^^^^^^^^^^^
[ 9 of 28] Compiling Data.Memory.Internal.DeepSeq ( Data/Memory/Internal/DeepSeq.hs, nothing )
[10 of 28] Compiling Data.Memory.Internal.Imports ( Data/Memory/Internal/Imports.hs, nothing )
[11 of 28] Compiling Data.Memory.Hash.FNV ( Data/Memory/Hash/FNV.hs, nothing )
[12 of 28] Compiling Data.Memory.Encoding.Base64 ( Data/Memory/Encoding/Base64.hs, nothing )
[13 of 28] Compiling Data.Memory.MemMap.Posix ( dist/build/Data/Memory/MemMap/Posix.hs, nothing )
[14 of 28] Compiling Data.Memory.PtrMethods ( Data/Memory/PtrMethods.hs, nothing )
[15 of 28] Compiling Data.ByteArray.Types ( Data/ByteArray/Types.hs, nothing )
[16 of 28] Compiling Data.ByteArray.MemView ( Data/ByteArray/MemView.hs, nothing )
[17 of 28] Compiling Data.ByteArray.Pack.Internal ( Data/ByteArray/Pack/Internal.hs, nothing )
[18 of 28] Compiling Data.ByteArray.Hash ( Data/ByteArray/Hash.hs, nothing )
[19 of 28] Compiling Data.ByteArray.Sized ( Data/ByteArray/Sized.hs, nothing )
[20 of 28] Compiling Data.ByteArray.ScrubbedBytes ( Data/ByteArray/ScrubbedBytes.hs, nothing )
[21 of 28] Compiling Data.ByteArray.Methods ( Data/ByteArray/Methods.hs, nothing )
[22 of 28] Compiling Data.ByteArray.View ( Data/ByteArray/View.hs, nothing )
[23 of 28] Compiling Data.ByteArray.Parse ( Data/ByteArray/Parse.hs, nothing )
[24 of 28] Compiling Data.ByteArray.Mapping ( Data/ByteArray/Mapping.hs, nothing )
[25 of 28] Compiling Data.ByteArray.Encoding ( Data/ByteArray/Encoding.hs, nothing )
[26 of 28] Compiling Data.ByteArray.Bytes ( Data/ByteArray/Bytes.hs, nothing )
[27 of 28] Compiling Data.ByteArray ( Data/ByteArray.hs, nothing )
[28 of 28] Compiling Data.ByteArray.Pack ( Data/ByteArray/Pack.hs, nothing )
Haddock coverage:
100% ( 2 / 2) in 'Data.Memory.ExtendedWords'
100% ( 10 / 10) in 'Data.Memory.Endian'
100% ( 4 / 4) in 'Data.Memory.Encoding.Base32'
Warning: 'with' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 4 / 4) in 'Data.Memory.Encoding.Base16'
66% ( 6 / 9) in 'Data.Memory.Encoding.Base64'
Missing documentation for:
toBase64OpenBSD (Data/Memory/Encoding/Base64.hs:59)
fromBase64URLUnpadded (Data/Memory/Encoding/Base64.hs:140)
fromBase64OpenBSD (Data/Memory/Encoding/Base64.hs:137)
Warning: 'mmap' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'munmap' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'madvise' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'mlock' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'munlock' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'mprotect' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'msync' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'sysconf' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 10 / 10) in 'Data.Memory.PtrMethods'
Warning: 'n' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ba' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'sipHash' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 13 / 13) in 'Data.ByteArray.Hash'
Warning: 'SizedByteArray' is ambiguous. It is defined
* at Data/ByteArray/Sized.hs:101:40
* at Data/ByteArray/Sized.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 Data/ByteArray/Sized.hs:101:1
Warning: 'allocN' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'createN' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
93% ( 29 / 31) in 'Data.ByteArray.Sized'
Missing documentation for:
unSizedByteArray
inlineUnsafeCreate (Data/ByteArray/Sized.hs:175)
94% ( 17 / 18) in 'Data.ByteArray.Parse'
Missing documentation for:
hasMore (Data/ByteArray/Parse.hs:158)
100% ( 6 / 6) in 'Data.ByteArray.Mapping'
Warning: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 4 / 4) in 'Data.ByteArray.Encoding'
100% ( 44 / 44) in 'Data.ByteArray'
Warning: 'memory' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 17 / 17) in 'Data.ByteArray.Pack'
Warning: Data.Memory.Endian: could not find link destinations for:
- Data.Memory.Endian.byteSwap
Documentation created: dist/doc/html/memory/, dist/doc/html/memory/memory.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/memory-0.18.0-1X1rVvdISfi3JxN0EDrWxU
Completed memory-0.18.0
Configuring extra-1.8...
Preprocessing library for extra-1.8..
Building library for extra-1.8..
[ 1 of 22] Compiling Data.IORef.Extra ( src/Data/IORef/Extra.hs, dist/build/Data/IORef/Extra.o, dist/build/Data/IORef/Extra.dyn_o )
[ 2 of 22] Compiling Data.Monoid.Extra ( src/Data/Monoid/Extra.hs, dist/build/Data/Monoid/Extra.o, dist/build/Data/Monoid/Extra.dyn_o )
[ 3 of 22] Compiling Data.Tuple.Extra ( src/Data/Tuple/Extra.hs, dist/build/Data/Tuple/Extra.o, dist/build/Data/Tuple/Extra.dyn_o )
[ 4 of 22] Compiling Data.Typeable.Extra ( src/Data/Typeable/Extra.hs, dist/build/Data/Typeable/Extra.o, dist/build/Data/Typeable/Extra.dyn_o )
[ 5 of 22] Compiling Numeric.Extra ( src/Numeric/Extra.hs, dist/build/Numeric/Extra.o, dist/build/Numeric/Extra.dyn_o )
[ 6 of 22] Compiling Partial ( src/Partial.hs, dist/build/Partial.o, dist/build/Partial.dyn_o )
[ 7 of 22] Compiling Data.List.Extra ( src/Data/List/Extra.hs, dist/build/Data/List/Extra.o, dist/build/Data/List/Extra.dyn_o )
[ 8 of 22] Compiling Data.Version.Extra ( src/Data/Version/Extra.hs, dist/build/Data/Version/Extra.o, dist/build/Data/Version/Extra.dyn_o )
[ 9 of 22] Compiling Data.List.NonEmpty.Extra ( src/Data/List/NonEmpty/Extra.hs, dist/build/Data/List/NonEmpty/Extra.o, dist/build/Data/List/NonEmpty/Extra.dyn_o )
[10 of 22] Compiling Data.Either.Extra ( src/Data/Either/Extra.hs, dist/build/Data/Either/Extra.o, dist/build/Data/Either/Extra.dyn_o )
[11 of 22] Compiling Control.Exception.Extra ( src/Control/Exception/Extra.hs, dist/build/Control/Exception/Extra.o, dist/build/Control/Exception/Extra.dyn_o )
[12 of 22] Compiling Control.Monad.Extra ( src/Control/Monad/Extra.hs, dist/build/Control/Monad/Extra.o, dist/build/Control/Monad/Extra.dyn_o )
[13 of 22] Compiling Data.Foldable.Extra ( src/Data/Foldable/Extra.hs, dist/build/Data/Foldable/Extra.o, dist/build/Data/Foldable/Extra.dyn_o )
[14 of 22] Compiling Control.Concurrent.Extra ( src/Control/Concurrent/Extra.hs, dist/build/Control/Concurrent/Extra.o, dist/build/Control/Concurrent/Extra.dyn_o )
[15 of 22] Compiling System.Directory.Extra ( src/System/Directory/Extra.hs, dist/build/System/Directory/Extra.o, dist/build/System/Directory/Extra.dyn_o )
[16 of 22] Compiling System.Environment.Extra ( src/System/Environment/Extra.hs, dist/build/System/Environment/Extra.o, dist/build/System/Environment/Extra.dyn_o )
[17 of 22] Compiling System.IO.Extra ( src/System/IO/Extra.hs, dist/build/System/IO/Extra.o, dist/build/System/IO/Extra.dyn_o )
[18 of 22] Compiling System.Info.Extra ( src/System/Info/Extra.hs, dist/build/System/Info/Extra.o, dist/build/System/Info/Extra.dyn_o )
[19 of 22] Compiling System.Process.Extra ( src/System/Process/Extra.hs, dist/build/System/Process/Extra.o, dist/build/System/Process/Extra.dyn_o )
[20 of 22] Compiling System.Time.Extra ( src/System/Time/Extra.hs, dist/build/System/Time/Extra.o, dist/build/System/Time/Extra.dyn_o )
[21 of 22] Compiling Extra ( src/Extra.hs, dist/build/Extra.o, dist/build/Extra.dyn_o )
[22 of 22] Compiling Text.Read.Extra ( src/Text/Read/Extra.hs, dist/build/Text/Read/Extra.o, dist/build/Text/Read/Extra.dyn_o )
Preprocessing library for extra-1.8..
Running Haddock on library for extra-1.8..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 22] Compiling Data.IORef.Extra ( src/Data/IORef/Extra.hs, nothing )
[ 2 of 22] Compiling Data.Monoid.Extra ( src/Data/Monoid/Extra.hs, nothing )
[ 3 of 22] Compiling Data.Tuple.Extra ( src/Data/Tuple/Extra.hs, nothing )
[ 4 of 22] Compiling Data.Typeable.Extra ( src/Data/Typeable/Extra.hs, nothing )
[ 5 of 22] Compiling Numeric.Extra ( src/Numeric/Extra.hs, nothing )
[ 6 of 22] Compiling Partial ( src/Partial.hs, nothing )
[ 7 of 22] Compiling Data.List.Extra ( src/Data/List/Extra.hs, nothing )
[ 8 of 22] Compiling Data.Version.Extra ( src/Data/Version/Extra.hs, nothing )
[ 9 of 22] Compiling Data.List.NonEmpty.Extra ( src/Data/List/NonEmpty/Extra.hs, nothing )
[10 of 22] Compiling Data.Either.Extra ( src/Data/Either/Extra.hs, nothing )
[11 of 22] Compiling Control.Exception.Extra ( src/Control/Exception/Extra.hs, nothing )
[12 of 22] Compiling Control.Monad.Extra ( src/Control/Monad/Extra.hs, nothing )
[13 of 22] Compiling Data.Foldable.Extra ( src/Data/Foldable/Extra.hs, nothing )
[14 of 22] Compiling Control.Concurrent.Extra ( src/Control/Concurrent/Extra.hs, nothing )
[15 of 22] Compiling System.Directory.Extra ( src/System/Directory/Extra.hs, nothing )
[16 of 22] Compiling System.Environment.Extra ( src/System/Environment/Extra.hs, nothing )
[17 of 22] Compiling System.IO.Extra ( src/System/IO/Extra.hs, nothing )
[18 of 22] Compiling System.Info.Extra ( src/System/Info/Extra.hs, nothing )
[19 of 22] Compiling System.Process.Extra ( src/System/Process/Extra.hs, nothing )
[20 of 22] Compiling System.Time.Extra ( src/System/Time/Extra.hs, nothing )
[21 of 22] Compiling Extra ( src/Extra.hs, nothing )
[22 of 22] Compiling Text.Read.Extra ( src/Text/Read/Extra.hs, nothing )
Haddock coverage:
100% ( 6 / 6) in 'Data.IORef.Extra'
100% ( 4 / 4) in 'Data.Monoid.Extra'
Warning: 'Arrow' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 28 / 28) in 'Data.Tuple.Extra'
100% ( 2 / 2) in 'Data.Typeable.Extra'
100% ( 7 / 7) in 'Numeric.Extra'
Warning: '(:)' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unzip' is ambiguous. It is defined
* in Data.Functor
* in GHC.List
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.List
Warning: 'firstJustM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 85 / 85) in 'Data.List.Extra'
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
100% ( 3 / 3) in 'Data.Version.Extra'
Warning: 'length' is ambiguous. It is defined
* in Data.Foldable
* in Data.List.NonEmpty
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.List.NonEmpty
100% ( 23 / 23) in 'Data.List.NonEmpty.Extra'
Warning: 'fromJust' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 11 / 11) in 'Data.Either.Extra'
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: '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: '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% ( 21 / 21) in 'Control.Exception.Extra'
Warning: 'partition' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'mconcatMap' 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.
100% ( 40 / 40) in 'Control.Monad.Extra'
92% ( 13 / 14) in 'Data.Foldable.Extra'
Missing documentation for:
Module header
Warning: 'Lock' is ambiguous. It is defined
* at src/Control/Concurrent/Extra.hs:106:16
* at src/Control/Concurrent/Extra.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/Control/Concurrent/Extra.hs:106:1
Warning: 'Var' is ambiguous. It is defined
* at src/Control/Concurrent/Extra.hs:146:17
* at src/Control/Concurrent/Extra.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/Control/Concurrent/Extra.hs:146:1
Warning: 'Barrier' is ambiguous. It is defined
* at src/Control/Concurrent/Extra.hs:210:21
* at src/Control/Concurrent/Extra.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/Control/Concurrent/Extra.hs:210:1
100% ( 27 / 27) in 'Control.Concurrent.Extra'
100% ( 8 / 8) in 'System.Directory.Extra'
100% ( 2 / 2) in 'System.Environment.Extra'
100% ( 26 / 26) in 'System.IO.Extra'
100% ( 4 / 4) in 'System.Info.Extra'
100% ( 5 / 5) in 'System.Process.Extra'
100% ( 8 / 8) in 'System.Time.Extra'
100% (270 /270) in 'Extra'
100% ( 2 / 2) in 'Text.Read.Extra'
Warning: Data.Tuple.Extra: could not find link destinations for:
- GHC.Generics.Rep1_Solo
- GHC.Generics.Rep_Solo
Documentation created: dist/doc/html/extra/, dist/doc/html/extra/extra.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/extra-1.8-3gE64Z02YQOLCIF8cGZmDv
Completed extra-1.8
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-CjoLsHLNRL5HOmbZU1FvV6
Completed data-default-class-0.2.0.0
Downloading ghc-syntax-highlighter-0.0.11.0
Downloaded ghc-syntax-highlighter-0.0.11.0
Configuring ghc-syntax-highlighter-0.0.11.0...
Preprocessing library for ghc-syntax-highlighter-0.0.11.0..
Building library for ghc-syntax-highlighter-0.0.11.0..
[1 of 1] Compiling GHC.SyntaxHighlighter ( GHC/SyntaxHighlighter.hs, dist/build/GHC/SyntaxHighlighter.o, dist/build/GHC/SyntaxHighlighter.dyn_o )
Preprocessing library for ghc-syntax-highlighter-0.0.11.0..
Running Haddock on library for ghc-syntax-highlighter-0.0.11.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling GHC.SyntaxHighlighter ( GHC/SyntaxHighlighter.hs, nothing )
Haddock coverage:
Warning: 'Loc' is ambiguous. It is defined
* at GHC/SyntaxHighlighter.hs:85:12
* at GHC/SyntaxHighlighter.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 GHC/SyntaxHighlighter.hs:85:1
Warning: 'Token' is ambiguous. It is defined
* in GHC.Parser.Lexer
* at GHC/SyntaxHighlighter.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 GHC/SyntaxHighlighter.hs:47:1
Warning: 'Text'' is ambiguous. It is defined
* at GHC/SyntaxHighlighter.hs:389:5
* at GHC/SyntaxHighlighter.hs:388:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at GHC/SyntaxHighlighter.hs:388:1
100% ( 5 / 5) in 'GHC.SyntaxHighlighter'
Documentation created: dist/doc/html/ghc-syntax-highlighter/,
dist/doc/html/ghc-syntax-highlighter/ghc-syntax-highlighter.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ghc-syntax-highlighter-0.0.11.0-4ob1bJX3lUY6Dank0OUGNs
Completed ghc-syntax-highlighter-0.0.11.0
Configuring iproute-1.7.15...
Preprocessing library for iproute-1.7.15..
Building library for iproute-1.7.15..
[1 of 9] Compiling Data.IP.Addr ( Data/IP/Addr.hs, dist/build/Data/IP/Addr.o, dist/build/Data/IP/Addr.dyn_o )
Data/IP/Addr.hs:679:5: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type [Int] not matched:
[]
[_]
[_, _]
[_, _, _]
...
|
679 | [i1, i2, i3, i4] = fromIPv4 ip
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 9] Compiling Data.IP.Builder ( Data/IP/Builder.hs, dist/build/Data/IP/Builder.o, dist/build/Data/IP/Builder.dyn_o )
[3 of 9] Compiling Data.IP.Mask ( Data/IP/Mask.hs, dist/build/Data/IP/Mask.o, dist/build/Data/IP/Mask.dyn_o )
[4 of 9] Compiling Data.IP.Range ( Data/IP/Range.hs, dist/build/Data/IP/Range.o, dist/build/Data/IP/Range.dyn_o )
[5 of 9] Compiling Data.IP.Op ( Data/IP/Op.hs, dist/build/Data/IP/Op.o, dist/build/Data/IP/Op.dyn_o )
Data/IP/Op.hs:103:5: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type [Int] not matched:
[]
[_]
[_, _]
[_, _, _]
...
|
103 | [i1, i2, i3, i4] = fromIPv4 ip
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[6 of 9] Compiling Data.IP.Internal ( Data/IP/Internal.hs, dist/build/Data/IP/Internal.o, dist/build/Data/IP/Internal.dyn_o )
[7 of 9] Compiling Data.IP ( Data/IP.hs, dist/build/Data/IP.o, dist/build/Data/IP.dyn_o )
[8 of 9] Compiling Data.IP.RouteTable.Internal ( Data/IP/RouteTable/Internal.hs, dist/build/Data/IP/RouteTable/Internal.o, dist/build/Data/IP/RouteTable/Internal.dyn_o )
[9 of 9] Compiling Data.IP.RouteTable ( Data/IP/RouteTable.hs, dist/build/Data/IP/RouteTable.o, dist/build/Data/IP/RouteTable.dyn_o )
Preprocessing library for iproute-1.7.15..
Running Haddock on library for iproute-1.7.15..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 9] Compiling Data.IP.Addr ( Data/IP/Addr.hs, nothing )
[2 of 9] Compiling Data.IP.Builder ( Data/IP/Builder.hs, nothing )
[3 of 9] Compiling Data.IP.Mask ( Data/IP/Mask.hs, nothing )
[4 of 9] Compiling Data.IP.Range ( Data/IP/Range.hs, nothing )
[5 of 9] Compiling Data.IP.Op ( Data/IP/Op.hs, nothing )
[6 of 9] Compiling Data.IP.Internal ( Data/IP/Internal.hs, nothing )
[7 of 9] Compiling Data.IP ( Data/IP.hs, nothing )
[8 of 9] Compiling Data.IP.RouteTable.Internal ( Data/IP/RouteTable/Internal.hs, nothing )
[9 of 9] Compiling Data.IP.RouteTable ( Data/IP/RouteTable.hs, nothing )
Haddock coverage:
Warning: 'IPv6' is ambiguous. It is defined
* at Data/IP/Addr.hs:34:7
* at Data/IP/Addr.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 Data/IP/Addr.hs:105:1
Warning: 'IPv4' is ambiguous. It is defined
* at Data/IP/Addr.hs:33:7
* at Data/IP/Addr.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 Data/IP/Addr.hs:84:1
Warning: 'inet_ntop' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'IPv4' is ambiguous. It is defined
* at Data/IP/Addr.hs:33:7
* at Data/IP/Addr.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 Data/IP/Addr.hs:84:1
Warning: 'IPv6' is ambiguous. It is defined
* at Data/IP/Addr.hs:34:7
* at Data/IP/Addr.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 Data/IP/Addr.hs:105:1
80% ( 4 / 5) in 'Data.IP.Builder'
Missing documentation for:
Module header
Warning: 'makeAddrRange' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'AddrRange' is ambiguous. It is defined
* at Data/IP/Range.hs:52:20
* at Data/IP/Range.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 Data/IP/Range.hs:52:1
Warning: 'IPv4' is ambiguous. It is defined
* at Data/IP/Addr.hs:33:7
* at Data/IP/Addr.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 Data/IP/Addr.hs:84:1
Warning: 'IPv6' is ambiguous. It is defined
* at Data/IP/Addr.hs:34:7
* at Data/IP/Addr.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 Data/IP/Addr.hs:105:1
Warning: 'AddrRange' is ambiguous. It is defined
* at Data/IP/Range.hs:52:20
* at Data/IP/Range.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 Data/IP/Range.hs:52:1
Warning: 'unmakeAddrRange' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
50% ( 3 / 6) in 'Data.IP.Internal'
Missing documentation for:
Module header
IPv4Addr (Data/IP/Addr.hs:75)
IPv6Addr (Data/IP/Addr.hs:76)
100% ( 35 / 35) in 'Data.IP'
Warning: 'AddrRange' is ambiguous. It is defined
* at Data/IP/Range.hs:52:20
* at Data/IP/Range.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 Data/IP/Range.hs:52:1
Warning: 'IPrange' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'toList' is ambiguous. It is defined
* in Data.Foldable
* at Data/IP/RouteTable/Internal.hs:339:1
You 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/IP/RouteTable/Internal.hs:339:1
55% ( 15 / 27) in 'Data.IP.RouteTable.Internal'
Missing documentation for:
intToTBitIPv4 (Data/IP/RouteTable/Internal.hs:62)
intToTBitIPv6 (Data/IP/RouteTable/Internal.hs:65)
intToTBitsWord32 (Data/IP/RouteTable/Internal.hs:68)
intToTBitsIPv4 (Data/IP/RouteTable/Internal.hs:71)
intToTBitsIPv6 (Data/IP/RouteTable/Internal.hs:74)
link (Data/IP/RouteTable/Internal.hs:164)
glue (Data/IP/RouteTable/Internal.hs:173)
keyToTestBit (Data/IP/RouteTable/Internal.hs:180)
isLeft (Data/IP/RouteTable/Internal.hs:183)
node (Data/IP/RouteTable/Internal.hs:208)
search (Data/IP/RouteTable/Internal.hs:259)
foldt (Data/IP/RouteTable/Internal.hs:348)
Warning: 'IPRange' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 18 / 18) in 'Data.IP.RouteTable'
Warning: Data.IP.Internal: could not find link destinations for:
- Data.IP.Addr.Rep_IPv6
- Data.IP.Addr.Rep_IPv4
- Data.IP.Range.Rep_AddrRange
Warning: Data.IP: could not find link destinations for:
- Data.IP.Addr.Rep_IP
- Data.IP.Addr.Rep_IPv6
- Data.IP.Addr.Rep_IPv4
- Data.IP.Range.Rep_IPRange
- Data.IP.Range.Rep_AddrRange
Warning: Data.IP.RouteTable.Internal: could not find link destinations for:
- Data.IP.RouteTable.Internal.Rep_IPRTable
- Data.IP.RouteTable.Internal.Rep1_IPRTable
Warning: Data.IP.RouteTable: could not find link destinations for:
- Data.IP.RouteTable.Internal.Rep_IPRTable
- Data.IP.RouteTable.Internal.Rep1_IPRTable
Documentation created: dist/doc/html/iproute/,
dist/doc/html/iproute/iproute.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/iproute-1.7.15-6WBgaJFy1dA8RDxUp3zrjZ
Completed iproute-1.7.15
Configuring crypton-socks-0.6.2...
Preprocessing library for crypton-socks-0.6.2..
Building library for crypton-socks-0.6.2..
[1 of 7] Compiling Network.Socks5.Parse ( src/Network/Socks5/Parse.hs, dist/build/Network/Socks5/Parse.o, dist/build/Network/Socks5/Parse.dyn_o )
[2 of 7] Compiling Network.Socks5.Types ( src/Network/Socks5/Types.hs, dist/build/Network/Socks5/Types.o, dist/build/Network/Socks5/Types.dyn_o )
[3 of 7] Compiling Network.Socks5.Conf ( src/Network/Socks5/Conf.hs, dist/build/Network/Socks5/Conf.o, dist/build/Network/Socks5/Conf.dyn_o )
[4 of 7] Compiling Network.Socks5.Wire ( src/Network/Socks5/Wire.hs, dist/build/Network/Socks5/Wire.o, dist/build/Network/Socks5/Wire.dyn_o )
[5 of 7] Compiling Network.Socks5.Command ( src/Network/Socks5/Command.hs, dist/build/Network/Socks5/Command.o, dist/build/Network/Socks5/Command.dyn_o )
[6 of 7] Compiling Network.Socks5.Lowlevel ( src/Network/Socks5/Lowlevel.hs, dist/build/Network/Socks5/Lowlevel.o, dist/build/Network/Socks5/Lowlevel.dyn_o )
[7 of 7] Compiling Network.Socks5 ( src/Network/Socks5.hs, dist/build/Network/Socks5.o, dist/build/Network/Socks5.dyn_o )
Preprocessing library for crypton-socks-0.6.2..
Running Haddock on library for crypton-socks-0.6.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 7] Compiling Network.Socks5.Parse ( src/Network/Socks5/Parse.hs, nothing )
[2 of 7] Compiling Network.Socks5.Types ( src/Network/Socks5/Types.hs, nothing )
[3 of 7] Compiling Network.Socks5.Conf ( src/Network/Socks5/Conf.hs, nothing )
[4 of 7] Compiling Network.Socks5.Wire ( src/Network/Socks5/Wire.hs, nothing )
[5 of 7] Compiling Network.Socks5.Command ( src/Network/Socks5/Command.hs, nothing )
[6 of 7] Compiling Network.Socks5.Lowlevel ( src/Network/Socks5/Lowlevel.hs, nothing )
[7 of 7] Compiling Network.Socks5 ( src/Network/Socks5.hs, nothing )
Haddock coverage:
100% ( 10 / 10) in 'Network.Socks5.Types'
100% ( 17 / 17) in 'Network.Socks5.Lowlevel'
100% ( 16 / 16) in 'Network.Socks5'
Documentation created: dist/doc/html/crypton-socks/,
dist/doc/html/crypton-socks/crypton-socks.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/crypton-socks-0.6.2-2xU0ImZGJxL2TnlMnHopvf
Completed crypton-socks-0.6.2
Configuring ech-config-0.0.1...
Preprocessing library for ech-config-0.0.1..
Building library for ech-config-0.0.1..
[1 of 1] Compiling Network.TLS.ECH.Config ( Network/TLS/ECH/Config.hs, dist/build/Network/TLS/ECH/Config.o, dist/build/Network/TLS/ECH/Config.dyn_o )
Preprocessing library for ech-config-0.0.1..
Running Haddock on library for ech-config-0.0.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Network.TLS.ECH.Config ( Network/TLS/ECH/Config.hs, nothing )
Haddock coverage:
Warning: 'ECHConfig' is ambiguous. It is defined
* at Network/TLS/ECH/Config.hs:224:18
* at Network/TLS/ECH/Config.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 Network/TLS/ECH/Config.hs:224:1
73% ( 19 / 26) in 'Network.TLS.ECH.Config'
Missing documentation for:
ECHConfigContents (Network/TLS/ECH/Config.hs:178)
getECHConfigList (Network/TLS/ECH/Config.hs:271)
putECHConfigList (Network/TLS/ECH/Config.hs:274)
sizeOfECHConfigList (Network/TLS/ECH/Config.hs:278)
getECHConfig (Network/TLS/ECH/Config.hs:236)
putECHConfig (Network/TLS/ECH/Config.hs:242)
sizeOfECHConfig (Network/TLS/ECH/Config.hs:247)
Documentation created: dist/doc/html/ech-config/,
dist/doc/html/ech-config/ech-config.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ech-config-0.0.1-4Mz5L8NnuFm1pxf8Mj5t1i
Completed ech-config-0.0.1
Configuring old-time-1.1.0.4...
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.4..
Building library for old-time-1.1.0.4..
[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.4..
Running Haddock on library for old-time-1.1.0.4..
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.4-4pJyT14gXlf8eMFtx7lHTi
Completed old-time-1.1.0.4
Configuring hashable-1.5.0.0...
Preprocessing library for hashable-1.5.0.0..
Building library for hashable-1.5.0.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.5.0.0..
Running Haddock on library for hashable-1.5.0.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:860:17
* at src/Data/Hashable/Class.hs:860:1
You may 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:860: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:252)
Hashable2 (src/Data/Hashable/Class.hs:267)
66% ( 6 / 9) in 'Data.Hashable.Generic'
Missing documentation for:
One (src/Data/Hashable/Class.hs:242)
Zero (src/Data/Hashable/Class.hs:241)
HashArgs (src/Data/Hashable/Class.hs:244)
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.5.0.0-J8fLvwSw9feFf65x5AcaWG
Completed hashable-1.5.0.0
Configuring cpphs-1.20.10...
Preprocessing executable 'cpphs' for cpphs-1.20.10..
Building executable 'cpphs' for cpphs-1.20.10..
[ 1 of 13] Compiling Language.Preprocessor.Cpphs.HashDefine ( Language/Preprocessor/Cpphs/HashDefine.hs, dist/build/cpphs/cpphs-tmp/Language/Preprocessor/Cpphs/HashDefine.o )
[ 2 of 13] Compiling Language.Preprocessor.Cpphs.Options ( Language/Preprocessor/Cpphs/Options.hs, dist/build/cpphs/cpphs-tmp/Language/Preprocessor/Cpphs/Options.o )
Language/Preprocessor/Cpphs/Options.hs:106:67: 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."
|
106 | rawOption ('-':'D':xs) = Just $ Macro (s, if null d then "1" else tail d)
| ^^^^
[ 3 of 13] Compiling Language.Preprocessor.Cpphs.Position ( Language/Preprocessor/Cpphs/Position.hs, dist/build/cpphs/cpphs-tmp/Language/Preprocessor/Cpphs/Position.o )
Language/Preprocessor/Cpphs/Position.hs:90:56: 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."
|
90 | ++unwords (tail (words line))
| ^^^^
[ 4 of 13] Compiling Language.Preprocessor.Cpphs.ReadFirst ( Language/Preprocessor/Cpphs/ReadFirst.hs, dist/build/cpphs/cpphs-tmp/Language/Preprocessor/Cpphs/ReadFirst.o )
[ 5 of 13] Compiling Language.Preprocessor.Cpphs.SymTab ( Language/Preprocessor/Cpphs/SymTab.hs, dist/build/cpphs/cpphs-tmp/Language/Preprocessor/Cpphs/SymTab.o )
Language/Preprocessor/Cpphs/SymTab.hs:42:43: 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."
|
42 | else (Just . snd . head) vs
| ^^^^
[ 6 of 13] Compiling Language.Preprocessor.Cpphs.Tokenise ( Language/Preprocessor/Cpphs/Tokenise.hs, dist/build/cpphs/cpphs-tmp/Language/Preprocessor/Cpphs/Tokenise.o )
[ 7 of 13] Compiling Language.Preprocessor.Unlit ( Language/Preprocessor/Unlit.hs, dist/build/cpphs/cpphs-tmp/Language/Preprocessor/Unlit.o )
[ 8 of 13] Compiling TimeCompat ( new/TimeCompat.hs, dist/build/cpphs/cpphs-tmp/TimeCompat.o )
[ 9 of 13] Compiling Language.Preprocessor.Cpphs.MacroPass ( Language/Preprocessor/Cpphs/MacroPass.hs, dist/build/cpphs/cpphs-tmp/Language/Preprocessor/Cpphs/MacroPass.o )
[10 of 13] Compiling Language.Preprocessor.Cpphs.CppIfdef ( Language/Preprocessor/Cpphs/CppIfdef.hs, dist/build/cpphs/cpphs-tmp/Language/Preprocessor/Cpphs/CppIfdef.o )
Language/Preprocessor/Cpphs/CppIfdef.hs:76: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."
|
76 | cmd = if null ws then "" else head ws
| ^^^^
Language/Preprocessor/Cpphs/CppIfdef.hs:77:40: 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."
|
77 | line = if null ws then [] else tail ws
| ^^^^
Language/Preprocessor/Cpphs/CppIfdef.hs:78:42: 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."
|
78 | sym = if null line then "" else head line
| ^^^^
Language/Preprocessor/Cpphs/CppIfdef.hs:79:42: 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."
|
79 | rest = if null line then [] else tail line
| ^^^^
Language/Preprocessor/Cpphs/CppIfdef.hs:100:45: 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."
|
100 | "endif" -> skipn syms False (Keep (tail ps)) xs
| ^^^^
Language/Preprocessor/Cpphs/CppIfdef.hs:124:47: 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."
|
124 | cpp (newpos (read n) (un (tail ws)) p)
| ^^^^
Language/Preprocessor/Cpphs/CppIfdef.hs:135: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."
|
135 | cmd = if null ws then "" else head ws
| ^^^^
Language/Preprocessor/Cpphs/CppIfdef.hs:139:38: 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."
|
139 | dend | n==1 = Keep (tail ps)
| ^^^^
Language/Preprocessor/Cpphs/CppIfdef.hs:140:46: 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."
|
140 | | otherwise = Drop (n-1) b (tail ps)
| ^^^^
Language/Preprocessor/Cpphs/CppIfdef.hs:152:72: 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."
|
152 | else if cmd == "elif" then do v <- gatherDefined p syms (unwords (tail ws))
| ^^^^
[11 of 13] Compiling Language.Preprocessor.Cpphs.RunCpphs ( Language/Preprocessor/Cpphs/RunCpphs.hs, dist/build/cpphs/cpphs-tmp/Language/Preprocessor/Cpphs/RunCpphs.o )
[12 of 13] Compiling Language.Preprocessor.Cpphs ( Language/Preprocessor/Cpphs.hs, dist/build/cpphs/cpphs-tmp/Language/Preprocessor/Cpphs.o )
[13 of 13] Compiling Main ( cpphs.hs, dist/build/cpphs/cpphs-tmp/Main.o )
[14 of 14] Linking dist/build/cpphs/cpphs
Preprocessing library for cpphs-1.20.10..
Building library for cpphs-1.20.10..
[ 1 of 12] Compiling Language.Preprocessor.Cpphs.HashDefine ( Language/Preprocessor/Cpphs/HashDefine.hs, dist/build/Language/Preprocessor/Cpphs/HashDefine.o, dist/build/Language/Preprocessor/Cpphs/HashDefine.dyn_o )
[ 2 of 12] Compiling Language.Preprocessor.Cpphs.Options ( Language/Preprocessor/Cpphs/Options.hs, dist/build/Language/Preprocessor/Cpphs/Options.o, dist/build/Language/Preprocessor/Cpphs/Options.dyn_o )
Language/Preprocessor/Cpphs/Options.hs:106:67: 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."
|
106 | rawOption ('-':'D':xs) = Just $ Macro (s, if null d then "1" else tail d)
| ^^^^
[ 3 of 12] Compiling Language.Preprocessor.Cpphs.Position ( Language/Preprocessor/Cpphs/Position.hs, dist/build/Language/Preprocessor/Cpphs/Position.o, dist/build/Language/Preprocessor/Cpphs/Position.dyn_o )
Language/Preprocessor/Cpphs/Position.hs:90:56: 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."
|
90 | ++unwords (tail (words line))
| ^^^^
[ 4 of 12] Compiling Language.Preprocessor.Cpphs.ReadFirst ( Language/Preprocessor/Cpphs/ReadFirst.hs, dist/build/Language/Preprocessor/Cpphs/ReadFirst.o, dist/build/Language/Preprocessor/Cpphs/ReadFirst.dyn_o )
[ 5 of 12] Compiling Language.Preprocessor.Cpphs.SymTab ( Language/Preprocessor/Cpphs/SymTab.hs, dist/build/Language/Preprocessor/Cpphs/SymTab.o, dist/build/Language/Preprocessor/Cpphs/SymTab.dyn_o )
Language/Preprocessor/Cpphs/SymTab.hs:42:43: 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."
|
42 | else (Just . snd . head) vs
| ^^^^
[ 6 of 12] Compiling Language.Preprocessor.Cpphs.Tokenise ( Language/Preprocessor/Cpphs/Tokenise.hs, dist/build/Language/Preprocessor/Cpphs/Tokenise.o, dist/build/Language/Preprocessor/Cpphs/Tokenise.dyn_o )
[ 7 of 12] Compiling Language.Preprocessor.Unlit ( Language/Preprocessor/Unlit.hs, dist/build/Language/Preprocessor/Unlit.o, dist/build/Language/Preprocessor/Unlit.dyn_o )
[ 8 of 12] Compiling TimeCompat ( new/TimeCompat.hs, dist/build/TimeCompat.o, dist/build/TimeCompat.dyn_o )
[ 9 of 12] Compiling Language.Preprocessor.Cpphs.MacroPass ( Language/Preprocessor/Cpphs/MacroPass.hs, dist/build/Language/Preprocessor/Cpphs/MacroPass.o, dist/build/Language/Preprocessor/Cpphs/MacroPass.dyn_o )
[10 of 12] Compiling Language.Preprocessor.Cpphs.CppIfdef ( Language/Preprocessor/Cpphs/CppIfdef.hs, dist/build/Language/Preprocessor/Cpphs/CppIfdef.o, dist/build/Language/Preprocessor/Cpphs/CppIfdef.dyn_o )
Language/Preprocessor/Cpphs/CppIfdef.hs:76: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."
|
76 | cmd = if null ws then "" else head ws
| ^^^^
Language/Preprocessor/Cpphs/CppIfdef.hs:77:40: 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."
|
77 | line = if null ws then [] else tail ws
| ^^^^
Language/Preprocessor/Cpphs/CppIfdef.hs:78:42: 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."
|
78 | sym = if null line then "" else head line
| ^^^^
Language/Preprocessor/Cpphs/CppIfdef.hs:79:42: 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."
|
79 | rest = if null line then [] else tail line
| ^^^^
Language/Preprocessor/Cpphs/CppIfdef.hs:100:45: 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."
|
100 | "endif" -> skipn syms False (Keep (tail ps)) xs
| ^^^^
Language/Preprocessor/Cpphs/CppIfdef.hs:124:47: 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."
|
124 | cpp (newpos (read n) (un (tail ws)) p)
| ^^^^
Language/Preprocessor/Cpphs/CppIfdef.hs:135: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."
|
135 | cmd = if null ws then "" else head ws
| ^^^^
Language/Preprocessor/Cpphs/CppIfdef.hs:139:38: 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."
|
139 | dend | n==1 = Keep (tail ps)
| ^^^^
Language/Preprocessor/Cpphs/CppIfdef.hs:140:46: 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."
|
140 | | otherwise = Drop (n-1) b (tail ps)
| ^^^^
Language/Preprocessor/Cpphs/CppIfdef.hs:152:72: 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."
|
152 | else if cmd == "elif" then do v <- gatherDefined p syms (unwords (tail ws))
| ^^^^
[11 of 12] Compiling Language.Preprocessor.Cpphs.RunCpphs ( Language/Preprocessor/Cpphs/RunCpphs.hs, dist/build/Language/Preprocessor/Cpphs/RunCpphs.o, dist/build/Language/Preprocessor/Cpphs/RunCpphs.dyn_o )
[12 of 12] Compiling Language.Preprocessor.Cpphs ( Language/Preprocessor/Cpphs.hs, dist/build/Language/Preprocessor/Cpphs.o, dist/build/Language/Preprocessor/Cpphs.dyn_o )
Preprocessing executable 'cpphs' for cpphs-1.20.10..
Preprocessing library for cpphs-1.20.10..
Running Haddock on library for cpphs-1.20.10..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 12] Compiling Language.Preprocessor.Cpphs.HashDefine ( Language/Preprocessor/Cpphs/HashDefine.hs, nothing )
[ 2 of 12] Compiling Language.Preprocessor.Cpphs.Options ( Language/Preprocessor/Cpphs/Options.hs, nothing )
Language/Preprocessor/Cpphs/Options.hs:106:67: 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."
|
106 | rawOption ('-':'D':xs) = Just $ Macro (s, if null d then "1" else tail d)
| ^^^^
[ 3 of 12] Compiling Language.Preprocessor.Cpphs.Position ( Language/Preprocessor/Cpphs/Position.hs, nothing )
Language/Preprocessor/Cpphs/Position.hs:90:56: 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."
|
90 | ++unwords (tail (words line))
| ^^^^
[ 4 of 12] Compiling Language.Preprocessor.Cpphs.ReadFirst ( Language/Preprocessor/Cpphs/ReadFirst.hs, nothing )
[ 5 of 12] Compiling Language.Preprocessor.Cpphs.SymTab ( Language/Preprocessor/Cpphs/SymTab.hs, nothing )
Language/Preprocessor/Cpphs/SymTab.hs:42:43: 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."
|
42 | else (Just . snd . head) vs
| ^^^^
[ 6 of 12] Compiling Language.Preprocessor.Cpphs.Tokenise ( Language/Preprocessor/Cpphs/Tokenise.hs, nothing )
[ 7 of 12] Compiling Language.Preprocessor.Unlit ( Language/Preprocessor/Unlit.hs, nothing )
[ 8 of 12] Compiling TimeCompat ( new/TimeCompat.hs, nothing )
[ 9 of 12] Compiling Language.Preprocessor.Cpphs.MacroPass ( Language/Preprocessor/Cpphs/MacroPass.hs, nothing )
[10 of 12] Compiling Language.Preprocessor.Cpphs.CppIfdef ( Language/Preprocessor/Cpphs/CppIfdef.hs, nothing )
Language/Preprocessor/Cpphs/CppIfdef.hs:76: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."
|
76 | cmd = if null ws then "" else head ws
| ^^^^
Language/Preprocessor/Cpphs/CppIfdef.hs:77:40: 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."
|
77 | line = if null ws then [] else tail ws
| ^^^^
Language/Preprocessor/Cpphs/CppIfdef.hs:78:42: 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."
|
78 | sym = if null line then "" else head line
| ^^^^
Language/Preprocessor/Cpphs/CppIfdef.hs:79:42: 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."
|
79 | rest = if null line then [] else tail line
| ^^^^
Language/Preprocessor/Cpphs/CppIfdef.hs:100:45: 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."
|
100 | "endif" -> skipn syms False (Keep (tail ps)) xs
| ^^^^
Language/Preprocessor/Cpphs/CppIfdef.hs:124:47: 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."
|
124 | cpp (newpos (read n) (un (tail ws)) p)
| ^^^^
Language/Preprocessor/Cpphs/CppIfdef.hs:135: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."
|
135 | cmd = if null ws then "" else head ws
| ^^^^
Language/Preprocessor/Cpphs/CppIfdef.hs:139:38: 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."
|
139 | dend | n==1 = Keep (tail ps)
| ^^^^
Language/Preprocessor/Cpphs/CppIfdef.hs:140:46: 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."
|
140 | | otherwise = Drop (n-1) b (tail ps)
| ^^^^
Language/Preprocessor/Cpphs/CppIfdef.hs:152:72: 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."
|
152 | else if cmd == "elif" then do v <- gatherDefined p syms (unwords (tail ws))
| ^^^^
[11 of 12] Compiling Language.Preprocessor.Cpphs.RunCpphs ( Language/Preprocessor/Cpphs/RunCpphs.hs, nothing )
[12 of 12] Compiling Language.Preprocessor.Cpphs ( Language/Preprocessor/Cpphs.hs, nothing )
Haddock coverage:
Warning: 'smart' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 2 / 2) in 'Language.Preprocessor.Unlit'
86% ( 25 / 29) in 'Language.Preprocessor.Cpphs'
Missing documentation for:
runCpphs (Language/Preprocessor/Cpphs/RunCpphs.hs:23)
runCpphsPass1 (Language/Preprocessor/Cpphs/RunCpphs.hs:28)
runCpphsPass2 (Language/Preprocessor/Cpphs/RunCpphs.hs:41)
runCpphsReturningSymTab (Language/Preprocessor/Cpphs/RunCpphs.hs:55)
Warning: Language.Preprocessor.Cpphs: could not find link destinations for:
- Language.Preprocessor.Cpphs.HashDefine.HashDefine
Documentation created: dist/doc/html/cpphs/, dist/doc/html/cpphs/cpphs.txt
Installing executable cpphs 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 library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/cpphs-1.20.10-HPTLKFqOoIsGNv2YGUXjjo
Completed cpphs-1.20.10
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 cborg-0.2.10.0...
Preprocessing library for cborg-0.2.10.0..
Building library for cborg-0.2.10.0..
[ 1 of 14] Compiling Codec.CBOR.ByteArray.Internal ( src/Codec/CBOR/ByteArray/Internal.hs, dist/build/Codec/CBOR/ByteArray/Internal.o, dist/build/Codec/CBOR/ByteArray/Internal.dyn_o )
[ 2 of 14] Compiling Codec.CBOR.ByteArray.Sliced ( src/Codec/CBOR/ByteArray/Sliced.hs, dist/build/Codec/CBOR/ByteArray/Sliced.o, dist/build/Codec/CBOR/ByteArray/Sliced.dyn_o )
src/Codec/CBOR/ByteArray/Sliced.hs:44:1: warning: [GHC-66111] [-Wunused-imports]
The qualified import of Data.ByteString.Short.Internal is redundant
except perhaps to import instances from Data.ByteString.Short.Internal
To import instances alone, use: import Data.ByteString.Short.Internal()
|
44 | import qualified Data.ByteString.Short.Internal as BSS
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 3 of 14] Compiling Codec.CBOR.ByteArray ( src/Codec/CBOR/ByteArray.hs, dist/build/Codec/CBOR/ByteArray.o, dist/build/Codec/CBOR/ByteArray.dyn_o )
src/Codec/CBOR/ByteArray.hs:39:1: warning: [GHC-66111] [-Wunused-imports]
The qualified import of Data.ByteString.Short.Internal is redundant
except perhaps to import instances from Data.ByteString.Short.Internal
To import instances alone, use: import Data.ByteString.Short.Internal()
|
39 | import qualified Data.ByteString.Short.Internal as BSS
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 4 of 14] Compiling Codec.CBOR.Decoding ( src/Codec/CBOR/Decoding.hs, dist/build/Codec/CBOR/Decoding.o, dist/build/Codec/CBOR/Decoding.dyn_o )
[ 5 of 14] Compiling Codec.CBOR.Magic ( src/Codec/CBOR/Magic.hs, dist/build/Codec/CBOR/Magic.o, dist/build/Codec/CBOR/Magic.dyn_o )
[ 6 of 14] Compiling Codec.CBOR.Read ( src/Codec/CBOR/Read.hs, dist/build/Codec/CBOR/Read.o, dist/build/Codec/CBOR/Read.dyn_o )
[ 7 of 14] Compiling Codec.CBOR.Encoding[boot] ( src/Codec/CBOR/Encoding.hs-boot, dist/build/Codec/CBOR/Encoding.o-boot, dist/build/Codec/CBOR/Encoding.dyn_o-boot )
[ 8 of 14] Compiling Codec.CBOR.FlatTerm[boot] ( src/Codec/CBOR/FlatTerm.hs-boot, dist/build/Codec/CBOR/FlatTerm.o-boot, dist/build/Codec/CBOR/FlatTerm.dyn_o-boot )
[ 9 of 14] Compiling Codec.CBOR.Encoding ( src/Codec/CBOR/Encoding.hs, dist/build/Codec/CBOR/Encoding.o, dist/build/Codec/CBOR/Encoding.dyn_o )
[10 of 14] Compiling Codec.CBOR.FlatTerm ( src/Codec/CBOR/FlatTerm.hs, dist/build/Codec/CBOR/FlatTerm.o, dist/build/Codec/CBOR/FlatTerm.dyn_o )
[11 of 14] Compiling Codec.CBOR.Term ( src/Codec/CBOR/Term.hs, dist/build/Codec/CBOR/Term.o, dist/build/Codec/CBOR/Term.dyn_o )
[12 of 14] Compiling Codec.CBOR ( src/Codec/CBOR.hs, dist/build/Codec/CBOR.o, dist/build/Codec/CBOR.dyn_o )
[13 of 14] Compiling Codec.CBOR.Write ( src/Codec/CBOR/Write.hs, dist/build/Codec/CBOR/Write.o, dist/build/Codec/CBOR/Write.dyn_o )
[14 of 14] Compiling Codec.CBOR.Pretty ( src/Codec/CBOR/Pretty.hs, dist/build/Codec/CBOR/Pretty.o, dist/build/Codec/CBOR/Pretty.dyn_o )
Preprocessing library for cborg-0.2.10.0..
Running Haddock on library for cborg-0.2.10.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 14] Compiling Codec.CBOR.ByteArray.Internal ( src/Codec/CBOR/ByteArray/Internal.hs, nothing )
[ 2 of 14] Compiling Codec.CBOR.ByteArray.Sliced ( src/Codec/CBOR/ByteArray/Sliced.hs, nothing )
src/Codec/CBOR/ByteArray/Sliced.hs:44:1: warning: [GHC-66111] [-Wunused-imports]
The qualified import of Data.ByteString.Short.Internal is redundant
except perhaps to import instances from Data.ByteString.Short.Internal
To import instances alone, use: import Data.ByteString.Short.Internal()
|
44 | import qualified Data.ByteString.Short.Internal as BSS
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 3 of 14] Compiling Codec.CBOR.ByteArray ( src/Codec/CBOR/ByteArray.hs, nothing )
src/Codec/CBOR/ByteArray.hs:39:1: warning: [GHC-66111] [-Wunused-imports]
The qualified import of Data.ByteString.Short.Internal is redundant
except perhaps to import instances from Data.ByteString.Short.Internal
To import instances alone, use: import Data.ByteString.Short.Internal()
|
39 | import qualified Data.ByteString.Short.Internal as BSS
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 4 of 14] Compiling Codec.CBOR.Decoding ( src/Codec/CBOR/Decoding.hs, nothing )
[ 5 of 14] Compiling Codec.CBOR.Magic ( src/Codec/CBOR/Magic.hs, nothing )
[ 6 of 14] Compiling Codec.CBOR.Read ( src/Codec/CBOR/Read.hs, nothing )
[ 7 of 14] Compiling Codec.CBOR.Encoding[boot] ( src/Codec/CBOR/Encoding.hs-boot, nothing )
[ 8 of 14] Compiling Codec.CBOR.FlatTerm[boot] ( src/Codec/CBOR/FlatTerm.hs-boot, nothing )
[ 9 of 14] Compiling Codec.CBOR.Encoding ( src/Codec/CBOR/Encoding.hs, nothing )
[10 of 14] Compiling Codec.CBOR.FlatTerm ( src/Codec/CBOR/FlatTerm.hs, nothing )
[11 of 14] Compiling Codec.CBOR.Term ( src/Codec/CBOR/Term.hs, nothing )
[12 of 14] Compiling Codec.CBOR ( src/Codec/CBOR.hs, nothing )
[13 of 14] Compiling Codec.CBOR.Write ( src/Codec/CBOR/Write.hs, nothing )
[14 of 14] Compiling Codec.CBOR.Pretty ( src/Codec/CBOR/Pretty.hs, nothing )
Haddock coverage:
33% ( 3 / 9) in 'Codec.CBOR.ByteArray.Sliced'
Missing documentation for:
SlicedByteArray (src/Codec/CBOR/ByteArray/Sliced.hs:50)
sizeofSlicedByteArray (src/Codec/CBOR/ByteArray/Sliced.hs:62)
fromShortByteString (src/Codec/CBOR/ByteArray/Sliced.hs:53)
fromByteString (src/Codec/CBOR/ByteArray/Sliced.hs:56)
fromByteArray (src/Codec/CBOR/ByteArray/Sliced.hs:59)
toBuilder (src/Codec/CBOR/ByteArray/Sliced.hs:87)
30% ( 3 / 10) in 'Codec.CBOR.ByteArray'
Missing documentation for:
ByteArray (src/Codec/CBOR/ByteArray.hs:45)
sizeofByteArray (src/Codec/CBOR/ByteArray.hs:49)
fromShortByteString (src/Codec/CBOR/ByteArray.hs:52)
toShortByteString (src/Codec/CBOR/ByteArray.hs:55)
fromByteString (src/Codec/CBOR/ByteArray.hs:58)
toBuilder (src/Codec/CBOR/ByteArray.hs:61)
toSliced (src/Codec/CBOR/ByteArray.hs:64)
Warning: 'Decoder' is ambiguous. It is defined
* at src/Codec/CBOR/Decoding.hs:137:23
* at src/Codec/CBOR/Decoding.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/Codec/CBOR/Decoding.hs:137:1
Warning: 'simple' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 84 / 84) in 'Codec.CBOR.Decoding'
Warning: 'Encoding' is ambiguous. It is defined
* at src/Codec/CBOR/Encoding.hs:83:20
* at src/Codec/CBOR/Encoding.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/Codec/CBOR/Encoding.hs:83:1
100% ( 37 / 37) in 'Codec.CBOR.Encoding'
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: '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
Warning: 'Counter' is ambiguous. It is defined
* at src/Codec/CBOR/Magic.hs:599:18
* at src/Codec/CBOR/Magic.hs:599:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Codec/CBOR/Magic.hs:599: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: '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
72% ( 31 / 43) in 'Codec.CBOR.Magic'
Missing documentation for:
word8ToWord (src/Codec/CBOR/Magic.hs:446)
word16ToWord (src/Codec/CBOR/Magic.hs:447)
word32ToWord (src/Codec/CBOR/Magic.hs:448)
word64ToWord (src/Codec/CBOR/Magic.hs:451)
word8ToInt (src/Codec/CBOR/Magic.hs:481)
word16ToInt (src/Codec/CBOR/Magic.hs:482)
word32ToInt (src/Codec/CBOR/Magic.hs:484)
word64ToInt (src/Codec/CBOR/Magic.hs:506)
intToWord (src/Codec/CBOR/Magic.hs:434)
intToInt64 (src/Codec/CBOR/Magic.hs:430)
intToWord64 (src/Codec/CBOR/Magic.hs:438)
int64ToWord64 (src/Codec/CBOR/Magic.hs:442)
Warning: 'DeserialiseFailure' is ambiguous. It is defined
* at src/Codec/CBOR/Read.hs:89:27
* at src/Codec/CBOR/Read.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/Codec/CBOR/Read.hs:89:1
100% ( 7 / 7) in 'Codec.CBOR.Read'
Warning: 'Encoding' is ambiguous. It is defined
* at src/Codec/CBOR/Encoding.hs:83:20
* at src/Codec/CBOR/Encoding.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/Codec/CBOR/Encoding.hs:83:1
88% ( 8 / 9) in 'Codec.CBOR.FlatTerm'
Missing documentation for:
decodeTermToken (src/Codec/CBOR/FlatTerm.hs:199)
Warning: 'Serialise' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'decode' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'encode' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Encoding' is ambiguous. It is defined
* at src/Codec/CBOR/Encoding.hs:83:20
* at src/Codec/CBOR/Encoding.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/Codec/CBOR/Encoding.hs:83:1
100% ( 4 / 4) in 'Codec.CBOR.Term'
100% ( 3 / 3) in 'Codec.CBOR'
Warning: 'Encoding' is ambiguous. It is defined
* at src/Codec/CBOR/Encoding.hs:83:20
* at src/Codec/CBOR/Encoding.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/Codec/CBOR/Encoding.hs:83:1
100% ( 4 / 4) in 'Codec.CBOR.Write'
Warning: 'Encoding' is ambiguous. It is defined
* at src/Codec/CBOR/Encoding.hs:83:20
* at src/Codec/CBOR/Encoding.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/Codec/CBOR/Encoding.hs:83:1
100% ( 2 / 2) in 'Codec.CBOR.Pretty'
Warning: Codec.CBOR.ByteArray.Sliced: could not find link destinations for:
- Codec.CBOR.ByteArray.Sliced.D:R:ItemSlicedByteArray
Warning: Codec.CBOR.ByteArray: could not find link destinations for:
- Codec.CBOR.ByteArray.D:R:ItemByteArray
Documentation created: dist/doc/html/cborg/, dist/doc/html/cborg/cborg.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/cborg-0.2.10.0-FWBNB06GjA7ErRc5bvN4jn
Completed cborg-0.2.10.0
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-3HmCudIQHVrG4RNMrw37d7
Completed random-1.3.1
Configuring distributive-0.6.2.1...
Preprocessing library for distributive-0.6.2.1..
Building library for distributive-0.6.2.1..
[1 of 2] Compiling Data.Distributive ( src/Data/Distributive.hs, dist/build/Data/Distributive.o, dist/build/Data/Distributive.dyn_o )
src/Data/Distributive.hs:157:26: warning: [GHC-47082] [-Woperator-whitespace-ext-conflict]
The prefix use of a $ would denote an untyped splice
were the TemplateHaskell extension enabled.
Suggested fix: Add whitespace after the $.
|
157 | distribute a e = fmap ($e) a
| ^
[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.2.1..
Running Haddock on library for distributive-0.6.2.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Distributive ( src/Data/Distributive.hs, nothing )
src/Data/Distributive.hs:157:26: warning: [GHC-47082] [-Woperator-whitespace-ext-conflict]
The prefix use of a $ would denote an untyped splice
were the TemplateHaskell extension enabled.
Suggested fix: Add whitespace after the $.
|
157 | distribute a e = fmap ($e) a
| ^
[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:51)
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.2.1-LYGC3cC7tAvDF84yagGUZw
Completed distributive-0.6.2.1
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-3nNQMBMIiS23GiQ0eN39ga
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-IL0Wd7HO1bp151a2hrrU7W
Completed transformers-base-0.4.6
Configuring resourcet-1.3.0...
Preprocessing library for resourcet-1.3.0..
Building library for resourcet-1.3.0..
[1 of 5] Compiling Data.Acquire.Internal ( Data/Acquire/Internal.hs, dist/build/Data/Acquire/Internal.o, dist/build/Data/Acquire/Internal.dyn_o )
Data/Acquire/Internal.hs:17: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()
|
17 | import Control.Applicative (Applicative (..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 5] Compiling Control.Monad.Trans.Resource.Internal ( Control/Monad/Trans/Resource/Internal.hs, dist/build/Control/Monad/Trans/Resource/Internal.o, dist/build/Control/Monad/Trans/Resource/Internal.dyn_o )
Control/Monad/Trans/Resource/Internal.hs:28:29: warning: [GHC-38856] [-Wunused-imports]
The import of Applicative
from module Control.Applicative is redundant
|
28 | import Control.Applicative (Applicative (..), Alternative(..))
| ^^^^^^^^^^^^^^^^
Control/Monad/Trans/Resource/Internal.hs:57:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Monad.IO.Class is redundant
except perhaps to import instances from Control.Monad.IO.Class
To import instances alone, use: import Control.Monad.IO.Class()
|
57 | import Control.Monad.IO.Class (MonadIO (..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Control/Monad/Trans/Resource/Internal.hs:67:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Word is redundant
except perhaps to import instances from Data.Word
To import instances alone, use: import Data.Word()
|
67 | import Data.Word(Word)
| ^^^^^^^^^^^^^^^^^^^^^^
[3 of 5] Compiling Data.Acquire ( Data/Acquire.hs, dist/build/Data/Acquire.o, dist/build/Data/Acquire.dyn_o )
[4 of 5] Compiling Control.Monad.Trans.Resource ( Control/Monad/Trans/Resource.hs, dist/build/Control/Monad/Trans/Resource.o, dist/build/Control/Monad/Trans/Resource.dyn_o )
[5 of 5] Compiling UnliftIO.Resource ( UnliftIO/Resource.hs, dist/build/UnliftIO/Resource.o, dist/build/UnliftIO/Resource.dyn_o )
Preprocessing library for resourcet-1.3.0..
Running Haddock on library for resourcet-1.3.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling Data.Acquire.Internal ( Data/Acquire/Internal.hs, nothing )
Data/Acquire/Internal.hs:17: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()
|
17 | import Control.Applicative (Applicative (..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 5] Compiling Control.Monad.Trans.Resource.Internal ( Control/Monad/Trans/Resource/Internal.hs, nothing )
Control/Monad/Trans/Resource/Internal.hs:28:29: warning: [GHC-38856] [-Wunused-imports]
The import of Applicative
from module Control.Applicative is redundant
|
28 | import Control.Applicative (Applicative (..), Alternative(..))
| ^^^^^^^^^^^^^^^^
Control/Monad/Trans/Resource/Internal.hs:57:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Monad.IO.Class is redundant
except perhaps to import instances from Control.Monad.IO.Class
To import instances alone, use: import Control.Monad.IO.Class()
|
57 | import Control.Monad.IO.Class (MonadIO (..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Control/Monad/Trans/Resource/Internal.hs:67:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Word is redundant
except perhaps to import instances from Data.Word
To import instances alone, use: import Data.Word()
|
67 | import Data.Word(Word)
| ^^^^^^^^^^^^^^^^^^^^^^
[3 of 5] Compiling Data.Acquire ( Data/Acquire.hs, nothing )
[4 of 5] Compiling Control.Monad.Trans.Resource ( Control/Monad/Trans/Resource.hs, nothing )
[5 of 5] Compiling UnliftIO.Resource ( UnliftIO/Resource.hs, nothing )
Haddock coverage:
71% ( 5 / 7) in 'Data.Acquire.Internal'
Missing documentation for:
Module header
Allocated (Data/Acquire/Internal.hs:37)
Warning: 'ResourceT' is ambiguous. It is defined
* at Control/Monad/Trans/Resource/Internal.hs:182:25
* at Control/Monad/Trans/Resource/Internal.hs: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 Control/Monad/Trans/Resource/Internal.hs:182:1
Warning: 'runResourceT' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'register' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'allocate' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'release' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'hoist' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ResourceCleanupException' is ambiguous. It is defined
* at Control/Monad/Trans/Resource/Internal.hs:343:33
* at Control/Monad/Trans/Resource/Internal.hs:343:1
You 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/Monad/Trans/Resource/Internal.hs:343:1
64% ( 9 / 14) in 'Control.Monad.Trans.Resource.Internal'
Missing documentation for:
Module header
ReleaseMap (Control/Monad/Trans/Resource/Internal.hs:98)
stateAlloc (Control/Monad/Trans/Resource/Internal.hs:289)
stateCleanup (Control/Monad/Trans/Resource/Internal.hs:297)
register' (Control/Monad/Trans/Resource/Internal.hs:317)
Warning: 'Acquire' is ambiguous. It is defined
* at Data/Acquire/Internal.hs:51:21
* at Data/Acquire/Internal.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 Data/Acquire/Internal.hs:51:1
100% ( 10 / 10) in 'Data.Acquire'
Warning: 'ReleaseKey' is ambiguous. It is defined
* at Control/Monad/Trans/Resource/Internal.hs:92:19
* at Control/Monad/Trans/Resource/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 Control/Monad/Trans/Resource/Internal.hs:92:1
Warning: 'ResourceT' is ambiguous. It is defined
* at Control/Monad/Trans/Resource/Internal.hs:182:25
* at Control/Monad/Trans/Resource/Internal.hs: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 Control/Monad/Trans/Resource/Internal.hs:182:1
Warning: 'ResourceCleanupException' is ambiguous. It is defined
* at Control/Monad/Trans/Resource/Internal.hs:343:33
* at Control/Monad/Trans/Resource/Internal.hs:343:1
You 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/Monad/Trans/Resource/Internal.hs:343:1
Warning: 'concurrently' 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.
Warning: 'InvalidAccess' is ambiguous. It is defined
* at Control/Monad/Trans/Resource/Internal.hs:205:22
* at Control/Monad/Trans/Resource/Internal.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 Control/Monad/Trans/Resource/Internal.hs:205:1
100% ( 40 / 40) in 'Control.Monad.Trans.Resource'
100% ( 13 / 13) in 'UnliftIO.Resource'
Warning: Control.Monad.Trans.Resource.Internal: could not find link destinations for:
- Control.Monad.Trans.Resource.Internal.NextKey
- Control.Monad.Trans.Resource.Internal.RefCount
- Control.Monad.Trans.Resource.Internal.D:R:PrimStateResourceT
Warning: Control.Monad.Trans.Resource: could not find link destinations for:
- Control.Monad.Trans.Resource.Internal.D:R:PrimStateResourceT
Warning: UnliftIO.Resource: could not find link destinations for:
- Control.Monad.Trans.Resource.Internal.D:R:PrimStateResourceT
Documentation created: dist/doc/html/resourcet/,
dist/doc/html/resourcet/resourcet.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/resourcet-1.3.0-JbK6FWjuH9wIRghP2zKnYA
Completed resourcet-1.3.0
Configuring pem-0.2.4...
Preprocessing library for pem-0.2.4..
Building library for pem-0.2.4..
[1 of 4] Compiling Data.PEM.Types ( Data/PEM/Types.hs, dist/build/Data/PEM/Types.o, dist/build/Data/PEM/Types.dyn_o )
[2 of 4] Compiling Data.PEM.Parser ( Data/PEM/Parser.hs, dist/build/Data/PEM/Parser.o, dist/build/Data/PEM/Parser.dyn_o )
[3 of 4] Compiling Data.PEM.Writer ( Data/PEM/Writer.hs, dist/build/Data/PEM/Writer.o, dist/build/Data/PEM/Writer.dyn_o )
[4 of 4] Compiling Data.PEM ( Data/PEM.hs, dist/build/Data/PEM.o, dist/build/Data/PEM.dyn_o )
Preprocessing library for pem-0.2.4..
Running Haddock on library for pem-0.2.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Data.PEM.Types ( Data/PEM/Types.hs, nothing )
[2 of 4] Compiling Data.PEM.Parser ( Data/PEM/Parser.hs, nothing )
[3 of 4] Compiling Data.PEM.Writer ( Data/PEM/Writer.hs, nothing )
[4 of 4] Compiling Data.PEM ( Data/PEM.hs, nothing )
Haddock coverage:
100% ( 6 / 6) in 'Data.PEM'
Documentation created: dist/doc/html/pem/, dist/doc/html/pem/pem.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/pem-0.2.4-IDB4GMA5RaO8gj5ENcYdW4
Completed pem-0.2.4
Configuring cryptonite-0.30...
Preprocessing library for cryptonite-0.30..
Building library for cryptonite-0.30..
[ 1 of 137] Compiling Crypto.Cipher.DES.Primitive ( Crypto/Cipher/DES/Primitive.hs, dist/build/Crypto/Cipher/DES/Primitive.o, dist/build/Crypto/Cipher/DES/Primitive.dyn_o )
Crypto/Cipher/DES/Primitive.hs:100: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."
|
100 | res' = tail $ iterate (trans 6) ([], res)
| ^^^^
[ 2 of 137] Compiling Crypto.Data.Padding ( Crypto/Data/Padding.hs, dist/build/Crypto/Data/Padding.o, dist/build/Crypto/Data/Padding.dyn_o )
[ 3 of 137] Compiling Crypto.Error.Types ( Crypto/Error/Types.hs, dist/build/Crypto/Error/Types.o, dist/build/Crypto/Error/Types.dyn_o )
[ 4 of 137] Compiling Crypto.Error ( Crypto/Error.hs, dist/build/Crypto/Error.o, dist/build/Crypto/Error.dyn_o )
[ 5 of 137] Compiling Crypto.Internal.Compat ( Crypto/Internal/Compat.hs, dist/build/Crypto/Internal/Compat.o, dist/build/Crypto/Internal/Compat.dyn_o )
[ 6 of 137] Compiling Crypto.Internal.ByteArray ( Crypto/Internal/ByteArray.hs, dist/build/Crypto/Internal/ByteArray.o, dist/build/Crypto/Internal/ByteArray.dyn_o )
[ 7 of 137] Compiling Crypto.Cipher.Types.Utils ( Crypto/Cipher/Types/Utils.hs, dist/build/Crypto/Cipher/Types/Utils.o, dist/build/Crypto/Cipher/Types/Utils.dyn_o )
[ 8 of 137] Compiling Crypto.Internal.CompatPrim ( Crypto/Internal/CompatPrim.hs, dist/build/Crypto/Internal/CompatPrim.o, dist/build/Crypto/Internal/CompatPrim.dyn_o )
[ 9 of 137] Compiling Crypto.Internal.DeepSeq ( Crypto/Internal/DeepSeq.hs, dist/build/Crypto/Internal/DeepSeq.o, dist/build/Crypto/Internal/DeepSeq.dyn_o )
[ 10 of 137] Compiling Crypto.Cipher.Types.Base ( Crypto/Cipher/Types/Base.hs, dist/build/Crypto/Cipher/Types/Base.o, dist/build/Crypto/Cipher/Types/Base.dyn_o )
[ 11 of 137] Compiling Crypto.Cipher.Types.Stream ( Crypto/Cipher/Types/Stream.hs, dist/build/Crypto/Cipher/Types/Stream.o, dist/build/Crypto/Cipher/Types/Stream.dyn_o )
[ 12 of 137] Compiling Crypto.Internal.Imports ( Crypto/Internal/Imports.hs, dist/build/Crypto/Internal/Imports.o, dist/build/Crypto/Internal/Imports.dyn_o )
[ 13 of 137] Compiling Crypto.Internal.Builder ( Crypto/Internal/Builder.hs, dist/build/Crypto/Internal/Builder.o, dist/build/Crypto/Internal/Builder.dyn_o )
[ 14 of 137] Compiling Crypto.Hash.Types ( Crypto/Hash/Types.hs, dist/build/Crypto/Hash/Types.o, dist/build/Crypto/Hash/Types.dyn_o )
[ 15 of 137] Compiling Crypto.Hash.Whirlpool ( Crypto/Hash/Whirlpool.hs, dist/build/Crypto/Hash/Whirlpool.o, dist/build/Crypto/Hash/Whirlpool.dyn_o )
[ 16 of 137] Compiling Crypto.Hash.Tiger ( Crypto/Hash/Tiger.hs, dist/build/Crypto/Hash/Tiger.o, dist/build/Crypto/Hash/Tiger.dyn_o )
[ 17 of 137] Compiling Crypto.Hash.Skein512 ( Crypto/Hash/Skein512.hs, dist/build/Crypto/Hash/Skein512.o, dist/build/Crypto/Hash/Skein512.dyn_o )
[ 18 of 137] Compiling Crypto.Hash.Skein256 ( Crypto/Hash/Skein256.hs, dist/build/Crypto/Hash/Skein256.o, dist/build/Crypto/Hash/Skein256.dyn_o )
[ 19 of 137] Compiling Crypto.Hash.SHA512t ( Crypto/Hash/SHA512t.hs, dist/build/Crypto/Hash/SHA512t.o, dist/build/Crypto/Hash/SHA512t.dyn_o )
[ 20 of 137] Compiling Crypto.Hash.SHA512 ( Crypto/Hash/SHA512.hs, dist/build/Crypto/Hash/SHA512.o, dist/build/Crypto/Hash/SHA512.dyn_o )
[ 21 of 137] Compiling Crypto.Hash.SHA384 ( Crypto/Hash/SHA384.hs, dist/build/Crypto/Hash/SHA384.o, dist/build/Crypto/Hash/SHA384.dyn_o )
[ 22 of 137] Compiling Crypto.Hash.SHA3 ( Crypto/Hash/SHA3.hs, dist/build/Crypto/Hash/SHA3.o, dist/build/Crypto/Hash/SHA3.dyn_o )
[ 23 of 137] Compiling Crypto.Hash.SHA256 ( Crypto/Hash/SHA256.hs, dist/build/Crypto/Hash/SHA256.o, dist/build/Crypto/Hash/SHA256.dyn_o )
[ 24 of 137] Compiling Crypto.Hash.SHA224 ( Crypto/Hash/SHA224.hs, dist/build/Crypto/Hash/SHA224.o, dist/build/Crypto/Hash/SHA224.dyn_o )
[ 25 of 137] Compiling Crypto.Hash.SHA1 ( Crypto/Hash/SHA1.hs, dist/build/Crypto/Hash/SHA1.o, dist/build/Crypto/Hash/SHA1.dyn_o )
[ 26 of 137] Compiling Crypto.Hash.RIPEMD160 ( Crypto/Hash/RIPEMD160.hs, dist/build/Crypto/Hash/RIPEMD160.o, dist/build/Crypto/Hash/RIPEMD160.dyn_o )
[ 27 of 137] Compiling Crypto.Hash.MD5 ( Crypto/Hash/MD5.hs, dist/build/Crypto/Hash/MD5.o, dist/build/Crypto/Hash/MD5.dyn_o )
[ 28 of 137] Compiling Crypto.Hash.MD4 ( Crypto/Hash/MD4.hs, dist/build/Crypto/Hash/MD4.o, dist/build/Crypto/Hash/MD4.dyn_o )
[ 29 of 137] Compiling Crypto.Hash.MD2 ( Crypto/Hash/MD2.hs, dist/build/Crypto/Hash/MD2.o, dist/build/Crypto/Hash/MD2.dyn_o )
[ 30 of 137] Compiling Crypto.Hash.Keccak ( Crypto/Hash/Keccak.hs, dist/build/Crypto/Hash/Keccak.o, dist/build/Crypto/Hash/Keccak.dyn_o )
[ 31 of 137] Compiling Crypto.Hash.IO ( Crypto/Hash/IO.hs, dist/build/Crypto/Hash/IO.o, dist/build/Crypto/Hash/IO.dyn_o )
[ 32 of 137] Compiling Crypto.Hash.Blake2sp ( Crypto/Hash/Blake2sp.hs, dist/build/Crypto/Hash/Blake2sp.o, dist/build/Crypto/Hash/Blake2sp.dyn_o )
[ 33 of 137] Compiling Crypto.Hash.Blake2s ( Crypto/Hash/Blake2s.hs, dist/build/Crypto/Hash/Blake2s.o, dist/build/Crypto/Hash/Blake2s.dyn_o )
[ 34 of 137] Compiling Crypto.Hash.Blake2bp ( Crypto/Hash/Blake2bp.hs, dist/build/Crypto/Hash/Blake2bp.o, dist/build/Crypto/Hash/Blake2bp.dyn_o )
[ 35 of 137] Compiling Crypto.Hash.Blake2b ( Crypto/Hash/Blake2b.hs, dist/build/Crypto/Hash/Blake2b.o, dist/build/Crypto/Hash/Blake2b.dyn_o )
[ 36 of 137] Compiling Crypto.Cipher.Types.GF ( Crypto/Cipher/Types/GF.hs, dist/build/Crypto/Cipher/Types/GF.o, dist/build/Crypto/Cipher/Types/GF.dyn_o )
[ 37 of 137] Compiling Crypto.Cipher.Types.AEAD ( Crypto/Cipher/Types/AEAD.hs, dist/build/Crypto/Cipher/Types/AEAD.o, dist/build/Crypto/Cipher/Types/AEAD.dyn_o )
[ 38 of 137] Compiling Crypto.Cipher.Types.Block ( Crypto/Cipher/Types/Block.hs, dist/build/Crypto/Cipher/Types/Block.o, dist/build/Crypto/Cipher/Types/Block.dyn_o )
[ 39 of 137] Compiling Crypto.Cipher.Types ( Crypto/Cipher/Types.hs, dist/build/Crypto/Cipher/Types.o, dist/build/Crypto/Cipher/Types.dyn_o )
[ 40 of 137] Compiling Crypto.ConstructHash.MiyaguchiPreneel ( Crypto/ConstructHash/MiyaguchiPreneel.hs, dist/build/Crypto/ConstructHash/MiyaguchiPreneel.o, dist/build/Crypto/ConstructHash/MiyaguchiPreneel.dyn_o )
[ 41 of 137] Compiling Crypto.Cipher.Utils ( Crypto/Cipher/Utils.hs, dist/build/Crypto/Cipher/Utils.o, dist/build/Crypto/Cipher/Utils.dyn_o )
[ 42 of 137] Compiling Crypto.Cipher.TripleDES ( Crypto/Cipher/TripleDES.hs, dist/build/Crypto/Cipher/TripleDES.o, dist/build/Crypto/Cipher/TripleDES.dyn_o )
[ 43 of 137] Compiling Crypto.Cipher.DES ( Crypto/Cipher/DES.hs, dist/build/Crypto/Cipher/DES.o, dist/build/Crypto/Cipher/DES.dyn_o )
[ 44 of 137] Compiling Crypto.Cipher.Salsa ( Crypto/Cipher/Salsa.hs, dist/build/Crypto/Cipher/Salsa.o, dist/build/Crypto/Cipher/Salsa.dyn_o )
[ 45 of 137] Compiling Crypto.Cipher.XSalsa ( Crypto/Cipher/XSalsa.hs, dist/build/Crypto/Cipher/XSalsa.o, dist/build/Crypto/Cipher/XSalsa.dyn_o )
[ 46 of 137] Compiling Crypto.Cipher.RC4 ( Crypto/Cipher/RC4.hs, dist/build/Crypto/Cipher/RC4.o, dist/build/Crypto/Cipher/RC4.dyn_o )
[ 47 of 137] Compiling Crypto.Cipher.ChaCha ( Crypto/Cipher/ChaCha.hs, dist/build/Crypto/Cipher/ChaCha.o, dist/build/Crypto/Cipher/ChaCha.dyn_o )
[ 48 of 137] Compiling Crypto.Cipher.AES.Primitive ( Crypto/Cipher/AES/Primitive.hs, dist/build/Crypto/Cipher/AES/Primitive.o, dist/build/Crypto/Cipher/AES/Primitive.dyn_o )
[ 49 of 137] Compiling Crypto.Cipher.AES ( Crypto/Cipher/AES.hs, dist/build/Crypto/Cipher/AES.o, dist/build/Crypto/Cipher/AES.dyn_o )
[ 50 of 137] Compiling Crypto.Internal.Nat ( Crypto/Internal/Nat.hs, dist/build/Crypto/Internal/Nat.o, dist/build/Crypto/Internal/Nat.dyn_o )
[ 51 of 137] Compiling Crypto.Hash.SHAKE ( Crypto/Hash/SHAKE.hs, dist/build/Crypto/Hash/SHAKE.o, dist/build/Crypto/Hash/SHAKE.dyn_o )
[ 52 of 137] Compiling Crypto.Hash.Blake2 ( Crypto/Hash/Blake2.hs, dist/build/Crypto/Hash/Blake2.o, dist/build/Crypto/Hash/Blake2.dyn_o )
[ 53 of 137] Compiling Crypto.Hash.Algorithms ( Crypto/Hash/Algorithms.hs, dist/build/Crypto/Hash/Algorithms.o, dist/build/Crypto/Hash/Algorithms.dyn_o )
[ 54 of 137] Compiling Crypto.Hash ( Crypto/Hash.hs, dist/build/Crypto/Hash.o, dist/build/Crypto/Hash.dyn_o )
[ 55 of 137] Compiling Crypto.Internal.WordArray ( Crypto/Internal/WordArray.hs, dist/build/Crypto/Internal/WordArray.o, dist/build/Crypto/Internal/WordArray.dyn_o )
[ 56 of 137] Compiling Crypto.Cipher.Twofish.Primitive ( Crypto/Cipher/Twofish/Primitive.hs, dist/build/Crypto/Cipher/Twofish/Primitive.o, dist/build/Crypto/Cipher/Twofish/Primitive.dyn_o )
Crypto/Cipher/Twofish/Primitive.hs:84:19: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type [Word32] not matched:
[]
[_]
[_, _]
[_, _, _]
...
|
84 | where [k0, k1, k2, k3] = fmap (\offset -> arrayRead32 ks $ (8 + 4 * ind) + offset) [0..3]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Crypto/Cipher/Twofish/Primitive.hs:119:19: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type [Word32] not matched:
[]
[_]
[_, _]
[_, _, _]
...
|
119 | where [k0, k1, k2, k3] = fmap (\offset -> arrayRead32 ks $ (4 + 4 * ind) + offset) [0..3]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Crypto/Cipher/Twofish/Primitive.hs:210:11: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type [Word8] not matched:
[]
[_]
[_, _]
[_, _, _]
...
|
210 | [w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15] = take 16 ws
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Crypto/Cipher/Twofish/Primitive.hs:258:11: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type [Word8] not matched:
[]
[_]
[_, _]
[_, _, _]
...
|
258 | [y0, y1, y2, y3] = take 4 input
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 57 of 137] Compiling Crypto.Cipher.Twofish ( Crypto/Cipher/Twofish.hs, dist/build/Crypto/Cipher/Twofish.o, dist/build/Crypto/Cipher/Twofish.dyn_o )
[ 58 of 137] Compiling Crypto.Cipher.CAST5.Primitive ( Crypto/Cipher/CAST5/Primitive.hs, dist/build/Crypto/Cipher/CAST5/Primitive.o, dist/build/Crypto/Cipher/CAST5/Primitive.dyn_o )
[ 59 of 137] Compiling Crypto.Cipher.CAST5 ( Crypto/Cipher/CAST5.hs, dist/build/Crypto/Cipher/CAST5.o, dist/build/Crypto/Cipher/CAST5.dyn_o )
[ 60 of 137] Compiling Crypto.Cipher.Blowfish.Box ( Crypto/Cipher/Blowfish/Box.hs, dist/build/Crypto/Cipher/Blowfish/Box.o, dist/build/Crypto/Cipher/Blowfish/Box.dyn_o )
[ 61 of 137] Compiling Crypto.Cipher.Blowfish.Primitive ( Crypto/Cipher/Blowfish/Primitive.hs, dist/build/Crypto/Cipher/Blowfish/Primitive.o, dist/build/Crypto/Cipher/Blowfish/Primitive.dyn_o )
[ 62 of 137] Compiling Crypto.Cipher.Blowfish ( Crypto/Cipher/Blowfish.hs, dist/build/Crypto/Cipher/Blowfish.o, dist/build/Crypto/Cipher/Blowfish.dyn_o )
[ 63 of 137] Compiling Crypto.Internal.Words ( Crypto/Internal/Words.hs, dist/build/Crypto/Internal/Words.o, dist/build/Crypto/Internal/Words.dyn_o )
[ 64 of 137] Compiling Crypto.Cipher.Camellia.Primitive ( Crypto/Cipher/Camellia/Primitive.hs, dist/build/Crypto/Cipher/Camellia/Primitive.o, dist/build/Crypto/Cipher/Camellia/Primitive.dyn_o )
[ 65 of 137] Compiling Crypto.Cipher.Camellia ( Crypto/Cipher/Camellia.hs, dist/build/Crypto/Cipher/Camellia.o, dist/build/Crypto/Cipher/Camellia.dyn_o )
[ 66 of 137] Compiling Crypto.KDF.Argon2 ( Crypto/KDF/Argon2.hs, dist/build/Crypto/KDF/Argon2.o, dist/build/Crypto/KDF/Argon2.dyn_o )
[ 67 of 137] Compiling Crypto.KDF.BCryptPBKDF ( Crypto/KDF/BCryptPBKDF.hs, dist/build/Crypto/KDF/BCryptPBKDF.o, dist/build/Crypto/KDF/BCryptPBKDF.dyn_o )
[ 68 of 137] Compiling Crypto.MAC.CMAC ( Crypto/MAC/CMAC.hs, dist/build/Crypto/MAC/CMAC.o, dist/build/Crypto/MAC/CMAC.dyn_o )
Crypto/MAC/CMAC.hs:130:32: 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."
|
130 | setB i ws = hd ++ setBit (head tl) r : tail tl where
| ^^^^
Crypto/MAC/CMAC.hs:130:45: 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."
|
130 | setB i ws = hd ++ setBit (head tl) r : tail tl where
| ^^^^
[ 69 of 137] Compiling Crypto.MAC.HMAC ( Crypto/MAC/HMAC.hs, dist/build/Crypto/MAC/HMAC.o, dist/build/Crypto/MAC/HMAC.dyn_o )
[ 70 of 137] Compiling Crypto.KDF.PBKDF2 ( Crypto/KDF/PBKDF2.hs, dist/build/Crypto/KDF/PBKDF2.o, dist/build/Crypto/KDF/PBKDF2.dyn_o )
[ 71 of 137] Compiling Crypto.KDF.Scrypt ( Crypto/KDF/Scrypt.hs, dist/build/Crypto/KDF/Scrypt.o, dist/build/Crypto/KDF/Scrypt.dyn_o )
[ 72 of 137] Compiling Crypto.KDF.HKDF ( Crypto/KDF/HKDF.hs, dist/build/Crypto/KDF/HKDF.o, dist/build/Crypto/KDF/HKDF.dyn_o )
[ 73 of 137] Compiling Crypto.MAC.KMAC ( Crypto/MAC/KMAC.hs, dist/build/Crypto/MAC/KMAC.o, dist/build/Crypto/MAC/KMAC.dyn_o )
[ 74 of 137] Compiling Crypto.MAC.Poly1305 ( Crypto/MAC/Poly1305.hs, dist/build/Crypto/MAC/Poly1305.o, dist/build/Crypto/MAC/Poly1305.dyn_o )
[ 75 of 137] Compiling Crypto.Cipher.ChaChaPoly1305 ( Crypto/Cipher/ChaChaPoly1305.hs, dist/build/Crypto/Cipher/ChaChaPoly1305.o, dist/build/Crypto/Cipher/ChaChaPoly1305.dyn_o )
[ 76 of 137] Compiling Crypto.Number.Compat ( Crypto/Number/Compat.hs, dist/build/Crypto/Number/Compat.o, dist/build/Crypto/Number/Compat.dyn_o )
Crypto/Number/Compat.hs:57:22: warning: [GHC-68441] [-Wdeprecations]
In the use of gcdExtInteger
(imported from GHC.Integer.GMP.Internals):
Deprecated: "Use integerGcde instead"
|
57 | where (# g, s #) = gcdExtInteger a b
| ^^^^^^^^^^^^^
Crypto/Number/Compat.hs:90:40: warning: [GHC-68441] [-Wdeprecations]
In the use of powModInteger
(imported from GHC.Integer.GMP.Internals):
Deprecated: "Use integerPowMod# instead"
|
90 | gmpPowModInteger b e m = GmpSupported (powModInteger b e m)
| ^^^^^^^^^^^^^
Crypto/Number/Compat.hs:101:13: warning: [GHC-68441] [-Wdeprecations]
In the use of recipModInteger
(imported from GHC.Integer.GMP.Internals):
Deprecated: "Use integerRecipMod# instead"
|
101 | where r = recipModInteger g m
| ^^^^^^^^^^^^^^^
Crypto/Number/Compat.hs:132:49: warning: [GHC-68441] [-Wdeprecations]
In the use of sizeInBaseInteger
(imported from GHC.Integer.GMP.Internals):
Deprecated: "Use integerSizeInBase# instead"
|
132 | gmpSizeInBytes n = GmpSupported (I# (word2Int# (sizeInBaseInteger n 256#)))
| ^^^^^^^^^^^^^^^^^
Crypto/Number/Compat.hs:140:48: warning: [GHC-68441] [-Wdeprecations]
In the use of sizeInBaseInteger
(imported from GHC.Integer.GMP.Internals):
Deprecated: "Use integerSizeInBase# instead"
|
140 | gmpSizeInBits n = GmpSupported (I# (word2Int# (sizeInBaseInteger n 2#)))
| ^^^^^^^^^^^^^^^^^
Crypto/Number/Compat.hs:149:10: warning: [GHC-68441] [-Wdeprecations]
In the use of exportIntegerToAddr
(imported from GHC.Integer.GMP.Internals):
Deprecated: "Use integerToAddr# instead"
|
149 | _ <- exportIntegerToAddr n addr 1#
| ^^^^^^^^^^^^^^^^^^^
Crypto/Number/Compat.hs:163:10: warning: [GHC-68441] [-Wdeprecations]
In the use of exportIntegerToAddr
(imported from GHC.Integer.GMP.Internals):
Deprecated: "Use integerToAddr# instead"
|
163 | _ <- exportIntegerToAddr n addr 0#
| ^^^^^^^^^^^^^^^^^^^
Crypto/Number/Compat.hs:177:5: warning: [GHC-68441] [-Wdeprecations]
In the use of importIntegerFromAddr
(imported from GHC.Integer.GMP.Internals):
Deprecated: "Use integerFromAddr# instead"
|
177 | importIntegerFromAddr addr (int2Word# n) 1#
| ^^^^^^^^^^^^^^^^^^^^^
Crypto/Number/Compat.hs:189:5: warning: [GHC-68441] [-Wdeprecations]
In the use of importIntegerFromAddr
(imported from GHC.Integer.GMP.Internals):
Deprecated: "Use integerFromAddr# instead"
|
189 | importIntegerFromAddr addr (int2Word# n) 0#
| ^^^^^^^^^^^^^^^^^^^^^
[ 77 of 137] Compiling Crypto.Number.Basic ( Crypto/Number/Basic.hs, dist/build/Crypto/Number/Basic.o, dist/build/Crypto/Number/Basic.dyn_o )
[ 78 of 137] Compiling Crypto.ECC.Simple.Types ( Crypto/ECC/Simple/Types.hs, dist/build/Crypto/ECC/Simple/Types.o, dist/build/Crypto/ECC/Simple/Types.dyn_o )
[ 79 of 137] Compiling Crypto.Number.F2m ( Crypto/Number/F2m.hs, dist/build/Crypto/Number/F2m.o, dist/build/Crypto/Number/F2m.dyn_o )
[ 80 of 137] Compiling Crypto.Number.ModArithmetic ( Crypto/Number/ModArithmetic.hs, dist/build/Crypto/Number/ModArithmetic.o, dist/build/Crypto/Number/ModArithmetic.dyn_o )
[ 81 of 137] Compiling Crypto.Number.Nat ( Crypto/Number/Nat.hs, dist/build/Crypto/Number/Nat.o, dist/build/Crypto/Number/Nat.dyn_o )
[ 82 of 137] Compiling Crypto.Number.Serialize.Internal ( Crypto/Number/Serialize/Internal.hs, dist/build/Crypto/Number/Serialize/Internal.o, dist/build/Crypto/Number/Serialize/Internal.dyn_o )
[ 83 of 137] Compiling Crypto.Number.Serialize ( Crypto/Number/Serialize.hs, dist/build/Crypto/Number/Serialize.o, dist/build/Crypto/Number/Serialize.dyn_o )
[ 84 of 137] Compiling Crypto.Number.Serialize.Internal.LE ( Crypto/Number/Serialize/Internal/LE.hs, dist/build/Crypto/Number/Serialize/Internal/LE.o, dist/build/Crypto/Number/Serialize/Internal/LE.dyn_o )
[ 85 of 137] Compiling Crypto.Number.Serialize.LE ( Crypto/Number/Serialize/LE.hs, dist/build/Crypto/Number/Serialize/LE.o, dist/build/Crypto/Number/Serialize/LE.dyn_o )
[ 86 of 137] Compiling Crypto.OTP ( Crypto/OTP.hs, dist/build/Crypto/OTP.o, dist/build/Crypto/OTP.dyn_o )
[ 87 of 137] Compiling Crypto.PubKey.ECC.Types ( Crypto/PubKey/ECC/Types.hs, dist/build/Crypto/PubKey/ECC/Types.o, dist/build/Crypto/PubKey/ECC/Types.dyn_o )
[ 88 of 137] Compiling Crypto.PubKey.Internal ( Crypto/PubKey/Internal.hs, dist/build/Crypto/PubKey/Internal.o, dist/build/Crypto/PubKey/Internal.dyn_o )
[ 89 of 137] Compiling Crypto.PubKey.MaskGenFunction ( Crypto/PubKey/MaskGenFunction.hs, dist/build/Crypto/PubKey/MaskGenFunction.o, dist/build/Crypto/PubKey/MaskGenFunction.dyn_o )
[ 90 of 137] Compiling Crypto.PubKey.RSA.Types ( Crypto/PubKey/RSA/Types.hs, dist/build/Crypto/PubKey/RSA/Types.o, dist/build/Crypto/PubKey/RSA/Types.dyn_o )
[ 91 of 137] Compiling Crypto.PubKey.RSA.Prim ( Crypto/PubKey/RSA/Prim.hs, dist/build/Crypto/PubKey/RSA/Prim.o, dist/build/Crypto/PubKey/RSA/Prim.dyn_o )
[ 92 of 137] Compiling Crypto.Random.Entropy.Source ( Crypto/Random/Entropy/Source.hs, dist/build/Crypto/Random/Entropy/Source.o, dist/build/Crypto/Random/Entropy/Source.dyn_o )
[ 93 of 137] Compiling Crypto.Random.Entropy.RDRand ( Crypto/Random/Entropy/RDRand.hs, dist/build/Crypto/Random/Entropy/RDRand.o, dist/build/Crypto/Random/Entropy/RDRand.dyn_o )
[ 94 of 137] Compiling Crypto.Random.Entropy.Unix ( Crypto/Random/Entropy/Unix.hs, dist/build/Crypto/Random/Entropy/Unix.o, dist/build/Crypto/Random/Entropy/Unix.dyn_o )
[ 95 of 137] Compiling Crypto.Random.Entropy.Backend ( Crypto/Random/Entropy/Backend.hs, dist/build/Crypto/Random/Entropy/Backend.o, dist/build/Crypto/Random/Entropy/Backend.dyn_o )
[ 96 of 137] Compiling Crypto.Random.Entropy.Unsafe ( Crypto/Random/Entropy/Unsafe.hs, dist/build/Crypto/Random/Entropy/Unsafe.o, dist/build/Crypto/Random/Entropy/Unsafe.dyn_o )
[ 97 of 137] Compiling Crypto.Random.Entropy ( Crypto/Random/Entropy.hs, dist/build/Crypto/Random/Entropy.o, dist/build/Crypto/Random/Entropy.dyn_o )
[ 98 of 137] Compiling Crypto.Random.EntropyPool ( Crypto/Random/EntropyPool.hs, dist/build/Crypto/Random/EntropyPool.o, dist/build/Crypto/Random/EntropyPool.dyn_o )
[ 99 of 137] Compiling Crypto.Random.Types ( Crypto/Random/Types.hs, dist/build/Crypto/Random/Types.o, dist/build/Crypto/Random/Types.dyn_o )
[100 of 137] Compiling Crypto.Random.SystemDRG ( Crypto/Random/SystemDRG.hs, dist/build/Crypto/Random/SystemDRG.o, dist/build/Crypto/Random/SystemDRG.dyn_o )
[101 of 137] Compiling Crypto.Random.ChaChaDRG ( Crypto/Random/ChaChaDRG.hs, dist/build/Crypto/Random/ChaChaDRG.o, dist/build/Crypto/Random/ChaChaDRG.dyn_o )
[102 of 137] Compiling Crypto.Random ( Crypto/Random.hs, dist/build/Crypto/Random.o, dist/build/Crypto/Random.dyn_o )
[103 of 137] Compiling Crypto.Random.Probabilistic ( Crypto/Random/Probabilistic.hs, dist/build/Crypto/Random/Probabilistic.o, dist/build/Crypto/Random/Probabilistic.dyn_o )
[104 of 137] Compiling Crypto.PubKey.Ed448 ( Crypto/PubKey/Ed448.hs, dist/build/Crypto/PubKey/Ed448.o, dist/build/Crypto/PubKey/Ed448.dyn_o )
[105 of 137] Compiling Crypto.PubKey.Ed25519 ( Crypto/PubKey/Ed25519.hs, dist/build/Crypto/PubKey/Ed25519.o, dist/build/Crypto/PubKey/Ed25519.dyn_o )
[106 of 137] Compiling Crypto.PubKey.ECC.P256 ( Crypto/PubKey/ECC/P256.hs, dist/build/Crypto/PubKey/ECC/P256.o, dist/build/Crypto/PubKey/ECC/P256.dyn_o )
[107 of 137] Compiling Crypto.PubKey.Curve448 ( Crypto/PubKey/Curve448.hs, dist/build/Crypto/PubKey/Curve448.o, dist/build/Crypto/PubKey/Curve448.dyn_o )
[108 of 137] Compiling Crypto.PubKey.Curve25519 ( Crypto/PubKey/Curve25519.hs, dist/build/Crypto/PubKey/Curve25519.o, dist/build/Crypto/PubKey/Curve25519.dyn_o )
[109 of 137] Compiling Crypto.KDF.BCrypt ( Crypto/KDF/BCrypt.hs, dist/build/Crypto/KDF/BCrypt.o, dist/build/Crypto/KDF/BCrypt.dyn_o )
[110 of 137] Compiling Crypto.ECC.Edwards25519 ( Crypto/ECC/Edwards25519.hs, dist/build/Crypto/ECC/Edwards25519.o, dist/build/Crypto/ECC/Edwards25519.dyn_o )
[111 of 137] Compiling Crypto.Cipher.AESGCMSIV ( Crypto/Cipher/AESGCMSIV.hs, dist/build/Crypto/Cipher/AESGCMSIV.o, dist/build/Crypto/Cipher/AESGCMSIV.dyn_o )
Crypto/Cipher/AESGCMSIV.hs:193:23: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type Maybe (IV c) not matched: Nothing
|
193 | where toIV bs = let Just iv = makeIV (bs :: Bytes) in iv
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[112 of 137] Compiling Crypto.Number.Generate ( Crypto/Number/Generate.hs, dist/build/Crypto/Number/Generate.o, dist/build/Crypto/Number/Generate.dyn_o )
[113 of 137] Compiling Crypto.PubKey.ECC.Prim ( Crypto/PubKey/ECC/Prim.hs, dist/build/Crypto/PubKey/ECC/Prim.o, dist/build/Crypto/PubKey/ECC/Prim.dyn_o )
[114 of 137] Compiling Crypto.PubKey.ECC.ECDSA ( Crypto/PubKey/ECC/ECDSA.hs, dist/build/Crypto/PubKey/ECC/ECDSA.o, dist/build/Crypto/PubKey/ECC/ECDSA.dyn_o )
[115 of 137] Compiling Crypto.PubKey.ECC.Generate ( Crypto/PubKey/ECC/Generate.hs, dist/build/Crypto/PubKey/ECC/Generate.o, dist/build/Crypto/PubKey/ECC/Generate.dyn_o )
[116 of 137] Compiling Crypto.PubKey.DSA ( Crypto/PubKey/DSA.hs, dist/build/Crypto/PubKey/DSA.o, dist/build/Crypto/PubKey/DSA.dyn_o )
[117 of 137] Compiling Crypto.Number.Prime ( Crypto/Number/Prime.hs, dist/build/Crypto/Number/Prime.o, dist/build/Crypto/Number/Prime.dyn_o )
[118 of 137] Compiling Crypto.PubKey.Rabin.Types ( Crypto/PubKey/Rabin/Types.hs, dist/build/Crypto/PubKey/Rabin/Types.o, dist/build/Crypto/PubKey/Rabin/Types.dyn_o )
[119 of 137] Compiling Crypto.PubKey.Rabin.OAEP ( Crypto/PubKey/Rabin/OAEP.hs, dist/build/Crypto/PubKey/Rabin/OAEP.o, dist/build/Crypto/PubKey/Rabin/OAEP.dyn_o )
[120 of 137] Compiling Crypto.PubKey.Rabin.RW ( Crypto/PubKey/Rabin/RW.hs, dist/build/Crypto/PubKey/Rabin/RW.o, dist/build/Crypto/PubKey/Rabin/RW.dyn_o )
[121 of 137] Compiling Crypto.PubKey.Rabin.Modified ( Crypto/PubKey/Rabin/Modified.hs, dist/build/Crypto/PubKey/Rabin/Modified.o, dist/build/Crypto/PubKey/Rabin/Modified.dyn_o )
[122 of 137] Compiling Crypto.PubKey.Rabin.Basic ( Crypto/PubKey/Rabin/Basic.hs, dist/build/Crypto/PubKey/Rabin/Basic.o, dist/build/Crypto/PubKey/Rabin/Basic.dyn_o )
Crypto/PubKey/Rabin/Basic.hs:125:21: 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."
|
125 | else Just $ head solutions
| ^^^^
[123 of 137] Compiling Crypto.PubKey.RSA ( Crypto/PubKey/RSA.hs, dist/build/Crypto/PubKey/RSA.o, dist/build/Crypto/PubKey/RSA.dyn_o )
[124 of 137] Compiling Crypto.PubKey.RSA.PSS ( Crypto/PubKey/RSA/PSS.hs, dist/build/Crypto/PubKey/RSA/PSS.o, dist/build/Crypto/PubKey/RSA/PSS.dyn_o )
[125 of 137] Compiling Crypto.PubKey.RSA.PKCS15 ( Crypto/PubKey/RSA/PKCS15.hs, dist/build/Crypto/PubKey/RSA/PKCS15.o, dist/build/Crypto/PubKey/RSA/PKCS15.dyn_o )
[126 of 137] Compiling Crypto.PubKey.RSA.OAEP ( Crypto/PubKey/RSA/OAEP.hs, dist/build/Crypto/PubKey/RSA/OAEP.o, dist/build/Crypto/PubKey/RSA/OAEP.dyn_o )
[127 of 137] Compiling Crypto.PubKey.DH ( Crypto/PubKey/DH.hs, dist/build/Crypto/PubKey/DH.o, dist/build/Crypto/PubKey/DH.dyn_o )
[128 of 137] Compiling Crypto.PubKey.ElGamal ( Crypto/PubKey/ElGamal.hs, dist/build/Crypto/PubKey/ElGamal.o, dist/build/Crypto/PubKey/ElGamal.dyn_o )
[129 of 137] Compiling Crypto.PubKey.ECC.DH ( Crypto/PubKey/ECC/DH.hs, dist/build/Crypto/PubKey/ECC/DH.o, dist/build/Crypto/PubKey/ECC/DH.dyn_o )
Crypto/PubKey/ECC/DH.hs:47:5: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding: Patterns of type Point not matched: PointO
|
47 | Point x _ = pointMul curve db qa
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[130 of 137] Compiling Crypto.ECC.Simple.Prim ( Crypto/ECC/Simple/Prim.hs, dist/build/Crypto/ECC/Simple/Prim.o, dist/build/Crypto/ECC/Simple/Prim.dyn_o )
[131 of 137] Compiling Crypto.ECC ( Crypto/ECC.hs, dist/build/Crypto/ECC.o, dist/build/Crypto/ECC.dyn_o )
[132 of 137] Compiling Crypto.PubKey.EdDSA ( Crypto/PubKey/EdDSA.hs, dist/build/Crypto/PubKey/EdDSA.o, dist/build/Crypto/PubKey/EdDSA.dyn_o )
Crypto/PubKey/EdDSA.hs:110:45: warning: [GHC-58520] [-Wtype-equality-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 | , HashDigestSize hash ~ CurveDigestSize curve
| ^
Crypto/PubKey/EdDSA.hs:132:36: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
132 | , HashDigestSize hash ~ CurveDigestSize curve
| ^
Crypto/PubKey/EdDSA.hs:154:36: warning: [GHC-58520] [-Wtype-equality-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 | , HashDigestSize hash ~ CurveDigestSize curve
| ^
Crypto/PubKey/EdDSA.hs:175:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
175 | , HashDigestSize hash ~ CurveDigestSize curve
| ^
Crypto/PubKey/EdDSA.hs:184:39: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
184 | , HashDigestSize hash ~ CurveDigestSize curve
| ^
Crypto/PubKey/EdDSA.hs:195:31: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
195 | , HashDigestSize hash ~ CurveDigestSize curve
| ^
Crypto/PubKey/EdDSA.hs:204: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
|
204 | , HashDigestSize hash ~ CurveDigestSize curve
| ^
Crypto/PubKey/EdDSA.hs:213: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
|
213 | , HashDigestSize hash ~ CurveDigestSize curve
| ^
Crypto/PubKey/EdDSA.hs:223:36: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
223 | , HashDigestSize hash ~ CurveDigestSize curve
| ^
Crypto/PubKey/EdDSA.hs:233: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
|
233 | , HashDigestSize hash ~ CurveDigestSize curve
| ^
Crypto/PubKey/EdDSA.hs:242:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
242 | , HashDigestSize hash ~ CurveDigestSize curve
| ^
Crypto/PubKey/EdDSA.hs:251:36: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
251 | , HashDigestSize hash ~ CurveDigestSize curve
| ^
Crypto/PubKey/EdDSA.hs:269: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
|
269 | , HashDigestSize hash ~ CurveDigestSize curve
| ^
Crypto/PubKey/EdDSA.hs:292:31: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
292 | , HashDigestSize hash ~ CurveDigestSize curve
| ^
Crypto/PubKey/EdDSA.hs:313:42: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
313 | , HashDigestSize hash ~ CurveDigestSize curve
| ^
[133 of 137] Compiling Crypto.PubKey.ECIES ( Crypto/PubKey/ECIES.hs, dist/build/Crypto/PubKey/ECIES.o, dist/build/Crypto/PubKey/ECIES.dyn_o )
[134 of 137] Compiling Crypto.PubKey.ECDSA ( Crypto/PubKey/ECDSA.hs, dist/build/Crypto/PubKey/ECDSA.o, dist/build/Crypto/PubKey/ECDSA.dyn_o )
[135 of 137] Compiling Crypto.Data.AFIS ( Crypto/Data/AFIS.hs, dist/build/Crypto/Data/AFIS.o, dist/build/Crypto/Data/AFIS.dyn_o )
[136 of 137] Compiling Crypto.System.CPU ( Crypto/System/CPU.hs, dist/build/Crypto/System/CPU.o, dist/build/Crypto/System/CPU.dyn_o )
[137 of 137] Compiling Crypto.Tutorial ( Crypto/Tutorial.hs, dist/build/Crypto/Tutorial.o, dist/build/Crypto/Tutorial.dyn_o )
Preprocessing library for cryptonite-0.30..
Running Haddock on library for cryptonite-0.30..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 137] Compiling Crypto.Cipher.DES.Primitive ( Crypto/Cipher/DES/Primitive.hs, nothing )
Crypto/Cipher/DES/Primitive.hs:100: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."
|
100 | res' = tail $ iterate (trans 6) ([], res)
| ^^^^
[ 2 of 137] Compiling Crypto.Data.Padding ( Crypto/Data/Padding.hs, nothing )
[ 3 of 137] Compiling Crypto.Error.Types ( Crypto/Error/Types.hs, nothing )
[ 4 of 137] Compiling Crypto.Error ( Crypto/Error.hs, nothing )
[ 5 of 137] Compiling Crypto.Internal.Compat ( Crypto/Internal/Compat.hs, nothing )
[ 6 of 137] Compiling Crypto.Internal.ByteArray ( Crypto/Internal/ByteArray.hs, nothing )
[ 7 of 137] Compiling Crypto.Cipher.Types.Utils ( Crypto/Cipher/Types/Utils.hs, nothing )
[ 8 of 137] Compiling Crypto.Internal.CompatPrim ( Crypto/Internal/CompatPrim.hs, nothing )
[ 9 of 137] Compiling Crypto.Internal.DeepSeq ( Crypto/Internal/DeepSeq.hs, nothing )
[ 10 of 137] Compiling Crypto.Cipher.Types.Base ( Crypto/Cipher/Types/Base.hs, nothing )
[ 11 of 137] Compiling Crypto.Cipher.Types.Stream ( Crypto/Cipher/Types/Stream.hs, nothing )
[ 12 of 137] Compiling Crypto.Internal.Imports ( Crypto/Internal/Imports.hs, nothing )
[ 13 of 137] Compiling Crypto.Internal.Builder ( Crypto/Internal/Builder.hs, nothing )
[ 14 of 137] Compiling Crypto.Hash.Types ( Crypto/Hash/Types.hs, nothing )
[ 15 of 137] Compiling Crypto.Hash.Whirlpool ( Crypto/Hash/Whirlpool.hs, nothing )
[ 16 of 137] Compiling Crypto.Hash.Tiger ( Crypto/Hash/Tiger.hs, nothing )
[ 17 of 137] Compiling Crypto.Hash.Skein512 ( Crypto/Hash/Skein512.hs, nothing )
[ 18 of 137] Compiling Crypto.Hash.Skein256 ( Crypto/Hash/Skein256.hs, nothing )
[ 19 of 137] Compiling Crypto.Hash.SHA512t ( Crypto/Hash/SHA512t.hs, nothing )
[ 20 of 137] Compiling Crypto.Hash.SHA512 ( Crypto/Hash/SHA512.hs, nothing )
[ 21 of 137] Compiling Crypto.Hash.SHA384 ( Crypto/Hash/SHA384.hs, nothing )
[ 22 of 137] Compiling Crypto.Hash.SHA3 ( Crypto/Hash/SHA3.hs, nothing )
[ 23 of 137] Compiling Crypto.Hash.SHA256 ( Crypto/Hash/SHA256.hs, nothing )
[ 24 of 137] Compiling Crypto.Hash.SHA224 ( Crypto/Hash/SHA224.hs, nothing )
[ 25 of 137] Compiling Crypto.Hash.SHA1 ( Crypto/Hash/SHA1.hs, nothing )
[ 26 of 137] Compiling Crypto.Hash.RIPEMD160 ( Crypto/Hash/RIPEMD160.hs, nothing )
[ 27 of 137] Compiling Crypto.Hash.MD5 ( Crypto/Hash/MD5.hs, nothing )
[ 28 of 137] Compiling Crypto.Hash.MD4 ( Crypto/Hash/MD4.hs, nothing )
[ 29 of 137] Compiling Crypto.Hash.MD2 ( Crypto/Hash/MD2.hs, nothing )
[ 30 of 137] Compiling Crypto.Hash.Keccak ( Crypto/Hash/Keccak.hs, nothing )
[ 31 of 137] Compiling Crypto.Hash.IO ( Crypto/Hash/IO.hs, nothing )
[ 32 of 137] Compiling Crypto.Hash.Blake2sp ( Crypto/Hash/Blake2sp.hs, nothing )
[ 33 of 137] Compiling Crypto.Hash.Blake2s ( Crypto/Hash/Blake2s.hs, nothing )
[ 34 of 137] Compiling Crypto.Hash.Blake2bp ( Crypto/Hash/Blake2bp.hs, nothing )
[ 35 of 137] Compiling Crypto.Hash.Blake2b ( Crypto/Hash/Blake2b.hs, nothing )
[ 36 of 137] Compiling Crypto.Cipher.Types.GF ( Crypto/Cipher/Types/GF.hs, nothing )
[ 37 of 137] Compiling Crypto.Cipher.Types.AEAD ( Crypto/Cipher/Types/AEAD.hs, nothing )
[ 38 of 137] Compiling Crypto.Cipher.Types.Block ( Crypto/Cipher/Types/Block.hs, nothing )
[ 39 of 137] Compiling Crypto.Cipher.Types ( Crypto/Cipher/Types.hs, nothing )
[ 40 of 137] Compiling Crypto.ConstructHash.MiyaguchiPreneel ( Crypto/ConstructHash/MiyaguchiPreneel.hs, nothing )
[ 41 of 137] Compiling Crypto.Cipher.Utils ( Crypto/Cipher/Utils.hs, nothing )
[ 42 of 137] Compiling Crypto.Cipher.TripleDES ( Crypto/Cipher/TripleDES.hs, nothing )
[ 43 of 137] Compiling Crypto.Cipher.DES ( Crypto/Cipher/DES.hs, nothing )
[ 44 of 137] Compiling Crypto.Cipher.Salsa ( Crypto/Cipher/Salsa.hs, nothing )
[ 45 of 137] Compiling Crypto.Cipher.XSalsa ( Crypto/Cipher/XSalsa.hs, nothing )
[ 46 of 137] Compiling Crypto.Cipher.RC4 ( Crypto/Cipher/RC4.hs, nothing )
[ 47 of 137] Compiling Crypto.Cipher.ChaCha ( Crypto/Cipher/ChaCha.hs, nothing )
[ 48 of 137] Compiling Crypto.Cipher.AES.Primitive ( Crypto/Cipher/AES/Primitive.hs, nothing )
[ 49 of 137] Compiling Crypto.Cipher.AES ( Crypto/Cipher/AES.hs, nothing )
[ 50 of 137] Compiling Crypto.Internal.Nat ( Crypto/Internal/Nat.hs, nothing )
[ 51 of 137] Compiling Crypto.Hash.SHAKE ( Crypto/Hash/SHAKE.hs, nothing )
[ 52 of 137] Compiling Crypto.Hash.Blake2 ( Crypto/Hash/Blake2.hs, nothing )
[ 53 of 137] Compiling Crypto.Hash.Algorithms ( Crypto/Hash/Algorithms.hs, nothing )
[ 54 of 137] Compiling Crypto.Hash ( Crypto/Hash.hs, nothing )
[ 55 of 137] Compiling Crypto.Internal.WordArray ( Crypto/Internal/WordArray.hs, nothing )
[ 56 of 137] Compiling Crypto.Cipher.Twofish.Primitive ( Crypto/Cipher/Twofish/Primitive.hs, nothing )
[ 57 of 137] Compiling Crypto.Cipher.Twofish ( Crypto/Cipher/Twofish.hs, nothing )
[ 58 of 137] Compiling Crypto.Cipher.CAST5.Primitive ( Crypto/Cipher/CAST5/Primitive.hs, nothing )
[ 59 of 137] Compiling Crypto.Cipher.CAST5 ( Crypto/Cipher/CAST5.hs, nothing )
[ 60 of 137] Compiling Crypto.Cipher.Blowfish.Box ( Crypto/Cipher/Blowfish/Box.hs, nothing )
[ 61 of 137] Compiling Crypto.Cipher.Blowfish.Primitive ( Crypto/Cipher/Blowfish/Primitive.hs, nothing )
[ 62 of 137] Compiling Crypto.Cipher.Blowfish ( Crypto/Cipher/Blowfish.hs, nothing )
[ 63 of 137] Compiling Crypto.Internal.Words ( Crypto/Internal/Words.hs, nothing )
[ 64 of 137] Compiling Crypto.Cipher.Camellia.Primitive ( Crypto/Cipher/Camellia/Primitive.hs, nothing )
[ 65 of 137] Compiling Crypto.Cipher.Camellia ( Crypto/Cipher/Camellia.hs, nothing )
[ 66 of 137] Compiling Crypto.KDF.Argon2 ( Crypto/KDF/Argon2.hs, nothing )
[ 67 of 137] Compiling Crypto.KDF.BCryptPBKDF ( Crypto/KDF/BCryptPBKDF.hs, nothing )
[ 68 of 137] Compiling Crypto.MAC.CMAC ( Crypto/MAC/CMAC.hs, nothing )
Crypto/MAC/CMAC.hs:130:32: 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."
|
130 | setB i ws = hd ++ setBit (head tl) r : tail tl where
| ^^^^
Crypto/MAC/CMAC.hs:130:45: 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."
|
130 | setB i ws = hd ++ setBit (head tl) r : tail tl where
| ^^^^
[ 69 of 137] Compiling Crypto.MAC.HMAC ( Crypto/MAC/HMAC.hs, nothing )
[ 70 of 137] Compiling Crypto.KDF.PBKDF2 ( Crypto/KDF/PBKDF2.hs, nothing )
[ 71 of 137] Compiling Crypto.KDF.Scrypt ( Crypto/KDF/Scrypt.hs, nothing )
[ 72 of 137] Compiling Crypto.KDF.HKDF ( Crypto/KDF/HKDF.hs, nothing )
[ 73 of 137] Compiling Crypto.MAC.KMAC ( Crypto/MAC/KMAC.hs, nothing )
[ 74 of 137] Compiling Crypto.MAC.Poly1305 ( Crypto/MAC/Poly1305.hs, nothing )
[ 75 of 137] Compiling Crypto.Cipher.ChaChaPoly1305 ( Crypto/Cipher/ChaChaPoly1305.hs, nothing )
[ 76 of 137] Compiling Crypto.Number.Compat ( Crypto/Number/Compat.hs, nothing )
Crypto/Number/Compat.hs:57:22: warning: [GHC-68441] [-Wdeprecations]
In the use of gcdExtInteger
(imported from GHC.Integer.GMP.Internals):
Deprecated: "Use integerGcde instead"
|
57 | where (# g, s #) = gcdExtInteger a b
| ^^^^^^^^^^^^^
Crypto/Number/Compat.hs:90:40: warning: [GHC-68441] [-Wdeprecations]
In the use of powModInteger
(imported from GHC.Integer.GMP.Internals):
Deprecated: "Use integerPowMod# instead"
|
90 | gmpPowModInteger b e m = GmpSupported (powModInteger b e m)
| ^^^^^^^^^^^^^
Crypto/Number/Compat.hs:101:13: warning: [GHC-68441] [-Wdeprecations]
In the use of recipModInteger
(imported from GHC.Integer.GMP.Internals):
Deprecated: "Use integerRecipMod# instead"
|
101 | where r = recipModInteger g m
| ^^^^^^^^^^^^^^^
Crypto/Number/Compat.hs:132:49: warning: [GHC-68441] [-Wdeprecations]
In the use of sizeInBaseInteger
(imported from GHC.Integer.GMP.Internals):
Deprecated: "Use integerSizeInBase# instead"
|
132 | gmpSizeInBytes n = GmpSupported (I# (word2Int# (sizeInBaseInteger n 256#)))
| ^^^^^^^^^^^^^^^^^
Crypto/Number/Compat.hs:140:48: warning: [GHC-68441] [-Wdeprecations]
In the use of sizeInBaseInteger
(imported from GHC.Integer.GMP.Internals):
Deprecated: "Use integerSizeInBase# instead"
|
140 | gmpSizeInBits n = GmpSupported (I# (word2Int# (sizeInBaseInteger n 2#)))
| ^^^^^^^^^^^^^^^^^
Crypto/Number/Compat.hs:149:10: warning: [GHC-68441] [-Wdeprecations]
In the use of exportIntegerToAddr
(imported from GHC.Integer.GMP.Internals):
Deprecated: "Use integerToAddr# instead"
|
149 | _ <- exportIntegerToAddr n addr 1#
| ^^^^^^^^^^^^^^^^^^^
Crypto/Number/Compat.hs:163:10: warning: [GHC-68441] [-Wdeprecations]
In the use of exportIntegerToAddr
(imported from GHC.Integer.GMP.Internals):
Deprecated: "Use integerToAddr# instead"
|
163 | _ <- exportIntegerToAddr n addr 0#
| ^^^^^^^^^^^^^^^^^^^
Crypto/Number/Compat.hs:177:5: warning: [GHC-68441] [-Wdeprecations]
In the use of importIntegerFromAddr
(imported from GHC.Integer.GMP.Internals):
Deprecated: "Use integerFromAddr# instead"
|
177 | importIntegerFromAddr addr (int2Word# n) 1#
| ^^^^^^^^^^^^^^^^^^^^^
Crypto/Number/Compat.hs:189:5: warning: [GHC-68441] [-Wdeprecations]
In the use of importIntegerFromAddr
(imported from GHC.Integer.GMP.Internals):
Deprecated: "Use integerFromAddr# instead"
|
189 | importIntegerFromAddr addr (int2Word# n) 0#
| ^^^^^^^^^^^^^^^^^^^^^
[ 77 of 137] Compiling Crypto.Number.Basic ( Crypto/Number/Basic.hs, nothing )
[ 78 of 137] Compiling Crypto.ECC.Simple.Types ( Crypto/ECC/Simple/Types.hs, nothing )
[ 79 of 137] Compiling Crypto.Number.F2m ( Crypto/Number/F2m.hs, nothing )
[ 80 of 137] Compiling Crypto.Number.ModArithmetic ( Crypto/Number/ModArithmetic.hs, nothing )
[ 81 of 137] Compiling Crypto.Number.Nat ( Crypto/Number/Nat.hs, nothing )
[ 82 of 137] Compiling Crypto.Number.Serialize.Internal ( Crypto/Number/Serialize/Internal.hs, nothing )
[ 83 of 137] Compiling Crypto.Number.Serialize ( Crypto/Number/Serialize.hs, nothing )
[ 84 of 137] Compiling Crypto.Number.Serialize.Internal.LE ( Crypto/Number/Serialize/Internal/LE.hs, nothing )
[ 85 of 137] Compiling Crypto.Number.Serialize.LE ( Crypto/Number/Serialize/LE.hs, nothing )
[ 86 of 137] Compiling Crypto.OTP ( Crypto/OTP.hs, nothing )
[ 87 of 137] Compiling Crypto.PubKey.ECC.Types ( Crypto/PubKey/ECC/Types.hs, nothing )
[ 88 of 137] Compiling Crypto.PubKey.Internal ( Crypto/PubKey/Internal.hs, nothing )
[ 89 of 137] Compiling Crypto.PubKey.MaskGenFunction ( Crypto/PubKey/MaskGenFunction.hs, nothing )
[ 90 of 137] Compiling Crypto.PubKey.RSA.Types ( Crypto/PubKey/RSA/Types.hs, nothing )
[ 91 of 137] Compiling Crypto.PubKey.RSA.Prim ( Crypto/PubKey/RSA/Prim.hs, nothing )
[ 92 of 137] Compiling Crypto.Random.Entropy.Source ( Crypto/Random/Entropy/Source.hs, nothing )
[ 93 of 137] Compiling Crypto.Random.Entropy.RDRand ( Crypto/Random/Entropy/RDRand.hs, nothing )
[ 94 of 137] Compiling Crypto.Random.Entropy.Unix ( Crypto/Random/Entropy/Unix.hs, nothing )
[ 95 of 137] Compiling Crypto.Random.Entropy.Backend ( Crypto/Random/Entropy/Backend.hs, nothing )
[ 96 of 137] Compiling Crypto.Random.Entropy.Unsafe ( Crypto/Random/Entropy/Unsafe.hs, nothing )
[ 97 of 137] Compiling Crypto.Random.Entropy ( Crypto/Random/Entropy.hs, nothing )
[ 98 of 137] Compiling Crypto.Random.EntropyPool ( Crypto/Random/EntropyPool.hs, nothing )
[ 99 of 137] Compiling Crypto.Random.Types ( Crypto/Random/Types.hs, nothing )
[100 of 137] Compiling Crypto.Random.SystemDRG ( Crypto/Random/SystemDRG.hs, nothing )
[101 of 137] Compiling Crypto.Random.ChaChaDRG ( Crypto/Random/ChaChaDRG.hs, nothing )
[102 of 137] Compiling Crypto.Random ( Crypto/Random.hs, nothing )
[103 of 137] Compiling Crypto.Random.Probabilistic ( Crypto/Random/Probabilistic.hs, nothing )
[104 of 137] Compiling Crypto.PubKey.Ed448 ( Crypto/PubKey/Ed448.hs, nothing )
[105 of 137] Compiling Crypto.PubKey.Ed25519 ( Crypto/PubKey/Ed25519.hs, nothing )
[106 of 137] Compiling Crypto.PubKey.ECC.P256 ( Crypto/PubKey/ECC/P256.hs, nothing )
[107 of 137] Compiling Crypto.PubKey.Curve448 ( Crypto/PubKey/Curve448.hs, nothing )
[108 of 137] Compiling Crypto.PubKey.Curve25519 ( Crypto/PubKey/Curve25519.hs, nothing )
[109 of 137] Compiling Crypto.KDF.BCrypt ( Crypto/KDF/BCrypt.hs, nothing )
[110 of 137] Compiling Crypto.ECC.Edwards25519 ( Crypto/ECC/Edwards25519.hs, nothing )
[111 of 137] Compiling Crypto.Cipher.AESGCMSIV ( Crypto/Cipher/AESGCMSIV.hs, nothing )
[112 of 137] Compiling Crypto.Number.Generate ( Crypto/Number/Generate.hs, nothing )
[113 of 137] Compiling Crypto.PubKey.ECC.Prim ( Crypto/PubKey/ECC/Prim.hs, nothing )
[114 of 137] Compiling Crypto.PubKey.ECC.ECDSA ( Crypto/PubKey/ECC/ECDSA.hs, nothing )
[115 of 137] Compiling Crypto.PubKey.ECC.Generate ( Crypto/PubKey/ECC/Generate.hs, nothing )
[116 of 137] Compiling Crypto.PubKey.DSA ( Crypto/PubKey/DSA.hs, nothing )
[117 of 137] Compiling Crypto.Number.Prime ( Crypto/Number/Prime.hs, nothing )
[118 of 137] Compiling Crypto.PubKey.Rabin.Types ( Crypto/PubKey/Rabin/Types.hs, nothing )
[119 of 137] Compiling Crypto.PubKey.Rabin.OAEP ( Crypto/PubKey/Rabin/OAEP.hs, nothing )
[120 of 137] Compiling Crypto.PubKey.Rabin.RW ( Crypto/PubKey/Rabin/RW.hs, nothing )
[121 of 137] Compiling Crypto.PubKey.Rabin.Modified ( Crypto/PubKey/Rabin/Modified.hs, nothing )
[122 of 137] Compiling Crypto.PubKey.Rabin.Basic ( Crypto/PubKey/Rabin/Basic.hs, nothing )
Crypto/PubKey/Rabin/Basic.hs:125:21: 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."
|
125 | else Just $ head solutions
| ^^^^
[123 of 137] Compiling Crypto.PubKey.RSA ( Crypto/PubKey/RSA.hs, nothing )
[124 of 137] Compiling Crypto.PubKey.RSA.PSS ( Crypto/PubKey/RSA/PSS.hs, nothing )
[125 of 137] Compiling Crypto.PubKey.RSA.PKCS15 ( Crypto/PubKey/RSA/PKCS15.hs, nothing )
[126 of 137] Compiling Crypto.PubKey.RSA.OAEP ( Crypto/PubKey/RSA/OAEP.hs, nothing )
[127 of 137] Compiling Crypto.PubKey.DH ( Crypto/PubKey/DH.hs, nothing )
[128 of 137] Compiling Crypto.PubKey.ElGamal ( Crypto/PubKey/ElGamal.hs, nothing )
[129 of 137] Compiling Crypto.PubKey.ECC.DH ( Crypto/PubKey/ECC/DH.hs, nothing )
[130 of 137] Compiling Crypto.ECC.Simple.Prim ( Crypto/ECC/Simple/Prim.hs, nothing )
[131 of 137] Compiling Crypto.ECC ( Crypto/ECC.hs, nothing )
[132 of 137] Compiling Crypto.PubKey.EdDSA ( Crypto/PubKey/EdDSA.hs, nothing )
Crypto/PubKey/EdDSA.hs:110:45: warning: [GHC-58520] [-Wtype-equality-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 | , HashDigestSize hash ~ CurveDigestSize curve
| ^
Crypto/PubKey/EdDSA.hs:132:36: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
132 | , HashDigestSize hash ~ CurveDigestSize curve
| ^
Crypto/PubKey/EdDSA.hs:154:36: warning: [GHC-58520] [-Wtype-equality-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 | , HashDigestSize hash ~ CurveDigestSize curve
| ^
Crypto/PubKey/EdDSA.hs:175:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
175 | , HashDigestSize hash ~ CurveDigestSize curve
| ^
Crypto/PubKey/EdDSA.hs:184:39: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
184 | , HashDigestSize hash ~ CurveDigestSize curve
| ^
Crypto/PubKey/EdDSA.hs:195:31: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
195 | , HashDigestSize hash ~ CurveDigestSize curve
| ^
Crypto/PubKey/EdDSA.hs:204: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
|
204 | , HashDigestSize hash ~ CurveDigestSize curve
| ^
Crypto/PubKey/EdDSA.hs:213: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
|
213 | , HashDigestSize hash ~ CurveDigestSize curve
| ^
Crypto/PubKey/EdDSA.hs:223:36: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
223 | , HashDigestSize hash ~ CurveDigestSize curve
| ^
Crypto/PubKey/EdDSA.hs:233: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
|
233 | , HashDigestSize hash ~ CurveDigestSize curve
| ^
Crypto/PubKey/EdDSA.hs:242:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
242 | , HashDigestSize hash ~ CurveDigestSize curve
| ^
Crypto/PubKey/EdDSA.hs:251:36: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
251 | , HashDigestSize hash ~ CurveDigestSize curve
| ^
Crypto/PubKey/EdDSA.hs:269: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
|
269 | , HashDigestSize hash ~ CurveDigestSize curve
| ^
Crypto/PubKey/EdDSA.hs:292:31: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
292 | , HashDigestSize hash ~ CurveDigestSize curve
| ^
Crypto/PubKey/EdDSA.hs:313:42: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
313 | , HashDigestSize hash ~ CurveDigestSize curve
| ^
[133 of 137] Compiling Crypto.PubKey.ECIES ( Crypto/PubKey/ECIES.hs, nothing )
[134 of 137] Compiling Crypto.PubKey.ECDSA ( Crypto/PubKey/ECDSA.hs, nothing )
[135 of 137] Compiling Crypto.Data.AFIS ( Crypto/Data/AFIS.hs, nothing )
[136 of 137] Compiling Crypto.System.CPU ( Crypto/System/CPU.hs, nothing )
[137 of 137] Compiling Crypto.Tutorial ( Crypto/Tutorial.hs, nothing )
Haddock coverage:
100% ( 4 / 4) in 'Crypto.Data.Padding'
100% ( 8 / 8) in 'Crypto.Error'
100% ( 8 / 8) in 'Crypto.Hash.IO'
92% ( 25 / 27) in 'Crypto.Cipher.Types'
Missing documentation for:
CCM_M (Crypto/Cipher/Types/Base.hs:45)
CCM_L (Crypto/Cipher/Types/Base.hs:46)
75% ( 3 / 4) in 'Crypto.ConstructHash.MiyaguchiPreneel'
Missing documentation for:
MiyaguchiPreneel (Crypto/ConstructHash/MiyaguchiPreneel.hs:26)
0% ( 0 / 2) in 'Crypto.Cipher.Utils'
Missing documentation for:
Module header
validateKeySize (Crypto/Cipher/Utils.hs:11)
100% ( 5 / 5) in 'Crypto.Cipher.TripleDES'
100% ( 2 / 2) in 'Crypto.Cipher.DES'
100% ( 5 / 5) in 'Crypto.Cipher.Salsa'
100% ( 6 / 6) in 'Crypto.Cipher.XSalsa'
100% ( 5 / 5) in 'Crypto.Cipher.RC4'
100% ( 9 / 9) in 'Crypto.Cipher.ChaCha'
100% ( 4 / 4) in 'Crypto.Cipher.AES'
Warning: 'bitlen' 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.
Warning: 'SHAKE256' is ambiguous. It is defined
* at Crypto/Hash/SHAKE.hs:71:33
* at Crypto/Hash/SHAKE.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 Crypto/Hash/SHAKE.hs:71:1
Warning: 'SHAKE128' is ambiguous. It is defined
* at Crypto/Hash/SHAKE.hs:47:33
* at Crypto/Hash/SHAKE.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 Crypto/Hash/SHAKE.hs:47:1
95% ( 46 / 48) in 'Crypto.Hash.Algorithms'
Missing documentation for:
Blake2bp (Crypto/Hash/Blake2.hs:140)
Blake2sp (Crypto/Hash/Blake2.hs:117)
100% ( 23 / 23) in 'Crypto.Hash'
0% ( 0 / 4) in 'Crypto.Cipher.Twofish'
Missing documentation for:
Module header
Twofish128 (Crypto/Cipher/Twofish.hs:11)
Twofish192 (Crypto/Cipher/Twofish.hs:23)
Twofish256 (Crypto/Cipher/Twofish.hs:35)
100% ( 2 / 2) in 'Crypto.Cipher.CAST5'
100% ( 6 / 6) in 'Crypto.Cipher.Blowfish'
100% ( 2 / 2) in 'Crypto.Cipher.Camellia'
Warning: 'hashParallelism' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'hashMemory' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'hashIterations' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
80% ( 8 / 10) in 'Crypto.KDF.Argon2'
Missing documentation for:
defaultOptions (Crypto/KDF/Argon2.hs:94)
hash (Crypto/KDF/Argon2.hs:108)
75% ( 3 / 4) in 'Crypto.KDF.BCryptPBKDF'
Missing documentation for:
Parameters (Crypto/KDF/BCryptPBKDF.hs:41)
100% ( 4 / 4) in 'Crypto.MAC.CMAC'
Warning: 'hmacFinalize' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 10 / 10) in 'Crypto.MAC.HMAC'
62% ( 5 / 8) in 'Crypto.KDF.PBKDF2'
Missing documentation for:
fastPBKDF2_SHA1 (Crypto/KDF/PBKDF2.hs:115)
fastPBKDF2_SHA256 (Crypto/KDF/PBKDF2.hs:130)
fastPBKDF2_SHA512 (Crypto/KDF/PBKDF2.hs:145)
100% ( 3 / 3) in 'Crypto.KDF.Scrypt'
100% ( 5 / 5) in 'Crypto.KDF.HKDF'
Warning: 'KMAC' is ambiguous. It is defined
* at Crypto/MAC/KMAC.hs:78:18
* at Crypto/MAC/KMAC.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 Crypto/MAC/KMAC.hs:78:1
100% ( 10 / 10) in 'Crypto.MAC.KMAC'
91% ( 11 / 12) in 'Crypto.MAC.Poly1305'
Missing documentation for:
authTag (Crypto/MAC/Poly1305.hs:53)
100% ( 12 / 12) in 'Crypto.Cipher.ChaChaPoly1305'
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% ( 8 / 8) in 'Crypto.Number.Basic'
Warning: 'm' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 11 / 11) in 'Crypto.Number.F2m'
Warning: 'CoprimesAssertionError' is ambiguous. It is defined
* at Crypto/Number/ModArithmetic.hs:28:31
* at Crypto/Number/ModArithmetic.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 Crypto/Number/ModArithmetic.hs:28:1
Warning: 'ModulusAssertionError' is ambiguous. It is defined
* at Crypto/Number/ModArithmetic.hs:132:30
* at Crypto/Number/ModArithmetic.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 Crypto/Number/ModArithmetic.hs:132:1
100% ( 11 / 11) in 'Crypto.Number.ModArithmetic'
100% ( 7 / 7) in 'Crypto.Number.Nat'
100% ( 4 / 4) in 'Crypto.Number.Serialize.Internal'
100% ( 5 / 5) in 'Crypto.Number.Serialize'
100% ( 4 / 4) in 'Crypto.Number.Serialize.Internal.LE'
100% ( 5 / 5) in 'Crypto.Number.Serialize.LE'
75% ( 9 / 12) in 'Crypto.OTP'
Missing documentation for:
hotp (Crypto/OTP.hs:76)
TOTPParams (Crypto/OTP.hs:123)
ClockSkew (Crypto/OTP.hs:125)
100% ( 15 / 15) in 'Crypto.PubKey.ECC.Types'
100% ( 3 / 3) in 'Crypto.PubKey.MaskGenFunction'
100% ( 11 / 11) in 'Crypto.PubKey.RSA.Types'
100% ( 5 / 5) in 'Crypto.PubKey.RSA.Prim'
100% ( 5 / 5) in 'Crypto.Random.Entropy.Unsafe'
100% ( 2 / 2) in 'Crypto.Random.Entropy'
100% ( 5 / 5) in 'Crypto.Random.EntropyPool'
Warning: 'MonadPseudoRandom' is ambiguous. It is defined
* at Crypto/Random/Types.hs:33:35
* at Crypto/Random/Types.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 Crypto/Random/Types.hs:33:1
100% ( 5 / 5) in 'Crypto.Random.Types'
95% ( 20 / 21) in 'Crypto.Random'
Missing documentation for:
Seed (Crypto/Random.hs:43)
100% ( 17 / 17) in 'Crypto.PubKey.Ed448'
100% ( 17 / 17) in 'Crypto.PubKey.Ed25519'
Warning: 'Point' is ambiguous. It is defined
* at Crypto/PubKey/ECC/P256.hs:68:17
* at Crypto/PubKey/ECC/P256.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 Crypto/PubKey/ECC/P256.hs:68:1
Warning: 'Scalar' is ambiguous. It is defined
* at Crypto/PubKey/ECC/P256.hs:64:18
* at Crypto/PubKey/ECC/P256.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 Crypto/PubKey/ECC/P256.hs:64:1
100% ( 34 / 34) in 'Crypto.PubKey.ECC.P256'
100% ( 12 / 12) in 'Crypto.PubKey.Curve448'
100% ( 12 / 12) in 'Crypto.PubKey.Curve25519'
100% ( 5 / 5) in 'Crypto.KDF.BCrypt'
100% ( 21 / 21) in 'Crypto.ECC.Edwards25519'
100% ( 6 / 6) in 'Crypto.Cipher.AESGCMSIV'
100% ( 5 / 5) in 'Crypto.Number.Generate'
100% ( 10 / 10) in 'Crypto.PubKey.ECC.Prim'
100% ( 15 / 15) in 'Crypto.PubKey.ECC.ECDSA'
100% ( 3 / 3) in 'Crypto.PubKey.ECC.Generate'
100% ( 19 / 19) in 'Crypto.PubKey.DSA'
100% ( 10 / 10) in 'Crypto.Number.Prime'
100% ( 3 / 3) in 'Crypto.PubKey.Rabin.Types'
100% ( 5 / 5) in 'Crypto.PubKey.Rabin.OAEP'
100% ( 9 / 9) in 'Crypto.PubKey.Rabin.RW'
100% ( 6 / 6) in 'Crypto.PubKey.Rabin.Modified'
100% ( 11 / 11) in 'Crypto.PubKey.Rabin.Basic'
Warning: 'e' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 9 / 9) in 'Crypto.PubKey.RSA'
100% ( 13 / 13) in 'Crypto.PubKey.RSA.PSS'
100% ( 15 / 15) in 'Crypto.PubKey.RSA.PKCS15'
100% ( 9 / 9) in 'Crypto.PubKey.RSA.OAEP'
100% ( 10 / 10) in 'Crypto.PubKey.DH'
100% ( 8 / 8) in 'Crypto.PubKey.ECC.DH'
23% ( 3 / 13) in 'Crypto.ECC'
Missing documentation for:
Curve_P384R1 (Crypto/ECC.hs:195)
Curve_P521R1 (Crypto/ECC.hs:229)
Curve_X25519 (Crypto/ECC.hs:263)
Curve_X448 (Crypto/ECC.hs:282)
Curve_Edwards25519 (Crypto/ECC.hs:301)
EllipticCurve (Crypto/ECC.hs:59)
EllipticCurveDH (Crypto/ECC.hs:82)
EllipticCurveArith (Crypto/ECC.hs:105)
EllipticCurveBasepointArith (Crypto/ECC.hs:118)
SharedSecret (Crypto/ECC.hs:56)
100% ( 22 / 22) in 'Crypto.PubKey.EdDSA'
100% ( 3 / 3) in 'Crypto.PubKey.ECIES'
100% ( 22 / 22) in 'Crypto.PubKey.ECDSA'
100% ( 3 / 3) in 'Crypto.Data.AFIS'
100% ( 3 / 3) in 'Crypto.System.CPU'
100% ( 9 / 9) in 'Crypto.Tutorial'
Warning: Crypto.Error: could not find link destinations for:
- Crypto.Error.Types.D:R:FailureCryptoFailable
Warning: Crypto.Hash.IO: could not find link destinations for:
- Crypto.Hash.Whirlpool.D:R:HashBlockSizeWhirlpool
- Crypto.Hash.Whirlpool.D:R:HashDigestSizeWhirlpool
- Crypto.Hash.Whirlpool.D:R:HashInternalContextSizeWhirlpool
- Crypto.Hash.Tiger.D:R:HashBlockSizeTiger
- Crypto.Hash.Tiger.D:R:HashDigestSizeTiger
- Crypto.Hash.Tiger.D:R:HashInternalContextSizeTiger
- Crypto.Hash.Skein512.D:R:HashBlockSizeSkein512_224
- Crypto.Hash.Skein512.D:R:HashDigestSizeSkein512_224
- Crypto.Hash.Skein512.D:R:HashInternalContextSizeSkein512_224
- Crypto.Hash.Skein512.D:R:HashBlockSizeSkein512_256
- Crypto.Hash.Skein512.D:R:HashDigestSizeSkein512_256
- Crypto.Hash.Skein512.D:R:HashInternalContextSizeSkein512_256
- Crypto.Hash.Skein512.D:R:HashBlockSizeSkein512_384
- Crypto.Hash.Skein512.D:R:HashDigestSizeSkein512_384
- Crypto.Hash.Skein512.D:R:HashInternalContextSizeSkein512_384
- Crypto.Hash.Skein512.D:R:HashBlockSizeSkein512_512
- Crypto.Hash.Skein512.D:R:HashDigestSizeSkein512_512
- Crypto.Hash.Skein512.D:R:HashInternalContextSizeSkein512_512
- Crypto.Hash.Skein256.D:R:HashBlockSizeSkein256_224
- Crypto.Hash.Skein256.D:R:HashDigestSizeSkein256_224
- Crypto.Hash.Skein256.D:R:HashInternalContextSizeSkein256_224
- Crypto.Hash.Skein256.D:R:HashBlockSizeSkein256_256
- Crypto.Hash.Skein256.D:R:HashDigestSizeSkein256_256
- Crypto.Hash.Skein256.D:R:HashInternalContextSizeSkein256_256
- Crypto.Hash.SHA512t.D:R:HashBlockSizeSHA512t_224
- Crypto.Hash.SHA512t.D:R:HashDigestSizeSHA512t_224
- Crypto.Hash.SHA512t.D:R:HashInternalContextSizeSHA512t_224
- Crypto.Hash.SHA512t.D:R:HashBlockSizeSHA512t_256
- Crypto.Hash.SHA512t.D:R:HashDigestSizeSHA512t_256
- Crypto.Hash.SHA512t.D:R:HashInternalContextSizeSHA512t_256
- Crypto.Hash.SHA512.D:R:HashBlockSizeSHA512
- Crypto.Hash.SHA512.D:R:HashDigestSizeSHA512
- Crypto.Hash.SHA512.D:R:HashInternalContextSizeSHA512
- Crypto.Hash.SHA384.D:R:HashBlockSizeSHA384
- Crypto.Hash.SHA384.D:R:HashDigestSizeSHA384
- Crypto.Hash.SHA384.D:R:HashInternalContextSizeSHA384
- Crypto.Hash.SHA3.D:R:HashBlockSizeSHA3_224
- Crypto.Hash.SHA3.D:R:HashDigestSizeSHA3_224
- Crypto.Hash.SHA3.D:R:HashInternalContextSizeSHA3_224
- Crypto.Hash.SHA3.D:R:HashBlockSizeSHA3_256
- Crypto.Hash.SHA3.D:R:HashDigestSizeSHA3_256
- Crypto.Hash.SHA3.D:R:HashInternalContextSizeSHA3_256
- Crypto.Hash.SHA3.D:R:HashBlockSizeSHA3_384
- Crypto.Hash.SHA3.D:R:HashDigestSizeSHA3_384
- Crypto.Hash.SHA3.D:R:HashInternalContextSizeSHA3_384
- Crypto.Hash.SHA3.D:R:HashBlockSizeSHA3_512
- Crypto.Hash.SHA3.D:R:HashDigestSizeSHA3_512
- Crypto.Hash.SHA3.D:R:HashInternalContextSizeSHA3_512
- Crypto.Hash.SHA256.D:R:HashBlockSizeSHA256
- Crypto.Hash.SHA256.D:R:HashDigestSizeSHA256
- Crypto.Hash.SHA256.D:R:HashInternalContextSizeSHA256
- Crypto.Hash.SHA224.D:R:HashBlockSizeSHA224
- Crypto.Hash.SHA224.D:R:HashDigestSizeSHA224
- Crypto.Hash.SHA224.D:R:HashInternalContextSizeSHA224
- Crypto.Hash.SHA1.D:R:HashBlockSizeSHA1
- Crypto.Hash.SHA1.D:R:HashDigestSizeSHA1
- Crypto.Hash.SHA1.D:R:HashInternalContextSizeSHA1
- Crypto.Hash.RIPEMD160.D:R:HashBlockSizeRIPEMD160
- Crypto.Hash.RIPEMD160.D:R:HashDigestSizeRIPEMD160
- Crypto.Hash.RIPEMD160.D:R:HashInternalContextSizeRIPEMD160
- Crypto.Hash.MD5.D:R:HashBlockSizeMD5
- Crypto.Hash.MD5.D:R:HashDigestSizeMD5
- Crypto.Hash.MD5.D:R:HashInternalContextSizeMD5
- Crypto.Hash.MD4.D:R:HashBlockSizeMD4
- Crypto.Hash.MD4.D:R:HashDigestSizeMD4
- Crypto.Hash.MD4.D:R:HashInternalContextSizeMD4
- Crypto.Hash.MD2.D:R:HashBlockSizeMD2
- Crypto.Hash.MD2.D:R:HashDigestSizeMD2
- Crypto.Hash.MD2.D:R:HashInternalContextSizeMD2
- Crypto.Hash.Keccak.D:R:HashBlockSizeKeccak_224
- Crypto.Hash.Keccak.D:R:HashDigestSizeKeccak_224
- Crypto.Hash.Keccak.D:R:HashInternalContextSizeKeccak_224
- Crypto.Hash.Keccak.D:R:HashBlockSizeKeccak_256
- Crypto.Hash.Keccak.D:R:HashDigestSizeKeccak_256
- Crypto.Hash.Keccak.D:R:HashInternalContextSizeKeccak_256
- Crypto.Hash.Keccak.D:R:HashBlockSizeKeccak_384
- Crypto.Hash.Keccak.D:R:HashDigestSizeKeccak_384
- Crypto.Hash.Keccak.D:R:HashInternalContextSizeKeccak_384
- Crypto.Hash.Keccak.D:R:HashBlockSizeKeccak_512
- Crypto.Hash.Keccak.D:R:HashDigestSizeKeccak_512
- Crypto.Hash.Keccak.D:R:HashInternalContextSizeKeccak_512
- Crypto.Hash.Blake2sp.D:R:HashBlockSizeBlake2sp_224
- Crypto.Hash.Blake2sp.D:R:HashDigestSizeBlake2sp_224
- Crypto.Hash.Blake2sp.D:R:HashInternalContextSizeBlake2sp_224
- Crypto.Hash.Blake2sp.D:R:HashBlockSizeBlake2sp_256
- Crypto.Hash.Blake2sp.D:R:HashDigestSizeBlake2sp_256
- Crypto.Hash.Blake2sp.D:R:HashInternalContextSizeBlake2sp_256
- Crypto.Hash.Blake2s.D:R:HashBlockSizeBlake2s_160
- Crypto.Hash.Blake2s.D:R:HashDigestSizeBlake2s_160
- Crypto.Hash.Blake2s.D:R:HashInternalContextSizeBlake2s_160
- Crypto.Hash.Blake2s.D:R:HashBlockSizeBlake2s_224
- Crypto.Hash.Blake2s.D:R:HashDigestSizeBlake2s_224
- Crypto.Hash.Blake2s.D:R:HashInternalContextSizeBlake2s_224
- Crypto.Hash.Blake2s.D:R:HashBlockSizeBlake2s_256
- Crypto.Hash.Blake2s.D:R:HashDigestSizeBlake2s_256
- Crypto.Hash.Blake2s.D:R:HashInternalContextSizeBlake2s_256
- Crypto.Hash.Blake2bp.D:R:HashBlockSizeBlake2bp_512
- Crypto.Hash.Blake2bp.D:R:HashDigestSizeBlake2bp_512
- Crypto.Hash.Blake2bp.D:R:HashInternalContextSizeBlake2bp_512
- Crypto.Hash.Blake2b.D:R:HashBlockSizeBlake2b_160
- Crypto.Hash.Blake2b.D:R:HashDigestSizeBlake2b_160
- Crypto.Hash.Blake2b.D:R:HashInternalContextSizeBlake2b_160
- Crypto.Hash.Blake2b.D:R:HashBlockSizeBlake2b_224
- Crypto.Hash.Blake2b.D:R:HashDigestSizeBlake2b_224
- Crypto.Hash.Blake2b.D:R:HashInternalContextSizeBlake2b_224
- Crypto.Hash.Blake2b.D:R:HashBlockSizeBlake2b_256
- Crypto.Hash.Blake2b.D:R:HashDigestSizeBlake2b_256
- Crypto.Hash.Blake2b.D:R:HashInternalContextSizeBlake2b_256
- Crypto.Hash.Blake2b.D:R:HashBlockSizeBlake2b_384
- Crypto.Hash.Blake2b.D:R:HashDigestSizeBlake2b_384
- Crypto.Hash.Blake2b.D:R:HashInternalContextSizeBlake2b_384
- Crypto.Hash.Blake2b.D:R:HashBlockSizeBlake2b_512
- Crypto.Hash.Blake2b.D:R:HashDigestSizeBlake2b_512
- Crypto.Hash.Blake2b.D:R:HashInternalContextSizeBlake2b_512
- Crypto.Hash.SHAKE.D:R:HashBlockSizeSHAKE128
- Crypto.Hash.SHAKE.D:R:HashDigestSizeSHAKE128
- Crypto.Hash.SHAKE.D:R:HashInternalContextSizeSHAKE128
- Crypto.Hash.SHAKE.D:R:HashBlockSizeSHAKE256
- Crypto.Hash.SHAKE.D:R:HashDigestSizeSHAKE256
- Crypto.Hash.SHAKE.D:R:HashInternalContextSizeSHAKE256
- Crypto.Hash.Blake2.D:R:HashBlockSizeBlake2s
- Crypto.Hash.Blake2.D:R:HashDigestSizeBlake2s
- Crypto.Hash.Blake2.D:R:HashInternalContextSizeBlake2s
- Crypto.Hash.Blake2.D:R:HashBlockSizeBlake2b
- Crypto.Hash.Blake2.D:R:HashDigestSizeBlake2b
- Crypto.Hash.Blake2.D:R:HashInternalContextSizeBlake2b
- Crypto.Hash.Blake2.D:R:HashBlockSizeBlake2sp
- Crypto.Hash.Blake2.D:R:HashDigestSizeBlake2sp
- Crypto.Hash.Blake2.D:R:HashInternalContextSizeBlake2sp
- Crypto.Hash.Blake2.D:R:HashBlockSizeBlake2bp
- Crypto.Hash.Blake2.D:R:HashDigestSizeBlake2bp
- Crypto.Hash.Blake2.D:R:HashInternalContextSizeBlake2bp
Warning: Crypto.Hash.Algorithms: could not find link destinations for:
- Crypto.Hash.Types.hashInternalFinalizePrefix
- Crypto.Hash.Whirlpool.D:R:HashBlockSizeWhirlpool
- Crypto.Hash.Whirlpool.D:R:HashDigestSizeWhirlpool
- Crypto.Hash.Whirlpool.D:R:HashInternalContextSizeWhirlpool
- Crypto.Hash.Tiger.D:R:HashBlockSizeTiger
- Crypto.Hash.Tiger.D:R:HashDigestSizeTiger
- Crypto.Hash.Tiger.D:R:HashInternalContextSizeTiger
- Crypto.Hash.Skein512.D:R:HashBlockSizeSkein512_224
- Crypto.Hash.Skein512.D:R:HashDigestSizeSkein512_224
- Crypto.Hash.Skein512.D:R:HashInternalContextSizeSkein512_224
- Crypto.Hash.Skein512.D:R:HashBlockSizeSkein512_256
- Crypto.Hash.Skein512.D:R:HashDigestSizeSkein512_256
- Crypto.Hash.Skein512.D:R:HashInternalContextSizeSkein512_256
- Crypto.Hash.Skein512.D:R:HashBlockSizeSkein512_384
- Crypto.Hash.Skein512.D:R:HashDigestSizeSkein512_384
- Crypto.Hash.Skein512.D:R:HashInternalContextSizeSkein512_384
- Crypto.Hash.Skein512.D:R:HashBlockSizeSkein512_512
- Crypto.Hash.Skein512.D:R:HashDigestSizeSkein512_512
- Crypto.Hash.Skein512.D:R:HashInternalContextSizeSkein512_512
- Crypto.Hash.Skein256.D:R:HashBlockSizeSkein256_224
- Crypto.Hash.Skein256.D:R:HashDigestSizeSkein256_224
- Crypto.Hash.Skein256.D:R:HashInternalContextSizeSkein256_224
- Crypto.Hash.Skein256.D:R:HashBlockSizeSkein256_256
- Crypto.Hash.Skein256.D:R:HashDigestSizeSkein256_256
- Crypto.Hash.Skein256.D:R:HashInternalContextSizeSkein256_256
- Crypto.Hash.SHA512t.D:R:HashBlockSizeSHA512t_224
- Crypto.Hash.SHA512t.D:R:HashDigestSizeSHA512t_224
- Crypto.Hash.SHA512t.D:R:HashInternalContextSizeSHA512t_224
- Crypto.Hash.SHA512t.D:R:HashBlockSizeSHA512t_256
- Crypto.Hash.SHA512t.D:R:HashDigestSizeSHA512t_256
- Crypto.Hash.SHA512t.D:R:HashInternalContextSizeSHA512t_256
- Crypto.Hash.SHA512.D:R:HashBlockSizeSHA512
- Crypto.Hash.SHA512.D:R:HashDigestSizeSHA512
- Crypto.Hash.SHA512.D:R:HashInternalContextSizeSHA512
- Crypto.Hash.SHA384.D:R:HashBlockSizeSHA384
- Crypto.Hash.SHA384.D:R:HashDigestSizeSHA384
- Crypto.Hash.SHA384.D:R:HashInternalContextSizeSHA384
- Crypto.Hash.SHA3.D:R:HashBlockSizeSHA3_224
- Crypto.Hash.SHA3.D:R:HashDigestSizeSHA3_224
- Crypto.Hash.SHA3.D:R:HashInternalContextSizeSHA3_224
- Crypto.Hash.SHA3.D:R:HashBlockSizeSHA3_256
- Crypto.Hash.SHA3.D:R:HashDigestSizeSHA3_256
- Crypto.Hash.SHA3.D:R:HashInternalContextSizeSHA3_256
- Crypto.Hash.SHA3.D:R:HashBlockSizeSHA3_384
- Crypto.Hash.SHA3.D:R:HashDigestSizeSHA3_384
- Crypto.Hash.SHA3.D:R:HashInternalContextSizeSHA3_384
- Crypto.Hash.SHA3.D:R:HashBlockSizeSHA3_512
- Crypto.Hash.SHA3.D:R:HashDigestSizeSHA3_512
- Crypto.Hash.SHA3.D:R:HashInternalContextSizeSHA3_512
- Crypto.Hash.SHA256.D:R:HashBlockSizeSHA256
- Crypto.Hash.SHA256.D:R:HashDigestSizeSHA256
- Crypto.Hash.SHA256.D:R:HashInternalContextSizeSHA256
- Crypto.Hash.SHA224.D:R:HashBlockSizeSHA224
- Crypto.Hash.SHA224.D:R:HashDigestSizeSHA224
- Crypto.Hash.SHA224.D:R:HashInternalContextSizeSHA224
- Crypto.Hash.SHA1.D:R:HashBlockSizeSHA1
- Crypto.Hash.SHA1.D:R:HashDigestSizeSHA1
- Crypto.Hash.SHA1.D:R:HashInternalContextSizeSHA1
- Crypto.Hash.RIPEMD160.D:R:HashBlockSizeRIPEMD160
- Crypto.Hash.RIPEMD160.D:R:HashDigestSizeRIPEMD160
- Crypto.Hash.RIPEMD160.D:R:HashInternalContextSizeRIPEMD160
- Crypto.Hash.MD5.D:R:HashBlockSizeMD5
- Crypto.Hash.MD5.D:R:HashDigestSizeMD5
- Crypto.Hash.MD5.D:R:HashInternalContextSizeMD5
- Crypto.Hash.MD4.D:R:HashBlockSizeMD4
- Crypto.Hash.MD4.D:R:HashDigestSizeMD4
- Crypto.Hash.MD4.D:R:HashInternalContextSizeMD4
- Crypto.Hash.MD2.D:R:HashBlockSizeMD2
- Crypto.Hash.MD2.D:R:HashDigestSizeMD2
- Crypto.Hash.MD2.D:R:HashInternalContextSizeMD2
- Crypto.Hash.Keccak.D:R:HashBlockSizeKeccak_224
- Crypto.Hash.Keccak.D:R:HashDigestSizeKeccak_224
- Crypto.Hash.Keccak.D:R:HashInternalContextSizeKeccak_224
- Crypto.Hash.Keccak.D:R:HashBlockSizeKeccak_256
- Crypto.Hash.Keccak.D:R:HashDigestSizeKeccak_256
- Crypto.Hash.Keccak.D:R:HashInternalContextSizeKeccak_256
- Crypto.Hash.Keccak.D:R:HashBlockSizeKeccak_384
- Crypto.Hash.Keccak.D:R:HashDigestSizeKeccak_384
- Crypto.Hash.Keccak.D:R:HashInternalContextSizeKeccak_384
- Crypto.Hash.Keccak.D:R:HashBlockSizeKeccak_512
- Crypto.Hash.Keccak.D:R:HashDigestSizeKeccak_512
- Crypto.Hash.Keccak.D:R:HashInternalContextSizeKeccak_512
- Crypto.Hash.Blake2sp.D:R:HashBlockSizeBlake2sp_224
- Crypto.Hash.Blake2sp.D:R:HashDigestSizeBlake2sp_224
- Crypto.Hash.Blake2sp.D:R:HashInternalContextSizeBlake2sp_224
- Crypto.Hash.Blake2sp.D:R:HashBlockSizeBlake2sp_256
- Crypto.Hash.Blake2sp.D:R:HashDigestSizeBlake2sp_256
- Crypto.Hash.Blake2sp.D:R:HashInternalContextSizeBlake2sp_256
- Crypto.Hash.Blake2s.D:R:HashBlockSizeBlake2s_160
- Crypto.Hash.Blake2s.D:R:HashDigestSizeBlake2s_160
- Crypto.Hash.Blake2s.D:R:HashInternalContextSizeBlake2s_160
- Crypto.Hash.Blake2s.D:R:HashBlockSizeBlake2s_224
- Crypto.Hash.Blake2s.D:R:HashDigestSizeBlake2s_224
- Crypto.Hash.Blake2s.D:R:HashInternalContextSizeBlake2s_224
- Crypto.Hash.Blake2s.D:R:HashBlockSizeBlake2s_256
- Crypto.Hash.Blake2s.D:R:HashDigestSizeBlake2s_256
- Crypto.Hash.Blake2s.D:R:HashInternalContextSizeBlake2s_256
- Crypto.Hash.Blake2bp.D:R:HashBlockSizeBlake2bp_512
- Crypto.Hash.Blake2bp.D:R:HashDigestSizeBlake2bp_512
- Crypto.Hash.Blake2bp.D:R:HashInternalContextSizeBlake2bp_512
- Crypto.Hash.Blake2b.D:R:HashBlockSizeBlake2b_160
- Crypto.Hash.Blake2b.D:R:HashDigestSizeBlake2b_160
- Crypto.Hash.Blake2b.D:R:HashInternalContextSizeBlake2b_160
- Crypto.Hash.Blake2b.D:R:HashBlockSizeBlake2b_224
- Crypto.Hash.Blake2b.D:R:HashDigestSizeBlake2b_224
- Crypto.Hash.Blake2b.D:R:HashInternalContextSizeBlake2b_224
- Crypto.Hash.Blake2b.D:R:HashBlockSizeBlake2b_256
- Crypto.Hash.Blake2b.D:R:HashDigestSizeBlake2b_256
- Crypto.Hash.Blake2b.D:R:HashInternalContextSizeBlake2b_256
- Crypto.Hash.Blake2b.D:R:HashBlockSizeBlake2b_384
- Crypto.Hash.Blake2b.D:R:HashDigestSizeBlake2b_384
- Crypto.Hash.Blake2b.D:R:HashInternalContextSizeBlake2b_384
- Crypto.Hash.Blake2b.D:R:HashBlockSizeBlake2b_512
- Crypto.Hash.Blake2b.D:R:HashDigestSizeBlake2b_512
- Crypto.Hash.Blake2b.D:R:HashInternalContextSizeBlake2b_512
- Crypto.Hash.SHAKE.cshakeInternalFinalize
- Crypto.Hash.SHAKE.cshakeOutputLength
- Crypto.Hash.SHAKE.D:R:HashBlockSizeSHAKE128
- Crypto.Hash.SHAKE.D:R:HashDigestSizeSHAKE128
- Crypto.Hash.SHAKE.D:R:HashInternalContextSizeSHAKE128
- Crypto.Hash.SHAKE.D:R:HashBlockSizeSHAKE256
- Crypto.Hash.SHAKE.D:R:HashDigestSizeSHAKE256
- Crypto.Hash.SHAKE.D:R:HashInternalContextSizeSHAKE256
- Crypto.Hash.Blake2.D:R:HashBlockSizeBlake2s
- Crypto.Hash.Blake2.D:R:HashDigestSizeBlake2s
- Crypto.Hash.Blake2.D:R:HashInternalContextSizeBlake2s
- Crypto.Hash.Blake2.D:R:HashBlockSizeBlake2b
- Crypto.Hash.Blake2.D:R:HashDigestSizeBlake2b
- Crypto.Hash.Blake2.D:R:HashInternalContextSizeBlake2b
- Crypto.Hash.Blake2.D:R:HashBlockSizeBlake2sp
- Crypto.Hash.Blake2.D:R:HashDigestSizeBlake2sp
- Crypto.Hash.Blake2.D:R:HashInternalContextSizeBlake2sp
- Crypto.Hash.Blake2.D:R:HashBlockSizeBlake2bp
- Crypto.Hash.Blake2.D:R:HashDigestSizeBlake2bp
- Crypto.Hash.Blake2.D:R:HashInternalContextSizeBlake2bp
- Crypto.PubKey.RSA.PKCS15.hashDigestASN1
Warning: Crypto.MAC.KMAC: could not find link destinations for:
- Crypto.Hash.SHAKE.cshakeInternalFinalize
- Crypto.Hash.SHAKE.cshakeOutputLength
Warning: Crypto.Number.ModArithmetic: could not find link destinations for:
- Crypto.Number.ModArithmetic.ModulusAssertionError
- Crypto.Number.ModArithmetic.CoprimesAssertionError
Warning: Crypto.Number.Nat: could not find link destinations for:
- Crypto.Internal.Nat.IsDiv8
- Crypto.Internal.Nat.IsGE
- Crypto.Internal.Nat.IsLE
Warning: Crypto.PubKey.Rabin.Types: could not find link destinations for:
- Crypto.PubKey.Rabin.Types.PrimeCondition
Warning: Crypto.PubKey.RSA.PKCS15: could not find link destinations for:
- Crypto.PubKey.RSA.PKCS15.hashDigestASN1
Warning: Crypto.ECC: could not find link destinations for:
- Crypto.Internal.Builder.Builder
- Crypto.ECC.D:R:PointCurve_P256R1
- Crypto.ECC.D:R:ScalarCurve_P256R1
- Crypto.ECC.D:R:PointCurve_P384R1
- Crypto.ECC.D:R:ScalarCurve_P384R1
- Crypto.ECC.D:R:PointCurve_P521R1
- Crypto.ECC.D:R:ScalarCurve_P521R1
- Crypto.ECC.D:R:PointCurve_X25519
- Crypto.ECC.D:R:ScalarCurve_X25519
- Crypto.ECC.D:R:PointCurve_X448
- Crypto.ECC.D:R:ScalarCurve_X448
- Crypto.ECC.D:R:PointCurve_Edwards25519
- Crypto.ECC.D:R:ScalarCurve_Edwards25519
- Crypto.PubKey.EdDSA.hashWithDom
- Crypto.PubKey.EdDSA.pointPublic
- Crypto.PubKey.EdDSA.publicPoint
- Crypto.PubKey.EdDSA.encodeScalarLE
- Crypto.PubKey.EdDSA.decodeScalarLE
- Crypto.PubKey.EdDSA.scheduleSecret
- Crypto.PubKey.EdDSA.D:R:CurveDigestSizeCurve_Edwards25519
Warning: Crypto.PubKey.EdDSA: could not find link destinations for:
- Crypto.Internal.Builder.Builder
- Crypto.PubKey.EdDSA.hashWithDom
- Crypto.PubKey.EdDSA.pointPublic
- Crypto.PubKey.EdDSA.publicPoint
- Crypto.PubKey.EdDSA.encodeScalarLE
- Crypto.PubKey.EdDSA.decodeScalarLE
- Crypto.PubKey.EdDSA.scheduleSecret
- Crypto.PubKey.EdDSA.D:R:CurveDigestSizeCurve_Edwards25519
Documentation created: dist/doc/html/cryptonite/,
dist/doc/html/cryptonite/cryptonite.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/cryptonite-0.30-FCBKUVV2O3fsZHKx0q9wU
Completed cryptonite-0.30
Configuring crypton-1.0.4...
Preprocessing library for crypton-1.0.4..
Building library for crypton-1.0.4..
[ 1 of 139] Compiling Crypto.Cipher.DES.Primitive ( Crypto/Cipher/DES/Primitive.hs, dist/build/Crypto/Cipher/DES/Primitive.o, dist/build/Crypto/Cipher/DES/Primitive.dyn_o )
[ 2 of 139] Compiling Crypto.Data.Padding ( Crypto/Data/Padding.hs, dist/build/Crypto/Data/Padding.o, dist/build/Crypto/Data/Padding.dyn_o )
[ 3 of 139] Compiling Crypto.Error.Types ( Crypto/Error/Types.hs, dist/build/Crypto/Error/Types.o, dist/build/Crypto/Error/Types.dyn_o )
[ 4 of 139] Compiling Crypto.Error ( Crypto/Error.hs, dist/build/Crypto/Error.o, dist/build/Crypto/Error.dyn_o )
[ 5 of 139] Compiling Crypto.Internal.Compat ( Crypto/Internal/Compat.hs, dist/build/Crypto/Internal/Compat.o, dist/build/Crypto/Internal/Compat.dyn_o )
[ 6 of 139] Compiling Crypto.Internal.ByteArray ( Crypto/Internal/ByteArray.hs, dist/build/Crypto/Internal/ByteArray.o, dist/build/Crypto/Internal/ByteArray.dyn_o )
[ 7 of 139] Compiling Crypto.Cipher.Types.Utils ( Crypto/Cipher/Types/Utils.hs, dist/build/Crypto/Cipher/Types/Utils.o, dist/build/Crypto/Cipher/Types/Utils.dyn_o )
[ 8 of 139] Compiling Crypto.Internal.CompatPrim ( Crypto/Internal/CompatPrim.hs, dist/build/Crypto/Internal/CompatPrim.o, dist/build/Crypto/Internal/CompatPrim.dyn_o )
[ 9 of 139] Compiling Crypto.Internal.DeepSeq ( Crypto/Internal/DeepSeq.hs, dist/build/Crypto/Internal/DeepSeq.o, dist/build/Crypto/Internal/DeepSeq.dyn_o )
[ 10 of 139] Compiling Crypto.Cipher.Types.Base ( Crypto/Cipher/Types/Base.hs, dist/build/Crypto/Cipher/Types/Base.o, dist/build/Crypto/Cipher/Types/Base.dyn_o )
[ 11 of 139] Compiling Crypto.Cipher.Types.Stream ( Crypto/Cipher/Types/Stream.hs, dist/build/Crypto/Cipher/Types/Stream.o, dist/build/Crypto/Cipher/Types/Stream.dyn_o )
[ 12 of 139] Compiling Crypto.Internal.Imports ( Crypto/Internal/Imports.hs, dist/build/Crypto/Internal/Imports.o, dist/build/Crypto/Internal/Imports.dyn_o )
[ 13 of 139] Compiling Crypto.Internal.Builder ( Crypto/Internal/Builder.hs, dist/build/Crypto/Internal/Builder.o, dist/build/Crypto/Internal/Builder.dyn_o )
[ 14 of 139] Compiling Crypto.Hash.Types ( Crypto/Hash/Types.hs, dist/build/Crypto/Hash/Types.o, dist/build/Crypto/Hash/Types.dyn_o )
[ 15 of 139] Compiling Crypto.Hash.Whirlpool ( Crypto/Hash/Whirlpool.hs, dist/build/Crypto/Hash/Whirlpool.o, dist/build/Crypto/Hash/Whirlpool.dyn_o )
[ 16 of 139] Compiling Crypto.Hash.Tiger ( Crypto/Hash/Tiger.hs, dist/build/Crypto/Hash/Tiger.o, dist/build/Crypto/Hash/Tiger.dyn_o )
[ 17 of 139] Compiling Crypto.Hash.Skein512 ( Crypto/Hash/Skein512.hs, dist/build/Crypto/Hash/Skein512.o, dist/build/Crypto/Hash/Skein512.dyn_o )
[ 18 of 139] Compiling Crypto.Hash.Skein256 ( Crypto/Hash/Skein256.hs, dist/build/Crypto/Hash/Skein256.o, dist/build/Crypto/Hash/Skein256.dyn_o )
[ 19 of 139] Compiling Crypto.Hash.SHA512t ( Crypto/Hash/SHA512t.hs, dist/build/Crypto/Hash/SHA512t.o, dist/build/Crypto/Hash/SHA512t.dyn_o )
[ 20 of 139] Compiling Crypto.Hash.SHA512 ( Crypto/Hash/SHA512.hs, dist/build/Crypto/Hash/SHA512.o, dist/build/Crypto/Hash/SHA512.dyn_o )
[ 21 of 139] Compiling Crypto.Hash.SHA384 ( Crypto/Hash/SHA384.hs, dist/build/Crypto/Hash/SHA384.o, dist/build/Crypto/Hash/SHA384.dyn_o )
[ 22 of 139] Compiling Crypto.Hash.SHA3 ( Crypto/Hash/SHA3.hs, dist/build/Crypto/Hash/SHA3.o, dist/build/Crypto/Hash/SHA3.dyn_o )
[ 23 of 139] Compiling Crypto.Hash.SHA256 ( Crypto/Hash/SHA256.hs, dist/build/Crypto/Hash/SHA256.o, dist/build/Crypto/Hash/SHA256.dyn_o )
[ 24 of 139] Compiling Crypto.Hash.SHA224 ( Crypto/Hash/SHA224.hs, dist/build/Crypto/Hash/SHA224.o, dist/build/Crypto/Hash/SHA224.dyn_o )
[ 25 of 139] Compiling Crypto.Hash.SHA1 ( Crypto/Hash/SHA1.hs, dist/build/Crypto/Hash/SHA1.o, dist/build/Crypto/Hash/SHA1.dyn_o )
[ 26 of 139] Compiling Crypto.Hash.RIPEMD160 ( Crypto/Hash/RIPEMD160.hs, dist/build/Crypto/Hash/RIPEMD160.o, dist/build/Crypto/Hash/RIPEMD160.dyn_o )
[ 27 of 139] Compiling Crypto.Hash.MD5 ( Crypto/Hash/MD5.hs, dist/build/Crypto/Hash/MD5.o, dist/build/Crypto/Hash/MD5.dyn_o )
[ 28 of 139] Compiling Crypto.Hash.MD4 ( Crypto/Hash/MD4.hs, dist/build/Crypto/Hash/MD4.o, dist/build/Crypto/Hash/MD4.dyn_o )
[ 29 of 139] Compiling Crypto.Hash.MD2 ( Crypto/Hash/MD2.hs, dist/build/Crypto/Hash/MD2.o, dist/build/Crypto/Hash/MD2.dyn_o )
[ 30 of 139] Compiling Crypto.Hash.Keccak ( Crypto/Hash/Keccak.hs, dist/build/Crypto/Hash/Keccak.o, dist/build/Crypto/Hash/Keccak.dyn_o )
[ 31 of 139] Compiling Crypto.Hash.IO ( Crypto/Hash/IO.hs, dist/build/Crypto/Hash/IO.o, dist/build/Crypto/Hash/IO.dyn_o )
[ 32 of 139] Compiling Crypto.Hash.Blake2sp ( Crypto/Hash/Blake2sp.hs, dist/build/Crypto/Hash/Blake2sp.o, dist/build/Crypto/Hash/Blake2sp.dyn_o )
[ 33 of 139] Compiling Crypto.Hash.Blake2s ( Crypto/Hash/Blake2s.hs, dist/build/Crypto/Hash/Blake2s.o, dist/build/Crypto/Hash/Blake2s.dyn_o )
[ 34 of 139] Compiling Crypto.Hash.Blake2bp ( Crypto/Hash/Blake2bp.hs, dist/build/Crypto/Hash/Blake2bp.o, dist/build/Crypto/Hash/Blake2bp.dyn_o )
[ 35 of 139] Compiling Crypto.Hash.Blake2b ( Crypto/Hash/Blake2b.hs, dist/build/Crypto/Hash/Blake2b.o, dist/build/Crypto/Hash/Blake2b.dyn_o )
[ 36 of 139] Compiling Crypto.Cipher.Types.GF ( Crypto/Cipher/Types/GF.hs, dist/build/Crypto/Cipher/Types/GF.o, dist/build/Crypto/Cipher/Types/GF.dyn_o )
[ 37 of 139] Compiling Crypto.Cipher.Types.AEAD ( Crypto/Cipher/Types/AEAD.hs, dist/build/Crypto/Cipher/Types/AEAD.o, dist/build/Crypto/Cipher/Types/AEAD.dyn_o )
[ 38 of 139] Compiling Crypto.Cipher.Types.Block ( Crypto/Cipher/Types/Block.hs, dist/build/Crypto/Cipher/Types/Block.o, dist/build/Crypto/Cipher/Types/Block.dyn_o )
[ 39 of 139] Compiling Crypto.Cipher.Types ( Crypto/Cipher/Types.hs, dist/build/Crypto/Cipher/Types.o, dist/build/Crypto/Cipher/Types.dyn_o )
[ 40 of 139] Compiling Crypto.ConstructHash.MiyaguchiPreneel ( Crypto/ConstructHash/MiyaguchiPreneel.hs, dist/build/Crypto/ConstructHash/MiyaguchiPreneel.o, dist/build/Crypto/ConstructHash/MiyaguchiPreneel.dyn_o )
[ 41 of 139] Compiling Crypto.Cipher.Utils ( Crypto/Cipher/Utils.hs, dist/build/Crypto/Cipher/Utils.o, dist/build/Crypto/Cipher/Utils.dyn_o )
[ 42 of 139] Compiling Crypto.Cipher.TripleDES ( Crypto/Cipher/TripleDES.hs, dist/build/Crypto/Cipher/TripleDES.o, dist/build/Crypto/Cipher/TripleDES.dyn_o )
[ 43 of 139] Compiling Crypto.Cipher.DES ( Crypto/Cipher/DES.hs, dist/build/Crypto/Cipher/DES.o, dist/build/Crypto/Cipher/DES.dyn_o )
[ 44 of 139] Compiling Crypto.Cipher.Salsa ( Crypto/Cipher/Salsa.hs, dist/build/Crypto/Cipher/Salsa.o, dist/build/Crypto/Cipher/Salsa.dyn_o )
[ 45 of 139] Compiling Crypto.Cipher.XSalsa ( Crypto/Cipher/XSalsa.hs, dist/build/Crypto/Cipher/XSalsa.o, dist/build/Crypto/Cipher/XSalsa.dyn_o )
[ 46 of 139] Compiling Crypto.Cipher.RC4 ( Crypto/Cipher/RC4.hs, dist/build/Crypto/Cipher/RC4.o, dist/build/Crypto/Cipher/RC4.dyn_o )
[ 47 of 139] Compiling Crypto.Cipher.ChaCha ( Crypto/Cipher/ChaCha.hs, dist/build/Crypto/Cipher/ChaCha.o, dist/build/Crypto/Cipher/ChaCha.dyn_o )
[ 48 of 139] Compiling Crypto.Cipher.AES.Primitive ( Crypto/Cipher/AES/Primitive.hs, dist/build/Crypto/Cipher/AES/Primitive.o, dist/build/Crypto/Cipher/AES/Primitive.dyn_o )
[ 49 of 139] Compiling Crypto.Cipher.AES ( Crypto/Cipher/AES.hs, dist/build/Crypto/Cipher/AES.o, dist/build/Crypto/Cipher/AES.dyn_o )
[ 50 of 139] Compiling Crypto.Internal.Nat ( Crypto/Internal/Nat.hs, dist/build/Crypto/Internal/Nat.o, dist/build/Crypto/Internal/Nat.dyn_o )
[ 51 of 139] Compiling Crypto.Hash.SHAKE ( Crypto/Hash/SHAKE.hs, dist/build/Crypto/Hash/SHAKE.o, dist/build/Crypto/Hash/SHAKE.dyn_o )
[ 52 of 139] Compiling Crypto.Hash.Blake2 ( Crypto/Hash/Blake2.hs, dist/build/Crypto/Hash/Blake2.o, dist/build/Crypto/Hash/Blake2.dyn_o )
[ 53 of 139] Compiling Crypto.Hash.Algorithms ( Crypto/Hash/Algorithms.hs, dist/build/Crypto/Hash/Algorithms.o, dist/build/Crypto/Hash/Algorithms.dyn_o )
[ 54 of 139] Compiling Crypto.Hash ( Crypto/Hash.hs, dist/build/Crypto/Hash.o, dist/build/Crypto/Hash.dyn_o )
[ 55 of 139] Compiling Crypto.Internal.WordArray ( Crypto/Internal/WordArray.hs, dist/build/Crypto/Internal/WordArray.o, dist/build/Crypto/Internal/WordArray.dyn_o )
[ 56 of 139] Compiling Crypto.Cipher.Twofish.Primitive ( Crypto/Cipher/Twofish/Primitive.hs, dist/build/Crypto/Cipher/Twofish/Primitive.o, dist/build/Crypto/Cipher/Twofish/Primitive.dyn_o )
[ 57 of 139] Compiling Crypto.Cipher.Twofish ( Crypto/Cipher/Twofish.hs, dist/build/Crypto/Cipher/Twofish.o, dist/build/Crypto/Cipher/Twofish.dyn_o )
[ 58 of 139] Compiling Crypto.Cipher.CAST5.Primitive ( Crypto/Cipher/CAST5/Primitive.hs, dist/build/Crypto/Cipher/CAST5/Primitive.o, dist/build/Crypto/Cipher/CAST5/Primitive.dyn_o )
[ 59 of 139] Compiling Crypto.Cipher.CAST5 ( Crypto/Cipher/CAST5.hs, dist/build/Crypto/Cipher/CAST5.o, dist/build/Crypto/Cipher/CAST5.dyn_o )
[ 60 of 139] Compiling Crypto.Cipher.Blowfish.Box ( Crypto/Cipher/Blowfish/Box.hs, dist/build/Crypto/Cipher/Blowfish/Box.o, dist/build/Crypto/Cipher/Blowfish/Box.dyn_o )
[ 61 of 139] Compiling Crypto.Cipher.Blowfish.Primitive ( Crypto/Cipher/Blowfish/Primitive.hs, dist/build/Crypto/Cipher/Blowfish/Primitive.o, dist/build/Crypto/Cipher/Blowfish/Primitive.dyn_o )
[ 62 of 139] Compiling Crypto.Cipher.Blowfish ( Crypto/Cipher/Blowfish.hs, dist/build/Crypto/Cipher/Blowfish.o, dist/build/Crypto/Cipher/Blowfish.dyn_o )
[ 63 of 139] Compiling Crypto.Internal.Words ( Crypto/Internal/Words.hs, dist/build/Crypto/Internal/Words.o, dist/build/Crypto/Internal/Words.dyn_o )
[ 64 of 139] Compiling Crypto.Cipher.Camellia.Primitive ( Crypto/Cipher/Camellia/Primitive.hs, dist/build/Crypto/Cipher/Camellia/Primitive.o, dist/build/Crypto/Cipher/Camellia/Primitive.dyn_o )
[ 65 of 139] Compiling Crypto.Cipher.Camellia ( Crypto/Cipher/Camellia.hs, dist/build/Crypto/Cipher/Camellia.o, dist/build/Crypto/Cipher/Camellia.dyn_o )
[ 66 of 139] Compiling Crypto.KDF.Argon2 ( Crypto/KDF/Argon2.hs, dist/build/Crypto/KDF/Argon2.o, dist/build/Crypto/KDF/Argon2.dyn_o )
[ 67 of 139] Compiling Crypto.KDF.BCryptPBKDF ( Crypto/KDF/BCryptPBKDF.hs, dist/build/Crypto/KDF/BCryptPBKDF.o, dist/build/Crypto/KDF/BCryptPBKDF.dyn_o )
[ 68 of 139] Compiling Crypto.MAC.CMAC ( Crypto/MAC/CMAC.hs, dist/build/Crypto/MAC/CMAC.o, dist/build/Crypto/MAC/CMAC.dyn_o )
[ 69 of 139] Compiling Crypto.MAC.HMAC ( Crypto/MAC/HMAC.hs, dist/build/Crypto/MAC/HMAC.o, dist/build/Crypto/MAC/HMAC.dyn_o )
[ 70 of 139] Compiling Crypto.KDF.PBKDF2 ( Crypto/KDF/PBKDF2.hs, dist/build/Crypto/KDF/PBKDF2.o, dist/build/Crypto/KDF/PBKDF2.dyn_o )
[ 71 of 139] Compiling Crypto.KDF.Scrypt ( Crypto/KDF/Scrypt.hs, dist/build/Crypto/KDF/Scrypt.o, dist/build/Crypto/KDF/Scrypt.dyn_o )
[ 72 of 139] Compiling Crypto.KDF.HKDF ( Crypto/KDF/HKDF.hs, dist/build/Crypto/KDF/HKDF.o, dist/build/Crypto/KDF/HKDF.dyn_o )
[ 73 of 139] Compiling Crypto.MAC.KMAC ( Crypto/MAC/KMAC.hs, dist/build/Crypto/MAC/KMAC.o, dist/build/Crypto/MAC/KMAC.dyn_o )
[ 74 of 139] Compiling Crypto.MAC.KeyedBlake2 ( Crypto/MAC/KeyedBlake2.hs, dist/build/Crypto/MAC/KeyedBlake2.o, dist/build/Crypto/MAC/KeyedBlake2.dyn_o )
[ 75 of 139] Compiling Crypto.MAC.Poly1305 ( Crypto/MAC/Poly1305.hs, dist/build/Crypto/MAC/Poly1305.o, dist/build/Crypto/MAC/Poly1305.dyn_o )
[ 76 of 139] Compiling Crypto.Cipher.ChaChaPoly1305 ( Crypto/Cipher/ChaChaPoly1305.hs, dist/build/Crypto/Cipher/ChaChaPoly1305.o, dist/build/Crypto/Cipher/ChaChaPoly1305.dyn_o )
[ 77 of 139] Compiling Crypto.Number.Compat ( Crypto/Number/Compat.hs, dist/build/Crypto/Number/Compat.o, dist/build/Crypto/Number/Compat.dyn_o )
[ 78 of 139] Compiling Crypto.Number.Basic ( Crypto/Number/Basic.hs, dist/build/Crypto/Number/Basic.o, dist/build/Crypto/Number/Basic.dyn_o )
[ 79 of 139] Compiling Crypto.ECC.Simple.Types ( Crypto/ECC/Simple/Types.hs, dist/build/Crypto/ECC/Simple/Types.o, dist/build/Crypto/ECC/Simple/Types.dyn_o )
[ 80 of 139] Compiling Crypto.Number.F2m ( Crypto/Number/F2m.hs, dist/build/Crypto/Number/F2m.o, dist/build/Crypto/Number/F2m.dyn_o )
[ 81 of 139] Compiling Crypto.Number.ModArithmetic ( Crypto/Number/ModArithmetic.hs, dist/build/Crypto/Number/ModArithmetic.o, dist/build/Crypto/Number/ModArithmetic.dyn_o )
[ 82 of 139] Compiling Crypto.Number.Nat ( Crypto/Number/Nat.hs, dist/build/Crypto/Number/Nat.o, dist/build/Crypto/Number/Nat.dyn_o )
[ 83 of 139] Compiling Crypto.Number.Serialize.Internal ( Crypto/Number/Serialize/Internal.hs, dist/build/Crypto/Number/Serialize/Internal.o, dist/build/Crypto/Number/Serialize/Internal.dyn_o )
[ 84 of 139] Compiling Crypto.Number.Serialize ( Crypto/Number/Serialize.hs, dist/build/Crypto/Number/Serialize.o, dist/build/Crypto/Number/Serialize.dyn_o )
[ 85 of 139] Compiling Crypto.Number.Serialize.Internal.LE ( Crypto/Number/Serialize/Internal/LE.hs, dist/build/Crypto/Number/Serialize/Internal/LE.o, dist/build/Crypto/Number/Serialize/Internal/LE.dyn_o )
[ 86 of 139] Compiling Crypto.Number.Serialize.LE ( Crypto/Number/Serialize/LE.hs, dist/build/Crypto/Number/Serialize/LE.o, dist/build/Crypto/Number/Serialize/LE.dyn_o )
[ 87 of 139] Compiling Crypto.OTP ( Crypto/OTP.hs, dist/build/Crypto/OTP.o, dist/build/Crypto/OTP.dyn_o )
[ 88 of 139] Compiling Crypto.PubKey.ECC.Types ( Crypto/PubKey/ECC/Types.hs, dist/build/Crypto/PubKey/ECC/Types.o, dist/build/Crypto/PubKey/ECC/Types.dyn_o )
[ 89 of 139] Compiling Crypto.PubKey.Internal ( Crypto/PubKey/Internal.hs, dist/build/Crypto/PubKey/Internal.o, dist/build/Crypto/PubKey/Internal.dyn_o )
[ 90 of 139] Compiling Crypto.PubKey.MaskGenFunction ( Crypto/PubKey/MaskGenFunction.hs, dist/build/Crypto/PubKey/MaskGenFunction.o, dist/build/Crypto/PubKey/MaskGenFunction.dyn_o )
[ 91 of 139] Compiling Crypto.PubKey.RSA.Types ( Crypto/PubKey/RSA/Types.hs, dist/build/Crypto/PubKey/RSA/Types.o, dist/build/Crypto/PubKey/RSA/Types.dyn_o )
[ 92 of 139] Compiling Crypto.PubKey.RSA.Prim ( Crypto/PubKey/RSA/Prim.hs, dist/build/Crypto/PubKey/RSA/Prim.o, dist/build/Crypto/PubKey/RSA/Prim.dyn_o )
[ 93 of 139] Compiling Crypto.Random.Entropy.Source ( Crypto/Random/Entropy/Source.hs, dist/build/Crypto/Random/Entropy/Source.o, dist/build/Crypto/Random/Entropy/Source.dyn_o )
[ 94 of 139] Compiling Crypto.Random.Entropy.RDRand ( Crypto/Random/Entropy/RDRand.hs, dist/build/Crypto/Random/Entropy/RDRand.o, dist/build/Crypto/Random/Entropy/RDRand.dyn_o )
[ 95 of 139] Compiling Crypto.Random.Entropy.Unix ( Crypto/Random/Entropy/Unix.hs, dist/build/Crypto/Random/Entropy/Unix.o, dist/build/Crypto/Random/Entropy/Unix.dyn_o )
[ 96 of 139] Compiling Crypto.Random.Entropy.Backend ( Crypto/Random/Entropy/Backend.hs, dist/build/Crypto/Random/Entropy/Backend.o, dist/build/Crypto/Random/Entropy/Backend.dyn_o )
[ 97 of 139] Compiling Crypto.Random.Entropy.Unsafe ( Crypto/Random/Entropy/Unsafe.hs, dist/build/Crypto/Random/Entropy/Unsafe.o, dist/build/Crypto/Random/Entropy/Unsafe.dyn_o )
[ 98 of 139] Compiling Crypto.Random.Entropy ( Crypto/Random/Entropy.hs, dist/build/Crypto/Random/Entropy.o, dist/build/Crypto/Random/Entropy.dyn_o )
[ 99 of 139] Compiling Crypto.Random.EntropyPool ( Crypto/Random/EntropyPool.hs, dist/build/Crypto/Random/EntropyPool.o, dist/build/Crypto/Random/EntropyPool.dyn_o )
[100 of 139] Compiling Crypto.Random.Types ( Crypto/Random/Types.hs, dist/build/Crypto/Random/Types.o, dist/build/Crypto/Random/Types.dyn_o )
[101 of 139] Compiling Crypto.Random.SystemDRG ( Crypto/Random/SystemDRG.hs, dist/build/Crypto/Random/SystemDRG.o, dist/build/Crypto/Random/SystemDRG.dyn_o )
[102 of 139] Compiling Crypto.Random.HmacDRG ( Crypto/Random/HmacDRG.hs, dist/build/Crypto/Random/HmacDRG.o, dist/build/Crypto/Random/HmacDRG.dyn_o )
[103 of 139] Compiling Crypto.Random.ChaChaDRG ( Crypto/Random/ChaChaDRG.hs, dist/build/Crypto/Random/ChaChaDRG.o, dist/build/Crypto/Random/ChaChaDRG.dyn_o )
[104 of 139] Compiling Crypto.Random ( Crypto/Random.hs, dist/build/Crypto/Random.o, dist/build/Crypto/Random.dyn_o )
[105 of 139] Compiling Crypto.Random.Probabilistic ( Crypto/Random/Probabilistic.hs, dist/build/Crypto/Random/Probabilistic.o, dist/build/Crypto/Random/Probabilistic.dyn_o )
[106 of 139] Compiling Crypto.PubKey.Ed448 ( Crypto/PubKey/Ed448.hs, dist/build/Crypto/PubKey/Ed448.o, dist/build/Crypto/PubKey/Ed448.dyn_o )
[107 of 139] Compiling Crypto.PubKey.Ed25519 ( Crypto/PubKey/Ed25519.hs, dist/build/Crypto/PubKey/Ed25519.o, dist/build/Crypto/PubKey/Ed25519.dyn_o )
[108 of 139] Compiling Crypto.PubKey.ECC.P256 ( Crypto/PubKey/ECC/P256.hs, dist/build/Crypto/PubKey/ECC/P256.o, dist/build/Crypto/PubKey/ECC/P256.dyn_o )
[109 of 139] Compiling Crypto.PubKey.Curve448 ( Crypto/PubKey/Curve448.hs, dist/build/Crypto/PubKey/Curve448.o, dist/build/Crypto/PubKey/Curve448.dyn_o )
[110 of 139] Compiling Crypto.PubKey.Curve25519 ( Crypto/PubKey/Curve25519.hs, dist/build/Crypto/PubKey/Curve25519.o, dist/build/Crypto/PubKey/Curve25519.dyn_o )
[111 of 139] Compiling Crypto.KDF.BCrypt ( Crypto/KDF/BCrypt.hs, dist/build/Crypto/KDF/BCrypt.o, dist/build/Crypto/KDF/BCrypt.dyn_o )
[112 of 139] Compiling Crypto.ECC.Edwards25519 ( Crypto/ECC/Edwards25519.hs, dist/build/Crypto/ECC/Edwards25519.o, dist/build/Crypto/ECC/Edwards25519.dyn_o )
[113 of 139] Compiling Crypto.Cipher.AESGCMSIV ( Crypto/Cipher/AESGCMSIV.hs, dist/build/Crypto/Cipher/AESGCMSIV.o, dist/build/Crypto/Cipher/AESGCMSIV.dyn_o )
[114 of 139] Compiling Crypto.Number.Generate ( Crypto/Number/Generate.hs, dist/build/Crypto/Number/Generate.o, dist/build/Crypto/Number/Generate.dyn_o )
[115 of 139] Compiling Crypto.PubKey.ECC.Prim ( Crypto/PubKey/ECC/Prim.hs, dist/build/Crypto/PubKey/ECC/Prim.o, dist/build/Crypto/PubKey/ECC/Prim.dyn_o )
[116 of 139] Compiling Crypto.PubKey.ECC.ECDSA ( Crypto/PubKey/ECC/ECDSA.hs, dist/build/Crypto/PubKey/ECC/ECDSA.o, dist/build/Crypto/PubKey/ECC/ECDSA.dyn_o )
[117 of 139] Compiling Crypto.PubKey.ECC.Generate ( Crypto/PubKey/ECC/Generate.hs, dist/build/Crypto/PubKey/ECC/Generate.o, dist/build/Crypto/PubKey/ECC/Generate.dyn_o )
[118 of 139] Compiling Crypto.PubKey.DSA ( Crypto/PubKey/DSA.hs, dist/build/Crypto/PubKey/DSA.o, dist/build/Crypto/PubKey/DSA.dyn_o )
[119 of 139] Compiling Crypto.Number.Prime ( Crypto/Number/Prime.hs, dist/build/Crypto/Number/Prime.o, dist/build/Crypto/Number/Prime.dyn_o )
[120 of 139] Compiling Crypto.PubKey.Rabin.Types ( Crypto/PubKey/Rabin/Types.hs, dist/build/Crypto/PubKey/Rabin/Types.o, dist/build/Crypto/PubKey/Rabin/Types.dyn_o )
[121 of 139] Compiling Crypto.PubKey.Rabin.OAEP ( Crypto/PubKey/Rabin/OAEP.hs, dist/build/Crypto/PubKey/Rabin/OAEP.o, dist/build/Crypto/PubKey/Rabin/OAEP.dyn_o )
[122 of 139] Compiling Crypto.PubKey.Rabin.RW ( Crypto/PubKey/Rabin/RW.hs, dist/build/Crypto/PubKey/Rabin/RW.o, dist/build/Crypto/PubKey/Rabin/RW.dyn_o )
[123 of 139] Compiling Crypto.PubKey.Rabin.Modified ( Crypto/PubKey/Rabin/Modified.hs, dist/build/Crypto/PubKey/Rabin/Modified.o, dist/build/Crypto/PubKey/Rabin/Modified.dyn_o )
[124 of 139] Compiling Crypto.PubKey.Rabin.Basic ( Crypto/PubKey/Rabin/Basic.hs, dist/build/Crypto/PubKey/Rabin/Basic.o, dist/build/Crypto/PubKey/Rabin/Basic.dyn_o )
[125 of 139] Compiling Crypto.PubKey.RSA ( Crypto/PubKey/RSA.hs, dist/build/Crypto/PubKey/RSA.o, dist/build/Crypto/PubKey/RSA.dyn_o )
[126 of 139] Compiling Crypto.PubKey.RSA.PSS ( Crypto/PubKey/RSA/PSS.hs, dist/build/Crypto/PubKey/RSA/PSS.o, dist/build/Crypto/PubKey/RSA/PSS.dyn_o )
[127 of 139] Compiling Crypto.PubKey.RSA.PKCS15 ( Crypto/PubKey/RSA/PKCS15.hs, dist/build/Crypto/PubKey/RSA/PKCS15.o, dist/build/Crypto/PubKey/RSA/PKCS15.dyn_o )
[128 of 139] Compiling Crypto.PubKey.RSA.OAEP ( Crypto/PubKey/RSA/OAEP.hs, dist/build/Crypto/PubKey/RSA/OAEP.o, dist/build/Crypto/PubKey/RSA/OAEP.dyn_o )
[129 of 139] Compiling Crypto.PubKey.DH ( Crypto/PubKey/DH.hs, dist/build/Crypto/PubKey/DH.o, dist/build/Crypto/PubKey/DH.dyn_o )
[130 of 139] Compiling Crypto.PubKey.ElGamal ( Crypto/PubKey/ElGamal.hs, dist/build/Crypto/PubKey/ElGamal.o, dist/build/Crypto/PubKey/ElGamal.dyn_o )
[131 of 139] Compiling Crypto.PubKey.ECC.DH ( Crypto/PubKey/ECC/DH.hs, dist/build/Crypto/PubKey/ECC/DH.o, dist/build/Crypto/PubKey/ECC/DH.dyn_o )
[132 of 139] Compiling Crypto.ECC.Simple.Prim ( Crypto/ECC/Simple/Prim.hs, dist/build/Crypto/ECC/Simple/Prim.o, dist/build/Crypto/ECC/Simple/Prim.dyn_o )
[133 of 139] Compiling Crypto.ECC ( Crypto/ECC.hs, dist/build/Crypto/ECC.o, dist/build/Crypto/ECC.dyn_o )
[134 of 139] Compiling Crypto.PubKey.EdDSA ( Crypto/PubKey/EdDSA.hs, dist/build/Crypto/PubKey/EdDSA.o, dist/build/Crypto/PubKey/EdDSA.dyn_o )
[135 of 139] Compiling Crypto.PubKey.ECIES ( Crypto/PubKey/ECIES.hs, dist/build/Crypto/PubKey/ECIES.o, dist/build/Crypto/PubKey/ECIES.dyn_o )
[136 of 139] Compiling Crypto.PubKey.ECDSA ( Crypto/PubKey/ECDSA.hs, dist/build/Crypto/PubKey/ECDSA.o, dist/build/Crypto/PubKey/ECDSA.dyn_o )
[137 of 139] Compiling Crypto.Data.AFIS ( Crypto/Data/AFIS.hs, dist/build/Crypto/Data/AFIS.o, dist/build/Crypto/Data/AFIS.dyn_o )
[138 of 139] Compiling Crypto.System.CPU ( Crypto/System/CPU.hs, dist/build/Crypto/System/CPU.o, dist/build/Crypto/System/CPU.dyn_o )
[139 of 139] Compiling Crypto.Tutorial ( Crypto/Tutorial.hs, dist/build/Crypto/Tutorial.o, dist/build/Crypto/Tutorial.dyn_o )
Preprocessing library for crypton-1.0.4..
Running Haddock on library for crypton-1.0.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 139] Compiling Crypto.Cipher.DES.Primitive ( Crypto/Cipher/DES/Primitive.hs, nothing )
[ 2 of 139] Compiling Crypto.Data.Padding ( Crypto/Data/Padding.hs, nothing )
[ 3 of 139] Compiling Crypto.Error.Types ( Crypto/Error/Types.hs, nothing )
[ 4 of 139] Compiling Crypto.Error ( Crypto/Error.hs, nothing )
[ 5 of 139] Compiling Crypto.Internal.Compat ( Crypto/Internal/Compat.hs, nothing )
[ 6 of 139] Compiling Crypto.Internal.ByteArray ( Crypto/Internal/ByteArray.hs, nothing )
[ 7 of 139] Compiling Crypto.Cipher.Types.Utils ( Crypto/Cipher/Types/Utils.hs, nothing )
[ 8 of 139] Compiling Crypto.Internal.CompatPrim ( Crypto/Internal/CompatPrim.hs, nothing )
[ 9 of 139] Compiling Crypto.Internal.DeepSeq ( Crypto/Internal/DeepSeq.hs, nothing )
[ 10 of 139] Compiling Crypto.Cipher.Types.Base ( Crypto/Cipher/Types/Base.hs, nothing )
[ 11 of 139] Compiling Crypto.Cipher.Types.Stream ( Crypto/Cipher/Types/Stream.hs, nothing )
[ 12 of 139] Compiling Crypto.Internal.Imports ( Crypto/Internal/Imports.hs, nothing )
[ 13 of 139] Compiling Crypto.Internal.Builder ( Crypto/Internal/Builder.hs, nothing )
[ 14 of 139] Compiling Crypto.Hash.Types ( Crypto/Hash/Types.hs, nothing )
[ 15 of 139] Compiling Crypto.Hash.Whirlpool ( Crypto/Hash/Whirlpool.hs, nothing )
[ 16 of 139] Compiling Crypto.Hash.Tiger ( Crypto/Hash/Tiger.hs, nothing )
[ 17 of 139] Compiling Crypto.Hash.Skein512 ( Crypto/Hash/Skein512.hs, nothing )
[ 18 of 139] Compiling Crypto.Hash.Skein256 ( Crypto/Hash/Skein256.hs, nothing )
[ 19 of 139] Compiling Crypto.Hash.SHA512t ( Crypto/Hash/SHA512t.hs, nothing )
[ 20 of 139] Compiling Crypto.Hash.SHA512 ( Crypto/Hash/SHA512.hs, nothing )
[ 21 of 139] Compiling Crypto.Hash.SHA384 ( Crypto/Hash/SHA384.hs, nothing )
[ 22 of 139] Compiling Crypto.Hash.SHA3 ( Crypto/Hash/SHA3.hs, nothing )
[ 23 of 139] Compiling Crypto.Hash.SHA256 ( Crypto/Hash/SHA256.hs, nothing )
[ 24 of 139] Compiling Crypto.Hash.SHA224 ( Crypto/Hash/SHA224.hs, nothing )
[ 25 of 139] Compiling Crypto.Hash.SHA1 ( Crypto/Hash/SHA1.hs, nothing )
[ 26 of 139] Compiling Crypto.Hash.RIPEMD160 ( Crypto/Hash/RIPEMD160.hs, nothing )
[ 27 of 139] Compiling Crypto.Hash.MD5 ( Crypto/Hash/MD5.hs, nothing )
[ 28 of 139] Compiling Crypto.Hash.MD4 ( Crypto/Hash/MD4.hs, nothing )
[ 29 of 139] Compiling Crypto.Hash.MD2 ( Crypto/Hash/MD2.hs, nothing )
[ 30 of 139] Compiling Crypto.Hash.Keccak ( Crypto/Hash/Keccak.hs, nothing )
[ 31 of 139] Compiling Crypto.Hash.IO ( Crypto/Hash/IO.hs, nothing )
[ 32 of 139] Compiling Crypto.Hash.Blake2sp ( Crypto/Hash/Blake2sp.hs, nothing )
[ 33 of 139] Compiling Crypto.Hash.Blake2s ( Crypto/Hash/Blake2s.hs, nothing )
[ 34 of 139] Compiling Crypto.Hash.Blake2bp ( Crypto/Hash/Blake2bp.hs, nothing )
[ 35 of 139] Compiling Crypto.Hash.Blake2b ( Crypto/Hash/Blake2b.hs, nothing )
[ 36 of 139] Compiling Crypto.Cipher.Types.GF ( Crypto/Cipher/Types/GF.hs, nothing )
[ 37 of 139] Compiling Crypto.Cipher.Types.AEAD ( Crypto/Cipher/Types/AEAD.hs, nothing )
[ 38 of 139] Compiling Crypto.Cipher.Types.Block ( Crypto/Cipher/Types/Block.hs, nothing )
[ 39 of 139] Compiling Crypto.Cipher.Types ( Crypto/Cipher/Types.hs, nothing )
[ 40 of 139] Compiling Crypto.ConstructHash.MiyaguchiPreneel ( Crypto/ConstructHash/MiyaguchiPreneel.hs, nothing )
[ 41 of 139] Compiling Crypto.Cipher.Utils ( Crypto/Cipher/Utils.hs, nothing )
[ 42 of 139] Compiling Crypto.Cipher.TripleDES ( Crypto/Cipher/TripleDES.hs, nothing )
[ 43 of 139] Compiling Crypto.Cipher.DES ( Crypto/Cipher/DES.hs, nothing )
[ 44 of 139] Compiling Crypto.Cipher.Salsa ( Crypto/Cipher/Salsa.hs, nothing )
[ 45 of 139] Compiling Crypto.Cipher.XSalsa ( Crypto/Cipher/XSalsa.hs, nothing )
[ 46 of 139] Compiling Crypto.Cipher.RC4 ( Crypto/Cipher/RC4.hs, nothing )
[ 47 of 139] Compiling Crypto.Cipher.ChaCha ( Crypto/Cipher/ChaCha.hs, nothing )
[ 48 of 139] Compiling Crypto.Cipher.AES.Primitive ( Crypto/Cipher/AES/Primitive.hs, nothing )
[ 49 of 139] Compiling Crypto.Cipher.AES ( Crypto/Cipher/AES.hs, nothing )
[ 50 of 139] Compiling Crypto.Internal.Nat ( Crypto/Internal/Nat.hs, nothing )
[ 51 of 139] Compiling Crypto.Hash.SHAKE ( Crypto/Hash/SHAKE.hs, nothing )
[ 52 of 139] Compiling Crypto.Hash.Blake2 ( Crypto/Hash/Blake2.hs, nothing )
[ 53 of 139] Compiling Crypto.Hash.Algorithms ( Crypto/Hash/Algorithms.hs, nothing )
[ 54 of 139] Compiling Crypto.Hash ( Crypto/Hash.hs, nothing )
[ 55 of 139] Compiling Crypto.Internal.WordArray ( Crypto/Internal/WordArray.hs, nothing )
[ 56 of 139] Compiling Crypto.Cipher.Twofish.Primitive ( Crypto/Cipher/Twofish/Primitive.hs, nothing )
[ 57 of 139] Compiling Crypto.Cipher.Twofish ( Crypto/Cipher/Twofish.hs, nothing )
[ 58 of 139] Compiling Crypto.Cipher.CAST5.Primitive ( Crypto/Cipher/CAST5/Primitive.hs, nothing )
[ 59 of 139] Compiling Crypto.Cipher.CAST5 ( Crypto/Cipher/CAST5.hs, nothing )
[ 60 of 139] Compiling Crypto.Cipher.Blowfish.Box ( Crypto/Cipher/Blowfish/Box.hs, nothing )
[ 61 of 139] Compiling Crypto.Cipher.Blowfish.Primitive ( Crypto/Cipher/Blowfish/Primitive.hs, nothing )
[ 62 of 139] Compiling Crypto.Cipher.Blowfish ( Crypto/Cipher/Blowfish.hs, nothing )
[ 63 of 139] Compiling Crypto.Internal.Words ( Crypto/Internal/Words.hs, nothing )
[ 64 of 139] Compiling Crypto.Cipher.Camellia.Primitive ( Crypto/Cipher/Camellia/Primitive.hs, nothing )
[ 65 of 139] Compiling Crypto.Cipher.Camellia ( Crypto/Cipher/Camellia.hs, nothing )
[ 66 of 139] Compiling Crypto.KDF.Argon2 ( Crypto/KDF/Argon2.hs, nothing )
[ 67 of 139] Compiling Crypto.KDF.BCryptPBKDF ( Crypto/KDF/BCryptPBKDF.hs, nothing )
[ 68 of 139] Compiling Crypto.MAC.CMAC ( Crypto/MAC/CMAC.hs, nothing )
[ 69 of 139] Compiling Crypto.MAC.HMAC ( Crypto/MAC/HMAC.hs, nothing )
[ 70 of 139] Compiling Crypto.KDF.PBKDF2 ( Crypto/KDF/PBKDF2.hs, nothing )
[ 71 of 139] Compiling Crypto.KDF.Scrypt ( Crypto/KDF/Scrypt.hs, nothing )
[ 72 of 139] Compiling Crypto.KDF.HKDF ( Crypto/KDF/HKDF.hs, nothing )
[ 73 of 139] Compiling Crypto.MAC.KMAC ( Crypto/MAC/KMAC.hs, nothing )
[ 74 of 139] Compiling Crypto.MAC.KeyedBlake2 ( Crypto/MAC/KeyedBlake2.hs, nothing )
[ 75 of 139] Compiling Crypto.MAC.Poly1305 ( Crypto/MAC/Poly1305.hs, nothing )
[ 76 of 139] Compiling Crypto.Cipher.ChaChaPoly1305 ( Crypto/Cipher/ChaChaPoly1305.hs, nothing )
[ 77 of 139] Compiling Crypto.Number.Compat ( Crypto/Number/Compat.hs, nothing )
[ 78 of 139] Compiling Crypto.Number.Basic ( Crypto/Number/Basic.hs, nothing )
[ 79 of 139] Compiling Crypto.ECC.Simple.Types ( Crypto/ECC/Simple/Types.hs, nothing )
[ 80 of 139] Compiling Crypto.Number.F2m ( Crypto/Number/F2m.hs, nothing )
[ 81 of 139] Compiling Crypto.Number.ModArithmetic ( Crypto/Number/ModArithmetic.hs, nothing )
[ 82 of 139] Compiling Crypto.Number.Nat ( Crypto/Number/Nat.hs, nothing )
[ 83 of 139] Compiling Crypto.Number.Serialize.Internal ( Crypto/Number/Serialize/Internal.hs, nothing )
[ 84 of 139] Compiling Crypto.Number.Serialize ( Crypto/Number/Serialize.hs, nothing )
[ 85 of 139] Compiling Crypto.Number.Serialize.Internal.LE ( Crypto/Number/Serialize/Internal/LE.hs, nothing )
[ 86 of 139] Compiling Crypto.Number.Serialize.LE ( Crypto/Number/Serialize/LE.hs, nothing )
[ 87 of 139] Compiling Crypto.OTP ( Crypto/OTP.hs, nothing )
[ 88 of 139] Compiling Crypto.PubKey.ECC.Types ( Crypto/PubKey/ECC/Types.hs, nothing )
[ 89 of 139] Compiling Crypto.PubKey.Internal ( Crypto/PubKey/Internal.hs, nothing )
[ 90 of 139] Compiling Crypto.PubKey.MaskGenFunction ( Crypto/PubKey/MaskGenFunction.hs, nothing )
[ 91 of 139] Compiling Crypto.PubKey.RSA.Types ( Crypto/PubKey/RSA/Types.hs, nothing )
[ 92 of 139] Compiling Crypto.PubKey.RSA.Prim ( Crypto/PubKey/RSA/Prim.hs, nothing )
[ 93 of 139] Compiling Crypto.Random.Entropy.Source ( Crypto/Random/Entropy/Source.hs, nothing )
[ 94 of 139] Compiling Crypto.Random.Entropy.RDRand ( Crypto/Random/Entropy/RDRand.hs, nothing )
[ 95 of 139] Compiling Crypto.Random.Entropy.Unix ( Crypto/Random/Entropy/Unix.hs, nothing )
[ 96 of 139] Compiling Crypto.Random.Entropy.Backend ( Crypto/Random/Entropy/Backend.hs, nothing )
[ 97 of 139] Compiling Crypto.Random.Entropy.Unsafe ( Crypto/Random/Entropy/Unsafe.hs, nothing )
[ 98 of 139] Compiling Crypto.Random.Entropy ( Crypto/Random/Entropy.hs, nothing )
[ 99 of 139] Compiling Crypto.Random.EntropyPool ( Crypto/Random/EntropyPool.hs, nothing )
[100 of 139] Compiling Crypto.Random.Types ( Crypto/Random/Types.hs, nothing )
[101 of 139] Compiling Crypto.Random.SystemDRG ( Crypto/Random/SystemDRG.hs, nothing )
[102 of 139] Compiling Crypto.Random.HmacDRG ( Crypto/Random/HmacDRG.hs, nothing )
[103 of 139] Compiling Crypto.Random.ChaChaDRG ( Crypto/Random/ChaChaDRG.hs, nothing )
[104 of 139] Compiling Crypto.Random ( Crypto/Random.hs, nothing )
[105 of 139] Compiling Crypto.Random.Probabilistic ( Crypto/Random/Probabilistic.hs, nothing )
[106 of 139] Compiling Crypto.PubKey.Ed448 ( Crypto/PubKey/Ed448.hs, nothing )
[107 of 139] Compiling Crypto.PubKey.Ed25519 ( Crypto/PubKey/Ed25519.hs, nothing )
[108 of 139] Compiling Crypto.PubKey.ECC.P256 ( Crypto/PubKey/ECC/P256.hs, nothing )
[109 of 139] Compiling Crypto.PubKey.Curve448 ( Crypto/PubKey/Curve448.hs, nothing )
[110 of 139] Compiling Crypto.PubKey.Curve25519 ( Crypto/PubKey/Curve25519.hs, nothing )
[111 of 139] Compiling Crypto.KDF.BCrypt ( Crypto/KDF/BCrypt.hs, nothing )
[112 of 139] Compiling Crypto.ECC.Edwards25519 ( Crypto/ECC/Edwards25519.hs, nothing )
[113 of 139] Compiling Crypto.Cipher.AESGCMSIV ( Crypto/Cipher/AESGCMSIV.hs, nothing )
[114 of 139] Compiling Crypto.Number.Generate ( Crypto/Number/Generate.hs, nothing )
[115 of 139] Compiling Crypto.PubKey.ECC.Prim ( Crypto/PubKey/ECC/Prim.hs, nothing )
[116 of 139] Compiling Crypto.PubKey.ECC.ECDSA ( Crypto/PubKey/ECC/ECDSA.hs, nothing )
[117 of 139] Compiling Crypto.PubKey.ECC.Generate ( Crypto/PubKey/ECC/Generate.hs, nothing )
[118 of 139] Compiling Crypto.PubKey.DSA ( Crypto/PubKey/DSA.hs, nothing )
[119 of 139] Compiling Crypto.Number.Prime ( Crypto/Number/Prime.hs, nothing )
[120 of 139] Compiling Crypto.PubKey.Rabin.Types ( Crypto/PubKey/Rabin/Types.hs, nothing )
[121 of 139] Compiling Crypto.PubKey.Rabin.OAEP ( Crypto/PubKey/Rabin/OAEP.hs, nothing )
[122 of 139] Compiling Crypto.PubKey.Rabin.RW ( Crypto/PubKey/Rabin/RW.hs, nothing )
[123 of 139] Compiling Crypto.PubKey.Rabin.Modified ( Crypto/PubKey/Rabin/Modified.hs, nothing )
[124 of 139] Compiling Crypto.PubKey.Rabin.Basic ( Crypto/PubKey/Rabin/Basic.hs, nothing )
[125 of 139] Compiling Crypto.PubKey.RSA ( Crypto/PubKey/RSA.hs, nothing )
[126 of 139] Compiling Crypto.PubKey.RSA.PSS ( Crypto/PubKey/RSA/PSS.hs, nothing )
[127 of 139] Compiling Crypto.PubKey.RSA.PKCS15 ( Crypto/PubKey/RSA/PKCS15.hs, nothing )
[128 of 139] Compiling Crypto.PubKey.RSA.OAEP ( Crypto/PubKey/RSA/OAEP.hs, nothing )
[129 of 139] Compiling Crypto.PubKey.DH ( Crypto/PubKey/DH.hs, nothing )
[130 of 139] Compiling Crypto.PubKey.ElGamal ( Crypto/PubKey/ElGamal.hs, nothing )
[131 of 139] Compiling Crypto.PubKey.ECC.DH ( Crypto/PubKey/ECC/DH.hs, nothing )
[132 of 139] Compiling Crypto.ECC.Simple.Prim ( Crypto/ECC/Simple/Prim.hs, nothing )
[133 of 139] Compiling Crypto.ECC ( Crypto/ECC.hs, nothing )
[134 of 139] Compiling Crypto.PubKey.EdDSA ( Crypto/PubKey/EdDSA.hs, nothing )
[135 of 139] Compiling Crypto.PubKey.ECIES ( Crypto/PubKey/ECIES.hs, nothing )
[136 of 139] Compiling Crypto.PubKey.ECDSA ( Crypto/PubKey/ECDSA.hs, nothing )
[137 of 139] Compiling Crypto.Data.AFIS ( Crypto/Data/AFIS.hs, nothing )
[138 of 139] Compiling Crypto.System.CPU ( Crypto/System/CPU.hs, nothing )
[139 of 139] Compiling Crypto.Tutorial ( Crypto/Tutorial.hs, nothing )
Haddock coverage:
100% ( 4 / 4) in 'Crypto.Data.Padding'
100% ( 8 / 8) in 'Crypto.Error'
100% ( 8 / 8) in 'Crypto.Hash.IO'
92% ( 25 / 27) in 'Crypto.Cipher.Types'
Missing documentation for:
CCM_M (Crypto/Cipher/Types/Base.hs:48)
CCM_L (Crypto/Cipher/Types/Base.hs:50)
75% ( 3 / 4) in 'Crypto.ConstructHash.MiyaguchiPreneel'
Missing documentation for:
MiyaguchiPreneel (Crypto/ConstructHash/MiyaguchiPreneel.hs:26)
0% ( 0 / 2) in 'Crypto.Cipher.Utils'
Missing documentation for:
Module header
validateKeySize (Crypto/Cipher/Utils.hs:12)
100% ( 5 / 5) in 'Crypto.Cipher.TripleDES'
100% ( 2 / 2) in 'Crypto.Cipher.DES'
100% ( 5 / 5) in 'Crypto.Cipher.Salsa'
100% ( 6 / 6) in 'Crypto.Cipher.XSalsa'
100% ( 5 / 5) in 'Crypto.Cipher.RC4'
100% ( 10 / 10) in 'Crypto.Cipher.ChaCha'
100% ( 4 / 4) in 'Crypto.Cipher.AES'
Warning: 'bitlen' 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.
Warning: 'SHAKE256' is ambiguous. It is defined
* at Crypto/Hash/SHAKE.hs:74:33
* at Crypto/Hash/SHAKE.hs:74:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Crypto/Hash/SHAKE.hs:74:1
Warning: 'SHAKE128' is ambiguous. It is defined
* at Crypto/Hash/SHAKE.hs:50:33
* at Crypto/Hash/SHAKE.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 Crypto/Hash/SHAKE.hs:50:1
95% ( 46 / 48) in 'Crypto.Hash.Algorithms'
Missing documentation for:
Blake2bp (Crypto/Hash/Blake2.hs:202)
Blake2sp (Crypto/Hash/Blake2.hs:160)
100% ( 23 / 23) in 'Crypto.Hash'
0% ( 0 / 4) in 'Crypto.Cipher.Twofish'
Missing documentation for:
Module header
Twofish128 (Crypto/Cipher/Twofish.hs:11)
Twofish192 (Crypto/Cipher/Twofish.hs:24)
Twofish256 (Crypto/Cipher/Twofish.hs:37)
100% ( 2 / 2) in 'Crypto.Cipher.CAST5'
100% ( 6 / 6) in 'Crypto.Cipher.Blowfish'
100% ( 2 / 2) in 'Crypto.Cipher.Camellia'
Warning: 'hashParallelism' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'hashMemory' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'hashIterations' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
80% ( 8 / 10) in 'Crypto.KDF.Argon2'
Missing documentation for:
defaultOptions (Crypto/KDF/Argon2.hs:98)
hash (Crypto/KDF/Argon2.hs:114)
75% ( 3 / 4) in 'Crypto.KDF.BCryptPBKDF'
Missing documentation for:
Parameters (Crypto/KDF/BCryptPBKDF.hs:43)
100% ( 4 / 4) in 'Crypto.MAC.CMAC'
Warning: 'hmacFinalize' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 10 / 10) in 'Crypto.MAC.HMAC'
62% ( 5 / 8) in 'Crypto.KDF.PBKDF2'
Missing documentation for:
fastPBKDF2_SHA1 (Crypto/KDF/PBKDF2.hs:124)
fastPBKDF2_SHA256 (Crypto/KDF/PBKDF2.hs:143)
fastPBKDF2_SHA512 (Crypto/KDF/PBKDF2.hs:162)
100% ( 3 / 3) in 'Crypto.KDF.Scrypt'
83% ( 5 / 6) in 'Crypto.KDF.HKDF'
Missing documentation for:
toPRK (Crypto/KDF/HKDF.hs:103)
Warning: 'KMAC' is ambiguous. It is defined
* at Crypto/MAC/KMAC.hs:87:18
* at Crypto/MAC/KMAC.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 Crypto/MAC/KMAC.hs:87:1
100% ( 10 / 10) in 'Crypto.MAC.KMAC'
Warning: 'KeyedBlake2' is ambiguous. It is defined
* at Crypto/MAC/KeyedBlake2.hs:44:25
* at Crypto/MAC/KeyedBlake2.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 Crypto/MAC/KeyedBlake2.hs:44:1
100% ( 11 / 11) in 'Crypto.MAC.KeyedBlake2'
91% ( 11 / 12) in 'Crypto.MAC.Poly1305'
Missing documentation for:
authTag (Crypto/MAC/Poly1305.hs:59)
100% ( 19 / 19) in 'Crypto.Cipher.ChaChaPoly1305'
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% ( 8 / 8) in 'Crypto.Number.Basic'
Warning: 'm' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 12 / 12) in 'Crypto.Number.F2m'
Warning: 'CoprimesAssertionError' is ambiguous. It is defined
* at Crypto/Number/ModArithmetic.hs:29:31
* at Crypto/Number/ModArithmetic.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 Crypto/Number/ModArithmetic.hs:29:1
Warning: 'ModulusAssertionError' is ambiguous. It is defined
* at Crypto/Number/ModArithmetic.hs:148:30
* at Crypto/Number/ModArithmetic.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 Crypto/Number/ModArithmetic.hs:148:1
100% ( 11 / 11) in 'Crypto.Number.ModArithmetic'
100% ( 7 / 7) in 'Crypto.Number.Nat'
100% ( 4 / 4) in 'Crypto.Number.Serialize.Internal'
100% ( 5 / 5) in 'Crypto.Number.Serialize'
100% ( 4 / 4) in 'Crypto.Number.Serialize.Internal.LE'
100% ( 5 / 5) in 'Crypto.Number.Serialize.LE'
75% ( 9 / 12) in 'Crypto.OTP'
Missing documentation for:
hotp (Crypto/OTP.hs:75)
TOTPParams (Crypto/OTP.hs:123)
ClockSkew (Crypto/OTP.hs:125)
100% ( 15 / 15) in 'Crypto.PubKey.ECC.Types'
100% ( 3 / 3) in 'Crypto.PubKey.MaskGenFunction'
100% ( 11 / 11) in 'Crypto.PubKey.RSA.Types'
100% ( 5 / 5) in 'Crypto.PubKey.RSA.Prim'
100% ( 5 / 5) in 'Crypto.Random.Entropy.Unsafe'
100% ( 2 / 2) in 'Crypto.Random.Entropy'
100% ( 5 / 5) in 'Crypto.Random.EntropyPool'
Warning: 'MonadPseudoRandom' is ambiguous. It is defined
* at Crypto/Random/Types.hs:31:35
* at Crypto/Random/Types.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 Crypto/Random/Types.hs:31:1
100% ( 5 / 5) in 'Crypto.Random.Types'
95% ( 20 / 21) in 'Crypto.Random'
Missing documentation for:
Seed (Crypto/Random.hs:46)
100% ( 18 / 18) in 'Crypto.PubKey.Ed448'
100% ( 18 / 18) in 'Crypto.PubKey.Ed25519'
Warning: 'Point' is ambiguous. It is defined
* at Crypto/PubKey/ECC/P256.hs:70:17
* at Crypto/PubKey/ECC/P256.hs:70:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Crypto/PubKey/ECC/P256.hs:70:1
Warning: 'Scalar' is ambiguous. It is defined
* at Crypto/PubKey/ECC/P256.hs:66:18
* at Crypto/PubKey/ECC/P256.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 Crypto/PubKey/ECC/P256.hs:66:1
100% ( 34 / 34) in 'Crypto.PubKey.ECC.P256'
100% ( 12 / 12) in 'Crypto.PubKey.Curve448'
100% ( 12 / 12) in 'Crypto.PubKey.Curve25519'
100% ( 5 / 5) in 'Crypto.KDF.BCrypt'
100% ( 21 / 21) in 'Crypto.ECC.Edwards25519'
100% ( 6 / 6) in 'Crypto.Cipher.AESGCMSIV'
100% ( 6 / 6) in 'Crypto.Number.Generate'
100% ( 12 / 12) in 'Crypto.PubKey.ECC.Prim'
100% ( 21 / 21) in 'Crypto.PubKey.ECC.ECDSA'
100% ( 3 / 3) in 'Crypto.PubKey.ECC.Generate'
100% ( 19 / 19) in 'Crypto.PubKey.DSA'
100% ( 10 / 10) in 'Crypto.Number.Prime'
100% ( 3 / 3) in 'Crypto.PubKey.Rabin.Types'
100% ( 5 / 5) in 'Crypto.PubKey.Rabin.OAEP'
100% ( 9 / 9) in 'Crypto.PubKey.Rabin.RW'
100% ( 6 / 6) in 'Crypto.PubKey.Rabin.Modified'
100% ( 11 / 11) in 'Crypto.PubKey.Rabin.Basic'
Warning: 'e' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 9 / 9) in 'Crypto.PubKey.RSA'
100% ( 13 / 13) in 'Crypto.PubKey.RSA.PSS'
100% ( 15 / 15) in 'Crypto.PubKey.RSA.PKCS15'
100% ( 9 / 9) in 'Crypto.PubKey.RSA.OAEP'
100% ( 10 / 10) in 'Crypto.PubKey.DH'
100% ( 8 / 8) in 'Crypto.PubKey.ECC.DH'
30% ( 4 / 13) in 'Crypto.ECC'
Missing documentation for:
Curve_P384R1 (Crypto/ECC.hs:218)
Curve_P521R1 (Crypto/ECC.hs:254)
Curve_X25519 (Crypto/ECC.hs:290)
Curve_X448 (Crypto/ECC.hs:313)
Curve_Edwards25519 (Crypto/ECC.hs:336)
EllipticCurve (Crypto/ECC.hs:70)
EllipticCurveDH (Crypto/ECC.hs:104)
EllipticCurveArith (Crypto/ECC.hs:128)
EllipticCurveBasepointArith (Crypto/ECC.hs:141)
100% ( 22 / 22) in 'Crypto.PubKey.EdDSA'
100% ( 3 / 3) in 'Crypto.PubKey.ECIES'
100% ( 22 / 22) in 'Crypto.PubKey.ECDSA'
100% ( 3 / 3) in 'Crypto.Data.AFIS'
100% ( 3 / 3) in 'Crypto.System.CPU'
100% ( 9 / 9) in 'Crypto.Tutorial'
Warning: Crypto.Error: could not find link destinations for:
- Crypto.Error.Types.D:R:FailureCryptoFailable
Warning: Crypto.Hash.IO: could not find link destinations for:
- Crypto.Hash.Whirlpool.D:R:HashBlockSizeWhirlpool
- Crypto.Hash.Whirlpool.D:R:HashDigestSizeWhirlpool
- Crypto.Hash.Whirlpool.D:R:HashInternalContextSizeWhirlpool
- Crypto.Hash.Tiger.D:R:HashBlockSizeTiger
- Crypto.Hash.Tiger.D:R:HashDigestSizeTiger
- Crypto.Hash.Tiger.D:R:HashInternalContextSizeTiger
- Crypto.Hash.Skein512.D:R:HashBlockSizeSkein512_224
- Crypto.Hash.Skein512.D:R:HashDigestSizeSkein512_224
- Crypto.Hash.Skein512.D:R:HashInternalContextSizeSkein512_224
- Crypto.Hash.Skein512.D:R:HashBlockSizeSkein512_256
- Crypto.Hash.Skein512.D:R:HashDigestSizeSkein512_256
- Crypto.Hash.Skein512.D:R:HashInternalContextSizeSkein512_256
- Crypto.Hash.Skein512.D:R:HashBlockSizeSkein512_384
- Crypto.Hash.Skein512.D:R:HashDigestSizeSkein512_384
- Crypto.Hash.Skein512.D:R:HashInternalContextSizeSkein512_384
- Crypto.Hash.Skein512.D:R:HashBlockSizeSkein512_512
- Crypto.Hash.Skein512.D:R:HashDigestSizeSkein512_512
- Crypto.Hash.Skein512.D:R:HashInternalContextSizeSkein512_512
- Crypto.Hash.Skein256.D:R:HashBlockSizeSkein256_224
- Crypto.Hash.Skein256.D:R:HashDigestSizeSkein256_224
- Crypto.Hash.Skein256.D:R:HashInternalContextSizeSkein256_224
- Crypto.Hash.Skein256.D:R:HashBlockSizeSkein256_256
- Crypto.Hash.Skein256.D:R:HashDigestSizeSkein256_256
- Crypto.Hash.Skein256.D:R:HashInternalContextSizeSkein256_256
- Crypto.Hash.SHA512t.D:R:HashBlockSizeSHA512t_224
- Crypto.Hash.SHA512t.D:R:HashDigestSizeSHA512t_224
- Crypto.Hash.SHA512t.D:R:HashInternalContextSizeSHA512t_224
- Crypto.Hash.SHA512t.D:R:HashBlockSizeSHA512t_256
- Crypto.Hash.SHA512t.D:R:HashDigestSizeSHA512t_256
- Crypto.Hash.SHA512t.D:R:HashInternalContextSizeSHA512t_256
- Crypto.Hash.SHA512.D:R:HashBlockSizeSHA512
- Crypto.Hash.SHA512.D:R:HashDigestSizeSHA512
- Crypto.Hash.SHA512.D:R:HashInternalContextSizeSHA512
- Crypto.Hash.SHA384.D:R:HashBlockSizeSHA384
- Crypto.Hash.SHA384.D:R:HashDigestSizeSHA384
- Crypto.Hash.SHA384.D:R:HashInternalContextSizeSHA384
- Crypto.Hash.SHA3.D:R:HashBlockSizeSHA3_224
- Crypto.Hash.SHA3.D:R:HashDigestSizeSHA3_224
- Crypto.Hash.SHA3.D:R:HashInternalContextSizeSHA3_224
- Crypto.Hash.SHA3.D:R:HashBlockSizeSHA3_256
- Crypto.Hash.SHA3.D:R:HashDigestSizeSHA3_256
- Crypto.Hash.SHA3.D:R:HashInternalContextSizeSHA3_256
- Crypto.Hash.SHA3.D:R:HashBlockSizeSHA3_384
- Crypto.Hash.SHA3.D:R:HashDigestSizeSHA3_384
- Crypto.Hash.SHA3.D:R:HashInternalContextSizeSHA3_384
- Crypto.Hash.SHA3.D:R:HashBlockSizeSHA3_512
- Crypto.Hash.SHA3.D:R:HashDigestSizeSHA3_512
- Crypto.Hash.SHA3.D:R:HashInternalContextSizeSHA3_512
- Crypto.Hash.SHA256.D:R:HashBlockSizeSHA256
- Crypto.Hash.SHA256.D:R:HashDigestSizeSHA256
- Crypto.Hash.SHA256.D:R:HashInternalContextSizeSHA256
- Crypto.Hash.SHA224.D:R:HashBlockSizeSHA224
- Crypto.Hash.SHA224.D:R:HashDigestSizeSHA224
- Crypto.Hash.SHA224.D:R:HashInternalContextSizeSHA224
- Crypto.Hash.SHA1.D:R:HashBlockSizeSHA1
- Crypto.Hash.SHA1.D:R:HashDigestSizeSHA1
- Crypto.Hash.SHA1.D:R:HashInternalContextSizeSHA1
- Crypto.Hash.RIPEMD160.D:R:HashBlockSizeRIPEMD160
- Crypto.Hash.RIPEMD160.D:R:HashDigestSizeRIPEMD160
- Crypto.Hash.RIPEMD160.D:R:HashInternalContextSizeRIPEMD160
- Crypto.Hash.MD5.D:R:HashBlockSizeMD5
- Crypto.Hash.MD5.D:R:HashDigestSizeMD5
- Crypto.Hash.MD5.D:R:HashInternalContextSizeMD5
- Crypto.Hash.MD4.D:R:HashBlockSizeMD4
- Crypto.Hash.MD4.D:R:HashDigestSizeMD4
- Crypto.Hash.MD4.D:R:HashInternalContextSizeMD4
- Crypto.Hash.MD2.D:R:HashBlockSizeMD2
- Crypto.Hash.MD2.D:R:HashDigestSizeMD2
- Crypto.Hash.MD2.D:R:HashInternalContextSizeMD2
- Crypto.Hash.Keccak.D:R:HashBlockSizeKeccak_224
- Crypto.Hash.Keccak.D:R:HashDigestSizeKeccak_224
- Crypto.Hash.Keccak.D:R:HashInternalContextSizeKeccak_224
- Crypto.Hash.Keccak.D:R:HashBlockSizeKeccak_256
- Crypto.Hash.Keccak.D:R:HashDigestSizeKeccak_256
- Crypto.Hash.Keccak.D:R:HashInternalContextSizeKeccak_256
- Crypto.Hash.Keccak.D:R:HashBlockSizeKeccak_384
- Crypto.Hash.Keccak.D:R:HashDigestSizeKeccak_384
- Crypto.Hash.Keccak.D:R:HashInternalContextSizeKeccak_384
- Crypto.Hash.Keccak.D:R:HashBlockSizeKeccak_512
- Crypto.Hash.Keccak.D:R:HashDigestSizeKeccak_512
- Crypto.Hash.Keccak.D:R:HashInternalContextSizeKeccak_512
- Crypto.Hash.Blake2sp.D:R:HashBlockSizeBlake2sp_224
- Crypto.Hash.Blake2sp.D:R:HashDigestSizeBlake2sp_224
- Crypto.Hash.Blake2sp.D:R:HashInternalContextSizeBlake2sp_224
- Crypto.Hash.Blake2sp.D:R:HashBlockSizeBlake2sp_256
- Crypto.Hash.Blake2sp.D:R:HashDigestSizeBlake2sp_256
- Crypto.Hash.Blake2sp.D:R:HashInternalContextSizeBlake2sp_256
- Crypto.Hash.Blake2s.D:R:HashBlockSizeBlake2s_160
- Crypto.Hash.Blake2s.D:R:HashDigestSizeBlake2s_160
- Crypto.Hash.Blake2s.D:R:HashInternalContextSizeBlake2s_160
- Crypto.Hash.Blake2s.D:R:HashBlockSizeBlake2s_224
- Crypto.Hash.Blake2s.D:R:HashDigestSizeBlake2s_224
- Crypto.Hash.Blake2s.D:R:HashInternalContextSizeBlake2s_224
- Crypto.Hash.Blake2s.D:R:HashBlockSizeBlake2s_256
- Crypto.Hash.Blake2s.D:R:HashDigestSizeBlake2s_256
- Crypto.Hash.Blake2s.D:R:HashInternalContextSizeBlake2s_256
- Crypto.Hash.Blake2bp.D:R:HashBlockSizeBlake2bp_512
- Crypto.Hash.Blake2bp.D:R:HashDigestSizeBlake2bp_512
- Crypto.Hash.Blake2bp.D:R:HashInternalContextSizeBlake2bp_512
- Crypto.Hash.Blake2b.D:R:HashBlockSizeBlake2b_160
- Crypto.Hash.Blake2b.D:R:HashDigestSizeBlake2b_160
- Crypto.Hash.Blake2b.D:R:HashInternalContextSizeBlake2b_160
- Crypto.Hash.Blake2b.D:R:HashBlockSizeBlake2b_224
- Crypto.Hash.Blake2b.D:R:HashDigestSizeBlake2b_224
- Crypto.Hash.Blake2b.D:R:HashInternalContextSizeBlake2b_224
- Crypto.Hash.Blake2b.D:R:HashBlockSizeBlake2b_256
- Crypto.Hash.Blake2b.D:R:HashDigestSizeBlake2b_256
- Crypto.Hash.Blake2b.D:R:HashInternalContextSizeBlake2b_256
- Crypto.Hash.Blake2b.D:R:HashBlockSizeBlake2b_384
- Crypto.Hash.Blake2b.D:R:HashDigestSizeBlake2b_384
- Crypto.Hash.Blake2b.D:R:HashInternalContextSizeBlake2b_384
- Crypto.Hash.Blake2b.D:R:HashBlockSizeBlake2b_512
- Crypto.Hash.Blake2b.D:R:HashDigestSizeBlake2b_512
- Crypto.Hash.Blake2b.D:R:HashInternalContextSizeBlake2b_512
- Crypto.Hash.SHAKE.D:R:HashBlockSizeSHAKE128
- Crypto.Hash.SHAKE.D:R:HashDigestSizeSHAKE128
- Crypto.Hash.SHAKE.D:R:HashInternalContextSizeSHAKE128
- Crypto.Hash.SHAKE.D:R:HashBlockSizeSHAKE256
- Crypto.Hash.SHAKE.D:R:HashDigestSizeSHAKE256
- Crypto.Hash.SHAKE.D:R:HashInternalContextSizeSHAKE256
- Crypto.Hash.Blake2.D:R:HashBlockSizeBlake2s
- Crypto.Hash.Blake2.D:R:HashDigestSizeBlake2s
- Crypto.Hash.Blake2.D:R:HashInternalContextSizeBlake2s
- Crypto.Hash.Blake2.D:R:HashBlockSizeBlake2b
- Crypto.Hash.Blake2.D:R:HashDigestSizeBlake2b
- Crypto.Hash.Blake2.D:R:HashInternalContextSizeBlake2b
- Crypto.Hash.Blake2.D:R:HashBlockSizeBlake2sp
- Crypto.Hash.Blake2.D:R:HashDigestSizeBlake2sp
- Crypto.Hash.Blake2.D:R:HashInternalContextSizeBlake2sp
- Crypto.Hash.Blake2.D:R:HashBlockSizeBlake2bp
- Crypto.Hash.Blake2.D:R:HashDigestSizeBlake2bp
- Crypto.Hash.Blake2.D:R:HashInternalContextSizeBlake2bp
Warning: Crypto.Hash.Algorithms: could not find link destinations for:
- Crypto.Hash.Types.hashInternalFinalizePrefix
- Crypto.Hash.Whirlpool.D:R:HashBlockSizeWhirlpool
- Crypto.Hash.Whirlpool.D:R:HashDigestSizeWhirlpool
- Crypto.Hash.Whirlpool.D:R:HashInternalContextSizeWhirlpool
- Crypto.Hash.Tiger.D:R:HashBlockSizeTiger
- Crypto.Hash.Tiger.D:R:HashDigestSizeTiger
- Crypto.Hash.Tiger.D:R:HashInternalContextSizeTiger
- Crypto.Hash.Skein512.D:R:HashBlockSizeSkein512_224
- Crypto.Hash.Skein512.D:R:HashDigestSizeSkein512_224
- Crypto.Hash.Skein512.D:R:HashInternalContextSizeSkein512_224
- Crypto.Hash.Skein512.D:R:HashBlockSizeSkein512_256
- Crypto.Hash.Skein512.D:R:HashDigestSizeSkein512_256
- Crypto.Hash.Skein512.D:R:HashInternalContextSizeSkein512_256
- Crypto.Hash.Skein512.D:R:HashBlockSizeSkein512_384
- Crypto.Hash.Skein512.D:R:HashDigestSizeSkein512_384
- Crypto.Hash.Skein512.D:R:HashInternalContextSizeSkein512_384
- Crypto.Hash.Skein512.D:R:HashBlockSizeSkein512_512
- Crypto.Hash.Skein512.D:R:HashDigestSizeSkein512_512
- Crypto.Hash.Skein512.D:R:HashInternalContextSizeSkein512_512
- Crypto.Hash.Skein256.D:R:HashBlockSizeSkein256_224
- Crypto.Hash.Skein256.D:R:HashDigestSizeSkein256_224
- Crypto.Hash.Skein256.D:R:HashInternalContextSizeSkein256_224
- Crypto.Hash.Skein256.D:R:HashBlockSizeSkein256_256
- Crypto.Hash.Skein256.D:R:HashDigestSizeSkein256_256
- Crypto.Hash.Skein256.D:R:HashInternalContextSizeSkein256_256
- Crypto.Hash.SHA512t.D:R:HashBlockSizeSHA512t_224
- Crypto.Hash.SHA512t.D:R:HashDigestSizeSHA512t_224
- Crypto.Hash.SHA512t.D:R:HashInternalContextSizeSHA512t_224
- Crypto.Hash.SHA512t.D:R:HashBlockSizeSHA512t_256
- Crypto.Hash.SHA512t.D:R:HashDigestSizeSHA512t_256
- Crypto.Hash.SHA512t.D:R:HashInternalContextSizeSHA512t_256
- Crypto.Hash.SHA512.D:R:HashBlockSizeSHA512
- Crypto.Hash.SHA512.D:R:HashDigestSizeSHA512
- Crypto.Hash.SHA512.D:R:HashInternalContextSizeSHA512
- Crypto.Hash.SHA384.D:R:HashBlockSizeSHA384
- Crypto.Hash.SHA384.D:R:HashDigestSizeSHA384
- Crypto.Hash.SHA384.D:R:HashInternalContextSizeSHA384
- Crypto.Hash.SHA3.D:R:HashBlockSizeSHA3_224
- Crypto.Hash.SHA3.D:R:HashDigestSizeSHA3_224
- Crypto.Hash.SHA3.D:R:HashInternalContextSizeSHA3_224
- Crypto.Hash.SHA3.D:R:HashBlockSizeSHA3_256
- Crypto.Hash.SHA3.D:R:HashDigestSizeSHA3_256
- Crypto.Hash.SHA3.D:R:HashInternalContextSizeSHA3_256
- Crypto.Hash.SHA3.D:R:HashBlockSizeSHA3_384
- Crypto.Hash.SHA3.D:R:HashDigestSizeSHA3_384
- Crypto.Hash.SHA3.D:R:HashInternalContextSizeSHA3_384
- Crypto.Hash.SHA3.D:R:HashBlockSizeSHA3_512
- Crypto.Hash.SHA3.D:R:HashDigestSizeSHA3_512
- Crypto.Hash.SHA3.D:R:HashInternalContextSizeSHA3_512
- Crypto.Hash.SHA256.D:R:HashBlockSizeSHA256
- Crypto.Hash.SHA256.D:R:HashDigestSizeSHA256
- Crypto.Hash.SHA256.D:R:HashInternalContextSizeSHA256
- Crypto.Hash.SHA224.D:R:HashBlockSizeSHA224
- Crypto.Hash.SHA224.D:R:HashDigestSizeSHA224
- Crypto.Hash.SHA224.D:R:HashInternalContextSizeSHA224
- Crypto.Hash.SHA1.D:R:HashBlockSizeSHA1
- Crypto.Hash.SHA1.D:R:HashDigestSizeSHA1
- Crypto.Hash.SHA1.D:R:HashInternalContextSizeSHA1
- Crypto.Hash.RIPEMD160.D:R:HashBlockSizeRIPEMD160
- Crypto.Hash.RIPEMD160.D:R:HashDigestSizeRIPEMD160
- Crypto.Hash.RIPEMD160.D:R:HashInternalContextSizeRIPEMD160
- Crypto.Hash.MD5.D:R:HashBlockSizeMD5
- Crypto.Hash.MD5.D:R:HashDigestSizeMD5
- Crypto.Hash.MD5.D:R:HashInternalContextSizeMD5
- Crypto.Hash.MD4.D:R:HashBlockSizeMD4
- Crypto.Hash.MD4.D:R:HashDigestSizeMD4
- Crypto.Hash.MD4.D:R:HashInternalContextSizeMD4
- Crypto.Hash.MD2.D:R:HashBlockSizeMD2
- Crypto.Hash.MD2.D:R:HashDigestSizeMD2
- Crypto.Hash.MD2.D:R:HashInternalContextSizeMD2
- Crypto.Hash.Keccak.D:R:HashBlockSizeKeccak_224
- Crypto.Hash.Keccak.D:R:HashDigestSizeKeccak_224
- Crypto.Hash.Keccak.D:R:HashInternalContextSizeKeccak_224
- Crypto.Hash.Keccak.D:R:HashBlockSizeKeccak_256
- Crypto.Hash.Keccak.D:R:HashDigestSizeKeccak_256
- Crypto.Hash.Keccak.D:R:HashInternalContextSizeKeccak_256
- Crypto.Hash.Keccak.D:R:HashBlockSizeKeccak_384
- Crypto.Hash.Keccak.D:R:HashDigestSizeKeccak_384
- Crypto.Hash.Keccak.D:R:HashInternalContextSizeKeccak_384
- Crypto.Hash.Keccak.D:R:HashBlockSizeKeccak_512
- Crypto.Hash.Keccak.D:R:HashDigestSizeKeccak_512
- Crypto.Hash.Keccak.D:R:HashInternalContextSizeKeccak_512
- Crypto.Hash.Blake2sp.D:R:HashBlockSizeBlake2sp_224
- Crypto.Hash.Blake2sp.D:R:HashDigestSizeBlake2sp_224
- Crypto.Hash.Blake2sp.D:R:HashInternalContextSizeBlake2sp_224
- Crypto.Hash.Blake2sp.D:R:HashBlockSizeBlake2sp_256
- Crypto.Hash.Blake2sp.D:R:HashDigestSizeBlake2sp_256
- Crypto.Hash.Blake2sp.D:R:HashInternalContextSizeBlake2sp_256
- Crypto.Hash.Blake2s.D:R:HashBlockSizeBlake2s_160
- Crypto.Hash.Blake2s.D:R:HashDigestSizeBlake2s_160
- Crypto.Hash.Blake2s.D:R:HashInternalContextSizeBlake2s_160
- Crypto.Hash.Blake2s.D:R:HashBlockSizeBlake2s_224
- Crypto.Hash.Blake2s.D:R:HashDigestSizeBlake2s_224
- Crypto.Hash.Blake2s.D:R:HashInternalContextSizeBlake2s_224
- Crypto.Hash.Blake2s.D:R:HashBlockSizeBlake2s_256
- Crypto.Hash.Blake2s.D:R:HashDigestSizeBlake2s_256
- Crypto.Hash.Blake2s.D:R:HashInternalContextSizeBlake2s_256
- Crypto.Hash.Blake2bp.D:R:HashBlockSizeBlake2bp_512
- Crypto.Hash.Blake2bp.D:R:HashDigestSizeBlake2bp_512
- Crypto.Hash.Blake2bp.D:R:HashInternalContextSizeBlake2bp_512
- Crypto.Hash.Blake2b.D:R:HashBlockSizeBlake2b_160
- Crypto.Hash.Blake2b.D:R:HashDigestSizeBlake2b_160
- Crypto.Hash.Blake2b.D:R:HashInternalContextSizeBlake2b_160
- Crypto.Hash.Blake2b.D:R:HashBlockSizeBlake2b_224
- Crypto.Hash.Blake2b.D:R:HashDigestSizeBlake2b_224
- Crypto.Hash.Blake2b.D:R:HashInternalContextSizeBlake2b_224
- Crypto.Hash.Blake2b.D:R:HashBlockSizeBlake2b_256
- Crypto.Hash.Blake2b.D:R:HashDigestSizeBlake2b_256
- Crypto.Hash.Blake2b.D:R:HashInternalContextSizeBlake2b_256
- Crypto.Hash.Blake2b.D:R:HashBlockSizeBlake2b_384
- Crypto.Hash.Blake2b.D:R:HashDigestSizeBlake2b_384
- Crypto.Hash.Blake2b.D:R:HashInternalContextSizeBlake2b_384
- Crypto.Hash.Blake2b.D:R:HashBlockSizeBlake2b_512
- Crypto.Hash.Blake2b.D:R:HashDigestSizeBlake2b_512
- Crypto.Hash.Blake2b.D:R:HashInternalContextSizeBlake2b_512
- Crypto.Hash.SHAKE.cshakeInternalFinalize
- Crypto.Hash.SHAKE.cshakeOutputLength
- Crypto.Hash.SHAKE.D:R:HashBlockSizeSHAKE128
- Crypto.Hash.SHAKE.D:R:HashDigestSizeSHAKE128
- Crypto.Hash.SHAKE.D:R:HashInternalContextSizeSHAKE128
- Crypto.Hash.SHAKE.D:R:HashBlockSizeSHAKE256
- Crypto.Hash.SHAKE.D:R:HashDigestSizeSHAKE256
- Crypto.Hash.SHAKE.D:R:HashInternalContextSizeSHAKE256
- Crypto.Hash.Blake2.blake2InternalKeyedInit
- Crypto.Hash.Blake2.D:R:HashBlockSizeBlake2s
- Crypto.Hash.Blake2.D:R:HashDigestSizeBlake2s
- Crypto.Hash.Blake2.D:R:HashInternalContextSizeBlake2s
- Crypto.Hash.Blake2.D:R:HashBlockSizeBlake2b
- Crypto.Hash.Blake2.D:R:HashDigestSizeBlake2b
- Crypto.Hash.Blake2.D:R:HashInternalContextSizeBlake2b
- Crypto.Hash.Blake2.D:R:HashBlockSizeBlake2sp
- Crypto.Hash.Blake2.D:R:HashDigestSizeBlake2sp
- Crypto.Hash.Blake2.D:R:HashInternalContextSizeBlake2sp
- Crypto.Hash.Blake2.D:R:HashBlockSizeBlake2bp
- Crypto.Hash.Blake2.D:R:HashDigestSizeBlake2bp
- Crypto.Hash.Blake2.D:R:HashInternalContextSizeBlake2bp
- Crypto.PubKey.RSA.PKCS15.hashDigestASN1
Warning: Crypto.MAC.KMAC: could not find link destinations for:
- Crypto.Hash.SHAKE.cshakeInternalFinalize
- Crypto.Hash.SHAKE.cshakeOutputLength
Warning: Crypto.MAC.KeyedBlake2: could not find link destinations for:
- Crypto.Hash.Blake2.blake2InternalKeyedInit
Warning: Crypto.Number.ModArithmetic: could not find link destinations for:
- Crypto.Number.ModArithmetic.ModulusAssertionError
- Crypto.Number.ModArithmetic.CoprimesAssertionError
Warning: Crypto.Number.Nat: could not find link destinations for:
- Crypto.Internal.Nat.IsDiv8
- Crypto.Internal.Nat.IsGE
- Crypto.Internal.Nat.IsLE
Warning: Crypto.PubKey.Rabin.Types: could not find link destinations for:
- Crypto.PubKey.Rabin.Types.PrimeCondition
Warning: Crypto.PubKey.RSA.PKCS15: could not find link destinations for:
- Crypto.PubKey.RSA.PKCS15.hashDigestASN1
Warning: Crypto.ECC: could not find link destinations for:
- Crypto.Internal.Builder.Builder
- Crypto.ECC.D:R:PointCurve_P256R1
- Crypto.ECC.D:R:ScalarCurve_P256R1
- Crypto.ECC.D:R:PointCurve_P384R1
- Crypto.ECC.D:R:ScalarCurve_P384R1
- Crypto.ECC.D:R:PointCurve_P521R1
- Crypto.ECC.D:R:ScalarCurve_P521R1
- Crypto.ECC.D:R:PointCurve_X25519
- Crypto.ECC.D:R:ScalarCurve_X25519
- Crypto.ECC.D:R:PointCurve_X448
- Crypto.ECC.D:R:ScalarCurve_X448
- Crypto.ECC.D:R:PointCurve_Edwards25519
- Crypto.ECC.D:R:ScalarCurve_Edwards25519
- Crypto.PubKey.EdDSA.hashWithDom
- Crypto.PubKey.EdDSA.pointPublic
- Crypto.PubKey.EdDSA.publicPoint
- Crypto.PubKey.EdDSA.encodeScalarLE
- Crypto.PubKey.EdDSA.decodeScalarLE
- Crypto.PubKey.EdDSA.scheduleSecret
- Crypto.PubKey.EdDSA.D:R:CurveDigestSizeCurve_Edwards25519
Warning: Crypto.PubKey.EdDSA: could not find link destinations for:
- Crypto.Internal.Builder.Builder
- Crypto.PubKey.EdDSA.hashWithDom
- Crypto.PubKey.EdDSA.pointPublic
- Crypto.PubKey.EdDSA.publicPoint
- Crypto.PubKey.EdDSA.encodeScalarLE
- Crypto.PubKey.EdDSA.decodeScalarLE
- Crypto.PubKey.EdDSA.scheduleSecret
- Crypto.PubKey.EdDSA.D:R:CurveDigestSizeCurve_Edwards25519
Documentation created: dist/doc/html/crypton/,
dist/doc/html/crypton/crypton.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/crypton-1.0.4-Acr3QKbFZR6LKeKsaKrRPf
Completed crypton-1.0.4
Warning: asn1-types.cabal:17:34: version operators used. To use version
operators the package needs to specify at least 'cabal-version: >= 1.8'.
Configuring asn1-types-0.3.4...
Preprocessing library for asn1-types-0.3.4..
Building library for asn1-types-0.3.4..
[1 of 6] Compiling Data.ASN1.BitArray ( Data/ASN1/BitArray.hs, dist/build/Data/ASN1/BitArray.o, dist/build/Data/ASN1/BitArray.dyn_o )
[2 of 6] Compiling Data.ASN1.OID ( Data/ASN1/OID.hs, dist/build/Data/ASN1/OID.o, dist/build/Data/ASN1/OID.dyn_o )
[3 of 6] Compiling Data.ASN1.Types.Lowlevel ( Data/ASN1/Types/Lowlevel.hs, dist/build/Data/ASN1/Types/Lowlevel.o, dist/build/Data/ASN1/Types/Lowlevel.dyn_o )
[4 of 6] Compiling Data.ASN1.Types.String ( Data/ASN1/Types/String.hs, dist/build/Data/ASN1/Types/String.o, dist/build/Data/ASN1/Types/String.dyn_o )
[5 of 6] Compiling Data.ASN1.Types ( Data/ASN1/Types.hs, dist/build/Data/ASN1/Types.o, dist/build/Data/ASN1/Types.dyn_o )
[6 of 6] Compiling Data.ASN1.Pretty ( Data/ASN1/Pretty.hs, dist/build/Data/ASN1/Pretty.o, dist/build/Data/ASN1/Pretty.dyn_o )
Preprocessing library for asn1-types-0.3.4..
Running Haddock on library for asn1-types-0.3.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 6] Compiling Data.ASN1.BitArray ( Data/ASN1/BitArray.hs, nothing )
[2 of 6] Compiling Data.ASN1.OID ( Data/ASN1/OID.hs, nothing )
[3 of 6] Compiling Data.ASN1.Types.Lowlevel ( Data/ASN1/Types/Lowlevel.hs, nothing )
[4 of 6] Compiling Data.ASN1.Types.String ( Data/ASN1/Types/String.hs, nothing )
[5 of 6] Compiling Data.ASN1.Types ( Data/ASN1/Types.hs, nothing )
[6 of 6] Compiling Data.ASN1.Pretty ( Data/ASN1/Pretty.hs, nothing )
Haddock coverage:
100% ( 10 / 10) in 'Data.ASN1.BitArray'
100% ( 5 / 5) in 'Data.ASN1.OID'
100% ( 8 / 8) in 'Data.ASN1.Types.Lowlevel'
Warning: 'ASN1CharacterString' is ambiguous. It is defined
* at Data/ASN1/Types/String.hs:73:28
* at Data/ASN1/Types/String.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/ASN1/Types/String.hs:73:1
100% ( 5 / 5) in 'Data.ASN1.Types.String'
100% ( 13 / 13) in 'Data.ASN1.Types'
66% ( 2 / 3) in 'Data.ASN1.Pretty'
Missing documentation for:
PrettyType (Data/ASN1/Pretty.hs:19)
Documentation created: dist/doc/html/asn1-types/,
dist/doc/html/asn1-types/asn1-types.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/asn1-types-0.3.4-Aa1ZVoLBx5MJGI4oB0bhzz
Completed asn1-types-0.3.4
Configuring filepattern-0.1.3...
Preprocessing library for filepattern-0.1.3..
Building library for filepattern-0.1.3..
[1 of 8] Compiling System.FilePattern.ListBy ( src/System/FilePattern/ListBy.hs, dist/build/System/FilePattern/ListBy.o, dist/build/System/FilePattern/ListBy.dyn_o )
[2 of 8] Compiling System.FilePattern.Monads ( src/System/FilePattern/Monads.hs, dist/build/System/FilePattern/Monads.o, dist/build/System/FilePattern/Monads.dyn_o )
[3 of 8] Compiling System.FilePattern.Tree ( src/System/FilePattern/Tree.hs, dist/build/System/FilePattern/Tree.o, dist/build/System/FilePattern/Tree.dyn_o )
src/System/FilePattern/Tree.hs:16:45: 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."
|
16 | f xs = Tree (map fst empty) [(fst $ head gs, f $ map snd gs) | gs <- groups]
| ^^^^
[4 of 8] Compiling System.FilePattern.Wildcard ( src/System/FilePattern/Wildcard.hs, dist/build/System/FilePattern/Wildcard.o, dist/build/System/FilePattern/Wildcard.dyn_o )
[5 of 8] Compiling System.FilePattern.Core ( src/System/FilePattern/Core.hs, dist/build/System/FilePattern/Core.o, dist/build/System/FilePattern/Core.dyn_o )
[6 of 8] Compiling System.FilePattern.Step ( src/System/FilePattern/Step.hs, dist/build/System/FilePattern/Step.o, dist/build/System/FilePattern/Step.dyn_o )
[7 of 8] Compiling System.FilePattern.Directory ( src/System/FilePattern/Directory.hs, dist/build/System/FilePattern/Directory.o, dist/build/System/FilePattern/Directory.dyn_o )
[8 of 8] Compiling System.FilePattern ( src/System/FilePattern.hs, dist/build/System/FilePattern.o, dist/build/System/FilePattern.dyn_o )
Preprocessing library for filepattern-0.1.3..
Running Haddock on library for filepattern-0.1.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 8] Compiling System.FilePattern.ListBy ( src/System/FilePattern/ListBy.hs, nothing )
[2 of 8] Compiling System.FilePattern.Monads ( src/System/FilePattern/Monads.hs, nothing )
[3 of 8] Compiling System.FilePattern.Tree ( src/System/FilePattern/Tree.hs, nothing )
src/System/FilePattern/Tree.hs:16:45: 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."
|
16 | f xs = Tree (map fst empty) [(fst $ head gs, f $ map snd gs) | gs <- groups]
| ^^^^
[4 of 8] Compiling System.FilePattern.Wildcard ( src/System/FilePattern/Wildcard.hs, nothing )
[5 of 8] Compiling System.FilePattern.Core ( src/System/FilePattern/Core.hs, nothing )
[6 of 8] Compiling System.FilePattern.Step ( src/System/FilePattern/Step.hs, nothing )
[7 of 8] Compiling System.FilePattern.Directory ( src/System/FilePattern/Directory.hs, nothing )
[8 of 8] Compiling System.FilePattern ( src/System/FilePattern.hs, nothing )
Haddock coverage:
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: 'Step' is ambiguous. It is defined
* at src/System/FilePattern/Step.hs:60:15
* at src/System/FilePattern/Step.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/System/FilePattern/Step.hs:60:1
100% ( 5 / 5) in 'System.FilePattern.Directory'
100% ( 12 / 12) in 'System.FilePattern'
Documentation created: dist/doc/html/filepattern/,
dist/doc/html/filepattern/filepattern.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/filepattern-0.1.3-JpxXjnQNrUHE3B3QHoyi5N
Completed filepattern-0.1.3
Configuring ansi-terminal-1.1.3...
Preprocessing library for ansi-terminal-1.1.3..
Building library for ansi-terminal-1.1.3..
[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.3..
Running Haddock on library for ansi-terminal-1.1.3..
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:415)
cursorDown (src/System/Console/ANSI.hs:416)
cursorForward (src/System/Console/ANSI.hs:417)
cursorBackward (src/System/Console/ANSI.hs:418)
hCursorUp (src/System/Console/ANSI.hs:407)
hCursorDown (src/System/Console/ANSI.hs:408)
hCursorForward (src/System/Console/ANSI.hs:409)
hCursorBackward (src/System/Console/ANSI.hs:410)
cursorUpCode
cursorDownCode
cursorForwardCode
cursorBackwardCode
cursorUpLine (src/System/Console/ANSI.hs:431)
cursorDownLine (src/System/Console/ANSI.hs:430)
hCursorUpLine (src/System/Console/ANSI.hs:425)
hCursorDownLine (src/System/Console/ANSI.hs:424)
cursorUpLineCode
cursorDownLineCode
hSetCursorColumn (src/System/Console/ANSI.hs:437)
hSetCursorPosition (src/System/Console/ANSI.hs:451)
hSaveCursor (src/System/Console/ANSI.hs:462)
hRestoreCursor (src/System/Console/ANSI.hs:463)
hReportCursorPosition (src/System/Console/ANSI.hs:464)
clearFromCursorToScreenEnd (src/System/Console/ANSI.hs:1036)
clearFromCursorToScreenBeginning (src/System/Console/ANSI.hs:1037)
clearScreen (src/System/Console/ANSI.hs:1038)
clearFromCursorToLineEnd (src/System/Console/ANSI.hs:1048)
clearFromCursorToLineBeginning (src/System/Console/ANSI.hs:1049)
clearLine (src/System/Console/ANSI.hs:1050)
hClearFromCursorToScreenEnd (src/System/Console/ANSI.hs:1030)
hClearFromCursorToScreenBeginning (src/System/Console/ANSI.hs:1031)
hClearScreen (src/System/Console/ANSI.hs:1033)
hClearFromCursorToLineEnd (src/System/Console/ANSI.hs:1043)
hClearFromCursorToLineBeginning (src/System/Console/ANSI.hs:1044)
hClearLine (src/System/Console/ANSI.hs:1045)
clearFromCursorToScreenEndCode
clearFromCursorToScreenBeginningCode
clearScreenCode
clearFromCursorToLineEndCode
clearFromCursorToLineBeginningCode
clearLineCode
enableLineWrap (src/System/Console/ANSI.hs:1059)
disableLineWrap (src/System/Console/ANSI.hs:1060)
hEnableLineWrap (src/System/Console/ANSI.hs:1055)
hDisableLineWrap (src/System/Console/ANSI.hs:1056)
enableLineWrapCode
disableLineWrapCode
scrollPageUp (src/System/Console/ANSI.hs:1072)
scrollPageDown (src/System/Console/ANSI.hs:1073)
hScrollPageUp (src/System/Console/ANSI.hs:1066)
hScrollPageDown (src/System/Console/ANSI.hs:1067)
scrollPageUpCode
scrollPageDownCode
hUseAlternateScreenBuffer (src/System/Console/ANSI.hs:508)
hUseNormalScreenBuffer (src/System/Console/ANSI.hs:511)
useAlternateScreenBufferCode
useNormalScreenBufferCode
hReportLayerColor (src/System/Console/ANSI.hs:815)
hSetSGR (src/System/Console/ANSI.hs:1016)
setSGRCode
hideCursor (src/System/Console/ANSI.hs:504)
showCursor (src/System/Console/ANSI.hs:505)
hHideCursor (src/System/Console/ANSI.hs:500)
hShowCursor (src/System/Console/ANSI.hs:501)
hideCursorCode
showCursorCode
hHyperlink (src/System/Console/ANSI.hs:570)
hHyperlinkWithId (src/System/Console/ANSI.hs:592)
hHyperlinkWithParams (src/System/Console/ANSI.hs:547)
hSetTitle (src/System/Console/ANSI.hs:612)
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.3-9wpti7DRjVIBzQawv4Tcnx
Completed ansi-terminal-1.1.3
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-7WjWdRAhou4BE339QV6XNE
Completed cookie-0.5.1
Configuring unix-time-0.4.17...
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 xlocale.h usability... no
checking xlocale.h presence... no
checking for xlocale.h... no
checking for strptime_l... yes
checking for timegm... yes
checking whether _mkgmtime is declared... no
checking for _get_current_locale... no
checking for _create_locale... no
checking for strtol_l... yes
checking for strtoll_l... yes
checking for _isspace_l... no
checking for _isupper_l... no
checking for _isdigit_l... no
checking for _isblank_l... no
configure: creating ./config.status
config.status: creating cbits/config.h
Preprocessing library for unix-time-0.4.17..
Building library for unix-time-0.4.17..
[1 of 5] Compiling Data.UnixTime.Types ( dist/build/Data/UnixTime/Types.hs, dist/build/Data/UnixTime/Types.o, dist/build/Data/UnixTime/Types.dyn_o )
Data/UnixTime/Types.hsc:5: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()
|
5 | import Control.Applicative ((<$>), (<*>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 5] Compiling Data.UnixTime.Sys ( dist/build/Data/UnixTime/Sys.hs, dist/build/Data/UnixTime/Sys.o, dist/build/Data/UnixTime/Sys.dyn_o )
[3 of 5] Compiling Data.UnixTime.Diff ( Data/UnixTime/Diff.hs, dist/build/Data/UnixTime/Diff.o, dist/build/Data/UnixTime/Diff.dyn_o )
[4 of 5] Compiling Data.UnixTime.Conv ( Data/UnixTime/Conv.hs, dist/build/Data/UnixTime/Conv.o, dist/build/Data/UnixTime/Conv.dyn_o )
Data/UnixTime/Conv.hs:17: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()
|
17 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
[5 of 5] Compiling Data.UnixTime ( Data/UnixTime.hs, dist/build/Data/UnixTime.o, dist/build/Data/UnixTime.dyn_o )
Preprocessing library for unix-time-0.4.17..
Running Haddock on library for unix-time-0.4.17..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling Data.UnixTime.Types ( dist/build/Data/UnixTime/Types.hs, nothing )
Data/UnixTime/Types.hsc:5: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()
|
5 | import Control.Applicative ((<$>), (<*>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 5] Compiling Data.UnixTime.Sys ( dist/build/Data/UnixTime/Sys.hs, nothing )
[3 of 5] Compiling Data.UnixTime.Diff ( Data/UnixTime/Diff.hs, nothing )
[4 of 5] Compiling Data.UnixTime.Conv ( Data/UnixTime/Conv.hs, nothing )
Data/UnixTime/Conv.hs:17: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()
|
17 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
[5 of 5] Compiling Data.UnixTime ( Data/UnixTime.hs, nothing )
Haddock coverage:
Warning: 'UnixDiffTime' is ambiguous. It is defined
* at Data/UnixTime/Types.hsc:115:21
* at Data/UnixTime/Types.hsc: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 Data/UnixTime/Types.hsc:115:1
Warning: 'UnixTime' is ambiguous. It is defined
* at Data/UnixTime/Types.hsc:33:17
* at Data/UnixTime/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 Data/UnixTime/Types.hsc:33:1
Warning: 'UnixTime' is ambiguous. It is defined
* at Data/UnixTime/Types.hsc:33:17
* at Data/UnixTime/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 Data/UnixTime/Types.hsc:33:1
Warning: 'UnixTime' is ambiguous. It is defined
* at Data/UnixTime/Types.hsc:33:17
* at Data/UnixTime/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 Data/UnixTime/Types.hsc:33:1
96% ( 24 / 25) in 'Data.UnixTime'
Missing documentation for:
Module header
Warning: Data.UnixTime: could not find link destinations for:
- Data.UnixTime.Types.Rep_UnixTime
Documentation created: dist/doc/html/unix-time/,
dist/doc/html/unix-time/unix-time.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/unix-time-0.4.17-EIF5s3rFCXX6vdCSU1LLb9
Completed unix-time-0.4.17
Configuring unordered-containers-0.2.20.1...
Preprocessing library for unordered-containers-0.2.20.1..
Building library for unordered-containers-0.2.20.1..
Data/HashMap/Internal.hs:12:14-23: warning: [GHC-53692] [-Wdeprecated-flags]
-XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead
|
12 | {-# LANGUAGE TypeInType #-}
| ^^^^^^^^^^
[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 )
Data/HashMap/Internal/Array.hs:83:1-35: 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()
|
83 | import Control.Applicative (liftA2)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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.20.1..
Running Haddock on library for unordered-containers-0.2.20.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
Data/HashMap/Internal.hs:12:14-23: warning: [GHC-53692] [-Wdeprecated-flags]
-XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead
|
12 | {-# LANGUAGE TypeInType #-}
| ^^^^^^^^^^
[1 of 9] Compiling Data.HashMap.Internal.Array ( Data/HashMap/Internal/Array.hs, nothing )
Data/HashMap/Internal/Array.hs:83:1-35: 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()
|
83 | import Control.Applicative (liftA2)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:
33% ( 16 / 48) in 'Data.HashMap.Internal.Array'
Missing documentation for:
Array (Data/HashMap/Internal/Array.hs:125)
MArray (Data/HashMap/Internal/Array.hs:157)
new_ (Data/HashMap/Internal/Array.hs:208)
singleton (Data/HashMap/Internal/Array.hs:225)
singletonM (Data/HashMap/Internal/Array.hs:229)
snoc (Data/HashMap/Internal/Array.hs:233)
pair (Data/HashMap/Internal/Array.hs:242)
length (Data/HashMap/Internal/Array.hs:154)
lengthM (Data/HashMap/Internal/Array.hs:162)
read (Data/HashMap/Internal/Array.hs:249)
write (Data/HashMap/Internal/Array.hs:255)
index (Data/HashMap/Internal/Array.hs:262)
indexM (Data/HashMap/Internal/Array.hs:274)
index# (Data/HashMap/Internal/Array.hs:268)
sameArray1 (Data/HashMap/Internal/Array.hs:140)
unsafeFreeze (Data/HashMap/Internal/Array.hs:280)
unsafeThaw (Data/HashMap/Internal/Array.hs:286)
unsafeSameArray (Data/HashMap/Internal/Array.hs:136)
run (Data/HashMap/Internal/Array.hs:292)
cloneM (Data/HashMap/Internal/Array.hs:314)
foldl (Data/HashMap/Internal/Array.hs:404)
foldl' (Data/HashMap/Internal/Array.hs:375)
foldr (Data/HashMap/Internal/Array.hs:394)
foldr' (Data/HashMap/Internal/Array.hs:385)
foldMap (Data/HashMap/Internal/Array.hs:417)
thaw (Data/HashMap/Internal/Array.hs:436)
map (Data/HashMap/Internal/Array.hs:461)
traverse (Data/HashMap/Internal/Array.hs:537)
traverse' (Data/HashMap/Internal/Array.hs:553)
toList (Data/HashMap/Internal/Array.hs:529)
fromList (Data/HashMap/Internal/Array.hs:494)
fromList' (Data/HashMap/Internal/Array.hs:506)
25% ( 1 / 4) in 'Data.HashMap.Internal.List'
Missing documentation for:
isPermutationBy (Data/HashMap/Internal/List.hs:40)
deleteBy (Data/HashMap/Internal/List.hs:83)
unorderedCompare (Data/HashMap/Internal/List.hs:68)
Warning: 'Leaf' is ambiguous. It is defined
* at Data/HashMap/Internal.hs:227:7
* at Data/HashMap/Internal.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 Data/HashMap/Internal.hs:187:1
Warning: 'at' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
88% ( 93 /105) in 'Data.HashMap.Internal'
Missing documentation for:
Leaf (Data/HashMap/Internal.hs:187)
intersectionWithKey# (Data/HashMap/Internal.hs:1859)
updateOrConcatWithKey (Data/HashMap/Internal.hs:2373)
equalKeys (Data/HashMap/Internal.hs:513)
equalKeys1 (Data/HashMap/Internal.hs:497)
lookupRecordCollision (Data/HashMap/Internal.hs:680)
LookupRes (Data/HashMap/Internal.hs:659)
lookupResToMaybe (Data/HashMap/Internal.hs:662)
insert' (Data/HashMap/Internal.hs:808)
delete' (Data/HashMap/Internal.hs:1126)
insertNewKey (Data/HashMap/Internal.hs:850)
insertKeyExists (Data/HashMap/Internal.hs:885)
50% ( 3 / 6) in 'Data.HashMap.Internal.Debug'
Missing documentation for:
valid (Data/HashMap/Internal/Debug.hs:98)
Validity (Data/HashMap/Internal/Debug.hs:43)
SubHashPath (Data/HashMap/Internal/Debug.hs:75)
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% ( 67 / 67) in 'Data.HashMap.Internal.Strict'
Warning: 'HashSet' is ambiguous. It is defined
* at Data/HashSet/Internal.hs:112:21
* at Data/HashSet/Internal.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 Data/HashSet/Internal.hs:112:1
100% ( 35 / 35) in 'Data.HashSet.Internal'
Warning: 'HashSet' is ambiguous. It is defined
* at Data/HashSet/Internal.hs:112:21
* at Data/HashSet/Internal.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 Data/HashSet/Internal.hs:112:1
100% ( 32 / 32) in 'Data.HashSet'
100% ( 69 / 69) in 'Data.HashMap.Strict'
100% ( 69 / 69) in 'Data.HashMap.Lazy'
Warning: Data.HashMap.Internal: could not find link destinations for:
- 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.20.1-2zPIyeV4bf3B7OebcLriWP
Completed unordered-containers-0.2.20.1
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-G7gSbzqeYVdKyTcA2Kt3JF
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-ItKRGGFxjn8KIPmhqWpIvT
Completed these-1.2.1
Configuring text-short-0.1.6...
Preprocessing library for text-short-0.1.6..
Building library for text-short-0.1.6..
[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..
Running Haddock on library for text-short-0.1.6..
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-Eux31jTj1aFdU2M0MQmhk
Completed text-short-0.1.6
Configuring scientific-0.3.8.0...
Preprocessing library for scientific-0.3.8.0..
Building library for scientific-0.3.8.0..
[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 )
src/Data/Scientific.hs:1041:16: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type [Char] not matched:
[]
[]
[]
|
1041 | (d:ds') = map intToDigit (if ei > 0 then init is' else is')
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Scientific.hs:1057:11: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding: Patterns of type [Char] not matched: []
|
1057 | d:ds' = map intToDigit (if ei > 0 then is' else 0:is')
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 ((<>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Text/Lazy/Builder/Scientific.hs:60:12: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type [Char] not matched:
[]
[]
[]
|
60 | (d:ds') = map i2d (if ei > 0 then init is' else is')
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Text/Lazy/Builder/Scientific.hs:88:11: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding: Patterns of type [Char] not matched: []
|
88 | d:ds' = map i2d (if ei > 0 then is' else 0:is')
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 ((<>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/ByteString/Builder/Scientific.hs:64:12: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type [Char] not matched:
[]
[]
[]
|
64 | (d:ds') = map i2d (if ei > 0 then init is' else is')
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/ByteString/Builder/Scientific.hs:94:11: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding: Patterns of type [Char] not matched: []
|
94 | d:ds' = map i2d (if ei > 0 then is' else 0:is')
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Preprocessing library for scientific-0.3.8.0..
Running Haddock on library for scientific-0.3.8.0..
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.0-8vyHQZhJR567zEOxWyS20s
Completed scientific-0.3.8.0
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:103:41: warning: [GHC-38856] [-Wunused-imports]
The import of hashWithSalt1
from module Data.Hashable.Lifted is redundant
|
103 | import Data.Hashable.Lifted (Hashable1, hashWithSalt1)
| ^^^^^^^^^^^^^
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:103:41: warning: [GHC-38856] [-Wunused-imports]
The import of hashWithSalt1
from module Data.Hashable.Lifted is redundant
|
103 | import Data.Hashable.Lifted (Hashable1, hashWithSalt1)
| ^^^^^^^^^^^^^
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-GpJ5pQXpT8dE6VAQqFvoqI
Completed data-fix-0.3.4
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-I5miA1P9P08Ea6jPBHb3WY
Completed case-insensitive-1.2.1.0
Configuring async-2.2.5...
Preprocessing library for async-2.2.5..
Building library for async-2.2.5..
[1 of 2] 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 2] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.hs, dist/build/Control/Concurrent/Async.o, dist/build/Control/Concurrent/Async.dyn_o )
Preprocessing library for async-2.2.5..
Running Haddock on library for async-2.2.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] 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 2] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.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:69:16
* at Control/Concurrent/Async/Internal.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 Control/Concurrent/Async/Internal.hs:69:1
Warning: 'ExceptionInLinkedThread' is ambiguous. It is defined
* at Control/Concurrent/Async/Internal.hs:461:3
* at Control/Concurrent/Async/Internal.hs:460:1
You 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:460:1
Warning: 'AsyncCancelled' is ambiguous. It is defined
* at Control/Concurrent/Async/Internal.hs:274:23
* at Control/Concurrent/Async/Internal.hs:274:1
You 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:274: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
86% ( 58 / 67) in 'Control.Concurrent.Async.Internal'
Missing documentation for:
asyncUsing (Control/Concurrent/Async/Internal.hs:124)
withAsyncUsing (Control/Concurrent/Async/Internal.hs:178)
ExceptionInLinkedThread (Control/Concurrent/Async/Internal.hs:460)
isCancel (Control/Concurrent/Async/Internal.hs:542)
concurrently' (Control/Concurrent/Async/Internal.hs:649)
catchAll (Control/Concurrent/Async/Internal.hs:858)
tryAll (Control/Concurrent/Async/Internal.hs:861)
rawForkIO (Control/Concurrent/Async/Internal.hs:868)
rawForkOn (Control/Concurrent/Async/Internal.hs:873)
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:69:16
* at Control/Concurrent/Async/Internal.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 Control/Concurrent/Async/Internal.hs:69:1
Warning: 'Concurrently' is ambiguous. It is defined
* at Control/Concurrent/Async/Internal.hs:775:26
* at Control/Concurrent/Async/Internal.hs:775:1
You 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:775: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:460)
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.5-DRFV2Ni7wRk2vNEod8lEbg
Completed async-2.2.5
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-Dihh8oyn4Xm9pD3m2oqNEy
Completed uuid-types-1.0.6
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-AILPV9PVMg4dqCs2Nxxu6
Completed temporary-1.3
Configuring QuickCheck-2.16.0.0...
Preprocessing library for QuickCheck-2.16.0.0..
Building library for QuickCheck-2.16.0.0..
[ 1 of 17] Compiling Test.QuickCheck.Exception ( src/Test/QuickCheck/Exception.hs, dist/build/Test/QuickCheck/Exception.o, dist/build/Test/QuickCheck/Exception.dyn_o )
[ 2 of 17] 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 17] 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 17] 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 17] Compiling Test.QuickCheck.Arbitrary ( src/Test/QuickCheck/Arbitrary.hs, dist/build/Test/QuickCheck/Arbitrary.o, dist/build/Test/QuickCheck/Arbitrary.dyn_o )
[ 6 of 17] Compiling Test.QuickCheck.Poly ( src/Test/QuickCheck/Poly.hs, dist/build/Test/QuickCheck/Poly.o, dist/build/Test/QuickCheck/Poly.dyn_o )
[ 7 of 17] Compiling Test.QuickCheck.Modifiers ( src/Test/QuickCheck/Modifiers.hs, dist/build/Test/QuickCheck/Modifiers.o, dist/build/Test/QuickCheck/Modifiers.dyn_o )
[ 8 of 17] Compiling Test.QuickCheck.Function ( src/Test/QuickCheck/Function.hs, dist/build/Test/QuickCheck/Function.o, dist/build/Test/QuickCheck/Function.dyn_o )
[ 9 of 17] Compiling Test.QuickCheck.Text ( src/Test/QuickCheck/Text.hs, dist/build/Test/QuickCheck/Text.o, dist/build/Test/QuickCheck/Text.dyn_o )
[10 of 17] Compiling Test.QuickCheck.State ( src/Test/QuickCheck/State.hs, dist/build/Test/QuickCheck/State.o, dist/build/Test/QuickCheck/State.dyn_o )
[11 of 17] Compiling Test.QuickCheck.Property ( src/Test/QuickCheck/Property.hs, dist/build/Test/QuickCheck/Property.o, dist/build/Test/QuickCheck/Property.dyn_o )
[12 of 17] 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 17] Compiling Test.QuickCheck.Monoids ( src/Test/QuickCheck/Monoids.hs, dist/build/Test/QuickCheck/Monoids.o, dist/build/Test/QuickCheck/Monoids.dyn_o )
[14 of 17] Compiling Test.QuickCheck.Monadic ( src/Test/QuickCheck/Monadic.hs, dist/build/Test/QuickCheck/Monadic.o, dist/build/Test/QuickCheck/Monadic.dyn_o )
[15 of 17] Compiling Test.QuickCheck.All ( src/Test/QuickCheck/All.hs, dist/build/Test/QuickCheck/All.o, dist/build/Test/QuickCheck/All.dyn_o )
[16 of 17] Compiling Test.QuickCheck.Features ( src/Test/QuickCheck/Features.hs, dist/build/Test/QuickCheck/Features.o, dist/build/Test/QuickCheck/Features.dyn_o )
[17 of 17] Compiling Test.QuickCheck ( src/Test/QuickCheck.hs, dist/build/Test/QuickCheck.o, dist/build/Test/QuickCheck.dyn_o )
Preprocessing library for QuickCheck-2.16.0.0..
Running Haddock on library for QuickCheck-2.16.0.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 17] Compiling Test.QuickCheck.Exception ( src/Test/QuickCheck/Exception.hs, nothing )
[ 2 of 17] 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 17] 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 17] Compiling Test.QuickCheck.Gen.Unsafe ( src/Test/QuickCheck/Gen/Unsafe.hs, nothing )
[ 5 of 17] Compiling Test.QuickCheck.Arbitrary ( src/Test/QuickCheck/Arbitrary.hs, nothing )
[ 6 of 17] Compiling Test.QuickCheck.Poly ( src/Test/QuickCheck/Poly.hs, nothing )
[ 7 of 17] Compiling Test.QuickCheck.Modifiers ( src/Test/QuickCheck/Modifiers.hs, nothing )
[ 8 of 17] Compiling Test.QuickCheck.Function ( src/Test/QuickCheck/Function.hs, nothing )
[ 9 of 17] Compiling Test.QuickCheck.Text ( src/Test/QuickCheck/Text.hs, nothing )
[10 of 17] Compiling Test.QuickCheck.State ( src/Test/QuickCheck/State.hs, nothing )
[11 of 17] Compiling Test.QuickCheck.Property ( src/Test/QuickCheck/Property.hs, nothing )
[12 of 17] 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 17] Compiling Test.QuickCheck.Monoids ( src/Test/QuickCheck/Monoids.hs, nothing )
[14 of 17] Compiling Test.QuickCheck.Monadic ( src/Test/QuickCheck/Monadic.hs, nothing )
[15 of 17] Compiling Test.QuickCheck.All ( src/Test/QuickCheck/All.hs, nothing )
[16 of 17] Compiling Test.QuickCheck.Features ( src/Test/QuickCheck/Features.hs, nothing )
[17 of 17] Compiling Test.QuickCheck ( src/Test/QuickCheck.hs, nothing )
Haddock coverage:
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: '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:298)
shrink1 (src/Test/QuickCheck/Arbitrary.hs:301)
arbitrary2 (src/Test/QuickCheck/Arbitrary.hs:310)
shrink2 (src/Test/QuickCheck/Arbitrary.hs:313)
RecursivelyShrink (src/Test/QuickCheck/Arbitrary.hs:325)
GSubterms (src/Test/QuickCheck/Arbitrary.hs:356)
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:94:19
* at src/Test/QuickCheck/Modifiers.hs:94:1
You may 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:94:1
Warning: 'NonNegative' is ambiguous. It is defined
* at src/Test/QuickCheck/Modifiers.hs:312:25
* at src/Test/QuickCheck/Modifiers.hs:312:1
You may 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:312:1
Warning: 'Large' is ambiguous. It is defined
* at src/Test/QuickCheck/Modifiers.hs:351:19
* at src/Test/QuickCheck/Modifiers.hs:351:1
You may 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:351:1
95% ( 22 / 23) in 'Test.QuickCheck.Modifiers'
Missing documentation for:
ShrinkState (src/Test/QuickCheck/Modifiers.hs:487)
Warning: 'Fun' is ambiguous. It is defined
* at src/Test/QuickCheck/Function.hs:546:16
* at src/Test/QuickCheck/Function.hs:546:1
You may 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:546:1
100% ( 22 / 22) in 'Test.QuickCheck.Function'
Warning: 'Discard' is ambiguous. It is defined
* at src/Test/QuickCheck/Property.hs:114:16
* at src/Test/QuickCheck/Property.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/Test/QuickCheck/Property.hs:114:1
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
66% ( 2 / 3) in 'Test.QuickCheck.Monoids'
Missing documentation for:
Module header
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: 'Fun' is ambiguous. It is defined
* at src/Test/QuickCheck/Function.hs:546:16
* at src/Test/QuickCheck/Function.hs:546:1
You may 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:546:1
Warning: 'Blind' is ambiguous. It is defined
* at src/Test/QuickCheck/Modifiers.hs:94:19
* at src/Test/QuickCheck/Modifiers.hs:94:1
You may 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:94:1
Warning: 'NonNegative' is ambiguous. It is defined
* at src/Test/QuickCheck/Modifiers.hs:312:25
* at src/Test/QuickCheck/Modifiers.hs:312:1
You may 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:312:1
96% (203 /211) in 'Test.QuickCheck'
Missing documentation for:
arbitrary1 (src/Test/QuickCheck/Arbitrary.hs:298)
shrink1 (src/Test/QuickCheck/Arbitrary.hs:301)
arbitrary2 (src/Test/QuickCheck/Arbitrary.hs:310)
shrink2 (src/Test/QuickCheck/Arbitrary.hs:313)
ShrinkState (src/Test/QuickCheck/Modifiers.hs:487)
Witness (src/Test/QuickCheck/Property.hs:262)
coerceWitness (src/Test/QuickCheck/Property.hs:268)
castWitness (src/Test/QuickCheck/Property.hs:273)
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.16.0.0-KAwywA1qBiHBj0KysskoJQ
Completed QuickCheck-2.16.0.0
Configuring comonad-5.0.9...
Preprocessing library for comonad-5.0.9..
Building library for comonad-5.0.9..
[ 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.9..
Running Haddock on library for comonad-5.0.9..
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:92)
runEnv (src/Control/Comonad/Trans/Env.hs:100)
EnvT (src/Control/Comonad/Trans/Env.hs:93)
runEnvT (src/Control/Comonad/Trans/Env.hs:103)
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:92)
runEnv (src/Control/Comonad/Trans/Env.hs:100)
EnvT (src/Control/Comonad/Trans/Env.hs:93)
runEnvT (src/Control/Comonad/Trans/Env.hs:103)
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.9-4TK9XQNRBF2DkssUp9SLRe
Completed comonad-5.0.9
Configuring monad-control-1.0.3.1...
Preprocessing library for monad-control-1.0.3.1..
Building library for monad-control-1.0.3.1..
[1 of 1] Compiling Control.Monad.Trans.Control ( src/Control/Monad/Trans/Control.hs, dist/build/Control/Monad/Trans/Control.o, dist/build/Control/Monad/Trans/Control.dyn_o )
src/Control/Monad/Trans/Control.hs:207:19: 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.
|
207 | type StT t a :: *
| ^
src/Control/Monad/Trans/Control.hs:546:21: 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.
|
546 | type StM m a :: *
| ^
Preprocessing library for monad-control-1.0.3.1..
Running Haddock on library for monad-control-1.0.3.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Control.Monad.Trans.Control ( src/Control/Monad/Trans/Control.hs, nothing )
src/Control/Monad/Trans/Control.hs:207:19: 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.
|
207 | type StT t a :: *
| ^
src/Control/Monad/Trans/Control.hs:546:21: 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.
|
546 | type StM m a :: *
| ^
Haddock coverage:
Warning: 'IdentityT' is ambiguous. It is defined
* in Control.Monad.Trans.Identity
* in Control.Monad.Trans.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 Control.Monad.Trans.Identity
Warning: 'MaybeT' is ambiguous. It is defined
* in Control.Monad.Trans.Maybe
* in Control.Monad.Trans.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 in Control.Monad.Trans.Maybe
Warning: 'ErrorT' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Error' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
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: 'ListT' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ReaderT' is ambiguous. It is defined
* in Control.Monad.Trans.Reader
* in Control.Monad.Trans.Reader
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.Reader
Warning: 'StateT' is ambiguous. It is defined
* in Control.Monad.Trans.State.Lazy
* in Control.Monad.Trans.State.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 Control.Monad.Trans.State.Lazy
Warning: 'WriterT' is ambiguous. It is defined
* in Control.Monad.Trans.Writer.Lazy
* in Control.Monad.Trans.Writer.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 Control.Monad.Trans.Writer.Lazy
Warning: 'RWST' is ambiguous. It is defined
* in Control.Monad.Trans.RWS.Lazy
* in Control.Monad.Trans.RWS.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 Control.Monad.Trans.RWS.Lazy
Warning: 'liftIO' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftBase' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'MonadIO' 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: 'lift' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'withFile' 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.
100% ( 35 / 35) in 'Control.Monad.Trans.Control'
Warning: Control.Monad.Trans.Control: could not find link destinations for:
- Control.Monad.Trans.Control.D:R:StTMaybeTa
- Control.Monad.Trans.Control.D:R:StTIdentityTa
- Control.Monad.Trans.Control.D:R:StMSTMa
- Control.Monad.Trans.Control.D:R:StMIdentitya
- Control.Monad.Trans.Control.D:R:StMLista
- Control.Monad.Trans.Control.D:R:StMMaybea
- Control.Monad.Trans.Control.D:R:StMIOa
Documentation created: dist/doc/html/monad-control/,
dist/doc/html/monad-control/monad-control.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/monad-control-1.0.3.1-FAFT25wsmcjJZRoEoOcnof
Completed monad-control-1.0.3.1
Configuring hpke-0.0.0...
Preprocessing library for hpke-0.0.0..
Building library for hpke-0.0.0..
[ 1 of 12] Compiling Crypto.HPKE.Types ( Crypto/HPKE/Types.hs, dist/build/Crypto/HPKE/Types.o, dist/build/Crypto/HPKE/Types.dyn_o )
[ 2 of 12] Compiling Crypto.HPKE.PublicKey ( Crypto/HPKE/PublicKey.hs, dist/build/Crypto/HPKE/PublicKey.o, dist/build/Crypto/HPKE/PublicKey.dyn_o )
[ 3 of 12] Compiling Crypto.HPKE.KEM ( Crypto/HPKE/KEM.hs, dist/build/Crypto/HPKE/KEM.o, dist/build/Crypto/HPKE/KEM.dyn_o )
[ 4 of 12] Compiling Crypto.HPKE.KDF ( Crypto/HPKE/KDF.hs, dist/build/Crypto/HPKE/KDF.o, dist/build/Crypto/HPKE/KDF.dyn_o )
[ 5 of 12] Compiling Crypto.HPKE.KeySchedule ( Crypto/HPKE/KeySchedule.hs, dist/build/Crypto/HPKE/KeySchedule.o, dist/build/Crypto/HPKE/KeySchedule.dyn_o )
[ 6 of 12] Compiling Crypto.HPKE.Context ( Crypto/HPKE/Context.hs, dist/build/Crypto/HPKE/Context.o, dist/build/Crypto/HPKE/Context.dyn_o )
[ 7 of 12] Compiling Crypto.HPKE.AEAD ( Crypto/HPKE/AEAD.hs, dist/build/Crypto/HPKE/AEAD.o, dist/build/Crypto/HPKE/AEAD.dyn_o )
[ 8 of 12] Compiling Crypto.HPKE.ID ( Crypto/HPKE/ID.hs, dist/build/Crypto/HPKE/ID.o, dist/build/Crypto/HPKE/ID.dyn_o )
[ 9 of 12] Compiling Crypto.HPKE.Setup ( Crypto/HPKE/Setup.hs, dist/build/Crypto/HPKE/Setup.o, dist/build/Crypto/HPKE/Setup.dyn_o )
[10 of 12] Compiling Crypto.HPKE.KeyPair ( Crypto/HPKE/KeyPair.hs, dist/build/Crypto/HPKE/KeyPair.o, dist/build/Crypto/HPKE/KeyPair.dyn_o )
[11 of 12] Compiling Crypto.HPKE.Internal ( Crypto/HPKE/Internal.hs, dist/build/Crypto/HPKE/Internal.o, dist/build/Crypto/HPKE/Internal.dyn_o )
[12 of 12] Compiling Crypto.HPKE ( Crypto/HPKE.hs, dist/build/Crypto/HPKE.o, dist/build/Crypto/HPKE.dyn_o )
Preprocessing library for hpke-0.0.0..
Running Haddock on library for hpke-0.0.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 12] Compiling Crypto.HPKE.Types ( Crypto/HPKE/Types.hs, nothing )
[ 2 of 12] Compiling Crypto.HPKE.PublicKey ( Crypto/HPKE/PublicKey.hs, nothing )
[ 3 of 12] Compiling Crypto.HPKE.KEM ( Crypto/HPKE/KEM.hs, nothing )
[ 4 of 12] Compiling Crypto.HPKE.KDF ( Crypto/HPKE/KDF.hs, nothing )
[ 5 of 12] Compiling Crypto.HPKE.KeySchedule ( Crypto/HPKE/KeySchedule.hs, nothing )
[ 6 of 12] Compiling Crypto.HPKE.Context ( Crypto/HPKE/Context.hs, nothing )
[ 7 of 12] Compiling Crypto.HPKE.AEAD ( Crypto/HPKE/AEAD.hs, nothing )
[ 8 of 12] Compiling Crypto.HPKE.ID ( Crypto/HPKE/ID.hs, nothing )
[ 9 of 12] Compiling Crypto.HPKE.Setup ( Crypto/HPKE/Setup.hs, nothing )
[10 of 12] Compiling Crypto.HPKE.KeyPair ( Crypto/HPKE/KeyPair.hs, nothing )
[11 of 12] Compiling Crypto.HPKE.Internal ( Crypto/HPKE/Internal.hs, nothing )
[12 of 12] Compiling Crypto.HPKE ( Crypto/HPKE.hs, nothing )
Haddock coverage:
Warning: 'mode_base' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'base_auth' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'KEM_ID' is ambiguous. It is defined
* at Crypto/HPKE/ID.hs:119:18
* at Crypto/HPKE/ID.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 Crypto/HPKE/ID.hs:119:1
23% ( 6 / 26) in 'Crypto.HPKE.Internal'
Missing documentation for:
Module header
HPKEMap (Crypto/HPKE/ID.hs:171)
defaultHPKEMap (Crypto/HPKE/ID.hs:178)
setupS (Crypto/HPKE/Setup.hs:137)
setupR (Crypto/HPKE/Setup.hs:171)
KEMGroup (Crypto/HPKE/ID.hs:156)
KDFHash (Crypto/HPKE/ID.hs:106)
AEADCipher (Crypto/HPKE/ID.hs:75)
Aead (Crypto/HPKE/AEAD.hs:24)
KDF (Crypto/HPKE/KDF.hs:28)
Mode (Crypto/HPKE/KeySchedule.hs:20)
PublicKey (Crypto/HPKE/PublicKey.hs:31)
SecretKey (Crypto/HPKE/PublicKey.hs:32)
Seal (Crypto/HPKE/Types.hs:98)
Open (Crypto/HPKE/Types.hs:99)
Nonce (Crypto/HPKE/Types.hs:87)
Suite (Crypto/HPKE/Types.hs:81)
Salt (Crypto/HPKE/Types.hs:79)
Label (Crypto/HPKE/Types.hs:82)
IKM (Crypto/HPKE/Types.hs:80)
100% ( 36 / 36) in 'Crypto.HPKE'
Documentation created: dist/doc/html/hpke/, dist/doc/html/hpke/hpke.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/hpke-0.0.0-JfwAW095u4NCF2ljguJIf1
Completed hpke-0.0.0
Configuring asn1-encoding-0.9.6...
Preprocessing library for asn1-encoding-0.9.6..
Building library for asn1-encoding-0.9.6..
[ 1 of 12] Compiling Data.ASN1.Error ( Data/ASN1/Error.hs, dist/build/Data/ASN1/Error.o, dist/build/Data/ASN1/Error.dyn_o )
[ 2 of 12] Compiling Data.ASN1.Get ( Data/ASN1/Get.hs, dist/build/Data/ASN1/Get.o, dist/build/Data/ASN1/Get.dyn_o )
Data/ASN1/Get.hs:31:29: warning: [GHC-38856] [-Wunused-imports]
The import of Applicative
from module Control.Applicative is redundant
|
31 | import Control.Applicative (Applicative(..),Alternative(..))
| ^^^^^^^^^^^^^^^
Data/ASN1/Get.hs:92:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical pure = return definition detected
in the instance declaration for Applicative Get.
Suggested fix:
Move definition from return to pure
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
92 | pure = return
| ^^^^^^^^^^^^^^
Data/ASN1/Get.hs:101:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical return definition detected
in the instance declaration for Monad Get.
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
|
101 | return a = Get $ \ s0 b0 m0 p0 _ ks -> ks s0 b0 m0 p0 a
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 3 of 12] Compiling Data.ASN1.Internal ( Data/ASN1/Internal.hs, dist/build/Data/ASN1/Internal.o, dist/build/Data/ASN1/Internal.dyn_o )
Data/ASN1/Internal.hs:44:32: 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."
|
44 | | i > 0 = if testBit (head uints) 7 then 0 : uints else uints
| ^^^^
Data/ASN1/Internal.hs:46:32: 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."
|
46 | | otherwise = if testBit (head nints) 7 then nints else 0xff : nints
| ^^^^
[ 4 of 12] Compiling Data.ASN1.Object ( Data/ASN1/Object.hs, dist/build/Data/ASN1/Object.o, dist/build/Data/ASN1/Object.dyn_o )
[ 5 of 12] Compiling Data.ASN1.Serialize ( Data/ASN1/Serialize.hs, dist/build/Data/ASN1/Serialize.o, dist/build/Data/ASN1/Serialize.dyn_o )
Data/ASN1/Serialize.hs:17: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()
|
17 | import Control.Applicative ((<$>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 6 of 12] Compiling Data.ASN1.BinaryEncoding.Writer ( Data/ASN1/BinaryEncoding/Writer.hs, dist/build/Data/ASN1/BinaryEncoding/Writer.o, dist/build/Data/ASN1/BinaryEncoding/Writer.dyn_o )
[ 7 of 12] Compiling Data.ASN1.BinaryEncoding.Parse ( Data/ASN1/BinaryEncoding/Parse.hs, dist/build/Data/ASN1/BinaryEncoding/Parse.o, dist/build/Data/ASN1/BinaryEncoding/Parse.dyn_o )
[ 8 of 12] Compiling Data.ASN1.BinaryEncoding.Raw ( Data/ASN1/BinaryEncoding/Raw.hs, dist/build/Data/ASN1/BinaryEncoding/Raw.o, dist/build/Data/ASN1/BinaryEncoding/Raw.dyn_o )
[ 9 of 12] Compiling Data.ASN1.Stream ( Data/ASN1/Stream.hs, dist/build/Data/ASN1/Stream.o, dist/build/Data/ASN1/Stream.dyn_o )
[10 of 12] Compiling Data.ASN1.Prim ( Data/ASN1/Prim.hs, dist/build/Data/ASN1/Prim.o, dist/build/Data/ASN1/Prim.dyn_o )
Data/ASN1/Prim.hs:55: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()
|
55 | import Data.Monoid
| ^^^^^^^^^^^^^^^^^^
Data/ASN1/Prim.hs:65: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()
|
65 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/ASN1/Prim.hs:259:11: warning: [GHC-63397] [-Wname-shadowing]
This binding for exponent shadows the existing binding
imported from Prelude at Data/ASN1/Prim.hs:13:8-21
(and originally defined in GHC.Float)
|
259 | exponent = exp' - fromIntegral scaleFactor
| ^^^^^^^^
Data/ASN1/Prim.hs:296:9: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding: Patterns of type [Word8] not matched: []
|
296 | (x:xs) = B.unpack s
| ^^^^^^^^^^^^^^^^^^^
Data/ASN1/Prim.hs:428:9: warning: [GHC-63397] [-Wname-shadowing]
This binding for exp shadows the existing binding
imported from Prelude at Data/ASN1/Prim.hs:13:8-21
(and originally defined in GHC.Float)
|
428 | (man, exp) = decodeFloat d
| ^^^
Data/ASN1/Prim.hs:429:14: warning: [GHC-63397] [-Wname-shadowing]
This binding for exponent shadows the existing binding
imported from Prelude at Data/ASN1/Prim.hs:13:8-21
(and originally defined in GHC.Float)
|
429 | (mantissa, exponent) = normalize (fromIntegral $ mkUnsigned man, exp)
| ^^^^^^^^
Data/ASN1/Prim.hs:441:22: warning: [GHC-63397] [-Wname-shadowing]
This binding for exponent shadows the existing binding
imported from Prelude at Data/ASN1/Prim.hs:13:8-21
(and originally defined in GHC.Float)
|
441 | normalize (mantissa, exponent) = (mantissa `shiftR` sh, exponent + sh)
| ^^^^^^^^
[11 of 12] Compiling Data.ASN1.Encoding ( Data/ASN1/Encoding.hs, dist/build/Data/ASN1/Encoding.o, dist/build/Data/ASN1/Encoding.dyn_o )
[12 of 12] Compiling Data.ASN1.BinaryEncoding ( Data/ASN1/BinaryEncoding.hs, dist/build/Data/ASN1/BinaryEncoding.o, dist/build/Data/ASN1/BinaryEncoding.dyn_o )
Preprocessing library for asn1-encoding-0.9.6..
Running Haddock on library for asn1-encoding-0.9.6..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 12] Compiling Data.ASN1.Error ( Data/ASN1/Error.hs, nothing )
[ 2 of 12] Compiling Data.ASN1.Get ( Data/ASN1/Get.hs, nothing )
Data/ASN1/Get.hs:31:29: warning: [GHC-38856] [-Wunused-imports]
The import of Applicative
from module Control.Applicative is redundant
|
31 | import Control.Applicative (Applicative(..),Alternative(..))
| ^^^^^^^^^^^^^^^
Data/ASN1/Get.hs:92:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical pure = return definition detected
in the instance declaration for Applicative Get.
Suggested fix:
Move definition from return to pure
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
92 | pure = return
| ^^^^^^^^^^^^^^
Data/ASN1/Get.hs:101:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical return definition detected
in the instance declaration for Monad Get.
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
|
101 | return a = Get $ \ s0 b0 m0 p0 _ ks -> ks s0 b0 m0 p0 a
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 3 of 12] Compiling Data.ASN1.Internal ( Data/ASN1/Internal.hs, nothing )
Data/ASN1/Internal.hs:44:32: 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."
|
44 | | i > 0 = if testBit (head uints) 7 then 0 : uints else uints
| ^^^^
Data/ASN1/Internal.hs:46:32: 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."
|
46 | | otherwise = if testBit (head nints) 7 then nints else 0xff : nints
| ^^^^
[ 4 of 12] Compiling Data.ASN1.Object ( Data/ASN1/Object.hs, nothing )
[ 5 of 12] Compiling Data.ASN1.Serialize ( Data/ASN1/Serialize.hs, nothing )
Data/ASN1/Serialize.hs:17: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()
|
17 | import Control.Applicative ((<$>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 6 of 12] Compiling Data.ASN1.BinaryEncoding.Writer ( Data/ASN1/BinaryEncoding/Writer.hs, nothing )
[ 7 of 12] Compiling Data.ASN1.BinaryEncoding.Parse ( Data/ASN1/BinaryEncoding/Parse.hs, nothing )
[ 8 of 12] Compiling Data.ASN1.BinaryEncoding.Raw ( Data/ASN1/BinaryEncoding/Raw.hs, nothing )
[ 9 of 12] Compiling Data.ASN1.Stream ( Data/ASN1/Stream.hs, nothing )
[10 of 12] Compiling Data.ASN1.Prim ( Data/ASN1/Prim.hs, nothing )
Data/ASN1/Prim.hs:55: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()
|
55 | import Data.Monoid
| ^^^^^^^^^^^^^^^^^^
Data/ASN1/Prim.hs:65: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()
|
65 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/ASN1/Prim.hs:259:11: warning: [GHC-63397] [-Wname-shadowing]
This binding for exponent shadows the existing binding
imported from Prelude at Data/ASN1/Prim.hs:13:8-21
(and originally defined in GHC.Float)
|
259 | exponent = exp' - fromIntegral scaleFactor
| ^^^^^^^^
Data/ASN1/Prim.hs:428:9: warning: [GHC-63397] [-Wname-shadowing]
This binding for exp shadows the existing binding
imported from Prelude at Data/ASN1/Prim.hs:13:8-21
(and originally defined in GHC.Float)
|
428 | (man, exp) = decodeFloat d
| ^^^
Data/ASN1/Prim.hs:429:14: warning: [GHC-63397] [-Wname-shadowing]
This binding for exponent shadows the existing binding
imported from Prelude at Data/ASN1/Prim.hs:13:8-21
(and originally defined in GHC.Float)
|
429 | (mantissa, exponent) = normalize (fromIntegral $ mkUnsigned man, exp)
| ^^^^^^^^
Data/ASN1/Prim.hs:441:22: warning: [GHC-63397] [-Wname-shadowing]
This binding for exponent shadows the existing binding
imported from Prelude at Data/ASN1/Prim.hs:13:8-21
(and originally defined in GHC.Float)
|
441 | normalize (mantissa, exponent) = (mantissa `shiftR` sh, exponent + sh)
| ^^^^^^^^
[11 of 12] Compiling Data.ASN1.Encoding ( Data/ASN1/Encoding.hs, nothing )
[12 of 12] Compiling Data.ASN1.BinaryEncoding ( Data/ASN1/BinaryEncoding.hs, nothing )
Haddock coverage:
100% ( 3 / 3) in 'Data.ASN1.Error'
Warning: 'get' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 2 / 2) in 'Data.ASN1.Object'
100% ( 13 / 13) in 'Data.ASN1.BinaryEncoding.Raw'
25% ( 1 / 4) in 'Data.ASN1.Stream'
Missing documentation for:
ASN1Repr (Data/ASN1/Stream.hs:20)
getConstructedEnd (Data/ASN1/Stream.hs:23)
getConstructedEndRepr (Data/ASN1/Stream.hs:31)
28% ( 8 / 28) in 'Data.ASN1.Prim'
Missing documentation for:
encodeHeader (Data/ASN1/Prim.hs:69)
encodePrimitiveHeader (Data/ASN1/Prim.hs:99)
encodePrimitive (Data/ASN1/Prim.hs:116)
decodePrimitive (Data/ASN1/Prim.hs:165)
encodeConstructed (Data/ASN1/Prim.hs:147)
encodeList (Data/ASN1/Prim.hs:133)
encodeOne (Data/ASN1/Prim.hs:129)
mkSmallestLength (Data/ASN1/Prim.hs:157)
getBoolean (Data/ASN1/Prim.hs:197)
getDouble (Data/ASN1/Prim.hs:229)
getBitString (Data/ASN1/Prim.hs:273)
getOctetString (Data/ASN1/Prim.hs:285)
getNull (Data/ASN1/Prim.hs:288)
getTime (Data/ASN1/Prim.hs:312)
putTime (Data/ASN1/Prim.hs:382)
putInteger (Data/ASN1/Prim.hs:394)
putDouble (Data/ASN1/Prim.hs:417)
putBitString (Data/ASN1/Prim.hs:397)
putString (Data/ASN1/Prim.hs:402)
putOID (Data/ASN1/Prim.hs:406)
100% ( 9 / 9) in 'Data.ASN1.Encoding'
100% ( 3 / 3) in 'Data.ASN1.BinaryEncoding'
Warning: Data.ASN1.Prim: could not find link destinations for:
- Data.ASN1.Prim.ASN1Ret
Documentation created: dist/doc/html/asn1-encoding/,
dist/doc/html/asn1-encoding/asn1-encoding.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/asn1-encoding-0.9.6-42gehzC4HLp2hS2Ub5r4vz
Completed asn1-encoding-0.9.6
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-P0eAzEqDTa2D4YDfE4MGj
Completed prettyprinter-ansi-terminal-1.1.3
Warning: uniplate.cabal:1:28: Packages with 'cabal-version: 1.12' or later
should specify a specific version of the Cabal spec of the form
'cabal-version: x.y'. Use 'cabal-version: 1.18'.
Configuring uniplate-1.6.13...
Preprocessing library for uniplate-1.6.13..
Building library for uniplate-1.6.13..
[ 1 of 21] Compiling Data.Generics.Uniplate.Data.Instances ( Data/Generics/Uniplate/Data/Instances.hs, dist/build/Data/Generics/Uniplate/Data/Instances.o, dist/build/Data/Generics/Uniplate/Data/Instances.dyn_o )
[ 2 of 21] Compiling Data.Generics.Uniplate.Internal.Utils ( Data/Generics/Uniplate/Internal/Utils.hs, dist/build/Data/Generics/Uniplate/Internal/Utils.o, dist/build/Data/Generics/Uniplate/Internal/Utils.dyn_o )
[ 3 of 21] Compiling Data.Generics.Uniplate ( Data/Generics/Uniplate.hs, dist/build/Data/Generics/Uniplate.o, dist/build/Data/Generics/Uniplate.dyn_o )
[ 4 of 21] Compiling Data.Generics.Str ( Data/Generics/Str.hs, dist/build/Data/Generics/Str.o, dist/build/Data/Generics/Str.dyn_o )
[ 5 of 21] Compiling Data.Generics.Uniplate.Internal.DataOnlyOperations ( Data/Generics/Uniplate/Internal/DataOnlyOperations.hs, dist/build/Data/Generics/Uniplate/Internal/DataOnlyOperations.o, dist/build/Data/Generics/Uniplate/Internal/DataOnlyOperations.dyn_o )
[ 6 of 21] Compiling Data.Generics.Uniplate.Internal.Data ( Data/Generics/Uniplate/Internal/Data.hs, dist/build/Data/Generics/Uniplate/Internal/Data.o, dist/build/Data/Generics/Uniplate/Internal/Data.dyn_o )
Data/Generics/Uniplate/Internal/Data.hs:336:81: 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."
|
336 | [ (i, IntMap.fromAscList [(j, slice i j ts) | (j,ts) <- zip [i..n] (tail $ inits ts)])
| ^^^^
[ 7 of 21] Compiling Data.Generics.Uniplate.DataOnly ( Data/Generics/Uniplate/DataOnly.hs, dist/build/Data/Generics/Uniplate/DataOnly.o, dist/build/Data/Generics/Uniplate/DataOnly.dyn_o )
[ 8 of 21] Compiling Data.Generics.Uniplate.Operations ( Data/Generics/Uniplate/Operations.hs, dist/build/Data/Generics/Uniplate/Operations.o, dist/build/Data/Generics/Uniplate/Operations.dyn_o )
[ 9 of 21] Compiling Data.Generics.Uniplate.Direct ( Data/Generics/Uniplate/Direct.hs, dist/build/Data/Generics/Uniplate/Direct.o, dist/build/Data/Generics/Uniplate/Direct.dyn_o )
[10 of 21] Compiling Data.Generics.Uniplate.Data ( Data/Generics/Uniplate/Data.hs, dist/build/Data/Generics/Uniplate/Data.o, dist/build/Data/Generics/Uniplate/Data.dyn_o )
[11 of 21] Compiling Data.Generics.SYB ( Data/Generics/SYB.hs, dist/build/Data/Generics/SYB.o, dist/build/Data/Generics/SYB.dyn_o )
[12 of 21] Compiling Data.Generics.Compos ( Data/Generics/Compos.hs, dist/build/Data/Generics/Compos.o, dist/build/Data/Generics/Compos.dyn_o )
[13 of 21] Compiling Data.Generics.Uniplate.Typeable ( Data/Generics/Uniplate/Typeable.hs, dist/build/Data/Generics/Uniplate/Typeable.o, dist/build/Data/Generics/Uniplate/Typeable.dyn_o )
[14 of 21] Compiling Data.Generics.Uniplate.Zipper ( Data/Generics/Uniplate/Zipper.hs, dist/build/Data/Generics/Uniplate/Zipper.o, dist/build/Data/Generics/Uniplate/Zipper.dyn_o )
[15 of 21] Compiling Data.Generics.UniplateOn ( Data/Generics/UniplateOn.hs, dist/build/Data/Generics/UniplateOn.o, dist/build/Data/Generics/UniplateOn.dyn_o )
[16 of 21] Compiling Data.Generics.UniplateStr ( Data/Generics/UniplateStr.hs, dist/build/Data/Generics/UniplateStr.o, dist/build/Data/Generics/UniplateStr.dyn_o )
[17 of 21] Compiling Data.Generics.UniplateStrOn ( Data/Generics/UniplateStrOn.hs, dist/build/Data/Generics/UniplateStrOn.o, dist/build/Data/Generics/UniplateStrOn.dyn_o )
[18 of 21] Compiling Data.Generics.Biplate ( Data/Generics/Biplate.hs, dist/build/Data/Generics/Biplate.o, dist/build/Data/Generics/Biplate.dyn_o )
[19 of 21] Compiling Data.Generics.PlateTypeable ( Data/Generics/PlateTypeable.hs, dist/build/Data/Generics/PlateTypeable.o, dist/build/Data/Generics/PlateTypeable.dyn_o )
[20 of 21] Compiling Data.Generics.PlateDirect ( Data/Generics/PlateDirect.hs, dist/build/Data/Generics/PlateDirect.o, dist/build/Data/Generics/PlateDirect.dyn_o )
[21 of 21] Compiling Data.Generics.PlateData ( Data/Generics/PlateData.hs, dist/build/Data/Generics/PlateData.o, dist/build/Data/Generics/PlateData.dyn_o )
Preprocessing library for uniplate-1.6.13..
Running Haddock on library for uniplate-1.6.13..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 21] Compiling Data.Generics.Uniplate.Data.Instances ( Data/Generics/Uniplate/Data/Instances.hs, nothing )
[ 2 of 21] Compiling Data.Generics.Uniplate.Internal.Utils ( Data/Generics/Uniplate/Internal/Utils.hs, nothing )
[ 3 of 21] Compiling Data.Generics.Uniplate ( Data/Generics/Uniplate.hs, nothing )
[ 4 of 21] Compiling Data.Generics.Str ( Data/Generics/Str.hs, nothing )
[ 5 of 21] Compiling Data.Generics.Uniplate.Internal.DataOnlyOperations ( Data/Generics/Uniplate/Internal/DataOnlyOperations.hs, nothing )
[ 6 of 21] Compiling Data.Generics.Uniplate.Internal.Data ( Data/Generics/Uniplate/Internal/Data.hs, nothing )
Data/Generics/Uniplate/Internal/Data.hs:336:81: 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."
|
336 | [ (i, IntMap.fromAscList [(j, slice i j ts) | (j,ts) <- zip [i..n] (tail $ inits ts)])
| ^^^^
[ 7 of 21] Compiling Data.Generics.Uniplate.DataOnly ( Data/Generics/Uniplate/DataOnly.hs, nothing )
[ 8 of 21] Compiling Data.Generics.Uniplate.Operations ( Data/Generics/Uniplate/Operations.hs, nothing )
[ 9 of 21] Compiling Data.Generics.Uniplate.Direct ( Data/Generics/Uniplate/Direct.hs, nothing )
[10 of 21] Compiling Data.Generics.Uniplate.Data ( Data/Generics/Uniplate/Data.hs, nothing )
[11 of 21] Compiling Data.Generics.SYB ( Data/Generics/SYB.hs, nothing )
[12 of 21] Compiling Data.Generics.Compos ( Data/Generics/Compos.hs, nothing )
[13 of 21] Compiling Data.Generics.Uniplate.Typeable ( Data/Generics/Uniplate/Typeable.hs, nothing )
[14 of 21] Compiling Data.Generics.Uniplate.Zipper ( Data/Generics/Uniplate/Zipper.hs, nothing )
[15 of 21] Compiling Data.Generics.UniplateOn ( Data/Generics/UniplateOn.hs, nothing )
[16 of 21] Compiling Data.Generics.UniplateStr ( Data/Generics/UniplateStr.hs, nothing )
[17 of 21] Compiling Data.Generics.UniplateStrOn ( Data/Generics/UniplateStrOn.hs, nothing )
[18 of 21] Compiling Data.Generics.Biplate ( Data/Generics/Biplate.hs, nothing )
[19 of 21] Compiling Data.Generics.PlateTypeable ( Data/Generics/PlateTypeable.hs, nothing )
[20 of 21] Compiling Data.Generics.PlateDirect ( Data/Generics/PlateDirect.hs, nothing )
[21 of 21] Compiling Data.Generics.PlateData ( Data/Generics/PlateData.hs, nothing )
Haddock coverage:
Warning: 'Hide' is ambiguous. It is defined
* at Data/Generics/Uniplate/Data/Instances.hs:86:18
* at Data/Generics/Uniplate/Data/Instances.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 Data/Generics/Uniplate/Data/Instances.hs:86:1
Warning: 'Trigger' is ambiguous. It is defined
* at Data/Generics/Uniplate/Data/Instances.hs:122:18
* at Data/Generics/Uniplate/Data/Instances.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/Generics/Uniplate/Data/Instances.hs:122:1
Warning: 'Invariant' is ambiguous. It is defined
* at Data/Generics/Uniplate/Data/Instances.hs:156:20
* at Data/Generics/Uniplate/Data/Instances.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 Data/Generics/Uniplate/Data/Instances.hs:156:1
Warning: 'Map' is ambiguous. It is defined
* at Data/Generics/Uniplate/Data/Instances.hs:178:19
* at Data/Generics/Uniplate/Data/Instances.hs:178:1
You 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/Generics/Uniplate/Data/Instances.hs:178:1
Warning: 'Set' is ambiguous. It is defined
* at Data/Generics/Uniplate/Data/Instances.hs:204:17
* at Data/Generics/Uniplate/Data/Instances.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 Data/Generics/Uniplate/Data/Instances.hs:204:1
Warning: 'IntMap' is ambiguous. It is defined
* at Data/Generics/Uniplate/Data/Instances.hs:228:20
* at Data/Generics/Uniplate/Data/Instances.hs:228:1
You 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/Generics/Uniplate/Data/Instances.hs:228:1
Warning: 'IntSet' is ambiguous. It is defined
* at Data/Generics/Uniplate/Data/Instances.hs:254:18
* at Data/Generics/Uniplate/Data/Instances.hs:254:1
You 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/Generics/Uniplate/Data/Instances.hs:254:1
Warning: 'create' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'inv' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Uniplate' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 16 / 16) in 'Data.Generics.Uniplate.Data.Instances'
100% ( 19 / 19) in 'Data.Generics.Uniplate'
Warning: 'uniplate' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'biplate' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
66% ( 6 / 9) in 'Data.Generics.Str'
Missing documentation for:
Str (Data/Generics/Str.hs:14)
strMap (Data/Generics/Str.hs:26)
strMapM (Data/Generics/Str.hs:36)
Warning: 'mplus' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
65% ( 15 / 23) in 'Data.Generics.Uniplate.DataOnly'
Missing documentation for:
universeBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:189)
transformBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:212)
transformBiM (Data/Generics/Uniplate/Internal/OperationsInc.hs:217)
rewriteBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:221)
rewriteBiM (Data/Generics/Uniplate/Internal/OperationsInc.hs:225)
contextsBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:231)
holesBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:239)
Transformer (Data/Generics/Uniplate/Internal/Data.hs:287)
Warning: 'mplus' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
75% ( 22 / 29) in 'Data.Generics.Uniplate.Operations'
Missing documentation for:
universeBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:189)
transformBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:212)
transformBiM (Data/Generics/Uniplate/Internal/OperationsInc.hs:217)
rewriteBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:221)
rewriteBiM (Data/Generics/Uniplate/Internal/OperationsInc.hs:225)
contextsBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:231)
holesBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:239)
Warning: 'fromDistictAscList' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 11 / 11) in 'Data.Generics.Uniplate.Direct'
80% ( 4 / 5) in 'Data.Generics.Uniplate.Data'
Missing documentation for:
Transformer (Data/Generics/Uniplate/Internal/Data.hs:287)
100% ( 13 / 13) in 'Data.Generics.SYB'
100% ( 8 / 8) in 'Data.Generics.Compos'
100% ( 10 / 10) in 'Data.Generics.Uniplate.Typeable'
100% ( 14 / 14) in 'Data.Generics.Uniplate.Zipper'
Warning: 'fold' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: Data.Generics.UniplateOn: Could not find documentation for exported module: Data.Generics.UniplateOn
35% ( 5 / 14) in 'Data.Generics.UniplateOn'
Missing documentation for:
universeOn (Data/Generics/UniplateOn.hs:39)
transformOn (Data/Generics/UniplateOn.hs:51)
transformOnM (Data/Generics/UniplateOn.hs:56)
rewriteOn (Data/Generics/UniplateOn.hs:61)
rewriteOnM (Data/Generics/UniplateOn.hs:66)
descendOn (Data/Generics/UniplateOn.hs:71)
descendOnM (Data/Generics/UniplateOn.hs:76)
holesOn (Data/Generics/UniplateOn.hs:84)
contextsOn (Data/Generics/UniplateOn.hs:91)
Warning: Data.Generics.UniplateStr: Could not find documentation for exported module: Data.Generics.UniplateStr
100% ( 16 / 16) in 'Data.Generics.UniplateStr'
Warning: 'fold' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: Data.Generics.UniplateStrOn: Could not find documentation for exported module: Data.Generics.UniplateStrOn
35% ( 5 / 14) in 'Data.Generics.UniplateStrOn'
Missing documentation for:
universeOn (Data/Generics/UniplateStrOn.hs:43)
transformOn (Data/Generics/UniplateStrOn.hs:65)
transformOnM (Data/Generics/UniplateStrOn.hs:70)
rewriteOn (Data/Generics/UniplateStrOn.hs:75)
rewriteOnM (Data/Generics/UniplateStrOn.hs:80)
descendOn (Data/Generics/UniplateStrOn.hs:85)
descendOnM (Data/Generics/UniplateStrOn.hs:90)
holesOn (Data/Generics/UniplateStrOn.hs:96)
contextsOn (Data/Generics/UniplateStrOn.hs:103)
Warning: 'Data' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: Data.Generics.Biplate: Could not find documentation for exported module: Data.Generics.Biplate
28% ( 4 / 14) in 'Data.Generics.Biplate'
Missing documentation for:
descendBi (Data/Generics/Biplate.hs:80)
descendBiM (Data/Generics/Biplate.hs:84)
universeBi (Data/Generics/Biplate.hs:54)
childrenBi (Data/Generics/Biplate.hs:58)
transformBi (Data/Generics/Biplate.hs:64)
transformBiM (Data/Generics/Biplate.hs:68)
rewriteBi (Data/Generics/Biplate.hs:72)
rewriteBiM (Data/Generics/Biplate.hs:76)
contextsBi (Data/Generics/Biplate.hs:90)
holesBi (Data/Generics/Biplate.hs:94)
100% ( 10 / 10) in 'Data.Generics.PlateTypeable'
Warning: 'PlayAll' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 10 / 10) in 'Data.Generics.PlateDirect'
100% ( 2 / 2) in 'Data.Generics.PlateData'
Warning: Data.Generics.Uniplate.Direct: could not find link destinations for:
- Data.Generics.Uniplate.Direct.Type
Warning: Data.Generics.Uniplate.Typeable: could not find link destinations for:
- Data.Generics.Uniplate.Typeable.Type
Warning: Data.Generics.PlateTypeable: could not find link destinations for:
- Data.Generics.PlateTypeable.Type
Warning: Data.Generics.PlateDirect: could not find link destinations for:
- Data.Generics.PlateDirect.Type
Documentation created: dist/doc/html/uniplate/,
dist/doc/html/uniplate/uniplate.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/uniplate-1.6.13-KaDBqyRoO03HnTZrOmE5kF
Completed uniplate-1.6.13
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-4Kc5OyZ1I6HB4G5jxLOO5u
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-2ISnNguMtok96hucleaUNy
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-LDjhBprM6fk4GZghEfIU87
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/attoparsec-0.14.4-LDjhBprM6fk4GZghEfIU87
Completed attoparsec-0.14.4
Configuring http-types-0.12.4...
Preprocessing library for http-types-0.12.4..
Building library for http-types-0.12.4..
[1 of 7] Compiling Network.HTTP.Types.Header ( Network/HTTP/Types/Header.hs, dist/build/Network/HTTP/Types/Header.o, dist/build/Network/HTTP/Types/Header.dyn_o )
[2 of 7] Compiling Network.HTTP.Types.Method ( Network/HTTP/Types/Method.hs, dist/build/Network/HTTP/Types/Method.o, dist/build/Network/HTTP/Types/Method.dyn_o )
[3 of 7] Compiling Network.HTTP.Types.Status ( Network/HTTP/Types/Status.hs, dist/build/Network/HTTP/Types/Status.o, dist/build/Network/HTTP/Types/Status.dyn_o )
[4 of 7] Compiling Network.HTTP.Types.URI ( Network/HTTP/Types/URI.hs, dist/build/Network/HTTP/Types/URI.o, dist/build/Network/HTTP/Types/URI.dyn_o )
[5 of 7] Compiling Network.HTTP.Types.QueryLike ( Network/HTTP/Types/QueryLike.hs, dist/build/Network/HTTP/Types/QueryLike.o, dist/build/Network/HTTP/Types/QueryLike.dyn_o )
[6 of 7] Compiling Network.HTTP.Types.Version ( Network/HTTP/Types/Version.hs, dist/build/Network/HTTP/Types/Version.o, dist/build/Network/HTTP/Types/Version.dyn_o )
[7 of 7] Compiling Network.HTTP.Types ( Network/HTTP/Types.hs, dist/build/Network/HTTP/Types.o, dist/build/Network/HTTP/Types.dyn_o )
Preprocessing library for http-types-0.12.4..
Running Haddock on library for http-types-0.12.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 7] Compiling Network.HTTP.Types.Header ( Network/HTTP/Types/Header.hs, nothing )
[2 of 7] Compiling Network.HTTP.Types.Method ( Network/HTTP/Types/Method.hs, nothing )
[3 of 7] Compiling Network.HTTP.Types.Status ( Network/HTTP/Types/Status.hs, nothing )
[4 of 7] Compiling Network.HTTP.Types.URI ( Network/HTTP/Types/URI.hs, nothing )
[5 of 7] Compiling Network.HTTP.Types.QueryLike ( Network/HTTP/Types/QueryLike.hs, nothing )
[6 of 7] Compiling Network.HTTP.Types.Version ( Network/HTTP/Types/Version.hs, nothing )
[7 of 7] Compiling Network.HTTP.Types ( Network/HTTP/Types.hs, nothing )
Haddock coverage:
100% ( 71 / 71) in 'Network.HTTP.Types.Header'
Warning: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 19 / 19) in 'Network.HTTP.Types.Method'
Warning: 'Status' is ambiguous. It is defined
* at Network/HTTP/Types/Status.hs:140:15
* at Network/HTTP/Types/Status.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 Network/HTTP/Types/Status.hs:140:1
98% (107 /109) in 'Network.HTTP.Types.Status'
Missing documentation for:
statusCode
statusMessage
Warning: 'Builder' 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% ( 42 / 42) in 'Network.HTTP.Types.URI'
100% ( 4 / 4) in 'Network.HTTP.Types.QueryLike'
100% ( 6 / 6) in 'Network.HTTP.Types.Version'
99% (207 /208) in 'Network.HTTP.Types'
Missing documentation for:
Module header
Warning: Network.HTTP.Types.Header: could not find link destinations for:
- Network.HTTP.Types.Header.Rep_ByteRange
Warning: Network.HTTP.Types.Method: could not find link destinations for:
- Network.HTTP.Types.Method.Rep_StdMethod
Warning: Network.HTTP.Types.Status: could not find link destinations for:
- Network.HTTP.Types.Status.Rep_Status
Warning: Network.HTTP.Types.Version: could not find link destinations for:
- Network.HTTP.Types.Version.Rep_HttpVersion
Warning: Network.HTTP.Types: could not find link destinations for:
- Network.HTTP.Types.Header.Rep_ByteRange
- Network.HTTP.Types.Method.Rep_StdMethod
- Network.HTTP.Types.Status.Rep_Status
- Network.HTTP.Types.Version.Rep_HttpVersion
Documentation created: dist/doc/html/http-types/,
dist/doc/html/http-types/http-types.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/http-types-0.12.4-DtPHYKkWy3CLc5cwGZx5co
Completed http-types-0.12.4
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-24OpMaheYh8GczZhL2Py4J
Completed streaming-commons-0.2.3.1
Configuring uuid-1.3.16...
Preprocessing library for uuid-1.3.16..
Building library for uuid-1.3.16..
[1 of 8] Compiling Data.UUID ( src/Data/UUID.hs, dist/build/Data/UUID.o, dist/build/Data/UUID.dyn_o )
[2 of 8] Compiling Data.UUID.Named ( src/Data/UUID/Named.hs, dist/build/Data/UUID/Named.o, dist/build/Data/UUID/Named.dyn_o )
src/Data/UUID/Named.hs:31: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()
|
31 | import Control.Applicative ((<*>),(<$>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 8] Compiling Data.UUID.V1 ( src/Data/UUID/V1.hs, dist/build/Data/UUID/V1.o, dist/build/Data/UUID/V1.dyn_o )
src/Data/UUID/V1.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 ((<$>),(<*>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[4 of 8] Compiling Data.UUID.V3 ( src/Data/UUID/V3.hs, dist/build/Data/UUID/V3.o, dist/build/Data/UUID/V3.dyn_o )
[5 of 8] Compiling Data.UUID.V4 ( src/Data/UUID/V4.hs, dist/build/Data/UUID/V4.o, dist/build/Data/UUID/V4.dyn_o )
[6 of 8] Compiling Data.UUID.V5 ( src/Data/UUID/V5.hs, dist/build/Data/UUID/V5.o, dist/build/Data/UUID/V5.dyn_o )
[7 of 8] Compiling Data.Word.Util ( src/Data/Word/Util.hs, dist/build/Data/Word/Util.o, dist/build/Data/Word/Util.dyn_o )
[8 of 8] Compiling Data.UUID.Util ( src/Data/UUID/Util.hs, dist/build/Data/UUID/Util.o, dist/build/Data/UUID/Util.dyn_o )
Preprocessing library for uuid-1.3.16..
Running Haddock on library for uuid-1.3.16..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 8] Compiling Data.UUID ( src/Data/UUID.hs, nothing )
[2 of 8] Compiling Data.UUID.Named ( src/Data/UUID/Named.hs, nothing )
src/Data/UUID/Named.hs:31: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()
|
31 | import Control.Applicative ((<*>),(<$>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 8] Compiling Data.UUID.V1 ( src/Data/UUID/V1.hs, nothing )
src/Data/UUID/V1.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 ((<$>),(<*>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[4 of 8] Compiling Data.UUID.V3 ( src/Data/UUID/V3.hs, nothing )
[5 of 8] Compiling Data.UUID.V4 ( src/Data/UUID/V4.hs, nothing )
[6 of 8] Compiling Data.UUID.V5 ( src/Data/UUID/V5.hs, nothing )
[7 of 8] Compiling Data.Word.Util ( src/Data/Word/Util.hs, nothing )
[8 of 8] Compiling Data.UUID.Util ( src/Data/UUID/Util.hs, nothing )
Haddock coverage:
100% ( 18 / 18) in 'Data.UUID'
Warning: 'UUID' is ambiguous. It is defined
* in Data.UUID.Types.Internal
* in Data.UUID.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.UUID.Types.Internal
100% ( 2 / 2) in 'Data.UUID.V1'
Warning: 'UUID' is ambiguous. It is defined
* in Data.UUID.Types.Internal
* in Data.UUID.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.UUID.Types.Internal
100% ( 6 / 6) in 'Data.UUID.V3'
100% ( 2 / 2) in 'Data.UUID.V4'
Warning: 'UUID' is ambiguous. It is defined
* in Data.UUID.Types.Internal
* in Data.UUID.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.UUID.Types.Internal
100% ( 6 / 6) in 'Data.UUID.V5'
0% ( 0 / 8) in 'Data.UUID.Util'
Missing documentation for:
Module header
UnpackedUUID
unpack
pack
version (src/Data/UUID/Util.hs:20)
extractMac (src/Data/UUID/Util.hs:47)
extractTime (src/Data/UUID/Util.hs:36)
setTime (src/Data/UUID/Util.hs:27)
Documentation created: dist/doc/html/uuid/, dist/doc/html/uuid/uuid.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/uuid-1.3.16-4eCoIf9tON7IEkEduloafn
Completed uuid-1.3.16
Configuring bifunctors-5.6.2...
Preprocessing library for bifunctors-5.6.2..
Building library for bifunctors-5.6.2..
[ 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.2..
Running Haddock on library for bifunctors-5.6.2..
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.2-GFSN9WtyvrIH3Py3OMWv09
Completed bifunctors-5.6.2
Downloading zeromq4-haskell-0.8.0
Downloaded zeromq4-haskell-0.8.0
Configuring zeromq4-haskell-0.8.0...
Preprocessing library for zeromq4-haskell-0.8.0..
Building library for zeromq4-haskell-0.8.0..
[1 of 6] Compiling Data.Restricted ( src/Data/Restricted.hs, dist/build/Data/Restricted.o, dist/build/Data/Restricted.dyn_o )
[2 of 6] Compiling System.ZMQ4.Internal.Base ( dist/build/System/ZMQ4/Internal/Base.hs, dist/build/System/ZMQ4/Internal/Base.o, dist/build/System/ZMQ4/Internal/Base.dyn_o )
[3 of 6] Compiling System.ZMQ4.Internal.Error ( src/System/ZMQ4/Internal/Error.hs, dist/build/System/ZMQ4/Internal/Error.o, dist/build/System/ZMQ4/Internal/Error.dyn_o )
[4 of 6] Compiling System.ZMQ4.Internal ( src/System/ZMQ4/Internal.hs, dist/build/System/ZMQ4/Internal.o, dist/build/System/ZMQ4/Internal.dyn_o )
[5 of 6] Compiling System.ZMQ4 ( src/System/ZMQ4.hs, dist/build/System/ZMQ4.o, dist/build/System/ZMQ4.dyn_o )
[6 of 6] Compiling System.ZMQ4.Monadic ( src/System/ZMQ4/Monadic.hs, dist/build/System/ZMQ4/Monadic.o, dist/build/System/ZMQ4/Monadic.dyn_o )
src/System/ZMQ4/Monadic.hs:233:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical return definition detected
in the instance declaration for Monad (ZMQ z).
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
|
233 | return = ZMQ . return
| ^^^^^^^^^^^^^^^^^^^^^
src/System/ZMQ4/Monadic.hs:250:10: warning: [GHC-06201] [-Wmissing-methods]
" No explicit implementation for
generalBracket
" In the instance declaration for MonadMask (ZMQ z)
|
250 | instance MonadMask (ZMQ z) where
| ^^^^^^^^^^^^^^^^^
src/System/ZMQ4/Monadic.hs:267:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical pure = return definition detected
in the instance declaration for Applicative (ZMQ z).
Suggested fix:
Move definition from return to pure
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
267 | pure = return
| ^^^^^^^^^^^^^^
Preprocessing library for zeromq4-haskell-0.8.0..
Running Haddock on library for zeromq4-haskell-0.8.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 6] Compiling Data.Restricted ( src/Data/Restricted.hs, nothing )
[2 of 6] Compiling System.ZMQ4.Internal.Base ( dist/build/System/ZMQ4/Internal/Base.hs, nothing )
[3 of 6] Compiling System.ZMQ4.Internal.Error ( src/System/ZMQ4/Internal/Error.hs, nothing )
[4 of 6] Compiling System.ZMQ4.Internal ( src/System/ZMQ4/Internal.hs, nothing )
[5 of 6] Compiling System.ZMQ4 ( src/System/ZMQ4.hs, nothing )
[6 of 6] Compiling System.ZMQ4.Monadic ( src/System/ZMQ4/Monadic.hs, nothing )
src/System/ZMQ4/Monadic.hs:233:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical return definition detected
in the instance declaration for Monad (ZMQ z).
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
|
233 | return = ZMQ . return
| ^^^^^^^^^^^^^^^^^^^^^
src/System/ZMQ4/Monadic.hs:250:10: warning: [GHC-06201] [-Wmissing-methods]
" No explicit implementation for
generalBracket
" In the instance declaration for MonadMask (ZMQ z)
|
250 | instance MonadMask (ZMQ z) where
| ^^^^^^^^^^^^^^^^^
src/System/ZMQ4/Monadic.hs:267:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical pure = return definition detected
in the instance declaration for Applicative (ZMQ z).
Suggested fix:
Move definition from return to pure
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
267 | pure = return
| ^^^^^^^^^^^^^^
Haddock coverage:
100% ( 11 / 11) in 'Data.Restricted'
0% ( 1 /132) in 'System.ZMQ4.Internal.Base'
Missing documentation for:
ZMQMsg (src/System/ZMQ4/Internal/Base.hsc:24)
ZMQPoll (src/System/ZMQ4/Internal/Base.hsc:37)
ZMQMsgPtr (src/System/ZMQ4/Internal/Base.hsc:59)
ZMQCtx (src/System/ZMQ4/Internal/Base.hsc:60)
ZMQSocket (src/System/ZMQ4/Internal/Base.hsc:61)
ZMQPollPtr (src/System/ZMQ4/Internal/Base.hsc:62)
ZMQSocketType (src/System/ZMQ4/Internal/Base.hsc:71)
pair (src/System/ZMQ4/Internal/Base.hsc:76)
pub (src/System/ZMQ4/Internal/Base.hsc:78)
sub (src/System/ZMQ4/Internal/Base.hsc:80)
xpub (src/System/ZMQ4/Internal/Base.hsc:82)
xsub (src/System/ZMQ4/Internal/Base.hsc:84)
request (src/System/ZMQ4/Internal/Base.hsc:86)
response (src/System/ZMQ4/Internal/Base.hsc:88)
dealer (src/System/ZMQ4/Internal/Base.hsc:90)
router (src/System/ZMQ4/Internal/Base.hsc:92)
ZMQOption (src/System/ZMQ4/Internal/Base.hsc:93)
pull (src/System/ZMQ4/Internal/Base.hsc:94)
push (src/System/ZMQ4/Internal/Base.hsc:96)
stream (src/System/ZMQ4/Internal/Base.hsc:98)
affinity (src/System/ZMQ4/Internal/Base.hsc:98)
backlog (src/System/ZMQ4/Internal/Base.hsc:100)
conflate (src/System/ZMQ4/Internal/Base.hsc:102)
curve (src/System/ZMQ4/Internal/Base.hsc:104)
curvePublicKey (src/System/ZMQ4/Internal/Base.hsc:106)
curveSecretKey (src/System/ZMQ4/Internal/Base.hsc:108)
curveServer (src/System/ZMQ4/Internal/Base.hsc:110)
curveServerKey (src/System/ZMQ4/Internal/Base.hsc:112)
delayAttachOnConnect (src/System/ZMQ4/Internal/Base.hsc:114)
events (src/System/ZMQ4/Internal/Base.hsc:116)
filedesc (src/System/ZMQ4/Internal/Base.hsc:118)
identity (src/System/ZMQ4/Internal/Base.hsc:120)
immediate (src/System/ZMQ4/Internal/Base.hsc:122)
ipv4Only (src/System/ZMQ4/Internal/Base.hsc:124)
ipv6 (src/System/ZMQ4/Internal/Base.hsc:126)
lastEndpoint (src/System/ZMQ4/Internal/Base.hsc:128)
linger (src/System/ZMQ4/Internal/Base.hsc:130)
maxMessageSize (src/System/ZMQ4/Internal/Base.hsc:132)
mcastHops (src/System/ZMQ4/Internal/Base.hsc:134)
mechanism (src/System/ZMQ4/Internal/Base.hsc:136)
null (src/System/ZMQ4/Internal/Base.hsc:138)
plain (src/System/ZMQ4/Internal/Base.hsc:140)
plainPassword (src/System/ZMQ4/Internal/Base.hsc:142)
plainServer (src/System/ZMQ4/Internal/Base.hsc:144)
plainUserName (src/System/ZMQ4/Internal/Base.hsc:146)
probeRouter (src/System/ZMQ4/Internal/Base.hsc:148)
rate (src/System/ZMQ4/Internal/Base.hsc:150)
receiveBuf (src/System/ZMQ4/Internal/Base.hsc:152)
ZMQCtxOption (src/System/ZMQ4/Internal/Base.hsc:152)
receiveHighWM (src/System/ZMQ4/Internal/Base.hsc:154)
receiveMore (src/System/ZMQ4/Internal/Base.hsc:156)
_ioThreads (src/System/ZMQ4/Internal/Base.hsc:157)
receiveTimeout (src/System/ZMQ4/Internal/Base.hsc:158)
_maxSockets (src/System/ZMQ4/Internal/Base.hsc:159)
reconnectIVL (src/System/ZMQ4/Internal/Base.hsc:160)
reconnectIVLMax (src/System/ZMQ4/Internal/Base.hsc:162)
recoveryIVL (src/System/ZMQ4/Internal/Base.hsc:164)
ZMQEventType (src/System/ZMQ4/Internal/Base.hsc:164)
reqCorrelate (src/System/ZMQ4/Internal/Base.hsc:166)
reqRelaxed (src/System/ZMQ4/Internal/Base.hsc:168)
connected (src/System/ZMQ4/Internal/Base.hsc:169)
routerMandatory (src/System/ZMQ4/Internal/Base.hsc:170)
connectDelayed (src/System/ZMQ4/Internal/Base.hsc:171)
sendBuf (src/System/ZMQ4/Internal/Base.hsc:172)
connectRetried (src/System/ZMQ4/Internal/Base.hsc:173)
sendHighWM (src/System/ZMQ4/Internal/Base.hsc:174)
listening (src/System/ZMQ4/Internal/Base.hsc:175)
sendTimeout (src/System/ZMQ4/Internal/Base.hsc:176)
bindFailed (src/System/ZMQ4/Internal/Base.hsc:177)
subscribe (src/System/ZMQ4/Internal/Base.hsc:178)
accepted (src/System/ZMQ4/Internal/Base.hsc:179)
tcpAcceptFilter (src/System/ZMQ4/Internal/Base.hsc:180)
acceptFailed (src/System/ZMQ4/Internal/Base.hsc:181)
tcpKeepAlive (src/System/ZMQ4/Internal/Base.hsc:182)
closed (src/System/ZMQ4/Internal/Base.hsc:183)
tcpKeepAliveCount (src/System/ZMQ4/Internal/Base.hsc:184)
closeFailed (src/System/ZMQ4/Internal/Base.hsc:185)
tcpKeepAliveIdle (src/System/ZMQ4/Internal/Base.hsc:186)
ZMQEvent (src/System/ZMQ4/Internal/Base.hsc:186)
disconnected (src/System/ZMQ4/Internal/Base.hsc:187)
tcpKeepAliveInterval (src/System/ZMQ4/Internal/Base.hsc:188)
allEvents (src/System/ZMQ4/Internal/Base.hsc:189)
unsubscribe (src/System/ZMQ4/Internal/Base.hsc:190)
monitorStopped (src/System/ZMQ4/Internal/Base.hsc:191)
xpubVerbose (src/System/ZMQ4/Internal/Base.hsc:192)
zapDomain (src/System/ZMQ4/Internal/Base.hsc:194)
peekZMQEvent (src/System/ZMQ4/Internal/Base.hsc:204)
ZMQSecMechanism (src/System/ZMQ4/Internal/Base.hsc:217)
secNull (src/System/ZMQ4/Internal/Base.hsc:222)
secPlain (src/System/ZMQ4/Internal/Base.hsc:224)
secCurve (src/System/ZMQ4/Internal/Base.hsc:226)
ZMQMsgOption (src/System/ZMQ4/Internal/Base.hsc:230)
more (src/System/ZMQ4/Internal/Base.hsc:235)
ZMQFlag (src/System/ZMQ4/Internal/Base.hsc:241)
dontWait (src/System/ZMQ4/Internal/Base.hsc:246)
sndMore (src/System/ZMQ4/Internal/Base.hsc:248)
ZMQPollEvent (src/System/ZMQ4/Internal/Base.hsc:253)
pollIn (src/System/ZMQ4/Internal/Base.hsc:258)
pollOut (src/System/ZMQ4/Internal/Base.hsc:260)
pollerr (src/System/ZMQ4/Internal/Base.hsc:262)
c_zmq_version (src/System/ZMQ4/Internal/Base.hsc:268)
c_zmq_ctx_new (src/System/ZMQ4/Internal/Base.hsc:271)
c_zmq_ctx_shutdown (src/System/ZMQ4/Internal/Base.hsc:274)
c_zmq_ctx_term (src/System/ZMQ4/Internal/Base.hsc:277)
c_zmq_ctx_get (src/System/ZMQ4/Internal/Base.hsc:280)
c_zmq_ctx_set (src/System/ZMQ4/Internal/Base.hsc:283)
c_zmq_msg_init (src/System/ZMQ4/Internal/Base.hsc:288)
c_zmq_msg_init_size (src/System/ZMQ4/Internal/Base.hsc:291)
c_zmq_msg_close (src/System/ZMQ4/Internal/Base.hsc:294)
c_zmq_msg_data (src/System/ZMQ4/Internal/Base.hsc:297)
c_zmq_msg_size (src/System/ZMQ4/Internal/Base.hsc:300)
c_zmq_msg_get (src/System/ZMQ4/Internal/Base.hsc:303)
c_zmq_msg_set (src/System/ZMQ4/Internal/Base.hsc:306)
c_zmq_socket (src/System/ZMQ4/Internal/Base.hsc:311)
c_zmq_close (src/System/ZMQ4/Internal/Base.hsc:314)
c_zmq_setsockopt (src/System/ZMQ4/Internal/Base.hsc:317)
c_zmq_getsockopt (src/System/ZMQ4/Internal/Base.hsc:324)
c_zmq_bind (src/System/ZMQ4/Internal/Base.hsc:331)
c_zmq_unbind (src/System/ZMQ4/Internal/Base.hsc:334)
c_zmq_connect (src/System/ZMQ4/Internal/Base.hsc:337)
c_zmq_disconnect (src/System/ZMQ4/Internal/Base.hsc:340)
c_zmq_sendmsg (src/System/ZMQ4/Internal/Base.hsc:350)
c_zmq_recvmsg (src/System/ZMQ4/Internal/Base.hsc:353)
c_zmq_socket_monitor (src/System/ZMQ4/Internal/Base.hsc:357)
c_zmq_errno (src/System/ZMQ4/Internal/Base.hsc:362)
c_zmq_strerror (src/System/ZMQ4/Internal/Base.hsc:365)
c_zmq_proxy (src/System/ZMQ4/Internal/Base.hsc:370)
c_zmq_poll (src/System/ZMQ4/Internal/Base.hsc:375)
c_zmq_z85_encode (src/System/ZMQ4/Internal/Base.hsc:380)
c_zmq_z85_decode (src/System/ZMQ4/Internal/Base.hsc:383)
c_zmq_curve_keypair (src/System/ZMQ4/Internal/Base.hsc:388)
Warning: 'zmq_strerror' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'strerror' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
11% ( 2 / 18) in 'System.ZMQ4.Internal.Error'
Missing documentation for:
throwError (src/System/ZMQ4/Internal/Error.hs:42)
throwIf (src/System/ZMQ4/Internal/Error.hs:48)
throwIf_ (src/System/ZMQ4/Internal/Error.hs:53)
throwIfRetry (src/System/ZMQ4/Internal/Error.hs:56)
throwIfRetry_ (src/System/ZMQ4/Internal/Error.hs:64)
throwIfMinus1 (src/System/ZMQ4/Internal/Error.hs:67)
throwIfMinus1_ (src/System/ZMQ4/Internal/Error.hs:70)
throwIfNull (src/System/ZMQ4/Internal/Error.hs:73)
throwIfMinus1Retry (src/System/ZMQ4/Internal/Error.hs:76)
throwIfMinus1Retry_ (src/System/ZMQ4/Internal/Error.hs:79)
throwIfRetryMayBlock (src/System/ZMQ4/Internal/Error.hs:82)
throwIfRetryMayBlock_ (src/System/ZMQ4/Internal/Error.hs:91)
throwIfMinus1RetryMayBlock (src/System/ZMQ4/Internal/Error.hs:94)
throwIfMinus1RetryMayBlock_ (src/System/ZMQ4/Internal/Error.hs:97)
zmqErrnoMessage (src/System/ZMQ4/Internal/Error.hs:100)
zmqErrno (src/System/ZMQ4/Internal/Error.hs:103)
16% ( 8 / 48) in 'System.ZMQ4.Internal'
Missing documentation for:
SocketRepr (src/System/ZMQ4/Internal.hs:154)
SocketLike (src/System/ZMQ4/Internal.hs:163)
Message (src/System/ZMQ4/Internal.hs:170)
Timeout (src/System/ZMQ4/Internal.hs:85)
Size (src/System/ZMQ4/Internal.hs:86)
SecurityMechanism (src/System/ZMQ4/Internal.hs:132)
KeyFormat (src/System/ZMQ4/Internal.hs:138)
messageOf (src/System/ZMQ4/Internal.hs:196)
messageOfLazy (src/System/ZMQ4/Internal.hs:203)
messageClose (src/System/ZMQ4/Internal.hs:215)
messageFree (src/System/ZMQ4/Internal.hs:220)
messageInit (src/System/ZMQ4/Internal.hs:223)
messageInitSize (src/System/ZMQ4/Internal.hs:229)
setIntOpt (src/System/ZMQ4/Internal.hs:236)
setStrOpt (src/System/ZMQ4/Internal.hs:251)
getIntOpt (src/System/ZMQ4/Internal.hs:255)
getStrOpt (src/System/ZMQ4/Internal.hs:271)
getInt32Option (src/System/ZMQ4/Internal.hs:280)
setInt32OptFromRestricted (src/System/ZMQ4/Internal.hs:283)
ctxIntOption (src/System/ZMQ4/Internal.hs:286)
setCtxIntOption (src/System/ZMQ4/Internal.hs:290)
getBytesOpt (src/System/ZMQ4/Internal.hs:277)
getByteStringOpt (src/System/ZMQ4/Internal.hs:274)
setByteStringOpt (src/System/ZMQ4/Internal.hs:247)
z85Encode (src/System/ZMQ4/Internal.hs:294)
z85Decode (src/System/ZMQ4/Internal.hs:301)
toZMQFlag (src/System/ZMQ4/Internal.hs:319)
combine (src/System/ZMQ4/Internal.hs:326)
combineFlags (src/System/ZMQ4/Internal.hs:323)
mkSocketRepr (src/System/ZMQ4/Internal.hs:179)
closeSock (src/System/ZMQ4/Internal.hs:191)
onSocket (src/System/ZMQ4/Internal.hs:175)
bool2cint (src/System/ZMQ4/Internal.hs:329)
toSwitch (src/System/ZMQ4/Internal.hs:333)
fromSwitch (src/System/ZMQ4/Internal.hs:339)
events2cint (src/System/ZMQ4/Internal.hs:370)
eventMessage (src/System/ZMQ4/Internal.hs:373)
toMechanism (src/System/ZMQ4/Internal.hs:358)
fromMechanism (src/System/ZMQ4/Internal.hs:363)
getKey (src/System/ZMQ4/Internal.hs:309)
Warning: 'conflate' is ambiguous. It is defined
* at src/System/ZMQ4.hs:463:1
* at src/System/ZMQ4/Internal/Base.hsc: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/System/ZMQ4/Internal/Base.hsc:102:1
Warning: 'subscribe' is ambiguous. It is defined
* at src/System/ZMQ4.hs:431:1
* at src/System/ZMQ4/Internal/Base.hsc:178:1
You may 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/ZMQ4/Internal/Base.hsc:178:1
Warning: 'Context' is ambiguous. It is defined
* at src/System/ZMQ4/Internal.hs:146:19
* at src/System/ZMQ4/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 src/System/ZMQ4/Internal.hs:146:1
Warning: 'threadWaitWrite' 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: 'Pair' is ambiguous. It is defined
* at src/System/ZMQ4.hs:241:13
* at src/System/ZMQ4.hs:241:1
You may 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/ZMQ4.hs:241:1
Warning: 'Socket' is ambiguous. It is defined
* at src/System/ZMQ4/Internal.hs:151:20
* at src/System/ZMQ4/Internal.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/System/ZMQ4/Internal.hs:151:1
91% (148 /162) in 'System.ZMQ4'
Missing documentation for:
XReq (src/System/ZMQ4.hs:276)
XRep (src/System/ZMQ4.hs:279)
SocketLike (src/System/ZMQ4/Internal.hs:163)
Size (src/System/ZMQ4/Internal.hs:86)
Timeout (src/System/ZMQ4/Internal.hs:85)
KeyFormat (src/System/ZMQ4/Internal.hs:138)
SecurityMechanism (src/System/ZMQ4/Internal.hs:132)
delayAttachOnConnect (src/System/ZMQ4.hs:494)
ipv4Only (src/System/ZMQ4.hs:482)
setDelayAttachOnConnect (src/System/ZMQ4.hs:626)
setIpv4Only (src/System/ZMQ4.hs:634)
init (src/System/ZMQ4.hs:383)
z85Encode (src/System/ZMQ4/Internal.hs:294)
z85Decode (src/System/ZMQ4/Internal.hs:301)
Warning: 'ZMQ' is ambiguous. It is defined
* at src/System/ZMQ4/Monadic.hs:222:19
* at src/System/ZMQ4/Monadic.hs:222:1
You may 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/ZMQ4/Monadic.hs:222:1
Warning: 'Socket' is ambiguous. It is defined
* at src/System/ZMQ4/Monadic.hs:227:22
* at src/System/ZMQ4/Monadic.hs:227:1
You may 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/ZMQ4/Monadic.hs:227:1
Warning: 'SocketType' 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.
32% ( 50 /155) in 'System.ZMQ4.Monadic'
Missing documentation for:
Timeout (src/System/ZMQ4/Internal.hs:85)
KeyFormat (src/System/ZMQ4/Internal.hs:138)
SecurityMechanism (src/System/ZMQ4/Internal.hs:132)
SocketLike (src/System/ZMQ4/Internal.hs:163)
version (src/System/ZMQ4/Monadic.hs:323)
socket (src/System/ZMQ4/Monadic.hs:315)
ioThreads (src/System/ZMQ4/Monadic.hs:303)
maxSockets (src/System/ZMQ4/Monadic.hs:309)
setIoThreads (src/System/ZMQ4/Monadic.hs:306)
setMaxSockets (src/System/ZMQ4/Monadic.hs:312)
close (src/System/ZMQ4/Monadic.hs:328)
bind (src/System/ZMQ4/Monadic.hs:331)
unbind (src/System/ZMQ4/Monadic.hs:334)
connect (src/System/ZMQ4/Monadic.hs:337)
disconnect (src/System/ZMQ4/Monadic.hs:340)
send (src/System/ZMQ4/Monadic.hs:343)
send' (src/System/ZMQ4/Monadic.hs:346)
sendMulti (src/System/ZMQ4/Monadic.hs:349)
receive (src/System/ZMQ4/Monadic.hs:352)
receiveMulti (src/System/ZMQ4/Monadic.hs:355)
subscribe (src/System/ZMQ4/Monadic.hs:358)
unsubscribe (src/System/ZMQ4/Monadic.hs:361)
proxy (src/System/ZMQ4/Monadic.hs:364)
monitor (src/System/ZMQ4/Monadic.hs:367)
socketMonitor (src/System/ZMQ4/Monadic.hs:370)
affinity (src/System/ZMQ4/Monadic.hs:375)
backlog (src/System/ZMQ4/Monadic.hs:378)
conflate (src/System/ZMQ4/Monadic.hs:381)
curvePublicKey (src/System/ZMQ4/Monadic.hs:384)
curveSecretKey (src/System/ZMQ4/Monadic.hs:387)
curveServerKey (src/System/ZMQ4/Monadic.hs:390)
delayAttachOnConnect (src/System/ZMQ4/Monadic.hs:393)
events (src/System/ZMQ4/Monadic.hs:397)
fileDescriptor (src/System/ZMQ4/Monadic.hs:400)
identity (src/System/ZMQ4/Monadic.hs:403)
immediate (src/System/ZMQ4/Monadic.hs:406)
ipv4Only (src/System/ZMQ4/Monadic.hs:409)
ipv6 (src/System/ZMQ4/Monadic.hs:413)
lastEndpoint (src/System/ZMQ4/Monadic.hs:416)
linger (src/System/ZMQ4/Monadic.hs:419)
maxMessageSize (src/System/ZMQ4/Monadic.hs:422)
mcastHops (src/System/ZMQ4/Monadic.hs:425)
mechanism (src/System/ZMQ4/Monadic.hs:428)
moreToReceive (src/System/ZMQ4/Monadic.hs:431)
plainServer (src/System/ZMQ4/Monadic.hs:434)
plainPassword (src/System/ZMQ4/Monadic.hs:437)
plainUserName (src/System/ZMQ4/Monadic.hs:440)
rate (src/System/ZMQ4/Monadic.hs:443)
receiveBuffer (src/System/ZMQ4/Monadic.hs:446)
receiveHighWM (src/System/ZMQ4/Monadic.hs:449)
receiveTimeout (src/System/ZMQ4/Monadic.hs:452)
reconnectInterval (src/System/ZMQ4/Monadic.hs:455)
reconnectIntervalMax (src/System/ZMQ4/Monadic.hs:458)
recoveryInterval (src/System/ZMQ4/Monadic.hs:461)
sendBuffer (src/System/ZMQ4/Monadic.hs:464)
sendHighWM (src/System/ZMQ4/Monadic.hs:467)
sendTimeout (src/System/ZMQ4/Monadic.hs:470)
tcpKeepAlive (src/System/ZMQ4/Monadic.hs:473)
tcpKeepAliveCount (src/System/ZMQ4/Monadic.hs:476)
tcpKeepAliveIdle (src/System/ZMQ4/Monadic.hs:479)
tcpKeepAliveInterval (src/System/ZMQ4/Monadic.hs:482)
zapDomain (src/System/ZMQ4/Monadic.hs:485)
setAffinity (src/System/ZMQ4/Monadic.hs:490)
setBacklog (src/System/ZMQ4/Monadic.hs:493)
setConflate (src/System/ZMQ4/Monadic.hs:496)
setCurveServer (src/System/ZMQ4/Monadic.hs:505)
setCurvePublicKey (src/System/ZMQ4/Monadic.hs:499)
setCurveSecretKey (src/System/ZMQ4/Monadic.hs:502)
setCurveServerKey (src/System/ZMQ4/Monadic.hs:508)
setDelayAttachOnConnect (src/System/ZMQ4/Monadic.hs:511)
setIdentity (src/System/ZMQ4/Monadic.hs:515)
setImmediate (src/System/ZMQ4/Monadic.hs:518)
setIpv4Only (src/System/ZMQ4/Monadic.hs:521)
setIpv6 (src/System/ZMQ4/Monadic.hs:525)
setLinger (src/System/ZMQ4/Monadic.hs:528)
setMaxMessageSize (src/System/ZMQ4/Monadic.hs:531)
setMcastHops (src/System/ZMQ4/Monadic.hs:534)
setPlainServer (src/System/ZMQ4/Monadic.hs:537)
setPlainPassword (src/System/ZMQ4/Monadic.hs:540)
setPlainUserName (src/System/ZMQ4/Monadic.hs:543)
setProbeRouter (src/System/ZMQ4/Monadic.hs:546)
setRate (src/System/ZMQ4/Monadic.hs:549)
setReceiveBuffer (src/System/ZMQ4/Monadic.hs:552)
setReceiveHighWM (src/System/ZMQ4/Monadic.hs:555)
setReceiveTimeout (src/System/ZMQ4/Monadic.hs:558)
setReconnectInterval (src/System/ZMQ4/Monadic.hs:561)
setReconnectIntervalMax (src/System/ZMQ4/Monadic.hs:564)
setRecoveryInterval (src/System/ZMQ4/Monadic.hs:567)
setReqCorrelate (src/System/ZMQ4/Monadic.hs:570)
setReqRelaxed (src/System/ZMQ4/Monadic.hs:573)
setRouterMandatory (src/System/ZMQ4/Monadic.hs:576)
setSendBuffer (src/System/ZMQ4/Monadic.hs:579)
setSendHighWM (src/System/ZMQ4/Monadic.hs:582)
setSendTimeout (src/System/ZMQ4/Monadic.hs:585)
setTcpAcceptFilter (src/System/ZMQ4/Monadic.hs:588)
setTcpKeepAlive (src/System/ZMQ4/Monadic.hs:591)
setTcpKeepAliveCount (src/System/ZMQ4/Monadic.hs:594)
setTcpKeepAliveIdle (src/System/ZMQ4/Monadic.hs:597)
setTcpKeepAliveInterval (src/System/ZMQ4/Monadic.hs:600)
setXPubVerbose (src/System/ZMQ4/Monadic.hs:603)
setZapDomain (src/System/ZMQ4/Monadic.hs:606)
waitRead (src/System/ZMQ4/Monadic.hs:611)
waitWrite (src/System/ZMQ4/Monadic.hs:614)
z85Encode (src/System/ZMQ4/Internal.hs:294)
z85Decode (src/System/ZMQ4/Internal.hs:301)
Warning: System.ZMQ4: could not find link destinations for:
- System.ZMQ4.Rep_Stream
- System.ZMQ4.Rep_Push
- System.ZMQ4.Rep_Pull
- System.ZMQ4.Rep_Router
- System.ZMQ4.Rep_Dealer
- System.ZMQ4.Rep_Rep
- System.ZMQ4.Rep_Req
- System.ZMQ4.Rep_XSub
- System.ZMQ4.Rep_XPub
- System.ZMQ4.Rep_Sub
- System.ZMQ4.Rep_Pub
- System.ZMQ4.Rep_Pair
Warning: System.ZMQ4.Monadic: could not find link destinations for:
- System.ZMQ4.Rep_Stream
- System.ZMQ4.Rep_Push
- System.ZMQ4.Rep_Pull
- System.ZMQ4.Rep_Router
- System.ZMQ4.Rep_Dealer
- System.ZMQ4.Rep_Rep
- System.ZMQ4.Rep_Req
- System.ZMQ4.Rep_XSub
- System.ZMQ4.Rep_XPub
- System.ZMQ4.Rep_Sub
- System.ZMQ4.Rep_Pub
- System.ZMQ4.Rep_Pair
Documentation created: dist/doc/html/zeromq4-haskell/,
dist/doc/html/zeromq4-haskell/zeromq4-haskell.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/zeromq4-haskell-0.8.0-GQf2vIEV8Ey3UQW9mp4b7m
Completed zeromq4-haskell-0.8.0
Configuring lifted-base-0.2.3.12...
Preprocessing library for lifted-base-0.2.3.12..
Building library for lifted-base-0.2.3.12..
[1 of 9] Compiling Control.Concurrent.Chan.Lifted ( Control/Concurrent/Chan/Lifted.hs, dist/build/Control/Concurrent/Chan/Lifted.o, dist/build/Control/Concurrent/Chan/Lifted.dyn_o )
[2 of 9] Compiling Control.Concurrent.MVar.Lifted ( Control/Concurrent/MVar/Lifted.hs, dist/build/Control/Concurrent/MVar/Lifted.o, dist/build/Control/Concurrent/MVar/Lifted.dyn_o )
[3 of 9] Compiling Control.Concurrent.QSem.Lifted ( Control/Concurrent/QSem/Lifted.hs, dist/build/Control/Concurrent/QSem/Lifted.o, dist/build/Control/Concurrent/QSem/Lifted.dyn_o )
[4 of 9] Compiling Control.Concurrent.QSemN.Lifted ( Control/Concurrent/QSemN/Lifted.hs, dist/build/Control/Concurrent/QSemN/Lifted.o, dist/build/Control/Concurrent/QSemN/Lifted.dyn_o )
[5 of 9] Compiling Control.Exception.Lifted ( Control/Exception/Lifted.hs, dist/build/Control/Exception/Lifted.o, dist/build/Control/Exception/Lifted.dyn_o )
[6 of 9] Compiling Control.Concurrent.Lifted ( Control/Concurrent/Lifted.hs, dist/build/Control/Concurrent/Lifted.o, dist/build/Control/Concurrent/Lifted.dyn_o )
[7 of 9] Compiling Data.IORef.Lifted ( Data/IORef/Lifted.hs, dist/build/Data/IORef/Lifted.o, dist/build/Data/IORef/Lifted.dyn_o )
[8 of 9] Compiling Foreign.Marshal.Utils.Lifted ( Foreign/Marshal/Utils/Lifted.hs, dist/build/Foreign/Marshal/Utils/Lifted.o, dist/build/Foreign/Marshal/Utils/Lifted.dyn_o )
[9 of 9] Compiling System.Timeout.Lifted ( System/Timeout/Lifted.hs, dist/build/System/Timeout/Lifted.o, dist/build/System/Timeout/Lifted.dyn_o )
Preprocessing library for lifted-base-0.2.3.12..
Running Haddock on library for lifted-base-0.2.3.12..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 9] Compiling Control.Concurrent.Chan.Lifted ( Control/Concurrent/Chan/Lifted.hs, nothing )
[2 of 9] Compiling Control.Concurrent.MVar.Lifted ( Control/Concurrent/MVar/Lifted.hs, nothing )
[3 of 9] Compiling Control.Concurrent.QSem.Lifted ( Control/Concurrent/QSem/Lifted.hs, nothing )
[4 of 9] Compiling Control.Concurrent.QSemN.Lifted ( Control/Concurrent/QSemN/Lifted.hs, nothing )
[5 of 9] Compiling Control.Exception.Lifted ( Control/Exception/Lifted.hs, nothing )
[6 of 9] Compiling Control.Concurrent.Lifted ( Control/Concurrent/Lifted.hs, nothing )
[7 of 9] Compiling Data.IORef.Lifted ( Data/IORef/Lifted.hs, nothing )
[8 of 9] Compiling Foreign.Marshal.Utils.Lifted ( Foreign/Marshal/Utils/Lifted.hs, nothing )
[9 of 9] Compiling System.Timeout.Lifted ( System/Timeout/Lifted.hs, nothing )
Haddock coverage:
100% ( 8 / 8) in 'Control.Concurrent.Chan.Lifted'
100% ( 19 / 19) in 'Control.Concurrent.MVar.Lifted'
100% ( 5 / 5) in 'Control.Concurrent.QSem.Lifted'
100% ( 5 / 5) in 'Control.Concurrent.QSemN.Lifted'
Warning: 'liftBaseOp' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 64 / 64) in 'Control.Exception.Lifted'
100% ( 36 / 36) in 'Control.Concurrent.Lifted'
100% ( 11 / 11) in 'Data.IORef.Lifted'
Warning: 'MonadBase' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 2 / 2) in 'Foreign.Marshal.Utils.Lifted'
100% ( 2 / 2) in 'System.Timeout.Lifted'
Warning: Control.Exception.Lifted: could not find link destinations for:
- GHC.IOPort.IOPortException
Documentation created: dist/doc/html/lifted-base/,
dist/doc/html/lifted-base/lifted-base.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/lifted-base-0.2.3.12-iHp5K1HUqL4vslGQBQOkt
Completed lifted-base-0.2.3.12
Warning: asn1-parse.cabal:17:34: version operators used. To use version
operators the package needs to specify at least 'cabal-version: >= 1.8'.
Warning: asn1-parse.cabal:19:42: version operators used. To use version
operators the package needs to specify at least 'cabal-version: >= 1.8'.
Configuring asn1-parse-0.9.5...
Preprocessing library for asn1-parse-0.9.5..
Building library for asn1-parse-0.9.5..
[1 of 1] Compiling Data.ASN1.Parse ( Data/ASN1/Parse.hs, dist/build/Data/ASN1/Parse.o, dist/build/Data/ASN1/Parse.dyn_o )
Data/ASN1/Parse.hs:35:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Monad.Fail is redundant
except perhaps to import instances from Control.Monad.Fail
To import instances alone, use: import Control.Monad.Fail()
|
35 | import Control.Monad.Fail
| ^^^^^^^^^^^^^^^^^^^^^^^^^
Data/ASN1/Parse.hs:52:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical return definition detected
in the instance declaration for Monad ParseASN1.
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
|
52 | return a = pure a
| ^^^^^^^^^^^^^^^^^^^^
Preprocessing library for asn1-parse-0.9.5..
Running Haddock on library for asn1-parse-0.9.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.ASN1.Parse ( Data/ASN1/Parse.hs, nothing )
Data/ASN1/Parse.hs:35:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Monad.Fail is redundant
except perhaps to import instances from Control.Monad.Fail
To import instances alone, use: import Control.Monad.Fail()
|
35 | import Control.Monad.Fail
| ^^^^^^^^^^^^^^^^^^^^^^^^^
Data/ASN1/Parse.hs:52:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical return definition detected
in the instance declaration for Monad ParseASN1.
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
|
52 | return a = pure a
| ^^^^^^^^^^^^^^^^^^^^
Haddock coverage:
93% ( 15 / 16) in 'Data.ASN1.Parse'
Missing documentation for:
ParseASN1 (Data/ASN1/Parse.hs:38)
Documentation created: dist/doc/html/asn1-parse/,
dist/doc/html/asn1-parse/asn1-parse.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/asn1-parse-0.9.5-HAD06O2JRT6FuM0b1GIQ8l
Completed asn1-parse-0.9.5
Configuring optparse-applicative-0.19.0.0...
Preprocessing library for optparse-applicative-0.19.0.0..
Building library for optparse-applicative-0.19.0.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:59:31: warning: [GHC-61689] [-Wdodgy-imports]
Module Data.Semigroup does not export Option.
|
59 | 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.19.0.0..
Running Haddock on library for optparse-applicative-0.19.0.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:59:31: warning: [GHC-61689] [-Wdodgy-imports]
Module Data.Semigroup does not export Option.
|
59 | 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: '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: 'OptReader' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:254:5
* at src/Options/Applicative/Types.hs:253:1
You may 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:253:1
Warning: 'Completer' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:325:21
* at src/Options/Applicative/Types.hs:325:1
You may 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:325:1
40% ( 18 / 45) in 'Options.Applicative.Types'
Missing documentation for:
Module header
ParseError (src/Options/Applicative/Types.hs:69)
OptName (src/Options/Applicative/Types.hs:134)
isShortName (src/Options/Applicative/Types.hs:139)
isLongName (src/Options/Applicative/Types.hs:143)
Backtracking (src/Options/Applicative/Types.hs:105)
CReader (src/Options/Applicative/Types.hs:245)
ParserM (src/Options/Applicative/Types.hs:288)
CompletionResult (src/Options/Applicative/Types.hs:340)
ParserFailure (src/Options/Applicative/Types.hs:347)
overFailure (src/Options/Applicative/Types.hs:374)
Args (src/Options/Applicative/Types.hs:389)
ArgumentReachability (src/Options/Applicative/Types.hs:416)
OptTree (src/Options/Applicative/Types.hs:426)
ParserHelp (src/Options/Applicative/Help/Types.hs:12)
SomeParser (src/Options/Applicative/Types.hs:190)
IsCmdStart (src/Options/Applicative/Types.hs:78)
fromM (src/Options/Applicative/Types.hs:303)
oneM (src/Options/Applicative/Types.hs:306)
manyM (src/Options/Applicative/Types.hs:309)
someM (src/Options/Applicative/Types.hs:316)
filterOptional (src/Options/Applicative/Types.hs:434)
optVisibility (src/Options/Applicative/Types.hs:447)
optMetaVar (src/Options/Applicative/Types.hs:453)
optHelp (src/Options/Applicative/Types.hs:450)
optShowDefault (src/Options/Applicative/Types.hs:456)
optDescMod (src/Options/Applicative/Types.hs:459)
50% ( 1 / 2) in 'Options.Applicative.NonEmpty'
Missing documentation for:
Module header
4% ( 1 / 22) in 'Options.Applicative.Internal'
Missing documentation for:
Module header
P (src/Options/Applicative/Internal.hs:55)
MonadP (src/Options/Applicative/Internal.hs:46)
ParseError (src/Options/Applicative/Types.hs:69)
uncons (src/Options/Applicative/Internal.hs:100)
hoistMaybe (src/Options/Applicative/Internal.hs:91)
hoistEither (src/Options/Applicative/Internal.hs:94)
runReadM (src/Options/Applicative/Internal.hs:104)
withReadM (src/Options/Applicative/Internal.hs:107)
runP (src/Options/Applicative/Internal.hs:97)
Completion (src/Options/Applicative/Internal.hs:131)
runCompletion (src/Options/Applicative/Internal.hs:163)
contextNames (src/Options/Applicative/Internal.hs:77)
ListT (src/Options/Applicative/Internal.hs:170)
takeListT (src/Options/Applicative/Internal.hs:182)
runListT (src/Options/Applicative/Internal.hs:186)
hoistList (src/Options/Applicative/Internal.hs:271)
NondetT (src/Options/Applicative/Internal.hs:226)
cut (src/Options/Applicative/Internal.hs:258)
<!> (src/Options/Applicative/Internal.hs:252)
disamb (src/Options/Applicative/Internal.hs:261)
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:240)
runParserFully (src/Options/Applicative/Common.hs:243)
runParserStep (src/Options/Applicative/Common.hs:230)
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:362)
headerHelp (src/Options/Applicative/Help/Core.hs:365)
suggestionsHelp (src/Options/Applicative/Help/Core.hs:368)
usageHelp (src/Options/Applicative/Help/Core.hs:374)
descriptionHelp (src/Options/Applicative/Help/Core.hs:377)
bodyHelp (src/Options/Applicative/Help/Core.hs:380)
footerHelp (src/Options/Applicative/Help/Core.hs:383)
globalsHelp (src/Options/Applicative/Help/Core.hs:371)
parserGlobals (src/Options/Applicative/Help/Core.hs:405)
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
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:131)
fieldMod (src/Options/Applicative/Builder/Internal.hs:134)
mkCommand (src/Options/Applicative/Builder/Internal.hs:158)
mkParser (src/Options/Applicative/Builder/Internal.hs:167)
mkOption (src/Options/Applicative/Builder/Internal.hs:177)
mkProps (src/Options/Applicative/Builder/Internal.hs:182)
Warning: 'Completer' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:325:21
* at src/Options/Applicative/Types.hs:325:1
You may 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:325: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:90:21
* at src/Options/Applicative/Types.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/Options/Applicative/Types.hs:90:1
Warning: 'Option' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:185:17
* at src/Options/Applicative/Types.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/Options/Applicative/Types.hs:185:1
Warning: 'OptProperties' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:159:22
* at src/Options/Applicative/Types.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 src/Options/Applicative/Types.hs:159:1
Warning: 'ParserPrefs' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:112:20
* at src/Options/Applicative/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 src/Options/Applicative/Types.hs:112:1
87% ( 74 / 85) in 'Options.Applicative.Builder'
Missing documentation for:
Module header
ParseError (src/Options/Applicative/Types.hs:69)
PrefsMod (src/Options/Applicative/Builder.hs:523)
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:90:21
* at src/Options/Applicative/Types.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/Options/Applicative/Types.hs:90:1
Warning: 'ParserFailure' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:347:27
* at src/Options/Applicative/Types.hs:347:1
You may 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:347:1
Warning: 'Context' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:195:16
* at src/Options/Applicative/Types.hs:195:1
You may 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:195: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:347)
overFailure (src/Options/Applicative/Types.hs:374)
CompletionResult (src/Options/Applicative/Types.hs:340)
Warning: 'ParserInfo' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:90:21
* at src/Options/Applicative/Types.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/Options/Applicative/Types.hs:90:1
Warning: 'ParserPrefs' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:112:20
* at src/Options/Applicative/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 src/Options/Applicative/Types.hs:112:1
Warning: 'Completer' is ambiguous. It is defined
* at src/Options/Applicative/Types.hs:325:21
* at src/Options/Applicative/Types.hs:325:1
You may 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:325:1
86% (107 /123) 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:374)
PrefsMod (src/Options/Applicative/Builder.hs:523)
ParseError (src/Options/Applicative/Types.hs:69)
ParserHelp (src/Options/Applicative/Help/Types.hs:12)
ParserFailure (src/Options/Applicative/Types.hs:347)
CompletionResult (src/Options/Applicative/Types.hs:340)
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.19.0.0-5c46VkbBJNABJCSsMkcBhu
Completed optparse-applicative-0.19.0.0
Configuring ghc-lib-parser-ex-9.8.0.2...
Preprocessing library for ghc-lib-parser-ex-9.8.0.2..
Building library for ghc-lib-parser-ex-9.8.0.2..
[ 1 of 18] Compiling Language.Haskell.GhclibParserEx.Dump ( src/Language/Haskell/GhclibParserEx/Dump.hs, dist/build/Language/Haskell/GhclibParserEx/Dump.o, dist/build/Language/Haskell/GhclibParserEx/Dump.dyn_o )
[ 2 of 18] Compiling Language.Haskell.GhclibParserEx.Fixity ( src/Language/Haskell/GhclibParserEx/Fixity.hs, dist/build/Language/Haskell/GhclibParserEx/Fixity.o, dist/build/Language/Haskell/GhclibParserEx/Fixity.dyn_o )
[ 3 of 18] Compiling Language.Haskell.GhclibParserEx.GHC.Driver.Flags ( src/Language/Haskell/GhclibParserEx/GHC/Driver/Flags.hs, dist/build/Language/Haskell/GhclibParserEx/GHC/Driver/Flags.o, dist/build/Language/Haskell/GhclibParserEx/GHC/Driver/Flags.dyn_o )
[ 4 of 18] Compiling Language.Haskell.GhclibParserEx.GHC.Driver.Session ( src/Language/Haskell/GhclibParserEx/GHC/Driver/Session.hs, dist/build/Language/Haskell/GhclibParserEx/GHC/Driver/Session.o, dist/build/Language/Haskell/GhclibParserEx/GHC/Driver/Session.dyn_o )
[ 5 of 18] Compiling Language.Haskell.GhclibParserEx.GHC.Hs ( src/Language/Haskell/GhclibParserEx/GHC/Hs.hs, dist/build/Language/Haskell/GhclibParserEx/GHC/Hs.o, dist/build/Language/Haskell/GhclibParserEx/GHC/Hs.dyn_o )
[ 6 of 18] Compiling Language.Haskell.GhclibParserEx.GHC.Hs.Binds ( src/Language/Haskell/GhclibParserEx/GHC/Hs/Binds.hs, dist/build/Language/Haskell/GhclibParserEx/GHC/Hs/Binds.o, dist/build/Language/Haskell/GhclibParserEx/GHC/Hs/Binds.dyn_o )
[ 7 of 18] Compiling Language.Haskell.GhclibParserEx.GHC.Hs.Decls ( src/Language/Haskell/GhclibParserEx/GHC/Hs/Decls.hs, dist/build/Language/Haskell/GhclibParserEx/GHC/Hs/Decls.o, dist/build/Language/Haskell/GhclibParserEx/GHC/Hs/Decls.dyn_o )
[ 8 of 18] Compiling Language.Haskell.GhclibParserEx.GHC.Hs.ExtendInstances ( src/Language/Haskell/GhclibParserEx/GHC/Hs/ExtendInstances.hs, dist/build/Language/Haskell/GhclibParserEx/GHC/Hs/ExtendInstances.o, dist/build/Language/Haskell/GhclibParserEx/GHC/Hs/ExtendInstances.dyn_o )
[ 9 of 18] Compiling Language.Haskell.GhclibParserEx.GHC.Hs.ImpExp ( src/Language/Haskell/GhclibParserEx/GHC/Hs/ImpExp.hs, dist/build/Language/Haskell/GhclibParserEx/GHC/Hs/ImpExp.o, dist/build/Language/Haskell/GhclibParserEx/GHC/Hs/ImpExp.dyn_o )
[10 of 18] Compiling Language.Haskell.GhclibParserEx.GHC.Hs.Pat ( src/Language/Haskell/GhclibParserEx/GHC/Hs/Pat.hs, dist/build/Language/Haskell/GhclibParserEx/GHC/Hs/Pat.o, dist/build/Language/Haskell/GhclibParserEx/GHC/Hs/Pat.dyn_o )
[11 of 18] Compiling Language.Haskell.GhclibParserEx.GHC.Hs.Type ( src/Language/Haskell/GhclibParserEx/GHC/Hs/Type.hs, dist/build/Language/Haskell/GhclibParserEx/GHC/Hs/Type.o, dist/build/Language/Haskell/GhclibParserEx/GHC/Hs/Type.dyn_o )
[12 of 18] Compiling Language.Haskell.GhclibParserEx.GHC.Hs.Types ( src/Language/Haskell/GhclibParserEx/GHC/Hs/Types.hs, dist/build/Language/Haskell/GhclibParserEx/GHC/Hs/Types.o, dist/build/Language/Haskell/GhclibParserEx/GHC/Hs/Types.dyn_o )
[13 of 18] Compiling Language.Haskell.GhclibParserEx.GHC.Parser ( src/Language/Haskell/GhclibParserEx/GHC/Parser.hs, dist/build/Language/Haskell/GhclibParserEx/GHC/Parser.o, dist/build/Language/Haskell/GhclibParserEx/GHC/Parser.dyn_o )
[14 of 18] Compiling Language.Haskell.GhclibParserEx.GHC.Settings.Config ( src/Language/Haskell/GhclibParserEx/GHC/Settings/Config.hs, dist/build/Language/Haskell/GhclibParserEx/GHC/Settings/Config.o, dist/build/Language/Haskell/GhclibParserEx/GHC/Settings/Config.dyn_o )
[15 of 18] Compiling Language.Haskell.GhclibParserEx.GHC.Types.Name.Reader ( src/Language/Haskell/GhclibParserEx/GHC/Types/Name/Reader.hs, dist/build/Language/Haskell/GhclibParserEx/GHC/Types/Name/Reader.o, dist/build/Language/Haskell/GhclibParserEx/GHC/Types/Name/Reader.dyn_o )
[16 of 18] Compiling Language.Haskell.GhclibParserEx.GHC.Hs.Expr ( src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs, dist/build/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.o, dist/build/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.dyn_o )
[17 of 18] Compiling Language.Haskell.GhclibParserEx.GHC.Utils.Outputable ( src/Language/Haskell/GhclibParserEx/GHC/Utils/Outputable.hs, dist/build/Language/Haskell/GhclibParserEx/GHC/Utils/Outputable.o, dist/build/Language/Haskell/GhclibParserEx/GHC/Utils/Outputable.dyn_o )
[18 of 18] Compiling Paths_ghc_lib_parser_ex ( dist/build/autogen/Paths_ghc_lib_parser_ex.hs, dist/build/Paths_ghc_lib_parser_ex.o, dist/build/Paths_ghc_lib_parser_ex.dyn_o )
Preprocessing library for ghc-lib-parser-ex-9.8.0.2..
Running Haddock on library for ghc-lib-parser-ex-9.8.0.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 18] Compiling Language.Haskell.GhclibParserEx.Dump ( src/Language/Haskell/GhclibParserEx/Dump.hs, nothing )
[ 2 of 18] Compiling Language.Haskell.GhclibParserEx.Fixity ( src/Language/Haskell/GhclibParserEx/Fixity.hs, nothing )
[ 3 of 18] Compiling Language.Haskell.GhclibParserEx.GHC.Driver.Flags ( src/Language/Haskell/GhclibParserEx/GHC/Driver/Flags.hs, nothing )
[ 4 of 18] Compiling Language.Haskell.GhclibParserEx.GHC.Driver.Session ( src/Language/Haskell/GhclibParserEx/GHC/Driver/Session.hs, nothing )
[ 5 of 18] Compiling Language.Haskell.GhclibParserEx.GHC.Hs ( src/Language/Haskell/GhclibParserEx/GHC/Hs.hs, nothing )
[ 6 of 18] Compiling Language.Haskell.GhclibParserEx.GHC.Hs.Binds ( src/Language/Haskell/GhclibParserEx/GHC/Hs/Binds.hs, nothing )
[ 7 of 18] Compiling Language.Haskell.GhclibParserEx.GHC.Hs.Decls ( src/Language/Haskell/GhclibParserEx/GHC/Hs/Decls.hs, nothing )
[ 8 of 18] Compiling Language.Haskell.GhclibParserEx.GHC.Hs.ExtendInstances ( src/Language/Haskell/GhclibParserEx/GHC/Hs/ExtendInstances.hs, nothing )
[ 9 of 18] Compiling Language.Haskell.GhclibParserEx.GHC.Hs.ImpExp ( src/Language/Haskell/GhclibParserEx/GHC/Hs/ImpExp.hs, nothing )
[10 of 18] Compiling Language.Haskell.GhclibParserEx.GHC.Hs.Pat ( src/Language/Haskell/GhclibParserEx/GHC/Hs/Pat.hs, nothing )
[11 of 18] Compiling Language.Haskell.GhclibParserEx.GHC.Hs.Type ( src/Language/Haskell/GhclibParserEx/GHC/Hs/Type.hs, nothing )
[12 of 18] Compiling Language.Haskell.GhclibParserEx.GHC.Hs.Types ( src/Language/Haskell/GhclibParserEx/GHC/Hs/Types.hs, nothing )
[13 of 18] Compiling Language.Haskell.GhclibParserEx.GHC.Parser ( src/Language/Haskell/GhclibParserEx/GHC/Parser.hs, nothing )
[14 of 18] Compiling Language.Haskell.GhclibParserEx.GHC.Settings.Config ( src/Language/Haskell/GhclibParserEx/GHC/Settings/Config.hs, nothing )
[15 of 18] Compiling Language.Haskell.GhclibParserEx.GHC.Types.Name.Reader ( src/Language/Haskell/GhclibParserEx/GHC/Types/Name/Reader.hs, nothing )
[16 of 18] Compiling Language.Haskell.GhclibParserEx.GHC.Hs.Expr ( src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs, nothing )
[17 of 18] Compiling Language.Haskell.GhclibParserEx.GHC.Utils.Outputable ( src/Language/Haskell/GhclibParserEx/GHC/Utils/Outputable.hs, nothing )
[18 of 18] Compiling Paths_ghc_lib_parser_ex ( dist/build/autogen/Paths_ghc_lib_parser_ex.hs, nothing )
Haddock coverage:
75% ( 3 / 4) in 'Language.Haskell.GhclibParserEx.Dump'
Missing documentation for:
Module header
11% ( 1 / 9) in 'Language.Haskell.GhclibParserEx.Fixity'
Missing documentation for:
Module header
fixitiesFromModule (src/Language/Haskell/GhclibParserEx/Fixity.hs:284)
preludeFixities (src/Language/Haskell/GhclibParserEx/Fixity.hs:225)
baseFixities (src/Language/Haskell/GhclibParserEx/Fixity.hs:245)
infixr_ (src/Language/Haskell/GhclibParserEx/Fixity.hs:268)
infixl_ (src/Language/Haskell/GhclibParserEx/Fixity.hs:269)
infix_ (src/Language/Haskell/GhclibParserEx/Fixity.hs:270)
fixity (src/Language/Haskell/GhclibParserEx/Fixity.hs:274)
0% ( 0 / 1) in 'Language.Haskell.GhclibParserEx.GHC.Driver.Flags'
Missing documentation for:
Module header
50% ( 2 / 4) in 'Language.Haskell.GhclibParserEx.GHC.Driver.Session'
Missing documentation for:
Module header
parsePragmasIntoDynFlags (src/Language/Haskell/GhclibParserEx/GHC/Driver/Session.hs:169)
0% ( 0 / 2) in 'Language.Haskell.GhclibParserEx.GHC.Hs'
Missing documentation for:
Module header
modName (src/Language/Haskell/GhclibParserEx/GHC/Hs.hs:32)
0% ( 0 / 2) in 'Language.Haskell.GhclibParserEx.GHC.Hs.Binds'
Missing documentation for:
Module header
isPatSynBind (src/Language/Haskell/GhclibParserEx/GHC/Hs/Binds.hs:19)
0% ( 0 / 5) in 'Language.Haskell.GhclibParserEx.GHC.Hs.Decls'
Missing documentation for:
Module header
isNewType (src/Language/Haskell/GhclibParserEx/GHC/Hs/Decls.hs:21)
isForD (src/Language/Haskell/GhclibParserEx/GHC/Hs/Decls.hs:25)
isDerivD (src/Language/Haskell/GhclibParserEx/GHC/Hs/Decls.hs:26)
isClsDefSig (src/Language/Haskell/GhclibParserEx/GHC/Hs/Decls.hs:29)
0% ( 0 / 5) in 'Language.Haskell.GhclibParserEx.GHC.Hs.ExtendInstances'
Missing documentation for:
Module header
HsExtendInstances (src/Language/Haskell/GhclibParserEx/GHC/Hs/ExtendInstances.hs:29)
extendInstances (src/Language/Haskell/GhclibParserEx/GHC/Hs/ExtendInstances.hs:34)
astEq (src/Language/Haskell/GhclibParserEx/GHC/Hs/ExtendInstances.hs:51)
astListEq (src/Language/Haskell/GhclibParserEx/GHC/Hs/ExtendInstances.hs:54)
0% ( 0 / 3) in 'Language.Haskell.GhclibParserEx.GHC.Hs.ImpExp'
Missing documentation for:
Module header
isPatSynIE (src/Language/Haskell/GhclibParserEx/GHC/Hs/ImpExp.hs:36)
isImportQualifiedPost (src/Language/Haskell/GhclibParserEx/GHC/Hs/ImpExp.hs:42)
0% ( 0 / 13) in 'Language.Haskell.GhclibParserEx.GHC.Hs.Pat'
Missing documentation for:
Module header
patToStr (src/Language/Haskell/GhclibParserEx/GHC/Hs/Pat.hs:55)
strToPat (src/Language/Haskell/GhclibParserEx/GHC/Hs/Pat.hs:62)
fromPChar (src/Language/Haskell/GhclibParserEx/GHC/Hs/Pat.hs:89)
hasPFieldsDotDot (src/Language/Haskell/GhclibParserEx/GHC/Hs/Pat.hs:95)
isPFieldWildcard (src/Language/Haskell/GhclibParserEx/GHC/Hs/Pat.hs:118)
isPWildcard (src/Language/Haskell/GhclibParserEx/GHC/Hs/Pat.hs:127)
isPFieldPun (src/Language/Haskell/GhclibParserEx/GHC/Hs/Pat.hs:144)
isPatTypeSig (src/Language/Haskell/GhclibParserEx/GHC/Hs/Pat.hs:154)
isPBangPat (src/Language/Haskell/GhclibParserEx/GHC/Hs/Pat.hs:155)
isPViewPat (src/Language/Haskell/GhclibParserEx/GHC/Hs/Pat.hs:156)
isWildPat (src/Language/Haskell/GhclibParserEx/GHC/Hs/Pat.hs:132)
isSplicePat (src/Language/Haskell/GhclibParserEx/GHC/Hs/Pat.hs:163)
0% ( 0 / 5) in 'Language.Haskell.GhclibParserEx.GHC.Hs.Type'
Missing documentation for:
Module header
fromTyParen (src/Language/Haskell/GhclibParserEx/GHC/Hs/Type.hs:26)
isTyQuasiQuote (src/Language/Haskell/GhclibParserEx/GHC/Hs/Type.hs:30)
isUnboxedTuple (src/Language/Haskell/GhclibParserEx/GHC/Hs/Type.hs:34)
isKindTyApp (src/Language/Haskell/GhclibParserEx/GHC/Hs/Type.hs:23)
50% ( 1 / 2) in 'Language.Haskell.GhclibParserEx.GHC.Hs.Types'
Missing documentation for:
Module header
0% ( 0 / 16) in 'Language.Haskell.GhclibParserEx.GHC.Parser'
Missing documentation for:
Module header
parseFile (src/Language/Haskell/GhclibParserEx/GHC/Parser.hs:185)
parseModule (src/Language/Haskell/GhclibParserEx/GHC/Parser.hs:108)
parseSignature (src/Language/Haskell/GhclibParserEx/GHC/Parser.hs:115)
parseImport (src/Language/Haskell/GhclibParserEx/GHC/Parser.hs:118)
parseStatement (src/Language/Haskell/GhclibParserEx/GHC/Parser.hs:121)
parseBackpack (src/Language/Haskell/GhclibParserEx/GHC/Parser.hs:124)
parseDeclaration (src/Language/Haskell/GhclibParserEx/GHC/Parser.hs:127)
parseExpression (src/Language/Haskell/GhclibParserEx/GHC/Parser.hs:131)
parsePattern (src/Language/Haskell/GhclibParserEx/GHC/Parser.hs:149)
parseTypeSignature (src/Language/Haskell/GhclibParserEx/GHC/Parser.hs:152)
parseStmt (src/Language/Haskell/GhclibParserEx/GHC/Parser.hs:155)
parseIdentifier (src/Language/Haskell/GhclibParserEx/GHC/Parser.hs:162)
parseType (src/Language/Haskell/GhclibParserEx/GHC/Parser.hs:165)
parseHeader (src/Language/Haskell/GhclibParserEx/GHC/Parser.hs:172)
parse (src/Language/Haskell/GhclibParserEx/GHC/Parser.hs:92)
0% ( 0 / 2) in 'Language.Haskell.GhclibParserEx.GHC.Settings.Config'
Missing documentation for:
Module header
fakeSettings (src/Language/Haskell/GhclibParserEx/GHC/Settings/Config.hs:34)
0% ( 0 / 7) in 'Language.Haskell.GhclibParserEx.GHC.Types.Name.Reader'
Missing documentation for:
Module header
occNameStr (src/Language/Haskell/GhclibParserEx/GHC/Types/Name/Reader.hs:27)
rdrNameStr (src/Language/Haskell/GhclibParserEx/GHC/Types/Name/Reader.hs:33)
isSpecial (src/Language/Haskell/GhclibParserEx/GHC/Types/Name/Reader.hs:41)
unqual (src/Language/Haskell/GhclibParserEx/GHC/Types/Name/Reader.hs:51)
fromQual (src/Language/Haskell/GhclibParserEx/GHC/Types/Name/Reader.hs:60)
isSymbolRdrName (src/Language/Haskell/GhclibParserEx/GHC/Types/Name/Reader.hs:67)
0% ( 0 / 49) in 'Language.Haskell.GhclibParserEx.GHC.Hs.Expr'
Missing documentation for:
Module header
isTag (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:68)
isDol (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:73)
isDot (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:74)
isReturn (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:75)
isSection (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:76)
isRecConstr (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:77)
isRecUpdate (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:78)
isVar (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:79)
isPar (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:80)
isApp (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:81)
isOpApp (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:82)
isAnyApp (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:83)
isDo (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:84)
isLexeme (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:85)
isLambda (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:91)
isQuasiQuote (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:100)
isQuasiQuoteExpr (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:95)
isQuasiQuoteSplice (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:138)
isOverLabel (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:130)
isDotApp (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:101)
isTypeApp (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:102)
isWHNF (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:103)
isLCase (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:128)
isFieldPun (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:154)
isFieldPunUpdate (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:164)
isRecStmt (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:175)
isLetStmt (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:178)
isParComp (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:181)
isMDo (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:187)
isListComp (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:191)
isMonadComp (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:189)
isTupleSection (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:209)
isString (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:212)
isPrimLiteral (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:215)
isSpliceDecl (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:238)
isTypedSplice (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:231)
isUntypedSplice (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:232)
isFieldWildcard (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:262)
isUnboxed (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:287)
isWholeFrac (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:293)
isStrictMatch (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:148)
isMultiIf (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:247)
isProc (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:250)
isTransStmt (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:253)
hasFieldsDotDot (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:172)
varToStr (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:305)
strToVar (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:315)
fromChar (src/Language/Haskell/GhclibParserEx/GHC/Hs/Expr.hs:323)
0% ( 0 / 2) in 'Language.Haskell.GhclibParserEx.GHC.Utils.Outputable'
Missing documentation for:
Module header
unsafePrettyPrint (src/Language/Haskell/GhclibParserEx/GHC/Utils/Outputable.hs:17)
Documentation created: dist/doc/html/ghc-lib-parser-ex/,
dist/doc/html/ghc-lib-parser-ex/ghc-lib-parser-ex.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ghc-lib-parser-ex-9.8.0.2-BXz3ileDmMO7svbpncb3zC
Completed ghc-lib-parser-ex-9.8.0.2
Configuring http-client-0.7.19...
Preprocessing library for http-client-0.7.19..
Building library for http-client-0.7.19..
[ 1 of 19] Compiling Data.KeyedPool ( Data/KeyedPool.hs, dist/build/Data/KeyedPool.o, dist/build/Data/KeyedPool.dyn_o )
[ 2 of 19] Compiling Network.HTTP.Client.Types ( Network/HTTP/Client/Types.hs, dist/build/Network/HTTP/Client/Types.o, dist/build/Network/HTTP/Client/Types.dyn_o )
[ 3 of 19] Compiling Network.HTTP.Client.Connection ( Network/HTTP/Client/Connection.hs, dist/build/Network/HTTP/Client/Connection.o, dist/build/Network/HTTP/Client/Connection.dyn_o )
[ 4 of 19] Compiling Network.HTTP.Client.Headers ( Network/HTTP/Client/Headers.hs, dist/build/Network/HTTP/Client/Headers.o, dist/build/Network/HTTP/Client/Headers.dyn_o )
[ 5 of 19] Compiling Network.HTTP.Client.Body ( Network/HTTP/Client/Body.hs, dist/build/Network/HTTP/Client/Body.o, dist/build/Network/HTTP/Client/Body.dyn_o )
[ 6 of 19] Compiling Network.HTTP.Client.Util ( Network/HTTP/Client/Util.hs, dist/build/Network/HTTP/Client/Util.o, dist/build/Network/HTTP/Client/Util.dyn_o )
[ 7 of 19] Compiling Network.HTTP.Client.Request ( Network/HTTP/Client/Request.hs, dist/build/Network/HTTP/Client/Request.o, dist/build/Network/HTTP/Client/Request.dyn_o )
[ 8 of 19] Compiling Network.HTTP.Client.Response ( Network/HTTP/Client/Response.hs, dist/build/Network/HTTP/Client/Response.o, dist/build/Network/HTTP/Client/Response.dyn_o )
[ 9 of 19] Compiling Network.HTTP.Proxy ( Network/HTTP/Proxy.hs, dist/build/Network/HTTP/Proxy.o, dist/build/Network/HTTP/Proxy.dyn_o )
[10 of 19] Compiling Network.HTTP.Client.Manager ( Network/HTTP/Client/Manager.hs, dist/build/Network/HTTP/Client/Manager.o, dist/build/Network/HTTP/Client/Manager.dyn_o )
[11 of 19] Compiling Network.PublicSuffixList.Types ( publicsuffixlist/Network/PublicSuffixList/Types.hs, dist/build/Network/PublicSuffixList/Types.o, dist/build/Network/PublicSuffixList/Types.dyn_o )
[12 of 19] Compiling Network.PublicSuffixList.Serialize ( publicsuffixlist/Network/PublicSuffixList/Serialize.hs, dist/build/Network/PublicSuffixList/Serialize.o, dist/build/Network/PublicSuffixList/Serialize.dyn_o )
[13 of 19] Compiling Network.PublicSuffixList.DataStructure ( publicsuffixlist/Network/PublicSuffixList/DataStructure.hs, dist/build/Network/PublicSuffixList/DataStructure.o, dist/build/Network/PublicSuffixList/DataStructure.dyn_o )
[14 of 19] Compiling Network.PublicSuffixList.Lookup ( publicsuffixlist/Network/PublicSuffixList/Lookup.hs, dist/build/Network/PublicSuffixList/Lookup.o, dist/build/Network/PublicSuffixList/Lookup.dyn_o )
publicsuffixlist/Network/PublicSuffixList/Lookup.hs:69:63: 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."
|
69 | output _ (OffEnd True x) = Just $ T.intercalate "." $ tail $ T.splitOn "." x
| ^^^^
[15 of 19] Compiling Network.HTTP.Client.Cookies ( Network/HTTP/Client/Cookies.hs, dist/build/Network/HTTP/Client/Cookies.o, dist/build/Network/HTTP/Client/Cookies.dyn_o )
[16 of 19] Compiling Network.HTTP.Client.Core ( Network/HTTP/Client/Core.hs, dist/build/Network/HTTP/Client/Core.o, dist/build/Network/HTTP/Client/Core.dyn_o )
[17 of 19] Compiling Network.HTTP.Client.Internal ( Network/HTTP/Client/Internal.hs, dist/build/Network/HTTP/Client/Internal.o, dist/build/Network/HTTP/Client/Internal.dyn_o )
[18 of 19] Compiling Network.HTTP.Client ( Network/HTTP/Client.hs, dist/build/Network/HTTP/Client.o, dist/build/Network/HTTP/Client.dyn_o )
[19 of 19] Compiling Network.HTTP.Client.MultipartFormData ( Network/HTTP/Client/MultipartFormData.hs, dist/build/Network/HTTP/Client/MultipartFormData.o, dist/build/Network/HTTP/Client/MultipartFormData.dyn_o )
Preprocessing library for http-client-0.7.19..
Running Haddock on library for http-client-0.7.19..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 19] Compiling Data.KeyedPool ( Data/KeyedPool.hs, nothing )
[ 2 of 19] Compiling Network.HTTP.Client.Types ( Network/HTTP/Client/Types.hs, nothing )
[ 3 of 19] Compiling Network.HTTP.Client.Connection ( Network/HTTP/Client/Connection.hs, nothing )
[ 4 of 19] Compiling Network.HTTP.Client.Headers ( Network/HTTP/Client/Headers.hs, nothing )
[ 5 of 19] Compiling Network.HTTP.Client.Body ( Network/HTTP/Client/Body.hs, nothing )
[ 6 of 19] Compiling Network.HTTP.Client.Util ( Network/HTTP/Client/Util.hs, nothing )
[ 7 of 19] Compiling Network.HTTP.Client.Request ( Network/HTTP/Client/Request.hs, nothing )
[ 8 of 19] Compiling Network.HTTP.Client.Response ( Network/HTTP/Client/Response.hs, nothing )
[ 9 of 19] Compiling Network.HTTP.Proxy ( Network/HTTP/Proxy.hs, nothing )
[10 of 19] Compiling Network.HTTP.Client.Manager ( Network/HTTP/Client/Manager.hs, nothing )
[11 of 19] Compiling Network.PublicSuffixList.Types ( publicsuffixlist/Network/PublicSuffixList/Types.hs, nothing )
[12 of 19] Compiling Network.PublicSuffixList.Serialize ( publicsuffixlist/Network/PublicSuffixList/Serialize.hs, nothing )
[13 of 19] Compiling Network.PublicSuffixList.DataStructure ( publicsuffixlist/Network/PublicSuffixList/DataStructure.hs, nothing )
[14 of 19] Compiling Network.PublicSuffixList.Lookup ( publicsuffixlist/Network/PublicSuffixList/Lookup.hs, nothing )
publicsuffixlist/Network/PublicSuffixList/Lookup.hs:69:63: 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."
|
69 | output _ (OffEnd True x) = Just $ T.intercalate "." $ tail $ T.splitOn "." x
| ^^^^
[15 of 19] Compiling Network.HTTP.Client.Cookies ( Network/HTTP/Client/Cookies.hs, nothing )
[16 of 19] Compiling Network.HTTP.Client.Core ( Network/HTTP/Client/Core.hs, nothing )
[17 of 19] Compiling Network.HTTP.Client.Internal ( Network/HTTP/Client/Internal.hs, nothing )
[18 of 19] Compiling Network.HTTP.Client ( Network/HTTP/Client.hs, nothing )
[19 of 19] Compiling Network.HTTP.Client.MultipartFormData ( Network/HTTP/Client/MultipartFormData.hs, nothing )
Haddock coverage:
Warning: 'KeyedPool' is ambiguous. It is defined
* at Data/KeyedPool.hs:54:31
* at Data/KeyedPool.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/KeyedPool.hs:54:1
Warning: 'Managed' is ambiguous. It is defined
* at Data/KeyedPool.hs:288:25
* at Data/KeyedPool.hs:288:1
You 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/KeyedPool.hs:288:1
Warning: 'Reuse' is ambiguous. It is defined
* at Data/KeyedPool.hs:309:14
* at Data/KeyedPool.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 Data/KeyedPool.hs:309:1
Warning: 'Manager' is ambiguous. It is defined
* at Network/HTTP/Client/Types.hs:855:16
* at Network/HTTP/Client/Types.hs:855:1
You 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/HTTP/Client/Types.hs:855:1
Warning: 'managerProxy' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'defaultManagerSettings' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'parseRequest' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'defaultRequest' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ResponseTimeout' is ambiguous. It is defined
* at Network/HTTP/Client/Types.hs:160:22
* at Network/HTTP/Client/Types.hs:652:1
You 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/HTTP/Client/Types.hs:652:1
Warning: 'alwaysDecompress' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'browserDecompress' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'strippedHostName' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Connection' is ambiguous. It is defined
* at Network/HTTP/Client/Types.hs:81:19
* at Network/HTTP/Client/Types.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 Network/HTTP/Client/Types.hs:81:1
Warning: 'Request' is ambiguous. It is defined
* at Network/HTTP/Client/Types.hs:490:16
* at Network/HTTP/Client/Types.hs:490:1
You 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/HTTP/Client/Types.hs:490:1
Warning: 'equal' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'equiv' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Cookie' is ambiguous. It is defined
* at Network/HTTP/Client/Types.hs:260:15
* at Network/HTTP/Client/Types.hs:260:1
You 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/HTTP/Client/Types.hs:260:1
Warning: 'Connection' is ambiguous. It is defined
* at Network/HTTP/Client/Types.hs:81:19
* at Network/HTTP/Client/Types.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 Network/HTTP/Client/Types.hs:81:1
Warning: 'Request' is ambiguous. It is defined
* at Network/HTTP/Client/Types.hs:490:16
* at Network/HTTP/Client/Types.hs:490:1
You 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/HTTP/Client/Types.hs:490:1
Warning: 'URI' is ambiguous. It is defined
* in Network.URI
* in Network.URI
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 Network.URI
Warning: 'PopObserver' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'location' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Response' is ambiguous. It is defined
* at Network/HTTP/Client/Types.hs:692:22
* at Network/HTTP/Client/Types.hs:692:1
You 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/HTTP/Client/Types.hs:692:1
Warning: 'Source' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Request' is ambiguous. It is defined
* at Network/HTTP/Client/Types.hs:490:16
* at Network/HTTP/Client/Types.hs:490:1
You 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/HTTP/Client/Types.hs:490:1
Warning: 'Manager' is ambiguous. It is defined
* at Network/HTTP/Client/Types.hs:855:16
* at Network/HTTP/Client/Types.hs:855:1
You 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/HTTP/Client/Types.hs:855:1
Warning: 'publicsuffixlistcreate' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'isSuffix' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Response' is ambiguous. It is defined
* at Network/HTTP/Client/Types.hs:692:22
* at Network/HTTP/Client/Types.hs:692:1
You 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/HTTP/Client/Types.hs:692:1
Warning: 'Request' is ambiguous. It is defined
* at Network/HTTP/Client/Types.hs:490:16
* at Network/HTTP/Client/Types.hs:490:1
You 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/HTTP/Client/Types.hs:490:1
Warning: 'Manager' is ambiguous. It is defined
* at Network/HTTP/Client/Types.hs:855:16
* at Network/HTTP/Client/Types.hs:855:1
You 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/HTTP/Client/Types.hs:855:1
75% (112 /149) in 'Network.HTTP.Client.Internal'
Missing documentation for:
makeChunkedReader (Network/HTTP/Client/Body.hs:156)
makeLengthReader (Network/HTTP/Client/Body.hs:126)
makeGzipReader (Network/HTTP/Client/Body.hs:78)
makeUnlimitedReader (Network/HTTP/Client/Body.hs:112)
brEmpty (Network/HTTP/Client/Body.hs:54)
constBodyReader (Network/HTTP/Client/Body.hs:57)
connectionReadLine (Network/HTTP/Client/Connection.hs:35)
connectionReadLineWith (Network/HTTP/Client/Connection.hs:47)
connectionUnreadLine (Network/HTTP/Client/Connection.hs:65)
openSocketConnection (Network/HTTP/Client/Connection.hs:153)
openSocketConnectionSize (Network/HTTP/Client/Connection.hs:161)
withSocket (Network/HTTP/Client/Connection.hs:189)
createCookieJar (Network/HTTP/Client/Cookies.hs:92)
destroyCookieJar (Network/HTTP/Client/Cookies.hs:95)
removeExistingCookieFromCookieJar (Network/HTTP/Client/Cookies.hs:102)
isIpAddress (Network/HTTP/Client/Cookies.hs:42)
requestAction (Network/HTTP/Client/Core.hs:118)
handleClosedRead (Network/HTTP/Client/Core.hs:264)
parseStatusHeaders (Network/HTTP/Client/Headers.hs:32)
validateHeaders (Network/HTTP/Client/Headers.hs:142)
HeadersValidationResult (Network/HTTP/Client/Headers.hs:137)
needsGunzip (Network/HTTP/Client/Request.hs:417)
requestBuilder (Network/HTTP/Client/Request.hs:436)
getResponse (Network/HTTP/Client/Response.hs:123)
getConn (Network/HTTP/Client/Manager.hs:208)
NonEmptyList (Network/HTTP/Client/Types.hs:879)
HasHttpManager (Network/HTTP/Client/Types.hs:870)
HttpExceptionContent (Network/HTTP/Client/Types.hs:133)
Cookie (Network/HTTP/Client/Types.hs:260)
CookieJar (Network/HTTP/Client/Types.hs:275)
Connection (Network/HTTP/Client/Types.hs:81)
StatusHeaders (Network/HTTP/Client/Types.hs:95)
unHttpExceptionContentWrapper
throwHttp (Network/HTTP/Client/Types.hs:111)
toHttpException (Network/HTTP/Client/Types.hs:114)
ResponseClose (Network/HTTP/Client/Types.hs:741)
ConnsMap (Network/HTTP/Client/Types.hs:875)
Warning: 'Manager' is ambiguous. It is defined
* at Network/HTTP/Client/Types.hs:855:16
* at Network/HTTP/Client/Types.hs:855:1
You 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/HTTP/Client/Types.hs:855:1
Warning: 'Request' is ambiguous. It is defined
* at Network/HTTP/Client/Types.hs:490:16
* at Network/HTTP/Client/Types.hs:490:1
You 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/HTTP/Client/Types.hs:490:1
Warning: 'Response' is ambiguous. It is defined
* at Network/HTTP/Client/Types.hs:692:22
* at Network/HTTP/Client/Types.hs:692:1
You 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/HTTP/Client/Types.hs:692:1
Warning: 'tlsManagerSettings' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ManagerSettings' is ambiguous. It is defined
* at Network/HTTP/Client/Types.hs:750:24
* at Network/HTTP/Client/Types.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 Network/HTTP/Client/Types.hs:750:1
93% (139 /149) in 'Network.HTTP.Client'
Missing documentation for:
HasHttpManager (Network/HTTP/Client/Types.hs:870)
managerSetMaxHeaderLength (Network/HTTP/Client.hs:327)
managerSetMaxNumberHeaders (Network/HTTP/Client.hs:332)
HttpExceptionContent (Network/HTTP/Client/Types.hs:133)
Cookie (Network/HTTP/Client/Types.hs:260)
CookieJar (Network/HTTP/Client/Types.hs:275)
createCookieJar (Network/HTTP/Client/Cookies.hs:92)
destroyCookieJar (Network/HTTP/Client/Cookies.hs:95)
removeExistingCookieFromCookieJar (Network/HTTP/Client/Cookies.hs:102)
isIpAddress (Network/HTTP/Client/Cookies.hs:42)
Warning: 'Part' is ambiguous. It is defined
* at Network/HTTP/Client/MultipartFormData.hs:84:16
* at Network/HTTP/Client/MultipartFormData.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 Network/HTTP/Client/MultipartFormData.hs:81:1
89% ( 25 / 28) in 'Network.HTTP.Client.MultipartFormData'
Missing documentation for:
Part (Network/HTTP/Client/MultipartFormData.hs:81)
webkitBoundaryPure (Network/HTTP/Client/MultipartFormData.hs:255)
renderPart (Network/HTTP/Client/MultipartFormData.hs:220)
Warning: Network.HTTP.Client.Internal: could not find link destinations for:
- Data.KeyedPool.Managed
- Data.KeyedPool.KeyedPool
- Network.HTTP.Client.Types.HttpExceptionContentWrapper
Warning: Network.HTTP.Client: could not find link destinations for:
- Network.HTTP.Client.Rep_HistoriedResponse
Documentation created: dist/doc/html/http-client/,
dist/doc/html/http-client/http-client.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/http-client-0.7.19-DPplLidWDz3HOYFQ9qPYvp
Completed http-client-0.7.19
Configuring semigroupoids-6.0.1...
Preprocessing library for semigroupoids-6.0.1..
Building library for semigroupoids-6.0.1..
[ 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.1..
Running Haddock on library for semigroupoids-6.0.1..
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:411:26
* at src/Data/Functor/Bind/Class.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 src/Data/Functor/Bind/Class.hs:411: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:540)
returning (src/Data/Functor/Bind/Class.hs:537)
Biapply (src/Data/Functor/Bind/Class.hs:753)
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:540)
returning (src/Data/Functor/Bind/Class.hs:537)
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:753)
<<$>>
<<..>> (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.1-7B2lIORcvon6pcnJZP4UED
Completed semigroupoids-6.0.1
Configuring enclosed-exceptions-1.0.3...
Preprocessing library for enclosed-exceptions-1.0.3..
Building library for enclosed-exceptions-1.0.3..
[1 of 1] Compiling Control.Exception.Enclosed ( src/Control/Exception/Enclosed.hs, dist/build/Control/Exception/Enclosed.o, dist/build/Control/Exception/Enclosed.dyn_o )
Preprocessing library for enclosed-exceptions-1.0.3..
Running Haddock on library for enclosed-exceptions-1.0.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Control.Exception.Enclosed ( src/Control/Exception/Enclosed.hs, nothing )
Haddock coverage:
Warning: 'Timeout' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ClassyPrelude' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 17 / 17) in 'Control.Exception.Enclosed'
Documentation created: dist/doc/html/enclosed-exceptions/,
dist/doc/html/enclosed-exceptions/enclosed-exceptions.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/enclosed-exceptions-1.0.3-Hpuh5WoPqcf4V0JUDJdsyA
Completed enclosed-exceptions-1.0.3
Configuring crypton-x509-1.7.7...
Preprocessing library for crypton-x509-1.7.7..
Building library for crypton-x509-1.7.7..
[ 1 of 14] Compiling Data.X509.AlgorithmIdentifier ( Data/X509/AlgorithmIdentifier.hs, dist/build/Data/X509/AlgorithmIdentifier.o, dist/build/Data/X509/AlgorithmIdentifier.dyn_o )
[ 2 of 14] Compiling Data.X509.Internal ( Data/X509/Internal.hs, dist/build/Data/X509/Internal.o, dist/build/Data/X509/Internal.dyn_o )
[ 3 of 14] Compiling Data.X509.ExtensionRaw ( Data/X509/ExtensionRaw.hs, dist/build/Data/X509/ExtensionRaw.o, dist/build/Data/X509/ExtensionRaw.dyn_o )
Data/X509/ExtensionRaw.hs:17: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()
|
17 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 4 of 14] Compiling Data.X509.DistinguishedName ( Data/X509/DistinguishedName.hs, dist/build/Data/X509/DistinguishedName.o, dist/build/Data/X509/DistinguishedName.dyn_o )
Data/X509/DistinguishedName.hs:20: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()
|
20 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/X509/DistinguishedName.hs:22: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()
|
22 | import Data.Semigroup
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 5 of 14] Compiling Data.X509.Ext ( Data/X509/Ext.hs, dist/build/Data/X509/Ext.o, dist/build/Data/X509/Ext.dyn_o )
Data/X509/Ext.hs:46: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()
|
46 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 6 of 14] Compiling Data.X509.CRL ( Data/X509/CRL.hs, dist/build/Data/X509/CRL.o, dist/build/Data/X509/CRL.dyn_o )
Data/X509/CRL.hs:19: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()
|
19 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 7 of 14] Compiling Data.X509.OID ( Data/X509/OID.hs, dist/build/Data/X509/OID.o, dist/build/Data/X509/OID.dyn_o )
Data/X509/OID.hs:15: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()
|
15 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 8 of 14] Compiling Data.X509.PublicKey ( Data/X509/PublicKey.hs, dist/build/Data/X509/PublicKey.o, dist/build/Data/X509/PublicKey.dyn_o )
Data/X509/PublicKey.hs:274:32: 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."
|
274 | bytesOfInt n = if testBit (head nints) 7 then nints else 0xff : nints
| ^^^^
[ 9 of 14] Compiling Data.X509.PrivateKey ( Data/X509/PrivateKey.hs, dist/build/Data/X509/PrivateKey.o, dist/build/Data/X509/PrivateKey.dyn_o )
Data/X509/PrivateKey.hs:16: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()
|
16 | import Control.Applicative ((<$>), pure)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/X509/PrivateKey.hs:18:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Word is redundant
except perhaps to import instances from Data.Word
To import instances alone, use: import Data.Word()
|
18 | import Data.Word (Word)
| ^^^^^^^^^^^^^^^^^^^^^^^
[10 of 14] Compiling Data.X509.EC ( Data/X509/EC.hs, dist/build/Data/X509/EC.o, dist/build/Data/X509/EC.dyn_o )
[11 of 14] Compiling Data.X509.Cert ( Data/X509/Cert.hs, dist/build/Data/X509/Cert.o, dist/build/Data/X509/Cert.dyn_o )
Data/X509/Cert.hs:15: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()
|
15 | import Control.Applicative ((<$>), (<*>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[12 of 14] Compiling Data.X509.Signed ( Data/X509/Signed.hs, dist/build/Data/X509/Signed.o, dist/build/Data/X509/Signed.dyn_o )
[13 of 14] Compiling Data.X509.CertificateChain ( Data/X509/CertificateChain.hs, dist/build/Data/X509/CertificateChain.o, dist/build/Data/X509/CertificateChain.dyn_o )
[14 of 14] Compiling Data.X509 ( Data/X509.hs, dist/build/Data/X509.o, dist/build/Data/X509.dyn_o )
Preprocessing library for crypton-x509-1.7.7..
Running Haddock on library for crypton-x509-1.7.7..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 14] Compiling Data.X509.AlgorithmIdentifier ( Data/X509/AlgorithmIdentifier.hs, nothing )
[ 2 of 14] Compiling Data.X509.Internal ( Data/X509/Internal.hs, nothing )
[ 3 of 14] Compiling Data.X509.ExtensionRaw ( Data/X509/ExtensionRaw.hs, nothing )
Data/X509/ExtensionRaw.hs:17: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()
|
17 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 4 of 14] Compiling Data.X509.DistinguishedName ( Data/X509/DistinguishedName.hs, nothing )
Data/X509/DistinguishedName.hs:20: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()
|
20 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/X509/DistinguishedName.hs:22: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()
|
22 | import Data.Semigroup
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 5 of 14] Compiling Data.X509.Ext ( Data/X509/Ext.hs, nothing )
Data/X509/Ext.hs:46: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()
|
46 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 6 of 14] Compiling Data.X509.CRL ( Data/X509/CRL.hs, nothing )
Data/X509/CRL.hs:19: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()
|
19 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 7 of 14] Compiling Data.X509.OID ( Data/X509/OID.hs, nothing )
Data/X509/OID.hs:15: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()
|
15 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 8 of 14] Compiling Data.X509.PublicKey ( Data/X509/PublicKey.hs, nothing )
Data/X509/PublicKey.hs:274:32: 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."
|
274 | bytesOfInt n = if testBit (head nints) 7 then nints else 0xff : nints
| ^^^^
[ 9 of 14] Compiling Data.X509.PrivateKey ( Data/X509/PrivateKey.hs, nothing )
Data/X509/PrivateKey.hs:16: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()
|
16 | import Control.Applicative ((<$>), pure)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/X509/PrivateKey.hs:18:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Word is redundant
except perhaps to import instances from Data.Word
To import instances alone, use: import Data.Word()
|
18 | import Data.Word (Word)
| ^^^^^^^^^^^^^^^^^^^^^^^
[10 of 14] Compiling Data.X509.EC ( Data/X509/EC.hs, nothing )
[11 of 14] Compiling Data.X509.Cert ( Data/X509/Cert.hs, nothing )
Data/X509/Cert.hs:15: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()
|
15 | import Control.Applicative ((<$>), (<*>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[12 of 14] Compiling Data.X509.Signed ( Data/X509/Signed.hs, nothing )
[13 of 14] Compiling Data.X509.CertificateChain ( Data/X509/CertificateChain.hs, nothing )
[14 of 14] Compiling Data.X509 ( Data/X509.hs, nothing )
Haddock coverage:
Warning: 'ExtensionRaw' is ambiguous. It is defined
* at Data/X509/ExtensionRaw.hs:25:21
* at Data/X509/ExtensionRaw.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 Data/X509/ExtensionRaw.hs:25:1
Warning: 'DistinguishedName' is ambiguous. It is defined
* at Data/X509/DistinguishedName.hs:30:29
* at Data/X509/DistinguishedName.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/X509/DistinguishedName.hs:30:1
100% ( 7 / 7) in 'Data.X509.EC'
Warning: 'SignedExact' is ambiguous. It is defined
* at Data/X509/Signed.hs:66:54
* at Data/X509/Signed.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 Data/X509/Signed.hs:66:1
Warning: 'Signed' is ambiguous. It is defined
* at Data/X509/Signed.hs:58:49
* at Data/X509/Signed.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 Data/X509/Signed.hs:58:1
95% ( 64 / 67) in 'Data.X509'
Missing documentation for:
ExtNetscapeComment (Data/X509/Ext.hs:341)
tryExtRawASN1 (Data/X509/ExtensionRaw.hs:32)
extRawASN1 (Data/X509/ExtensionRaw.hs:38)
Documentation created: dist/doc/html/crypton-x509/,
dist/doc/html/crypton-x509/crypton-x509.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/crypton-x509-1.7.7-9IykhOoN2s15OsKZhK8JGJ
Completed crypton-x509-1.7.7
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-8bGipBEqvCZ29fR2jkj5jz
Completed tasty-1.5.3
Configuring shelly-1.12.1.1...
Preprocessing library for shelly-1.12.1.1..
Building library for shelly-1.12.1.1..
[1 of 7] Compiling Shelly.Base ( src/Shelly/Base.hs, dist/build/Shelly/Base.o, dist/build/Shelly/Base.dyn_o )
[2 of 7] Compiling Shelly.Directory ( src/Shelly/Directory.hs, dist/build/Shelly/Directory.o, dist/build/Shelly/Directory.dyn_o )
[3 of 7] Compiling Shelly.Find ( src/Shelly/Find.hs, dist/build/Shelly/Find.o, dist/build/Shelly/Find.dyn_o )
[4 of 7] Compiling Shelly ( src/Shelly.hs, dist/build/Shelly.o, dist/build/Shelly.dyn_o )
[5 of 7] Compiling Shelly.Lifted ( src/Shelly/Lifted.hs, dist/build/Shelly/Lifted.o, dist/build/Shelly/Lifted.dyn_o )
[6 of 7] Compiling Shelly.Pipe ( src/Shelly/Pipe.hs, dist/build/Shelly/Pipe.o, dist/build/Shelly/Pipe.dyn_o )
[7 of 7] Compiling Shelly.Unix ( src/Shelly/Unix.hs, dist/build/Shelly/Unix.o, dist/build/Shelly/Unix.dyn_o )
Preprocessing library for shelly-1.12.1.1..
Running Haddock on library for shelly-1.12.1.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 7] Compiling Shelly.Base ( src/Shelly/Base.hs, nothing )
[2 of 7] Compiling Shelly.Directory ( src/Shelly/Directory.hs, nothing )
[3 of 7] Compiling Shelly.Find ( src/Shelly/Find.hs, nothing )
[4 of 7] Compiling Shelly ( src/Shelly.hs, nothing )
[5 of 7] Compiling Shelly.Lifted ( src/Shelly/Lifted.hs, nothing )
[6 of 7] Compiling Shelly.Pipe ( src/Shelly/Pipe.hs, nothing )
[7 of 7] Compiling Shelly.Unix ( src/Shelly/Unix.hs, nothing )
Haddock coverage:
Warning: 'find' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Sh' is ambiguous. It is defined
* at src/Shelly/Base.hs:63:16
* at src/Shelly/Base.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/Shelly/Base.hs:63:1
Warning: 'Sh' is ambiguous. It is defined
* at src/Shelly/Base.hs:63:16
* at src/Shelly/Base.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/Shelly/Base.hs:63:1
Warning: 'stdin' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
88% (146 /165) in 'Shelly'
Missing documentation for:
Sh (src/Shelly/Base.hs:63)
FoldCallback (src/Shelly.hs:246)
bash_ (src/Shelly.hs:1176)
sshCommandText (src/Shelly.hs:1126)
SshMode (src/Shelly.hs:1069)
StdHandle (src/Shelly/Base.hs:120)
StdStream
getenv (src/Shelly.hs:768)
get_environment (src/Shelly.hs:736)
show_command (src/Shelly.hs:1034)
path (src/Shelly/Base.hs:232)
readfile (src/Shelly.hs:1453)
writeBinary (src/Shelly.hs:1438)
bracket_sh (src/Shelly.hs:410)
RunFailed (src/Shelly.hs:1021)
toTextIgnore (src/Shelly/Base.hs:284)
toTextWarn (src/Shelly.hs:226)
get (src/Shelly/Base.hs:252)
put (src/Shelly.hs:285)
31% ( 46 /144) in 'Shelly.Lifted'
Missing documentation for:
MonadSh (src/Shelly/Lifted.hs:124)
MonadShControl (src/Shelly/Lifted.hs:186)
Sh (src/Shelly/Base.hs:63)
sub (src/Shelly/Lifted.hs:332)
silently (src/Shelly/Lifted.hs:307)
verbosely (src/Shelly/Lifted.hs:310)
escaping (src/Shelly/Lifted.hs:341)
print_stdout (src/Shelly/Lifted.hs:319)
print_stderr (src/Shelly/Lifted.hs:322)
print_commands (src/Shelly/Lifted.hs:325)
tracing (src/Shelly/Lifted.hs:338)
errExit (src/Shelly/Lifted.hs:344)
log_stdout_with (src/Shelly/Lifted.hs:313)
log_stderr_with (src/Shelly/Lifted.hs:316)
run (src/Shelly/Lifted.hs:482)
run_ (src/Shelly/Lifted.hs:501)
runFoldLines (src/Shelly/Lifted.hs:520)
FoldCallback (src/Shelly.hs:246)
-|- (src/Shelly/Lifted.hs:350)
lastStderr (src/Shelly/Lifted.hs:523)
setStdin (src/Shelly/Lifted.hs:529)
lastExitCode (src/Shelly/Lifted.hs:526)
command (src/Shelly/Lifted.hs:485)
command_ (src/Shelly/Lifted.hs:489)
command1 (src/Shelly/Lifted.hs:493)
command1_ (src/Shelly/Lifted.hs:497)
sshPairs (src/Shelly/Lifted.hs:479)
sshPairs_ (src/Shelly/Lifted.hs:476)
runHandle (src/Shelly/Lifted.hs:507)
runHandles (src/Shelly/Lifted.hs:515)
transferLinesAndCombine (src/Shelly/Lifted.hs:367)
StdHandle (src/Shelly/Base.hs:120)
StdStream
setenv (src/Shelly/Lifted.hs:458)
get_env (src/Shelly/Lifted.hs:470)
get_env_text (src/Shelly/Lifted.hs:473)
get_env_all (src/Shelly/Lifted.hs:467)
appendToPath (src/Shelly/Lifted.hs:461)
prependToPath (src/Shelly/Lifted.hs:464)
cd (src/Shelly/Lifted.hs:404)
chdir (src/Shelly/Lifted.hs:301)
chdir_p (src/Shelly/Lifted.hs:304)
pwd (src/Shelly/Lifted.hs:413)
echo (src/Shelly/Lifted.hs:556)
echo_n (src/Shelly/Lifted.hs:557)
echo_err (src/Shelly/Lifted.hs:558)
echo_n_err (src/Shelly/Lifted.hs:559)
inspect (src/Shelly/Lifted.hs:594)
inspect_err (src/Shelly/Lifted.hs:597)
tag (src/Shelly/Lifted.hs:298)
trace (src/Shelly/Lifted.hs:335)
show_command (src/Shelly.hs:1034)
ls (src/Shelly/Lifted.hs:591)
lsT (src/Shelly/Lifted.hs:410)
test_e (src/Shelly/Lifted.hs:440)
test_f (src/Shelly/Lifted.hs:443)
test_d (src/Shelly/Lifted.hs:585)
test_s (src/Shelly/Lifted.hs:588)
test_px (src/Shelly/Lifted.hs:446)
which (src/Shelly/Lifted.hs:437)
absPath (src/Shelly/Lifted.hs:582)
canonic (src/Shelly/Lifted.hs:574)
relPath (src/Shelly/Lifted.hs:566)
relativeTo (src/Shelly/Lifted.hs:571)
mv (src/Shelly/Lifted.hs:407)
rm (src/Shelly/Lifted.hs:455)
rm_f (src/Shelly/Lifted.hs:452)
rm_rf (src/Shelly/Lifted.hs:449)
cp (src/Shelly/Lifted.hs:535)
cp_r (src/Shelly/Lifted.hs:532)
mkdir (src/Shelly/Lifted.hs:428)
mkdir_p (src/Shelly/Lifted.hs:431)
mkdirTree (src/Shelly/Lifted.hs:434)
readfile (src/Shelly/Lifted.hs:547)
readBinary (src/Shelly/Lifted.hs:550)
writefile (src/Shelly/Lifted.hs:538)
appendfile (src/Shelly/Lifted.hs:544)
touchfile (src/Shelly/Lifted.hs:541)
withTmpDir (src/Shelly/Lifted.hs:356)
exit (src/Shelly/Lifted.hs:416)
errorExit (src/Shelly/Lifted.hs:419)
quietExit (src/Shelly/Lifted.hs:422)
terror (src/Shelly/Lifted.hs:425)
bracket_sh (src/Shelly/Lifted.hs:388)
catchany (src/Shelly/Lifted.hs:600)
catch_sh (src/Shelly/Lifted.hs:376)
handle_sh (src/Shelly/Lifted.hs:380)
handleany_sh (src/Shelly/Lifted.hs:400)
finally_sh (src/Shelly/Lifted.hs:384)
catches_sh (src/Shelly/Lifted.hs:392)
catchany_sh (src/Shelly/Lifted.hs:396)
toTextIgnore (src/Shelly/Base.hs:284)
toTextWarn (src/Shelly/Lifted.hs:364)
time (src/Shelly/Lifted.hs:359)
sleep (src/Shelly/Lifted.hs:553)
get (src/Shelly/Lifted.hs:370)
put (src/Shelly/Lifted.hs:373)
followSymlink (src/Shelly/Lifted.hs:347)
Warning: 'Sh' is ambiguous. It is defined
* at src/Shelly/Pipe.hs:119:16
* at src/Shelly/Pipe.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/Shelly/Pipe.hs:119:1
95% (123 /129) in 'Shelly.Pipe'
Missing documentation for:
silently (src/Shelly/Pipe.hs:226)
verbosely (src/Shelly/Pipe.hs:230)
FoldCallback (src/Shelly.hs:246)
toTextIgnore (src/Shelly/Base.hs:284)
get (src/Shelly/Pipe.hs:604)
put (src/Shelly/Pipe.hs:607)
50% ( 1 / 2) in 'Shelly.Unix'
Missing documentation for:
kill (src/Shelly/Unix.hs:12)
Warning: Shelly: could not find link destinations for:
- Shelly.Base.State
- Shelly.Base.canonicalizePath
- Shelly.Base.D:R:StMSha
- Shelly.ToFilePath
- Shelly.Lifted.ShSh
- Shelly.Lifted.D:R:ShMSha0
Warning: Shelly.Lifted: could not find link destinations for:
- Shelly.Base.State
- Shelly.Base.D:R:StMSha
- Shelly.ToFilePath
- Shelly.Lifted.ShSh
- Shelly.Lifted.D:R:ShMSha0
Warning: Shelly.Pipe: could not find link destinations for:
- Shelly.Base.State
- Shelly.ToFilePath
- Shelly.Pipe.ShellCommand
Documentation created: dist/doc/html/shelly/, dist/doc/html/shelly/shelly.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/shelly-1.12.1.1-7IKHnoU8GKz5grXfHhkZGi
Completed shelly-1.12.1.1
Configuring crypton-x509-store-1.6.12...
Preprocessing library for crypton-x509-store-1.6.12..
Building library for crypton-x509-store-1.6.12..
[1 of 3] Compiling Data.X509.CertificateStore ( Data/X509/CertificateStore.hs, dist/build/Data/X509/CertificateStore.o, dist/build/Data/X509/CertificateStore.dyn_o )
Data/X509/CertificateStore.hs:19: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()
|
19 | import Data.Semigroup
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/X509/CertificateStore.hs:23: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()
|
23 | import Control.Applicative ((<$>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 3] Compiling Data.X509.Memory ( Data/X509/Memory.hs, dist/build/Data/X509/Memory.o, dist/build/Data/X509/Memory.dyn_o )
[3 of 3] Compiling Data.X509.File ( Data/X509/File.hs, dist/build/Data/X509/File.o, dist/build/Data/X509/File.dyn_o )
Data/X509/File.hs:9: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()
|
9 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/X509/File.hs:11:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.ASN1.BinaryEncoding is redundant
except perhaps to import instances from Data.ASN1.BinaryEncoding
To import instances alone, use: import Data.ASN1.BinaryEncoding()
|
11 | import Data.ASN1.BinaryEncoding
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/X509/File.hs:12:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.ASN1.Encoding is redundant
except perhaps to import instances from Data.ASN1.Encoding
To import instances alone, use: import Data.ASN1.Encoding()
|
12 | import Data.ASN1.Encoding
| ^^^^^^^^^^^^^^^^^^^^^^^^^
Data/X509/File.hs:16:35: warning: [GHC-38856] [-Wunused-imports]
The import of PEM(pemName) from module Data.PEM is redundant
|
16 | import Data.PEM (PEM, pemContent, pemName, pemParseLBS)
| ^^^^^^^
Preprocessing library for crypton-x509-store-1.6.12..
Running Haddock on library for crypton-x509-store-1.6.12..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.X509.CertificateStore ( Data/X509/CertificateStore.hs, nothing )
Data/X509/CertificateStore.hs:19: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()
|
19 | import Data.Semigroup
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/X509/CertificateStore.hs:23: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()
|
23 | import Control.Applicative ((<$>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 3] Compiling Data.X509.Memory ( Data/X509/Memory.hs, nothing )
[3 of 3] Compiling Data.X509.File ( Data/X509/File.hs, nothing )
Data/X509/File.hs:9: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()
|
9 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/X509/File.hs:11:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.ASN1.BinaryEncoding is redundant
except perhaps to import instances from Data.ASN1.BinaryEncoding
To import instances alone, use: import Data.ASN1.BinaryEncoding()
|
11 | import Data.ASN1.BinaryEncoding
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/X509/File.hs:12:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.ASN1.Encoding is redundant
except perhaps to import instances from Data.ASN1.Encoding
To import instances alone, use: import Data.ASN1.Encoding()
|
12 | import Data.ASN1.Encoding
| ^^^^^^^^^^^^^^^^^^^^^^^^^
Data/X509/File.hs:16:35: warning: [GHC-38856] [-Wunused-imports]
The import of PEM(pemName) from module Data.PEM is redundant
|
16 | import Data.PEM (PEM, pemContent, pemName, pemParseLBS)
| ^^^^^^^
Haddock coverage:
66% ( 6 / 9) in 'Data.X509.CertificateStore'
Missing documentation for:
Module header
isEmptyCertificateStore (Data/X509/CertificateStore.hs:43)
readCertificates (Data/X509/CertificateStore.hs:109)
25% ( 1 / 4) in 'Data.X509.Memory'
Missing documentation for:
readKeyFileFromMemory (Data/X509/Memory.hs:30)
readSignedObjectFromMemory (Data/X509/Memory.hs:36)
pemToKey (Data/X509/Memory.hs:41)
50% ( 2 / 4) in 'Data.X509.File'
Missing documentation for:
Module header
PEMError (Data/X509/File.hs:23)
Documentation created: dist/doc/html/crypton-x509-store/,
dist/doc/html/crypton-x509-store/crypton-x509-store.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/crypton-x509-store-1.6.12-JmYz0nwDsou5eJAuHWkvE6
Completed crypton-x509-store-1.6.12
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-Gv6yXNwqQAj3b8A12fweIW
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-Gv6yXNwqQAj3b8A12fweIW
Completed vector-0.13.2.0
Configuring crypton-x509-validation-1.6.14...
Preprocessing library for crypton-x509-validation-1.6.14..
Building library for crypton-x509-validation-1.6.14..
[1 of 5] Compiling Data.X509.Validation.Fingerprint ( Data/X509/Validation/Fingerprint.hs, dist/build/Data/X509/Validation/Fingerprint.o, dist/build/Data/X509/Validation/Fingerprint.dyn_o )
[2 of 5] Compiling Data.X509.Validation.Signature ( Data/X509/Validation/Signature.hs, dist/build/Data/X509/Validation/Signature.o, dist/build/Data/X509/Validation/Signature.dyn_o )
[3 of 5] Compiling Data.X509.Validation.Types ( Data/X509/Validation/Types.hs, dist/build/Data/X509/Validation/Types.o, dist/build/Data/X509/Validation/Types.dyn_o )
[4 of 5] Compiling Data.X509.Validation.Cache ( Data/X509/Validation/Cache.hs, dist/build/Data/X509/Validation/Cache.o, dist/build/Data/X509/Validation/Cache.dyn_o )
[5 of 5] Compiling Data.X509.Validation ( Data/X509/Validation.hs, dist/build/Data/X509/Validation.o, dist/build/Data/X509/Validation.dyn_o )
Data/X509/Validation.hs:483: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."
|
483 | | head l == "*" -> wildcardMatch (drop 1 l)
| ^^^^
Preprocessing library for crypton-x509-validation-1.6.14..
Running Haddock on library for crypton-x509-validation-1.6.14..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling Data.X509.Validation.Fingerprint ( Data/X509/Validation/Fingerprint.hs, nothing )
[2 of 5] Compiling Data.X509.Validation.Signature ( Data/X509/Validation/Signature.hs, nothing )
[3 of 5] Compiling Data.X509.Validation.Types ( Data/X509/Validation/Types.hs, nothing )
[4 of 5] Compiling Data.X509.Validation.Cache ( Data/X509/Validation/Cache.hs, nothing )
[5 of 5] Compiling Data.X509.Validation ( Data/X509/Validation.hs, nothing )
Data/X509/Validation.hs:483: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."
|
483 | | head l == "*" -> wildcardMatch (drop 1 l)
| ^^^^
Haddock coverage:
Warning: 'DistinguishedName' is ambiguous. It is defined
* in Data.X509.DistinguishedName
* in Data.X509.DistinguishedName
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.X509.DistinguishedName
Warning: 'subject' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'issuer' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
93% ( 28 / 30) in 'Data.X509.Validation'
Missing documentation for:
HostName (Data/X509/Validation/Types.hs:16)
defaultValidationCache (Data/X509/Validation/Cache.hs:71)
Documentation created: dist/doc/html/crypton-x509-validation/,
dist/doc/html/crypton-x509-validation/crypton-x509-validation.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/crypton-x509-validation-1.6.14-IJydhRdvG8NIik1PBTeh6t
Completed crypton-x509-validation-1.6.14
Configuring crypton-x509-system-1.6.7...
Preprocessing library for crypton-x509-system-1.6.7..
Building library for crypton-x509-system-1.6.7..
[1 of 3] Compiling System.X509.MacOS ( System/X509/MacOS.hs, dist/build/System/X509/MacOS.o, dist/build/System/X509/MacOS.dyn_o )
System/X509/MacOS.hs:8: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()
|
8 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 3] Compiling System.X509.Unix ( System/X509/Unix.hs, dist/build/System/X509/Unix.o, dist/build/System/X509/Unix.dyn_o )
System/X509/Unix.hs:22: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()
|
22 | import Control.Applicative ((<$>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
System/X509/Unix.hs:26: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()
|
26 | import Data.Monoid (mconcat)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 3] Compiling System.X509 ( System/X509.hs, dist/build/System/X509.o, dist/build/System/X509.dyn_o )
Preprocessing library for crypton-x509-system-1.6.7..
Running Haddock on library for crypton-x509-system-1.6.7..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling System.X509.MacOS ( System/X509/MacOS.hs, nothing )
System/X509/MacOS.hs:8: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()
|
8 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 3] Compiling System.X509.Unix ( System/X509/Unix.hs, nothing )
System/X509/Unix.hs:22: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()
|
22 | import Control.Applicative ((<$>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
System/X509/Unix.hs:26: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()
|
26 | import Data.Monoid (mconcat)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 3] Compiling System.X509 ( System/X509.hs, nothing )
Haddock coverage:
0% ( 0 / 2) in 'System.X509.MacOS'
Missing documentation for:
Module header
getSystemCertificateStore (System/X509/MacOS.hs:29)
50% ( 1 / 2) in 'System.X509.Unix'
Missing documentation for:
getSystemCertificateStore (System/X509/Unix.hs:40)
50% ( 1 / 2) in 'System.X509'
Missing documentation for:
getSystemCertificateStore (System/X509/Unix.hs:40)
Documentation created: dist/doc/html/crypton-x509-system/,
dist/doc/html/crypton-x509-system/crypton-x509-system.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/crypton-x509-system-1.6.7-4IlaSGs80ok2MDQx7VkuT4
Completed crypton-x509-system-1.6.7
Configuring serialise-0.2.6.1...
Preprocessing library for serialise-0.2.6.1..
Building library for serialise-0.2.6.1..
[1 of 8] Compiling Codec.Serialise.Decoding ( src/Codec/Serialise/Decoding.hs, dist/build/Codec/Serialise/Decoding.o, dist/build/Codec/Serialise/Decoding.dyn_o )
[2 of 8] Compiling Codec.Serialise.Encoding ( src/Codec/Serialise/Encoding.hs, dist/build/Codec/Serialise/Encoding.o, dist/build/Codec/Serialise/Encoding.dyn_o )
[3 of 8] Compiling Codec.Serialise.Internal.GeneralisedUTF8 ( src/Codec/Serialise/Internal/GeneralisedUTF8.hs, dist/build/Codec/Serialise/Internal/GeneralisedUTF8.o, dist/build/Codec/Serialise/Internal/GeneralisedUTF8.dyn_o )
src/Codec/Serialise/Internal/GeneralisedUTF8.hs:78:15: warning: [GHC-68441] [-Wdeprecations]
In the use of sizeofMutableByteArray
(imported from Data.Primitive.ByteArray):
Deprecated: "use getSizeofMutableByteArray instead"
|
78 | cap = sizeofMutableByteArray ba
| ^^^^^^^^^^^^^^^^^^^^^^
[4 of 8] Compiling Codec.Serialise.Class ( src/Codec/Serialise/Class.hs, dist/build/Codec/Serialise/Class.o, dist/build/Codec/Serialise/Class.dyn_o )
src/Codec/Serialise/Class.hs:1370:1: warning: [GHC-53633] [-Woverlapping-patterns]
Pattern match is redundant
In an equation for encodeTypeRep:
encodeTypeRep (Fun arg res) = ...
|
1370 | encodeTypeRep (Fun arg res)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^...
[5 of 8] Compiling Codec.Serialise ( src/Codec/Serialise.hs, dist/build/Codec/Serialise.o, dist/build/Codec/Serialise.dyn_o )
[6 of 8] Compiling Codec.Serialise.IO ( src/Codec/Serialise/IO.hs, dist/build/Codec/Serialise/IO.o, dist/build/Codec/Serialise/IO.dyn_o )
[7 of 8] Compiling Codec.Serialise.Properties ( src/Codec/Serialise/Properties.hs, dist/build/Codec/Serialise/Properties.o, dist/build/Codec/Serialise/Properties.dyn_o )
[8 of 8] Compiling Codec.Serialise.Tutorial ( src/Codec/Serialise/Tutorial.hs, dist/build/Codec/Serialise/Tutorial.o, dist/build/Codec/Serialise/Tutorial.dyn_o )
Preprocessing library for serialise-0.2.6.1..
Running Haddock on library for serialise-0.2.6.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 8] Compiling Codec.Serialise.Decoding ( src/Codec/Serialise/Decoding.hs, nothing )
[2 of 8] Compiling Codec.Serialise.Encoding ( src/Codec/Serialise/Encoding.hs, nothing )
[3 of 8] Compiling Codec.Serialise.Internal.GeneralisedUTF8 ( src/Codec/Serialise/Internal/GeneralisedUTF8.hs, nothing )
src/Codec/Serialise/Internal/GeneralisedUTF8.hs:78:15: warning: [GHC-68441] [-Wdeprecations]
In the use of sizeofMutableByteArray
(imported from Data.Primitive.ByteArray):
Deprecated: "use getSizeofMutableByteArray instead"
|
78 | cap = sizeofMutableByteArray ba
| ^^^^^^^^^^^^^^^^^^^^^^
[4 of 8] Compiling Codec.Serialise.Class ( src/Codec/Serialise/Class.hs, nothing )
[5 of 8] Compiling Codec.Serialise ( src/Codec/Serialise.hs, nothing )
[6 of 8] Compiling Codec.Serialise.IO ( src/Codec/Serialise/IO.hs, nothing )
[7 of 8] Compiling Codec.Serialise.Properties ( src/Codec/Serialise/Properties.hs, nothing )
[8 of 8] Compiling Codec.Serialise.Tutorial ( src/Codec/Serialise/Tutorial.hs, nothing )
Haddock coverage:
100% ( 51 / 51) in 'Codec.Serialise.Decoding'
Warning: 'Encoding' is ambiguous. It is defined
* in Codec.CBOR.Encoding
* in Codec.CBOR.Encoding
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.CBOR.Encoding
100% ( 36 / 36) in 'Codec.Serialise.Encoding'
57% ( 4 / 7) in 'Codec.Serialise.Internal.GeneralisedUTF8'
Missing documentation for:
Module header
UTF8Encoding (src/Codec/Serialise/Internal/GeneralisedUTF8.hs:19)
decodeGenUTF8 (src/Codec/Serialise/Internal/GeneralisedUTF8.hs:84)
Warning: 'Encoding' is ambiguous. It is defined
* in Codec.CBOR.Encoding
* in Codec.CBOR.Encoding
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.CBOR.Encoding
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
100% ( 12 / 12) in 'Codec.Serialise.Class'
Warning: 'DeserialiseFailure' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 22 / 22) in 'Codec.Serialise'
100% ( 6 / 6) in 'Codec.Serialise.IO'
100% ( 6 / 6) in 'Codec.Serialise.Properties'
Warning: 'UTCTime' 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.
100% ( 21 / 21) in 'Codec.Serialise.Tutorial'
Warning: Codec.Serialise.Class: could not find link destinations for:
- Data.Vector.Vector
- Data.Vector.Generic.Base.Vector
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Unboxed.Base.Vector
- Data.Vector.Storable.Vector
- Data.Vector.Primitive.Vector
Warning: Codec.Serialise: could not find link destinations for:
- Data.Vector.Vector
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Unboxed.Base.Vector
- Data.Vector.Storable.Vector
- Data.Vector.Primitive.Vector
Documentation created: dist/doc/html/serialise/,
dist/doc/html/serialise/serialise.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/serialise-0.2.6.1-ALLG88otCTqIOAsSImBfTN
Completed serialise-0.2.6.1
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-8QDHQF8Wv0TEs7ZwptR1dp
Completed indexed-traversable-instances-0.1.2
Configuring bitvec-1.1.5.0...
Preprocessing library for bitvec-1.1.5.0..
Building library for bitvec-1.1.5.0..
[ 1 of 13] Compiling Data.Bit.PdepPext ( src/Data/Bit/PdepPext.hs, dist/build/Data/Bit/PdepPext.o, dist/build/Data/Bit/PdepPext.dyn_o )
[ 2 of 13] Compiling Data.Bit.SIMD ( src/Data/Bit/SIMD.hs, dist/build/Data/Bit/SIMD.o, dist/build/Data/Bit/SIMD.dyn_o )
[ 3 of 13] Compiling Data.Bit.Utils ( src/Data/Bit/Utils.hs, dist/build/Data/Bit/Utils.o, dist/build/Data/Bit/Utils.dyn_o )
[ 4 of 13] Compiling Data.Bit.InternalTS ( src/Data/Bit/InternalTS.hs, dist/build/Data/Bit/InternalTS.o, dist/build/Data/Bit/InternalTS.dyn_o )
[ 5 of 13] Compiling Data.Bit.MutableTS ( src/Data/Bit/MutableTS.hs, dist/build/Data/Bit/MutableTS.o, dist/build/Data/Bit/MutableTS.dyn_o )
[ 6 of 13] Compiling Data.Bit.Internal ( src/Data/Bit/Internal.hs, dist/build/Data/Bit/Internal.o, dist/build/Data/Bit/Internal.dyn_o )
[ 7 of 13] Compiling Data.Bit.Mutable ( src/Data/Bit/Mutable.hs, dist/build/Data/Bit/Mutable.o, dist/build/Data/Bit/Mutable.dyn_o )
[ 8 of 13] Compiling Data.Bit.ImmutableTS ( src/Data/Bit/ImmutableTS.hs, dist/build/Data/Bit/ImmutableTS.o, dist/build/Data/Bit/ImmutableTS.dyn_o )
[ 9 of 13] Compiling Data.Bit.Immutable ( src/Data/Bit/Immutable.hs, dist/build/Data/Bit/Immutable.o, dist/build/Data/Bit/Immutable.dyn_o )
[10 of 13] Compiling Data.Bit.F2PolyTS ( src/Data/Bit/F2PolyTS.hs, dist/build/Data/Bit/F2PolyTS.o, dist/build/Data/Bit/F2PolyTS.dyn_o )
[11 of 13] Compiling Data.Bit.ThreadSafe ( src/Data/Bit/ThreadSafe.hs, dist/build/Data/Bit/ThreadSafe.o, dist/build/Data/Bit/ThreadSafe.dyn_o )
[12 of 13] Compiling Data.Bit.F2Poly ( src/Data/Bit/F2Poly.hs, dist/build/Data/Bit/F2Poly.o, dist/build/Data/Bit/F2Poly.dyn_o )
[13 of 13] Compiling Data.Bit ( src/Data/Bit.hs, dist/build/Data/Bit.o, dist/build/Data/Bit.dyn_o )
Preprocessing library for bitvec-1.1.5.0..
Running Haddock on library for bitvec-1.1.5.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 13] Compiling Data.Bit.PdepPext ( src/Data/Bit/PdepPext.hs, nothing )
[ 2 of 13] Compiling Data.Bit.SIMD ( src/Data/Bit/SIMD.hs, nothing )
[ 3 of 13] Compiling Data.Bit.Utils ( src/Data/Bit/Utils.hs, nothing )
[ 4 of 13] Compiling Data.Bit.InternalTS ( src/Data/Bit/InternalTS.hs, nothing )
[ 5 of 13] Compiling Data.Bit.MutableTS ( src/Data/Bit/MutableTS.hs, nothing )
[ 6 of 13] Compiling Data.Bit.Internal ( src/Data/Bit/Internal.hs, nothing )
[ 7 of 13] Compiling Data.Bit.Mutable ( src/Data/Bit/Mutable.hs, nothing )
[ 8 of 13] Compiling Data.Bit.ImmutableTS ( src/Data/Bit/ImmutableTS.hs, nothing )
[ 9 of 13] Compiling Data.Bit.Immutable ( src/Data/Bit/Immutable.hs, nothing )
[10 of 13] Compiling Data.Bit.F2PolyTS ( src/Data/Bit/F2PolyTS.hs, nothing )
[11 of 13] Compiling Data.Bit.ThreadSafe ( src/Data/Bit/ThreadSafe.hs, nothing )
[12 of 13] Compiling Data.Bit.F2Poly ( src/Data/Bit/F2Poly.hs, nothing )
[13 of 13] Compiling Data.Bit ( src/Data/Bit.hs, nothing )
Haddock coverage:
Warning: 'Bit' is ambiguous. It is defined
* at src/Data/Bit/Internal.hs:81:15
* at src/Data/Bit/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/Bit/Internal.hs:81:1
Warning: Data.Bit.InternalTS: Couldn't find .haddock for export Vector
Warning: Data.Bit.InternalTS: Couldn't find .haddock for export MVector
Warning: 'Bit' is ambiguous. It is defined
* at src/Data/Bit/Internal.hs:63:15
* at src/Data/Bit/Internal.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/Bit/Internal.hs:63:1
Warning: Data.Bit.Internal: Couldn't find .haddock for export Vector
Warning: Data.Bit.Internal: Couldn't find .haddock for export MVector
Warning: 'Bit' is ambiguous. It is defined
* at src/Data/Bit/Internal.hs:81:15
* at src/Data/Bit/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/Bit/Internal.hs:81:1
Warning: 'F2Poly' is ambiguous. It is defined
* at src/Data/Bit/F2Poly.hs:69:18
* at src/Data/Bit/F2Poly.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/Bit/F2Poly.hs:69:1
Warning: Data.Bit.ThreadSafe: Couldn't find .haddock for export Vector
Warning: Data.Bit.ThreadSafe: Couldn't find .haddock for export MVector
95% ( 40 / 42) in 'Data.Bit.ThreadSafe'
Warning: 'Bit' is ambiguous. It is defined
* at src/Data/Bit/Internal.hs:63:15
* at src/Data/Bit/Internal.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/Bit/Internal.hs:63:1
Warning: 'F2Poly' is ambiguous. It is defined
* at src/Data/Bit/F2Poly.hs:69:18
* at src/Data/Bit/F2Poly.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/Bit/F2Poly.hs:69:1
Warning: Data.Bit: Couldn't find .haddock for export Vector
Warning: Data.Bit: Couldn't find .haddock for export MVector
95% ( 40 / 42) in 'Data.Bit'
Warning: Data.Bit.ThreadSafe: could not find link destinations for:
- Data.Vector.Generic.Base.Vector
- Data.Vector.Generic.Base.Mutable
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Generic.Mutable.Base.MVector
- 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.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.Bit.InternalTS.D:R:VectorBit0
- Data.Bit.InternalTS.D:R:MVectorsBit0
- Data.Bit.InternalTS.Rep_Bit
- Data.Bit.F2PolyTS.Rep_F2Poly
Warning: Data.Bit: could not find link destinations for:
- Data.Vector.Generic.Base.Vector
- Data.Vector.Generic.Base.Mutable
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Generic.Mutable.Base.MVector
- 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.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.Bit.Internal.D:R:VectorBit0
- Data.Bit.Internal.D:R:MVectorsBit0
- Data.Bit.Internal.Rep_Bit
- Data.Bit.F2Poly.Rep_F2Poly
Documentation created: dist/doc/html/bitvec/, dist/doc/html/bitvec/bitvec.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/bitvec-1.1.5.0-16tovMFNw5V8l9RJJYP11Q
Completed bitvec-1.1.5.0
Configuring tls-2.1.13...
Preprocessing library for tls-2.1.13..
Building library for tls-2.1.13..
[ 1 of 83] Compiling Network.TLS.Crypto.Types ( Network/TLS/Crypto/Types.hs, dist/build/Network/TLS/Crypto/Types.o, dist/build/Network/TLS/Crypto/Types.dyn_o )
[ 2 of 83] Compiling Network.TLS.ErrT ( Network/TLS/ErrT.hs, dist/build/Network/TLS/ErrT.o, dist/build/Network/TLS/ErrT.dyn_o )
[ 3 of 83] Compiling Network.TLS.Imports ( Network/TLS/Imports.hs, dist/build/Network/TLS/Imports.o, dist/build/Network/TLS/Imports.dyn_o )
[ 4 of 83] Compiling Network.TLS.HashAndSignature ( Network/TLS/HashAndSignature.hs, dist/build/Network/TLS/HashAndSignature.o, dist/build/Network/TLS/HashAndSignature.dyn_o )
[ 5 of 83] Compiling Network.TLS.Error ( Network/TLS/Error.hs, dist/build/Network/TLS/Error.o, dist/build/Network/TLS/Error.dyn_o )
[ 6 of 83] Compiling Network.TLS.Backend ( Network/TLS/Backend.hs, dist/build/Network/TLS/Backend.o, dist/build/Network/TLS/Backend.dyn_o )
[ 7 of 83] Compiling Network.TLS.Measurement ( Network/TLS/Measurement.hs, dist/build/Network/TLS/Measurement.o, dist/build/Network/TLS/Measurement.dyn_o )
[ 8 of 83] Compiling Network.TLS.RNG ( Network/TLS/RNG.hs, dist/build/Network/TLS/RNG.o, dist/build/Network/TLS/RNG.dyn_o )
[ 9 of 83] Compiling Network.TLS.Crypto.DH ( Network/TLS/Crypto/DH.hs, dist/build/Network/TLS/Crypto/DH.o, dist/build/Network/TLS/Crypto/DH.dyn_o )
[10 of 83] Compiling Network.TLS.Extra.FFDHE ( Network/TLS/Extra/FFDHE.hs, dist/build/Network/TLS/Extra/FFDHE.o, dist/build/Network/TLS/Extra/FFDHE.dyn_o )
[11 of 83] Compiling Network.TLS.Types.Secret ( Network/TLS/Types/Secret.hs, dist/build/Network/TLS/Types/Secret.o, dist/build/Network/TLS/Types/Secret.dyn_o )
[12 of 83] Compiling Network.TLS.Types.Version ( Network/TLS/Types/Version.hs, dist/build/Network/TLS/Types/Version.o, dist/build/Network/TLS/Types/Version.dyn_o )
[13 of 83] Compiling Network.TLS.Util ( Network/TLS/Util.hs, dist/build/Network/TLS/Util.o, dist/build/Network/TLS/Util.dyn_o )
[14 of 83] Compiling Network.TLS.Util.ASN1 ( Network/TLS/Util/ASN1.hs, dist/build/Network/TLS/Util/ASN1.o, dist/build/Network/TLS/Util/ASN1.dyn_o )
[15 of 83] Compiling Network.TLS.Util.Serialization ( Network/TLS/Util/Serialization.hs, dist/build/Network/TLS/Util/Serialization.o, dist/build/Network/TLS/Util/Serialization.dyn_o )
[16 of 83] Compiling Network.TLS.Crypto.IES ( Network/TLS/Crypto/IES.hs, dist/build/Network/TLS/Crypto/IES.o, dist/build/Network/TLS/Crypto/IES.dyn_o )
[17 of 83] Compiling Network.TLS.Crypto ( Network/TLS/Crypto.hs, dist/build/Network/TLS/Crypto.o, dist/build/Network/TLS/Crypto.dyn_o )
[18 of 83] Compiling Network.TLS.Types.Cipher ( Network/TLS/Types/Cipher.hs, dist/build/Network/TLS/Types/Cipher.o, dist/build/Network/TLS/Types/Cipher.dyn_o )
[19 of 83] Compiling Network.TLS.Types.Session ( Network/TLS/Types/Session.hs, dist/build/Network/TLS/Types/Session.o, dist/build/Network/TLS/Types/Session.dyn_o )
[20 of 83] Compiling Network.TLS.Types ( Network/TLS/Types.hs, dist/build/Network/TLS/Types.o, dist/build/Network/TLS/Types.dyn_o )
[21 of 83] Compiling Network.TLS.Session ( Network/TLS/Session.hs, dist/build/Network/TLS/Session.o, dist/build/Network/TLS/Session.dyn_o )
[22 of 83] Compiling Network.TLS.Compression ( Network/TLS/Compression.hs, dist/build/Network/TLS/Compression.o, dist/build/Network/TLS/Compression.dyn_o )
[23 of 83] Compiling Network.TLS.MAC ( Network/TLS/MAC.hs, dist/build/Network/TLS/MAC.o, dist/build/Network/TLS/MAC.dyn_o )
[24 of 83] Compiling Network.TLS.Cipher ( Network/TLS/Cipher.hs, dist/build/Network/TLS/Cipher.o, dist/build/Network/TLS/Cipher.dyn_o )
[25 of 83] Compiling Network.TLS.Extra.Cipher ( Network/TLS/Extra/Cipher.hs, dist/build/Network/TLS/Extra/Cipher.o, dist/build/Network/TLS/Extra/Cipher.dyn_o )
[26 of 83] Compiling Network.TLS.Extra ( Network/TLS/Extra.hs, dist/build/Network/TLS/Extra.o, dist/build/Network/TLS/Extra.dyn_o )
[27 of 83] Compiling Network.TLS.Wire ( Network/TLS/Wire.hs, dist/build/Network/TLS/Wire.o, dist/build/Network/TLS/Wire.dyn_o )
[28 of 83] Compiling Network.TLS.KeySchedule ( Network/TLS/KeySchedule.hs, dist/build/Network/TLS/KeySchedule.o, dist/build/Network/TLS/KeySchedule.dyn_o )
[29 of 83] Compiling Network.TLS.Extension[boot] ( Network/TLS/Extension.hs-boot, dist/build/Network/TLS/Extension.o-boot, dist/build/Network/TLS/Extension.dyn_o-boot )
[30 of 83] Compiling Network.TLS.Struct ( Network/TLS/Struct.hs, dist/build/Network/TLS/Struct.o, dist/build/Network/TLS/Struct.dyn_o )
[31 of 83] Compiling Network.TLS.Packet ( Network/TLS/Packet.hs, dist/build/Network/TLS/Packet.o, dist/build/Network/TLS/Packet.dyn_o )
[32 of 83] Compiling Network.TLS.Extension ( Network/TLS/Extension.hs, dist/build/Network/TLS/Extension.o, dist/build/Network/TLS/Extension.dyn_o )
[33 of 83] Compiling Network.TLS.Struct13 ( Network/TLS/Struct13.hs, dist/build/Network/TLS/Struct13.o, dist/build/Network/TLS/Struct13.dyn_o )
[34 of 83] Compiling Network.TLS.Record.State ( Network/TLS/Record/State.hs, dist/build/Network/TLS/Record/State.o, dist/build/Network/TLS/Record/State.dyn_o )
[35 of 83] Compiling Network.TLS.Record.Types ( Network/TLS/Record/Types.hs, dist/build/Network/TLS/Record/Types.o, dist/build/Network/TLS/Record/Types.dyn_o )
[36 of 83] Compiling Network.TLS.Record.Encrypt ( Network/TLS/Record/Encrypt.hs, dist/build/Network/TLS/Record/Encrypt.o, dist/build/Network/TLS/Record/Encrypt.dyn_o )
[37 of 83] Compiling Network.TLS.Record.Decrypt ( Network/TLS/Record/Decrypt.hs, dist/build/Network/TLS/Record/Decrypt.o, dist/build/Network/TLS/Record/Decrypt.dyn_o )
[38 of 83] Compiling Network.TLS.Record ( Network/TLS/Record.hs, dist/build/Network/TLS/Record.o, dist/build/Network/TLS/Record.dyn_o )
[39 of 83] Compiling Network.TLS.Packet13 ( Network/TLS/Packet13.hs, dist/build/Network/TLS/Packet13.o, dist/build/Network/TLS/Packet13.dyn_o )
[40 of 83] Compiling Network.TLS.Handshake.State ( Network/TLS/Handshake/State.hs, dist/build/Network/TLS/Handshake/State.o, dist/build/Network/TLS/Handshake/State.dyn_o )
[41 of 83] Compiling Network.TLS.Handshake.Control ( Network/TLS/Handshake/Control.hs, dist/build/Network/TLS/Handshake/Control.o, dist/build/Network/TLS/Handshake/Control.dyn_o )
[42 of 83] Compiling Network.TLS.State ( Network/TLS/State.hs, dist/build/Network/TLS/State.o, dist/build/Network/TLS/State.dyn_o )
[43 of 83] Compiling Network.TLS.X509 ( Network/TLS/X509.hs, dist/build/Network/TLS/X509.o, dist/build/Network/TLS/X509.dyn_o )
[44 of 83] Compiling Network.TLS.Hooks ( Network/TLS/Hooks.hs, dist/build/Network/TLS/Hooks.o, dist/build/Network/TLS/Hooks.dyn_o )
[45 of 83] Compiling Network.TLS.Credentials ( Network/TLS/Credentials.hs, dist/build/Network/TLS/Credentials.o, dist/build/Network/TLS/Credentials.dyn_o )
[46 of 83] Compiling Network.TLS.Parameters ( Network/TLS/Parameters.hs, dist/build/Network/TLS/Parameters.o, dist/build/Network/TLS/Parameters.dyn_o )
[47 of 83] Compiling Network.TLS.Context.Internal ( Network/TLS/Context/Internal.hs, dist/build/Network/TLS/Context/Internal.o, dist/build/Network/TLS/Context/Internal.dyn_o )
[48 of 83] Compiling Network.TLS.Record.Send ( Network/TLS/Record/Send.hs, dist/build/Network/TLS/Record/Send.o, dist/build/Network/TLS/Record/Send.dyn_o )
[49 of 83] Compiling Network.TLS.Record.Recv ( Network/TLS/Record/Recv.hs, dist/build/Network/TLS/Record/Recv.o, dist/build/Network/TLS/Record/Recv.dyn_o )
[50 of 83] Compiling Network.TLS.IO.Decode ( Network/TLS/IO/Decode.hs, dist/build/Network/TLS/IO/Decode.o, dist/build/Network/TLS/IO/Decode.dyn_o )
[51 of 83] Compiling Network.TLS.Handshake.TranscriptHash ( Network/TLS/Handshake/TranscriptHash.hs, dist/build/Network/TLS/Handshake/TranscriptHash.o, dist/build/Network/TLS/Handshake/TranscriptHash.dyn_o )
[52 of 83] Compiling Network.TLS.IO.Encode ( Network/TLS/IO/Encode.hs, dist/build/Network/TLS/IO/Encode.o, dist/build/Network/TLS/IO/Encode.dyn_o )
[53 of 83] Compiling Network.TLS.IO ( Network/TLS/IO.hs, dist/build/Network/TLS/IO.o, dist/build/Network/TLS/IO.dyn_o )
[54 of 83] Compiling Network.TLS.Handshake.State13 ( Network/TLS/Handshake/State13.hs, dist/build/Network/TLS/Handshake/State13.o, dist/build/Network/TLS/Handshake/State13.dyn_o )
[55 of 83] Compiling Network.TLS.Handshake.Random ( Network/TLS/Handshake/Random.hs, dist/build/Network/TLS/Handshake/Random.o, dist/build/Network/TLS/Handshake/Random.dyn_o )
[56 of 83] Compiling Network.TLS.Handshake.Key ( Network/TLS/Handshake/Key.hs, dist/build/Network/TLS/Handshake/Key.o, dist/build/Network/TLS/Handshake/Key.dyn_o )
[57 of 83] Compiling Network.TLS.Handshake.Signature ( Network/TLS/Handshake/Signature.hs, dist/build/Network/TLS/Handshake/Signature.o, dist/build/Network/TLS/Handshake/Signature.dyn_o )
[58 of 83] Compiling Network.TLS.Handshake.Common ( Network/TLS/Handshake/Common.hs, dist/build/Network/TLS/Handshake/Common.o, dist/build/Network/TLS/Handshake/Common.dyn_o )
[59 of 83] Compiling Network.TLS.Handshake.Server.ClientHello ( Network/TLS/Handshake/Server/ClientHello.hs, dist/build/Network/TLS/Handshake/Server/ClientHello.o, dist/build/Network/TLS/Handshake/Server/ClientHello.dyn_o )
[60 of 83] Compiling Network.TLS.Handshake.Certificate ( Network/TLS/Handshake/Certificate.hs, dist/build/Network/TLS/Handshake/Certificate.o, dist/build/Network/TLS/Handshake/Certificate.dyn_o )
[61 of 83] Compiling Network.TLS.Handshake.Common13 ( Network/TLS/Handshake/Common13.hs, dist/build/Network/TLS/Handshake/Common13.o, dist/build/Network/TLS/Handshake/Common13.dyn_o )
[62 of 83] Compiling Network.TLS.Handshake.Server.ClientHello13 ( Network/TLS/Handshake/Server/ClientHello13.hs, dist/build/Network/TLS/Handshake/Server/ClientHello13.o, dist/build/Network/TLS/Handshake/Server/ClientHello13.dyn_o )
[63 of 83] Compiling Network.TLS.Handshake.Server.Common ( Network/TLS/Handshake/Server/Common.hs, dist/build/Network/TLS/Handshake/Server/Common.o, dist/build/Network/TLS/Handshake/Server/Common.dyn_o )
[64 of 83] Compiling Network.TLS.Handshake.Server.TLS13 ( Network/TLS/Handshake/Server/TLS13.hs, dist/build/Network/TLS/Handshake/Server/TLS13.o, dist/build/Network/TLS/Handshake/Server/TLS13.dyn_o )
[65 of 83] Compiling Network.TLS.Handshake.Server.TLS12 ( Network/TLS/Handshake/Server/TLS12.hs, dist/build/Network/TLS/Handshake/Server/TLS12.o, dist/build/Network/TLS/Handshake/Server/TLS12.dyn_o )
[66 of 83] Compiling Network.TLS.Handshake.Server.ServerHello13 ( Network/TLS/Handshake/Server/ServerHello13.hs, dist/build/Network/TLS/Handshake/Server/ServerHello13.o, dist/build/Network/TLS/Handshake/Server/ServerHello13.dyn_o )
[67 of 83] Compiling Network.TLS.Handshake.Server.ServerHello12 ( Network/TLS/Handshake/Server/ServerHello12.hs, dist/build/Network/TLS/Handshake/Server/ServerHello12.o, dist/build/Network/TLS/Handshake/Server/ServerHello12.dyn_o )
[68 of 83] Compiling Network.TLS.Handshake.Server.ClientHello12 ( Network/TLS/Handshake/Server/ClientHello12.hs, dist/build/Network/TLS/Handshake/Server/ClientHello12.o, dist/build/Network/TLS/Handshake/Server/ClientHello12.dyn_o )
[69 of 83] Compiling Network.TLS.Handshake.Server ( Network/TLS/Handshake/Server.hs, dist/build/Network/TLS/Handshake/Server.o, dist/build/Network/TLS/Handshake/Server.dyn_o )
[70 of 83] Compiling Network.TLS.Handshake.Client.Common ( Network/TLS/Handshake/Client/Common.hs, dist/build/Network/TLS/Handshake/Client/Common.o, dist/build/Network/TLS/Handshake/Client/Common.dyn_o )
[71 of 83] Compiling Network.TLS.Handshake.Client.TLS12 ( Network/TLS/Handshake/Client/TLS12.hs, dist/build/Network/TLS/Handshake/Client/TLS12.o, dist/build/Network/TLS/Handshake/Client/TLS12.dyn_o )
[72 of 83] Compiling Network.TLS.Handshake.Client.ServerHello ( Network/TLS/Handshake/Client/ServerHello.hs, dist/build/Network/TLS/Handshake/Client/ServerHello.o, dist/build/Network/TLS/Handshake/Client/ServerHello.dyn_o )
[73 of 83] Compiling Network.TLS.Handshake.Client.TLS13 ( Network/TLS/Handshake/Client/TLS13.hs, dist/build/Network/TLS/Handshake/Client/TLS13.o, dist/build/Network/TLS/Handshake/Client/TLS13.dyn_o )
[74 of 83] Compiling Network.TLS.Handshake.Client.ClientHello ( Network/TLS/Handshake/Client/ClientHello.hs, dist/build/Network/TLS/Handshake/Client/ClientHello.o, dist/build/Network/TLS/Handshake/Client/ClientHello.dyn_o )
[75 of 83] Compiling Network.TLS.Handshake.Client ( Network/TLS/Handshake/Client.hs, dist/build/Network/TLS/Handshake/Client.o, dist/build/Network/TLS/Handshake/Client.dyn_o )
[76 of 83] Compiling Network.TLS.PostHandshake ( Network/TLS/PostHandshake.hs, dist/build/Network/TLS/PostHandshake.o, dist/build/Network/TLS/PostHandshake.dyn_o )
[77 of 83] Compiling Network.TLS.Handshake ( Network/TLS/Handshake.hs, dist/build/Network/TLS/Handshake.o, dist/build/Network/TLS/Handshake.dyn_o )
[78 of 83] Compiling Network.TLS.Context ( Network/TLS/Context.hs, dist/build/Network/TLS/Context.o, dist/build/Network/TLS/Context.dyn_o )
[79 of 83] Compiling Network.TLS.Record.Layer ( Network/TLS/Record/Layer.hs, dist/build/Network/TLS/Record/Layer.o, dist/build/Network/TLS/Record/Layer.dyn_o )
[80 of 83] Compiling Network.TLS.Core ( Network/TLS/Core.hs, dist/build/Network/TLS/Core.o, dist/build/Network/TLS/Core.dyn_o )
[81 of 83] Compiling Network.TLS.QUIC ( Network/TLS/QUIC.hs, dist/build/Network/TLS/QUIC.o, dist/build/Network/TLS/QUIC.dyn_o )
[82 of 83] Compiling Network.TLS.Internal ( Network/TLS/Internal.hs, dist/build/Network/TLS/Internal.o, dist/build/Network/TLS/Internal.dyn_o )
[83 of 83] Compiling Network.TLS ( Network/TLS.hs, dist/build/Network/TLS.o, dist/build/Network/TLS.dyn_o )
Preprocessing library for tls-2.1.13..
Running Haddock on library for tls-2.1.13..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 83] Compiling Network.TLS.Crypto.Types ( Network/TLS/Crypto/Types.hs, nothing )
[ 2 of 83] Compiling Network.TLS.ErrT ( Network/TLS/ErrT.hs, nothing )
[ 3 of 83] Compiling Network.TLS.Imports ( Network/TLS/Imports.hs, nothing )
[ 4 of 83] Compiling Network.TLS.HashAndSignature ( Network/TLS/HashAndSignature.hs, nothing )
[ 5 of 83] Compiling Network.TLS.Error ( Network/TLS/Error.hs, nothing )
[ 6 of 83] Compiling Network.TLS.Backend ( Network/TLS/Backend.hs, nothing )
[ 7 of 83] Compiling Network.TLS.Measurement ( Network/TLS/Measurement.hs, nothing )
[ 8 of 83] Compiling Network.TLS.RNG ( Network/TLS/RNG.hs, nothing )
[ 9 of 83] Compiling Network.TLS.Crypto.DH ( Network/TLS/Crypto/DH.hs, nothing )
[10 of 83] Compiling Network.TLS.Extra.FFDHE ( Network/TLS/Extra/FFDHE.hs, nothing )
[11 of 83] Compiling Network.TLS.Types.Secret ( Network/TLS/Types/Secret.hs, nothing )
[12 of 83] Compiling Network.TLS.Types.Version ( Network/TLS/Types/Version.hs, nothing )
[13 of 83] Compiling Network.TLS.Util ( Network/TLS/Util.hs, nothing )
[14 of 83] Compiling Network.TLS.Util.ASN1 ( Network/TLS/Util/ASN1.hs, nothing )
[15 of 83] Compiling Network.TLS.Util.Serialization ( Network/TLS/Util/Serialization.hs, nothing )
[16 of 83] Compiling Network.TLS.Crypto.IES ( Network/TLS/Crypto/IES.hs, nothing )
[17 of 83] Compiling Network.TLS.Crypto ( Network/TLS/Crypto.hs, nothing )
[18 of 83] Compiling Network.TLS.Types.Cipher ( Network/TLS/Types/Cipher.hs, nothing )
[19 of 83] Compiling Network.TLS.Types.Session ( Network/TLS/Types/Session.hs, nothing )
[20 of 83] Compiling Network.TLS.Types ( Network/TLS/Types.hs, nothing )
[21 of 83] Compiling Network.TLS.Session ( Network/TLS/Session.hs, nothing )
[22 of 83] Compiling Network.TLS.Compression ( Network/TLS/Compression.hs, nothing )
[23 of 83] Compiling Network.TLS.MAC ( Network/TLS/MAC.hs, nothing )
[24 of 83] Compiling Network.TLS.Cipher ( Network/TLS/Cipher.hs, nothing )
[25 of 83] Compiling Network.TLS.Extra.Cipher ( Network/TLS/Extra/Cipher.hs, nothing )
[26 of 83] Compiling Network.TLS.Extra ( Network/TLS/Extra.hs, nothing )
[27 of 83] Compiling Network.TLS.Wire ( Network/TLS/Wire.hs, nothing )
[28 of 83] Compiling Network.TLS.KeySchedule ( Network/TLS/KeySchedule.hs, nothing )
[29 of 83] Compiling Network.TLS.Extension[boot] ( Network/TLS/Extension.hs-boot, nothing )
[30 of 83] Compiling Network.TLS.Struct ( Network/TLS/Struct.hs, nothing )
[31 of 83] Compiling Network.TLS.Packet ( Network/TLS/Packet.hs, nothing )
[32 of 83] Compiling Network.TLS.Extension ( Network/TLS/Extension.hs, nothing )
[33 of 83] Compiling Network.TLS.Struct13 ( Network/TLS/Struct13.hs, nothing )
[34 of 83] Compiling Network.TLS.Record.State ( Network/TLS/Record/State.hs, nothing )
[35 of 83] Compiling Network.TLS.Record.Types ( Network/TLS/Record/Types.hs, nothing )
[36 of 83] Compiling Network.TLS.Record.Encrypt ( Network/TLS/Record/Encrypt.hs, nothing )
[37 of 83] Compiling Network.TLS.Record.Decrypt ( Network/TLS/Record/Decrypt.hs, nothing )
[38 of 83] Compiling Network.TLS.Record ( Network/TLS/Record.hs, nothing )
[39 of 83] Compiling Network.TLS.Packet13 ( Network/TLS/Packet13.hs, nothing )
[40 of 83] Compiling Network.TLS.Handshake.State ( Network/TLS/Handshake/State.hs, nothing )
[41 of 83] Compiling Network.TLS.Handshake.Control ( Network/TLS/Handshake/Control.hs, nothing )
[42 of 83] Compiling Network.TLS.State ( Network/TLS/State.hs, nothing )
[43 of 83] Compiling Network.TLS.X509 ( Network/TLS/X509.hs, nothing )
[44 of 83] Compiling Network.TLS.Hooks ( Network/TLS/Hooks.hs, nothing )
[45 of 83] Compiling Network.TLS.Credentials ( Network/TLS/Credentials.hs, nothing )
[46 of 83] Compiling Network.TLS.Parameters ( Network/TLS/Parameters.hs, nothing )
[47 of 83] Compiling Network.TLS.Context.Internal ( Network/TLS/Context/Internal.hs, nothing )
[48 of 83] Compiling Network.TLS.Record.Send ( Network/TLS/Record/Send.hs, nothing )
[49 of 83] Compiling Network.TLS.Record.Recv ( Network/TLS/Record/Recv.hs, nothing )
[50 of 83] Compiling Network.TLS.IO.Decode ( Network/TLS/IO/Decode.hs, nothing )
[51 of 83] Compiling Network.TLS.Handshake.TranscriptHash ( Network/TLS/Handshake/TranscriptHash.hs, nothing )
[52 of 83] Compiling Network.TLS.IO.Encode ( Network/TLS/IO/Encode.hs, nothing )
[53 of 83] Compiling Network.TLS.IO ( Network/TLS/IO.hs, nothing )
[54 of 83] Compiling Network.TLS.Handshake.State13 ( Network/TLS/Handshake/State13.hs, nothing )
[55 of 83] Compiling Network.TLS.Handshake.Random ( Network/TLS/Handshake/Random.hs, nothing )
[56 of 83] Compiling Network.TLS.Handshake.Key ( Network/TLS/Handshake/Key.hs, nothing )
[57 of 83] Compiling Network.TLS.Handshake.Signature ( Network/TLS/Handshake/Signature.hs, nothing )
[58 of 83] Compiling Network.TLS.Handshake.Common ( Network/TLS/Handshake/Common.hs, nothing )
[59 of 83] Compiling Network.TLS.Handshake.Server.ClientHello ( Network/TLS/Handshake/Server/ClientHello.hs, nothing )
[60 of 83] Compiling Network.TLS.Handshake.Certificate ( Network/TLS/Handshake/Certificate.hs, nothing )
[61 of 83] Compiling Network.TLS.Handshake.Common13 ( Network/TLS/Handshake/Common13.hs, nothing )
[62 of 83] Compiling Network.TLS.Handshake.Server.ClientHello13 ( Network/TLS/Handshake/Server/ClientHello13.hs, nothing )
[63 of 83] Compiling Network.TLS.Handshake.Server.Common ( Network/TLS/Handshake/Server/Common.hs, nothing )
[64 of 83] Compiling Network.TLS.Handshake.Server.TLS13 ( Network/TLS/Handshake/Server/TLS13.hs, nothing )
[65 of 83] Compiling Network.TLS.Handshake.Server.TLS12 ( Network/TLS/Handshake/Server/TLS12.hs, nothing )
[66 of 83] Compiling Network.TLS.Handshake.Server.ServerHello13 ( Network/TLS/Handshake/Server/ServerHello13.hs, nothing )
[67 of 83] Compiling Network.TLS.Handshake.Server.ServerHello12 ( Network/TLS/Handshake/Server/ServerHello12.hs, nothing )
[68 of 83] Compiling Network.TLS.Handshake.Server.ClientHello12 ( Network/TLS/Handshake/Server/ClientHello12.hs, nothing )
[69 of 83] Compiling Network.TLS.Handshake.Server ( Network/TLS/Handshake/Server.hs, nothing )
[70 of 83] Compiling Network.TLS.Handshake.Client.Common ( Network/TLS/Handshake/Client/Common.hs, nothing )
[71 of 83] Compiling Network.TLS.Handshake.Client.TLS12 ( Network/TLS/Handshake/Client/TLS12.hs, nothing )
[72 of 83] Compiling Network.TLS.Handshake.Client.ServerHello ( Network/TLS/Handshake/Client/ServerHello.hs, nothing )
[73 of 83] Compiling Network.TLS.Handshake.Client.TLS13 ( Network/TLS/Handshake/Client/TLS13.hs, nothing )
[74 of 83] Compiling Network.TLS.Handshake.Client.ClientHello ( Network/TLS/Handshake/Client/ClientHello.hs, nothing )
[75 of 83] Compiling Network.TLS.Handshake.Client ( Network/TLS/Handshake/Client.hs, nothing )
[76 of 83] Compiling Network.TLS.PostHandshake ( Network/TLS/PostHandshake.hs, nothing )
[77 of 83] Compiling Network.TLS.Handshake ( Network/TLS/Handshake.hs, nothing )
[78 of 83] Compiling Network.TLS.Context ( Network/TLS/Context.hs, nothing )
[79 of 83] Compiling Network.TLS.Record.Layer ( Network/TLS/Record/Layer.hs, nothing )
[80 of 83] Compiling Network.TLS.Core ( Network/TLS/Core.hs, nothing )
[81 of 83] Compiling Network.TLS.QUIC ( Network/TLS/QUIC.hs, nothing )
[82 of 83] Compiling Network.TLS.Internal ( Network/TLS/Internal.hs, nothing )
[83 of 83] Compiling Network.TLS ( Network/TLS.hs, nothing )
Haddock coverage:
100% ( 6 / 6) in 'Network.TLS.Extra.FFDHE'
Warning: 'SessionData' is ambiguous. It is defined
* at Network/TLS/Types/Session.hs:36:20
* at Network/TLS/Types/Session.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 Network/TLS/Types/Session.hs:36:1
Warning: 'SessionData' is ambiguous. It is defined
* at Network/TLS/Types/Session.hs:36:20
* at Network/TLS/Types/Session.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 Network/TLS/Types/Session.hs:36:1
Warning: 'CertificateType' is ambiguous. It is defined
* at Network/TLS/Struct.hs:158:27
* at Network/TLS/Struct.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 Network/TLS/Struct.hs:158:1
Warning: Network.TLS.Struct: Couldn't find .haddock for export ExtensionRaw
Warning: Network.TLS.Struct: Couldn't find .haddock for export ExtensionID
Warning: 'Cipher' is ambiguous. It is defined
* at Network/TLS/Types/Cipher.hs:44:15
* at Network/TLS/Types/Cipher.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 Network/TLS/Types/Cipher.hs:44:1
35% ( 20 / 57) in 'Network.TLS.Extra.Cipher'
Missing documentation for:
Module header
cipher_DHE_RSA_WITH_AES_128_GCM_SHA256 (Network/TLS/Extra/Cipher.hs:193)
cipher_DHE_RSA_WITH_AES_256_GCM_SHA384 (Network/TLS/Extra/Cipher.hs:213)
cipher13_AES_128_GCM_SHA256 (Network/TLS/Extra/Cipher.hs:236)
cipher13_AES_256_GCM_SHA384 (Network/TLS/Extra/Cipher.hs:256)
cipher13_CHACHA20_POLY1305_SHA256 (Network/TLS/Extra/Cipher.hs:276)
cipher13_AES_128_CCM_SHA256 (Network/TLS/Extra/Cipher.hs:296)
cipher13_AES_128_CCM_8_SHA256 (Network/TLS/Extra/Cipher.hs:316)
cipher_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 (Network/TLS/Extra/Cipher.hs:339)
cipher_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 (Network/TLS/Extra/Cipher.hs:359)
cipher_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Network/TLS/Extra/Cipher.hs:379)
cipher_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Network/TLS/Extra/Cipher.hs:399)
cipher_ECDHE_ECDSA_WITH_AES_128_CCM (Network/TLS/Extra/Cipher.hs:422)
cipher_ECDHE_ECDSA_WITH_AES_256_CCM (Network/TLS/Extra/Cipher.hs:442)
cipher_ECDHE_ECDSA_WITH_AES_128_CCM_8 (Network/TLS/Extra/Cipher.hs:462)
cipher_ECDHE_ECDSA_WITH_AES_256_CCM_8 (Network/TLS/Extra/Cipher.hs:482)
cipher_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 (Network/TLS/Extra/Cipher.hs:505)
cipher_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 (Network/TLS/Extra/Cipher.hs:525)
cipher_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 (Network/TLS/Extra/Cipher.hs:545)
cipher_DHE_RSA_AES128GCM_SHA256 (Network/TLS/Extra/Cipher.hs:209)
cipher_DHE_RSA_AES256GCM_SHA384 (Network/TLS/Extra/Cipher.hs:229)
cipher_TLS13_AES128GCM_SHA256 (Network/TLS/Extra/Cipher.hs:248)
cipher_TLS13_AES256GCM_SHA384 (Network/TLS/Extra/Cipher.hs:268)
cipher_TLS13_CHACHA20POLY1305_SHA256 (Network/TLS/Extra/Cipher.hs:288)
cipher_TLS13_AES128CCM_SHA256 (Network/TLS/Extra/Cipher.hs:308)
cipher_TLS13_AES128CCM8_SHA256 (Network/TLS/Extra/Cipher.hs:328)
cipher_ECDHE_ECDSA_AES128GCM_SHA256 (Network/TLS/Extra/Cipher.hs:351)
cipher_ECDHE_ECDSA_AES256GCM_SHA384 (Network/TLS/Extra/Cipher.hs:371)
cipher_ECDHE_RSA_AES128GCM_SHA256 (Network/TLS/Extra/Cipher.hs:391)
cipher_ECDHE_RSA_AES256GCM_SHA384 (Network/TLS/Extra/Cipher.hs:411)
cipher_ECDHE_ECDSA_AES128CCM_SHA256 (Network/TLS/Extra/Cipher.hs:434)
cipher_ECDHE_ECDSA_AES256CCM_SHA256 (Network/TLS/Extra/Cipher.hs:454)
cipher_ECDHE_ECDSA_AES128CCM8_SHA256 (Network/TLS/Extra/Cipher.hs:474)
cipher_ECDHE_ECDSA_AES256CCM8_SHA256 (Network/TLS/Extra/Cipher.hs:494)
cipher_ECDHE_RSA_CHACHA20POLY1305_SHA256 (Network/TLS/Extra/Cipher.hs:517)
cipher_ECDHE_ECDSA_CHACHA20POLY1305_SHA256 (Network/TLS/Extra/Cipher.hs:537)
cipher_DHE_RSA_CHACHA20POLY1305_SHA256 (Network/TLS/Extra/Cipher.hs:557)
100% ( 3 / 3) in 'Network.TLS.Extra'
Warning: 'CertificateType' is ambiguous. It is defined
* at Network/TLS/Struct.hs:158:27
* at Network/TLS/Struct.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 Network/TLS/Struct.hs:158:1
Warning: 'onClientCertificate' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Information' is ambiguous. It is defined
* at Network/TLS/Parameters.hs:748:20
* at Network/TLS/Parameters.hs:748:1
You 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/TLS/Parameters.hs:748:1
Warning: 'Intrinsic' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'DebugParams' is ambiguous. It is defined
* at Network/TLS/Parameters.hs:60:20
* at Network/TLS/Parameters.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 Network/TLS/Parameters.hs:60:1
Warning: 'Supported' is ambiguous. It is defined
* at Network/TLS/Parameters.hs:270:18
* at Network/TLS/Parameters.hs:270:1
You 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/TLS/Parameters.hs:270:1
Warning: 'Shared' is ambiguous. It is defined
* at Network/TLS/Parameters.hs:438:15
* at Network/TLS/Parameters.hs:438:1
You 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/TLS/Parameters.hs:438:1
Warning: 'ServerHooks' is ambiguous. It is defined
* at Network/TLS/Parameters.hs:661:20
* at Network/TLS/Parameters.hs:661:1
You 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/TLS/Parameters.hs:661:1
Warning: 'sendData' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ClientHooks' is ambiguous. It is defined
* at Network/TLS/Parameters.hs:552:20
* at Network/TLS/Parameters.hs:552:1
You 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/TLS/Parameters.hs:552:1
Warning: 'clientWantSessionResume13' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ClientParams' is ambiguous. It is defined
* at Network/TLS/Parameters.hs:117:21
* at Network/TLS/Parameters.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 Network/TLS/Parameters.hs:117:1
Warning: 'Limit' is ambiguous. It is defined
* at Network/TLS/Parameters.hs:767:14
* at Network/TLS/Parameters.hs:767:1
You 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/TLS/Parameters.hs:767:1
Warning: 'debugVersionForced' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'CertificateType' is ambiguous. It is defined
* at Network/TLS/Struct.hs:158:27
* at Network/TLS/Struct.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 Network/TLS/Struct.hs:158:1
Warning: 'CertificateType' is ambiguous. It is defined
* at Network/TLS/Struct.hs:158:27
* at Network/TLS/Struct.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 Network/TLS/Struct.hs:158:1
Warning: 'CertificateChain' is ambiguous. It is defined
* in Data.X509.CertificateChain
* in Data.X509.CertificateChain
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.X509.CertificateChain
Warning: 'CertificateVerify' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'HandAndSignatureAlgorithm' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'recvData' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bracket' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
94% ( 36 / 38) in 'Network.TLS.QUIC'
Missing documentation for:
fromAlertDescription
defaultSupported (Network/TLS/QUIC.hs:252)
Warning: 'IOException' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Supported' is ambiguous. It is defined
* at Network/TLS/Parameters.hs:270:18
* at Network/TLS/Parameters.hs:270:1
You 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/TLS/Parameters.hs:270:1
67% (184 /272) in 'Network.TLS'
Missing documentation for:
HasBackend (Network/TLS/Backend.hs:34)
TLSParams (Network/TLS/Context.hs:111)
ClientParams (Network/TLS/Parameters.hs:117)
ServerParams (Network/TLS/Parameters.hs:203)
defaultParamsServer (Network/TLS/Parameters.hs:252)
defaultShared (Network/TLS/Parameters.hs:498)
defaultClientHooks (Network/TLS/Parameters.hs:646)
defaultSupported (Network/TLS/Parameters.hs:418)
debugError
debugTraceKey
Credentials (Network/TLS/Credentials.hs:30)
Credential (Network/TLS/Credentials.hs:28)
sessionVersion
sessionCipher
sessionCompression
sessionClientSNI
sessionSecret
sessionGroup
sessionTicketInfo
sessionALPN
sessionMaxEarlyDataSize
sessionFlags
TLS13TicketInfo (Network/TLS/Types/Session.hs:62)
is0RTTPossible (Network/TLS/Types/Session.hs:51)
defaultValidationCache
HashAndSignatureAlgorithm (Network/TLS/HashAndSignature.hs:134)
supportedSignatureSchemes (Network/TLS/HashAndSignature.hs:138)
HashAlgorithm (Network/TLS/HashAndSignature.hs:42)
SignatureAlgorithm (Network/TLS/HashAndSignature.hs:77)
Group (Network/TLS/Crypto/Types.hs:34)
supportedNamedGroups (Network/TLS/Crypto/Types.hs:80)
DHParams (Network/TLS/Crypto/DH.hs:30)
DHPublic (Network/TLS/Crypto/DH.hs:28)
MaxFragmentEnum (Network/TLS/Extension.hs:505)
infoVersion
infoCipher
infoCompression
infoMainSecret
infoExtendedMainSecret
infoClientRandom
infoServerRandom
infoSupportedGroup
infoTLS12Resumption
infoTLS13HandshakeMode
infoIsEarlyDataAccepted
infoIsECHAccepted
ClientRandom (Network/TLS/Struct.hs:263)
ServerRandom (Network/TLS/Struct.hs:248)
unClientRandom
unServerRandom
defaultHooks (Network/TLS/Hooks.hs:50)
contextModifyHooks (Network/TLS/Context/Internal.hs:357)
Handshake (Network/TLS/Struct.hs:462)
contextHookSetHandshakeRecv (Network/TLS/Context.hs:233)
Handshake13 (Network/TLS/Struct13.hs:40)
contextHookSetHandshake13Recv (Network/TLS/Context.hs:238)
contextHookSetCertificateRecv (Network/TLS/Context.hs:242)
defaultLogging (Network/TLS/Hooks.hs:26)
loggingPacketSent
loggingPacketRecv
loggingIOSent
loggingIORecv
Header (Network/TLS/Struct.hs:246)
ProtocolType (Network/TLS/Struct.hs:208)
contextHookSetLogging (Network/TLS/Context.hs:246)
KxError (Network/TLS/Crypto.hs:85)
AlertDescription (Network/TLS/Error.hs:86)
Hash (Network/TLS/Crypto.hs:167)
CipherKeyExchangeType (Network/TLS/Types/Cipher.hs:62)
Bulk (Network/TLS/Types/Cipher.hs:78)
BulkFunctions (Network/TLS/Types/Cipher.hs:101)
BulkDirection (Network/TLS/Types/Cipher.hs:106)
BulkState (Network/TLS/Cipher.hs:34)
BulkStream (Network/TLS/Types/Cipher.hs:116)
BulkBlock (Network/TLS/Types/Cipher.hs:109)
BulkAEAD (Network/TLS/Types/Cipher.hs:118)
bulkInit (Network/TLS/Cipher.hs:47)
cipherKeyBlockSize (Network/TLS/Cipher.hs:60)
BulkKey (Network/TLS/Types/Cipher.hs:111)
BulkIV (Network/TLS/Types/Cipher.hs:112)
BulkNonce (Network/TLS/Types/Cipher.hs:113)
BulkAdditionalData (Network/TLS/Types/Cipher.hs:114)
hasMAC (Network/TLS/Cipher.hs:54)
hasRecordIV (Network/TLS/Cipher.hs:57)
elemCipher (Network/TLS/Cipher.hs:76)
intersectCiphers (Network/TLS/Cipher.hs:81)
findCipher (Network/TLS/Cipher.hs:84)
Bytes (Network/TLS.hs:355)
Warning: Network.TLS: could not find link destinations for:
- Network.TLS.Crypto.Types.Rep_Group
- Network.TLS.Types.Version.Rep_Version
- Network.TLS.Types.Cipher.CipherId
- Network.TLS.Types.Session.Rep_SessionData
- Network.TLS.Types.Session.Rep_TLS13TicketInfo
- Network.TLS.Types.Session.Rep_SessionFlag
- Network.TLS.Types.Role
- Network.TLS.Struct.VerifyData
- Network.TLS.Parameters.CommonParams
- Network.TLS.Context.getTLSCommonParams
- Network.TLS.Context.getTLSRole
- Network.TLS.Context.doHandshake
- Network.TLS.Context.doHandshakeWith
- Network.TLS.Context.doRequestCertificate
- Network.TLS.Context.doPostHandshakeAuthWith
Documentation created: dist/doc/html/tls/, dist/doc/html/tls/tls.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/tls-2.1.13-64Zm1M0rreW2w5Rp6PoVqv
Completed tls-2.1.13
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-BJAgps63cBwLnJIjspneCX
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-EMpnNMFzv586EMkrFKW60z
Completed semialign-1.3.1
Configuring vector-algorithms-0.9.1.0...
Preprocessing library for vector-algorithms-0.9.1.0..
Building library for vector-algorithms-0.9.1.0..
[ 1 of 11] Compiling Data.Vector.Algorithms.Common ( src/Data/Vector/Algorithms/Common.hs, dist/build/Data/Vector/Algorithms/Common.o, dist/build/Data/Vector/Algorithms/Common.dyn_o )
[ 2 of 11] Compiling Data.Vector.Algorithms.Optimal ( src/Data/Vector/Algorithms/Optimal.hs, dist/build/Data/Vector/Algorithms/Optimal.o, dist/build/Data/Vector/Algorithms/Optimal.dyn_o )
[ 3 of 11] Compiling Data.Vector.Algorithms.Insertion ( src/Data/Vector/Algorithms/Insertion.hs, dist/build/Data/Vector/Algorithms/Insertion.o, dist/build/Data/Vector/Algorithms/Insertion.dyn_o )
[ 4 of 11] Compiling Data.Vector.Algorithms.Merge ( src/Data/Vector/Algorithms/Merge.hs, dist/build/Data/Vector/Algorithms/Merge.o, dist/build/Data/Vector/Algorithms/Merge.dyn_o )
[ 5 of 11] Compiling Data.Vector.Algorithms.AmericanFlag ( src/Data/Vector/Algorithms/AmericanFlag.hs, dist/build/Data/Vector/Algorithms/AmericanFlag.o, dist/build/Data/Vector/Algorithms/AmericanFlag.dyn_o )
[ 6 of 11] Compiling Data.Vector.Algorithms.Heap ( src/Data/Vector/Algorithms/Heap.hs, dist/build/Data/Vector/Algorithms/Heap.o, dist/build/Data/Vector/Algorithms/Heap.dyn_o )
[ 7 of 11] Compiling Data.Vector.Algorithms.Intro ( src/Data/Vector/Algorithms/Intro.hs, dist/build/Data/Vector/Algorithms/Intro.o, dist/build/Data/Vector/Algorithms/Intro.dyn_o )
[ 8 of 11] Compiling Data.Vector.Algorithms.Radix ( src/Data/Vector/Algorithms/Radix.hs, dist/build/Data/Vector/Algorithms/Radix.o, dist/build/Data/Vector/Algorithms/Radix.dyn_o )
[ 9 of 11] Compiling Data.Vector.Algorithms.Search ( src/Data/Vector/Algorithms/Search.hs, dist/build/Data/Vector/Algorithms/Search.o, dist/build/Data/Vector/Algorithms/Search.dyn_o )
[10 of 11] Compiling Data.Vector.Algorithms ( src/Data/Vector/Algorithms.hs, dist/build/Data/Vector/Algorithms.o, dist/build/Data/Vector/Algorithms.dyn_o )
[11 of 11] Compiling Data.Vector.Algorithms.Tim ( src/Data/Vector/Algorithms/Tim.hs, dist/build/Data/Vector/Algorithms/Tim.o, dist/build/Data/Vector/Algorithms/Tim.dyn_o )
Preprocessing library for vector-algorithms-0.9.1.0..
Running Haddock on library for vector-algorithms-0.9.1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 11] Compiling Data.Vector.Algorithms.Common ( src/Data/Vector/Algorithms/Common.hs, nothing )
[ 2 of 11] Compiling Data.Vector.Algorithms.Optimal ( src/Data/Vector/Algorithms/Optimal.hs, nothing )
[ 3 of 11] Compiling Data.Vector.Algorithms.Insertion ( src/Data/Vector/Algorithms/Insertion.hs, nothing )
[ 4 of 11] Compiling Data.Vector.Algorithms.Merge ( src/Data/Vector/Algorithms/Merge.hs, nothing )
[ 5 of 11] Compiling Data.Vector.Algorithms.AmericanFlag ( src/Data/Vector/Algorithms/AmericanFlag.hs, nothing )
[ 6 of 11] Compiling Data.Vector.Algorithms.Heap ( src/Data/Vector/Algorithms/Heap.hs, nothing )
[ 7 of 11] Compiling Data.Vector.Algorithms.Intro ( src/Data/Vector/Algorithms/Intro.hs, nothing )
[ 8 of 11] Compiling Data.Vector.Algorithms.Radix ( src/Data/Vector/Algorithms/Radix.hs, nothing )
[ 9 of 11] Compiling Data.Vector.Algorithms.Search ( src/Data/Vector/Algorithms/Search.hs, nothing )
[10 of 11] Compiling Data.Vector.Algorithms ( src/Data/Vector/Algorithms.hs, nothing )
[11 of 11] Compiling Data.Vector.Algorithms.Tim ( src/Data/Vector/Algorithms/Tim.hs, nothing )
Haddock coverage:
Warning: 'off' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'lower' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 8 / 8) in 'Data.Vector.Algorithms.Optimal'
100% ( 8 / 8) in 'Data.Vector.Algorithms.Insertion'
100% ( 6 / 6) in 'Data.Vector.Algorithms.Merge'
Warning: 'n' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 7 / 7) in 'Data.Vector.Algorithms.AmericanFlag'
Warning: 'lowest' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 22 / 22) in 'Data.Vector.Algorithms.Heap'
100% ( 16 / 16) in 'Data.Vector.Algorithms.Intro'
75% ( 3 / 4) in 'Data.Vector.Algorithms.Radix'
Missing documentation for:
Radix (src/Data/Vector/Algorithms/Radix.hs:58)
100% ( 17 / 17) in 'Data.Vector.Algorithms.Search'
Warning: 'sortByUniq' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
75% ( 3 / 4) in 'Data.Vector.Algorithms'
Missing documentation for:
Module header
100% ( 5 / 5) in 'Data.Vector.Algorithms.Tim'
Warning: Data.Vector.Algorithms.Optimal: could not find link destinations for:
- Data.Vector.Generic.Mutable.Base.MVector
Warning: Data.Vector.Algorithms.Insertion: could not find link destinations for:
- Data.Vector.Generic.Mutable.Base.MVector
Warning: Data.Vector.Algorithms.Merge: could not find link destinations for:
- Data.Vector.Generic.Mutable.Base.MVector
Warning: Data.Vector.Algorithms.AmericanFlag: could not find link destinations for:
- Data.Vector.Generic.Mutable.Base.MVector
Warning: Data.Vector.Algorithms.Heap: could not find link destinations for:
- Data.Vector.Generic.Mutable.Base.MVector
Warning: Data.Vector.Algorithms.Intro: could not find link destinations for:
- Data.Vector.Generic.Mutable.Base.MVector
Warning: Data.Vector.Algorithms.Radix: could not find link destinations for:
- Data.Vector.Generic.Mutable.Base.MVector
Warning: Data.Vector.Algorithms.Search: could not find link destinations for:
- Data.Vector.Generic.Mutable.Base.MVector
Warning: Data.Vector.Algorithms: could not find link destinations for:
- Data.Vector.Generic.Mutable.Base.MVector
- Data.Vector.Generic.Base.Vector
Warning: Data.Vector.Algorithms.Tim: could not find link destinations for:
- Data.Vector.Generic.Mutable.Base.MVector
Documentation created: dist/doc/html/vector-algorithms/,
dist/doc/html/vector-algorithms/vector-algorithms.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/vector-algorithms-0.9.1.0-IKEFzbTPqd52yfYetGbtgo
Completed vector-algorithms-0.9.1.0
Configuring crypton-connection-0.4.5...
Preprocessing library for crypton-connection-0.4.5..
Building library for crypton-connection-0.4.5..
[1 of 3] Compiling Network.Connection.Types ( Network/Connection/Types.hs, dist/build/Network/Connection/Types.o, dist/build/Network/Connection/Types.dyn_o )
[2 of 3] Compiling Network.Connection.Internal ( Network/Connection/Internal.hs, dist/build/Network/Connection/Internal.o, dist/build/Network/Connection/Internal.dyn_o )
[3 of 3] Compiling Network.Connection ( Network/Connection.hs, dist/build/Network/Connection.o, dist/build/Network/Connection.dyn_o )
Preprocessing library for crypton-connection-0.4.5..
Running Haddock on library for crypton-connection-0.4.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Network.Connection.Types ( Network/Connection/Types.hs, nothing )
[2 of 3] Compiling Network.Connection.Internal ( Network/Connection/Internal.hs, nothing )
[3 of 3] Compiling Network.Connection ( Network/Connection.hs, nothing )
Haddock coverage:
50% ( 1 / 2) in 'Network.Connection.Internal'
Missing documentation for:
Module header
Warning: 'ClientParams' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'isEOFError' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
93% ( 30 / 32) in 'Network.Connection'
Missing documentation for:
SockSettings (Network/Connection/Types.hs:66)
connectionSessionManager (Network/Connection.hs:99)
Warning: Network.Connection: could not find link destinations for:
- Network.Connection.Types.ConnectionID
- Network.Connection.Types.HostName
- Network.Connection.Manager
Documentation created: dist/doc/html/crypton-connection/,
dist/doc/html/crypton-connection/crypton-connection.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/crypton-connection-0.4.5-IExnZfNgWPUECUArwi7BhK
Completed crypton-connection-0.4.5
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-9n2w8nqVcGrLltjAw6OkWr
Completed aeson-2.2.3.0
Configuring mono-traversable-1.0.21.0...
Preprocessing library for mono-traversable-1.0.21.0..
Building library for mono-traversable-1.0.21.0..
[1 of 6] Compiling Data.MonoTraversable ( src/Data/MonoTraversable.hs, dist/build/Data/MonoTraversable.o, dist/build/Data/MonoTraversable.dyn_o )
src/Data/MonoTraversable.hs:1354:5: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type ViewL a not matched: EmptyL
|
1354 | oextract ~(x :< _) = x
| ^^^^^^^^^^^^^^^^^^^^^^
src/Data/MonoTraversable.hs:1356:5: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type ViewL a not matched: EmptyL
|
1356 | oextend f w@(~(_ :< xxs)) =
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^...
src/Data/MonoTraversable.hs:1364:5: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type ViewR a not matched: EmptyR
|
1364 | oextract ~(_ :> x) = x
| ^^^^^^^^^^^^^^^^^^^^^^
src/Data/MonoTraversable.hs:1366:5: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type ViewR a not matched: EmptyR
|
1366 | oextend f w@(~(xxs :> _)) =
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^...
[2 of 6] Compiling Data.Containers ( src/Data/Containers.hs, dist/build/Data/Containers.o, dist/build/Data/Containers.dyn_o )
[3 of 6] Compiling Data.MonoTraversable.Unprefixed ( src/Data/MonoTraversable/Unprefixed.hs, dist/build/Data/MonoTraversable/Unprefixed.o, dist/build/Data/MonoTraversable/Unprefixed.dyn_o )
[4 of 6] Compiling Data.Sequences ( src/Data/Sequences.hs, dist/build/Data/Sequences.o, dist/build/Data/Sequences.dyn_o )
[5 of 6] Compiling Data.NonNull ( src/Data/NonNull.hs, dist/build/Data/NonNull.o, dist/build/Data/NonNull.dyn_o )
[6 of 6] Compiling Paths_mono_traversable ( dist/build/autogen/Paths_mono_traversable.hs, dist/build/Paths_mono_traversable.o, dist/build/Paths_mono_traversable.dyn_o )
Preprocessing library for mono-traversable-1.0.21.0..
Running Haddock on library for mono-traversable-1.0.21.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 6] Compiling Data.MonoTraversable ( src/Data/MonoTraversable.hs, nothing )
[2 of 6] Compiling Data.Containers ( src/Data/Containers.hs, nothing )
[3 of 6] Compiling Data.MonoTraversable.Unprefixed ( src/Data/MonoTraversable/Unprefixed.hs, nothing )
[4 of 6] Compiling Data.Sequences ( src/Data/Sequences.hs, nothing )
[5 of 6] Compiling Data.NonNull ( src/Data/NonNull.hs, nothing )
[6 of 6] Compiling Paths_mono_traversable ( dist/build/autogen/Paths_mono_traversable.hs, nothing )
Haddock coverage:
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: 'Foldable' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'foldlUnwrap' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'intercalate' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'WrappedMono' is ambiguous. It is defined
* at src/Data/MonoTraversable.hs:1461:5
* at src/Data/MonoTraversable.hs:1460:1
You may 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/MonoTraversable.hs:1460:1
94% ( 34 / 36) in 'Data.MonoTraversable'
Missing documentation for:
replaceElemStrictText (src/Data/MonoTraversable.hs:287)
replaceElemLazyText (src/Data/MonoTraversable.hs:290)
87% ( 7 / 8) in 'Data.Containers'
Missing documentation for:
Module header
100% ( 32 / 32) in 'Data.MonoTraversable.Unprefixed'
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: 'c' 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: 'Vector' 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.
Warning: 'Text' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'seq' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'NonNull' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'SemiGroup' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'NonEmpty' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'nfilter' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'String' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'intercalate' 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.
80% ( 40 / 50) in 'Data.Sequences'
Missing documentation for:
splitElemStrictBS (src/Data/Sequences.hs:1525)
stripPrefixStrictBS (src/Data/Sequences.hs:1530)
stripSuffixStrictBS (src/Data/Sequences.hs:1535)
splitSeqLazyBS (src/Data/Sequences.hs:1547)
stripPrefixLazyBS (src/Data/Sequences.hs:1552)
stripSuffixLazyBS (src/Data/Sequences.hs:1557)
splitSeqStrictText (src/Data/Sequences.hs:1571)
replaceSeqStrictText (src/Data/Sequences.hs:1576)
splitSeqLazyText (src/Data/Sequences.hs:1590)
replaceSeqLazyText (src/Data/Sequences.hs:1595)
Warning: 'NonNull' is ambiguous. It is defined
* at src/Data/NonNull.hs:58:24
* at src/Data/NonNull.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 src/Data/NonNull.hs:58:1
Warning: 'NonEmpty' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'foldl1'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 30 / 30) in 'Data.NonNull'
Warning: Data.MonoTraversable: could not find link destinations for:
- Data.Vector.Vector
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Storable.Vector
- Data.Vector.Strict.Vector
Warning: Data.Containers: could not find link destinations for:
- Data.Containers.D:R:ContainerKeyIntSet
- Data.Containers.D:R:ContainerKeyHashSet
- Data.Containers.D:R:ContainerKeySet
- Data.Containers.D:R:ContainerKeyIntMap
- Data.Containers.D:R:ContainerKeyHashMap
- Data.Containers.D:R:ContainerKeyMap
- Data.Containers.D:R:BPMKeyConstraintMapkey
- Data.Containers.D:R:MapValueList
- Data.Containers.D:R:MapValueIntMap
- Data.Containers.D:R:MapValueHashMap
- Data.Containers.D:R:MapValueMap
- Data.Containers.D:R:BPMKeyConstraintHashMapkey
- Data.Containers.D:R:ContainerKeyList
- Data.Containers.D:R:KeySetHashMap
- Data.Containers.D:R:KeySetIntMap
- Data.Containers.D:R:KeySetMap
Warning: Data.Sequences: could not find link destinations for:
- Data.Vector.Vector
- Data.Vector.Generic.Base.Vector
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Storable.Vector
- Data.Vector.Strict.Vector
- Data.Sequences.D:R:IndexVector
- Data.Sequences.D:R:IndexVector0
- Data.Sequences.D:R:IndexVector1
- Data.Sequences.D:R:IndexVector2
- Data.Sequences.D:R:IndexSeq
- Data.Sequences.D:R:IndexText
- Data.Sequences.D:R:IndexByteString
- Data.Sequences.D:R:IndexText0
- Data.Sequences.D:R:IndexByteString0
- Data.Sequences.D:R:IndexNonEmpty
- Data.Sequences.D:R:IndexList
- Data.NonNull.D:R:IndexNonNull
Warning: Data.NonNull: could not find link destinations for:
- Data.Vector.Vector
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Storable.Vector
- Data.Vector.Strict.Vector
- Data.NonNull.D:R:IndexNonNull
Documentation created: dist/doc/html/mono-traversable/,
dist/doc/html/mono-traversable/mono-traversable.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/mono-traversable-1.0.21.0-CXXMYFMoWuUKrYZFMKy0q1
Completed mono-traversable-1.0.21.0
Configuring http-client-tls-0.3.6.4...
Preprocessing library for http-client-tls-0.3.6.4..
Building library for http-client-tls-0.3.6.4..
[1 of 1] Compiling Network.HTTP.Client.TLS ( Network/HTTP/Client/TLS.hs, dist/build/Network/HTTP/Client/TLS.o, dist/build/Network/HTTP/Client/TLS.dyn_o )
Preprocessing library for http-client-tls-0.3.6.4..
Running Haddock on library for http-client-tls-0.3.6.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Network.HTTP.Client.TLS ( Network/HTTP/Client/TLS.hs, nothing )
Haddock coverage:
Warning: 'DigestAuthException' is ambiguous. It is defined
* at Network/HTTP/Client/TLS.hs:271:7
* at Network/HTTP/Client/TLS.hs:270:1
You 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/HTTP/Client/TLS.hs:270:1
Warning: 'ManagerSettings' is ambiguous. It is defined
* in Network.HTTP.Client.Types
* in Network.HTTP.Client.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 Network.HTTP.Client.Types
Warning: 'Manager' is ambiguous. It is defined
* in Network.HTTP.Client.Types
* in Network.HTTP.Client.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 Network.HTTP.Client.Types
100% ( 15 / 15) in 'Network.HTTP.Client.TLS'
Documentation created: dist/doc/html/http-client-tls/,
dist/doc/html/http-client-tls/http-client-tls.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/http-client-tls-0.3.6.4-IUWp3XvnjPgJ5ESX2GrZg1
Completed http-client-tls-0.3.6.4
Downloading ipython-kernel-0.12.0.0
Downloaded ipython-kernel-0.12.0.0
Configuring ipython-kernel-0.12.0.0...
Preprocessing library for ipython-kernel-0.12.0.0..
Building library for ipython-kernel-0.12.0.0..
[1 of 6] Compiling IHaskell.IPython.Message.UUID ( src/IHaskell/IPython/Message/UUID.hs, dist/build/IHaskell/IPython/Message/UUID.o, dist/build/IHaskell/IPython/Message/UUID.dyn_o )
[2 of 6] Compiling IHaskell.IPython.Types ( src/IHaskell/IPython/Types.hs, dist/build/IHaskell/IPython/Types.o, dist/build/IHaskell/IPython/Types.dyn_o )
src/IHaskell/IPython/Types.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)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 6] Compiling IHaskell.IPython.Message.Parser ( src/IHaskell/IPython/Message/Parser.hs, dist/build/IHaskell/IPython/Message/Parser.o, dist/build/IHaskell/IPython/Message/Parser.dyn_o )
src/IHaskell/IPython/Message/Parser.hs:42:6: warning: [GHC-62161] [-Wincomplete-record-updates]
Pattern match(es) are non-exhaustive
In a record update:
Patterns of type Message not matched: SendNothing
|
42 | in messageWithoutHeader { header = header }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/IHaskell/IPython/Message/Parser.hs:56:5: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type Maybe Object not matched: Nothing
|
56 | Just result = decode $ Lazy.fromStrict headerData :: Maybe Object
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/IHaskell/IPython/Message/Parser.hs:61:5: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type Result
(MessageType, Username, IHaskell.IPython.Message.UUID.UUID,
IHaskell.IPython.Message.UUID.UUID) not matched:
Error _
|
61 | Success (messageType, username, messageUUID, sessionUUID) = flip parse result $ \obj -> do
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
src/IHaskell/IPython/Message/Parser.hs:69:5: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type Maybe Metadata not matched: Nothing
|
69 | Just metadataMap = fmap Metadata $ decode $ Lazy.fromStrict metadata
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/IHaskell/IPython/Message/Parser.hs:133:7: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type Maybe Object not matched: Nothing
|
133 | Just decoded = decode content
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/IHaskell/IPython/Message/Parser.hs:134:7: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type Result
(Data.Text.Internal.Text, Bool, Bool, Bool) not matched:
Error _
|
134 | Success (code, silent, storeHistory, allowStdin) = parse parser decoded
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/IHaskell/IPython/Message/Parser.hs:190:5: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type Maybe a not matched: Nothing
|
190 | Just decoded = decode content
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[4 of 6] Compiling IHaskell.IPython.ZeroMQ ( src/IHaskell/IPython/ZeroMQ.hs, dist/build/IHaskell/IPython/ZeroMQ.o, dist/build/IHaskell/IPython/ZeroMQ.dyn_o )
src/IHaskell/IPython/ZeroMQ.hs:29: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()
|
29 | import Data.Monoid ((<>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/IHaskell/IPython/ZeroMQ.hs:222:3: warning: [GHC-63397] [-Wname-shadowing]
This binding for message shadows the existing binding
imported from System.ZMQ4 at src/IHaskell/IPython/ZeroMQ.hs:31:1-36
(and originally defined in System.ZMQ4.Internal.Error)
|
222 | message <- receiveMessage debug sock
| ^^^^^^^
src/IHaskell/IPython/ZeroMQ.hs:238:3: warning: [GHC-63397] [-Wname-shadowing]
This binding for message shadows the existing binding
imported from System.ZMQ4 at src/IHaskell/IPython/ZeroMQ.hs:31:1-36
(and originally defined in System.ZMQ4.Internal.Error)
|
238 | message <- receiveMessage debug sock
| ^^^^^^^
[5 of 6] Compiling IHaskell.IPython.Kernel ( src/IHaskell/IPython/Kernel.hs, dist/build/IHaskell/IPython/Kernel.o, dist/build/IHaskell/IPython/Kernel.dyn_o )
[6 of 6] Compiling IHaskell.IPython.EasyKernel ( src/IHaskell/IPython/EasyKernel.hs, dist/build/IHaskell/IPython/EasyKernel.o, dist/build/IHaskell/IPython/EasyKernel.dyn_o )
Preprocessing library for ipython-kernel-0.12.0.0..
Running Haddock on library for ipython-kernel-0.12.0.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 6] Compiling IHaskell.IPython.Message.UUID ( src/IHaskell/IPython/Message/UUID.hs, nothing )
[2 of 6] Compiling IHaskell.IPython.Types ( src/IHaskell/IPython/Types.hs, nothing )
src/IHaskell/IPython/Types.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)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 6] Compiling IHaskell.IPython.Message.Parser ( src/IHaskell/IPython/Message/Parser.hs, nothing )
[4 of 6] Compiling IHaskell.IPython.ZeroMQ ( src/IHaskell/IPython/ZeroMQ.hs, nothing )
src/IHaskell/IPython/ZeroMQ.hs:29: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()
|
29 | import Data.Monoid ((<>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/IHaskell/IPython/ZeroMQ.hs:222:3: warning: [GHC-63397] [-Wname-shadowing]
This binding for message shadows the existing binding
imported from System.ZMQ4 at src/IHaskell/IPython/ZeroMQ.hs:31:1-36
(and originally defined in System.ZMQ4.Internal.Error)
|
222 | message <- receiveMessage debug sock
| ^^^^^^^
src/IHaskell/IPython/ZeroMQ.hs:238:3: warning: [GHC-63397] [-Wname-shadowing]
This binding for message shadows the existing binding
imported from System.ZMQ4 at src/IHaskell/IPython/ZeroMQ.hs:31:1-36
(and originally defined in System.ZMQ4.Internal.Error)
|
238 | message <- receiveMessage debug sock
| ^^^^^^^
[5 of 6] Compiling IHaskell.IPython.Kernel ( src/IHaskell/IPython/Kernel.hs, nothing )
[6 of 6] Compiling IHaskell.IPython.EasyKernel ( src/IHaskell/IPython/EasyKernel.hs, nothing )
Haddock coverage:
80% ( 4 / 5) in 'IHaskell.IPython.Message.UUID'
Missing documentation for:
uuidToString
Warning: 'ihaskell' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
75% ( 24 / 32) in 'IHaskell.IPython.Types'
Missing documentation for:
KernelSpec (src/IHaskell/IPython/Types.hs:128)
Transient (src/IHaskell/IPython/Types.hs:334)
CodeReview (src/IHaskell/IPython/Types.hs:327)
Height (src/IHaskell/IPython/Types.hs:952)
showMessageType (src/IHaskell/IPython/Types.hs:217)
isIOPubMessageType (src/IHaskell/IPython/Types.hs:250)
MimeType (src/IHaskell/IPython/Types.hs:954)
extractPlain (src/IHaskell/IPython/Types.hs:974)
50% ( 1 / 2) in 'IHaskell.IPython.Message.Parser'
Missing documentation for:
parseMessage (src/IHaskell/IPython/Message/Parser.hs:38)
Warning: 'replyChannel' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
71% ( 5 / 7) in 'IHaskell.IPython.ZeroMQ'
Missing documentation for:
ZeroMQStdin (src/IHaskell/IPython/ZeroMQ.hs:64)
serveStdin (src/IHaskell/IPython/ZeroMQ.hs:182)
100% ( 5 / 5) in 'IHaskell.IPython.Kernel'
Warning: 'kernel' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'main' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
75% ( 3 / 4) in 'IHaskell.IPython.EasyKernel'
Missing documentation for:
installKernelspec (src/IHaskell/IPython/EasyKernel.hs:101)
Warning: IHaskell.IPython.Types: could not find link destinations for:
- IHaskell.IPython.Types.Rep_DisplayData
- IHaskell.IPython.Types.Rep_MimeType
Documentation created: dist/doc/html/ipython-kernel/,
dist/doc/html/ipython-kernel/ipython-kernel.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ipython-kernel-0.12.0.0-7P8hKoWxOLuDgnc7WPAnvK
Completed ipython-kernel-0.12.0.0
Configuring deriving-aeson-0.2.10...
Preprocessing library for deriving-aeson-0.2.10..
Building library for deriving-aeson-0.2.10..
[1 of 2] Compiling Deriving.Aeson ( src/Deriving/Aeson.hs, dist/build/Deriving/Aeson.o, dist/build/Deriving/Aeson.dyn_o )
[2 of 2] Compiling Deriving.Aeson.Stock ( src/Deriving/Aeson/Stock.hs, dist/build/Deriving/Aeson/Stock.o, dist/build/Deriving/Aeson/Stock.dyn_o )
Preprocessing library for deriving-aeson-0.2.10..
Running Haddock on library for deriving-aeson-0.2.10..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Deriving.Aeson ( src/Deriving/Aeson.hs, nothing )
[2 of 2] Compiling Deriving.Aeson.Stock ( src/Deriving/Aeson/Stock.hs, nothing )
Haddock coverage:
100% ( 28 / 28) in 'Deriving.Aeson'
91% ( 11 / 12) in 'Deriving.Aeson.Stock'
Missing documentation for:
Module header
Warning: Deriving.Aeson: could not find link destinations for:
- Data.Vector.Vector
- 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.Monoid.Rep_Ap
- Data.Monoid.Rep_Last
- Data.Monoid.Rep_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
- GHC.Generics.Rep_R:UReckFloatp
- Data.Vector.Generic.Base.Vector
- Data.Vector.Unboxed.Base.Vector
- Deriving.Aeson.NonEmptyString
- Data.Vector.Primitive.Vector
- Data.Vector.Storable.Vector
- Data.Aeson.Types.Internal.Rep_Value
- GHC.IO.Exception.Rep_ExitCode
Warning: Deriving.Aeson.Stock: could not find link destinations for:
- Data.Vector.Vector
- 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.Monoid.Rep_Ap
- Data.Monoid.Rep_Last
- Data.Monoid.Rep_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
- GHC.Generics.Rep_R:UReckFloatp
- Data.Vector.Generic.Base.Vector
- Data.Vector.Unboxed.Base.Vector
- Data.Vector.Primitive.Vector
- Data.Vector.Storable.Vector
- Data.Aeson.Types.Internal.Rep_Value
- GHC.IO.Exception.Rep_ExitCode
Documentation created: dist/doc/html/deriving-aeson/,
dist/doc/html/deriving-aeson/deriving-aeson.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/deriving-aeson-0.2.10-8n0xisZrtB1C9EwuR6NJDf
Completed deriving-aeson-0.2.10
Configuring conduit-1.3.6.1...
Preprocessing library for conduit-1.3.6.1..
Building library for conduit-1.3.6.1..
[ 1 of 14] Compiling Data.Conduit.Internal.Pipe ( src/Data/Conduit/Internal/Pipe.hs, dist/build/Data/Conduit/Internal/Pipe.o, dist/build/Data/Conduit/Internal/Pipe.dyn_o )
src/Data/Conduit/Internal/Pipe.hs:48: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()
|
48 | import Control.Applicative (Applicative (..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Conduit/Internal/Pipe.hs:56:51: warning: [GHC-38856] [-Wunused-imports]
The import of MonadUnliftIO
from module Control.Monad.IO.Unlift is redundant
|
56 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO, withRunInIO)
| ^^^^^^^^^^^^^
src/Data/Conduit/Internal/Pipe.hs:59: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()
|
59 | import Data.Monoid (Monoid (mappend, mempty))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Conduit/Internal/Pipe.hs:60: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()
|
60 | import Data.Semigroup (Semigroup ((<>)))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 2 of 14] Compiling Data.Conduit.Internal.Conduit ( src/Data/Conduit/Internal/Conduit.hs, dist/build/Data/Conduit/Internal/Conduit.o, dist/build/Data/Conduit/Internal/Conduit.dyn_o )
src/Data/Conduit/Internal/Conduit.hs:93: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()
|
93 | import Control.Applicative (Applicative (..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Conduit/Internal/Conduit.hs:104:51: warning: [GHC-38856] [-Wunused-imports]
The import of MonadUnliftIO
from module Control.Monad.IO.Unlift is redundant
|
104 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO, withRunInIO)
| ^^^^^^^^^^^^^
src/Data/Conduit/Internal/Conduit.hs:108: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()
|
108 | import Data.Monoid (Monoid (mappend, mempty))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Conduit/Internal/Conduit.hs:109: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()
|
109 | import Data.Semigroup (Semigroup ((<>)))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Conduit/Internal/Conduit.hs:114: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()
|
114 | import Data.Traversable (Traversable (..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Conduit/Internal/Conduit.hs:739:20: warning: [GHC-63397] [-Wname-shadowing]
This binding for p shadows the existing binding
bound at src/Data/Conduit/Internal/Conduit.hs:736:25
|
739 | go (HaveOutput p o) = pure $ Just (o, SealedConduitT p)
| ^
src/Data/Conduit/Internal/Conduit.hs:743:18: warning: [GHC-63397] [-Wname-shadowing]
This binding for p shadows the existing binding
bound at src/Data/Conduit/Internal/Conduit.hs:736:25
|
743 | go (Leftover p ()) = go p
| ^
src/Data/Conduit/Internal/Conduit.hs:756:20: warning: [GHC-63397] [-Wname-shadowing]
This binding for p shadows the existing binding
bound at src/Data/Conduit/Internal/Conduit.hs:753:31
|
756 | go (HaveOutput p o) = pure $ Right (o, SealedConduitT p)
| ^
src/Data/Conduit/Internal/Conduit.hs:760:18: warning: [GHC-63397] [-Wname-shadowing]
This binding for p shadows the existing binding
bound at src/Data/Conduit/Internal/Conduit.hs:753:31
|
760 | go (Leftover p ()) = go p
| ^
[ 3 of 14] Compiling Data.Conduit.Internal.Fusion ( src/Data/Conduit/Internal/Fusion.hs, dist/build/Data/Conduit/Internal/Fusion.o, dist/build/Data/Conduit/Internal/Fusion.dyn_o )
src/Data/Conduit/Internal/Fusion.hs:78:23: warning: [GHC-68441] [-Wdeprecations]
In the use of =$= (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use .|"
|
78 | unstream left =$= unstream right = unstream (fuseStream left right)
| ^^^
src/Data/Conduit/Internal/Fusion.hs:129:23: warning: [GHC-68441] [-Wdeprecations]
In the use of $$ (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use runConduit and .|"
|
129 | unstream left $$ unstream right = connectStream left right
| ^^
src/Data/Conduit/Internal/Fusion.hs:154:23: warning: [GHC-68441] [-Wdeprecations]
In the use of $$ (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use runConduit and .|"
|
154 | unstream left $$ right = connectStream1 left right
| ^^
src/Data/Conduit/Internal/Fusion.hs:161:35: warning: [GHC-68441] [-Wdeprecations]
In the use of =$= (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use .|"
|
161 | runConduit (unstream left =$= right) = connectStream1 left right
| ^^^
src/Data/Conduit/Internal/Fusion.hs:171:39: warning: [GHC-68441] [-Wdeprecations]
In the use of =$= (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use .|"
|
171 | runConduitPure (unstream left =$= right) = runIdentity (connectStream1 left right)
| ^^^
src/Data/Conduit/Internal/Fusion.hs:181:38: warning: [GHC-68441] [-Wdeprecations]
In the use of =$= (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use .|"
|
181 | runConduitRes (unstream left =$= right) = runResourceT (connectStream1 left right)
| ^^^
src/Data/Conduit/Internal/Fusion.hs:214:14: warning: [GHC-68441] [-Wdeprecations]
In the use of $$ (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use runConduit and .|"
|
214 | left $$ unstream right = connectStream2 left right
| ^^
src/Data/Conduit/Internal/Fusion.hs:224:26: warning: [GHC-68441] [-Wdeprecations]
In the use of =$= (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use .|"
|
224 | runConduit (left =$= unstream right) = connectStream2 left right
| ^^^
src/Data/Conduit/Internal/Fusion.hs:234:30: warning: [GHC-68441] [-Wdeprecations]
In the use of =$= (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use .|"
|
234 | runConduitPure (left =$= unstream right) = runIdentity (connectStream2 left right)
| ^^^
src/Data/Conduit/Internal/Fusion.hs:244:29: warning: [GHC-68441] [-Wdeprecations]
In the use of =$= (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use .|"
|
244 | runConduitRes (left =$= unstream right) = runResourceT (connectStream2 left right)
| ^^^
[ 4 of 14] Compiling Data.Conduit.Internal.List.Stream ( src/Data/Conduit/Internal/List/Stream.hs, dist/build/Data/Conduit/Internal/List/Stream.o, dist/build/Data/Conduit/Internal/List/Stream.dyn_o )
[ 5 of 14] Compiling Data.Conduit.Combinators.Stream ( src/Data/Conduit/Combinators/Stream.hs, dist/build/Data/Conduit/Combinators/Stream.o, dist/build/Data/Conduit/Combinators/Stream.dyn_o )
src/Data/Conduit/Combinators/Stream.hs:362:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
362 | slidingWindowS :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> StreamConduit a m seq
| ^
[ 6 of 14] Compiling Data.Conduit ( src/Data/Conduit.hs, dist/build/Data/Conduit.o, dist/build/Data/Conduit.dyn_o )
src/Data/Conduit.hs:105:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Functor.Identity is redundant
except perhaps to import instances from Data.Functor.Identity
To import instances alone, use: import Data.Functor.Identity()
|
105 | import Data.Functor.Identity (Identity, runIdentity)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Conduit.hs:106:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Monad.Trans.Resource is redundant
except perhaps to import instances from Control.Monad.Trans.Resource
To import instances alone, use: import Control.Monad.Trans.Resource()
|
106 | import Control.Monad.Trans.Resource (ResourceT, runResourceT)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Conduit.hs:107:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Monad.IO.Unlift is redundant
except perhaps to import instances from Control.Monad.IO.Unlift
To import instances alone, use: import Control.Monad.IO.Unlift()
|
107 | import Control.Monad.IO.Unlift (MonadUnliftIO)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 7 of 14] Compiling Data.Conduit.Internal ( src/Data/Conduit/Internal.hs, dist/build/Data/Conduit/Internal.o, dist/build/Data/Conduit/Internal.dyn_o )
[ 8 of 14] Compiling Data.Conduit.Lift ( src/Data/Conduit/Lift.hs, dist/build/Data/Conduit/Lift.o, dist/build/Data/Conduit/Lift.dyn_o )
src/Data/Conduit/Lift.hs:67: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()
|
67 | import Data.Monoid (Monoid(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 9 of 14] Compiling Data.Conduit.List ( src/Data/Conduit/List.hs, dist/build/Data/Conduit/List.o, dist/build/Data/Conduit/List.dyn_o )
[10 of 14] Compiling Data.Streaming.FileRead ( src/Data/Streaming/FileRead.hs, dist/build/Data/Streaming/FileRead.o, dist/build/Data/Streaming/FileRead.dyn_o )
[11 of 14] Compiling Data.Streaming.Filesystem ( src/Data/Streaming/Filesystem.hs, dist/build/Data/Streaming/Filesystem.o, dist/build/Data/Streaming/Filesystem.dyn_o )
[12 of 14] Compiling Data.Conduit.Combinators ( src/Data/Conduit/Combinators.hs, dist/build/Data/Conduit/Combinators.o, dist/build/Data/Conduit/Combinators.dyn_o )
src/Data/Conduit/Combinators.hs:901:43: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
901 | foldl1E :: (Monad m, MonoFoldable mono, a ~ Element mono)
| ^
src/Data/Conduit/Combinators.hs:907:40: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
907 | foldMaybeNull :: (MonoFoldable mono, e ~ Element mono)
| ^
src/Data/Conduit/Combinators.hs:992:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
992 | andE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
| ^
src/Data/Conduit/Combinators.hs:1013:50: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1013 | orE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
| ^
src/Data/Conduit/Combinators.hs:1801:76: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1801 | slidingWindow, slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
| ^
src/Data/Conduit/Combinators.hs:2036:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
2036 | line :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
| ^
src/Data/Conduit/Combinators.hs:2045:56: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
2045 | lineAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
| ^
src/Data/Conduit/Combinators.hs:2082:54: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
2082 | unlines :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
| ^
src/Data/Conduit/Combinators.hs:2090:59: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
2090 | unlinesAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
| ^
src/Data/Conduit/Combinators.hs:2126:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
2126 | linesUnbounded :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
| ^
src/Data/Conduit/Combinators.hs:2135:66: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
2135 | linesUnboundedAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
| ^
src/Data/Conduit/Combinators.hs:2437:71: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
2437 | vectorBuilder :: (PrimMonad m, PrimMonad n, V.Vector v e, PrimState m ~ PrimState n)
| ^
[13 of 14] Compiling Data.Conduit.Combinators.Unqualified ( src/Data/Conduit/Combinators/Unqualified.hs, dist/build/Data/Conduit/Combinators/Unqualified.o, dist/build/Data/Conduit/Combinators/Unqualified.dyn_o )
src/Data/Conduit/Combinators/Unqualified.hs:461:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
461 | andCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
| ^
src/Data/Conduit/Combinators/Unqualified.hs:480:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
480 | orCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
| ^
src/Data/Conduit/Combinators/Unqualified.hs:993:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
993 | slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
| ^
src/Data/Conduit/Combinators/Unqualified.hs:1135:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1135 | lineC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
| ^
src/Data/Conduit/Combinators/Unqualified.hs:1144:57: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1144 | lineAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
| ^
src/Data/Conduit/Combinators/Unqualified.hs:1153:55: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
| ^
src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
| ^
src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
| ^
src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
| ^
src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
| ^
[14 of 14] Compiling Conduit ( src/Conduit.hs, dist/build/Conduit.o, dist/build/Conduit.dyn_o )
Preprocessing library for conduit-1.3.6.1..
Running Haddock on library for conduit-1.3.6.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 14] Compiling Data.Conduit.Internal.Pipe ( src/Data/Conduit/Internal/Pipe.hs, nothing )
src/Data/Conduit/Internal/Pipe.hs:48: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()
|
48 | import Control.Applicative (Applicative (..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Conduit/Internal/Pipe.hs:56:51: warning: [GHC-38856] [-Wunused-imports]
The import of MonadUnliftIO
from module Control.Monad.IO.Unlift is redundant
|
56 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO, withRunInIO)
| ^^^^^^^^^^^^^
src/Data/Conduit/Internal/Pipe.hs:59: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()
|
59 | import Data.Monoid (Monoid (mappend, mempty))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Conduit/Internal/Pipe.hs:60: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()
|
60 | import Data.Semigroup (Semigroup ((<>)))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 2 of 14] Compiling Data.Conduit.Internal.Conduit ( src/Data/Conduit/Internal/Conduit.hs, nothing )
src/Data/Conduit/Internal/Conduit.hs:93: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()
|
93 | import Control.Applicative (Applicative (..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Conduit/Internal/Conduit.hs:104:51: warning: [GHC-38856] [-Wunused-imports]
The import of MonadUnliftIO
from module Control.Monad.IO.Unlift is redundant
|
104 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO, withRunInIO)
| ^^^^^^^^^^^^^
src/Data/Conduit/Internal/Conduit.hs:108: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()
|
108 | import Data.Monoid (Monoid (mappend, mempty))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Conduit/Internal/Conduit.hs:109: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()
|
109 | import Data.Semigroup (Semigroup ((<>)))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Conduit/Internal/Conduit.hs:114: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()
|
114 | import Data.Traversable (Traversable (..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Conduit/Internal/Conduit.hs:739:20: warning: [GHC-63397] [-Wname-shadowing]
This binding for p shadows the existing binding
bound at src/Data/Conduit/Internal/Conduit.hs:736:25
|
739 | go (HaveOutput p o) = pure $ Just (o, SealedConduitT p)
| ^
src/Data/Conduit/Internal/Conduit.hs:743:18: warning: [GHC-63397] [-Wname-shadowing]
This binding for p shadows the existing binding
bound at src/Data/Conduit/Internal/Conduit.hs:736:25
|
743 | go (Leftover p ()) = go p
| ^
src/Data/Conduit/Internal/Conduit.hs:756:20: warning: [GHC-63397] [-Wname-shadowing]
This binding for p shadows the existing binding
bound at src/Data/Conduit/Internal/Conduit.hs:753:31
|
756 | go (HaveOutput p o) = pure $ Right (o, SealedConduitT p)
| ^
src/Data/Conduit/Internal/Conduit.hs:760:18: warning: [GHC-63397] [-Wname-shadowing]
This binding for p shadows the existing binding
bound at src/Data/Conduit/Internal/Conduit.hs:753:31
|
760 | go (Leftover p ()) = go p
| ^
[ 3 of 14] Compiling Data.Conduit.Internal.Fusion ( src/Data/Conduit/Internal/Fusion.hs, nothing )
src/Data/Conduit/Internal/Fusion.hs:78:23: warning: [GHC-68441] [-Wdeprecations]
In the use of =$= (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use .|"
|
78 | unstream left =$= unstream right = unstream (fuseStream left right)
| ^^^
src/Data/Conduit/Internal/Fusion.hs:129:23: warning: [GHC-68441] [-Wdeprecations]
In the use of $$ (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use runConduit and .|"
|
129 | unstream left $$ unstream right = connectStream left right
| ^^
src/Data/Conduit/Internal/Fusion.hs:154:23: warning: [GHC-68441] [-Wdeprecations]
In the use of $$ (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use runConduit and .|"
|
154 | unstream left $$ right = connectStream1 left right
| ^^
src/Data/Conduit/Internal/Fusion.hs:161:35: warning: [GHC-68441] [-Wdeprecations]
In the use of =$= (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use .|"
|
161 | runConduit (unstream left =$= right) = connectStream1 left right
| ^^^
src/Data/Conduit/Internal/Fusion.hs:171:39: warning: [GHC-68441] [-Wdeprecations]
In the use of =$= (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use .|"
|
171 | runConduitPure (unstream left =$= right) = runIdentity (connectStream1 left right)
| ^^^
src/Data/Conduit/Internal/Fusion.hs:181:38: warning: [GHC-68441] [-Wdeprecations]
In the use of =$= (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use .|"
|
181 | runConduitRes (unstream left =$= right) = runResourceT (connectStream1 left right)
| ^^^
src/Data/Conduit/Internal/Fusion.hs:214:14: warning: [GHC-68441] [-Wdeprecations]
In the use of $$ (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use runConduit and .|"
|
214 | left $$ unstream right = connectStream2 left right
| ^^
src/Data/Conduit/Internal/Fusion.hs:224:26: warning: [GHC-68441] [-Wdeprecations]
In the use of =$= (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use .|"
|
224 | runConduit (left =$= unstream right) = connectStream2 left right
| ^^^
src/Data/Conduit/Internal/Fusion.hs:234:30: warning: [GHC-68441] [-Wdeprecations]
In the use of =$= (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use .|"
|
234 | runConduitPure (left =$= unstream right) = runIdentity (connectStream2 left right)
| ^^^
src/Data/Conduit/Internal/Fusion.hs:244:29: warning: [GHC-68441] [-Wdeprecations]
In the use of =$= (imported from Data.Conduit.Internal.Conduit):
Deprecated: "Use .|"
|
244 | runConduitRes (left =$= unstream right) = runResourceT (connectStream2 left right)
| ^^^
[ 4 of 14] Compiling Data.Conduit.Internal.List.Stream ( src/Data/Conduit/Internal/List/Stream.hs, nothing )
[ 5 of 14] Compiling Data.Conduit.Combinators.Stream ( src/Data/Conduit/Combinators/Stream.hs, nothing )
src/Data/Conduit/Combinators/Stream.hs:362:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
362 | slidingWindowS :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> StreamConduit a m seq
| ^
[ 6 of 14] Compiling Data.Conduit ( src/Data/Conduit.hs, nothing )
src/Data/Conduit.hs:105:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Functor.Identity is redundant
except perhaps to import instances from Data.Functor.Identity
To import instances alone, use: import Data.Functor.Identity()
|
105 | import Data.Functor.Identity (Identity, runIdentity)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Conduit.hs:106:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Monad.Trans.Resource is redundant
except perhaps to import instances from Control.Monad.Trans.Resource
To import instances alone, use: import Control.Monad.Trans.Resource()
|
106 | import Control.Monad.Trans.Resource (ResourceT, runResourceT)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Conduit.hs:107:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Monad.IO.Unlift is redundant
except perhaps to import instances from Control.Monad.IO.Unlift
To import instances alone, use: import Control.Monad.IO.Unlift()
|
107 | import Control.Monad.IO.Unlift (MonadUnliftIO)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 7 of 14] Compiling Data.Conduit.Internal ( src/Data/Conduit/Internal.hs, nothing )
[ 8 of 14] Compiling Data.Conduit.Lift ( src/Data/Conduit/Lift.hs, nothing )
src/Data/Conduit/Lift.hs:67: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()
|
67 | import Data.Monoid (Monoid(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 9 of 14] Compiling Data.Conduit.List ( src/Data/Conduit/List.hs, nothing )
[10 of 14] Compiling Data.Streaming.FileRead ( src/Data/Streaming/FileRead.hs, nothing )
[11 of 14] Compiling Data.Streaming.Filesystem ( src/Data/Streaming/Filesystem.hs, nothing )
[12 of 14] Compiling Data.Conduit.Combinators ( src/Data/Conduit/Combinators.hs, nothing )
src/Data/Conduit/Combinators.hs:901:43: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
901 | foldl1E :: (Monad m, MonoFoldable mono, a ~ Element mono)
| ^
src/Data/Conduit/Combinators.hs:907:40: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
907 | foldMaybeNull :: (MonoFoldable mono, e ~ Element mono)
| ^
src/Data/Conduit/Combinators.hs:992:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
992 | andE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
| ^
src/Data/Conduit/Combinators.hs:1013:50: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1013 | orE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
| ^
src/Data/Conduit/Combinators.hs:1801:76: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1801 | slidingWindow, slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
| ^
src/Data/Conduit/Combinators.hs:2036:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
2036 | line :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
| ^
src/Data/Conduit/Combinators.hs:2045:56: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
2045 | lineAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
| ^
src/Data/Conduit/Combinators.hs:2082:54: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
2082 | unlines :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
| ^
src/Data/Conduit/Combinators.hs:2090:59: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
2090 | unlinesAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
| ^
src/Data/Conduit/Combinators.hs:2126:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
2126 | linesUnbounded :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
| ^
src/Data/Conduit/Combinators.hs:2135:66: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
2135 | linesUnboundedAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
| ^
src/Data/Conduit/Combinators.hs:2437:71: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
2437 | vectorBuilder :: (PrimMonad m, PrimMonad n, V.Vector v e, PrimState m ~ PrimState n)
| ^
[13 of 14] Compiling Data.Conduit.Combinators.Unqualified ( src/Data/Conduit/Combinators/Unqualified.hs, nothing )
src/Data/Conduit/Combinators/Unqualified.hs:461:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
461 | andCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
| ^
src/Data/Conduit/Combinators/Unqualified.hs:480:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
480 | orCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
| ^
src/Data/Conduit/Combinators/Unqualified.hs:993:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
993 | slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
| ^
src/Data/Conduit/Combinators/Unqualified.hs:1135:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1135 | lineC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
| ^
src/Data/Conduit/Combinators/Unqualified.hs:1144:57: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1144 | lineAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
| ^
src/Data/Conduit/Combinators/Unqualified.hs:1153:55: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
| ^
src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
| ^
src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
| ^
src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
| ^
src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
| ^
[14 of 14] Compiling Conduit ( src/Conduit.hs, nothing )
Haddock coverage:
Warning: 'hoist' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Source' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Conduit' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'catchC' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'tryC' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ZipConduit' is ambiguous. It is defined
* at src/Data/Conduit/Internal/Conduit.hs:1229:30
* at src/Data/Conduit/Internal/Conduit.hs:1229:1
You may 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/Conduit/Internal/Conduit.hs:1229:1
Warning: 'ConduitT' is ambiguous. It is defined
* at src/Data/Conduit/Internal/Conduit.hs:123:28
* at src/Data/Conduit/Internal/Conduit.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 src/Data/Conduit/Internal/Conduit.hs:123:1
Warning: 'SealedConduitT' is ambiguous. It is defined
* at src/Data/Conduit/Internal/Conduit.hs:138:34
* at src/Data/Conduit/Internal/Conduit.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/Data/Conduit/Internal/Conduit.hs:138:1
18% ( 3 / 16) in 'Data.Conduit.Internal.Fusion'
Missing documentation for:
Module header
Stream (src/Data/Conduit/Internal/Fusion.hs:39)
ConduitWithStream (src/Data/Conduit/Internal/Fusion.hs:43)
StreamConduitT (src/Data/Conduit/Internal/Fusion.hs:47)
StreamConduit (src/Data/Conduit/Internal/Fusion.hs:49)
StreamSource (src/Data/Conduit/Internal/Fusion.hs:51)
StreamProducer (src/Data/Conduit/Internal/Fusion.hs:53)
StreamSink (src/Data/Conduit/Internal/Fusion.hs:55)
StreamConsumer (src/Data/Conduit/Internal/Fusion.hs:57)
streamConduit (src/Data/Conduit/Internal/Fusion.hs:250)
streamSource (src/Data/Conduit/Internal/Fusion.hs:257)
streamSourcePure (src/Data/Conduit/Internal/Fusion.hs:275)
unstream (src/Data/Conduit/Internal/Fusion.hs:60)
0% ( 0 / 41) in 'Data.Conduit.Internal.List.Stream'
Missing documentation for:
Module header
unfoldS (src/Data/Conduit/Internal/List/Stream.hs:17)
unfoldEitherS (src/Data/Conduit/Internal/List/Stream.hs:30)
unfoldMS (src/Data/Conduit/Internal/List/Stream.hs:43)
unfoldEitherMS (src/Data/Conduit/Internal/List/Stream.hs:57)
sourceListS (src/Data/Conduit/Internal/List/Stream.hs:67)
enumFromToS (src/Data/Conduit/Internal/List/Stream.hs:78)
enumFromToS_int (src/Data/Conduit/Internal/List/Stream.hs:90)
iterateS (src/Data/Conduit/Internal/List/Stream.hs:101)
replicateS (src/Data/Conduit/Internal/List/Stream.hs:110)
replicateMS (src/Data/Conduit/Internal/List/Stream.hs:119)
foldS (src/Data/Conduit/Internal/List/Stream.hs:128)
foldMS (src/Data/Conduit/Internal/List/Stream.hs:140)
mapM_S (src/Data/Conduit/Internal/List/Stream.hs:156)
dropS (src/Data/Conduit/Internal/List/Stream.hs:170)
takeS (src/Data/Conduit/Internal/List/Stream.hs:185)
headS (src/Data/Conduit/Internal/List/Stream.hs:198)
mapS (src/Data/Conduit/Internal/List/Stream.hs:210)
mapMS (src/Data/Conduit/Internal/List/Stream.hs:222)
iterMS (src/Data/Conduit/Internal/List/Stream.hs:234)
mapMaybeS (src/Data/Conduit/Internal/List/Stream.hs:246)
mapMaybeMS (src/Data/Conduit/Internal/List/Stream.hs:261)
catMaybesS (src/Data/Conduit/Internal/List/Stream.hs:277)
concatS (src/Data/Conduit/Internal/List/Stream.hs:290)
concatMapS (src/Data/Conduit/Internal/List/Stream.hs:303)
concatMapMS (src/Data/Conduit/Internal/List/Stream.hs:316)
concatMapAccumS (src/Data/Conduit/Internal/List/Stream.hs:331)
mapAccumS (src/Data/Conduit/Internal/List/Stream.hs:346)
mapAccumMS (src/Data/Conduit/Internal/List/Stream.hs:360)
concatMapAccumMS (src/Data/Conduit/Internal/List/Stream.hs:374)
mapFoldableS (src/Data/Conduit/Internal/List/Stream.hs:389)
mapFoldableMS (src/Data/Conduit/Internal/List/Stream.hs:402)
consumeS (src/Data/Conduit/Internal/List/Stream.hs:417)
groupByS (src/Data/Conduit/Internal/List/Stream.hs:429)
groupOn1S (src/Data/Conduit/Internal/List/Stream.hs:433)
GroupByState (src/Data/Conduit/Internal/List/Stream.hs:436)
groupBy1S (src/Data/Conduit/Internal/List/Stream.hs:442)
isolateS (src/Data/Conduit/Internal/List/Stream.hs:463)
filterS (src/Data/Conduit/Internal/List/Stream.hs:476)
sinkNullS (src/Data/Conduit/Internal/List/Stream.hs:489)
sourceNullS (src/Data/Conduit/Internal/List/Stream.hs:501)
11% ( 3 / 27) in 'Data.Conduit.Combinators.Stream'
Missing documentation for:
yieldManyS (src/Data/Conduit/Combinators/Stream.hs:71)
repeatMS (src/Data/Conduit/Combinators/Stream.hs:81)
repeatWhileMS (src/Data/Conduit/Combinators/Stream.hs:91)
foldl1S (src/Data/Conduit/Combinators/Stream.hs:104)
allS (src/Data/Conduit/Combinators/Stream.hs:118)
anyS (src/Data/Conduit/Combinators/Stream.hs:124)
sinkLazyS (src/Data/Conduit/Combinators/Stream.hs:132)
sinkVectorS (src/Data/Conduit/Combinators/Stream.hs:137)
sinkVectorNS (src/Data/Conduit/Combinators/Stream.hs:163)
sinkLazyBuilderS (src/Data/Conduit/Combinators/Stream.hs:182)
lastS (src/Data/Conduit/Combinators/Stream.hs:187)
lastES (src/Data/Conduit/Combinators/Stream.hs:200)
findS (src/Data/Conduit/Combinators/Stream.hs:214)
concatMapS (src/Data/Conduit/Combinators/Stream.hs:231)
concatMapMS (src/Data/Conduit/Combinators/Stream.hs:246)
concatS (src/Data/Conduit/Combinators/Stream.hs:262)
scanlS (src/Data/Conduit/Combinators/Stream.hs:270)
scanlMS (src/Data/Conduit/Combinators/Stream.hs:285)
mapAccumWhileS (src/Data/Conduit/Combinators/Stream.hs:301)
mapAccumWhileMS (src/Data/Conduit/Combinators/Stream.hs:316)
intersperseS (src/Data/Conduit/Combinators/Stream.hs:337)
slidingWindowS (src/Data/Conduit/Combinators/Stream.hs:363)
filterMS (src/Data/Conduit/Combinators/Stream.hs:394)
splitOnUnboundedES (src/Data/Conduit/Combinators/Stream.hs:420)
97% ( 78 / 80) in 'Data.Conduit'
Missing documentation for:
sealConduitT (src/Data/Conduit/Internal/Conduit.hs:298)
unsealConduitT (src/Data/Conduit/Internal/Conduit.hs:301)
91% ( 81 / 89) in 'Data.Conduit.Internal'
Missing documentation for:
Module header
enumFromTo (src/Data/Conduit/Internal/Pipe.hs:500)
yieldM (src/Data/Conduit/Internal/Pipe.hs:251)
sealConduitT (src/Data/Conduit/Internal/Conduit.hs:298)
unsealConduitT (src/Data/Conduit/Internal/Conduit.hs:301)
sourceToPipe (src/Data/Conduit/Internal/Conduit.hs:333)
sinkToPipe (src/Data/Conduit/Internal/Conduit.hs:343)
conduitToPipe (src/Data/Conduit/Internal/Conduit.hs:353)
100% ( 42 / 42) in 'Data.Conduit.Lift'
Warning: 'succ' 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.
100% ( 60 / 60) in 'Data.Conduit.List'
Warning: 'ResourceT' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'chunkSize' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Flush' is ambiguous. It is defined
* at src/Data/Conduit/Internal/Conduit.hs:1093:26
* at src/Data/Conduit/Internal/Conduit.hs:1093:1
You may 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/Conduit/Internal/Conduit.hs:1093:1
100% (167 /167) in 'Data.Conduit.Combinators'
Warning: 'succ' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'iterM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'takeExactly' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'takeExactlyE' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'take' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'takeE' 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: 'chunkSize' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'chunksOfExactlyE' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'chunksOfE' 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: 'concatMapM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'line' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unlines' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'linesUnbounded' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% (171 /171) in 'Conduit'
Warning: Data.Conduit.Combinators.Stream: could not find link destinations for:
- Data.Vector.Generic.Base.Vector
Warning: Data.Conduit: could not find link destinations for:
- GHC.Generics.Rep_Void
- Data.Conduit.Internal.Conduit.D:R:PrimStateConduitT
Warning: Data.Conduit.Internal: could not find link destinations for:
- Data.Conduit.Internal.Pipe.D:R:PrimStatePipe
- Data.Conduit.Internal.Conduit.D:R:PrimStateConduitT
Warning: Data.Conduit.Combinators: could not find link destinations for:
- Data.Vector.Generic.Base.Vector
- Data.Conduit.Combinators.Buffer
Warning: Conduit: could not find link destinations for:
- Data.Functor.Identity.Rep_Identity
- Data.Functor.Identity.Rep1_Identity
- 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
- Control.Monad.Trans.Resource.Internal.D:R:PrimStateResourceT
- Data.Conduit.Internal.Pipe.D:R:PrimStatePipe
- Data.Conduit.Internal.Conduit.D:R:PrimStateConduitT
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Generic.Base.Vector
- Data.Vector.Generic.Base.Mutable
- 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.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.Unboxed.Base.MV_Identity
- Data.Vector.Unboxed.Base.V_Identity
- Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0
- Data.Vector.Unboxed.Base.D:R:VectorIdentity0
- Data.Conduit.Combinators.Buffer
Documentation created: dist/doc/html/conduit/,
dist/doc/html/conduit/conduit.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/conduit-1.3.6.1-GEs17EA0Zy6JnvHx8IYLOM
Completed conduit-1.3.6.1
Configuring libyaml-0.1.4...
Preprocessing library for libyaml-0.1.4..
Building library for libyaml-0.1.4..
[1 of 2] Compiling Paths_libyaml ( dist/build/autogen/Paths_libyaml.hs, dist/build/Paths_libyaml.o, dist/build/Paths_libyaml.dyn_o )
[2 of 2] Compiling Text.Libyaml ( src/Text/Libyaml.hs, dist/build/Text/Libyaml.o, dist/build/Text/Libyaml.dyn_o )
Preprocessing library for libyaml-0.1.4..
Running Haddock on library for libyaml-0.1.4..
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: libyaml-clib-0.2.5
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Paths_libyaml ( dist/build/autogen/Paths_libyaml.hs, nothing )
[2 of 2] Compiling Text.Libyaml ( src/Text/Libyaml.hs, nothing )
Haddock coverage:
Warning: 'rawOpenFlags' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'openMode' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'formatOptionsRenderCollectionTags' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
76% ( 23 / 30) in 'Text.Libyaml'
Missing documentation for:
Event (src/Text/Libyaml.hs:78)
Tag (src/Text/Libyaml.hs:123)
AnchorName (src/Text/Libyaml.hs:140)
Anchor (src/Text/Libyaml.hs:141)
encode (src/Text/Libyaml.hs:763)
encodeFile (src/Text/Libyaml.hs:786)
YamlException (src/Text/Libyaml.hs:852)
Warning: Text.Libyaml: could not find link destinations for:
- Text.Libyaml.formatOptionsRenderTags
- Text.Libyaml.TagRender
Documentation created: dist/doc/html/libyaml/,
dist/doc/html/libyaml/libyaml.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/libyaml-0.1.4-2jHtVwLenbo8x6Bkdz3b4r
Completed libyaml-0.1.4
Configuring yaml-0.11.11.2...
Preprocessing library for yaml-0.11.11.2..
Building library for yaml-0.11.11.2..
[ 1 of 10] Compiling Data.Yaml.Internal ( src/Data/Yaml/Internal.hs, dist/build/Data/Yaml/Internal.o, dist/build/Data/Yaml/Internal.dyn_o )
[ 2 of 10] Compiling Data.Yaml.Include ( src/Data/Yaml/Include.hs, dist/build/Data/Yaml/Include.o, dist/build/Data/Yaml/Include.dyn_o )
[ 3 of 10] Compiling Data.Yaml.Builder ( src/Data/Yaml/Builder.hs, dist/build/Data/Yaml/Builder.o, dist/build/Data/Yaml/Builder.dyn_o )
[ 4 of 10] Compiling Data.Yaml ( src/Data/Yaml.hs, dist/build/Data/Yaml.o, dist/build/Data/Yaml.dyn_o )
[ 5 of 10] Compiling Data.Yaml.Config ( src/Data/Yaml/Config.hs, dist/build/Data/Yaml/Config.o, dist/build/Data/Yaml/Config.dyn_o )
[ 6 of 10] Compiling Data.Yaml.Aeson ( src/Data/Yaml/Aeson.hs, dist/build/Data/Yaml/Aeson.o, dist/build/Data/Yaml/Aeson.dyn_o )
[ 7 of 10] Compiling Data.Yaml.Parser ( src/Data/Yaml/Parser.hs, dist/build/Data/Yaml/Parser.o, dist/build/Data/Yaml/Parser.dyn_o )
[ 8 of 10] Compiling Data.Yaml.Pretty ( src/Data/Yaml/Pretty.hs, dist/build/Data/Yaml/Pretty.o, dist/build/Data/Yaml/Pretty.dyn_o )
[ 9 of 10] Compiling Data.Yaml.TH ( src/Data/Yaml/TH.hs, dist/build/Data/Yaml/TH.o, dist/build/Data/Yaml/TH.dyn_o )
[10 of 10] Compiling Paths_yaml ( dist/build/autogen/Paths_yaml.hs, dist/build/Paths_yaml.o, dist/build/Paths_yaml.dyn_o )
Preprocessing library for yaml-0.11.11.2..
Running Haddock on library for yaml-0.11.11.2..
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: libyaml-clib-0.2.5
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 10] Compiling Data.Yaml.Internal ( src/Data/Yaml/Internal.hs, nothing )
[ 2 of 10] Compiling Data.Yaml.Include ( src/Data/Yaml/Include.hs, nothing )
[ 3 of 10] Compiling Data.Yaml.Builder ( src/Data/Yaml/Builder.hs, nothing )
[ 4 of 10] Compiling Data.Yaml ( src/Data/Yaml.hs, nothing )
[ 5 of 10] Compiling Data.Yaml.Config ( src/Data/Yaml/Config.hs, nothing )
[ 6 of 10] Compiling Data.Yaml.Aeson ( src/Data/Yaml/Aeson.hs, nothing )
[ 7 of 10] Compiling Data.Yaml.Parser ( src/Data/Yaml/Parser.hs, nothing )
[ 8 of 10] Compiling Data.Yaml.Pretty ( src/Data/Yaml/Pretty.hs, nothing )
[ 9 of 10] Compiling Data.Yaml.TH ( src/Data/Yaml/TH.hs, nothing )
[10 of 10] Compiling Paths_yaml ( dist/build/autogen/Paths_yaml.hs, nothing )
Haddock coverage:
Warning: 'setStringStyle' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
42% ( 8 / 19) in 'Data.Yaml.Internal'
Missing documentation for:
Module header
ParseException (src/Data/Yaml/Internal.hs:99)
Warning (src/Data/Yaml/Internal.hs:176)
parse (src/Data/Yaml/Internal.hs:198)
Parse (src/Data/Yaml/Internal.hs:190)
decodeHelper (src/Data/Yaml/Internal.hs:357)
decodeHelper_ (src/Data/Yaml/Internal.hs:372)
decodeAllHelper (src/Data/Yaml/Internal.hs:363)
decodeAllHelper_ (src/Data/Yaml/Internal.hs:380)
textToScientific (src/Data/Yaml/Internal.hs:250)
StringStyle (src/Data/Yaml/Internal.hs:385)
75% ( 3 / 4) in 'Data.Yaml.Include'
Missing documentation for:
Module header
87% ( 29 / 33) in 'Data.Yaml.Builder'
Missing documentation for:
YamlBuilder (src/Data/Yaml/Builder.hs:66)
ToYaml (src/Data/Yaml/Builder.hs:68)
writeYamlFile (src/Data/Yaml/Builder.hs:235)
.= (src/Data/Yaml/Builder.hs:64)
Warning: 'YamlException' is ambiguous. It is defined
* in Text.Libyaml
* in Text.Libyaml
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 Text.Libyaml
87% ( 56 / 64) in 'Data.Yaml'
Missing documentation for:
decodeHelper (src/Data/Yaml/Internal.hs:357)
ParseException (src/Data/Yaml/Internal.hs:99)
YamlException
.=
parseMonad (src/Data/Yaml.hs:291)
decode (src/Data/Yaml.hs:186)
decodeFile (src/Data/Yaml.hs:194)
decodeEither (src/Data/Yaml.hs:235)
100% ( 15 / 15) in 'Data.Yaml.Config'
100% ( 2 / 2) in 'Data.Yaml.Aeson'
5% ( 1 / 18) in 'Data.Yaml.Parser'
Missing documentation for:
YamlParser (src/Data/Yaml/Parser.hs:31)
lookupAnchor (src/Data/Yaml/Parser.hs:67)
withAnchor (src/Data/Yaml/Parser.hs:70)
withMapping (src/Data/Yaml/Parser.hs:77)
withSequence (src/Data/Yaml/Parser.hs:82)
withText (src/Data/Yaml/Parser.hs:87)
typeMismatch (src/Data/Yaml/Parser.hs:92)
FromYaml (src/Data/Yaml/Parser.hs:106)
YamlValue (src/Data/Yaml/Parser.hs:123)
AnchorMap (src/Data/Yaml/Parser.hs:130)
RawDoc (src/Data/Yaml/Parser.hs:131)
parseRawDoc (src/Data/Yaml/Parser.hs:135)
.: (src/Data/Yaml/Parser.hs:141)
YamlParseException (src/Data/Yaml/Parser.hs:146)
sinkValue (src/Data/Yaml/Parser.hs:154)
sinkRawDoc (src/Data/Yaml/Parser.hs:201)
readYamlFile (src/Data/Yaml/Parser.hs:204)
Warning: 'encode' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
88% ( 8 / 9) in 'Data.Yaml.Pretty'
Missing documentation for:
pretty (src/Data/Yaml/Pretty.hs:86)
87% ( 14 / 16) in 'Data.Yaml.TH'
Missing documentation for:
Module header
.=
Warning: Data.Yaml.Internal: could not find link destinations for:
- Data.Yaml.Internal.ParseState
Warning: Data.Yaml: could not find link destinations for:
- Data.Vector.Vector
- Data.Aeson.Types.Generic.ProductSize
- Data.Aeson.Types.FromJSON.withBoundedScientific
- 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.Generic.Base.Vector
- Data.Aeson.Types.Internal.Rep_Value
- 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'
Warning: Data.Yaml.TH: 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.Generic.Base.Vector
- Data.Aeson.Types.Internal.Rep_Value
- 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'
Documentation created: dist/doc/html/yaml/, dist/doc/html/yaml/yaml.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/yaml-0.11.11.2-ISDIqEC5zG0BZpxuqS6eUh
Completed yaml-0.11.11.2
Configuring hlint-3.8...
Preprocessing library for hlint-3.8..
Building library for hlint-3.8..
[ 1 of 62] Compiling EmbedData ( src/EmbedData.hs, dist/build/EmbedData.o, dist/build/EmbedData.dyn_o )
[ 2 of 62] Compiling Extension ( src/Extension.hs, dist/build/Extension.o, dist/build/Extension.dyn_o )
[ 3 of 62] Compiling Fixity ( src/Fixity.hs, dist/build/Fixity.o, dist/build/Fixity.dyn_o )
[ 4 of 62] Compiling GHC.Util.ApiAnnotation ( src/GHC/Util/ApiAnnotation.hs, dist/build/GHC/Util/ApiAnnotation.o, dist/build/GHC/Util/ApiAnnotation.dyn_o )
[ 5 of 62] Compiling GHC.Util.Brackets ( src/GHC/Util/Brackets.hs, dist/build/GHC/Util/Brackets.o, dist/build/GHC/Util/Brackets.dyn_o )
[ 6 of 62] Compiling GHC.Util.DynFlags ( src/GHC/Util/DynFlags.hs, dist/build/GHC/Util/DynFlags.o, dist/build/GHC/Util/DynFlags.dyn_o )
[ 7 of 62] Compiling GHC.Util.FreeVars ( src/GHC/Util/FreeVars.hs, dist/build/GHC/Util/FreeVars.o, dist/build/GHC/Util/FreeVars.dyn_o )
[ 8 of 62] Compiling GHC.Util.HsDecl ( src/GHC/Util/HsDecl.hs, dist/build/GHC/Util/HsDecl.o, dist/build/GHC/Util/HsDecl.dyn_o )
[ 9 of 62] Compiling GHC.Util.Scope ( src/GHC/Util/Scope.hs, dist/build/GHC/Util/Scope.o, dist/build/GHC/Util/Scope.dyn_o )
[10 of 62] Compiling GHC.Util.SrcLoc ( src/GHC/Util/SrcLoc.hs, dist/build/GHC/Util/SrcLoc.o, dist/build/GHC/Util/SrcLoc.dyn_o )
[11 of 62] Compiling GHC.Util.View ( src/GHC/Util/View.hs, dist/build/GHC/Util/View.o, dist/build/GHC/Util/View.dyn_o )
[12 of 62] Compiling HsColour ( src/HsColour.hs, dist/build/HsColour.o, dist/build/HsColour.dyn_o )
[13 of 62] Compiling Parallel ( src/Parallel.hs, dist/build/Parallel.o, dist/build/Parallel.dyn_o )
[14 of 62] Compiling Paths_hlint ( dist/build/autogen/Paths_hlint.hs, dist/build/Paths_hlint.o, dist/build/Paths_hlint.dyn_o )
[15 of 62] Compiling Refact ( src/Refact.hs, dist/build/Refact.o, dist/build/Refact.dyn_o )
[16 of 62] Compiling GHC.Util.HsExpr ( src/GHC/Util/HsExpr.hs, dist/build/GHC/Util/HsExpr.o, dist/build/GHC/Util/HsExpr.dyn_o )
[17 of 62] Compiling Timing ( src/Timing.hs, dist/build/Timing.o, dist/build/Timing.dyn_o )
[18 of 62] Compiling Util ( src/Util.hs, dist/build/Util.o, dist/build/Util.dyn_o )
[19 of 62] Compiling GHC.Util.Unify ( src/GHC/Util/Unify.hs, dist/build/GHC/Util/Unify.o, dist/build/GHC/Util/Unify.dyn_o )
[20 of 62] Compiling GHC.Util ( src/GHC/Util.hs, dist/build/GHC/Util.o, dist/build/GHC/Util.dyn_o )
[21 of 62] Compiling Config.Type ( src/Config/Type.hs, dist/build/Config/Type.o, dist/build/Config/Type.dyn_o )
[22 of 62] Compiling Idea ( src/Idea.hs, dist/build/Idea.o, dist/build/Idea.dyn_o )
[23 of 62] Compiling Test.Util ( src/Test/Util.hs, dist/build/Test/Util.o, dist/build/Test/Util.dyn_o )
[24 of 62] Compiling Test.InputOutput ( src/Test/InputOutput.hs, dist/build/Test/InputOutput.o, dist/build/Test/InputOutput.dyn_o )
[25 of 62] Compiling SARIF ( src/SARIF.hs, dist/build/SARIF.o, dist/build/SARIF.dyn_o )
[26 of 62] Compiling Report ( src/Report.hs, dist/build/Report.o, dist/build/Report.dyn_o )
[27 of 62] Compiling CC ( src/CC.hs, dist/build/CC.o, dist/build/CC.dyn_o )
[28 of 62] Compiling GHC.All ( src/GHC/All.hs, dist/build/GHC/All.o, dist/build/GHC/All.dyn_o )
[29 of 62] Compiling Hint.Type ( src/Hint/Type.hs, dist/build/Hint/Type.o, dist/build/Hint/Type.dyn_o )
[30 of 62] Compiling Hint.Unsafe ( src/Hint/Unsafe.hs, dist/build/Hint/Unsafe.o, dist/build/Hint/Unsafe.dyn_o )
[31 of 62] Compiling Hint.Smell ( src/Hint/Smell.hs, dist/build/Hint/Smell.o, dist/build/Hint/Smell.dyn_o )
[32 of 62] Compiling Hint.Restrict ( src/Hint/Restrict.hs, dist/build/Hint/Restrict.o, dist/build/Hint/Restrict.dyn_o )
[33 of 62] Compiling Hint.Pragma ( src/Hint/Pragma.hs, dist/build/Hint/Pragma.o, dist/build/Hint/Pragma.dyn_o )
[34 of 62] Compiling Hint.Pattern ( src/Hint/Pattern.hs, dist/build/Hint/Pattern.o, dist/build/Hint/Pattern.dyn_o )
[35 of 62] Compiling Hint.NumLiteral ( src/Hint/NumLiteral.hs, dist/build/Hint/NumLiteral.o, dist/build/Hint/NumLiteral.dyn_o )
[36 of 62] Compiling Hint.NewType ( src/Hint/NewType.hs, dist/build/Hint/NewType.o, dist/build/Hint/NewType.dyn_o )
[37 of 62] Compiling Hint.Negation ( src/Hint/Negation.hs, dist/build/Hint/Negation.o, dist/build/Hint/Negation.dyn_o )
[38 of 62] Compiling Hint.Naming ( src/Hint/Naming.hs, dist/build/Hint/Naming.o, dist/build/Hint/Naming.dyn_o )
[39 of 62] Compiling Hint.Monad ( src/Hint/Monad.hs, dist/build/Hint/Monad.o, dist/build/Hint/Monad.dyn_o )
[40 of 62] Compiling Hint.Match ( src/Hint/Match.hs, dist/build/Hint/Match.o, dist/build/Hint/Match.dyn_o )
[41 of 62] Compiling Hint.ListRec ( src/Hint/ListRec.hs, dist/build/Hint/ListRec.o, dist/build/Hint/ListRec.dyn_o )
[42 of 62] Compiling Hint.List ( src/Hint/List.hs, dist/build/Hint/List.o, dist/build/Hint/List.dyn_o )
[43 of 62] Compiling Hint.Lambda ( src/Hint/Lambda.hs, dist/build/Hint/Lambda.o, dist/build/Hint/Lambda.dyn_o )
[44 of 62] Compiling Hint.Import ( src/Hint/Import.hs, dist/build/Hint/Import.o, dist/build/Hint/Import.dyn_o )
[45 of 62] Compiling Hint.Fixities ( src/Hint/Fixities.hs, dist/build/Hint/Fixities.o, dist/build/Hint/Fixities.dyn_o )
[46 of 62] Compiling Hint.Extensions ( src/Hint/Extensions.hs, dist/build/Hint/Extensions.o, dist/build/Hint/Extensions.dyn_o )
[47 of 62] Compiling Hint.Export ( src/Hint/Export.hs, dist/build/Hint/Export.o, dist/build/Hint/Export.dyn_o )
[48 of 62] Compiling Hint.Duplicate ( src/Hint/Duplicate.hs, dist/build/Hint/Duplicate.o, dist/build/Hint/Duplicate.dyn_o )
[49 of 62] Compiling Hint.Comment ( src/Hint/Comment.hs, dist/build/Hint/Comment.o, dist/build/Hint/Comment.dyn_o )
[50 of 62] Compiling Hint.Bracket ( src/Hint/Bracket.hs, dist/build/Hint/Bracket.o, dist/build/Hint/Bracket.dyn_o )
[51 of 62] Compiling Hint.All ( src/Hint/All.hs, dist/build/Hint/All.o, dist/build/Hint/All.dyn_o )
[52 of 62] Compiling Config.Yaml ( src/Config/Yaml.hs, dist/build/Config/Yaml.o, dist/build/Config/Yaml.dyn_o )
[53 of 62] Compiling Config.Read ( src/Config/Read.hs, dist/build/Config/Read.o, dist/build/Config/Read.dyn_o )
[54 of 62] Compiling Config.Compute ( src/Config/Compute.hs, dist/build/Config/Compute.o, dist/build/Config/Compute.dyn_o )
[55 of 62] Compiling Config.Haskell ( src/Config/Haskell.hs, dist/build/Config/Haskell.o, dist/build/Config/Haskell.dyn_o )
[56 of 62] Compiling CmdLine ( src/CmdLine.hs, dist/build/CmdLine.o, dist/build/CmdLine.dyn_o )
[57 of 62] Compiling Apply ( src/Apply.hs, dist/build/Apply.o, dist/build/Apply.dyn_o )
[58 of 62] Compiling Test.Annotations ( src/Test/Annotations.hs, dist/build/Test/Annotations.o, dist/build/Test/Annotations.dyn_o )
[59 of 62] Compiling Test.All ( src/Test/All.hs, dist/build/Test/All.o, dist/build/Test/All.dyn_o )
[60 of 62] Compiling Summary ( src/Summary.hs, dist/build/Summary.o, dist/build/Summary.dyn_o )
[61 of 62] Compiling HLint ( src/HLint.hs, dist/build/HLint.o, dist/build/HLint.dyn_o )
[62 of 62] Compiling Language.Haskell.HLint ( src/Language/Haskell/HLint.hs, dist/build/Language/Haskell/HLint.o, dist/build/Language/Haskell/HLint.dyn_o )
Preprocessing executable 'hlint' for hlint-3.8..
Building executable 'hlint' for hlint-3.8..
[1 of 1] Compiling Main ( src/Main.hs, dist/build/hlint/hlint-tmp/Main.o )
[2 of 2] Linking dist/build/hlint/hlint
Preprocessing library for hlint-3.8..
Running Haddock on library for hlint-3.8..
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: libyaml-clib-0.2.5
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 62] Compiling EmbedData ( src/EmbedData.hs, nothing )
[ 2 of 62] Compiling Extension ( src/Extension.hs, nothing )
[ 3 of 62] Compiling Fixity ( src/Fixity.hs, nothing )
[ 4 of 62] Compiling GHC.Util.ApiAnnotation ( src/GHC/Util/ApiAnnotation.hs, nothing )
[ 5 of 62] Compiling GHC.Util.Brackets ( src/GHC/Util/Brackets.hs, nothing )
[ 6 of 62] Compiling GHC.Util.DynFlags ( src/GHC/Util/DynFlags.hs, nothing )
[ 7 of 62] Compiling GHC.Util.FreeVars ( src/GHC/Util/FreeVars.hs, nothing )
[ 8 of 62] Compiling GHC.Util.HsDecl ( src/GHC/Util/HsDecl.hs, nothing )
[ 9 of 62] Compiling GHC.Util.Scope ( src/GHC/Util/Scope.hs, nothing )
[10 of 62] Compiling GHC.Util.SrcLoc ( src/GHC/Util/SrcLoc.hs, nothing )
[11 of 62] Compiling GHC.Util.View ( src/GHC/Util/View.hs, nothing )
[12 of 62] Compiling HsColour ( src/HsColour.hs, nothing )
[13 of 62] Compiling Parallel ( src/Parallel.hs, nothing )
[14 of 62] Compiling Paths_hlint ( dist/build/autogen/Paths_hlint.hs, nothing )
[15 of 62] Compiling Refact ( src/Refact.hs, nothing )
[16 of 62] Compiling GHC.Util.HsExpr ( src/GHC/Util/HsExpr.hs, nothing )
[17 of 62] Compiling Timing ( src/Timing.hs, nothing )
[18 of 62] Compiling Util ( src/Util.hs, nothing )
[19 of 62] Compiling GHC.Util.Unify ( src/GHC/Util/Unify.hs, nothing )
[20 of 62] Compiling GHC.Util ( src/GHC/Util.hs, nothing )
[21 of 62] Compiling Config.Type ( src/Config/Type.hs, nothing )
[22 of 62] Compiling Idea ( src/Idea.hs, nothing )
[23 of 62] Compiling Test.Util ( src/Test/Util.hs, nothing )
[24 of 62] Compiling Test.InputOutput ( src/Test/InputOutput.hs, nothing )
[25 of 62] Compiling SARIF ( src/SARIF.hs, nothing )
[26 of 62] Compiling Report ( src/Report.hs, nothing )
[27 of 62] Compiling CC ( src/CC.hs, nothing )
[28 of 62] Compiling GHC.All ( src/GHC/All.hs, nothing )
[29 of 62] Compiling Hint.Type ( src/Hint/Type.hs, nothing )
[30 of 62] Compiling Hint.Unsafe ( src/Hint/Unsafe.hs, nothing )
[31 of 62] Compiling Hint.Smell ( src/Hint/Smell.hs, nothing )
[32 of 62] Compiling Hint.Restrict ( src/Hint/Restrict.hs, nothing )
[33 of 62] Compiling Hint.Pragma ( src/Hint/Pragma.hs, nothing )
[34 of 62] Compiling Hint.Pattern ( src/Hint/Pattern.hs, nothing )
[35 of 62] Compiling Hint.NumLiteral ( src/Hint/NumLiteral.hs, nothing )
[36 of 62] Compiling Hint.NewType ( src/Hint/NewType.hs, nothing )
[37 of 62] Compiling Hint.Negation ( src/Hint/Negation.hs, nothing )
[38 of 62] Compiling Hint.Naming ( src/Hint/Naming.hs, nothing )
[39 of 62] Compiling Hint.Monad ( src/Hint/Monad.hs, nothing )
[40 of 62] Compiling Hint.Match ( src/Hint/Match.hs, nothing )
[41 of 62] Compiling Hint.ListRec ( src/Hint/ListRec.hs, nothing )
[42 of 62] Compiling Hint.List ( src/Hint/List.hs, nothing )
[43 of 62] Compiling Hint.Lambda ( src/Hint/Lambda.hs, nothing )
[44 of 62] Compiling Hint.Import ( src/Hint/Import.hs, nothing )
[45 of 62] Compiling Hint.Fixities ( src/Hint/Fixities.hs, nothing )
[46 of 62] Compiling Hint.Extensions ( src/Hint/Extensions.hs, nothing )
[47 of 62] Compiling Hint.Export ( src/Hint/Export.hs, nothing )
[48 of 62] Compiling Hint.Duplicate ( src/Hint/Duplicate.hs, nothing )
[49 of 62] Compiling Hint.Comment ( src/Hint/Comment.hs, nothing )
[50 of 62] Compiling Hint.Bracket ( src/Hint/Bracket.hs, nothing )
[51 of 62] Compiling Hint.All ( src/Hint/All.hs, nothing )
[52 of 62] Compiling Config.Yaml ( src/Config/Yaml.hs, nothing )
[53 of 62] Compiling Config.Read ( src/Config/Read.hs, nothing )
[54 of 62] Compiling Config.Compute ( src/Config/Compute.hs, nothing )
[55 of 62] Compiling Config.Haskell ( src/Config/Haskell.hs, nothing )
[56 of 62] Compiling CmdLine ( src/CmdLine.hs, nothing )
[57 of 62] Compiling Apply ( src/Apply.hs, nothing )
[58 of 62] Compiling Test.Annotations ( src/Test/Annotations.hs, nothing )
[59 of 62] Compiling Test.All ( src/Test/All.hs, nothing )
[60 of 62] Compiling Summary ( src/Summary.hs, nothing )
[61 of 62] Compiling HLint ( src/HLint.hs, nothing )
[62 of 62] Compiling Language.Haskell.HLint ( src/Language/Haskell/HLint.hs, nothing )
Haddock coverage:
Warning: 'EpAnn' is ambiguous. It is defined
* in GHC.Parser.Annotation
* in GHC.Parser.Annotation
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.Parser.Annotation
Warning: 'e' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'HsExtendInstances' is ambiguous. It is defined
* in Language.Haskell.GhclibParserEx.GHC.Hs.ExtendInstances
* in Language.Haskell.GhclibParserEx.GHC.Hs.ExtendInstances
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.GhclibParserEx.GHC.Hs.ExtendInstances
Warning: 'Idea' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ideaDecl' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ideaModule' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ideaHint' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Hint' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Idea' is ambiguous. It is defined
* at src/Idea.hs:26:13
* at src/Idea.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/Idea.hs:26:1
Warning: 'Idea' is ambiguous. It is defined
* at src/Idea.hs:26:13
* at src/Idea.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/Idea.hs:26:1
Warning: 'Idea' is ambiguous. It is defined
* at src/Idea.hs:26:13
* at src/Idea.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/Idea.hs:26:1
Warning: 'Issue' is ambiguous. It is defined
* at src/CC.hs:26:14
* at src/CC.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/CC.hs:26:1
Warning: 'NoCpp' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ParseFlags' is ambiguous. It is defined
* at src/GHC/All.hs:50:19
* at src/GHC/All.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/GHC/All.hs:50:1
Warning: 'ModuleEx' is ambiguous. It is defined
* at src/GHC/All.hs:89:20
* at src/GHC/All.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/GHC/All.hs:89:1
Warning: 'Idea' is ambiguous. It is defined
* at src/Idea.hs:26:13
* at src/Idea.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/Idea.hs:26:1
Warning: 'Decl' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'HsSrcBang' is ambiguous. It is defined
* in GHC.Core.DataCon
* in GHC.Core.DataCon
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.Core.DataCon
Warning: 'f' 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: 'HintRule' is ambiguous. It is defined
* at src/Config/Type.hs:108:17
* at src/Config/Type.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/Config/Type.hs:108:1
Warning: 'Hint' is ambiguous. It is defined
* at src/Hint/Type.hs:22:13
* at src/Hint/Type.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/Hint/Type.hs:22:1
Warning: 'refactor' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Hint' is ambiguous. It is defined
* at src/Hint/Type.hs:22:13
* at src/Hint/Type.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/Hint/Type.hs:22:1
Warning: 'Idea' is ambiguous. It is defined
* at src/Idea.hs:26:13
* at src/Idea.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/Idea.hs:26:1
Warning: 'ParseFlags' is ambiguous. It is defined
* at src/GHC/All.hs:50:19
* at src/GHC/All.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/GHC/All.hs:50:1
Warning: 'Classify' is ambiguous. It is defined
* at src/Config/Type.hs:97:17
* at src/Config/Type.hs:97:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Config/Type.hs:97:1
Warning: 'Hint' is ambiguous. It is defined
* at src/Hint/Type.hs:22:13
* at src/Hint/Type.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/Hint/Type.hs:22:1
Warning: 'resolveHints' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Idea' is ambiguous. It is defined
* at src/Idea.hs:26:13
* at src/Idea.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/Idea.hs:26:1
96% ( 30 / 31) in 'Language.Haskell.HLint'
Missing documentation for:
createModuleExWithFixities (src/GHC/All.hs:163)
Warning: Language.Haskell.HLint: could not find link destinations for:
- Config.Type.Rep_Severity
Documentation created: dist/doc/html/hlint/, dist/doc/html/hlint/hlint.txt
Preprocessing executable 'hlint' for hlint-3.8..
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/hlint-3.8-6IAqWCvxtzEGsqy7bQppiy
Installing executable hlint 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 hlint-3.8
Downloading ihaskell-0.13.0.0
Downloaded ihaskell-0.13.0.0
Configuring ihaskell-0.13.0.0...
Preprocessing library for ihaskell-0.13.0.0..
Building library for ihaskell-0.13.0.0..
[ 1 of 26] Compiling IHaskell.CSS ( src/IHaskell/CSS.hs, dist/build/IHaskell/CSS.o, dist/build/IHaskell/CSS.dyn_o )
[ 2 of 26] Compiling IHaskellPrelude ( src/IHaskellPrelude.hs, dist/build/IHaskellPrelude.o, dist/build/IHaskellPrelude.dyn_o )
src/IHaskellPrelude.hs:118:21: 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."
|
118 | headMay = wrapEmpty head
| ^^^^
src/IHaskellPrelude.hs:121:21: 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."
|
121 | tailMay = wrapEmpty tail
| ^^^^
[ 3 of 26] Compiling IHaskell.Types ( src/IHaskell/Types.hs, dist/build/IHaskell/Types.o, dist/build/IHaskell/Types.dyn_o )
src/IHaskell/Types.hs:48:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Function is redundant
except perhaps to import instances from Data.Function
To import instances alone, use: import Data.Function()
|
48 | import Data.Function (on)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 4 of 26] Compiling IHaskell.IPython.Stdin ( src/IHaskell/IPython/Stdin.hs, dist/build/IHaskell/IPython/Stdin.o, dist/build/IHaskell/IPython/Stdin.dyn_o )
src/IHaskell/IPython/Stdin.hs:31: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()
|
31 | import Control.Applicative ((<$>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/IHaskell/IPython/Stdin.hs:75:11: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type Handle not matched: DuplexHandle _ _ _
|
75 | let FileHandle _ mvar = stdin
| ^^^^^^^^^^^^^^^^^^^^^^^^^
[ 5 of 26] Compiling IHaskell.Flags ( src/IHaskell/Flags.hs, dist/build/IHaskell/Flags.o, dist/build/IHaskell/Flags.dyn_o )
src/IHaskell/Flags.hs:84:11: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type ([String], [String]) not matched: (_, [])
|
84 | let (start, first:end) = splitAt idx flags
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 6 of 26] Compiling IHaskell.Eval.ParseShell ( src/IHaskell/Eval/ParseShell.hs, dist/build/IHaskell/Eval/ParseShell.o, dist/build/IHaskell/Eval/ParseShell.dyn_o )
[ 7 of 26] Compiling IHaskell.Convert.LhsToIpynb ( src/IHaskell/Convert/LhsToIpynb.hs, dist/build/IHaskell/Convert/LhsToIpynb.o, dist/build/IHaskell/Convert/LhsToIpynb.dyn_o )
src/IHaskell/Convert/LhsToIpynb.hs:7:1: warning: [GHC-66111] [-Wunused-imports]
The qualified import of Data.Text is redundant
except perhaps to import instances from Data.Text
To import instances alone, use: import Data.Text()
|
7 | import qualified Data.Text as T
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/IHaskell/Convert/LhsToIpynb.hs:19:1: warning: [GHC-66111] [-Wunused-imports]
The qualified import of Data.Aeson.KeyMap is redundant
except perhaps to import instances from Data.Aeson.KeyMap
To import instances alone, use: import Data.Aeson.KeyMap()
|
19 | import qualified Data.Aeson.KeyMap as KeyMap
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 8 of 26] Compiling IHaskell.Convert.IpynbToLhs ( src/IHaskell/Convert/IpynbToLhs.hs, dist/build/IHaskell/Convert/IpynbToLhs.o, dist/build/IHaskell/Convert/IpynbToLhs.dyn_o )
src/IHaskell/Convert/IpynbToLhs.hs:33:58: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a lambda abstraction:
Patterns of type Value not matched:
Array _
String _
aeson-2.2.3.0-9n2w8nqVcGrLltjAw6OkWr:Data.Aeson.Types.Internal.Number
_
aeson-2.2.3.0-9n2w8nqVcGrLltjAw6OkWr:Data.Aeson.Types.Internal.Bool
_
...
|
33 | LTIO.writeFile to $ LT.unlines $ V.toList $ V.map (\(Object y) -> convCell sty y) cells
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/IHaskell/Convert/IpynbToLhs.hs:48:1: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type Maybe LT.Text not matched:
Nothing
Nothing
Nothing
Nothing
...
|
48 | convCell _sty object
| ^^^^^^^^^^^^^^^^^^^^...
src/IHaskell/Convert/IpynbToLhs.hs:48:1: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type Maybe LT.Text not matched: Nothing
|
48 | convCell _sty object
| ^^^^^^^^^^^^^^^^^^^^...
[ 9 of 26] Compiling IHaskell.Convert.Args ( src/IHaskell/Convert/Args.hs, dist/build/IHaskell/Convert/Args.o, dist/build/IHaskell/Convert/Args.dyn_o )
[10 of 26] Compiling IHaskell.Convert ( src/IHaskell/Convert.hs, dist/build/IHaskell/Convert.o, dist/build/IHaskell/Convert.dyn_o )
[11 of 26] Compiling IHaskell.BrokenPackages ( src/IHaskell/BrokenPackages.hs, dist/build/IHaskell/BrokenPackages.o, dist/build/IHaskell/BrokenPackages.dyn_o )
[12 of 26] Compiling Paths_ihaskell ( dist/build/autogen/Paths_ihaskell.hs, dist/build/Paths_ihaskell.o, dist/build/Paths_ihaskell.dyn_o )
[13 of 26] Compiling StringUtils ( src/StringUtils.hs, dist/build/StringUtils.o, dist/build/StringUtils.dyn_o )
src/StringUtils.hs:36:3: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type [[Char]] not matched:
[]
[_]
|
36 | (head:_:tail) = Split.split (Split.onSublist delim) str
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[14 of 26] Compiling IHaskell.IPython ( src/IHaskell/IPython.hs, dist/build/IHaskell/IPython.o, dist/build/IHaskell/IPython.dyn_o )
[15 of 26] Compiling IHaskell.Eval.Util ( src/IHaskell/Eval/Util.hs, dist/build/IHaskell/Eval/Util.o, dist/build/IHaskell/Eval/Util.dyn_o )
src/IHaskell/Eval/Util.hs:44:1: warning: [GHC-66111] [-Wunused-imports]
The import of GHC.Driver.CmdLine is redundant
except perhaps to import instances from GHC.Driver.CmdLine
To import instances alone, use: import GHC.Driver.CmdLine()
|
44 | import GHC.Driver.CmdLine
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/IHaskell/Eval/Util.hs:59:1: warning: [GHC-66111] [-Wunused-imports]
The import of GHC.Runtime.Loader is redundant
except perhaps to import instances from GHC.Runtime.Loader
To import instances alone, use: import GHC.Runtime.Loader()
|
59 | import GHC.Runtime.Loader
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[16 of 26] Compiling IHaskell.Eval.Parser ( src/IHaskell/Eval/Parser.hs, dist/build/IHaskell/Eval/Parser.o, dist/build/IHaskell/Eval/Parser.dyn_o )
src/IHaskell/Eval/Parser.hs:216:32: 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."
|
216 | if signatureOrDecl $ unloc $ head blocks
| ^^^^
src/IHaskell/Eval/Parser.hs:218:10: 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."
|
218 | else head blocks : joinFunctions (tail blocks)
| ^^^^
src/IHaskell/Eval/Parser.hs:218:39: 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."
|
218 | else head blocks : joinFunctions (tail blocks)
| ^^^^
src/IHaskell/Eval/Parser.hs:222:19: 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."
|
222 | lnum = line $ head decls
| ^^^^
src/IHaskell/Eval/Parser.hs:261:13: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type [String] not matched:
[]
[]
|
261 | _:restLine = words directive
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/IHaskell/Eval/Parser.hs:272:29: 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."
|
272 | dir:_ -> dir `elem` tail (inits dirname)
| ^^^^
[17 of 26] Compiling IHaskell.Eval.Hoogle ( src/IHaskell/Eval/Hoogle.hs, dist/build/IHaskell/Eval/Hoogle.o, dist/build/IHaskell/Eval/Hoogle.dyn_o )
src/IHaskell/Eval/Hoogle.hs:195:11: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type [String] not matched:
[]
[_]
(_:_:_:_)
|
195 | let [name, args] = splitFirst "::" string
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[18 of 26] Compiling IHaskell.Display ( src/IHaskell/Display.hs, dist/build/IHaskell/Display.o, dist/build/IHaskell/Display.dyn_o )
[19 of 26] Compiling IHaskell.Publish ( src/IHaskell/Publish.hs, dist/build/IHaskell/Publish.o, dist/build/IHaskell/Publish.dyn_o )
[20 of 26] Compiling IHaskell.Eval.Widgets ( src/IHaskell/Eval/Widgets.hs, dist/build/IHaskell/Eval/Widgets.o, dist/build/IHaskell/Eval/Widgets.dyn_o )
[21 of 26] Compiling IHaskell.Eval.Lint ( src/IHaskell/Eval/Lint.hs, dist/build/IHaskell/Eval/Lint.o, dist/build/IHaskell/Eval/Lint.dyn_o )
src/IHaskell/Eval/Lint.hs:8:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Maybe is redundant
except perhaps to import instances from Data.Maybe
To import instances alone, use: import Data.Maybe()
|
8 | import Data.Maybe (mapMaybe)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[22 of 26] Compiling IHaskell.Eval.Evaluate.HTML ( src/IHaskell/Eval/Evaluate/HTML.hs, dist/build/IHaskell/Eval/Evaluate/HTML.o, dist/build/IHaskell/Eval/Evaluate/HTML.dyn_o )
src/IHaskell/Eval/Evaluate/HTML.hs:35:60: 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."
|
35 | getLines xs = (curLine <> [spaceBoundary]) : getLines (L.tail rest)
| ^^^^^^
[23 of 26] Compiling IHaskell.Eval.Evaluate ( src/IHaskell/Eval/Evaluate.hs, dist/build/IHaskell/Eval/Evaluate.o, dist/build/IHaskell/Eval/Evaluate.dyn_o )
src/IHaskell/Eval/Evaluate.hs:732:7: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding: Patterns of type String not matched: []
|
732 | let stripped@(firstChar:remainder) = mods
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/IHaskell/Eval/Evaluate.hs:1094:9: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type Display not matched: ManyDisplay _
|
1094 | Display disps = evalResult evalOut
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/IHaskell/Eval/Evaluate.hs:1115:40: 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."
|
1115 | after = init $ unwords $ tail $ dropWhile (/= "(Show") before
| ^^^^
src/IHaskell/Eval/Evaluate.hs:1119:34: 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."
|
1119 | then init $ tail after
| ^^^^
src/IHaskell/Eval/Evaluate.hs:1126:46: 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."
|
1126 | let nonDataNames = filter (not . isUpper . head) boundNames
| ^^^^
[24 of 26] Compiling IHaskell.Eval.Inspect ( src/IHaskell/Eval/Inspect.hs, dist/build/IHaskell/Eval/Inspect.o, dist/build/IHaskell/Eval/Inspect.dyn_o )
[25 of 26] Compiling IHaskell.Eval.Info ( src/IHaskell/Eval/Info.hs, dist/build/IHaskell/Eval/Info.o, dist/build/IHaskell/Eval/Info.dyn_o )
[26 of 26] Compiling IHaskell.Eval.Completion ( src/IHaskell/Eval/Completion.hs, dist/build/IHaskell/Eval/Completion.o, dist/build/IHaskell/Eval/Completion.dyn_o )
Preprocessing executable 'ihaskell' for ihaskell-0.13.0.0..
Building executable 'ihaskell' for ihaskell-0.13.0.0..
[1 of 2] Compiling Paths_ihaskell ( dist/build/ihaskell/autogen/Paths_ihaskell.hs, dist/build/ihaskell/ihaskell-tmp/Paths_ihaskell.o )
[2 of 2] Compiling Main ( main/Main.hs, dist/build/ihaskell/ihaskell-tmp/Main.o )
[3 of 3] Linking dist/build/ihaskell/ihaskell
Preprocessing library for ihaskell-0.13.0.0..
Running Haddock on library for ihaskell-0.13.0.0..
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: libyaml-clib-0.2.5
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 26] Compiling IHaskell.CSS ( src/IHaskell/CSS.hs, nothing )
[ 2 of 26] Compiling IHaskellPrelude ( src/IHaskellPrelude.hs, nothing )
src/IHaskellPrelude.hs:118:21: 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."
|
118 | headMay = wrapEmpty head
| ^^^^
src/IHaskellPrelude.hs:121:21: 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."
|
121 | tailMay = wrapEmpty tail
| ^^^^
[ 3 of 26] Compiling IHaskell.Types ( src/IHaskell/Types.hs, nothing )
src/IHaskell/Types.hs:48:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Function is redundant
except perhaps to import instances from Data.Function
To import instances alone, use: import Data.Function()
|
48 | import Data.Function (on)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 4 of 26] Compiling IHaskell.IPython.Stdin ( src/IHaskell/IPython/Stdin.hs, nothing )
src/IHaskell/IPython/Stdin.hs:31: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()
|
31 | import Control.Applicative ((<$>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 5 of 26] Compiling IHaskell.Flags ( src/IHaskell/Flags.hs, nothing )
[ 6 of 26] Compiling IHaskell.Eval.ParseShell ( src/IHaskell/Eval/ParseShell.hs, nothing )
[ 7 of 26] Compiling IHaskell.Convert.LhsToIpynb ( src/IHaskell/Convert/LhsToIpynb.hs, nothing )
src/IHaskell/Convert/LhsToIpynb.hs:7:1: warning: [GHC-66111] [-Wunused-imports]
The qualified import of Data.Text is redundant
except perhaps to import instances from Data.Text
To import instances alone, use: import Data.Text()
|
7 | import qualified Data.Text as T
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/IHaskell/Convert/LhsToIpynb.hs:19:1: warning: [GHC-66111] [-Wunused-imports]
The qualified import of Data.Aeson.KeyMap is redundant
except perhaps to import instances from Data.Aeson.KeyMap
To import instances alone, use: import Data.Aeson.KeyMap()
|
19 | import qualified Data.Aeson.KeyMap as KeyMap
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 8 of 26] Compiling IHaskell.Convert.IpynbToLhs ( src/IHaskell/Convert/IpynbToLhs.hs, nothing )
[ 9 of 26] Compiling IHaskell.Convert.Args ( src/IHaskell/Convert/Args.hs, nothing )
[10 of 26] Compiling IHaskell.Convert ( src/IHaskell/Convert.hs, nothing )
[11 of 26] Compiling IHaskell.BrokenPackages ( src/IHaskell/BrokenPackages.hs, nothing )
[12 of 26] Compiling Paths_ihaskell ( dist/build/autogen/Paths_ihaskell.hs, nothing )
[13 of 26] Compiling StringUtils ( src/StringUtils.hs, nothing )
[14 of 26] Compiling IHaskell.IPython ( src/IHaskell/IPython.hs, nothing )
[15 of 26] Compiling IHaskell.Eval.Util ( src/IHaskell/Eval/Util.hs, nothing )
src/IHaskell/Eval/Util.hs:44:1: warning: [GHC-66111] [-Wunused-imports]
The import of GHC.Driver.CmdLine is redundant
except perhaps to import instances from GHC.Driver.CmdLine
To import instances alone, use: import GHC.Driver.CmdLine()
|
44 | import GHC.Driver.CmdLine
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/IHaskell/Eval/Util.hs:59:1: warning: [GHC-66111] [-Wunused-imports]
The import of GHC.Runtime.Loader is redundant
except perhaps to import instances from GHC.Runtime.Loader
To import instances alone, use: import GHC.Runtime.Loader()
|
59 | import GHC.Runtime.Loader
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[16 of 26] Compiling IHaskell.Eval.Parser ( src/IHaskell/Eval/Parser.hs, nothing )
src/IHaskell/Eval/Parser.hs:216:32: 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."
|
216 | if signatureOrDecl $ unloc $ head blocks
| ^^^^
src/IHaskell/Eval/Parser.hs:218:10: 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."
|
218 | else head blocks : joinFunctions (tail blocks)
| ^^^^
src/IHaskell/Eval/Parser.hs:218:39: 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."
|
218 | else head blocks : joinFunctions (tail blocks)
| ^^^^
src/IHaskell/Eval/Parser.hs:222:19: 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."
|
222 | lnum = line $ head decls
| ^^^^
src/IHaskell/Eval/Parser.hs:272:29: 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."
|
272 | dir:_ -> dir `elem` tail (inits dirname)
| ^^^^
[17 of 26] Compiling IHaskell.Eval.Hoogle ( src/IHaskell/Eval/Hoogle.hs, nothing )
[18 of 26] Compiling IHaskell.Display ( src/IHaskell/Display.hs, nothing )
[19 of 26] Compiling IHaskell.Publish ( src/IHaskell/Publish.hs, nothing )
[20 of 26] Compiling IHaskell.Eval.Widgets ( src/IHaskell/Eval/Widgets.hs, nothing )
[21 of 26] Compiling IHaskell.Eval.Lint ( src/IHaskell/Eval/Lint.hs, nothing )
src/IHaskell/Eval/Lint.hs:8:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Maybe is redundant
except perhaps to import instances from Data.Maybe
To import instances alone, use: import Data.Maybe()
|
8 | import Data.Maybe (mapMaybe)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[22 of 26] Compiling IHaskell.Eval.Evaluate.HTML ( src/IHaskell/Eval/Evaluate/HTML.hs, nothing )
src/IHaskell/Eval/Evaluate/HTML.hs:35:60: 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."
|
35 | getLines xs = (curLine <> [spaceBoundary]) : getLines (L.tail rest)
| ^^^^^^
[23 of 26] Compiling IHaskell.Eval.Evaluate ( src/IHaskell/Eval/Evaluate.hs, nothing )
src/IHaskell/Eval/Evaluate.hs:1115:40: 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."
|
1115 | after = init $ unwords $ tail $ dropWhile (/= "(Show") before
| ^^^^
src/IHaskell/Eval/Evaluate.hs:1119:34: 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."
|
1119 | then init $ tail after
| ^^^^
src/IHaskell/Eval/Evaluate.hs:1126:46: 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."
|
1126 | let nonDataNames = filter (not . isUpper . head) boundNames
| ^^^^
[24 of 26] Compiling IHaskell.Eval.Inspect ( src/IHaskell/Eval/Inspect.hs, nothing )
[25 of 26] Compiling IHaskell.Eval.Info ( src/IHaskell/Eval/Info.hs, nothing )
[26 of 26] Compiling IHaskell.Eval.Completion ( src/IHaskell/Eval/Completion.hs, nothing )
Haddock coverage:
0% ( 0 / 2) in 'IHaskell.CSS'
Missing documentation for:
Module header
ihaskellCSS (src/IHaskell/CSS.hs:9)
Warning: IHaskellPrelude: Could not find documentation for exported module: IHaskellPrelude
77% (1318 /1703) in 'IHaskellPrelude'
Missing documentation for:
Module header
putStrLn (src/IHaskellPrelude.hs:151)
print (src/IHaskellPrelude.hs:160)
putChar (src/IHaskellPrelude.hs:157)
putStr (src/IHaskellPrelude.hs:154)
headMay (src/IHaskellPrelude.hs:118)
lastMay (src/IHaskellPrelude.hs:124)
maximumMay (src/IHaskellPrelude.hs:130)
maximumByMay (src/IHaskellPrelude.hs:140)
minimumMay (src/IHaskellPrelude.hs:133)
minimumByMay (src/IHaskellPrelude.hs:144)
tailMay (src/IHaskellPrelude.hs:121)
initMay (src/IHaskellPrelude.hs:127)
LByteString (src/IHaskellPrelude.hs:113)
LText (src/IHaskellPrelude.hs:115)
wrapEmpty (src/IHaskellPrelude.hs:136)
readMay (src/IHaskellPrelude.hs:148)
nonEmptyToList (src/IHaskellPrelude.hs:163)
Array#
SmallArray#
Char#
Double#
Float#
Int#
Int8#
Int16#
Int32#
Int64#
Weak#
MutableArray#
SmallMutableArray#
TVar#
StablePtr#
StableName#
Compact#
Word#
Word8#
Word16#
Word32#
Word64#
TYPE
CONSTRAINT
WordBox
IntBox
FloatBox
DoubleBox
Bool
Multiplicity
TypeLitSort
TyCon
TrName
modInt#
divInt#
returnIO
bindIO
thenIO
prefetchValue0#
prefetchAddr0#
prefetchMutableByteArray0#
prefetchByteArray0#
prefetchValue1#
prefetchAddr1#
prefetchMutableByteArray1#
prefetchByteArray1#
prefetchValue2#
prefetchAddr2#
prefetchMutableByteArray2#
prefetchByteArray2#
prefetchValue3#
prefetchAddr3#
prefetchMutableByteArray3#
prefetchByteArray3#
getCCSOf#
getApStackVal#
tagToEnum#
getSpark#
seq#
spark#
par#
stableNameToInt#
makeStableName#
eqStablePtr#
deRefStablePtr#
makeStablePtr#
touch#
deRefWeak#
mkWeakNoFinalizer#
noDuplicate#
isCurrentThreadBound#
myThreadId#
yield#
killThread#
forkOn#
fork#
catchSTM#
catchRetry#
retry#
atomically#
getMaskingState#
raiseIO#
leAddr#
ltAddr#
neAddr#
eqAddr#
geAddr#
gtAddr#
plusAddr#
float2Double#
powerFloat#
atanhFloat#
acoshFloat#
asinhFloat#
tanhFloat#
coshFloat#
sinhFloat#
atanFloat#
tanFloat#
cosFloat#
sinFloat#
sqrtFloat#
expm1Float#
expFloat#
fabsFloat#
negateFloat#
timesFloat#
minusFloat#
plusFloat#
leFloat#
ltFloat#
neFloat#
eqFloat#
geFloat#
gtFloat#
atanhDouble#
acoshDouble#
asinhDouble#
tanhDouble#
coshDouble#
sinhDouble#
atanDouble#
tanDouble#
cosDouble#
sinDouble#
sqrtDouble#
expm1Double#
expDouble#
double2Float#
fabsDouble#
negateDouble#
*##
-##
+##
<=##
<##
/=##
==##
>=##
>##
narrow32Word#
narrow16Word#
narrow8Word#
narrow32Int#
narrow16Int#
narrow8Int#
leWord#
ltWord#
neWord#
eqWord#
geWord#
gtWord#
word2Int#
not#
xor#
or#
and#
timesWord2#
timesWord#
minusWord#
plusWord#
int2Word#
chr#
<=#
<#
/=#
==#
>=#
>#
-#
+#
neWord64#
ltWord64#
leWord64#
gtWord64#
geWord64#
eqWord64#
word64ToInt64#
uncheckedShiftRL64#
uncheckedShiftL64#
not64#
xor64#
or64#
and64#
timesWord64#
subWord64#
plusWord64#
wordToWord64#
word64ToWord#
neInt64#
ltInt64#
leInt64#
gtInt64#
geInt64#
eqInt64#
int64ToWord64#
uncheckedIShiftRL64#
uncheckedIShiftRA64#
uncheckedIShiftL64#
timesInt64#
subInt64#
plusInt64#
negateInt64#
intToInt64#
int64ToInt#
neWord32#
ltWord32#
leWord32#
gtWord32#
geWord32#
eqWord32#
word32ToInt32#
uncheckedShiftRLWord32#
uncheckedShiftLWord32#
notWord32#
xorWord32#
orWord32#
andWord32#
timesWord32#
subWord32#
plusWord32#
wordToWord32#
word32ToWord#
neInt32#
ltInt32#
leInt32#
gtInt32#
geInt32#
eqInt32#
int32ToWord32#
uncheckedShiftRLInt32#
uncheckedShiftRAInt32#
uncheckedShiftLInt32#
timesInt32#
subInt32#
plusInt32#
negateInt32#
intToInt32#
int32ToInt#
neWord16#
ltWord16#
leWord16#
gtWord16#
geWord16#
eqWord16#
word16ToInt16#
uncheckedShiftRLWord16#
uncheckedShiftLWord16#
notWord16#
xorWord16#
orWord16#
andWord16#
timesWord16#
subWord16#
plusWord16#
wordToWord16#
word16ToWord#
neInt16#
ltInt16#
leInt16#
gtInt16#
geInt16#
eqInt16#
int16ToWord16#
uncheckedShiftRLInt16#
uncheckedShiftRAInt16#
uncheckedShiftLInt16#
timesInt16#
subInt16#
plusInt16#
negateInt16#
intToInt16#
int16ToInt#
neWord8#
ltWord8#
leWord8#
gtWord8#
geWord8#
eqWord8#
word8ToInt8#
uncheckedShiftRLWord8#
uncheckedShiftLWord8#
notWord8#
xorWord8#
orWord8#
andWord8#
timesWord8#
subWord8#
plusWord8#
wordToWord8#
word8ToWord#
neInt8#
ltInt8#
leInt8#
gtInt8#
geInt8#
eqInt8#
int8ToWord8#
uncheckedShiftRLInt8#
uncheckedShiftRAInt8#
uncheckedShiftLInt8#
timesInt8#
subInt8#
plusInt8#
negateInt8#
intToInt8#
int8ToInt#
ord#
leChar#
ltChar#
neChar#
eqChar#
geChar#
gtChar#
rightSection
leftSection
unpackCStringUtf8#
unpackCString#
unpackAppendCString#
unpackFoldrCString#
Void#
MultMul
unpackNBytes#
eqWord
neWord
eqChar
neChar
eqFloat
eqDouble
eqInt
neInt
gtInt
geInt
ltInt
leInt
gtWord
geWord
ltWord
leWord
Opaque
mapFB
unsafeChr
minInt
maxInt
breakpoint
breakpointCond
failIO
unIO
unpackAppendCStringUtf8#
unpackFoldrCStringUtf8#
compareInt
compareInt#
compareWord
compareWord#
divInt16#
divInt32#
divInt8#
divModInt#
divModInt16#
divModInt32#
divModInt8#
modInt16#
modInt32#
modInt8#
stdout
stderr
stdin
Warning: 'DisplayData' is ambiguous. It is defined
* in IHaskell.IPython.Types
* in IHaskell.IPython.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 IHaskell.IPython.Types
Warning: 'display_data' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'clear_output' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
69% ( 23 / 33) in 'IHaskell.Types'
Missing documentation for:
BufferPath (src/IHaskell/Types.hs:72)
MimeType
evaluationOutputs (src/IHaskell/Types.hs:298)
Height
defaultKernelState (src/IHaskell/Types.hs:199)
extractPlain
kernelOpts (src/IHaskell/Types.hs:223)
Widget (src/IHaskell/Types.hs:138)
WidgetMethod (src/IHaskell/Types.hs:272)
KernelSpec
50% ( 2 / 4) in 'IHaskell.IPython.Stdin'
Missing documentation for:
recordParentHeader (src/IHaskell/IPython/Stdin.hs:106)
recordKernelProfile (src/IHaskell/IPython/Stdin.hs:110)
22% ( 2 / 9) in 'IHaskell.Flags'
Missing documentation for:
Module header
IHaskellMode (src/IHaskell/Flags.hs:66)
Argument (src/IHaskell/Flags.hs:26)
Args (src/IHaskell/Flags.hs:23)
LhsStyle (src/IHaskell/Flags.hs:50)
NotebookFormat (src/IHaskell/Flags.hs:61)
lhsStyleBird (src/IHaskell/Flags.hs:244)
50% ( 1 / 2) in 'IHaskell.Eval.ParseShell'
Missing documentation for:
parseShell (src/IHaskell/Eval/ParseShell.hs:66)
0% ( 0 / 2) in 'IHaskell.Convert.LhsToIpynb'
Missing documentation for:
Module header
lhsToIpynb (src/IHaskell/Convert/LhsToIpynb.hs:25)
0% ( 0 / 2) in 'IHaskell.Convert.IpynbToLhs'
Missing documentation for:
Module header
ipynbToLhs (src/IHaskell/Convert/IpynbToLhs.hs:29)
75% ( 3 / 4) in 'IHaskell.Convert.Args'
Missing documentation for:
toConvertSpec (src/IHaskell/Convert/Args.hs:54)
100% ( 2 / 2) in 'IHaskell.Convert'
50% ( 1 / 2) in 'IHaskell.BrokenPackages'
Missing documentation for:
Module header
0% ( 0 / 9) in 'Paths_ihaskell'
Missing documentation for:
Module header
version (dist/build/autogen/Paths_ihaskell.hs:36)
getBinDir (dist/build/autogen/Paths_ihaskell.hs:56)
getLibDir (dist/build/autogen/Paths_ihaskell.hs:57)
getDynLibDir (dist/build/autogen/Paths_ihaskell.hs:58)
getDataDir (dist/build/autogen/Paths_ihaskell.hs:59)
getLibexecDir (dist/build/autogen/Paths_ihaskell.hs:60)
getDataFileName (dist/build/autogen/Paths_ihaskell.hs:39)
getSysconfDir (dist/build/autogen/Paths_ihaskell.hs:61)
22% ( 2 / 9) in 'IHaskell.IPython'
Missing documentation for:
replaceIPythonKernelspec (src/IHaskell/IPython.hs:115)
defaultConfFile (src/IHaskell/IPython.hs:107)
getIHaskellDir (src/IHaskell/IPython.hs:104)
getSandboxPackageConf (src/IHaskell/IPython.hs:236)
KernelSpecOptions (src/IHaskell/IPython.hs:37)
defaultKernelSpecOptions (src/IHaskell/IPython.hs:55)
installLabextension (src/IHaskell/IPython.hs:186)
Warning: 'InteractiveUI' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Prelude' 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.
90% ( 19 / 21) in 'IHaskell.Eval.Util'
Missing documentation for:
Module header
removeImport (src/IHaskell/Eval/Util.hs:493)
Warning: ':?' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
92% ( 12 / 13) in 'IHaskell.Eval.Parser'
Missing documentation for:
Module header
50% ( 4 / 8) in 'IHaskell.Eval.Hoogle'
Missing documentation for:
Module header
HoogleResult (src/IHaskell/Eval/Hoogle.hs:36)
HoogleResponse (src/IHaskell/Eval/Hoogle.hs:33)
parseResponse (src/IHaskell/Eval/Hoogle.hs:101)
Warning: 'Display' is ambiguous. It is defined
* at src/IHaskell/Types.hs:161:16
* at src/IHaskell/Types.hs:161:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/IHaskell/Types.hs:161:1
91% ( 34 / 37) in 'IHaskell.Display'
Missing documentation for:
Height
Base64 (src/IHaskell/Display.hs:76)
Widget (src/IHaskell/Types.hs:138)
50% ( 1 / 2) in 'IHaskell.Publish'
Missing documentation for:
Module header
Warning: 'display_data' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'clear_output' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
81% ( 9 / 11) in 'IHaskell.Eval.Widgets'
Missing documentation for:
Module header
widgetHandler (src/IHaskell/Eval/Widgets.hs:256)
50% ( 1 / 2) in 'IHaskell.Eval.Lint'
Missing documentation for:
Module header
0% ( 0 / 2) in 'IHaskell.Eval.Evaluate.HTML'
Missing documentation for:
Module header
htmlify (src/IHaskell/Eval/Evaluate/HTML.hs:16)
Warning: 'allowedStdin' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'needsSupportLibraries' 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.
54% ( 6 / 11) in 'IHaskell.Eval.Evaluate'
Missing documentation for:
flushWidgetMessages (src/IHaskell/Eval/Evaluate.hs:532)
Interpreter (src/IHaskell/Eval/Evaluate.hs:168)
typeCleaner (src/IHaskell/Eval/Evaluate.hs:159)
formatType (src/IHaskell/Eval/Evaluate.hs:1583)
capturedIO (src/IHaskell/Eval/Evaluate.hs:1481)
50% ( 1 / 2) in 'IHaskell.Eval.Inspect'
Missing documentation for:
inspect (src/IHaskell/Eval/Inspect.hs:47)
50% ( 1 / 2) in 'IHaskell.Eval.Info'
Missing documentation for:
info (src/IHaskell/Eval/Info.hs:24)
60% ( 3 / 5) in 'IHaskell.Eval.Completion'
Missing documentation for:
complete (src/IHaskell/Eval/Completion.hs:78)
CompletionType (src/IHaskell/Eval/Completion.hs:60)
Warning: IHaskellPrelude: could not find link destinations for:
- GHC.Prim.~#
- Data.Vector.Vector
- Data.Aeson.Types.Generic.:*
- Data.Aeson.Types.Generic.AllNullary
- Data.Aeson.Types.Generic.False
- Data.Aeson.Types.Generic.IsRecord
- Data.Aeson.Types.Generic.ProductSize
- Data.Aeson.Types.Generic.Tagged2
- Data.Aeson.Types.Generic.True
- Data.Aeson.Types.FromJSON.ConsFromJSON
- Data.Aeson.Types.FromJSON.ConstructorNames
- Data.Aeson.Types.FromJSON.GFromJSON'
- Data.Aeson.Types.FromJSON.gParseJSON
- Data.Aeson.Types.ToJSON.KeyValuePair
- Data.Aeson.Types.ToJSON.FromPairs
- Data.Aeson.Types.ToJSON.GetConName
- Data.Aeson.Types.ToJSON.gToJSON
- Data.Aeson.Types.ToJSON.writeProduct
- Data.Aeson.TH.StarKindStatus
- Data.Aeson.TH.Arity
- 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_Down
- GHC.Generics.Rep1_Tuple15
- GHC.Generics.Rep1_Tuple14
- GHC.Generics.Rep1_Tuple13
- GHC.Generics.Rep1_Tuple12
- GHC.Generics.Rep1_Tuple11
- GHC.Generics.Rep1_Tuple10
- GHC.Generics.Rep1_Tuple9
- GHC.Generics.Rep1_Tuple8
- GHC.Generics.Rep1_Tuple7
- GHC.Generics.Rep1_Tuple6
- GHC.Generics.Rep1_Tuple5
- GHC.Generics.Rep1_Tuple4
- GHC.Generics.Rep1_Tuple3
- GHC.Generics.Rep1_Tuple2
- GHC.Generics.Rep1_Solo
- GHC.Generics.Rep1_Proxy
- GHC.Generics.Rep1_Either
- GHC.Generics.Rep1_Maybe
- GHC.Generics.Rep1_NonEmpty
- GHC.Generics.Rep1_List
- GHC.Generics.Rep_Solo
- GHC.Generics.Rep_Proxy
- GHC.Generics.Rep_Bool
- GHC.Generics.Rep_NonEmpty
- GHC.Generics.Rep_List
- GHC.Generics.Rep_Void
- GHC.Generics.Rep1_Par1
- GHC.Generics.Rep1_:.:
- 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
- Data.Semigroup.Internal.Rep_Alt
- Data.Semigroup.Internal.Rep1_Alt
- Data.Semigroup.Internal.Rep1_Product
- Data.Semigroup.Internal.Rep1_Sum
- Data.Semigroup.Internal.Rep1_Dual
- Data.Monoid.Rep_Ap
- Data.Monoid.Rep1_Ap
- Data.Monoid.Rep1_Last
- Data.Monoid.Rep1_First
- GHC.IOPort.IOPort
- Data.Functor.Identity.Rep1_Identity
- Control.Arrow.Rep1_Kleisli
- Control.Applicative.Rep_ZipList
- Control.Applicative.Rep1_ZipList
- Control.Applicative.Rep1_WrappedArrow
- Control.Applicative.Rep1_WrappedMonad
- Data.Semigroup.Rep1_WrappedMonoid
- Data.Semigroup.Rep1_Last
- Data.Semigroup.Rep1_First
- Data.Semigroup.Rep1_Arg
- Data.Semigroup.Rep1_Max
- Data.Semigroup.Rep1_Min
- Data.Complex.Rep1_Complex
- Data.Functor.Compose.Rep1_Compose
- Basement.String.Encoding.UTF32.UTF32_Invalid
- Basement.String.Encoding.UTF16.UTF16_Invalid
- Basement.String.Encoding.ISO_8859_1.ISO_8859_1_Invalid
- Basement.String.Encoding.ASCII7.ASCII7_Invalid
- Data.Sequence.Internal.Rep1_ViewR
- Data.Sequence.Internal.Rep1_ViewL
- Data.Sequence.Internal.Rep1_Elem
- Data.Sequence.Internal.Rep1_Node
- Data.Sequence.Internal.Rep1_Digit
- Data.Sequence.Internal.Rep1_FingerTree
- Data.Tree.Rep1_Tree
- Data.Graph.Rep1_SCC
- Control.DeepSeq.GNFData
- GHC.Types.Unique.DFM.TaggedVal
- GHC.JS.Optimizer.BlockOpt
- GHC.JS.Make.ToSat
- GHC.Types.Name.Reader.ShadowedFieldGREs
- GHC.Types.Name.Reader.ShadowedGREs
- GHC.Core.TyCo.Compare.TypeOrdering
- GHC.Types.Demand.viewCall
- GHC.Core.FamInstEnv.NormM
- GHC.StgToJS.Apply.ApplySpec
- GHC.StgToJS.Apply.ApplyConv
- GHC.StgToJS.Expr.Branch
- GHC.Unit.State.UnitVisibility
- GHC.HsToCore.Ticks.TickDensity
- GHC.Types.Error.Codes.HasTypeQ
- GHC.Types.Error.Codes.GDiagnosticCode
- GHC.Types.Error.Codes.ConRecursInto
- GHC.Parser.PostProcess.Haddock.ColumnBound
- GHC.Cmm.CLabel.CmmLabelInfo
- GHC.CmmToLlvm.CodeGen.LlvmAccum
- GHC.CmmToAsm.BlockLayout.BlockChain
- GHC.CmmToAsm.Dwarf.Types.DwarfAbbrev
- GHC.CmmToAsm.Wasm.Asm.WasmAsmM
- GHC.Cmm.Info.Build.CAFfyLabel
- GHC.Cmm.Info.Build.SRTEntry
- GHC.Tc.Instance.Typeable.KindRepM
- GHC.Rename.Env.DisambigInfo
- GHC.Tc.Solver.Rewrite.RewriteM
- GHC.Tc.Validity.TypeOrKindCtxt
- GHC.Tc.TyCl.Utils.SynCycleM
- GHC.HsToCore.Pmc.FormatReportWarningsMode
- GHC.HsToCore.Pmc.CIRB
- GHC.Iface.Ext.Ast.ToHie
- GHC.Iface.Ext.Ast.loc
- GHC.Driver.Make.WorkerLimit
- GHC.Driver.Backpack.SessionType
- GHC.JS.Make.ToSat
- GHC.Types.Name.Reader.ShadowedFieldGREs
- GHC.Types.Name.Reader.ShadowedGREs
- GHC.Core.FamInstEnv.NormM
- GHC.Unit.State.UnitVisibility
- Config.Type.RestrictType
- Config.Type.SmellType
- Network.Socket.Info.GetAddrInfo
- System.Random.GFinite.GFinite
- System.Random.Internal.GUniform
- System.Random.Internal.guniformM
- Shelly.Base.State
- Shelly.ToFilePath
- Shelly.Pipe.ShellArg
- Shelly.Pipe.toTextArgs
- Data.Text.Internal.Encoding.PartialUtf8CodePoint
- Data.Text.Short.Internal.B
- Network.TLS.Crypto.Types.KeyExchangeSignatureAlg
- Network.TLS.Types.Cipher.CipherId
- Data.UUID.Types.Internal.Builder.ByteSource
- Data.UUID.Types.Internal.Builder./-/
- Data.UUID.Types.Internal.Builder.ByteSink
- Data.UUID.Types.Internal.Builder.Takes4Bytes
- Codec.Compression.Zlib.Stream.DictionaryHash
- Codec.Compression.Zlib.Stream.Stream
- Text.ParserCombinators.ReadP.P
- Data.Binary.Generic.GSumGet
- Data.Binary.Generic.SumSize
- Data.Binary.Generic.GSumPut
- Data.Binary.Generic.getSum
- Data.Binary.Generic.putSum
- Data.Binary.Generic.sumSize
- Data.Binary.Generic.Tagged
- Text.Printf.UPrintf
- Text.Printf.hspr
- Text.Printf.spr
- GHC.IsList.D:R:ItemCallStack
- GHC.IsList.D:R:ItemList
- GHC.IsList.D:R:ItemNonEmpty
- GHC.IsList.D:R:ItemVersion
- GHC.IsList.D:R:ItemZipList
- Data.Map.Internal.D:R:ItemMap
- Data.ByteString.Internal.Type.D:R:ItemByteString
- Data.ByteString.Lazy.Internal.D:R:ItemByteString
- Data.Set.Internal.D:R:ItemSet
- Data.Set.Internal.MergeSet
- 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:SingSymbols0
- GHC.Generics.SSym
- GHC.Generics.D:R:DemoteRepSymbol
- Data.Aeson.KeyMap.D:R:ItemKeyMap
- Basement.UArray.Base.D:R:ItemUArray
- Data.Vector.Unboxed.Base.MV_Alt
- Data.Vector.Unboxed.Base.MV_Bool
- Data.Vector.Unboxed.Base.MV_Char
- Data.Vector.Unboxed.Base.MV_Double
- Data.Vector.Unboxed.Base.MV_Float
- Data.Vector.Unboxed.Base.MV_Int
- Data.Vector.Unboxed.Base.MV_Word
- Data.Vector.Unboxed.Base.Unbox
- Data.Hashable.Generic.Instances.GSum
- Data.Hashable.Generic.Instances.SumSize
- Data.Hashable.Generic.Instances.hashSum
- Data.Hashable.Generic.Instances.sumSize
- Data.Hashable.Generic.Instances.Tagged
- Data.Vector.Fusion.Util.Id
- Data.Vector.Generic.Base.Vector
- Data.Vector.Fusion.Bundle.Size.Size
- Data.Aeson.Types.ToJSON.RecordToPairs
- Data.Aeson.Types.ToJSON.ConsToJSON'
- Data.Aeson.Types.ToJSON.ConsToJSON
- Data.Aeson.Types.ToJSON.EncodeProduct
- Data.Aeson.Types.ToJSON.WriteProduct
- Data.Aeson.Types.ToJSON.SumToJSON
- Data.Aeson.Types.ToJSON.SumToJSON'
- Data.Aeson.Types.ToJSON.ObjectWithSingleField
- Data.Aeson.Types.ToJSON.TwoElemArray
- Data.Aeson.Types.ToJSON.UntaggedValue
- Data.Aeson.Types.ToJSON.TaggedObject
- Data.Aeson.Types.ToJSON.TaggedObject'
- Data.Vector.Primitive.Vector
- Data.Vector.Storable.Vector
- Data.Aeson.Types.ToJSON.consToJSON'
- Data.Aeson.Types.ToJSON.encodeProduct
- Data.Aeson.Types.ToJSON.recordToPairs
- Data.Aeson.Types.ToJSON.sumToJSON
- Data.Aeson.Types.ToJSON.sumToJSON'
- Data.Aeson.Types.ToJSON.taggedObject
- Data.Aeson.Types.ToJSON.taggedObject'
- Data.Vector.Mutable.MVector
- Data.Array.Byte.D:R:ItemByteArray
- Basement.Block.Base.D:R:ItemBlock
- Basement.Monad.D:R:PrimStateIO
- Basement.Monad.D:R:PrimVarIO
- Basement.NonEmpty.D:R:ItemNonEmpty
- Basement.Numerical.Subtractive.D:R:DifferenceChar
- Basement.Numerical.Subtractive.D:R:DifferenceDouble
- Basement.Numerical.Subtractive.D:R:DifferenceFloat
- Basement.Numerical.Subtractive.D:R:DifferenceInt
- Basement.Numerical.Subtractive.D:R:DifferenceWord
- Basement.PrimType.D:R:PrimSizeChar
- Basement.PrimType.D:R:PrimSizeDouble
- Basement.PrimType.D:R:PrimSizeFloat
- Basement.PrimType.D:R:PrimSizeInt
- Basement.PrimType.D:R:PrimSizeWord
- Basement.UTF8.Base.D:R:ItemString
- Data.ByteString.Short.Internal.D:R:ItemShortByteString
- Data.IntMap.Internal.D:R:ItemIntMap
- Data.IntSet.Internal.D:R:ItemIntSet
- Data.Sequence.Internal.D:R:ItemSeq
- Control.DeepSeq.One
- Control.DeepSeq.RnfArgs
- Control.DeepSeq.grnf
- Data.DList.DNonEmpty.Internal.D:R:ItemDNonEmpty
- Data.DList.Internal.D:R:ItemDList
- Control.Monad.Primitive.D:R:PrimStateContT
- Control.Monad.Primitive.D:R:PrimStateIO
- Control.Monad.Primitive.D:R:PrimStateIdentityT
- Data.Primitive.Array.D:R:ItemArray
- Data.Primitive.PrimArray.D:R:ItemPrimArray
- Data.Primitive.SmallArray.D:R:ItemSmallArray
- System.Random.Internal.GUniformRange
- System.Random.Internal.gisInRange
- System.Random.Internal.guniformRM
- Data.Strict.Either.Rep1_Either
- Data.Strict.Maybe.Rep1_Maybe
- Data.Strict.These.Rep1_These
- Data.Strict.Tuple.Rep1_Pair
- Data.Tagged.Rep1_Tagged
- Data.Text.Short.Internal.D:R:ItemShortText
- Data.Functor.These.Rep1_These1
- Data.These.Rep1_These
- Control.Monad.Trans.Except.Rep1_ExceptT
- Control.Monad.Trans.Maybe.Rep1_MaybeT
- Control.Monad.Trans.Reader.Rep1_ReaderT
- Data.HashMap.Internal.D:R:ItemHashMap
- Data.HashSet.Internal.D:R:ItemHashSet
- Data.Vector.D:R:ItemVector
- Data.Vector.Generic.Base.Mutable
- 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.Primitive.Mutable.MVector
- Data.Vector.Primitive.D:R:ItemVector
- Data.Vector.Storable.D:R:ItemVector
- Data.Vector.Strict.Vector
- Data.Vector.Strict.D:R:ItemVector
- Data.Vector.Unboxed.Base.V_Alt
- 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_Int
- Data.Vector.Unboxed.Base.V_Word
- Data.Vector.Unboxed.Base.D:R:MVectorsAlt0
- 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:MVectorsInt0
- Data.Vector.Unboxed.Base.D:R:MVectorsWord0
- Data.Vector.Unboxed.Base.D:R:VectorAlt0
- 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:VectorInt0
- Data.Vector.Unboxed.Base.D:R:VectorWord0
- Data.Aeson.Types.FromJSON.ConsFromJSON'
- Data.Aeson.Types.FromJSON.RecordFromJSON
- Data.Aeson.Types.FromJSON.ProductFromJSON
- Data.Aeson.Types.FromJSON.FieldNames
- Data.Aeson.Types.FromJSON.FromPair
- Data.Aeson.Types.FromJSON.FromTaggedObject'
- Data.Aeson.Types.FromJSON.FromTaggedObject
- Data.Aeson.Types.FromJSON.FromUntaggedValue
- Data.Aeson.Types.FromJSON.ParseSum
- Data.Aeson.Types.FromJSON.SumFromString
- Data.Aeson.Types.FromJSON.RecordFromJSON'
- Data.Aeson.Types.FromJSON.ConName
- Data.Aeson.Types.FromJSON.TypeName
- Data.Aeson.Types.FromJSON.consParseJSON'
- Data.Aeson.Types.FromJSON.constructorNames'
- Data.Aeson.Types.FromJSON.parsePair
- Data.Aeson.Types.FromJSON.parseFromTaggedObject
- Data.Aeson.Types.FromJSON.parseFromTaggedObject'
- Data.Aeson.Types.FromJSON.parseUntaggedValue
- Data.Aeson.Types.FromJSON.gParseJSON'
- Data.Aeson.Types.FromJSON.parseSum
- Data.Aeson.Types.FromJSON.productParseJSON
- Data.Aeson.Types.FromJSON.recordParseJSON'
- Shelly.toFilePath
- Shelly.Base.D:R:StMSha
- Control.Monad.Trans.Control.D:R:StMIOa
- Control.Monad.Trans.Control.D:R:StMLista
- Control.Monad.Trans.Control.D:R:StTIdentityTa
- GHC.Core.Unify.UM
- GHC.Data.Bag.D:R:ItemBag
- GHC.Driver.Session.Deprecation
- GHC.Utils.Error.PrintTimings
- GHC.Types.Tickish.TickishPassCore
- GHC.JS.Make.toSat_
- Data.Graph.SetM
- GHC.Data.Graph.Inductive.PatriciaTree.FromListCounting
- GHC.Data.TrieMap.D:R:KeyMap
- GHC.Data.Word64Map.Internal.D:R:ItemWord64Map
- GHC.Data.Word64Set.Internal.D:R:ItemWord64Set
- GHC.Types.Tickish.TickishPassCmm
- GHC.Unit.Module.Env.NDModule
- Codec.CBOR.ByteArray.D:R:ItemByteArray
- Codec.CBOR.ByteArray.Sliced.D:R:ItemSlicedByteArray
- Data.Attoparsec.Text.Buffer.Buffer
- GHC.JS.Make.toSat_
- Data.Attoparsec.Internal.Types.D:R:ChunkElemByteString
- Data.Attoparsec.Internal.Types.D:R:ChunkElemText
- Data.Attoparsec.ByteString.Buffer.Buffer
- GHC.Data.Bag.D:R:ItemBag
- GHC.Data.TrieMap.D:R:KeyMap
- GHC.Data.Word64Map.Internal.D:R:ItemWord64Map
- GHC.Data.Word64Set.Internal.D:R:ItemWord64Set
- GHC.Types.Tickish.TickishPassCmm
- GHC.Types.Tickish.TickishPassCore
- Summary.BuiltinExample
- Summary.BuiltinHint
- Summary.BuiltinKey
- GHC.Driver.Make.CodeGenEnable
- Data.Aeson.TH.FunArg
- System.Console.CmdArgs.Helper.Packer
- System.Console.CmdArgs.Helper.Pack
- System.Console.CmdArgs.Helper.pack
- System.Console.CmdArgs.Helper.unpack
- GHC.ByteCode.Asm.Assembler
- GHC.Cmm.CLabel.IdLabelInfo
- GHC.Cmm.CLabel.TickyIdInfo
- GHC.Cmm.CLabel.ModuleLabelKind
- GHC.Cmm.CLabel.RtsLabelInfo
- GHC.Cmm.Type.CmmCat
- GHC.Cmm.Info.Build.SomeLabel
- GHC.Cmm.Lint.CmmLint
- GHC.CmmToAsm.CmmOptM
- GHC.CmmToAsm.CFG.BranchInfo
- GHC.CmmToAsm.CFG.Dominators.S
- GHC.CmmToAsm.Reg.Linear.Base.ReadingOrWriting
- GHC.CmmToC.TE
- GHC.CmmToLlvm.CodeGen.Signage
- GHC.Core.Lint.LintM
- GHC.Core.Opt.Arity.Cost
- GHC.Core.Opt.ConstantFold.RuleM
- GHC.CoreToStg.CtsM
- GHC.CoreToStg.HowBound
- GHC.CoreToStg.LetInfo
- GHC.Data.Graph.Directed.Time
- GHC.Data.Graph.Inductive.Graph.GroupEdges
- GHC.HsToCore.Ticks.TM
- GHC.Iface.Ext.Ast.HasLoc
- GHC.Iface.Ext.Ast.HieM
- GHC.Iface.Ext.Ast.toHie
- GHC.Iface.Tidy.DFFV
- GHC.Parser.PostProcess.Haddock.HdkA
- GHC.Parser.PostProcess.Haddock.LocRange
- GHC.Parser.PostProcess.Haddock.HdkM
- GHC.Parser.PostProcess.Haddock.HasHaddock
- GHC.Parser.PostProcess.Haddock.HasInnerDocs
- GHC.Parser.PostProcess.Haddock.LowerLocBound
- GHC.Parser.PostProcess.Haddock.UpperLocBound
- GHC.Parser.PostProcess.Haddock.addHaddock
- GHC.Stg.InferTags.Rewrite.RM
- GHC.Stg.Lint.LintM
- GHC.Stg.Pipeline.StgM
- GHC.Stg.Stats.CounterType
- GHC.StgToByteCode.BcM
- GHC.StgToByteCode.Discr
- GHC.Tc.TyCl.Utils.RoleM
- GHC.Tc.Zonk.Type.UnfilledCoercionHoleMonoid
- GHC.ThToHs.CvtM'
- GHC.Types.CostCentre.IndexedCCFlavour
- GHC.Types.Error.Codes.HasType
- GHC.Types.Error.Codes.ConstructorCode
- GHC.Types.Error.Codes.KnownConstructor
- GHC.Types.Error.Codes.HasTypeProd
- GHC.Types.Error.Codes.getTypeProd
- GHC.Types.Error.Codes.gconstructorCode
- GHC.Types.Error.Codes.gdiagnosticCode
- GHC.Types.Error.Codes.getType
- Shelly.Lifted.D:R:ShMIdentityTa0
- Shelly.Lifted.IdentityTShM
- Shelly.Pipe.ShellCommand
- Shelly.Pipe.cmdAll
- Data.Time.Format.ISO8601.E14
- Data.Time.Format.ISO8601.E16
- Control.Applicative.Lift.Rep1_Lift
- 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.Internal.Check.Checks
Warning: IHaskell.Types: could not find link destinations for:
- IHaskell.IPython.Types.Rep_DisplayData
- IHaskell.IPython.Types.Rep_MimeType
- IHaskell.Types.Rep_Display
Warning: IHaskell.Eval.Util: could not find link destinations for:
- IHaskell.Eval.Util.ExtensionFlag
Warning: IHaskell.Display: could not find link destinations for:
- IHaskell.IPython.Types.Rep_DisplayData
- IHaskell.Types.Rep_Display
- IHaskell.Display.displayChan
Warning: IHaskell.Eval.Evaluate: could not find link destinations for:
- IHaskell.Eval.Evaluate.Publisher
Documentation created: dist/doc/html/ihaskell/,
dist/doc/html/ihaskell/ihaskell.txt
Preprocessing executable 'ihaskell' for ihaskell-0.13.0.0..
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ihaskell-0.13.0.0-A7vlpWbo03l4i0gDB5JBeJ
Installing executable ihaskell 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 ihaskell-0.13.0.0
Test log
[view raw]
Resolving dependencies...
Error:
Internal libraries only supported with per-component builds.
Per-component builds were disabled because program coverage is enabled
In the package 'vector-0.13.2.0'