Build #1 for rme-what4-0.1
| Package | rme-what4-0.1 |
|---|
| Install | InstallOk |
|---|---|
| Docs | Ok |
| Tests | NotTried |
| Time submitted | 2025-08-26 17:25:36.393362134 UTC |
|---|---|
| Compiler | ghc-9.8.4 |
| OS | linux |
| Arch | x86_64 |
| Dependencies | base-4.19.2.0, bv-sized-1.0.6, containers-0.6.8, parameterized-utils-2.1.10.0, rme-0.1, vector-0.13.2.0, what4-1.7 |
| Flags | none |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies...
Warning: BoundedChan.cabal:18:30: version operators used. To use version
operators the package needs to specify at least 'cabal-version: >= 1.8'.
Warning: BoundedChan.cabal:19:33: version operators used. To use version
operators the package needs to specify at least 'cabal-version: >= 1.8'.
Configuring BoundedChan-1.0.3.0...
Preprocessing library for BoundedChan-1.0.3.0..
Building library for BoundedChan-1.0.3.0..
[1 of 1] Compiling Control.Concurrent.BoundedChan ( Control/Concurrent/BoundedChan.hs, dist/build/Control/Concurrent/BoundedChan.o, dist/build/Control/Concurrent/BoundedChan.dyn_o )
Preprocessing library for BoundedChan-1.0.3.0..
Running Haddock on library for BoundedChan-1.0.3.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Control.Concurrent.BoundedChan ( Control/Concurrent/BoundedChan.hs, nothing )
Haddock coverage:
Warning: 'Chan' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unGetChan' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'dupChan' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 10 / 10) in 'Control.Concurrent.BoundedChan'
Documentation created: dist/doc/html/BoundedChan/,
dist/doc/html/BoundedChan/BoundedChan.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/BoundedChan-1.0.3.0-CBcCFC8ZFqYGjd5KuPwwni
Completed BoundedChan-1.0.3.0
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
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-compat-0.14.1...
Preprocessing library for base-compat-0.14.1..
Building library for base-compat-0.14.1..
[ 1 of 130] Compiling Control.Concurrent.Compat ( src/Control/Concurrent/Compat.hs, dist/build/Control/Concurrent/Compat.o, dist/build/Control/Concurrent/Compat.dyn_o )
[ 2 of 130] Compiling Control.Concurrent.Compat.Repl ( src/Control/Concurrent/Compat/Repl.hs, dist/build/Control/Concurrent/Compat/Repl.o, dist/build/Control/Concurrent/Compat/Repl.dyn_o )
[ 3 of 130] Compiling Control.Concurrent.MVar.Compat ( src/Control/Concurrent/MVar/Compat.hs, dist/build/Control/Concurrent/MVar/Compat.o, dist/build/Control/Concurrent/MVar/Compat.dyn_o )
[ 4 of 130] Compiling Control.Concurrent.MVar.Compat.Repl ( src/Control/Concurrent/MVar/Compat/Repl.hs, dist/build/Control/Concurrent/MVar/Compat/Repl.o, dist/build/Control/Concurrent/MVar/Compat/Repl.dyn_o )
[ 5 of 130] Compiling Control.Exception.Compat ( src/Control/Exception/Compat.hs, dist/build/Control/Exception/Compat.o, dist/build/Control/Exception/Compat.dyn_o )
[ 6 of 130] Compiling Control.Exception.Compat.Repl ( src/Control/Exception/Compat/Repl.hs, dist/build/Control/Exception/Compat/Repl.o, dist/build/Control/Exception/Compat/Repl.dyn_o )
[ 7 of 130] Compiling Control.Monad.Compat ( src/Control/Monad/Compat.hs, dist/build/Control/Monad/Compat.o, dist/build/Control/Monad/Compat.dyn_o )
[ 8 of 130] Compiling Control.Monad.Compat.Repl ( src/Control/Monad/Compat/Repl.hs, dist/build/Control/Monad/Compat/Repl.o, dist/build/Control/Monad/Compat/Repl.dyn_o )
[ 9 of 130] Compiling Control.Monad.Fail.Compat ( src/Control/Monad/Fail/Compat.hs, dist/build/Control/Monad/Fail/Compat.o, dist/build/Control/Monad/Fail/Compat.dyn_o )
[ 10 of 130] Compiling Control.Monad.Fail.Compat.Repl ( src/Control/Monad/Fail/Compat/Repl.hs, dist/build/Control/Monad/Fail/Compat/Repl.o, dist/build/Control/Monad/Fail/Compat/Repl.dyn_o )
[ 11 of 130] Compiling Control.Monad.IO.Class.Compat ( src/Control/Monad/IO/Class/Compat.hs, dist/build/Control/Monad/IO/Class/Compat.o, dist/build/Control/Monad/IO/Class/Compat.dyn_o )
[ 12 of 130] Compiling Control.Monad.IO.Class.Compat.Repl ( src/Control/Monad/IO/Class/Compat/Repl.hs, dist/build/Control/Monad/IO/Class/Compat/Repl.o, dist/build/Control/Monad/IO/Class/Compat/Repl.dyn_o )
[ 13 of 130] Compiling Control.Monad.ST.Lazy.Unsafe.Compat ( src/Control/Monad/ST/Lazy/Unsafe/Compat.hs, dist/build/Control/Monad/ST/Lazy/Unsafe/Compat.o, dist/build/Control/Monad/ST/Lazy/Unsafe/Compat.dyn_o )
[ 14 of 130] Compiling Control.Monad.ST.Lazy.Unsafe.Compat.Repl ( src/Control/Monad/ST/Lazy/Unsafe/Compat/Repl.hs, dist/build/Control/Monad/ST/Lazy/Unsafe/Compat/Repl.o, dist/build/Control/Monad/ST/Lazy/Unsafe/Compat/Repl.dyn_o )
[ 15 of 130] Compiling Control.Monad.ST.Unsafe.Compat ( src/Control/Monad/ST/Unsafe/Compat.hs, dist/build/Control/Monad/ST/Unsafe/Compat.o, dist/build/Control/Monad/ST/Unsafe/Compat.dyn_o )
[ 16 of 130] Compiling Control.Monad.ST.Unsafe.Compat.Repl ( src/Control/Monad/ST/Unsafe/Compat/Repl.hs, dist/build/Control/Monad/ST/Unsafe/Compat/Repl.o, dist/build/Control/Monad/ST/Unsafe/Compat/Repl.dyn_o )
[ 17 of 130] Compiling Data.Bifoldable.Compat ( src/Data/Bifoldable/Compat.hs, dist/build/Data/Bifoldable/Compat.o, dist/build/Data/Bifoldable/Compat.dyn_o )
[ 18 of 130] Compiling Data.Bifoldable.Compat.Repl ( src/Data/Bifoldable/Compat/Repl.hs, dist/build/Data/Bifoldable/Compat/Repl.o, dist/build/Data/Bifoldable/Compat/Repl.dyn_o )
[ 19 of 130] Compiling Data.Bifoldable1.Compat ( src/Data/Bifoldable1/Compat.hs, dist/build/Data/Bifoldable1/Compat.o, dist/build/Data/Bifoldable1/Compat.dyn_o )
[ 20 of 130] Compiling Data.Bifoldable1.Compat.Repl ( src/Data/Bifoldable1/Compat/Repl.hs, dist/build/Data/Bifoldable1/Compat/Repl.o, dist/build/Data/Bifoldable1/Compat/Repl.dyn_o )
[ 21 of 130] Compiling Data.Bifunctor.Compat ( src/Data/Bifunctor/Compat.hs, dist/build/Data/Bifunctor/Compat.o, dist/build/Data/Bifunctor/Compat.dyn_o )
[ 22 of 130] Compiling Data.Bifunctor.Compat.Repl ( src/Data/Bifunctor/Compat/Repl.hs, dist/build/Data/Bifunctor/Compat/Repl.o, dist/build/Data/Bifunctor/Compat/Repl.dyn_o )
[ 23 of 130] Compiling Data.Bits.Compat ( src/Data/Bits/Compat.hs, dist/build/Data/Bits/Compat.o, dist/build/Data/Bits/Compat.dyn_o )
[ 24 of 130] Compiling Data.Bits.Compat.Repl ( src/Data/Bits/Compat/Repl.hs, dist/build/Data/Bits/Compat/Repl.o, dist/build/Data/Bits/Compat/Repl.dyn_o )
[ 25 of 130] Compiling Data.Bool.Compat ( src/Data/Bool/Compat.hs, dist/build/Data/Bool/Compat.o, dist/build/Data/Bool/Compat.dyn_o )
[ 26 of 130] Compiling Data.Bool.Compat.Repl ( src/Data/Bool/Compat/Repl.hs, dist/build/Data/Bool/Compat/Repl.o, dist/build/Data/Bool/Compat/Repl.dyn_o )
[ 27 of 130] Compiling Data.Complex.Compat ( src/Data/Complex/Compat.hs, dist/build/Data/Complex/Compat.o, dist/build/Data/Complex/Compat.dyn_o )
[ 28 of 130] Compiling Data.Complex.Compat.Repl ( src/Data/Complex/Compat/Repl.hs, dist/build/Data/Complex/Compat/Repl.o, dist/build/Data/Complex/Compat/Repl.dyn_o )
[ 29 of 130] Compiling Data.Either.Compat ( src/Data/Either/Compat.hs, dist/build/Data/Either/Compat.o, dist/build/Data/Either/Compat.dyn_o )
[ 30 of 130] Compiling Data.Either.Compat.Repl ( src/Data/Either/Compat/Repl.hs, dist/build/Data/Either/Compat/Repl.o, dist/build/Data/Either/Compat/Repl.dyn_o )
[ 31 of 130] Compiling Data.Foldable.Compat ( src/Data/Foldable/Compat.hs, dist/build/Data/Foldable/Compat.o, dist/build/Data/Foldable/Compat.dyn_o )
[ 32 of 130] Compiling Data.Foldable.Compat.Repl ( src/Data/Foldable/Compat/Repl.hs, dist/build/Data/Foldable/Compat/Repl.o, dist/build/Data/Foldable/Compat/Repl.dyn_o )
[ 33 of 130] Compiling Data.Foldable1.Compat ( src/Data/Foldable1/Compat.hs, dist/build/Data/Foldable1/Compat.o, dist/build/Data/Foldable1/Compat.dyn_o )
[ 34 of 130] Compiling Data.Foldable1.Compat.Repl ( src/Data/Foldable1/Compat/Repl.hs, dist/build/Data/Foldable1/Compat/Repl.o, dist/build/Data/Foldable1/Compat/Repl.dyn_o )
[ 35 of 130] Compiling Data.Function.Compat ( src/Data/Function/Compat.hs, dist/build/Data/Function/Compat.o, dist/build/Data/Function/Compat.dyn_o )
[ 36 of 130] Compiling Data.Function.Compat.Repl ( src/Data/Function/Compat/Repl.hs, dist/build/Data/Function/Compat/Repl.o, dist/build/Data/Function/Compat/Repl.dyn_o )
[ 37 of 130] Compiling Data.Functor.Compat ( src/Data/Functor/Compat.hs, dist/build/Data/Functor/Compat.o, dist/build/Data/Functor/Compat.dyn_o )
[ 38 of 130] Compiling Data.Functor.Compat.Repl ( src/Data/Functor/Compat/Repl.hs, dist/build/Data/Functor/Compat/Repl.o, dist/build/Data/Functor/Compat/Repl.dyn_o )
[ 39 of 130] Compiling Data.Functor.Compose.Compat ( src/Data/Functor/Compose/Compat.hs, dist/build/Data/Functor/Compose/Compat.o, dist/build/Data/Functor/Compose/Compat.dyn_o )
[ 40 of 130] Compiling Data.Functor.Compose.Compat.Repl ( src/Data/Functor/Compose/Compat/Repl.hs, dist/build/Data/Functor/Compose/Compat/Repl.o, dist/build/Data/Functor/Compose/Compat/Repl.dyn_o )
[ 41 of 130] Compiling Data.Functor.Const.Compat ( src/Data/Functor/Const/Compat.hs, dist/build/Data/Functor/Const/Compat.o, dist/build/Data/Functor/Const/Compat.dyn_o )
[ 42 of 130] Compiling Data.Functor.Const.Compat.Repl ( src/Data/Functor/Const/Compat/Repl.hs, dist/build/Data/Functor/Const/Compat/Repl.o, dist/build/Data/Functor/Const/Compat/Repl.dyn_o )
[ 43 of 130] Compiling Data.Functor.Contravariant.Compat ( src/Data/Functor/Contravariant/Compat.hs, dist/build/Data/Functor/Contravariant/Compat.o, dist/build/Data/Functor/Contravariant/Compat.dyn_o )
[ 44 of 130] Compiling Data.Functor.Contravariant.Compat.Repl ( src/Data/Functor/Contravariant/Compat/Repl.hs, dist/build/Data/Functor/Contravariant/Compat/Repl.o, dist/build/Data/Functor/Contravariant/Compat/Repl.dyn_o )
[ 45 of 130] Compiling Data.Functor.Identity.Compat ( src/Data/Functor/Identity/Compat.hs, dist/build/Data/Functor/Identity/Compat.o, dist/build/Data/Functor/Identity/Compat.dyn_o )
[ 46 of 130] Compiling Data.Functor.Identity.Compat.Repl ( src/Data/Functor/Identity/Compat/Repl.hs, dist/build/Data/Functor/Identity/Compat/Repl.o, dist/build/Data/Functor/Identity/Compat/Repl.dyn_o )
[ 47 of 130] Compiling Data.Functor.Product.Compat ( src/Data/Functor/Product/Compat.hs, dist/build/Data/Functor/Product/Compat.o, dist/build/Data/Functor/Product/Compat.dyn_o )
[ 48 of 130] Compiling Data.Functor.Product.Compat.Repl ( src/Data/Functor/Product/Compat/Repl.hs, dist/build/Data/Functor/Product/Compat/Repl.o, dist/build/Data/Functor/Product/Compat/Repl.dyn_o )
[ 49 of 130] Compiling Data.Functor.Sum.Compat ( src/Data/Functor/Sum/Compat.hs, dist/build/Data/Functor/Sum/Compat.o, dist/build/Data/Functor/Sum/Compat.dyn_o )
[ 50 of 130] Compiling Data.Functor.Sum.Compat.Repl ( src/Data/Functor/Sum/Compat/Repl.hs, dist/build/Data/Functor/Sum/Compat/Repl.o, dist/build/Data/Functor/Sum/Compat/Repl.dyn_o )
[ 51 of 130] Compiling Data.IORef.Compat ( src/Data/IORef/Compat.hs, dist/build/Data/IORef/Compat.o, dist/build/Data/IORef/Compat.dyn_o )
[ 52 of 130] Compiling Data.IORef.Compat.Repl ( src/Data/IORef/Compat/Repl.hs, dist/build/Data/IORef/Compat/Repl.o, dist/build/Data/IORef/Compat/Repl.dyn_o )
[ 53 of 130] Compiling Data.Monoid.Compat ( src/Data/Monoid/Compat.hs, dist/build/Data/Monoid/Compat.o, dist/build/Data/Monoid/Compat.dyn_o )
[ 54 of 130] Compiling Data.Monoid.Compat.Repl ( src/Data/Monoid/Compat/Repl.hs, dist/build/Data/Monoid/Compat/Repl.o, dist/build/Data/Monoid/Compat/Repl.dyn_o )
[ 55 of 130] Compiling Data.Proxy.Compat ( src/Data/Proxy/Compat.hs, dist/build/Data/Proxy/Compat.o, dist/build/Data/Proxy/Compat.dyn_o )
[ 56 of 130] Compiling Data.Proxy.Compat.Repl ( src/Data/Proxy/Compat/Repl.hs, dist/build/Data/Proxy/Compat/Repl.o, dist/build/Data/Proxy/Compat/Repl.dyn_o )
[ 57 of 130] Compiling Data.Ratio.Compat ( src/Data/Ratio/Compat.hs, dist/build/Data/Ratio/Compat.o, dist/build/Data/Ratio/Compat.dyn_o )
[ 58 of 130] Compiling Data.Ratio.Compat.Repl ( src/Data/Ratio/Compat/Repl.hs, dist/build/Data/Ratio/Compat/Repl.o, dist/build/Data/Ratio/Compat/Repl.dyn_o )
[ 59 of 130] Compiling Data.STRef.Compat ( src/Data/STRef/Compat.hs, dist/build/Data/STRef/Compat.o, dist/build/Data/STRef/Compat.dyn_o )
[ 60 of 130] Compiling Data.STRef.Compat.Repl ( src/Data/STRef/Compat/Repl.hs, dist/build/Data/STRef/Compat/Repl.o, dist/build/Data/STRef/Compat/Repl.dyn_o )
[ 61 of 130] Compiling Data.Semigroup.Compat ( src/Data/Semigroup/Compat.hs, dist/build/Data/Semigroup/Compat.o, dist/build/Data/Semigroup/Compat.dyn_o )
[ 62 of 130] Compiling Data.Semigroup.Compat.Repl ( src/Data/Semigroup/Compat/Repl.hs, dist/build/Data/Semigroup/Compat/Repl.o, dist/build/Data/Semigroup/Compat/Repl.dyn_o )
[ 63 of 130] Compiling Data.String.Compat ( src/Data/String/Compat.hs, dist/build/Data/String/Compat.o, dist/build/Data/String/Compat.dyn_o )
[ 64 of 130] Compiling Data.String.Compat.Repl ( src/Data/String/Compat/Repl.hs, dist/build/Data/String/Compat/Repl.o, dist/build/Data/String/Compat/Repl.dyn_o )
[ 65 of 130] Compiling Data.Traversable.Compat ( src/Data/Traversable/Compat.hs, dist/build/Data/Traversable/Compat.o, dist/build/Data/Traversable/Compat.dyn_o )
[ 66 of 130] Compiling Data.Traversable.Compat.Repl ( src/Data/Traversable/Compat/Repl.hs, dist/build/Data/Traversable/Compat/Repl.o, dist/build/Data/Traversable/Compat/Repl.dyn_o )
[ 67 of 130] Compiling Data.Tuple.Compat ( src/Data/Tuple/Compat.hs, dist/build/Data/Tuple/Compat.o, dist/build/Data/Tuple/Compat.dyn_o )
[ 68 of 130] Compiling Data.Tuple.Compat.Repl ( src/Data/Tuple/Compat/Repl.hs, dist/build/Data/Tuple/Compat/Repl.o, dist/build/Data/Tuple/Compat/Repl.dyn_o )
[ 69 of 130] Compiling Data.Type.Coercion.Compat ( src/Data/Type/Coercion/Compat.hs, dist/build/Data/Type/Coercion/Compat.o, dist/build/Data/Type/Coercion/Compat.dyn_o )
[ 70 of 130] Compiling Data.Type.Coercion.Compat.Repl ( src/Data/Type/Coercion/Compat/Repl.hs, dist/build/Data/Type/Coercion/Compat/Repl.o, dist/build/Data/Type/Coercion/Compat/Repl.dyn_o )
[ 71 of 130] Compiling Data.Type.Equality.Compat ( src/Data/Type/Equality/Compat.hs, dist/build/Data/Type/Equality/Compat.o, dist/build/Data/Type/Equality/Compat.dyn_o )
[ 72 of 130] Compiling Data.Type.Equality.Compat.Repl ( src/Data/Type/Equality/Compat/Repl.hs, dist/build/Data/Type/Equality/Compat/Repl.o, dist/build/Data/Type/Equality/Compat/Repl.dyn_o )
[ 73 of 130] Compiling Data.Typeable.Compat ( src/Data/Typeable/Compat.hs, dist/build/Data/Typeable/Compat.o, dist/build/Data/Typeable/Compat.dyn_o )
[ 74 of 130] Compiling Data.Typeable.Compat.Repl ( src/Data/Typeable/Compat/Repl.hs, dist/build/Data/Typeable/Compat/Repl.o, dist/build/Data/Typeable/Compat/Repl.dyn_o )
[ 75 of 130] Compiling Data.Version.Compat ( src/Data/Version/Compat.hs, dist/build/Data/Version/Compat.o, dist/build/Data/Version/Compat.dyn_o )
[ 76 of 130] Compiling Data.Version.Compat.Repl ( src/Data/Version/Compat/Repl.hs, dist/build/Data/Version/Compat/Repl.o, dist/build/Data/Version/Compat/Repl.dyn_o )
[ 77 of 130] Compiling Data.Void.Compat ( src/Data/Void/Compat.hs, dist/build/Data/Void/Compat.o, dist/build/Data/Void/Compat.dyn_o )
[ 78 of 130] Compiling Data.Void.Compat.Repl ( src/Data/Void/Compat/Repl.hs, dist/build/Data/Void/Compat/Repl.o, dist/build/Data/Void/Compat/Repl.dyn_o )
[ 79 of 130] Compiling Data.Word.Compat ( src/Data/Word/Compat.hs, dist/build/Data/Word/Compat.o, dist/build/Data/Word/Compat.dyn_o )
[ 80 of 130] Compiling Data.Word.Compat.Repl ( src/Data/Word/Compat/Repl.hs, dist/build/Data/Word/Compat/Repl.o, dist/build/Data/Word/Compat/Repl.dyn_o )
[ 81 of 130] Compiling Debug.Trace.Compat ( src/Debug/Trace/Compat.hs, dist/build/Debug/Trace/Compat.o, dist/build/Debug/Trace/Compat.dyn_o )
[ 82 of 130] Compiling Debug.Trace.Compat.Repl ( src/Debug/Trace/Compat/Repl.hs, dist/build/Debug/Trace/Compat/Repl.o, dist/build/Debug/Trace/Compat/Repl.dyn_o )
[ 83 of 130] Compiling Foreign.ForeignPtr.Compat ( src/Foreign/ForeignPtr/Compat.hs, dist/build/Foreign/ForeignPtr/Compat.o, dist/build/Foreign/ForeignPtr/Compat.dyn_o )
[ 84 of 130] Compiling Foreign.ForeignPtr.Compat.Repl ( src/Foreign/ForeignPtr/Compat/Repl.hs, dist/build/Foreign/ForeignPtr/Compat/Repl.o, dist/build/Foreign/ForeignPtr/Compat/Repl.dyn_o )
[ 85 of 130] Compiling Foreign.ForeignPtr.Safe.Compat ( src/Foreign/ForeignPtr/Safe/Compat.hs, dist/build/Foreign/ForeignPtr/Safe/Compat.o, dist/build/Foreign/ForeignPtr/Safe/Compat.dyn_o )
[ 86 of 130] Compiling Foreign.ForeignPtr.Safe.Compat.Repl ( src/Foreign/ForeignPtr/Safe/Compat/Repl.hs, dist/build/Foreign/ForeignPtr/Safe/Compat/Repl.o, dist/build/Foreign/ForeignPtr/Safe/Compat/Repl.dyn_o )
[ 87 of 130] Compiling Foreign.ForeignPtr.Unsafe.Compat ( src/Foreign/ForeignPtr/Unsafe/Compat.hs, dist/build/Foreign/ForeignPtr/Unsafe/Compat.o, dist/build/Foreign/ForeignPtr/Unsafe/Compat.dyn_o )
[ 88 of 130] Compiling Foreign.ForeignPtr.Unsafe.Compat.Repl ( src/Foreign/ForeignPtr/Unsafe/Compat/Repl.hs, dist/build/Foreign/ForeignPtr/Unsafe/Compat/Repl.o, dist/build/Foreign/ForeignPtr/Unsafe/Compat/Repl.dyn_o )
[ 89 of 130] Compiling Foreign.Marshal.Alloc.Compat ( src/Foreign/Marshal/Alloc/Compat.hs, dist/build/Foreign/Marshal/Alloc/Compat.o, dist/build/Foreign/Marshal/Alloc/Compat.dyn_o )
[ 90 of 130] Compiling Foreign.Marshal.Alloc.Compat.Repl ( src/Foreign/Marshal/Alloc/Compat/Repl.hs, dist/build/Foreign/Marshal/Alloc/Compat/Repl.o, dist/build/Foreign/Marshal/Alloc/Compat/Repl.dyn_o )
[ 91 of 130] Compiling Foreign.Marshal.Array.Compat ( src/Foreign/Marshal/Array/Compat.hs, dist/build/Foreign/Marshal/Array/Compat.o, dist/build/Foreign/Marshal/Array/Compat.dyn_o )
[ 92 of 130] Compiling Foreign.Marshal.Array.Compat.Repl ( src/Foreign/Marshal/Array/Compat/Repl.hs, dist/build/Foreign/Marshal/Array/Compat/Repl.o, dist/build/Foreign/Marshal/Array/Compat/Repl.dyn_o )
[ 93 of 130] Compiling Foreign.Marshal.Safe.Compat ( src/Foreign/Marshal/Safe/Compat.hs, dist/build/Foreign/Marshal/Safe/Compat.o, dist/build/Foreign/Marshal/Safe/Compat.dyn_o )
[ 94 of 130] Compiling Foreign.Marshal.Safe.Compat.Repl ( src/Foreign/Marshal/Safe/Compat/Repl.hs, dist/build/Foreign/Marshal/Safe/Compat/Repl.o, dist/build/Foreign/Marshal/Safe/Compat/Repl.dyn_o )
[ 95 of 130] Compiling Foreign.Marshal.Unsafe.Compat ( src/Foreign/Marshal/Unsafe/Compat.hs, dist/build/Foreign/Marshal/Unsafe/Compat.o, dist/build/Foreign/Marshal/Unsafe/Compat.dyn_o )
[ 96 of 130] Compiling Foreign.Marshal.Unsafe.Compat.Repl ( src/Foreign/Marshal/Unsafe/Compat/Repl.hs, dist/build/Foreign/Marshal/Unsafe/Compat/Repl.o, dist/build/Foreign/Marshal/Unsafe/Compat/Repl.dyn_o )
[ 97 of 130] Compiling Foreign.Marshal.Utils.Compat ( src/Foreign/Marshal/Utils/Compat.hs, dist/build/Foreign/Marshal/Utils/Compat.o, dist/build/Foreign/Marshal/Utils/Compat.dyn_o )
[ 98 of 130] Compiling Foreign.Marshal.Compat ( src/Foreign/Marshal/Compat.hs, dist/build/Foreign/Marshal/Compat.o, dist/build/Foreign/Marshal/Compat.dyn_o )
[ 99 of 130] Compiling Foreign.Marshal.Compat.Repl ( src/Foreign/Marshal/Compat/Repl.hs, dist/build/Foreign/Marshal/Compat/Repl.o, dist/build/Foreign/Marshal/Compat/Repl.dyn_o )
[100 of 130] Compiling Foreign.Compat ( src/Foreign/Compat.hs, dist/build/Foreign/Compat.o, dist/build/Foreign/Compat.dyn_o )
[101 of 130] Compiling Foreign.Compat.Repl ( src/Foreign/Compat/Repl.hs, dist/build/Foreign/Compat/Repl.o, dist/build/Foreign/Compat/Repl.dyn_o )
[102 of 130] Compiling Foreign.Marshal.Utils.Compat.Repl ( src/Foreign/Marshal/Utils/Compat/Repl.hs, dist/build/Foreign/Marshal/Utils/Compat/Repl.o, dist/build/Foreign/Marshal/Utils/Compat/Repl.dyn_o )
[103 of 130] Compiling Numeric.Compat ( src/Numeric/Compat.hs, dist/build/Numeric/Compat.o, dist/build/Numeric/Compat.dyn_o )
[104 of 130] Compiling Numeric.Compat.Repl ( src/Numeric/Compat/Repl.hs, dist/build/Numeric/Compat/Repl.o, dist/build/Numeric/Compat/Repl.dyn_o )
[105 of 130] Compiling Numeric.Natural.Compat ( src/Numeric/Natural/Compat.hs, dist/build/Numeric/Natural/Compat.o, dist/build/Numeric/Natural/Compat.dyn_o )
[106 of 130] Compiling Numeric.Natural.Compat.Repl ( src/Numeric/Natural/Compat/Repl.hs, dist/build/Numeric/Natural/Compat/Repl.o, dist/build/Numeric/Natural/Compat/Repl.dyn_o )
[107 of 130] Compiling Prelude.Compat ( src/Prelude/Compat.hs, dist/build/Prelude/Compat.o, dist/build/Prelude/Compat.dyn_o )
[108 of 130] Compiling Data.List.Compat ( src/Data/List/Compat.hs, dist/build/Data/List/Compat.o, dist/build/Data/List/Compat.dyn_o )
[109 of 130] Compiling Data.List.NonEmpty.Compat ( src/Data/List/NonEmpty/Compat.hs, dist/build/Data/List/NonEmpty/Compat.o, dist/build/Data/List/NonEmpty/Compat.dyn_o )
[110 of 130] Compiling Data.List.NonEmpty.Compat.Repl ( src/Data/List/NonEmpty/Compat/Repl.hs, dist/build/Data/List/NonEmpty/Compat/Repl.o, dist/build/Data/List/NonEmpty/Compat/Repl.dyn_o )
[111 of 130] Compiling Data.List.Compat.Repl ( src/Data/List/Compat/Repl.hs, dist/build/Data/List/Compat/Repl.o, dist/build/Data/List/Compat/Repl.dyn_o )
[112 of 130] Compiling Data.Bitraversable.Compat ( src/Data/Bitraversable/Compat.hs, dist/build/Data/Bitraversable/Compat.o, dist/build/Data/Bitraversable/Compat.dyn_o )
[113 of 130] Compiling Data.Bitraversable.Compat.Repl ( src/Data/Bitraversable/Compat/Repl.hs, dist/build/Data/Bitraversable/Compat/Repl.o, dist/build/Data/Bitraversable/Compat/Repl.dyn_o )
[114 of 130] Compiling Prelude.Compat.Repl ( src/Prelude/Compat/Repl.hs, dist/build/Prelude/Compat/Repl.o, dist/build/Prelude/Compat/Repl.dyn_o )
[115 of 130] Compiling System.Environment.Compat ( src/System/Environment/Compat.hs, dist/build/System/Environment/Compat.o, dist/build/System/Environment/Compat.dyn_o )
[116 of 130] Compiling System.Environment.Compat.Repl ( src/System/Environment/Compat/Repl.hs, dist/build/System/Environment/Compat/Repl.o, dist/build/System/Environment/Compat/Repl.dyn_o )
[117 of 130] Compiling System.Exit.Compat ( src/System/Exit/Compat.hs, dist/build/System/Exit/Compat.o, dist/build/System/Exit/Compat.dyn_o )
[118 of 130] Compiling System.Exit.Compat.Repl ( src/System/Exit/Compat/Repl.hs, dist/build/System/Exit/Compat/Repl.o, dist/build/System/Exit/Compat/Repl.dyn_o )
[119 of 130] Compiling System.IO.Compat ( src/System/IO/Compat.hs, dist/build/System/IO/Compat.o, dist/build/System/IO/Compat.dyn_o )
[120 of 130] Compiling System.IO.Compat.Repl ( src/System/IO/Compat/Repl.hs, dist/build/System/IO/Compat/Repl.o, dist/build/System/IO/Compat/Repl.dyn_o )
[121 of 130] Compiling System.IO.Error.Compat ( src/System/IO/Error/Compat.hs, dist/build/System/IO/Error/Compat.o, dist/build/System/IO/Error/Compat.dyn_o )
[122 of 130] Compiling System.IO.Error.Compat.Repl ( src/System/IO/Error/Compat/Repl.hs, dist/build/System/IO/Error/Compat/Repl.o, dist/build/System/IO/Error/Compat/Repl.dyn_o )
[123 of 130] Compiling System.IO.Unsafe.Compat ( src/System/IO/Unsafe/Compat.hs, dist/build/System/IO/Unsafe/Compat.o, dist/build/System/IO/Unsafe/Compat.dyn_o )
[124 of 130] Compiling System.IO.Unsafe.Compat.Repl ( src/System/IO/Unsafe/Compat/Repl.hs, dist/build/System/IO/Unsafe/Compat/Repl.o, dist/build/System/IO/Unsafe/Compat/Repl.dyn_o )
[125 of 130] Compiling Text.Read.Compat ( src/Text/Read/Compat.hs, dist/build/Text/Read/Compat.o, dist/build/Text/Read/Compat.dyn_o )
[126 of 130] Compiling Text.Read.Compat.Repl ( src/Text/Read/Compat/Repl.hs, dist/build/Text/Read/Compat/Repl.o, dist/build/Text/Read/Compat/Repl.dyn_o )
[127 of 130] Compiling Text.Read.Lex.Compat ( src/Text/Read/Lex/Compat.hs, dist/build/Text/Read/Lex/Compat.o, dist/build/Text/Read/Lex/Compat.dyn_o )
[128 of 130] Compiling Text.Read.Lex.Compat.Repl ( src/Text/Read/Lex/Compat/Repl.hs, dist/build/Text/Read/Lex/Compat/Repl.o, dist/build/Text/Read/Lex/Compat/Repl.dyn_o )
[129 of 130] Compiling Type.Reflection.Compat ( src/Type/Reflection/Compat.hs, dist/build/Type/Reflection/Compat.o, dist/build/Type/Reflection/Compat.dyn_o )
[130 of 130] Compiling Type.Reflection.Compat.Repl ( src/Type/Reflection/Compat/Repl.hs, dist/build/Type/Reflection/Compat/Repl.o, dist/build/Type/Reflection/Compat/Repl.dyn_o )
Preprocessing library for base-compat-0.14.1..
Running Haddock on library for base-compat-0.14.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 130] Compiling Control.Concurrent.Compat ( src/Control/Concurrent/Compat.hs, nothing )
[ 2 of 130] Compiling Control.Concurrent.Compat.Repl ( src/Control/Concurrent/Compat/Repl.hs, nothing )
[ 3 of 130] Compiling Control.Concurrent.MVar.Compat ( src/Control/Concurrent/MVar/Compat.hs, nothing )
[ 4 of 130] Compiling Control.Concurrent.MVar.Compat.Repl ( src/Control/Concurrent/MVar/Compat/Repl.hs, nothing )
[ 5 of 130] Compiling Control.Exception.Compat ( src/Control/Exception/Compat.hs, nothing )
[ 6 of 130] Compiling Control.Exception.Compat.Repl ( src/Control/Exception/Compat/Repl.hs, nothing )
[ 7 of 130] Compiling Control.Monad.Compat ( src/Control/Monad/Compat.hs, nothing )
[ 8 of 130] Compiling Control.Monad.Compat.Repl ( src/Control/Monad/Compat/Repl.hs, nothing )
[ 9 of 130] Compiling Control.Monad.Fail.Compat ( src/Control/Monad/Fail/Compat.hs, nothing )
[ 10 of 130] Compiling Control.Monad.Fail.Compat.Repl ( src/Control/Monad/Fail/Compat/Repl.hs, nothing )
[ 11 of 130] Compiling Control.Monad.IO.Class.Compat ( src/Control/Monad/IO/Class/Compat.hs, nothing )
[ 12 of 130] Compiling Control.Monad.IO.Class.Compat.Repl ( src/Control/Monad/IO/Class/Compat/Repl.hs, nothing )
[ 13 of 130] Compiling Control.Monad.ST.Lazy.Unsafe.Compat ( src/Control/Monad/ST/Lazy/Unsafe/Compat.hs, nothing )
[ 14 of 130] Compiling Control.Monad.ST.Lazy.Unsafe.Compat.Repl ( src/Control/Monad/ST/Lazy/Unsafe/Compat/Repl.hs, nothing )
[ 15 of 130] Compiling Control.Monad.ST.Unsafe.Compat ( src/Control/Monad/ST/Unsafe/Compat.hs, nothing )
[ 16 of 130] Compiling Control.Monad.ST.Unsafe.Compat.Repl ( src/Control/Monad/ST/Unsafe/Compat/Repl.hs, nothing )
[ 17 of 130] Compiling Data.Bifoldable.Compat ( src/Data/Bifoldable/Compat.hs, nothing )
[ 18 of 130] Compiling Data.Bifoldable.Compat.Repl ( src/Data/Bifoldable/Compat/Repl.hs, nothing )
[ 19 of 130] Compiling Data.Bifoldable1.Compat ( src/Data/Bifoldable1/Compat.hs, nothing )
[ 20 of 130] Compiling Data.Bifoldable1.Compat.Repl ( src/Data/Bifoldable1/Compat/Repl.hs, nothing )
[ 21 of 130] Compiling Data.Bifunctor.Compat ( src/Data/Bifunctor/Compat.hs, nothing )
[ 22 of 130] Compiling Data.Bifunctor.Compat.Repl ( src/Data/Bifunctor/Compat/Repl.hs, nothing )
[ 23 of 130] Compiling Data.Bits.Compat ( src/Data/Bits/Compat.hs, nothing )
[ 24 of 130] Compiling Data.Bits.Compat.Repl ( src/Data/Bits/Compat/Repl.hs, nothing )
[ 25 of 130] Compiling Data.Bool.Compat ( src/Data/Bool/Compat.hs, nothing )
[ 26 of 130] Compiling Data.Bool.Compat.Repl ( src/Data/Bool/Compat/Repl.hs, nothing )
[ 27 of 130] Compiling Data.Complex.Compat ( src/Data/Complex/Compat.hs, nothing )
[ 28 of 130] Compiling Data.Complex.Compat.Repl ( src/Data/Complex/Compat/Repl.hs, nothing )
[ 29 of 130] Compiling Data.Either.Compat ( src/Data/Either/Compat.hs, nothing )
[ 30 of 130] Compiling Data.Either.Compat.Repl ( src/Data/Either/Compat/Repl.hs, nothing )
[ 31 of 130] Compiling Data.Foldable.Compat ( src/Data/Foldable/Compat.hs, nothing )
[ 32 of 130] Compiling Data.Foldable.Compat.Repl ( src/Data/Foldable/Compat/Repl.hs, nothing )
[ 33 of 130] Compiling Data.Foldable1.Compat ( src/Data/Foldable1/Compat.hs, nothing )
[ 34 of 130] Compiling Data.Foldable1.Compat.Repl ( src/Data/Foldable1/Compat/Repl.hs, nothing )
[ 35 of 130] Compiling Data.Function.Compat ( src/Data/Function/Compat.hs, nothing )
[ 36 of 130] Compiling Data.Function.Compat.Repl ( src/Data/Function/Compat/Repl.hs, nothing )
[ 37 of 130] Compiling Data.Functor.Compat ( src/Data/Functor/Compat.hs, nothing )
[ 38 of 130] Compiling Data.Functor.Compat.Repl ( src/Data/Functor/Compat/Repl.hs, nothing )
[ 39 of 130] Compiling Data.Functor.Compose.Compat ( src/Data/Functor/Compose/Compat.hs, nothing )
[ 40 of 130] Compiling Data.Functor.Compose.Compat.Repl ( src/Data/Functor/Compose/Compat/Repl.hs, nothing )
[ 41 of 130] Compiling Data.Functor.Const.Compat ( src/Data/Functor/Const/Compat.hs, nothing )
[ 42 of 130] Compiling Data.Functor.Const.Compat.Repl ( src/Data/Functor/Const/Compat/Repl.hs, nothing )
[ 43 of 130] Compiling Data.Functor.Contravariant.Compat ( src/Data/Functor/Contravariant/Compat.hs, nothing )
[ 44 of 130] Compiling Data.Functor.Contravariant.Compat.Repl ( src/Data/Functor/Contravariant/Compat/Repl.hs, nothing )
[ 45 of 130] Compiling Data.Functor.Identity.Compat ( src/Data/Functor/Identity/Compat.hs, nothing )
[ 46 of 130] Compiling Data.Functor.Identity.Compat.Repl ( src/Data/Functor/Identity/Compat/Repl.hs, nothing )
[ 47 of 130] Compiling Data.Functor.Product.Compat ( src/Data/Functor/Product/Compat.hs, nothing )
[ 48 of 130] Compiling Data.Functor.Product.Compat.Repl ( src/Data/Functor/Product/Compat/Repl.hs, nothing )
[ 49 of 130] Compiling Data.Functor.Sum.Compat ( src/Data/Functor/Sum/Compat.hs, nothing )
[ 50 of 130] Compiling Data.Functor.Sum.Compat.Repl ( src/Data/Functor/Sum/Compat/Repl.hs, nothing )
[ 51 of 130] Compiling Data.IORef.Compat ( src/Data/IORef/Compat.hs, nothing )
[ 52 of 130] Compiling Data.IORef.Compat.Repl ( src/Data/IORef/Compat/Repl.hs, nothing )
[ 53 of 130] Compiling Data.Monoid.Compat ( src/Data/Monoid/Compat.hs, nothing )
[ 54 of 130] Compiling Data.Monoid.Compat.Repl ( src/Data/Monoid/Compat/Repl.hs, nothing )
[ 55 of 130] Compiling Data.Proxy.Compat ( src/Data/Proxy/Compat.hs, nothing )
[ 56 of 130] Compiling Data.Proxy.Compat.Repl ( src/Data/Proxy/Compat/Repl.hs, nothing )
[ 57 of 130] Compiling Data.Ratio.Compat ( src/Data/Ratio/Compat.hs, nothing )
[ 58 of 130] Compiling Data.Ratio.Compat.Repl ( src/Data/Ratio/Compat/Repl.hs, nothing )
[ 59 of 130] Compiling Data.STRef.Compat ( src/Data/STRef/Compat.hs, nothing )
[ 60 of 130] Compiling Data.STRef.Compat.Repl ( src/Data/STRef/Compat/Repl.hs, nothing )
[ 61 of 130] Compiling Data.Semigroup.Compat ( src/Data/Semigroup/Compat.hs, nothing )
[ 62 of 130] Compiling Data.Semigroup.Compat.Repl ( src/Data/Semigroup/Compat/Repl.hs, nothing )
[ 63 of 130] Compiling Data.String.Compat ( src/Data/String/Compat.hs, nothing )
[ 64 of 130] Compiling Data.String.Compat.Repl ( src/Data/String/Compat/Repl.hs, nothing )
[ 65 of 130] Compiling Data.Traversable.Compat ( src/Data/Traversable/Compat.hs, nothing )
[ 66 of 130] Compiling Data.Traversable.Compat.Repl ( src/Data/Traversable/Compat/Repl.hs, nothing )
[ 67 of 130] Compiling Data.Tuple.Compat ( src/Data/Tuple/Compat.hs, nothing )
[ 68 of 130] Compiling Data.Tuple.Compat.Repl ( src/Data/Tuple/Compat/Repl.hs, nothing )
[ 69 of 130] Compiling Data.Type.Coercion.Compat ( src/Data/Type/Coercion/Compat.hs, nothing )
[ 70 of 130] Compiling Data.Type.Coercion.Compat.Repl ( src/Data/Type/Coercion/Compat/Repl.hs, nothing )
[ 71 of 130] Compiling Data.Type.Equality.Compat ( src/Data/Type/Equality/Compat.hs, nothing )
[ 72 of 130] Compiling Data.Type.Equality.Compat.Repl ( src/Data/Type/Equality/Compat/Repl.hs, nothing )
[ 73 of 130] Compiling Data.Typeable.Compat ( src/Data/Typeable/Compat.hs, nothing )
[ 74 of 130] Compiling Data.Typeable.Compat.Repl ( src/Data/Typeable/Compat/Repl.hs, nothing )
[ 75 of 130] Compiling Data.Version.Compat ( src/Data/Version/Compat.hs, nothing )
[ 76 of 130] Compiling Data.Version.Compat.Repl ( src/Data/Version/Compat/Repl.hs, nothing )
[ 77 of 130] Compiling Data.Void.Compat ( src/Data/Void/Compat.hs, nothing )
[ 78 of 130] Compiling Data.Void.Compat.Repl ( src/Data/Void/Compat/Repl.hs, nothing )
[ 79 of 130] Compiling Data.Word.Compat ( src/Data/Word/Compat.hs, nothing )
[ 80 of 130] Compiling Data.Word.Compat.Repl ( src/Data/Word/Compat/Repl.hs, nothing )
[ 81 of 130] Compiling Debug.Trace.Compat ( src/Debug/Trace/Compat.hs, nothing )
[ 82 of 130] Compiling Debug.Trace.Compat.Repl ( src/Debug/Trace/Compat/Repl.hs, nothing )
[ 83 of 130] Compiling Foreign.ForeignPtr.Compat ( src/Foreign/ForeignPtr/Compat.hs, nothing )
[ 84 of 130] Compiling Foreign.ForeignPtr.Compat.Repl ( src/Foreign/ForeignPtr/Compat/Repl.hs, nothing )
[ 85 of 130] Compiling Foreign.ForeignPtr.Safe.Compat ( src/Foreign/ForeignPtr/Safe/Compat.hs, nothing )
[ 86 of 130] Compiling Foreign.ForeignPtr.Safe.Compat.Repl ( src/Foreign/ForeignPtr/Safe/Compat/Repl.hs, nothing )
[ 87 of 130] Compiling Foreign.ForeignPtr.Unsafe.Compat ( src/Foreign/ForeignPtr/Unsafe/Compat.hs, nothing )
[ 88 of 130] Compiling Foreign.ForeignPtr.Unsafe.Compat.Repl ( src/Foreign/ForeignPtr/Unsafe/Compat/Repl.hs, nothing )
[ 89 of 130] Compiling Foreign.Marshal.Alloc.Compat ( src/Foreign/Marshal/Alloc/Compat.hs, nothing )
[ 90 of 130] Compiling Foreign.Marshal.Alloc.Compat.Repl ( src/Foreign/Marshal/Alloc/Compat/Repl.hs, nothing )
[ 91 of 130] Compiling Foreign.Marshal.Array.Compat ( src/Foreign/Marshal/Array/Compat.hs, nothing )
[ 92 of 130] Compiling Foreign.Marshal.Array.Compat.Repl ( src/Foreign/Marshal/Array/Compat/Repl.hs, nothing )
[ 93 of 130] Compiling Foreign.Marshal.Safe.Compat ( src/Foreign/Marshal/Safe/Compat.hs, nothing )
[ 94 of 130] Compiling Foreign.Marshal.Safe.Compat.Repl ( src/Foreign/Marshal/Safe/Compat/Repl.hs, nothing )
[ 95 of 130] Compiling Foreign.Marshal.Unsafe.Compat ( src/Foreign/Marshal/Unsafe/Compat.hs, nothing )
[ 96 of 130] Compiling Foreign.Marshal.Unsafe.Compat.Repl ( src/Foreign/Marshal/Unsafe/Compat/Repl.hs, nothing )
[ 97 of 130] Compiling Foreign.Marshal.Utils.Compat ( src/Foreign/Marshal/Utils/Compat.hs, nothing )
[ 98 of 130] Compiling Foreign.Marshal.Compat ( src/Foreign/Marshal/Compat.hs, nothing )
[ 99 of 130] Compiling Foreign.Marshal.Compat.Repl ( src/Foreign/Marshal/Compat/Repl.hs, nothing )
[100 of 130] Compiling Foreign.Compat ( src/Foreign/Compat.hs, nothing )
[101 of 130] Compiling Foreign.Compat.Repl ( src/Foreign/Compat/Repl.hs, nothing )
[102 of 130] Compiling Foreign.Marshal.Utils.Compat.Repl ( src/Foreign/Marshal/Utils/Compat/Repl.hs, nothing )
[103 of 130] Compiling Numeric.Compat ( src/Numeric/Compat.hs, nothing )
[104 of 130] Compiling Numeric.Compat.Repl ( src/Numeric/Compat/Repl.hs, nothing )
[105 of 130] Compiling Numeric.Natural.Compat ( src/Numeric/Natural/Compat.hs, nothing )
[106 of 130] Compiling Numeric.Natural.Compat.Repl ( src/Numeric/Natural/Compat/Repl.hs, nothing )
[107 of 130] Compiling Prelude.Compat ( src/Prelude/Compat.hs, nothing )
[108 of 130] Compiling Data.List.Compat ( src/Data/List/Compat.hs, nothing )
[109 of 130] Compiling Data.List.NonEmpty.Compat ( src/Data/List/NonEmpty/Compat.hs, nothing )
[110 of 130] Compiling Data.List.NonEmpty.Compat.Repl ( src/Data/List/NonEmpty/Compat/Repl.hs, nothing )
[111 of 130] Compiling Data.List.Compat.Repl ( src/Data/List/Compat/Repl.hs, nothing )
[112 of 130] Compiling Data.Bitraversable.Compat ( src/Data/Bitraversable/Compat.hs, nothing )
[113 of 130] Compiling Data.Bitraversable.Compat.Repl ( src/Data/Bitraversable/Compat/Repl.hs, nothing )
[114 of 130] Compiling Prelude.Compat.Repl ( src/Prelude/Compat/Repl.hs, nothing )
[115 of 130] Compiling System.Environment.Compat ( src/System/Environment/Compat.hs, nothing )
[116 of 130] Compiling System.Environment.Compat.Repl ( src/System/Environment/Compat/Repl.hs, nothing )
[117 of 130] Compiling System.Exit.Compat ( src/System/Exit/Compat.hs, nothing )
[118 of 130] Compiling System.Exit.Compat.Repl ( src/System/Exit/Compat/Repl.hs, nothing )
[119 of 130] Compiling System.IO.Compat ( src/System/IO/Compat.hs, nothing )
[120 of 130] Compiling System.IO.Compat.Repl ( src/System/IO/Compat/Repl.hs, nothing )
[121 of 130] Compiling System.IO.Error.Compat ( src/System/IO/Error/Compat.hs, nothing )
[122 of 130] Compiling System.IO.Error.Compat.Repl ( src/System/IO/Error/Compat/Repl.hs, nothing )
[123 of 130] Compiling System.IO.Unsafe.Compat ( src/System/IO/Unsafe/Compat.hs, nothing )
[124 of 130] Compiling System.IO.Unsafe.Compat.Repl ( src/System/IO/Unsafe/Compat/Repl.hs, nothing )
[125 of 130] Compiling Text.Read.Compat ( src/Text/Read/Compat.hs, nothing )
[126 of 130] Compiling Text.Read.Compat.Repl ( src/Text/Read/Compat/Repl.hs, nothing )
[127 of 130] Compiling Text.Read.Lex.Compat ( src/Text/Read/Lex/Compat.hs, nothing )
[128 of 130] Compiling Text.Read.Lex.Compat.Repl ( src/Text/Read/Lex/Compat/Repl.hs, nothing )
[129 of 130] Compiling Type.Reflection.Compat ( src/Type/Reflection/Compat.hs, nothing )
[130 of 130] Compiling Type.Reflection.Compat.Repl ( src/Type/Reflection/Compat/Repl.hs, nothing )
Haddock coverage:
75% ( 3 / 4) in 'Control.Concurrent.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Control.Concurrent.Compat.Repl'
66% ( 2 / 3) in 'Control.Concurrent.MVar.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Control.Concurrent.MVar.Compat.Repl'
66% ( 2 / 3) in 'Control.Exception.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Control.Exception.Compat.Repl'
71% ( 5 / 7) in 'Control.Monad.Compat'
Missing documentation for:
Module header
fail
100% ( 2 / 2) in 'Control.Monad.Compat.Repl'
50% ( 1 / 2) in 'Control.Monad.Fail.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Control.Monad.Fail.Compat.Repl'
50% ( 1 / 2) in 'Control.Monad.IO.Class.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Control.Monad.IO.Class.Compat.Repl'
25% ( 1 / 4) in 'Control.Monad.ST.Lazy.Unsafe.Compat'
Missing documentation for:
Module header
unsafeInterleaveST
unsafeIOToST
100% ( 2 / 2) in 'Control.Monad.ST.Lazy.Unsafe.Compat.Repl'
80% ( 4 / 5) in 'Control.Monad.ST.Unsafe.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Control.Monad.ST.Unsafe.Compat.Repl'
50% ( 1 / 2) in 'Data.Bifoldable.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Data.Bifoldable.Compat.Repl'
50% ( 1 / 2) in 'Data.Bifoldable1.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Data.Bifoldable1.Compat.Repl'
50% ( 1 / 2) in 'Data.Bifunctor.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Data.Bifunctor.Compat.Repl'
91% ( 11 / 12) in 'Data.Bits.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Data.Bits.Compat.Repl'
66% ( 2 / 3) in 'Data.Bool.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Data.Bool.Compat.Repl'
50% ( 1 / 2) in 'Data.Complex.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Data.Complex.Compat.Repl'
83% ( 5 / 6) in 'Data.Either.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Data.Either.Compat.Repl'
50% ( 1 / 2) in 'Data.Foldable.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Data.Foldable.Compat.Repl'
50% ( 1 / 2) in 'Data.Foldable1.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Data.Foldable1.Compat.Repl'
75% ( 3 / 4) in 'Data.Function.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Data.Function.Compat.Repl'
85% ( 6 / 7) in 'Data.Functor.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Data.Functor.Compat.Repl'
50% ( 1 / 2) in 'Data.Functor.Compose.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Data.Functor.Compose.Compat.Repl'
50% ( 1 / 2) in 'Data.Functor.Const.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Data.Functor.Const.Compat.Repl'
50% ( 1 / 2) in 'Data.Functor.Contravariant.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Data.Functor.Contravariant.Compat.Repl'
50% ( 1 / 2) in 'Data.Functor.Identity.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Data.Functor.Identity.Compat.Repl'
50% ( 1 / 2) in 'Data.Functor.Product.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Data.Functor.Product.Compat.Repl'
50% ( 1 / 2) in 'Data.Functor.Sum.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Data.Functor.Sum.Compat.Repl'
80% ( 4 / 5) in 'Data.IORef.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Data.IORef.Compat.Repl'
92% ( 12 / 13) in 'Data.Monoid.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Data.Monoid.Compat.Repl'
66% ( 2 / 3) in 'Data.Proxy.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Data.Proxy.Compat.Repl'
50% ( 1 / 2) in 'Data.Ratio.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Data.Ratio.Compat.Repl'
66% ( 2 / 3) in 'Data.STRef.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Data.STRef.Compat.Repl'
100% ( 26 / 26) in 'Data.Semigroup.Compat'
100% ( 2 / 2) in 'Data.Semigroup.Compat.Repl'
85% ( 6 / 7) in 'Data.String.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Data.String.Compat.Repl'
75% ( 3 / 4) in 'Data.Traversable.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Data.Traversable.Compat.Repl'
100% ( 8 / 8) in 'Data.Tuple.Compat'
100% ( 8 / 8) in 'Data.Tuple.Compat.Repl'
66% ( 2 / 3) in 'Data.Type.Coercion.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Data.Type.Coercion.Compat.Repl'
50% ( 1 / 2) in 'Data.Type.Equality.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Data.Type.Equality.Compat.Repl'
80% ( 4 / 5) in 'Data.Typeable.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Data.Typeable.Compat.Repl'
66% ( 2 / 3) in 'Data.Version.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Data.Version.Compat.Repl'
50% ( 1 / 2) in 'Data.Void.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Data.Void.Compat.Repl'
80% ( 4 / 5) in 'Data.Word.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Data.Word.Compat.Repl'
88% ( 8 / 9) in 'Debug.Trace.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Debug.Trace.Compat.Repl'
66% ( 2 / 3) in 'Foreign.ForeignPtr.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Foreign.ForeignPtr.Compat.Repl'
90% ( 19 / 21) in 'Foreign.ForeignPtr.Safe.Compat'
Missing documentation for:
Module header
FinalizerEnvPtr
100% ( 2 / 2) in 'Foreign.ForeignPtr.Safe.Compat.Repl'
66% ( 2 / 3) in 'Foreign.ForeignPtr.Unsafe.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Foreign.ForeignPtr.Unsafe.Compat.Repl'
75% ( 3 / 4) in 'Foreign.Marshal.Alloc.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Foreign.Marshal.Alloc.Compat.Repl'
75% ( 3 / 4) in 'Foreign.Marshal.Array.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Foreign.Marshal.Array.Compat.Repl'
85% ( 6 / 7) in 'Foreign.Marshal.Safe.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Foreign.Marshal.Safe.Compat.Repl'
66% ( 2 / 3) in 'Foreign.Marshal.Unsafe.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Foreign.Marshal.Unsafe.Compat.Repl'
66% ( 2 / 3) in 'Foreign.Marshal.Utils.Compat'
Missing documentation for:
Module header
80% ( 4 / 5) in 'Foreign.Marshal.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Foreign.Marshal.Compat.Repl'
66% ( 2 / 3) in 'Foreign.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Foreign.Compat.Repl'
100% ( 2 / 2) in 'Foreign.Marshal.Utils.Compat.Repl'
85% ( 6 / 7) in 'Numeric.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Numeric.Compat.Repl'
66% ( 2 / 3) in 'Numeric.Natural.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Numeric.Natural.Compat.Repl'
84% (212 /250) in 'Prelude.Compat'
Missing documentation for:
Module header
even
odd
fail
maxBound
minBound
**
acos
acosh
asin
asinh
atan
atanh
cos
cosh
exp
log
logBase
pi
sin
sinh
sqrt
tan
tanh
*
+
-
/=
==
<
<=
>
>=
compare
max
min
Bool
Ordering
83% ( 5 / 6) in 'Data.List.Compat'
Missing documentation for:
Module header
Warning: 'comparing' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'sortOn' is ambiguous. It is defined
* in Data.OldList
* at src/Data/List/NonEmpty/Compat.hs:238:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/List/NonEmpty/Compat.hs:238:1
100% ( 78 / 78) in 'Data.List.NonEmpty.Compat'
100% ( 2 / 2) in 'Data.List.NonEmpty.Compat.Repl'
100% ( 2 / 2) in 'Data.List.Compat.Repl'
75% ( 3 / 4) in 'Data.Bitraversable.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Data.Bitraversable.Compat.Repl'
100% ( 2 / 2) in 'Prelude.Compat.Repl'
100% ( 10 / 10) in 'System.Environment.Compat'
100% ( 2 / 2) in 'System.Environment.Compat.Repl'
66% ( 2 / 3) in 'System.Exit.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'System.Exit.Compat.Repl'
80% ( 4 / 5) in 'System.IO.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'System.IO.Compat.Repl'
80% ( 4 / 5) in 'System.IO.Error.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'System.IO.Error.Compat.Repl'
75% ( 3 / 4) in 'System.IO.Unsafe.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'System.IO.Unsafe.Compat.Repl'
88% ( 16 / 18) in 'Text.Read.Compat'
Missing documentation for:
Module header
Lexeme
100% ( 2 / 2) in 'Text.Read.Compat.Repl'
33% ( 1 / 3) in 'Text.Read.Lex.Compat'
Missing documentation for:
Module header
readBinP
100% ( 2 / 2) in 'Text.Read.Lex.Compat.Repl'
80% ( 4 / 5) in 'Type.Reflection.Compat'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Type.Reflection.Compat.Repl'
Warning: Control.Monad.Compat: could not find link destinations for:
- Text.ParserCombinators.ReadP.P
Warning: Data.Functor.Compat: could not find link destinations for:
- Text.ParserCombinators.ReadP.P
Warning: Data.Functor.Const.Compat: could not find link destinations for:
- Data.Functor.Const.Rep_Const
- Data.Functor.Const.Rep1_Const
Warning: Data.Monoid.Compat: could not find link destinations for:
- Data.Semigroup.Internal.Rep_Alt
- Data.Semigroup.Internal.Rep1_Alt
- Data.Semigroup.Internal.Rep_Product
- Data.Semigroup.Internal.Rep1_Product
- Data.Semigroup.Internal.Rep_Sum
- Data.Semigroup.Internal.Rep1_Sum
- Data.Semigroup.Internal.Rep_Any
- Data.Semigroup.Internal.Rep_All
- Data.Semigroup.Internal.Rep_Endo
- Data.Semigroup.Internal.Rep_Dual
- Data.Semigroup.Internal.Rep1_Dual
- Data.Monoid.Rep_Ap
- Data.Monoid.Rep1_Ap
- Data.Monoid.Rep_Last
- Data.Monoid.Rep1_Last
- Data.Monoid.Rep_First
- Data.Monoid.Rep1_First
Warning: Data.Semigroup.Compat: could not find link destinations for:
- Data.Semigroup.Internal.Rep_Product
- Data.Semigroup.Internal.Rep1_Product
- Data.Semigroup.Internal.Rep_Sum
- Data.Semigroup.Internal.Rep1_Sum
- Data.Semigroup.Internal.Rep_Any
- Data.Semigroup.Internal.Rep_All
- Data.Semigroup.Internal.Rep_Endo
- Data.Semigroup.Internal.Rep_Dual
- Data.Semigroup.Internal.Rep1_Dual
- Data.Semigroup.Rep_WrappedMonoid
- Data.Semigroup.Rep1_WrappedMonoid
- Data.Semigroup.Rep_Last
- Data.Semigroup.Rep1_Last
- Data.Semigroup.Rep_First
- Data.Semigroup.Rep1_First
- Data.Semigroup.Rep_Arg
- Data.Semigroup.Rep1_Arg
- Data.Semigroup.Rep_Max
- Data.Semigroup.Rep1_Max
- Data.Semigroup.Rep_Min
- Data.Semigroup.Rep1_Min
- Data.Foldable1.JoinWith
- Data.Foldable1.FromMaybe
- Data.Foldable1.NonEmptyDList
Warning: Data.Tuple.Compat: could not find link destinations for:
- GHC.Generics.Rep1_Solo
- GHC.Generics.Rep_Solo
Warning: Data.Tuple.Compat.Repl: could not find link destinations for:
- GHC.Generics.Rep1_Solo
- GHC.Generics.Rep_Solo
Warning: Prelude.Compat: could not find link destinations for:
- GHC.Prim.~#
- GHC.Generics.SingKind
- GHC.Generics.DemoteRep
- GHC.Generics.fromSing
- GHC.Generics.SingI
- GHC.Generics.sing
- GHC.Generics.Sing
- GHC.Generics.D:R:UReckWordp0
- GHC.Generics.D:R:UReckIntp0
- GHC.Generics.D:R:UReckFloatp0
- GHC.Generics.D:R:UReckDoublep0
- GHC.Generics.D:R:UReckCharp0
- GHC.Generics.Rep1_Either
- GHC.Generics.Rep1_Maybe
- GHC.Generics.Rep_Ordering
- GHC.Generics.Rep_Bool
- GHC.Generics.Rep_Either
- GHC.Generics.Rep_Maybe
- GHC.Generics.Rep_R:UReckWordp
- GHC.Generics.Rep1_R:UReckWordp
- GHC.Generics.Rep_R:UReckIntp
- GHC.Generics.Rep1_R:UReckIntp
- GHC.Generics.Rep1_R:UReckFloatp
- GHC.Generics.Rep_R:UReckDoublep
- GHC.Generics.Rep1_R:UReckDoublep
- GHC.Generics.Rep_R:UReckCharp
- GHC.Generics.Rep1_R:UReckCharp
- GHC.IOPort.IOPort
- Data.Foldable1.JoinWith
- Data.Foldable1.FromMaybe
- Data.Foldable1.NonEmptyDList
- Text.ParserCombinators.ReadP.P
- GHC.Generics.D:R:SingBoola0
- GHC.Generics.STrue
- GHC.Generics.D:R:DemoteRepBool
- GHC.Generics.SFalse
- GHC.Generics.Rep_R:UReckFloatp
- GHC.Generics.D:R:SingMaybeb0
- GHC.Generics.SNothing
- GHC.Generics.SJust
- GHC.Generics.D:R:DemoteRepMaybe
- GHC.IOPort.IOPortException
- Text.Printf.UPrintf
- Text.Printf.hspr
- Text.Printf.spr
Warning: Data.List.Compat: could not find link destinations for:
- GHC.Generics.Rep1_List
- GHC.Generics.Rep_List
- GHC.IsList.D:R:ItemList
- Text.Printf.UPrintf
- Text.Printf.spr
Warning: Data.List.NonEmpty.Compat: could not find link destinations for:
- GHC.Generics.Rep1_NonEmpty
- GHC.Generics.Rep_NonEmpty
- GHC.IsList.D:R:ItemNonEmpty
Documentation created: dist/doc/html/base-compat/,
dist/doc/html/base-compat/base-compat.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/base-compat-0.14.1-J5U6mhFb9eY8Ts5PwTLrMW
Completed base-compat-0.14.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 bimap-0.5.0...
Preprocessing library for bimap-0.5.0..
Building library for bimap-0.5.0..
[1 of 2] Compiling Data.BimapExt ( Data/BimapExt.hs, dist/build/Data/BimapExt.o, dist/build/Data/BimapExt.dyn_o )
[2 of 2] Compiling Data.Bimap ( Data/Bimap.hs, dist/build/Data/Bimap.o, dist/build/Data/Bimap.dyn_o )
Data/Bimap.hs:448:50: 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."
|
448 | allAdjacent f xs = all (uncurry f) $ zip xs (tail xs)
| ^^^^
Preprocessing library for bimap-0.5.0..
Running Haddock on library for bimap-0.5.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.BimapExt ( Data/BimapExt.hs, nothing )
[2 of 2] Compiling Data.Bimap ( Data/Bimap.hs, nothing )
Data/Bimap.hs:448:50: 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."
|
448 | allAdjacent f xs = all (uncurry f) $ zip xs (tail xs)
| ^^^^
Haddock coverage:
100% ( 73 / 73) in 'Data.Bimap'
Warning: Data.Bimap: could not find link destinations for:
- Data.Bimap.D:R:ItemBimap
- Data.Bimap.Rep_Bimap
Documentation created: dist/doc/html/bimap/, dist/doc/html/bimap/bimap.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/bimap-0.5.0-4T3565aoWjeKwct4hwgL2p
Completed bimap-0.5.0
Configuring bitwise-1.0.0.1...
Preprocessing library for bitwise-1.0.0.1..
Building library for bitwise-1.0.0.1..
[1 of 7] Compiling Data.Array.BitArray.Internal ( src/Data/Array/BitArray/Internal.hs, dist/build/Data/Array/BitArray/Internal.o, dist/build/Data/Array/BitArray/Internal.dyn_o )
[2 of 7] Compiling Data.Bits.Bitwise ( src/Data/Bits/Bitwise.hs, dist/build/Data/Bits/Bitwise.o, dist/build/Data/Bits/Bitwise.dyn_o )
[3 of 7] Compiling Data.Array.BitArray.IO ( src/Data/Array/BitArray/IO.hs, dist/build/Data/Array/BitArray/IO.o, dist/build/Data/Array/BitArray/IO.dyn_o )
[4 of 7] Compiling Data.Array.BitArray.ST ( src/Data/Array/BitArray/ST.hs, dist/build/Data/Array/BitArray/ST.o, dist/build/Data/Array/BitArray/ST.dyn_o )
[5 of 7] Compiling Data.Array.BitArray ( src/Data/Array/BitArray.hs, dist/build/Data/Array/BitArray.o, dist/build/Data/Array/BitArray.dyn_o )
[6 of 7] Compiling Data.Array.BitArray.ByteString ( src/Data/Array/BitArray/ByteString.hs, dist/build/Data/Array/BitArray/ByteString.o, dist/build/Data/Array/BitArray/ByteString.dyn_o )
[7 of 7] Compiling Codec.Image.PBM ( src/Codec/Image/PBM.hs, dist/build/Codec/Image/PBM.o, dist/build/Codec/Image/PBM.dyn_o )
Preprocessing library for bitwise-1.0.0.1..
Running Haddock on library for bitwise-1.0.0.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 7] Compiling Data.Array.BitArray.Internal ( src/Data/Array/BitArray/Internal.hs, nothing )
[2 of 7] Compiling Data.Bits.Bitwise ( src/Data/Bits/Bitwise.hs, nothing )
[3 of 7] Compiling Data.Array.BitArray.IO ( src/Data/Array/BitArray/IO.hs, nothing )
[4 of 7] Compiling Data.Array.BitArray.ST ( src/Data/Array/BitArray/ST.hs, nothing )
[5 of 7] Compiling Data.Array.BitArray ( src/Data/Array/BitArray.hs, nothing )
[6 of 7] Compiling Data.Array.BitArray.ByteString ( src/Data/Array/BitArray/ByteString.hs, nothing )
[7 of 7] Compiling Codec.Image.PBM ( src/Codec/Image/PBM.hs, nothing )
Haddock coverage:
100% ( 25 / 25) in 'Data.Bits.Bitwise'
Warning: 'unindex' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Bits' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 34 / 34) in 'Data.Array.BitArray.IO'
Warning: 'unindex' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Bits' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 34 / 34) in 'Data.Array.BitArray.ST'
Warning: 'unindex' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Bits' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 33 / 33) in 'Data.Array.BitArray'
Warning: 'listArray' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'newListArray' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 7 / 7) in 'Data.Array.BitArray.ByteString'
Warning: 'PBM' is ambiguous. It is defined
* at src/Codec/Image/PBM.hs:70:12
* at src/Codec/Image/PBM.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 src/Codec/Image/PBM.hs:70:1
Warning: 'fold' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 16 / 16) in 'Codec.Image.PBM'
Documentation created: dist/doc/html/bitwise/,
dist/doc/html/bitwise/bitwise.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/bitwise-1.0.0.1-1vlPiTvLKyIGYJ1kyJwiJX
Completed bitwise-1.0.0.1
Configuring call-stack-0.4.0...
Preprocessing library for call-stack-0.4.0..
Building library for call-stack-0.4.0..
[1 of 3] Compiling Data.SrcLoc ( src/Data/SrcLoc.hs, dist/build/Data/SrcLoc.o, dist/build/Data/SrcLoc.dyn_o )
[2 of 3] Compiling Data.CallStack ( src/Data/CallStack.hs, dist/build/Data/CallStack.o, dist/build/Data/CallStack.dyn_o )
[3 of 3] Compiling Paths_call_stack ( dist/build/autogen/Paths_call_stack.hs, dist/build/Paths_call_stack.o, dist/build/Paths_call_stack.dyn_o )
Preprocessing library for call-stack-0.4.0..
Running Haddock on library for call-stack-0.4.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.SrcLoc ( src/Data/SrcLoc.hs, nothing )
[2 of 3] Compiling Data.CallStack ( src/Data/CallStack.hs, nothing )
[3 of 3] Compiling Paths_call_stack ( dist/build/autogen/Paths_call_stack.hs, nothing )
Haddock coverage:
33% ( 2 / 6) in 'Data.CallStack'
Missing documentation for:
Module header
CallStack (src/Data/CallStack.hs:42)
callStack (src/Data/CallStack.hs:45)
callSite (src/Data/CallStack.hs:55)
Warning: Data.CallStack: could not find link destinations for:
- GHC.Generics.Rep_SrcLoc
Documentation created: dist/doc/html/call-stack/,
dist/doc/html/call-stack/call-stack.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/call-stack-0.4.0-6toa6qiMTfCIj9v12ifnhn
Completed call-stack-0.4.0
Configuring 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 config-value-0.8.3...
Preprocessing library for config-value-0.8.3..
Building library for config-value-0.8.3..
[ 1 of 11] Compiling Config.Number ( src/Config/Number.hs, dist/build/Config/Number.o, dist/build/Config/Number.dyn_o )
[ 2 of 11] Compiling Config.NumberParser ( dist/build/Config/NumberParser.hs, dist/build/Config/NumberParser.o, dist/build/Config/NumberParser.dyn_o )
[ 3 of 11] Compiling Config.Tokens ( src/Config/Tokens.hs, dist/build/Config/Tokens.o, dist/build/Config/Tokens.dyn_o )
[ 4 of 11] Compiling Config.LexerUtils ( src/Config/LexerUtils.hs, dist/build/Config/LexerUtils.o, dist/build/Config/LexerUtils.dyn_o )
[ 5 of 11] Compiling Config.Lexer ( dist/build/Config/Lexer.hs, dist/build/Config/Lexer.o, dist/build/Config/Lexer.dyn_o )
[ 6 of 11] Compiling Config.Value ( src/Config/Value.hs, dist/build/Config/Value.o, dist/build/Config/Value.dyn_o )
[ 7 of 11] Compiling Config.Pretty ( src/Config/Pretty.hs, dist/build/Config/Pretty.o, dist/build/Config/Pretty.dyn_o )
[ 8 of 11] Compiling Config.Parser ( dist/build/Config/Parser.hs, dist/build/Config/Parser.o, dist/build/Config/Parser.dyn_o )
[ 9 of 11] Compiling Config.Lens ( src/Config/Lens.hs, dist/build/Config/Lens.o, dist/build/Config/Lens.dyn_o )
[10 of 11] Compiling Config ( src/Config.hs, dist/build/Config.o, dist/build/Config.dyn_o )
[11 of 11] Compiling Config.Macro ( src/Config/Macro.hs, dist/build/Config/Macro.o, dist/build/Config/Macro.dyn_o )
Preprocessing library for config-value-0.8.3..
Running Haddock on library for config-value-0.8.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 11] Compiling Config.Number ( src/Config/Number.hs, nothing )
[ 2 of 11] Compiling Config.NumberParser ( dist/build/Config/NumberParser.hs, nothing )
[ 3 of 11] Compiling Config.Tokens ( src/Config/Tokens.hs, nothing )
[ 4 of 11] Compiling Config.LexerUtils ( src/Config/LexerUtils.hs, nothing )
[ 5 of 11] Compiling Config.Lexer ( dist/build/Config/Lexer.hs, nothing )
[ 6 of 11] Compiling Config.Value ( src/Config/Value.hs, nothing )
[ 7 of 11] Compiling Config.Pretty ( src/Config/Pretty.hs, nothing )
[ 8 of 11] Compiling Config.Parser ( dist/build/Config/Parser.hs, nothing )
[ 9 of 11] Compiling Config.Lens ( src/Config/Lens.hs, nothing )
[10 of 11] Compiling Config ( src/Config.hs, nothing )
[11 of 11] Compiling Config.Macro ( src/Config/Macro.hs, nothing )
Haddock coverage:
100% ( 8 / 8) in 'Config.Number'
Warning: 'Position' is ambiguous. It is defined
* at src/Config/Tokens.hs:17:17
* at src/Config/Tokens.hs:17:1
You may 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/Tokens.hs:17:1
Warning: '()' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Atom' is ambiguous. It is defined
* at src/Config/Value.hs:55:5
* at src/Config/Value.hs:38:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Config/Value.hs:38:1
Warning: 'Text' is ambiguous. It is defined
* at src/Config/Value.hs:54:5
* 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/Config/Value.hs:54:5
Warning: 'Section' is ambiguous. It is defined
* at src/Config/Value.hs:25:18
* at src/Config/Value.hs:25:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Config/Value.hs:25:1
Warning: 'Section' is ambiguous. It is defined
* at src/Config/Value.hs:25:18
* at src/Config/Value.hs:25:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Config/Value.hs:25:1
Warning: 'Text' is ambiguous. It is defined
* at src/Config/Value.hs:54:5
* 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/Config/Value.hs:54:5
Warning: 'Atom' is ambiguous. It is defined
* at src/Config/Value.hs:55:5
* at src/Config/Value.hs:38:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Config/Value.hs:38:1
Warning: 'Number' is ambiguous. It is defined
* at src/Config/Number.hs:39:1
* at src/Config/Value.hs:53: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/Config/Number.hs:39:1
100% ( 10 / 10) in 'Config.Lens'
100% ( 20 / 20) in 'Config'
100% ( 9 / 9) in 'Config.Macro'
Warning: Config.Number: could not find link destinations for:
- Config.Number.Rep_Number
- Config.Number.Rep_Radix
Warning: Config: could not find link destinations for:
- Config.Number.Rep_Number
- Config.Value.Rep_Value
- Config.Value.Rep1_Value
- Config.Value.Rep_Section
- Config.Value.Rep1_Section
- Config.Value.Rep_Atom
Documentation created: dist/doc/html/config-value/,
dist/doc/html/config-value/config-value.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/config-value-0.8.3-H10OSDZpaScAW35TN1Wuel
Completed config-value-0.8.3
Warning: erf.cabal:15:37: version operators used. To use version operators the
package needs to specify at least 'cabal-version: >= 1.8'.
Warning: erf.cabal:7:1: The field "synopsis" is specified more than once at
positions 7:1, 11:1
Warning: erf.cabal:3:1: The field "license" is specified more than once at
positions 3:1, 10:1
Configuring erf-2.0.0.0...
Preprocessing library for erf-2.0.0.0..
Building library for erf-2.0.0.0..
[1 of 1] Compiling Data.Number.Erf ( src/Data/Number/Erf.hs, dist/build/Data/Number/Erf.o, dist/build/Data/Number/Erf.dyn_o )
Preprocessing library for erf-2.0.0.0..
Running Haddock on library for erf-2.0.0.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Number.Erf ( src/Data/Number/Erf.hs, nothing )
Haddock coverage:
66% ( 2 / 3) in 'Data.Number.Erf'
Missing documentation for:
Module header
Documentation created: dist/doc/html/erf/, dist/doc/html/erf/erf.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/erf-2.0.0.0-3KmHxs5kjH52HnGmDXY5E4
Completed erf-2.0.0.0
Configuring fingertree-0.1.6.2...
Preprocessing library for fingertree-0.1.6.2..
Building library for fingertree-0.1.6.2..
[1 of 3] Compiling Data.FingerTree ( Data/FingerTree.hs, dist/build/Data/FingerTree.o, dist/build/Data/FingerTree.dyn_o )
[2 of 3] Compiling Data.IntervalMap.FingerTree ( Data/IntervalMap/FingerTree.hs, dist/build/Data/IntervalMap/FingerTree.o, dist/build/Data/IntervalMap/FingerTree.dyn_o )
[3 of 3] Compiling Data.PriorityQueue.FingerTree ( Data/PriorityQueue/FingerTree.hs, dist/build/Data/PriorityQueue/FingerTree.o, dist/build/Data/PriorityQueue/FingerTree.dyn_o )
Preprocessing library for fingertree-0.1.6.2..
Running Haddock on library for fingertree-0.1.6.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.FingerTree ( Data/FingerTree.hs, nothing )
[2 of 3] Compiling Data.IntervalMap.FingerTree ( Data/IntervalMap/FingerTree.hs, nothing )
[3 of 3] Compiling Data.PriorityQueue.FingerTree ( Data/PriorityQueue/FingerTree.hs, nothing )
Haddock coverage:
100% ( 44 / 44) in 'Data.FingerTree'
100% ( 20 / 20) in 'Data.IntervalMap.FingerTree'
100% ( 13 / 13) in 'Data.PriorityQueue.FingerTree'
Warning: Data.FingerTree: could not find link destinations for:
- Data.FingerTree.Rep_SearchResult
- Data.FingerTree.Rep_FingerTree
- Data.FingerTree.Rep_ViewR
- Data.FingerTree.Rep_ViewL
Warning: Data.IntervalMap.FingerTree: could not find link destinations for:
- Data.IntervalMap.FingerTree.Rep_IntervalMap
- Data.IntervalMap.FingerTree.Rep_Interval
Warning: Data.PriorityQueue.FingerTree: could not find link destinations for:
- Data.PriorityQueue.FingerTree.Rep_PQueue
Documentation created: dist/doc/html/fingertree/,
dist/doc/html/fingertree/fingertree.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/fingertree-0.1.6.2-80pfWgjwsKi7zRkNgt34sA
Completed fingertree-0.1.6.2
Configuring haskell-lexer-1.2.1...
Preprocessing library for haskell-lexer-1.2.1..
Building library for haskell-lexer-1.2.1..
[1 of 6] Compiling Language.Haskell.Lexer.Position ( Language/Haskell/Lexer/Position.hs, dist/build/Language/Haskell/Lexer/Position.o, dist/build/Language/Haskell/Lexer/Position.dyn_o )
[2 of 6] Compiling Language.Haskell.Lexer.Tokens ( Language/Haskell/Lexer/Tokens.hs, dist/build/Language/Haskell/Lexer/Tokens.o, dist/build/Language/Haskell/Lexer/Tokens.dyn_o )
[3 of 6] Compiling Language.Haskell.Lexer.Layout ( Language/Haskell/Lexer/Layout.hs, dist/build/Language/Haskell/Lexer/Layout.o, dist/build/Language/Haskell/Lexer/Layout.dyn_o )
[4 of 6] Compiling Language.Haskell.Lexer.Utils ( Language/Haskell/Lexer/Utils.hs, dist/build/Language/Haskell/Lexer/Utils.o, dist/build/Language/Haskell/Lexer/Utils.dyn_o )
[5 of 6] Compiling Language.Haskell.Lexer.Lex ( Language/Haskell/Lexer/Lex.hs, dist/build/Language/Haskell/Lexer/Lex.o, dist/build/Language/Haskell/Lexer/Lex.dyn_o )
[6 of 6] Compiling Language.Haskell.Lexer ( Language/Haskell/Lexer.hs, dist/build/Language/Haskell/Lexer.o, dist/build/Language/Haskell/Lexer.dyn_o )
Preprocessing library for haskell-lexer-1.2.1..
Running Haddock on library for haskell-lexer-1.2.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 6] Compiling Language.Haskell.Lexer.Position ( Language/Haskell/Lexer/Position.hs, nothing )
[2 of 6] Compiling Language.Haskell.Lexer.Tokens ( Language/Haskell/Lexer/Tokens.hs, nothing )
[3 of 6] Compiling Language.Haskell.Lexer.Layout ( Language/Haskell/Lexer/Layout.hs, nothing )
[4 of 6] Compiling Language.Haskell.Lexer.Utils ( Language/Haskell/Lexer/Utils.hs, nothing )
[5 of 6] Compiling Language.Haskell.Lexer.Lex ( Language/Haskell/Lexer/Lex.hs, nothing )
[6 of 6] Compiling Language.Haskell.Lexer ( Language/Haskell/Lexer.hs, nothing )
Haddock coverage:
Warning: Language.Haskell.Lexer.Utils: Could not find documentation for exported module: Language.Haskell.Lexer.Utils
84% ( 11 / 13) in 'Language.Haskell.Lexer'
Missing documentation for:
Module header
PosToken (Language/Haskell/Lexer/Layout.hs:6)
Documentation created: dist/doc/html/haskell-lexer/,
dist/doc/html/haskell-lexer/haskell-lexer.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/haskell-lexer-1.2.1-5D7BleVUwq58CSz4mUgrgH
Completed haskell-lexer-1.2.1
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 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 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 parallel-3.2.2.0...
Preprocessing library for parallel-3.2.2.0..
Building library for parallel-3.2.2.0..
[1 of 3] Compiling Control.Parallel ( Control/Parallel.hs, dist/build/Control/Parallel.o, dist/build/Control/Parallel.dyn_o )
[2 of 3] Compiling Control.Seq ( Control/Seq.hs, dist/build/Control/Seq.o, dist/build/Control/Seq.dyn_o )
[3 of 3] Compiling Control.Parallel.Strategies ( Control/Parallel/Strategies.hs, dist/build/Control/Parallel/Strategies.o, dist/build/Control/Parallel/Strategies.dyn_o )
Preprocessing library for parallel-3.2.2.0..
Running Haddock on library for parallel-3.2.2.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Control.Parallel ( Control/Parallel.hs, nothing )
[2 of 3] Compiling Control.Seq ( Control/Seq.hs, nothing )
[3 of 3] Compiling Control.Parallel.Strategies ( Control/Parallel/Strategies.hs, nothing )
Haddock coverage:
100% ( 3 / 3) in 'Control.Parallel'
72% ( 21 / 29) in 'Control.Seq'
Missing documentation for:
seqTuple2 (Control/Seq.hs:175)
seqTuple3 (Control/Seq.hs:179)
seqTuple4 (Control/Seq.hs:183)
seqTuple5 (Control/Seq.hs:187)
seqTuple6 (Control/Seq.hs:191)
seqTuple7 (Control/Seq.hs:195)
seqTuple8 (Control/Seq.hs:199)
seqTuple9 (Control/Seq.hs:203)
Warning: 'Eval' is ambiguous. It is defined
* at Control/Parallel/Strategies.hs:210:18
* at Control/Parallel/Strategies.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 Control/Parallel/Strategies.hs:210:1
Warning: 'IO' is ambiguous. It is defined
* in GHC.Types
* in GHC.Types
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Types
Warning: 'evaListSplitAt' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'seqTuple2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'seqListN' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'seqFoldable' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
81% ( 72 / 88) in 'Control.Parallel.Strategies'
Missing documentation for:
evalTuple2 (Control/Parallel/Strategies.hs:682)
evalTuple3 (Control/Parallel/Strategies.hs:686)
evalTuple4 (Control/Parallel/Strategies.hs:690)
evalTuple5 (Control/Parallel/Strategies.hs:694)
evalTuple6 (Control/Parallel/Strategies.hs:698)
evalTuple7 (Control/Parallel/Strategies.hs:702)
evalTuple8 (Control/Parallel/Strategies.hs:706)
evalTuple9 (Control/Parallel/Strategies.hs:710)
parTuple2 (Control/Parallel/Strategies.hs:714)
parTuple3 (Control/Parallel/Strategies.hs:718)
parTuple4 (Control/Parallel/Strategies.hs:722)
parTuple5 (Control/Parallel/Strategies.hs:726)
parTuple6 (Control/Parallel/Strategies.hs:730)
parTuple7 (Control/Parallel/Strategies.hs:734)
parTuple8 (Control/Parallel/Strategies.hs:738)
parTuple9 (Control/Parallel/Strategies.hs:742)
Documentation created: dist/doc/html/parallel/,
dist/doc/html/parallel/parallel.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/parallel-3.2.2.0-GSDQJ5uadil9MH4j2cuSxT
Completed parallel-3.2.2.0
Configuring parser-combinators-1.3.0...
Preprocessing library for parser-combinators-1.3.0..
Building library for parser-combinators-1.3.0..
[1 of 7] Compiling Control.Applicative.Combinators ( Control/Applicative/Combinators.hs, dist/build/Control/Applicative/Combinators.o, dist/build/Control/Applicative/Combinators.dyn_o )
Control/Applicative/Combinators.hs:87: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()
|
87 | import Data.Foldable
| ^^^^^^^^^^^^^^^^^^^^
[2 of 7] Compiling Control.Applicative.Combinators.NonEmpty ( Control/Applicative/Combinators/NonEmpty.hs, dist/build/Control/Applicative/Combinators/NonEmpty.o, dist/build/Control/Applicative/Combinators/NonEmpty.dyn_o )
[3 of 7] Compiling Control.Applicative.Permutations ( Control/Applicative/Permutations.hs, dist/build/Control/Applicative/Permutations.o, dist/build/Control/Applicative/Permutations.dyn_o )
[4 of 7] Compiling Control.Monad.Combinators ( Control/Monad/Combinators.hs, dist/build/Control/Monad/Combinators.o, dist/build/Control/Monad/Combinators.dyn_o )
[5 of 7] Compiling Control.Monad.Combinators.Expr ( Control/Monad/Combinators/Expr.hs, dist/build/Control/Monad/Combinators/Expr.o, dist/build/Control/Monad/Combinators/Expr.dyn_o )
[6 of 7] Compiling Control.Monad.Combinators.NonEmpty ( Control/Monad/Combinators/NonEmpty.hs, dist/build/Control/Monad/Combinators/NonEmpty.o, dist/build/Control/Monad/Combinators/NonEmpty.dyn_o )
[7 of 7] Compiling Control.Monad.Permutations ( Control/Monad/Permutations.hs, dist/build/Control/Monad/Permutations.o, dist/build/Control/Monad/Permutations.dyn_o )
Preprocessing library for parser-combinators-1.3.0..
Running Haddock on library for parser-combinators-1.3.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 7] Compiling Control.Applicative.Combinators ( Control/Applicative/Combinators.hs, nothing )
Control/Applicative/Combinators.hs:87: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()
|
87 | import Data.Foldable
| ^^^^^^^^^^^^^^^^^^^^
[2 of 7] Compiling Control.Applicative.Combinators.NonEmpty ( Control/Applicative/Combinators/NonEmpty.hs, nothing )
[3 of 7] Compiling Control.Applicative.Permutations ( Control/Applicative/Permutations.hs, nothing )
[4 of 7] Compiling Control.Monad.Combinators ( Control/Monad/Combinators.hs, nothing )
[5 of 7] Compiling Control.Monad.Combinators.Expr ( Control/Monad/Combinators/Expr.hs, nothing )
[6 of 7] Compiling Control.Monad.Combinators.NonEmpty ( Control/Monad/Combinators/NonEmpty.hs, nothing )
[7 of 7] Compiling Control.Monad.Permutations ( Control/Monad/Permutations.hs, nothing )
Haddock coverage:
100% ( 34 / 34) in 'Control.Applicative.Combinators'
100% ( 6 / 6) in 'Control.Applicative.Combinators.NonEmpty'
100% ( 9 / 9) in 'Control.Applicative.Permutations'
100% ( 32 / 32) in 'Control.Monad.Combinators'
100% ( 3 / 3) in 'Control.Monad.Combinators.Expr'
100% ( 6 / 6) in 'Control.Monad.Combinators.NonEmpty'
100% ( 9 / 9) in 'Control.Monad.Permutations'
Documentation created: dist/doc/html/parser-combinators/,
dist/doc/html/parser-combinators/parser-combinators.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/parser-combinators-1.3.0-FahW63iF2QD8c93hboguXT
Completed parser-combinators-1.3.0
Configuring prettyprinter-1.7.1...
Preprocessing library for prettyprinter-1.7.1..
Building library for prettyprinter-1.7.1..
[ 1 of 28] Compiling Prettyprinter.Render.Util.Panic ( src/Prettyprinter/Render/Util/Panic.hs, dist/build/Prettyprinter/Render/Util/Panic.o, dist/build/Prettyprinter/Render/Util/Panic.dyn_o )
[ 2 of 28] Compiling Prettyprinter.Internal ( src/Prettyprinter/Internal.hs, dist/build/Prettyprinter/Internal.o, dist/build/Prettyprinter/Internal.dyn_o )
[ 3 of 28] Compiling Prettyprinter.Render.String ( src/Prettyprinter/Render/String.hs, dist/build/Prettyprinter/Render/String.o, dist/build/Prettyprinter/Render/String.dyn_o )
[ 4 of 28] Compiling Data.Text.Prettyprint.Doc.Render.String ( src/Data/Text/Prettyprint/Doc/Render/String.hs, dist/build/Data/Text/Prettyprint/Doc/Render/String.o, dist/build/Data/Text/Prettyprint/Doc/Render/String.dyn_o )
[ 5 of 28] Compiling Prettyprinter.Internal.Type ( src/Prettyprinter/Internal/Type.hs, dist/build/Prettyprinter/Internal/Type.o, dist/build/Prettyprinter/Internal/Type.dyn_o )
[ 6 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Type ( src/Data/Text/Prettyprint/Doc/Internal/Type.hs, dist/build/Data/Text/Prettyprint/Doc/Internal/Type.o, dist/build/Data/Text/Prettyprint/Doc/Internal/Type.dyn_o )
[ 7 of 28] Compiling Prettyprinter.Internal.Debug ( src/Prettyprinter/Internal/Debug.hs, dist/build/Prettyprinter/Internal/Debug.o, dist/build/Prettyprinter/Internal/Debug.dyn_o )
[ 8 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Debug ( src/Data/Text/Prettyprint/Doc/Internal/Debug.hs, dist/build/Data/Text/Prettyprint/Doc/Internal/Debug.o, dist/build/Data/Text/Prettyprint/Doc/Internal/Debug.dyn_o )
[ 9 of 28] Compiling Data.Text.Prettyprint.Doc.Internal ( src/Data/Text/Prettyprint/Doc/Internal.hs, dist/build/Data/Text/Prettyprint/Doc/Internal.o, dist/build/Data/Text/Prettyprint/Doc/Internal.dyn_o )
[10 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.Panic ( src/Data/Text/Prettyprint/Doc/Render/Util/Panic.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Util/Panic.o, dist/build/Data/Text/Prettyprint/Doc/Render/Util/Panic.dyn_o )
[11 of 28] Compiling Prettyprinter.Render.Util.StackMachine ( src/Prettyprinter/Render/Util/StackMachine.hs, dist/build/Prettyprinter/Render/Util/StackMachine.o, dist/build/Prettyprinter/Render/Util/StackMachine.dyn_o )
src/Prettyprinter/Render/Util/StackMachine.hs:34:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
34 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[12 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.StackMachine ( src/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.o, dist/build/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.dyn_o )
[13 of 28] Compiling Prettyprinter.Symbols.Ascii ( src/Prettyprinter/Symbols/Ascii.hs, dist/build/Prettyprinter/Symbols/Ascii.o, dist/build/Prettyprinter/Symbols/Ascii.dyn_o )
[14 of 28] Compiling Prettyprinter ( src/Prettyprinter.hs, dist/build/Prettyprinter.o, dist/build/Prettyprinter.dyn_o )
[15 of 28] Compiling Prettyprinter.Render.Util.SimpleDocTree ( src/Prettyprinter/Render/Util/SimpleDocTree.hs, dist/build/Prettyprinter/Render/Util/SimpleDocTree.o, dist/build/Prettyprinter/Render/Util/SimpleDocTree.dyn_o )
[16 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.SimpleDocTree ( src/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.o, dist/build/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.dyn_o )
[17 of 28] Compiling Prettyprinter.Render.Tutorials.TreeRenderingTutorial ( src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs, dist/build/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.o, dist/build/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.dyn_o )
[18 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.TreeRenderingTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.o, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.dyn_o )
[19 of 28] Compiling Prettyprinter.Render.Tutorials.StackMachineTutorial ( src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs, dist/build/Prettyprinter/Render/Tutorials/StackMachineTutorial.o, dist/build/Prettyprinter/Render/Tutorials/StackMachineTutorial.dyn_o )
[20 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.StackMachineTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.o, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.dyn_o )
src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs:7:1: warning: [GHC-15328] [-Wdeprecations]
Module Prettyprinter.Render.Tutorials.StackMachineTutorial is deprecated:
"Writing your own stack machine is probably more efficient and customizable; also consider using �renderSimplyDecorated(A)� instead"
|
7 | import Prettyprinter.Render.Tutorials.StackMachineTutorial
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[21 of 28] Compiling Prettyprinter.Render.Text ( src/Prettyprinter/Render/Text.hs, dist/build/Prettyprinter/Render/Text.o, dist/build/Prettyprinter/Render/Text.dyn_o )
[22 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Text ( src/Data/Text/Prettyprint/Doc/Render/Text.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Text.o, dist/build/Data/Text/Prettyprint/Doc/Render/Text.dyn_o )
[23 of 28] Compiling Data.Text.Prettyprint.Doc ( src/Data/Text/Prettyprint/Doc.hs, dist/build/Data/Text/Prettyprint/Doc.o, dist/build/Data/Text/Prettyprint/Doc.dyn_o )
[24 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Ascii ( src/Data/Text/Prettyprint/Doc/Symbols/Ascii.hs, dist/build/Data/Text/Prettyprint/Doc/Symbols/Ascii.o, dist/build/Data/Text/Prettyprint/Doc/Symbols/Ascii.dyn_o )
[25 of 28] Compiling Prettyprinter.Symbols.Unicode ( src/Prettyprinter/Symbols/Unicode.hs, dist/build/Prettyprinter/Symbols/Unicode.o, dist/build/Prettyprinter/Symbols/Unicode.dyn_o )
[26 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Unicode ( src/Data/Text/Prettyprint/Doc/Symbols/Unicode.hs, dist/build/Data/Text/Prettyprint/Doc/Symbols/Unicode.o, dist/build/Data/Text/Prettyprint/Doc/Symbols/Unicode.dyn_o )
[27 of 28] Compiling Prettyprinter.Util ( src/Prettyprinter/Util.hs, dist/build/Prettyprinter/Util.o, dist/build/Prettyprinter/Util.dyn_o )
[28 of 28] Compiling Data.Text.Prettyprint.Doc.Util ( src/Data/Text/Prettyprint/Doc/Util.hs, dist/build/Data/Text/Prettyprint/Doc/Util.o, dist/build/Data/Text/Prettyprint/Doc/Util.dyn_o )
Preprocessing library for prettyprinter-1.7.1..
Running Haddock on library for prettyprinter-1.7.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 28] Compiling Prettyprinter.Render.Util.Panic ( src/Prettyprinter/Render/Util/Panic.hs, nothing )
[ 2 of 28] Compiling Prettyprinter.Internal ( src/Prettyprinter/Internal.hs, nothing )
[ 3 of 28] Compiling Prettyprinter.Render.String ( src/Prettyprinter/Render/String.hs, nothing )
[ 4 of 28] Compiling Data.Text.Prettyprint.Doc.Render.String ( src/Data/Text/Prettyprint/Doc/Render/String.hs, nothing )
[ 5 of 28] Compiling Prettyprinter.Internal.Type ( src/Prettyprinter/Internal/Type.hs, nothing )
[ 6 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Type ( src/Data/Text/Prettyprint/Doc/Internal/Type.hs, nothing )
[ 7 of 28] Compiling Prettyprinter.Internal.Debug ( src/Prettyprinter/Internal/Debug.hs, nothing )
[ 8 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Debug ( src/Data/Text/Prettyprint/Doc/Internal/Debug.hs, nothing )
[ 9 of 28] Compiling Data.Text.Prettyprint.Doc.Internal ( src/Data/Text/Prettyprint/Doc/Internal.hs, nothing )
[10 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.Panic ( src/Data/Text/Prettyprint/Doc/Render/Util/Panic.hs, nothing )
[11 of 28] Compiling Prettyprinter.Render.Util.StackMachine ( src/Prettyprinter/Render/Util/StackMachine.hs, nothing )
src/Prettyprinter/Render/Util/StackMachine.hs:34:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
34 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[12 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.StackMachine ( src/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.hs, nothing )
[13 of 28] Compiling Prettyprinter.Symbols.Ascii ( src/Prettyprinter/Symbols/Ascii.hs, nothing )
[14 of 28] Compiling Prettyprinter ( src/Prettyprinter.hs, nothing )
[15 of 28] Compiling Prettyprinter.Render.Util.SimpleDocTree ( src/Prettyprinter/Render/Util/SimpleDocTree.hs, nothing )
[16 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.SimpleDocTree ( src/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.hs, nothing )
[17 of 28] Compiling Prettyprinter.Render.Tutorials.TreeRenderingTutorial ( src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs, nothing )
[18 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.TreeRenderingTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.hs, nothing )
[19 of 28] Compiling Prettyprinter.Render.Tutorials.StackMachineTutorial ( src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs, nothing )
[20 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.StackMachineTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs, nothing )
src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs:7:1: warning: [GHC-15328] [-Wdeprecations]
Module Prettyprinter.Render.Tutorials.StackMachineTutorial is deprecated:
"Writing your own stack machine is probably more efficient and customizable; also consider using �renderSimplyDecorated(A)� instead"
|
7 | import Prettyprinter.Render.Tutorials.StackMachineTutorial
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[21 of 28] Compiling Prettyprinter.Render.Text ( src/Prettyprinter/Render/Text.hs, nothing )
[22 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Text ( src/Data/Text/Prettyprint/Doc/Render/Text.hs, nothing )
[23 of 28] Compiling Data.Text.Prettyprint.Doc ( src/Data/Text/Prettyprint/Doc.hs, nothing )
[24 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Ascii ( src/Data/Text/Prettyprint/Doc/Symbols/Ascii.hs, nothing )
[25 of 28] Compiling Prettyprinter.Symbols.Unicode ( src/Prettyprinter/Symbols/Unicode.hs, nothing )
[26 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Unicode ( src/Data/Text/Prettyprint/Doc/Symbols/Unicode.hs, nothing )
[27 of 28] Compiling Prettyprinter.Util ( src/Prettyprinter/Util.hs, nothing )
[28 of 28] Compiling Data.Text.Prettyprint.Doc.Util ( src/Data/Text/Prettyprint/Doc/Util.hs, nothing )
Haddock coverage:
57% ( 4 / 7) in 'Prettyprinter.Render.Util.Panic'
Missing documentation for:
Module header
panicPeekedEmpty (src/Prettyprinter/Render/Util/Panic.hs:36)
panicPoppedEmpty (src/Prettyprinter/Render/Util/Panic.hs:36)
Warning: 'Text' is ambiguous. It is defined
* at src/Prettyprinter/Internal.hs:159:7
* in Data.Text.Internal
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Prettyprinter/Internal.hs:159:7
Warning: 'parens' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'space' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'doc' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'putDoc' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'hPutDoc' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'reAnnotateST' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'comma' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
98% ( 77 / 78) in 'Prettyprinter.Internal'
Missing documentation for:
defaultPageWidth (src/Prettyprinter/Internal.hs:1778)
66% ( 2 / 3) in 'Prettyprinter.Render.String'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.String'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Prettyprinter.Internal.Type'
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Internal.Type'
Missing documentation for:
Module header
75% ( 3 / 4) in 'Prettyprinter.Internal.Debug'
Missing documentation for:
diag' (src/Prettyprinter/Internal/Debug.hs:76)
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Internal.Debug'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Internal'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Util.Panic'
Missing documentation for:
Module header
Warning: 'Text' is ambiguous. It is defined
* at src/Prettyprinter/Internal.hs:159:7
* in Data.Text.Internal
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Prettyprinter/Internal.hs:159:7
100% ( 13 / 13) in 'Prettyprinter.Render.Util.StackMachine'
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Util.StackMachine'
Missing documentation for:
Module header
100% ( 27 / 27) in 'Prettyprinter.Symbols.Ascii'
Warning: 'Keyword' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Red' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'color' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'colorDull' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bgColor' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bgColorDull' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% (112 /112) in 'Prettyprinter'
Warning: 'Text' is ambiguous. It is defined
* at src/Prettyprinter/Internal.hs:159:7
* in Data.Text.Internal
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Prettyprinter/Internal.hs:159:7
100% ( 11 / 11) in 'Prettyprinter.Render.Util.SimpleDocTree'
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Util.SimpleDocTree'
Missing documentation for:
Module header
61% ( 11 / 18) in 'Prettyprinter.Render.Tutorials.TreeRenderingTutorial'
Missing documentation for:
SimpleHtml (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:40)
Color (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:41)
bold (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:46)
italics (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:47)
paragraph (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:48)
headline (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:49)
color (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:52)
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Tutorials.TreeRenderingTutorial'
Missing documentation for:
Module header
61% ( 11 / 18) in 'Prettyprinter.Render.Tutorials.StackMachineTutorial'
Missing documentation for:
SimpleHtml (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:43)
Color (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:44)
bold (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:49)
italics (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:50)
paragraph (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:51)
headline (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:52)
color (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:55)
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Tutorials.StackMachineTutorial'
Missing documentation for:
Module header
Warning: 'Text' is ambiguous. It is defined
* at src/Prettyprinter/Internal.hs:159:7
* in Data.Text.Internal
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Prettyprinter/Internal.hs:159:7
100% ( 9 / 9) in 'Prettyprinter.Render.Text'
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Text'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Symbols.Ascii'
Missing documentation for:
Module header
100% ( 30 / 30) in 'Prettyprinter.Symbols.Unicode'
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Symbols.Unicode'
Missing documentation for:
Module header
Warning: Prettyprinter.Util: Could not find documentation for exported module: Prettyprinter.Util
100% ( 4 / 4) in 'Prettyprinter.Util'
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Util'
Missing documentation for:
Module header
Warning: Prettyprinter.Internal: could not find link destinations for:
- Prettyprinter.Internal.Rep_Doc
- Prettyprinter.Internal.Rep_SimpleDocStream
Warning: Prettyprinter.Internal.Type: could not find link destinations for:
- Prettyprinter.Internal.Rep_Doc
Warning: Prettyprinter: could not find link destinations for:
- Prettyprinter.Internal.Rep_Doc
- Prettyprinter.Internal.Rep_SimpleDocStream
Warning: Prettyprinter.Render.Util.SimpleDocTree: could not find link destinations for:
- Prettyprinter.Render.Util.SimpleDocTree.Rep_SimpleDocTree
Documentation created: dist/doc/html/prettyprinter/,
dist/doc/html/prettyprinter/prettyprinter.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/prettyprinter-1.7.1-UnQFunVR8xJApG1SQhvgB
Completed prettyprinter-1.7.1
Configuring primitive-0.9.1.0...
Preprocessing library for primitive-0.9.1.0..
Building library for primitive-0.9.1.0..
[ 1 of 14] Compiling Data.Primitive.Internal.Read ( Data/Primitive/Internal/Read.hs, dist/build/Data/Primitive/Internal/Read.o, dist/build/Data/Primitive/Internal/Read.dyn_o )
[ 2 of 14] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, dist/build/Data/Primitive/MachDeps.o, dist/build/Data/Primitive/MachDeps.dyn_o )
[ 3 of 14] Compiling Data.Primitive.Internal.Operations ( Data/Primitive/Internal/Operations.hs, dist/build/Data/Primitive/Internal/Operations.o, dist/build/Data/Primitive/Internal/Operations.dyn_o )
[ 4 of 14] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, dist/build/Control/Monad/Primitive.o, dist/build/Control/Monad/Primitive.dyn_o )
[ 5 of 14] Compiling Data.Primitive.MVar ( Data/Primitive/MVar.hs, dist/build/Data/Primitive/MVar.o, dist/build/Data/Primitive/MVar.dyn_o )
[ 6 of 14] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, dist/build/Data/Primitive/Array.o, dist/build/Data/Primitive/Array.dyn_o )
[ 7 of 14] Compiling Data.Primitive.MutVar ( Data/Primitive/MutVar.hs, dist/build/Data/Primitive/MutVar.o, dist/build/Data/Primitive/MutVar.dyn_o )
[ 8 of 14] Compiling Data.Primitive.SmallArray ( Data/Primitive/SmallArray.hs, dist/build/Data/Primitive/SmallArray.o, dist/build/Data/Primitive/SmallArray.dyn_o )
[ 9 of 14] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, dist/build/Data/Primitive/Types.o, dist/build/Data/Primitive/Types.dyn_o )
[10 of 14] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, dist/build/Data/Primitive/ByteArray.o, dist/build/Data/Primitive/ByteArray.dyn_o )
[11 of 14] Compiling Data.Primitive.PrimArray ( Data/Primitive/PrimArray.hs, dist/build/Data/Primitive/PrimArray.o, dist/build/Data/Primitive/PrimArray.dyn_o )
[12 of 14] Compiling Data.Primitive.Ptr ( Data/Primitive/Ptr.hs, dist/build/Data/Primitive/Ptr.o, dist/build/Data/Primitive/Ptr.dyn_o )
[13 of 14] Compiling Data.Primitive ( Data/Primitive.hs, dist/build/Data/Primitive.o, dist/build/Data/Primitive.dyn_o )
[14 of 14] Compiling Data.Primitive.PrimVar ( Data/Primitive/PrimVar.hs, dist/build/Data/Primitive/PrimVar.o, dist/build/Data/Primitive/PrimVar.dyn_o )
Preprocessing library for primitive-0.9.1.0..
Running Haddock on library for primitive-0.9.1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 14] Compiling Data.Primitive.Internal.Read ( Data/Primitive/Internal/Read.hs, nothing )
[ 2 of 14] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, nothing )
[ 3 of 14] Compiling Data.Primitive.Internal.Operations ( Data/Primitive/Internal/Operations.hs, nothing )
[ 4 of 14] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, nothing )
[ 5 of 14] Compiling Data.Primitive.MVar ( Data/Primitive/MVar.hs, nothing )
[ 6 of 14] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, nothing )
[ 7 of 14] Compiling Data.Primitive.MutVar ( Data/Primitive/MutVar.hs, nothing )
[ 8 of 14] Compiling Data.Primitive.SmallArray ( Data/Primitive/SmallArray.hs, nothing )
[ 9 of 14] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, nothing )
[10 of 14] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, nothing )
[11 of 14] Compiling Data.Primitive.PrimArray ( Data/Primitive/PrimArray.hs, nothing )
[12 of 14] Compiling Data.Primitive.Ptr ( Data/Primitive/Ptr.hs, nothing )
[13 of 14] Compiling Data.Primitive ( Data/Primitive.hs, nothing )
[14 of 14] Compiling Data.Primitive.PrimVar ( Data/Primitive/PrimVar.hs, nothing )
Haddock coverage:
2% ( 1 / 35) in 'Data.Primitive.MachDeps'
Missing documentation for:
sIZEOF_CHAR (Data/Primitive/MachDeps.hs:68)
aLIGNMENT_CHAR (Data/Primitive/MachDeps.hs:69)
sIZEOF_INT (Data/Primitive/MachDeps.hs:71)
aLIGNMENT_INT (Data/Primitive/MachDeps.hs:72)
sIZEOF_WORD (Data/Primitive/MachDeps.hs:74)
aLIGNMENT_WORD (Data/Primitive/MachDeps.hs:75)
sIZEOF_DOUBLE (Data/Primitive/MachDeps.hs:77)
aLIGNMENT_DOUBLE (Data/Primitive/MachDeps.hs:78)
sIZEOF_FLOAT (Data/Primitive/MachDeps.hs:80)
aLIGNMENT_FLOAT (Data/Primitive/MachDeps.hs:81)
sIZEOF_PTR (Data/Primitive/MachDeps.hs:83)
aLIGNMENT_PTR (Data/Primitive/MachDeps.hs:84)
sIZEOF_FUNPTR (Data/Primitive/MachDeps.hs:86)
aLIGNMENT_FUNPTR (Data/Primitive/MachDeps.hs:87)
sIZEOF_STABLEPTR (Data/Primitive/MachDeps.hs:89)
aLIGNMENT_STABLEPTR (Data/Primitive/MachDeps.hs:90)
sIZEOF_INT8 (Data/Primitive/MachDeps.hs:92)
aLIGNMENT_INT8 (Data/Primitive/MachDeps.hs:93)
sIZEOF_WORD8 (Data/Primitive/MachDeps.hs:95)
aLIGNMENT_WORD8 (Data/Primitive/MachDeps.hs:96)
sIZEOF_INT16 (Data/Primitive/MachDeps.hs:98)
aLIGNMENT_INT16 (Data/Primitive/MachDeps.hs:99)
sIZEOF_WORD16 (Data/Primitive/MachDeps.hs:101)
aLIGNMENT_WORD16 (Data/Primitive/MachDeps.hs:102)
sIZEOF_INT32 (Data/Primitive/MachDeps.hs:104)
aLIGNMENT_INT32 (Data/Primitive/MachDeps.hs:105)
sIZEOF_WORD32 (Data/Primitive/MachDeps.hs:107)
aLIGNMENT_WORD32 (Data/Primitive/MachDeps.hs:108)
sIZEOF_INT64 (Data/Primitive/MachDeps.hs:110)
aLIGNMENT_INT64 (Data/Primitive/MachDeps.hs:111)
sIZEOF_WORD64 (Data/Primitive/MachDeps.hs:113)
aLIGNMENT_WORD64 (Data/Primitive/MachDeps.hs:114)
Word64_# (Data/Primitive/MachDeps.hs:117)
Int64_# (Data/Primitive/MachDeps.hs:118)
Warning: 'IO' is ambiguous. It is defined
* in GHC.Types
* in GHC.Types
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Types
Warning: 'ST' is ambiguous. It is defined
* in GHC.ST
* in GHC.ST
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.ST
89% ( 26 / 29) in 'Control.Monad.Primitive'
Missing documentation for:
unsafeInterleave (Control/Monad/Primitive.hs:408)
unsafeDupableInterleave (Control/Monad/Primitive.hs:409)
noDuplicate (Control/Monad/Primitive.hs:401)
Warning: 'MVar' is ambiguous. It is defined
* at Data/Primitive/MVar.hs:41:17
* at Data/Primitive/MVar.hs:41:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Primitive/MVar.hs:41:1
100% ( 11 / 11) in 'Data.Primitive.MVar'
Warning: 'Array' is ambiguous. It is defined
* at Data/Primitive/Array.hs:65:16
* at Data/Primitive/Array.hs:65:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Primitive/Array.hs:65:1
Warning: 'MutableArray' is ambiguous. It is defined
* at Data/Primitive/Array.hs:108:25
* at Data/Primitive/Array.hs:108:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Primitive/Array.hs:108:1
100% ( 27 / 27) in 'Data.Primitive.Array'
Warning: 'MutVar' is ambiguous. It is defined
* at Data/Primitive/MutVar.hs:44:19
* at Data/Primitive/MutVar.hs:44:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Primitive/MutVar.hs:44:1
Warning: 'IORef' is ambiguous. It is defined
* in GHC.IORef
* in GHC.IORef
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.IORef
Warning: 'STRef' is ambiguous. It is defined
* in GHC.STRef
* in GHC.STRef
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.STRef
100% ( 15 / 15) in 'Data.Primitive.MutVar'
Warning: 'SmallArray' is ambiguous. It is defined
* at Data/Primitive/SmallArray.hs:95:21
* at Data/Primitive/SmallArray.hs:95:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Primitive/SmallArray.hs:95:1
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
Warning: 'SmallMutableArray' is ambiguous. It is defined
* at Data/Primitive/SmallArray.hs:106:30
* at Data/Primitive/SmallArray.hs:106:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Primitive/SmallArray.hs:106:1
93% ( 27 / 29) in 'Data.Primitive.SmallArray'
Missing documentation for:
SmallArray (Data/Primitive/SmallArray.hs:95)
SmallMutableArray (Data/Primitive/SmallArray.hs:106)
100% ( 10 / 10) in 'Data.Primitive.Types'
Warning: 'MutableByteArray' is ambiguous. It is defined
* in Data.Array.Byte
* in Data.Array.Byte
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Array.Byte
Warning: 'ByteArray' is ambiguous. It is defined
* in Data.Array.Byte
* in Data.Array.Byte
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Array.Byte
98% ( 61 / 62) in 'Data.Primitive.ByteArray'
Missing documentation for:
createByteArray (Data/Primitive/ByteArray.hs:672)
Warning: 'PrimArray' is ambiguous. It is defined
* at Data/Primitive/PrimArray.hs:144:20
* at Data/Primitive/PrimArray.hs:144:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Primitive/PrimArray.hs:144:1
Warning: 'MutablePrimArray' is ambiguous. It is defined
* at Data/Primitive/PrimArray.hs:167:29
* at Data/Primitive/PrimArray.hs:167:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Primitive/PrimArray.hs:167:1
Warning: 'ByteArray' is ambiguous. It is defined
* in Data.Array.Byte
* in Data.Array.Byte
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Array.Byte
100% ( 78 / 78) in 'Data.Primitive.PrimArray'
Warning: 'Ptr' is ambiguous. It is defined
* in GHC.Ptr
* in GHC.Ptr
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Ptr
100% ( 17 / 17) in 'Data.Primitive.Ptr'
100% ( 10 / 10) in 'Data.Primitive'
Warning: 'PrimVar' is ambiguous. It is defined
* at Data/Primitive/PrimVar.hs:49:23
* at Data/Primitive/PrimVar.hs:49:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Primitive/PrimVar.hs:49:1
Warning: 'MutablePrimArray' is ambiguous. It is defined
* at Data/Primitive/PrimArray.hs:167:29
* at Data/Primitive/PrimArray.hs:167:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Primitive/PrimArray.hs:167:1
100% ( 22 / 22) in 'Data.Primitive.PrimVar'
Warning: Control.Monad.Primitive: could not find link destinations for:
- Control.Monad.Primitive.D:R:PrimStateST
- Control.Monad.Primitive.D:R:PrimStateST0
- Control.Monad.Primitive.D:R:PrimStateRWST
- Control.Monad.Primitive.D:R:PrimStateWriterT
- Control.Monad.Primitive.D:R:PrimStateStateT
- Control.Monad.Primitive.D:R:PrimStateSelectT
- Control.Monad.Primitive.D:R:PrimStateAccumT
- Control.Monad.Primitive.D:R:PrimStateExceptT
- Control.Monad.Primitive.D:R:PrimStateRWST0
- Control.Monad.Primitive.D:R:PrimStateRWST1
- Control.Monad.Primitive.D:R:PrimStateWriterT0
- Control.Monad.Primitive.D:R:PrimStateWriterT1
- Control.Monad.Primitive.D:R:PrimStateStateT0
- Control.Monad.Primitive.D:R:PrimStateReaderT
- Control.Monad.Primitive.D:R:PrimStateMaybeT
- Control.Monad.Primitive.D:R:PrimStateIdentityT
- Control.Monad.Primitive.D:R:PrimStateContT
- Control.Monad.Primitive.D:R:PrimStateIO
Warning: Data.Primitive.Array: could not find link destinations for:
- Data.Primitive.Array.D:R:ItemArray
Warning: Data.Primitive.SmallArray: could not find link destinations for:
- Data.Primitive.SmallArray.D:R:ItemSmallArray
Warning: Data.Primitive.Types: could not find link destinations for:
- GHC.Generics.D:R:UReckPtrp0
- GHC.Generics.Rep_R:UReckPtrp
- GHC.Generics.Rep1_R:UReckPtrp
Warning: Data.Primitive.ByteArray: could not find link destinations for:
- Data.Array.Byte.D:R:ItemByteArray
Warning: Data.Primitive.PrimArray: could not find link destinations for:
- Data.Primitive.PrimArray.D:R:ItemPrimArray
Warning: Data.Primitive.Ptr: could not find link destinations for:
- GHC.Generics.D:R:UReckPtrp0
- GHC.Generics.Rep_R:UReckPtrp
- GHC.Generics.Rep1_R:UReckPtrp
Documentation created: dist/doc/html/primitive/,
dist/doc/html/primitive/primitive.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/primitive-0.9.1.0-FI4ablStFrKABDqEidp4iv
Completed primitive-0.9.1.0
Configuring reflection-2.1.9...
Preprocessing library for reflection-2.1.9..
Building library for reflection-2.1.9..
[1 of 1] Compiling Data.Reflection ( fast/Data/Reflection.hs, dist/build/Data/Reflection.o, dist/build/Data/Reflection.dyn_o )
Preprocessing library for reflection-2.1.9..
Running Haddock on library for reflection-2.1.9..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Reflection ( fast/Data/Reflection.hs, nothing )
Haddock coverage:
Warning: 'Proxy' is ambiguous. It is defined
* in Data.Proxy
* in Data.Proxy
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Proxy
Warning: 'fold' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
76% ( 23 / 30) in 'Data.Reflection'
Missing documentation for:
Reifies (fast/Data/Reflection.hs:152)
ReifiedMonoid (fast/Data/Reflection.hs:553)
ReflectedMonoid (fast/Data/Reflection.hs:567)
reifyMonoid (fast/Data/Reflection.hs:573)
ReifiedApplicative (fast/Data/Reflection.hs:601)
ReflectedApplicative (fast/Data/Reflection.hs:603)
reifyApplicative (fast/Data/Reflection.hs:619)
Documentation created: dist/doc/html/reflection/,
dist/doc/html/reflection/reflection.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/reflection-2.1.9-HzKzfktnLbfKL6cdV3D8Rq
Completed reflection-2.1.9
Configuring s-cargot-0.1.6.0...
Preprocessing library for s-cargot-0.1.6.0..
Building library for s-cargot-0.1.6.0..
[ 1 of 12] Compiling Data.SCargot.Common ( Data/SCargot/Common.hs, dist/build/Data/SCargot/Common.o, dist/build/Data/SCargot/Common.dyn_o )
[ 2 of 12] Compiling Data.SCargot.Repr ( Data/SCargot/Repr.hs, dist/build/Data/SCargot/Repr.o, dist/build/Data/SCargot/Repr.dyn_o )
Data/SCargot/Repr.hs:22: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()
|
22 | import Data.Foldable (Foldable(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/SCargot/Repr.hs:23: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()
|
23 | import Data.Traversable (Traversable(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 3 of 12] Compiling Data.SCargot.Print ( Data/SCargot/Print.hs, dist/build/Data/SCargot/Print.o, dist/build/Data/SCargot/Print.dyn_o )
Data/SCargot/Print.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 ((<>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 4 of 12] Compiling Data.SCargot.Parse ( Data/SCargot/Parse.hs, dist/build/Data/SCargot/Parse.o, dist/build/Data/SCargot/Parse.dyn_o )
[ 5 of 12] Compiling Data.SCargot.Comments ( Data/SCargot/Comments.hs, dist/build/Data/SCargot/Comments.o, dist/build/Data/SCargot/Comments.dyn_o )
[ 6 of 12] Compiling Data.SCargot ( Data/SCargot.hs, dist/build/Data/SCargot.o, dist/build/Data/SCargot.dyn_o )
[ 7 of 12] Compiling Data.SCargot.Atom ( Data/SCargot/Atom.hs, dist/build/Data/SCargot/Atom.o, dist/build/Data/SCargot/Atom.dyn_o )
[ 8 of 12] Compiling Data.SCargot.Repr.Basic ( Data/SCargot/Repr/Basic.hs, dist/build/Data/SCargot/Repr/Basic.o, dist/build/Data/SCargot/Repr/Basic.dyn_o )
[ 9 of 12] Compiling Data.SCargot.Language.HaskLike ( Data/SCargot/Language/HaskLike.hs, dist/build/Data/SCargot/Language/HaskLike.o, dist/build/Data/SCargot/Language/HaskLike.dyn_o )
[10 of 12] Compiling Data.SCargot.Language.Basic ( Data/SCargot/Language/Basic.hs, dist/build/Data/SCargot/Language/Basic.o, dist/build/Data/SCargot/Language/Basic.dyn_o )
Data/SCargot/Language/Basic.hs:12: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()
|
12 | import Control.Applicative ((<$>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[11 of 12] Compiling Data.SCargot.Repr.Rich ( Data/SCargot/Repr/Rich.hs, dist/build/Data/SCargot/Repr/Rich.o, dist/build/Data/SCargot/Repr/Rich.dyn_o )
[12 of 12] Compiling Data.SCargot.Repr.WellFormed ( Data/SCargot/Repr/WellFormed.hs, dist/build/Data/SCargot/Repr/WellFormed.o, dist/build/Data/SCargot/Repr/WellFormed.dyn_o )
Preprocessing library for s-cargot-0.1.6.0..
Running Haddock on library for s-cargot-0.1.6.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 12] Compiling Data.SCargot.Common ( Data/SCargot/Common.hs, nothing )
[ 2 of 12] Compiling Data.SCargot.Repr ( Data/SCargot/Repr.hs, nothing )
Data/SCargot/Repr.hs:22: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()
|
22 | import Data.Foldable (Foldable(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/SCargot/Repr.hs:23: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()
|
23 | import Data.Traversable (Traversable(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 3 of 12] Compiling Data.SCargot.Print ( Data/SCargot/Print.hs, nothing )
Data/SCargot/Print.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 ((<>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 4 of 12] Compiling Data.SCargot.Parse ( Data/SCargot/Parse.hs, nothing )
[ 5 of 12] Compiling Data.SCargot.Comments ( Data/SCargot/Comments.hs, nothing )
[ 6 of 12] Compiling Data.SCargot ( Data/SCargot.hs, nothing )
[ 7 of 12] Compiling Data.SCargot.Atom ( Data/SCargot/Atom.hs, nothing )
[ 8 of 12] Compiling Data.SCargot.Repr.Basic ( Data/SCargot/Repr/Basic.hs, nothing )
[ 9 of 12] Compiling Data.SCargot.Language.HaskLike ( Data/SCargot/Language/HaskLike.hs, nothing )
[10 of 12] Compiling Data.SCargot.Language.Basic ( Data/SCargot/Language/Basic.hs, nothing )
Data/SCargot/Language/Basic.hs:12: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()
|
12 | import Control.Applicative ((<$>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[11 of 12] Compiling Data.SCargot.Repr.Rich ( Data/SCargot/Repr/Rich.hs, nothing )
[12 of 12] Compiling Data.SCargot.Repr.WellFormed ( Data/SCargot/Repr/WellFormed.hs, nothing )
Haddock coverage:
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.
93% ( 30 / 32) in 'Data.SCargot.Common'
Missing documentation for:
Module header
Location (Data/SCargot/Common.hs:340)
90% ( 10 / 11) in 'Data.SCargot.Repr'
Missing documentation for:
Module header
Warning: 'SExprPrinter' is ambiguous. It is defined
* at Data/SCargot/Print.hs:79:34
* at Data/SCargot/Print.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 Data/SCargot/Print.hs:79:1
Warning: 'None' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Sexpr' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'LayoutOptions' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
94% ( 17 / 18) in 'Data.SCargot.Print'
Missing documentation for:
Module header
Warning: 'SExprParser' is ambiguous. It is defined
* at Data/SCargot/Parse.hs:67:33
* at Data/SCargot/Parse.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 Data/SCargot/Parse.hs:67:1
Warning: 'try' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
93% ( 15 / 16) in 'Data.SCargot.Parse'
Missing documentation for:
Module header
96% ( 24 / 25) in 'Data.SCargot.Comments'
Missing documentation for:
Module header
Warning: 'SExpr' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'RichSExpr' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'WellFormedSExpr' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
96% ( 31 / 32) in 'Data.SCargot'
Missing documentation for:
Module header
Warning: 'SExprSpec' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
75% ( 3 / 4) in 'Data.SCargot.Atom'
Missing documentation for:
Module header
95% ( 23 / 24) in 'Data.SCargot.Repr.Basic'
Missing documentation for:
Module header
90% ( 10 / 11) in 'Data.SCargot.Language.HaskLike'
Missing documentation for:
Module header
Warning: 'basicSpec' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
85% ( 6 / 7) in 'Data.SCargot.Language.Basic'
Missing documentation for:
Module header
89% ( 26 / 29) in 'Data.SCargot.Repr.Rich'
Missing documentation for:
Module header
car (Data/SCargot/Repr/Rich.hs:270)
cdr (Data/SCargot/Repr/Rich.hs:274)
96% ( 24 / 25) in 'Data.SCargot.Repr.WellFormed'
Missing documentation for:
Module header
Warning: Data.SCargot.Repr: could not find link destinations for:
- Data.SCargot.Repr.D:R:ItemSExpr
- Data.SCargot.Repr.D:R:ItemRichSExpr
- Data.SCargot.Repr.D:R:ItemWellFormedSExpr
Warning: Data.SCargot.Repr.Basic: could not find link destinations for:
- Data.SCargot.Repr.D:R:ItemSExpr
Warning: Data.SCargot.Repr.Rich: could not find link destinations for:
- Data.SCargot.Repr.D:R:ItemRichSExpr
Warning: Data.SCargot.Repr.WellFormed: could not find link destinations for:
- Data.SCargot.Repr.D:R:ItemWellFormedSExpr
Documentation created: dist/doc/html/s-cargot/,
dist/doc/html/s-cargot/s-cargot.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/s-cargot-0.1.6.0-960Ii8cycolL5ztR1ozy3h
Completed s-cargot-0.1.6.0
Configuring safe-exceptions-0.1.7.4...
Preprocessing library for safe-exceptions-0.1.7.4..
Building library for safe-exceptions-0.1.7.4..
[1 of 1] Compiling Control.Exception.Safe ( src/Control/Exception/Safe.hs, dist/build/Control/Exception/Safe.o, dist/build/Control/Exception/Safe.dyn_o )
Preprocessing library for safe-exceptions-0.1.7.4..
Running Haddock on library for safe-exceptions-0.1.7.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Control.Exception.Safe ( src/Control/Exception/Safe.hs, nothing )
Haddock coverage:
Warning: 'StringException' is ambiguous. It is defined
* at src/Control/Exception/Safe.hs:193:24
* at src/Control/Exception/Safe.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 src/Control/Exception/Safe.hs:193:1
Warning: 'AsyncExceptionWrapper' is ambiguous. It is defined
* at src/Control/Exception/Safe.hs:553:30
* at src/Control/Exception/Safe.hs:553:1
You may 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/Exception/Safe.hs:553:1
Warning: 'SyncExceptionWrapper' is ambiguous. It is defined
* at src/Control/Exception/Safe.hs:523:29
* at src/Control/Exception/Safe.hs:523:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Exception/Safe.hs:523:1
100% ( 66 / 66) in 'Control.Exception.Safe'
Warning: Control.Exception.Safe: could not find link destinations for:
- GHC.IOPort.IOPortException
Documentation created: dist/doc/html/safe-exceptions/,
dist/doc/html/safe-exceptions/safe-exceptions.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/safe-exceptions-0.1.7.4-HEELpJrHsBu7dCqXXORL1I
Completed safe-exceptions-0.1.7.4
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 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 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 terminal-size-0.3.4...
Preprocessing library for terminal-size-0.3.4..
Building library for terminal-size-0.3.4..
[1 of 3] Compiling System.Console.Terminal.Common ( src/System/Console/Terminal/Common.hs, dist/build/System/Console/Terminal/Common.o, dist/build/System/Console/Terminal/Common.dyn_o )
[2 of 3] Compiling System.Console.Terminal.Posix ( dist/build/System/Console/Terminal/Posix.hs, dist/build/System/Console/Terminal/Posix.o, dist/build/System/Console/Terminal/Posix.dyn_o )
[3 of 3] Compiling System.Console.Terminal.Size ( src/System/Console/Terminal/Size.hs, dist/build/System/Console/Terminal/Size.o, dist/build/System/Console/Terminal/Size.dyn_o )
Preprocessing library for terminal-size-0.3.4..
Running Haddock on library for terminal-size-0.3.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling System.Console.Terminal.Common ( src/System/Console/Terminal/Common.hs, nothing )
[2 of 3] Compiling System.Console.Terminal.Posix ( dist/build/System/Console/Terminal/Posix.hs, nothing )
[3 of 3] Compiling System.Console.Terminal.Size ( src/System/Console/Terminal/Size.hs, nothing )
Haddock coverage:
Warning: 'stdout' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'stderr' 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% ( 5 / 5) in 'System.Console.Terminal.Size'
Warning: System.Console.Terminal.Size: could not find link destinations for:
- System.Console.Terminal.Common.Rep_Window
- System.Console.Terminal.Common.Rep1_Window
Documentation created: dist/doc/html/terminal-size/,
dist/doc/html/terminal-size/terminal-size.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/terminal-size-0.3.4-GW9QFNgubNOFxz7i3gsXEd
Completed terminal-size-0.3.4
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 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 unbounded-delays-0.1.1.1...
Preprocessing library for unbounded-delays-0.1.1.1..
Building library for unbounded-delays-0.1.1.1..
[1 of 2] Compiling Control.Concurrent.Thread.Delay ( Control/Concurrent/Thread/Delay.hs, dist/build/Control/Concurrent/Thread/Delay.o, dist/build/Control/Concurrent/Thread/Delay.dyn_o )
[2 of 2] Compiling Control.Concurrent.Timeout ( Control/Concurrent/Timeout.hs, dist/build/Control/Concurrent/Timeout.o, dist/build/Control/Concurrent/Timeout.dyn_o )
Preprocessing library for unbounded-delays-0.1.1.1..
Running Haddock on library for unbounded-delays-0.1.1.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Control.Concurrent.Thread.Delay ( Control/Concurrent/Thread/Delay.hs, nothing )
[2 of 2] Compiling Control.Concurrent.Timeout ( Control/Concurrent/Timeout.hs, nothing )
Control/Concurrent/Timeout.hs:36:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Int is redundant
except perhaps to import instances from Data.Int
To import instances alone, use: import Data.Int()
|
36 | import Data.Int ( Int )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Control/Concurrent/Timeout.hs:37:1: warning: [GHC-66111] [-Wunused-imports]
The import of System.IO is redundant
except perhaps to import instances from System.IO
To import instances alone, use: import System.IO()
|
37 | import System.IO ( hGetBuf, hPutBuf, hWaitForInput )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Control/Concurrent/Timeout.hs:38:1: warning: [GHC-66111] [-Wunused-imports]
The qualified import of System.Timeout is redundant
except perhaps to import instances from System.Timeout
To import instances alone, use: import System.Timeout()
|
38 | import qualified System.Timeout ( timeout )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Haddock coverage:
100% ( 2 / 2) in 'Control.Concurrent.Thread.Delay'
Warning: 'Timeout' is ambiguous. It is defined
* at Control/Concurrent/Timeout.hs:56:19
* at Control/Concurrent/Timeout.hs:56:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Control/Concurrent/Timeout.hs:56:1
75% ( 3 / 4) in 'Control.Concurrent.Timeout'
Missing documentation for:
Timeout (Control/Concurrent/Timeout.hs:56)
Documentation created: dist/doc/html/unbounded-delays/,
dist/doc/html/unbounded-delays/unbounded-delays.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/unbounded-delays-0.1.1.1-CM2wHRre6lZ3PiyJglTMay
Completed unbounded-delays-0.1.1.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 void-0.7.3...
Preprocessing library for void-0.7.3..
Building library for void-0.7.3..
[1 of 1] Compiling Data.Void.Unsafe ( src/Data/Void/Unsafe.hs, dist/build/Data/Void/Unsafe.o, dist/build/Data/Void/Unsafe.dyn_o )
Preprocessing library for void-0.7.3..
Running Haddock on library for void-0.7.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Void.Unsafe ( src/Data/Void/Unsafe.hs, nothing )
Haddock coverage:
100% ( 3 / 3) in 'Data.Void.Unsafe'
Documentation created: dist/doc/html/void/, dist/doc/html/void/void.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/void-0.7.3-F687xIBHTdI3hx1dnappcQ
Completed void-0.7.3
Configuring wl-pprint-annotated-0.1.0.1...
Preprocessing library for wl-pprint-annotated-0.1.0.1..
Building library for wl-pprint-annotated-0.1.0.1..
[1 of 2] Compiling Paths_wl_pprint_annotated ( dist/build/autogen/Paths_wl_pprint_annotated.hs, dist/build/Paths_wl_pprint_annotated.o, dist/build/Paths_wl_pprint_annotated.dyn_o )
[2 of 2] Compiling Text.PrettyPrint.Annotated.WL ( src/Text/PrettyPrint/Annotated/WL.hs, dist/build/Text/PrettyPrint/Annotated/WL.o, dist/build/Text/PrettyPrint/Annotated/WL.dyn_o )
src/Text/PrettyPrint/Annotated/WL.hs:141: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()
|
141 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Text/PrettyPrint/Annotated/WL.hs:143: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()
|
143 | import Data.Semigroup
| ^^^^^^^^^^^^^^^^^^^^^
src/Text/PrettyPrint/Annotated/WL.hs:245:35: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a lambda abstraction:
Patterns of type [Doc a], Doc a not matched: [] _
|
245 | punctuate p xs = snd $ mapAccumL (\(d:ds) _ -> (ds, if null ds then d else d <> p)) (toList xs) xs
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Text/PrettyPrint/Annotated/WL.hs:345:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
Noncanonical mappend definition detected
in the instance declaration for Monoid (Doc a).
mappend will eventually be removed in favour of (<>)
Suggested fix:
Either remove definition for mappend (recommended) or define as mappend = (<>)
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
|
345 | mappend = Cat
| ^^^^^^^^^^^^^
src/Text/PrettyPrint/Annotated/WL.hs:1062:63: 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."
|
1062 | simpleDocScanAnn f r0 = simpleDocMapAnn merge pop (SPushAnn . head) (SPopAnn . head) [r0]
| ^^^^
src/Text/PrettyPrint/Annotated/WL.hs:1062:80: 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."
|
1062 | simpleDocScanAnn f r0 = simpleDocMapAnn merge pop (SPushAnn . head) (SPopAnn . head) [r0]
| ^^^^
Preprocessing library for wl-pprint-annotated-0.1.0.1..
Running Haddock on library for wl-pprint-annotated-0.1.0.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Paths_wl_pprint_annotated ( dist/build/autogen/Paths_wl_pprint_annotated.hs, nothing )
[2 of 2] Compiling Text.PrettyPrint.Annotated.WL ( src/Text/PrettyPrint/Annotated/WL.hs, nothing )
src/Text/PrettyPrint/Annotated/WL.hs:141: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()
|
141 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Text/PrettyPrint/Annotated/WL.hs:143: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()
|
143 | import Data.Semigroup
| ^^^^^^^^^^^^^^^^^^^^^
src/Text/PrettyPrint/Annotated/WL.hs:345:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
Noncanonical mappend definition detected
in the instance declaration for Monoid (Doc a).
mappend will eventually be removed in favour of (<>)
Suggested fix:
Either remove definition for mappend (recommended) or define as mappend = (<>)
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
|
345 | mappend = Cat
| ^^^^^^^^^^^^^
src/Text/PrettyPrint/Annotated/WL.hs:1062:63: 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."
|
1062 | simpleDocScanAnn f r0 = simpleDocMapAnn merge pop (SPushAnn . head) (SPopAnn . head) [r0]
| ^^^^
src/Text/PrettyPrint/Annotated/WL.hs:1062:80: 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."
|
1062 | simpleDocScanAnn f r0 = simpleDocMapAnn merge pop (SPushAnn . head) (SPopAnn . head) [r0]
| ^^^^
Haddock coverage:
90% ( 91 /101) in 'Text.PrettyPrint.Annotated.WL'
Missing documentation for:
flatten (src/Text/PrettyPrint/Annotated/WL.hs:840)
docMapAnn (src/Text/PrettyPrint/Annotated/WL.hs:494)
simpleDocMapAnn (src/Text/PrettyPrint/Annotated/WL.hs:1049)
simpleDocScanAnn (src/Text/PrettyPrint/Annotated/WL.hs:1062)
<+> (src/Text/PrettyPrint/Annotated/WL.hs:172)
column (src/Text/PrettyPrint/Annotated/WL.hs:816)
nesting (src/Text/PrettyPrint/Annotated/WL.hs:817)
width (src/Text/PrettyPrint/Annotated/WL.hs:638)
columns (src/Text/PrettyPrint/Annotated/WL.hs:820)
ribbon (src/Text/PrettyPrint/Annotated/WL.hs:823)
Warning: Text.PrettyPrint.Annotated.WL: could not find link destinations for:
- Text.PrettyPrint.Annotated.WL.Rep_SimpleDoc
- Text.PrettyPrint.Annotated.WL.Rep_Doc
Documentation created: dist/doc/html/wl-pprint-annotated/,
dist/doc/html/wl-pprint-annotated/wl-pprint-annotated.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/wl-pprint-annotated-0.1.0.1-JJGeyFjtgNM7Zdb2mK51f5
Completed wl-pprint-annotated-0.1.0.1
Configuring zenc-0.1.2...
Preprocessing library for zenc-0.1.2..
Building library for zenc-0.1.2..
[1 of 1] Compiling Text.Encoding.Z ( Text/Encoding/Z.hs, dist/build/Text/Encoding/Z.o, dist/build/Text/Encoding/Z.dyn_o )
Text/Encoding/Z.hs:116: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."
|
116 | encode_as_unicode_char c = 'z' : if isDigit (head hex_str) then hex_str
| ^^^^
Preprocessing library for zenc-0.1.2..
Running Haddock on library for zenc-0.1.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Text.Encoding.Z ( Text/Encoding/Z.hs, nothing )
Text/Encoding/Z.hs:116: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."
|
116 | encode_as_unicode_char c = 'z' : if isDigit (head hex_str) then hex_str
| ^^^^
Haddock coverage:
Warning: 'Z' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ZZ' 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: 'zz' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'zx' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Zx' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'znnnU' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'nnn' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
60% ( 3 / 5) in 'Text.Encoding.Z'
Missing documentation for:
UserString (Text/Encoding/Z.hs:22)
EncodedString (Text/Encoding/Z.hs:23)
Documentation created: dist/doc/html/zenc/, dist/doc/html/zenc/zenc.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/zenc-0.1.2-FnaWVzHThFWDms6RnU4tny
Completed zenc-0.1.2
Configuring zlib-0.7.1.0...
Preprocessing library for zlib-0.7.1.0..
Building library for zlib-0.7.1.0..
[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.0..
Running Haddock on library for zlib-0.7.1.0..
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.0-FAtvayBxYL3BzSmCVeAO7B
Completed zlib-0.7.1.0
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 gitrev-1.3.1...
Preprocessing library for gitrev-1.3.1..
Building library for gitrev-1.3.1..
[1 of 1] Compiling Development.GitRev ( src/Development/GitRev.hs, dist/build/Development/GitRev.o, dist/build/Development/GitRev.dyn_o )
src/Development/GitRev.hs:109:6: warning: [GHC-62161] [-Wincomplete-patterns]
Pattern match(es) are non-exhaustive
In a multi-way if alternative:
Guards do not cover entire pattern space
|
109 | if | isDir -> return dotGit
| ^^^^^^^^^^^^^^^^^^^^^^^^...
Preprocessing library for gitrev-1.3.1..
Running Haddock on library for gitrev-1.3.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Development.GitRev ( src/Development/GitRev.hs, nothing )
Haddock coverage:
100% ( 8 / 8) in 'Development.GitRev'
Documentation created: dist/doc/html/gitrev/, dist/doc/html/gitrev/gitrev.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/gitrev-1.3.1-GU6pm3ggeJMBkfw2qUWC5X
Completed gitrev-1.3.1
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 pretty-show-1.10...
Preprocessing library for pretty-show-1.10..
Building library for pretty-show-1.10..
[1 of 6] Compiling Paths_pretty_show ( dist/build/autogen/Paths_pretty_show.hs, dist/build/Paths_pretty_show.o, dist/build/Paths_pretty_show.dyn_o )
[2 of 6] Compiling Text.Show.Value ( Text/Show/Value.hs, dist/build/Text/Show/Value.o, dist/build/Text/Show/Value.dyn_o )
Text/Show/Value.hs:84:27: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding: Patterns of type [Value] not matched: []
|
84 | | otherwise -> do ~(v1:vs1) <- delMany (v:vs)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Text/Show/Value.hs:93:25: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type [Value] not matched:
[]
[_]
(_:_:_:_)
|
93 | Ratio v1 v2 -> do ~[a,b] <- delMany [v1,v2]
| ^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 6] Compiling Text.Show.PrettyVal ( Text/Show/PrettyVal.hs, dist/build/Text/Show/PrettyVal.o, dist/build/Text/Show/PrettyVal.dyn_o )
[4 of 6] Compiling Text.Show.Parser ( dist/build/Text/Show/Parser.hs, dist/build/Text/Show/Parser.o, dist/build/Text/Show/Parser.dyn_o )
[5 of 6] Compiling Text.Show.Html ( Text/Show/Html.hs, dist/build/Text/Show/Html.o, dist/build/Text/Show/Html.dyn_o )
Text/Show/Html.hs:112:1: warning: [GHC-40910] [-Wunused-top-binds]
Defined but not used: tallTuple
|
112 | tallTuple els = table "tallTuple" $ map (tr . return . td) els
| ^^^^^^^^^
[6 of 6] Compiling Text.Show.Pretty ( Text/Show/Pretty.hs, dist/build/Text/Show/Pretty.o, dist/build/Text/Show/Pretty.dyn_o )
Text/Show/Pretty.hs:52:22: warning: [GHC-38856] [-Wunused-imports]
The import of Foldable from module Data.Foldable is redundant
|
52 | import Data.Foldable(Foldable,toList)
| ^^^^^^^^
Preprocessing executable 'ppsh' for pretty-show-1.10..
Building executable 'ppsh' for pretty-show-1.10..
[1 of 2] Compiling Main ( bin/ppsh.hs, dist/build/ppsh/ppsh-tmp/Main.o )
[2 of 2] Compiling Paths_pretty_show ( dist/build/ppsh/autogen/Paths_pretty_show.hs, dist/build/ppsh/ppsh-tmp/Paths_pretty_show.o )
[3 of 3] Linking dist/build/ppsh/ppsh
Preprocessing library for pretty-show-1.10..
Running Haddock on library for pretty-show-1.10..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 6] Compiling Paths_pretty_show ( dist/build/autogen/Paths_pretty_show.hs, nothing )
[2 of 6] Compiling Text.Show.Value ( Text/Show/Value.hs, nothing )
[3 of 6] Compiling Text.Show.PrettyVal ( Text/Show/PrettyVal.hs, nothing )
[4 of 6] Compiling Text.Show.Parser ( dist/build/Text/Show/Parser.hs, nothing )
[5 of 6] Compiling Text.Show.Html ( Text/Show/Html.hs, nothing )
Text/Show/Html.hs:112:1: warning: [GHC-40910] [-Wunused-top-binds]
Defined but not used: tallTuple
|
112 | tallTuple els = table "tallTuple" $ map (tr . return . td) els
| ^^^^^^^^^
[6 of 6] Compiling Text.Show.Pretty ( Text/Show/Pretty.hs, nothing )
Text/Show/Pretty.hs:52:22: warning: [GHC-38856] [-Wunused-imports]
The import of Foldable from module Data.Foldable is redundant
|
52 | import Data.Foldable(Foldable,toList)
| ^^^^^^^^
Haddock coverage:
Warning: 'NaN' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Infinity' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'String' is ambiguous. It is defined
* at Text/Show/Value.hs:42:17
* in GHC.Base
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Show/Value.hs:42:17
Warning: 'Generics' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'style' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'String' is ambiguous. It is defined
* at Text/Show/Value.hs:42:17
* in GHC.Base
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Show/Value.hs:42:17
86% ( 32 / 37) in 'Text.Show.Pretty'
Missing documentation for:
parseValue (Text/Show/Pretty.hs:70)
reify (Text/Show/Pretty.hs:67)
Html (Text/Show/Html.hs:150)
getDataDir (dist/build/autogen/Paths_pretty_show.hs:59)
ppValue (Text/Show/Pretty.hs:64)
Warning: Text.Show.Pretty: could not find link destinations for:
- Text.Show.PrettyVal.GDump
- Text.Show.PrettyVal.listValue
Documentation created: dist/doc/html/pretty-show/,
dist/doc/html/pretty-show/pretty-show.txt
Preprocessing executable 'ppsh' for pretty-show-1.10..
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/pretty-show-1.10-sGnR4WIUd48kcgB55k0jW
Installing executable ppsh in /var/lib/hackage-doc-builder/build-cache/tmp-install/bin
Warning: The directory
/var/lib/hackage-doc-builder/build-cache/tmp-install/bin is not in the system
search path.
Completed pretty-show-1.10
Configuring hashable-1.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 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 boring-0.2.2...
Preprocessing library for boring-0.2.2..
Building library for boring-0.2.2..
[1 of 1] Compiling Data.Boring ( src/Data/Boring.hs, dist/build/Data/Boring.o, dist/build/Data/Boring.dyn_o )
Preprocessing library for boring-0.2.2..
Running Haddock on library for boring-0.2.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Boring ( src/Data/Boring.hs, nothing )
Haddock coverage:
Warning: ':~:' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 11 / 11) in 'Data.Boring'
Warning: Data.Boring: could not find link destinations for:
- Data.Boring.gabsurd
- Data.Boring.gboring
Documentation created: dist/doc/html/boring/, dist/doc/html/boring/boring.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/boring-0.2.2-53a7wDlC4l2H7dYl9a5jzk
Completed boring-0.2.2
Configuring th-lift-0.8.6...
Preprocessing library for th-lift-0.8.6..
Building library for th-lift-0.8.6..
[1 of 2] Compiling Language.Haskell.TH.Lift.Internal ( src/Language/Haskell/TH/Lift/Internal.hs, dist/build/Language/Haskell/TH/Lift/Internal.o, dist/build/Language/Haskell/TH/Lift/Internal.dyn_o )
[2 of 2] Compiling Language.Haskell.TH.Lift ( src/Language/Haskell/TH/Lift.hs, dist/build/Language/Haskell/TH/Lift.o, dist/build/Language/Haskell/TH/Lift.dyn_o )
Preprocessing library for th-lift-0.8.6..
Running Haddock on library for th-lift-0.8.6..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Language.Haskell.TH.Lift.Internal ( src/Language/Haskell/TH/Lift/Internal.hs, nothing )
[2 of 2] Compiling Language.Haskell.TH.Lift ( src/Language/Haskell/TH/Lift.hs, nothing )
Haddock coverage:
Warning: 'makeLift' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 3 / 3) in 'Language.Haskell.TH.Lift.Internal'
62% ( 5 / 8) in 'Language.Haskell.TH.Lift'
Missing documentation for:
Module header
deriveLift (src/Language/Haskell/TH/Lift.hs:57)
deriveLiftMany' (src/Language/Haskell/TH/Lift.hs:75)
Documentation created: dist/doc/html/th-lift/,
dist/doc/html/th-lift/th-lift.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/th-lift-0.8.6-4HcLgzDLxGg12EUKIGyxSR
Completed th-lift-0.8.6
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 mmorph-1.2.1...
Preprocessing library for mmorph-1.2.1..
Building library for mmorph-1.2.1..
[1 of 2] Compiling Control.Monad.Morph ( src/Control/Monad/Morph.hs, dist/build/Control/Monad/Morph.o, dist/build/Control/Monad/Morph.dyn_o )
[2 of 2] Compiling Control.Monad.Trans.Compose ( src/Control/Monad/Trans/Compose.hs, dist/build/Control/Monad/Trans/Compose.o, dist/build/Control/Monad/Trans/Compose.dyn_o )
src/Control/Monad/Trans/Compose.hs:45:25: 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.
|
45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a
| ^
src/Control/Monad/Trans/Compose.hs:45:30: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a
| ^
src/Control/Monad/Trans/Compose.hs:45:36: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a
| ^
src/Control/Monad/Trans/Compose.hs:45:41: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a
| ^
src/Control/Monad/Trans/Compose.hs:45:51: 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.
|
45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a
| ^
src/Control/Monad/Trans/Compose.hs:45:56: 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.
|
45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a
| ^
src/Control/Monad/Trans/Compose.hs:45:62: 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.
|
45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a
| ^
src/Control/Monad/Trans/Compose.hs:45:67: 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.
|
45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a
| ^
Preprocessing library for mmorph-1.2.1..
Running Haddock on library for mmorph-1.2.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Control.Monad.Morph ( src/Control/Monad/Morph.hs, nothing )
[2 of 2] Compiling Control.Monad.Trans.Compose ( src/Control/Monad/Trans/Compose.hs, nothing )
src/Control/Monad/Trans/Compose.hs:45:25: 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.
|
45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a
| ^
src/Control/Monad/Trans/Compose.hs:45:30: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a
| ^
src/Control/Monad/Trans/Compose.hs:45:36: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a
| ^
src/Control/Monad/Trans/Compose.hs:45:41: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a
| ^
src/Control/Monad/Trans/Compose.hs:45:51: 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.
|
45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a
| ^
src/Control/Monad/Trans/Compose.hs:45:56: 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.
|
45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a
| ^
src/Control/Monad/Trans/Compose.hs:45:62: 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.
|
45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a
| ^
src/Control/Monad/Trans/Compose.hs:45:67: 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.
|
45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a
| ^
Haddock coverage:
Warning: 'ErrorT' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'program' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 22 / 22) in 'Control.Monad.Morph'
Warning: 'ComposeT' is ambiguous. It is defined
* at src/Control/Monad/Trans/Compose.hs:46:7
* at src/Control/Monad/Trans/Compose.hs:45:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Trans/Compose.hs:45:1
100% ( 4 / 4) in 'Control.Monad.Trans.Compose'
Documentation created: dist/doc/html/mmorph/, dist/doc/html/mmorph/mmorph.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/mmorph-1.2.1-IBVuXE5F3rv2Zik9iTRX7D
Completed mmorph-1.2.1
Configuring deriving-compat-0.6.7...
Preprocessing library for deriving-compat-0.6.7..
Building library for deriving-compat-0.6.7..
[ 1 of 22] Compiling Data.Deriving.Internal ( src/Data/Deriving/Internal.hs, dist/build/Data/Deriving/Internal.o, dist/build/Data/Deriving/Internal.dyn_o )
[ 2 of 22] Compiling Data.Bounded.Deriving.Internal ( src/Data/Bounded/Deriving/Internal.hs, dist/build/Data/Bounded/Deriving/Internal.o, dist/build/Data/Bounded/Deriving/Internal.dyn_o )
[ 3 of 22] Compiling Data.Bounded.Deriving ( src/Data/Bounded/Deriving.hs, dist/build/Data/Bounded/Deriving.o, dist/build/Data/Bounded/Deriving.dyn_o )
[ 4 of 22] Compiling Data.Deriving.Via.Internal ( src/Data/Deriving/Via/Internal.hs, dist/build/Data/Deriving/Via/Internal.o, dist/build/Data/Deriving/Via/Internal.dyn_o )
[ 5 of 22] Compiling Data.Deriving.Via ( src/Data/Deriving/Via.hs, dist/build/Data/Deriving/Via.o, dist/build/Data/Deriving/Via.dyn_o )
[ 6 of 22] Compiling Data.Enum.Deriving.Internal ( src/Data/Enum/Deriving/Internal.hs, dist/build/Data/Enum/Deriving/Internal.o, dist/build/Data/Enum/Deriving/Internal.dyn_o )
[ 7 of 22] Compiling Data.Enum.Deriving ( src/Data/Enum/Deriving.hs, dist/build/Data/Enum/Deriving.o, dist/build/Data/Enum/Deriving.dyn_o )
[ 8 of 22] Compiling Data.Eq.Deriving.Internal ( src/Data/Eq/Deriving/Internal.hs, dist/build/Data/Eq/Deriving/Internal.o, dist/build/Data/Eq/Deriving/Internal.dyn_o )
[ 9 of 22] Compiling Data.Eq.Deriving ( src/Data/Eq/Deriving.hs, dist/build/Data/Eq/Deriving.o, dist/build/Data/Eq/Deriving.dyn_o )
[10 of 22] Compiling Data.Functor.Deriving.Internal ( src/Data/Functor/Deriving/Internal.hs, dist/build/Data/Functor/Deriving/Internal.o, dist/build/Data/Functor/Deriving/Internal.dyn_o )
[11 of 22] Compiling Data.Functor.Deriving ( src/Data/Functor/Deriving.hs, dist/build/Data/Functor/Deriving.o, dist/build/Data/Functor/Deriving.dyn_o )
[12 of 22] Compiling Data.Foldable.Deriving ( src/Data/Foldable/Deriving.hs, dist/build/Data/Foldable/Deriving.o, dist/build/Data/Foldable/Deriving.dyn_o )
[13 of 22] Compiling Data.Ix.Deriving.Internal ( src/Data/Ix/Deriving/Internal.hs, dist/build/Data/Ix/Deriving/Internal.o, dist/build/Data/Ix/Deriving/Internal.dyn_o )
[14 of 22] Compiling Data.Ix.Deriving ( src/Data/Ix/Deriving.hs, dist/build/Data/Ix/Deriving.o, dist/build/Data/Ix/Deriving.dyn_o )
[15 of 22] Compiling Data.Ord.Deriving.Internal ( src/Data/Ord/Deriving/Internal.hs, dist/build/Data/Ord/Deriving/Internal.o, dist/build/Data/Ord/Deriving/Internal.dyn_o )
[16 of 22] Compiling Data.Ord.Deriving ( src/Data/Ord/Deriving.hs, dist/build/Data/Ord/Deriving.o, dist/build/Data/Ord/Deriving.dyn_o )
[17 of 22] Compiling Data.Traversable.Deriving ( src/Data/Traversable/Deriving.hs, dist/build/Data/Traversable/Deriving.o, dist/build/Data/Traversable/Deriving.dyn_o )
[18 of 22] Compiling Text.Read.Deriving.Internal ( src/Text/Read/Deriving/Internal.hs, dist/build/Text/Read/Deriving/Internal.o, dist/build/Text/Read/Deriving/Internal.dyn_o )
[19 of 22] Compiling Text.Read.Deriving ( src/Text/Read/Deriving.hs, dist/build/Text/Read/Deriving.o, dist/build/Text/Read/Deriving.dyn_o )
[20 of 22] Compiling Text.Show.Deriving.Internal ( src/Text/Show/Deriving/Internal.hs, dist/build/Text/Show/Deriving/Internal.o, dist/build/Text/Show/Deriving/Internal.dyn_o )
[21 of 22] Compiling Text.Show.Deriving ( src/Text/Show/Deriving.hs, dist/build/Text/Show/Deriving.o, dist/build/Text/Show/Deriving.dyn_o )
[22 of 22] Compiling Data.Deriving ( src/Data/Deriving.hs, dist/build/Data/Deriving.o, dist/build/Data/Deriving.dyn_o )
Preprocessing library for deriving-compat-0.6.7..
Running Haddock on library for deriving-compat-0.6.7..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 22] Compiling Data.Deriving.Internal ( src/Data/Deriving/Internal.hs, nothing )
[ 2 of 22] Compiling Data.Bounded.Deriving.Internal ( src/Data/Bounded/Deriving/Internal.hs, nothing )
[ 3 of 22] Compiling Data.Bounded.Deriving ( src/Data/Bounded/Deriving.hs, nothing )
[ 4 of 22] Compiling Data.Deriving.Via.Internal ( src/Data/Deriving/Via/Internal.hs, nothing )
[ 5 of 22] Compiling Data.Deriving.Via ( src/Data/Deriving/Via.hs, nothing )
[ 6 of 22] Compiling Data.Enum.Deriving.Internal ( src/Data/Enum/Deriving/Internal.hs, nothing )
[ 7 of 22] Compiling Data.Enum.Deriving ( src/Data/Enum/Deriving.hs, nothing )
[ 8 of 22] Compiling Data.Eq.Deriving.Internal ( src/Data/Eq/Deriving/Internal.hs, nothing )
[ 9 of 22] Compiling Data.Eq.Deriving ( src/Data/Eq/Deriving.hs, nothing )
[10 of 22] Compiling Data.Functor.Deriving.Internal ( src/Data/Functor/Deriving/Internal.hs, nothing )
[11 of 22] Compiling Data.Functor.Deriving ( src/Data/Functor/Deriving.hs, nothing )
[12 of 22] Compiling Data.Foldable.Deriving ( src/Data/Foldable/Deriving.hs, nothing )
[13 of 22] Compiling Data.Ix.Deriving.Internal ( src/Data/Ix/Deriving/Internal.hs, nothing )
[14 of 22] Compiling Data.Ix.Deriving ( src/Data/Ix/Deriving.hs, nothing )
[15 of 22] Compiling Data.Ord.Deriving.Internal ( src/Data/Ord/Deriving/Internal.hs, nothing )
[16 of 22] Compiling Data.Ord.Deriving ( src/Data/Ord/Deriving.hs, nothing )
[17 of 22] Compiling Data.Traversable.Deriving ( src/Data/Traversable/Deriving.hs, nothing )
[18 of 22] Compiling Text.Read.Deriving.Internal ( src/Text/Read/Deriving/Internal.hs, nothing )
[19 of 22] Compiling Text.Read.Deriving ( src/Text/Read/Deriving.hs, nothing )
[20 of 22] Compiling Text.Show.Deriving.Internal ( src/Text/Show/Deriving/Internal.hs, nothing )
[21 of 22] Compiling Text.Show.Deriving ( src/Text/Show/Deriving.hs, nothing )
[22 of 22] Compiling Data.Deriving ( src/Data/Deriving.hs, nothing )
Haddock coverage:
Warning: 'deriveVia' 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
Warning: '()' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
12% ( 47 /366) in 'Data.Deriving.Internal'
Missing documentation for:
applySubstitutionKind (src/Data/Deriving/Internal.hs:86)
substNameWithKind (src/Data/Deriving/Internal.hs:89)
substNamesWithKindStar (src/Data/Deriving/Internal.hs:92)
fmapConst (src/Data/Deriving/Internal.hs:108)
replaceConst (src/Data/Deriving/Internal.hs:112)
foldrConst (src/Data/Deriving/Internal.hs:116)
foldMapConst (src/Data/Deriving/Internal.hs:120)
nullConst (src/Data/Deriving/Internal.hs:124)
traverseConst (src/Data/Deriving/Internal.hs:128)
eqConst (src/Data/Deriving/Internal.hs:133)
eq1Const (src/Data/Deriving/Internal.hs:138)
liftEqConst (src/Data/Deriving/Internal.hs:143)
liftEq2Const (src/Data/Deriving/Internal.hs:149)
compareConst (src/Data/Deriving/Internal.hs:153)
ltConst (src/Data/Deriving/Internal.hs:157)
compare1Const (src/Data/Deriving/Internal.hs:161)
liftCompareConst (src/Data/Deriving/Internal.hs:166)
liftCompare2Const (src/Data/Deriving/Internal.hs:172)
readsPrecConst (src/Data/Deriving/Internal.hs:176)
readPrecConst (src/Data/Deriving/Internal.hs:181)
readsPrec1Const (src/Data/Deriving/Internal.hs:185)
liftReadsPrecConst (src/Data/Deriving/Internal.hs:191)
liftReadPrecConst (src/Data/Deriving/Internal.hs:197)
liftReadsPrec2Const (src/Data/Deriving/Internal.hs:204)
liftReadPrec2Const (src/Data/Deriving/Internal.hs:211)
showsPrecConst (src/Data/Deriving/Internal.hs:216)
showsPrec1Const (src/Data/Deriving/Internal.hs:221)
liftShowsPrecConst (src/Data/Deriving/Internal.hs:227)
liftShowsPrec2Const (src/Data/Deriving/Internal.hs:234)
ClassRep (src/Data/Deriving/Internal.hs:270)
buildTypeInstance (src/Data/Deriving/Internal.hs:296)
checkExistentialContext (src/Data/Deriving/Internal.hs:509)
enumerationError (src/Data/Deriving/Internal.hs:631)
enumerationOrProductError (src/Data/Deriving/Internal.hs:634)
enumerationErrorStr (src/Data/Deriving/Internal.hs:640)
typeDataError (src/Data/Deriving/Internal.hs:645)
TyVarMap1 (src/Data/Deriving/Internal.hs:657)
TyVarMap2 (src/Data/Deriving/Internal.hs:658)
OneOrTwoNames (src/Data/Deriving/Internal.hs:660)
One (src/Data/Deriving/Internal.hs:664)
Two (src/Data/Deriving/Internal.hs:665)
interleave (src/Data/Deriving/Internal.hs:668)
integerE (src/Data/Deriving/Internal.hs:713)
isStarOrVar (src/Data/Deriving/Internal.hs:723)
zipWithAndUnzipM (src/Data/Deriving/Internal.hs:744)
zipWith3AndUnzipM (src/Data/Deriving/Internal.hs:754)
thd3 (src/Data/Deriving/Internal.hs:762)
unsnoc (src/Data/Deriving/Internal.hs:765)
isNullaryCon (src/Data/Deriving/Internal.hs:771)
createKindChain (src/Data/Deriving/Internal.hs:809)
untagExpr (src/Data/Deriving/Internal.hs:971)
tag2ConExpr (src/Data/Deriving/Internal.hs:979)
primOrdFunTbl (src/Data/Deriving/Internal.hs:999)
removeClassApp (src/Data/Deriving/Internal.hs:1079)
freshen (src/Data/Deriving/Internal.hs:1089)
freshenType (src/Data/Deriving/Internal.hs:1092)
enumFromToExpr (src/Data/Deriving/Internal.hs:1098)
primOpAppExpr (src/Data/Deriving/Internal.hs:1101)
isSym (src/Data/Deriving/Internal.hs:1120)
isTrueHashValName (src/Data/Deriving/Internal.hs:1133)
fmapConstValName (src/Data/Deriving/Internal.hs:1136)
replaceConstValName (src/Data/Deriving/Internal.hs:1139)
foldrConstValName (src/Data/Deriving/Internal.hs:1142)
foldMapConstValName (src/Data/Deriving/Internal.hs:1145)
nullConstValName (src/Data/Deriving/Internal.hs:1148)
traverseConstValName (src/Data/Deriving/Internal.hs:1151)
eqConstValName (src/Data/Deriving/Internal.hs:1154)
eq1ConstValName (src/Data/Deriving/Internal.hs:1157)
liftEqConstValName (src/Data/Deriving/Internal.hs:1160)
liftEq2ConstValName (src/Data/Deriving/Internal.hs:1163)
compareConstValName (src/Data/Deriving/Internal.hs:1166)
ltConstValName (src/Data/Deriving/Internal.hs:1169)
compare1ConstValName (src/Data/Deriving/Internal.hs:1172)
liftCompareConstValName (src/Data/Deriving/Internal.hs:1175)
liftCompare2ConstValName (src/Data/Deriving/Internal.hs:1178)
readsPrecConstValName (src/Data/Deriving/Internal.hs:1181)
readPrecConstValName (src/Data/Deriving/Internal.hs:1184)
readsPrec1ConstValName (src/Data/Deriving/Internal.hs:1187)
liftReadsPrecConstValName (src/Data/Deriving/Internal.hs:1190)
liftReadPrecConstValName (src/Data/Deriving/Internal.hs:1193)
liftReadsPrec2ConstValName (src/Data/Deriving/Internal.hs:1196)
liftReadPrec2ConstValName (src/Data/Deriving/Internal.hs:1199)
showsPrecConstValName (src/Data/Deriving/Internal.hs:1202)
showsPrec1ConstValName (src/Data/Deriving/Internal.hs:1205)
liftShowsPrecConstValName (src/Data/Deriving/Internal.hs:1208)
liftShowsPrec2ConstValName (src/Data/Deriving/Internal.hs:1211)
viaTypeName (src/Data/Deriving/Internal.hs:1214)
cHashDataName (src/Data/Deriving/Internal.hs:1217)
dHashDataName (src/Data/Deriving/Internal.hs:1220)
fHashDataName (src/Data/Deriving/Internal.hs:1223)
identDataName (src/Data/Deriving/Internal.hs:1226)
iHashDataName (src/Data/Deriving/Internal.hs:1229)
puncDataName (src/Data/Deriving/Internal.hs:1232)
symbolDataName (src/Data/Deriving/Internal.hs:1235)
wrapMonadDataName (src/Data/Deriving/Internal.hs:1238)
addrHashTypeName (src/Data/Deriving/Internal.hs:1241)
boundedTypeName (src/Data/Deriving/Internal.hs:1244)
charHashTypeName (src/Data/Deriving/Internal.hs:1247)
doubleHashTypeName (src/Data/Deriving/Internal.hs:1250)
enumTypeName (src/Data/Deriving/Internal.hs:1253)
floatHashTypeName (src/Data/Deriving/Internal.hs:1256)
foldableTypeName (src/Data/Deriving/Internal.hs:1259)
functorTypeName (src/Data/Deriving/Internal.hs:1262)
intTypeName (src/Data/Deriving/Internal.hs:1265)
intHashTypeName (src/Data/Deriving/Internal.hs:1268)
ixTypeName (src/Data/Deriving/Internal.hs:1271)
readTypeName (src/Data/Deriving/Internal.hs:1274)
showTypeName (src/Data/Deriving/Internal.hs:1277)
traversableTypeName (src/Data/Deriving/Internal.hs:1280)
wordHashTypeName (src/Data/Deriving/Internal.hs:1283)
altValName (src/Data/Deriving/Internal.hs:1286)
appendValName (src/Data/Deriving/Internal.hs:1289)
chooseValName (src/Data/Deriving/Internal.hs:1292)
composeValName (src/Data/Deriving/Internal.hs:1295)
constValName (src/Data/Deriving/Internal.hs:1298)
enumFromValName (src/Data/Deriving/Internal.hs:1301)
enumFromThenValName (src/Data/Deriving/Internal.hs:1304)
enumFromThenToValName (src/Data/Deriving/Internal.hs:1307)
enumFromToValName (src/Data/Deriving/Internal.hs:1310)
eqAddrHashValName (src/Data/Deriving/Internal.hs:1313)
eqCharHashValName (src/Data/Deriving/Internal.hs:1316)
eqDoubleHashValName (src/Data/Deriving/Internal.hs:1319)
eqFloatHashValName (src/Data/Deriving/Internal.hs:1322)
eqIntHashValName (src/Data/Deriving/Internal.hs:1325)
eqWordHashValName (src/Data/Deriving/Internal.hs:1328)
errorValName (src/Data/Deriving/Internal.hs:1331)
flipValName (src/Data/Deriving/Internal.hs:1334)
fmapValName (src/Data/Deriving/Internal.hs:1337)
foldrValName (src/Data/Deriving/Internal.hs:1340)
foldMapValName (src/Data/Deriving/Internal.hs:1343)
fromEnumValName (src/Data/Deriving/Internal.hs:1346)
geAddrHashValName (src/Data/Deriving/Internal.hs:1349)
geCharHashValName (src/Data/Deriving/Internal.hs:1352)
geDoubleHashValName (src/Data/Deriving/Internal.hs:1355)
geFloatHashValName (src/Data/Deriving/Internal.hs:1358)
geIntHashValName (src/Data/Deriving/Internal.hs:1361)
getTagValName (src/Data/Deriving/Internal.hs:1364)
geWordHashValName (src/Data/Deriving/Internal.hs:1367)
gtAddrHashValName (src/Data/Deriving/Internal.hs:1370)
gtCharHashValName (src/Data/Deriving/Internal.hs:1373)
gtDoubleHashValName (src/Data/Deriving/Internal.hs:1376)
gtFloatHashValName (src/Data/Deriving/Internal.hs:1379)
gtIntHashValName (src/Data/Deriving/Internal.hs:1382)
gtWordHashValName (src/Data/Deriving/Internal.hs:1385)
idValName (src/Data/Deriving/Internal.hs:1388)
indexValName (src/Data/Deriving/Internal.hs:1391)
inRangeValName (src/Data/Deriving/Internal.hs:1394)
leAddrHashValName (src/Data/Deriving/Internal.hs:1397)
leCharHashValName (src/Data/Deriving/Internal.hs:1400)
leDoubleHashValName (src/Data/Deriving/Internal.hs:1403)
leFloatHashValName (src/Data/Deriving/Internal.hs:1406)
leIntHashValName (src/Data/Deriving/Internal.hs:1409)
leWordHashValName (src/Data/Deriving/Internal.hs:1412)
listValName (src/Data/Deriving/Internal.hs:1415)
ltAddrHashValName (src/Data/Deriving/Internal.hs:1418)
ltCharHashValName (src/Data/Deriving/Internal.hs:1421)
ltDoubleHashValName (src/Data/Deriving/Internal.hs:1424)
ltFloatHashValName (src/Data/Deriving/Internal.hs:1427)
ltIntHashValName (src/Data/Deriving/Internal.hs:1430)
ltWordHashValName (src/Data/Deriving/Internal.hs:1433)
minBoundValName (src/Data/Deriving/Internal.hs:1436)
mapValName (src/Data/Deriving/Internal.hs:1439)
maxBoundValName (src/Data/Deriving/Internal.hs:1442)
minusIntHashValName (src/Data/Deriving/Internal.hs:1445)
neqIntHashValName (src/Data/Deriving/Internal.hs:1448)
parenValName (src/Data/Deriving/Internal.hs:1451)
parensValName (src/Data/Deriving/Internal.hs:1454)
pfailValName (src/Data/Deriving/Internal.hs:1457)
plusValName (src/Data/Deriving/Internal.hs:1460)
precValName (src/Data/Deriving/Internal.hs:1463)
predValName (src/Data/Deriving/Internal.hs:1466)
rangeSizeValName (src/Data/Deriving/Internal.hs:1469)
rangeValName (src/Data/Deriving/Internal.hs:1472)
readFieldHash (src/Data/Deriving/Internal.hs:1475)
readFieldHashValName (src/Data/Deriving/Internal.hs:1483)
readListValName (src/Data/Deriving/Internal.hs:1486)
readListPrecDefaultValName (src/Data/Deriving/Internal.hs:1489)
readListPrecValName (src/Data/Deriving/Internal.hs:1492)
readPrec_to_SValName (src/Data/Deriving/Internal.hs:1495)
readPrecValName (src/Data/Deriving/Internal.hs:1498)
readS_to_PrecValName (src/Data/Deriving/Internal.hs:1501)
readsPrecValName (src/Data/Deriving/Internal.hs:1504)
replaceValName (src/Data/Deriving/Internal.hs:1507)
resetValName (src/Data/Deriving/Internal.hs:1510)
returnValName (src/Data/Deriving/Internal.hs:1513)
seqValName (src/Data/Deriving/Internal.hs:1516)
showCharValName (src/Data/Deriving/Internal.hs:1519)
showListValName (src/Data/Deriving/Internal.hs:1522)
showListWithValName (src/Data/Deriving/Internal.hs:1525)
showParenValName (src/Data/Deriving/Internal.hs:1528)
showsPrecValName (src/Data/Deriving/Internal.hs:1531)
showSpaceValName (src/Data/Deriving/Internal.hs:1534)
showStringValName (src/Data/Deriving/Internal.hs:1537)
stepValName (src/Data/Deriving/Internal.hs:1540)
succValName (src/Data/Deriving/Internal.hs:1543)
tagToEnumHashValName (src/Data/Deriving/Internal.hs:1546)
timesValName (src/Data/Deriving/Internal.hs:1549)
toEnumValName (src/Data/Deriving/Internal.hs:1552)
traverseValName (src/Data/Deriving/Internal.hs:1555)
unsafeIndexValName (src/Data/Deriving/Internal.hs:1558)
unsafeRangeSizeValName (src/Data/Deriving/Internal.hs:1561)
unwrapMonadValName (src/Data/Deriving/Internal.hs:1564)
boolTypeName (src/Data/Deriving/Internal.hs:1567)
falseDataName (src/Data/Deriving/Internal.hs:1570)
trueDataName (src/Data/Deriving/Internal.hs:1573)
eqDataName (src/Data/Deriving/Internal.hs:1576)
gtDataName (src/Data/Deriving/Internal.hs:1579)
ltDataName (src/Data/Deriving/Internal.hs:1582)
eqTypeName (src/Data/Deriving/Internal.hs:1585)
ordTypeName (src/Data/Deriving/Internal.hs:1588)
andValName (src/Data/Deriving/Internal.hs:1591)
compareValName (src/Data/Deriving/Internal.hs:1594)
eqValName (src/Data/Deriving/Internal.hs:1597)
geValName (src/Data/Deriving/Internal.hs:1600)
gtValName (src/Data/Deriving/Internal.hs:1603)
leValName (src/Data/Deriving/Internal.hs:1606)
ltValName (src/Data/Deriving/Internal.hs:1609)
notValName (src/Data/Deriving/Internal.hs:1612)
wHashDataName (src/Data/Deriving/Internal.hs:1615)
expectPValName (src/Data/Deriving/Internal.hs:1618)
allValName (src/Data/Deriving/Internal.hs:1621)
apValName (src/Data/Deriving/Internal.hs:1624)
pureValName (src/Data/Deriving/Internal.hs:1627)
liftA2ValName (src/Data/Deriving/Internal.hs:1630)
mappendValName (src/Data/Deriving/Internal.hs:1633)
memptyValName (src/Data/Deriving/Internal.hs:1636)
nullValName (src/Data/Deriving/Internal.hs:1639)
eq1TypeName (src/Data/Deriving/Internal.hs:1642)
ord1TypeName (src/Data/Deriving/Internal.hs:1645)
read1TypeName (src/Data/Deriving/Internal.hs:1648)
show1TypeName (src/Data/Deriving/Internal.hs:1651)
eq2TypeName (src/Data/Deriving/Internal.hs:1654)
ord2TypeName (src/Data/Deriving/Internal.hs:1657)
read2TypeName (src/Data/Deriving/Internal.hs:1660)
show2TypeName (src/Data/Deriving/Internal.hs:1663)
liftEqValName (src/Data/Deriving/Internal.hs:1666)
liftEq2ValName (src/Data/Deriving/Internal.hs:1669)
liftCompareValName (src/Data/Deriving/Internal.hs:1672)
liftCompare2ValName (src/Data/Deriving/Internal.hs:1675)
liftReadsPrecValName (src/Data/Deriving/Internal.hs:1678)
liftReadListValName (src/Data/Deriving/Internal.hs:1681)
liftReadsPrec2ValName (src/Data/Deriving/Internal.hs:1684)
liftReadList2ValName (src/Data/Deriving/Internal.hs:1687)
liftShowListValName (src/Data/Deriving/Internal.hs:1690)
liftShowsPrecValName (src/Data/Deriving/Internal.hs:1693)
liftShowList2ValName (src/Data/Deriving/Internal.hs:1696)
liftShowsPrec2ValName (src/Data/Deriving/Internal.hs:1699)
coerceValName (src/Data/Deriving/Internal.hs:1702)
liftReadListPrecDefaultValName (src/Data/Deriving/Internal.hs:1706)
liftReadListPrec2DefaultValName (src/Data/Deriving/Internal.hs:1709)
liftReadListPrecValName (src/Data/Deriving/Internal.hs:1712)
liftReadListPrec2ValName (src/Data/Deriving/Internal.hs:1715)
liftReadPrecValName (src/Data/Deriving/Internal.hs:1718)
liftReadPrec2ValName (src/Data/Deriving/Internal.hs:1721)
showCommaSpaceValName (src/Data/Deriving/Internal.hs:1757)
appEndoValName (src/Data/Deriving/Internal.hs:1760)
dualDataName (src/Data/Deriving/Internal.hs:1763)
endoDataName (src/Data/Deriving/Internal.hs:1766)
getDualValName (src/Data/Deriving/Internal.hs:1769)
readFieldValName (src/Data/Deriving/Internal.hs:1790)
readSymFieldValName (src/Data/Deriving/Internal.hs:1793)
eqInt8HashValName (src/Data/Deriving/Internal.hs:1797)
eqInt16HashValName (src/Data/Deriving/Internal.hs:1800)
eqWord8HashValName (src/Data/Deriving/Internal.hs:1803)
eqWord16HashValName (src/Data/Deriving/Internal.hs:1806)
geInt8HashValName (src/Data/Deriving/Internal.hs:1809)
geInt16HashValName (src/Data/Deriving/Internal.hs:1812)
geWord8HashValName (src/Data/Deriving/Internal.hs:1815)
geWord16HashValName (src/Data/Deriving/Internal.hs:1818)
gtInt8HashValName (src/Data/Deriving/Internal.hs:1821)
gtInt16HashValName (src/Data/Deriving/Internal.hs:1824)
gtWord8HashValName (src/Data/Deriving/Internal.hs:1827)
gtWord16HashValName (src/Data/Deriving/Internal.hs:1830)
int8HashTypeName (src/Data/Deriving/Internal.hs:1833)
int8ToIntHashValName (src/Data/Deriving/Internal.hs:1836)
int16HashTypeName (src/Data/Deriving/Internal.hs:1844)
int16ToIntHashValName (src/Data/Deriving/Internal.hs:1847)
intToInt8HashValName (src/Data/Deriving/Internal.hs:1855)
intToInt16HashValName (src/Data/Deriving/Internal.hs:1863)
leInt8HashValName (src/Data/Deriving/Internal.hs:1871)
leInt16HashValName (src/Data/Deriving/Internal.hs:1874)
leWord8HashValName (src/Data/Deriving/Internal.hs:1877)
leWord16HashValName (src/Data/Deriving/Internal.hs:1880)
ltInt8HashValName (src/Data/Deriving/Internal.hs:1883)
ltInt16HashValName (src/Data/Deriving/Internal.hs:1886)
ltWord8HashValName (src/Data/Deriving/Internal.hs:1889)
ltWord16HashValName (src/Data/Deriving/Internal.hs:1892)
word8HashTypeName (src/Data/Deriving/Internal.hs:1895)
word8ToWordHashValName (src/Data/Deriving/Internal.hs:1898)
word16HashTypeName (src/Data/Deriving/Internal.hs:1906)
word16ToWordHashValName (src/Data/Deriving/Internal.hs:1909)
wordToWord8HashValName (src/Data/Deriving/Internal.hs:1917)
wordToWord16HashValName (src/Data/Deriving/Internal.hs:1925)
eqInt32HashValName (src/Data/Deriving/Internal.hs:1935)
eqWord32HashValName (src/Data/Deriving/Internal.hs:1938)
geInt32HashValName (src/Data/Deriving/Internal.hs:1941)
geWord32HashValName (src/Data/Deriving/Internal.hs:1944)
gtInt32HashValName (src/Data/Deriving/Internal.hs:1947)
gtWord32HashValName (src/Data/Deriving/Internal.hs:1950)
int32HashTypeName (src/Data/Deriving/Internal.hs:1953)
int32ToIntHashValName (src/Data/Deriving/Internal.hs:1956)
intToInt32HashValName (src/Data/Deriving/Internal.hs:1959)
leInt32HashValName (src/Data/Deriving/Internal.hs:1962)
leWord32HashValName (src/Data/Deriving/Internal.hs:1965)
ltInt32HashValName (src/Data/Deriving/Internal.hs:1968)
ltWord32HashValName (src/Data/Deriving/Internal.hs:1971)
word32HashTypeName (src/Data/Deriving/Internal.hs:1974)
word32ToWordHashValName (src/Data/Deriving/Internal.hs:1977)
wordToWord32HashValName (src/Data/Deriving/Internal.hs:1980)
i8HashDataName (src/Data/Deriving/Internal.hs:1985)
i16HashDataName (src/Data/Deriving/Internal.hs:1988)
i32HashDataName (src/Data/Deriving/Internal.hs:1991)
i64HashDataName (src/Data/Deriving/Internal.hs:1994)
int64HashTypeName (src/Data/Deriving/Internal.hs:1997)
w8HashDataName (src/Data/Deriving/Internal.hs:2000)
w16HashDataName (src/Data/Deriving/Internal.hs:2003)
w32HashDataName (src/Data/Deriving/Internal.hs:2006)
w64HashDataName (src/Data/Deriving/Internal.hs:2009)
word64HashTypeName (src/Data/Deriving/Internal.hs:2012)
100% ( 5 / 5) in 'Data.Bounded.Deriving.Internal'
100% ( 7 / 7) in 'Data.Bounded.Deriving'
33% ( 4 / 12) in 'Data.Deriving.Via.Internal'
Missing documentation for:
deriveViaDecs (src/Data/Deriving/Via/Internal.hs:107)
deriveViaDecs' (src/Data/Deriving/Via/Internal.hs:149)
mkCoerceClassMethEqn (src/Data/Deriving/Via/Internal.hs:188)
zipTvbSubst (src/Data/Deriving/Via/Internal.hs:197)
stripOuterForallT (src/Data/Deriving/Via/Internal.hs:212)
decomposeType (src/Data/Deriving/Via/Internal.hs:215)
newtypeRepType (src/Data/Deriving/Via/Internal.hs:219)
etaReduce (src/Data/Deriving/Via/Internal.hs:235)
100% ( 8 / 8) in 'Data.Deriving.Via'
100% ( 9 / 9) in 'Data.Enum.Deriving.Internal'
100% ( 11 / 11) in 'Data.Enum.Deriving'
Warning: 'Eq' is ambiguous. It is defined
* at src/Data/Eq/Deriving/Internal.hs:327:16
* in GHC.Classes
You may 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/Eq/Deriving/Internal.hs:327:16
Warning: 'liftEq' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'eq1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftEq2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'eq2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 13 / 13) in 'Data.Eq.Deriving.Internal'
Warning: 'Eq1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Eq2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 15 / 15) in 'Data.Eq.Deriving'
Warning: 'Foldable' is ambiguous. It is defined
* in Data.Foldable
* at src/Data/Functor/Deriving/Internal.hs:594:31
You may 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/Deriving/Internal.hs:594:31
Warning: 'Functor' is ambiguous. It is defined
* in GHC.Base
* at src/Data/Functor/Deriving/Internal.hs:594:21
You may 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/Deriving/Internal.hs:594:21
Warning: 'Traversable' is ambiguous. It is defined
* in Data.Traversable
* at src/Data/Functor/Deriving/Internal.hs:594:42
You may 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/Deriving/Internal.hs:594:42
Warning: 'FFTOptions' is ambiguous. It is defined
* at src/Data/Functor/Deriving/Internal.hs:70:22
* at src/Data/Functor/Deriving/Internal.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 src/Data/Functor/Deriving/Internal.hs:70:1
Warning: 'fold' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'deriveTraverse' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 35 / 35) in 'Data.Functor.Deriving.Internal'
Warning: 'FFTOptions' is ambiguous. It is defined
* at src/Data/Functor/Deriving/Internal.hs:70:22
* at src/Data/Functor/Deriving/Internal.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 src/Data/Functor/Deriving/Internal.hs:70:1
100% ( 13 / 13) in 'Data.Functor.Deriving'
Warning: 'FFTOptions' is ambiguous. It is defined
* at src/Data/Functor/Deriving/Internal.hs:70:22
* at src/Data/Functor/Deriving/Internal.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 src/Data/Functor/Deriving/Internal.hs:70:1
100% ( 19 / 19) in 'Data.Foldable.Deriving'
Warning: 'Ix' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'range' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unsafeIndex' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'inRange' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 6 / 6) in 'Data.Ix.Deriving.Internal'
Warning: 'Ix' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 8 / 8) in 'Data.Ix.Deriving'
Warning: 'Ord' is ambiguous. It is defined
* at src/Data/Ord/Deriving/Internal.hs:449:17
* in GHC.Classes
You may 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/Ord/Deriving/Internal.hs:449:17
Warning: 'liftCompare' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'compare1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftCompare2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'compare2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 18 / 18) in 'Data.Ord.Deriving.Internal'
Warning: 'Ord1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Ord2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 20 / 20) in 'Data.Ord.Deriving'
Warning: 'FFTOptions' is ambiguous. It is defined
* at src/Data/Functor/Deriving/Internal.hs:70:22
* at src/Data/Functor/Deriving/Internal.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 src/Data/Functor/Deriving/Internal.hs:70:1
100% ( 17 / 17) in 'Data.Traversable.Deriving'
Warning: 'Read' is ambiguous. It is defined
* in GHC.Read
* at src/Text/Read/Deriving/Internal.hs:679:18
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Text/Read/Deriving/Internal.hs:679:18
Warning: 'readPrec' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'readListPrec' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftReadPrec' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftReadPrec2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftReadsPrec' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftReadsPrec2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftReadListPrec' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftReadListPrec2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'readsPrec1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ReadPrec' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ReadOptions' is ambiguous. It is defined
* at src/Text/Read/Deriving/Internal.hs:79:23
* at src/Text/Read/Deriving/Internal.hs:79:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Text/Read/Deriving/Internal.hs:79:1
Warning: 'readPrec1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'readPrec2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'readsPrec2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 23 / 23) in 'Text.Read.Deriving.Internal'
Warning: 'Read1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Read2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ReadOptions' is ambiguous. It is defined
* at src/Text/Read/Deriving/Internal.hs:79:23
* at src/Text/Read/Deriving/Internal.hs:79:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Text/Read/Deriving/Internal.hs:79:1
Warning: 'makeLiftReadList' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftReadPrec' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftReadListPrec' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftReadPrec2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftReadListPrec2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 25 / 25) in 'Text.Read.Deriving'
Warning: 'Show' is ambiguous. It is defined
* in GHC.Show
* at src/Text/Show/Deriving/Internal.hs:545:18
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Text/Show/Deriving/Internal.hs:545:18
Warning: 'ShowOptions' is ambiguous. It is defined
* at src/Text/Show/Deriving/Internal.hs:64:20
* at src/Text/Show/Deriving/Internal.hs:64:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Text/Show/Deriving/Internal.hs:64:1
Warning: 'showsPrec1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftShowsPrec' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftShowList' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftShowsPrec2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftShowList2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'showsPrec2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 32 / 32) in 'Text.Show.Deriving.Internal'
Warning: 'Show1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Show2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ShowOptions' is ambiguous. It is defined
* at src/Text/Show/Deriving/Internal.hs:64:20
* at src/Text/Show/Deriving/Internal.hs:64:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Text/Show/Deriving/Internal.hs:64:1
100% ( 34 / 34) in 'Text.Show.Deriving'
Warning: 'Ix' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Traverable' 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: 'pfail' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'parens' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'deriveVia' 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: 'Name' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 17 / 17) in 'Data.Deriving'
Warning: Data.Eq.Deriving.Internal: could not find link destinations for:
- Data.Eq.Deriving.Internal.Eq
- Data.Eq.Deriving.Internal.Eq1
- Data.Eq.Deriving.Internal.Eq2
Warning: Data.Eq.Deriving: could not find link destinations for:
- Data.Eq.Deriving.Internal.Eq
- Data.Eq.Deriving.Internal.Eq1
- Data.Eq.Deriving.Internal.Eq2
Warning: Data.Functor.Deriving.Internal: could not find link destinations for:
- Data.Functor.Deriving.Internal.Functor
- Data.Functor.Deriving.Internal.Foldable
- Data.Functor.Deriving.Internal.Traversable
Warning: Data.Functor.Deriving: could not find link destinations for:
- Data.Functor.Deriving.Internal.Functor
- Data.Functor.Deriving.Internal.Foldable
- Data.Functor.Deriving.Internal.Traversable
Warning: Data.Foldable.Deriving: could not find link destinations for:
- Data.Functor.Deriving.Internal.Functor
- Data.Functor.Deriving.Internal.Foldable
- Data.Functor.Deriving.Internal.Traversable
Warning: Data.Ord.Deriving.Internal: could not find link destinations for:
- Data.Ord.Deriving.Internal.Ord
- Data.Ord.Deriving.Internal.Ord1
- Data.Ord.Deriving.Internal.Ord2
Warning: Data.Ord.Deriving: could not find link destinations for:
- Data.Ord.Deriving.Internal.Ord
- Data.Ord.Deriving.Internal.Ord1
- Data.Ord.Deriving.Internal.Ord2
Warning: Data.Traversable.Deriving: could not find link destinations for:
- Data.Functor.Deriving.Internal.Functor
- Data.Functor.Deriving.Internal.Foldable
- Data.Functor.Deriving.Internal.Traversable
Warning: Text.Read.Deriving.Internal: could not find link destinations for:
- Text.Read.Deriving.Internal.Read
- Text.Read.Deriving.Internal.Read1
- Text.Read.Deriving.Internal.Read2
Warning: Text.Read.Deriving: could not find link destinations for:
- Text.Read.Deriving.Internal.Read
- Text.Read.Deriving.Internal.Read1
- Text.Read.Deriving.Internal.Read2
Warning: Text.Show.Deriving.Internal: could not find link destinations for:
- Text.Show.Deriving.Internal.Show
- Text.Show.Deriving.Internal.Show1
- Text.Show.Deriving.Internal.Show2
Warning: Text.Show.Deriving: could not find link destinations for:
- Text.Show.Deriving.Internal.Show
- Text.Show.Deriving.Internal.Show1
- Text.Show.Deriving.Internal.Show2
Documentation created: dist/doc/html/deriving-compat/,
dist/doc/html/deriving-compat/deriving-compat.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/deriving-compat-0.6.7-3mUk9uC8ub2H8lvforMYSN
Completed deriving-compat-0.6.7
Configuring concurrent-extra-0.7.0.12...
Preprocessing library for concurrent-extra-0.7.0.12..
Building library for concurrent-extra-0.7.0.12..
[1 of 8] Compiling Utils ( Utils.hs, dist/build/Utils.o, dist/build/Utils.dyn_o )
[2 of 8] Compiling Control.Concurrent.STM.Lock ( Control/Concurrent/STM/Lock.hs, dist/build/Control/Concurrent/STM/Lock.o, dist/build/Control/Concurrent/STM/Lock.dyn_o )
[3 of 8] Compiling Control.Concurrent.Lock ( Control/Concurrent/Lock.hs, dist/build/Control/Concurrent/Lock.o, dist/build/Control/Concurrent/Lock.dyn_o )
[4 of 8] Compiling Control.Concurrent.ReadWriteLock ( Control/Concurrent/ReadWriteLock.hs, dist/build/Control/Concurrent/ReadWriteLock.o, dist/build/Control/Concurrent/ReadWriteLock.dyn_o )
[5 of 8] Compiling Control.Concurrent.ReadWriteVar ( Control/Concurrent/ReadWriteVar.hs, dist/build/Control/Concurrent/ReadWriteVar.o, dist/build/Control/Concurrent/ReadWriteVar.dyn_o )
[6 of 8] Compiling Control.Concurrent.RLock ( Control/Concurrent/RLock.hs, dist/build/Control/Concurrent/RLock.o, dist/build/Control/Concurrent/RLock.dyn_o )
[7 of 8] Compiling Control.Concurrent.Broadcast ( Control/Concurrent/Broadcast.hs, dist/build/Control/Concurrent/Broadcast.o, dist/build/Control/Concurrent/Broadcast.dyn_o )
[8 of 8] Compiling Control.Concurrent.Event ( Control/Concurrent/Event.hs, dist/build/Control/Concurrent/Event.o, dist/build/Control/Concurrent/Event.dyn_o )
Preprocessing library for concurrent-extra-0.7.0.12..
Running Haddock on library for concurrent-extra-0.7.0.12..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 8] Compiling Utils ( Utils.hs, nothing )
[2 of 8] Compiling Control.Concurrent.STM.Lock ( Control/Concurrent/STM/Lock.hs, nothing )
Control/Concurrent/STM/Lock.hs:61:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Bool is redundant
except perhaps to import instances from Data.Bool
To import instances alone, use: import Data.Bool()
|
61 | import Data.Bool ( Bool(False, True) )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Control/Concurrent/STM/Lock.hs:84:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Concurrent.STM is redundant
except perhaps to import instances from Control.Concurrent.STM
To import instances alone, use: import Control.Concurrent.STM()
|
84 | import Control.Concurrent.STM ( retry )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 8] Compiling Control.Concurrent.Lock ( Control/Concurrent/Lock.hs, nothing )
Control/Concurrent/Lock.hs:72:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Bool is redundant
except perhaps to import instances from Data.Bool
To import instances alone, use: import Data.Bool()
|
72 | import Data.Bool ( Bool(False, True) )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[4 of 8] Compiling Control.Concurrent.ReadWriteLock ( Control/Concurrent/ReadWriteLock.hs, nothing )
[5 of 8] Compiling Control.Concurrent.ReadWriteVar ( Control/Concurrent/ReadWriteVar.hs, nothing )
Control/Concurrent/ReadWriteVar.hs:80: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()
|
80 | import Data.Function ( const )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Control/Concurrent/ReadWriteVar.hs:81:1: warning: [GHC-66111] [-Wunused-imports]
The import of Prelude is redundant
except perhaps to import instances from Prelude
To import instances alone, use: import Prelude()
|
81 | import Prelude ( undefined )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[6 of 8] Compiling Control.Concurrent.RLock ( Control/Concurrent/RLock.hs, nothing )
[7 of 8] Compiling Control.Concurrent.Broadcast ( Control/Concurrent/Broadcast.hs, nothing )
[8 of 8] Compiling Control.Concurrent.Event ( Control/Concurrent/Event.hs, nothing )
Control/Concurrent/Event.hs:72:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Exception is redundant
except perhaps to import instances from Control.Exception
To import instances alone, use: import Control.Exception()
|
72 | import Control.Exception ( mask )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Haddock coverage:
Warning: '>>' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 15 / 15) in 'Control.Concurrent.STM.Lock'
Warning: 'Lock' is ambiguous. It is defined
* at Control/Concurrent/Lock.hs:95:16
* at Control/Concurrent/Lock.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 Control/Concurrent/Lock.hs:95:1
100% ( 15 / 15) in 'Control.Concurrent.Lock'
Warning: 'RWLock' is ambiguous. It is defined
* at Control/Concurrent/ReadWriteLock.hs:115:15
* at Control/Concurrent/ReadWriteLock.hs:115:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Control/Concurrent/ReadWriteLock.hs:115:1
100% ( 24 / 24) in 'Control.Concurrent.ReadWriteLock'
Warning: 'RWVar' is ambiguous. It is defined
* at Control/Concurrent/ReadWriteVar.hs:96:16
* at Control/Concurrent/ReadWriteVar.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 Control/Concurrent/ReadWriteVar.hs:96:1
100% ( 9 / 9) in 'Control.Concurrent.ReadWriteVar'
Warning: 'RLock' is ambiguous. It is defined
* at Control/Concurrent/RLock.hs:109:17
* at Control/Concurrent/RLock.hs:109:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Control/Concurrent/RLock.hs:109:1
Warning: 'block' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 16 / 16) in 'Control.Concurrent.RLock'
Warning: 'Broadcast' is ambiguous. It is defined
* at Control/Concurrent/Broadcast.hs:100:23
* at Control/Concurrent/Broadcast.hs:100:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Control/Concurrent/Broadcast.hs:100:1
Warning: 'block' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 13 / 13) in 'Control.Concurrent.Broadcast'
100% ( 13 / 13) in 'Control.Concurrent.Event'
Documentation created: dist/doc/html/concurrent-extra/,
dist/doc/html/concurrent-extra/concurrent-extra.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/concurrent-extra-0.7.0.12-HgXTlKaXXDj6IEIKTDk8qQ
Completed concurrent-extra-0.7.0.12
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 zlib-bindings-0.1.1.5...
Preprocessing library for zlib-bindings-0.1.1.5..
Building library for zlib-bindings-0.1.1.5..
[1 of 2] Compiling Codec.Zlib.Lowlevel ( Codec/Zlib/Lowlevel.hs, dist/build/Codec/Zlib/Lowlevel.o, dist/build/Codec/Zlib/Lowlevel.dyn_o )
Codec/Zlib/Lowlevel.hs:100:1: warning: [GHC-53633] [-Woverlapping-patterns]
Pattern match is redundant
In an equation for wbToInt: wbToInt _ = ...
|
100 | wbToInt _ = 15
| ^^^^^^^^^^^^^^
[2 of 2] Compiling Codec.Zlib ( Codec/Zlib.hs, dist/build/Codec/Zlib.o, dist/build/Codec/Zlib.dyn_o )
Preprocessing library for zlib-bindings-0.1.1.5..
Running Haddock on library for zlib-bindings-0.1.1.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Codec.Zlib.Lowlevel ( Codec/Zlib/Lowlevel.hs, nothing )
[2 of 2] Compiling Codec.Zlib ( Codec/Zlib.hs, nothing )
Haddock coverage:
0% ( 0 / 20) in 'Codec.Zlib.Lowlevel'
Missing documentation for:
Module header
ZStreamStruct (Codec/Zlib/Lowlevel.hs:29)
ZStream' (Codec/Zlib/Lowlevel.hs:30)
zstreamNew (Codec/Zlib/Lowlevel.hs:40)
Strategy (Codec/Zlib/Lowlevel.hs:32)
deflateInit2 (Codec/Zlib/Lowlevel.hs:48)
inflateInit2 (Codec/Zlib/Lowlevel.hs:57)
c_free_z_stream_inflate (Codec/Zlib/Lowlevel.hs:59)
c_free_z_stream_deflate (Codec/Zlib/Lowlevel.hs:62)
c_set_avail_in (Codec/Zlib/Lowlevel.hs:65)
c_set_avail_out (Codec/Zlib/Lowlevel.hs:68)
c_get_avail_out (Codec/Zlib/Lowlevel.hs:71)
c_get_avail_in (Codec/Zlib/Lowlevel.hs:74)
c_get_next_in (Codec/Zlib/Lowlevel.hs:77)
c_call_inflate_noflush (Codec/Zlib/Lowlevel.hs:80)
c_call_deflate_noflush (Codec/Zlib/Lowlevel.hs:83)
c_call_deflate_finish (Codec/Zlib/Lowlevel.hs:86)
c_call_deflate_flush (Codec/Zlib/Lowlevel.hs:89)
c_call_deflate_set_dictionary (Codec/Zlib/Lowlevel.hs:92)
c_call_inflate_set_dictionary (Codec/Zlib/Lowlevel.hs:95)
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 Codec/Zlib.hs:59:19
* at Codec/Zlib.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 Codec/Zlib.hs:59:1
Warning: 'Deflate' is ambiguous. It is defined
* at Codec/Zlib.hs:63:19
* at Codec/Zlib.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 Codec/Zlib.hs:63:1
100% ( 20 / 20) in 'Codec.Zlib'
Warning: Codec.Zlib: could not find link destinations for:
- Codec.Compression.Zlib.Stream.Rep_WindowBits
Documentation created: dist/doc/html/zlib-bindings/,
dist/doc/html/zlib-bindings/zlib-bindings.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/zlib-bindings-0.1.1.5-KUn9SWSICTLDmmtXxKYyFv
Completed zlib-bindings-0.1.1.5
Configuring panic-0.4.0.1...
Preprocessing library for panic-0.4.0.1..
Building library for panic-0.4.0.1..
[1 of 1] Compiling Panic ( src/Panic.hs, dist/build/Panic.o, dist/build/Panic.dyn_o )
Preprocessing library for panic-0.4.0.1..
Running Haddock on library for panic-0.4.0.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Panic ( src/Panic.hs, nothing )
Haddock coverage:
83% ( 5 / 6) in 'Panic'
Missing documentation for:
Module header
Documentation created: dist/doc/html/panic/, dist/doc/html/panic/panic.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/panic-0.4.0.1-DFQWF2pMQ4f8h7JpHU0Hxd
Completed panic-0.4.0.1
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 unordered-containers-0.2.20...
Preprocessing library for unordered-containers-0.2.20..
Building library for unordered-containers-0.2.20..
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..
Running Haddock on library for unordered-containers-0.2.20..
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:225:7
* at Data/HashMap/Internal.hs:185:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/HashMap/Internal.hs:185: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:185)
intersectionWithKey# (Data/HashMap/Internal.hs:1855)
updateOrConcatWithKey (Data/HashMap/Internal.hs:2368)
equalKeys (Data/HashMap/Internal.hs:511)
equalKeys1 (Data/HashMap/Internal.hs:495)
lookupRecordCollision (Data/HashMap/Internal.hs:678)
LookupRes (Data/HashMap/Internal.hs:657)
lookupResToMaybe (Data/HashMap/Internal.hs:660)
insert' (Data/HashMap/Internal.hs:806)
delete' (Data/HashMap/Internal.hs:1124)
insertNewKey (Data/HashMap/Internal.hs:848)
insertKeyExists (Data/HashMap/Internal.hs:883)
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-7blfpOodiOvAKqWAOf0374
Completed unordered-containers-0.2.20
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 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 ordered-containers-0.2.4...
Preprocessing library for ordered-containers-0.2.4..
Building library for ordered-containers-0.2.4..
[1 of 5] Compiling Data.Map.Util ( Data/Map/Util.hs, dist/build/Data/Map/Util.o, dist/build/Data/Map/Util.dyn_o )
[2 of 5] Compiling Data.Map.Ordered.Internal ( Data/Map/Ordered/Internal.hs, dist/build/Data/Map/Ordered/Internal.o, dist/build/Data/Map/Ordered/Internal.dyn_o )
Data/Map/Ordered/Internal.hs:94:9: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
Noncanonical mappend definition detected
in the instance declaration for Monoid (Bias L (OMap k v)).
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
|
94 | mappend (Bias o) (Bias o') = Bias (unionWithL (const mappend) o o')
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Map/Ordered/Internal.hs:105:9: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
Noncanonical mappend definition detected
in the instance declaration for Monoid (Bias R (OMap k v)).
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
|
105 | mappend (Bias o) (Bias o') = Bias (unionWithR (const mappend) o o')
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 5] Compiling Data.Map.Ordered.Strict ( Data/Map/Ordered/Strict.hs, dist/build/Data/Map/Ordered/Strict.o, dist/build/Data/Map/Ordered/Strict.dyn_o )
[4 of 5] Compiling Data.Map.Ordered ( Data/Map/Ordered.hs, dist/build/Data/Map/Ordered.o, dist/build/Data/Map/Ordered.dyn_o )
[5 of 5] Compiling Data.Set.Ordered ( Data/Set/Ordered.hs, dist/build/Data/Set/Ordered.o, dist/build/Data/Set/Ordered.dyn_o )
Data/Set/Ordered.hs:106:9: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
Noncanonical mappend definition detected
in the instance declaration for Monoid (Bias L (OSet a)).
mappend will eventually be removed in favour of (<>)
Suggested fix:
Either remove definition for mappend (recommended) or define as mappend = (<>)
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
|
106 | mappend (Bias o) (Bias o') = Bias (o |<> o')
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Set/Ordered.hs:116:9: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
Noncanonical mappend definition detected
in the instance declaration for Monoid (Bias R (OSet a)).
mappend will eventually be removed in favour of (<>)
Suggested fix:
Either remove definition for mappend (recommended) or define as mappend = (<>)
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
|
116 | mappend (Bias o) (Bias o') = Bias (o <>| o')
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Preprocessing library for ordered-containers-0.2.4..
Running Haddock on library for ordered-containers-0.2.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling Data.Map.Util ( Data/Map/Util.hs, nothing )
[2 of 5] Compiling Data.Map.Ordered.Internal ( Data/Map/Ordered/Internal.hs, nothing )
Data/Map/Ordered/Internal.hs:94:9: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
Noncanonical mappend definition detected
in the instance declaration for Monoid (Bias L (OMap k v)).
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
|
94 | mappend (Bias o) (Bias o') = Bias (unionWithL (const mappend) o o')
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Map/Ordered/Internal.hs:105:9: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
Noncanonical mappend definition detected
in the instance declaration for Monoid (Bias R (OMap k v)).
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
|
105 | mappend (Bias o) (Bias o') = Bias (unionWithR (const mappend) o o')
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 5] Compiling Data.Map.Ordered.Strict ( Data/Map/Ordered/Strict.hs, nothing )
[4 of 5] Compiling Data.Map.Ordered ( Data/Map/Ordered.hs, nothing )
[5 of 5] Compiling Data.Set.Ordered ( Data/Set/Ordered.hs, nothing )
Data/Set/Ordered.hs:106:9: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
Noncanonical mappend definition detected
in the instance declaration for Monoid (Bias L (OSet a)).
mappend will eventually be removed in favour of (<>)
Suggested fix:
Either remove definition for mappend (recommended) or define as mappend = (<>)
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
|
106 | mappend (Bias o) (Bias o') = Bias (o |<> o')
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Set/Ordered.hs:116:9: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
Noncanonical mappend definition detected
in the instance declaration for Monoid (Bias R (OSet a)).
mappend will eventually be removed in favour of (<>)
Suggested fix:
Either remove definition for mappend (recommended) or define as mappend = (<>)
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
|
116 | mappend (Bias o) (Bias o') = Bias (o <>| o')
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Haddock coverage:
Warning: 'OMap' is ambiguous. It is defined
* at Data/Map/Ordered/Internal.hs:28:17
* at Data/Map/Ordered/Internal.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 Data/Map/Ordered/Internal.hs:28:1
Warning: 'OMap' is ambiguous. It is defined
* at Data/Map/Ordered/Internal.hs:28:17
* at Data/Map/Ordered/Internal.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 Data/Map/Ordered/Internal.hs:28:1
58% ( 24 / 41) in 'Data.Map.Ordered.Strict'
Missing documentation for:
OMap (Data/Map/Ordered/Internal.hs:28)
empty (Data/Map/Ordered/Internal.hs:197)
singleton (Data/Map/Ordered/Strict.hs:97)
<| (Data/Map/Ordered/Strict.hs:50)
|< (Data/Map/Ordered/Strict.hs:53)
>| (Data/Map/Ordered/Strict.hs:57)
|> (Data/Map/Ordered/Strict.hs:61)
L (Data/Map/Util.hs:58)
R (Data/Map/Util.hs:59)
delete (Data/Map/Ordered/Internal.hs:229)
null (Data/Map/Ordered/Internal.hs:208)
size (Data/Map/Ordered/Internal.hs:211)
member (Data/Map/Ordered/Internal.hs:214)
notMember (Data/Map/Ordered/Internal.hs:215)
lookup (Data/Map/Ordered/Internal.hs:218)
findIndex (Data/Map/Ordered/Internal.hs:274)
elemAt (Data/Map/Ordered/Internal.hs:279)
Warning: 'OMap' is ambiguous. It is defined
* at Data/Map/Ordered/Internal.hs:28:17
* at Data/Map/Ordered/Internal.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 Data/Map/Ordered/Internal.hs:28:1
59% ( 25 / 42) in 'Data.Map.Ordered'
Missing documentation for:
OMap (Data/Map/Ordered/Internal.hs:28)
empty (Data/Map/Ordered/Internal.hs:197)
singleton (Data/Map/Ordered.hs:47)
<| (Data/Map/Ordered/Internal.hs:138)
|< (Data/Map/Ordered/Internal.hs:141)
>| (Data/Map/Ordered/Internal.hs:145)
|> (Data/Map/Ordered/Internal.hs:149)
L (Data/Map/Util.hs:58)
R (Data/Map/Util.hs:59)
delete (Data/Map/Ordered/Internal.hs:229)
null (Data/Map/Ordered/Internal.hs:208)
size (Data/Map/Ordered/Internal.hs:211)
member (Data/Map/Ordered/Internal.hs:214)
notMember (Data/Map/Ordered/Internal.hs:215)
lookup (Data/Map/Ordered/Internal.hs:218)
findIndex (Data/Map/Ordered/Internal.hs:274)
elemAt (Data/Map/Ordered/Internal.hs:279)
Warning: 'OSet' is ambiguous. It is defined
* at Data/Set/Ordered.hs:52:15
* at Data/Set/Ordered.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/Set/Ordered.hs:52:1
52% ( 19 / 36) in 'Data.Set.Ordered'
Missing documentation for:
OSet (Data/Set/Ordered.hs:52)
empty (Data/Set/Ordered.hs:201)
singleton (Data/Set/Ordered.hs:222)
<| (Data/Set/Ordered.hs:133)
|< (Data/Set/Ordered.hs:138)
>| (Data/Set/Ordered.hs:147)
|> (Data/Set/Ordered.hs:142)
L (Data/Map/Util.hs:58)
R (Data/Map/Util.hs:59)
null (Data/Set/Ordered.hs:229)
size (Data/Set/Ordered.hs:208)
member (Data/Set/Ordered.hs:204)
notMember (Data/Set/Ordered.hs:205)
delete (Data/Set/Ordered.hs:217)
filter (Data/Set/Ordered.hs:213)
findIndex (Data/Set/Ordered.hs:232)
elemAt (Data/Set/Ordered.hs:237)
Warning: Data.Map.Ordered.Strict: could not find link destinations for:
- Data.Map.Util.IndexPreference
- Data.Map.Util.L
- Data.Map.Util.R
- Data.Map.Ordered.Internal.D:R:ItemOMap
Warning: Data.Map.Ordered: could not find link destinations for:
- Data.Map.Util.IndexPreference
- Data.Map.Util.L
- Data.Map.Util.R
- Data.Map.Ordered.Internal.D:R:ItemOMap
Warning: Data.Set.Ordered: could not find link destinations for:
- Data.Map.Util.IndexPreference
- Data.Map.Util.L
- Data.Map.Util.R
- Data.Set.Ordered.D:R:ItemOSet
Documentation created: dist/doc/html/ordered-containers/,
dist/doc/html/ordered-containers/ordered-containers.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ordered-containers-0.2.4-F1CweyyJLgVAMzcJhDWOXL
Completed ordered-containers-0.2.4
Configuring libBF-0.6.8...
Preprocessing library for libBF-0.6.8..
Building library for libBF-0.6.8..
[1 of 3] Compiling LibBF.Opts ( dist/build/LibBF/Opts.hs, dist/build/LibBF/Opts.o, dist/build/LibBF/Opts.dyn_o )
[2 of 3] Compiling LibBF.Mutable ( dist/build/LibBF/Mutable.hs, dist/build/LibBF/Mutable.o, dist/build/LibBF/Mutable.dyn_o )
[3 of 3] Compiling LibBF ( src/LibBF.hs, dist/build/LibBF.o, dist/build/LibBF.dyn_o )
Preprocessing library for libBF-0.6.8..
Running Haddock on library for libBF-0.6.8..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling LibBF.Opts ( dist/build/LibBF/Opts.hs, nothing )
[2 of 3] Compiling LibBF.Mutable ( dist/build/LibBF/Mutable.hs, nothing )
[3 of 3] Compiling LibBF ( src/LibBF.hs, nothing )
Haddock coverage:
Warning: 'precMin' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'precMax' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 54 / 54) in 'LibBF.Opts'
Warning: 'BF' is ambiguous. It is defined
* at src/LibBF/Mutable.hsc:106:14
* at src/LibBF/Mutable.hsc:106:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/LibBF/Mutable.hsc:106:1
100% ( 54 / 54) in 'LibBF.Mutable'
Warning: 'NaN' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 57 / 57) in 'LibBF'
Documentation created: dist/doc/html/libBF/, dist/doc/html/libBF/libBF.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/libBF-0.6.8-BaAfoI9gF6O4mS32D5OLgJ
Completed libBF-0.6.8
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 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 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 barbies-2.1.1.0...
Preprocessing library for barbies-2.1.1.0..
Building library for barbies-2.1.1.0..
[ 1 of 32] Compiling Barbies.Internal.Dicts ( src/Barbies/Internal/Dicts.hs, dist/build/Barbies/Internal/Dicts.o, dist/build/Barbies/Internal/Dicts.dyn_o )
[ 2 of 32] Compiling Barbies.Internal.Writer ( src/Barbies/Internal/Writer.hs, dist/build/Barbies/Internal/Writer.o, dist/build/Barbies/Internal/Writer.dyn_o )
[ 3 of 32] Compiling Data.Generics.GenericN ( src/Data/Generics/GenericN.hs, dist/build/Data/Generics/GenericN.o, dist/build/Data/Generics/GenericN.dyn_o )
[ 4 of 32] Compiling Barbies.Internal.Wear ( src/Barbies/Internal/Wear.hs, dist/build/Barbies/Internal/Wear.o, dist/build/Barbies/Internal/Wear.dyn_o )
[ 5 of 32] Compiling Barbies.Generics.Traversable ( src/Barbies/Generics/Traversable.hs, dist/build/Barbies/Generics/Traversable.o, dist/build/Barbies/Generics/Traversable.dyn_o )
[ 6 of 32] Compiling Barbies.Generics.Functor ( src/Barbies/Generics/Functor.hs, dist/build/Barbies/Generics/Functor.o, dist/build/Barbies/Generics/Functor.dyn_o )
[ 7 of 32] Compiling Barbies.Internal.FunctorT ( src/Barbies/Internal/FunctorT.hs, dist/build/Barbies/Internal/FunctorT.o, dist/build/Barbies/Internal/FunctorT.dyn_o )
[ 8 of 32] Compiling Barbies.Internal.TraversableT ( src/Barbies/Internal/TraversableT.hs, dist/build/Barbies/Internal/TraversableT.o, dist/build/Barbies/Internal/TraversableT.dyn_o )
[ 9 of 32] Compiling Barbies.Internal.MonadT ( src/Barbies/Internal/MonadT.hs, dist/build/Barbies/Internal/MonadT.o, dist/build/Barbies/Internal/MonadT.dyn_o )
[10 of 32] Compiling Barbies.Internal.FunctorB ( src/Barbies/Internal/FunctorB.hs, dist/build/Barbies/Internal/FunctorB.o, dist/build/Barbies/Internal/FunctorB.dyn_o )
[11 of 32] Compiling Barbies.Internal.TraversableB ( src/Barbies/Internal/TraversableB.hs, dist/build/Barbies/Internal/TraversableB.o, dist/build/Barbies/Internal/TraversableB.dyn_o )
[12 of 32] Compiling Barbies.Generics.Distributive ( src/Barbies/Generics/Distributive.hs, dist/build/Barbies/Generics/Distributive.o, dist/build/Barbies/Generics/Distributive.dyn_o )
[13 of 32] Compiling Barbies.Internal.DistributiveT ( src/Barbies/Internal/DistributiveT.hs, dist/build/Barbies/Internal/DistributiveT.o, dist/build/Barbies/Internal/DistributiveT.dyn_o )
[14 of 32] Compiling Barbies.Internal.DistributiveB ( src/Barbies/Internal/DistributiveB.hs, dist/build/Barbies/Internal/DistributiveB.o, dist/build/Barbies/Internal/DistributiveB.dyn_o )
[15 of 32] Compiling Barbies.Generics.Constraints ( src/Barbies/Generics/Constraints.hs, dist/build/Barbies/Generics/Constraints.o, dist/build/Barbies/Generics/Constraints.dyn_o )
[16 of 32] Compiling Barbies.Generics.Bare ( src/Barbies/Generics/Bare.hs, dist/build/Barbies/Generics/Bare.o, dist/build/Barbies/Generics/Bare.dyn_o )
[17 of 32] Compiling Barbies.Internal.BareB ( src/Barbies/Internal/BareB.hs, dist/build/Barbies/Internal/BareB.o, dist/build/Barbies/Internal/BareB.dyn_o )
[18 of 32] Compiling Barbies.Bare ( src/Barbies/Bare.hs, dist/build/Barbies/Bare.o, dist/build/Barbies/Bare.dyn_o )
[19 of 32] Compiling Barbies.Generics.Applicative ( src/Barbies/Generics/Applicative.hs, dist/build/Barbies/Generics/Applicative.o, dist/build/Barbies/Generics/Applicative.dyn_o )
[20 of 32] Compiling Barbies.Internal.ApplicativeT ( src/Barbies/Internal/ApplicativeT.hs, dist/build/Barbies/Internal/ApplicativeT.o, dist/build/Barbies/Internal/ApplicativeT.dyn_o )
[21 of 32] Compiling Barbies.Internal.ConstraintsT ( src/Barbies/Internal/ConstraintsT.hs, dist/build/Barbies/Internal/ConstraintsT.o, dist/build/Barbies/Internal/ConstraintsT.dyn_o )
[22 of 32] Compiling Data.Functor.Transformer ( src/Data/Functor/Transformer.hs, dist/build/Data/Functor/Transformer.o, dist/build/Data/Functor/Transformer.dyn_o )
[23 of 32] Compiling Barbies.Internal.ApplicativeB ( src/Barbies/Internal/ApplicativeB.hs, dist/build/Barbies/Internal/ApplicativeB.o, dist/build/Barbies/Internal/ApplicativeB.dyn_o )
[24 of 32] Compiling Barbies.Internal.ConstraintsB ( src/Barbies/Internal/ConstraintsB.hs, dist/build/Barbies/Internal/ConstraintsB.o, dist/build/Barbies/Internal/ConstraintsB.dyn_o )
[25 of 32] Compiling Data.Functor.Barbie ( src/Data/Functor/Barbie.hs, dist/build/Data/Functor/Barbie.o, dist/build/Data/Functor/Barbie.dyn_o )
[26 of 32] Compiling Barbies.Internal.Containers ( src/Barbies/Internal/Containers.hs, dist/build/Barbies/Internal/Containers.o, dist/build/Barbies/Internal/Containers.dyn_o )
[27 of 32] Compiling Barbies.Internal.Wrappers ( src/Barbies/Internal/Wrappers.hs, dist/build/Barbies/Internal/Wrappers.o, dist/build/Barbies/Internal/Wrappers.dyn_o )
[28 of 32] Compiling Barbies.Internal.Trivial ( src/Barbies/Internal/Trivial.hs, dist/build/Barbies/Internal/Trivial.o, dist/build/Barbies/Internal/Trivial.dyn_o )
[29 of 32] Compiling Barbies.Bi ( src/Barbies/Bi.hs, dist/build/Barbies/Bi.o, dist/build/Barbies/Bi.dyn_o )
[30 of 32] Compiling Barbies ( src/Barbies.hs, dist/build/Barbies.o, dist/build/Barbies.dyn_o )
[31 of 32] Compiling Barbies.Constraints ( src/Barbies/Constraints.hs, dist/build/Barbies/Constraints.o, dist/build/Barbies/Constraints.dyn_o )
[32 of 32] Compiling Barbies.Internal ( src/Barbies/Internal.hs, dist/build/Barbies/Internal.o, dist/build/Barbies/Internal.dyn_o )
Preprocessing library for barbies-2.1.1.0..
Running Haddock on library for barbies-2.1.1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 32] Compiling Barbies.Internal.Dicts ( src/Barbies/Internal/Dicts.hs, nothing )
[ 2 of 32] Compiling Barbies.Internal.Writer ( src/Barbies/Internal/Writer.hs, nothing )
[ 3 of 32] Compiling Data.Generics.GenericN ( src/Data/Generics/GenericN.hs, nothing )
[ 4 of 32] Compiling Barbies.Internal.Wear ( src/Barbies/Internal/Wear.hs, nothing )
[ 5 of 32] Compiling Barbies.Generics.Traversable ( src/Barbies/Generics/Traversable.hs, nothing )
[ 6 of 32] Compiling Barbies.Generics.Functor ( src/Barbies/Generics/Functor.hs, nothing )
[ 7 of 32] Compiling Barbies.Internal.FunctorT ( src/Barbies/Internal/FunctorT.hs, nothing )
[ 8 of 32] Compiling Barbies.Internal.TraversableT ( src/Barbies/Internal/TraversableT.hs, nothing )
[ 9 of 32] Compiling Barbies.Internal.MonadT ( src/Barbies/Internal/MonadT.hs, nothing )
[10 of 32] Compiling Barbies.Internal.FunctorB ( src/Barbies/Internal/FunctorB.hs, nothing )
[11 of 32] Compiling Barbies.Internal.TraversableB ( src/Barbies/Internal/TraversableB.hs, nothing )
[12 of 32] Compiling Barbies.Generics.Distributive ( src/Barbies/Generics/Distributive.hs, nothing )
[13 of 32] Compiling Barbies.Internal.DistributiveT ( src/Barbies/Internal/DistributiveT.hs, nothing )
[14 of 32] Compiling Barbies.Internal.DistributiveB ( src/Barbies/Internal/DistributiveB.hs, nothing )
[15 of 32] Compiling Barbies.Generics.Constraints ( src/Barbies/Generics/Constraints.hs, nothing )
[16 of 32] Compiling Barbies.Generics.Bare ( src/Barbies/Generics/Bare.hs, nothing )
[17 of 32] Compiling Barbies.Internal.BareB ( src/Barbies/Internal/BareB.hs, nothing )
[18 of 32] Compiling Barbies.Bare ( src/Barbies/Bare.hs, nothing )
[19 of 32] Compiling Barbies.Generics.Applicative ( src/Barbies/Generics/Applicative.hs, nothing )
[20 of 32] Compiling Barbies.Internal.ApplicativeT ( src/Barbies/Internal/ApplicativeT.hs, nothing )
[21 of 32] Compiling Barbies.Internal.ConstraintsT ( src/Barbies/Internal/ConstraintsT.hs, nothing )
[22 of 32] Compiling Data.Functor.Transformer ( src/Data/Functor/Transformer.hs, nothing )
[23 of 32] Compiling Barbies.Internal.ApplicativeB ( src/Barbies/Internal/ApplicativeB.hs, nothing )
[24 of 32] Compiling Barbies.Internal.ConstraintsB ( src/Barbies/Internal/ConstraintsB.hs, nothing )
[25 of 32] Compiling Data.Functor.Barbie ( src/Data/Functor/Barbie.hs, nothing )
[26 of 32] Compiling Barbies.Internal.Containers ( src/Barbies/Internal/Containers.hs, nothing )
[27 of 32] Compiling Barbies.Internal.Wrappers ( src/Barbies/Internal/Wrappers.hs, nothing )
[28 of 32] Compiling Barbies.Internal.Trivial ( src/Barbies/Internal/Trivial.hs, nothing )
[29 of 32] Compiling Barbies.Bi ( src/Barbies/Bi.hs, nothing )
[30 of 32] Compiling Barbies ( src/Barbies.hs, nothing )
[31 of 32] Compiling Barbies.Constraints ( src/Barbies/Constraints.hs, nothing )
[32 of 32] Compiling Barbies.Internal ( src/Barbies/Internal.hs, nothing )
Haddock coverage:
Warning: 'Dict' is ambiguous. It is defined
* at src/Barbies/Internal/Dicts.hs:25:3
* at src/Barbies/Internal/Dicts.hs:24:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Barbies/Internal/Dicts.hs:24:1
Warning: 'Compose' is ambiguous. It is defined
* in Data.Functor.Compose
* in Data.Functor.Compose
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Compose
Warning: '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
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: 'Compose' is ambiguous. It is defined
* in Data.Functor.Compose
* in Data.Functor.Compose
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Compose
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
Warning: 'f' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Compose' is ambiguous. It is defined
* in Data.Functor.Compose
* in Data.Functor.Compose
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Compose
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
Warning: 'f' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Compose' is ambiguous. It is defined
* in Data.Functor.Compose
* in Data.Functor.Compose
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Compose
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
Warning: 'Identity' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
80% ( 8 / 10) in 'Barbies.Bare'
Missing documentation for:
Bare (src/Barbies/Internal/Wear.hs:12)
Covered (src/Barbies/Internal/Wear.hs:13)
Warning: 'tprod'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Dict' is ambiguous. It is defined
* at src/Barbies/Internal/Dicts.hs:25:3
* at src/Barbies/Internal/Dicts.hs:24:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Barbies/Internal/Dicts.hs:24:1
Warning: 'Product'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
97% ( 36 / 37) in 'Data.Functor.Transformer'
Missing documentation for:
Rec (src/Data/Generics/GenericN.hs:51)
Warning: 'bprod'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Dict' is ambiguous. It is defined
* at src/Barbies/Internal/Dicts.hs:25:3
* at src/Barbies/Internal/Dicts.hs:24:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Barbies/Internal/Dicts.hs:24:1
Warning: 'Product'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Const' is ambiguous. It is defined
* in Data.Functor.Const
* in Data.Functor.Const
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Const
Warning: '(&)' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
95% ( 41 / 43) in 'Data.Functor.Barbie'
Missing documentation for:
bfoldMapC (src/Barbies/Internal/ConstraintsB.hs:173)
Rec (src/Data/Generics/GenericN.hs:51)
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: 'bpure' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
94% ( 18 / 19) in 'Barbies.Bi'
Missing documentation for:
Module header
Warning: 'Dependants' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 20 / 20) in 'Barbies'
90% ( 9 / 10) in 'Barbies.Constraints'
Missing documentation for:
& (src/Barbies/Internal/ConstraintsB.hs:112)
73% ( 70 / 95) in 'Barbies.Internal'
Missing documentation for:
Module header
GFunctor (src/Barbies/Generics/Functor.hs:14)
GTraversable (src/Barbies/Generics/Traversable.hs:11)
GDistributive (src/Barbies/Generics/Distributive.hs:17)
gbpureDefault (src/Barbies/Internal/ApplicativeB.hs:179)
GApplicative (src/Barbies/Generics/Applicative.hs:17)
GConstraints (src/Barbies/Generics/Constraints.hs:21)
GAll (src/Barbies/Generics/Constraints.hs:24)
X (src/Barbies/Generics/Constraints.hs:26)
Y (src/Barbies/Generics/Constraints.hs:27)
Self (src/Barbies/Generics/Constraints.hs:141)
Other (src/Barbies/Generics/Constraints.hs:142)
SelfOrOther (src/Barbies/Generics/Constraints.hs:144)
TagSelf0' (src/Barbies/Internal/ConstraintsB.hs:389)
TagSelf1' (src/Barbies/Internal/ConstraintsT.hs:324)
GBare (src/Barbies/Generics/Bare.hs:17)
GenericN (src/Data/Generics/GenericN.hs:68)
Rec (src/Data/Generics/GenericN.hs:51)
Param (src/Data/Generics/GenericN.hs:40)
Indexed (src/Data/Generics/GenericN.hs:42)
FilterIndex (src/Data/Generics/GenericN.hs:46)
Zip (src/Data/Generics/GenericN.hs:53)
GenericP (src/Data/Generics/GenericN.hs:89)
RepN (src/Data/Generics/GenericN.hs:72)
RepP (src/Data/Generics/GenericN.hs:93)
Warning: Barbies: could not find link destinations for:
- Barbies.Internal.Containers.Rep_ErrorContainer
- Barbies.Internal.Containers.Rep_Container
- Barbies.Internal.Trivial.Rep_Unit
- Barbies.Internal.Trivial.Rep_Void
Warning: Barbies.Internal: 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_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_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.Rep1_M1
- GHC.Generics.Rep_V1
- GHC.Generics.Rep1_V1
- GHC.Generics.Rep_U1
- GHC.Generics.Rep1_U1
- GHC.Generics.Rep_Par1
- GHC.Generics.Rep1_Par1
- GHC.Generics.Rep_Rec1
- GHC.Generics.Rep1_Rec1
- GHC.Generics.Rep_K1
- GHC.Generics.Rep1_K1
- GHC.Generics.Rep_:+:
- GHC.Generics.Rep1_:+:
- GHC.Generics.Rep_:*:
- GHC.Generics.Rep1_:*:
- GHC.Generics.Rep_:.:
- 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
- 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.Rep1_Alt
- Data.Semigroup.Internal.Rep_Product
- Data.Semigroup.Internal.Rep1_Product
- Data.Semigroup.Internal.Rep_Sum
- Data.Semigroup.Internal.Rep1_Sum
- Data.Semigroup.Internal.Rep_Any
- Data.Semigroup.Internal.Rep_All
- Data.Semigroup.Internal.Rep_Endo
- Data.Semigroup.Internal.Rep_Dual
- Data.Semigroup.Internal.Rep1_Dual
- Data.Monoid.Rep_Ap
- Data.Monoid.Rep1_Ap
- Data.Monoid.Rep_Last
- Data.Monoid.Rep1_Last
- Data.Monoid.Rep_First
- Data.Monoid.Rep1_First
- Data.Functor.Const.Rep_Const
- Data.Functor.Const.Rep1_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
- Data.Functor.Identity.Rep1_Identity
- Control.Arrow.Rep1_Kleisli
- Control.Arrow.Rep_Kleisli
- Control.Applicative.Rep_ZipList
- Control.Applicative.Rep1_ZipList
- Control.Applicative.Rep_WrappedArrow
- Control.Applicative.Rep1_WrappedArrow
- Control.Applicative.Rep_WrappedMonad
- Control.Applicative.Rep1_WrappedMonad
- Data.Version.Rep_Version
- GHC.ByteOrder.Rep_ByteOrder
- GHC.Stats.Rep_RTSStats
- GHC.Stats.Rep_GCDetails
- Data.Semigroup.Rep_WrappedMonoid
- Data.Semigroup.Rep1_WrappedMonoid
- Data.Semigroup.Rep_Last
- Data.Semigroup.Rep1_Last
- Data.Semigroup.Rep_First
- Data.Semigroup.Rep1_First
- Data.Semigroup.Rep_Arg
- Data.Semigroup.Rep1_Arg
- Data.Semigroup.Rep_Max
- Data.Semigroup.Rep1_Max
- Data.Semigroup.Rep_Min
- Data.Semigroup.Rep1_Min
- Data.Complex.Rep_Complex
- Data.Complex.Rep1_Complex
- Data.Functor.Sum.Rep_Sum
- Data.Functor.Sum.Rep1_Sum
- Data.Functor.Product.Rep_Product
- Data.Functor.Product.Rep1_Product
- Data.Functor.Compose.Rep_Compose
- Data.Functor.Compose.Rep1_Compose
- Control.DeepSeq.GNFData
- GHC.Generics.D:R:DemoteRepFixityI
- GHC.Generics.D:R:SingFixityIa0
- GHC.Generics.SPrefix
- GHC.Generics.SInfix
- GHC.Generics.D:R:DemoteRepAssociativity
- GHC.Generics.D:R:SingAssociativitya0
- GHC.Generics.SLeftAssociative
- GHC.Generics.SRightAssociative
- GHC.Generics.SNotAssociative
- GHC.Generics.Rep_R:UReckFloatp
- GHC.Generics.D:R:SingSourceUnpackednessa0
- GHC.Generics.SNoSourceUnpackedness
- GHC.Generics.D:R:DemoteRepSourceUnpackedness
- GHC.Generics.SSourceNoUnpack
- GHC.Generics.SSourceUnpack
- GHC.Generics.D:R:SingSourceStrictnessa0
- GHC.Generics.SNoSourceStrictness
- GHC.Generics.D:R:DemoteRepSourceStrictness
- GHC.Generics.SSourceLazy
- GHC.Generics.SSourceStrict
- GHC.Generics.D:R:SingDecidedStrictnessa0
- GHC.Generics.SDecidedLazy
- GHC.Generics.D:R:DemoteRepDecidedStrictness
- GHC.Generics.SDecidedStrict
- GHC.Generics.SDecidedUnpack
- Data.Generics.GenericN.R:RepNa
- Data.Generics.GenericN.R:RepPna
- Control.Applicative.Backwards.Rep1_Backwards
- Control.Applicative.Backwards.Rep_Backwards
- Control.Applicative.Lift.Rep1_Lift
- Control.Applicative.Lift.Rep_Lift
- Control.Monad.Trans.Accum.Rep_AccumT
- Control.Monad.Trans.Except.Rep1_ExceptT
- Control.Monad.Trans.Except.Rep_ExceptT
- Control.Monad.Trans.Identity.Rep1_IdentityT
- Control.Monad.Trans.Identity.Rep_IdentityT
- Control.Monad.Trans.Maybe.Rep1_MaybeT
- Control.Monad.Trans.Maybe.Rep_MaybeT
- Control.Monad.Trans.RWS.Lazy.Rep_RWST
- Control.Monad.Trans.RWS.Strict.Rep_RWST
- Control.Monad.Trans.Reader.Rep1_ReaderT
- Control.Monad.Trans.Reader.Rep_ReaderT
- Control.Monad.Trans.State.Lazy.Rep_StateT
- Control.Monad.Trans.State.Strict.Rep_StateT
- Control.Monad.Trans.Writer.Lazy.Rep_WriterT
- Control.Monad.Trans.Writer.Strict.Rep_WriterT
- Data.Functor.Reverse.Rep1_Reverse
- Data.Functor.Reverse.Rep_Reverse
- Data.Functor.Constant.Rep1_Constant
- Data.Functor.Constant.Rep_Constant
- Control.DeepSeq.One
- Control.DeepSeq.RnfArgs
- Control.DeepSeq.grnf
- Data.Tagged.Rep1_Tagged
- Data.Tagged.Rep_Tagged
- Barbies.Internal.Containers.Rep_ErrorContainer
- Barbies.Internal.Containers.Rep_Container
- GHC.IO.Exception.Rep_ExitCode
- Barbies.Internal.Trivial.Rep_Unit
- Barbies.Internal.Trivial.Rep_Void
- Control.Monad.Trans.Cont.Rep_ContT
- Control.Monad.Trans.RWS.CPS.Rep_RWST
- Control.Monad.Trans.Select.Rep_SelectT
- Control.Monad.Trans.Writer.CPS.Rep_WriterT
Documentation created: dist/doc/html/barbies/,
dist/doc/html/barbies/barbies.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/barbies-2.1.1.0-5eYWYHoNG2EFZFfcNpAgup
Completed barbies-2.1.1.0
Configuring constraints-0.14.2...
Preprocessing library for constraints-0.14.2..
Building library for constraints-0.14.2..
[1 of 8] Compiling Data.Constraint ( src/Data/Constraint.hs, dist/build/Data/Constraint.o, dist/build/Data/Constraint.dyn_o )
[2 of 8] Compiling Data.Constraint.Deferrable ( src/Data/Constraint/Deferrable.hs, dist/build/Data/Constraint/Deferrable.o, dist/build/Data/Constraint/Deferrable.dyn_o )
[3 of 8] Compiling Data.Constraint.Forall ( src/Data/Constraint/Forall.hs, dist/build/Data/Constraint/Forall.o, dist/build/Data/Constraint/Forall.dyn_o )
[4 of 8] Compiling Data.Constraint.Lifting ( src/Data/Constraint/Lifting.hs, dist/build/Data/Constraint/Lifting.o, dist/build/Data/Constraint/Lifting.dyn_o )
[5 of 8] Compiling Data.Constraint.Unsafe ( src/Data/Constraint/Unsafe.hs, dist/build/Data/Constraint/Unsafe.o, dist/build/Data/Constraint/Unsafe.dyn_o )
[6 of 8] Compiling Data.Constraint.Nat ( src/Data/Constraint/Nat.hs, dist/build/Data/Constraint/Nat.o, dist/build/Data/Constraint/Nat.dyn_o )
[7 of 8] Compiling Data.Constraint.Symbol ( src/Data/Constraint/Symbol.hs, dist/build/Data/Constraint/Symbol.o, dist/build/Data/Constraint/Symbol.dyn_o )
[8 of 8] Compiling Data.Constraint.Char ( src/Data/Constraint/Char.hs, dist/build/Data/Constraint/Char.o, dist/build/Data/Constraint/Char.dyn_o )
Preprocessing library for constraints-0.14.2..
Running Haddock on library for constraints-0.14.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 8] Compiling Data.Constraint ( src/Data/Constraint.hs, nothing )
[2 of 8] Compiling Data.Constraint.Deferrable ( src/Data/Constraint/Deferrable.hs, nothing )
[3 of 8] Compiling Data.Constraint.Forall ( src/Data/Constraint/Forall.hs, nothing )
[4 of 8] Compiling Data.Constraint.Lifting ( src/Data/Constraint/Lifting.hs, nothing )
[5 of 8] Compiling Data.Constraint.Unsafe ( src/Data/Constraint/Unsafe.hs, nothing )
[6 of 8] Compiling Data.Constraint.Nat ( src/Data/Constraint/Nat.hs, nothing )
[7 of 8] Compiling Data.Constraint.Symbol ( src/Data/Constraint/Symbol.hs, nothing )
[8 of 8] Compiling Data.Constraint.Char ( src/Data/Constraint/Char.hs, nothing )
Haddock coverage:
Warning: 'Sat' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Dict' is ambiguous. It is defined
* at src/Data/Constraint.hs:112:3
* at src/Data/Constraint.hs:111:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Constraint.hs:111:1
Warning: 'Any' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: '.' is ambiguous. It is defined
* in Control.Category
* 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: 'id' is ambiguous. It is defined
* in Control.Category
* 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: 'IncoherentInstances' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
93% ( 30 / 32) in 'Data.Constraint'
Missing documentation for:
strengthen1 (src/Data/Constraint.hs:366)
strengthen2 (src/Data/Constraint.hs:369)
57% ( 4 / 7) in 'Data.Constraint.Deferrable'
Missing documentation for:
UnsatisfiedConstraint (src/Data/Constraint/Deferrable.hs:39)
defer (src/Data/Constraint/Deferrable.hs:53)
deferred (src/Data/Constraint/Deferrable.hs:50)
75% ( 9 / 12) in 'Data.Constraint.Forall'
Missing documentation for:
Forall (src/Data/Constraint/Forall.hs:41)
Forall1 (src/Data/Constraint/Forall.hs:88)
forall_ (src/Data/Constraint/Forall.hs:55)
0% ( 0 / 3) in 'Data.Constraint.Lifting'
Missing documentation for:
Module header
Lifting (src/Data/Constraint/Lifting.hs:50)
Lifting2 (src/Data/Constraint/Lifting.hs:356)
Warning: 'Nat' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Symbol' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 10 / 10) in 'Data.Constraint.Unsafe'
3% ( 4 /101) in 'Data.Constraint.Nat'
Missing documentation for:
Min (src/Data/Constraint/Nat.hs:66)
Max (src/Data/Constraint/Nat.hs:68)
Lcm (src/Data/Constraint/Nat.hs:72)
Gcd (src/Data/Constraint/Nat.hs:70)
Divides (src/Data/Constraint/Nat.hs:75)
plusNat (src/Data/Constraint/Nat.hs:132)
minusNat (src/Data/Constraint/Nat.hs:135)
timesNat (src/Data/Constraint/Nat.hs:144)
powNat (src/Data/Constraint/Nat.hs:147)
minNat (src/Data/Constraint/Nat.hs:138)
maxNat (src/Data/Constraint/Nat.hs:141)
gcdNat (src/Data/Constraint/Nat.hs:126)
lcmNat (src/Data/Constraint/Nat.hs:129)
divNat (src/Data/Constraint/Nat.hs:150)
modNat (src/Data/Constraint/Nat.hs:153)
log2Nat (src/Data/Constraint/Nat.hs:156)
plusZero (src/Data/Constraint/Nat.hs:166)
minusZero (src/Data/Constraint/Nat.hs:169)
timesZero (src/Data/Constraint/Nat.hs:172)
timesOne (src/Data/Constraint/Nat.hs:175)
powZero (src/Data/Constraint/Nat.hs:192)
powOne (src/Data/Constraint/Nat.hs:250)
maxZero (src/Data/Constraint/Nat.hs:186)
minZero (src/Data/Constraint/Nat.hs:179)
gcdZero (src/Data/Constraint/Nat.hs:114)
gcdOne (src/Data/Constraint/Nat.hs:117)
lcmZero (src/Data/Constraint/Nat.hs:120)
lcmOne (src/Data/Constraint/Nat.hs:123)
plusAssociates (src/Data/Constraint/Nat.hs:280)
timesAssociates (src/Data/Constraint/Nat.hs:283)
minAssociates (src/Data/Constraint/Nat.hs:286)
maxAssociates (src/Data/Constraint/Nat.hs:289)
gcdAssociates (src/Data/Constraint/Nat.hs:292)
lcmAssociates (src/Data/Constraint/Nat.hs:295)
plusCommutes (src/Data/Constraint/Nat.hs:268)
timesCommutes (src/Data/Constraint/Nat.hs:271)
minCommutes (src/Data/Constraint/Nat.hs:274)
maxCommutes (src/Data/Constraint/Nat.hs:277)
gcdCommutes (src/Data/Constraint/Nat.hs:108)
lcmCommutes (src/Data/Constraint/Nat.hs:111)
plusDistributesOverTimes (src/Data/Constraint/Nat.hs:340)
timesDistributesOverPow (src/Data/Constraint/Nat.hs:343)
timesDistributesOverGcd (src/Data/Constraint/Nat.hs:346)
timesDistributesOverLcm (src/Data/Constraint/Nat.hs:349)
minDistributesOverPlus (src/Data/Constraint/Nat.hs:310)
minDistributesOverTimes (src/Data/Constraint/Nat.hs:313)
minDistributesOverPow1 (src/Data/Constraint/Nat.hs:316)
minDistributesOverPow2 (src/Data/Constraint/Nat.hs:319)
minDistributesOverMax (src/Data/Constraint/Nat.hs:322)
maxDistributesOverPlus (src/Data/Constraint/Nat.hs:325)
maxDistributesOverTimes (src/Data/Constraint/Nat.hs:328)
maxDistributesOverPow1 (src/Data/Constraint/Nat.hs:331)
maxDistributesOverPow2 (src/Data/Constraint/Nat.hs:334)
maxDistributesOverMin (src/Data/Constraint/Nat.hs:337)
gcdDistributesOverLcm (src/Data/Constraint/Nat.hs:358)
lcmDistributesOverGcd (src/Data/Constraint/Nat.hs:361)
minIsIdempotent (src/Data/Constraint/Nat.hs:298)
maxIsIdempotent (src/Data/Constraint/Nat.hs:301)
lcmIsIdempotent (src/Data/Constraint/Nat.hs:307)
gcdIsIdempotent (src/Data/Constraint/Nat.hs:304)
plusIsCancellative (src/Data/Constraint/Nat.hs:352)
timesIsCancellative (src/Data/Constraint/Nat.hs:355)
dividesPlus (src/Data/Constraint/Nat.hs:364)
dividesTimes (src/Data/Constraint/Nat.hs:367)
dividesMin (src/Data/Constraint/Nat.hs:370)
dividesMax (src/Data/Constraint/Nat.hs:373)
dividesPow (src/Data/Constraint/Nat.hs:382)
dividesGcd (src/Data/Constraint/Nat.hs:102)
dividesLcm (src/Data/Constraint/Nat.hs:105)
plusMonotone1 (src/Data/Constraint/Nat.hs:214)
plusMonotone2 (src/Data/Constraint/Nat.hs:217)
timesMonotone1 (src/Data/Constraint/Nat.hs:232)
timesMonotone2 (src/Data/Constraint/Nat.hs:235)
powMonotone1 (src/Data/Constraint/Nat.hs:220)
powMonotone2 (src/Data/Constraint/Nat.hs:223)
minMonotone1 (src/Data/Constraint/Nat.hs:238)
minMonotone2 (src/Data/Constraint/Nat.hs:241)
maxMonotone1 (src/Data/Constraint/Nat.hs:244)
maxMonotone2 (src/Data/Constraint/Nat.hs:247)
divMonotone1 (src/Data/Constraint/Nat.hs:226)
divMonotone2 (src/Data/Constraint/Nat.hs:229)
euclideanNat (src/Data/Constraint/Nat.hs:265)
plusMod (src/Data/Constraint/Nat.hs:253)
timesMod (src/Data/Constraint/Nat.hs:256)
modBound (src/Data/Constraint/Nat.hs:259)
log2Pow (src/Data/Constraint/Nat.hs:262)
dividesDef (src/Data/Constraint/Nat.hs:379)
timesDiv (src/Data/Constraint/Nat.hs:385)
eqLe (src/Data/Constraint/Nat.hs:99)
leEq (src/Data/Constraint/Nat.hs:393)
leId (src/Data/Constraint/Nat.hs:390)
leTrans (src/Data/Constraint/Nat.hs:396)
leZero (src/Data/Constraint/Nat.hs:195)
zeroLe (src/Data/Constraint/Nat.hs:199)
plusMinusInverse1 (src/Data/Constraint/Nat.hs:205)
plusMinusInverse2 (src/Data/Constraint/Nat.hs:208)
plusMinusInverse3 (src/Data/Constraint/Nat.hs:211)
12% ( 3 / 24) in 'Data.Constraint.Symbol'
Missing documentation for:
Take (src/Data/Constraint/Symbol.hs:53)
Drop (src/Data/Constraint/Symbol.hs:54)
Length (src/Data/Constraint/Symbol.hs:55)
appendSymbol (src/Data/Constraint/Symbol.hs:87)
appendUnit1 (src/Data/Constraint/Symbol.hs:90)
appendUnit2 (src/Data/Constraint/Symbol.hs:93)
appendAssociates (src/Data/Constraint/Symbol.hs:96)
takeSymbol (src/Data/Constraint/Symbol.hs:99)
dropSymbol (src/Data/Constraint/Symbol.hs:102)
takeAppendDrop (src/Data/Constraint/Symbol.hs:105)
lengthSymbol (src/Data/Constraint/Symbol.hs:108)
takeLength (src/Data/Constraint/Symbol.hs:111)
take0 (src/Data/Constraint/Symbol.hs:114)
takeEmpty (src/Data/Constraint/Symbol.hs:117)
dropLength (src/Data/Constraint/Symbol.hs:120)
drop0 (src/Data/Constraint/Symbol.hs:123)
dropEmpty (src/Data/Constraint/Symbol.hs:126)
lengthTake (src/Data/Constraint/Symbol.hs:129)
lengthDrop (src/Data/Constraint/Symbol.hs:132)
dropDrop (src/Data/Constraint/Symbol.hs:135)
takeTake (src/Data/Constraint/Symbol.hs:138)
60% ( 3 / 5) in 'Data.Constraint.Char'
Missing documentation for:
charToNat (src/Data/Constraint/Char.hs:55)
natToChar (src/Data/Constraint/Char.hs:60)
Warning: Data.Constraint.Forall: could not find link destinations for:
- Data.Constraint.Forall.Q
- Data.Constraint.Forall.ComposeC
Documentation created: dist/doc/html/constraints/,
dist/doc/html/constraints/constraints.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/constraints-0.14.2-9s1k3MKHufHVHXpSsBBzh
Completed constraints-0.14.2
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 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
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 megaparsec-9.7.0...
Preprocessing library for megaparsec-9.7.0..
Building library for megaparsec-9.7.0..
[ 1 of 19] Compiling Text.Megaparsec.Pos ( Text/Megaparsec/Pos.hs, dist/build/Text/Megaparsec/Pos.o, dist/build/Text/Megaparsec/Pos.dyn_o )
[ 2 of 19] Compiling Text.Megaparsec.Unicode ( Text/Megaparsec/Unicode.hs, dist/build/Text/Megaparsec/Unicode.o, dist/build/Text/Megaparsec/Unicode.dyn_o )
[ 3 of 19] Compiling Text.Megaparsec.Error[boot] ( Text/Megaparsec/Error.hs-boot, dist/build/Text/Megaparsec/Error.o-boot, dist/build/Text/Megaparsec/Error.dyn_o-boot )
[ 4 of 19] Compiling Text.Megaparsec.State ( Text/Megaparsec/State.hs, dist/build/Text/Megaparsec/State.o, dist/build/Text/Megaparsec/State.dyn_o )
[ 5 of 19] Compiling Text.Megaparsec.Stream ( Text/Megaparsec/Stream.hs, dist/build/Text/Megaparsec/Stream.o, dist/build/Text/Megaparsec/Stream.dyn_o )
[ 6 of 19] Compiling Text.Megaparsec.Error ( Text/Megaparsec/Error.hs, dist/build/Text/Megaparsec/Error.o, dist/build/Text/Megaparsec/Error.dyn_o )
[ 7 of 19] Compiling Text.Megaparsec.Error.Builder ( Text/Megaparsec/Error/Builder.hs, dist/build/Text/Megaparsec/Error/Builder.o, dist/build/Text/Megaparsec/Error/Builder.dyn_o )
[ 8 of 19] Compiling Text.Megaparsec.Internal[boot] ( Text/Megaparsec/Internal.hs-boot, dist/build/Text/Megaparsec/Internal.o-boot, dist/build/Text/Megaparsec/Internal.dyn_o-boot )
[ 9 of 19] Compiling Text.Megaparsec.Class ( Text/Megaparsec/Class.hs, dist/build/Text/Megaparsec/Class.o, dist/build/Text/Megaparsec/Class.dyn_o )
[10 of 19] Compiling Text.Megaparsec.Internal ( Text/Megaparsec/Internal.hs, dist/build/Text/Megaparsec/Internal.o, dist/build/Text/Megaparsec/Internal.dyn_o )
[11 of 19] Compiling Text.Megaparsec.Debug ( Text/Megaparsec/Debug.hs, dist/build/Text/Megaparsec/Debug.o, dist/build/Text/Megaparsec/Debug.dyn_o )
[12 of 19] Compiling Text.Megaparsec ( Text/Megaparsec.hs, dist/build/Text/Megaparsec.o, dist/build/Text/Megaparsec.dyn_o )
[13 of 19] Compiling Text.Megaparsec.Common ( Text/Megaparsec/Common.hs, dist/build/Text/Megaparsec/Common.o, dist/build/Text/Megaparsec/Common.dyn_o )
[14 of 19] Compiling Text.Megaparsec.Lexer ( Text/Megaparsec/Lexer.hs, dist/build/Text/Megaparsec/Lexer.o, dist/build/Text/Megaparsec/Lexer.dyn_o )
[15 of 19] Compiling Text.Megaparsec.Char ( Text/Megaparsec/Char.hs, dist/build/Text/Megaparsec/Char.o, dist/build/Text/Megaparsec/Char.dyn_o )
[16 of 19] Compiling Text.Megaparsec.Char.Lexer ( Text/Megaparsec/Char/Lexer.hs, dist/build/Text/Megaparsec/Char/Lexer.o, dist/build/Text/Megaparsec/Char/Lexer.dyn_o )
[17 of 19] Compiling Text.Megaparsec.Byte.Binary ( Text/Megaparsec/Byte/Binary.hs, dist/build/Text/Megaparsec/Byte/Binary.o, dist/build/Text/Megaparsec/Byte/Binary.dyn_o )
[18 of 19] Compiling Text.Megaparsec.Byte ( Text/Megaparsec/Byte.hs, dist/build/Text/Megaparsec/Byte.o, dist/build/Text/Megaparsec/Byte.dyn_o )
[19 of 19] Compiling Text.Megaparsec.Byte.Lexer ( Text/Megaparsec/Byte/Lexer.hs, dist/build/Text/Megaparsec/Byte/Lexer.o, dist/build/Text/Megaparsec/Byte/Lexer.dyn_o )
Preprocessing library for megaparsec-9.7.0..
Running Haddock on library for megaparsec-9.7.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 19] Compiling Text.Megaparsec.Pos ( Text/Megaparsec/Pos.hs, nothing )
[ 2 of 19] Compiling Text.Megaparsec.Unicode ( Text/Megaparsec/Unicode.hs, nothing )
[ 3 of 19] Compiling Text.Megaparsec.Error[boot] ( Text/Megaparsec/Error.hs-boot, nothing )
[ 4 of 19] Compiling Text.Megaparsec.State ( Text/Megaparsec/State.hs, nothing )
[ 5 of 19] Compiling Text.Megaparsec.Stream ( Text/Megaparsec/Stream.hs, nothing )
[ 6 of 19] Compiling Text.Megaparsec.Error ( Text/Megaparsec/Error.hs, nothing )
[ 7 of 19] Compiling Text.Megaparsec.Error.Builder ( Text/Megaparsec/Error/Builder.hs, nothing )
[ 8 of 19] Compiling Text.Megaparsec.Internal[boot] ( Text/Megaparsec/Internal.hs-boot, nothing )
[ 9 of 19] Compiling Text.Megaparsec.Class ( Text/Megaparsec/Class.hs, nothing )
[10 of 19] Compiling Text.Megaparsec.Internal ( Text/Megaparsec/Internal.hs, nothing )
[11 of 19] Compiling Text.Megaparsec.Debug ( Text/Megaparsec/Debug.hs, nothing )
[12 of 19] Compiling Text.Megaparsec ( Text/Megaparsec.hs, nothing )
[13 of 19] Compiling Text.Megaparsec.Common ( Text/Megaparsec/Common.hs, nothing )
[14 of 19] Compiling Text.Megaparsec.Lexer ( Text/Megaparsec/Lexer.hs, nothing )
[15 of 19] Compiling Text.Megaparsec.Char ( Text/Megaparsec/Char.hs, nothing )
[16 of 19] Compiling Text.Megaparsec.Char.Lexer ( Text/Megaparsec/Char/Lexer.hs, nothing )
[17 of 19] Compiling Text.Megaparsec.Byte.Binary ( Text/Megaparsec/Byte/Binary.hs, nothing )
[18 of 19] Compiling Text.Megaparsec.Byte ( Text/Megaparsec/Byte.hs, nothing )
[19 of 19] Compiling Text.Megaparsec.Byte.Lexer ( Text/Megaparsec/Byte/Lexer.hs, nothing )
Haddock coverage:
Warning: 'SourcePos' is ambiguous. It is defined
* at Text/Megaparsec/Pos.hs:121:18
* at Text/Megaparsec/Pos.hs:121:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/Pos.hs:121:1
Warning: 'Pos' is ambiguous. It is defined
* at Text/Megaparsec/Pos.hs:51:15
* at Text/Megaparsec/Pos.hs:51:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/Pos.hs:51:1
Warning: 'InvalidPosException' is ambiguous. It is defined
* at Text/Megaparsec/Pos.hs:107:5
* at Text/Megaparsec/Pos.hs:105:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/Pos.hs:105:1
100% ( 12 / 12) in 'Text.Megaparsec.Pos'
Warning: 'State' is ambiguous. It is defined
* at Text/Megaparsec/State.hs:39:18
* at Text/Megaparsec/State.hs:39:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/State.hs:39:1
100% ( 5 / 5) in 'Text.Megaparsec.State'
100% ( 4 / 4) in 'Text.Megaparsec.Unicode'
Warning: 'SourcePos' is ambiguous. It is defined
* at Text/Megaparsec/Pos.hs:121:18
* at Text/Megaparsec/Pos.hs:121:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/Pos.hs:121:1
Warning: 'PosState' is ambiguous. It is defined
* at Text/Megaparsec/State.hs:101:19
* at Text/Megaparsec/State.hs:101:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/State.hs:101:1
Warning: 'ShareInput' is ambiguous. It is defined
* at Text/Megaparsec/Stream.hs:187:24
* at Text/Megaparsec/Stream.hs:187:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/Stream.hs:187:1
Warning: 'NoShareInput' is ambiguous. It is defined
* at Text/Megaparsec/Stream.hs:262:26
* at Text/Megaparsec/Stream.hs:262:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/Stream.hs:262:1
Warning: 'Text' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 6 / 6) in 'Text.Megaparsec.Stream'
Warning: 'PosState' is ambiguous. It is defined
* at Text/Megaparsec/State.hs:101:19
* at Text/Megaparsec/State.hs:101:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/State.hs:101:1
Warning: 'SourcePos' is ambiguous. It is defined
* at Text/Megaparsec/Pos.hs:121:18
* at Text/Megaparsec/Pos.hs:121:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/Pos.hs:121:1
Warning: 'ParseErrorBundle' is ambiguous. It is defined
* at Text/Megaparsec/Error.hs:250:29
* at Text/Megaparsec/Error.hs:250:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/Error.hs:250:1
100% ( 18 / 18) in 'Text.Megaparsec.Error'
Warning: 'ET' is ambiguous. It is defined
* at Text/Megaparsec/Error/Builder.hs:59:13
* at Text/Megaparsec/Error/Builder.hs:59:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/Error/Builder.hs:59:1
100% ( 17 / 17) in 'Text.Megaparsec.Error.Builder'
Warning: 'State' is ambiguous. It is defined
* at Text/Megaparsec/State.hs:39:18
* at Text/Megaparsec/State.hs:39:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/State.hs:39:1
Warning: 'Reply' is ambiguous. It is defined
* at Text/Megaparsec/Internal.hs:106:20
* at Text/Megaparsec/Internal.hs:106:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/Internal.hs:106:1
Warning: 'ParsecT' is ambiguous. It is defined
* at Text/Megaparsec/Internal.hs:131:27
* at Text/Megaparsec/Internal.hs:131:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/Internal.hs:131:1
Warning: 'Hints' is ambiguous. It is defined
* at Text/Megaparsec/Internal.hs:92:19
* at Text/Megaparsec/Internal.hs:92:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/Internal.hs:92:1
Warning: 'label' is ambiguous. It is defined
* at Text/Megaparsec/Class.hs:61:3
* in Control.Monad.Cont.Class
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/Class.hs:61:3
100% ( 14 / 14) in 'Text.Megaparsec.Internal'
Warning: 'ParsecT' is ambiguous. It is defined
* at Text/Megaparsec/Internal.hs:131:27
* at Text/Megaparsec/Internal.hs:131:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/Internal.hs:131:1
Warning: 'State' is ambiguous. It is defined
* at Text/Megaparsec/State.hs:39:18
* at Text/Megaparsec/State.hs:39:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/State.hs:39:1
100% ( 3 / 3) in 'Text.Megaparsec.Debug'
Warning: 'ParseErrorBundle' is ambiguous. It is defined
* at Text/Megaparsec/Error.hs:250:29
* at Text/Megaparsec/Error.hs:250:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/Error.hs:250:1
Warning: 'ParsecT' is ambiguous. It is defined
* at Text/Megaparsec/Internal.hs:131:27
* at Text/Megaparsec/Internal.hs:131:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/Internal.hs:131:1
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
Warning: 'SourcePos' is ambiguous. It is defined
* at Text/Megaparsec/Pos.hs:121:18
* at Text/Megaparsec/Pos.hs:121:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Text/Megaparsec/Pos.hs:121:1
100% ( 51 / 51) in 'Text.Megaparsec'
Warning: 'skipLineComment' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'skipBlockComment' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 37 / 37) in 'Text.Megaparsec.Char'
100% ( 27 / 27) in 'Text.Megaparsec.Char.Lexer'
100% ( 21 / 21) in 'Text.Megaparsec.Byte.Binary'
100% ( 29 / 29) in 'Text.Megaparsec.Byte'
100% ( 17 / 17) in 'Text.Megaparsec.Byte.Lexer'
Warning: Text.Megaparsec.Pos: could not find link destinations for:
- Text.Megaparsec.Pos.Rep_SourcePos
- Text.Megaparsec.Pos.Rep_InvalidPosException
- Text.Megaparsec.Pos.Rep_Pos
Warning: Text.Megaparsec.State: could not find link destinations for:
- Text.Megaparsec.State.Rep_State
- Text.Megaparsec.State.Rep_PosState
Warning: Text.Megaparsec.Stream: could not find link destinations for:
- Text.Megaparsec.Stream.D:R:TokenSeq
- Text.Megaparsec.Stream.D:R:TokensSeq
- Text.Megaparsec.Stream.D:R:TokenList
- Text.Megaparsec.Stream.D:R:TokensList
- Text.Megaparsec.Stream.D:R:TokenText
- Text.Megaparsec.Stream.D:R:TokensText
- Text.Megaparsec.Stream.D:R:TokenText0
- Text.Megaparsec.Stream.D:R:TokensText0
- Text.Megaparsec.Stream.D:R:TokenByteString
- Text.Megaparsec.Stream.D:R:TokensByteString
- Text.Megaparsec.Stream.D:R:TokenByteString0
- Text.Megaparsec.Stream.D:R:TokensByteString0
- Text.Megaparsec.Stream.D:R:TokenShareInput
- Text.Megaparsec.Stream.D:R:TokensShareInput
- Text.Megaparsec.Stream.D:R:TokenShareInput0
- Text.Megaparsec.Stream.D:R:TokensShareInput0
- Text.Megaparsec.Stream.D:R:TokenShareInput1
- Text.Megaparsec.Stream.D:R:TokensShareInput1
- Text.Megaparsec.Stream.D:R:TokenShareInput2
- Text.Megaparsec.Stream.D:R:TokensShareInput2
- Text.Megaparsec.Stream.D:R:TokenNoShareInput
- Text.Megaparsec.Stream.D:R:TokensNoShareInput
- Text.Megaparsec.Stream.D:R:TokenNoShareInput0
- Text.Megaparsec.Stream.D:R:TokensNoShareInput0
- Text.Megaparsec.Stream.D:R:TokenNoShareInput1
- Text.Megaparsec.Stream.D:R:TokensNoShareInput1
- Text.Megaparsec.Stream.D:R:TokenNoShareInput2
- Text.Megaparsec.Stream.D:R:TokensNoShareInput2
Warning: Text.Megaparsec.Error: could not find link destinations for:
- Text.Megaparsec.Error.Rep_ParseErrorBundle
- Text.Megaparsec.Error.Rep_ParseError
- Text.Megaparsec.Error.Rep_ErrorFancy
- Text.Megaparsec.Error.Rep_ErrorItem
Warning: Text.Megaparsec.Error.Builder: could not find link destinations for:
- Text.Megaparsec.Error.Builder.Rep_EF
- Text.Megaparsec.Error.Builder.Rep_ET
Warning: Text.Megaparsec: could not find link destinations for:
- Text.Megaparsec.State.Rep_State
- Text.Megaparsec.State.Rep_PosState
Documentation created: dist/doc/html/megaparsec/,
dist/doc/html/megaparsec/megaparsec.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/megaparsec-9.7.0-AZVb3OSPdl4TChiinRysA
Completed megaparsec-9.7.0
Configuring unliftio-0.2.25.1...
Preprocessing library for unliftio-0.2.25.1..
Building library for unliftio-0.2.25.1..
[ 1 of 23] Compiling Paths_unliftio ( dist/build/autogen/Paths_unliftio.hs, dist/build/Paths_unliftio.o, dist/build/Paths_unliftio.dyn_o )
[ 2 of 23] Compiling UnliftIO.Chan ( src/UnliftIO/Chan.hs, dist/build/UnliftIO/Chan.o, dist/build/UnliftIO/Chan.dyn_o )
[ 3 of 23] Compiling UnliftIO.Directory ( src/UnliftIO/Directory.hs, dist/build/UnliftIO/Directory.o, dist/build/UnliftIO/Directory.dyn_o )
[ 4 of 23] Compiling UnliftIO.Environment ( src/UnliftIO/Environment.hs, dist/build/UnliftIO/Environment.o, dist/build/UnliftIO/Environment.dyn_o )
[ 5 of 23] Compiling UnliftIO.Exception ( src/UnliftIO/Exception.hs, dist/build/UnliftIO/Exception.o, dist/build/UnliftIO/Exception.dyn_o )
[ 6 of 23] Compiling UnliftIO.Exception.Lens ( src/UnliftIO/Exception/Lens.hs, dist/build/UnliftIO/Exception/Lens.o, dist/build/UnliftIO/Exception/Lens.dyn_o )
[ 7 of 23] Compiling UnliftIO.Foreign ( src/UnliftIO/Foreign.hs, dist/build/UnliftIO/Foreign.o, dist/build/UnliftIO/Foreign.dyn_o )
[ 8 of 23] Compiling UnliftIO.IO ( src/UnliftIO/IO.hs, dist/build/UnliftIO/IO.o, dist/build/UnliftIO/IO.dyn_o )
[ 9 of 23] Compiling UnliftIO.IORef ( src/UnliftIO/IORef.hs, dist/build/UnliftIO/IORef.o, dist/build/UnliftIO/IORef.dyn_o )
[10 of 23] Compiling UnliftIO.Internals.Async ( src/UnliftIO/Internals/Async.hs, dist/build/UnliftIO/Internals/Async.o, dist/build/UnliftIO/Internals/Async.dyn_o )
[11 of 23] Compiling UnliftIO.Async ( src/UnliftIO/Async.hs, dist/build/UnliftIO/Async.o, dist/build/UnliftIO/Async.dyn_o )
[12 of 23] Compiling UnliftIO.MVar ( src/UnliftIO/MVar.hs, dist/build/UnliftIO/MVar.o, dist/build/UnliftIO/MVar.dyn_o )
[13 of 23] Compiling UnliftIO.IO.File.Posix ( src/UnliftIO/IO/File/Posix.hs, dist/build/UnliftIO/IO/File/Posix.o, dist/build/UnliftIO/IO/File/Posix.dyn_o )
[14 of 23] Compiling UnliftIO.IO.File ( src/UnliftIO/IO/File.hs, dist/build/UnliftIO/IO/File.o, dist/build/UnliftIO/IO/File.dyn_o )
[15 of 23] Compiling UnliftIO.Concurrent ( src/UnliftIO/Concurrent.hs, dist/build/UnliftIO/Concurrent.o, dist/build/UnliftIO/Concurrent.dyn_o )
[16 of 23] Compiling UnliftIO.Memoize ( src/UnliftIO/Memoize.hs, dist/build/UnliftIO/Memoize.o, dist/build/UnliftIO/Memoize.dyn_o )
[17 of 23] Compiling UnliftIO.Process ( src/UnliftIO/Process.hs, dist/build/UnliftIO/Process.o, dist/build/UnliftIO/Process.dyn_o )
[18 of 23] Compiling UnliftIO.QSem ( src/UnliftIO/QSem.hs, dist/build/UnliftIO/QSem.o, dist/build/UnliftIO/QSem.dyn_o )
[19 of 23] Compiling UnliftIO.QSemN ( src/UnliftIO/QSemN.hs, dist/build/UnliftIO/QSemN.o, dist/build/UnliftIO/QSemN.dyn_o )
[20 of 23] Compiling UnliftIO.STM ( src/UnliftIO/STM.hs, dist/build/UnliftIO/STM.o, dist/build/UnliftIO/STM.dyn_o )
[21 of 23] Compiling UnliftIO.Temporary ( src/UnliftIO/Temporary.hs, dist/build/UnliftIO/Temporary.o, dist/build/UnliftIO/Temporary.dyn_o )
[22 of 23] Compiling UnliftIO.Timeout ( src/UnliftIO/Timeout.hs, dist/build/UnliftIO/Timeout.o, dist/build/UnliftIO/Timeout.dyn_o )
[23 of 23] Compiling UnliftIO ( src/UnliftIO.hs, dist/build/UnliftIO.o, dist/build/UnliftIO.dyn_o )
Preprocessing library for unliftio-0.2.25.1..
Running Haddock on library for unliftio-0.2.25.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 23] Compiling Paths_unliftio ( dist/build/autogen/Paths_unliftio.hs, nothing )
[ 2 of 23] Compiling UnliftIO.Chan ( src/UnliftIO/Chan.hs, nothing )
[ 3 of 23] Compiling UnliftIO.Directory ( src/UnliftIO/Directory.hs, nothing )
[ 4 of 23] Compiling UnliftIO.Environment ( src/UnliftIO/Environment.hs, nothing )
[ 5 of 23] Compiling UnliftIO.Exception ( src/UnliftIO/Exception.hs, nothing )
[ 6 of 23] Compiling UnliftIO.Exception.Lens ( src/UnliftIO/Exception/Lens.hs, nothing )
[ 7 of 23] Compiling UnliftIO.Foreign ( src/UnliftIO/Foreign.hs, nothing )
[ 8 of 23] Compiling UnliftIO.IO ( src/UnliftIO/IO.hs, nothing )
[ 9 of 23] Compiling UnliftIO.IORef ( src/UnliftIO/IORef.hs, nothing )
[10 of 23] Compiling UnliftIO.Internals.Async ( src/UnliftIO/Internals/Async.hs, nothing )
[11 of 23] Compiling UnliftIO.Async ( src/UnliftIO/Async.hs, nothing )
[12 of 23] Compiling UnliftIO.MVar ( src/UnliftIO/MVar.hs, nothing )
[13 of 23] Compiling UnliftIO.IO.File.Posix ( src/UnliftIO/IO/File/Posix.hs, nothing )
[14 of 23] Compiling UnliftIO.IO.File ( src/UnliftIO/IO/File.hs, nothing )
[15 of 23] Compiling UnliftIO.Concurrent ( src/UnliftIO/Concurrent.hs, nothing )
[16 of 23] Compiling UnliftIO.Memoize ( src/UnliftIO/Memoize.hs, nothing )
[17 of 23] Compiling UnliftIO.Process ( src/UnliftIO/Process.hs, nothing )
[18 of 23] Compiling UnliftIO.QSem ( src/UnliftIO/QSem.hs, nothing )
[19 of 23] Compiling UnliftIO.QSemN ( src/UnliftIO/QSemN.hs, nothing )
[20 of 23] Compiling UnliftIO.STM ( src/UnliftIO/STM.hs, nothing )
[21 of 23] Compiling UnliftIO.Temporary ( src/UnliftIO/Temporary.hs, nothing )
[22 of 23] Compiling UnliftIO.Timeout ( src/UnliftIO/Timeout.hs, nothing )
[23 of 23] Compiling UnliftIO ( src/UnliftIO.hs, nothing )
Haddock coverage:
100% ( 8 / 8) in 'UnliftIO.Chan'
85% ( 60 / 70) in 'UnliftIO.Directory'
Missing documentation for:
Permissions
emptyPermissions
readable
writable
executable
searchable
setOwnerReadable
setOwnerWritable
setOwnerExecutable
setOwnerSearchable
100% ( 11 / 11) in 'UnliftIO.Environment'
Warning: 'SyncExceptionWrapper' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'AsyncExceptionWrapper' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'StringException' is ambiguous. It is defined
* at src/UnliftIO/Exception.hs:571:24
* at src/UnliftIO/Exception.hs:571:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/UnliftIO/Exception.hs:571:1
Warning: 'm' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 75 / 75) in 'UnliftIO.Exception'
Warning: 'MonadCatch' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 7 / 7) in 'UnliftIO.Exception.Lens'
64% (181 /282) in 'UnliftIO.Foreign'
Missing documentation for:
charIsRepresentable
eOK
e2BIG
eACCES
eADDRINUSE
eADDRNOTAVAIL
eADV
eAFNOSUPPORT
eAGAIN
eALREADY
eBADF
eBADMSG
eBADRPC
eBUSY
eCHILD
eCOMM
eCONNABORTED
eCONNREFUSED
eCONNRESET
eDEADLK
eDESTADDRREQ
eDIRTY
eDOM
eDQUOT
eEXIST
eFAULT
eFBIG
eFTYPE
eHOSTDOWN
eHOSTUNREACH
eIDRM
eILSEQ
eINPROGRESS
eINTR
eINVAL
eIO
eISCONN
eISDIR
eLOOP
eMFILE
eMLINK
eMSGSIZE
eMULTIHOP
eNAMETOOLONG
eNETDOWN
eNETRESET
eNETUNREACH
eNFILE
eNOBUFS
eNODATA
eNODEV
eNOENT
eNOEXEC
eNOLCK
eNOLINK
eNOMEM
eNOMSG
eNONET
eNOPROTOOPT
eNOSPC
eNOSR
eNOSTR
eNOSYS
eNOTBLK
eNOTCONN
eNOTDIR
eNOTEMPTY
eNOTSOCK
eNOTTY
eNXIO
eOPNOTSUPP
ePERM
ePFNOSUPPORT
ePIPE
ePROCLIM
ePROCUNAVAIL
ePROGMISMATCH
ePROGUNAVAIL
ePROTO
ePROTONOSUPPORT
ePROTOTYPE
eRANGE
eREMCHG
eREMOTE
eROFS
eRPCMISMATCH
eRREMOTE
eSHUTDOWN
eSOCKTNOSUPPORT
eSPIPE
eSRCH
eSRMNT
eSTALE
eTIME
eTIMEDOUT
eTOOMANYREFS
eTXTBSY
eUSERS
eWOULDBLOCK
eXDEV
FinalizerEnvPtr
90% ( 28 / 31) in 'UnliftIO.IO'
Missing documentation for:
stdin
stdout
stderr
100% ( 11 / 11) in 'UnliftIO.IORef'
Warning: 'Concurrently' is ambiguous. It is defined
* at src/UnliftIO/Internals/Async.hs:255:28
* at src/UnliftIO/Internals/Async.hs:255:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/UnliftIO/Internals/Async.hs:255:1
85% ( 65 / 76) in 'UnliftIO.Internals.Async'
Missing documentation for:
Module header
dlistConcat (src/UnliftIO/Internals/Async.hs:590)
dlistCons (src/UnliftIO/Internals/Async.hs:594)
dlistConcatAll (src/UnliftIO/Internals/Async.hs:598)
dlistToList (src/UnliftIO/Internals/Async.hs:602)
dlistSingleton (src/UnliftIO/Internals/Async.hs:606)
dlistEmpty (src/UnliftIO/Internals/Async.hs:610)
pooledMapConcurrentlyIO (src/UnliftIO/Internals/Async.hs:940)
pooledMapConcurrentlyIO' (src/UnliftIO/Internals/Async.hs:973)
pooledMapConcurrentlyIO_' (src/UnliftIO/Internals/Async.hs:987)
pooledMapConcurrentlyIO_ (src/UnliftIO/Internals/Async.hs:992)
100% ( 79 / 79) in 'UnliftIO.Async'
100% ( 19 / 19) in 'UnliftIO.MVar'
Warning: 'Fd' is ambiguous. It is defined
* in System.Posix.Types
* in System.Posix.Types
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in System.Posix.Types
Warning: 'DirFd' is ambiguous. It is defined
* at src/UnliftIO/IO/File/Posix.hs:131:17
* at src/UnliftIO/IO/File/Posix.hs:131:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/UnliftIO/IO/File/Posix.hs:131:1
100% ( 10 / 10) in 'UnliftIO.IO.File'
100% ( 34 / 34) in 'UnliftIO.Concurrent'
Warning: 'Memoized' is ambiguous. It is defined
* at src/UnliftIO/Memoize.hs:33:22
* at src/UnliftIO/Memoize.hs:33:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/UnliftIO/Memoize.hs:33:1
100% ( 5 / 5) in 'UnliftIO.Memoize'
90% ( 27 / 30) in 'UnliftIO.Process'
Missing documentation for:
CreateProcess
CmdSpec
StdStream
100% ( 6 / 6) in 'UnliftIO.QSem'
100% ( 6 / 6) in 'UnliftIO.QSemN'
100% ( 76 / 76) in 'UnliftIO.STM'
100% ( 5 / 5) in 'UnliftIO.Temporary'
100% ( 2 / 2) in 'UnliftIO.Timeout'
100% ( 14 / 14) in 'UnliftIO'
Warning: UnliftIO.Exception: could not find link destinations for:
- GHC.IOPort.IOPortException
Warning: UnliftIO.Exception.Lens: could not find link destinations for:
- UnliftIO.Exception.Lens.Getting
Warning: UnliftIO.Foreign: could not find link destinations for:
- GHC.Generics.D:R:UReckPtrp0
- GHC.Generics.Rep_R:UReckPtrp
- GHC.Generics.Rep1_R:UReckPtrp
- System.Posix.Files.Common.CTimeSpec
- System.Posix.Files.Common.CTimeVal
Warning: UnliftIO.Internals.Async: could not find link destinations for:
- UnliftIO.Internals.Async.Rep_ConcException
Warning: UnliftIO.Async: could not find link destinations for:
- UnliftIO.Internals.Async.Rep_ConcException
Warning: UnliftIO.Temporary: could not find link destinations for:
- UnliftIO.Temporary.getCanonicalTemporaryDirectory
Documentation created: dist/doc/html/unliftio/,
dist/doc/html/unliftio/unliftio.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/unliftio-0.2.25.1-6Y2v4j3V3MUH5MYSj85STp
Completed unliftio-0.2.25.1
Configuring concurrent-output-1.10.21...
Preprocessing library for concurrent-output-1.10.21..
Building library for concurrent-output-1.10.21..
[1 of 6] Compiling Utility.Exception ( Utility/Exception.hs, dist/build/Utility/Exception.o, dist/build/Utility/Exception.dyn_o )
[2 of 6] Compiling Utility.Monad ( Utility/Monad.hs, dist/build/Utility/Monad.o, dist/build/Utility/Monad.dyn_o )
[3 of 6] Compiling System.Console.Concurrent.Internal ( System/Console/Concurrent/Internal.hs, dist/build/System/Console/Concurrent/Internal.o, dist/build/System/Console/Concurrent/Internal.dyn_o )
[4 of 6] Compiling System.Console.Concurrent ( System/Console/Concurrent.hs, dist/build/System/Console/Concurrent.o, dist/build/System/Console/Concurrent.dyn_o )
[5 of 6] Compiling System.Process.Concurrent ( System/Process/Concurrent.hs, dist/build/System/Process/Concurrent.o, dist/build/System/Process/Concurrent.dyn_o )
[6 of 6] Compiling System.Console.Regions ( System/Console/Regions.hs, dist/build/System/Console/Regions.o, dist/build/System/Console/Regions.dyn_o )
Preprocessing library for concurrent-output-1.10.21..
Running Haddock on library for concurrent-output-1.10.21..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 6] Compiling Utility.Exception ( Utility/Exception.hs, nothing )
[2 of 6] Compiling Utility.Monad ( Utility/Monad.hs, nothing )
[3 of 6] Compiling System.Console.Concurrent.Internal ( System/Console/Concurrent/Internal.hs, nothing )
[4 of 6] Compiling System.Console.Concurrent ( System/Console/Concurrent.hs, nothing )
[5 of 6] Compiling System.Process.Concurrent ( System/Process/Concurrent.hs, nothing )
[6 of 6] Compiling System.Console.Regions ( System/Console/Regions.hs, nothing )
Haddock coverage:
46% ( 20 / 43) in 'System.Console.Concurrent.Internal'
Missing documentation for:
OutputHandle (System/Console/Concurrent/Internal.hs:38)
Lock (System/Console/Concurrent/Internal.hs:45)
withLock (System/Console/Concurrent/Internal.hs:76)
takeOutputLock' (System/Console/Concurrent/Internal.hs:79)
outputConcurrent' (System/Console/Concurrent/Internal.hs:171)
fgProcess (System/Console/Concurrent/Internal.hs:244)
bgProcess (System/Console/Concurrent/Internal.hs:256)
willOutput (System/Console/Concurrent/Internal.hs:289)
StdHandle (System/Console/Concurrent/Internal.hs:296)
toHandle (System/Console/Concurrent/Internal.hs:299)
bufferFor (System/Console/Concurrent/Internal.hs:303)
OutputBufferedActivity (System/Console/Concurrent/Internal.hs:306)
AtEnd (System/Console/Concurrent/Internal.hs:314)
BufSig (System/Console/Concurrent/Internal.hs:317)
setupOutputBuffer (System/Console/Concurrent/Internal.hs:320)
outputDrainer (System/Console/Concurrent/Internal.hs:329)
registerOutputThread (System/Console/Concurrent/Internal.hs:349)
unregisterOutputThread (System/Console/Concurrent/Internal.hs:354)
bufferWriter (System/Console/Concurrent/Internal.hs:364)
addOutputBuffer (System/Console/Concurrent/Internal.hs:417)
bufferOutputSTM' (System/Console/Concurrent/Internal.hs:451)
waitAnyBuffer (System/Console/Concurrent/Internal.hs:477)
endsNewLine (System/Console/Concurrent/Internal.hs:491)
90% ( 18 / 20) in 'System.Console.Concurrent'
Missing documentation for:
StdHandle (System/Console/Concurrent/Internal.hs:296)
waitAnyBuffer (System/Console/Concurrent/Internal.hs:477)
100% ( 3 / 3) in 'System.Process.Concurrent'
96% ( 24 / 25) in 'System.Console.Regions'
Missing documentation for:
RegionContent (System/Console/Regions.hs:176)
Documentation created: dist/doc/html/concurrent-output/,
dist/doc/html/concurrent-output/concurrent-output.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/concurrent-output-1.10.21-G5x6yeA26ks4a9DXwXBlFr
Completed concurrent-output-1.10.21
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
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
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 versions-6.0.8...
Preprocessing library for versions-6.0.8..
Building library for versions-6.0.8..
[1 of 1] Compiling Data.Versions ( Data/Versions.hs, dist/build/Data/Versions.o, dist/build/Data/Versions.dyn_o )
Preprocessing library for versions-6.0.8..
Running Haddock on library for versions-6.0.8..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Versions ( Data/Versions.hs, nothing )
Haddock coverage:
Warning: 'megaparsec' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Mess' is ambiguous. It is defined
* at Data/Versions.hs:708:13
* at Data/Versions.hs:708:1
You 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/Versions.hs:708:1
Warning: 'SemVer' is ambiguous. It is defined
* at Data/Versions.hs:401:15
* at Data/Versions.hs:401:1
You 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/Versions.hs:401:1
Warning: 'Version' is ambiguous. It is defined
* at Data/Versions.hs:593:16
* at Data/Versions.hs:593:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Versions.hs:593:1
Warning: 'Release' is ambiguous. It is defined
* at Data/Versions.hs:447:19
* at Data/Versions.hs:447:1
You 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/Versions.hs:447:1
Warning: 'PVP' is ambiguous. It is defined
* at Data/Versions.hs:545:15
* at Data/Versions.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 Data/Versions.hs:545:1
Warning: 'singleDigit' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 66 / 66) in 'Data.Versions'
Warning: Data.Versions: could not find link destinations for:
- Data.Versions.Rep_Versioning
- Data.Versions.Rep_Mess
- Data.Versions.Rep_VSep
- Data.Versions.Rep_MChunk
- Data.Versions.Rep_Version
- Data.Versions.Rep_Chunks
- Data.Versions.Rep_PVP
- Data.Versions.Rep_SemVer
- Data.Versions.Rep_Release
- Data.Versions.Rep_Chunk
Documentation created: dist/doc/html/versions/,
dist/doc/html/versions/versions.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/versions-6.0.8-J4PukCINRmdFeT3rPND2cI
Completed versions-6.0.8
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-LI8xfYmkRgOLh5ber16mYm
Completed semigroupoids-6.0.1
Configuring profunctors-5.6.3...
Preprocessing library for profunctors-5.6.3..
Building library for profunctors-5.6.3..
[ 1 of 16] Compiling Data.Profunctor.Unsafe ( src/Data/Profunctor/Unsafe.hs, dist/build/Data/Profunctor/Unsafe.o, dist/build/Data/Profunctor/Unsafe.dyn_o )
[ 2 of 16] Compiling Data.Profunctor.Types ( src/Data/Profunctor/Types.hs, dist/build/Data/Profunctor/Types.o, dist/build/Data/Profunctor/Types.dyn_o )
[ 3 of 16] Compiling Data.Profunctor.Monad ( src/Data/Profunctor/Monad.hs, dist/build/Data/Profunctor/Monad.o, dist/build/Data/Profunctor/Monad.dyn_o )
[ 4 of 16] Compiling Data.Profunctor.Adjunction ( src/Data/Profunctor/Adjunction.hs, dist/build/Data/Profunctor/Adjunction.o, dist/build/Data/Profunctor/Adjunction.dyn_o )
[ 5 of 16] Compiling Data.Profunctor.Strong ( src/Data/Profunctor/Strong.hs, dist/build/Data/Profunctor/Strong.o, dist/build/Data/Profunctor/Strong.dyn_o )
[ 6 of 16] Compiling Data.Profunctor.Closed ( src/Data/Profunctor/Closed.hs, dist/build/Data/Profunctor/Closed.o, dist/build/Data/Profunctor/Closed.dyn_o )
[ 7 of 16] Compiling Data.Profunctor.Choice ( src/Data/Profunctor/Choice.hs, dist/build/Data/Profunctor/Choice.o, dist/build/Data/Profunctor/Choice.dyn_o )
[ 8 of 16] Compiling Data.Profunctor.Traversing ( src/Data/Profunctor/Traversing.hs, dist/build/Data/Profunctor/Traversing.o, dist/build/Data/Profunctor/Traversing.dyn_o )
[ 9 of 16] Compiling Data.Profunctor.Mapping ( src/Data/Profunctor/Mapping.hs, dist/build/Data/Profunctor/Mapping.o, dist/build/Data/Profunctor/Mapping.dyn_o )
[10 of 16] Compiling Data.Profunctor ( src/Data/Profunctor.hs, dist/build/Data/Profunctor.o, dist/build/Data/Profunctor.dyn_o )
[11 of 16] Compiling Data.Profunctor.Sieve ( src/Data/Profunctor/Sieve.hs, dist/build/Data/Profunctor/Sieve.o, dist/build/Data/Profunctor/Sieve.dyn_o )
[12 of 16] Compiling Data.Profunctor.Rep ( src/Data/Profunctor/Rep.hs, dist/build/Data/Profunctor/Rep.o, dist/build/Data/Profunctor/Rep.dyn_o )
[13 of 16] Compiling Data.Profunctor.Composition ( src/Data/Profunctor/Composition.hs, dist/build/Data/Profunctor/Composition.o, dist/build/Data/Profunctor/Composition.dyn_o )
[14 of 16] Compiling Data.Profunctor.Ran ( src/Data/Profunctor/Ran.hs, dist/build/Data/Profunctor/Ran.o, dist/build/Data/Profunctor/Ran.dyn_o )
[15 of 16] Compiling Data.Profunctor.Cayley ( src/Data/Profunctor/Cayley.hs, dist/build/Data/Profunctor/Cayley.o, dist/build/Data/Profunctor/Cayley.dyn_o )
[16 of 16] Compiling Data.Profunctor.Yoneda ( src/Data/Profunctor/Yoneda.hs, dist/build/Data/Profunctor/Yoneda.o, dist/build/Data/Profunctor/Yoneda.dyn_o )
Preprocessing library for profunctors-5.6.3..
Running Haddock on library for profunctors-5.6.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 16] Compiling Data.Profunctor.Unsafe ( src/Data/Profunctor/Unsafe.hs, nothing )
[ 2 of 16] Compiling Data.Profunctor.Types ( src/Data/Profunctor/Types.hs, nothing )
[ 3 of 16] Compiling Data.Profunctor.Monad ( src/Data/Profunctor/Monad.hs, nothing )
[ 4 of 16] Compiling Data.Profunctor.Adjunction ( src/Data/Profunctor/Adjunction.hs, nothing )
[ 5 of 16] Compiling Data.Profunctor.Strong ( src/Data/Profunctor/Strong.hs, nothing )
[ 6 of 16] Compiling Data.Profunctor.Closed ( src/Data/Profunctor/Closed.hs, nothing )
[ 7 of 16] Compiling Data.Profunctor.Choice ( src/Data/Profunctor/Choice.hs, nothing )
[ 8 of 16] Compiling Data.Profunctor.Traversing ( src/Data/Profunctor/Traversing.hs, nothing )
[ 9 of 16] Compiling Data.Profunctor.Mapping ( src/Data/Profunctor/Mapping.hs, nothing )
[10 of 16] Compiling Data.Profunctor ( src/Data/Profunctor.hs, nothing )
[11 of 16] Compiling Data.Profunctor.Sieve ( src/Data/Profunctor/Sieve.hs, nothing )
[12 of 16] Compiling Data.Profunctor.Rep ( src/Data/Profunctor/Rep.hs, nothing )
[13 of 16] Compiling Data.Profunctor.Composition ( src/Data/Profunctor/Composition.hs, nothing )
[14 of 16] Compiling Data.Profunctor.Ran ( src/Data/Profunctor/Ran.hs, nothing )
[15 of 16] Compiling Data.Profunctor.Cayley ( src/Data/Profunctor/Cayley.hs, nothing )
[16 of 16] Compiling Data.Profunctor.Yoneda ( src/Data/Profunctor/Yoneda.hs, nothing )
Haddock coverage:
Warning: 'unsafeCoerce' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 3 / 3) in 'Data.Profunctor.Unsafe'
Warning: 'Forget' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:221:24
* at src/Data/Profunctor/Types.hs:221:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:221:1
Warning: 'Costar' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:124:24
* at src/Data/Profunctor/Types.hs:124:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:124:1
Warning: 'Star' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:68:22
* at src/Data/Profunctor/Types.hs:68:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:68:1
100% ( 7 / 7) in 'Data.Profunctor.Types'
100% ( 4 / 4) in 'Data.Profunctor.Monad'
100% ( 2 / 2) in 'Data.Profunctor.Adjunction'
Warning: 'Procompose' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Pastro' is ambiguous. It is defined
* at src/Data/Profunctor/Strong.hs:274:3
* at src/Data/Profunctor/Strong.hs:273:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Strong.hs:273:1
Warning: 'Tambara' is ambiguous. It is defined
* at src/Data/Profunctor/Strong.hs:170:25
* at src/Data/Profunctor/Strong.hs:170:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Strong.hs:170:1
Warning: 'Star' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:68:22
* at src/Data/Profunctor/Types.hs:68:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:68:1
88% ( 15 / 17) in 'Data.Profunctor.Strong'
Missing documentation for:
uncurry' (src/Data/Profunctor/Strong.hs:98)
strong (src/Data/Profunctor/Strong.hs:102)
Warning: 'Closure' is ambiguous. It is defined
* at src/Data/Profunctor/Closed.hs:106:25
* at src/Data/Profunctor/Closed.hs:106:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Closed.hs:106:1
71% ( 5 / 7) in 'Data.Profunctor.Closed'
Missing documentation for:
Environment (src/Data/Profunctor/Closed.hs:195)
curry' (src/Data/Profunctor/Closed.hs:96)
Warning: 'CopastroSum' is ambiguous. It is defined
* at src/Data/Profunctor/Choice.hs:422:29
* at src/Data/Profunctor/Choice.hs:422:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Choice.hs:422:1
Warning: 'CotambaraSum' is ambiguous. It is defined
* at src/Data/Profunctor/Choice.hs:378:5
* at src/Data/Profunctor/Choice.hs:377:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Choice.hs:377:1
Warning: 'absurd' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Costar' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:124:24
* at src/Data/Profunctor/Types.hs:124:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:124:1
Warning: 'costrength' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
92% ( 12 / 13) in 'Data.Profunctor.Choice'
Missing documentation for:
Cochoice (src/Data/Profunctor/Choice.hs:294)
Warning: 'Compose' is ambiguous. It is defined
* in Data.Functor.Compose
* in Data.Functor.Compose
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Compose
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
57% ( 8 / 14) in 'Data.Profunctor.Traversing'
Missing documentation for:
Module header
CofreeTraversing (src/Data/Profunctor/Traversing.hs:137)
firstTraversing (src/Data/Profunctor/Traversing.hs:36)
secondTraversing (src/Data/Profunctor/Traversing.hs:39)
leftTraversing (src/Data/Profunctor/Traversing.hs:60)
rightTraversing (src/Data/Profunctor/Traversing.hs:63)
44% ( 4 / 9) in 'Data.Profunctor.Mapping'
Missing documentation for:
Mapping (src/Data/Profunctor/Mapping.hs:39)
CofreeMapping (src/Data/Profunctor/Mapping.hs:89)
wanderMapping (src/Data/Profunctor/Mapping.hs:81)
traverseMapping (src/Data/Profunctor/Mapping.hs:84)
closedMapping (src/Data/Profunctor/Mapping.hs:87)
80% ( 16 / 20) in 'Data.Profunctor'
Missing documentation for:
uncurry' (src/Data/Profunctor/Strong.hs:98)
curry' (src/Data/Profunctor/Closed.hs:96)
Mapping (src/Data/Profunctor/Mapping.hs:39)
Cochoice (src/Data/Profunctor/Choice.hs:294)
Warning: 'Costar' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:124:24
* at src/Data/Profunctor/Types.hs:124:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:124:1
Warning: 'Star' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:68:22
* at src/Data/Profunctor/Types.hs:68:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:68:1
100% ( 3 / 3) in 'Data.Profunctor.Sieve'
Warning: 'Prep' is ambiguous. It is defined
* at src/Data/Profunctor/Rep.hs:188:3
* at src/Data/Profunctor/Rep.hs:187:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Rep.hs:187:1
Warning: 'Star' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:68:22
* at src/Data/Profunctor/Types.hs:68:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:68:1
Warning: 'Iso'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Coprep' is ambiguous. It is defined
* at src/Data/Profunctor/Rep.hs:224:22
* at src/Data/Profunctor/Rep.hs:224:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Rep.hs:224:1
Warning: 'Costar' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:124:24
* at src/Data/Profunctor/Types.hs:124:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:124:1
70% ( 17 / 24) in 'Data.Profunctor.Rep'
Missing documentation for:
prepAdj (src/Data/Profunctor/Rep.hs:206)
unprepAdj (src/Data/Profunctor/Rep.hs:209)
prepUnit (src/Data/Profunctor/Rep.hs:212)
prepCounit (src/Data/Profunctor/Rep.hs:215)
uncoprepAdj (src/Data/Profunctor/Rep.hs:240)
coprepUnit (src/Data/Profunctor/Rep.hs:243)
coprepCounit (src/Data/Profunctor/Rep.hs:246)
Warning: 'Rift' is ambiguous. It is defined
* at src/Data/Profunctor/Composition.hs:255:24
* at src/Data/Profunctor/Composition.hs:255:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Composition.hs:255:1
Warning: 'Procompose' is ambiguous. It is defined
* at src/Data/Profunctor/Composition.hs:70:3
* at src/Data/Profunctor/Composition.hs:69:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Composition.hs:69:1
Warning: 'Star' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:68:22
* at src/Data/Profunctor/Types.hs:68:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:68:1
Warning: 'Compose' is ambiguous. It is defined
* in Data.Functor.Compose
* in Data.Functor.Compose
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Compose
Warning: 'Costar' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:124:24
* at src/Data/Profunctor/Types.hs:124:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:124:1
Warning: 'Kleisli' is ambiguous. It is defined
* in Control.Arrow
* in Control.Arrow
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Arrow
Warning: 'Cokleisli' is ambiguous. It is defined
* in Control.Comonad
* in Control.Comonad
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Comonad
89% ( 17 / 19) in 'Data.Profunctor.Composition'
Missing documentation for:
procomposed (src/Data/Profunctor/Composition.hs:80)
mu (src/Data/Profunctor/Composition.hs:311)
Warning: 'Codensity' is ambiguous. It is defined
* at src/Data/Profunctor/Ran.hs:108:27
* at src/Data/Profunctor/Ran.hs:108:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Ran.hs:108:1
Warning: 'Ran' is ambiguous. It is defined
* at src/Data/Profunctor/Ran.hs:46:23
* at src/Data/Profunctor/Ran.hs:46:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Ran.hs:46:1
Warning: 'counit' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
50% ( 4 / 8) in 'Data.Profunctor.Ran'
Missing documentation for:
precomposeRan (src/Data/Profunctor/Ran.hs:86)
curryRan (src/Data/Profunctor/Ran.hs:90)
uncurryRan (src/Data/Profunctor/Ran.hs:94)
decomposeCodensity (src/Data/Profunctor/Ran.hs:133)
Warning: 'Cayley' is ambiguous. It is defined
* at src/Data/Profunctor/Cayley.hs:32:26
* at src/Data/Profunctor/Cayley.hs:32:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Cayley.hs:32:1
66% ( 2 / 3) in 'Data.Profunctor.Cayley'
Missing documentation for:
mapCayley (src/Data/Profunctor/Cayley.hs:108)
85% ( 6 / 7) in 'Data.Profunctor.Yoneda'
Missing documentation for:
Coyoneda (src/Data/Profunctor/Yoneda.hs:135)
Warning: Data.Profunctor.Types: could not find link destinations for:
- Data.Profunctor.Rep.D:R:RepForget
- Data.Profunctor.Rep.D:R:RepStar
- Data.Profunctor.Rep.D:R:CorepCostar
Warning: Data.Profunctor: could not find link destinations for:
- Data.Profunctor.Rep.D:R:RepForget
- Data.Profunctor.Rep.D:R:RepStar
- Data.Profunctor.Rep.D:R:CorepCostar
Warning: Data.Profunctor.Rep: could not find link destinations for:
- Data.Profunctor.Rep.Iso
- Data.Profunctor.Rep.D:R:RepForget
- Data.Profunctor.Rep.D:R:RepStar
- Data.Profunctor.Rep.D:R:RepKleisli
- Data.Profunctor.Rep.D:R:RepFUN
- Data.Profunctor.Rep.D:R:CorepCostar
- Data.Profunctor.Rep.D:R:CorepTagged
- Data.Profunctor.Rep.D:R:CorepCokleisli
- Data.Profunctor.Rep.D:R:CorepFUN
- Data.Profunctor.Composition.D:R:CorepProcompose
- Data.Profunctor.Composition.D:R:RepProcompose
Warning: Data.Profunctor.Composition: could not find link destinations for:
- Data.Profunctor.Composition.Iso
- Data.Profunctor.Composition.D:R:CorepProcompose
- Data.Profunctor.Composition.D:R:RepProcompose
Documentation created: dist/doc/html/profunctors/,
dist/doc/html/profunctors/profunctors.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/profunctors-5.6.3-5Z8Eg1EvBZ75eKuvG3fHa9
Completed profunctors-5.6.3
Configuring lifted-async-0.10.2.7...
Preprocessing library for lifted-async-0.10.2.7..
Building library for lifted-async-0.10.2.7..
[1 of 2] Compiling Control.Concurrent.Async.Lifted ( src/Control/Concurrent/Async/Lifted.hs, dist/build/Control/Concurrent/Async/Lifted.o, dist/build/Control/Concurrent/Async/Lifted.dyn_o )
[2 of 2] Compiling Control.Concurrent.Async.Lifted.Safe ( src/Control/Concurrent/Async/Lifted/Safe.hs, dist/build/Control/Concurrent/Async/Lifted/Safe.o, dist/build/Control/Concurrent/Async/Lifted/Safe.dyn_o )
Preprocessing library for lifted-async-0.10.2.7..
Running Haddock on library for lifted-async-0.10.2.7..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Control.Concurrent.Async.Lifted ( src/Control/Concurrent/Async/Lifted.hs, nothing )
[2 of 2] Compiling Control.Concurrent.Async.Lifted.Safe ( src/Control/Concurrent/Async/Lifted/Safe.hs, nothing )
Haddock coverage:
Warning: 'Concurrently' is ambiguous. It is defined
* in Control.Concurrent.Async.Internal
* in Control.Concurrent.Async.Internal
* at src/Control/Concurrent/Async/Lifted.hs:448:28
* at src/Control/Concurrent/Async/Lifted.hs:448:1
You may 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/Async/Lifted.hs:448:1
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
98% ( 62 / 63) in 'Control.Concurrent.Async.Lifted'
Missing documentation for:
ExceptionInLinkedThread
Warning: 'm' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Concurrently' is ambiguous. It is defined
* in Control.Concurrent.Async.Internal
* in Control.Concurrent.Async.Internal
* at src/Control/Concurrent/Async/Lifted/Safe.hs:413:3
* at src/Control/Concurrent/Async/Lifted/Safe.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 src/Control/Concurrent/Async/Lifted/Safe.hs:412:1
96% ( 63 / 65) in 'Control.Concurrent.Async.Lifted.Safe'
Missing documentation for:
Forall
ExceptionInLinkedThread
Documentation created: dist/doc/html/lifted-async/,
dist/doc/html/lifted-async/lifted-async.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/lifted-async-0.10.2.7-BwwlwGplFacEDpPMhDTuSU
Completed lifted-async-0.10.2.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 invariant-0.6.4...
Preprocessing library for invariant-0.6.4..
Building library for invariant-0.6.4..
[1 of 4] Compiling Data.Functor.Invariant ( src/Data/Functor/Invariant.hs, dist/build/Data/Functor/Invariant.o, dist/build/Data/Functor/Invariant.dyn_o )
[2 of 4] Compiling Data.Functor.Invariant.TH.Internal ( src/Data/Functor/Invariant/TH/Internal.hs, dist/build/Data/Functor/Invariant/TH/Internal.o, dist/build/Data/Functor/Invariant/TH/Internal.dyn_o )
[3 of 4] Compiling Data.Functor.Invariant.TH ( src/Data/Functor/Invariant/TH.hs, dist/build/Data/Functor/Invariant/TH.o, dist/build/Data/Functor/Invariant/TH.dyn_o )
[4 of 4] Compiling Paths_invariant ( dist/build/autogen/Paths_invariant.hs, dist/build/Paths_invariant.o, dist/build/Paths_invariant.dyn_o )
Preprocessing library for invariant-0.6.4..
Running Haddock on library for invariant-0.6.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Data.Functor.Invariant ( src/Data/Functor/Invariant.hs, nothing )
[2 of 4] Compiling Data.Functor.Invariant.TH.Internal ( src/Data/Functor/Invariant/TH/Internal.hs, nothing )
[3 of 4] Compiling Data.Functor.Invariant.TH ( src/Data/Functor/Invariant/TH.hs, nothing )
[4 of 4] Compiling Paths_invariant ( dist/build/autogen/Paths_invariant.hs, nothing )
Haddock coverage:
100% ( 20 / 20) in 'Data.Functor.Invariant'
Warning: 'Name' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* in Language.Haskell.TH.Syntax
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Language.Haskell.TH.Syntax
Warning: 'Options' is ambiguous. It is defined
* at src/Data/Functor/Invariant/TH.hs:55:19
* at src/Data/Functor/Invariant/TH.hs:55:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Functor/Invariant/TH.hs:55:1
Warning: 'Name' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* in Language.Haskell.TH.Syntax
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Language.Haskell.TH.Syntax
100% ( 17 / 17) in 'Data.Functor.Invariant.TH'
Warning: Data.Functor.Invariant: could not find link destinations for:
- Data.Bifunctor.Wrapped.Rep1_WrappedBifunctor
- Data.Bifunctor.Wrapped.Rep_WrappedBifunctor
Documentation created: dist/doc/html/invariant/,
dist/doc/html/invariant/invariant.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/invariant-0.6.4-9GKlSOS9BHW7piNwqL7inz
Completed invariant-0.6.4
Configuring free-5.2...
Preprocessing library for free-5.2..
Building library for free-5.2..
[ 1 of 19] Compiling Control.Alternative.Free ( src/Control/Alternative/Free.hs, dist/build/Control/Alternative/Free.o, dist/build/Control/Alternative/Free.dyn_o )
[ 2 of 19] Compiling Control.Alternative.Free.Final ( src/Control/Alternative/Free/Final.hs, dist/build/Control/Alternative/Free/Final.o, dist/build/Control/Alternative/Free/Final.dyn_o )
[ 3 of 19] Compiling Control.Applicative.Free ( src/Control/Applicative/Free.hs, dist/build/Control/Applicative/Free.o, dist/build/Control/Applicative/Free.dyn_o )
[ 4 of 19] Compiling Control.Applicative.Free.Fast ( src/Control/Applicative/Free/Fast.hs, dist/build/Control/Applicative/Free/Fast.o, dist/build/Control/Applicative/Free/Fast.dyn_o )
[ 5 of 19] Compiling Control.Applicative.Free.Final ( src/Control/Applicative/Free/Final.hs, dist/build/Control/Applicative/Free/Final.o, dist/build/Control/Applicative/Free/Final.dyn_o )
[ 6 of 19] Compiling Control.Applicative.Trans.Free ( src/Control/Applicative/Trans/Free.hs, dist/build/Control/Applicative/Trans/Free.o, dist/build/Control/Applicative/Trans/Free.dyn_o )
[ 7 of 19] Compiling Control.Comonad.Cofree.Class ( src/Control/Comonad/Cofree/Class.hs, dist/build/Control/Comonad/Cofree/Class.o, dist/build/Control/Comonad/Cofree/Class.dyn_o )
[ 8 of 19] Compiling Control.Comonad.Cofree ( src/Control/Comonad/Cofree.hs, dist/build/Control/Comonad/Cofree.o, dist/build/Control/Comonad/Cofree.dyn_o )
[ 9 of 19] Compiling Control.Comonad.Trans.Cofree ( src/Control/Comonad/Trans/Cofree.hs, dist/build/Control/Comonad/Trans/Cofree.o, dist/build/Control/Comonad/Trans/Cofree.dyn_o )
[10 of 19] Compiling Control.Comonad.Trans.Coiter ( src/Control/Comonad/Trans/Coiter.hs, dist/build/Control/Comonad/Trans/Coiter.o, dist/build/Control/Comonad/Trans/Coiter.dyn_o )
[11 of 19] Compiling Control.Monad.Free.Class ( src/Control/Monad/Free/Class.hs, dist/build/Control/Monad/Free/Class.o, dist/build/Control/Monad/Free/Class.dyn_o )
[12 of 19] Compiling Control.Monad.Free.TH ( src/Control/Monad/Free/TH.hs, dist/build/Control/Monad/Free/TH.o, dist/build/Control/Monad/Free/TH.dyn_o )
[13 of 19] Compiling Control.Monad.Trans.Free ( src/Control/Monad/Trans/Free.hs, dist/build/Control/Monad/Trans/Free.o, dist/build/Control/Monad/Trans/Free.dyn_o )
[14 of 19] Compiling Control.Monad.Free ( src/Control/Monad/Free.hs, dist/build/Control/Monad/Free.o, dist/build/Control/Monad/Free.dyn_o )
[15 of 19] Compiling Control.Monad.Free.Church ( src/Control/Monad/Free/Church.hs, dist/build/Control/Monad/Free/Church.o, dist/build/Control/Monad/Free/Church.dyn_o )
[16 of 19] Compiling Control.Monad.Trans.Free.Ap ( src/Control/Monad/Trans/Free/Ap.hs, dist/build/Control/Monad/Trans/Free/Ap.o, dist/build/Control/Monad/Trans/Free/Ap.dyn_o )
[17 of 19] Compiling Control.Monad.Free.Ap ( src/Control/Monad/Free/Ap.hs, dist/build/Control/Monad/Free/Ap.o, dist/build/Control/Monad/Free/Ap.dyn_o )
[18 of 19] Compiling Control.Monad.Trans.Free.Church ( src/Control/Monad/Trans/Free/Church.hs, dist/build/Control/Monad/Trans/Free/Church.o, dist/build/Control/Monad/Trans/Free/Church.dyn_o )
[19 of 19] Compiling Control.Monad.Trans.Iter ( src/Control/Monad/Trans/Iter.hs, dist/build/Control/Monad/Trans/Iter.o, dist/build/Control/Monad/Trans/Iter.dyn_o )
Preprocessing library for free-5.2..
Running Haddock on library for free-5.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 19] Compiling Control.Alternative.Free ( src/Control/Alternative/Free.hs, nothing )
[ 2 of 19] Compiling Control.Alternative.Free.Final ( src/Control/Alternative/Free/Final.hs, nothing )
[ 3 of 19] Compiling Control.Applicative.Free ( src/Control/Applicative/Free.hs, nothing )
[ 4 of 19] Compiling Control.Applicative.Free.Fast ( src/Control/Applicative/Free/Fast.hs, nothing )
[ 5 of 19] Compiling Control.Applicative.Free.Final ( src/Control/Applicative/Free/Final.hs, nothing )
[ 6 of 19] Compiling Control.Applicative.Trans.Free ( src/Control/Applicative/Trans/Free.hs, nothing )
[ 7 of 19] Compiling Control.Comonad.Cofree.Class ( src/Control/Comonad/Cofree/Class.hs, nothing )
[ 8 of 19] Compiling Control.Comonad.Cofree ( src/Control/Comonad/Cofree.hs, nothing )
[ 9 of 19] Compiling Control.Comonad.Trans.Cofree ( src/Control/Comonad/Trans/Cofree.hs, nothing )
[10 of 19] Compiling Control.Comonad.Trans.Coiter ( src/Control/Comonad/Trans/Coiter.hs, nothing )
[11 of 19] Compiling Control.Monad.Free.Class ( src/Control/Monad/Free/Class.hs, nothing )
[12 of 19] Compiling Control.Monad.Free.TH ( src/Control/Monad/Free/TH.hs, nothing )
[13 of 19] Compiling Control.Monad.Trans.Free ( src/Control/Monad/Trans/Free.hs, nothing )
[14 of 19] Compiling Control.Monad.Free ( src/Control/Monad/Free.hs, nothing )
[15 of 19] Compiling Control.Monad.Free.Church ( src/Control/Monad/Free/Church.hs, nothing )
[16 of 19] Compiling Control.Monad.Trans.Free.Ap ( src/Control/Monad/Trans/Free/Ap.hs, nothing )
[17 of 19] Compiling Control.Monad.Free.Ap ( src/Control/Monad/Free/Ap.hs, nothing )
[18 of 19] Compiling Control.Monad.Trans.Free.Church ( src/Control/Monad/Trans/Free/Church.hs, nothing )
[19 of 19] Compiling Control.Monad.Trans.Iter ( src/Control/Monad/Trans/Iter.hs, nothing )
Haddock coverage:
Warning: 'lift' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Alt' is ambiguous. It is defined
* at src/Control/Alternative/Free.hs:43:19
* at src/Control/Alternative/Free.hs:43:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Alternative/Free.hs:43:1
66% ( 4 / 6) in 'Control.Alternative.Free'
Missing documentation for:
Alt (src/Control/Alternative/Free.hs:43)
AltF (src/Control/Alternative/Free.hs:39)
Warning: 'lift' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Alt' is ambiguous. It is defined
* at src/Control/Alternative/Free/Final.hs:34:19
* at src/Control/Alternative/Free/Final.hs:34:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Alternative/Free/Final.hs:34:1
100% ( 5 / 5) in 'Control.Alternative.Free.Final'
Warning: 'Ap' is ambiguous. It is defined
* at src/Control/Applicative/Free.hs:50:3
* at src/Control/Applicative/Free.hs:48:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Applicative/Free.hs:48:1
Warning: 'lift' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 11 / 11) in 'Control.Applicative.Free'
Warning: 'f' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Ap' is ambiguous. It is defined
* at src/Control/Applicative/Free/Fast.hs:69:18
* at src/Control/Applicative/Free/Fast.hs:69:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Applicative/Free/Fast.hs:69:1
Warning: 'lift' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 14 / 14) in 'Control.Applicative.Free.Fast'
Warning: 'Ap' is ambiguous. It is defined
* at src/Control/Applicative/Free/Final.hs:37:18
* at src/Control/Applicative/Free/Final.hs:37:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Applicative/Free/Final.hs:37:1
Warning: 'lift' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 10 / 10) in 'Control.Applicative.Free.Final'
Warning: 'lift' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ApT' is ambiguous. It is defined
* at src/Control/Applicative/Trans/Free.hs:59:21
* at src/Control/Applicative/Trans/Free.hs:59:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Applicative/Trans/Free.hs:59:1
Warning: 'getSum' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Sum' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'fold' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Ap' is ambiguous. It is defined
* at src/Control/Applicative/Trans/Free.hs:55:3
* at src/Control/Applicative/Trans/Free.hs:157:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Applicative/Trans/Free.hs:157:1
100% ( 22 / 22) in 'Control.Applicative.Trans.Free'
100% ( 2 / 2) in 'Control.Comonad.Cofree.Class'
Warning: 'cofree' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Const' is ambiguous. It is defined
* in Data.Functor.Const
* in Data.Functor.Const
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Const
Warning: 'Identity' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'lens' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
93% ( 15 / 16) in 'Control.Comonad.Cofree'
Missing documentation for:
hoistCofree (src/Control/Comonad/Cofree.hs:136)
Warning: 'CofreeT' is ambiguous. It is defined
* at src/Control/Comonad/Trans/Cofree.hs:127:25
* at src/Control/Comonad/Trans/Cofree.hs:127:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Comonad/Trans/Cofree.hs:127:1
100% ( 11 / 11) in 'Control.Comonad.Trans.Cofree'
Warning: 'CoiterT' is ambiguous. It is defined
* at src/Control/Comonad/Trans/Coiter.hs:65:23
* at src/Control/Comonad/Trans/Coiter.hs:65:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Comonad/Trans/Coiter.hs:65:1
100% ( 14 / 14) in 'Control.Comonad.Trans.Coiter'
Warning: 'Tree' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 4 / 4) in 'Control.Monad.Free.Class'
100% ( 10 / 10) in 'Control.Monad.Free.TH'
Warning: 'FreeT' is ambiguous. It is defined
* at src/Control/Monad/Trans/Free.hs:150:23
* at src/Control/Monad/Trans/Free.hs:150:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Trans/Free.hs:150:1
Warning: 'Free' is ambiguous. It is defined
* at src/Control/Monad/Trans/Free.hs:77:29
* at src/Control/Monad/Trans/Free.hs:153:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Trans/Free.hs:153:1
100% ( 28 / 28) in 'Control.Monad.Trans.Free'
Warning: 'Free' is ambiguous. It is defined
* at src/Control/Monad/Free.hs:117:26
* at src/Control/Monad/Free.hs:117:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Free.hs:117:1
100% ( 16 / 16) in 'Control.Monad.Free'
Warning: 'Free' is ambiguous. It is defined
* at src/Control/Monad/Free.hs:117:26
* at src/Control/Monad/Free.hs:117:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Free.hs:117:1
Warning: 'F' is ambiguous. It is defined
* at src/Control/Monad/Free/Church.hs:89:17
* at src/Control/Monad/Free/Church.hs:89:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Free/Church.hs:89:1
100% ( 13 / 13) in 'Control.Monad.Free.Church'
Warning: 'FreeT' is ambiguous. It is defined
* at src/Control/Monad/Trans/Free/Ap.hs:140:23
* at src/Control/Monad/Trans/Free/Ap.hs:140:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Trans/Free/Ap.hs:140:1
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
Warning: 'Free' is ambiguous. It is defined
* at src/Control/Monad/Trans/Free/Ap.hs:67:29
* at src/Control/Monad/Trans/Free/Ap.hs:143:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Trans/Free/Ap.hs:143:1
100% ( 27 / 27) in 'Control.Monad.Trans.Free.Ap'
Warning: '(\<*\>)' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ap' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Identity' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Free' is ambiguous. It is defined
* at src/Control/Monad/Free/Ap.hs:81:26
* at src/Control/Monad/Free/Ap.hs:81:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Free/Ap.hs:81:1
100% ( 16 / 16) in 'Control.Monad.Free.Ap'
Warning: 'FreeT' is ambiguous. It is defined
* at src/Control/Monad/Trans/Free.hs:150:23
* at src/Control/Monad/Trans/Free.hs:150:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Trans/Free.hs:150:1
Warning: 'Free' is ambiguous. It is defined
* at src/Control/Monad/Trans/Free.hs:77:29
* at src/Control/Monad/Trans/Free.hs:153:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Trans/Free.hs:153:1
Warning: 'FT' is ambiguous. It is defined
* at src/Control/Monad/Trans/Free/Church.hs:69:20
* at src/Control/Monad/Trans/Free/Church.hs:69:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Trans/Free/Church.hs:69:1
100% ( 28 / 28) in 'Control.Monad.Trans.Free.Church'
Warning: 'Free' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'IterT' is ambiguous. It is defined
* at src/Control/Monad/Trans/Iter.hs:105:21
* at src/Control/Monad/Trans/Iter.hs:105:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Trans/Iter.hs:105:1
Warning: 'FreeT' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
Warning: 'void' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'race' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 25 / 25) in 'Control.Monad.Trans.Iter'
Warning: Control.Comonad.Cofree: could not find link destinations for:
- Control.Comonad.Cofree.Rep_Cofree
- Control.Comonad.Cofree.Rep1_Cofree
Warning: Control.Comonad.Trans.Cofree: could not find link destinations for:
- Control.Comonad.Trans.Cofree.Rep_CofreeF
- Control.Comonad.Trans.Cofree.Rep1_CofreeF
Warning: Control.Monad.Trans.Free: could not find link destinations for:
- Control.Monad.Trans.Free.Rep_FreeF
- Control.Monad.Trans.Free.Rep1_FreeF
Warning: Control.Monad.Free: could not find link destinations for:
- Control.Monad.Free.Rep_Free
- Control.Monad.Free.Rep1_Free
Warning: Control.Monad.Trans.Free.Ap: could not find link destinations for:
- Control.Monad.Trans.Free.Ap.Rep_FreeF
- Control.Monad.Trans.Free.Ap.Rep1_FreeF
Warning: Control.Monad.Free.Ap: could not find link destinations for:
- Control.Monad.Free.Ap.Rep_Free
- Control.Monad.Free.Ap.Rep1_Free
Documentation created: dist/doc/html/free/, dist/doc/html/free/free.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/free-5.2-DzQi0vG7VaWvRHxALLXJV
Completed free-5.2
Configuring hedgehog-1.5...
Preprocessing library for hedgehog-1.5..
Building library for hedgehog-1.5..
[ 1 of 27] Compiling Hedgehog.Internal.Barbie ( src/Hedgehog/Internal/Barbie.hs, dist/build/Hedgehog/Internal/Barbie.o, dist/build/Hedgehog/Internal/Barbie.dyn_o )
[ 2 of 27] Compiling Hedgehog.Internal.Distributive ( src/Hedgehog/Internal/Distributive.hs, dist/build/Hedgehog/Internal/Distributive.o, dist/build/Hedgehog/Internal/Distributive.dyn_o )
[ 3 of 27] Compiling Hedgehog.Internal.Exception ( src/Hedgehog/Internal/Exception.hs, dist/build/Hedgehog/Internal/Exception.o, dist/build/Hedgehog/Internal/Exception.dyn_o )
[ 4 of 27] Compiling Hedgehog.Internal.HTraversable ( src/Hedgehog/Internal/HTraversable.hs, dist/build/Hedgehog/Internal/HTraversable.o, dist/build/Hedgehog/Internal/HTraversable.dyn_o )
[ 5 of 27] Compiling Hedgehog.Internal.Opaque ( src/Hedgehog/Internal/Opaque.hs, dist/build/Hedgehog/Internal/Opaque.o, dist/build/Hedgehog/Internal/Opaque.dyn_o )
[ 6 of 27] Compiling Hedgehog.Internal.Prelude ( src/Hedgehog/Internal/Prelude.hs, dist/build/Hedgehog/Internal/Prelude.o, dist/build/Hedgehog/Internal/Prelude.dyn_o )
[ 7 of 27] Compiling Hedgehog.Internal.Range ( src/Hedgehog/Internal/Range.hs, dist/build/Hedgehog/Internal/Range.o, dist/build/Hedgehog/Internal/Range.dyn_o )
[ 8 of 27] Compiling Hedgehog.Internal.Region ( src/Hedgehog/Internal/Region.hs, dist/build/Hedgehog/Internal/Region.o, dist/build/Hedgehog/Internal/Region.dyn_o )
[ 9 of 27] Compiling Hedgehog.Internal.Seed ( src/Hedgehog/Internal/Seed.hs, dist/build/Hedgehog/Internal/Seed.o, dist/build/Hedgehog/Internal/Seed.dyn_o )
[10 of 27] Compiling Hedgehog.Internal.Show ( src/Hedgehog/Internal/Show.hs, dist/build/Hedgehog/Internal/Show.o, dist/build/Hedgehog/Internal/Show.dyn_o )
[11 of 27] Compiling Hedgehog.Internal.Shrink ( src/Hedgehog/Internal/Shrink.hs, dist/build/Hedgehog/Internal/Shrink.o, dist/build/Hedgehog/Internal/Shrink.dyn_o )
[12 of 27] Compiling Hedgehog.Internal.Source ( src/Hedgehog/Internal/Source.hs, dist/build/Hedgehog/Internal/Source.o, dist/build/Hedgehog/Internal/Source.dyn_o )
[13 of 27] Compiling Hedgehog.Internal.Tree ( src/Hedgehog/Internal/Tree.hs, dist/build/Hedgehog/Internal/Tree.o, dist/build/Hedgehog/Internal/Tree.dyn_o )
[14 of 27] Compiling Hedgehog.Main ( src/Hedgehog/Main.hs, dist/build/Hedgehog/Main.o, dist/build/Hedgehog/Main.dyn_o )
[15 of 27] Compiling Hedgehog.Range ( src/Hedgehog/Range.hs, dist/build/Hedgehog/Range.o, dist/build/Hedgehog/Range.dyn_o )
[16 of 27] Compiling Hedgehog.Internal.Gen ( src/Hedgehog/Internal/Gen.hs, dist/build/Hedgehog/Internal/Gen.o, dist/build/Hedgehog/Internal/Gen.dyn_o )
[17 of 27] Compiling Hedgehog.Internal.Property ( src/Hedgehog/Internal/Property.hs, dist/build/Hedgehog/Internal/Property.o, dist/build/Hedgehog/Internal/Property.dyn_o )
src/Hedgehog/Internal/Property.hs:433:31: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Hedgehog.Internal.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."
|
433 | groups = List.map (\l -> (head l, length l)) $ List.group sp
| ^^^^
[18 of 27] Compiling Hedgehog.Internal.Tripping ( src/Hedgehog/Internal/Tripping.hs, dist/build/Hedgehog/Internal/Tripping.o, dist/build/Hedgehog/Internal/Tripping.dyn_o )
[19 of 27] Compiling Hedgehog.Internal.State ( src/Hedgehog/Internal/State.hs, dist/build/Hedgehog/Internal/State.o, dist/build/Hedgehog/Internal/State.dyn_o )
[20 of 27] Compiling Hedgehog.Internal.Discovery ( src/Hedgehog/Internal/Discovery.hs, dist/build/Hedgehog/Internal/Discovery.o, dist/build/Hedgehog/Internal/Discovery.dyn_o )
[21 of 27] Compiling Hedgehog.Internal.TH ( src/Hedgehog/Internal/TH.hs, dist/build/Hedgehog/Internal/TH.o, dist/build/Hedgehog/Internal/TH.dyn_o )
[22 of 27] Compiling Hedgehog.Internal.Config ( src/Hedgehog/Internal/Config.hs, dist/build/Hedgehog/Internal/Config.o, dist/build/Hedgehog/Internal/Config.dyn_o )
[23 of 27] Compiling Hedgehog.Internal.Report ( src/Hedgehog/Internal/Report.hs, dist/build/Hedgehog/Internal/Report.o, dist/build/Hedgehog/Internal/Report.dyn_o )
src/Hedgehog/Internal/Report.hs:1096:37: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Hedgehog.Internal.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."
|
1096 | replicate fillErrorWidth (head parts)
| ^^^^
src/Hedgehog/Internal/Report.hs:1098:39: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Hedgehog.Internal.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."
|
1098 | replicate fillSurplusWidth (head parts)
| ^^^^
[24 of 27] Compiling Hedgehog.Internal.Queue ( src/Hedgehog/Internal/Queue.hs, dist/build/Hedgehog/Internal/Queue.o, dist/build/Hedgehog/Internal/Queue.dyn_o )
[25 of 27] Compiling Hedgehog.Internal.Runner ( src/Hedgehog/Internal/Runner.hs, dist/build/Hedgehog/Internal/Runner.o, dist/build/Hedgehog/Internal/Runner.dyn_o )
[26 of 27] Compiling Hedgehog.Gen ( src/Hedgehog/Gen.hs, dist/build/Hedgehog/Gen.o, dist/build/Hedgehog/Gen.dyn_o )
[27 of 27] Compiling Hedgehog ( src/Hedgehog.hs, dist/build/Hedgehog.o, dist/build/Hedgehog.dyn_o )
Preprocessing library for hedgehog-1.5..
Running Haddock on library for hedgehog-1.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 27] Compiling Hedgehog.Internal.Barbie ( src/Hedgehog/Internal/Barbie.hs, nothing )
[ 2 of 27] Compiling Hedgehog.Internal.Distributive ( src/Hedgehog/Internal/Distributive.hs, /tmp/ghc2712629_0/ghc_24.o, /tmp/ghc2712629_0/ghc_24.dyn_o )
[ 3 of 27] Compiling Hedgehog.Internal.Exception ( src/Hedgehog/Internal/Exception.hs, /tmp/ghc2712629_0/ghc_26.o, /tmp/ghc2712629_0/ghc_26.dyn_o )
[ 4 of 27] Compiling Hedgehog.Internal.HTraversable ( src/Hedgehog/Internal/HTraversable.hs, nothing )
[ 5 of 27] Compiling Hedgehog.Internal.Opaque ( src/Hedgehog/Internal/Opaque.hs, nothing )
[ 6 of 27] Compiling Hedgehog.Internal.Prelude ( src/Hedgehog/Internal/Prelude.hs, /tmp/ghc2712629_0/ghc_30.o, /tmp/ghc2712629_0/ghc_30.dyn_o )
[ 7 of 27] Compiling Hedgehog.Internal.Range ( src/Hedgehog/Internal/Range.hs, /tmp/ghc2712629_0/ghc_36.o, /tmp/ghc2712629_0/ghc_36.dyn_o )
[ 8 of 27] Compiling Hedgehog.Internal.Region ( src/Hedgehog/Internal/Region.hs, /tmp/ghc2712629_0/ghc_38.o, /tmp/ghc2712629_0/ghc_38.dyn_o )
[ 9 of 27] Compiling Hedgehog.Internal.Seed ( src/Hedgehog/Internal/Seed.hs, /tmp/ghc2712629_0/ghc_42.o, /tmp/ghc2712629_0/ghc_42.dyn_o )
[10 of 27] Compiling Hedgehog.Internal.Show ( src/Hedgehog/Internal/Show.hs, /tmp/ghc2712629_0/ghc_44.o, /tmp/ghc2712629_0/ghc_44.dyn_o )
[11 of 27] Compiling Hedgehog.Internal.Shrink ( src/Hedgehog/Internal/Shrink.hs, /tmp/ghc2712629_0/ghc_46.o, /tmp/ghc2712629_0/ghc_46.dyn_o )
[12 of 27] Compiling Hedgehog.Internal.Source ( src/Hedgehog/Internal/Source.hs, /tmp/ghc2712629_0/ghc_48.o, /tmp/ghc2712629_0/ghc_48.dyn_o )
[13 of 27] Compiling Hedgehog.Internal.Tree ( src/Hedgehog/Internal/Tree.hs, /tmp/ghc2712629_0/ghc_50.o, /tmp/ghc2712629_0/ghc_50.dyn_o )
[14 of 27] Compiling Hedgehog.Main ( src/Hedgehog/Main.hs, nothing )
[15 of 27] Compiling Hedgehog.Range ( src/Hedgehog/Range.hs, /tmp/ghc2712629_0/ghc_52.o, /tmp/ghc2712629_0/ghc_52.dyn_o )
[16 of 27] Compiling Hedgehog.Internal.Gen ( src/Hedgehog/Internal/Gen.hs, /tmp/ghc2712629_0/ghc_28.o, /tmp/ghc2712629_0/ghc_28.dyn_o )
[17 of 27] Compiling Hedgehog.Internal.Property ( src/Hedgehog/Internal/Property.hs, /tmp/ghc2712629_0/ghc_32.o, /tmp/ghc2712629_0/ghc_32.dyn_o )
src/Hedgehog/Internal/Property.hs:433:31: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Hedgehog.Internal.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."
|
433 | groups = List.map (\l -> (head l, length l)) $ List.group sp
| ^^^^
[18 of 27] Compiling Hedgehog.Internal.Tripping ( src/Hedgehog/Internal/Tripping.hs, nothing )
[19 of 27] Compiling Hedgehog.Internal.State ( src/Hedgehog/Internal/State.hs, nothing )
[20 of 27] Compiling Hedgehog.Internal.Discovery ( src/Hedgehog/Internal/Discovery.hs, /tmp/ghc2712629_0/ghc_22.o, /tmp/ghc2712629_0/ghc_22.dyn_o )
[21 of 27] Compiling Hedgehog.Internal.TH ( src/Hedgehog/Internal/TH.hs, nothing )
[22 of 27] Compiling Hedgehog.Internal.Config ( src/Hedgehog/Internal/Config.hs, /tmp/ghc2712629_0/ghc_20.o, /tmp/ghc2712629_0/ghc_20.dyn_o )
[23 of 27] Compiling Hedgehog.Internal.Report ( src/Hedgehog/Internal/Report.hs, /tmp/ghc2712629_0/ghc_40.o, /tmp/ghc2712629_0/ghc_40.dyn_o )
src/Hedgehog/Internal/Report.hs:1096:37: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Hedgehog.Internal.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."
|
1096 | replicate fillErrorWidth (head parts)
| ^^^^
src/Hedgehog/Internal/Report.hs:1098:39: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Hedgehog.Internal.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."
|
1098 | replicate fillSurplusWidth (head parts)
| ^^^^
[24 of 27] Compiling Hedgehog.Internal.Queue ( src/Hedgehog/Internal/Queue.hs, /tmp/ghc2712629_0/ghc_34.o, /tmp/ghc2712629_0/ghc_34.dyn_o )
[25 of 27] Compiling Hedgehog.Internal.Runner ( src/Hedgehog/Internal/Runner.hs, nothing )
[26 of 27] Compiling Hedgehog.Gen ( src/Hedgehog/Gen.hs, nothing )
[27 of 27] Compiling Hedgehog ( src/Hedgehog.hs, nothing )
Haddock coverage:
75% ( 3 / 4) in 'Hedgehog.Internal.Barbie'
Missing documentation for:
Rec
0% ( 0 / 2) in 'Hedgehog.Internal.Distributive'
Missing documentation for:
Module header
MonadTransDistributive (src/Hedgehog/Internal/Distributive.hs:31)
0% ( 0 / 3) in 'Hedgehog.Internal.Exception'
Missing documentation for:
Module header
tryAll (src/Hedgehog/Internal/Exception.hs:14)
tryEvaluate (src/Hedgehog/Internal/Exception.hs:23)
50% ( 1 / 2) in 'Hedgehog.Internal.HTraversable'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Hedgehog.Internal.Opaque'
Missing documentation for:
Module header
97% (135 /139) in 'Hedgehog.Internal.Prelude'
Missing documentation for:
Bool
Ordering
even
odd
Warning: 'Size' is ambiguous. It is defined
* at src/Hedgehog/Internal/Range.hs:56:3
* at src/Hedgehog/Internal/Range.hs:55:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Hedgehog/Internal/Range.hs:55:1
Warning: 'Range' is ambiguous. It is defined
* at src/Hedgehog/Internal/Range.hs:81:3
* at src/Hedgehog/Internal/Range.hs:80:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Hedgehog/Internal/Range.hs:80:1
96% ( 32 / 33) in 'Hedgehog.Internal.Range'
Missing documentation for:
Module header
0% ( 0 / 10) in 'Hedgehog.Internal.Region'
Missing documentation for:
Module header
Region (src/Hedgehog/Internal/Region.hs:29)
newEmptyRegion (src/Hedgehog/Internal/Region.hs:35)
newOpenRegion (src/Hedgehog/Internal/Region.hs:41)
openRegion (src/Hedgehog/Internal/Region.hs:48)
setRegion (src/Hedgehog/Internal/Region.hs:64)
displayRegions (src/Hedgehog/Internal/Region.hs:78)
displayRegion (src/Hedgehog/Internal/Region.hs:87)
moveToBottom (src/Hedgehog/Internal/Region.hs:91)
finishRegion (src/Hedgehog/Internal/Region.hs:115)
Warning: 'Seed' is ambiguous. It is defined
* at src/Hedgehog/Internal/Seed.hs:75:3
* at src/Hedgehog/Internal/Seed.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 src/Hedgehog/Internal/Seed.hs:74:1
70% ( 12 / 17) in 'Hedgehog.Internal.Seed'
Missing documentation for:
mix64 (src/Hedgehog/Internal/Seed.hs:177)
mix64variant13 (src/Hedgehog/Internal/Seed.hs:193)
mix32 (src/Hedgehog/Internal/Seed.hs:185)
mixGamma (src/Hedgehog/Internal/Seed.hs:201)
global (src/Hedgehog/Internal/Seed.hs:97)
13% ( 2 / 15) in 'Hedgehog.Internal.Show'
Missing documentation for:
Module header
ValueDiff (src/Hedgehog/Internal/Show.hs:30)
LineDiff (src/Hedgehog/Internal/Show.hs:39)
mkValue (src/Hedgehog/Internal/Show.hs:74)
showPretty (src/Hedgehog/Internal/Show.hs:78)
valueDiff (src/Hedgehog/Internal/Show.hs:93)
lineDiff (src/Hedgehog/Internal/Show.hs:82)
toLineDiff (src/Hedgehog/Internal/Show.hs:86)
renderValue (src/Hedgehog/Internal/Show.hs:55)
renderValueDiff (src/Hedgehog/Internal/Show.hs:59)
renderLineDiff (src/Hedgehog/Internal/Show.hs:65)
takeLeft (src/Hedgehog/Internal/Show.hs:127)
takeRight (src/Hedgehog/Internal/Show.hs:142)
Warning: 'k' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
85% ( 6 / 7) in 'Hedgehog.Internal.Shrink'
Missing documentation for:
Module header
50% ( 5 / 10) in 'Hedgehog.Internal.Source'
Missing documentation for:
Module header
LineNo (src/Hedgehog/Internal/Source.hs:24)
ColumnNo (src/Hedgehog/Internal/Source.hs:29)
Span (src/Hedgehog/Internal/Source.hs:34)
getCaller (src/Hedgehog/Internal/Source.hs:44)
Warning: 'NodeT' is ambiguous. It is defined
* at src/Hedgehog/Internal/Tree.hs:131:3
* at src/Hedgehog/Internal/Tree.hs:130:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Hedgehog/Internal/Tree.hs:130:1
Warning: 'TreeT' is ambiguous. It is defined
* at src/Hedgehog/Internal/Tree.hs:105:3
* at src/Hedgehog/Internal/Tree.hs:104:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Hedgehog/Internal/Tree.hs:104:1
Warning: 'Node' is ambiguous. It is defined
* at src/Hedgehog/Internal/Tree.hs:125:1
* at src/Hedgehog/Internal/Tree.hs:116:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Hedgehog/Internal/Tree.hs:116:1
Warning: 'Tree' is ambiguous. It is defined
* at src/Hedgehog/Internal/Tree.hs:95:1
* at src/Hedgehog/Internal/Tree.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/Hedgehog/Internal/Tree.hs:89:1
78% ( 22 / 28) in 'Hedgehog.Internal.Tree'
Missing documentation for:
Module header
mapMaybe (src/Hedgehog/Internal/Tree.hs:257)
mapMaybeMaybeT (src/Hedgehog/Internal/Tree.hs:277)
consChild (src/Hedgehog/Internal/Tree.hs:325)
mapMaybeT (src/Hedgehog/Internal/Tree.hs:314)
interleave (src/Hedgehog/Internal/Tree.hs:388)
66% ( 2 / 3) in 'Hedgehog.Main'
Missing documentation for:
Module header
96% ( 25 / 26) in 'Hedgehog.Range'
Missing documentation for:
Module header
Warning: 'GenT' is ambiguous. It is defined
* at src/Hedgehog/Internal/Gen.hs:257:3
* at src/Hedgehog/Internal/Gen.hs:256:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Hedgehog/Internal/Gen.hs:256:1
Warning: 'mfilter' 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: 'n' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'withTests' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'property' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
97% (124 /127) in 'Hedgehog.Internal.Gen'
Missing documentation for:
Module header
Vec (src/Hedgehog/Internal/Gen.hs:1609)
Nat (src/Hedgehog/Internal/Gen.hs:1605)
Warning: 'OverloadedStrings' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Class' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ShrinkPath' is ambiguous. It is defined
* at src/Hedgehog/Internal/Property.hs:397:3
* at src/Hedgehog/Internal/Property.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 src/Hedgehog/Internal/Property.hs:396:1
Warning: 'r' 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: 'TestT' is ambiguous. It is defined
* at src/Hedgehog/Internal/Property.hs:243:3
* at src/Hedgehog/Internal/Property.hs:242:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Hedgehog/Internal/Property.hs:242:1
Warning: 'PropertyT' is ambiguous. It is defined
* at src/Hedgehog/Internal/Property.hs:208:3
* at src/Hedgehog/Internal/Property.hs: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 src/Hedgehog/Internal/Property.hs:207:1
Warning: 'Property' is ambiguous. It is defined
* at src/Hedgehog/Internal/Property.hs:199:3
* at src/Hedgehog/Internal/Property.hs:198:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Hedgehog/Internal/Property.hs:198:1
Warning: 'Confidence' is ambiguous. It is defined
* at src/Hedgehog/Internal/Property.hs:274:3
* at src/Hedgehog/Internal/Property.hs:273:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Hedgehog/Internal/Property.hs:273:1
Warning: 'ShrinkRetries' is ambiguous. It is defined
* at src/Hedgehog/Internal/Property.hs:546:3
* at src/Hedgehog/Internal/Property.hs:545:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Hedgehog/Internal/Property.hs:545:1
Warning: 'Label' is ambiguous. It is defined
* at src/Hedgehog/Internal/Property.hs:593:5
* at src/Hedgehog/Internal/Property.hs:672:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Hedgehog/Internal/Property.hs:672:1
Warning: 'ClassifierName' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
86% ( 87 /101) in 'Hedgehog.Internal.Property'
Missing documentation for:
Module header
MonadTest (src/Hedgehog/Internal/Property.hs:766)
coverPercentage (src/Hedgehog/Internal/Property.hs:1342)
labelCovered (src/Hedgehog/Internal/Property.hs:1355)
coverageFailures (src/Hedgehog/Internal/Property.hs:1364)
journalCoverage (src/Hedgehog/Internal/Property.hs:1441)
toCoverCount (src/Hedgehog/Internal/Property.hs:1317)
TerminationCriteria (src/Hedgehog/Internal/Property.hs:576)
verifiedTermination (src/Hedgehog/Internal/Property.hs:1228)
mkTest (src/Hedgehog/Internal/Property.hs:826)
mkTestT (src/Hedgehog/Internal/Property.hs:822)
runTest (src/Hedgehog/Internal/Property.hs:834)
runTestT (src/Hedgehog/Internal/Property.hs:830)
wilsonBounds (src/Hedgehog/Internal/Property.hs:1403)
50% ( 1 / 2) in 'Hedgehog.Internal.Tripping'
Missing documentation for:
Module header
Warning: 'Command' is ambiguous. It is defined
* at src/Hedgehog/Internal/State.hs:383:3
* at src/Hedgehog/Internal/State.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 src/Hedgehog/Internal/State.hs:382:1
Warning: 'Action' is ambiguous. It is defined
* at src/Hedgehog/Internal/State.hs:415:3
* at src/Hedgehog/Internal/State.hs:414:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Hedgehog/Internal/State.hs:414:1
Warning: 'Symbolic' is ambiguous. It is defined
* at src/Hedgehog/Internal/State.hs:108:3
* at src/Hedgehog/Internal/State.hs:107:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Hedgehog/Internal/State.hs:107:1
Warning: 'Concrete' is ambiguous. It is defined
* at src/Hedgehog/Internal/State.hs:135:3
* at src/Hedgehog/Internal/State.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/Hedgehog/Internal/State.hs:134:1
Warning: 'Var' is ambiguous. It is defined
* at src/Hedgehog/Internal/State.hs:177:3
* at src/Hedgehog/Internal/State.hs:176:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Hedgehog/Internal/State.hs:176:1
96% ( 31 / 32) in 'Hedgehog.Internal.State'
Missing documentation for:
Module header
0% ( 0 / 7) in 'Hedgehog.Internal.Discovery'
Missing documentation for:
Module header
PropertySource (src/Hedgehog/Internal/Discovery.hs:35)
readProperties (src/Hedgehog/Internal/Discovery.hs:41)
findProperties (src/Hedgehog/Internal/Discovery.hs:67)
readDeclaration (src/Hedgehog/Internal/Discovery.hs:45)
Pos (src/Hedgehog/Internal/Discovery.hs:209)
Position (src/Hedgehog/Internal/Discovery.hs:202)
Warning: 'prop_' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
25% ( 1 / 4) in 'Hedgehog.Internal.TH'
Missing documentation for:
Module header
TExpQ (src/Hedgehog/Internal/TH.hs:30)
discoverPrefix (src/Hedgehog/Internal/TH.hs:51)
29% ( 5 / 17) in 'Hedgehog.Internal.Config'
Missing documentation for:
Module header
resolveColor (src/Hedgehog/Internal/Config.hs:191)
resolveSeed (src/Hedgehog/Internal/Config.hs:198)
resolveVerbosity (src/Hedgehog/Internal/Config.hs:205)
resolveWorkers (src/Hedgehog/Internal/Config.hs:212)
resolveSkip (src/Hedgehog/Internal/Config.hs:219)
detectMark (src/Hedgehog/Internal/Config.hs:76)
detectColor (src/Hedgehog/Internal/Config.hs:103)
detectSeed (src/Hedgehog/Internal/Config.hs:137)
detectVerbosity (src/Hedgehog/Internal/Config.hs:147)
detectWorkers (src/Hedgehog/Internal/Config.hs:165)
detectSkip (src/Hedgehog/Internal/Config.hs:175)
26% ( 7 / 26) in 'Hedgehog.Internal.Report'
Missing documentation for:
Module header
FailureReport (src/Hedgehog/Internal/Report.hs:100)
FailedAnnotation (src/Hedgehog/Internal/Report.hs:94)
Style (src/Hedgehog/Internal/Report.hs:205)
Markup (src/Hedgehog/Internal/Report.hs:211)
Config (src/Hedgehog/Internal/Report.hs:1316)
defaultConfig (src/Hedgehog/Internal/Report.hs:1335)
Context (src/Hedgehog/Internal/Report.hs:573)
Lines (src/Hedgehog/Internal/Report.hs:567)
renderProgress (src/Hedgehog/Internal/Report.hs:1310)
renderResult (src/Hedgehog/Internal/Report.hs:1314)
renderResultWith (src/Hedgehog/Internal/Report.hs:1338)
renderSummary (src/Hedgehog/Internal/Report.hs:1342)
renderDoc (src/Hedgehog/Internal/Report.hs:1190)
ppProgress (src/Hedgehog/Internal/Report.hs:800)
ppResult (src/Hedgehog/Internal/Report.hs:823)
ppResultWith (src/Hedgehog/Internal/Report.hs:826)
ppSummary (src/Hedgehog/Internal/Report.hs:1148)
mkFailure (src/Hedgehog/Internal/Report.hs:286)
12% ( 1 / 8) in 'Hedgehog.Internal.Queue'
Missing documentation for:
Module header
TaskIndex (src/Hedgehog/Internal/Queue.hs:32)
TasksRemaining (src/Hedgehog/Internal/Queue.hs:36)
runTasks (src/Hedgehog/Internal/Queue.hs:59)
finalizeTask (src/Hedgehog/Internal/Queue.hs:107)
runActiveFinalizers (src/Hedgehog/Internal/Queue.hs:83)
dequeueMVar (src/Hedgehog/Internal/Queue.hs:43)
64% ( 9 / 14) in 'Hedgehog.Internal.Runner'
Missing documentation for:
Module header
recheckAt (src/Hedgehog/Internal/Runner.hs:442)
checkReport (src/Hedgehog/Internal/Runner.hs:215)
checkRegion (src/Hedgehog/Internal/Runner.hs:389)
checkNamed (src/Hedgehog/Internal/Runner.hs:419)
98% ( 93 / 94) in 'Hedgehog.Gen'
Missing documentation for:
Module header
Warning: 'Command' is ambiguous. It is defined
* at src/Hedgehog/Internal/State.hs:383:3
* at src/Hedgehog/Internal/State.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 src/Hedgehog/Internal/State.hs:382:1
Warning: 'DeriveGeneric' 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: 'DerivingStrategies' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
94% ( 93 / 98) in 'Hedgehog'
Missing documentation for:
recheckAt (src/Hedgehog/Internal/Runner.hs:442)
discoverPrefix (src/Hedgehog/Internal/TH.hs:51)
verifiedTermination (src/Hedgehog/Internal/Property.hs:1228)
MonadTest (src/Hedgehog/Internal/Property.hs:766)
Rec
Warning: Hedgehog.Internal.Barbie: could not find link destinations for:
- Barbies.Generics.Constraints.P
- Barbies.Generics.Constraints.GAllRec
Warning: Hedgehog.Internal.Distributive: could not find link destinations for:
- Hedgehog.Internal.Distributive.R:TransformerfMaybeTm
- Hedgehog.Internal.Distributive.R:TransformerfIdentityTm
- Hedgehog.Internal.Tree.R:TransformerfTreeTm
- Hedgehog.Internal.Gen.D:R:TransformertGenTm
- Hedgehog.Internal.Property.D:R:TransformertTestTm
- Hedgehog.Internal.Property.D:R:TransformertPropertyTm
Warning: Hedgehog.Internal.Prelude: 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
- Data.Text.Internal.Encoding.PartialUtf8CodePoint
- 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
- System.Console.Regions.LineUpdate
- Control.Monad.Trans.Control.D:R:StMIOa
- Control.Monad.Trans.Control.D:R:StMMaybea
- Control.Monad.Primitive.D:R:PrimStateIO
- Data.Set.Internal.MergeSet
- Text.Printf.UPrintf
- Text.Printf.hspr
- Text.Printf.spr
- GHC.IOPort.IOPortException
- Data.Graph.SetM
Warning: Hedgehog.Internal.Region: could not find link destinations for:
- Hedgehog.Internal.Region.Body
Warning: Hedgehog.Internal.Source: could not find link destinations for:
- GHC.IsList.D:R:ItemCallStack
Warning: Hedgehog.Internal.Tree: could not find link destinations for:
- Hedgehog.Internal.Tree.D:R:PrimStateTreeT
- Hedgehog.Internal.Tree.R:TransformerfTreeTm
Warning: Hedgehog.Internal.Gen: could not find link destinations for:
- Hedgehog.Internal.Gen.D:R:PrimStateGenT
- Hedgehog.Internal.Gen.D:R:TransformertGenTm
- Hedgehog.Internal.Gen.D:R:GenBaseWriterT
- Hedgehog.Internal.Gen.D:R:GenBaseWriterT0
- Hedgehog.Internal.Gen.D:R:GenBaseStateT
- Hedgehog.Internal.Gen.D:R:GenBaseStateT0
- Hedgehog.Internal.Gen.D:R:GenBaseReaderT
- Hedgehog.Internal.Gen.D:R:GenBaseExceptT
- Hedgehog.Internal.Gen.D:R:GenBaseMaybeT
- Hedgehog.Internal.Gen.D:R:GenBaseIdentityT
- Hedgehog.Internal.Gen.D:R:GenBaseGenT
Warning: Hedgehog.Internal.Property: could not find link destinations for:
- Hedgehog.Internal.Property.D:R:StTTestTa
- Hedgehog.Internal.Property.D:R:PrimStateTestT
- Hedgehog.Internal.Property.D:R:TransformertTestTm
- Hedgehog.Internal.Property.D:R:PrimStatePropertyT
- Hedgehog.Internal.Property.D:R:TransformertPropertyTm
Warning: Hedgehog.Internal.State: could not find link destinations for:
- Hedgehog.Internal.State.Context
Warning: Hedgehog: could not find link destinations for:
- Hedgehog.Internal.Gen.D:R:PrimStateGenT
- Hedgehog.Internal.Gen.D:R:TransformertGenTm
- Hedgehog.Internal.Gen.D:R:GenBaseWriterT
- Hedgehog.Internal.Gen.D:R:GenBaseWriterT0
- Hedgehog.Internal.Gen.D:R:GenBaseStateT
- Hedgehog.Internal.Gen.D:R:GenBaseStateT0
- Hedgehog.Internal.Gen.D:R:GenBaseReaderT
- Hedgehog.Internal.Gen.D:R:GenBaseExceptT
- Hedgehog.Internal.Gen.D:R:GenBaseMaybeT
- Hedgehog.Internal.Gen.D:R:GenBaseIdentityT
- Hedgehog.Internal.Gen.D:R:GenBaseGenT
- Hedgehog.Internal.Property.D:R:StTTestTa
- Hedgehog.Internal.Property.D:R:PrimStateTestT
- Hedgehog.Internal.Property.D:R:TransformertTestTm
- Hedgehog.Internal.Property.D:R:PrimStatePropertyT
- Hedgehog.Internal.Property.D:R:TransformertPropertyTm
- Barbies.Generics.Constraints.P
- Barbies.Generics.Constraints.GAllRec
Documentation created: dist/doc/html/hedgehog/,
dist/doc/html/hedgehog/hedgehog.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/hedgehog-1.5-5cXXXtdbLmFLNFbZlmVozi
Completed hedgehog-1.5
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 tasty-hunit-0.10.2...
Preprocessing library for tasty-hunit-0.10.2..
Building library for tasty-hunit-0.10.2..
[1 of 3] Compiling Test.Tasty.HUnit.Orig ( Test/Tasty/HUnit/Orig.hs, dist/build/Test/Tasty/HUnit/Orig.o, dist/build/Test/Tasty/HUnit/Orig.dyn_o )
[2 of 3] Compiling Test.Tasty.HUnit.Steps ( Test/Tasty/HUnit/Steps.hs, dist/build/Test/Tasty/HUnit/Steps.o, dist/build/Test/Tasty/HUnit/Steps.dyn_o )
[3 of 3] Compiling Test.Tasty.HUnit ( Test/Tasty/HUnit.hs, dist/build/Test/Tasty/HUnit.o, dist/build/Test/Tasty/HUnit.dyn_o )
Preprocessing library for tasty-hunit-0.10.2..
Running Haddock on library for tasty-hunit-0.10.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Test.Tasty.HUnit.Orig ( Test/Tasty/HUnit/Orig.hs, nothing )
[2 of 3] Compiling Test.Tasty.HUnit.Steps ( Test/Tasty/HUnit/Steps.hs, nothing )
[3 of 3] Compiling Test.Tasty.HUnit ( Test/Tasty/HUnit.hs, nothing )
Haddock coverage:
Warning: 'HUnitFailure' is ambiguous. It is defined
* at Test/Tasty/HUnit/Orig.hs:136:21
* at Test/Tasty/HUnit/Orig.hs:136:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Test/Tasty/HUnit/Orig.hs:136:1
100% ( 24 / 24) in 'Test.Tasty.HUnit'
Documentation created: dist/doc/html/tasty-hunit/,
dist/doc/html/tasty-hunit/tasty-hunit.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/tasty-hunit-0.10.2-FZrpaqxKBcE51g4d9OnOd3
Completed tasty-hunit-0.10.2
Configuring adjunctions-4.4.3...
Preprocessing library for adjunctions-4.4.3..
Building library for adjunctions-4.4.3..
[ 1 of 11] Compiling Control.Monad.Trans.Conts ( src/Control/Monad/Trans/Conts.hs, dist/build/Control/Monad/Trans/Conts.o, dist/build/Control/Monad/Trans/Conts.dyn_o )
[ 2 of 11] Compiling Data.Functor.Contravariant.Rep ( src/Data/Functor/Contravariant/Rep.hs, dist/build/Data/Functor/Contravariant/Rep.o, dist/build/Data/Functor/Contravariant/Rep.dyn_o )
[ 3 of 11] Compiling Data.Functor.Contravariant.Adjunction ( src/Data/Functor/Contravariant/Adjunction.hs, dist/build/Data/Functor/Contravariant/Adjunction.o, dist/build/Data/Functor/Contravariant/Adjunction.dyn_o )
[ 4 of 11] Compiling Control.Monad.Trans.Contravariant.Adjoint ( src/Control/Monad/Trans/Contravariant/Adjoint.hs, dist/build/Control/Monad/Trans/Contravariant/Adjoint.o, dist/build/Control/Monad/Trans/Contravariant/Adjoint.dyn_o )
[ 5 of 11] Compiling Data.Functor.Rep ( src/Data/Functor/Rep.hs, dist/build/Data/Functor/Rep.o, dist/build/Data/Functor/Rep.dyn_o )
[ 6 of 11] Compiling Data.Functor.Adjunction ( src/Data/Functor/Adjunction.hs, dist/build/Data/Functor/Adjunction.o, dist/build/Data/Functor/Adjunction.dyn_o )
[ 7 of 11] Compiling Control.Monad.Trans.Adjoint ( src/Control/Monad/Trans/Adjoint.hs, dist/build/Control/Monad/Trans/Adjoint.o, dist/build/Control/Monad/Trans/Adjoint.dyn_o )
[ 8 of 11] Compiling Control.Comonad.Trans.Adjoint ( src/Control/Comonad/Trans/Adjoint.hs, dist/build/Control/Comonad/Trans/Adjoint.o, dist/build/Control/Comonad/Trans/Adjoint.dyn_o )
[ 9 of 11] Compiling Control.Monad.Representable.State ( src/Control/Monad/Representable/State.hs, dist/build/Control/Monad/Representable/State.o, dist/build/Control/Monad/Representable/State.dyn_o )
[10 of 11] Compiling Control.Monad.Representable.Reader ( src/Control/Monad/Representable/Reader.hs, dist/build/Control/Monad/Representable/Reader.o, dist/build/Control/Monad/Representable/Reader.dyn_o )
[11 of 11] Compiling Control.Comonad.Representable.Store ( src/Control/Comonad/Representable/Store.hs, dist/build/Control/Comonad/Representable/Store.o, dist/build/Control/Comonad/Representable/Store.dyn_o )
Preprocessing library for adjunctions-4.4.3..
Running Haddock on library for adjunctions-4.4.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 11] Compiling Control.Monad.Trans.Conts ( src/Control/Monad/Trans/Conts.hs, nothing )
[ 2 of 11] Compiling Data.Functor.Contravariant.Rep ( src/Data/Functor/Contravariant/Rep.hs, nothing )
[ 3 of 11] Compiling Data.Functor.Contravariant.Adjunction ( src/Data/Functor/Contravariant/Adjunction.hs, nothing )
[ 4 of 11] Compiling Control.Monad.Trans.Contravariant.Adjoint ( src/Control/Monad/Trans/Contravariant/Adjoint.hs, nothing )
[ 5 of 11] Compiling Data.Functor.Rep ( src/Data/Functor/Rep.hs, nothing )
[ 6 of 11] Compiling Data.Functor.Adjunction ( src/Data/Functor/Adjunction.hs, nothing )
[ 7 of 11] Compiling Control.Monad.Trans.Adjoint ( src/Control/Monad/Trans/Adjoint.hs, nothing )
[ 8 of 11] Compiling Control.Comonad.Trans.Adjoint ( src/Control/Comonad/Trans/Adjoint.hs, nothing )
[ 9 of 11] Compiling Control.Monad.Representable.State ( src/Control/Monad/Representable/State.hs, nothing )
[10 of 11] Compiling Control.Monad.Representable.Reader ( src/Control/Monad/Representable/Reader.hs, nothing )
[11 of 11] Compiling Control.Comonad.Representable.Store ( src/Control/Comonad/Representable/Store.hs, nothing )
Haddock coverage:
33% ( 4 / 12) in 'Control.Monad.Trans.Conts'
Missing documentation for:
Cont (src/Control/Monad/Trans/Conts.hs:38)
cont (src/Control/Monad/Trans/Conts.hs:41)
runCont (src/Control/Monad/Trans/Conts.hs:44)
Conts (src/Control/Monad/Trans/Conts.hs:46)
runConts (src/Control/Monad/Trans/Conts.hs:52)
conts (src/Control/Monad/Trans/Conts.hs:49)
ContsT (src/Control/Monad/Trans/Conts.hs:54)
callCC (src/Control/Monad/Trans/Conts.hs:71)
Warning: 'Iso'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
83% ( 5 / 6) in 'Data.Functor.Contravariant.Rep'
Missing documentation for:
contramapRep (src/Data/Functor/Contravariant/Rep.hs:71)
Warning: 'Op' is ambiguous. It is defined
* in Data.Functor.Contravariant
* in Data.Functor.Contravariant
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Contravariant
Warning: 'Hask' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Iso'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
80% ( 4 / 5) in 'Data.Functor.Contravariant.Adjunction'
Missing documentation for:
coindexAdjunction (src/Data/Functor/Contravariant/Adjunction.hs:74)
20% ( 1 / 5) in 'Control.Monad.Trans.Contravariant.Adjoint'
Missing documentation for:
Adjoint (src/Control/Monad/Trans/Contravariant/Adjoint.hs:40)
runAdjoint (src/Control/Monad/Trans/Contravariant/Adjoint.hs:48)
adjoint (src/Control/Monad/Trans/Contravariant/Adjoint.hs:45)
AdjointT (src/Control/Monad/Trans/Contravariant/Adjoint.hs:42)
Warning: 'WrappedRec' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Iso'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
46% ( 22 / 47) in 'Data.Functor.Rep'
Missing documentation for:
Co (src/Data/Functor/Rep.hs:437)
fmapRep (src/Data/Functor/Rep.hs:254)
distributeRep (src/Data/Functor/Rep.hs:281)
collectRep (src/Data/Functor/Rep.hs:284)
apRep (src/Data/Functor/Rep.hs:278)
pureRep (src/Data/Functor/Rep.hs:257)
liftR2 (src/Data/Functor/Rep.hs:477)
liftR3 (src/Data/Functor/Rep.hs:480)
bindRep (src/Data/Functor/Rep.hs:260)
mfixRep (src/Data/Functor/Rep.hs:263)
mzipRep (src/Data/Functor/Rep.hs:269)
mzipWithRep (src/Data/Functor/Rep.hs:266)
askRep (src/Data/Functor/Rep.hs:272)
localRep (src/Data/Functor/Rep.hs:275)
duplicatedRep (src/Data/Functor/Rep.hs:296)
extendedRep (src/Data/Functor/Rep.hs:299)
duplicateRep (src/Data/Functor/Rep.hs:302)
extendRep (src/Data/Functor/Rep.hs:305)
extractRep (src/Data/Functor/Rep.hs:308)
duplicateRepBy (src/Data/Functor/Rep.hs:287)
extendRepBy (src/Data/Functor/Rep.hs:290)
extractRepBy (src/Data/Functor/Rep.hs:293)
imapRep (src/Data/Functor/Rep.hs:311)
ifoldMapRep (src/Data/Functor/Rep.hs:315)
itraverseRep (src/Data/Functor/Rep.hs:319)
Warning: 'Iso'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'uncozipping' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
62% ( 10 / 16) in 'Data.Functor.Adjunction'
Missing documentation for:
zapWithAdjunction (src/Data/Functor/Adjunction.hs:108)
absurdL (src/Data/Functor/Adjunction.hs:132)
extractL (src/Data/Functor/Adjunction.hs:117)
duplicateL (src/Data/Functor/Adjunction.hs:120)
splitL (src/Data/Functor/Adjunction.hs:111)
unsplitL (src/Data/Functor/Adjunction.hs:114)
20% ( 1 / 5) in 'Control.Monad.Trans.Adjoint'
Missing documentation for:
Adjoint (src/Control/Monad/Trans/Adjoint.hs:27)
runAdjoint (src/Control/Monad/Trans/Adjoint.hs:35)
adjoint (src/Control/Monad/Trans/Adjoint.hs:32)
AdjointT (src/Control/Monad/Trans/Adjoint.hs:29)
20% ( 1 / 5) in 'Control.Comonad.Trans.Adjoint'
Missing documentation for:
Adjoint (src/Control/Comonad/Trans/Adjoint.hs:28)
runAdjoint (src/Control/Comonad/Trans/Adjoint.hs:36)
adjoint (src/Control/Comonad/Trans/Adjoint.hs:33)
AdjointT (src/Control/Comonad/Trans/Adjoint.hs:30)
80% ( 12 / 15) in 'Control.Monad.Representable.State'
Missing documentation for:
stateT (src/Control/Monad/Representable/State.hs:107)
runStateT (src/Control/Monad/Representable/State.hs:110)
mapStateT (src/Control/Monad/Representable/State.hs:113)
50% ( 5 / 10) in 'Control.Monad.Representable.Reader'
Missing documentation for:
Reader (src/Control/Monad/Representable/Reader.hs:46)
runReader (src/Control/Monad/Representable/Reader.hs:49)
ReaderT (src/Control/Monad/Representable/Reader.hs:53)
readerT (src/Control/Monad/Representable/Reader.hs:56)
runReaderT (src/Control/Monad/Representable/Reader.hs:59)
62% ( 5 / 8) in 'Control.Comonad.Representable.Store'
Missing documentation for:
storeT (src/Control/Comonad/Representable/Store.hs:77)
runStoreT (src/Control/Comonad/Representable/Store.hs:80)
ComonadStore
Warning: Data.Functor.Contravariant.Rep: could not find link destinations for:
- Data.Functor.Contravariant.Rep.D:R:Rep:*:
- Data.Functor.Contravariant.Rep.D:R:RepU1
- Data.Functor.Contravariant.Rep.D:R:RepProduct
- Data.Functor.Contravariant.Rep.D:R:RepPredicate
- Data.Functor.Contravariant.Rep.D:R:RepOp
- Data.Functor.Contravariant.Rep.D:R:RepProxy
Warning: Data.Functor.Rep: could not find link destinations for:
- Data.Functor.Rep.GIndex
- Data.Functor.Rep.GTabulate
- Data.Functor.Rep.GRep'
- Data.Functor.Rep.D:R:RepM1
- Data.Functor.Rep.D:R:RepRec1
- Data.Functor.Rep.D:R:RepPar1
- Data.Functor.Rep.D:R:Rep:.:
- Data.Functor.Rep.D:R:Rep:*:
- Data.Functor.Rep.D:R:RepU1
- Data.Functor.Rep.D:R:RepComplex
- Data.Functor.Rep.D:R:RepSum
- Data.Functor.Rep.D:R:RepProduct
- Data.Functor.Rep.D:R:RepDual
- Data.Functor.Rep.D:R:RepReverse
- Data.Functor.Rep.D:R:RepBackwards
- Data.Functor.Rep.D:R:RepCofree
- Data.Functor.Rep.D:R:RepProduct0
- Data.Functor.Rep.D:R:RepCompose
- Data.Functor.Rep.D:R:RepReaderT
- Data.Functor.Rep.D:R:RepFUN
- Data.Functor.Rep.D:R:RepIdentityT
- Data.Functor.Rep.D:R:RepTagged
- Data.Functor.Rep.D:R:RepIdentity
- Data.Functor.Rep.D:R:RepProxy
- Data.Functor.Rep.D:R:RepCo
- Data.Functor.Rep.D:R:RepTracedT
- Control.Monad.Representable.Reader.D:R:RepReaderT
Warning: Control.Monad.Representable.Reader: could not find link destinations for:
- Control.Monad.Representable.Reader.D:R:RepReaderT
Documentation created: dist/doc/html/adjunctions/,
dist/doc/html/adjunctions/adjunctions.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/adjunctions-4.4.3-9fOc0h8zvTl9wWBhc9rku1
Completed adjunctions-4.4.3
Configuring tasty-hedgehog-1.4.0.2...
Preprocessing library for tasty-hedgehog-1.4.0.2..
Building library for tasty-hedgehog-1.4.0.2..
[1 of 1] Compiling Test.Tasty.Hedgehog ( src/Test/Tasty/Hedgehog.hs, dist/build/Test/Tasty/Hedgehog.o, dist/build/Test/Tasty/Hedgehog.dyn_o )
Preprocessing library for tasty-hedgehog-1.4.0.2..
Running Haddock on library for tasty-hedgehog-1.4.0.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Test.Tasty.Hedgehog ( src/Test/Tasty/Hedgehog.hs, nothing )
Haddock coverage:
Warning: 'Property' is ambiguous. It is defined
* in Hedgehog.Internal.Property
* in Hedgehog.Internal.Property
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Hedgehog.Internal.Property
Warning: 'Group' is ambiguous. It is defined
* in Hedgehog.Internal.Property
* in Hedgehog.Internal.Property
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Hedgehog.Internal.Property
100% ( 11 / 11) in 'Test.Tasty.Hedgehog'
Documentation created: dist/doc/html/tasty-hedgehog/,
dist/doc/html/tasty-hedgehog/tasty-hedgehog.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/tasty-hedgehog-1.4.0.2-ElwhIwFxwOcGoom4us6Ane
Completed tasty-hedgehog-1.4.0.2
Configuring th-lift-instances-0.1.20...
Preprocessing library for th-lift-instances-0.1.20..
Building library for th-lift-instances-0.1.20..
[1 of 1] Compiling Instances.TH.Lift ( src/Instances/TH/Lift.hs, dist/build/Instances/TH/Lift.o, dist/build/Instances/TH/Lift.dyn_o )
Preprocessing library for th-lift-instances-0.1.20..
Running Haddock on library for th-lift-instances-0.1.20..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Instances.TH.Lift ( src/Instances/TH/Lift.hs, nothing )
Haddock coverage:
Warning: 'Word8' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Word16' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Word32' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Word64' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Int8' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Int16' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Int32' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Int64' 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: 'Void' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
91% ( 11 / 12) in 'Instances.TH.Lift'
Missing documentation for:
Module header
Warning: Instances.TH.Lift: could not find link destinations for:
- Data.Vector.Vector
- Data.Vector.Primitive.Vector
- Data.Vector.Storable.Vector
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Unboxed.Base.Vector
Documentation created: dist/doc/html/th-lift-instances/,
dist/doc/html/th-lift-instances/th-lift-instances.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/th-lift-instances-0.1.20-LycI5KkgZjXEzXZEXUQll5
Completed th-lift-instances-0.1.20
Downloading rme-0.1
Downloaded rme-0.1
Configuring rme-0.1...
Preprocessing library for rme-0.1..
Building library for rme-0.1..
[1 of 3] Compiling Data.RME.Base ( src/Data/RME/Base.hs, dist/build/Data/RME/Base.o, dist/build/Data/RME/Base.dyn_o )
[2 of 3] Compiling Data.RME.Vector ( src/Data/RME/Vector.hs, dist/build/Data/RME/Vector.o, dist/build/Data/RME/Vector.dyn_o )
[3 of 3] Compiling Data.RME ( src/Data/RME.hs, dist/build/Data/RME.o, dist/build/Data/RME.dyn_o )
Preprocessing library for rme-0.1..
Running Haddock on library for rme-0.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.RME.Base ( src/Data/RME/Base.hs, nothing )
[2 of 3] Compiling Data.RME.Vector ( src/Data/RME/Vector.hs, nothing )
[3 of 3] Compiling Data.RME ( src/Data/RME.hs, nothing )
Haddock coverage:
100% ( 20 / 20) in 'Data.RME.Base'
85% ( 23 / 27) in 'Data.RME.Vector'
Missing documentation for:
RMEV (src/Data/RME/Vector.hs:33)
popcount (src/Data/RME/Vector.hs:166)
countLeadingZeros (src/Data/RME/Vector.hs:180)
countTrailingZeros (src/Data/RME/Vector.hs:176)
100% ( 3 / 3) in 'Data.RME'
Warning: Data.RME.Vector: could not find link destinations for:
- Data.Vector.Vector
Documentation created: dist/doc/html/rme/, dist/doc/html/rme/rme.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/rme-0.1-CGodWG9jGDHBLqA0sthpuE
Completed rme-0.1
Configuring io-streams-1.5.2.2...
Preprocessing library for io-streams-1.5.2.2..
Building library for io-streams-1.5.2.2..
[ 1 of 23] Compiling System.IO.Streams.Internal ( src/System/IO/Streams/Internal.hs, dist/build/System/IO/Streams/Internal.o, dist/build/System/IO/Streams/Internal.dyn_o )
src/System/IO/Streams/Internal.hs:599:4: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical return definition detected
in the instance declaration for Monad (Generator r).
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
|
599 | return = Generator . return . Right
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/System/IO/Streams/Internal.hs:659:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical return definition detected
in the instance declaration for Monad (Consumer c).
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
|
659 | return = Consumer . return . Right
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/System/IO/Streams/Internal.hs:682:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical pure = return definition detected
in the instance declaration for Applicative (Consumer r).
Suggested fix:
Move definition from return to pure
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
682 | pure = return
| ^^^^^^^^^^^^^
[ 2 of 23] Compiling System.IO.Streams.Handle ( src/System/IO/Streams/Handle.hs, dist/build/System/IO/Streams/Handle.o, dist/build/System/IO/Streams/Handle.dyn_o )
[ 3 of 23] Compiling System.IO.Streams.File ( src/System/IO/Streams/File.hs, dist/build/System/IO/Streams/File.o, dist/build/System/IO/Streams/File.dyn_o )
[ 4 of 23] Compiling System.IO.Streams.Debug ( src/System/IO/Streams/Debug.hs, dist/build/System/IO/Streams/Debug.o, dist/build/System/IO/Streams/Debug.dyn_o )
[ 5 of 23] Compiling System.IO.Streams.Core ( src/System/IO/Streams/Core.hs, dist/build/System/IO/Streams/Core.o, dist/build/System/IO/Streams/Core.dyn_o )
[ 6 of 23] Compiling System.IO.Streams.Concurrent ( src/System/IO/Streams/Concurrent.hs, dist/build/System/IO/Streams/Concurrent.o, dist/build/System/IO/Streams/Concurrent.dyn_o )
[ 7 of 23] Compiling System.IO.Streams.Combinators ( src/System/IO/Streams/Combinators.hs, dist/build/System/IO/Streams/Combinators.o, dist/build/System/IO/Streams/Combinators.dyn_o )
[ 8 of 23] Compiling System.IO.Streams.Builder ( src/System/IO/Streams/Builder.hs, dist/build/System/IO/Streams/Builder.o, dist/build/System/IO/Streams/Builder.dyn_o )
[ 9 of 23] Compiling System.IO.Streams.Internal.Attoparsec ( src/System/IO/Streams/Internal/Attoparsec.hs, dist/build/System/IO/Streams/Internal/Attoparsec.o, dist/build/System/IO/Streams/Internal/Attoparsec.dyn_o )
src/System/IO/Streams/Internal/Attoparsec.hs:94:17: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type Either (i, [String], String) r not matched:
Right _
|
94 | err r = let (Left (!_,c,m)) = eitherResult r
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[10 of 23] Compiling System.IO.Streams.Attoparsec.Text ( src/System/IO/Streams/Attoparsec/Text.hs, dist/build/System/IO/Streams/Attoparsec/Text.o, dist/build/System/IO/Streams/Attoparsec/Text.dyn_o )
[11 of 23] Compiling System.IO.Streams.Attoparsec.ByteString ( src/System/IO/Streams/Attoparsec/ByteString.hs, dist/build/System/IO/Streams/Attoparsec/ByteString.o, dist/build/System/IO/Streams/Attoparsec/ByteString.dyn_o )
[12 of 23] Compiling System.IO.Streams.Attoparsec ( src/System/IO/Streams/Attoparsec.hs, dist/build/System/IO/Streams/Attoparsec.o, dist/build/System/IO/Streams/Attoparsec.dyn_o )
[13 of 23] Compiling System.IO.Streams.Internal.Network ( src/System/IO/Streams/Internal/Network.hs, dist/build/System/IO/Streams/Internal/Network.o, dist/build/System/IO/Streams/Internal/Network.dyn_o )
[14 of 23] Compiling System.IO.Streams.Internal.Search ( src/System/IO/Streams/Internal/Search.hs, dist/build/System/IO/Streams/Internal/Search.o, dist/build/System/IO/Streams/Internal/Search.dyn_o )
[15 of 23] Compiling System.IO.Streams.List ( src/System/IO/Streams/List.hs, dist/build/System/IO/Streams/List.o, dist/build/System/IO/Streams/List.dyn_o )
[16 of 23] Compiling System.IO.Streams.ByteString ( src/System/IO/Streams/ByteString.hs, dist/build/System/IO/Streams/ByteString.o, dist/build/System/IO/Streams/ByteString.dyn_o )
[17 of 23] Compiling System.IO.Streams.Network ( src/System/IO/Streams/Network.hs, dist/build/System/IO/Streams/Network.o, dist/build/System/IO/Streams/Network.dyn_o )
[18 of 23] Compiling System.IO.Streams.Process ( src/System/IO/Streams/Process.hs, dist/build/System/IO/Streams/Process.o, dist/build/System/IO/Streams/Process.dyn_o )
[19 of 23] Compiling System.IO.Streams.Text ( src/System/IO/Streams/Text.hs, dist/build/System/IO/Streams/Text.o, dist/build/System/IO/Streams/Text.dyn_o )
[20 of 23] Compiling System.IO.Streams.Tutorial ( src/System/IO/Streams/Tutorial.hs, dist/build/System/IO/Streams/Tutorial.o, dist/build/System/IO/Streams/Tutorial.dyn_o )
[21 of 23] Compiling System.IO.Streams.Vector ( src/System/IO/Streams/Vector.hs, dist/build/System/IO/Streams/Vector.o, dist/build/System/IO/Streams/Vector.dyn_o )
[22 of 23] Compiling System.IO.Streams.Zlib ( src/System/IO/Streams/Zlib.hs, dist/build/System/IO/Streams/Zlib.o, dist/build/System/IO/Streams/Zlib.dyn_o )
[23 of 23] Compiling System.IO.Streams ( src/System/IO/Streams.hs, dist/build/System/IO/Streams.o, dist/build/System/IO/Streams.dyn_o )
Preprocessing library for io-streams-1.5.2.2..
Running Haddock on library for io-streams-1.5.2.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 23] Compiling System.IO.Streams.Internal ( src/System/IO/Streams/Internal.hs, nothing )
src/System/IO/Streams/Internal.hs:599:4: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical return definition detected
in the instance declaration for Monad (Generator r).
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
|
599 | return = Generator . return . Right
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/System/IO/Streams/Internal.hs:659:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical return definition detected
in the instance declaration for Monad (Consumer c).
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
|
659 | return = Consumer . return . Right
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/System/IO/Streams/Internal.hs:682:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical pure = return definition detected
in the instance declaration for Applicative (Consumer r).
Suggested fix:
Move definition from return to pure
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
682 | pure = return
| ^^^^^^^^^^^^^
[ 2 of 23] Compiling System.IO.Streams.Handle ( src/System/IO/Streams/Handle.hs, nothing )
[ 3 of 23] Compiling System.IO.Streams.File ( src/System/IO/Streams/File.hs, nothing )
[ 4 of 23] Compiling System.IO.Streams.Debug ( src/System/IO/Streams/Debug.hs, nothing )
[ 5 of 23] Compiling System.IO.Streams.Core ( src/System/IO/Streams/Core.hs, nothing )
[ 6 of 23] Compiling System.IO.Streams.Concurrent ( src/System/IO/Streams/Concurrent.hs, nothing )
[ 7 of 23] Compiling System.IO.Streams.Combinators ( src/System/IO/Streams/Combinators.hs, nothing )
[ 8 of 23] Compiling System.IO.Streams.Builder ( src/System/IO/Streams/Builder.hs, nothing )
[ 9 of 23] Compiling System.IO.Streams.Internal.Attoparsec ( src/System/IO/Streams/Internal/Attoparsec.hs, nothing )
[10 of 23] Compiling System.IO.Streams.Attoparsec.Text ( src/System/IO/Streams/Attoparsec/Text.hs, nothing )
[11 of 23] Compiling System.IO.Streams.Attoparsec.ByteString ( src/System/IO/Streams/Attoparsec/ByteString.hs, nothing )
[12 of 23] Compiling System.IO.Streams.Attoparsec ( src/System/IO/Streams/Attoparsec.hs, nothing )
[13 of 23] Compiling System.IO.Streams.Internal.Network ( src/System/IO/Streams/Internal/Network.hs, nothing )
[14 of 23] Compiling System.IO.Streams.Internal.Search ( src/System/IO/Streams/Internal/Search.hs, nothing )
[15 of 23] Compiling System.IO.Streams.List ( src/System/IO/Streams/List.hs, nothing )
[16 of 23] Compiling System.IO.Streams.ByteString ( src/System/IO/Streams/ByteString.hs, nothing )
[17 of 23] Compiling System.IO.Streams.Network ( src/System/IO/Streams/Network.hs, nothing )
[18 of 23] Compiling System.IO.Streams.Process ( src/System/IO/Streams/Process.hs, nothing )
[19 of 23] Compiling System.IO.Streams.Text ( src/System/IO/Streams/Text.hs, nothing )
[20 of 23] Compiling System.IO.Streams.Tutorial ( src/System/IO/Streams/Tutorial.hs, nothing )
[21 of 23] Compiling System.IO.Streams.Vector ( src/System/IO/Streams/Vector.hs, nothing )
[22 of 23] Compiling System.IO.Streams.Zlib ( src/System/IO/Streams/Zlib.hs, nothing )
[23 of 23] Compiling System.IO.Streams ( src/System/IO/Streams.hs, nothing )
Haddock coverage:
Warning: 'Generator' is ambiguous. It is defined
* at src/System/IO/Streams/Internal.hs:583:25
* at src/System/IO/Streams/Internal.hs:583:1
You may 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/IO/Streams/Internal.hs:583:1
Warning: 'InputStream' is ambiguous. It is defined
* at src/System/IO/Streams/Internal.hs:111:22
* at src/System/IO/Streams/Internal.hs:111:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/IO/Streams/Internal.hs:111:1
Warning: 'OutputStream' is ambiguous. It is defined
* at src/System/IO/Streams/Internal.hs:130:23
* at src/System/IO/Streams/Internal.hs:130:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/IO/Streams/Internal.hs:130:1
Warning: 'takeBytes' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
92% ( 37 / 40) in 'System.IO.Streams.Internal'
Missing documentation for:
Consumer (src/System/IO/Streams/Internal.hs:652)
fromConsumer (src/System/IO/Streams/Internal.hs:697)
await (src/System/IO/Streams/Internal.hs:692)
100% ( 12 / 12) in 'System.IO.Streams.Handle'
100% ( 7 / 7) in 'System.IO.Streams.File'
Warning: 'InputStream' is ambiguous. It is defined
* at src/System/IO/Streams/Internal.hs:111:22
* at src/System/IO/Streams/Internal.hs:111:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/IO/Streams/Internal.hs:111:1
33% ( 2 / 6) in 'System.IO.Streams.Debug'
Missing documentation for:
debugInput (src/System/IO/Streams/Debug.hs:32)
debugOutput (src/System/IO/Streams/Debug.hs:68)
debugInputBS (src/System/IO/Streams/Debug.hs:57)
debugOutputBS (src/System/IO/Streams/Debug.hs:88)
100% ( 31 / 31) in 'System.IO.Streams.Core'
100% ( 7 / 7) in 'System.IO.Streams.Concurrent'
Warning: 'OutputStream' is ambiguous. It is defined
* at src/System/IO/Streams/Internal.hs:130:23
* at src/System/IO/Streams/Internal.hs:130:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/IO/Streams/Internal.hs:130:1
Warning: 'InputStream' is ambiguous. It is defined
* at src/System/IO/Streams/Internal.hs:111:22
* at src/System/IO/Streams/Internal.hs:111:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/IO/Streams/Internal.hs:111:1
Warning: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'fromList' 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.
100% ( 45 / 45) in 'System.IO.Streams.Combinators'
Warning: 'OutputString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 5 / 5) in 'System.IO.Streams.Builder'
Warning: 'ParseException' is ambiguous. It is defined
* at src/System/IO/Streams/Internal/Attoparsec.hs:40:23
* at src/System/IO/Streams/Internal/Attoparsec.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/System/IO/Streams/Internal/Attoparsec.hs:40:1
100% ( 5 / 5) in 'System.IO.Streams.Attoparsec.Text'
Warning: 'ParseException' is ambiguous. It is defined
* at src/System/IO/Streams/Internal/Attoparsec.hs:40:23
* at src/System/IO/Streams/Internal/Attoparsec.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/System/IO/Streams/Internal/Attoparsec.hs:40:1
100% ( 5 / 5) in 'System.IO.Streams.Attoparsec.ByteString'
100% ( 5 / 5) in 'System.IO.Streams.Attoparsec'
Warning: 'replicateM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'z' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 11 / 11) in 'System.IO.Streams.List'
Warning: 'InputStream' is ambiguous. It is defined
* at src/System/IO/Streams/Internal.hs:111:22
* at src/System/IO/Streams/Internal.hs:111:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/IO/Streams/Internal.hs:111:1
Warning: 'ReadTooShortException' is ambiguous. It is defined
* at src/System/IO/Streams/ByteString.hs:423:30
* at src/System/IO/Streams/ByteString.hs:423:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/IO/Streams/ByteString.hs:423:1
Warning: 'TooManyBytesReadException' is ambiguous. It is defined
* at src/System/IO/Streams/ByteString.hs:389:34
* at src/System/IO/Streams/ByteString.hs:389:1
You may 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/IO/Streams/ByteString.hs:389:1
Warning: 'TooFewBytesWrittenException' is ambiguous. It is defined
* at src/System/IO/Streams/ByteString.hs:400:36
* at src/System/IO/Streams/ByteString.hs:400:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/IO/Streams/ByteString.hs:400:1
Warning: 'TooManyBytesWrittenException' is ambiguous. It is defined
* at src/System/IO/Streams/ByteString.hs:412:5
* at src/System/IO/Streams/ByteString.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/System/IO/Streams/ByteString.hs:411:1
Warning: 'RateTooSlowException' is ambiguous. It is defined
* at src/System/IO/Streams/ByteString.hs:683:29
* at src/System/IO/Streams/ByteString.hs:683:1
You may 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/IO/Streams/ByteString.hs:683:1
100% ( 36 / 36) in 'System.IO.Streams.ByteString'
Warning: 'Socket' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 4 / 4) in 'System.IO.Streams.Network'
85% ( 17 / 20) in 'System.IO.Streams.Process'
Missing documentation for:
StdStream
CmdSpec
CreateProcess
100% ( 5 / 5) in 'System.IO.Streams.Text'
94% ( 18 / 19) in 'System.IO.Streams.Tutorial'
Missing documentation for:
Module header
Warning: 'connect' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'fromList' 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.
100% ( 18 / 18) in 'System.IO.Streams.Vector'
Warning: 'Bytestring' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 13 / 13) in 'System.IO.Streams.Zlib'
Warning: 'InputStream' is ambiguous. It is defined
* at src/System/IO/Streams/Internal.hs:111:22
* at src/System/IO/Streams/Internal.hs:111:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/IO/Streams/Internal.hs:111:1
Warning: 'OutputStream' is ambiguous. It is defined
* at src/System/IO/Streams/Internal.hs:130:23
* at src/System/IO/Streams/Internal.hs:130:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/IO/Streams/Internal.hs:130:1
Warning: 'MonadIO' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftIO' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Just' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'IO' 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.
100% ( 46 / 46) in 'System.IO.Streams'
Warning: System.IO.Streams.Vector: could not find link destinations for:
- Data.Vector.Generic.Base.Vector
- Data.Vector.Generic.Mutable.Base.MVector
Documentation created: dist/doc/html/io-streams/,
dist/doc/html/io-streams/io-streams.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/io-streams-1.5.2.2-9HAMkop1swp7wFO3LpxxW
Completed io-streams-1.5.2.2
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-PAwBbAS8p5DQ7rFTf295
Completed indexed-traversable-instances-0.1.2
Configuring hashtables-1.4.2...
Preprocessing library for hashtables-1.4.2..
Building library for hashtables-1.4.2..
[ 1 of 12] Compiling Data.HashTable.Class ( src/Data/HashTable/Class.hs, dist/build/Data/HashTable/Class.o, dist/build/Data/HashTable/Class.dyn_o )
[ 2 of 12] Compiling Data.HashTable.Internal.Array ( src/Data/HashTable/Internal/Array.hs, dist/build/Data/HashTable/Internal/Array.o, dist/build/Data/HashTable/Internal/Array.dyn_o )
[ 3 of 12] Compiling Data.HashTable.Internal.IntArray ( src/Data/HashTable/Internal/IntArray.hs, dist/build/Data/HashTable/Internal/IntArray.o, dist/build/Data/HashTable/Internal/IntArray.dyn_o )
[ 4 of 12] Compiling Data.HashTable.Internal.UnsafeTricks ( src/Data/HashTable/Internal/UnsafeTricks.hs, dist/build/Data/HashTable/Internal/UnsafeTricks.o, dist/build/Data/HashTable/Internal/UnsafeTricks.dyn_o )
[ 5 of 12] Compiling Data.HashTable.Internal.Linear.Bucket ( src/Data/HashTable/Internal/Linear/Bucket.hs, dist/build/Data/HashTable/Internal/Linear/Bucket.o, dist/build/Data/HashTable/Internal/Linear/Bucket.dyn_o )
[ 6 of 12] Compiling Data.HashTable.Internal.Utils ( src/Data/HashTable/Internal/Utils.hs, dist/build/Data/HashTable/Internal/Utils.o, dist/build/Data/HashTable/Internal/Utils.dyn_o )
[ 7 of 12] Compiling Data.HashTable.Internal.CheapPseudoRandomBitStream ( src/Data/HashTable/Internal/CheapPseudoRandomBitStream.hs, dist/build/Data/HashTable/Internal/CheapPseudoRandomBitStream.o, dist/build/Data/HashTable/Internal/CheapPseudoRandomBitStream.dyn_o )
[ 8 of 12] Compiling Data.HashTable.Internal.CacheLine ( src/Data/HashTable/Internal/CacheLine.hs, dist/build/Data/HashTable/Internal/CacheLine.o, dist/build/Data/HashTable/Internal/CacheLine.dyn_o )
[ 9 of 12] Compiling Data.HashTable.ST.Basic ( src/Data/HashTable/ST/Basic.hs, dist/build/Data/HashTable/ST/Basic.o, dist/build/Data/HashTable/ST/Basic.dyn_o )
[10 of 12] Compiling Data.HashTable.ST.Cuckoo ( src/Data/HashTable/ST/Cuckoo.hs, dist/build/Data/HashTable/ST/Cuckoo.o, dist/build/Data/HashTable/ST/Cuckoo.dyn_o )
[11 of 12] Compiling Data.HashTable.ST.Linear ( src/Data/HashTable/ST/Linear.hs, dist/build/Data/HashTable/ST/Linear.o, dist/build/Data/HashTable/ST/Linear.dyn_o )
[12 of 12] Compiling Data.HashTable.IO ( src/Data/HashTable/IO.hs, dist/build/Data/HashTable/IO.o, dist/build/Data/HashTable/IO.dyn_o )
Preprocessing library for hashtables-1.4.2..
Running Haddock on library for hashtables-1.4.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 12] Compiling Data.HashTable.Class ( src/Data/HashTable/Class.hs, nothing )
[ 2 of 12] Compiling Data.HashTable.Internal.Array ( src/Data/HashTable/Internal/Array.hs, nothing )
[ 3 of 12] Compiling Data.HashTable.Internal.IntArray ( src/Data/HashTable/Internal/IntArray.hs, nothing )
[ 4 of 12] Compiling Data.HashTable.Internal.UnsafeTricks ( src/Data/HashTable/Internal/UnsafeTricks.hs, nothing )
[ 5 of 12] Compiling Data.HashTable.Internal.Linear.Bucket ( src/Data/HashTable/Internal/Linear/Bucket.hs, nothing )
[ 6 of 12] Compiling Data.HashTable.Internal.Utils ( src/Data/HashTable/Internal/Utils.hs, nothing )
[ 7 of 12] Compiling Data.HashTable.Internal.CheapPseudoRandomBitStream ( src/Data/HashTable/Internal/CheapPseudoRandomBitStream.hs, nothing )
[ 8 of 12] Compiling Data.HashTable.Internal.CacheLine ( src/Data/HashTable/Internal/CacheLine.hs, nothing )
[ 9 of 12] Compiling Data.HashTable.ST.Basic ( src/Data/HashTable/ST/Basic.hs, nothing )
[10 of 12] Compiling Data.HashTable.ST.Cuckoo ( src/Data/HashTable/ST/Cuckoo.hs, nothing )
[11 of 12] Compiling Data.HashTable.ST.Linear ( src/Data/HashTable/ST/Linear.hs, nothing )
[12 of 12] Compiling Data.HashTable.IO ( src/Data/HashTable/IO.hs, nothing )
Haddock coverage:
100% ( 5 / 5) in 'Data.HashTable.Class'
100% ( 13 / 13) in 'Data.HashTable.ST.Basic'
84% ( 11 / 13) in 'Data.HashTable.ST.Cuckoo'
Missing documentation for:
mutate (src/Data/HashTable/ST/Cuckoo.hs:182)
mutateST (src/Data/HashTable/ST/Cuckoo.hs:192)
Warning: 'unsafeCoerce#' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'reallyUnsafePtrEquality#' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
83% ( 10 / 12) in 'Data.HashTable.ST.Linear'
Missing documentation for:
mutate (src/Data/HashTable/ST/Linear.hs:237)
mutateST (src/Data/HashTable/ST/Linear.hs:247)
Warning: 'ST' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'RealWorld' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 20 / 20) in 'Data.HashTable.IO'
Documentation created: dist/doc/html/hashtables/,
dist/doc/html/hashtables/hashtables.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/hashtables-1.4.2-I3dsEH6Dueak4bVaFrM3I
Completed hashtables-1.4.2
Configuring kan-extensions-5.2.7...
Preprocessing library for kan-extensions-5.2.7..
Building library for kan-extensions-5.2.7..
[ 1 of 13] Compiling Data.Functor.Contravariant.Coyoneda ( src/Data/Functor/Contravariant/Coyoneda.hs, dist/build/Data/Functor/Contravariant/Coyoneda.o, dist/build/Data/Functor/Contravariant/Coyoneda.dyn_o )
[ 2 of 13] Compiling Data.Functor.Contravariant.Day ( src/Data/Functor/Contravariant/Day.hs, dist/build/Data/Functor/Contravariant/Day.o, dist/build/Data/Functor/Contravariant/Day.dyn_o )
[ 3 of 13] Compiling Data.Functor.Contravariant.Yoneda ( src/Data/Functor/Contravariant/Yoneda.hs, dist/build/Data/Functor/Contravariant/Yoneda.o, dist/build/Data/Functor/Contravariant/Yoneda.dyn_o )
[ 4 of 13] Compiling Data.Functor.Day ( src/Data/Functor/Day.hs, dist/build/Data/Functor/Day.o, dist/build/Data/Functor/Day.dyn_o )
[ 5 of 13] Compiling Data.Functor.Day.Curried ( src/Data/Functor/Day/Curried.hs, dist/build/Data/Functor/Day/Curried.o, dist/build/Data/Functor/Day/Curried.dyn_o )
[ 6 of 13] Compiling Data.Functor.Invariant.Day ( src/Data/Functor/Invariant/Day.hs, dist/build/Data/Functor/Invariant/Day.o, dist/build/Data/Functor/Invariant/Day.dyn_o )
[ 7 of 13] Compiling Data.Functor.Kan.Lan ( src/Data/Functor/Kan/Lan.hs, dist/build/Data/Functor/Kan/Lan.o, dist/build/Data/Functor/Kan/Lan.dyn_o )
[ 8 of 13] Compiling Data.Functor.Coyoneda ( src/Data/Functor/Coyoneda.hs, dist/build/Data/Functor/Coyoneda.o, dist/build/Data/Functor/Coyoneda.dyn_o )
[ 9 of 13] Compiling Control.Comonad.Density ( src/Control/Comonad/Density.hs, dist/build/Control/Comonad/Density.o, dist/build/Control/Comonad/Density.dyn_o )
[10 of 13] Compiling Control.Monad.Co ( src/Control/Monad/Co.hs, dist/build/Control/Monad/Co.o, dist/build/Control/Monad/Co.dyn_o )
[11 of 13] Compiling Data.Functor.Kan.Ran ( src/Data/Functor/Kan/Ran.hs, dist/build/Data/Functor/Kan/Ran.o, dist/build/Data/Functor/Kan/Ran.dyn_o )
[12 of 13] Compiling Control.Monad.Codensity ( src/Control/Monad/Codensity.hs, dist/build/Control/Monad/Codensity.o, dist/build/Control/Monad/Codensity.dyn_o )
[13 of 13] Compiling Data.Functor.Yoneda ( src/Data/Functor/Yoneda.hs, dist/build/Data/Functor/Yoneda.o, dist/build/Data/Functor/Yoneda.dyn_o )
Preprocessing library for kan-extensions-5.2.7..
Running Haddock on library for kan-extensions-5.2.7..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 13] Compiling Data.Functor.Contravariant.Coyoneda ( src/Data/Functor/Contravariant/Coyoneda.hs, nothing )
[ 2 of 13] Compiling Data.Functor.Contravariant.Day ( src/Data/Functor/Contravariant/Day.hs, nothing )
[ 3 of 13] Compiling Data.Functor.Contravariant.Yoneda ( src/Data/Functor/Contravariant/Yoneda.hs, nothing )
[ 4 of 13] Compiling Data.Functor.Day ( src/Data/Functor/Day.hs, nothing )
[ 5 of 13] Compiling Data.Functor.Day.Curried ( src/Data/Functor/Day/Curried.hs, nothing )
[ 6 of 13] Compiling Data.Functor.Invariant.Day ( src/Data/Functor/Invariant/Day.hs, nothing )
[ 7 of 13] Compiling Data.Functor.Kan.Lan ( src/Data/Functor/Kan/Lan.hs, nothing )
[ 8 of 13] Compiling Data.Functor.Coyoneda ( src/Data/Functor/Coyoneda.hs, nothing )
[ 9 of 13] Compiling Control.Comonad.Density ( src/Control/Comonad/Density.hs, nothing )
[10 of 13] Compiling Control.Monad.Co ( src/Control/Monad/Co.hs, nothing )
[11 of 13] Compiling Data.Functor.Kan.Ran ( src/Data/Functor/Kan/Ran.hs, nothing )
[12 of 13] Compiling Control.Monad.Codensity ( src/Control/Monad/Codensity.hs, nothing )
[13 of 13] Compiling Data.Functor.Yoneda ( src/Data/Functor/Yoneda.hs, nothing )
Haddock coverage:
Warning: 'Coyoneda' is ambiguous. It is defined
* at src/Data/Functor/Contravariant/Coyoneda.hs:37:3
* at src/Data/Functor/Contravariant/Coyoneda.hs:36:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Functor/Contravariant/Coyoneda.hs:36:1
100% ( 5 / 5) in 'Data.Functor.Contravariant.Coyoneda'
100% ( 14 / 14) in 'Data.Functor.Contravariant.Day'
75% ( 3 / 4) in 'Data.Functor.Contravariant.Yoneda'
Missing documentation for:
lowerYoneda (src/Data/Functor/Contravariant/Yoneda.hs:41)
Warning: 'Day' is ambiguous. It is defined
* at src/Data/Functor/Day.hs:54:18
* at src/Data/Functor/Day.hs:54:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Functor/Day.hs:54:1
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
93% ( 14 / 15) in 'Data.Functor.Day'
Missing documentation for:
cayley (src/Data/Functor/Day.hs:197)
Warning: 'Day' is ambiguous. It is defined
* at src/Data/Functor/Day.hs:54:18
* at src/Data/Functor/Day.hs:54:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Functor/Day.hs:54:1
Warning: 'Curried' is ambiguous. It is defined
* at src/Data/Functor/Day/Curried.hs:37:3
* at src/Data/Functor/Day/Curried.hs:36:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Functor/Day/Curried.hs:36:1
Warning: 'Compose' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Rift' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
92% ( 13 / 14) in 'Data.Functor.Day.Curried'
Missing documentation for:
Curried (src/Data/Functor/Day/Curried.hs:36)
Warning: 'Day' is ambiguous. It is defined
* at src/Data/Functor/Invariant/Day.hs:35:18
* at src/Data/Functor/Invariant/Day.hs:35:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Functor/Invariant/Day.hs:35:1
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
100% ( 14 / 14) in 'Data.Functor.Invariant.Day'
Warning: 'Lan' is ambiguous. It is defined
* at src/Data/Functor/Kan/Lan.hs:37:3
* at src/Data/Functor/Kan/Lan.hs:36:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Functor/Kan/Lan.hs:36:1
Warning: 'Compose' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'o' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
75% ( 9 / 12) in 'Data.Functor.Kan.Lan'
Missing documentation for:
decomposeLan (src/Data/Functor/Kan/Lan.hs:109)
lanToAdjoint (src/Data/Functor/Kan/Lan.hs:81)
composedAdjointToLan (src/Data/Functor/Kan/Lan.hs:95)
Warning: 'Coyoneda' is ambiguous. It is defined
* at src/Data/Functor/Coyoneda.hs:54:3
* at src/Data/Functor/Coyoneda.hs:53:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Functor/Coyoneda.hs:53:1
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
88% ( 8 / 9) in 'Data.Functor.Coyoneda'
Missing documentation for:
lanToCoyoneda (src/Data/Functor/Coyoneda.hs:76)
Warning: 'Density' is ambiguous. It is defined
* at src/Control/Comonad/Density.hs:41:3
* at src/Control/Comonad/Density.hs:40:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Comonad/Density.hs:40:1
Warning: 'Lan' is ambiguous. It is defined
* at src/Data/Functor/Kan/Lan.hs:37:3
* at src/Data/Functor/Kan/Lan.hs:36:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Functor/Kan/Lan.hs:36:1
57% ( 4 / 7) in 'Control.Comonad.Density'
Missing documentation for:
Density (src/Control/Comonad/Density.hs:40)
adjunctionToDensity (src/Control/Comonad/Density.hs:97)
densityToLan (src/Control/Comonad/Density.hs:112)
Warning: 'Hask' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Contravariant' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'CoT' is ambiguous. It is defined
* at src/Control/Monad/Co.hs:84:21
* at src/Control/Monad/Co.hs:84:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Co.hs:84:1
Warning: 'Rift' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
20% ( 5 / 24) in 'Control.Monad.Co'
Missing documentation for:
Co (src/Control/Monad/Co.hs:72)
co (src/Control/Monad/Co.hs:75)
runCo (src/Control/Monad/Co.hs:78)
liftCoT0 (src/Control/Monad/Co.hs:113)
liftCoT0M (src/Control/Monad/Co.hs:149)
lowerCoT0 (src/Control/Monad/Co.hs:116)
lowerCo0 (src/Control/Monad/Co.hs:119)
liftCoT1 (src/Control/Monad/Co.hs:122)
liftCoT1M (src/Control/Monad/Co.hs:152)
lowerCoT1 (src/Control/Monad/Co.hs:125)
lowerCo1 (src/Control/Monad/Co.hs:128)
diter (src/Control/Monad/Co.hs:155)
dctrlM (src/Control/Monad/Co.hs:158)
posW (src/Control/Monad/Co.hs:131)
peekW (src/Control/Monad/Co.hs:134)
peeksW (src/Control/Monad/Co.hs:137)
askW (src/Control/Monad/Co.hs:140)
asksW (src/Control/Monad/Co.hs:143)
traceW (src/Control/Monad/Co.hs:146)
Warning: 'Ran' is ambiguous. It is defined
* at src/Data/Functor/Kan/Ran.hs:85:21
* at src/Data/Functor/Kan/Ran.hs:85:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Functor/Kan/Ran.hs:85:1
Warning: 'Compose'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
53% ( 8 / 15) in 'Data.Functor.Kan.Ran'
Missing documentation for:
decomposeRan (src/Data/Functor/Kan/Ran.hs:116)
ranToAdjoint (src/Data/Functor/Kan/Ran.hs:130)
composedAdjointToRan (src/Data/Functor/Kan/Ran.hs:144)
repToRan (src/Data/Functor/Kan/Ran.hs:153)
ranToRep (src/Data/Functor/Kan/Ran.hs:157)
composedRepToRan (src/Data/Functor/Kan/Ran.hs:165)
ranToComposedRep (src/Data/Functor/Kan/Ran.hs:161)
Warning: 'Codensity' is ambiguous. It is defined
* at src/Control/Monad/Codensity.hs:66:44
* at src/Control/Monad/Codensity.hs:66:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Codensity.hs:66:1
Warning: 'Ran' is ambiguous. It is defined
* at src/Data/Functor/Kan/Ran.hs:85:21
* at src/Data/Functor/Kan/Ran.hs:85:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Functor/Kan/Ran.hs:85:1
85% ( 12 / 14) in 'Control.Monad.Codensity'
Missing documentation for:
adjunctionToCodensity (src/Control/Monad/Codensity.hs:175)
ranToCodensity (src/Control/Monad/Codensity.hs:216)
Warning: 'Yoneda' is ambiguous. It is defined
* at src/Data/Functor/Yoneda.hs:59:22
* at src/Data/Functor/Yoneda.hs:59:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Functor/Yoneda.hs:59:1
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
45% ( 5 / 11) in 'Data.Functor.Yoneda'
Missing documentation for:
lowerYoneda (src/Data/Functor/Yoneda.hs:85)
maxF (src/Data/Functor/Yoneda.hs:198)
minF (src/Data/Functor/Yoneda.hs:203)
maxM (src/Data/Functor/Yoneda.hs:208)
minM (src/Data/Functor/Yoneda.hs:213)
ranToYoneda (src/Data/Functor/Yoneda.hs:103)
Warning: Data.Functor.Contravariant.Coyoneda: could not find link destinations for:
- Data.Functor.Contravariant.Coyoneda.D:R:RepCoyoneda
Warning: Data.Functor.Contravariant.Day: could not find link destinations for:
- Data.Functor.Contravariant.Day.D:R:RepDay
Warning: Data.Functor.Contravariant.Yoneda: could not find link destinations for:
- Data.Functor.Contravariant.Yoneda.D:R:RepYoneda
Warning: Data.Functor.Day: could not find link destinations for:
- Data.Functor.Day.D:R:RepDay
Warning: Data.Functor.Coyoneda: could not find link destinations for:
- Data.Functor.Coyoneda.D:R:RepCoyoneda
Warning: Data.Functor.Yoneda: could not find link destinations for:
- Data.Functor.Yoneda.D:R:RepYoneda
Documentation created: dist/doc/html/kan-extensions/,
dist/doc/html/kan-extensions/kan-extensions.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/kan-extensions-5.2.7-9jEEkWoHfSsJu2rLbqnV6S
Completed kan-extensions-5.2.7
Configuring lens-5.3.5...
Preprocessing library for lens-5.3.5..
Building library for lens-5.3.5..
[ 1 of 85] Compiling Control.Lens.Internal.CTypes ( src/Control/Lens/Internal/CTypes.hs, dist/build/Control/Lens/Internal/CTypes.o, dist/build/Control/Lens/Internal/CTypes.dyn_o )
[ 2 of 85] Compiling Control.Lens.Internal.Doctest ( src/Control/Lens/Internal/Doctest.hs, dist/build/Control/Lens/Internal/Doctest.o, dist/build/Control/Lens/Internal/Doctest.dyn_o )
[ 3 of 85] Compiling Control.Lens.Internal.Instances ( src/Control/Lens/Internal/Instances.hs, dist/build/Control/Lens/Internal/Instances.o, dist/build/Control/Lens/Internal/Instances.dyn_o )
[ 4 of 85] Compiling Control.Lens.Internal.Iso ( src/Control/Lens/Internal/Iso.hs, dist/build/Control/Lens/Internal/Iso.o, dist/build/Control/Lens/Internal/Iso.dyn_o )
[ 5 of 85] Compiling Control.Lens.Internal.List ( src/Control/Lens/Internal/List.hs, dist/build/Control/Lens/Internal/List.o, dist/build/Control/Lens/Internal/List.dyn_o )
[ 6 of 85] Compiling Control.Lens.Internal.Prelude ( src/Control/Lens/Internal/Prelude.hs, dist/build/Control/Lens/Internal/Prelude.o, dist/build/Control/Lens/Internal/Prelude.dyn_o )
[ 7 of 85] Compiling Control.Lens.Internal.Level ( src/Control/Lens/Internal/Level.hs, dist/build/Control/Lens/Internal/Level.o, dist/build/Control/Lens/Internal/Level.dyn_o )
[ 8 of 85] Compiling Control.Lens.Internal.Indexed ( src/Control/Lens/Internal/Indexed.hs, dist/build/Control/Lens/Internal/Indexed.o, dist/build/Control/Lens/Internal/Indexed.dyn_o )
[ 9 of 85] Compiling Control.Lens.Internal.Getter ( src/Control/Lens/Internal/Getter.hs, dist/build/Control/Lens/Internal/Getter.o, dist/build/Control/Lens/Internal/Getter.dyn_o )
[10 of 85] Compiling Control.Lens.Internal.Fold ( src/Control/Lens/Internal/Fold.hs, dist/build/Control/Lens/Internal/Fold.o, dist/build/Control/Lens/Internal/Fold.dyn_o )
[11 of 85] Compiling Control.Lens.Internal.Context ( src/Control/Lens/Internal/Context.hs, dist/build/Control/Lens/Internal/Context.o, dist/build/Control/Lens/Internal/Context.dyn_o )
[12 of 85] Compiling Control.Lens.Internal.Bazaar ( src/Control/Lens/Internal/Bazaar.hs, dist/build/Control/Lens/Internal/Bazaar.o, dist/build/Control/Lens/Internal/Bazaar.dyn_o )
[13 of 85] Compiling Control.Lens.Internal.Magma ( src/Control/Lens/Internal/Magma.hs, dist/build/Control/Lens/Internal/Magma.o, dist/build/Control/Lens/Internal/Magma.dyn_o )
[14 of 85] Compiling Control.Lens.Internal.Prism ( src/Control/Lens/Internal/Prism.hs, dist/build/Control/Lens/Internal/Prism.o, dist/build/Control/Lens/Internal/Prism.dyn_o )
[15 of 85] Compiling Control.Lens.Internal.Profunctor ( src/Control/Lens/Internal/Profunctor.hs, dist/build/Control/Lens/Internal/Profunctor.o, dist/build/Control/Lens/Internal/Profunctor.dyn_o )
[16 of 85] Compiling Control.Lens.Internal.Review ( src/Control/Lens/Internal/Review.hs, dist/build/Control/Lens/Internal/Review.o, dist/build/Control/Lens/Internal/Review.dyn_o )
[17 of 85] Compiling Control.Lens.Internal.Setter ( src/Control/Lens/Internal/Setter.hs, dist/build/Control/Lens/Internal/Setter.o, dist/build/Control/Lens/Internal/Setter.dyn_o )
[18 of 85] Compiling Control.Lens.Internal.Zoom ( src/Control/Lens/Internal/Zoom.hs, dist/build/Control/Lens/Internal/Zoom.o, dist/build/Control/Lens/Internal/Zoom.dyn_o )
[19 of 85] Compiling Control.Lens.Internal ( src/Control/Lens/Internal.hs, dist/build/Control/Lens/Internal.o, dist/build/Control/Lens/Internal.dyn_o )
[20 of 85] Compiling Control.Lens.Type ( src/Control/Lens/Type.hs, dist/build/Control/Lens/Type.o, dist/build/Control/Lens/Type.dyn_o )
[21 of 85] Compiling Control.Lens.Setter ( src/Control/Lens/Setter.hs, dist/build/Control/Lens/Setter.o, dist/build/Control/Lens/Setter.dyn_o )
[22 of 85] Compiling Control.Lens.Lens ( src/Control/Lens/Lens.hs, dist/build/Control/Lens/Lens.o, dist/build/Control/Lens/Lens.dyn_o )
[23 of 85] Compiling Control.Lens.Tuple ( src/Control/Lens/Tuple.hs, dist/build/Control/Lens/Tuple.o, dist/build/Control/Lens/Tuple.dyn_o )
[24 of 85] Compiling Control.Lens.Getter ( src/Control/Lens/Getter.hs, dist/build/Control/Lens/Getter.o, dist/build/Control/Lens/Getter.dyn_o )
[25 of 85] Compiling Control.Lens.Review ( src/Control/Lens/Review.hs, dist/build/Control/Lens/Review.o, dist/build/Control/Lens/Review.dyn_o )
[26 of 85] Compiling Control.Lens.Prism ( src/Control/Lens/Prism.hs, dist/build/Control/Lens/Prism.o, dist/build/Control/Lens/Prism.dyn_o )
[27 of 85] Compiling Control.Lens.Fold ( src/Control/Lens/Fold.hs, dist/build/Control/Lens/Fold.o, dist/build/Control/Lens/Fold.dyn_o )
[28 of 85] Compiling Control.Lens.Traversal ( src/Control/Lens/Traversal.hs, dist/build/Control/Lens/Traversal.o, dist/build/Control/Lens/Traversal.dyn_o )
[29 of 85] Compiling Control.Lens.Level ( src/Control/Lens/Level.hs, dist/build/Control/Lens/Level.o, dist/build/Control/Lens/Level.dyn_o )
[30 of 85] Compiling Control.Lens.Reified ( src/Control/Lens/Reified.hs, dist/build/Control/Lens/Reified.o, dist/build/Control/Lens/Reified.dyn_o )
[31 of 85] Compiling Control.Lens.Internal.Exception ( src/Control/Lens/Internal/Exception.hs, dist/build/Control/Lens/Internal/Exception.o, dist/build/Control/Lens/Internal/Exception.dyn_o )
[32 of 85] Compiling Control.Lens.Indexed ( src/Control/Lens/Indexed.hs, dist/build/Control/Lens/Indexed.o, dist/build/Control/Lens/Indexed.dyn_o )
[33 of 85] Compiling Control.Lens.Internal.ByteString ( src/Control/Lens/Internal/ByteString.hs, dist/build/Control/Lens/Internal/ByteString.o, dist/build/Control/Lens/Internal/ByteString.dyn_o )
[34 of 85] Compiling Control.Lens.Equality ( src/Control/Lens/Equality.hs, dist/build/Control/Lens/Equality.o, dist/build/Control/Lens/Equality.dyn_o )
[35 of 85] Compiling Control.Lens.Iso ( src/Control/Lens/Iso.hs, dist/build/Control/Lens/Iso.o, dist/build/Control/Lens/Iso.dyn_o )
[36 of 85] Compiling Control.Lens.Empty ( src/Control/Lens/Empty.hs, dist/build/Control/Lens/Empty.o, dist/build/Control/Lens/Empty.dyn_o )
[37 of 85] Compiling Control.Lens.Cons ( src/Control/Lens/Cons.hs, dist/build/Control/Lens/Cons.o, dist/build/Control/Lens/Cons.dyn_o )
[38 of 85] Compiling Control.Lens.Internal.Deque ( src/Control/Lens/Internal/Deque.hs, dist/build/Control/Lens/Internal/Deque.o, dist/build/Control/Lens/Internal/Deque.dyn_o )
[39 of 85] Compiling Control.Lens.Wrapped ( src/Control/Lens/Wrapped.hs, dist/build/Control/Lens/Wrapped.o, dist/build/Control/Lens/Wrapped.dyn_o )
[40 of 85] Compiling Control.Lens.Internal.TH ( src/Control/Lens/Internal/TH.hs, dist/build/Control/Lens/Internal/TH.o, dist/build/Control/Lens/Internal/TH.dyn_o )
[41 of 85] Compiling Control.Lens.Zoom ( src/Control/Lens/Zoom.hs, dist/build/Control/Lens/Zoom.o, dist/build/Control/Lens/Zoom.dyn_o )
[42 of 85] Compiling Data.Data.Lens ( src/Data/Data/Lens.hs, dist/build/Data/Data/Lens.o, dist/build/Data/Data/Lens.dyn_o )
[43 of 85] Compiling Control.Lens.Plated ( src/Control/Lens/Plated.hs, dist/build/Control/Lens/Plated.o, dist/build/Control/Lens/Plated.dyn_o )
[44 of 85] Compiling Data.HashSet.Lens ( src/Data/HashSet/Lens.hs, dist/build/Data/HashSet/Lens.o, dist/build/Data/HashSet/Lens.dyn_o )
[45 of 85] Compiling Data.List.Lens ( src/Data/List/Lens.hs, dist/build/Data/List/Lens.o, dist/build/Data/List/Lens.dyn_o )
[46 of 85] Compiling Data.Map.Lens ( src/Data/Map/Lens.hs, dist/build/Data/Map/Lens.o, dist/build/Data/Map/Lens.dyn_o )
[47 of 85] Compiling Data.Set.Lens ( src/Data/Set/Lens.hs, dist/build/Data/Set/Lens.o, dist/build/Data/Set/Lens.dyn_o )
[48 of 85] Compiling Data.Text.Lazy.Lens ( src/Data/Text/Lazy/Lens.hs, dist/build/Data/Text/Lazy/Lens.o, dist/build/Data/Text/Lazy/Lens.dyn_o )
[49 of 85] Compiling Data.Text.Strict.Lens ( src/Data/Text/Strict/Lens.hs, dist/build/Data/Text/Strict/Lens.o, dist/build/Data/Text/Strict/Lens.dyn_o )
[50 of 85] Compiling Data.Text.Lens ( src/Data/Text/Lens.hs, dist/build/Data/Text/Lens.o, dist/build/Data/Text/Lens.dyn_o )
[51 of 85] Compiling Data.Vector.Generic.Lens ( src/Data/Vector/Generic/Lens.hs, dist/build/Data/Vector/Generic/Lens.o, dist/build/Data/Vector/Generic/Lens.dyn_o )
[52 of 85] Compiling Control.Lens.Each ( src/Control/Lens/Each.hs, dist/build/Control/Lens/Each.o, dist/build/Control/Lens/Each.dyn_o )
[53 of 85] Compiling Control.Lens.At ( src/Control/Lens/At.hs, dist/build/Control/Lens/At.o, dist/build/Control/Lens/At.dyn_o )
[54 of 85] Compiling Language.Haskell.TH.Lens ( src/Language/Haskell/TH/Lens.hs, dist/build/Language/Haskell/TH/Lens.o, dist/build/Language/Haskell/TH/Lens.dyn_o )
[55 of 85] Compiling Control.Lens.Internal.PrismTH ( src/Control/Lens/Internal/PrismTH.hs, dist/build/Control/Lens/Internal/PrismTH.o, dist/build/Control/Lens/Internal/PrismTH.dyn_o )
[56 of 85] Compiling Control.Lens.Internal.FieldTH ( src/Control/Lens/Internal/FieldTH.hs, dist/build/Control/Lens/Internal/FieldTH.o, dist/build/Control/Lens/Internal/FieldTH.dyn_o )
[57 of 85] Compiling Control.Lens.TH ( src/Control/Lens/TH.hs, dist/build/Control/Lens/TH.o, dist/build/Control/Lens/TH.dyn_o )
[58 of 85] Compiling Control.Lens ( src/Control/Lens.hs, dist/build/Control/Lens.o, dist/build/Control/Lens.dyn_o )
[59 of 85] Compiling GHC.Generics.Lens ( src/GHC/Generics/Lens.hs, dist/build/GHC/Generics/Lens.o, dist/build/GHC/Generics/Lens.dyn_o )
[60 of 85] Compiling Data.Vector.Lens ( src/Data/Vector/Lens.hs, dist/build/Data/Vector/Lens.o, dist/build/Data/Vector/Lens.dyn_o )
[61 of 85] Compiling Data.Typeable.Lens ( src/Data/Typeable/Lens.hs, dist/build/Data/Typeable/Lens.o, dist/build/Data/Typeable/Lens.dyn_o )
[62 of 85] Compiling Data.Tree.Lens ( src/Data/Tree/Lens.hs, dist/build/Data/Tree/Lens.o, dist/build/Data/Tree/Lens.dyn_o )
[63 of 85] Compiling Data.Sequence.Lens ( src/Data/Sequence/Lens.hs, dist/build/Data/Sequence/Lens.o, dist/build/Data/Sequence/Lens.dyn_o )
[64 of 85] Compiling Data.IntSet.Lens ( src/Data/IntSet/Lens.hs, dist/build/Data/IntSet/Lens.o, dist/build/Data/IntSet/Lens.dyn_o )
[65 of 85] Compiling Data.Complex.Lens ( src/Data/Complex/Lens.hs, dist/build/Data/Complex/Lens.o, dist/build/Data/Complex/Lens.dyn_o )
[66 of 85] Compiling Data.ByteString.Strict.Lens ( src/Data/ByteString/Strict/Lens.hs, dist/build/Data/ByteString/Strict/Lens.o, dist/build/Data/ByteString/Strict/Lens.dyn_o )
[67 of 85] Compiling Data.ByteString.Lazy.Lens ( src/Data/ByteString/Lazy/Lens.hs, dist/build/Data/ByteString/Lazy/Lens.o, dist/build/Data/ByteString/Lazy/Lens.dyn_o )
[68 of 85] Compiling Data.ByteString.Lens ( src/Data/ByteString/Lens.hs, dist/build/Data/ByteString/Lens.o, dist/build/Data/ByteString/Lens.dyn_o )
[69 of 85] Compiling Data.Bits.Lens ( src/Data/Bits/Lens.hs, dist/build/Data/Bits/Lens.o, dist/build/Data/Bits/Lens.dyn_o )
[70 of 85] Compiling Data.Array.Lens ( src/Data/Array/Lens.hs, dist/build/Data/Array/Lens.o, dist/build/Data/Array/Lens.dyn_o )
[71 of 85] Compiling Control.Seq.Lens ( src/Control/Seq/Lens.hs, dist/build/Control/Seq/Lens.o, dist/build/Control/Seq/Lens.dyn_o )
[72 of 85] Compiling Control.Parallel.Strategies.Lens ( src/Control/Parallel/Strategies/Lens.hs, dist/build/Control/Parallel/Strategies/Lens.o, dist/build/Control/Parallel/Strategies/Lens.dyn_o )
[73 of 85] Compiling Control.Monad.Error.Lens ( src/Control/Monad/Error/Lens.hs, dist/build/Control/Monad/Error/Lens.o, dist/build/Control/Monad/Error/Lens.dyn_o )
[74 of 85] Compiling Control.Lens.Unsound ( src/Control/Lens/Unsound.hs, dist/build/Control/Lens/Unsound.o, dist/build/Control/Lens/Unsound.dyn_o )
[75 of 85] Compiling Control.Lens.Profunctor ( src/Control/Lens/Profunctor.hs, dist/build/Control/Lens/Profunctor.o, dist/build/Control/Lens/Profunctor.dyn_o )
[76 of 85] Compiling Control.Lens.Operators ( src/Control/Lens/Operators.hs, dist/build/Control/Lens/Operators.o, dist/build/Control/Lens/Operators.dyn_o )
[77 of 85] Compiling Control.Lens.Extras ( src/Control/Lens/Extras.hs, dist/build/Control/Lens/Extras.o, dist/build/Control/Lens/Extras.dyn_o )
[78 of 85] Compiling Control.Lens.Combinators ( src/Control/Lens/Combinators.hs, dist/build/Control/Lens/Combinators.o, dist/build/Control/Lens/Combinators.dyn_o )
[79 of 85] Compiling Control.Exception.Lens ( src/Control/Exception/Lens.hs, dist/build/Control/Exception/Lens.o, dist/build/Control/Exception/Lens.dyn_o )
[80 of 85] Compiling Data.Dynamic.Lens ( src/Data/Dynamic/Lens.hs, dist/build/Data/Dynamic/Lens.o, dist/build/Data/Dynamic/Lens.dyn_o )
[81 of 85] Compiling Numeric.Lens ( src/Numeric/Lens.hs, dist/build/Numeric/Lens.o, dist/build/Numeric/Lens.dyn_o )
[82 of 85] Compiling Numeric.Natural.Lens ( src/Numeric/Natural/Lens.hs, dist/build/Numeric/Natural/Lens.o, dist/build/Numeric/Natural/Lens.dyn_o )
[83 of 85] Compiling System.Exit.Lens ( src/System/Exit/Lens.hs, dist/build/System/Exit/Lens.o, dist/build/System/Exit/Lens.dyn_o )
[84 of 85] Compiling System.FilePath.Lens ( src/System/FilePath/Lens.hs, dist/build/System/FilePath/Lens.o, dist/build/System/FilePath/Lens.dyn_o )
[85 of 85] Compiling System.IO.Error.Lens ( src/System/IO/Error/Lens.hs, dist/build/System/IO/Error/Lens.o, dist/build/System/IO/Error/Lens.dyn_o )
Preprocessing library for lens-5.3.5..
Running Haddock on library for lens-5.3.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 85] Compiling Control.Lens.Internal.CTypes ( src/Control/Lens/Internal/CTypes.hs, nothing )
[ 2 of 85] Compiling Control.Lens.Internal.Doctest ( src/Control/Lens/Internal/Doctest.hs, nothing )
[ 3 of 85] Compiling Control.Lens.Internal.Instances ( src/Control/Lens/Internal/Instances.hs, nothing )
[ 4 of 85] Compiling Control.Lens.Internal.Iso ( src/Control/Lens/Internal/Iso.hs, nothing )
[ 5 of 85] Compiling Control.Lens.Internal.List ( src/Control/Lens/Internal/List.hs, nothing )
[ 6 of 85] Compiling Control.Lens.Internal.Prelude ( src/Control/Lens/Internal/Prelude.hs, nothing )
[ 7 of 85] Compiling Control.Lens.Internal.Level ( src/Control/Lens/Internal/Level.hs, nothing )
[ 8 of 85] Compiling Control.Lens.Internal.Indexed ( src/Control/Lens/Internal/Indexed.hs, nothing )
[ 9 of 85] Compiling Control.Lens.Internal.Getter ( src/Control/Lens/Internal/Getter.hs, nothing )
[10 of 85] Compiling Control.Lens.Internal.Fold ( src/Control/Lens/Internal/Fold.hs, nothing )
[11 of 85] Compiling Control.Lens.Internal.Context ( src/Control/Lens/Internal/Context.hs, nothing )
[12 of 85] Compiling Control.Lens.Internal.Bazaar ( src/Control/Lens/Internal/Bazaar.hs, nothing )
[13 of 85] Compiling Control.Lens.Internal.Magma ( src/Control/Lens/Internal/Magma.hs, nothing )
[14 of 85] Compiling Control.Lens.Internal.Prism ( src/Control/Lens/Internal/Prism.hs, nothing )
[15 of 85] Compiling Control.Lens.Internal.Profunctor ( src/Control/Lens/Internal/Profunctor.hs, nothing )
[16 of 85] Compiling Control.Lens.Internal.Review ( src/Control/Lens/Internal/Review.hs, nothing )
[17 of 85] Compiling Control.Lens.Internal.Setter ( src/Control/Lens/Internal/Setter.hs, nothing )
[18 of 85] Compiling Control.Lens.Internal.Zoom ( src/Control/Lens/Internal/Zoom.hs, nothing )
[19 of 85] Compiling Control.Lens.Internal ( src/Control/Lens/Internal.hs, nothing )
[20 of 85] Compiling Control.Lens.Type ( src/Control/Lens/Type.hs, nothing )
[21 of 85] Compiling Control.Lens.Setter ( src/Control/Lens/Setter.hs, nothing )
[22 of 85] Compiling Control.Lens.Lens ( src/Control/Lens/Lens.hs, nothing )
[23 of 85] Compiling Control.Lens.Tuple ( src/Control/Lens/Tuple.hs, nothing )
[24 of 85] Compiling Control.Lens.Getter ( src/Control/Lens/Getter.hs, nothing )
[25 of 85] Compiling Control.Lens.Review ( src/Control/Lens/Review.hs, nothing )
[26 of 85] Compiling Control.Lens.Prism ( src/Control/Lens/Prism.hs, nothing )
[27 of 85] Compiling Control.Lens.Fold ( src/Control/Lens/Fold.hs, nothing )
[28 of 85] Compiling Control.Lens.Traversal ( src/Control/Lens/Traversal.hs, nothing )
[29 of 85] Compiling Control.Lens.Level ( src/Control/Lens/Level.hs, nothing )
[30 of 85] Compiling Control.Lens.Reified ( src/Control/Lens/Reified.hs, nothing )
[31 of 85] Compiling Control.Lens.Internal.Exception ( src/Control/Lens/Internal/Exception.hs, nothing )
[32 of 85] Compiling Control.Lens.Indexed ( src/Control/Lens/Indexed.hs, nothing )
[33 of 85] Compiling Control.Lens.Internal.ByteString ( src/Control/Lens/Internal/ByteString.hs, nothing )
[34 of 85] Compiling Control.Lens.Equality ( src/Control/Lens/Equality.hs, nothing )
[35 of 85] Compiling Control.Lens.Iso ( src/Control/Lens/Iso.hs, nothing )
[36 of 85] Compiling Control.Lens.Empty ( src/Control/Lens/Empty.hs, nothing )
[37 of 85] Compiling Control.Lens.Cons ( src/Control/Lens/Cons.hs, nothing )
[38 of 85] Compiling Control.Lens.Internal.Deque ( src/Control/Lens/Internal/Deque.hs, nothing )
[39 of 85] Compiling Control.Lens.Wrapped ( src/Control/Lens/Wrapped.hs, nothing )
[40 of 85] Compiling Control.Lens.Internal.TH ( src/Control/Lens/Internal/TH.hs, nothing )
[41 of 85] Compiling Control.Lens.Zoom ( src/Control/Lens/Zoom.hs, nothing )
[42 of 85] Compiling Data.Data.Lens ( src/Data/Data/Lens.hs, nothing )
[43 of 85] Compiling Control.Lens.Plated ( src/Control/Lens/Plated.hs, nothing )
[44 of 85] Compiling Data.HashSet.Lens ( src/Data/HashSet/Lens.hs, nothing )
[45 of 85] Compiling Data.List.Lens ( src/Data/List/Lens.hs, nothing )
[46 of 85] Compiling Data.Map.Lens ( src/Data/Map/Lens.hs, nothing )
[47 of 85] Compiling Data.Set.Lens ( src/Data/Set/Lens.hs, nothing )
[48 of 85] Compiling Data.Text.Lazy.Lens ( src/Data/Text/Lazy/Lens.hs, nothing )
[49 of 85] Compiling Data.Text.Strict.Lens ( src/Data/Text/Strict/Lens.hs, nothing )
[50 of 85] Compiling Data.Text.Lens ( src/Data/Text/Lens.hs, nothing )
[51 of 85] Compiling Data.Vector.Generic.Lens ( src/Data/Vector/Generic/Lens.hs, nothing )
[52 of 85] Compiling Control.Lens.Each ( src/Control/Lens/Each.hs, nothing )
[53 of 85] Compiling Control.Lens.At ( src/Control/Lens/At.hs, nothing )
[54 of 85] Compiling Language.Haskell.TH.Lens ( src/Language/Haskell/TH/Lens.hs, nothing )
[55 of 85] Compiling Control.Lens.Internal.PrismTH ( src/Control/Lens/Internal/PrismTH.hs, nothing )
[56 of 85] Compiling Control.Lens.Internal.FieldTH ( src/Control/Lens/Internal/FieldTH.hs, nothing )
[57 of 85] Compiling Control.Lens.TH ( src/Control/Lens/TH.hs, nothing )
[58 of 85] Compiling Control.Lens ( src/Control/Lens.hs, nothing )
[59 of 85] Compiling GHC.Generics.Lens ( src/GHC/Generics/Lens.hs, nothing )
[60 of 85] Compiling Data.Vector.Lens ( src/Data/Vector/Lens.hs, nothing )
[61 of 85] Compiling Data.Typeable.Lens ( src/Data/Typeable/Lens.hs, nothing )
[62 of 85] Compiling Data.Tree.Lens ( src/Data/Tree/Lens.hs, nothing )
[63 of 85] Compiling Data.Sequence.Lens ( src/Data/Sequence/Lens.hs, nothing )
[64 of 85] Compiling Data.IntSet.Lens ( src/Data/IntSet/Lens.hs, nothing )
[65 of 85] Compiling Data.Complex.Lens ( src/Data/Complex/Lens.hs, nothing )
[66 of 85] Compiling Data.ByteString.Strict.Lens ( src/Data/ByteString/Strict/Lens.hs, nothing )
[67 of 85] Compiling Data.ByteString.Lazy.Lens ( src/Data/ByteString/Lazy/Lens.hs, nothing )
[68 of 85] Compiling Data.ByteString.Lens ( src/Data/ByteString/Lens.hs, nothing )
[69 of 85] Compiling Data.Bits.Lens ( src/Data/Bits/Lens.hs, nothing )
[70 of 85] Compiling Data.Array.Lens ( src/Data/Array/Lens.hs, nothing )
[71 of 85] Compiling Control.Seq.Lens ( src/Control/Seq/Lens.hs, nothing )
[72 of 85] Compiling Control.Parallel.Strategies.Lens ( src/Control/Parallel/Strategies/Lens.hs, nothing )
[73 of 85] Compiling Control.Monad.Error.Lens ( src/Control/Monad/Error/Lens.hs, nothing )
[74 of 85] Compiling Control.Lens.Unsound ( src/Control/Lens/Unsound.hs, nothing )
[75 of 85] Compiling Control.Lens.Profunctor ( src/Control/Lens/Profunctor.hs, nothing )
[76 of 85] Compiling Control.Lens.Operators ( src/Control/Lens/Operators.hs, nothing )
[77 of 85] Compiling Control.Lens.Extras ( src/Control/Lens/Extras.hs, nothing )
[78 of 85] Compiling Control.Lens.Combinators ( src/Control/Lens/Combinators.hs, nothing )
[79 of 85] Compiling Control.Exception.Lens ( src/Control/Exception/Lens.hs, nothing )
[80 of 85] Compiling Data.Dynamic.Lens ( src/Data/Dynamic/Lens.hs, nothing )
[81 of 85] Compiling Numeric.Lens ( src/Numeric/Lens.hs, nothing )
[82 of 85] Compiling Numeric.Natural.Lens ( src/Numeric/Natural/Lens.hs, nothing )
[83 of 85] Compiling System.Exit.Lens ( src/System/Exit/Lens.hs, nothing )
[84 of 85] Compiling System.FilePath.Lens ( src/System/FilePath/Lens.hs, nothing )
[85 of 85] Compiling System.IO.Error.Lens ( src/System/IO/Error/Lens.hs, nothing )
Haddock coverage:
100% ( 4 / 4) in 'Control.Lens.Internal.CTypes'
Warning: 'Prelude' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
33% ( 1 / 3) in 'Control.Lens.Internal.Doctest'
Missing documentation for:
head (src/Control/Lens/Internal/Doctest.hs:38)
tail (src/Control/Lens/Internal/Doctest.hs:42)
Warning: 'Const' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 1 / 1) in 'Control.Lens.Internal.Instances'
100% ( 3 / 3) in 'Control.Lens.Internal.Iso'
100% ( 3 / 3) in 'Control.Lens.Internal.List'
Warning: 'Flow' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Deepening' is ambiguous. It is defined
* at src/Control/Lens/Internal/Level.hs:118:25
* at src/Control/Lens/Internal/Level.hs:118:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Lens/Internal/Level.hs:118:1
100% ( 6 / 6) in 'Control.Lens.Internal.Level'
Warning: 'Indexed' is ambiguous. It is defined
* at src/Control/Lens/Internal/Indexed.hs:116:25
* at src/Control/Lens/Internal/Indexed.hs:116:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Lens/Internal/Indexed.hs:116:1
Warning: 'Indexing' is ambiguous. It is defined
* at src/Control/Lens/Internal/Indexed.hs:242:24
* at src/Control/Lens/Internal/Indexed.hs:242:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Lens/Internal/Indexed.hs:242:1
Warning: 'Indexing64' is ambiguous. It is defined
* at src/Control/Lens/Internal/Indexed.hs:315:26
* at src/Control/Lens/Internal/Indexed.hs:315:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Lens/Internal/Indexed.hs:315:1
Warning: 'Traversal' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'IndexedFold' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'IndexedTraversal' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Fold' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 15 / 15) in 'Control.Lens.Internal.Indexed'
50% ( 2 / 4) in 'Control.Lens.Internal.Getter'
Missing documentation for:
AlongsideLeft (src/Control/Lens/Internal/Getter.hs:35)
AlongsideRight (src/Control/Lens/Internal/Getter.hs:76)
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
84% ( 11 / 13) in 'Control.Lens.Internal.Fold'
Missing documentation for:
ReifiedMonoid
NonEmptyDList (src/Control/Lens/Internal/Fold.hs:130)
Warning: 'PretextT' is ambiguous. It is defined
* at src/Control/Lens/Internal/Context.hs:284:48
* at src/Control/Lens/Internal/Context.hs:284:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Lens/Internal/Context.hs:284:1
Warning: 'Context' is ambiguous. It is defined
* at src/Control/Lens/Internal/Context.hs:138:22
* at src/Control/Lens/Internal/Context.hs:138:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Lens/Internal/Context.hs:138:1
Warning: 'Pretext' is ambiguous. It is defined
* at src/Control/Lens/Internal/Context.hs:209:27
* at src/Control/Lens/Internal/Context.hs:209:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Lens/Internal/Context.hs:209:1
Warning: 'w' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 11 / 11) in 'Control.Lens.Internal.Context'
Warning: 'BazaarT1' is ambiguous. It is defined
* at src/Control/Lens/Internal/Bazaar.hs:326:48
* at src/Control/Lens/Internal/Bazaar.hs:326:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Lens/Internal/Bazaar.hs:326:1
Warning: 'Bazaar1' is ambiguous. It is defined
* at src/Control/Lens/Internal/Bazaar.hs:261:27
* at src/Control/Lens/Internal/Bazaar.hs:261:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Lens/Internal/Bazaar.hs:261:1
Warning: 'FunList' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Context' is ambiguous. It is defined
* at src/Control/Lens/Internal/Context.hs:138:22
* at src/Control/Lens/Internal/Context.hs:138:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Lens/Internal/Context.hs:138:1
Warning: 'BazaarT' is ambiguous. It is defined
* at src/Control/Lens/Internal/Bazaar.hs:148:47
* at src/Control/Lens/Internal/Bazaar.hs:148:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Lens/Internal/Bazaar.hs:148:1
Warning: 'Bazaar' is ambiguous. It is defined
* at src/Control/Lens/Internal/Bazaar.hs:69:26
* at src/Control/Lens/Internal/Bazaar.hs:69:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Lens/Internal/Bazaar.hs:69:1
90% ( 10 / 11) in 'Control.Lens.Internal.Bazaar'
Missing documentation for:
Bizarre1 (src/Control/Lens/Internal/Bazaar.hs:239)
Warning: 'TakingWhile' is ambiguous. It is defined
* at src/Control/Lens/Internal/Magma.hs:234:48
* at src/Control/Lens/Internal/Magma.hs:234:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Lens/Internal/Magma.hs:234:1
Warning: 'Magma' is ambiguous. It is defined
* at src/Control/Lens/Internal/Magma.hs:59:3
* at src/Control/Lens/Internal/Magma.hs:55:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Lens/Internal/Magma.hs:55:1
Warning: 'Bazaar' is ambiguous. It is defined
* at src/Control/Lens/Internal/Bazaar.hs:69:26
* at src/Control/Lens/Internal/Bazaar.hs:69:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Lens/Internal/Bazaar.hs:69:1
100% ( 12 / 12) in 'Control.Lens.Internal.Magma'
Warning: 'Market' is ambiguous. It is defined
* at src/Control/Lens/Internal/Prism.hs:27:23
* at src/Control/Lens/Internal/Prism.hs:27:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Lens/Internal/Prism.hs:27:1
Warning: 'Prism' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 3 / 3) in 'Control.Lens.Internal.Prism'
0% ( 0 / 2) in 'Control.Lens.Internal.Profunctor'
Missing documentation for:
Module header
WrappedPafb (src/Control/Lens/Internal/Profunctor.hs:8)
Warning: 'Const' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 5 / 5) in 'Control.Lens.Internal.Review'
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
100% ( 3 / 3) in 'Control.Lens.Internal.Setter'
100% ( 15 / 15) in 'Control.Lens.Internal.Zoom'
100% ( 13 / 13) in 'Control.Lens.Internal'
Warning: 'Procompose' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'foo' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'nat' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 're' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unto' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'f' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'IndexedPreservingSetter'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'IndexedPreservingSetter' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'sets' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Indexed' is ambiguous. It is defined
* at src/Control/Lens/Internal/Indexed.hs:116:25
* at src/Control/Lens/Internal/Indexed.hs:116:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Lens/Internal/Indexed.hs:116:1
Warning: 'indices' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'v' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 's' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
88% ( 52 / 59) in 'Control.Lens.Type'
Missing documentation for:
Traversal1' (src/Control/Lens/Type.hs:215)
IndexedTraversal1 (src/Control/Lens/Type.hs:235)
IndexedTraversal1' (src/Control/Lens/Type.hs:236)
IndexedFold1 (src/Control/Lens/Type.hs:527)
IndexPreservingTraversal1 (src/Control/Lens/Type.hs:246)
IndexPreservingTraversal1' (src/Control/Lens/Type.hs:247)
IndexPreservingFold1 (src/Control/Lens/Type.hs:528)
Warning: 'setter' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'fresh' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Writer' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Reader' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Indexed' is ambiguous. It is defined
* at src/Control/Lens/Internal/Indexed.hs:116:25
* at src/Control/Lens/Internal/Indexed.hs:116:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Lens/Internal/Indexed.hs:116:1
100% ( 90 / 90) in 'Control.Lens.Setter'
Warning: 'getter' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'setter' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'view' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'pos' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'seek' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'IndexedPreservingLens' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Monad'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Yoneda' is ambiguous. It is defined
* in Data.Functor.Yoneda
* in Data.Functor.Yoneda
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Yoneda
Warning: 'foo' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bar' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'f' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% (119 /119) in 'Control.Lens.Lens'
100% ( 41 / 41) in 'Control.Lens.Tuple'
Warning: 'Const' is ambiguous. It is defined
* in Data.Functor.Const
* in Data.Functor.Const
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Const
Warning: 'r' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'failing' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 33 / 33) in 'Control.Lens.Getter'
Warning: 'Review'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 16 / 16) in 'Control.Lens.Review'
Warning: 'lift' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'hasn't' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: '^?' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'readMaybe' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
93% ( 30 / 32) in 'Control.Lens.Prism'
Missing documentation for:
Prefixed (src/Control/Lens/Prism.hs:388)
Suffixed (src/Control/Lens/Prism.hs:422)
Warning: 'Const' is ambiguous. It is defined
* in Data.Functor.Const
* in Data.Functor.Const
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Const
Warning: 'FoldWithIndex' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Indexed' is ambiguous. It is defined
* at src/Control/Lens/Internal/Indexed.hs:116:25
* at src/Control/Lens/Internal/Indexed.hs:116:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Lens/Internal/Indexed.hs:116:1
Warning: 'Endo' is ambiguous. It is defined
* in Data.Semigroup.Internal
* in Data.Semigroup.Internal
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Semigroup.Internal
Warning: 'Product' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ala' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Sum' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: '_1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: '_2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'for_' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'sequenceA_' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'asum' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'First' is ambiguous. It is defined
* in Data.Monoid
* in Data.Monoid
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Monoid
Warning: 's' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'headOf' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Last' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'maximum' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'getMax' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Max' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'minimum' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'getMin' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Min' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'minimumBy' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'toList' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'IndexedIso' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
99% (133 /134) in 'Control.Lens.Fold'
Missing documentation for:
ifolding (src/Control/Lens/Fold.hs:207)
Warning: 'Const' is ambiguous. It is defined
* in Data.Functor.Const
* in Data.Functor.Const
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Const
Warning: 'Indexed' is ambiguous. It is defined
* at src/Control/Lens/Internal/Indexed.hs:116:25
* at src/Control/Lens/Internal/Indexed.hs:116:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Lens/Internal/Indexed.hs:116:1
Warning: 'prism' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'iso' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'itraversed' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'itraverse' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'for' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'forM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'mapAccumR' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Backwards' is ambiguous. It is defined
* in Control.Applicative.Backwards
* in Control.Applicative.Backwards
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Applicative.Backwards
Warning: 'mapAccumL' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Bazaar' is ambiguous. It is defined
* at src/Control/Lens/Internal/Bazaar.hs:69:26
* at src/Control/Lens/Internal/Bazaar.hs:69:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Lens/Internal/Bazaar.hs:69:1
Warning: 'Bazaar1' is ambiguous. It is defined
* at src/Control/Lens/Internal/Bazaar.hs:261:27
* at src/Control/Lens/Internal/Bazaar.hs:261:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Lens/Internal/Bazaar.hs:261:1
Warning: 'Bind' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'foo' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bar' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Yoneda' is ambiguous. It is defined
* in Data.Functor.Yoneda
* in Data.Functor.Yoneda
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Yoneda
Warning: 'Curried' is ambiguous. It is defined
* in Data.Functor.Day.Curried
* in Data.Functor.Day.Curried
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Day.Curried
Warning: 'f' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
92% ( 92 /100) in 'Control.Lens.Traversal'
Missing documentation for:
Traversal1' (src/Control/Lens/Type.hs:215)
IndexedTraversal1 (src/Control/Lens/Type.hs:235)
IndexedTraversal1' (src/Control/Lens/Type.hs:236)
Traversing1 (src/Control/Lens/Traversal.hs:239)
Traversing1' (src/Control/Lens/Traversal.hs:245)
unsafePartsOf' (src/Control/Lens/Traversal.hs:658)
Traversable1
iunsafePartsOf' (src/Control/Lens/Traversal.hs:662)
100% ( 4 / 4) in 'Control.Lens.Level'
Warning: '(->)' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
95% ( 21 / 22) in 'Control.Lens.Reified'
Missing documentation for:
ReifiedIndexedFold (src/Control/Lens/Reified.hs:436)
Warning: 'Handler' is ambiguous. It is defined
* in Control.Exception
* in Control.Exception
* in Control.Monad.Catch
* in Control.Monad.Catch
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Monad.Catch
Warning: 'catches' is ambiguous. It is defined
* in Control.Exception
* in Control.Monad.Catch
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Monad.Catch
Warning: 'SomeException' is ambiguous. It is defined
* in GHC.Exception.Type
* in GHC.Exception.Type
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Exception.Type
100% ( 3 / 3) in 'Control.Lens.Internal.Exception'
Warning: 'Indexed' is ambiguous. It is defined
* at src/Control/Lens/Internal/Indexed.hs:116:25
* at src/Control/Lens/Internal/Indexed.hs:116:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Lens/Internal/Indexed.hs:116:1
92% ( 51 / 55) in 'Control.Lens.Indexed'
Missing documentation for:
ifoldMapBy (src/Control/Lens/Indexed.hs:283)
ifoldMapByOf (src/Control/Lens/Indexed.hs:286)
itraverseBy (src/Control/Lens/Indexed.hs:289)
itraverseByOf (src/Control/Lens/Indexed.hs:292)
Warning: 'createAndTrim' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 5 / 5) in 'Control.Lens.Internal.ByteString'
96% ( 24 / 25) in 'Control.Lens.Equality'
Missing documentation for:
cloneEquality (src/Control/Lens/Equality.hs:113)
Warning: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Text' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Magma' is ambiguous. It is defined
* at src/Control/Lens/Internal/Magma.hs:59:3
* at src/Control/Lens/Internal/Magma.hs:55:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Lens/Internal/Magma.hs:55:1
91% ( 51 / 56) in 'Control.Lens.Iso'
Missing documentation for:
Swapped (src/Control/Lens/Iso.hs:420)
Strict (src/Control/Lens/Iso.hs:412)
Lazy (src/Control/Lens/Iso.hs:416)
Reversed (src/Control/Lens/Iso.hs:424)
List (src/Control/Lens/Iso.hs:464)
33% ( 1 / 3) in 'Control.Lens.Empty'
Missing documentation for:
AsEmpty (src/Control/Lens/Empty.hs:69)
Empty (src/Control/Lens/Empty.hs:80)
93% ( 27 / 29) in 'Control.Lens.Cons'
Missing documentation for:
:< (src/Control/Lens/Cons.hs:92)
:> (src/Control/Lens/Cons.hs:99)
100% ( 6 / 6) in 'Control.Lens.Internal.Deque'
Warning: 'Sum' is ambiguous. It is defined
* in Data.Semigroup.Internal
* in Data.Semigroup.Internal
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Semigroup.Internal
72% ( 16 / 22) in 'Control.Lens.Wrapped'
Missing documentation for:
_Unwrapped' (src/Control/Lens/Wrapped.hs:218)
Rewrapped (src/Control/Lens/Wrapped.hs:212)
Rewrapping (src/Control/Lens/Wrapped.hs:214)
_Unwrapped (src/Control/Lens/Wrapped.hs:235)
Wrapped (src/Control/Lens/Wrapped.hs:204)
Unwrapped (src/Control/Lens/Wrapped.hs:208)
Warning: Control.Lens.Internal.TH: Could not find documentation for exported module: Control.Lens.Internal.TH
30% ( 14 / 46) in 'Control.Lens.Internal.TH'
Missing documentation for:
apValName (src/Control/Lens/Internal/TH.hs:254)
composeValName (src/Control/Lens/Internal/TH.hs:242)
fmapValName (src/Control/Lens/Internal/TH.hs:248)
idValName (src/Control/Lens/Internal/TH.hs:245)
pureValName (src/Control/Lens/Internal/TH.hs:251)
datatypeTypeKinded (src/Control/Lens/Internal/TH.hs:105)
isDataFamily (src/Control/Lens/Internal/TH.hs:159)
traversalTypeName (src/Control/Lens/Internal/TH.hs:181)
traversal'TypeName (src/Control/Lens/Internal/TH.hs:184)
lensTypeName (src/Control/Lens/Internal/TH.hs:187)
lens'TypeName (src/Control/Lens/Internal/TH.hs:190)
isoTypeName (src/Control/Lens/Internal/TH.hs:193)
iso'TypeName (src/Control/Lens/Internal/TH.hs:196)
getterTypeName (src/Control/Lens/Internal/TH.hs:199)
foldTypeName (src/Control/Lens/Internal/TH.hs:202)
prismTypeName (src/Control/Lens/Internal/TH.hs:205)
prism'TypeName (src/Control/Lens/Internal/TH.hs:208)
reviewTypeName (src/Control/Lens/Internal/TH.hs:211)
wrappedTypeName (src/Control/Lens/Internal/TH.hs:214)
unwrappedTypeName (src/Control/Lens/Internal/TH.hs:217)
rewrappedTypeName (src/Control/Lens/Internal/TH.hs:220)
_wrapped'ValName (src/Control/Lens/Internal/TH.hs:223)
isoValName (src/Control/Lens/Internal/TH.hs:226)
prismValName (src/Control/Lens/Internal/TH.hs:229)
untoValName (src/Control/Lens/Internal/TH.hs:232)
phantomValName (src/Control/Lens/Internal/TH.hs:235)
phantom2 (src/Control/Lens/Internal/TH.hs:238)
rightDataName (src/Control/Lens/Internal/TH.hs:257)
leftDataName (src/Control/Lens/Internal/TH.hs:260)
inlinePragma (src/Control/Lens/Internal/TH.hs:268)
TyVarBndrVis
bndrReq
Warning: 'RWS' is ambiguous. It is defined
* in Control.Monad.Trans.RWS.CPS
* in Control.Monad.Trans.RWS.Lazy
* in Control.Monad.Trans.RWS.Strict
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Monad.Trans.RWS.Strict
Warning: 'State' is ambiguous. It is defined
* in Control.Monad.Trans.State.Lazy
* in Control.Monad.Trans.State.Strict
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Monad.Trans.State.Strict
Warning: 'StateT' is ambiguous. It is defined
* in Control.Monad.Trans.State.Lazy
* in Control.Monad.Trans.State.Lazy
* in Control.Monad.Trans.State.Strict
* in Control.Monad.Trans.State.Strict
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Monad.Trans.State.Strict
Warning: 'RWST' is ambiguous. It is defined
* in Control.Monad.Trans.RWS.CPS
* in Control.Monad.Trans.RWS.Lazy
* in Control.Monad.Trans.RWS.Lazy
* in Control.Monad.Trans.RWS.Strict
* in Control.Monad.Trans.RWS.Strict
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Monad.Trans.RWS.Strict
Warning: 'Error' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ErrorT' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 5 / 5) in 'Control.Lens.Zoom'
Warning: 'holesOnOf' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 13 / 13) in 'Data.Data.Lens'
Warning: 'Context' is ambiguous. It is defined
* at src/Control/Lens/Internal/Context.hs:138:22
* at src/Control/Lens/Internal/Context.hs:138:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Lens/Internal/Context.hs:138:1
Warning: 'Pretext' is ambiguous. It is defined
* at src/Control/Lens/Internal/Context.hs:209:27
* at src/Control/Lens/Internal/Context.hs:209:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Lens/Internal/Context.hs:209:1
Warning: 'composOpMonoid' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'composOpMPlus' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'composOp' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'descend' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'composOpM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'descendM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'composOpM_' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'descendM_' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
96% ( 48 / 50) in 'Control.Lens.Plated'
Missing documentation for:
GPlated (src/Control/Lens/Plated.hs:758)
GPlated1 (src/Control/Lens/Plated.hs:799)
Warning: 'Set' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 4 / 4) in 'Data.HashSet.Lens'
50% ( 2 / 4) in 'Data.List.Lens'
Missing documentation for:
Prefixed (src/Control/Lens/Prism.hs:388)
Suffixed (src/Control/Lens/Prism.hs:422)
Warning: 'IndexedGetter' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'IndexedFold' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'IndexedLens'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'IndexedTraversal'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 2 / 2) in 'Data.Map.Lens'
100% ( 3 / 3) in 'Data.Set.Lens'
Warning: 'pack' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unpack' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Text' is ambiguous. It is defined
* at src/Data/Text/Lazy/Lens.hs:149:1
* in Data.Text.Internal.Lazy
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Text/Lazy/Lens.hs:149:1
Warning: 'fromLazyText' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'toLazyText' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'each' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
87% ( 7 / 8) in 'Data.Text.Lazy.Lens'
Missing documentation for:
Text (src/Data/Text/Lazy/Lens.hs:149)
Warning: 'pack' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unpack' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Text' is ambiguous. It is defined
* at src/Data/Text/Strict/Lens.hs:141:1
* in Data.Text.Internal
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Text/Strict/Lens.hs:141:1
Warning: 'fromText' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'toLazyText' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'each' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
87% ( 7 / 8) in 'Data.Text.Strict.Lens'
Missing documentation for:
Text (src/Data/Text/Strict/Lens.hs:141)
Warning: 'pack' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unpack' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'fromText' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
80% ( 4 / 5) in 'Data.Text.Lens'
Missing documentation for:
Text (src/Data/Text/Lens.hs:103)
Warning: 'ix' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 15 / 15) in 'Data.Vector.Generic.Lens'
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
100% ( 3 / 3) in 'Control.Lens.Each'
92% ( 13 / 14) in 'Control.Lens.At'
Missing documentation for:
Index (src/Control/Lens/At.hs:94)
Warning: 'Name' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* in Language.Haskell.TH.Syntax
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Language.Haskell.TH.Syntax
Warning: 'Fixity' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* in Language.Haskell.TH.Syntax
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Language.Haskell.TH.Syntax
Warning: 'NamespaceSpecifier' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'TySynEqn' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* in Language.Haskell.TH.Syntax
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Language.Haskell.TH.Syntax
Warning: 'DerivClause' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* in Language.Haskell.TH.Syntax
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Language.Haskell.TH.Syntax
Warning: 'ModName' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* in Language.Haskell.TH.Syntax
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Language.Haskell.TH.Syntax
24% ( 74 /307) in 'Language.Haskell.TH.Lens'
Missing documentation for:
locFileName (src/Language/Haskell/TH/Lens.hs:714)
locPackage (src/Language/Haskell/TH/Lens.hs:718)
locModule (src/Language/Haskell/TH/Lens.hs:722)
locStart (src/Language/Haskell/TH/Lens.hs:726)
locEnd (src/Language/Haskell/TH/Lens.hs:730)
funDepInputs (src/Language/Haskell/TH/Lens.hs:734)
funDepOutputs (src/Language/Haskell/TH/Lens.hs:739)
matchPattern (src/Language/Haskell/TH/Lens.hs:756)
matchBody (src/Language/Haskell/TH/Lens.hs:761)
matchDeclarations (src/Language/Haskell/TH/Lens.hs:766)
fixityPrecedence (src/Language/Haskell/TH/Lens.hs:771)
fixityDirection (src/Language/Haskell/TH/Lens.hs:776)
clausePattern (src/Language/Haskell/TH/Lens.hs:781)
clauseBody (src/Language/Haskell/TH/Lens.hs:786)
clauseDecs (src/Language/Haskell/TH/Lens.hs:791)
fieldExpName (src/Language/Haskell/TH/Lens.hs:744)
fieldExpExpression (src/Language/Haskell/TH/Lens.hs:747)
fieldPatName (src/Language/Haskell/TH/Lens.hs:750)
fieldPatPattern (src/Language/Haskell/TH/Lens.hs:753)
tySynEqnLHS (src/Language/Haskell/TH/Lens.hs:1753)
tySynEqnPatterns (src/Language/Haskell/TH/Lens.hs:1758)
tySynEqnResult (src/Language/Haskell/TH/Lens.hs:1765)
injectivityAnnOutput (src/Language/Haskell/TH/Lens.hs:796)
injectivityAnnInputs (src/Language/Haskell/TH/Lens.hs:801)
typeFamilyHeadName (src/Language/Haskell/TH/Lens.hs:806)
typeFamilyHeadTyVarBndrs (src/Language/Haskell/TH/Lens.hs:811)
typeFamilyHeadResultSig (src/Language/Haskell/TH/Lens.hs:816)
typeFamilyHeadInjectivityAnn (src/Language/Haskell/TH/Lens.hs:821)
bangSourceUnpackedness (src/Language/Haskell/TH/Lens.hs:826)
bangSourceStrictness (src/Language/Haskell/TH/Lens.hs:831)
derivClauseStrategy (src/Language/Haskell/TH/Lens.hs:837)
derivClauseCxt (src/Language/Haskell/TH/Lens.hs:842)
_ClassI (src/Language/Haskell/TH/Lens.hs:848)
_ClassOpI (src/Language/Haskell/TH/Lens.hs:856)
_TyConI (src/Language/Haskell/TH/Lens.hs:864)
_FamilyI (src/Language/Haskell/TH/Lens.hs:872)
_PrimTyConI (src/Language/Haskell/TH/Lens.hs:880)
_DataConI (src/Language/Haskell/TH/Lens.hs:888)
_VarI (src/Language/Haskell/TH/Lens.hs:896)
_TyVarI (src/Language/Haskell/TH/Lens.hs:904)
_PatSynI (src/Language/Haskell/TH/Lens.hs:913)
_FunD (src/Language/Haskell/TH/Lens.hs:922)
_ValD (src/Language/Haskell/TH/Lens.hs:930)
_TySynD (src/Language/Haskell/TH/Lens.hs:938)
_ClassD (src/Language/Haskell/TH/Lens.hs:946)
_InstanceD (src/Language/Haskell/TH/Lens.hs:954)
_SigD (src/Language/Haskell/TH/Lens.hs:1016)
_ForeignD (src/Language/Haskell/TH/Lens.hs:1024)
_PragmaD (src/Language/Haskell/TH/Lens.hs:1055)
_ClosedTypeFamilyD (src/Language/Haskell/TH/Lens.hs:1180)
_RoleAnnotD (src/Language/Haskell/TH/Lens.hs:1087)
_DefaultSigD (src/Language/Haskell/TH/Lens.hs:1118)
_DataFamilyD (src/Language/Haskell/TH/Lens.hs:1214)
_OpenTypeFamilyD (src/Language/Haskell/TH/Lens.hs:1222)
_PatSynD (src/Language/Haskell/TH/Lens.hs:1231)
_PatSynSigD (src/Language/Haskell/TH/Lens.hs:1239)
_ImplicitParamBindD (src/Language/Haskell/TH/Lens.hs:1249)
_DefaultD (src/Language/Haskell/TH/Lens.hs:1259)
_TypeDataD (src/Language/Haskell/TH/Lens.hs:1269)
_Unidir (src/Language/Haskell/TH/Lens.hs:1279)
_ImplBidir (src/Language/Haskell/TH/Lens.hs:1287)
_ExplBidir (src/Language/Haskell/TH/Lens.hs:1295)
_PrefixPatSyn (src/Language/Haskell/TH/Lens.hs:1303)
_InfixPatSyn (src/Language/Haskell/TH/Lens.hs:1311)
_RecordPatSyn (src/Language/Haskell/TH/Lens.hs:1319)
_NormalC (src/Language/Haskell/TH/Lens.hs:1328)
_RecC (src/Language/Haskell/TH/Lens.hs:1336)
_InfixC (src/Language/Haskell/TH/Lens.hs:1344)
_ForallC (src/Language/Haskell/TH/Lens.hs:1352)
_GadtC (src/Language/Haskell/TH/Lens.hs:1360)
_RecGadtC (src/Language/Haskell/TH/Lens.hs:1368)
_Overlappable (src/Language/Haskell/TH/Lens.hs:988)
_Overlapping (src/Language/Haskell/TH/Lens.hs:995)
_Overlaps (src/Language/Haskell/TH/Lens.hs:1002)
_Incoherent (src/Language/Haskell/TH/Lens.hs:1009)
_NoSourceUnpackedness (src/Language/Haskell/TH/Lens.hs:1376)
_SourceNoUnpack (src/Language/Haskell/TH/Lens.hs:1384)
_SourceUnpack (src/Language/Haskell/TH/Lens.hs:1392)
_NoSourceStrictness (src/Language/Haskell/TH/Lens.hs:1400)
_SourceLazy (src/Language/Haskell/TH/Lens.hs:1408)
_SourceStrict (src/Language/Haskell/TH/Lens.hs:1416)
_DecidedLazy (src/Language/Haskell/TH/Lens.hs:1424)
_DecidedStrict (src/Language/Haskell/TH/Lens.hs:1432)
_DecidedUnpack (src/Language/Haskell/TH/Lens.hs:1440)
_ImportF (src/Language/Haskell/TH/Lens.hs:1448)
_ExportF (src/Language/Haskell/TH/Lens.hs:1456)
_CCall (src/Language/Haskell/TH/Lens.hs:1464)
_StdCall (src/Language/Haskell/TH/Lens.hs:1472)
_CApi (src/Language/Haskell/TH/Lens.hs:1480)
_Prim (src/Language/Haskell/TH/Lens.hs:1488)
_JavaScript (src/Language/Haskell/TH/Lens.hs:1496)
_Unsafe (src/Language/Haskell/TH/Lens.hs:1504)
_Safe (src/Language/Haskell/TH/Lens.hs:1512)
_Interruptible (src/Language/Haskell/TH/Lens.hs:1520)
_InlineP (src/Language/Haskell/TH/Lens.hs:1528)
_SpecialiseP (src/Language/Haskell/TH/Lens.hs:1536)
_SpecialiseInstP (src/Language/Haskell/TH/Lens.hs:1546)
_AnnP (src/Language/Haskell/TH/Lens.hs:1577)
_LineP (src/Language/Haskell/TH/Lens.hs:1585)
_CompleteP (src/Language/Haskell/TH/Lens.hs:1594)
_OpaqueP (src/Language/Haskell/TH/Lens.hs:1604)
_NoInline (src/Language/Haskell/TH/Lens.hs:1623)
_Inline (src/Language/Haskell/TH/Lens.hs:1631)
_Inlinable (src/Language/Haskell/TH/Lens.hs:1639)
_ConLike (src/Language/Haskell/TH/Lens.hs:1647)
_FunLike (src/Language/Haskell/TH/Lens.hs:1655)
_AllPhases (src/Language/Haskell/TH/Lens.hs:1663)
_FromPhase (src/Language/Haskell/TH/Lens.hs:1671)
_BeforePhase (src/Language/Haskell/TH/Lens.hs:1679)
_RuleVar (src/Language/Haskell/TH/Lens.hs:1687)
_TypedRuleVar (src/Language/Haskell/TH/Lens.hs:1695)
_ModuleAnnotation (src/Language/Haskell/TH/Lens.hs:1703)
_TypeAnnotation (src/Language/Haskell/TH/Lens.hs:1711)
_ValueAnnotation (src/Language/Haskell/TH/Lens.hs:1719)
_FunDep (src/Language/Haskell/TH/Lens.hs:1727)
_InfixL (src/Language/Haskell/TH/Lens.hs:1781)
_InfixR (src/Language/Haskell/TH/Lens.hs:1789)
_InfixN (src/Language/Haskell/TH/Lens.hs:1797)
_VarE (src/Language/Haskell/TH/Lens.hs:1805)
_ConE (src/Language/Haskell/TH/Lens.hs:1813)
_LitE (src/Language/Haskell/TH/Lens.hs:1821)
_AppE (src/Language/Haskell/TH/Lens.hs:1829)
_AppTypeE (src/Language/Haskell/TH/Lens.hs:1838)
_InfixE (src/Language/Haskell/TH/Lens.hs:1847)
_UInfixE (src/Language/Haskell/TH/Lens.hs:1855)
_ParensE (src/Language/Haskell/TH/Lens.hs:1863)
_LamE (src/Language/Haskell/TH/Lens.hs:1871)
_LamCaseE (src/Language/Haskell/TH/Lens.hs:1879)
_UnboxedSumE (src/Language/Haskell/TH/Lens.hs:1922)
_CondE (src/Language/Haskell/TH/Lens.hs:1931)
_MultiIfE (src/Language/Haskell/TH/Lens.hs:1939)
_LetE (src/Language/Haskell/TH/Lens.hs:1947)
_CaseE (src/Language/Haskell/TH/Lens.hs:1955)
_CompE (src/Language/Haskell/TH/Lens.hs:1986)
_ArithSeqE (src/Language/Haskell/TH/Lens.hs:1994)
_ListE (src/Language/Haskell/TH/Lens.hs:2002)
_SigE (src/Language/Haskell/TH/Lens.hs:2010)
_RecConE (src/Language/Haskell/TH/Lens.hs:2018)
_RecUpdE (src/Language/Haskell/TH/Lens.hs:2026)
_StaticE (src/Language/Haskell/TH/Lens.hs:2034)
_UnboundVarE (src/Language/Haskell/TH/Lens.hs:2042)
_LabelE (src/Language/Haskell/TH/Lens.hs:2051)
_ImplicitParamVarE (src/Language/Haskell/TH/Lens.hs:2084)
_GetFieldE (src/Language/Haskell/TH/Lens.hs:2094)
_ProjectionE (src/Language/Haskell/TH/Lens.hs:2102)
_LamCasesE (src/Language/Haskell/TH/Lens.hs:2112)
_TypedBracketE (src/Language/Haskell/TH/Lens.hs:2122)
_TypedSpliceE (src/Language/Haskell/TH/Lens.hs:2130)
_GuardedB (src/Language/Haskell/TH/Lens.hs:2175)
_NormalB (src/Language/Haskell/TH/Lens.hs:2183)
_NormalG (src/Language/Haskell/TH/Lens.hs:2191)
_PatG (src/Language/Haskell/TH/Lens.hs:2199)
_BindS (src/Language/Haskell/TH/Lens.hs:2207)
_LetS (src/Language/Haskell/TH/Lens.hs:2215)
_NoBindS (src/Language/Haskell/TH/Lens.hs:2223)
_ParS (src/Language/Haskell/TH/Lens.hs:2231)
_RecS (src/Language/Haskell/TH/Lens.hs:2240)
_FromR (src/Language/Haskell/TH/Lens.hs:2249)
_FromThenR (src/Language/Haskell/TH/Lens.hs:2257)
_FromToR (src/Language/Haskell/TH/Lens.hs:2265)
_FromThenToR (src/Language/Haskell/TH/Lens.hs:2273)
_CharL (src/Language/Haskell/TH/Lens.hs:2281)
_StringL (src/Language/Haskell/TH/Lens.hs:2289)
_IntegerL (src/Language/Haskell/TH/Lens.hs:2297)
_RationalL (src/Language/Haskell/TH/Lens.hs:2305)
_IntPrimL (src/Language/Haskell/TH/Lens.hs:2313)
_WordPrimL (src/Language/Haskell/TH/Lens.hs:2321)
_FloatPrimL (src/Language/Haskell/TH/Lens.hs:2329)
_DoublePrimL (src/Language/Haskell/TH/Lens.hs:2337)
_StringPrimL (src/Language/Haskell/TH/Lens.hs:2345)
_CharPrimL (src/Language/Haskell/TH/Lens.hs:2353)
_BytesPrimL (src/Language/Haskell/TH/Lens.hs:2362)
_LitP (src/Language/Haskell/TH/Lens.hs:2371)
_VarP (src/Language/Haskell/TH/Lens.hs:2379)
_TupP (src/Language/Haskell/TH/Lens.hs:2387)
_UnboxedTupP (src/Language/Haskell/TH/Lens.hs:2395)
_UnboxedSumP (src/Language/Haskell/TH/Lens.hs:2404)
_InfixP (src/Language/Haskell/TH/Lens.hs:2436)
_UInfixP (src/Language/Haskell/TH/Lens.hs:2444)
_ParensP (src/Language/Haskell/TH/Lens.hs:2452)
_TildeP (src/Language/Haskell/TH/Lens.hs:2460)
_BangP (src/Language/Haskell/TH/Lens.hs:2468)
_AsP (src/Language/Haskell/TH/Lens.hs:2476)
_WildP (src/Language/Haskell/TH/Lens.hs:2484)
_RecP (src/Language/Haskell/TH/Lens.hs:2492)
_ListP (src/Language/Haskell/TH/Lens.hs:2500)
_SigP (src/Language/Haskell/TH/Lens.hs:2508)
_ViewP (src/Language/Haskell/TH/Lens.hs:2516)
_ForallT (src/Language/Haskell/TH/Lens.hs:2552)
_AppT (src/Language/Haskell/TH/Lens.hs:2560)
_SigT (src/Language/Haskell/TH/Lens.hs:2568)
_VarT (src/Language/Haskell/TH/Lens.hs:2576)
_ConT (src/Language/Haskell/TH/Lens.hs:2584)
_PromotedT (src/Language/Haskell/TH/Lens.hs:2592)
_TupleT (src/Language/Haskell/TH/Lens.hs:2600)
_UnboxedTupleT (src/Language/Haskell/TH/Lens.hs:2608)
_UnboxedSumT (src/Language/Haskell/TH/Lens.hs:2617)
_ArrowT (src/Language/Haskell/TH/Lens.hs:2626)
_EqualityT (src/Language/Haskell/TH/Lens.hs:2634)
_ListT (src/Language/Haskell/TH/Lens.hs:2642)
_PromotedTupleT (src/Language/Haskell/TH/Lens.hs:2650)
_PromotedNilT (src/Language/Haskell/TH/Lens.hs:2658)
_PromotedConsT (src/Language/Haskell/TH/Lens.hs:2666)
_StarT (src/Language/Haskell/TH/Lens.hs:2674)
_ConstraintT (src/Language/Haskell/TH/Lens.hs:2682)
_LitT (src/Language/Haskell/TH/Lens.hs:2690)
_InfixT (src/Language/Haskell/TH/Lens.hs:2698)
_UInfixT (src/Language/Haskell/TH/Lens.hs:2706)
_ParensT (src/Language/Haskell/TH/Lens.hs:2714)
_WildCardT (src/Language/Haskell/TH/Lens.hs:2722)
_AppKindT (src/Language/Haskell/TH/Lens.hs:2731)
_ImplicitParamT (src/Language/Haskell/TH/Lens.hs:2739)
_ForallVisT (src/Language/Haskell/TH/Lens.hs:2749)
_MulArrowT (src/Language/Haskell/TH/Lens.hs:2759)
_PromotedInfixT (src/Language/Haskell/TH/Lens.hs:2769)
_PromotedUInfixT (src/Language/Haskell/TH/Lens.hs:2777)
_SpecifiedSpec (src/Language/Haskell/TH/Lens.hs:2787)
_InferredSpec (src/Language/Haskell/TH/Lens.hs:2795)
_BndrReq (src/Language/Haskell/TH/Lens.hs:2805)
_BndrInvis (src/Language/Haskell/TH/Lens.hs:2813)
_NoSig (src/Language/Haskell/TH/Lens.hs:2868)
_KindSig (src/Language/Haskell/TH/Lens.hs:2876)
_TyVarSig (src/Language/Haskell/TH/Lens.hs:2884)
_NumTyLit (src/Language/Haskell/TH/Lens.hs:2892)
_StrTyLit (src/Language/Haskell/TH/Lens.hs:2900)
_CharTyLit (src/Language/Haskell/TH/Lens.hs:2909)
_NominalR (src/Language/Haskell/TH/Lens.hs:2918)
_RepresentationalR (src/Language/Haskell/TH/Lens.hs:2926)
_PhantomR (src/Language/Haskell/TH/Lens.hs:2934)
_InferR (src/Language/Haskell/TH/Lens.hs:2942)
_StockStrategy (src/Language/Haskell/TH/Lens.hs:2951)
_AnyclassStrategy (src/Language/Haskell/TH/Lens.hs:2959)
_NewtypeStrategy (src/Language/Haskell/TH/Lens.hs:2967)
Warning: 'Prism' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Iso' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 4 / 4) in 'Control.Lens.Internal.PrismTH'
Warning: 's' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'OpticStab' is ambiguous. It is defined
* at src/Control/Lens/Internal/FieldTH.hs:216:18
* at src/Control/Lens/Internal/FieldTH.hs:216:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Lens/Internal/FieldTH.hs:216:1
77% ( 7 / 9) in 'Control.Lens.Internal.FieldTH'
Missing documentation for:
makeFieldOpticsForDec (src/Control/Lens/Internal/FieldTH.hs:80)
makeFieldOpticsForDec' (src/Control/Lens/Internal/FieldTH.hs:83)
Warning: 'Name' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* in Language.Haskell.TH.Syntax
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Language.Haskell.TH.Syntax
Warning: 'LensRules' is ambiguous. It is defined
* at src/Control/Lens/Internal/FieldTH.hs:649:18
* at src/Control/Lens/Internal/FieldTH.hs:649:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Lens/Internal/FieldTH.hs:649:1
Warning: 'Prism'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Wrapped' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'DatatypeInfo' is ambiguous. It is defined
* in Language.Haskell.TH.Datatype
* in Language.Haskell.TH.Datatype
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Language.Haskell.TH.Datatype
Warning: '_name' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: '_fooName' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
96% ( 63 / 65) in 'Control.Lens.TH'
Missing documentation for:
defaultFieldRules (src/Control/Lens/TH.hs:800)
generateRecordSyntax (src/Control/Lens/TH.hs:168)
100% ( 23 / 23) in 'Control.Lens'
23% ( 4 / 17) in 'GHC.Generics.Lens'
Missing documentation for:
_V1 (src/GHC/Generics/Lens.hs:77)
_U1 (src/GHC/Generics/Lens.hs:81)
_Par1 (src/GHC/Generics/Lens.hs:85)
_Rec1 (src/GHC/Generics/Lens.hs:89)
_K1 (src/GHC/Generics/Lens.hs:93)
_M1 (src/GHC/Generics/Lens.hs:97)
_L1 (src/GHC/Generics/Lens.hs:101)
_UAddr (src/GHC/Generics/Lens.hs:120)
_UChar (src/GHC/Generics/Lens.hs:127)
_UDouble (src/GHC/Generics/Lens.hs:134)
_UFloat (src/GHC/Generics/Lens.hs:141)
_UInt (src/GHC/Generics/Lens.hs:148)
_UWord (src/GHC/Generics/Lens.hs:155)
100% ( 9 / 9) in 'Data.Vector.Lens'
100% ( 3 / 3) in 'Data.Typeable.Lens'
100% ( 3 / 3) in 'Data.Tree.Lens'
100% ( 7 / 7) in 'Data.Sequence.Lens'
100% ( 4 / 4) in 'Data.IntSet.Lens'
66% ( 8 / 12) in 'Data.Complex.Lens'
Missing documentation for:
Polar (src/Data/Complex/Lens.hs:85)
Real (src/Data/Complex/Lens.hs:89)
Imaginary (src/Data/Complex/Lens.hs:92)
Conjugate (src/Data/Complex/Lens.hs:147)
77% ( 7 / 9) in 'Data.ByteString.Strict.Lens'
Missing documentation for:
Bytes (src/Data/ByteString/Strict/Lens.hs:139)
Chars (src/Data/ByteString/Strict/Lens.hs:143)
77% ( 7 / 9) in 'Data.ByteString.Lazy.Lens'
Missing documentation for:
Bytes (src/Data/ByteString/Lazy/Lens.hs:141)
Chars (src/Data/ByteString/Lazy/Lens.hs:145)
Warning: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
66% ( 4 / 6) in 'Data.ByteString.Lens'
Missing documentation for:
Bytes (src/Data/ByteString/Lens.hs:110)
Chars (src/Data/ByteString/Lens.hs:114)
100% ( 17 / 17) in 'Data.Bits.Lens'
100% ( 3 / 3) in 'Data.Array.Lens'
100% ( 2 / 2) in 'Control.Seq.Lens'
100% ( 5 / 5) in 'Control.Parallel.Strategies.Lens'
100% ( 16 / 16) in 'Control.Monad.Error.Lens'
100% ( 4 / 4) in 'Control.Lens.Unsound'
100% ( 15 / 15) in 'Control.Lens.Profunctor'
100% (149 /149) in 'Control.Lens.Operators'
100% ( 3 / 3) in 'Control.Lens.Extras'
94% (631 /671) in 'Control.Lens.Combinators'
Missing documentation for:
List (src/Control/Lens/Iso.hs:464)
Empty (src/Control/Lens/Empty.hs:80)
Strict (src/Control/Lens/Iso.hs:412)
Lazy (src/Control/Lens/Iso.hs:416)
Traversable1
Wrapped (src/Control/Lens/Wrapped.hs:204)
Index (src/Control/Lens/At.hs:94)
AsEmpty (src/Control/Lens/Empty.hs:69)
cloneEquality (src/Control/Lens/Equality.hs:113)
ReifiedIndexedFold (src/Control/Lens/Reified.hs:436)
ifolding (src/Control/Lens/Fold.hs:207)
ifoldMapBy (src/Control/Lens/Indexed.hs:283)
ifoldMapByOf (src/Control/Lens/Indexed.hs:286)
itraverseBy (src/Control/Lens/Indexed.hs:289)
itraverseByOf (src/Control/Lens/Indexed.hs:292)
Swapped (src/Control/Lens/Iso.hs:420)
Reversed (src/Control/Lens/Iso.hs:424)
GPlated (src/Control/Lens/Plated.hs:758)
GPlated1 (src/Control/Lens/Plated.hs:799)
Prefixed (src/Control/Lens/Prism.hs:388)
Suffixed (src/Control/Lens/Prism.hs:422)
defaultFieldRules (src/Control/Lens/TH.hs:800)
generateRecordSyntax (src/Control/Lens/TH.hs:168)
Traversal1' (src/Control/Lens/Type.hs:215)
IndexedTraversal1 (src/Control/Lens/Type.hs:235)
IndexedTraversal1' (src/Control/Lens/Type.hs:236)
Traversing1 (src/Control/Lens/Traversal.hs:239)
Traversing1' (src/Control/Lens/Traversal.hs:245)
unsafePartsOf' (src/Control/Lens/Traversal.hs:658)
iunsafePartsOf' (src/Control/Lens/Traversal.hs:662)
IndexedFold1 (src/Control/Lens/Type.hs:527)
IndexPreservingTraversal1 (src/Control/Lens/Type.hs:246)
IndexPreservingTraversal1' (src/Control/Lens/Type.hs:247)
IndexPreservingFold1 (src/Control/Lens/Type.hs:528)
_Unwrapped' (src/Control/Lens/Wrapped.hs:218)
Rewrapped (src/Control/Lens/Wrapped.hs:212)
Rewrapping (src/Control/Lens/Wrapped.hs:214)
_Unwrapped (src/Control/Lens/Wrapped.hs:235)
Unwrapped (src/Control/Lens/Wrapped.hs:178)
Unwrapped (src/Control/Lens/Wrapped.hs:208)
Warning: 'HandlingException' is ambiguous. It is defined
* at src/Control/Lens/Internal/Exception.hs:147:26
* at src/Control/Lens/Internal/Exception.hs:147:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Lens/Internal/Exception.hs:147:1
Warning: 'SomeException' is ambiguous. It is defined
* in GHC.Exception.Type
* in GHC.Exception.Type
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Exception.Type
Warning: 'CompactionFailed' is ambiguous. It is defined
* in GHC.IO.Exception
* in GHC.IO.Exception
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.IO.Exception
Warning: 'TypeError' is ambiguous. It is defined
* in Control.Exception.Base
* in Control.Exception.Base
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Exception.Base
Warning: 'AllocationLimitExceeded' is ambiguous. It is defined
* in GHC.IO.Exception
* in GHC.IO.Exception
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.IO.Exception
Warning: 'ErrorCall' is ambiguous. It is defined
* in GHC.Exception
* in GHC.Exception
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Exception
Warning: 'RecUpdError' is ambiguous. It is defined
* in Control.Exception.Base
* in Control.Exception.Base
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Exception.Base
Warning: 'RecSelError' is ambiguous. It is defined
* in Control.Exception.Base
* in Control.Exception.Base
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Exception.Base
Warning: 'RecConError' is ambiguous. It is defined
* in Control.Exception.Base
* in Control.Exception.Base
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Exception.Base
Warning: 'PatternMatchFail' is ambiguous. It is defined
* in Control.Exception.Base
* in Control.Exception.Base
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Exception.Base
Warning: 'NoMethodError' is ambiguous. It is defined
* in Control.Exception.Base
* in Control.Exception.Base
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Exception.Base
Warning: 'Deadlock' is ambiguous. It is defined
* in GHC.IO.Exception
* in GHC.IO.Exception
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.IO.Exception
Warning: 'BlockedIndefinitelyOnSTM' is ambiguous. It is defined
* in GHC.IO.Exception
* in GHC.IO.Exception
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.IO.Exception
Warning: 'BlockedIndefinitelyOnMVar' is ambiguous. It is defined
* in GHC.IO.Exception
* in GHC.IO.Exception
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.IO.Exception
Warning: 'NestedAtomically' is ambiguous. It is defined
* in Control.Exception.Base
* in Control.Exception.Base
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Exception.Base
Warning: 'NonTermination' is ambiguous. It is defined
* in Control.Exception.Base
* in Control.Exception.Base
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Exception.Base
Warning: 'AssertionFailed' is ambiguous. It is defined
* in GHC.IO.Exception
* in GHC.IO.Exception
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.IO.Exception
Warning: 'isInfixOf' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
59% ( 72 /121) in 'Control.Exception.Lens'
Missing documentation for:
Exception (src/Control/Exception/Lens.hs:197)
IOException_ (src/Control/Exception/Lens.hs:456)
ArithException_ (src/Control/Exception/Lens.hs:473)
Overflow_ (src/Control/Exception/Lens.hs:501)
Underflow_ (src/Control/Exception/Lens.hs:521)
LossOfPrecision_ (src/Control/Exception/Lens.hs:541)
DivideByZero_ (src/Control/Exception/Lens.hs:561)
Denormal_ (src/Control/Exception/Lens.hs:581)
RatioZeroDenominator_ (src/Control/Exception/Lens.hs:601)
ArrayException_ (src/Control/Exception/Lens.hs:627)
IndexOutOfBounds_ (src/Control/Exception/Lens.hs:647)
UndefinedElement_ (src/Control/Exception/Lens.hs:667)
AssertionFailed__ (src/Control/Exception/Lens.hs:714)
AssertionFailed_ (src/Control/Exception/Lens.hs:718)
AsyncException_ (src/Control/Exception/Lens.hs:744)
StackOverflow_ (src/Control/Exception/Lens.hs:762)
HeapOverflow_ (src/Control/Exception/Lens.hs:785)
ThreadKilled_ (src/Control/Exception/Lens.hs:803)
UserInterrupt_ (src/Control/Exception/Lens.hs:821)
NonTermination__ (src/Control/Exception/Lens.hs:861)
NonTermination_ (src/Control/Exception/Lens.hs:865)
NestedAtomically__ (src/Control/Exception/Lens.hs:904)
NestedAtomically_ (src/Control/Exception/Lens.hs:908)
BlockedIndefinitelyOnMVar__ (src/Control/Exception/Lens.hs:948)
BlockedIndefinitelyOnMVar_ (src/Control/Exception/Lens.hs:952)
BlockedIndefinitelyOnSTM__ (src/Control/Exception/Lens.hs:992)
BlockedIndefinitelyOnSTM_ (src/Control/Exception/Lens.hs:996)
Deadlock__ (src/Control/Exception/Lens.hs:1035)
Deadlock_ (src/Control/Exception/Lens.hs:1039)
NoMethodError__ (src/Control/Exception/Lens.hs:1078)
NoMethodError_ (src/Control/Exception/Lens.hs:1082)
PatternMatchFail__ (src/Control/Exception/Lens.hs:1120)
PatternMatchFail_ (src/Control/Exception/Lens.hs:1124)
RecConError__ (src/Control/Exception/Lens.hs:1163)
RecConError_ (src/Control/Exception/Lens.hs:1167)
RecSelError__ (src/Control/Exception/Lens.hs:1207)
RecSelError_ (src/Control/Exception/Lens.hs:1211)
RecUpdError__ (src/Control/Exception/Lens.hs:1251)
RecUpdError_ (src/Control/Exception/Lens.hs:1255)
ErrorCall__ (src/Control/Exception/Lens.hs:1298)
ErrorCall_ (src/Control/Exception/Lens.hs:1302)
AllocationLimitExceeded__ (src/Control/Exception/Lens.hs:1341)
AllocationLimitExceeded_ (src/Control/Exception/Lens.hs:1345)
TypeError__ (src/Control/Exception/Lens.hs:1384)
TypeError_ (src/Control/Exception/Lens.hs:1388)
CompactionFailed__ (src/Control/Exception/Lens.hs:1428)
CompactionFailed_ (src/Control/Exception/Lens.hs:1432)
HandlingException__ (src/Control/Exception/Lens.hs:1472)
HandlingException_ (src/Control/Exception/Lens.hs:1476)
Warning: 'SomeException' is ambiguous. It is defined
* in GHC.Exception.Type
* in GHC.Exception.Type
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Exception.Type
66% ( 2 / 3) in 'Data.Dynamic.Lens'
Missing documentation for:
Dynamic (src/Data/Dynamic/Lens.hs:48)
93% ( 15 / 16) in 'Numeric.Lens'
Missing documentation for:
Integral (src/Numeric/Lens.hs:57)
100% ( 7 / 7) in 'Numeric.Natural.Lens'
Warning: 'SomeException' is ambiguous. It is defined
* in GHC.Exception.Type
* in GHC.Exception.Type
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Exception.Type
66% ( 4 / 6) in 'System.Exit.Lens'
Missing documentation for:
ExitFailure_ (src/System/Exit/Lens.hs:76)
ExitSuccess_ (src/System/Exit/Lens.hs:72)
100% ( 19 / 19) in 'System.FilePath.Lens'
32% ( 9 / 28) in 'System.IO.Error.Lens'
Missing documentation for:
_AlreadyExists (src/System/IO/Error/Lens.hs:64)
_NoSuchThing (src/System/IO/Error/Lens.hs:67)
_ResourceBusy (src/System/IO/Error/Lens.hs:70)
_ResourceExhausted (src/System/IO/Error/Lens.hs:73)
_EOF (src/System/IO/Error/Lens.hs:76)
_IllegalOperation (src/System/IO/Error/Lens.hs:79)
_PermissionDenied (src/System/IO/Error/Lens.hs:82)
_UserError (src/System/IO/Error/Lens.hs:85)
_UnsatisfiedConstraints (src/System/IO/Error/Lens.hs:88)
_SystemError (src/System/IO/Error/Lens.hs:91)
_ProtocolError (src/System/IO/Error/Lens.hs:94)
_OtherError (src/System/IO/Error/Lens.hs:97)
_InvalidArgument (src/System/IO/Error/Lens.hs:100)
_InappropriateType (src/System/IO/Error/Lens.hs:103)
_HardwareFault (src/System/IO/Error/Lens.hs:106)
_UnsupportedOperation (src/System/IO/Error/Lens.hs:109)
_TimeExpired (src/System/IO/Error/Lens.hs:112)
_ResourceVanished (src/System/IO/Error/Lens.hs:115)
_Interrupted (src/System/IO/Error/Lens.hs:118)
Warning: Control.Lens.Internal.CTypes: could not find link destinations for:
- GHC.Generics.D:R:UReckPtrp0
- GHC.Generics.Rep_R:UReckPtrp
- GHC.Generics.Rep1_R:UReckPtrp
Warning: Control.Lens.Internal.Iso: could not find link destinations for:
- Data.Vector.Vector
- Data.Vector.Primitive.Vector
- Data.Vector.Storable.Vector
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Unboxed.Base.Vector
- Data.Vector.Strict.Vector
Warning: Control.Lens.Internal.Indexed: could not find link destinations for:
- Control.Lens.Internal.Indexed.D:R:CorepIndexed
- Control.Lens.Internal.Indexed.D:R:RepIndexed
Warning: Control.Lens.Setter: could not find link destinations for:
- Data.Functor.Identity.Rep_Identity
- Data.Functor.Identity.Rep1_Identity
- Data.Vector.Generic.Base.Vector
- Data.Vector.Generic.Base.Mutable
- Data.Vector.Unboxed.Base.MVector
- Data.Vector.Unboxed.Base.MV_Identity
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Unboxed.Base.Vector
- Data.Vector.Generic.Base.basicLength
- Data.Vector.Generic.Base.basicUnsafeCopy
- Data.Vector.Generic.Base.basicUnsafeFreeze
- Data.Vector.Generic.Base.basicUnsafeIndexM
- Data.Vector.Generic.Base.basicUnsafeSlice
- Data.Vector.Generic.Base.basicUnsafeThaw
- Data.Vector.Generic.Base.elemseq
- Data.Vector.Generic.Mutable.Base.MVector
- Data.Vector.Generic.Mutable.Base.basicUnsafeWrite
- Data.Vector.Unboxed.Base.V_Identity
- Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0
- Data.Vector.Unboxed.Base.D:R:VectorIdentity0
- Data.Vector.Generic.Mutable.Base.basicClear
- Data.Vector.Generic.Mutable.Base.basicInitialize
- Data.Vector.Generic.Mutable.Base.basicLength
- Data.Vector.Generic.Mutable.Base.basicOverlaps
- Data.Vector.Generic.Mutable.Base.basicSet
- Data.Vector.Generic.Mutable.Base.basicUnsafeCopy
- Data.Vector.Generic.Mutable.Base.basicUnsafeGrow
- Data.Vector.Generic.Mutable.Base.basicUnsafeMove
- Data.Vector.Generic.Mutable.Base.basicUnsafeNew
- Data.Vector.Generic.Mutable.Base.basicUnsafeRead
- Data.Vector.Generic.Mutable.Base.basicUnsafeReplicate
- Data.Vector.Generic.Mutable.Base.basicUnsafeSlice
- Data.Functor.Rep.D:R:RepIdentity
- Control.Lens.Wrapped.D:R:UnwrappedIdentity
Warning: Control.Lens.Tuple: could not find link destinations for:
- Control.Lens.Tuple.N18
- Control.Lens.Tuple.N17
- Control.Lens.Tuple.N16
- Control.Lens.Tuple.N15
- Control.Lens.Tuple.N14
- Control.Lens.Tuple.N13
- Control.Lens.Tuple.N12
- Control.Lens.Tuple.N11
- Control.Lens.Tuple.N10
- Control.Lens.Tuple.N9
- Control.Lens.Tuple.N8
- Control.Lens.Tuple.N7
- Control.Lens.Tuple.N6
- Control.Lens.Tuple.N5
- Control.Lens.Tuple.N4
- Control.Lens.Tuple.N3
- Control.Lens.Tuple.N2
- Control.Lens.Tuple.N1
- Control.Lens.Tuple.N0
- Control.Lens.Tuple.GIxed
Warning: Control.Lens.Getter: could not find link destinations for:
- Data.Functor.Const.Rep_Const
- Data.Functor.Const.Rep1_Const
- Data.Vector.Generic.Base.Vector
- Data.Vector.Generic.Base.Mutable
- Data.Vector.Unboxed.Base.MVector
- Data.Vector.Unboxed.Base.MV_Const
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Unboxed.Base.Vector
- Data.Vector.Generic.Base.basicLength
- Data.Vector.Generic.Base.basicUnsafeCopy
- Data.Vector.Generic.Base.basicUnsafeFreeze
- Data.Vector.Generic.Base.basicUnsafeIndexM
- Data.Vector.Generic.Base.basicUnsafeSlice
- Data.Vector.Generic.Base.basicUnsafeThaw
- Data.Vector.Generic.Base.elemseq
- Data.Vector.Generic.Mutable.Base.MVector
- Data.Vector.Generic.Mutable.Base.basicUnsafeWrite
- Data.Vector.Unboxed.Base.V_Const
- Data.Vector.Unboxed.Base.D:R:MVectorsConst0
- Data.Vector.Unboxed.Base.D:R:VectorConst0
- Data.Vector.Generic.Mutable.Base.basicClear
- Data.Vector.Generic.Mutable.Base.basicInitialize
- Data.Vector.Generic.Mutable.Base.basicLength
- Data.Vector.Generic.Mutable.Base.basicOverlaps
- Data.Vector.Generic.Mutable.Base.basicSet
- Data.Vector.Generic.Mutable.Base.basicUnsafeCopy
- Data.Vector.Generic.Mutable.Base.basicUnsafeGrow
- Data.Vector.Generic.Mutable.Base.basicUnsafeMove
- Data.Vector.Generic.Mutable.Base.basicUnsafeNew
- Data.Vector.Generic.Mutable.Base.basicUnsafeRead
- Data.Vector.Generic.Mutable.Base.basicUnsafeReplicate
- Data.Vector.Generic.Mutable.Base.basicUnsafeSlice
- Control.Lens.Wrapped.D:R:UnwrappedConst
Warning: Control.Lens.Fold: could not find link destinations for:
- Control.Lens.Fold.ifoldr
Warning: Control.Lens.Traversal: could not find link destinations for:
- Data.Vector.Vector
- Data.Vector.Strict.Vector
- Data.Profunctor.Traversing.Baz
Warning: Control.Lens.Reified: could not find link destinations for:
- Control.Lens.Reified.D:R:RepReifiedGetter
- Control.Lens.Reified.D:R:CorepReifiedGetter
- Control.Lens.Reified.D:R:RepReifiedIndexedGetter
- Control.Lens.Reified.D:R:RepReifiedFold
- Control.Lens.Reified.D:R:RepReifiedIndexedFold
Warning: Control.Lens.Indexed: could not find link destinations for:
- Control.Lens.Internal.Indexed.D:R:CorepIndexed
- Control.Lens.Internal.Indexed.D:R:RepIndexed
Warning: Control.Lens.Iso: could not find link destinations for:
- Data.Vector.Vector
- Data.Vector.Primitive.Vector
- Data.Vector.Storable.Vector
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Unboxed.Base.Vector
- Data.Vector.Strict.Vector
- Data.Profunctor.Traversing.Baz
- Data.Profunctor.Traversing.Bazaar
Warning: Control.Lens.Empty: could not find link destinations for:
- Data.Vector.Vector
- Data.Vector.Primitive.Vector
- Data.Vector.Storable.Vector
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Unboxed.Base.Vector
- Data.Vector.Strict.Vector
Warning: Control.Lens.Cons: could not find link destinations for:
- Data.Vector.Vector
- Data.Vector.Primitive.Vector
- Data.Vector.Storable.Vector
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Unboxed.Base.Vector
- Data.Vector.Strict.Vector
Warning: Control.Lens.Wrapped: could not find link destinations for:
- Data.Vector.Vector
- Data.Vector.Primitive.Vector
- Data.Vector.Storable.Vector
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Unboxed.Base.Vector
- Data.Vector.Strict.Vector
- Control.Lens.Wrapped.GUnwrapped
- Control.Lens.Wrapped.D:R:UnwrappedCTimer
- Control.Lens.Wrapped.D:R:UnwrappedCKey
- Control.Lens.Wrapped.D:R:UnwrappedCId
- Control.Lens.Wrapped.D:R:UnwrappedCFsFilCnt
- Control.Lens.Wrapped.D:R:UnwrappedCFsBlkCnt
- Control.Lens.Wrapped.D:R:UnwrappedCClockId
- Control.Lens.Wrapped.D:R:UnwrappedCBlkCnt
- Control.Lens.Wrapped.D:R:UnwrappedCBlkSize
- Control.Lens.Wrapped.D:R:UnwrappedCBool
- Control.Lens.Wrapped.D:R:UnwrappedFd
- Control.Lens.Wrapped.D:R:UnwrappedCRLim
- Control.Lens.Wrapped.D:R:UnwrappedCTcflag
- Control.Lens.Wrapped.D:R:UnwrappedCSpeed
- Control.Lens.Wrapped.D:R:UnwrappedCCc
- Control.Lens.Wrapped.D:R:UnwrappedCUid
- Control.Lens.Wrapped.D:R:UnwrappedCNlink
- Control.Lens.Wrapped.D:R:UnwrappedCGid
- Control.Lens.Wrapped.D:R:UnwrappedCSsize
- Control.Lens.Wrapped.D:R:UnwrappedCPid
- Control.Lens.Wrapped.D:R:UnwrappedCOff
- Control.Lens.Wrapped.D:R:UnwrappedCMode
- Control.Lens.Wrapped.D:R:UnwrappedCIno
- Control.Lens.Wrapped.D:R:UnwrappedCDev
- Control.Lens.Wrapped.D:R:Unwrapped:.:
- Control.Lens.Wrapped.D:R:UnwrappedM1
- Control.Lens.Wrapped.D:R:UnwrappedK1
- Control.Lens.Wrapped.D:R:UnwrappedRec1
- Control.Lens.Wrapped.D:R:UnwrappedPar1
- Control.Lens.Wrapped.D:R:UnwrappedCUIntMax
- Control.Lens.Wrapped.D:R:UnwrappedCIntMax
- Control.Lens.Wrapped.D:R:UnwrappedCUIntPtr
- Control.Lens.Wrapped.D:R:UnwrappedCIntPtr
- Control.Lens.Wrapped.D:R:UnwrappedCSUSeconds
- Control.Lens.Wrapped.D:R:UnwrappedCUSeconds
- Control.Lens.Wrapped.D:R:UnwrappedCTime
- Control.Lens.Wrapped.D:R:UnwrappedCClock
- Control.Lens.Wrapped.D:R:UnwrappedCSigAtomic
- Control.Lens.Wrapped.D:R:UnwrappedCWchar
- Control.Lens.Wrapped.D:R:UnwrappedCSize
- Control.Lens.Wrapped.D:R:UnwrappedCPtrdiff
- Control.Lens.Wrapped.D:R:UnwrappedCDouble
- Control.Lens.Wrapped.D:R:UnwrappedCFloat
- Control.Lens.Wrapped.D:R:UnwrappedCULLong
- Control.Lens.Wrapped.D:R:UnwrappedCLLong
- Control.Lens.Wrapped.D:R:UnwrappedCULong
- Control.Lens.Wrapped.D:R:UnwrappedCLong
- Control.Lens.Wrapped.D:R:UnwrappedCUInt
- Control.Lens.Wrapped.D:R:UnwrappedCInt
- Control.Lens.Wrapped.D:R:UnwrappedCUShort
- Control.Lens.Wrapped.D:R:UnwrappedCShort
- Control.Lens.Wrapped.D:R:UnwrappedCUChar
- Control.Lens.Wrapped.D:R:UnwrappedCSChar
- Control.Lens.Wrapped.D:R:UnwrappedCChar
- Control.Lens.Wrapped.D:R:UnwrappedCompactionFailed
- Control.Lens.Wrapped.D:R:UnwrappedTypeError
- Control.Lens.Wrapped.D:R:UnwrappedErrorCall
- Control.Lens.Wrapped.D:R:UnwrappedRecUpdError
- Control.Lens.Wrapped.D:R:UnwrappedRecSelError
- Control.Lens.Wrapped.D:R:UnwrappedRecConError
- Control.Lens.Wrapped.D:R:UnwrappedPatternMatchFail
- Control.Lens.Wrapped.D:R:UnwrappedNoMethodError
- Control.Lens.Wrapped.D:R:UnwrappedAssertionFailed
- Control.Lens.Wrapped.D:R:UnwrappedTagged
- Control.Lens.Wrapped.D:R:UnwrappedComposeCF
- Control.Lens.Wrapped.D:R:UnwrappedComposeFC
- Control.Lens.Wrapped.D:R:UnwrappedCompose
- Control.Lens.Wrapped.D:R:UnwrappedOp
- Control.Lens.Wrapped.D:R:UnwrappedEquivalence
- Control.Lens.Wrapped.D:R:UnwrappedComparison
- Control.Lens.Wrapped.D:R:UnwrappedPredicate
- Control.Lens.Wrapped.D:R:UnwrappedWrappedMonoid
- Control.Lens.Wrapped.D:R:UnwrappedLast
- Control.Lens.Wrapped.D:R:UnwrappedFirst
- Control.Lens.Wrapped.D:R:UnwrappedMax
- Control.Lens.Wrapped.D:R:UnwrappedMin
- Control.Lens.Wrapped.D:R:UnwrappedStatic
- Control.Lens.Wrapped.D:R:UnwrappedDual
- Control.Lens.Wrapped.D:R:UnwrappedSemi
- Control.Lens.Wrapped.D:R:UnwrappedWrappedCategory
- Control.Lens.Wrapped.D:R:UnwrappedMaybeApply
- Control.Lens.Wrapped.D:R:UnwrappedWrappedApplicative
- Control.Lens.Wrapped.D:R:UnwrappedVector
- Control.Lens.Wrapped.D:R:UnwrappedVector0
- Control.Lens.Wrapped.D:R:UnwrappedVector1
- Control.Lens.Wrapped.D:R:UnwrappedVector2
- Control.Lens.Wrapped.D:R:UnwrappedVector3
- Control.Lens.Wrapped.D:R:UnwrappedCayley
- Control.Lens.Wrapped.D:R:UnwrappedForget
- Control.Lens.Wrapped.D:R:UnwrappedWrappedArrow
- Control.Lens.Wrapped.D:R:UnwrappedCostar
- Control.Lens.Wrapped.D:R:UnwrappedStar
- Control.Lens.Wrapped.D:R:UnwrappedSeq
- Control.Lens.Wrapped.D:R:UnwrappedSet
- Control.Lens.Wrapped.D:R:UnwrappedMap
- Control.Lens.Wrapped.D:R:UnwrappedIntSet
- Control.Lens.Wrapped.D:R:UnwrappedIntMap
- Control.Lens.Wrapped.D:R:UnwrappedHashSet
- Control.Lens.Wrapped.D:R:UnwrappedHashMap
- Control.Lens.Wrapped.D:R:UnwrappedIterT
- Control.Lens.Wrapped.D:R:UnwrappedFreeT
- Control.Lens.Wrapped.D:R:UnwrappedCoiterT
- Control.Lens.Wrapped.D:R:UnwrappedCofreeT
- Control.Lens.Wrapped.D:R:UnwrappedApT
- Control.Lens.Wrapped.D:R:UnwrappedAlt
- Control.Lens.Wrapped.D:R:UnwrappedCatchT
- Control.Lens.Wrapped.D:R:UnwrappedTracedT
- Control.Lens.Wrapped.D:R:UnwrappedWrappedBifunctor
- Control.Lens.Wrapped.D:R:UnwrappedTannen
- Control.Lens.Wrapped.D:R:UnwrappedJoker
- Control.Lens.Wrapped.D:R:UnwrappedJoin
- Control.Lens.Wrapped.D:R:UnwrappedFlip
- Control.Lens.Wrapped.D:R:UnwrappedFix
- Control.Lens.Wrapped.D:R:UnwrappedClown
- Control.Lens.Wrapped.D:R:UnwrappedBiff
- Control.Lens.Wrapped.D:R:UnwrappedWriterT
- Control.Lens.Wrapped.D:R:UnwrappedWriterT0
- Control.Lens.Wrapped.D:R:UnwrappedStateT
- Control.Lens.Wrapped.D:R:UnwrappedStateT0
- Control.Lens.Wrapped.D:R:UnwrappedRWST
- Control.Lens.Wrapped.D:R:UnwrappedRWST0
- Control.Lens.Wrapped.D:R:UnwrappedReverse
- Control.Lens.Wrapped.D:R:UnwrappedReaderT
- Control.Lens.Wrapped.D:R:UnwrappedMaybeT
- Control.Lens.Wrapped.D:R:UnwrappedIdentityT
- Control.Lens.Wrapped.D:R:UnwrappedIdentity
- Control.Lens.Wrapped.D:R:UnwrappedExceptT
- Control.Lens.Wrapped.D:R:UnwrappedContT
- Control.Lens.Wrapped.D:R:UnwrappedConstant
- Control.Lens.Wrapped.D:R:UnwrappedCompose0
- Control.Lens.Wrapped.D:R:UnwrappedBackwards
- Control.Lens.Wrapped.D:R:UnwrappedErrno
- Control.Lens.Wrapped.D:R:UnwrappedDown
- Control.Lens.Wrapped.D:R:UnwrappedArrowMonad
- Control.Lens.Wrapped.D:R:UnwrappedAp
- Control.Lens.Wrapped.D:R:UnwrappedAlt0
- Control.Lens.Wrapped.D:R:UnwrappedLast0
- Control.Lens.Wrapped.D:R:UnwrappedFirst0
- Control.Lens.Wrapped.D:R:UnwrappedEndo
- Control.Lens.Wrapped.D:R:UnwrappedDual0
- Control.Lens.Wrapped.D:R:UnwrappedConst
- Control.Lens.Wrapped.D:R:UnwrappedNonEmpty
- Control.Lens.Wrapped.D:R:UnwrappedZipList
- Control.Lens.Wrapped.D:R:UnwrappedWrappedArrow0
- Control.Lens.Wrapped.D:R:UnwrappedWrappedMonad
- Control.Lens.Wrapped.D:R:UnwrappedKleisli
- Control.Lens.Wrapped.D:R:UnwrappedProduct
- Control.Lens.Wrapped.D:R:UnwrappedSum
- Control.Lens.Wrapped.D:R:UnwrappedAny
- Control.Lens.Wrapped.D:R:UnwrappedAll
Warning: Control.Lens.Plated: could not find link destinations for:
- Control.Lens.Plated.gplate1'
- Control.Lens.Plated.gplate'
Warning: Data.Vector.Generic.Lens: could not find link destinations for:
- Data.Vector.Generic.Base.Vector
- Data.Vector.Fusion.Bundle.Bundle
- Data.Vector.Generic.New.New
Warning: Control.Lens.Each: could not find link destinations for:
- Data.Vector.Vector
- Data.Vector.Primitive.Vector
- Data.Vector.Storable.Vector
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Unboxed.Base.Vector
- Data.Vector.Strict.Vector
Warning: Control.Lens.At: could not find link destinations for:
- Data.Vector.Vector
- Data.Vector.Primitive.Vector
- Data.Vector.Storable.Vector
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Unboxed.Base.Vector
- Data.Vector.Strict.Vector
Warning: Language.Haskell.TH.Lens: could not find link destinations for:
- Language.Haskell.TH.Lens.DataPrism'
Warning: Data.Vector.Lens: could not find link destinations for:
- Data.Vector.Vector
Warning: Control.Lens.Combinators: could not find link destinations for:
- Data.Functor.Const.Rep_Const
- Data.Functor.Const.Rep1_Const
- Data.Functor.Identity.Rep_Identity
- Data.Functor.Identity.Rep1_Identity
- Data.Vector.Vector
- Data.Vector.Generic.Base.Vector
- Data.Vector.Generic.Base.Mutable
- Data.Vector.Primitive.Vector
- Data.Vector.Storable.Vector
- Data.Vector.Unboxed.Base.MVector
- Data.Vector.Unboxed.Base.MV_Const
- Data.Vector.Unboxed.Base.MV_Identity
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Unboxed.Base.Vector
- Data.Vector.Strict.Vector
- Data.Vector.Generic.Base.basicLength
- Data.Vector.Generic.Base.basicUnsafeCopy
- Data.Vector.Generic.Base.basicUnsafeFreeze
- Data.Vector.Generic.Base.basicUnsafeIndexM
- Data.Vector.Generic.Base.basicUnsafeSlice
- Data.Vector.Generic.Base.basicUnsafeThaw
- Data.Vector.Generic.Base.elemseq
- Data.Vector.Generic.Mutable.Base.MVector
- Data.Vector.Generic.Mutable.Base.basicUnsafeWrite
- Data.Vector.Unboxed.Base.V_Const
- Data.Vector.Unboxed.Base.V_Identity
- Data.Vector.Unboxed.Base.D:R:MVectorsConst0
- Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0
- Data.Vector.Unboxed.Base.D:R:VectorConst0
- Data.Vector.Unboxed.Base.D:R:VectorIdentity0
- Data.Vector.Generic.Mutable.Base.basicClear
- Data.Vector.Generic.Mutable.Base.basicInitialize
- Data.Vector.Generic.Mutable.Base.basicLength
- Data.Vector.Generic.Mutable.Base.basicOverlaps
- Data.Vector.Generic.Mutable.Base.basicSet
- Data.Vector.Generic.Mutable.Base.basicUnsafeCopy
- Data.Vector.Generic.Mutable.Base.basicUnsafeGrow
- Data.Vector.Generic.Mutable.Base.basicUnsafeMove
- Data.Vector.Generic.Mutable.Base.basicUnsafeNew
- Data.Vector.Generic.Mutable.Base.basicUnsafeRead
- Data.Vector.Generic.Mutable.Base.basicUnsafeReplicate
- Data.Vector.Generic.Mutable.Base.basicUnsafeSlice
- Control.Lens.Internal.Indexed.D:R:CorepIndexed
- Control.Lens.Internal.Indexed.D:R:RepIndexed
- Data.Functor.Rep.D:R:RepIdentity
- Control.Lens.Tuple.N18
- Control.Lens.Tuple.N17
- Control.Lens.Tuple.N16
- Control.Lens.Tuple.N15
- Control.Lens.Tuple.N14
- Control.Lens.Tuple.N13
- Control.Lens.Tuple.N12
- Control.Lens.Tuple.N11
- Control.Lens.Tuple.N10
- Control.Lens.Tuple.N9
- Control.Lens.Tuple.N8
- Control.Lens.Tuple.N7
- Control.Lens.Tuple.N6
- Control.Lens.Tuple.N5
- Control.Lens.Tuple.N4
- Control.Lens.Tuple.N3
- Control.Lens.Tuple.N2
- Control.Lens.Tuple.N1
- Control.Lens.Tuple.N0
- Control.Lens.Tuple.GIxed
- Control.Lens.Fold.ifoldr
- Control.Lens.Reified.D:R:RepReifiedGetter
- Control.Lens.Reified.D:R:CorepReifiedGetter
- Control.Lens.Reified.D:R:RepReifiedIndexedGetter
- Control.Lens.Reified.D:R:RepReifiedFold
- Control.Lens.Reified.D:R:RepReifiedIndexedFold
- Control.Lens.Wrapped.GUnwrapped
- Control.Lens.Wrapped.D:R:UnwrappedCTimer
- Control.Lens.Wrapped.D:R:UnwrappedCKey
- Control.Lens.Wrapped.D:R:UnwrappedCId
- Control.Lens.Wrapped.D:R:UnwrappedCFsFilCnt
- Control.Lens.Wrapped.D:R:UnwrappedCFsBlkCnt
- Control.Lens.Wrapped.D:R:UnwrappedCClockId
- Control.Lens.Wrapped.D:R:UnwrappedCBlkCnt
- Control.Lens.Wrapped.D:R:UnwrappedCBlkSize
- Control.Lens.Wrapped.D:R:UnwrappedCBool
- Control.Lens.Wrapped.D:R:UnwrappedFd
- Control.Lens.Wrapped.D:R:UnwrappedCRLim
- Control.Lens.Wrapped.D:R:UnwrappedCTcflag
- Control.Lens.Wrapped.D:R:UnwrappedCSpeed
- Control.Lens.Wrapped.D:R:UnwrappedCCc
- Control.Lens.Wrapped.D:R:UnwrappedCUid
- Control.Lens.Wrapped.D:R:UnwrappedCNlink
- Control.Lens.Wrapped.D:R:UnwrappedCGid
- Control.Lens.Wrapped.D:R:UnwrappedCSsize
- Control.Lens.Wrapped.D:R:UnwrappedCPid
- Control.Lens.Wrapped.D:R:UnwrappedCOff
- Control.Lens.Wrapped.D:R:UnwrappedCMode
- Control.Lens.Wrapped.D:R:UnwrappedCIno
- Control.Lens.Wrapped.D:R:UnwrappedCDev
- Control.Lens.Wrapped.D:R:Unwrapped:.:
- Control.Lens.Wrapped.D:R:UnwrappedM1
- Control.Lens.Wrapped.D:R:UnwrappedK1
- Control.Lens.Wrapped.D:R:UnwrappedRec1
- Control.Lens.Wrapped.D:R:UnwrappedPar1
- Control.Lens.Wrapped.D:R:UnwrappedCUIntMax
- Control.Lens.Wrapped.D:R:UnwrappedCIntMax
- Control.Lens.Wrapped.D:R:UnwrappedCUIntPtr
- Control.Lens.Wrapped.D:R:UnwrappedCIntPtr
- Control.Lens.Wrapped.D:R:UnwrappedCSUSeconds
- Control.Lens.Wrapped.D:R:UnwrappedCUSeconds
- Control.Lens.Wrapped.D:R:UnwrappedCTime
- Control.Lens.Wrapped.D:R:UnwrappedCClock
- Control.Lens.Wrapped.D:R:UnwrappedCSigAtomic
- Control.Lens.Wrapped.D:R:UnwrappedCWchar
- Control.Lens.Wrapped.D:R:UnwrappedCSize
- Control.Lens.Wrapped.D:R:UnwrappedCPtrdiff
- Control.Lens.Wrapped.D:R:UnwrappedCDouble
- Control.Lens.Wrapped.D:R:UnwrappedCFloat
- Control.Lens.Wrapped.D:R:UnwrappedCULLong
- Control.Lens.Wrapped.D:R:UnwrappedCLLong
- Control.Lens.Wrapped.D:R:UnwrappedCULong
- Control.Lens.Wrapped.D:R:UnwrappedCLong
- Control.Lens.Wrapped.D:R:UnwrappedCUInt
- Control.Lens.Wrapped.D:R:UnwrappedCInt
- Control.Lens.Wrapped.D:R:UnwrappedCUShort
- Control.Lens.Wrapped.D:R:UnwrappedCShort
- Control.Lens.Wrapped.D:R:UnwrappedCUChar
- Control.Lens.Wrapped.D:R:UnwrappedCSChar
- Control.Lens.Wrapped.D:R:UnwrappedCChar
- Control.Lens.Wrapped.D:R:UnwrappedCompactionFailed
- Control.Lens.Wrapped.D:R:UnwrappedTypeError
- Control.Lens.Wrapped.D:R:UnwrappedErrorCall
- Control.Lens.Wrapped.D:R:UnwrappedRecUpdError
- Control.Lens.Wrapped.D:R:UnwrappedRecSelError
- Control.Lens.Wrapped.D:R:UnwrappedRecConError
- Control.Lens.Wrapped.D:R:UnwrappedPatternMatchFail
- Control.Lens.Wrapped.D:R:UnwrappedNoMethodError
- Control.Lens.Wrapped.D:R:UnwrappedAssertionFailed
- Control.Lens.Wrapped.D:R:UnwrappedTagged
- Control.Lens.Wrapped.D:R:UnwrappedComposeCF
- Control.Lens.Wrapped.D:R:UnwrappedComposeFC
- Control.Lens.Wrapped.D:R:UnwrappedCompose
- Control.Lens.Wrapped.D:R:UnwrappedOp
- Control.Lens.Wrapped.D:R:UnwrappedEquivalence
- Control.Lens.Wrapped.D:R:UnwrappedComparison
- Control.Lens.Wrapped.D:R:UnwrappedPredicate
- Control.Lens.Wrapped.D:R:UnwrappedWrappedMonoid
- Control.Lens.Wrapped.D:R:UnwrappedLast
- Control.Lens.Wrapped.D:R:UnwrappedFirst
- Control.Lens.Wrapped.D:R:UnwrappedMax
- Control.Lens.Wrapped.D:R:UnwrappedMin
- Control.Lens.Wrapped.D:R:UnwrappedStatic
- Control.Lens.Wrapped.D:R:UnwrappedDual
- Control.Lens.Wrapped.D:R:UnwrappedSemi
- Control.Lens.Wrapped.D:R:UnwrappedWrappedCategory
- Control.Lens.Wrapped.D:R:UnwrappedMaybeApply
- Control.Lens.Wrapped.D:R:UnwrappedWrappedApplicative
- Control.Lens.Wrapped.D:R:UnwrappedVector
- Control.Lens.Wrapped.D:R:UnwrappedVector0
- Control.Lens.Wrapped.D:R:UnwrappedVector1
- Control.Lens.Wrapped.D:R:UnwrappedVector2
- Control.Lens.Wrapped.D:R:UnwrappedVector3
- Control.Lens.Wrapped.D:R:UnwrappedCayley
- Control.Lens.Wrapped.D:R:UnwrappedForget
- Control.Lens.Wrapped.D:R:UnwrappedWrappedArrow
- Control.Lens.Wrapped.D:R:UnwrappedCostar
- Control.Lens.Wrapped.D:R:UnwrappedStar
- Control.Lens.Wrapped.D:R:UnwrappedSeq
- Control.Lens.Wrapped.D:R:UnwrappedSet
- Control.Lens.Wrapped.D:R:UnwrappedMap
- Control.Lens.Wrapped.D:R:UnwrappedIntSet
- Control.Lens.Wrapped.D:R:UnwrappedIntMap
- Control.Lens.Wrapped.D:R:UnwrappedHashSet
- Control.Lens.Wrapped.D:R:UnwrappedHashMap
- Control.Lens.Wrapped.D:R:UnwrappedIterT
- Control.Lens.Wrapped.D:R:UnwrappedFreeT
- Control.Lens.Wrapped.D:R:UnwrappedCoiterT
- Control.Lens.Wrapped.D:R:UnwrappedCofreeT
- Control.Lens.Wrapped.D:R:UnwrappedApT
- Control.Lens.Wrapped.D:R:UnwrappedAlt
- Control.Lens.Wrapped.D:R:UnwrappedCatchT
- Control.Lens.Wrapped.D:R:UnwrappedTracedT
- Control.Lens.Wrapped.D:R:UnwrappedWrappedBifunctor
- Control.Lens.Wrapped.D:R:UnwrappedTannen
- Control.Lens.Wrapped.D:R:UnwrappedJoker
- Control.Lens.Wrapped.D:R:UnwrappedJoin
- Control.Lens.Wrapped.D:R:UnwrappedFlip
- Control.Lens.Wrapped.D:R:UnwrappedFix
- Control.Lens.Wrapped.D:R:UnwrappedClown
- Control.Lens.Wrapped.D:R:UnwrappedBiff
- Control.Lens.Wrapped.D:R:UnwrappedWriterT
- Control.Lens.Wrapped.D:R:UnwrappedWriterT0
- Control.Lens.Wrapped.D:R:UnwrappedStateT
- Control.Lens.Wrapped.D:R:UnwrappedStateT0
- Control.Lens.Wrapped.D:R:UnwrappedRWST
- Control.Lens.Wrapped.D:R:UnwrappedRWST0
- Control.Lens.Wrapped.D:R:UnwrappedReverse
- Control.Lens.Wrapped.D:R:UnwrappedReaderT
- Control.Lens.Wrapped.D:R:UnwrappedMaybeT
- Control.Lens.Wrapped.D:R:UnwrappedIdentityT
- Control.Lens.Wrapped.D:R:UnwrappedIdentity
- Control.Lens.Wrapped.D:R:UnwrappedExceptT
- Control.Lens.Wrapped.D:R:UnwrappedContT
- Control.Lens.Wrapped.D:R:UnwrappedConstant
- Control.Lens.Wrapped.D:R:UnwrappedCompose0
- Control.Lens.Wrapped.D:R:UnwrappedBackwards
- Control.Lens.Wrapped.D:R:UnwrappedErrno
- Control.Lens.Wrapped.D:R:UnwrappedDown
- Control.Lens.Wrapped.D:R:UnwrappedArrowMonad
- Control.Lens.Wrapped.D:R:UnwrappedAp
- Control.Lens.Wrapped.D:R:UnwrappedAlt0
- Control.Lens.Wrapped.D:R:UnwrappedLast0
- Control.Lens.Wrapped.D:R:UnwrappedFirst0
- Control.Lens.Wrapped.D:R:UnwrappedEndo
- Control.Lens.Wrapped.D:R:UnwrappedDual0
- Control.Lens.Wrapped.D:R:UnwrappedConst
- Control.Lens.Wrapped.D:R:UnwrappedNonEmpty
- Control.Lens.Wrapped.D:R:UnwrappedZipList
- Control.Lens.Wrapped.D:R:UnwrappedWrappedArrow0
- Control.Lens.Wrapped.D:R:UnwrappedWrappedMonad
- Control.Lens.Wrapped.D:R:UnwrappedKleisli
- Control.Lens.Wrapped.D:R:UnwrappedProduct
- Control.Lens.Wrapped.D:R:UnwrappedSum
- Control.Lens.Wrapped.D:R:UnwrappedAny
- Control.Lens.Wrapped.D:R:UnwrappedAll
- Control.Lens.Plated.gplate1'
- Control.Lens.Plated.gplate'
- Data.Profunctor.Traversing.Baz
- Data.Profunctor.Traversing.Bazaar
Documentation created: dist/doc/html/lens/, dist/doc/html/lens/lens.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/lens-5.3.5-Eeta6s1mMO07FZUX9Kb8RE
Completed lens-5.3.5
Configuring parameterized-utils-2.1.10.0...
Preprocessing library for parameterized-utils-2.1.10.0..
Building library for parameterized-utils-2.1.10.0..
[ 1 of 38] Compiling Data.Parameterized.Axiom
[ 2 of 38] Compiling Data.Parameterized.Compose
[ 3 of 38] Compiling Data.Parameterized.Classes
[ 4 of 38] Compiling Data.Parameterized.Ctx
[ 5 of 38] Compiling Data.Parameterized.Ctx.Proofs
[ 6 of 38] Compiling Data.Parameterized.DecidableEq
[ 7 of 38] Compiling Data.Parameterized.NatRepr.Internal
[ 8 of 38] Compiling Data.Parameterized.Nonce.Unsafe
[ 9 of 38] Compiling Data.Parameterized.TH.GADT
[10 of 38] Compiling Data.Parameterized.DataKind
[11 of 38] Compiling Data.Parameterized.TraversableFC
[12 of 38] Compiling Data.Parameterized.TraversableF
[13 of 38] Compiling Data.Parameterized.Some
[14 of 38] Compiling Data.Parameterized.SymbolRepr
[15 of 38] Compiling Data.Parameterized.Nonce
[16 of 38] Compiling Data.Parameterized.Nonce.Transformers
[17 of 38] Compiling Data.Parameterized.NatRepr
[18 of 38] Compiling Data.Parameterized.Fin
[19 of 38] Compiling Data.Parameterized.HashTable
[20 of 38] Compiling Data.Parameterized.ClassesC
[21 of 38] Compiling Data.Parameterized.BoolRepr
[22 of 38] Compiling Data.Parameterized.Pair
[23 of 38] Compiling Data.Parameterized.All
[24 of 38] Compiling Data.Parameterized
[25 of 38] Compiling Data.Parameterized.TraversableFC.WithIndex
[26 of 38] Compiling Data.Parameterized.List
[27 of 38] Compiling Data.Parameterized.Context.Unsafe
[28 of 38] Compiling Data.Parameterized.Context
[29 of 38] Compiling Data.Parameterized.Peano
[30 of 38] Compiling Data.Parameterized.Context.Safe
[31 of 38] Compiling Data.Parameterized.Utils.BinTree
[32 of 38] Compiling Data.Parameterized.Map
[33 of 38] Compiling Data.Parameterized.Utils.Endian
[34 of 38] Compiling Data.Parameterized.Vector
[35 of 38] Compiling Data.Parameterized.FinMap.Unsafe
[36 of 38] Compiling Data.Parameterized.FinMap
[37 of 38] Compiling Data.Parameterized.FinMap.Safe
[38 of 38] Compiling Data.Parameterized.WithRepr
Preprocessing library for parameterized-utils-2.1.10.0..
Running Haddock on library for parameterized-utils-2.1.10.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 38] Compiling Data.Parameterized.Axiom
[ 2 of 38] Compiling Data.Parameterized.Compose
[ 3 of 38] Compiling Data.Parameterized.Classes
[ 4 of 38] Compiling Data.Parameterized.Ctx
[ 5 of 38] Compiling Data.Parameterized.Ctx.Proofs
[ 6 of 38] Compiling Data.Parameterized.DecidableEq
[ 7 of 38] Compiling Data.Parameterized.NatRepr.Internal
[ 8 of 38] Compiling Data.Parameterized.Nonce.Unsafe
[ 9 of 38] Compiling Data.Parameterized.TH.GADT
[10 of 38] Compiling Data.Parameterized.DataKind
[11 of 38] Compiling Data.Parameterized.TraversableFC
[12 of 38] Compiling Data.Parameterized.TraversableF
[13 of 38] Compiling Data.Parameterized.Some
[14 of 38] Compiling Data.Parameterized.SymbolRepr
[15 of 38] Compiling Data.Parameterized.Nonce
[16 of 38] Compiling Data.Parameterized.Nonce.Transformers
[17 of 38] Compiling Data.Parameterized.NatRepr
[18 of 38] Compiling Data.Parameterized.Fin
[19 of 38] Compiling Data.Parameterized.HashTable
[20 of 38] Compiling Data.Parameterized.ClassesC
[21 of 38] Compiling Data.Parameterized.BoolRepr
[22 of 38] Compiling Data.Parameterized.Pair
[23 of 38] Compiling Data.Parameterized.All
[24 of 38] Compiling Data.Parameterized
[25 of 38] Compiling Data.Parameterized.TraversableFC.WithIndex
[26 of 38] Compiling Data.Parameterized.List
[27 of 38] Compiling Data.Parameterized.Context.Unsafe
[28 of 38] Compiling Data.Parameterized.Context
[29 of 38] Compiling Data.Parameterized.Peano
[30 of 38] Compiling Data.Parameterized.Context.Safe
[31 of 38] Compiling Data.Parameterized.Utils.BinTree
[32 of 38] Compiling Data.Parameterized.Map
[33 of 38] Compiling Data.Parameterized.Utils.Endian
[34 of 38] Compiling Data.Parameterized.Vector
[35 of 38] Compiling Data.Parameterized.FinMap.Unsafe
[36 of 38] Compiling Data.Parameterized.FinMap
[37 of 38] Compiling Data.Parameterized.FinMap.Safe
[38 of 38] Compiling Data.Parameterized.WithRepr
Haddock coverage:
100% ( 3 / 3) in 'Data.Parameterized.Axiom'
100% ( 2 / 2) in 'Data.Parameterized.Compose'
Warning: 'Ap' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
87% ( 29 / 33) in 'Data.Parameterized.Classes'
Missing documentation for:
orderingF_refl (src/Data/Parameterized/Classes.hs:130)
showsF (src/Data/Parameterized/Classes.hs:275)
IndexF (src/Data/Parameterized/Classes.hs:284)
IxValueF (src/Data/Parameterized/Classes.hs:285)
81% ( 13 / 16) in 'Data.Parameterized.Ctx'
Missing documentation for:
EmptyCtx (src/Data/Parameterized/Ctx.hs:46)
SingleCtx (src/Data/Parameterized/Ctx.hs:49)
::> (src/Data/Parameterized/Ctx.hs:47)
33% ( 1 / 3) in 'Data.Parameterized.Ctx.Proofs'
Missing documentation for:
leftId (src/Data/Parameterized/Ctx/Proofs.hs:21)
assoc (src/Data/Parameterized/Ctx/Proofs.hs:24)
100% ( 2 / 2) in 'Data.Parameterized.DecidableEq'
Warning: 'NatRepr' is ambiguous. It is defined
* at src/Data/Parameterized/NatRepr/Internal.hs:41:28
* at src/Data/Parameterized/NatRepr/Internal.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 src/Data/Parameterized/NatRepr/Internal.hs:41:1
Warning: 'Nonce' is ambiguous. It is defined
* at src/Data/Parameterized/Nonce/Unsafe.hs:58:27
* at src/Data/Parameterized/Nonce/Unsafe.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/Parameterized/Nonce/Unsafe.hs:58:1
Warning: 'NonceGenerator' is ambiguous. It is defined
* at src/Data/Parameterized/Nonce/Unsafe.hs:51:28
* at src/Data/Parameterized/Nonce/Unsafe.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 src/Data/Parameterized/Nonce/Unsafe.hs:51:1
85% ( 6 / 7) in 'Data.Parameterized.Nonce.Unsafe'
Missing documentation for:
indexValue
Warning: 'hashable' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'NatRepr' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
86% ( 20 / 23) in 'Data.Parameterized.TH.GADT'
Missing documentation for:
DataD (src/Data/Parameterized/TH/GADT.hs:56)
lookupDataType' (src/Data/Parameterized/TH/GADT.hs:59)
asTypeCon (src/Data/Parameterized/TH/GADT.hs:429)
0% ( 0 / 6) in 'Data.Parameterized.DataKind'
Missing documentation for:
Module header
PairRepr (src/Data/Parameterized/DataKind.hs:19)
Fst (src/Data/Parameterized/DataKind.hs:22)
Snd (src/Data/Parameterized/DataKind.hs:24)
fst (src/Data/Parameterized/DataKind.hs:28)
snd (src/Data/Parameterized/DataKind.hs:31)
Warning: 'fmapF' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'FunctorF' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
95% ( 20 / 21) in 'Data.Parameterized.TraversableFC'
Missing documentation for:
TraversableFC (src/Data/Parameterized/TraversableFC.hs:185)
93% ( 15 / 16) in 'Data.Parameterized.TraversableF'
Missing documentation for:
TraversableF (src/Data/Parameterized/TraversableF.hs:156)
Warning: 'Some' is ambiguous. It is defined
* at src/Data/Parameterized/Some.hs:30:29
* at src/Data/Parameterized/Some.hs:30:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Parameterized/Some.hs:30:1
85% ( 6 / 7) in 'Data.Parameterized.Some'
Missing documentation for:
Some (src/Data/Parameterized/Some.hs:30)
Warning: 'SymbolRepr' is ambiguous. It is defined
* at src/Data/Parameterized/SymbolRepr.hs:53:5
* at src/Data/Parameterized/SymbolRepr.hs:52:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Parameterized/SymbolRepr.hs:52:1
Warning: 'Some' is ambiguous. It is defined
* at src/Data/Parameterized/Some.hs:30:29
* at src/Data/Parameterized/Some.hs:30:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Parameterized/Some.hs:30:1
100% ( 11 / 11) in 'Data.Parameterized.SymbolRepr'
Warning: 'Nonce' is ambiguous. It is defined
* at src/Data/Parameterized/Nonce.hs:125:39
* at src/Data/Parameterized/Nonce.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/Parameterized/Nonce.hs:125:1
82% ( 14 / 17) in 'Data.Parameterized.Nonce'
Missing documentation for:
freshNonce (src/Data/Parameterized/Nonce.hs:71)
indexValue
GlobalNonceGenerator (src/Data/Parameterized/Nonce.hs:156)
100% ( 9 / 9) in 'Data.Parameterized.Nonce.Transformers'
Warning: 'NatRepr' is ambiguous. It is defined
* at src/Data/Parameterized/NatRepr/Internal.hs:41:28
* at src/Data/Parameterized/NatRepr/Internal.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 src/Data/Parameterized/NatRepr/Internal.hs:41:1
65% ( 60 / 91) in 'Data.Parameterized.NatRepr'
Missing documentation for:
intValue (src/Data/Parameterized/NatRepr.hs:152)
withKnownNat (src/Data/Parameterized/NatRepr.hs:161)
IsZeroNat (src/Data/Parameterized/NatRepr.hs:167)
isZeroNat (src/Data/Parameterized/NatRepr.hs:172)
compareNat (src/Data/Parameterized/NatRepr/Internal.hs:66)
addNat (src/Data/Parameterized/NatRepr.hs:213)
subNat (src/Data/Parameterized/NatRepr.hs:216)
divNat (src/Data/Parameterized/NatRepr.hs:219)
halfNat (src/Data/Parameterized/NatRepr.hs:210)
withDivModNat (src/Data/Parameterized/NatRepr.hs:227)
natMultiply (src/Data/Parameterized/NatRepr.hs:236)
NatCases (src/Data/Parameterized/NatRepr.hs:374)
testNatCases (src/Data/Parameterized/NatRepr.hs:385)
testStrictLeq (src/Data/Parameterized/NatRepr.hs:368)
leqSucc (src/Data/Parameterized/NatRepr.hs:429)
withLeqProof (src/Data/Parameterized/NatRepr.hs:460)
leqAddPos (src/Data/Parameterized/NatRepr.hs:492)
addIsLeq (src/Data/Parameterized/NatRepr.hs:499)
withAddLeq (src/Data/Parameterized/NatRepr.hs:525)
addPrefixIsLeq (src/Data/Parameterized/NatRepr.hs:502)
withAddPrefixLeq (src/Data/Parameterized/NatRepr.hs:522)
addIsLeqLeft1 (src/Data/Parameterized/NatRepr.hs:510)
dblPosIsPos (src/Data/Parameterized/NatRepr.hs:507)
leqMulMono (src/Data/Parameterized/NatRepr.hs:484)
minusPlusCancel (src/Data/Parameterized/NatRepr.hs:328)
addMulDistribRight (src/Data/Parameterized/NatRepr.hs:332)
withAddMulDistribRight (src/Data/Parameterized/NatRepr.hs:338)
withSubMulDistribRight (src/Data/Parameterized/NatRepr.hs:344)
mulCancelR (src/Data/Parameterized/NatRepr.hs:646)
mul2Plus (src/Data/Parameterized/NatRepr.hs:320)
Some (src/Data/Parameterized/Some.hs:30)
Warning: 'Fin' is ambiguous. It is defined
* at src/Data/Parameterized/Fin.hs:49:3
* at src/Data/Parameterized/Fin.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/Data/Parameterized/Fin.hs:47:1
28% ( 4 / 14) in 'Data.Parameterized.Fin'
Missing documentation for:
mkFin (src/Data/Parameterized/Fin.hs:68)
buildFin (src/Data/Parameterized/Fin.hs:78)
viewFin (src/Data/Parameterized/Fin.hs:97)
finToNat (src/Data/Parameterized/Fin.hs:100)
embed (src/Data/Parameterized/Fin.hs:104)
tryEmbed (src/Data/Parameterized/Fin.hs:112)
incFin (src/Data/Parameterized/Fin.hs:123)
fin0Void (src/Data/Parameterized/Fin.hs:128)
fin1Unit (src/Data/Parameterized/Fin.hs:138)
fin2Bool (src/Data/Parameterized/Fin.hs:141)
Warning: 'n' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
91% ( 11 / 12) in 'Data.Parameterized.HashTable'
Missing documentation for:
clear (src/Data/Parameterized/HashTable.hs:99)
33% ( 1 / 3) in 'Data.Parameterized.ClassesC'
Missing documentation for:
TestEqualityC (src/Data/Parameterized/ClassesC.hs:37)
OrdC (src/Data/Parameterized/ClassesC.hs:43)
69% ( 9 / 13) in 'Data.Parameterized.BoolRepr'
Missing documentation for:
Module header
KnownBool (src/Data/Parameterized/BoolRepr.hs:112)
someBool (src/Data/Parameterized/BoolRepr.hs:120)
Some (src/Data/Parameterized/Some.hs:30)
100% ( 5 / 5) in 'Data.Parameterized.Pair'
Warning: 'All' is ambiguous. It is defined
* at src/Data/Parameterized/All.hs:54:32
* at src/Data/Parameterized/All.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/Parameterized/All.hs:54:1
33% ( 1 / 3) in 'Data.Parameterized.All'
Missing documentation for:
All (src/Data/Parameterized/All.hs:54)
allConst (src/Data/Parameterized/All.hs:69)
88% ( 8 / 9) in 'Data.Parameterized'
Missing documentation for:
Module header
50% ( 5 / 10) in 'Data.Parameterized.TraversableFC.WithIndex'
Missing documentation for:
FunctorFCWithIndex (src/Data/Parameterized/TraversableFC/WithIndex.hs:37)
FoldableFCWithIndex (src/Data/Parameterized/TraversableFC/WithIndex.hs:51)
TraversableFCWithIndex (src/Data/Parameterized/TraversableFC/WithIndex.hs:145)
imapFCDefault (src/Data/Parameterized/TraversableFC/WithIndex.hs:164)
ifoldMapFCDefault (src/Data/Parameterized/TraversableFC/WithIndex.hs:174)
Warning: 'BitVector' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 20 / 20) in 'Data.Parameterized.List'
Warning: 'Size' is ambiguous. It is defined
* at src/Data/Parameterized/Context/Unsafe.hs:117:31
* at src/Data/Parameterized/Context/Unsafe.hs:117:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Parameterized/Context/Unsafe.hs:117:1
Warning: 'NatRepr' is ambiguous. It is defined
* at src/Data/Parameterized/NatRepr/Internal.hs:41:28
* at src/Data/Parameterized/NatRepr/Internal.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 src/Data/Parameterized/NatRepr/Internal.hs:41:1
Warning: 'Category' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Index' is ambiguous. It is defined
* at src/Data/Parameterized/Context/Unsafe.hs:243:42
* at src/Data/Parameterized/Context/Unsafe.hs:243:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Parameterized/Context/Unsafe.hs:243:1
Warning: 'f' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'prefix' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'zipWith' is ambiguous. It is defined
* in GHC.List
* at src/Data/Parameterized/Context/Unsafe.hs:922:1
You may 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/Parameterized/Context/Unsafe.hs:922:1
64% ( 93 /144) in 'Data.Parameterized.Context'
Missing documentation for:
zipWith (src/Data/Parameterized/Context/Unsafe.hs:922)
adjust (src/Data/Parameterized/Context/Unsafe.hs:879)
zipWithM (src/Data/Parameterized/Context/Unsafe.hs:930)
update (src/Data/Parameterized/Context/Unsafe.hs:883)
traverseWithIndex (src/Data/Parameterized/Context/Unsafe.hs:959)
decSize (src/Data/Parameterized/Context/Unsafe.hs:134)
appendDiff (src/Data/Parameterized/Context/Unsafe.hs:191)
DiffView (src/Data/Parameterized/Context/Unsafe.hs:216)
viewDiff (src/Data/Parameterized/Context/Unsafe.hs:221)
extendIndex (src/Data/Parameterized/Context/Unsafe.hs:293)
<++> (src/Data/Parameterized/Context/Unsafe.hs:978)
EmptyCtx (src/Data/Parameterized/Ctx.hs:46)
SingleCtx (src/Data/Parameterized/Ctx.hs:49)
::> (src/Data/Parameterized/Ctx.hs:47)
decompose (src/Data/Parameterized/Context.hs:257)
ExtendContext (src/Data/Parameterized/Context.hs:317)
ExtendContext' (src/Data/Parameterized/Context.hs:320)
ApplyEmbedding (src/Data/Parameterized/Context.hs:311)
ApplyEmbedding' (src/Data/Parameterized/Context.hs:314)
identityEmbedding (src/Data/Parameterized/Context.hs:336)
extendEmbeddingRightDiff (src/Data/Parameterized/Context.hs:345)
extendEmbeddingRight (src/Data/Parameterized/Context.hs:351)
extendEmbeddingBoth (src/Data/Parameterized/Context.hs:364)
ctxeSize (src/Data/Parameterized/Context.hs:305)
ctxeAssignment (src/Data/Parameterized/Context.hs:309)
size1 (src/Data/Parameterized/Context.hs:485)
size2 (src/Data/Parameterized/Context.hs:488)
size3 (src/Data/Parameterized/Context.hs:491)
size4 (src/Data/Parameterized/Context.hs:494)
size5 (src/Data/Parameterized/Context.hs:497)
size6 (src/Data/Parameterized/Context.hs:500)
i1of2 (src/Data/Parameterized/Context.hs:503)
i2of2 (src/Data/Parameterized/Context.hs:506)
i1of3 (src/Data/Parameterized/Context.hs:509)
i2of3 (src/Data/Parameterized/Context.hs:512)
i3of3 (src/Data/Parameterized/Context.hs:515)
i1of4 (src/Data/Parameterized/Context.hs:518)
i2of4 (src/Data/Parameterized/Context.hs:521)
i3of4 (src/Data/Parameterized/Context.hs:524)
i4of4 (src/Data/Parameterized/Context.hs:527)
i1of5 (src/Data/Parameterized/Context.hs:530)
i2of5 (src/Data/Parameterized/Context.hs:533)
i3of5 (src/Data/Parameterized/Context.hs:536)
i4of5 (src/Data/Parameterized/Context.hs:539)
i5of5 (src/Data/Parameterized/Context.hs:542)
i1of6 (src/Data/Parameterized/Context.hs:545)
i2of6 (src/Data/Parameterized/Context.hs:548)
i3of6 (src/Data/Parameterized/Context.hs:551)
i4of6 (src/Data/Parameterized/Context.hs:554)
i5of6 (src/Data/Parameterized/Context.hs:557)
i6of6 (src/Data/Parameterized/Context.hs:560)
Warning: 'PeanoRepr' is ambiguous. It is defined
* at src/Data/Parameterized/Peano.hs:174:3
* at src/Data/Parameterized/Peano.hs:173:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Parameterized/Peano.hs:173:1
Warning: 'f' 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.
96% ( 52 / 54) in 'Data.Parameterized.Peano'
Missing documentation for:
peanoValue
Some (src/Data/Parameterized/Some.hs:30)
Warning: 'tp' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Category' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
72% ( 13 / 18) in 'Data.Parameterized.Utils.BinTree'
Missing documentation for:
fromMaybeS (src/Data/Parameterized/Utils/BinTree.hs:61)
updatedValue (src/Data/Parameterized/Utils/BinTree.hs:74)
TreeApp (src/Data/Parameterized/Utils/BinTree.hs:80)
IsBinTree (src/Data/Parameterized/Utils/BinTree.hs:84)
delete (src/Data/Parameterized/Utils/BinTree.hs:236)
Warning: 'Updated' is ambiguous. It is defined
* at src/Data/Parameterized/Utils/BinTree.hs:70:6
* at src/Data/Parameterized/Utils/BinTree.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/Parameterized/Utils/BinTree.hs:69:1
96% ( 55 / 57) in 'Data.Parameterized.Map'
Missing documentation for:
size
updatedValue (src/Data/Parameterized/Utils/BinTree.hs:74)
100% ( 2 / 2) in 'Data.Parameterized.Utils.Endian'
Warning: 'Vector' is ambiguous. It is defined
* at src/Data/Parameterized/Vector.hs:121:3
* at src/Data/Parameterized/Vector.hs:120:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Parameterized/Vector.hs:120:1
92% ( 60 / 65) in 'Data.Parameterized.Vector'
Missing documentation for:
elemAt (src/Data/Parameterized/Vector.hs:149)
indicesUpTo (src/Data/Parameterized/Vector.hs:167)
indicesOf (src/Data/Parameterized/Vector.hs:179)
zipWithM (src/Data/Parameterized/Vector.hs:345)
zipWithM_ (src/Data/Parameterized/Vector.hs:349)
Warning: 'FinMap' is ambiguous. It is defined
* at src/Data/Parameterized/FinMap/Unsafe.hs:88:31
* at src/Data/Parameterized/FinMap/Unsafe.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/Parameterized/FinMap/Unsafe.hs:88:1
86% ( 19 / 22) in 'Data.Parameterized.FinMap.Unsafe'
Missing documentation for:
buildFinMap (src/Data/Parameterized/FinMap/Unsafe.hs:200)
fromVector (src/Data/Parameterized/FinMap/Unsafe.hs:212)
mapWithKey (src/Data/Parameterized/FinMap/Unsafe.hs:234)
100% ( 2 / 2) in 'Data.Parameterized.FinMap'
Warning: 'FinMap' is ambiguous. It is defined
* at src/Data/Parameterized/FinMap/Safe.hs:62:3
* at src/Data/Parameterized/FinMap/Safe.hs:61:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Parameterized/FinMap/Safe.hs:61:1
86% ( 19 / 22) in 'Data.Parameterized.FinMap.Safe'
Missing documentation for:
buildFinMap (src/Data/Parameterized/FinMap/Safe.hs:181)
fromVector (src/Data/Parameterized/FinMap/Safe.hs:193)
mapWithKey (src/Data/Parameterized/FinMap/Safe.hs:230)
Warning: 'Repr' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Peano' 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: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'withSingI' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Sing' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 2 / 2) in 'Data.Parameterized.WithRepr'
Warning: Data.Parameterized.Classes: could not find link destinations for:
- Data.Parameterized.Classes.Traversal'
- Data.Parameterized.Classes.Lens'
Warning: Data.Parameterized.SymbolRepr: 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:SingSymbols0
- GHC.Generics.SSym
- GHC.Generics.D:R:DemoteRepSymbol
Warning: Data.Parameterized.Nonce.Transformers: could not find link destinations for:
- Data.Parameterized.Nonce.Transformers.D:R:NonceSetStateT
- Data.Parameterized.Nonce.Transformers.D:R:NonceSetNonceT
Warning: Data.Parameterized.NatRepr: could not find link destinations for:
- Data.Type.Ord.LeErrMsg
Warning: Data.Parameterized.Context: could not find link destinations for:
- Data.Vector.Vector
- Data.Parameterized.Classes.Traversal'
- Data.Parameterized.Classes.Lens'
- Data.Parameterized.Context.Idx'
Warning: Data.Parameterized.Peano: could not find link destinations for:
- Data.Parameterized.Peano.Z
- Data.Parameterized.Peano.S
Warning: Data.Parameterized.Map: could not find link destinations for:
- Data.Parameterized.Classes.Traversal'
- Data.Parameterized.Classes.Lens'
Documentation created: dist/doc/html/parameterized-utils/,
dist/doc/html/parameterized-utils/parameterized-utils.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/parameterized-utils-2.1.10.0-3uI7jZfZRU95BW9xXWGibX
Completed parameterized-utils-2.1.10.0
Configuring bv-sized-1.0.6...
Preprocessing library for bv-sized-1.0.6..
Building library for bv-sized-1.0.6..
[1 of 6] Compiling Data.BitVector.Sized.Panic ( src/Data/BitVector/Sized/Panic.hs, dist/build/Data/BitVector/Sized/Panic.o, dist/build/Data/BitVector/Sized/Panic.dyn_o )
[2 of 6] Compiling Data.BitVector.Sized.Internal ( src/Data/BitVector/Sized/Internal.hs, dist/build/Data/BitVector/Sized/Internal.o, dist/build/Data/BitVector/Sized/Internal.dyn_o )
[3 of 6] Compiling Data.BitVector.Sized.Overflow ( src/Data/BitVector/Sized/Overflow.hs, dist/build/Data/BitVector/Sized/Overflow.o, dist/build/Data/BitVector/Sized/Overflow.dyn_o )
[4 of 6] Compiling Data.BitVector.Sized ( src/Data/BitVector/Sized.hs, dist/build/Data/BitVector/Sized.o, dist/build/Data/BitVector/Sized.dyn_o )
[5 of 6] Compiling Data.BitVector.Sized.Signed ( src/Data/BitVector/Sized/Signed.hs, dist/build/Data/BitVector/Sized/Signed.o, dist/build/Data/BitVector/Sized/Signed.dyn_o )
[6 of 6] Compiling Data.BitVector.Sized.Unsigned ( src/Data/BitVector/Sized/Unsigned.hs, dist/build/Data/BitVector/Sized/Unsigned.o, dist/build/Data/BitVector/Sized/Unsigned.dyn_o )
Preprocessing library for bv-sized-1.0.6..
Running Haddock on library for bv-sized-1.0.6..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 6] Compiling Data.BitVector.Sized.Panic ( src/Data/BitVector/Sized/Panic.hs, /tmp/ghc2752772_0/ghc_10.o, /tmp/ghc2752772_0/ghc_10.dyn_o )
[2 of 6] Compiling Data.BitVector.Sized.Internal ( src/Data/BitVector/Sized/Internal.hs, /tmp/ghc2752772_0/ghc_8.o, /tmp/ghc2752772_0/ghc_8.dyn_o )
[3 of 6] Compiling Data.BitVector.Sized.Overflow ( src/Data/BitVector/Sized/Overflow.hs, nothing )
[4 of 6] Compiling Data.BitVector.Sized ( src/Data/BitVector/Sized.hs, /tmp/ghc2752772_0/ghc_6.o, /tmp/ghc2752772_0/ghc_6.dyn_o )
[5 of 6] Compiling Data.BitVector.Sized.Signed ( src/Data/BitVector/Sized/Signed.hs, nothing )
[6 of 6] Compiling Data.BitVector.Sized.Unsigned ( src/Data/BitVector/Sized/Unsigned.hs, nothing )
Haddock coverage:
Warning: 'BV' is ambiguous. It is defined
* at src/Data/BitVector/Sized/Internal.hs:98:3
* at src/Data/BitVector/Sized/Internal.hs:90:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/BitVector/Sized/Internal.hs:90:1
Warning: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 17 / 17) in 'Data.BitVector.Sized.Overflow'
100% (125 /125) in 'Data.BitVector.Sized'
Warning: 'SignedBV' is ambiguous. It is defined
* at src/Data/BitVector/Sized/Signed.hs:50:22
* at src/Data/BitVector/Sized/Signed.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/Data/BitVector/Sized/Signed.hs:50:1
100% ( 3 / 3) in 'Data.BitVector.Sized.Signed'
Warning: 'BV' is ambiguous. It is defined
* at src/Data/BitVector/Sized/Internal.hs:98:3
* at src/Data/BitVector/Sized/Internal.hs:90:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/BitVector/Sized/Internal.hs:90:1
Warning: 'UnsignedBV' is ambiguous. It is defined
* at src/Data/BitVector/Sized/Unsigned.hs:48:24
* at src/Data/BitVector/Sized/Unsigned.hs:48:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/BitVector/Sized/Unsigned.hs:48:1
100% ( 3 / 3) in 'Data.BitVector.Sized.Unsigned'
Warning: Data.BitVector.Sized: could not find link destinations for:
- Data.BitVector.Sized.Internal.Rep_BV
Warning: Data.BitVector.Sized.Signed: could not find link destinations for:
- Data.BitVector.Sized.Signed.Rep_SignedBV
Warning: Data.BitVector.Sized.Unsigned: could not find link destinations for:
- Data.BitVector.Sized.Unsigned.Rep_UnsignedBV
Documentation created: dist/doc/html/bv-sized/,
dist/doc/html/bv-sized/bv-sized.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/bv-sized-1.0.6-5V5dwqJcUEU30xsVr9G82x
Completed bv-sized-1.0.6
Configuring what4-1.7...
Preprocessing library for what4-1.7..
Building library for what4-1.7..
[ 1 of 88] Compiling Test.Verification ( src/Test/Verification.hs, dist/build/Test/Verification.o, dist/build/Test/Verification.dyn_o )
[ 2 of 88] Compiling What4.BaseTypes ( src/What4/BaseTypes.hs, dist/build/What4/BaseTypes.o, dist/build/What4/BaseTypes.dyn_o )
[ 3 of 88] Compiling What4.FloatMode ( src/What4/FloatMode.hs, dist/build/What4/FloatMode.o, dist/build/What4/FloatMode.dyn_o )
[ 4 of 88] Compiling What4.FunctionName ( src/What4/FunctionName.hs, dist/build/What4/FunctionName.o, dist/build/What4/FunctionName.dyn_o )
[ 5 of 88] Compiling What4.IndexLit ( src/What4/IndexLit.hs, dist/build/What4/IndexLit.o, dist/build/What4/IndexLit.dyn_o )
[ 6 of 88] Compiling What4.Panic ( src/What4/Panic.hs, dist/build/What4/Panic.o, dist/build/What4/Panic.dyn_o )
[ 7 of 88] Compiling What4.ProblemFeatures ( src/What4/ProblemFeatures.hs, dist/build/What4/ProblemFeatures.o, dist/build/What4/ProblemFeatures.dyn_o )
[ 8 of 88] Compiling What4.ProgramLoc ( src/What4/ProgramLoc.hs, dist/build/What4/ProgramLoc.o, dist/build/What4/ProgramLoc.dyn_o )
[ 9 of 88] Compiling What4.Protocol.PolyRoot ( src/What4/Protocol/PolyRoot.hs, dist/build/What4/Protocol/PolyRoot.o, dist/build/What4/Protocol/PolyRoot.dyn_o )
[10 of 88] Compiling What4.Protocol.ReadDecimal ( src/What4/Protocol/ReadDecimal.hs, dist/build/What4/Protocol/ReadDecimal.o, dist/build/What4/Protocol/ReadDecimal.dyn_o )
[11 of 88] Compiling What4.Protocol.SExp ( src/What4/Protocol/SExp.hs, dist/build/What4/Protocol/SExp.o, dist/build/What4/Protocol/SExp.dyn_o )
[12 of 88] Compiling What4.Protocol.SMTLib2.Parse ( src/What4/Protocol/SMTLib2/Parse.hs, dist/build/What4/Protocol/SMTLib2/Parse.o, dist/build/What4/Protocol/SMTLib2/Parse.dyn_o )
[13 of 88] Compiling What4.Protocol.SMTLib2.Syntax ( src/What4/Protocol/SMTLib2/Syntax.hs, dist/build/What4/Protocol/SMTLib2/Syntax.o, dist/build/What4/Protocol/SMTLib2/Syntax.dyn_o )
[14 of 88] Compiling What4.SatResult ( src/What4/SatResult.hs, dist/build/What4/SatResult.o, dist/build/What4/SatResult.dyn_o )
[15 of 88] Compiling What4.SemiRing ( src/What4/SemiRing.hs, dist/build/What4/SemiRing.o, dist/build/What4/SemiRing.dyn_o )
[16 of 88] Compiling What4.Serialize.Log ( src/What4/Serialize/Log.hs, dist/build/What4/Serialize/Log.o, dist/build/What4/Serialize/Log.dyn_o )
[17 of 88] Compiling What4.Serialize.SETokens ( src/What4/Serialize/SETokens.hs, dist/build/What4/Serialize/SETokens.o, dist/build/What4/Serialize/SETokens.dyn_o )
[18 of 88] Compiling What4.Serialize.FastSExpr ( src/What4/Serialize/FastSExpr.hs, dist/build/What4/Serialize/FastSExpr.o, dist/build/What4/Serialize/FastSExpr.dyn_o )
[19 of 88] Compiling What4.SpecialFunctions ( src/What4/SpecialFunctions.hs, dist/build/What4/SpecialFunctions.o, dist/build/What4/SpecialFunctions.dyn_o )
[20 of 88] Compiling What4.Symbol ( src/What4/Symbol.hs, dist/build/What4/Symbol.o, dist/build/What4/Symbol.dyn_o )
[21 of 88] Compiling What4.Utils.AnnotatedMap ( src/What4/Utils/AnnotatedMap.hs, dist/build/What4/Utils/AnnotatedMap.o, dist/build/What4/Utils/AnnotatedMap.dyn_o )
[22 of 88] Compiling What4.Utils.Arithmetic ( src/What4/Utils/Arithmetic.hs, dist/build/What4/Utils/Arithmetic.o, dist/build/What4/Utils/Arithmetic.dyn_o )
[23 of 88] Compiling What4.Utils.BVDomain.Arith ( src/What4/Utils/BVDomain/Arith.hs, dist/build/What4/Utils/BVDomain/Arith.o, dist/build/What4/Utils/BVDomain/Arith.dyn_o )
[24 of 88] Compiling What4.Utils.BVDomain.Bitwise ( src/What4/Utils/BVDomain/Bitwise.hs, dist/build/What4/Utils/BVDomain/Bitwise.o, dist/build/What4/Utils/BVDomain/Bitwise.dyn_o )
[25 of 88] Compiling What4.Utils.BVDomain.XOR ( src/What4/Utils/BVDomain/XOR.hs, dist/build/What4/Utils/BVDomain/XOR.o, dist/build/What4/Utils/BVDomain/XOR.dyn_o )
[26 of 88] Compiling What4.Utils.BVDomain ( src/What4/Utils/BVDomain.hs, dist/build/What4/Utils/BVDomain.o, dist/build/What4/Utils/BVDomain.dyn_o )
[27 of 88] Compiling What4.Utils.Complex ( src/What4/Utils/Complex.hs, dist/build/What4/Utils/Complex.o, dist/build/What4/Utils/Complex.dyn_o )
[28 of 88] Compiling What4.Utils.Endian ( src/What4/Utils/Endian.hs, dist/build/What4/Utils/Endian.o, dist/build/What4/Utils/Endian.dyn_o )
[29 of 88] Compiling What4.Utils.Environment ( src/What4/Utils/Environment.hs, dist/build/What4/Utils/Environment.o, dist/build/What4/Utils/Environment.dyn_o )
[30 of 88] Compiling What4.Utils.FloatHelpers ( src/What4/Utils/FloatHelpers.hs, dist/build/What4/Utils/FloatHelpers.o, dist/build/What4/Utils/FloatHelpers.dyn_o )
[31 of 88] Compiling What4.Utils.HandleReader ( src/What4/Utils/HandleReader.hs, dist/build/What4/Utils/HandleReader.o, dist/build/What4/Utils/HandleReader.dyn_o )
[32 of 88] Compiling What4.Utils.IncrHash ( src/What4/Utils/IncrHash.hs, dist/build/What4/Utils/IncrHash.o, dist/build/What4/Utils/IncrHash.dyn_o )
[33 of 88] Compiling What4.Expr.BoolMap ( src/What4/Expr/BoolMap.hs, dist/build/What4/Expr/BoolMap.o, dist/build/What4/Expr/BoolMap.dyn_o )
[34 of 88] Compiling What4.Utils.LeqMap ( src/What4/Utils/LeqMap.hs, dist/build/What4/Utils/LeqMap.o, dist/build/What4/Utils/LeqMap.dyn_o )
[35 of 88] Compiling What4.Utils.MonadST ( src/What4/Utils/MonadST.hs, dist/build/What4/Utils/MonadST.o, dist/build/What4/Utils/MonadST.dyn_o )
[36 of 88] Compiling What4.Utils.OnlyIntRepr ( src/What4/Utils/OnlyIntRepr.hs, dist/build/What4/Utils/OnlyIntRepr.o, dist/build/What4/Utils/OnlyIntRepr.dyn_o )
[37 of 88] Compiling What4.Utils.Streams ( src/What4/Utils/Streams.hs, dist/build/What4/Utils/Streams.o, dist/build/What4/Utils/Streams.dyn_o )
[38 of 88] Compiling What4.Utils.Versions ( src/What4/Utils/Versions.hs, dist/build/What4/Utils/Versions.o, dist/build/What4/Utils/Versions.dyn_o )
[39 of 88] Compiling What4.Utils.Word16String ( src/What4/Utils/Word16String.hs, dist/build/What4/Utils/Word16String.o, dist/build/What4/Utils/Word16String.dyn_o )
[40 of 88] Compiling What4.Utils.StringLiteral ( src/What4/Utils/StringLiteral.hs, dist/build/What4/Utils/StringLiteral.o, dist/build/What4/Utils/StringLiteral.dyn_o )
[41 of 88] Compiling What4.Utils.AbstractDomains ( src/What4/Utils/AbstractDomains.hs, dist/build/What4/Utils/AbstractDomains.o, dist/build/What4/Utils/AbstractDomains.dyn_o )
[42 of 88] Compiling What4.Expr.WeightedSum ( src/What4/Expr/WeightedSum.hs, dist/build/What4/Expr/WeightedSum.o, dist/build/What4/Expr/WeightedSum.dyn_o )
[43 of 88] Compiling What4.Expr.ArrayUpdateMap ( src/What4/Expr/ArrayUpdateMap.hs, dist/build/What4/Expr/ArrayUpdateMap.o, dist/build/What4/Expr/ArrayUpdateMap.dyn_o )
[44 of 88] Compiling What4.Concrete ( src/What4/Concrete.hs, dist/build/What4/Concrete.o, dist/build/What4/Concrete.dyn_o )
[45 of 88] Compiling What4.Config ( src/What4/Config.hs, dist/build/What4/Config.o, dist/build/What4/Config.dyn_o )
[46 of 88] Compiling What4.Utils.Process ( src/What4/Utils/Process.hs, dist/build/What4/Utils/Process.o, dist/build/What4/Utils/Process.dyn_o )
[47 of 88] Compiling What4.Interface ( src/What4/Interface.hs, dist/build/What4/Interface.o, dist/build/What4/Interface.dyn_o )
[48 of 88] Compiling What4.Utils.Serialize ( src/What4/Utils/Serialize.hs, dist/build/What4/Utils/Serialize.o, dist/build/What4/Utils/Serialize.dyn_o )
[49 of 88] Compiling What4.SWord ( src/What4/SWord.hs, dist/build/What4/SWord.o, dist/build/What4/SWord.dyn_o )
[50 of 88] Compiling What4.SFloat ( src/What4/SFloat.hs, dist/build/What4/SFloat.o, dist/build/What4/SFloat.dyn_o )
[51 of 88] Compiling What4.Partial ( src/What4/Partial.hs, dist/build/What4/Partial.o, dist/build/What4/Partial.dyn_o )
[52 of 88] Compiling What4.LabeledPred ( src/What4/LabeledPred.hs, dist/build/What4/LabeledPred.o, dist/build/What4/LabeledPred.dyn_o )
[53 of 88] Compiling What4.InterpretedFloatingPoint ( src/What4/InterpretedFloatingPoint.hs, dist/build/What4/InterpretedFloatingPoint.o, dist/build/What4/InterpretedFloatingPoint.dyn_o )
[54 of 88] Compiling What4.Expr.UnaryBV ( src/What4/Expr/UnaryBV.hs, dist/build/What4/Expr/UnaryBV.o, dist/build/What4/Expr/UnaryBV.dyn_o )
[55 of 88] Compiling What4.Expr.StringSeq ( src/What4/Expr/StringSeq.hs, dist/build/What4/Expr/StringSeq.o, dist/build/What4/Expr/StringSeq.dyn_o )
[56 of 88] Compiling What4.Expr.MATLAB ( src/What4/Expr/MATLAB.hs, dist/build/What4/Expr/MATLAB.o, dist/build/What4/Expr/MATLAB.dyn_o )
[57 of 88] Compiling What4.Expr.App ( src/What4/Expr/App.hs, dist/build/What4/Expr/App.o, dist/build/What4/Expr/App.dyn_o )
[58 of 88] Compiling What4.Expr.AppTheory ( src/What4/Expr/AppTheory.hs, dist/build/What4/Expr/AppTheory.o, dist/build/What4/Expr/AppTheory.dyn_o )
[59 of 88] Compiling What4.Expr.VarIdentification ( src/What4/Expr/VarIdentification.hs, dist/build/What4/Expr/VarIdentification.o, dist/build/What4/Expr/VarIdentification.dyn_o )
[60 of 88] Compiling What4.Expr.Allocator ( src/What4/Expr/Allocator.hs, dist/build/What4/Expr/Allocator.o, dist/build/What4/Expr/Allocator.dyn_o )
[61 of 88] Compiling What4.Expr.Builder ( src/What4/Expr/Builder.hs, dist/build/What4/Expr/Builder.o, dist/build/What4/Expr/Builder.dyn_o )
[62 of 88] Compiling What4.Protocol.VerilogWriter.AST ( src/What4/Protocol/VerilogWriter/AST.hs, dist/build/What4/Protocol/VerilogWriter/AST.o, dist/build/What4/Protocol/VerilogWriter/AST.dyn_o )
[63 of 88] Compiling What4.Protocol.VerilogWriter.Backend ( src/What4/Protocol/VerilogWriter/Backend.hs, dist/build/What4/Protocol/VerilogWriter/Backend.o, dist/build/What4/Protocol/VerilogWriter/Backend.dyn_o )
[64 of 88] Compiling What4.Protocol.VerilogWriter.ABCVerilog ( src/What4/Protocol/VerilogWriter/ABCVerilog.hs, dist/build/What4/Protocol/VerilogWriter/ABCVerilog.o, dist/build/What4/Protocol/VerilogWriter/ABCVerilog.dyn_o )
[65 of 88] Compiling What4.Protocol.VerilogWriter ( src/What4/Protocol/VerilogWriter.hs, dist/build/What4/Protocol/VerilogWriter.o, dist/build/What4/Protocol/VerilogWriter.dyn_o )
[66 of 88] Compiling What4.Expr.Simplify ( src/What4/Expr/Simplify.hs, dist/build/What4/Expr/Simplify.o, dist/build/What4/Expr/Simplify.dyn_o )
[67 of 88] Compiling What4.Expr.GroundEval ( src/What4/Expr/GroundEval.hs, dist/build/What4/Expr/GroundEval.o, dist/build/What4/Expr/GroundEval.dyn_o )
[68 of 88] Compiling What4.Solver.Adapter ( src/What4/Solver/Adapter.hs, dist/build/What4/Solver/Adapter.o, dist/build/What4/Solver/Adapter.dyn_o )
[69 of 88] Compiling What4.Protocol.SMTWriter ( src/What4/Protocol/SMTWriter.hs, dist/build/What4/Protocol/SMTWriter.o, dist/build/What4/Protocol/SMTWriter.dyn_o )
[70 of 88] Compiling What4.Protocol.SMTLib2.Response ( src/What4/Protocol/SMTLib2/Response.hs, dist/build/What4/Protocol/SMTLib2/Response.o, dist/build/What4/Protocol/SMTLib2/Response.dyn_o )
[71 of 88] Compiling What4.Expr ( src/What4/Expr.hs, dist/build/What4/Expr.o, dist/build/What4/Expr.dyn_o )
[72 of 88] Compiling What4.Serialize.Printer ( src/What4/Serialize/Printer.hs, dist/build/What4/Serialize/Printer.o, dist/build/What4/Serialize/Printer.dyn_o )
[73 of 88] Compiling What4.Serialize.Parser ( src/What4/Serialize/Parser.hs, dist/build/What4/Serialize/Parser.o, dist/build/What4/Serialize/Parser.dyn_o )
[74 of 88] Compiling What4.Serialize.Normalize ( src/What4/Serialize/Normalize.hs, dist/build/What4/Serialize/Normalize.o, dist/build/What4/Serialize/Normalize.dyn_o )
[75 of 88] Compiling What4.Protocol.Online ( src/What4/Protocol/Online.hs, dist/build/What4/Protocol/Online.o, dist/build/What4/Protocol/Online.dyn_o )
[76 of 88] Compiling What4.Utils.ResolveBounds.BV ( src/What4/Utils/ResolveBounds/BV.hs, dist/build/What4/Utils/ResolveBounds/BV.o, dist/build/What4/Utils/ResolveBounds/BV.dyn_o )
[77 of 88] Compiling What4.Protocol.SMTLib2 ( src/What4/Protocol/SMTLib2.hs, dist/build/What4/Protocol/SMTLib2.o, dist/build/What4/Protocol/SMTLib2.dyn_o )
[78 of 88] Compiling What4.Solver.Z3 ( src/What4/Solver/Z3.hs, dist/build/What4/Solver/Z3.o, dist/build/What4/Solver/Z3.dyn_o )
[79 of 88] Compiling What4.Solver.Yices ( src/What4/Solver/Yices.hs, dist/build/What4/Solver/Yices.o, dist/build/What4/Solver/Yices.dyn_o )
[80 of 88] Compiling What4.Solver.STP ( src/What4/Solver/STP.hs, dist/build/What4/Solver/STP.o, dist/build/What4/Solver/STP.dyn_o )
[81 of 88] Compiling What4.Solver.ExternalABC ( src/What4/Solver/ExternalABC.hs, dist/build/What4/Solver/ExternalABC.o, dist/build/What4/Solver/ExternalABC.dyn_o )
[82 of 88] Compiling What4.Solver.DReal ( src/What4/Solver/DReal.hs, dist/build/What4/Solver/DReal.o, dist/build/What4/Solver/DReal.dyn_o )
[83 of 88] Compiling What4.Solver.CVC5 ( src/What4/Solver/CVC5.hs, dist/build/What4/Solver/CVC5.o, dist/build/What4/Solver/CVC5.dyn_o )
[84 of 88] Compiling What4.Solver.CVC4 ( src/What4/Solver/CVC4.hs, dist/build/What4/Solver/CVC4.o, dist/build/What4/Solver/CVC4.dyn_o )
[85 of 88] Compiling What4.Solver.Boolector ( src/What4/Solver/Boolector.hs, dist/build/What4/Solver/Boolector.o, dist/build/What4/Solver/Boolector.dyn_o )
[86 of 88] Compiling What4.Solver.Bitwuzla ( src/What4/Solver/Bitwuzla.hs, dist/build/What4/Solver/Bitwuzla.o, dist/build/What4/Solver/Bitwuzla.dyn_o )
[87 of 88] Compiling What4.Solver ( src/What4/Solver.hs, dist/build/What4/Solver.o, dist/build/What4/Solver.dyn_o )
[88 of 88] Compiling What4.WordMap ( src/What4/WordMap.hs, dist/build/What4/WordMap.o, dist/build/What4/WordMap.dyn_o )
Preprocessing executable 'bool-normalization' for what4-1.7..
Building executable 'bool-normalization' for what4-1.7..
[1 of 3] Compiling Bool ( test/Bool.hs, dist/build/bool-normalization/bool-normalization-tmp/Bool.o )
[2 of 3] Compiling Main ( test/BoolNormalization.hs, dist/build/bool-normalization/bool-normalization-tmp/Main.o )
[3 of 3] Compiling Test.Tasty.Hedgehog.Alt ( test/hedgehog/Test/Tasty/Hedgehog/Alt.hs, dist/build/bool-normalization/bool-normalization-tmp/Test/Tasty/Hedgehog/Alt.o )
[4 of 4] Linking dist/build/bool-normalization/bool-normalization
Preprocessing executable 'quickstart' for what4-1.7..
Building executable 'quickstart' for what4-1.7..
[1 of 1] Compiling Main ( doc/QuickStart.hs, dist/build/quickstart/quickstart-tmp/Main.o )
[2 of 2] Linking dist/build/quickstart/quickstart
Preprocessing library for what4-1.7..
Running Haddock on library for what4-1.7..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 88] Compiling Test.Verification ( src/Test/Verification.hs, /tmp/ghc2764849_0/ghc_48.o, /tmp/ghc2764849_0/ghc_48.dyn_o )
[ 2 of 88] Compiling What4.BaseTypes ( src/What4/BaseTypes.hs, /tmp/ghc2764849_0/ghc_50.o, /tmp/ghc2764849_0/ghc_50.dyn_o )
[ 3 of 88] Compiling What4.FloatMode ( src/What4/FloatMode.hs, /tmp/ghc2764849_0/ghc_82.o, /tmp/ghc2764849_0/ghc_82.dyn_o )
[ 4 of 88] Compiling What4.FunctionName ( src/What4/FunctionName.hs, /tmp/ghc2764849_0/ghc_84.o, /tmp/ghc2764849_0/ghc_84.dyn_o )
[ 5 of 88] Compiling What4.IndexLit ( src/What4/IndexLit.hs, /tmp/ghc2764849_0/ghc_86.o, /tmp/ghc2764849_0/ghc_86.dyn_o )
[ 6 of 88] Compiling What4.Panic ( src/What4/Panic.hs, /tmp/ghc2764849_0/ghc_92.o, /tmp/ghc2764849_0/ghc_92.dyn_o )
[ 7 of 88] Compiling What4.ProblemFeatures ( src/What4/ProblemFeatures.hs, /tmp/ghc2764849_0/ghc_94.o, /tmp/ghc2764849_0/ghc_94.dyn_o )
[ 8 of 88] Compiling What4.ProgramLoc ( src/What4/ProgramLoc.hs, /tmp/ghc2764849_0/ghc_96.o, /tmp/ghc2764849_0/ghc_96.dyn_o )
[ 9 of 88] Compiling What4.Protocol.PolyRoot ( src/What4/Protocol/PolyRoot.hs, nothing )
[10 of 88] Compiling What4.Protocol.ReadDecimal ( src/What4/Protocol/ReadDecimal.hs, /tmp/ghc2764849_0/ghc_100.o, /tmp/ghc2764849_0/ghc_100.dyn_o )
[11 of 88] Compiling What4.Protocol.SExp ( src/What4/Protocol/SExp.hs, /tmp/ghc2764849_0/ghc_102.o, /tmp/ghc2764849_0/ghc_102.dyn_o )
[12 of 88] Compiling What4.Protocol.SMTLib2.Parse ( src/What4/Protocol/SMTLib2/Parse.hs, nothing )
[13 of 88] Compiling What4.Protocol.SMTLib2.Syntax ( src/What4/Protocol/SMTLib2/Syntax.hs, /tmp/ghc2764849_0/ghc_106.o, /tmp/ghc2764849_0/ghc_106.dyn_o )
[14 of 88] Compiling What4.SatResult ( src/What4/SatResult.hs, /tmp/ghc2764849_0/ghc_110.o, /tmp/ghc2764849_0/ghc_110.dyn_o )
[15 of 88] Compiling What4.SemiRing ( src/What4/SemiRing.hs, /tmp/ghc2764849_0/ghc_112.o, /tmp/ghc2764849_0/ghc_112.dyn_o )
[16 of 88] Compiling What4.Serialize.Log ( src/What4/Serialize/Log.hs, nothing )
[17 of 88] Compiling What4.Serialize.SETokens ( src/What4/Serialize/SETokens.hs, nothing )
[18 of 88] Compiling What4.Serialize.FastSExpr ( src/What4/Serialize/FastSExpr.hs, nothing )
[19 of 88] Compiling What4.SpecialFunctions ( src/What4/SpecialFunctions.hs, /tmp/ghc2764849_0/ghc_116.o, /tmp/ghc2764849_0/ghc_116.dyn_o )
[20 of 88] Compiling What4.Symbol ( src/What4/Symbol.hs, /tmp/ghc2764849_0/ghc_118.o, /tmp/ghc2764849_0/ghc_118.dyn_o )
[21 of 88] Compiling What4.Utils.AnnotatedMap ( src/What4/Utils/AnnotatedMap.hs, /tmp/ghc2764849_0/ghc_122.o, /tmp/ghc2764849_0/ghc_122.dyn_o )
[22 of 88] Compiling What4.Utils.Arithmetic ( src/What4/Utils/Arithmetic.hs, /tmp/ghc2764849_0/ghc_124.o, /tmp/ghc2764849_0/ghc_124.dyn_o )
[23 of 88] Compiling What4.Utils.BVDomain.Arith ( src/What4/Utils/BVDomain/Arith.hs, /tmp/ghc2764849_0/ghc_128.o, /tmp/ghc2764849_0/ghc_128.dyn_o )
[24 of 88] Compiling What4.Utils.BVDomain.Bitwise ( src/What4/Utils/BVDomain/Bitwise.hs, /tmp/ghc2764849_0/ghc_130.o, /tmp/ghc2764849_0/ghc_130.dyn_o )
[25 of 88] Compiling What4.Utils.BVDomain.XOR ( src/What4/Utils/BVDomain/XOR.hs, /tmp/ghc2764849_0/ghc_132.o, /tmp/ghc2764849_0/ghc_132.dyn_o )
[26 of 88] Compiling What4.Utils.BVDomain ( src/What4/Utils/BVDomain.hs, /tmp/ghc2764849_0/ghc_126.o, /tmp/ghc2764849_0/ghc_126.dyn_o )
[27 of 88] Compiling What4.Utils.Complex ( src/What4/Utils/Complex.hs, /tmp/ghc2764849_0/ghc_134.o, /tmp/ghc2764849_0/ghc_134.dyn_o )
[28 of 88] Compiling What4.Utils.Endian ( src/What4/Utils/Endian.hs, nothing )
[29 of 88] Compiling What4.Utils.Environment ( src/What4/Utils/Environment.hs, /tmp/ghc2764849_0/ghc_136.o, /tmp/ghc2764849_0/ghc_136.dyn_o )
[30 of 88] Compiling What4.Utils.FloatHelpers ( src/What4/Utils/FloatHelpers.hs, /tmp/ghc2764849_0/ghc_138.o, /tmp/ghc2764849_0/ghc_138.dyn_o )
[31 of 88] Compiling What4.Utils.HandleReader ( src/What4/Utils/HandleReader.hs, /tmp/ghc2764849_0/ghc_140.o, /tmp/ghc2764849_0/ghc_140.dyn_o )
[32 of 88] Compiling What4.Utils.IncrHash ( src/What4/Utils/IncrHash.hs, /tmp/ghc2764849_0/ghc_142.o, /tmp/ghc2764849_0/ghc_142.dyn_o )
[33 of 88] Compiling What4.Expr.BoolMap ( src/What4/Expr/BoolMap.hs, /tmp/ghc2764849_0/ghc_66.o, /tmp/ghc2764849_0/ghc_66.dyn_o )
[34 of 88] Compiling What4.Utils.LeqMap ( src/What4/Utils/LeqMap.hs, nothing )
[35 of 88] Compiling What4.Utils.MonadST ( src/What4/Utils/MonadST.hs, /tmp/ghc2764849_0/ghc_144.o, /tmp/ghc2764849_0/ghc_144.dyn_o )
[36 of 88] Compiling What4.Utils.OnlyIntRepr ( src/What4/Utils/OnlyIntRepr.hs, /tmp/ghc2764849_0/ghc_146.o, /tmp/ghc2764849_0/ghc_146.dyn_o )
[37 of 88] Compiling What4.Utils.Streams ( src/What4/Utils/Streams.hs, nothing )
[38 of 88] Compiling What4.Utils.Versions ( src/What4/Utils/Versions.hs, /tmp/ghc2764849_0/ghc_152.o, /tmp/ghc2764849_0/ghc_152.dyn_o )
[39 of 88] Compiling What4.Utils.Word16String ( src/What4/Utils/Word16String.hs, /tmp/ghc2764849_0/ghc_154.o, /tmp/ghc2764849_0/ghc_154.dyn_o )
[40 of 88] Compiling What4.Utils.StringLiteral ( src/What4/Utils/StringLiteral.hs, /tmp/ghc2764849_0/ghc_150.o, /tmp/ghc2764849_0/ghc_150.dyn_o )
[41 of 88] Compiling What4.Utils.AbstractDomains ( src/What4/Utils/AbstractDomains.hs, /tmp/ghc2764849_0/ghc_120.o, /tmp/ghc2764849_0/ghc_120.dyn_o )
[42 of 88] Compiling What4.Expr.WeightedSum ( src/What4/Expr/WeightedSum.hs, /tmp/ghc2764849_0/ghc_80.o, /tmp/ghc2764849_0/ghc_80.dyn_o )
[43 of 88] Compiling What4.Expr.ArrayUpdateMap ( src/What4/Expr/ArrayUpdateMap.hs, /tmp/ghc2764849_0/ghc_64.o, /tmp/ghc2764849_0/ghc_64.dyn_o )
[44 of 88] Compiling What4.Concrete ( src/What4/Concrete.hs, /tmp/ghc2764849_0/ghc_52.o, /tmp/ghc2764849_0/ghc_52.dyn_o )
[45 of 88] Compiling What4.Config ( src/What4/Config.hs, /tmp/ghc2764849_0/ghc_54.o, /tmp/ghc2764849_0/ghc_54.dyn_o )
[46 of 88] Compiling What4.Utils.Process ( src/What4/Utils/Process.hs, /tmp/ghc2764849_0/ghc_148.o, /tmp/ghc2764849_0/ghc_148.dyn_o )
[47 of 88] Compiling What4.Interface ( src/What4/Interface.hs, /tmp/ghc2764849_0/ghc_88.o, /tmp/ghc2764849_0/ghc_88.dyn_o )
[48 of 88] Compiling What4.Utils.Serialize ( src/What4/Utils/Serialize.hs, nothing )
[49 of 88] Compiling What4.SWord ( src/What4/SWord.hs, nothing )
[50 of 88] Compiling What4.SFloat ( src/What4/SFloat.hs, nothing )
[51 of 88] Compiling What4.Partial ( src/What4/Partial.hs, nothing )
[52 of 88] Compiling What4.LabeledPred ( src/What4/LabeledPred.hs, nothing )
[53 of 88] Compiling What4.InterpretedFloatingPoint ( src/What4/InterpretedFloatingPoint.hs, /tmp/ghc2764849_0/ghc_90.o, /tmp/ghc2764849_0/ghc_90.dyn_o )
[54 of 88] Compiling What4.Expr.UnaryBV ( src/What4/Expr/UnaryBV.hs, /tmp/ghc2764849_0/ghc_76.o, /tmp/ghc2764849_0/ghc_76.dyn_o )
[55 of 88] Compiling What4.Expr.StringSeq ( src/What4/Expr/StringSeq.hs, /tmp/ghc2764849_0/ghc_74.o, /tmp/ghc2764849_0/ghc_74.dyn_o )
[56 of 88] Compiling What4.Expr.MATLAB ( src/What4/Expr/MATLAB.hs, /tmp/ghc2764849_0/ghc_72.o, /tmp/ghc2764849_0/ghc_72.dyn_o )
[57 of 88] Compiling What4.Expr.App ( src/What4/Expr/App.hs, /tmp/ghc2764849_0/ghc_60.o, /tmp/ghc2764849_0/ghc_60.dyn_o )
[58 of 88] Compiling What4.Expr.AppTheory ( src/What4/Expr/AppTheory.hs, /tmp/ghc2764849_0/ghc_62.o, /tmp/ghc2764849_0/ghc_62.dyn_o )
[59 of 88] Compiling What4.Expr.VarIdentification ( src/What4/Expr/VarIdentification.hs, /tmp/ghc2764849_0/ghc_78.o, /tmp/ghc2764849_0/ghc_78.dyn_o )
[60 of 88] Compiling What4.Expr.Allocator ( src/What4/Expr/Allocator.hs, /tmp/ghc2764849_0/ghc_58.o, /tmp/ghc2764849_0/ghc_58.dyn_o )
[61 of 88] Compiling What4.Expr.Builder ( src/What4/Expr/Builder.hs, /tmp/ghc2764849_0/ghc_68.o, /tmp/ghc2764849_0/ghc_68.dyn_o )
[62 of 88] Compiling What4.Protocol.VerilogWriter.AST ( src/What4/Protocol/VerilogWriter/AST.hs, nothing )
[63 of 88] Compiling What4.Protocol.VerilogWriter.Backend ( src/What4/Protocol/VerilogWriter/Backend.hs, nothing )
[64 of 88] Compiling What4.Protocol.VerilogWriter.ABCVerilog ( src/What4/Protocol/VerilogWriter/ABCVerilog.hs, nothing )
[65 of 88] Compiling What4.Protocol.VerilogWriter ( src/What4/Protocol/VerilogWriter.hs, nothing )
[66 of 88] Compiling What4.Expr.Simplify ( src/What4/Expr/Simplify.hs, nothing )
[67 of 88] Compiling What4.Expr.GroundEval ( src/What4/Expr/GroundEval.hs, /tmp/ghc2764849_0/ghc_70.o, /tmp/ghc2764849_0/ghc_70.dyn_o )
[68 of 88] Compiling What4.Solver.Adapter ( src/What4/Solver/Adapter.hs, /tmp/ghc2764849_0/ghc_114.o, /tmp/ghc2764849_0/ghc_114.dyn_o )
[69 of 88] Compiling What4.Protocol.SMTWriter ( src/What4/Protocol/SMTWriter.hs, /tmp/ghc2764849_0/ghc_108.o, /tmp/ghc2764849_0/ghc_108.dyn_o )
[70 of 88] Compiling What4.Protocol.SMTLib2.Response ( src/What4/Protocol/SMTLib2/Response.hs, /tmp/ghc2764849_0/ghc_104.o, /tmp/ghc2764849_0/ghc_104.dyn_o )
[71 of 88] Compiling What4.Expr ( src/What4/Expr.hs, /tmp/ghc2764849_0/ghc_56.o, /tmp/ghc2764849_0/ghc_56.dyn_o )
[72 of 88] Compiling What4.Serialize.Printer ( src/What4/Serialize/Printer.hs, nothing )
[73 of 88] Compiling What4.Serialize.Parser ( src/What4/Serialize/Parser.hs, nothing )
[74 of 88] Compiling What4.Serialize.Normalize ( src/What4/Serialize/Normalize.hs, nothing )
[75 of 88] Compiling What4.Protocol.Online ( src/What4/Protocol/Online.hs, /tmp/ghc2764849_0/ghc_98.o, /tmp/ghc2764849_0/ghc_98.dyn_o )
[76 of 88] Compiling What4.Utils.ResolveBounds.BV ( src/What4/Utils/ResolveBounds/BV.hs, nothing )
[77 of 88] Compiling What4.Protocol.SMTLib2 ( src/What4/Protocol/SMTLib2.hs, nothing )
[78 of 88] Compiling What4.Solver.Z3 ( src/What4/Solver/Z3.hs, nothing )
[79 of 88] Compiling What4.Solver.Yices ( src/What4/Solver/Yices.hs, nothing )
[80 of 88] Compiling What4.Solver.STP ( src/What4/Solver/STP.hs, nothing )
[81 of 88] Compiling What4.Solver.ExternalABC ( src/What4/Solver/ExternalABC.hs, nothing )
[82 of 88] Compiling What4.Solver.DReal ( src/What4/Solver/DReal.hs, nothing )
[83 of 88] Compiling What4.Solver.CVC5 ( src/What4/Solver/CVC5.hs, nothing )
[84 of 88] Compiling What4.Solver.CVC4 ( src/What4/Solver/CVC4.hs, nothing )
[85 of 88] Compiling What4.Solver.Boolector ( src/What4/Solver/Boolector.hs, nothing )
[86 of 88] Compiling What4.Solver.Bitwuzla ( src/What4/Solver/Bitwuzla.hs, nothing )
[87 of 88] Compiling What4.Solver ( src/What4/Solver.hs, nothing )
[88 of 88] Compiling What4.WordMap ( src/What4/WordMap.hs, nothing )
Haddock coverage:
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 18 / 18) in 'Test.Verification'
47% ( 20 / 42) in 'What4.BaseTypes'
Missing documentation for:
BaseBoolType (src/What4/BaseTypes.hs:142)
BaseIntegerType (src/What4/BaseTypes.hs:143)
BaseRealType (src/What4/BaseTypes.hs:144)
BaseStringType (src/What4/BaseTypes.hs:147)
BaseBVType (src/What4/BaseTypes.hs:145)
BaseFloatType (src/What4/BaseTypes.hs:146)
BaseComplexType (src/What4/BaseTypes.hs:148)
BaseStructType (src/What4/BaseTypes.hs:149)
BaseArrayType (src/What4/BaseTypes.hs:150)
StringInfo (src/What4/BaseTypes.hs:98)
Char8 (src/What4/BaseTypes.hs:107)
Char16 (src/What4/BaseTypes.hs:108)
Unicode (src/What4/BaseTypes.hs:109)
FloatingPointPrecision (src/What4/BaseTypes.hs:158)
Prec32 (src/What4/BaseTypes.hs:166)
Prec64 (src/What4/BaseTypes.hs:167)
Prec80 (src/What4/BaseTypes.hs:168)
Prec128 (src/What4/BaseTypes.hs:169)
FloatPrecisionRepr (src/What4/BaseTypes.hs:193)
StringInfoRepr (src/What4/BaseTypes.hs:200)
floatPrecisionToBVType (src/What4/BaseTypes.hs:217)
lemmaFloatPrecisionIsPos (src/What4/BaseTypes.hs:225)
83% ( 5 / 6) in 'What4.FloatMode'
Missing documentation for:
FloatModeRepr (src/What4/FloatMode.hs:56)
66% ( 4 / 6) in 'What4.FunctionName'
Missing documentation for:
functionName
functionNameFromText (src/What4/FunctionName.hs:48)
33% ( 1 / 3) in 'What4.IndexLit'
Missing documentation for:
Module header
hashIndexLit (src/What4/IndexLit.hs:52)
60% ( 3 / 5) in 'What4.Panic'
Missing documentation for:
Module header
What4 (src/What4/Panic.hs:8)
95% ( 19 / 20) in 'What4.ProblemFeatures'
Missing documentation for:
noFeatures (src/What4/ProblemFeatures.hs:61)
46% ( 6 / 13) in 'What4.ProgramLoc'
Missing documentation for:
Position (src/What4/ProgramLoc.hs:48)
sourcePos (src/What4/ProgramLoc.hs:69)
startOfFile (src/What4/ProgramLoc.hs:72)
ppNoFileName (src/What4/ProgramLoc.hs:86)
plFunction
plSourceLoc
HasProgramLoc (src/What4/ProgramLoc.hs:129)
60% ( 3 / 5) in 'What4.Protocol.PolyRoot'
Missing documentation for:
Root (src/What4/Protocol/PolyRoot.hs:114)
parseYicesRoot (src/What4/Protocol/PolyRoot.hs:183)
Warning: '?' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
50% ( 1 / 2) in 'What4.Protocol.ReadDecimal'
Missing documentation for:
Module header
Warning: 'readString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
30% ( 3 / 10) in 'What4.Protocol.SExp'
Missing documentation for:
Module header
SExp (src/What4/Protocol/SExp.hs:49)
stringToSExp (src/What4/Protocol/SExp.hs:93)
asAtomList (src/What4/Protocol/SExp.hs:109)
asNegAtomList (src/What4/Protocol/SExp.hs:100)
skipSpaceOrNewline (src/What4/Protocol/SExp.hs:40)
sExpToString (src/What4/Protocol/SExp.hs:117)
68% ( 13 / 19) in 'What4.Protocol.SMTLib2.Parse'
Missing documentation for:
DefineFun (src/What4/Protocol/SMTLib2/Parse.hs:477)
Bool (src/What4/Protocol/SMTLib2/Parse.hs:343)
Int (src/What4/Protocol/SMTLib2/Parse.hs:346)
Real (src/What4/Protocol/SMTLib2/Parse.hs:349)
RoundingMode (src/What4/Protocol/SMTLib2/Parse.hs:352)
Array (src/What4/Protocol/SMTLib2/Parse.hs:355)
Warning: 't1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 't2' 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.
94% (124 /131) in 'What4.Protocol.SMTLib2.Syntax'
Missing documentation for:
getVersion (src/What4/Protocol/SMTLib2/Syntax.hs:909)
getName (src/What4/Protocol/SMTLib2/Syntax.hs:912)
getErrorBehavior (src/What4/Protocol/SMTLib2/Syntax.hs:915)
Symbol (src/What4/Protocol/SMTLib2/Syntax.hs:209)
getUnsatAssumptions (src/What4/Protocol/SMTLib2/Syntax.hs:836)
getUnsatCore (src/What4/Protocol/SMTLib2/Syntax.hs:839)
builder_list (src/What4/Protocol/SMTLib2/Syntax.hs:180)
14% ( 1 / 7) in 'What4.SatResult'
Missing documentation for:
SatResult (src/What4/SatResult.hs:24)
isSat (src/What4/SatResult.hs:40)
isUnsat (src/What4/SatResult.hs:44)
isUnknown (src/What4/SatResult.hs:48)
forgetModelAndCore (src/What4/SatResult.hs:52)
traverseSatResult (src/What4/SatResult.hs:34)
34% ( 12 / 35) in 'What4.SemiRing'
Missing documentation for:
SemiRingInteger (src/What4/SemiRing.hs:98)
SemiRingReal (src/What4/SemiRing.hs:99)
SemiRingBV (src/What4/SemiRing.hs:100)
BVBits (src/What4/SemiRing.hs:96)
BVArith (src/What4/SemiRing.hs:95)
SemiRingRepr (src/What4/SemiRing.hs:106)
BVFlavorRepr (src/What4/SemiRing.hs:102)
SemiRingBase (src/What4/SemiRing.hs:127)
zero (src/What4/SemiRing.hs:196)
one (src/What4/SemiRing.hs:202)
add (src/What4/SemiRing.hs:208)
mul (src/What4/SemiRing.hs:214)
eq (src/What4/SemiRing.hs:220)
le (src/What4/SemiRing.hs:225)
lt (src/What4/SemiRing.hs:229)
sr_compare (src/What4/SemiRing.hs:150)
sr_hashWithSalt (src/What4/SemiRing.hs:155)
occ_add (src/What4/SemiRing.hs:166)
occ_one (src/What4/SemiRing.hs:160)
occ_eq (src/What4/SemiRing.hs:178)
occ_hashWithSalt (src/What4/SemiRing.hs:184)
occ_compare (src/What4/SemiRing.hs:190)
occ_count (src/What4/SemiRing.hs:172)
Warning: 'asyncNamed' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'LogCfg' is ambiguous. It is defined
* at src/What4/Serialize/Log.hs:359:15
* at src/What4/Serialize/Log.hs:359:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/What4/Serialize/Log.hs:359:1
Warning: 'unsafePerformIO' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'IORef' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'LogC' 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: 'w' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'LogEvent' is ambiguous. It is defined
* at src/What4/Serialize/Log.hs:345:17
* at src/What4/Serialize/Log.hs:345:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/What4/Serialize/Log.hs:345:1
97% ( 34 / 35) in 'What4.Serialize.Log'
Missing documentation for:
LogMsg (src/What4/Serialize/Log.hs:94)
60% ( 9 / 15) in 'What4.Serialize.SETokens'
Missing documentation for:
Atom (src/What4/Serialize/SETokens.hs:44)
string (src/What4/Serialize/SETokens.hs:67)
string' (src/What4/Serialize/SETokens.hs:70)
ident' (src/What4/Serialize/SETokens.hs:77)
printAtom (src/What4/Serialize/SETokens.hs:124)
parseSExpr (src/What4/Serialize/SETokens.hs:259)
100% ( 2 / 2) in 'What4.Serialize.FastSExpr'
88% ( 16 / 18) in 'What4.SpecialFunctions'
Missing documentation for:
traverseSpecialFnArg (src/What4/SpecialFunctions.hs:437)
traverseSpecialFnArgs (src/What4/SpecialFunctions.hs:442)
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'z' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'A' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Z' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
66% ( 6 / 9) in 'What4.Symbol'
Missing documentation for:
solverSymbolAsText
systemSymbol (src/What4/Symbol.hs:102)
ppSolverSymbolError (src/What4/Symbol.hs:61)
3% ( 1 / 26) in 'What4.Utils.AnnotatedMap'
Missing documentation for:
AnnotatedMap (src/What4/Utils/AnnotatedMap.hs:96)
null (src/What4/Utils/AnnotatedMap.hs:150)
empty (src/What4/Utils/AnnotatedMap.hs:153)
singleton (src/What4/Utils/AnnotatedMap.hs:156)
size (src/What4/Utils/AnnotatedMap.hs:160)
lookup (src/What4/Utils/AnnotatedMap.hs:190)
delete (src/What4/Utils/AnnotatedMap.hs:195)
annotation (src/What4/Utils/AnnotatedMap.hs:126)
toList (src/What4/Utils/AnnotatedMap.hs:132)
fromAscList (src/What4/Utils/AnnotatedMap.hs:136)
insert (src/What4/Utils/AnnotatedMap.hs:184)
alter (src/What4/Utils/AnnotatedMap.hs:203)
alterF (src/What4/Utils/AnnotatedMap.hs:213)
union (src/What4/Utils/AnnotatedMap.hs:224)
unionWith (src/What4/Utils/AnnotatedMap.hs:230)
unionWithKeyMaybe (src/What4/Utils/AnnotatedMap.hs:239)
filter (src/What4/Utils/AnnotatedMap.hs:277)
mapMaybe (src/What4/Utils/AnnotatedMap.hs:284)
mapMaybeWithKey (src/What4/Utils/AnnotatedMap.hs:292)
traverseMaybeWithKey (src/What4/Utils/AnnotatedMap.hs:301)
difference (src/What4/Utils/AnnotatedMap.hs:309)
mergeWithKey (src/What4/Utils/AnnotatedMap.hs:317)
mergeWithKeyM (src/What4/Utils/AnnotatedMap.hs:339)
mergeA (src/What4/Utils/AnnotatedMap.hs:329)
eqBy (src/What4/Utils/AnnotatedMap.hs:147)
85% ( 12 / 14) in 'What4.Utils.Arithmetic'
Missing documentation for:
rotateLeft (src/What4/Utils/Arithmetic.hs:84)
rotateRight (src/What4/Utils/Arithmetic.hs:74)
Warning: 'BVDomain' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
43% ( 36 / 82) in 'What4.Utils.BVDomain.Arith'
Missing documentation for:
eq (src/What4/Utils/BVDomain/Arith.hs:256)
zext (src/What4/Utils/BVDomain/Arith.hs:434)
sext (src/What4/Utils/BVDomain/Arith.hs:443)
shl (src/What4/Utils/BVDomain/Arith.hs:460)
lshr (src/What4/Utils/BVDomain/Arith.hs:477)
ashr (src/What4/Utils/BVDomain/Arith.hs:486)
add (src/What4/Utils/BVDomain/Arith.hs:503)
negate (src/What4/Utils/BVDomain/Arith.hs:513)
scale (src/What4/Utils/BVDomain/Arith.hs:520)
mul (src/What4/Utils/BVDomain/Arith.hs:532)
udiv (src/What4/Utils/BVDomain/Arith.hs:566)
urem (src/What4/Utils/BVDomain/Arith.hs:575)
sdiv (src/What4/Utils/BVDomain/Arith.hs:625)
srem (src/What4/Utils/BVDomain/Arith.hs:631)
correct_any (src/What4/Utils/BVDomain/Arith.hs:706)
correct_ubounds (src/What4/Utils/BVDomain/Arith.hs:709)
correct_sbounds (src/What4/Utils/BVDomain/Arith.hs:715)
correct_singleton (src/What4/Utils/BVDomain/Arith.hs:721)
correct_overlap (src/What4/Utils/BVDomain/Arith.hs:727)
correct_union (src/What4/Utils/BVDomain/Arith.hs:731)
correct_zero_ext (src/What4/Utils/BVDomain/Arith.hs:735)
correct_sign_ext (src/What4/Utils/BVDomain/Arith.hs:740)
correct_concat (src/What4/Utils/BVDomain/Arith.hs:745)
correct_shrink (src/What4/Utils/BVDomain/Arith.hs:752)
correct_trunc (src/What4/Utils/BVDomain/Arith.hs:757)
correct_select (src/What4/Utils/BVDomain/Arith.hs:763)
correct_add (src/What4/Utils/BVDomain/Arith.hs:768)
correct_neg (src/What4/Utils/BVDomain/Arith.hs:771)
correct_mul (src/What4/Utils/BVDomain/Arith.hs:777)
correct_scale (src/What4/Utils/BVDomain/Arith.hs:780)
correct_scale_eq (src/What4/Utils/BVDomain/Arith.hs:785)
correct_udiv (src/What4/Utils/BVDomain/Arith.hs:790)
correct_urem (src/What4/Utils/BVDomain/Arith.hs:796)
correct_sdivRange (src/What4/Utils/BVDomain/Arith.hs:802)
correct_sdiv (src/What4/Utils/BVDomain/Arith.hs:809)
correct_srem (src/What4/Utils/BVDomain/Arith.hs:816)
correct_not (src/What4/Utils/BVDomain/Arith.hs:774)
correct_shl (src/What4/Utils/BVDomain/Arith.hs:823)
correct_lshr (src/What4/Utils/BVDomain/Arith.hs:828)
correct_ashr (src/What4/Utils/BVDomain/Arith.hs:833)
correct_eq (src/What4/Utils/BVDomain/Arith.hs:838)
correct_ult (src/What4/Utils/BVDomain/Arith.hs:846)
correct_slt (src/What4/Utils/BVDomain/Arith.hs:854)
correct_isUltSumCommonEquiv (src/What4/Utils/BVDomain/Arith.hs:868)
correct_unknowns (src/What4/Utils/BVDomain/Arith.hs:874)
correct_bitbounds (src/What4/Utils/BVDomain/Arith.hs:880)
37% ( 23 / 62) in 'What4.Utils.BVDomain.Bitwise'
Missing documentation for:
bitle (src/What4/Utils/BVDomain/Bitwise.hs:128)
eq (src/What4/Utils/BVDomain/Bitwise.hs:225)
union (src/What4/Utils/BVDomain/Bitwise.hs:238)
intersection (src/What4/Utils/BVDomain/Bitwise.hs:234)
zext (src/What4/Utils/BVDomain/Bitwise.hs:276)
sext (src/What4/Utils/BVDomain/Bitwise.hs:279)
testBit (src/What4/Utils/BVDomain/Bitwise.hs:285)
shl (src/What4/Utils/BVDomain/Bitwise.hs:292)
lshr (src/What4/Utils/BVDomain/Bitwise.hs:306)
ashr (src/What4/Utils/BVDomain/Bitwise.hs:312)
rol (src/What4/Utils/BVDomain/Bitwise.hs:298)
ror (src/What4/Utils/BVDomain/Bitwise.hs:302)
and (src/What4/Utils/BVDomain/Bitwise.hs:322)
or (src/What4/Utils/BVDomain/Bitwise.hs:326)
xor (src/What4/Utils/BVDomain/Bitwise.hs:330)
not (src/What4/Utils/BVDomain/Bitwise.hs:318)
genElement (src/What4/Utils/BVDomain/Bitwise.hs:150)
correct_any (src/What4/Utils/BVDomain/Bitwise.hs:349)
correct_singleton (src/What4/Utils/BVDomain/Bitwise.hs:352)
correct_overlap (src/What4/Utils/BVDomain/Bitwise.hs:358)
correct_union (src/What4/Utils/BVDomain/Bitwise.hs:362)
correct_intersection (src/What4/Utils/BVDomain/Bitwise.hs:366)
correct_zero_ext (src/What4/Utils/BVDomain/Bitwise.hs:370)
correct_sign_ext (src/What4/Utils/BVDomain/Bitwise.hs:375)
correct_concat (src/What4/Utils/BVDomain/Bitwise.hs:380)
correct_shrink (src/What4/Utils/BVDomain/Bitwise.hs:387)
correct_trunc (src/What4/Utils/BVDomain/Bitwise.hs:392)
correct_select (src/What4/Utils/BVDomain/Bitwise.hs:398)
correct_shl (src/What4/Utils/BVDomain/Bitwise.hs:411)
correct_lshr (src/What4/Utils/BVDomain/Bitwise.hs:416)
correct_ashr (src/What4/Utils/BVDomain/Bitwise.hs:421)
correct_rol (src/What4/Utils/BVDomain/Bitwise.hs:426)
correct_ror (src/What4/Utils/BVDomain/Bitwise.hs:429)
correct_eq (src/What4/Utils/BVDomain/Bitwise.hs:403)
correct_and (src/What4/Utils/BVDomain/Bitwise.hs:435)
correct_or (src/What4/Utils/BVDomain/Bitwise.hs:438)
correct_not (src/What4/Utils/BVDomain/Bitwise.hs:432)
correct_xor (src/What4/Utils/BVDomain/Bitwise.hs:441)
correct_testBit (src/What4/Utils/BVDomain/Bitwise.hs:444)
Warning: 'BVDomain' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
64% ( 16 / 25) in 'What4.Utils.BVDomain.XOR'
Missing documentation for:
xor (src/What4/Utils/BVDomain/XOR.hs:149)
and (src/What4/Utils/BVDomain/XOR.hs:155)
and_scalar (src/What4/Utils/BVDomain/XOR.hs:161)
genElement (src/What4/Utils/BVDomain/XOR.hs:120)
correct_singleton (src/What4/Utils/BVDomain/XOR.hs:172)
correct_xor (src/What4/Utils/BVDomain/XOR.hs:178)
correct_and (src/What4/Utils/BVDomain/XOR.hs:181)
correct_and_scalar (src/What4/Utils/BVDomain/XOR.hs:184)
correct_bitbounds (src/What4/Utils/BVDomain/XOR.hs:190)
31% ( 36 /113) in 'What4.Utils.BVDomain'
Missing documentation for:
asArithDomain (src/What4/Utils/BVDomain.hs:219)
asBitwiseDomain (src/What4/Utils/BVDomain.hs:223)
asXorDomain (src/What4/Utils/BVDomain.hs:212)
fromXorDomain (src/What4/Utils/BVDomain.hs:216)
arithToXorDomain (src/What4/Utils/BVDomain.hs:196)
bitwiseToXorDomain (src/What4/Utils/BVDomain.hs:190)
xorToBitwiseDomain (src/What4/Utils/BVDomain.hs:206)
eq (src/What4/Utils/BVDomain.hs:400)
ubounds (src/What4/Utils/BVDomain.hs:424)
sbounds (src/What4/Utils/BVDomain.hs:427)
zext (src/What4/Utils/BVDomain.hs:485)
sext (src/What4/Utils/BVDomain.hs:494)
shl (src/What4/Utils/BVDomain.hs:506)
lshr (src/What4/Utils/BVDomain.hs:517)
ashr (src/What4/Utils/BVDomain.hs:529)
rol (src/What4/Utils/BVDomain.hs:542)
ror (src/What4/Utils/BVDomain.hs:559)
add (src/What4/Utils/BVDomain.hs:576)
negate (src/What4/Utils/BVDomain.hs:582)
scale (src/What4/Utils/BVDomain.hs:585)
mul (src/What4/Utils/BVDomain.hs:590)
udiv (src/What4/Utils/BVDomain.hs:596)
urem (src/What4/Utils/BVDomain.hs:599)
sdiv (src/What4/Utils/BVDomain.hs:602)
srem (src/What4/Utils/BVDomain.hs:605)
and (src/What4/Utils/BVDomain.hs:616)
or (src/What4/Utils/BVDomain.hs:624)
xor (src/What4/Utils/BVDomain.hs:630)
popcnt (src/What4/Utils/BVDomain.hs:639)
clz (src/What4/Utils/BVDomain.hs:646)
ctz (src/What4/Utils/BVDomain.hs:653)
correct_arithToBitwise (src/What4/Utils/BVDomain.hs:669)
correct_bitwiseToArith (src/What4/Utils/BVDomain.hs:672)
correct_bitwiseToXorDomain (src/What4/Utils/BVDomain.hs:675)
correct_arithToXorDomain (src/What4/Utils/BVDomain.hs:678)
correct_xorToBitwiseDomain (src/What4/Utils/BVDomain.hs:681)
correct_asXorDomain (src/What4/Utils/BVDomain.hs:684)
correct_fromXorDomain (src/What4/Utils/BVDomain.hs:687)
correct_bra1 (src/What4/Utils/BVDomain.hs:691)
correct_bra2 (src/What4/Utils/BVDomain.hs:696)
correct_brb1 (src/What4/Utils/BVDomain.hs:701)
correct_brb2 (src/What4/Utils/BVDomain.hs:708)
correct_any (src/What4/Utils/BVDomain.hs:714)
correct_ubounds (src/What4/Utils/BVDomain.hs:717)
correct_sbounds (src/What4/Utils/BVDomain.hs:723)
correct_singleton (src/What4/Utils/BVDomain.hs:729)
correct_overlap (src/What4/Utils/BVDomain.hs:735)
precise_overlap (src/What4/Utils/BVDomain.hs:739)
correct_union (src/What4/Utils/BVDomain.hs:743)
correct_zero_ext (src/What4/Utils/BVDomain.hs:747)
correct_sign_ext (src/What4/Utils/BVDomain.hs:752)
correct_concat (src/What4/Utils/BVDomain.hs:757)
correct_select (src/What4/Utils/BVDomain.hs:764)
correct_add (src/What4/Utils/BVDomain.hs:769)
correct_neg (src/What4/Utils/BVDomain.hs:772)
correct_mul (src/What4/Utils/BVDomain.hs:775)
correct_scale (src/What4/Utils/BVDomain.hs:778)
correct_udiv (src/What4/Utils/BVDomain.hs:783)
correct_urem (src/What4/Utils/BVDomain.hs:789)
correct_sdiv (src/What4/Utils/BVDomain.hs:795)
correct_srem (src/What4/Utils/BVDomain.hs:802)
correct_shl (src/What4/Utils/BVDomain.hs:809)
correct_lshr (src/What4/Utils/BVDomain.hs:814)
correct_ashr (src/What4/Utils/BVDomain.hs:819)
correct_rol (src/What4/Utils/BVDomain.hs:824)
correct_ror (src/What4/Utils/BVDomain.hs:827)
correct_eq (src/What4/Utils/BVDomain.hs:830)
correct_ult (src/What4/Utils/BVDomain.hs:838)
correct_slt (src/What4/Utils/BVDomain.hs:846)
correct_and (src/What4/Utils/BVDomain.hs:857)
correct_or (src/What4/Utils/BVDomain.hs:860)
correct_not (src/What4/Utils/BVDomain.hs:854)
correct_xor (src/What4/Utils/BVDomain.hs:863)
correct_testBit (src/What4/Utils/BVDomain.hs:866)
correct_popcnt (src/What4/Utils/BVDomain.hs:874)
correct_clz (src/What4/Utils/BVDomain.hs:880)
correct_ctz (src/What4/Utils/BVDomain.hs:877)
20% ( 3 / 15) in 'What4.Utils.Complex'
Missing documentation for:
realPart (src/What4/Utils/Complex.hs:67)
imagPart (src/What4/Utils/Complex.hs:70)
magnitude (src/What4/Utils/Complex.hs:175)
complexNegate (src/What4/Utils/Complex.hs:78)
complexAdd (src/What4/Utils/Complex.hs:81)
complexSub (src/What4/Utils/Complex.hs:84)
complexMul (src/What4/Utils/Complex.hs:88)
complexDiv (src/What4/Utils/Complex.hs:110)
complexRecip (src/What4/Utils/Complex.hs:113)
tryComplexSqrt (src/What4/Utils/Complex.hs:191)
tryMagnitude (src/What4/Utils/Complex.hs:185)
complexAsRational (src/What4/Utils/Complex.hs:201)
0% ( 0 / 2) in 'What4.Utils.Endian'
Missing documentation for:
Module header
Endian (src/What4/Utils/Endian.hs:3)
66% ( 2 / 3) in 'What4.Utils.Environment'
Missing documentation for:
expandEnvironmentPath (src/What4/Utils/Environment.hs:77)
54% ( 6 / 11) in 'What4.Utils.FloatHelpers'
Missing documentation for:
Module header
bfStatus (src/What4/Utils/FloatHelpers.hs:30)
fppOpts (src/What4/Utils/FloatHelpers.hs:34)
toRoundMode (src/What4/Utils/FloatHelpers.hs:38)
floatRoundToInt (src/What4/Utils/FloatHelpers.hs:105)
Warning: 'stdout' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'stderr' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
33% ( 4 / 12) in 'What4.Utils.HandleReader'
Missing documentation for:
Module header
teeInputStream (src/What4/Utils/HandleReader.hs:19)
teeOutputStream (src/What4/Utils/HandleReader.hs:26)
lineBufferedOutputStream (src/What4/Utils/HandleReader.hs:33)
demuxProcessHandles (src/What4/Utils/HandleReader.hs:63)
streamLines (src/What4/Utils/HandleReader.hs:99)
readNextLine (src/What4/Utils/HandleReader.hs:135)
readAllLines (src/What4/Utils/HandleReader.hs:144)
20% ( 1 / 5) in 'What4.Utils.IncrHash'
Missing documentation for:
IncrHash (src/What4/Utils/IncrHash.hs:26)
mkIncrHash (src/What4/Utils/IncrHash.hs:37)
toIncrHash (src/What4/Utils/IncrHash.hs:40)
toIncrHashWithSalt (src/What4/Utils/IncrHash.hs:43)
Warning: 'ConjMap' is ambiguous. It is defined
* at src/What4/Expr/BoolMap.hs:218:21
* at src/What4/Expr/BoolMap.hs:218:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/What4/Expr/BoolMap.hs:218:1
Warning: 'BoolMap' is ambiguous. It is defined
* at src/What4/Expr/BoolMap.hs:102:5
* at src/What4/Expr/BoolMap.hs:100:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/What4/Expr/BoolMap.hs:100:1
81% ( 22 / 27) in 'What4.Expr.BoolMap'
Missing documentation for:
foldMapVars (src/What4/Expr/BoolMap.hs:117)
Wrap (src/What4/Expr/BoolMap.hs:76)
ConjTrue (src/What4/Expr/BoolMap.hs:227)
ConjFalse (src/What4/Expr/BoolMap.hs:230)
Conjuncts (src/What4/Expr/BoolMap.hs:233)
24% ( 7 / 29) in 'What4.Utils.LeqMap'
Missing documentation for:
LeqMap (src/What4/Utils/LeqMap.hs:53)
toList (src/What4/Utils/LeqMap.hs:165)
findMin (src/What4/Utils/LeqMap.hs:158)
findMax (src/What4/Utils/LeqMap.hs:151)
null (src/What4/Utils/LeqMap.hs:147)
mapKeysMonotonic (src/What4/Utils/LeqMap.hs:169)
union (src/What4/Utils/LeqMap.hs:348)
fromDistinctAscList (src/What4/Utils/LeqMap.hs:480)
toDescList (src/What4/Utils/LeqMap.hs:477)
deleteFindMin (src/What4/Utils/LeqMap.hs:395)
deleteFindMax (src/What4/Utils/LeqMap.hs:402)
minViewWithKey (src/What4/Utils/LeqMap.hs:391)
filterGt (src/What4/Utils/LeqMap.hs:294)
filterLt (src/What4/Utils/LeqMap.hs:310)
insert (src/What4/Utils/LeqMap.hs:197)
keys (src/What4/Utils/LeqMap.hs:387)
mergeWithKey (src/What4/Utils/LeqMap.hs:415)
singleton (src/What4/Utils/LeqMap.hs:140)
foldlWithKey' (src/What4/Utils/LeqMap.hs:382)
size (src/What4/Utils/LeqMap.hs:143)
splitEntry (src/What4/Utils/LeqMap.hs:193)
splitLeq (src/What4/Utils/LeqMap.hs:174)
75% ( 3 / 4) in 'What4.Utils.MonadST'
Missing documentation for:
MonadST (src/What4/Utils/MonadST.hs:33)
66% ( 2 / 3) in 'What4.Utils.OnlyIntRepr'
Missing documentation for:
toBaseTypeRepr (src/What4/Utils/OnlyIntRepr.hs:39)
100% ( 2 / 2) in 'What4.Utils.Streams'
16% ( 1 / 6) in 'What4.Utils.Versions'
Missing documentation for:
Module header
ver (src/What4/Utils/Versions.hs:23)
SolverBounds (src/What4/Utils/Versions.hs:28)
emptySolverBounds (src/What4/Utils/Versions.hs:38)
computeDefaultSolverBounds (src/What4/Utils/Versions.hs:78)
58% ( 10 / 17) in 'What4.Utils.Word16String'
Missing documentation for:
drop (src/What4/Utils/Word16String.hs:133)
take (src/What4/Utils/Word16String.hs:136)
append (src/What4/Utils/Word16String.hs:139)
length (src/What4/Utils/Word16String.hs:143)
foldl' (src/What4/Utils/Word16String.hs:146)
isPrefixOf (src/What4/Utils/Word16String.hs:172)
isSuffixOf (src/What4/Utils/Word16String.hs:175)
Warning: 'bytestring' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
13% ( 2 / 15) in 'What4.Utils.StringLiteral'
Missing documentation for:
StringLiteral (src/What4/Utils/StringLiteral.hs:47)
stringLiteralInfo (src/What4/Utils/StringLiteral.hs:53)
fromUnicodeLit (src/What4/Utils/StringLiteral.hs:58)
fromChar8Lit (src/What4/Utils/StringLiteral.hs:61)
fromChar16Lit (src/What4/Utils/StringLiteral.hs:64)
stringLitEmpty (src/What4/Utils/StringLiteral.hs:128)
stringLitLength (src/What4/Utils/StringLiteral.hs:123)
stringLitNull (src/What4/Utils/StringLiteral.hs:133)
stringLitBounds (src/What4/Utils/StringLiteral.hs:211)
stringLitContains (src/What4/Utils/StringLiteral.hs:138)
stringLitIsPrefixOf (src/What4/Utils/StringLiteral.hs:143)
stringLitIsSuffixOf (src/What4/Utils/StringLiteral.hs:148)
stringLitSubstring (src/What4/Utils/StringLiteral.hs:153)
46% ( 31 / 67) in 'What4.Utils.AbstractDomains'
Missing documentation for:
minValueBound (src/What4/Utils/AbstractDomains.hs:147)
maxValueBound (src/What4/Utils/AbstractDomains.hs:150)
addRange (src/What4/Utils/AbstractDomains.hs:284)
negateRange (src/What4/Utils/AbstractDomains.hs:318)
rangeCheckLe (src/What4/Utils/AbstractDomains.hs:408)
rangeMin (src/What4/Utils/AbstractDomains.hs:551)
rangeMax (src/What4/Utils/AbstractDomains.hs:537)
intAbsRange (src/What4/Utils/AbstractDomains.hs:199)
intModRange (src/What4/Utils/AbstractDomains.hs:267)
absAnd (src/What4/Utils/AbstractDomains.hs:522)
absOr (src/What4/Utils/AbstractDomains.hs:529)
RealAbstractValue (src/What4/Utils/AbstractDomains.hs:470)
ravUnbounded (src/What4/Utils/AbstractDomains.hs:475)
ravSingle (src/What4/Utils/AbstractDomains.hs:478)
ravJoin (src/What4/Utils/AbstractDomains.hs:509)
ravScalarMul (src/What4/Utils/AbstractDomains.hs:496)
ravMul (src/What4/Utils/AbstractDomains.hs:503)
ravCheckEq (src/What4/Utils/AbstractDomains.hs:514)
ravCheckLe (src/What4/Utils/AbstractDomains.hs:517)
stringAbsJoin (src/What4/Utils/AbstractDomains.hs:582)
stringAbsTop (src/What4/Utils/AbstractDomains.hs:576)
stringAbsSingle (src/What4/Utils/AbstractDomains.hs:585)
stringAbsOverlap (src/What4/Utils/AbstractDomains.hs:588)
stringAbsLength (src/What4/Utils/AbstractDomains.hs:650)
stringAbsConcat (src/What4/Utils/AbstractDomains.hs:603)
stringAbsSubstring (src/What4/Utils/AbstractDomains.hs:606)
stringAbsContains (src/What4/Utils/AbstractDomains.hs:626)
stringAbsIsPrefixOf (src/What4/Utils/AbstractDomains.hs:629)
stringAbsIsSuffixOf (src/What4/Utils/AbstractDomains.hs:632)
stringAbsIndexOf (src/What4/Utils/AbstractDomains.hs:640)
stringAbsEmpty (src/What4/Utils/AbstractDomains.hs:579)
ConcreteValue (src/What4/Utils/AbstractDomains.hs:672)
Abstractable (src/What4/Utils/AbstractDomains.hs:721)
withAbstractable (src/What4/Utils/AbstractDomains.hs:821)
AbstractValueWrapper (src/What4/Utils/AbstractDomains.hs:669)
ConcreteValueWrapper (src/What4/Utils/AbstractDomains.hs:683)
Warning: 'WeightedSum' is ambiguous. It is defined
* at src/What4/Expr/WeightedSum.hs:263:6
* at src/What4/Expr/WeightedSum.hs:262:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/What4/Expr/WeightedSum.hs:262:1
Warning: 'foldlM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
92% ( 38 / 41) in 'What4.Expr.WeightedSum'
Missing documentation for:
Tm (src/What4/Expr/WeightedSum.hs:159)
sumAbsValue (src/What4/Expr/WeightedSum.hs:290)
prodAbsValue (src/What4/Expr/WeightedSum.hs:634)
6% ( 1 / 16) in 'What4.Expr.ArrayUpdateMap'
Missing documentation for:
ArrayUpdateMap (src/What4/Expr/ArrayUpdateMap.hs:62)
arrayUpdateAbs (src/What4/Expr/ArrayUpdateMap.hs:78)
empty (src/What4/Expr/ArrayUpdateMap.hs:129)
null (src/What4/Expr/ArrayUpdateMap.hs:96)
lookup (src/What4/Expr/ArrayUpdateMap.hs:99)
filter (src/What4/Expr/ArrayUpdateMap.hs:105)
singleton (src/What4/Expr/ArrayUpdateMap.hs:117)
insert (src/What4/Expr/ArrayUpdateMap.hs:126)
delete (src/What4/Expr/ArrayUpdateMap.hs:102)
fromAscList (src/What4/Expr/ArrayUpdateMap.hs:82)
toList (src/What4/Expr/ArrayUpdateMap.hs:87)
toMap (src/What4/Expr/ArrayUpdateMap.hs:152)
keysSet (src/What4/Expr/ArrayUpdateMap.hs:149)
traverseArrayUpdateMap (src/What4/Expr/ArrayUpdateMap.hs:93)
mergeM (src/What4/Expr/ArrayUpdateMap.hs:139)
50% ( 6 / 12) in 'What4.Concrete'
Missing documentation for:
fromConcreteBool (src/What4/Concrete.hs:91)
fromConcreteInteger (src/What4/Concrete.hs:94)
fromConcreteReal (src/What4/Concrete.hs:97)
fromConcreteString (src/What4/Concrete.hs:103)
fromConcreteBV (src/What4/Concrete.hs:106)
fromConcreteComplex (src/What4/Concrete.hs:100)
Warning: 'ConfigOption' is ambiguous. It is defined
* at src/What4/Config.hs:227:3
* at src/What4/Config.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 src/What4/Config.hs:226:1
Warning: 'Config' is ambiguous. It is defined
* at src/What4/Config.hs:912:18
* at src/What4/Config.hs:912:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/What4/Config.hs:912:1
Warning: 'ConfigDesc' is ambiguous. It is defined
* at src/What4/Config.hs:598:3
* at src/What4/Config.hs:597:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/What4/Config.hs:597:1
Warning: 'OptCreateFailure' is ambiguous. It is defined
* at src/What4/Config.hs:899:25
* at src/What4/Config.hs:899:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/What4/Config.hs:899:1
94% ( 63 / 67) in 'What4.Config'
Missing documentation for:
OptSetFailure (src/What4/Config.hs:1005)
OptGetFailure (src/What4/Config.hs:1018)
OptCreateFailure (src/What4/Config.hs:899)
stringOptSty (src/What4/Config.hs:412)
71% ( 5 / 7) in 'What4.Utils.Process'
Missing documentation for:
Module header
findSolverPath (src/What4/Utils/Process.hs:48)
Warning: 'z' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'w' 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: 'floatFpNe' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'minUnsignedBv' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
92% (104 /112) in 'What4.Interface'
Missing documentation for:
SomeSymFn (src/What4/Interface.hs:2736)
SolverStartSATQuery (src/What4/Interface.hs:436)
SolverEndSATQuery (src/What4/Interface.hs:442)
zeroStatistics (src/What4/Interface.hs:3299)
printSymNat (src/What4/Interface.hs:576)
ArrayResultWrapper (src/What4/Interface.hs:415)
StringLiteral (src/What4/Utils/StringLiteral.hs:47)
stringLiteralInfo (src/What4/Utils/StringLiteral.hs:53)
60% ( 3 / 5) in 'What4.Utils.Serialize'
Missing documentation for:
Module header
withRounding (src/What4/Utils/Serialize.hs:107)
76% ( 50 / 65) in 'What4.SWord'
Missing documentation for:
freshBV (src/What4/SWord.hs:210)
bvFill (src/What4/SWord.hs:224)
bvForall (src/What4/SWord.hs:562)
unsignedBVBounds (src/What4/SWord.hs:155)
signedBVBounds (src/What4/SWord.hs:159)
bvIsNonzero (src/What4/SWord.hs:650)
bvPopcount (src/What4/SWord.hs:552)
bvCountLeadingZeros (src/What4/SWord.hs:555)
bvCountTrailingZeros (src/What4/SWord.hs:558)
bvLg2 (src/What4/SWord.hs:609)
bvShl (src/What4/SWord.hs:719)
bvLshr (src/What4/SWord.hs:722)
bvAshr (src/What4/SWord.hs:725)
bvRol (src/What4/SWord.hs:728)
bvRor (src/What4/SWord.hs:731)
Warning: 'UnsupportedFloat' is ambiguous. It is defined
* at src/What4/SFloat.hs:93:3
* at src/What4/SFloat.hs:92:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/What4/SFloat.hs:92:1
41% ( 22 / 53) in 'What4.SFloat'
Missing documentation for:
fpReprOf (src/What4/SFloat.hs:144)
fpSize (src/What4/SFloat.hs:149)
fpAsLit (src/What4/SFloat.hs:154)
fpIte (src/What4/SFloat.hs:338)
fpToBinary (src/What4/SFloat.hs:254)
SFloatRel (src/What4/SFloat.hs:368)
fpEq (src/What4/SFloat.hs:372)
fpEqIEEE (src/What4/SFloat.hs:375)
fpLtIEEE (src/What4/SFloat.hs:378)
fpGtIEEE (src/What4/SFloat.hs:381)
SFloatBinArith (src/What4/SFloat.hs:291)
fpNeg (src/What4/SFloat.hs:265)
fpAbs (src/What4/SFloat.hs:268)
fpSqrt (src/What4/SFloat.hs:271)
fpAdd (src/What4/SFloat.hs:295)
fpSub (src/What4/SFloat.hs:298)
fpMul (src/What4/SFloat.hs:301)
fpDiv (src/What4/SFloat.hs:304)
fpMin (src/What4/SFloat.hs:307)
fpMax (src/What4/SFloat.hs:316)
fpFMA (src/What4/SFloat.hs:326)
fpRound (src/What4/SFloat.hs:387)
fpFromReal (src/What4/SFloat.hs:396)
fpFromRational (src/What4/SFloat.hs:411)
fpFromInteger (src/What4/SFloat.hs:404)
fpIsInf (src/What4/SFloat.hs:440)
fpIsNaN (src/What4/SFloat.hs:443)
fpIsZero (src/What4/SFloat.hs:446)
fpIsNeg (src/What4/SFloat.hs:449)
fpIsSubnorm (src/What4/SFloat.hs:452)
fpIsNorm (src/What4/SFloat.hs:455)
Warning: 'Partial' is ambiguous. It is defined
* at src/What4/Partial.hs:92:3
* at src/What4/Partial.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 src/What4/Partial.hs:91:1
79% ( 19 / 24) in 'What4.Partial'
Missing documentation for:
partialPred (src/What4/Partial.hs:97)
partialValue (src/What4/Partial.hs:97)
PE (src/What4/Partial.hs:146)
Unassigned (src/What4/Partial.hs:143)
mkPE (src/What4/Partial.hs:152)
100% ( 7 / 7) in 'What4.LabeledPred'
53% ( 17 / 32) in 'What4.InterpretedFloatingPoint'
Missing documentation for:
Module header
HalfFloat (src/What4/InterpretedFloatingPoint.hs:72)
SingleFloat (src/What4/InterpretedFloatingPoint.hs:73)
DoubleFloat (src/What4/InterpretedFloatingPoint.hs:74)
QuadFloat (src/What4/InterpretedFloatingPoint.hs:75)
X86_80Float (src/What4/InterpretedFloatingPoint.hs:76)
DoubleDoubleFloat (src/What4/InterpretedFloatingPoint.hs:77)
fp80ToBits (src/What4/InterpretedFloatingPoint.hs:183)
fp80ToRational (src/What4/InterpretedFloatingPoint.hs:187)
FloatInfoToPrecision (src/What4/InterpretedFloatingPoint.hs:116)
FloatPrecisionToInfo (src/What4/InterpretedFloatingPoint.hs:123)
floatInfoToPrecisionRepr (src/What4/InterpretedFloatingPoint.hs:140)
floatPrecisionToInfoRepr (src/What4/InterpretedFloatingPoint.hs:150)
FloatInfoToBitWidth (src/What4/InterpretedFloatingPoint.hs:130)
floatInfoToBVTypeRepr (src/What4/InterpretedFloatingPoint.hs:166)
Warning: 'x' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'p' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'r' 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: 'z' 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: 'ite' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
86% ( 20 / 23) in 'What4.Expr.UnaryBV'
Missing documentation for:
width
traversePreds (src/What4/Expr/UnaryBV.hs:129)
unsignedEntries (src/What4/Expr/UnaryBV.hs:184)
12% ( 1 / 8) in 'What4.Expr.StringSeq'
Missing documentation for:
StringSeq (src/What4/Expr/StringSeq.hs:82)
StringSeqEntry (src/What4/Expr/StringSeq.hs:60)
singleton (src/What4/Expr/StringSeq.hs:113)
append (src/What4/Expr/StringSeq.hs:118)
stringSeqAbs (src/What4/Expr/StringSeq.hs:126)
toList (src/What4/Expr/StringSeq.hs:131)
traverseStringSeq (src/What4/Expr/StringSeq.hs:136)
Warning: 'IntegerToNatFn' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
50% ( 9 / 18) in 'What4.Expr.MATLAB'
Missing documentation for:
ppMatlabSolverFn (src/What4/Expr/MATLAB.hs:648)
evalMatlabSolverFn (src/What4/Expr/MATLAB.hs:754)
traverseMatlabSolverFn (src/What4/Expr/MATLAB.hs:461)
clampedIntAdd (src/What4/Expr/MATLAB.hs:64)
clampedIntSub (src/What4/Expr/MATLAB.hs:92)
clampedIntMul (src/What4/Expr/MATLAB.hs:106)
clampedUIntAdd (src/What4/Expr/MATLAB.hs:162)
clampedUIntSub (src/What4/Expr/MATLAB.hs:173)
clampedUIntMul (src/What4/Expr/MATLAB.hs:188)
Warning: 'ExprSymFn' is ambiguous. It is defined
* at src/What4/Expr/App.hs:746:6
* at src/What4/Expr/App.hs:745:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/What4/Expr/App.hs:745:1
Warning: 'ExprBuilder' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'AppExpr' is ambiguous. It is defined
* at src/What4/Expr/App.hs:151:3
* at src/What4/Expr/App.hs:124:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/What4/Expr/App.hs:124:1
Warning: 'sbMakeExpr' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'NonceAppExpr' is ambiguous. It is defined
* at src/What4/Expr/App.hs:153:3
* at src/What4/Expr/App.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/What4/Expr/App.hs:110:1
Warning: 'sbNonceExpr' 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: 'Statistics' is ambiguous. It is defined
* at src/What4/Interface.hs:3289:5
* at src/What4/Interface.hs:3288:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/What4/Interface.hs:3288:1
31% ( 31 / 97) in 'What4.Expr.App'
Missing documentation for:
BVOrNote (src/What4/Expr/App.hs:157)
BVOrSet (src/What4/Expr/App.hs:159)
traverseApp (src/What4/Expr/App.hs:791)
traverseArrayResultWrapper (src/What4/Expr/App.hs:952)
traverseArrayResultWrapperAssignment (src/What4/Expr/App.hs:960)
exprLoc (src/What4/Expr/App.hs:1009)
mkExpr (src/What4/Expr/App.hs:1022)
BoolExpr (src/What4/Expr/App.hs:1030)
FloatExpr (src/What4/Expr/App.hs:1031)
BVExpr (src/What4/Expr/App.hs:1032)
IntegerExpr (src/What4/Expr/App.hs:1033)
RealExpr (src/What4/Expr/App.hs:1034)
CplxExpr (src/What4/Expr/App.hs:1035)
StringExpr (src/What4/Expr/App.hs:1036)
iteSize (src/What4/Expr/App.hs:1041)
asSemiRingLit (src/What4/Expr/App.hs:1118)
asSemiRingSum (src/What4/Expr/App.hs:1131)
asSemiRingProd (src/What4/Expr/App.hs:1137)
viewSemiRing (src/What4/Expr/App.hs:1149)
asWeightedSum (src/What4/Expr/App.hs:1156)
asConjunction (src/What4/Expr/App.hs:1162)
asDisjunction (src/What4/Expr/App.hs:1172)
asPosAtom (src/What4/Expr/App.hs:1181)
asNegAtom (src/What4/Expr/App.hs:1185)
compareExpr (src/What4/Expr/App.hs:1216)
PPIndex (src/What4/Expr/App.hs:1324)
countOccurrences (src/What4/Expr/App.hs:1335)
OccurrenceTable (src/What4/Expr/App.hs:1340)
incOccurrence (src/What4/Expr/App.hs:1344)
countOccurrences' (src/What4/Expr/App.hs:1352)
BoundVarMap (src/What4/Expr/App.hs:1368)
cache (src/What4/Expr/App.hs:1371)
boundVars (src/What4/Expr/App.hs:1382)
boundVars' (src/What4/Expr/App.hs:1390)
PPExpr (src/What4/Expr/App.hs:1429)
textPPExpr (src/What4/Expr/App.hs:1440)
stringPPExpr (src/What4/Expr/App.hs:1443)
parenIf (src/What4/Expr/App.hs:1452)
PPExprOpts (src/What4/Expr/App.hs:1461)
defaultPPExprOpts (src/What4/Expr/App.hs:1466)
findExprToRemove (src/What4/Expr/App.hs:1493)
ppExpr' (src/What4/Expr/App.hs:1505)
symFnArgTypes (src/What4/Expr/App.hs:1694)
symFnReturnType (src/What4/Expr/App.hs:1701)
testExprSymFnEq (src/What4/Expr/App.hs:1722)
traverseBVOrSet (src/What4/Expr/App.hs:1741)
bvOrInsert (src/What4/Expr/App.hs:1745)
bvOrSingleton (src/What4/Expr/App.hs:1748)
bvOrContains (src/What4/Expr/App.hs:1751)
bvOrUnion (src/What4/Expr/App.hs:1754)
bvOrToList (src/What4/Expr/App.hs:1757)
bvOrAbs (src/What4/Expr/App.hs:1760)
nonceAppType (src/What4/Expr/App.hs:1778)
appType (src/What4/Expr/App.hs:1789)
abstractEval (src/What4/Expr/App.hs:1932)
reduceApp (src/What4/Expr/App.hs:2086)
ppVar (src/What4/Expr/App.hs:2248)
ppBoundVar (src/What4/Expr/App.hs:2251)
exprPrettyArg (src/What4/Expr/App.hs:2284)
exprPrettyIndices (src/What4/Expr/App.hs:2287)
stringPrettyArg (src/What4/Expr/App.hs:2290)
showPrettyArg (src/What4/Expr/App.hs:2293)
PrettyApp (src/What4/Expr/App.hs:2295)
prettyApp (src/What4/Expr/App.hs:2298)
ppNonceApp (src/What4/Expr/App.hs:2305)
ppApp' (src/What4/Expr/App.hs:2333)
40% ( 2 / 5) in 'What4.Expr.AppTheory'
Missing documentation for:
quantTheory (src/What4/Expr/AppTheory.hs:42)
appTheory (src/What4/Expr/AppTheory.hs:65)
typeTheory (src/What4/Expr/AppTheory.hs:53)
57% ( 11 / 19) in 'What4.Expr.VarIdentification'
Missing documentation for:
CollectedVarInfo (src/What4/Expr/VarIdentification.hs:95)
uninterpConstants (src/What4/Expr/VarIdentification.hs:110)
latches (src/What4/Expr/VarIdentification.hs:125)
BoundQuant (src/What4/Expr/VarIdentification.hs:73)
QuantifierInfoMap (src/What4/Expr/VarIdentification.hs:91)
varErrors (src/What4/Expr/VarIdentification.hs:128)
VarRecorder (src/What4/Expr/VarIdentification.hs:134)
collectVarInfo (src/What4/Expr/VarIdentification.hs:146)
87% ( 7 / 8) in 'What4.Expr.Allocator'
Missing documentation for:
cacheOptDesc (src/What4/Expr/Allocator.hs:91)
Warning: 'ExprTransformer' is ambiguous. It is defined
* at src/What4/Expr/Builder.hs:1022:3
* at src/What4/Expr/Builder.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 src/What4/Expr/Builder.hs:1021:1
Warning: 'ArrayMapView' is ambiguous. It is defined
* at src/What4/Expr/Builder.hs:1909:6
* at src/What4/Expr/Builder.hs:1908:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/What4/Expr/Builder.hs:1908:1
53% ( 65 /122) in 'What4.Expr.Builder'
Missing documentation for:
newExprBuilder (src/What4/Expr/Builder.hs:712)
sbMakeExpr (src/What4/Expr/Builder.hs:614)
curProgramLoc (src/What4/Expr/Builder.hs:594)
unaryThreshold (src/What4/Expr/Builder.hs:441)
pushMuxOps (src/What4/Expr/Builder.hs:447)
cacheStartSize (src/What4/Expr/Builder.hs:444)
userState (src/What4/Expr/Builder.hs:438)
exprCounter (src/What4/Expr/Builder.hs:435)
bvUnary (src/What4/Expr/Builder.hs:1577)
bvSum (src/What4/Expr/Builder.hs:1563)
scalarMul (src/What4/Expr/Builder.hs:1640)
iteSize (src/What4/Expr/App.hs:1041)
exprLoc (src/What4/Expr/App.hs:1009)
exprMaybeId (src/What4/Expr/Builder.hs:548)
asConjunction (src/What4/Expr/App.hs:1162)
asDisjunction (src/What4/Expr/App.hs:1172)
appExprId
appExprLoc
appExprApp
nonceExprId
nonceExprLoc
nonceExprApp
BoolExpr (src/What4/Expr/App.hs:1030)
IntegerExpr (src/What4/Expr/App.hs:1033)
RealExpr (src/What4/Expr/App.hs:1034)
FloatExpr (src/What4/Expr/App.hs:1031)
BVExpr (src/What4/Expr/App.hs:1032)
CplxExpr (src/What4/Expr/App.hs:1035)
StringExpr (src/What4/Expr/App.hs:1036)
traverseApp (src/What4/Expr/App.hs:791)
appType (src/What4/Expr/App.hs:1789)
nonceAppType (src/What4/Expr/App.hs:1778)
bvarId
bvarLoc
bvarName
bvarType
bvarKind
bvarAbstractValue
boundVars (src/What4/Expr/App.hs:1382)
ppBoundVar (src/What4/Expr/App.hs:2251)
symFnArgTypes (src/What4/Expr/App.hs:1694)
symFnReturnType (src/What4/Expr/App.hs:1701)
SomeExprSymFn (src/What4/Expr/Builder.hs:345)
ExprSymFnWrapper (src/What4/Expr/Builder.hs:342)
lookupBindingOfSymbol (src/What4/Expr/Builder.hs:321)
lookupSymbolOfBinding (src/What4/Expr/Builder.hs:324)
lookupIdx (src/What4/Expr/Builder.hs:531)
FloatModeRepr (src/What4/FloatMode.hs:56)
Flags (src/What4/Expr/Builder.hs:365)
BVOrSet (src/What4/Expr/App.hs:159)
bvOrToList (src/What4/Expr/App.hs:1757)
bvOrSingleton (src/What4/Expr/App.hs:1748)
bvOrInsert (src/What4/Expr/App.hs:1745)
bvOrUnion (src/What4/Expr/App.hs:1754)
bvOrAbs (src/What4/Expr/App.hs:1760)
traverseBVOrSet (src/What4/Expr/App.hs:1741)
ArrayResultWrapper (src/What4/Interface.hs:415)
Warning: 'NatRepr' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
66% ( 24 / 36) in 'What4.Protocol.VerilogWriter.AST'
Missing documentation for:
Module header
Identifier (src/What4/Protocol/VerilogWriter/AST.hs:35)
binopType (src/What4/Protocol/VerilogWriter/AST.hs:66)
iexpType (src/What4/Protocol/VerilogWriter/AST.hs:98)
LHS (src/What4/Protocol/VerilogWriter/AST.hs:100)
expType (src/What4/Protocol/VerilogWriter/AST.hs:128)
VerilogM (src/What4/Protocol/VerilogWriter/AST.hs:307)
Module (src/What4/Protocol/VerilogWriter/AST.hs:318)
initModuleState (src/What4/Protocol/VerilogWriter/AST.hs:340)
runVerilogM (src/What4/Protocol/VerilogWriter/AST.hs:358)
execVerilogM (src/What4/Protocol/VerilogWriter/AST.hs:364)
addBoundInput (src/What4/Protocol/VerilogWriter/AST.hs:373)
50% ( 1 / 2) in 'What4.Protocol.VerilogWriter.Backend'
Missing documentation for:
Module header
7% ( 1 / 14) in 'What4.Protocol.VerilogWriter.ABCVerilog'
Missing documentation for:
Module header
moduleDoc (src/What4/Protocol/VerilogWriter/ABCVerilog.hs:28)
typeDoc (src/What4/Protocol/VerilogWriter/ABCVerilog.hs:44)
identDoc (src/What4/Protocol/VerilogWriter/ABCVerilog.hs:52)
lhsDoc (src/What4/Protocol/VerilogWriter/ABCVerilog.hs:55)
inputDoc (src/What4/Protocol/VerilogWriter/ABCVerilog.hs:60)
wireDoc (src/What4/Protocol/VerilogWriter/ABCVerilog.hs:64)
unopDoc (src/What4/Protocol/VerilogWriter/ABCVerilog.hs:72)
binopDoc (src/What4/Protocol/VerilogWriter/ABCVerilog.hs:76)
decDoc (src/What4/Protocol/VerilogWriter/ABCVerilog.hs:101)
iexpDoc (src/What4/Protocol/VerilogWriter/ABCVerilog.hs:104)
rotateDoc (src/What4/Protocol/VerilogWriter/ABCVerilog.hs:108)
expDoc (src/What4/Protocol/VerilogWriter/ABCVerilog.hs:114)
50% ( 2 / 4) in 'What4.Protocol.VerilogWriter'
Missing documentation for:
Module header
Module (src/What4/Protocol/VerilogWriter/AST.hs:318)
100% ( 3 / 3) in 'What4.Expr.Simplify'
87% ( 14 / 16) in 'What4.Expr.GroundEval'
Missing documentation for:
GroundValue (src/What4/Expr/GroundEval.hs:75)
groundEq (src/What4/Expr/GroundEval.hs:286)
55% ( 5 / 9) in 'What4.Solver.Adapter'
Missing documentation for:
defaultSolverAdapter (src/What4/Solver/Adapter.hs:115)
solverAdapterOptions (src/What4/Solver/Adapter.hs:129)
logCallback (src/What4/Solver/Adapter.hs:90)
defaultLogData (src/What4/Solver/Adapter.hs:93)
Warning: 'ret_type' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ret' 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: 'i' 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: 'checkCommand' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'findM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
66% ( 37 / 56) in 'What4.Protocol.SMTWriter'
Missing documentation for:
ArrayConstantFn (src/What4/Protocol/SMTWriter.hs:266)
SMTEvalBVArrayFn (src/What4/Protocol/SMTWriter.hs:3039)
SMTEvalBVArrayWrapper (src/What4/Protocol/SMTWriter.hs:3047)
app (src/What4/Protocol/SMTWriter.hs:496)
app_list (src/What4/Protocol/SMTWriter.hs:500)
builder_list (src/What4/Protocol/SMTWriter.hs:505)
WriterConn (src/What4/Protocol/SMTWriter.hs:600)
newWriterConn (src/What4/Protocol/SMTWriter.hs:728)
popEntryStack (src/What4/Protocol/SMTWriter.hs:703)
Command (src/What4/Protocol/SMTWriter.hs:855)
addCommandNoAck (src/What4/Protocol/SMTWriter.hs:1023)
assumeFormulaWithName (src/What4/Protocol/SMTWriter.hs:1083)
assumeFormulaWithFreshName (src/What4/Protocol/SMTWriter.hs:1089)
DefineStyle (src/What4/Protocol/SMTWriter.hs:1179)
addSynthFun (src/What4/Protocol/SMTWriter.hs:1099)
addDeclareVar (src/What4/Protocol/SMTWriter.hs:1131)
addConstraint (src/What4/Protocol/SMTWriter.hs:1146)
mkAtomicFormula (src/What4/Protocol/SMTWriter.hs:3024)
SMTEvalFunctions (src/What4/Protocol/SMTWriter.hs:3050)
37% ( 3 / 8) in 'What4.Protocol.SMTLib2.Response'
Missing documentation for:
SMTResponse (src/What4/Protocol/SMTLib2/Response.hs:68)
SMTLib2Exception (src/What4/Protocol/SMTLib2/Response.hs:215)
smtParseOptions (src/What4/Protocol/SMTLib2/Response.hs:65)
strictSMTParsing (src/What4/Protocol/SMTLib2/Response.hs:51)
strictSMTParseOpt (src/What4/Protocol/SMTLib2/Response.hs:54)
56% ( 45 / 79) in 'What4.Expr'
Missing documentation for:
newExprBuilder (src/What4/Expr/Builder.hs:712)
userState (src/What4/Expr/Builder.hs:438)
exprCounter (src/What4/Expr/Builder.hs:435)
curProgramLoc (src/What4/Expr/Builder.hs:594)
unaryThreshold (src/What4/Expr/Builder.hs:441)
cacheStartSize (src/What4/Expr/Builder.hs:444)
pushMuxOps (src/What4/Expr/Builder.hs:447)
FloatModeRepr (src/What4/FloatMode.hs:56)
Flags (src/What4/Expr/Builder.hs:365)
BoolExpr (src/What4/Expr/App.hs:1030)
IntegerExpr (src/What4/Expr/App.hs:1033)
RealExpr (src/What4/Expr/App.hs:1034)
BVExpr (src/What4/Expr/App.hs:1032)
CplxExpr (src/What4/Expr/App.hs:1035)
StringExpr (src/What4/Expr/App.hs:1036)
exprLoc (src/What4/Expr/App.hs:1009)
appExprId
appExprLoc
appExprApp
nonceExprId
nonceExprLoc
nonceExprApp
bvarId
bvarLoc
bvarName
bvarKind
boundVars (src/What4/Expr/App.hs:1382)
symFnArgTypes (src/What4/Expr/App.hs:1694)
symFnReturnType (src/What4/Expr/App.hs:1701)
SemiRingRepr (src/What4/SemiRing.hs:106)
BVFlavorRepr (src/What4/SemiRing.hs:102)
quantTheory (src/What4/Expr/AppTheory.hs:42)
appTheory (src/What4/Expr/AppTheory.hs:65)
GroundValue (src/What4/Expr/GroundEval.hs:75)
Warning: 'name_nonce' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
61% ( 16 / 26) in 'What4.Serialize.Printer'
Missing documentation for:
Module header
serializeBaseType (src/What4/Serialize/Printer.hs:220)
Result (src/What4/Serialize/Printer.hs:138)
defaultConfig (src/What4/Serialize/Printer.hs:154)
SExpr (src/What4/Serialize/Printer.hs:80)
Atom (src/What4/Serialize/SETokens.hs:44)
SomeExprSymFn (src/What4/Serialize/Printer.hs:82)
string (src/What4/Serialize/SETokens.hs:67)
ppFreeVarEnv (src/What4/Serialize/Printer.hs:103)
ppFreeSymFnEnv (src/What4/Serialize/Printer.hs:112)
Warning: 'MonadError' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
33% ( 5 / 15) in 'What4.Serialize.Parser'
Missing documentation for:
deserializeExprWithConfig (src/What4/Serialize/Parser.hs:148)
deserializeSymFnWithConfig (src/What4/Serialize/Parser.hs:172)
deserializeBaseType (src/What4/Serialize/Parser.hs:184)
readBaseTypes (src/What4/Serialize/Parser.hs:252)
Atom (src/What4/Serialize/SETokens.hs:44)
Config (src/What4/Serialize/Parser.hs:73)
defaultConfig (src/What4/Serialize/Parser.hs:82)
SomeSymFn (src/What4/Serialize/Parser.hs:71)
SExpr (src/What4/Serialize/Printer.hs:80)
parseSExpr (src/What4/Serialize/SETokens.hs:259)
33% ( 2 / 6) in 'What4.Serialize.Normalize'
Missing documentation for:
normExpr (src/What4/Serialize/Normalize.hs:58)
testEquivSymFn (src/What4/Serialize/Normalize.hs:136)
testEquivExpr (src/What4/Serialize/Normalize.hs:126)
ExprEquivResult (src/What4/Serialize/Normalize.hs:123)
Warning: 'UNSAT' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: '(exit)' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'killProcess' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
93% ( 28 / 30) in 'What4.Protocol.Online'
Missing documentation for:
checkWithAssumptions (src/What4/Protocol/Online.hs:409)
checkWithAssumptionsAndModel (src/What4/Protocol/Online.hs:436)
Warning: 'SymBV' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 4 / 4) in 'What4.Utils.ResolveBounds.BV'
54% ( 32 / 59) in 'What4.Protocol.SMTLib2'
Missing documentation for:
Writer (src/What4/Protocol/SMTLib2.hs:481)
newWriter (src/What4/Protocol/SMTLib2.hs:670)
writeExit (src/What4/Protocol/SMTLib2.hs:771)
writeGetValue (src/What4/Protocol/SMTLib2.hs:790)
writeGetAbduct (src/What4/Protocol/SMTLib2.hs:793)
writeGetAbductNext (src/What4/Protocol/SMTLib2.hs:796)
asSMT2Type (src/What4/Protocol/SMTLib2.hs:447)
setOption (src/What4/Protocol/SMTLib2.hs:777)
getVersion (src/What4/Protocol/SMTLib2.hs:780)
getName (src/What4/Protocol/SMTLib2.hs:783)
smtLibEvalFuns (src/What4/Protocol/SMTLib2.hs:1428)
smtlib2Options (src/What4/Protocol/SMTLib2.hs:181)
parseFnModel (src/What4/Protocol/SMTLib2.hs:934)
parseFnValues (src/What4/Protocol/SMTLib2.hs:943)
setLogic (src/What4/Protocol/SMTLib2.hs:774)
arrayConst (src/What4/Protocol/SMTLib2.hs:223)
arraySelect (src/What4/Protocol/SMTLib2.hs:226)
arrayStore (src/What4/Protocol/SMTLib2.hs:229)
SMTLib2GenericSolver (src/What4/Protocol/SMTLib2.hs:1451)
defaultFileWriter (src/What4/Protocol/SMTLib2.hs:1587)
startSolver (src/What4/Protocol/SMTLib2.hs:1610)
shutdownSolver (src/What4/Protocol/SMTLib2.hs:1649)
smtAckResult (src/What4/Protocol/SMTLib2.hs:1421)
SMTLib2Exception (src/What4/Protocol/SMTLib2/Response.hs:215)
ppSolverVersionCheckError (src/What4/Protocol/SMTLib2.hs:1674)
ppSolverVersionError (src/What4/Protocol/SMTLib2.hs:1692)
WriterConn (src/What4/Protocol/SMTWriter.hs:600)
42% ( 6 / 14) in 'What4.Solver.Z3'
Missing documentation for:
Z3 (src/What4/Solver/Z3.hs:68)
z3Adapter (src/What4/Solver/Z3.hs:116)
z3Options (src/What4/Solver/Z3.hs:97)
z3TacticDefault (src/What4/Solver/Z3.hs:94)
z3Features (src/What4/Solver/Z3.hs:158)
runZ3InOverride (src/What4/Solver/Z3.hs:208)
writeZ3SMT2File (src/What4/Solver/Z3.hs:172)
writeZ3HornSMT2File (src/What4/Solver/Z3.hs:361)
65% ( 21 / 32) in 'What4.Solver.Yices'
Missing documentation for:
newConnection (src/What4/Solver/Yices.hs:440)
sendCheckExistsForall (src/What4/Solver/Yices.hs:737)
eval (src/What4/Solver/Yices.hs:759)
setParam (src/What4/Solver/Yices.hs:743)
setYicesParams (src/What4/Solver/Yices.hs:754)
yicesType (src/What4/Solver/Yices.hs:370)
assertForall (src/What4/Solver/Yices.hs:740)
efSolveCommand (src/What4/Solver/Yices.hs:392)
yicesAdapter (src/What4/Solver/Yices.hs:936)
yicesOptions (src/What4/Solver/Yices.hs:981)
yicesDefaultFeatures (src/What4/Solver/Yices.hs:930)
44% ( 4 / 9) in 'What4.Solver.STP'
Missing documentation for:
STP (src/What4/Solver/STP.hs:42)
stpAdapter (src/What4/Solver/STP.hs:89)
stpOptions (src/What4/Solver/STP.hs:71)
stpFeatures (src/What4/Solver/STP.hs:115)
runSTPInOverride (src/What4/Solver/STP.hs:123)
28% ( 2 / 7) in 'What4.Solver.ExternalABC'
Missing documentation for:
ExternalABC (src/What4/Solver/ExternalABC.hs:44)
externalABCAdapter (src/What4/Solver/ExternalABC.hs:71)
abcOptions (src/What4/Solver/ExternalABC.hs:59)
runExternalABCInOverride (src/What4/Solver/ExternalABC.hs:128)
writeABCSMT2File (src/What4/Solver/ExternalABC.hs:109)
27% ( 3 / 11) in 'What4.Solver.DReal'
Missing documentation for:
DReal (src/What4/Solver/DReal.hs:65)
DRealBindings (src/What4/Solver/DReal.hs:129)
getAvgBindings (src/What4/Solver/DReal.hs:134)
getBoundBindings (src/What4/Solver/DReal.hs:195)
drealOptions (src/What4/Solver/DReal.hs:75)
drealAdapter (src/What4/Solver/DReal.hs:86)
writeDRealSMT2File (src/What4/Solver/DReal.hs:111)
runDRealInOverride (src/What4/Solver/DReal.hs:286)
Warning: 'CVC5_SyGuS' is ambiguous. It is defined
* at src/What4/Solver/CVC5.hs:250:19
* at src/What4/Solver/CVC5.hs:250:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/What4/Solver/CVC5.hs:250:1
Warning: 'CVC5' is ambiguous. It is defined
* at src/What4/Solver/CVC5.hs:65:13
* at src/What4/Solver/CVC5.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/What4/Solver/CVC5.hs:65:1
Warning: 'defaultSolverArgs' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'setDefaultLogicAndOptions' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
42% ( 6 / 14) in 'What4.Solver.CVC5'
Missing documentation for:
CVC5 (src/What4/Solver/CVC5.hs:65)
cvc5Features (src/What4/Solver/CVC5.hs:128)
cvc5Adapter (src/What4/Solver/CVC5.hs:101)
cvc5Options (src/What4/Solver/CVC5.hs:84)
runCVC5InOverride (src/What4/Solver/CVC5.hs:201)
writeCVC5SMT2File (src/What4/Solver/CVC5.hs:168)
writeMultiAsmpCVC5SMT2File (src/What4/Solver/CVC5.hs:147)
writeCVC5SyFile (src/What4/Solver/CVC5.hs:348)
36% ( 4 / 11) in 'What4.Solver.CVC4'
Missing documentation for:
CVC4 (src/What4/Solver/CVC4.hs:59)
cvc4Features (src/What4/Solver/CVC4.hs:151)
cvc4Adapter (src/What4/Solver/CVC4.hs:108)
cvc4Options (src/What4/Solver/CVC4.hs:87)
runCVC4InOverride (src/What4/Solver/CVC4.hs:217)
writeCVC4SMT2File (src/What4/Solver/CVC4.hs:186)
writeMultiAsmpCVC4SMT2File (src/What4/Solver/CVC4.hs:165)
44% ( 4 / 9) in 'What4.Solver.Boolector'
Missing documentation for:
Boolector (src/What4/Solver/Boolector.hs:49)
boolectorOptions (src/What4/Solver/Boolector.hs:68)
boolectorAdapter (src/What4/Solver/Boolector.hs:86)
runBoolectorInOverride (src/What4/Solver/Boolector.hs:105)
boolectorFeatures (src/What4/Solver/Boolector.hs:124)
44% ( 4 / 9) in 'What4.Solver.Bitwuzla'
Missing documentation for:
Bitwuzla (src/What4/Solver/Bitwuzla.hs:45)
bitwuzlaOptions (src/What4/Solver/Bitwuzla.hs:61)
bitwuzlaAdapter (src/What4/Solver/Bitwuzla.hs:78)
runBitwuzlaInOverride (src/What4/Solver/Bitwuzla.hs:97)
bitwuzlaFeatures (src/What4/Solver/Bitwuzla.hs:115)
46% ( 43 / 93) in 'What4.Solver'
Missing documentation for:
defaultSolverAdapter (src/What4/Solver/Adapter.hs:115)
solverAdapterOptions (src/What4/Solver/Adapter.hs:129)
logCallback (src/What4/Solver/Adapter.hs:90)
defaultLogData (src/What4/Solver/Adapter.hs:93)
ExternalABC (src/What4/Solver/ExternalABC.hs:44)
externalABCAdapter (src/What4/Solver/ExternalABC.hs:71)
abcOptions (src/What4/Solver/ExternalABC.hs:59)
runExternalABCInOverride (src/What4/Solver/ExternalABC.hs:128)
writeABCSMT2File (src/What4/Solver/ExternalABC.hs:109)
Bitwuzla (src/What4/Solver/Bitwuzla.hs:45)
bitwuzlaAdapter (src/What4/Solver/Bitwuzla.hs:78)
runBitwuzlaInOverride (src/What4/Solver/Bitwuzla.hs:97)
bitwuzlaOptions (src/What4/Solver/Bitwuzla.hs:61)
bitwuzlaFeatures (src/What4/Solver/Bitwuzla.hs:115)
Boolector (src/What4/Solver/Boolector.hs:49)
boolectorAdapter (src/What4/Solver/Boolector.hs:86)
runBoolectorInOverride (src/What4/Solver/Boolector.hs:105)
boolectorOptions (src/What4/Solver/Boolector.hs:68)
boolectorFeatures (src/What4/Solver/Boolector.hs:124)
CVC4 (src/What4/Solver/CVC4.hs:59)
cvc4Adapter (src/What4/Solver/CVC4.hs:108)
runCVC4InOverride (src/What4/Solver/CVC4.hs:217)
writeCVC4SMT2File (src/What4/Solver/CVC4.hs:186)
cvc4Options (src/What4/Solver/CVC4.hs:87)
cvc4Features (src/What4/Solver/CVC4.hs:151)
CVC5 (src/What4/Solver/CVC5.hs:65)
cvc5Adapter (src/What4/Solver/CVC5.hs:101)
runCVC5InOverride (src/What4/Solver/CVC5.hs:201)
writeCVC5SMT2File (src/What4/Solver/CVC5.hs:168)
cvc5Options (src/What4/Solver/CVC5.hs:84)
cvc5Features (src/What4/Solver/CVC5.hs:128)
DReal (src/What4/Solver/DReal.hs:65)
DRealBindings (src/What4/Solver/DReal.hs:129)
drealAdapter (src/What4/Solver/DReal.hs:86)
runDRealInOverride (src/What4/Solver/DReal.hs:286)
writeDRealSMT2File (src/What4/Solver/DReal.hs:111)
STP (src/What4/Solver/STP.hs:42)
stpAdapter (src/What4/Solver/STP.hs:89)
runSTPInOverride (src/What4/Solver/STP.hs:123)
stpOptions (src/What4/Solver/STP.hs:71)
stpFeatures (src/What4/Solver/STP.hs:115)
yicesAdapter (src/What4/Solver/Yices.hs:936)
yicesOptions (src/What4/Solver/Yices.hs:981)
yicesDefaultFeatures (src/What4/Solver/Yices.hs:930)
Z3 (src/What4/Solver/Z3.hs:68)
z3TacticDefault (src/What4/Solver/Z3.hs:94)
z3Adapter (src/What4/Solver/Z3.hs:116)
runZ3InOverride (src/What4/Solver/Z3.hs:208)
z3Options (src/What4/Solver/Z3.hs:97)
z3Features (src/What4/Solver/Z3.hs:158)
100% ( 6 / 6) in 'What4.WordMap'
Warning: What4.BaseTypes: could not find link destinations for:
- Data.Parameterized.Context.Safe.Assignment
- What4.BaseTypes.FloatingPointPrecision
- What4.BaseTypes.BaseBoolType
- What4.BaseTypes.BaseIntegerType
- What4.BaseTypes.BaseRealType
- What4.BaseTypes.BaseBVType
- What4.BaseTypes.BaseFloatType
- What4.BaseTypes.BaseStringType
- What4.BaseTypes.BaseComplexType
- What4.BaseTypes.BaseStructType
- What4.BaseTypes.BaseArrayType
- What4.BaseTypes.Char8
- What4.BaseTypes.Char16
- What4.BaseTypes.Unicode
Warning: What4.FloatMode: could not find link destinations for:
- What4.FloatMode.FloatIEEE
- What4.FloatMode.FloatUninterpreted
- What4.FloatMode.FloatReal
Warning: What4.IndexLit: could not find link destinations for:
- What4.BaseTypes.BaseIntegerType
- What4.BaseTypes.BaseBVType
Warning: What4.Protocol.SMTLib2.Syntax: could not find link destinations for:
- What4.Protocol.SMTLib2.Syntax.Rep_SMTInfoFlag
Warning: What4.SatResult: could not find link destinations for:
- What4.SatResult.Rep_SatResult
Warning: What4.SemiRing: could not find link destinations for:
- What4.SemiRing.SemiRingInteger
- What4.SemiRing.SemiRingReal
- What4.SemiRing.SemiRingBV
- What4.SemiRing.BVArith
- What4.SemiRing.BVBits
Warning: What4.Serialize.Log: could not find link destinations for:
- What4.Serialize.Log.ThreadId
Warning: What4.Serialize.SETokens: could not find link destinations for:
- What4.Serialize.SETokens.SExpr
Warning: What4.Utils.Complex: could not find link destinations for:
- What4.Utils.Complex.Rep_Complex
Warning: What4.Utils.FloatHelpers: could not find link destinations for:
- What4.Utils.FloatHelpers.Rep_RoundingMode
Warning: What4.Utils.MonadST: could not find link destinations for:
- Control.Monad.Primitive.D:R:PrimStateST0
- System.Random.Stateful.D:R:MutableGenSTGenST
Warning: What4.Utils.StringLiteral: could not find link destinations for:
- What4.BaseTypes.Char8
- What4.BaseTypes.Char16
- What4.BaseTypes.Unicode
Warning: What4.Concrete: could not find link destinations for:
- What4.BaseTypes.BaseBoolType
- What4.BaseTypes.BaseIntegerType
- What4.BaseTypes.BaseRealType
- What4.BaseTypes.BaseBVType
- What4.BaseTypes.BaseFloatType
- What4.BaseTypes.BaseStringType
- What4.BaseTypes.BaseComplexType
- What4.BaseTypes.BaseStructType
- What4.BaseTypes.BaseArrayType
Warning: What4.Config: could not find link destinations for:
- What4.Config.OptRef
- What4.Config.insertOption
Warning: What4.Interface: could not find link destinations for:
- What4.BaseTypes.BaseIntegerType
- What4.BaseTypes.BaseBVType
- What4.BaseTypes.Char8
- What4.BaseTypes.Char16
- What4.BaseTypes.Unicode
- What4.Utils.FloatHelpers.Rep_RoundingMode
- What4.Interface.Rep_SolverEvent
- What4.Interface.Rep_SolverEndSATQuery
- What4.Interface.Rep_SolverStartSATQuery
Warning: What4.SWord: could not find link destinations for:
- Data.Vector.Vector
- What4.SWord.PredBin
- What4.SWord.SWordBin
- What4.SWord.SWordUn
Warning: What4.Partial: could not find link destinations for:
- What4.Partial.Rep_Partial
- What4.Partial.Rep1_Partial
- What4.Partial.Rep_PartialWithErr
- What4.Partial.Rep1_PartialWithErr
Warning: What4.LabeledPred: could not find link destinations for:
- What4.LabeledPred.Rep_LabeledPred
- What4.LabeledPred.Rep1_LabeledPred
Warning: What4.InterpretedFloatingPoint: could not find link destinations for:
- What4.InterpretedFloatingPoint.HalfFloat
- What4.InterpretedFloatingPoint.SingleFloat
- What4.InterpretedFloatingPoint.DoubleFloat
- What4.InterpretedFloatingPoint.QuadFloat
- What4.InterpretedFloatingPoint.X86_80Float
- What4.InterpretedFloatingPoint.DoubleDoubleFloat
Warning: What4.Expr.MATLAB: could not find link destinations for:
- What4.BaseTypes.BaseBoolType
- What4.BaseTypes.BaseIntegerType
- What4.BaseTypes.BaseRealType
- What4.BaseTypes.BaseBVType
- What4.BaseTypes.BaseComplexType
Warning: What4.Expr.App: could not find link destinations for:
- What4.BaseTypes.BaseBoolType
- What4.BaseTypes.BaseIntegerType
- What4.BaseTypes.BaseRealType
- What4.BaseTypes.BaseBVType
- What4.BaseTypes.BaseFloatType
- What4.BaseTypes.BaseStringType
- What4.BaseTypes.BaseComplexType
- What4.BaseTypes.BaseStructType
- What4.BaseTypes.BaseArrayType
- What4.Expr.App.Rep_PPIndex
Warning: What4.Expr.Builder: could not find link destinations for:
- What4.BaseTypes.BaseBoolType
- What4.BaseTypes.BaseIntegerType
- What4.BaseTypes.BaseRealType
- What4.BaseTypes.BaseBVType
- What4.BaseTypes.BaseFloatType
- What4.BaseTypes.BaseStringType
- What4.BaseTypes.BaseComplexType
- What4.BaseTypes.BaseStructType
- What4.BaseTypes.BaseArrayType
- What4.FloatMode.FloatIEEE
- What4.FloatMode.FloatUninterpreted
- What4.FloatMode.FloatReal
Warning: What4.Protocol.VerilogWriter.AST: could not find link destinations for:
- What4.BaseTypes.BaseBoolType
- What4.BaseTypes.BaseBVType
Warning: What4.Protocol.SMTWriter: could not find link destinations for:
- What4.BaseTypes.BaseBoolType
- What4.BaseTypes.BaseIntegerType
- What4.BaseTypes.BaseRealType
- What4.BaseTypes.BaseBVType
- What4.BaseTypes.BaseFloatType
- What4.BaseTypes.BaseStringType
- What4.BaseTypes.BaseComplexType
- What4.BaseTypes.BaseStructType
- What4.BaseTypes.BaseArrayType
- What4.Utils.FloatHelpers.Rep_RoundingMode
- What4.Protocol.SMTWriter.BaseTypeError
- What4.Protocol.SMTWriter.SMTCollector
Warning: What4.Protocol.SMTLib2.Response: could not find link destinations for:
- What4.Protocol.SMTLib2.Response.SMTLib2Intent
Warning: What4.Expr: could not find link destinations for:
- What4.BaseTypes.BaseBoolType
- What4.BaseTypes.BaseIntegerType
- What4.BaseTypes.BaseRealType
- What4.BaseTypes.BaseBVType
- What4.BaseTypes.BaseFloatType
- What4.BaseTypes.BaseStringType
- What4.BaseTypes.BaseComplexType
- What4.BaseTypes.BaseStructType
- What4.BaseTypes.BaseArrayType
- What4.FloatMode.FloatIEEE
- What4.FloatMode.FloatUninterpreted
- What4.FloatMode.FloatReal
- What4.SemiRing.SemiRingInteger
- What4.SemiRing.SemiRingReal
- What4.SemiRing.SemiRingBV
- What4.SemiRing.BVArith
- What4.SemiRing.BVBits
Warning: What4.Serialize.Printer: could not find link destinations for:
- Data.SCargot.Repr.D:R:ItemWellFormedSExpr
- What4.Serialize.SETokens.SExpr
- What4.Serialize.Printer.FnNameEnv
- What4.Serialize.Printer.VarNameEnv
Warning: What4.Serialize.Parser: could not find link destinations for:
- Data.SCargot.Repr.D:R:ItemWellFormedSExpr
- What4.Serialize.SETokens.SExpr
Warning: What4.Protocol.SMTLib2: could not find link destinations for:
- What4.Protocol.SMTLib2.Response.SMTLib2Intent
- What4.Protocol.SMTLib2.SolverVersionError
- What4.Protocol.SMTLib2.SolverVersionCheckError
Warning: What4.Solver.Yices: could not find link destinations for:
- What4.Solver.Yices.Eval
- What4.Solver.Yices.YicesCommand
- What4.Solver.Yices.YicesType
- What4.Solver.Yices.Expr
Warning: What4.Solver.CVC5: could not find link destinations for:
- What4.Solver.CVC5.CVC5_SyGuS
Documentation created: dist/doc/html/what4/, dist/doc/html/what4/what4.txt
Preprocessing executable 'bool-normalization' for what4-1.7..
Preprocessing executable 'quickstart' for what4-1.7..
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/what4-1.7-6jVr6phnJNhDCq96SG7fm
Installing executable bool-normalization in /var/lib/hackage-doc-builder/build-cache/tmp-install/bin
Warning: The directory
/var/lib/hackage-doc-builder/build-cache/tmp-install/bin is not in the system
search path.
Installing executable quickstart 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 what4-1.7
Downloading rme-what4-0.1
Downloaded rme-what4-0.1
Configuring rme-what4-0.1...
Preprocessing library for rme-what4-0.1..
Building library for rme-what4-0.1..
[1 of 1] Compiling Data.RME.What4 ( src/Data/RME/What4.hs, dist/build/Data/RME/What4.o, dist/build/Data/RME/What4.dyn_o )
Preprocessing library for rme-what4-0.1..
Running Haddock on library for rme-what4-0.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.RME.What4 ( src/Data/RME/What4.hs, nothing )
Haddock coverage:
Warning: 'MapF' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
50% ( 1 / 2) in 'Data.RME.What4'
Missing documentation for:
rmeAdapter (src/Data/RME/What4.hs:40)
Documentation created: dist/doc/html/rme-what4/,
dist/doc/html/rme-what4/rme-what4.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/rme-what4-0.1-Gj45MZgdxJNFCdQVK4tizL
Completed rme-what4-0.1
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'