Build #1 for rebase-1.22
| Package | rebase-1.22 |
|---|
| Install | InstallOk |
|---|---|
| Docs | Ok |
| Tests | NotTried |
| Time submitted | 2026-01-07 15:24:28.67815733 UTC |
|---|---|
| Compiler | ghc-9.8.4 |
| OS | linux |
| Arch | x86_64 |
| Dependencies | base-4.19.2.0, bifunctors-5.6.3, bytestring-0.12.1.0, comonad-5.0.9, containers-0.6.8, contravariant-1.5.5, deepseq-1.5.1.0, dlist-1.0, either-5.0.3, groups-0.5.3, hashable-1.5.1.0, invariant-0.6.4, mtl-2.3.1, profunctors-5.6.3, scientific-0.3.8.1, selective-0.7.0.1, semigroupoids-6.0.1, stm-2.5.3.1, text-2.1.1, time-1.12.2, time-compat-1.9.8, transformers-0.6.1.0, unordered-containers-0.2.21, uuid-types-1.0.6, vector-0.13.2.0, vector-instances-3.4.3, void-0.7.4 |
| Flags | none |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies...
Configuring StateVar-1.2.2...
Preprocessing library for StateVar-1.2.2..
Building library for StateVar-1.2.2..
[1 of 1] Compiling Data.StateVar ( src/Data/StateVar.hs, dist/build/Data/StateVar.o, dist/build/Data/StateVar.dyn_o )
src/Data/StateVar.hs:220:33: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
220 | default ($~) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m ()
| ^
src/Data/StateVar.hs:226:34: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
226 | default ($~!) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m ()
| ^
src/Data/StateVar.hs:230:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
230 | defaultUpdate :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m ()
| ^
src/Data/StateVar.hs:235:38: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
235 | defaultUpdateStrict :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m ()
| ^
Preprocessing library for StateVar-1.2.2..
Running Haddock on library for StateVar-1.2.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.StateVar ( src/Data/StateVar.hs, nothing )
src/Data/StateVar.hs:220:33: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
220 | default ($~) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m ()
| ^
src/Data/StateVar.hs:226:34: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
226 | default ($~!) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m ()
| ^
src/Data/StateVar.hs:230:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
230 | defaultUpdate :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m ()
| ^
src/Data/StateVar.hs:235:38: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
235 | defaultUpdateStrict :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m ()
| ^
Haddock coverage:
Warning: 'StateVar' is ambiguous. It is defined
* at src/Data/StateVar.hs:125:19
* at src/Data/StateVar.hs:125:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/StateVar.hs:125:1
Warning: 'SettableStateVar' is ambiguous. It is defined
* at src/Data/StateVar.hs:148:30
* at src/Data/StateVar.hs:148:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/StateVar.hs:148:1
100% ( 15 / 15) in 'Data.StateVar'
Documentation created: dist/doc/html/StateVar/,
dist/doc/html/StateVar/StateVar.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/StateVar-1.2.2-FkX29h2fwdP2Mo2NQELJhZ
Completed StateVar-1.2.2
Configuring assoc-1.1.1...
Preprocessing library for assoc-1.1.1..
Building library for assoc-1.1.1..
[1 of 2] Compiling Data.Bifunctor.Assoc ( src/Data/Bifunctor/Assoc.hs, dist/build/Data/Bifunctor/Assoc.o, dist/build/Data/Bifunctor/Assoc.dyn_o )
[2 of 2] Compiling Data.Bifunctor.Swap ( src/Data/Bifunctor/Swap.hs, dist/build/Data/Bifunctor/Swap.o, dist/build/Data/Bifunctor/Swap.dyn_o )
Preprocessing library for assoc-1.1.1..
Running Haddock on library for assoc-1.1.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Bifunctor.Assoc ( src/Data/Bifunctor/Assoc.hs, nothing )
[2 of 2] Compiling Data.Bifunctor.Swap ( src/Data/Bifunctor/Swap.hs, nothing )
Haddock coverage:
50% ( 1 / 2) in 'Data.Bifunctor.Assoc'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Data.Bifunctor.Swap'
Missing documentation for:
Module header
Documentation created: dist/doc/html/assoc/, dist/doc/html/assoc/assoc.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/assoc-1.1.1-IR5FZLHpO7uKvKwb4BxhYj
Completed assoc-1.1.1
Configuring base-orphans-0.9.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 colour-2.3.6...
Preprocessing library for colour-2.3.6..
Building library for colour-2.3.6..
[ 1 of 14] Compiling Data.Colour.CIE.Chromaticity ( Data/Colour/CIE/Chromaticity.hs, dist/build/Data/Colour/CIE/Chromaticity.o, dist/build/Data/Colour/CIE/Chromaticity.dyn_o )
[ 2 of 14] Compiling Data.Colour.CIE.Illuminant ( Data/Colour/CIE/Illuminant.hs, dist/build/Data/Colour/CIE/Illuminant.o, dist/build/Data/Colour/CIE/Illuminant.dyn_o )
[ 3 of 14] Compiling Data.Colour.Chan ( Data/Colour/Chan.hs, dist/build/Data/Colour/Chan.o, dist/build/Data/Colour/Chan.dyn_o )
[ 4 of 14] Compiling Data.Colour.Internal ( Data/Colour/Internal.hs, dist/build/Data/Colour/Internal.o, dist/build/Data/Colour/Internal.dyn_o )
[ 5 of 14] Compiling Data.Colour.Matrix ( Data/Colour/Matrix.hs, dist/build/Data/Colour/Matrix.o, dist/build/Data/Colour/Matrix.dyn_o )
[ 6 of 14] Compiling Data.Colour.RGB ( Data/Colour/RGB.hs, dist/build/Data/Colour/RGB.o, dist/build/Data/Colour/RGB.dyn_o )
[ 7 of 14] Compiling Data.Colour.RGBSpace.HSL ( Data/Colour/RGBSpace/HSL.hs, dist/build/Data/Colour/RGBSpace/HSL.o, dist/build/Data/Colour/RGBSpace/HSL.dyn_o )
[ 8 of 14] Compiling Data.Colour.RGBSpace.HSV ( Data/Colour/RGBSpace/HSV.hs, dist/build/Data/Colour/RGBSpace/HSV.o, dist/build/Data/Colour/RGBSpace/HSV.dyn_o )
[ 9 of 14] Compiling Data.Colour.SRGB.Linear ( Data/Colour/SRGB/Linear.hs, dist/build/Data/Colour/SRGB/Linear.o, dist/build/Data/Colour/SRGB/Linear.dyn_o )
[10 of 14] Compiling Data.Colour.RGBSpace ( Data/Colour/RGBSpace.hs, dist/build/Data/Colour/RGBSpace.o, dist/build/Data/Colour/RGBSpace.dyn_o )
[11 of 14] Compiling Data.Colour.SRGB ( Data/Colour/SRGB.hs, dist/build/Data/Colour/SRGB.o, dist/build/Data/Colour/SRGB.dyn_o )
Data/Colour/SRGB.hs:117:8: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
117 | x' | head x == '#' = tail x
| ^^^^
Data/Colour/SRGB.hs:117:24: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
117 | x' | head x == '#' = tail x
| ^^^^
Data/Colour/SRGB.hs:127:50: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
127 | sRGB24read x | length rx /= 1 || not (null (snd (head rx))) =
| ^^^^
Data/Colour/SRGB.hs:129:33: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
129 | | otherwise = fst (head rx)
| ^^^^
[12 of 14] Compiling Data.Colour ( Data/Colour.hs, dist/build/Data/Colour.o, dist/build/Data/Colour.dyn_o )
[13 of 14] Compiling Data.Colour.Names ( Data/Colour/Names.hs, dist/build/Data/Colour/Names.o, dist/build/Data/Colour/Names.dyn_o )
[14 of 14] Compiling Data.Colour.CIE ( Data/Colour/CIE.hs, dist/build/Data/Colour/CIE.o, dist/build/Data/Colour/CIE.dyn_o )
Preprocessing library for colour-2.3.6..
Running Haddock on library for colour-2.3.6..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 14] Compiling Data.Colour.CIE.Chromaticity ( Data/Colour/CIE/Chromaticity.hs, nothing )
[ 2 of 14] Compiling Data.Colour.CIE.Illuminant ( Data/Colour/CIE/Illuminant.hs, nothing )
[ 3 of 14] Compiling Data.Colour.Chan ( Data/Colour/Chan.hs, nothing )
[ 4 of 14] Compiling Data.Colour.Internal ( Data/Colour/Internal.hs, nothing )
[ 5 of 14] Compiling Data.Colour.Matrix ( Data/Colour/Matrix.hs, nothing )
[ 6 of 14] Compiling Data.Colour.RGB ( Data/Colour/RGB.hs, nothing )
[ 7 of 14] Compiling Data.Colour.RGBSpace.HSL ( Data/Colour/RGBSpace/HSL.hs, nothing )
[ 8 of 14] Compiling Data.Colour.RGBSpace.HSV ( Data/Colour/RGBSpace/HSV.hs, nothing )
[ 9 of 14] Compiling Data.Colour.SRGB.Linear ( Data/Colour/SRGB/Linear.hs, nothing )
[10 of 14] Compiling Data.Colour.RGBSpace ( Data/Colour/RGBSpace.hs, nothing )
[11 of 14] Compiling Data.Colour.SRGB ( Data/Colour/SRGB.hs, nothing )
Data/Colour/SRGB.hs:117:8: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
117 | x' | head x == '#' = tail x
| ^^^^
Data/Colour/SRGB.hs:117:24: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
117 | x' | head x == '#' = tail x
| ^^^^
Data/Colour/SRGB.hs:127:50: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
127 | sRGB24read x | length rx /= 1 || not (null (snd (head rx))) =
| ^^^^
Data/Colour/SRGB.hs:129:33: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
129 | | otherwise = fst (head rx)
| ^^^^
[12 of 14] Compiling Data.Colour ( Data/Colour.hs, nothing )
[13 of 14] Compiling Data.Colour.Names ( Data/Colour/Names.hs, nothing )
[14 of 14] Compiling Data.Colour.CIE ( Data/Colour/CIE.hs, nothing )
Haddock coverage:
100% ( 21 / 21) in 'Data.Colour.CIE.Illuminant'
Warning: 'RGBGamut' is ambiguous. It is defined
* at Data/Colour/RGB.hs:54:17
* at Data/Colour/RGB.hs:54:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Colour/RGB.hs:54:1
Warning: 'RGB' is ambiguous. It is defined
* at Data/Colour/RGB.hs:30:14
* at Data/Colour/RGB.hs:30:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Colour/RGB.hs:30:1
Warning: 'RGB' is ambiguous. It is defined
* at Data/Colour/RGB.hs:30:14
* at Data/Colour/RGB.hs:30:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Colour/RGB.hs:30:1
85% ( 6 / 7) in 'Data.Colour.RGBSpace.HSL'
Missing documentation for:
Module header
Warning: 'RGB' is ambiguous. It is defined
* at Data/Colour/RGB.hs:30:14
* at Data/Colour/RGB.hs:30:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Colour/RGB.hs:30:1
85% ( 6 / 7) in 'Data.Colour.RGBSpace.HSV'
Missing documentation for:
Module header
100% ( 6 / 6) in 'Data.Colour.SRGB.Linear'
Warning: 'RGBSpace' is ambiguous. It is defined
* at Data/Colour/RGBSpace.hs:122:19
* at Data/Colour/RGBSpace.hs:122:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Colour/RGBSpace.hs:122:1
Warning: 'TransferFunction' is ambiguous. It is defined
* at Data/Colour/RGBSpace.hs:92:27
* at Data/Colour/RGBSpace.hs:92:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Colour/RGBSpace.hs:92:1
Warning: 'RGB' is ambiguous. It is defined
* at Data/Colour/RGB.hs:30:14
* at Data/Colour/RGB.hs:30:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Colour/RGB.hs:30:1
Warning: 'RGBGamut' is ambiguous. It is defined
* at Data/Colour/RGB.hs:54:17
* at Data/Colour/RGB.hs:54:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Colour/RGB.hs:54:1
83% ( 20 / 24) in 'Data.Colour.RGBSpace'
Missing documentation for:
primaries
whitePoint
gamut
transferFunction
100% ( 14 / 14) in 'Data.Colour.SRGB'
85% ( 17 / 20) in 'Data.Colour'
Missing documentation for:
black (Data/Colour/Internal.hs:53)
AffineSpace (Data/Colour/Internal.hs:110)
ColourOps (Data/Colour/Internal.hs:147)
0% ( 1 /149) in 'Data.Colour.Names'
Missing documentation for:
readColourName (Data/Colour/Names.hs:190)
aliceblue (Data/Colour/Names.hs:341)
antiquewhite (Data/Colour/Names.hs:344)
aqua (Data/Colour/Names.hs:347)
aquamarine (Data/Colour/Names.hs:350)
azure (Data/Colour/Names.hs:353)
beige (Data/Colour/Names.hs:356)
bisque (Data/Colour/Names.hs:359)
black (Data/Colour/Internal.hs:53)
blanchedalmond (Data/Colour/Names.hs:364)
blue (Data/Colour/Names.hs:367)
blueviolet (Data/Colour/Names.hs:370)
brown (Data/Colour/Names.hs:373)
burlywood (Data/Colour/Names.hs:376)
cadetblue (Data/Colour/Names.hs:379)
chartreuse (Data/Colour/Names.hs:382)
chocolate (Data/Colour/Names.hs:385)
coral (Data/Colour/Names.hs:388)
cornflowerblue (Data/Colour/Names.hs:391)
cornsilk (Data/Colour/Names.hs:394)
crimson (Data/Colour/Names.hs:397)
cyan (Data/Colour/Names.hs:400)
darkblue (Data/Colour/Names.hs:403)
darkcyan (Data/Colour/Names.hs:406)
darkgoldenrod (Data/Colour/Names.hs:409)
darkgray (Data/Colour/Names.hs:412)
darkgreen (Data/Colour/Names.hs:415)
darkgrey (Data/Colour/Names.hs:418)
darkkhaki (Data/Colour/Names.hs:421)
darkmagenta (Data/Colour/Names.hs:424)
darkolivegreen (Data/Colour/Names.hs:427)
darkorange (Data/Colour/Names.hs:430)
darkorchid (Data/Colour/Names.hs:433)
darkred (Data/Colour/Names.hs:436)
darksalmon (Data/Colour/Names.hs:439)
darkseagreen (Data/Colour/Names.hs:442)
darkslateblue (Data/Colour/Names.hs:445)
darkslategray (Data/Colour/Names.hs:448)
darkslategrey (Data/Colour/Names.hs:451)
darkturquoise (Data/Colour/Names.hs:454)
darkviolet (Data/Colour/Names.hs:457)
deeppink (Data/Colour/Names.hs:460)
deepskyblue (Data/Colour/Names.hs:463)
dimgray (Data/Colour/Names.hs:466)
dimgrey (Data/Colour/Names.hs:469)
dodgerblue (Data/Colour/Names.hs:472)
firebrick (Data/Colour/Names.hs:475)
floralwhite (Data/Colour/Names.hs:478)
forestgreen (Data/Colour/Names.hs:481)
fuchsia (Data/Colour/Names.hs:484)
gainsboro (Data/Colour/Names.hs:487)
ghostwhite (Data/Colour/Names.hs:490)
gold (Data/Colour/Names.hs:493)
goldenrod (Data/Colour/Names.hs:496)
gray (Data/Colour/Names.hs:499)
grey (Data/Colour/Names.hs:502)
green (Data/Colour/Names.hs:505)
greenyellow (Data/Colour/Names.hs:508)
honeydew (Data/Colour/Names.hs:511)
hotpink (Data/Colour/Names.hs:514)
indianred (Data/Colour/Names.hs:517)
indigo (Data/Colour/Names.hs:520)
ivory (Data/Colour/Names.hs:523)
khaki (Data/Colour/Names.hs:526)
lavender (Data/Colour/Names.hs:529)
lavenderblush (Data/Colour/Names.hs:532)
lawngreen (Data/Colour/Names.hs:535)
lemonchiffon (Data/Colour/Names.hs:538)
lightblue (Data/Colour/Names.hs:541)
lightcoral (Data/Colour/Names.hs:544)
lightcyan (Data/Colour/Names.hs:547)
lightgoldenrodyellow (Data/Colour/Names.hs:550)
lightgray (Data/Colour/Names.hs:553)
lightgreen (Data/Colour/Names.hs:556)
lightgrey (Data/Colour/Names.hs:559)
lightpink (Data/Colour/Names.hs:562)
lightsalmon (Data/Colour/Names.hs:565)
lightseagreen (Data/Colour/Names.hs:568)
lightskyblue (Data/Colour/Names.hs:571)
lightslategray (Data/Colour/Names.hs:574)
lightslategrey (Data/Colour/Names.hs:577)
lightsteelblue (Data/Colour/Names.hs:580)
lightyellow (Data/Colour/Names.hs:583)
lime (Data/Colour/Names.hs:586)
limegreen (Data/Colour/Names.hs:589)
linen (Data/Colour/Names.hs:592)
magenta (Data/Colour/Names.hs:595)
maroon (Data/Colour/Names.hs:598)
mediumaquamarine (Data/Colour/Names.hs:601)
mediumblue (Data/Colour/Names.hs:604)
mediumorchid (Data/Colour/Names.hs:607)
mediumpurple (Data/Colour/Names.hs:610)
mediumseagreen (Data/Colour/Names.hs:613)
mediumslateblue (Data/Colour/Names.hs:616)
mediumspringgreen (Data/Colour/Names.hs:619)
mediumturquoise (Data/Colour/Names.hs:622)
mediumvioletred (Data/Colour/Names.hs:625)
midnightblue (Data/Colour/Names.hs:628)
mintcream (Data/Colour/Names.hs:631)
mistyrose (Data/Colour/Names.hs:634)
moccasin (Data/Colour/Names.hs:637)
navajowhite (Data/Colour/Names.hs:640)
navy (Data/Colour/Names.hs:643)
oldlace (Data/Colour/Names.hs:646)
olive (Data/Colour/Names.hs:649)
olivedrab (Data/Colour/Names.hs:652)
orange (Data/Colour/Names.hs:655)
orangered (Data/Colour/Names.hs:658)
orchid (Data/Colour/Names.hs:661)
palegoldenrod (Data/Colour/Names.hs:664)
palegreen (Data/Colour/Names.hs:667)
paleturquoise (Data/Colour/Names.hs:670)
palevioletred (Data/Colour/Names.hs:673)
papayawhip (Data/Colour/Names.hs:676)
peachpuff (Data/Colour/Names.hs:679)
peru (Data/Colour/Names.hs:682)
pink (Data/Colour/Names.hs:685)
plum (Data/Colour/Names.hs:688)
powderblue (Data/Colour/Names.hs:691)
purple (Data/Colour/Names.hs:694)
red (Data/Colour/Names.hs:697)
rosybrown (Data/Colour/Names.hs:700)
royalblue (Data/Colour/Names.hs:703)
saddlebrown (Data/Colour/Names.hs:706)
salmon (Data/Colour/Names.hs:709)
sandybrown (Data/Colour/Names.hs:712)
seagreen (Data/Colour/Names.hs:715)
seashell (Data/Colour/Names.hs:718)
sienna (Data/Colour/Names.hs:721)
silver (Data/Colour/Names.hs:724)
skyblue (Data/Colour/Names.hs:727)
slateblue (Data/Colour/Names.hs:730)
slategray (Data/Colour/Names.hs:733)
slategrey (Data/Colour/Names.hs:736)
snow (Data/Colour/Names.hs:739)
springgreen (Data/Colour/Names.hs:742)
steelblue (Data/Colour/Names.hs:745)
tan (Data/Colour/Names.hs:748)
teal (Data/Colour/Names.hs:751)
thistle (Data/Colour/Names.hs:754)
tomato (Data/Colour/Names.hs:757)
turquoise (Data/Colour/Names.hs:760)
violet (Data/Colour/Names.hs:763)
wheat (Data/Colour/Names.hs:766)
white (Data/Colour/Names.hs:769)
whitesmoke (Data/Colour/Names.hs:772)
yellow (Data/Colour/Names.hs:775)
yellowgreen (Data/Colour/Names.hs:778)
Warning: 'toCIEXYZ' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'cieXYZView' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
88% ( 15 / 17) in 'Data.Colour.CIE'
Missing documentation for:
toCIEXYZ (Data/Colour/CIE.hs:65)
Chromaticity (Data/Colour/CIE/Chromaticity.hs:25)
Documentation created: dist/doc/html/colour/, dist/doc/html/colour/colour.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/colour-2.3.6-JegldMtiv9a8c4VaIBFkGx
Completed colour-2.3.6
Configuring data-default-0.8.0.2...
Preprocessing library for data-default-0.8.0.2..
Building library for data-default-0.8.0.2..
[1 of 2] Compiling Data.Default.Internal ( Data/Default/Internal.hs, dist/build/Data/Default/Internal.o, dist/build/Data/Default/Internal.dyn_o )
[2 of 2] Compiling Data.Default ( Data/Default.hs, dist/build/Data/Default.o, dist/build/Data/Default.dyn_o )
Preprocessing library for data-default-0.8.0.2..
Running Haddock on library for data-default-0.8.0.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Default.Internal ( Data/Default/Internal.hs, nothing )
[2 of 2] Compiling Data.Default ( Data/Default.hs, nothing )
Haddock coverage:
100% ( 3 / 3) in 'Data.Default.Internal'
100% ( 2 / 2) in 'Data.Default'
Documentation created: dist/doc/html/data-default/,
dist/doc/html/data-default/data-default.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/data-default-0.8.0.2-BfpfLpGO2Fe38DPNHgbq9W
Completed data-default-0.8.0.2
Configuring dlist-1.0...
Preprocessing library for dlist-1.0..
Building library for dlist-1.0..
[1 of 5] Compiling Data.DList.Internal ( Data/DList/Internal.hs, dist/build/Data/DList/Internal.o, dist/build/Data/DList/Internal.dyn_o )
Data/DList/Internal.hs:642:12: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
642 | instance a ~ Char => IsString (DList a) where
| ^
[2 of 5] Compiling Data.DList ( Data/DList.hs, dist/build/Data/DList.o, dist/build/Data/DList.dyn_o )
[3 of 5] Compiling Data.DList.DNonEmpty.Internal ( Data/DList/DNonEmpty/Internal.hs, dist/build/Data/DList/DNonEmpty/Internal.o, dist/build/Data/DList/DNonEmpty/Internal.dyn_o )
Data/DList/DNonEmpty/Internal.hs:459:12: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
459 | instance a ~ Char => IsString (DNonEmpty a) where
| ^
[4 of 5] Compiling Data.DList.DNonEmpty ( Data/DList/DNonEmpty.hs, dist/build/Data/DList/DNonEmpty.o, dist/build/Data/DList/DNonEmpty.dyn_o )
[5 of 5] Compiling Data.DList.Unsafe ( Data/DList/Unsafe.hs, dist/build/Data/DList/Unsafe.o, dist/build/Data/DList/Unsafe.dyn_o )
Preprocessing library for dlist-1.0..
Running Haddock on library for dlist-1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling Data.DList.Internal ( Data/DList/Internal.hs, nothing )
Data/DList/Internal.hs:642:12: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
642 | instance a ~ Char => IsString (DList a) where
| ^
[2 of 5] Compiling Data.DList ( Data/DList.hs, nothing )
[3 of 5] Compiling Data.DList.DNonEmpty.Internal ( Data/DList/DNonEmpty/Internal.hs, nothing )
Data/DList/DNonEmpty/Internal.hs:459:12: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
459 | instance a ~ Char => IsString (DNonEmpty a) where
| ^
[4 of 5] Compiling Data.DList.DNonEmpty ( Data/DList/DNonEmpty.hs, nothing )
[5 of 5] Compiling Data.DList.Unsafe ( Data/DList/Unsafe.hs, nothing )
Haddock coverage:
100% ( 21 / 21) in 'Data.DList'
100% ( 17 / 17) in 'Data.DList.DNonEmpty'
Warning: Data.DList: could not find link destinations for:
- Data.DList.Internal.D:R:ItemDList
Warning: Data.DList.DNonEmpty: could not find link destinations for:
- Data.DList.DNonEmpty.Internal.D:R:ItemDNonEmpty
Documentation created: dist/doc/html/dlist/, dist/doc/html/dlist/dlist.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/dlist-1.0-64eJjLRuD1sLrW6rorjot6
Completed dlist-1.0
Configuring groups-0.5.3...
Preprocessing library for groups-0.5.3..
Building library for groups-0.5.3..
[1 of 1] Compiling Data.Group ( src/Data/Group.hs, dist/build/Data/Group.o, dist/build/Data/Group.dyn_o )
Preprocessing library for groups-0.5.3..
Running Haddock on library for groups-0.5.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Group ( src/Data/Group.hs, nothing )
Haddock coverage:
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: '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
83% ( 5 / 6) in 'Data.Group'
Missing documentation for:
Module header
Documentation created: dist/doc/html/groups/, dist/doc/html/groups/groups.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/groups-0.5.3-BQqKU6eu3Hh4haLwY4VvQW
Completed groups-0.5.3
Configuring indexed-traversable-0.1.4...
Preprocessing library for indexed-traversable-0.1.4..
Building library for indexed-traversable-0.1.4..
[1 of 7] Compiling CoerceCompat ( src/CoerceCompat.hs, dist/build/CoerceCompat.o, dist/build/CoerceCompat.dyn_o )
[2 of 7] Compiling GhcList ( src/GhcList.hs, dist/build/GhcList.o, dist/build/GhcList.dyn_o )
[3 of 7] Compiling WithIndex ( src/WithIndex.hs, dist/build/WithIndex.o, dist/build/WithIndex.dyn_o )
[4 of 7] Compiling Data.Traversable.WithIndex ( src/Data/Traversable/WithIndex.hs, dist/build/Data/Traversable/WithIndex.o, dist/build/Data/Traversable/WithIndex.dyn_o )
[5 of 7] Compiling Data.Functor.WithIndex ( src/Data/Functor/WithIndex.hs, dist/build/Data/Functor/WithIndex.o, dist/build/Data/Functor/WithIndex.dyn_o )
[6 of 7] Compiling Data.Foldable1.WithIndex ( src/Data/Foldable1/WithIndex.hs, dist/build/Data/Foldable1/WithIndex.o, dist/build/Data/Foldable1/WithIndex.dyn_o )
[7 of 7] Compiling Data.Foldable.WithIndex ( src/Data/Foldable/WithIndex.hs, dist/build/Data/Foldable/WithIndex.o, dist/build/Data/Foldable/WithIndex.dyn_o )
Preprocessing library for indexed-traversable-0.1.4..
Running Haddock on library for indexed-traversable-0.1.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 7] Compiling CoerceCompat ( src/CoerceCompat.hs, nothing )
[2 of 7] Compiling GhcList ( src/GhcList.hs, nothing )
[3 of 7] Compiling WithIndex ( src/WithIndex.hs, nothing )
[4 of 7] Compiling Data.Traversable.WithIndex ( src/Data/Traversable/WithIndex.hs, nothing )
[5 of 7] Compiling Data.Functor.WithIndex ( src/Data/Functor/WithIndex.hs, nothing )
[6 of 7] Compiling Data.Foldable1.WithIndex ( src/Data/Foldable1/WithIndex.hs, nothing )
[7 of 7] Compiling Data.Foldable.WithIndex ( src/Data/Foldable/WithIndex.hs, nothing )
Haddock coverage:
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'const' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
Warning: 'itraverseOf' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'itraversed' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ifoldr1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ifoldl1'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ifoldl1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ifoldr1'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'for' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: '.' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'const' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'mapM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'forM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
83% ( 10 / 12) in 'Data.Traversable.WithIndex'
Missing documentation for:
imapDefault (src/WithIndex.hs:81)
ifoldMapDefault (src/WithIndex.hs:162)
66% ( 2 / 3) in 'Data.Functor.WithIndex'
Missing documentation for:
Module header
100% ( 3 / 3) in 'Data.Foldable1.WithIndex'
Warning: 'const' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'all' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'traverse_' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'for_' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'IndexedFold' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'mapM_' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'imapM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'iforM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'concatMap' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'find' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'foldrM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'foldlM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'toList' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'snd' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 17 / 17) in 'Data.Foldable.WithIndex'
Documentation created: dist/doc/html/indexed-traversable/,
dist/doc/html/indexed-traversable/indexed-traversable.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/indexed-traversable-0.1.4-5JdsPOnURa2E0CZ9MR1Y0G
Completed indexed-traversable-0.1.4
Configuring integer-logarithms-1.0.5...
Preprocessing library for integer-logarithms-1.0.5..
Building library for integer-logarithms-1.0.5..
[1 of 4] Compiling GHC.Integer.Logarithms.Compat ( src/GHC/Integer/Logarithms/Compat.hs, dist/build/GHC/Integer/Logarithms/Compat.o, dist/build/GHC/Integer/Logarithms/Compat.dyn_o )
[2 of 4] Compiling Math.NumberTheory.Logarithms ( src/Math/NumberTheory/Logarithms.hs, dist/build/Math/NumberTheory/Logarithms.o, dist/build/Math/NumberTheory/Logarithms.dyn_o )
[3 of 4] Compiling Math.NumberTheory.Powers.Integer ( src/Math/NumberTheory/Powers/Integer.hs, dist/build/Math/NumberTheory/Powers/Integer.o, dist/build/Math/NumberTheory/Powers/Integer.dyn_o )
[4 of 4] Compiling Math.NumberTheory.Powers.Natural ( src/Math/NumberTheory/Powers/Natural.hs, dist/build/Math/NumberTheory/Powers/Natural.o, dist/build/Math/NumberTheory/Powers/Natural.dyn_o )
Preprocessing library for integer-logarithms-1.0.5..
Running Haddock on library for integer-logarithms-1.0.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling GHC.Integer.Logarithms.Compat ( src/GHC/Integer/Logarithms/Compat.hs, nothing )
[2 of 4] Compiling Math.NumberTheory.Logarithms ( src/Math/NumberTheory/Logarithms.hs, nothing )
[3 of 4] Compiling Math.NumberTheory.Powers.Integer ( src/Math/NumberTheory/Powers/Integer.hs, nothing )
[4 of 4] Compiling Math.NumberTheory.Powers.Natural ( src/Math/NumberTheory/Powers/Natural.hs, nothing )
Haddock coverage:
40% ( 2 / 5) in 'GHC.Integer.Logarithms.Compat'
Missing documentation for:
integerLogBase#
integerLog2#
wordLog2#
100% ( 17 / 17) in 'Math.NumberTheory.Logarithms'
100% ( 3 / 3) in 'Math.NumberTheory.Powers.Integer'
100% ( 3 / 3) in 'Math.NumberTheory.Powers.Natural'
Documentation created: dist/doc/html/integer-logarithms/,
dist/doc/html/integer-logarithms/integer-logarithms.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/integer-logarithms-1.0.5-5ssp4WvPDv64YBApP86K0V
Completed integer-logarithms-1.0.5
Configuring 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 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 selective-0.7.0.1...
Preprocessing library for selective-0.7.0.1..
Building library for selective-0.7.0.1..
[1 of 6] Compiling Control.Selective ( src/Control/Selective.hs, dist/build/Control/Selective.o, dist/build/Control/Selective.dyn_o )
[2 of 6] Compiling Control.Selective.Free ( src/Control/Selective/Free.hs, dist/build/Control/Selective/Free.o, dist/build/Control/Selective/Free.dyn_o )
[3 of 6] Compiling Control.Selective.Multi ( src/Control/Selective/Multi.hs, dist/build/Control/Selective/Multi.o, dist/build/Control/Selective/Multi.dyn_o )
[4 of 6] Compiling Control.Selective.Trans.Except ( src/Control/Selective/Trans/Except.hs, dist/build/Control/Selective/Trans/Except.o, dist/build/Control/Selective/Trans/Except.dyn_o )
[5 of 6] Compiling Control.Selective.Rigid.Freer ( src/Control/Selective/Rigid/Freer.hs, dist/build/Control/Selective/Rigid/Freer.o, dist/build/Control/Selective/Rigid/Freer.dyn_o )
[6 of 6] Compiling Control.Selective.Rigid.Free ( src/Control/Selective/Rigid/Free.hs, dist/build/Control/Selective/Rigid/Free.o, dist/build/Control/Selective/Rigid/Free.dyn_o )
Preprocessing library for selective-0.7.0.1..
Running Haddock on library for selective-0.7.0.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 6] Compiling Control.Selective ( src/Control/Selective.hs, nothing )
[2 of 6] Compiling Control.Selective.Free ( src/Control/Selective/Free.hs, nothing )
[3 of 6] Compiling Control.Selective.Multi ( src/Control/Selective/Multi.hs, nothing )
[4 of 6] Compiling Control.Selective.Trans.Except ( src/Control/Selective/Trans/Except.hs, nothing )
[5 of 6] Compiling Control.Selective.Rigid.Freer ( src/Control/Selective/Rigid/Freer.hs, nothing )
[6 of 6] Compiling Control.Selective.Rigid.Free ( src/Control/Selective/Rigid/Free.hs, nothing )
Haddock coverage:
Warning: 'Cases' is ambiguous. It is defined
* at src/Control/Selective.hs:255:16
* at src/Control/Selective.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/Control/Selective.hs:255:1
100% ( 38 / 38) in 'Control.Selective'
100% ( 10 / 10) in 'Control.Selective.Free'
Warning: '~>' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Case' is ambiguous. It is defined
* at src/Control/Selective/Multi.hs:287:22
* at src/Control/Selective/Multi.hs:287:1
You may 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/Selective/Multi.hs:287:1
Warning: 'Sigma' is ambiguous. It is defined
* at src/Control/Selective/Multi.hs:56:5
* at src/Control/Selective/Multi.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/Selective/Multi.hs:55: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: 'One' is ambiguous. It is defined
* at src/Control/Selective/Multi.hs:68:5
* at src/Control/Selective/Multi.hs:67:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Selective/Multi.hs:67:1
97% ( 44 / 45) in 'Control.Selective.Multi'
Missing documentation for:
many (src/Control/Selective/Multi.hs:95)
Warning: 'ExceptT' is ambiguous. It is defined
* at src/Control/Selective/Trans/Except.hs:47:25
* at src/Control/Selective/Trans/Except.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/Control/Selective/Trans/Except.hs:47:1
18% ( 3 / 16) in 'Control.Selective.Trans.Except'
Missing documentation for:
Except (src/Control/Selective/Trans/Except.hs:94)
except (src/Control/Selective/Trans/Except.hs:97)
runExcept (src/Control/Selective/Trans/Except.hs:100)
mapExcept (src/Control/Selective/Trans/Except.hs:103)
withExcept (src/Control/Selective/Trans/Except.hs:106)
runExceptT (src/Control/Selective/Trans/Except.hs:109)
mapExceptT (src/Control/Selective/Trans/Except.hs:112)
withExceptT (src/Control/Selective/Trans/Except.hs:115)
throwE (src/Control/Selective/Trans/Except.hs:118)
catchE (src/Control/Selective/Trans/Except.hs:121)
liftCallCC (src/Control/Selective/Trans/Except.hs:124)
liftListen (src/Control/Selective/Trans/Except.hs:127)
liftPass (src/Control/Selective/Trans/Except.hs:130)
100% ( 10 / 10) in 'Control.Selective.Rigid.Freer'
100% ( 10 / 10) in 'Control.Selective.Rigid.Free'
Documentation created: dist/doc/html/selective/,
dist/doc/html/selective/selective.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/selective-0.7.0.1-4wUzyuuwPgAIWNVlnL65Lr
Completed selective-0.7.0.1
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.2...
Preprocessing library for splitmix-0.1.3.2..
Building library for splitmix-0.1.3.2..
[1 of 3] Compiling System.Random.SplitMix.Init ( src/System/Random/SplitMix/Init.hs, dist/build/System/Random/SplitMix/Init.o, dist/build/System/Random/SplitMix/Init.dyn_o )
[2 of 3] Compiling System.Random.SplitMix ( src/System/Random/SplitMix.hs, dist/build/System/Random/SplitMix.o, dist/build/System/Random/SplitMix.dyn_o )
[3 of 3] Compiling System.Random.SplitMix32 ( src/System/Random/SplitMix32.hs, dist/build/System/Random/SplitMix32.o, dist/build/System/Random/SplitMix32.dyn_o )
Preprocessing library for splitmix-0.1.3.2..
Running Haddock on library for splitmix-0.1.3.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling System.Random.SplitMix.Init ( src/System/Random/SplitMix/Init.hs, nothing )
[2 of 3] Compiling System.Random.SplitMix ( src/System/Random/SplitMix.hs, nothing )
[3 of 3] Compiling System.Random.SplitMix32 ( src/System/Random/SplitMix32.hs, nothing )
Haddock coverage:
Warning: 'SMGen' is ambiguous. It is defined
* at src/System/Random/SplitMix.hs:77:14
* at src/System/Random/SplitMix.hs:77:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/SplitMix.hs:77:1
100% ( 22 / 22) in 'System.Random.SplitMix'
Warning: 'SMGen' is ambiguous. It is defined
* at src/System/Random/SplitMix32.hs:61:14
* at src/System/Random/SplitMix32.hs:61:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/System/Random/SplitMix32.hs:61:1
100% ( 22 / 22) in 'System.Random.SplitMix32'
Documentation created: dist/doc/html/splitmix/,
dist/doc/html/splitmix/splitmix.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/splitmix-0.1.3.2-2SXojlwG8icBs6A9ie9EH9
Completed splitmix-0.1.3.2
Configuring tagged-0.8.10...
Preprocessing library for tagged-0.8.10..
Building library for tagged-0.8.10..
[1 of 2] Compiling Data.Proxy.TH ( src/Data/Proxy/TH.hs, dist/build/Data/Proxy/TH.o, dist/build/Data/Proxy/TH.dyn_o )
[2 of 2] Compiling Data.Tagged ( src/Data/Tagged.hs, dist/build/Data/Tagged.o, dist/build/Data/Tagged.dyn_o )
Preprocessing library for tagged-0.8.10..
Running Haddock on library for tagged-0.8.10..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Proxy.TH ( src/Data/Proxy/TH.hs, nothing )
[2 of 2] Compiling Data.Tagged ( src/Data/Tagged.hs, nothing )
Haddock coverage:
Warning: 'Proxy' is ambiguous. It is defined
* in Data.Proxy
* in Data.Proxy
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Proxy
66% ( 2 / 3) in 'Data.Proxy.TH'
Missing documentation for:
Module header
Warning: 'Tagged' is ambiguous. It is defined
* at src/Data/Tagged.hs:83:22
* at src/Data/Tagged.hs:83:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Tagged.hs:83:1
Warning: 'Proxy' is ambiguous. It is defined
* in Data.Proxy
* in Data.Proxy
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Proxy
93% ( 14 / 15) in 'Data.Tagged'
Missing documentation for:
witness (src/Data/Tagged.hs:389)
Warning: Data.Tagged: could not find link destinations for:
- Data.Tagged.Rep_Tagged
- Data.Tagged.Rep1_Tagged
Documentation created: dist/doc/html/tagged/, dist/doc/html/tagged/tagged.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/tagged-0.8.10-AB5hoggHcu9Fkw7jqxEFs0
Completed tagged-0.8.10
Configuring th-abstraction-0.7.2.0...
Preprocessing library for th-abstraction-0.7.2.0..
Building library for th-abstraction-0.7.2.0..
[1 of 3] Compiling Language.Haskell.TH.Datatype.Internal ( src/Language/Haskell/TH/Datatype/Internal.hs, dist/build/Language/Haskell/TH/Datatype/Internal.o, dist/build/Language/Haskell/TH/Datatype/Internal.dyn_o )
[2 of 3] Compiling Language.Haskell.TH.Datatype.TyVarBndr ( src/Language/Haskell/TH/Datatype/TyVarBndr.hs, dist/build/Language/Haskell/TH/Datatype/TyVarBndr.o, dist/build/Language/Haskell/TH/Datatype/TyVarBndr.dyn_o )
[3 of 3] Compiling Language.Haskell.TH.Datatype ( src/Language/Haskell/TH/Datatype.hs, dist/build/Language/Haskell/TH/Datatype.o, dist/build/Language/Haskell/TH/Datatype.dyn_o )
Preprocessing library for th-abstraction-0.7.2.0..
Running Haddock on library for th-abstraction-0.7.2.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Language.Haskell.TH.Datatype.Internal ( src/Language/Haskell/TH/Datatype/Internal.hs, nothing )
[2 of 3] Compiling Language.Haskell.TH.Datatype.TyVarBndr ( src/Language/Haskell/TH/Datatype/TyVarBndr.hs, nothing )
[3 of 3] Compiling Language.Haskell.TH.Datatype ( src/Language/Haskell/TH/Datatype.hs, nothing )
Haddock coverage:
Warning: 'Name' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* in Language.Haskell.TH.Syntax
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Language.Haskell.TH.Syntax
Warning: 'Name' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* in Language.Haskell.TH.Syntax
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Language.Haskell.TH.Syntax
76% ( 40 / 52) in 'Language.Haskell.TH.Datatype.TyVarBndr'
Missing documentation for:
TyVarBndrUnit
TyVarBndrSpec
TyVarBndrVis
Specificity
BndrVis
DefaultBndrFlag
plainTV
kindedTV
inferredSpec
specifiedSpec
bndrReq
bndrInvis
Warning: 'DatatypeInfo' is ambiguous. It is defined
* at src/Language/Haskell/TH/Datatype.hs:184:21
* at src/Language/Haskell/TH/Datatype.hs:184:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Language/Haskell/TH/Datatype.hs:184:1
Warning: 'ConstructorInfo' is ambiguous. It is defined
* at src/Language/Haskell/TH/Datatype.hs:229:24
* at src/Language/Haskell/TH/Datatype.hs:229:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Language/Haskell/TH/Datatype.hs:229:1
Warning: 'FieldStrictness' is ambiguous. It is defined
* at src/Language/Haskell/TH/Datatype.hs:272:24
* at src/Language/Haskell/TH/Datatype.hs:272:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Language/Haskell/TH/Datatype.hs:272:1
Warning: '()' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Strict' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* at src/Language/Haskell/TH/Datatype.hs:289:5
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Language/Haskell/TH/Datatype.hs:289:5
Warning: 'datatypeInstVars' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'mbKind' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'resolveFixities' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'FunArg' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Fixity' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* in Language.Haskell.TH.Syntax
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Language.Haskell.TH.Syntax
92% ( 49 / 53) in 'Language.Haskell.TH.Datatype'
Missing documentation for:
arrowKCompat (src/Language/Haskell/TH/Datatype.hs:2260)
isStrictAnnot (src/Language/Haskell/TH/Datatype.hs:293)
notStrictAnnot (src/Language/Haskell/TH/Datatype.hs:294)
unpackedAnnot (src/Language/Haskell/TH/Datatype.hs:295)
Warning: Language.Haskell.TH.Datatype.TyVarBndr: could not find link destinations for:
- Language.Haskell.TH.Syntax.Rep_BndrVis
- Language.Haskell.TH.Syntax.Rep_Specificity
Warning: Language.Haskell.TH.Datatype: could not find link destinations for:
- Language.Haskell.TH.Datatype.Rep_DatatypeInfo
- Language.Haskell.TH.Datatype.Rep_ConstructorInfo
- Language.Haskell.TH.Datatype.Rep_FieldStrictness
- Language.Haskell.TH.Datatype.Rep_Strictness
- Language.Haskell.TH.Datatype.Rep_Unpackedness
- Language.Haskell.TH.Datatype.Rep_ConstructorVariant
- Language.Haskell.TH.Datatype.Rep_DatatypeVariant
Documentation created: dist/doc/html/th-abstraction/,
dist/doc/html/th-abstraction/th-abstraction.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/th-abstraction-0.7.2.0-LXxpvWq4N5lSpSniaraaB
Completed th-abstraction-0.7.2.0
Configuring 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 vector-stream-0.1.0.1...
Preprocessing library for vector-stream-0.1.0.1..
Building library for vector-stream-0.1.0.1..
[1 of 1] Compiling Data.Stream.Monadic ( src/Data/Stream/Monadic.hs, dist/build/Data/Stream/Monadic.o, dist/build/Data/Stream/Monadic.dyn_o )
Preprocessing library for vector-stream-0.1.0.1..
Running Haddock on library for vector-stream-0.1.0.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Stream.Monadic ( src/Data/Stream/Monadic.hs, nothing )
Haddock coverage:
Warning: 'Stream' is ambiguous. It is defined
* at src/Data/Stream/Monadic.hs:154:19
* at src/Data/Stream/Monadic.hs:154:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Stream/Monadic.hs:154:1
Warning: 'Bundle' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
81% (110 /135) in 'Data.Stream.Monadic'
Missing documentation for:
liftBox (src/Data/Stream/Monadic.hs:130)
generate (src/Data/Stream/Monadic.hs:210)
unbox (src/Data/Stream/Monadic.hs:462)
concatMap (src/Data/Stream/Monadic.hs:1070)
zipWithM_ (src/Data/Stream/Monadic.hs:531)
zipWith3M (src/Data/Stream/Monadic.hs:535)
zipWith4M (src/Data/Stream/Monadic.hs:565)
zipWith5M (src/Data/Stream/Monadic.hs:572)
zipWith6M (src/Data/Stream/Monadic.hs:579)
zipWith (src/Data/Stream/Monadic.hs:585)
zipWith3 (src/Data/Stream/Monadic.hs:590)
zipWith4 (src/Data/Stream/Monadic.hs:596)
zipWith5 (src/Data/Stream/Monadic.hs:602)
zipWith6 (src/Data/Stream/Monadic.hs:608)
zip (src/Data/Stream/Monadic.hs:612)
zip3 (src/Data/Stream/Monadic.hs:616)
zip4 (src/Data/Stream/Monadic.hs:621)
zip5 (src/Data/Stream/Monadic.hs:626)
zip6 (src/Data/Stream/Monadic.hs:631)
mapMaybe (src/Data/Stream/Monadic.hs:702)
catMaybes (src/Data/Stream/Monadic.hs:716)
and (src/Data/Stream/Monadic.hs:1044)
or (src/Data/Stream/Monadic.hs:1057)
concatMapM (src/Data/Stream/Monadic.hs:1074)
unfoldrN (src/Data/Stream/Monadic.hs:1136)
Documentation created: dist/doc/html/vector-stream/,
dist/doc/html/vector-stream/vector-stream.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/vector-stream-0.1.0.1-6z73n1LRnZvKlURnjwR3rr
Completed vector-stream-0.1.0.1
Configuring void-0.7.4...
Preprocessing library for void-0.7.4..
Building library for void-0.7.4..
[1 of 1] Compiling Data.Void.Unsafe ( src/Data/Void/Unsafe.hs, dist/build/Data/Void/Unsafe.o, dist/build/Data/Void/Unsafe.dyn_o )
Preprocessing library for void-0.7.4..
Running Haddock on library for void-0.7.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Void.Unsafe ( src/Data/Void/Unsafe.hs, nothing )
Haddock coverage:
100% ( 3 / 3) in 'Data.Void.Unsafe'
Documentation created: dist/doc/html/void/, dist/doc/html/void/void.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/void-0.7.4-HGEHF8XzbCvL800w0ZIDyp
Completed void-0.7.4
Configuring 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 ansi-terminal-types-1.1.3...
Preprocessing library for ansi-terminal-types-1.1.3..
Building library for ansi-terminal-types-1.1.3..
[1 of 2] Compiling System.Console.ANSI.Types ( src/System/Console/ANSI/Types.hs, dist/build/System/Console/ANSI/Types.o, dist/build/System/Console/ANSI/Types.dyn_o )
[2 of 2] Compiling System.Console.ANSI.Codes ( src/System/Console/ANSI/Codes.hs, dist/build/System/Console/ANSI/Codes.o, dist/build/System/Console/ANSI/Codes.dyn_o )
Preprocessing library for ansi-terminal-types-1.1.3..
Running Haddock on library for ansi-terminal-types-1.1.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling System.Console.ANSI.Types ( src/System/Console/ANSI/Types.hs, nothing )
[2 of 2] Compiling System.Console.ANSI.Codes ( src/System/Console/ANSI/Codes.hs, nothing )
Haddock coverage:
100% ( 13 / 13) in 'System.Console.ANSI.Types'
66% ( 41 / 62) in 'System.Console.ANSI.Codes'
Missing documentation for:
cursorUpCode (src/System/Console/ANSI/Codes.hs:236)
cursorDownCode (src/System/Console/ANSI/Codes.hs:237)
cursorForwardCode (src/System/Console/ANSI/Codes.hs:238)
cursorBackwardCode (src/System/Console/ANSI/Codes.hs:239)
cursorUpLineCode (src/System/Console/ANSI/Codes.hs:245)
cursorDownLineCode (src/System/Console/ANSI/Codes.hs:244)
clearFromCursorToScreenEndCode (src/System/Console/ANSI/Codes.hs:312)
clearFromCursorToScreenBeginningCode (src/System/Console/ANSI/Codes.hs:313)
clearScreenCode (src/System/Console/ANSI/Codes.hs:314)
clearFromCursorToLineEndCode (src/System/Console/ANSI/Codes.hs:315)
clearFromCursorToLineBeginningCode (src/System/Console/ANSI/Codes.hs:316)
clearLineCode (src/System/Console/ANSI/Codes.hs:317)
enableLineWrapCode (src/System/Console/ANSI/Codes.hs:320)
disableLineWrapCode (src/System/Console/ANSI/Codes.hs:321)
scrollPageUpCode (src/System/Console/ANSI/Codes.hs:326)
scrollPageDownCode (src/System/Console/ANSI/Codes.hs:327)
useAlternateScreenBufferCode (src/System/Console/ANSI/Codes.hs:330)
useNormalScreenBufferCode (src/System/Console/ANSI/Codes.hs:331)
setSGRCode (src/System/Console/ANSI/Codes.hs:339)
hideCursorCode (src/System/Console/ANSI/Codes.hs:344)
showCursorCode (src/System/Console/ANSI/Codes.hs:345)
Documentation created: dist/doc/html/ansi-terminal-types/,
dist/doc/html/ansi-terminal-types/ansi-terminal-types.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ansi-terminal-types-1.1.3-FbCvCegLPPTJZH2c3Rw7yn
Completed ansi-terminal-types-1.1.3
Configuring data-default-class-0.2.0.0...
Preprocessing library for data-default-class-0.2.0.0..
Building library for data-default-class-0.2.0.0..
[1 of 1] Compiling Data.Default.Class ( Data/Default/Class.hs, dist/build/Data/Default/Class.o, dist/build/Data/Default/Class.dyn_o )
Preprocessing library for data-default-class-0.2.0.0..
Running Haddock on library for data-default-class-0.2.0.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Default.Class ( Data/Default/Class.hs, nothing )
Haddock coverage:
100% ( 2 / 2) in 'Data.Default.Class'
Documentation created: dist/doc/html/data-default-class/,
dist/doc/html/data-default-class/data-default-class.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/data-default-class-0.2.0.0-5ekG5WXD5UGxH4iaLS07P
Completed data-default-class-0.2.0.0
Configuring hashable-1.5.1.0...
Preprocessing library for hashable-1.5.1.0..
Building library for hashable-1.5.1.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.1.0..
Running Haddock on library for hashable-1.5.1.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:863:17
* at src/Data/Hashable/Class.hs:863:1
You may be 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:863: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:255)
Hashable2 (src/Data/Hashable/Class.hs:270)
66% ( 6 / 9) in 'Data.Hashable.Generic'
Missing documentation for:
One (src/Data/Hashable/Class.hs:245)
Zero (src/Data/Hashable/Class.hs:244)
HashArgs (src/Data/Hashable/Class.hs:247)
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.1.0-B3HWh9nPMlILQrq8654h2p
Completed hashable-1.5.1.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-4YoyfNE8GMC3bv8ZvDq2uc
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-ByLyy4vLmMUK7bK2Bhjuu6
Completed distributive-0.6.2.1
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 ansi-terminal-1.1.5...
Preprocessing library for ansi-terminal-1.1.5..
Building library for ansi-terminal-1.1.5..
[1 of 2] Compiling System.Console.ANSI.Internal ( unix/System/Console/ANSI/Internal.hs, dist/build/System/Console/ANSI/Internal.o, dist/build/System/Console/ANSI/Internal.dyn_o )
[2 of 2] Compiling System.Console.ANSI ( src/System/Console/ANSI.hs, dist/build/System/Console/ANSI.o, dist/build/System/Console/ANSI.dyn_o )
Preprocessing library for ansi-terminal-1.1.5..
Running Haddock on library for ansi-terminal-1.1.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling System.Console.ANSI.Internal ( unix/System/Console/ANSI/Internal.hs, nothing )
[2 of 2] Compiling System.Console.ANSI ( src/System/Console/ANSI.hs, nothing )
Haddock coverage:
54% ( 85 /155) in 'System.Console.ANSI'
Missing documentation for:
cursorUp (src/System/Console/ANSI.hs:416)
cursorDown (src/System/Console/ANSI.hs:417)
cursorForward (src/System/Console/ANSI.hs:418)
cursorBackward (src/System/Console/ANSI.hs:419)
hCursorUp (src/System/Console/ANSI.hs:408)
hCursorDown (src/System/Console/ANSI.hs:409)
hCursorForward (src/System/Console/ANSI.hs:410)
hCursorBackward (src/System/Console/ANSI.hs:411)
cursorUpCode
cursorDownCode
cursorForwardCode
cursorBackwardCode
cursorUpLine (src/System/Console/ANSI.hs:432)
cursorDownLine (src/System/Console/ANSI.hs:431)
hCursorUpLine (src/System/Console/ANSI.hs:426)
hCursorDownLine (src/System/Console/ANSI.hs:425)
cursorUpLineCode
cursorDownLineCode
hSetCursorColumn (src/System/Console/ANSI.hs:438)
hSetCursorPosition (src/System/Console/ANSI.hs:452)
hSaveCursor (src/System/Console/ANSI.hs:463)
hRestoreCursor (src/System/Console/ANSI.hs:464)
hReportCursorPosition (src/System/Console/ANSI.hs:465)
clearFromCursorToScreenEnd (src/System/Console/ANSI.hs:1058)
clearFromCursorToScreenBeginning (src/System/Console/ANSI.hs:1059)
clearScreen (src/System/Console/ANSI.hs:1060)
clearFromCursorToLineEnd (src/System/Console/ANSI.hs:1070)
clearFromCursorToLineBeginning (src/System/Console/ANSI.hs:1071)
clearLine (src/System/Console/ANSI.hs:1072)
hClearFromCursorToScreenEnd (src/System/Console/ANSI.hs:1052)
hClearFromCursorToScreenBeginning (src/System/Console/ANSI.hs:1053)
hClearScreen (src/System/Console/ANSI.hs:1055)
hClearFromCursorToLineEnd (src/System/Console/ANSI.hs:1065)
hClearFromCursorToLineBeginning (src/System/Console/ANSI.hs:1066)
hClearLine (src/System/Console/ANSI.hs:1067)
clearFromCursorToScreenEndCode
clearFromCursorToScreenBeginningCode
clearScreenCode
clearFromCursorToLineEndCode
clearFromCursorToLineBeginningCode
clearLineCode
enableLineWrap (src/System/Console/ANSI.hs:1081)
disableLineWrap (src/System/Console/ANSI.hs:1082)
hEnableLineWrap (src/System/Console/ANSI.hs:1077)
hDisableLineWrap (src/System/Console/ANSI.hs:1078)
enableLineWrapCode
disableLineWrapCode
scrollPageUp (src/System/Console/ANSI.hs:1094)
scrollPageDown (src/System/Console/ANSI.hs:1095)
hScrollPageUp (src/System/Console/ANSI.hs:1088)
hScrollPageDown (src/System/Console/ANSI.hs:1089)
scrollPageUpCode
scrollPageDownCode
hUseAlternateScreenBuffer (src/System/Console/ANSI.hs:509)
hUseNormalScreenBuffer (src/System/Console/ANSI.hs:512)
useAlternateScreenBufferCode
useNormalScreenBufferCode
hReportLayerColor (src/System/Console/ANSI.hs:825)
hSetSGR (src/System/Console/ANSI.hs:1038)
setSGRCode
hideCursor (src/System/Console/ANSI.hs:505)
showCursor (src/System/Console/ANSI.hs:506)
hHideCursor (src/System/Console/ANSI.hs:501)
hShowCursor (src/System/Console/ANSI.hs:502)
hideCursorCode
showCursorCode
hHyperlink (src/System/Console/ANSI.hs:571)
hHyperlinkWithId (src/System/Console/ANSI.hs:593)
hHyperlinkWithParams (src/System/Console/ANSI.hs:548)
hSetTitle (src/System/Console/ANSI.hs:613)
Documentation created: dist/doc/html/ansi-terminal/,
dist/doc/html/ansi-terminal/ansi-terminal.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ansi-terminal-1.1.5-F7lGUR3isCV1YxtZEq2804
Completed ansi-terminal-1.1.5
Configuring unordered-containers-0.2.21...
Preprocessing library for unordered-containers-0.2.21..
Building library for unordered-containers-0.2.21..
[1 of 9] Compiling Data.HashMap.Internal.Array ( Data/HashMap/Internal/Array.hs, dist/build/Data/HashMap/Internal/Array.o, dist/build/Data/HashMap/Internal/Array.dyn_o )
[2 of 9] Compiling Data.HashMap.Internal.List ( Data/HashMap/Internal/List.hs, dist/build/Data/HashMap/Internal/List.o, dist/build/Data/HashMap/Internal/List.dyn_o )
[3 of 9] Compiling Data.HashMap.Internal ( Data/HashMap/Internal.hs, dist/build/Data/HashMap/Internal.o, dist/build/Data/HashMap/Internal.dyn_o )
[4 of 9] Compiling Data.HashMap.Internal.Debug ( Data/HashMap/Internal/Debug.hs, dist/build/Data/HashMap/Internal/Debug.o, dist/build/Data/HashMap/Internal/Debug.dyn_o )
[5 of 9] Compiling Data.HashMap.Internal.Strict ( Data/HashMap/Internal/Strict.hs, dist/build/Data/HashMap/Internal/Strict.o, dist/build/Data/HashMap/Internal/Strict.dyn_o )
[6 of 9] Compiling Data.HashSet.Internal ( Data/HashSet/Internal.hs, dist/build/Data/HashSet/Internal.o, dist/build/Data/HashSet/Internal.dyn_o )
[7 of 9] Compiling Data.HashSet ( Data/HashSet.hs, dist/build/Data/HashSet.o, dist/build/Data/HashSet.dyn_o )
[8 of 9] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, dist/build/Data/HashMap/Strict.o, dist/build/Data/HashMap/Strict.dyn_o )
[9 of 9] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, dist/build/Data/HashMap/Lazy.o, dist/build/Data/HashMap/Lazy.dyn_o )
Preprocessing library for unordered-containers-0.2.21..
Running Haddock on library for unordered-containers-0.2.21..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 9] Compiling Data.HashMap.Internal.Array ( Data/HashMap/Internal/Array.hs, nothing )
[2 of 9] Compiling Data.HashMap.Internal.List ( Data/HashMap/Internal/List.hs, nothing )
[3 of 9] Compiling Data.HashMap.Internal ( Data/HashMap/Internal.hs, nothing )
[4 of 9] Compiling Data.HashMap.Internal.Debug ( Data/HashMap/Internal/Debug.hs, nothing )
[5 of 9] Compiling Data.HashMap.Internal.Strict ( Data/HashMap/Internal/Strict.hs, nothing )
[6 of 9] Compiling Data.HashSet.Internal ( Data/HashSet/Internal.hs, nothing )
[7 of 9] Compiling Data.HashSet ( Data/HashSet.hs, nothing )
[8 of 9] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, nothing )
[9 of 9] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, nothing )
Haddock coverage:
Warning: 'index' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
34% ( 17 / 49) in 'Data.HashMap.Internal.Array'
Missing documentation for:
Array (Data/HashMap/Internal/Array.hs:130)
MArray (Data/HashMap/Internal/Array.hs:162)
new_ (Data/HashMap/Internal/Array.hs:222)
singleton (Data/HashMap/Internal/Array.hs:234)
singletonM (Data/HashMap/Internal/Array.hs:238)
snoc (Data/HashMap/Internal/Array.hs:242)
pair (Data/HashMap/Internal/Array.hs:251)
length (Data/HashMap/Internal/Array.hs:159)
lengthM (Data/HashMap/Internal/Array.hs:167)
read (Data/HashMap/Internal/Array.hs:258)
write (Data/HashMap/Internal/Array.hs:264)
indexM (Data/HashMap/Internal/Array.hs:282)
sameArray1 (Data/HashMap/Internal/Array.hs:145)
unsafeFreeze (Data/HashMap/Internal/Array.hs:288)
unsafeThaw (Data/HashMap/Internal/Array.hs:294)
unsafeSameArray (Data/HashMap/Internal/Array.hs:141)
run (Data/HashMap/Internal/Array.hs:300)
cloneM (Data/HashMap/Internal/Array.hs:322)
foldl (Data/HashMap/Internal/Array.hs:412)
foldl' (Data/HashMap/Internal/Array.hs:383)
foldr (Data/HashMap/Internal/Array.hs:402)
foldr' (Data/HashMap/Internal/Array.hs:393)
foldMap (Data/HashMap/Internal/Array.hs:425)
thaw (Data/HashMap/Internal/Array.hs:444)
map (Data/HashMap/Internal/Array.hs:469)
filter (Data/HashMap/Internal/Array.hs:504)
mapMaybe (Data/HashMap/Internal/Array.hs:527)
traverse (Data/HashMap/Internal/Array.hs:590)
traverse' (Data/HashMap/Internal/Array.hs:606)
toList (Data/HashMap/Internal/Array.hs:582)
fromList (Data/HashMap/Internal/Array.hs:547)
fromList' (Data/HashMap/Internal/Array.hs:560)
25% ( 1 / 4) in 'Data.HashMap.Internal.List'
Missing documentation for:
isPermutationBy (Data/HashMap/Internal/List.hs:37)
deleteBy (Data/HashMap/Internal/List.hs:80)
unorderedCompare (Data/HashMap/Internal/List.hs:65)
Warning: 'Leaf' is ambiguous. It is defined
* at Data/HashMap/Internal.hs:232:7
* at Data/HashMap/Internal.hs:194:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/HashMap/Internal.hs:194:1
Warning: 'at' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
94% (102 /108) in 'Data.HashMap.Internal'
Missing documentation for:
Leaf (Data/HashMap/Internal.hs:194)
intersectionWithKey# (Data/HashMap/Internal.hs:2174)
updateOrConcatWithKey (Data/HashMap/Internal.hs:2793)
lookupResToMaybe (Data/HashMap/Internal.hs:668)
insert' (Data/HashMap/Internal.hs:852)
delete' (Data/HashMap/Internal.hs:1167)
50% ( 3 / 6) in 'Data.HashMap.Internal.Debug'
Missing documentation for:
valid (Data/HashMap/Internal/Debug.hs:95)
Validity (Data/HashMap/Internal/Debug.hs:40)
SubHashPath (Data/HashMap/Internal/Debug.hs:72)
Warning: 'lookup' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'at' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 70 / 70) in 'Data.HashMap.Internal.Strict'
Warning: 'HashSet' is ambiguous. It is defined
* at Data/HashSet/Internal.hs:114:21
* at Data/HashSet/Internal.hs:114:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/HashSet/Internal.hs:114:1
100% ( 37 / 37) in 'Data.HashSet.Internal'
Warning: 'HashSet' is ambiguous. It is defined
* at Data/HashSet/Internal.hs:114:21
* at Data/HashSet/Internal.hs:114:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/HashSet/Internal.hs:114:1
100% ( 34 / 34) in 'Data.HashSet'
100% ( 72 / 72) in 'Data.HashMap.Strict'
100% ( 72 / 72) in 'Data.HashMap.Lazy'
Warning: Data.HashMap.Internal: could not find link destinations for:
- Data.HashMap.Internal.equal1
- Data.HashMap.Internal.equal2
- Data.HashMap.Internal.D:R:ItemHashMap
Warning: Data.HashMap.Internal.Strict: could not find link destinations for:
- Data.HashMap.Internal.D:R:ItemHashMap
Warning: Data.HashSet.Internal: could not find link destinations for:
- Data.HashSet.Internal.D:R:ItemHashSet
Warning: Data.HashSet: could not find link destinations for:
- Data.HashSet.Internal.D:R:ItemHashSet
Warning: Data.HashMap.Strict: could not find link destinations for:
- Data.HashMap.Internal.D:R:ItemHashMap
Warning: Data.HashMap.Lazy: could not find link destinations for:
- Data.HashMap.Internal.D:R:ItemHashMap
Documentation created: dist/doc/html/unordered-containers/,
dist/doc/html/unordered-containers/unordered-containers.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/unordered-containers-0.2.21-LxzBF9OteKy2rulOGDByiv
Completed unordered-containers-0.2.21
Configuring time-compat-1.9.8...
Preprocessing library for time-compat-1.9.8..
Building library for time-compat-1.9.8..
[ 1 of 20] Compiling Data.Format ( src/Data/Format.hs, dist/build/Data/Format.o, dist/build/Data/Format.dyn_o )
[ 2 of 20] Compiling Data.Time.Calendar.Month.Compat ( src/Data/Time/Calendar/Month/Compat.hs, dist/build/Data/Time/Calendar/Month/Compat.o, dist/build/Data/Time/Calendar/Month/Compat.dyn_o )
[ 3 of 20] Compiling Data.Time.Calendar.Quarter.Compat ( src/Data/Time/Calendar/Quarter/Compat.hs, dist/build/Data/Time/Calendar/Quarter/Compat.o, dist/build/Data/Time/Calendar/Quarter/Compat.dyn_o )
[ 4 of 20] Compiling Data.Time.Calendar.Types ( src/Data/Time/Calendar/Types.hs, dist/build/Data/Time/Calendar/Types.o, dist/build/Data/Time/Calendar/Types.dyn_o )
[ 5 of 20] Compiling Data.Time.Orphans ( src/Data/Time/Orphans.hs, dist/build/Data/Time/Orphans.o, dist/build/Data/Time/Orphans.dyn_o )
[ 6 of 20] Compiling Data.Time.Format.ISO8601.Compat ( src/Data/Time/Format/ISO8601/Compat.hs, dist/build/Data/Time/Format/ISO8601/Compat.o, dist/build/Data/Time/Format/ISO8601/Compat.dyn_o )
[ 7 of 20] Compiling Data.Time.Format.Compat ( src/Data/Time/Format/Compat.hs, dist/build/Data/Time/Format/Compat.o, dist/build/Data/Time/Format/Compat.dyn_o )
[ 8 of 20] Compiling Data.Time.Clock.System.Compat ( src/Data/Time/Clock/System/Compat.hs, dist/build/Data/Time/Clock/System/Compat.o, dist/build/Data/Time/Clock/System/Compat.dyn_o )
[ 9 of 20] Compiling Data.Time.Clock.POSIX.Compat ( src/Data/Time/Clock/POSIX/Compat.hs, dist/build/Data/Time/Clock/POSIX/Compat.o, dist/build/Data/Time/Clock/POSIX/Compat.dyn_o )
[10 of 20] Compiling Data.Time.Clock.Compat ( src/Data/Time/Clock/Compat.hs, dist/build/Data/Time/Clock/Compat.o, dist/build/Data/Time/Clock/Compat.dyn_o )
[11 of 20] Compiling Data.Time.Calendar.WeekDate.Compat ( src/Data/Time/Calendar/WeekDate/Compat.hs, dist/build/Data/Time/Calendar/WeekDate/Compat.o, dist/build/Data/Time/Calendar/WeekDate/Compat.dyn_o )
[12 of 20] Compiling Data.Time.Calendar.Private ( src/Data/Time/Calendar/Private.hs, dist/build/Data/Time/Calendar/Private.o, dist/build/Data/Time/Calendar/Private.dyn_o )
[13 of 20] Compiling Data.Time.Calendar.OrdinalDate.Compat ( src/Data/Time/Calendar/OrdinalDate/Compat.hs, dist/build/Data/Time/Calendar/OrdinalDate/Compat.o, dist/build/Data/Time/Calendar/OrdinalDate/Compat.dyn_o )
[14 of 20] Compiling Data.Time.Calendar.MonthDay.Compat ( src/Data/Time/Calendar/MonthDay/Compat.hs, dist/build/Data/Time/Calendar/MonthDay/Compat.o, dist/build/Data/Time/Calendar/MonthDay/Compat.dyn_o )
[15 of 20] Compiling Data.Time.Calendar.Easter.Compat ( src/Data/Time/Calendar/Easter/Compat.hs, dist/build/Data/Time/Calendar/Easter/Compat.o, dist/build/Data/Time/Calendar/Easter/Compat.dyn_o )
[16 of 20] Compiling Data.Time.Calendar.Compat ( src/Data/Time/Calendar/Compat.hs, dist/build/Data/Time/Calendar/Compat.o, dist/build/Data/Time/Calendar/Compat.dyn_o )
[17 of 20] Compiling Data.Time.LocalTime.Compat ( src/Data/Time/LocalTime/Compat.hs, dist/build/Data/Time/LocalTime/Compat.o, dist/build/Data/Time/LocalTime/Compat.dyn_o )
[18 of 20] Compiling Data.Time.Compat ( src/Data/Time/Compat.hs, dist/build/Data/Time/Compat.o, dist/build/Data/Time/Compat.dyn_o )
[19 of 20] Compiling Data.Time.Clock.TAI.Compat ( src/Data/Time/Clock/TAI/Compat.hs, dist/build/Data/Time/Clock/TAI/Compat.o, dist/build/Data/Time/Clock/TAI/Compat.dyn_o )
[20 of 20] Compiling Data.Time.Calendar.Julian.Compat ( src/Data/Time/Calendar/Julian/Compat.hs, dist/build/Data/Time/Calendar/Julian/Compat.o, dist/build/Data/Time/Calendar/Julian/Compat.dyn_o )
Preprocessing library for time-compat-1.9.8..
Running Haddock on library for time-compat-1.9.8..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 20] Compiling Data.Format ( src/Data/Format.hs, nothing )
[ 2 of 20] Compiling Data.Time.Calendar.Month.Compat ( src/Data/Time/Calendar/Month/Compat.hs, nothing )
[ 3 of 20] Compiling Data.Time.Calendar.Quarter.Compat ( src/Data/Time/Calendar/Quarter/Compat.hs, nothing )
[ 4 of 20] Compiling Data.Time.Calendar.Types ( src/Data/Time/Calendar/Types.hs, nothing )
[ 5 of 20] Compiling Data.Time.Orphans ( src/Data/Time/Orphans.hs, nothing )
[ 6 of 20] Compiling Data.Time.Format.ISO8601.Compat ( src/Data/Time/Format/ISO8601/Compat.hs, nothing )
[ 7 of 20] Compiling Data.Time.Format.Compat ( src/Data/Time/Format/Compat.hs, nothing )
[ 8 of 20] Compiling Data.Time.Clock.System.Compat ( src/Data/Time/Clock/System/Compat.hs, nothing )
[ 9 of 20] Compiling Data.Time.Clock.POSIX.Compat ( src/Data/Time/Clock/POSIX/Compat.hs, nothing )
[10 of 20] Compiling Data.Time.Clock.Compat ( src/Data/Time/Clock/Compat.hs, nothing )
[11 of 20] Compiling Data.Time.Calendar.WeekDate.Compat ( src/Data/Time/Calendar/WeekDate/Compat.hs, nothing )
[12 of 20] Compiling Data.Time.Calendar.Private ( src/Data/Time/Calendar/Private.hs, nothing )
[13 of 20] Compiling Data.Time.Calendar.OrdinalDate.Compat ( src/Data/Time/Calendar/OrdinalDate/Compat.hs, nothing )
[14 of 20] Compiling Data.Time.Calendar.MonthDay.Compat ( src/Data/Time/Calendar/MonthDay/Compat.hs, nothing )
[15 of 20] Compiling Data.Time.Calendar.Easter.Compat ( src/Data/Time/Calendar/Easter/Compat.hs, nothing )
[16 of 20] Compiling Data.Time.Calendar.Compat ( src/Data/Time/Calendar/Compat.hs, nothing )
[17 of 20] Compiling Data.Time.LocalTime.Compat ( src/Data/Time/LocalTime/Compat.hs, nothing )
[18 of 20] Compiling Data.Time.Compat ( src/Data/Time/Compat.hs, nothing )
[19 of 20] Compiling Data.Time.Clock.TAI.Compat ( src/Data/Time/Clock/TAI/Compat.hs, nothing )
[20 of 20] Compiling Data.Time.Calendar.Julian.Compat ( src/Data/Time/Calendar/Julian/Compat.hs, nothing )
Haddock coverage:
61% ( 8 / 13) in 'Data.Time.Calendar.Month.Compat'
Missing documentation for:
Module header
addMonths
diffMonths
fromYearMonthValid
fromMonthDayValid
75% ( 9 / 12) in 'Data.Time.Calendar.Quarter.Compat'
Missing documentation for:
Module header
addQuarters
diffQuarters
93% ( 44 / 47) in 'Data.Time.Format.ISO8601.Compat'
Missing documentation for:
Module header
ISO8601
FormatExtension
68% ( 13 / 19) in 'Data.Time.Format.Compat'
Missing documentation for:
Module header
FormatTime
parseTime (src/Data/Time/Format/Compat.hs:60)
readTime (src/Data/Time/Format/Compat.hs:68)
readsTime (src/Data/Time/Format/Compat.hs:75)
TimeLocale
87% ( 7 / 8) in 'Data.Time.Clock.System.Compat'
Missing documentation for:
Module header
50% ( 4 / 8) in 'Data.Time.Clock.POSIX.Compat'
Missing documentation for:
Module header
posixSecondsToUTCTime
utcTimeToPOSIXSeconds
systemToPOSIXTime
96% ( 25 / 26) in 'Data.Time.Clock.Compat'
Missing documentation for:
Module header
73% ( 11 / 15) in 'Data.Time.Calendar.WeekDate.Compat'
Missing documentation for:
Module header
DayOfWeek
dayOfWeek
FirstWeekType
82% ( 14 / 17) in 'Data.Time.Calendar.OrdinalDate.Compat'
Missing documentation for:
Module header
fromMondayStartWeekValid
fromSundayStartWeekValid
40% ( 8 / 20) in 'Data.Time.Calendar.MonthDay.Compat'
Missing documentation for:
Module header
January
February
March
April
May
June
July
August
September
October
November
83% ( 5 / 6) in 'Data.Time.Calendar.Easter.Compat'
Missing documentation for:
Module header
66% ( 41 / 62) in 'Data.Time.Calendar.Compat'
Missing documentation for:
Module header
addDays
diffDays
CalendarDiffDays
calendarDay
calendarWeek
calendarMonth
calendarYear
January
February
March
April
May
June
July
August
September
October
November
DayOfWeek
dayOfWeek
79% ( 35 / 44) in 'Data.Time.LocalTime.Compat'
Missing documentation for:
Module header
makeTimeOfDayValid
CalendarDiffTime
calendarTimeDays
calendarTimeTime
utcToZonedTime
zonedTimeToUTC
getZonedTime
utcToLocalZonedTime
80% ( 4 / 5) in 'Data.Time.Compat'
Missing documentation for:
Module header
64% ( 9 / 14) in 'Data.Time.Clock.TAI.Compat'
Missing documentation for:
Module header
taiNominalDayStart
utcDayLength
utcToTAITime
taiToUTCTime
91% ( 22 / 24) in 'Data.Time.Calendar.Julian.Compat'
Missing documentation for:
Module header
diffJulianDurationRollOver (src/Data/Time/Calendar/Julian/Compat.hs:68)
Warning: Data.Time.Calendar.Quarter.Compat: could not find link destinations for:
- Data.Time.Orphans.Rep_Quarter
Warning: Data.Time.Format.ISO8601.Compat: could not find link destinations for:
- Data.Format.isoMap
- Data.Format.Productish
- Data.Format.**>
- Data.Format.<**
- Data.Format.<**>
- Data.Format.pUnit
- Data.Format.Summish
- Data.Format.<++>
- Data.Format.pVoid
- Data.Format.IsoVariant
Warning: Data.Time.Clock.Compat: could not find link destinations for:
- Data.Time.Orphans.Rep_UniversalTime
- Data.Time.Orphans.Rep_UTCTime
Warning: Data.Time.Calendar.OrdinalDate.Compat: could not find link destinations for:
- Data.Time.Orphans.Rep_Day
Warning: Data.Time.Calendar.Compat: could not find link destinations for:
- Data.Time.Orphans.Rep_CalendarDiffDays
- Data.Time.Orphans.Rep_Day
Warning: Data.Time.LocalTime.Compat: could not find link destinations for:
- Data.Time.Orphans.Rep_CalendarDiffTime
- Data.Time.Orphans.Rep_ZonedTime
- Data.Time.Orphans.Rep_TimeZone
- Data.Time.Orphans.Rep_TimeOfDay
- Data.Time.Orphans.Rep_LocalTime
Documentation created: dist/doc/html/time-compat/,
dist/doc/html/time-compat/time-compat.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/time-compat-1.9.8-IzZmOprBlTTJHJDGcEtlyE
Completed time-compat-1.9.8
Configuring scientific-0.3.8.1...
Preprocessing library for scientific-0.3.8.1..
Building library for scientific-0.3.8.1..
[1 of 5] Compiling GHC.Integer.Compat ( src/GHC/Integer/Compat.hs, dist/build/GHC/Integer/Compat.o, dist/build/GHC/Integer/Compat.dyn_o )
[2 of 5] Compiling Utils ( src/Utils.hs, dist/build/Utils.o, dist/build/Utils.dyn_o )
[3 of 5] Compiling Data.Scientific ( src/Data/Scientific.hs, dist/build/Data/Scientific.o, dist/build/Data/Scientific.dyn_o )
[4 of 5] Compiling Data.Text.Lazy.Builder.Scientific ( src/Data/Text/Lazy/Builder/Scientific.hs, dist/build/Data/Text/Lazy/Builder/Scientific.o, dist/build/Data/Text/Lazy/Builder/Scientific.dyn_o )
src/Data/Text/Lazy/Builder/Scientific.hs:19:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
19 | import Data.Monoid ((<>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[5 of 5] Compiling Data.ByteString.Builder.Scientific ( src/Data/ByteString/Builder/Scientific.hs, dist/build/Data/ByteString/Builder/Scientific.o, dist/build/Data/ByteString/Builder/Scientific.dyn_o )
src/Data/ByteString/Builder/Scientific.hs:20:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
20 | import Data.Monoid ((<>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Preprocessing library for scientific-0.3.8.1..
Running Haddock on library for scientific-0.3.8.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling GHC.Integer.Compat ( src/GHC/Integer/Compat.hs, nothing )
[2 of 5] Compiling Utils ( src/Utils.hs, nothing )
[3 of 5] Compiling Data.Scientific ( src/Data/Scientific.hs, nothing )
[4 of 5] Compiling Data.Text.Lazy.Builder.Scientific ( src/Data/Text/Lazy/Builder/Scientific.hs, nothing )
src/Data/Text/Lazy/Builder/Scientific.hs:19:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
19 | import Data.Monoid ((<>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[5 of 5] Compiling Data.ByteString.Builder.Scientific ( src/Data/ByteString/Builder/Scientific.hs, nothing )
src/Data/ByteString/Builder/Scientific.hs:20:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Monoid is redundant
except perhaps to import instances from Data.Monoid
To import instances alone, use: import Data.Monoid()
|
20 | import Data.Monoid ((<>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Haddock coverage:
Warning: 'Scientific' is ambiguous. It is defined
* at src/Data/Scientific.hs:139:19
* at src/Data/Scientific.hs:139:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Scientific.hs:139:1
Warning: 'base10exponent' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'base10Exponent' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 31 / 31) in 'Data.Scientific'
75% ( 3 / 4) in 'Data.Text.Lazy.Builder.Scientific'
Missing documentation for:
Module header
75% ( 3 / 4) in 'Data.ByteString.Builder.Scientific'
Missing documentation for:
Module header
Documentation created: dist/doc/html/scientific/,
dist/doc/html/scientific/scientific.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/scientific-0.3.8.1-KgiS4EqSkBX51dFdScIU3R
Completed scientific-0.3.8.1
Configuring uuid-types-1.0.6...
Preprocessing library for uuid-types-1.0.6..
Building library for uuid-types-1.0.6..
[1 of 3] Compiling Data.UUID.Types.Internal.Builder ( src/Data/UUID/Types/Internal/Builder.hs, dist/build/Data/UUID/Types/Internal/Builder.o, dist/build/Data/UUID/Types/Internal/Builder.dyn_o )
[2 of 3] Compiling Data.UUID.Types.Internal ( src/Data/UUID/Types/Internal.hs, dist/build/Data/UUID/Types/Internal.o, dist/build/Data/UUID/Types/Internal.dyn_o )
src/Data/UUID/Types/Internal.hs:49:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
49 | import Control.Applicative ((<*>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/UUID/Types/Internal.hs:55:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Functor is redundant
except perhaps to import instances from Data.Functor
To import instances alone, use: import Data.Functor()
|
55 | import Data.Functor ((<$>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 3] Compiling Data.UUID.Types ( src/Data/UUID/Types.hs, dist/build/Data/UUID/Types.o, dist/build/Data/UUID/Types.dyn_o )
Preprocessing library for uuid-types-1.0.6..
Running Haddock on library for uuid-types-1.0.6..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.UUID.Types.Internal.Builder ( src/Data/UUID/Types/Internal/Builder.hs, nothing )
[2 of 3] Compiling Data.UUID.Types.Internal ( src/Data/UUID/Types/Internal.hs, nothing )
src/Data/UUID/Types/Internal.hs:49:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
49 | import Control.Applicative ((<*>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/UUID/Types/Internal.hs:55:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Functor is redundant
except perhaps to import instances from Data.Functor
To import instances alone, use: import Data.Functor()
|
55 | import Data.Functor ((<$>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 3] Compiling Data.UUID.Types ( src/Data/UUID/Types.hs, nothing )
Haddock coverage:
Warning: 'UUID' is ambiguous. It is defined
* at src/Data/UUID/Types/Internal.hs:81:13
* at src/Data/UUID/Types/Internal.hs:81:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/UUID/Types/Internal.hs:81:1
Warning: 'u' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'UUID' is ambiguous. It is defined
* at src/Data/UUID/Types/Internal.hs:81:13
* at src/Data/UUID/Types/Internal.hs:81:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/UUID/Types/Internal.hs:81:1
100% ( 23 / 23) in 'Data.UUID.Types'
Documentation created: dist/doc/html/uuid-types/,
dist/doc/html/uuid-types/uuid-types.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/uuid-types-1.0.6-8LKcx6KaQ0nEuxpvtMd4f6
Completed uuid-types-1.0.6
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-BCSCHS7x9e8H8dQc0zdvmH
Completed comonad-5.0.9
Configuring prettyprinter-ansi-terminal-1.1.3...
Preprocessing library for prettyprinter-ansi-terminal-1.1.3..
Building library for prettyprinter-ansi-terminal-1.1.3..
[1 of 4] Compiling Prettyprinter.Render.Terminal.Internal ( src/Prettyprinter/Render/Terminal/Internal.hs, dist/build/Prettyprinter/Render/Terminal/Internal.o, dist/build/Prettyprinter/Render/Terminal/Internal.dyn_o )
[2 of 4] Compiling Prettyprinter.Render.Terminal ( src/Prettyprinter/Render/Terminal.hs, dist/build/Prettyprinter/Render/Terminal.o, dist/build/Prettyprinter/Render/Terminal.dyn_o )
[3 of 4] Compiling Data.Text.Prettyprint.Doc.Render.Terminal ( src/Data/Text/Prettyprint/Doc/Render/Terminal.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Terminal.o, dist/build/Data/Text/Prettyprint/Doc/Render/Terminal.dyn_o )
[4 of 4] Compiling Data.Text.Prettyprint.Doc.Render.Terminal.Internal ( src/Data/Text/Prettyprint/Doc/Render/Terminal/Internal.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Terminal/Internal.o, dist/build/Data/Text/Prettyprint/Doc/Render/Terminal/Internal.dyn_o )
Preprocessing library for prettyprinter-ansi-terminal-1.1.3..
Running Haddock on library for prettyprinter-ansi-terminal-1.1.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Prettyprinter.Render.Terminal.Internal ( src/Prettyprinter/Render/Terminal/Internal.hs, nothing )
[2 of 4] Compiling Prettyprinter.Render.Terminal ( src/Prettyprinter/Render/Terminal.hs, nothing )
[3 of 4] Compiling Data.Text.Prettyprint.Doc.Render.Terminal ( src/Data/Text/Prettyprint/Doc/Render/Terminal.hs, nothing )
[4 of 4] Compiling Data.Text.Prettyprint.Doc.Render.Terminal.Internal ( src/Data/Text/Prettyprint/Doc/Render/Terminal/Internal.hs, nothing )
Haddock coverage:
Warning: '...' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
88% ( 24 / 27) in 'Prettyprinter.Render.Terminal.Internal'
Missing documentation for:
Bold (src/Prettyprinter/Render/Terminal/Internal.hs:90)
Underlined (src/Prettyprinter/Render/Terminal/Internal.hs:91)
Italicized (src/Prettyprinter/Render/Terminal/Internal.hs:92)
Warning: 'SimpleDocStream' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Text' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'stdout' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
89% ( 25 / 28) in 'Prettyprinter.Render.Terminal'
Missing documentation for:
Bold (src/Prettyprinter/Render/Terminal/Internal.hs:90)
Underlined (src/Prettyprinter/Render/Terminal/Internal.hs:91)
Italicized (src/Prettyprinter/Render/Terminal/Internal.hs:92)
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Terminal'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Terminal.Internal'
Missing documentation for:
Module header
Documentation created: dist/doc/html/prettyprinter-ansi-terminal/,
dist/doc/html/prettyprinter-ansi-terminal/prettyprinter-ansi-terminal.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/prettyprinter-ansi-terminal-1.1.3-JrRnN4r0DhJAK82srIzsBK
Completed prettyprinter-ansi-terminal-1.1.3
Configuring bifunctors-5.6.3...
Preprocessing library for bifunctors-5.6.3..
Building library for bifunctors-5.6.3..
[ 1 of 15] Compiling Data.Biapplicative ( src/Data/Biapplicative.hs, dist/build/Data/Biapplicative.o, dist/build/Data/Biapplicative.dyn_o )
[ 2 of 15] Compiling Data.Bifunctor.Biap ( src/Data/Bifunctor/Biap.hs, dist/build/Data/Bifunctor/Biap.o, dist/build/Data/Bifunctor/Biap.dyn_o )
[ 3 of 15] Compiling Data.Bifunctor.Biff ( src/Data/Bifunctor/Biff.hs, dist/build/Data/Bifunctor/Biff.o, dist/build/Data/Bifunctor/Biff.dyn_o )
[ 4 of 15] Compiling Data.Bifunctor.Clown ( src/Data/Bifunctor/Clown.hs, dist/build/Data/Bifunctor/Clown.o, dist/build/Data/Bifunctor/Clown.dyn_o )
[ 5 of 15] Compiling Data.Bifunctor.Fix ( src/Data/Bifunctor/Fix.hs, dist/build/Data/Bifunctor/Fix.o, dist/build/Data/Bifunctor/Fix.dyn_o )
[ 6 of 15] Compiling Data.Bifunctor.Functor ( src/Data/Bifunctor/Functor.hs, dist/build/Data/Bifunctor/Functor.o, dist/build/Data/Bifunctor/Functor.dyn_o )
[ 7 of 15] Compiling Data.Bifunctor.Flip ( src/Data/Bifunctor/Flip.hs, dist/build/Data/Bifunctor/Flip.o, dist/build/Data/Bifunctor/Flip.dyn_o )
[ 8 of 15] Compiling Data.Bifunctor.Join ( src/Data/Bifunctor/Join.hs, dist/build/Data/Bifunctor/Join.o, dist/build/Data/Bifunctor/Join.dyn_o )
[ 9 of 15] Compiling Data.Bifunctor.Joker ( src/Data/Bifunctor/Joker.hs, dist/build/Data/Bifunctor/Joker.o, dist/build/Data/Bifunctor/Joker.dyn_o )
[10 of 15] Compiling Data.Bifunctor.Product ( src/Data/Bifunctor/Product.hs, dist/build/Data/Bifunctor/Product.o, dist/build/Data/Bifunctor/Product.dyn_o )
[11 of 15] Compiling Data.Bifunctor.Sum ( src/Data/Bifunctor/Sum.hs, dist/build/Data/Bifunctor/Sum.o, dist/build/Data/Bifunctor/Sum.dyn_o )
[12 of 15] Compiling Data.Bifunctor.TH.Internal ( src/Data/Bifunctor/TH/Internal.hs, dist/build/Data/Bifunctor/TH/Internal.o, dist/build/Data/Bifunctor/TH/Internal.dyn_o )
[13 of 15] Compiling Data.Bifunctor.TH ( src/Data/Bifunctor/TH.hs, dist/build/Data/Bifunctor/TH.o, dist/build/Data/Bifunctor/TH.dyn_o )
[14 of 15] Compiling Data.Bifunctor.Tannen ( src/Data/Bifunctor/Tannen.hs, dist/build/Data/Bifunctor/Tannen.o, dist/build/Data/Bifunctor/Tannen.dyn_o )
[15 of 15] Compiling Data.Bifunctor.Wrapped ( src/Data/Bifunctor/Wrapped.hs, dist/build/Data/Bifunctor/Wrapped.o, dist/build/Data/Bifunctor/Wrapped.dyn_o )
Preprocessing library for bifunctors-5.6.3..
Running Haddock on library for bifunctors-5.6.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 15] Compiling Data.Biapplicative ( src/Data/Biapplicative.hs, nothing )
[ 2 of 15] Compiling Data.Bifunctor.Biap ( src/Data/Bifunctor/Biap.hs, nothing )
[ 3 of 15] Compiling Data.Bifunctor.Biff ( src/Data/Bifunctor/Biff.hs, nothing )
[ 4 of 15] Compiling Data.Bifunctor.Clown ( src/Data/Bifunctor/Clown.hs, nothing )
[ 5 of 15] Compiling Data.Bifunctor.Fix ( src/Data/Bifunctor/Fix.hs, nothing )
[ 6 of 15] Compiling Data.Bifunctor.Functor ( src/Data/Bifunctor/Functor.hs, nothing )
[ 7 of 15] Compiling Data.Bifunctor.Flip ( src/Data/Bifunctor/Flip.hs, nothing )
[ 8 of 15] Compiling Data.Bifunctor.Join ( src/Data/Bifunctor/Join.hs, nothing )
[ 9 of 15] Compiling Data.Bifunctor.Joker ( src/Data/Bifunctor/Joker.hs, nothing )
[10 of 15] Compiling Data.Bifunctor.Product ( src/Data/Bifunctor/Product.hs, nothing )
[11 of 15] Compiling Data.Bifunctor.Sum ( src/Data/Bifunctor/Sum.hs, nothing )
[12 of 15] Compiling Data.Bifunctor.TH.Internal ( src/Data/Bifunctor/TH/Internal.hs, nothing )
[13 of 15] Compiling Data.Bifunctor.TH ( src/Data/Bifunctor/TH.hs, nothing )
[14 of 15] Compiling Data.Bifunctor.Tannen ( src/Data/Bifunctor/Tannen.hs, nothing )
[15 of 15] Compiling Data.Bifunctor.Wrapped ( src/Data/Bifunctor/Wrapped.hs, nothing )
Haddock coverage:
70% ( 7 / 10) in 'Data.Biapplicative'
Missing documentation for:
Biapplicative (src/Data/Biapplicative.hs:44)
<<$>> (src/Data/Biapplicative.hs:41)
<<**>> (src/Data/Biapplicative.hs:74)
Warning: 'Biap' is ambiguous. It is defined
* at src/Data/Bifunctor/Biap.hs:67:23
* at src/Data/Bifunctor/Biap.hs:67:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Bifunctor/Biap.hs:67:1
100% ( 2 / 2) in 'Data.Bifunctor.Biap'
100% ( 2 / 2) in 'Data.Bifunctor.Biff'
100% ( 2 / 2) in 'Data.Bifunctor.Clown'
100% ( 2 / 2) in 'Data.Bifunctor.Fix'
14% ( 1 / 7) in 'Data.Bifunctor.Functor'
Missing documentation for:
Module header
BifunctorFunctor (src/Data/Bifunctor/Functor.hs:19)
BifunctorMonad (src/Data/Bifunctor/Functor.hs:22)
biliftM (src/Data/Bifunctor/Functor.hs:31)
BifunctorComonad (src/Data/Bifunctor/Functor.hs:34)
biliftW (src/Data/Bifunctor/Functor.hs:43)
100% ( 2 / 2) in 'Data.Bifunctor.Flip'
100% ( 2 / 2) in 'Data.Bifunctor.Join'
100% ( 2 / 2) in 'Data.Bifunctor.Joker'
100% ( 2 / 2) in 'Data.Bifunctor.Product'
0% ( 0 / 2) in 'Data.Bifunctor.Sum'
Missing documentation for:
Module header
Sum (src/Data/Bifunctor/Sum.hs:22)
Warning: 'Name' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* in Language.Haskell.TH.Syntax
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Language.Haskell.TH.Syntax
Warning: 'Options' is ambiguous. It is defined
* at src/Data/Bifunctor/TH.hs:77:19
* at src/Data/Bifunctor/TH.hs:77:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Bifunctor/TH.hs:77:1
Warning: 'bimap' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bifoldMap' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bifoldr' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bifoldl' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bitraverse' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bisequenceA' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'makeBitraverseA' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bimapM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bisequence' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Name' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* in Language.Haskell.TH.Syntax
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Language.Haskell.TH.Syntax
96% ( 32 / 33) in 'Data.Bifunctor.TH'
Missing documentation for:
makeBifold (src/Data/Bifunctor/TH.hs:217)
100% ( 2 / 2) in 'Data.Bifunctor.Tannen'
100% ( 2 / 2) in 'Data.Bifunctor.Wrapped'
Warning: Data.Bifunctor.Biap: could not find link destinations for:
- Data.Bifunctor.Biap.Rep_Biap
- Data.Bifunctor.Biap.Rep1_Biap
Warning: Data.Bifunctor.Biff: could not find link destinations for:
- Data.Bifunctor.Biff.Rep1_Biff
- Data.Bifunctor.Biff.Rep_Biff
Warning: Data.Bifunctor.Clown: could not find link destinations for:
- Data.Bifunctor.Clown.Rep_Clown
- Data.Bifunctor.Clown.Rep1_Clown
Warning: Data.Bifunctor.Fix: could not find link destinations for:
- Data.Bifunctor.Fix.Rep_Fix
Warning: Data.Bifunctor.Flip: could not find link destinations for:
- Data.Bifunctor.Flip.Rep_Flip
Warning: Data.Bifunctor.Join: could not find link destinations for:
- Data.Bifunctor.Join.Rep_Join
Warning: Data.Bifunctor.Joker: could not find link destinations for:
- Data.Bifunctor.Joker.Rep_Joker
- Data.Bifunctor.Joker.Rep1_Joker
Warning: Data.Bifunctor.Product: could not find link destinations for:
- Data.Bifunctor.Product.Rep_Product
- Data.Bifunctor.Product.Rep1_Product
Warning: Data.Bifunctor.Sum: could not find link destinations for:
- Data.Bifunctor.Sum.Rep_Sum
- Data.Bifunctor.Sum.Rep1_Sum
Warning: Data.Bifunctor.TH: could not find link destinations for:
- Data.Bifunctor.TH.Bifunctor
- Data.Bifunctor.TH.Bifoldable
- Data.Bifunctor.TH.Bitraversable
Warning: Data.Bifunctor.Tannen: could not find link destinations for:
- Data.Bifunctor.Tannen.Rep1_Tannen
- Data.Bifunctor.Tannen.Rep_Tannen
Warning: Data.Bifunctor.Wrapped: could not find link destinations for:
- Data.Bifunctor.Wrapped.Rep_WrappedBifunctor
- Data.Bifunctor.Wrapped.Rep1_WrappedBifunctor
Documentation created: dist/doc/html/bifunctors/,
dist/doc/html/bifunctors/bifunctors.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/bifunctors-5.6.3-CxkyjPnDMbn8XGPrMKa0FI
Completed bifunctors-5.6.3
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-z4E9iOJQLjEsdPh1hQhKC
Completed optparse-applicative-0.19.0.0
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-KiEXvyHJS4c2HfykgY1QDH
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-26R85OpjEMzB9rkw966HH
Completed profunctors-5.6.3
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-4QaJQLFot8jLV6JKZ2e12v
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-HGzP7tkwrO7GKx91wZhU4
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-EhFfASVVU0DLSbT0b1o2oT
Completed free-5.2
Configuring either-5.0.3...
Preprocessing library for either-5.0.3..
Building library for either-5.0.3..
[1 of 2] Compiling Data.Either.Combinators ( src/Data/Either/Combinators.hs, dist/build/Data/Either/Combinators.o, dist/build/Data/Either/Combinators.dyn_o )
[2 of 2] Compiling Data.Either.Validation ( src/Data/Either/Validation.hs, dist/build/Data/Either/Validation.o, dist/build/Data/Either/Validation.dyn_o )
Preprocessing library for either-5.0.3..
Running Haddock on library for either-5.0.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Either.Combinators ( src/Data/Either/Combinators.hs, nothing )
[2 of 2] Compiling Data.Either.Validation ( src/Data/Either/Validation.hs, nothing )
Haddock coverage:
Warning: 'forM_' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 20 / 20) in 'Data.Either.Combinators'
27% ( 3 / 11) in 'Data.Either.Validation'
Missing documentation for:
_Success (src/Data/Either/Validation.hs:125)
_Failure (src/Data/Either/Validation.hs:116)
eitherToValidation (src/Data/Either/Validation.hs:146)
validationToEither (src/Data/Either/Validation.hs:140)
vap (src/Data/Either/Validation.hs:157)
ealt (src/Data/Either/Validation.hs:182)
vapm (src/Data/Either/Validation.hs:174)
apm (src/Data/Either/Validation.hs:165)
Documentation created: dist/doc/html/either/, dist/doc/html/either/either.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/either-5.0.3-7FEpHRv9jsd7twOmsCOO4I
Completed either-5.0.3
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-FBpsMnhh7JpCEz2odNkFPx
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-FBpsMnhh7JpCEz2odNkFPx
Completed vector-0.13.2.0
Configuring keys-3.12.4...
Preprocessing library for keys-3.12.4..
Building library for keys-3.12.4..
[1 of 1] Compiling Data.Key ( src/Data/Key.hs, dist/build/Data/Key.o, dist/build/Data/Key.dyn_o )
Preprocessing library for keys-3.12.4..
Running Haddock on library for keys-3.12.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Key ( src/Data/Key.hs, nothing )
Haddock coverage:
30% ( 15 / 49) in 'Data.Key'
Missing documentation for:
Module header
Key (src/Data/Key.hs:114)
Keyed (src/Data/Key.hs:134)
<#$> (src/Data/Key.hs:319)
keyed (src/Data/Key.hs:323)
ZipWithKey (src/Data/Key.hs:276)
Indexable (src/Data/Key.hs:328)
! (src/Data/Key.hs:378)
Lookup (src/Data/Key.hs:382)
lookupDefault (src/Data/Key.hs:437)
Adjustable (src/Data/Key.hs:441)
FoldableWithKey (src/Data/Key.hs:521)
foldrWithKey' (src/Data/Key.hs:584)
foldlWithKey' (src/Data/Key.hs:589)
foldrWithKeyM (src/Data/Key.hs:594)
foldlWithKeyM (src/Data/Key.hs:599)
traverseWithKey_ (src/Data/Key.hs:604)
forWithKey_ (src/Data/Key.hs:608)
mapWithKeyM_ (src/Data/Key.hs:612)
forWithKeyM_ (src/Data/Key.hs:616)
concatMapWithKey (src/Data/Key.hs:620)
anyWithKey (src/Data/Key.hs:624)
allWithKey (src/Data/Key.hs:628)
findWithKey (src/Data/Key.hs:632)
FoldableWithKey1 (src/Data/Key.hs:637)
traverseWithKey1_ (src/Data/Key.hs:687)
forWithKey1_ (src/Data/Key.hs:691)
foldMapWithKeyDefault1 (src/Data/Key.hs:695)
TraversableWithKey (src/Data/Key.hs:700)
forWithKey (src/Data/Key.hs:754)
forWithKeyM (src/Data/Key.hs:758)
mapWithKeyDefault (src/Data/Key.hs:806)
TraversableWithKey1 (src/Data/Key.hs:816)
foldMapWithKey1Default (src/Data/Key.hs:854)
Documentation created: dist/doc/html/keys/, dist/doc/html/keys/keys.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/keys-3.12.4-2QSx06T4JEy3l5QfvAbCSv
Completed keys-3.12.4
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-5R3XYdeMiHlLLktBTUUsr3
Completed adjunctions-4.4.3
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-J0i4H51sg8QDQOkirwirSD
Completed kan-extensions-5.2.7
Configuring pointed-5.0.5...
Preprocessing library for pointed-5.0.5..
Building library for pointed-5.0.5..
[1 of 2] Compiling Data.Copointed ( src/Data/Copointed.hs, dist/build/Data/Copointed.o, dist/build/Data/Copointed.dyn_o )
[2 of 2] Compiling Data.Pointed ( src/Data/Pointed.hs, dist/build/Data/Pointed.o, dist/build/Data/Pointed.dyn_o )
Preprocessing library for pointed-5.0.5..
Running Haddock on library for pointed-5.0.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Copointed ( src/Data/Copointed.hs, nothing )
[2 of 2] Compiling Data.Pointed ( src/Data/Pointed.hs, nothing )
Haddock coverage:
50% ( 1 / 2) in 'Data.Copointed'
Missing documentation for:
Module header
0% ( 0 / 2) in 'Data.Pointed'
Missing documentation for:
Module header
Pointed (src/Data/Pointed.hs:88)
Documentation created: dist/doc/html/pointed/,
dist/doc/html/pointed/pointed.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/pointed-5.0.5-CfsKk017yNpGlTLAi27BT7
Completed pointed-5.0.5
Configuring vector-instances-3.4.3...
Preprocessing library for vector-instances-3.4.3..
Building library for vector-instances-3.4.3..
[1 of 1] Compiling Data.Vector.Instances ( src/Data/Vector/Instances.hs, dist/build/Data/Vector/Instances.o, dist/build/Data/Vector/Instances.dyn_o )
Preprocessing library for vector-instances-3.4.3..
Running Haddock on library for vector-instances-3.4.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Vector.Instances ( src/Data/Vector/Instances.hs, nothing )
Haddock coverage:
100% ( 1 / 1) in 'Data.Vector.Instances'
Warning: Data.Vector.Instances: could not find link destinations for:
- Data.Vector.Vector
- Data.Vector.Strict.Vector
- Data.Vector.Unboxed.Base.Unbox
- Data.Vector.Unboxed.Base.Vector
- Data.Vector.Storable.Vector
- Data.Vector.Primitive.Vector
Documentation created: dist/doc/html/vector-instances/,
dist/doc/html/vector-instances/vector-instances.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/vector-instances-3.4.3-LokiywXcApZ4qlZdNQWGz9
Completed vector-instances-3.4.3
Downloading rebase-1.22
Downloaded rebase-1.22
Configuring rebase-1.22...
Preprocessing library for rebase-1.22..
Building library for rebase-1.22..
[ 1 of 368] Compiling Rebase.Control.Applicative ( library/Rebase/Control/Applicative.hs, dist/build/Rebase/Control/Applicative.o, dist/build/Rebase/Control/Applicative.dyn_o )
[ 2 of 368] Compiling Rebase.Control.Applicative.Backwards ( library/Rebase/Control/Applicative/Backwards.hs, dist/build/Rebase/Control/Applicative/Backwards.o, dist/build/Rebase/Control/Applicative/Backwards.dyn_o )
[ 3 of 368] Compiling Rebase.Control.Applicative.Lift ( library/Rebase/Control/Applicative/Lift.hs, dist/build/Rebase/Control/Applicative/Lift.o, dist/build/Rebase/Control/Applicative/Lift.dyn_o )
[ 4 of 368] Compiling Rebase.Control.Arrow ( library/Rebase/Control/Arrow.hs, dist/build/Rebase/Control/Arrow.o, dist/build/Rebase/Control/Arrow.dyn_o )
[ 5 of 368] Compiling Rebase.Control.Category ( library/Rebase/Control/Category.hs, dist/build/Rebase/Control/Category.o, dist/build/Rebase/Control/Category.dyn_o )
[ 6 of 368] Compiling Rebase.Control.Comonad ( library/Rebase/Control/Comonad.hs, dist/build/Rebase/Control/Comonad.o, dist/build/Rebase/Control/Comonad.dyn_o )
[ 7 of 368] Compiling Rebase.Control.Concurrent ( library/Rebase/Control/Concurrent.hs, dist/build/Rebase/Control/Concurrent.o, dist/build/Rebase/Control/Concurrent.dyn_o )
[ 8 of 368] Compiling Rebase.Control.Concurrent.Chan ( library/Rebase/Control/Concurrent/Chan.hs, dist/build/Rebase/Control/Concurrent/Chan.o, dist/build/Rebase/Control/Concurrent/Chan.dyn_o )
[ 9 of 368] Compiling Rebase.Control.Concurrent.MVar ( library/Rebase/Control/Concurrent/MVar.hs, dist/build/Rebase/Control/Concurrent/MVar.o, dist/build/Rebase/Control/Concurrent/MVar.dyn_o )
[ 10 of 368] Compiling Rebase.Control.Concurrent.QSem ( library/Rebase/Control/Concurrent/QSem.hs, dist/build/Rebase/Control/Concurrent/QSem.o, dist/build/Rebase/Control/Concurrent/QSem.dyn_o )
[ 11 of 368] Compiling Rebase.Control.Concurrent.QSemN ( library/Rebase/Control/Concurrent/QSemN.hs, dist/build/Rebase/Control/Concurrent/QSemN.o, dist/build/Rebase/Control/Concurrent/QSemN.dyn_o )
[ 12 of 368] Compiling Rebase.Control.Concurrent.STM ( library/Rebase/Control/Concurrent/STM.hs, dist/build/Rebase/Control/Concurrent/STM.o, dist/build/Rebase/Control/Concurrent/STM.dyn_o )
[ 13 of 368] Compiling Rebase.Control.Concurrent.STM.TArray ( library/Rebase/Control/Concurrent/STM/TArray.hs, dist/build/Rebase/Control/Concurrent/STM/TArray.o, dist/build/Rebase/Control/Concurrent/STM/TArray.dyn_o )
[ 14 of 368] Compiling Rebase.Control.Concurrent.STM.TBQueue ( library/Rebase/Control/Concurrent/STM/TBQueue.hs, dist/build/Rebase/Control/Concurrent/STM/TBQueue.o, dist/build/Rebase/Control/Concurrent/STM/TBQueue.dyn_o )
[ 15 of 368] Compiling Rebase.Control.Concurrent.STM.TChan ( library/Rebase/Control/Concurrent/STM/TChan.hs, dist/build/Rebase/Control/Concurrent/STM/TChan.o, dist/build/Rebase/Control/Concurrent/STM/TChan.dyn_o )
[ 16 of 368] Compiling Rebase.Control.Concurrent.STM.TMVar ( library/Rebase/Control/Concurrent/STM/TMVar.hs, dist/build/Rebase/Control/Concurrent/STM/TMVar.o, dist/build/Rebase/Control/Concurrent/STM/TMVar.dyn_o )
[ 17 of 368] Compiling Rebase.Control.Concurrent.STM.TQueue ( library/Rebase/Control/Concurrent/STM/TQueue.hs, dist/build/Rebase/Control/Concurrent/STM/TQueue.o, dist/build/Rebase/Control/Concurrent/STM/TQueue.dyn_o )
[ 18 of 368] Compiling Rebase.Control.Concurrent.STM.TSem ( library/Rebase/Control/Concurrent/STM/TSem.hs, dist/build/Rebase/Control/Concurrent/STM/TSem.o, dist/build/Rebase/Control/Concurrent/STM/TSem.dyn_o )
[ 19 of 368] Compiling Rebase.Control.Concurrent.STM.TVar ( library/Rebase/Control/Concurrent/STM/TVar.hs, dist/build/Rebase/Control/Concurrent/STM/TVar.o, dist/build/Rebase/Control/Concurrent/STM/TVar.dyn_o )
[ 20 of 368] Compiling Rebase.Control.DeepSeq ( library/Rebase/Control/DeepSeq.hs, dist/build/Rebase/Control/DeepSeq.o, dist/build/Rebase/Control/DeepSeq.dyn_o )
[ 21 of 368] Compiling Rebase.Control.Exception ( library/Rebase/Control/Exception.hs, dist/build/Rebase/Control/Exception.o, dist/build/Rebase/Control/Exception.dyn_o )
[ 22 of 368] Compiling Rebase.Control.Exception.Base ( library/Rebase/Control/Exception/Base.hs, dist/build/Rebase/Control/Exception/Base.o, dist/build/Rebase/Control/Exception/Base.dyn_o )
[ 23 of 368] Compiling Rebase.Control.Monad ( library/Rebase/Control/Monad.hs, dist/build/Rebase/Control/Monad.o, dist/build/Rebase/Control/Monad.dyn_o )
[ 24 of 368] Compiling Rebase.Control.Monad.Cont ( library/Rebase/Control/Monad/Cont.hs, dist/build/Rebase/Control/Monad/Cont.o, dist/build/Rebase/Control/Monad/Cont.dyn_o )
[ 25 of 368] Compiling Rebase.Control.Monad.Cont.Class ( library/Rebase/Control/Monad/Cont/Class.hs, dist/build/Rebase/Control/Monad/Cont/Class.o, dist/build/Rebase/Control/Monad/Cont/Class.dyn_o )
[ 26 of 368] Compiling Rebase.Control.Monad.Error.Class ( library/Rebase/Control/Monad/Error/Class.hs, dist/build/Rebase/Control/Monad/Error/Class.o, dist/build/Rebase/Control/Monad/Error/Class.dyn_o )
[ 27 of 368] Compiling Rebase.Control.Monad.Fail ( library/Rebase/Control/Monad/Fail.hs, dist/build/Rebase/Control/Monad/Fail.o, dist/build/Rebase/Control/Monad/Fail.dyn_o )
[ 28 of 368] Compiling Rebase.Control.Monad.Fix ( library/Rebase/Control/Monad/Fix.hs, dist/build/Rebase/Control/Monad/Fix.o, dist/build/Rebase/Control/Monad/Fix.dyn_o )
[ 29 of 368] Compiling Rebase.Control.Monad.IO.Class ( library/Rebase/Control/Monad/IO/Class.hs, dist/build/Rebase/Control/Monad/IO/Class.o, dist/build/Rebase/Control/Monad/IO/Class.dyn_o )
[ 30 of 368] Compiling Rebase.Control.Monad.Identity ( library/Rebase/Control/Monad/Identity.hs, dist/build/Rebase/Control/Monad/Identity.o, dist/build/Rebase/Control/Monad/Identity.dyn_o )
[ 31 of 368] Compiling Rebase.Control.Monad.RWS ( library/Rebase/Control/Monad/RWS.hs, dist/build/Rebase/Control/Monad/RWS.o, dist/build/Rebase/Control/Monad/RWS.dyn_o )
[ 32 of 368] Compiling Rebase.Control.Monad.RWS.Class ( library/Rebase/Control/Monad/RWS/Class.hs, dist/build/Rebase/Control/Monad/RWS/Class.o, dist/build/Rebase/Control/Monad/RWS/Class.dyn_o )
[ 33 of 368] Compiling Rebase.Control.Monad.RWS.Lazy ( library/Rebase/Control/Monad/RWS/Lazy.hs, dist/build/Rebase/Control/Monad/RWS/Lazy.o, dist/build/Rebase/Control/Monad/RWS/Lazy.dyn_o )
[ 34 of 368] Compiling Rebase.Control.Monad.RWS.Strict ( library/Rebase/Control/Monad/RWS/Strict.hs, dist/build/Rebase/Control/Monad/RWS/Strict.o, dist/build/Rebase/Control/Monad/RWS/Strict.dyn_o )
[ 35 of 368] Compiling Rebase.Control.Monad.Reader ( library/Rebase/Control/Monad/Reader.hs, dist/build/Rebase/Control/Monad/Reader.o, dist/build/Rebase/Control/Monad/Reader.dyn_o )
[ 36 of 368] Compiling Rebase.Control.Monad.Reader.Class ( library/Rebase/Control/Monad/Reader/Class.hs, dist/build/Rebase/Control/Monad/Reader/Class.o, dist/build/Rebase/Control/Monad/Reader/Class.dyn_o )
[ 37 of 368] Compiling Rebase.Control.Monad.ST ( library/Rebase/Control/Monad/ST.hs, dist/build/Rebase/Control/Monad/ST.o, dist/build/Rebase/Control/Monad/ST.dyn_o )
[ 38 of 368] Compiling Rebase.Control.Monad.ST.Lazy ( library/Rebase/Control/Monad/ST/Lazy.hs, dist/build/Rebase/Control/Monad/ST/Lazy.o, dist/build/Rebase/Control/Monad/ST/Lazy.dyn_o )
[ 39 of 368] Compiling Rebase.Control.Monad.ST.Lazy.Unsafe ( library/Rebase/Control/Monad/ST/Lazy/Unsafe.hs, dist/build/Rebase/Control/Monad/ST/Lazy/Unsafe.o, dist/build/Rebase/Control/Monad/ST/Lazy/Unsafe.dyn_o )
[ 40 of 368] Compiling Rebase.Control.Monad.ST.Strict ( library/Rebase/Control/Monad/ST/Strict.hs, dist/build/Rebase/Control/Monad/ST/Strict.o, dist/build/Rebase/Control/Monad/ST/Strict.dyn_o )
[ 41 of 368] Compiling Rebase.Control.Monad.ST.Unsafe ( library/Rebase/Control/Monad/ST/Unsafe.hs, dist/build/Rebase/Control/Monad/ST/Unsafe.o, dist/build/Rebase/Control/Monad/ST/Unsafe.dyn_o )
[ 42 of 368] Compiling Rebase.Control.Monad.STM ( library/Rebase/Control/Monad/STM.hs, dist/build/Rebase/Control/Monad/STM.o, dist/build/Rebase/Control/Monad/STM.dyn_o )
[ 43 of 368] Compiling Rebase.Control.Monad.Signatures ( library/Rebase/Control/Monad/Signatures.hs, dist/build/Rebase/Control/Monad/Signatures.o, dist/build/Rebase/Control/Monad/Signatures.dyn_o )
[ 44 of 368] Compiling Rebase.Control.Monad.State ( library/Rebase/Control/Monad/State.hs, dist/build/Rebase/Control/Monad/State.o, dist/build/Rebase/Control/Monad/State.dyn_o )
[ 45 of 368] Compiling Rebase.Control.Monad.State.Class ( library/Rebase/Control/Monad/State/Class.hs, dist/build/Rebase/Control/Monad/State/Class.o, dist/build/Rebase/Control/Monad/State/Class.dyn_o )
[ 46 of 368] Compiling Rebase.Control.Monad.State.Lazy ( library/Rebase/Control/Monad/State/Lazy.hs, dist/build/Rebase/Control/Monad/State/Lazy.o, dist/build/Rebase/Control/Monad/State/Lazy.dyn_o )
[ 47 of 368] Compiling Rebase.Control.Monad.State.Strict ( library/Rebase/Control/Monad/State/Strict.hs, dist/build/Rebase/Control/Monad/State/Strict.o, dist/build/Rebase/Control/Monad/State/Strict.dyn_o )
[ 48 of 368] Compiling Rebase.Control.Monad.Trans ( library/Rebase/Control/Monad/Trans.hs, dist/build/Rebase/Control/Monad/Trans.o, dist/build/Rebase/Control/Monad/Trans.dyn_o )
[ 49 of 368] Compiling Rebase.Control.Monad.Trans.Class ( library/Rebase/Control/Monad/Trans/Class.hs, dist/build/Rebase/Control/Monad/Trans/Class.o, dist/build/Rebase/Control/Monad/Trans/Class.dyn_o )
[ 50 of 368] Compiling Rebase.Control.Monad.Trans.Cont ( library/Rebase/Control/Monad/Trans/Cont.hs, dist/build/Rebase/Control/Monad/Trans/Cont.o, dist/build/Rebase/Control/Monad/Trans/Cont.dyn_o )
[ 51 of 368] Compiling Rebase.Control.Monad.Trans.Except ( library/Rebase/Control/Monad/Trans/Except.hs, dist/build/Rebase/Control/Monad/Trans/Except.o, dist/build/Rebase/Control/Monad/Trans/Except.dyn_o )
[ 52 of 368] Compiling Rebase.Control.Monad.Trans.Identity ( library/Rebase/Control/Monad/Trans/Identity.hs, dist/build/Rebase/Control/Monad/Trans/Identity.o, dist/build/Rebase/Control/Monad/Trans/Identity.dyn_o )
[ 53 of 368] Compiling Rebase.Control.Monad.Trans.Maybe ( library/Rebase/Control/Monad/Trans/Maybe.hs, dist/build/Rebase/Control/Monad/Trans/Maybe.o, dist/build/Rebase/Control/Monad/Trans/Maybe.dyn_o )
[ 54 of 368] Compiling Rebase.Control.Monad.Trans.RWS ( library/Rebase/Control/Monad/Trans/RWS.hs, dist/build/Rebase/Control/Monad/Trans/RWS.o, dist/build/Rebase/Control/Monad/Trans/RWS.dyn_o )
[ 55 of 368] Compiling Rebase.Control.Monad.Trans.RWS.Lazy ( library/Rebase/Control/Monad/Trans/RWS/Lazy.hs, dist/build/Rebase/Control/Monad/Trans/RWS/Lazy.o, dist/build/Rebase/Control/Monad/Trans/RWS/Lazy.dyn_o )
[ 56 of 368] Compiling Rebase.Control.Monad.Trans.RWS.Strict ( library/Rebase/Control/Monad/Trans/RWS/Strict.hs, dist/build/Rebase/Control/Monad/Trans/RWS/Strict.o, dist/build/Rebase/Control/Monad/Trans/RWS/Strict.dyn_o )
[ 57 of 368] Compiling Rebase.Control.Monad.Trans.Reader ( library/Rebase/Control/Monad/Trans/Reader.hs, dist/build/Rebase/Control/Monad/Trans/Reader.o, dist/build/Rebase/Control/Monad/Trans/Reader.dyn_o )
[ 58 of 368] Compiling Rebase.Control.Monad.Trans.State ( library/Rebase/Control/Monad/Trans/State.hs, dist/build/Rebase/Control/Monad/Trans/State.o, dist/build/Rebase/Control/Monad/Trans/State.dyn_o )
[ 59 of 368] Compiling Rebase.Control.Monad.Trans.State.Lazy ( library/Rebase/Control/Monad/Trans/State/Lazy.hs, dist/build/Rebase/Control/Monad/Trans/State/Lazy.o, dist/build/Rebase/Control/Monad/Trans/State/Lazy.dyn_o )
[ 60 of 368] Compiling Rebase.Control.Monad.Trans.State.Strict ( library/Rebase/Control/Monad/Trans/State/Strict.hs, dist/build/Rebase/Control/Monad/Trans/State/Strict.o, dist/build/Rebase/Control/Monad/Trans/State/Strict.dyn_o )
[ 61 of 368] Compiling Rebase.Control.Monad.Trans.Writer ( library/Rebase/Control/Monad/Trans/Writer.hs, dist/build/Rebase/Control/Monad/Trans/Writer.o, dist/build/Rebase/Control/Monad/Trans/Writer.dyn_o )
[ 62 of 368] Compiling Rebase.Control.Monad.Trans.Writer.Lazy ( library/Rebase/Control/Monad/Trans/Writer/Lazy.hs, dist/build/Rebase/Control/Monad/Trans/Writer/Lazy.o, dist/build/Rebase/Control/Monad/Trans/Writer/Lazy.dyn_o )
[ 63 of 368] Compiling Rebase.Control.Monad.Trans.Writer.Strict ( library/Rebase/Control/Monad/Trans/Writer/Strict.hs, dist/build/Rebase/Control/Monad/Trans/Writer/Strict.o, dist/build/Rebase/Control/Monad/Trans/Writer/Strict.dyn_o )
[ 64 of 368] Compiling Rebase.Control.Monad.Writer ( library/Rebase/Control/Monad/Writer.hs, dist/build/Rebase/Control/Monad/Writer.o, dist/build/Rebase/Control/Monad/Writer.dyn_o )
[ 65 of 368] Compiling Rebase.Control.Monad.Writer.Class ( library/Rebase/Control/Monad/Writer/Class.hs, dist/build/Rebase/Control/Monad/Writer/Class.o, dist/build/Rebase/Control/Monad/Writer/Class.dyn_o )
[ 66 of 368] Compiling Rebase.Control.Monad.Writer.Lazy ( library/Rebase/Control/Monad/Writer/Lazy.hs, dist/build/Rebase/Control/Monad/Writer/Lazy.o, dist/build/Rebase/Control/Monad/Writer/Lazy.dyn_o )
[ 67 of 368] Compiling Rebase.Control.Monad.Writer.Strict ( library/Rebase/Control/Monad/Writer/Strict.hs, dist/build/Rebase/Control/Monad/Writer/Strict.o, dist/build/Rebase/Control/Monad/Writer/Strict.dyn_o )
[ 68 of 368] Compiling Rebase.Control.Monad.Zip ( library/Rebase/Control/Monad/Zip.hs, dist/build/Rebase/Control/Monad/Zip.o, dist/build/Rebase/Control/Monad/Zip.dyn_o )
[ 69 of 368] Compiling Rebase.Control.Selective ( library/Rebase/Control/Selective.hs, dist/build/Rebase/Control/Selective.o, dist/build/Rebase/Control/Selective.dyn_o )
[ 70 of 368] Compiling Rebase.Control.Selective.Free ( library/Rebase/Control/Selective/Free.hs, dist/build/Rebase/Control/Selective/Free.o, dist/build/Rebase/Control/Selective/Free.dyn_o )
[ 71 of 368] Compiling Rebase.Control.Selective.Multi ( library/Rebase/Control/Selective/Multi.hs, dist/build/Rebase/Control/Selective/Multi.o, dist/build/Rebase/Control/Selective/Multi.dyn_o )
[ 72 of 368] Compiling Rebase.Control.Selective.Rigid.Free ( library/Rebase/Control/Selective/Rigid/Free.hs, dist/build/Rebase/Control/Selective/Rigid/Free.o, dist/build/Rebase/Control/Selective/Rigid/Free.dyn_o )
[ 73 of 368] Compiling Rebase.Control.Selective.Rigid.Freer ( library/Rebase/Control/Selective/Rigid/Freer.hs, dist/build/Rebase/Control/Selective/Rigid/Freer.o, dist/build/Rebase/Control/Selective/Rigid/Freer.dyn_o )
[ 74 of 368] Compiling Rebase.Data.Biapplicative ( library/Rebase/Data/Biapplicative.hs, dist/build/Rebase/Data/Biapplicative.o, dist/build/Rebase/Data/Biapplicative.dyn_o )
[ 75 of 368] Compiling Rebase.Data.Bifoldable ( library/Rebase/Data/Bifoldable.hs, dist/build/Rebase/Data/Bifoldable.o, dist/build/Rebase/Data/Bifoldable.dyn_o )
[ 76 of 368] Compiling Rebase.Data.Bifunctor ( library/Rebase/Data/Bifunctor.hs, dist/build/Rebase/Data/Bifunctor.o, dist/build/Rebase/Data/Bifunctor.dyn_o )
[ 77 of 368] Compiling Rebase.Data.Bifunctor.Apply ( library/Rebase/Data/Bifunctor/Apply.hs, dist/build/Rebase/Data/Bifunctor/Apply.o, dist/build/Rebase/Data/Bifunctor/Apply.dyn_o )
[ 78 of 368] Compiling Rebase.Data.Bifunctor.Biff ( library/Rebase/Data/Bifunctor/Biff.hs, dist/build/Rebase/Data/Bifunctor/Biff.o, dist/build/Rebase/Data/Bifunctor/Biff.dyn_o )
[ 79 of 368] Compiling Rebase.Data.Bifunctor.Clown ( library/Rebase/Data/Bifunctor/Clown.hs, dist/build/Rebase/Data/Bifunctor/Clown.o, dist/build/Rebase/Data/Bifunctor/Clown.dyn_o )
[ 80 of 368] Compiling Rebase.Data.Bifunctor.Flip ( library/Rebase/Data/Bifunctor/Flip.hs, dist/build/Rebase/Data/Bifunctor/Flip.o, dist/build/Rebase/Data/Bifunctor/Flip.dyn_o )
[ 81 of 368] Compiling Rebase.Data.Bifunctor.Join ( library/Rebase/Data/Bifunctor/Join.hs, dist/build/Rebase/Data/Bifunctor/Join.o, dist/build/Rebase/Data/Bifunctor/Join.dyn_o )
[ 82 of 368] Compiling Rebase.Data.Bifunctor.Joker ( library/Rebase/Data/Bifunctor/Joker.hs, dist/build/Rebase/Data/Bifunctor/Joker.o, dist/build/Rebase/Data/Bifunctor/Joker.dyn_o )
[ 83 of 368] Compiling Rebase.Data.Bifunctor.Product ( library/Rebase/Data/Bifunctor/Product.hs, dist/build/Rebase/Data/Bifunctor/Product.o, dist/build/Rebase/Data/Bifunctor/Product.dyn_o )
[ 84 of 368] Compiling Rebase.Data.Bifunctor.Tannen ( library/Rebase/Data/Bifunctor/Tannen.hs, dist/build/Rebase/Data/Bifunctor/Tannen.o, dist/build/Rebase/Data/Bifunctor/Tannen.dyn_o )
[ 85 of 368] Compiling Rebase.Data.Bifunctor.Wrapped ( library/Rebase/Data/Bifunctor/Wrapped.hs, dist/build/Rebase/Data/Bifunctor/Wrapped.o, dist/build/Rebase/Data/Bifunctor/Wrapped.dyn_o )
[ 86 of 368] Compiling Rebase.Data.Bitraversable ( library/Rebase/Data/Bitraversable.hs, dist/build/Rebase/Data/Bitraversable.o, dist/build/Rebase/Data/Bitraversable.dyn_o )
[ 87 of 368] Compiling Rebase.Data.Bits ( library/Rebase/Data/Bits.hs, dist/build/Rebase/Data/Bits.o, dist/build/Rebase/Data/Bits.dyn_o )
[ 88 of 368] Compiling Rebase.Data.Bool ( library/Rebase/Data/Bool.hs, dist/build/Rebase/Data/Bool.o, dist/build/Rebase/Data/Bool.dyn_o )
[ 89 of 368] Compiling Rebase.Data.ByteString ( library/Rebase/Data/ByteString.hs, dist/build/Rebase/Data/ByteString.o, dist/build/Rebase/Data/ByteString.dyn_o )
[ 90 of 368] Compiling Rebase.Data.ByteString.Builder ( library/Rebase/Data/ByteString/Builder.hs, dist/build/Rebase/Data/ByteString/Builder.o, dist/build/Rebase/Data/ByteString/Builder.dyn_o )
[ 91 of 368] Compiling Rebase.Data.ByteString.Builder.Extra ( library/Rebase/Data/ByteString/Builder/Extra.hs, dist/build/Rebase/Data/ByteString/Builder/Extra.o, dist/build/Rebase/Data/ByteString/Builder/Extra.dyn_o )
[ 92 of 368] Compiling Rebase.Data.ByteString.Builder.Internal ( library/Rebase/Data/ByteString/Builder/Internal.hs, dist/build/Rebase/Data/ByteString/Builder/Internal.o, dist/build/Rebase/Data/ByteString/Builder/Internal.dyn_o )
[ 93 of 368] Compiling Rebase.Data.ByteString.Builder.Prim ( library/Rebase/Data/ByteString/Builder/Prim.hs, dist/build/Rebase/Data/ByteString/Builder/Prim.o, dist/build/Rebase/Data/ByteString/Builder/Prim.dyn_o )
[ 94 of 368] Compiling Rebase.Data.ByteString.Builder.Prim.Internal ( library/Rebase/Data/ByteString/Builder/Prim/Internal.hs, dist/build/Rebase/Data/ByteString/Builder/Prim/Internal.o, dist/build/Rebase/Data/ByteString/Builder/Prim/Internal.dyn_o )
[ 95 of 368] Compiling Rebase.Data.ByteString.Builder.Scientific ( library/Rebase/Data/ByteString/Builder/Scientific.hs, dist/build/Rebase/Data/ByteString/Builder/Scientific.o, dist/build/Rebase/Data/ByteString/Builder/Scientific.dyn_o )
[ 96 of 368] Compiling Rebase.Data.ByteString.Char8 ( library/Rebase/Data/ByteString/Char8.hs, dist/build/Rebase/Data/ByteString/Char8.o, dist/build/Rebase/Data/ByteString/Char8.dyn_o )
[ 97 of 368] Compiling Rebase.Data.ByteString.Internal ( library/Rebase/Data/ByteString/Internal.hs, dist/build/Rebase/Data/ByteString/Internal.o, dist/build/Rebase/Data/ByteString/Internal.dyn_o )
[ 98 of 368] Compiling Rebase.Data.ByteString.Lazy ( library/Rebase/Data/ByteString/Lazy.hs, dist/build/Rebase/Data/ByteString/Lazy.o, dist/build/Rebase/Data/ByteString/Lazy.dyn_o )
[ 99 of 368] Compiling Rebase.Data.ByteString.Lazy.Char8 ( library/Rebase/Data/ByteString/Lazy/Char8.hs, dist/build/Rebase/Data/ByteString/Lazy/Char8.o, dist/build/Rebase/Data/ByteString/Lazy/Char8.dyn_o )
[100 of 368] Compiling Rebase.Data.ByteString.Lazy.Internal ( library/Rebase/Data/ByteString/Lazy/Internal.hs, dist/build/Rebase/Data/ByteString/Lazy/Internal.o, dist/build/Rebase/Data/ByteString/Lazy/Internal.dyn_o )
[101 of 368] Compiling Rebase.Data.ByteString.Short ( library/Rebase/Data/ByteString/Short.hs, dist/build/Rebase/Data/ByteString/Short.o, dist/build/Rebase/Data/ByteString/Short.dyn_o )
[102 of 368] Compiling Rebase.Data.ByteString.Short.Internal ( library/Rebase/Data/ByteString/Short/Internal.hs, dist/build/Rebase/Data/ByteString/Short/Internal.o, dist/build/Rebase/Data/ByteString/Short/Internal.dyn_o )
[103 of 368] Compiling Rebase.Data.ByteString.Unsafe ( library/Rebase/Data/ByteString/Unsafe.hs, dist/build/Rebase/Data/ByteString/Unsafe.o, dist/build/Rebase/Data/ByteString/Unsafe.dyn_o )
[104 of 368] Compiling Rebase.Data.Char ( library/Rebase/Data/Char.hs, dist/build/Rebase/Data/Char.o, dist/build/Rebase/Data/Char.dyn_o )
[105 of 368] Compiling Rebase.Data.Coerce ( library/Rebase/Data/Coerce.hs, dist/build/Rebase/Data/Coerce.o, dist/build/Rebase/Data/Coerce.dyn_o )
[106 of 368] Compiling Rebase.Data.Complex ( library/Rebase/Data/Complex.hs, dist/build/Rebase/Data/Complex.o, dist/build/Rebase/Data/Complex.dyn_o )
[107 of 368] Compiling Rebase.Data.DList ( library/Rebase/Data/DList.hs, dist/build/Rebase/Data/DList.o, dist/build/Rebase/Data/DList.dyn_o )
[108 of 368] Compiling Rebase.Data.Data ( library/Rebase/Data/Data.hs, dist/build/Rebase/Data/Data.o, dist/build/Rebase/Data/Data.dyn_o )
[109 of 368] Compiling Rebase.Data.Dynamic ( library/Rebase/Data/Dynamic.hs, dist/build/Rebase/Data/Dynamic.o, dist/build/Rebase/Data/Dynamic.dyn_o )
[110 of 368] Compiling Rebase.Data.Either ( library/Rebase/Data/Either.hs, dist/build/Rebase/Data/Either.o, dist/build/Rebase/Data/Either.dyn_o )
[111 of 368] Compiling Rebase.Data.Either.Combinators ( library/Rebase/Data/Either/Combinators.hs, dist/build/Rebase/Data/Either/Combinators.o, dist/build/Rebase/Data/Either/Combinators.dyn_o )
[112 of 368] Compiling Rebase.Data.Either.Validation ( library/Rebase/Data/Either/Validation.hs, dist/build/Rebase/Data/Either/Validation.o, dist/build/Rebase/Data/Either/Validation.dyn_o )
[113 of 368] Compiling Rebase.Data.Eq ( library/Rebase/Data/Eq.hs, dist/build/Rebase/Data/Eq.o, dist/build/Rebase/Data/Eq.dyn_o )
[114 of 368] Compiling Rebase.Data.Fixed ( library/Rebase/Data/Fixed.hs, dist/build/Rebase/Data/Fixed.o, dist/build/Rebase/Data/Fixed.dyn_o )
[115 of 368] Compiling Rebase.Data.Foldable ( library/Rebase/Data/Foldable.hs, dist/build/Rebase/Data/Foldable.o, dist/build/Rebase/Data/Foldable.dyn_o )
[116 of 368] Compiling Rebase.Data.Function ( library/Rebase/Data/Function.hs, dist/build/Rebase/Data/Function.o, dist/build/Rebase/Data/Function.dyn_o )
[117 of 368] Compiling Rebase.Data.Functor ( library/Rebase/Data/Functor.hs, dist/build/Rebase/Data/Functor.o, dist/build/Rebase/Data/Functor.dyn_o )
[118 of 368] Compiling Rebase.Data.Functor.Alt ( library/Rebase/Data/Functor/Alt.hs, dist/build/Rebase/Data/Functor/Alt.o, dist/build/Rebase/Data/Functor/Alt.dyn_o )
[119 of 368] Compiling Rebase.Data.Functor.Apply ( library/Rebase/Data/Functor/Apply.hs, dist/build/Rebase/Data/Functor/Apply.o, dist/build/Rebase/Data/Functor/Apply.dyn_o )
[120 of 368] Compiling Rebase.Data.Functor.Bind ( library/Rebase/Data/Functor/Bind.hs, dist/build/Rebase/Data/Functor/Bind.o, dist/build/Rebase/Data/Functor/Bind.dyn_o )
[121 of 368] Compiling Rebase.Data.Functor.Bind.Class ( library/Rebase/Data/Functor/Bind/Class.hs, dist/build/Rebase/Data/Functor/Bind/Class.o, dist/build/Rebase/Data/Functor/Bind/Class.dyn_o )
[122 of 368] Compiling Rebase.Data.Functor.Bind.Trans ( library/Rebase/Data/Functor/Bind/Trans.hs, dist/build/Rebase/Data/Functor/Bind/Trans.o, dist/build/Rebase/Data/Functor/Bind/Trans.dyn_o )
[123 of 368] Compiling Rebase.Data.Functor.Classes ( library/Rebase/Data/Functor/Classes.hs, dist/build/Rebase/Data/Functor/Classes.o, dist/build/Rebase/Data/Functor/Classes.dyn_o )
[124 of 368] Compiling Rebase.Data.Functor.Compose ( library/Rebase/Data/Functor/Compose.hs, dist/build/Rebase/Data/Functor/Compose.o, dist/build/Rebase/Data/Functor/Compose.dyn_o )
[125 of 368] Compiling Rebase.Data.Functor.Constant ( library/Rebase/Data/Functor/Constant.hs, dist/build/Rebase/Data/Functor/Constant.o, dist/build/Rebase/Data/Functor/Constant.dyn_o )
[126 of 368] Compiling Rebase.Data.Functor.Contravariant ( library/Rebase/Data/Functor/Contravariant.hs, dist/build/Rebase/Data/Functor/Contravariant.o, dist/build/Rebase/Data/Functor/Contravariant.dyn_o )
[127 of 368] Compiling Rebase.Data.Functor.Contravariant.Compose ( library/Rebase/Data/Functor/Contravariant/Compose.hs, dist/build/Rebase/Data/Functor/Contravariant/Compose.o, dist/build/Rebase/Data/Functor/Contravariant/Compose.dyn_o )
[128 of 368] Compiling Rebase.Data.Functor.Contravariant.Divisible ( library/Rebase/Data/Functor/Contravariant/Divisible.hs, dist/build/Rebase/Data/Functor/Contravariant/Divisible.o, dist/build/Rebase/Data/Functor/Contravariant/Divisible.dyn_o )
[129 of 368] Compiling Rebase.Data.Functor.Extend ( library/Rebase/Data/Functor/Extend.hs, dist/build/Rebase/Data/Functor/Extend.o, dist/build/Rebase/Data/Functor/Extend.dyn_o )
[130 of 368] Compiling Rebase.Data.Functor.Identity ( library/Rebase/Data/Functor/Identity.hs, dist/build/Rebase/Data/Functor/Identity.o, dist/build/Rebase/Data/Functor/Identity.dyn_o )
[131 of 368] Compiling Rebase.Data.Functor.Invariant ( library/Rebase/Data/Functor/Invariant.hs, dist/build/Rebase/Data/Functor/Invariant.o, dist/build/Rebase/Data/Functor/Invariant.dyn_o )
[132 of 368] Compiling Rebase.Data.Functor.Invariant.TH ( library/Rebase/Data/Functor/Invariant/TH.hs, dist/build/Rebase/Data/Functor/Invariant/TH.o, dist/build/Rebase/Data/Functor/Invariant/TH.dyn_o )
[133 of 368] Compiling Rebase.Data.Functor.Plus ( library/Rebase/Data/Functor/Plus.hs, dist/build/Rebase/Data/Functor/Plus.o, dist/build/Rebase/Data/Functor/Plus.dyn_o )
[134 of 368] Compiling Rebase.Data.Functor.Product ( library/Rebase/Data/Functor/Product.hs, dist/build/Rebase/Data/Functor/Product.o, dist/build/Rebase/Data/Functor/Product.dyn_o )
[135 of 368] Compiling Rebase.Data.Functor.Reverse ( library/Rebase/Data/Functor/Reverse.hs, dist/build/Rebase/Data/Functor/Reverse.o, dist/build/Rebase/Data/Functor/Reverse.dyn_o )
[136 of 368] Compiling Rebase.Data.Functor.Sum ( library/Rebase/Data/Functor/Sum.hs, dist/build/Rebase/Data/Functor/Sum.o, dist/build/Rebase/Data/Functor/Sum.dyn_o )
[137 of 368] Compiling Rebase.Data.Graph ( library/Rebase/Data/Graph.hs, dist/build/Rebase/Data/Graph.o, dist/build/Rebase/Data/Graph.dyn_o )
[138 of 368] Compiling Rebase.Data.Group ( library/Rebase/Data/Group.hs, dist/build/Rebase/Data/Group.o, dist/build/Rebase/Data/Group.dyn_o )
[139 of 368] Compiling Rebase.Data.Groupoid ( library/Rebase/Data/Groupoid.hs, dist/build/Rebase/Data/Groupoid.o, dist/build/Rebase/Data/Groupoid.dyn_o )
[140 of 368] Compiling Rebase.Data.HashMap.Lazy ( library/Rebase/Data/HashMap/Lazy.hs, dist/build/Rebase/Data/HashMap/Lazy.o, dist/build/Rebase/Data/HashMap/Lazy.dyn_o )
[141 of 368] Compiling Rebase.Data.HashMap.Strict ( library/Rebase/Data/HashMap/Strict.hs, dist/build/Rebase/Data/HashMap/Strict.o, dist/build/Rebase/Data/HashMap/Strict.dyn_o )
[142 of 368] Compiling Rebase.Data.HashSet ( library/Rebase/Data/HashSet.hs, dist/build/Rebase/Data/HashSet.o, dist/build/Rebase/Data/HashSet.dyn_o )
[143 of 368] Compiling Rebase.Data.Hashable ( library/Rebase/Data/Hashable.hs, dist/build/Rebase/Data/Hashable.o, dist/build/Rebase/Data/Hashable.dyn_o )
[144 of 368] Compiling Rebase.Data.IORef ( library/Rebase/Data/IORef.hs, dist/build/Rebase/Data/IORef.o, dist/build/Rebase/Data/IORef.dyn_o )
[145 of 368] Compiling Rebase.Data.Int ( library/Rebase/Data/Int.hs, dist/build/Rebase/Data/Int.o, dist/build/Rebase/Data/Int.dyn_o )
[146 of 368] Compiling Rebase.Data.IntMap ( library/Rebase/Data/IntMap.hs, dist/build/Rebase/Data/IntMap.o, dist/build/Rebase/Data/IntMap.dyn_o )
[147 of 368] Compiling Rebase.Data.IntMap.Lazy ( library/Rebase/Data/IntMap/Lazy.hs, dist/build/Rebase/Data/IntMap/Lazy.o, dist/build/Rebase/Data/IntMap/Lazy.dyn_o )
[148 of 368] Compiling Rebase.Data.IntMap.Strict ( library/Rebase/Data/IntMap/Strict.hs, dist/build/Rebase/Data/IntMap/Strict.o, dist/build/Rebase/Data/IntMap/Strict.dyn_o )
[149 of 368] Compiling Rebase.Data.IntSet ( library/Rebase/Data/IntSet.hs, dist/build/Rebase/Data/IntSet.o, dist/build/Rebase/Data/IntSet.dyn_o )
[150 of 368] Compiling Rebase.Data.Isomorphism ( library/Rebase/Data/Isomorphism.hs, dist/build/Rebase/Data/Isomorphism.o, dist/build/Rebase/Data/Isomorphism.dyn_o )
[151 of 368] Compiling Rebase.Data.Ix ( library/Rebase/Data/Ix.hs, dist/build/Rebase/Data/Ix.o, dist/build/Rebase/Data/Ix.dyn_o )
[152 of 368] Compiling Rebase.Data.Kind ( library/Rebase/Data/Kind.hs, dist/build/Rebase/Data/Kind.o, dist/build/Rebase/Data/Kind.dyn_o )
[153 of 368] Compiling Rebase.Data.List ( library/Rebase/Data/List.hs, dist/build/Rebase/Data/List.o, dist/build/Rebase/Data/List.dyn_o )
[154 of 368] Compiling Rebase.Data.List.NonEmpty ( library/Rebase/Data/List/NonEmpty.hs, dist/build/Rebase/Data/List/NonEmpty.o, dist/build/Rebase/Data/List/NonEmpty.dyn_o )
[155 of 368] Compiling Rebase.Data.Map ( library/Rebase/Data/Map.hs, dist/build/Rebase/Data/Map.o, dist/build/Rebase/Data/Map.dyn_o )
[156 of 368] Compiling Rebase.Data.Map.Lazy ( library/Rebase/Data/Map/Lazy.hs, dist/build/Rebase/Data/Map/Lazy.o, dist/build/Rebase/Data/Map/Lazy.dyn_o )
[157 of 368] Compiling Rebase.Data.Map.Strict ( library/Rebase/Data/Map/Strict.hs, dist/build/Rebase/Data/Map/Strict.o, dist/build/Rebase/Data/Map/Strict.dyn_o )
[158 of 368] Compiling Rebase.Data.Maybe ( library/Rebase/Data/Maybe.hs, dist/build/Rebase/Data/Maybe.o, dist/build/Rebase/Data/Maybe.dyn_o )
[159 of 368] Compiling Rebase.Data.Monoid ( library/Rebase/Data/Monoid.hs, dist/build/Rebase/Data/Monoid.o, dist/build/Rebase/Data/Monoid.dyn_o )
[160 of 368] Compiling Rebase.Data.Ord ( library/Rebase/Data/Ord.hs, dist/build/Rebase/Data/Ord.o, dist/build/Rebase/Data/Ord.dyn_o )
[161 of 368] Compiling Rebase.Data.Profunctor ( library/Rebase/Data/Profunctor.hs, dist/build/Rebase/Data/Profunctor.o, dist/build/Rebase/Data/Profunctor.dyn_o )
[162 of 368] Compiling Rebase.Data.Profunctor.Adjunction ( library/Rebase/Data/Profunctor/Adjunction.hs, dist/build/Rebase/Data/Profunctor/Adjunction.o, dist/build/Rebase/Data/Profunctor/Adjunction.dyn_o )
[163 of 368] Compiling Rebase.Data.Profunctor.Cayley ( library/Rebase/Data/Profunctor/Cayley.hs, dist/build/Rebase/Data/Profunctor/Cayley.o, dist/build/Rebase/Data/Profunctor/Cayley.dyn_o )
[164 of 368] Compiling Rebase.Data.Profunctor.Choice ( library/Rebase/Data/Profunctor/Choice.hs, dist/build/Rebase/Data/Profunctor/Choice.o, dist/build/Rebase/Data/Profunctor/Choice.dyn_o )
[165 of 368] Compiling Rebase.Data.Profunctor.Closed ( library/Rebase/Data/Profunctor/Closed.hs, dist/build/Rebase/Data/Profunctor/Closed.o, dist/build/Rebase/Data/Profunctor/Closed.dyn_o )
[166 of 368] Compiling Rebase.Data.Profunctor.Composition ( library/Rebase/Data/Profunctor/Composition.hs, dist/build/Rebase/Data/Profunctor/Composition.o, dist/build/Rebase/Data/Profunctor/Composition.dyn_o )
[167 of 368] Compiling Rebase.Data.Profunctor.Mapping ( library/Rebase/Data/Profunctor/Mapping.hs, dist/build/Rebase/Data/Profunctor/Mapping.o, dist/build/Rebase/Data/Profunctor/Mapping.dyn_o )
[168 of 368] Compiling Rebase.Data.Profunctor.Monad ( library/Rebase/Data/Profunctor/Monad.hs, dist/build/Rebase/Data/Profunctor/Monad.o, dist/build/Rebase/Data/Profunctor/Monad.dyn_o )
[169 of 368] Compiling Rebase.Data.Profunctor.Ran ( library/Rebase/Data/Profunctor/Ran.hs, dist/build/Rebase/Data/Profunctor/Ran.o, dist/build/Rebase/Data/Profunctor/Ran.dyn_o )
[170 of 368] Compiling Rebase.Data.Profunctor.Rep ( library/Rebase/Data/Profunctor/Rep.hs, dist/build/Rebase/Data/Profunctor/Rep.o, dist/build/Rebase/Data/Profunctor/Rep.dyn_o )
[171 of 368] Compiling Rebase.Data.Profunctor.Sieve ( library/Rebase/Data/Profunctor/Sieve.hs, dist/build/Rebase/Data/Profunctor/Sieve.o, dist/build/Rebase/Data/Profunctor/Sieve.dyn_o )
[172 of 368] Compiling Rebase.Data.Profunctor.Strong ( library/Rebase/Data/Profunctor/Strong.hs, dist/build/Rebase/Data/Profunctor/Strong.o, dist/build/Rebase/Data/Profunctor/Strong.dyn_o )
[173 of 368] Compiling Rebase.Data.Profunctor.Traversing ( library/Rebase/Data/Profunctor/Traversing.hs, dist/build/Rebase/Data/Profunctor/Traversing.o, dist/build/Rebase/Data/Profunctor/Traversing.dyn_o )
[174 of 368] Compiling Rebase.Data.Profunctor.Types ( library/Rebase/Data/Profunctor/Types.hs, dist/build/Rebase/Data/Profunctor/Types.o, dist/build/Rebase/Data/Profunctor/Types.dyn_o )
[175 of 368] Compiling Rebase.Data.Profunctor.Unsafe ( library/Rebase/Data/Profunctor/Unsafe.hs, dist/build/Rebase/Data/Profunctor/Unsafe.o, dist/build/Rebase/Data/Profunctor/Unsafe.dyn_o )
[176 of 368] Compiling Rebase.Data.Profunctor.Yoneda ( library/Rebase/Data/Profunctor/Yoneda.hs, dist/build/Rebase/Data/Profunctor/Yoneda.o, dist/build/Rebase/Data/Profunctor/Yoneda.dyn_o )
[177 of 368] Compiling Rebase.Data.Proxy ( library/Rebase/Data/Proxy.hs, dist/build/Rebase/Data/Proxy.o, dist/build/Rebase/Data/Proxy.dyn_o )
[178 of 368] Compiling Rebase.Data.Ratio ( library/Rebase/Data/Ratio.hs, dist/build/Rebase/Data/Ratio.o, dist/build/Rebase/Data/Ratio.dyn_o )
[179 of 368] Compiling Rebase.Data.STRef ( library/Rebase/Data/STRef.hs, dist/build/Rebase/Data/STRef.o, dist/build/Rebase/Data/STRef.dyn_o )
[180 of 368] Compiling Rebase.Data.STRef.Lazy ( library/Rebase/Data/STRef/Lazy.hs, dist/build/Rebase/Data/STRef/Lazy.o, dist/build/Rebase/Data/STRef/Lazy.dyn_o )
[181 of 368] Compiling Rebase.Data.STRef.Strict ( library/Rebase/Data/STRef/Strict.hs, dist/build/Rebase/Data/STRef/Strict.o, dist/build/Rebase/Data/STRef/Strict.dyn_o )
[182 of 368] Compiling Rebase.Data.Scientific ( library/Rebase/Data/Scientific.hs, dist/build/Rebase/Data/Scientific.o, dist/build/Rebase/Data/Scientific.dyn_o )
[183 of 368] Compiling Rebase.Data.Semigroup ( library/Rebase/Data/Semigroup.hs, dist/build/Rebase/Data/Semigroup.o, dist/build/Rebase/Data/Semigroup.dyn_o )
[184 of 368] Compiling Rebase.Data.Semigroup.Bifoldable ( library/Rebase/Data/Semigroup/Bifoldable.hs, dist/build/Rebase/Data/Semigroup/Bifoldable.o, dist/build/Rebase/Data/Semigroup/Bifoldable.dyn_o )
[185 of 368] Compiling Rebase.Data.Semigroup.Bitraversable ( library/Rebase/Data/Semigroup/Bitraversable.hs, dist/build/Rebase/Data/Semigroup/Bitraversable.o, dist/build/Rebase/Data/Semigroup/Bitraversable.dyn_o )
[186 of 368] Compiling Rebase.Data.Semigroup.Foldable ( library/Rebase/Data/Semigroup/Foldable.hs, dist/build/Rebase/Data/Semigroup/Foldable.o, dist/build/Rebase/Data/Semigroup/Foldable.dyn_o )
[187 of 368] Compiling Rebase.Data.Semigroup.Traversable ( library/Rebase/Data/Semigroup/Traversable.hs, dist/build/Rebase/Data/Semigroup/Traversable.o, dist/build/Rebase/Data/Semigroup/Traversable.dyn_o )
[188 of 368] Compiling Rebase.Data.Semigroup.Traversable.Class ( library/Rebase/Data/Semigroup/Traversable/Class.hs, dist/build/Rebase/Data/Semigroup/Traversable/Class.o, dist/build/Rebase/Data/Semigroup/Traversable/Class.dyn_o )
[189 of 368] Compiling Rebase.Data.Semigroupoid ( library/Rebase/Data/Semigroupoid.hs, dist/build/Rebase/Data/Semigroupoid.o, dist/build/Rebase/Data/Semigroupoid.dyn_o )
[190 of 368] Compiling Rebase.Data.Semigroupoid.Dual ( library/Rebase/Data/Semigroupoid/Dual.hs, dist/build/Rebase/Data/Semigroupoid/Dual.o, dist/build/Rebase/Data/Semigroupoid/Dual.dyn_o )
[191 of 368] Compiling Rebase.Data.Semigroupoid.Ob ( library/Rebase/Data/Semigroupoid/Ob.hs, dist/build/Rebase/Data/Semigroupoid/Ob.o, dist/build/Rebase/Data/Semigroupoid/Ob.dyn_o )
[192 of 368] Compiling Rebase.Data.Semigroupoid.Static ( library/Rebase/Data/Semigroupoid/Static.hs, dist/build/Rebase/Data/Semigroupoid/Static.o, dist/build/Rebase/Data/Semigroupoid/Static.dyn_o )
[193 of 368] Compiling Rebase.Data.Sequence ( library/Rebase/Data/Sequence.hs, dist/build/Rebase/Data/Sequence.o, dist/build/Rebase/Data/Sequence.dyn_o )
[194 of 368] Compiling Rebase.Data.Set ( library/Rebase/Data/Set.hs, dist/build/Rebase/Data/Set.o, dist/build/Rebase/Data/Set.dyn_o )
[195 of 368] Compiling Rebase.Data.String ( library/Rebase/Data/String.hs, dist/build/Rebase/Data/String.o, dist/build/Rebase/Data/String.dyn_o )
[196 of 368] Compiling Rebase.Data.Text ( library/Rebase/Data/Text.hs, dist/build/Rebase/Data/Text.o, dist/build/Rebase/Data/Text.dyn_o )
[197 of 368] Compiling Rebase.Data.Text.Array ( library/Rebase/Data/Text/Array.hs, dist/build/Rebase/Data/Text/Array.o, dist/build/Rebase/Data/Text/Array.dyn_o )
[198 of 368] Compiling Rebase.Data.Text.Encoding ( library/Rebase/Data/Text/Encoding.hs, dist/build/Rebase/Data/Text/Encoding.o, dist/build/Rebase/Data/Text/Encoding.dyn_o )
[199 of 368] Compiling Rebase.Data.Text.Encoding.Error ( library/Rebase/Data/Text/Encoding/Error.hs, dist/build/Rebase/Data/Text/Encoding/Error.o, dist/build/Rebase/Data/Text/Encoding/Error.dyn_o )
[200 of 368] Compiling Rebase.Data.Text.Foreign ( library/Rebase/Data/Text/Foreign.hs, dist/build/Rebase/Data/Text/Foreign.o, dist/build/Rebase/Data/Text/Foreign.dyn_o )
[201 of 368] Compiling Rebase.Data.Text.IO ( library/Rebase/Data/Text/IO.hs, dist/build/Rebase/Data/Text/IO.o, dist/build/Rebase/Data/Text/IO.dyn_o )
[202 of 368] Compiling Rebase.Data.Text.Internal ( library/Rebase/Data/Text/Internal.hs, dist/build/Rebase/Data/Text/Internal.o, dist/build/Rebase/Data/Text/Internal.dyn_o )
[203 of 368] Compiling Rebase.Data.Text.Lazy ( library/Rebase/Data/Text/Lazy.hs, dist/build/Rebase/Data/Text/Lazy.o, dist/build/Rebase/Data/Text/Lazy.dyn_o )
[204 of 368] Compiling Rebase.Data.Text.Lazy.Builder ( library/Rebase/Data/Text/Lazy/Builder.hs, dist/build/Rebase/Data/Text/Lazy/Builder.o, dist/build/Rebase/Data/Text/Lazy/Builder.dyn_o )
[205 of 368] Compiling Rebase.Data.Text.Lazy.Builder.Int ( library/Rebase/Data/Text/Lazy/Builder/Int.hs, dist/build/Rebase/Data/Text/Lazy/Builder/Int.o, dist/build/Rebase/Data/Text/Lazy/Builder/Int.dyn_o )
[206 of 368] Compiling Rebase.Data.Text.Lazy.Builder.RealFloat ( library/Rebase/Data/Text/Lazy/Builder/RealFloat.hs, dist/build/Rebase/Data/Text/Lazy/Builder/RealFloat.o, dist/build/Rebase/Data/Text/Lazy/Builder/RealFloat.dyn_o )
[207 of 368] Compiling Rebase.Data.Text.Lazy.Builder.Scientific ( library/Rebase/Data/Text/Lazy/Builder/Scientific.hs, dist/build/Rebase/Data/Text/Lazy/Builder/Scientific.o, dist/build/Rebase/Data/Text/Lazy/Builder/Scientific.dyn_o )
[208 of 368] Compiling Rebase.Data.Text.Lazy.Encoding ( library/Rebase/Data/Text/Lazy/Encoding.hs, dist/build/Rebase/Data/Text/Lazy/Encoding.o, dist/build/Rebase/Data/Text/Lazy/Encoding.dyn_o )
[209 of 368] Compiling Rebase.Data.Text.Lazy.IO ( library/Rebase/Data/Text/Lazy/IO.hs, dist/build/Rebase/Data/Text/Lazy/IO.o, dist/build/Rebase/Data/Text/Lazy/IO.dyn_o )
[210 of 368] Compiling Rebase.Data.Text.Lazy.Read ( library/Rebase/Data/Text/Lazy/Read.hs, dist/build/Rebase/Data/Text/Lazy/Read.o, dist/build/Rebase/Data/Text/Lazy/Read.dyn_o )
[211 of 368] Compiling Rebase.Data.Text.Read ( library/Rebase/Data/Text/Read.hs, dist/build/Rebase/Data/Text/Read.o, dist/build/Rebase/Data/Text/Read.dyn_o )
[212 of 368] Compiling Rebase.Data.Text.Unsafe ( library/Rebase/Data/Text/Unsafe.hs, dist/build/Rebase/Data/Text/Unsafe.o, dist/build/Rebase/Data/Text/Unsafe.dyn_o )
[213 of 368] Compiling Rebase.Data.Time ( library/Rebase/Data/Time.hs, dist/build/Rebase/Data/Time.o, dist/build/Rebase/Data/Time.dyn_o )
[214 of 368] Compiling Rebase.Data.Time.Calendar ( library/Rebase/Data/Time/Calendar.hs, dist/build/Rebase/Data/Time/Calendar.o, dist/build/Rebase/Data/Time/Calendar.dyn_o )
[215 of 368] Compiling Rebase.Data.Time.Calendar.Easter ( library/Rebase/Data/Time/Calendar/Easter.hs, dist/build/Rebase/Data/Time/Calendar/Easter.o, dist/build/Rebase/Data/Time/Calendar/Easter.dyn_o )
[216 of 368] Compiling Rebase.Data.Time.Calendar.Julian ( library/Rebase/Data/Time/Calendar/Julian.hs, dist/build/Rebase/Data/Time/Calendar/Julian.o, dist/build/Rebase/Data/Time/Calendar/Julian.dyn_o )
[217 of 368] Compiling Rebase.Data.Time.Calendar.MonthDay ( library/Rebase/Data/Time/Calendar/MonthDay.hs, dist/build/Rebase/Data/Time/Calendar/MonthDay.o, dist/build/Rebase/Data/Time/Calendar/MonthDay.dyn_o )
[218 of 368] Compiling Rebase.Data.Time.Calendar.OrdinalDate ( library/Rebase/Data/Time/Calendar/OrdinalDate.hs, dist/build/Rebase/Data/Time/Calendar/OrdinalDate.o, dist/build/Rebase/Data/Time/Calendar/OrdinalDate.dyn_o )
[219 of 368] Compiling Rebase.Data.Time.Calendar.WeekDate ( library/Rebase/Data/Time/Calendar/WeekDate.hs, dist/build/Rebase/Data/Time/Calendar/WeekDate.o, dist/build/Rebase/Data/Time/Calendar/WeekDate.dyn_o )
[220 of 368] Compiling Rebase.Data.Time.Clock ( library/Rebase/Data/Time/Clock.hs, dist/build/Rebase/Data/Time/Clock.o, dist/build/Rebase/Data/Time/Clock.dyn_o )
[221 of 368] Compiling Rebase.Data.Time.Clock.POSIX ( library/Rebase/Data/Time/Clock/POSIX.hs, dist/build/Rebase/Data/Time/Clock/POSIX.o, dist/build/Rebase/Data/Time/Clock/POSIX.dyn_o )
[222 of 368] Compiling Rebase.Data.Time.Clock.System ( library/Rebase/Data/Time/Clock/System.hs, dist/build/Rebase/Data/Time/Clock/System.o, dist/build/Rebase/Data/Time/Clock/System.dyn_o )
[223 of 368] Compiling Rebase.Data.Time.Clock.TAI ( library/Rebase/Data/Time/Clock/TAI.hs, dist/build/Rebase/Data/Time/Clock/TAI.o, dist/build/Rebase/Data/Time/Clock/TAI.dyn_o )
[224 of 368] Compiling Rebase.Data.Time.Compat ( library/Rebase/Data/Time/Compat.hs, dist/build/Rebase/Data/Time/Compat.o, dist/build/Rebase/Data/Time/Compat.dyn_o )
[225 of 368] Compiling Rebase.Data.Time.Format ( library/Rebase/Data/Time/Format.hs, dist/build/Rebase/Data/Time/Format.o, dist/build/Rebase/Data/Time/Format.dyn_o )
[226 of 368] Compiling Rebase.Data.Time.Format.ISO8601 ( library/Rebase/Data/Time/Format/ISO8601.hs, dist/build/Rebase/Data/Time/Format/ISO8601.o, dist/build/Rebase/Data/Time/Format/ISO8601.dyn_o )
[227 of 368] Compiling Rebase.Data.Time.LocalTime ( library/Rebase/Data/Time/LocalTime.hs, dist/build/Rebase/Data/Time/LocalTime.o, dist/build/Rebase/Data/Time/LocalTime.dyn_o )
[228 of 368] Compiling Rebase.Data.Traversable ( library/Rebase/Data/Traversable.hs, dist/build/Rebase/Data/Traversable.o, dist/build/Rebase/Data/Traversable.dyn_o )
[229 of 368] Compiling Rebase.Data.Traversable.Instances ( library/Rebase/Data/Traversable/Instances.hs, dist/build/Rebase/Data/Traversable/Instances.o, dist/build/Rebase/Data/Traversable/Instances.dyn_o )
[230 of 368] Compiling Rebase.Data.Tree ( library/Rebase/Data/Tree.hs, dist/build/Rebase/Data/Tree.o, dist/build/Rebase/Data/Tree.dyn_o )
[231 of 368] Compiling Rebase.Data.Tuple ( library/Rebase/Data/Tuple.hs, dist/build/Rebase/Data/Tuple.o, dist/build/Rebase/Data/Tuple.dyn_o )
[232 of 368] Compiling Rebase.Data.Type.Bool ( library/Rebase/Data/Type/Bool.hs, dist/build/Rebase/Data/Type/Bool.o, dist/build/Rebase/Data/Type/Bool.dyn_o )
[233 of 368] Compiling Rebase.Data.Type.Coercion ( library/Rebase/Data/Type/Coercion.hs, dist/build/Rebase/Data/Type/Coercion.o, dist/build/Rebase/Data/Type/Coercion.dyn_o )
[234 of 368] Compiling Rebase.Data.Type.Equality ( library/Rebase/Data/Type/Equality.hs, dist/build/Rebase/Data/Type/Equality.o, dist/build/Rebase/Data/Type/Equality.dyn_o )
[235 of 368] Compiling Rebase.Data.Typeable ( library/Rebase/Data/Typeable.hs, dist/build/Rebase/Data/Typeable.o, dist/build/Rebase/Data/Typeable.dyn_o )
[236 of 368] Compiling Rebase.Data.UUID ( library/Rebase/Data/UUID.hs, dist/build/Rebase/Data/UUID.o, dist/build/Rebase/Data/UUID.dyn_o )
[237 of 368] Compiling Rebase.Data.Unique ( library/Rebase/Data/Unique.hs, dist/build/Rebase/Data/Unique.o, dist/build/Rebase/Data/Unique.dyn_o )
[238 of 368] Compiling Rebase.Data.Vector ( library/Rebase/Data/Vector.hs, dist/build/Rebase/Data/Vector.o, dist/build/Rebase/Data/Vector.dyn_o )
[239 of 368] Compiling Rebase.Data.Vector.Fusion.Stream.Monadic ( library/Rebase/Data/Vector/Fusion/Stream/Monadic.hs, dist/build/Rebase/Data/Vector/Fusion/Stream/Monadic.o, dist/build/Rebase/Data/Vector/Fusion/Stream/Monadic.dyn_o )
[240 of 368] Compiling Rebase.Data.Vector.Fusion.Util ( library/Rebase/Data/Vector/Fusion/Util.hs, dist/build/Rebase/Data/Vector/Fusion/Util.o, dist/build/Rebase/Data/Vector/Fusion/Util.dyn_o )
[241 of 368] Compiling Rebase.Data.Vector.Generic ( library/Rebase/Data/Vector/Generic.hs, dist/build/Rebase/Data/Vector/Generic.o, dist/build/Rebase/Data/Vector/Generic.dyn_o )
[242 of 368] Compiling Rebase.Data.Vector.Generic.Base ( library/Rebase/Data/Vector/Generic/Base.hs, dist/build/Rebase/Data/Vector/Generic/Base.o, dist/build/Rebase/Data/Vector/Generic/Base.dyn_o )
[243 of 368] Compiling Rebase.Data.Vector.Generic.Mutable ( library/Rebase/Data/Vector/Generic/Mutable.hs, dist/build/Rebase/Data/Vector/Generic/Mutable.o, dist/build/Rebase/Data/Vector/Generic/Mutable.dyn_o )
[244 of 368] Compiling Rebase.Data.Vector.Generic.New ( library/Rebase/Data/Vector/Generic/New.hs, dist/build/Rebase/Data/Vector/Generic/New.o, dist/build/Rebase/Data/Vector/Generic/New.dyn_o )
[245 of 368] Compiling Rebase.Data.Vector.Instances ( library/Rebase/Data/Vector/Instances.hs, dist/build/Rebase/Data/Vector/Instances.o, dist/build/Rebase/Data/Vector/Instances.dyn_o )
[246 of 368] Compiling Rebase.Data.Vector.Internal.Check ( library/Rebase/Data/Vector/Internal/Check.hs, dist/build/Rebase/Data/Vector/Internal/Check.o, dist/build/Rebase/Data/Vector/Internal/Check.dyn_o )
[247 of 368] Compiling Rebase.Data.Vector.Mutable ( library/Rebase/Data/Vector/Mutable.hs, dist/build/Rebase/Data/Vector/Mutable.o, dist/build/Rebase/Data/Vector/Mutable.dyn_o )
[248 of 368] Compiling Rebase.Data.Vector.Primitive ( library/Rebase/Data/Vector/Primitive.hs, dist/build/Rebase/Data/Vector/Primitive.o, dist/build/Rebase/Data/Vector/Primitive.dyn_o )
[249 of 368] Compiling Rebase.Data.Vector.Primitive.Mutable ( library/Rebase/Data/Vector/Primitive/Mutable.hs, dist/build/Rebase/Data/Vector/Primitive/Mutable.o, dist/build/Rebase/Data/Vector/Primitive/Mutable.dyn_o )
[250 of 368] Compiling Rebase.Data.Vector.Storable ( library/Rebase/Data/Vector/Storable.hs, dist/build/Rebase/Data/Vector/Storable.o, dist/build/Rebase/Data/Vector/Storable.dyn_o )
[251 of 368] Compiling Rebase.Data.Vector.Storable.Internal ( library/Rebase/Data/Vector/Storable/Internal.hs, dist/build/Rebase/Data/Vector/Storable/Internal.o, dist/build/Rebase/Data/Vector/Storable/Internal.dyn_o )
[252 of 368] Compiling Rebase.Data.Vector.Storable.Mutable ( library/Rebase/Data/Vector/Storable/Mutable.hs, dist/build/Rebase/Data/Vector/Storable/Mutable.o, dist/build/Rebase/Data/Vector/Storable/Mutable.dyn_o )
[253 of 368] Compiling Rebase.Data.Vector.Unboxed ( library/Rebase/Data/Vector/Unboxed.hs, dist/build/Rebase/Data/Vector/Unboxed.o, dist/build/Rebase/Data/Vector/Unboxed.dyn_o )
[254 of 368] Compiling Rebase.Data.Vector.Unboxed.Base ( library/Rebase/Data/Vector/Unboxed/Base.hs, dist/build/Rebase/Data/Vector/Unboxed/Base.o, dist/build/Rebase/Data/Vector/Unboxed/Base.dyn_o )
[255 of 368] Compiling Rebase.Data.Vector.Unboxed.Mutable ( library/Rebase/Data/Vector/Unboxed/Mutable.hs, dist/build/Rebase/Data/Vector/Unboxed/Mutable.o, dist/build/Rebase/Data/Vector/Unboxed/Mutable.dyn_o )
[256 of 368] Compiling Rebase.Data.Version ( library/Rebase/Data/Version.hs, dist/build/Rebase/Data/Version.o, dist/build/Rebase/Data/Version.dyn_o )
[257 of 368] Compiling Rebase.Data.Void ( library/Rebase/Data/Void.hs, dist/build/Rebase/Data/Void.o, dist/build/Rebase/Data/Void.dyn_o )
[258 of 368] Compiling Rebase.Data.Void.Unsafe ( library/Rebase/Data/Void/Unsafe.hs, dist/build/Rebase/Data/Void/Unsafe.o, dist/build/Rebase/Data/Void/Unsafe.dyn_o )
[259 of 368] Compiling Rebase.Data.Word ( library/Rebase/Data/Word.hs, dist/build/Rebase/Data/Word.o, dist/build/Rebase/Data/Word.dyn_o )
[260 of 368] Compiling Rebase.Debug.Trace ( library/Rebase/Debug/Trace.hs, dist/build/Rebase/Debug/Trace.o, dist/build/Rebase/Debug/Trace.dyn_o )
[261 of 368] Compiling Rebase.Foreign ( library/Rebase/Foreign.hs, dist/build/Rebase/Foreign.o, dist/build/Rebase/Foreign.dyn_o )
[262 of 368] Compiling Rebase.Foreign.C ( library/Rebase/Foreign/C.hs, dist/build/Rebase/Foreign/C.o, dist/build/Rebase/Foreign/C.dyn_o )
[263 of 368] Compiling Rebase.Foreign.C.Error ( library/Rebase/Foreign/C/Error.hs, dist/build/Rebase/Foreign/C/Error.o, dist/build/Rebase/Foreign/C/Error.dyn_o )
[264 of 368] Compiling Rebase.Foreign.C.String ( library/Rebase/Foreign/C/String.hs, dist/build/Rebase/Foreign/C/String.o, dist/build/Rebase/Foreign/C/String.dyn_o )
[265 of 368] Compiling Rebase.Foreign.C.Types ( library/Rebase/Foreign/C/Types.hs, dist/build/Rebase/Foreign/C/Types.o, dist/build/Rebase/Foreign/C/Types.dyn_o )
[266 of 368] Compiling Rebase.Foreign.Concurrent ( library/Rebase/Foreign/Concurrent.hs, dist/build/Rebase/Foreign/Concurrent.o, dist/build/Rebase/Foreign/Concurrent.dyn_o )
[267 of 368] Compiling Rebase.Foreign.ForeignPtr ( library/Rebase/Foreign/ForeignPtr.hs, dist/build/Rebase/Foreign/ForeignPtr.o, dist/build/Rebase/Foreign/ForeignPtr.dyn_o )
[268 of 368] Compiling Rebase.Foreign.ForeignPtr.Unsafe ( library/Rebase/Foreign/ForeignPtr/Unsafe.hs, dist/build/Rebase/Foreign/ForeignPtr/Unsafe.o, dist/build/Rebase/Foreign/ForeignPtr/Unsafe.dyn_o )
[269 of 368] Compiling Rebase.Foreign.Marshal ( library/Rebase/Foreign/Marshal.hs, dist/build/Rebase/Foreign/Marshal.o, dist/build/Rebase/Foreign/Marshal.dyn_o )
[270 of 368] Compiling Rebase.Foreign.Marshal.Alloc ( library/Rebase/Foreign/Marshal/Alloc.hs, dist/build/Rebase/Foreign/Marshal/Alloc.o, dist/build/Rebase/Foreign/Marshal/Alloc.dyn_o )
[271 of 368] Compiling Rebase.Foreign.Marshal.Array ( library/Rebase/Foreign/Marshal/Array.hs, dist/build/Rebase/Foreign/Marshal/Array.o, dist/build/Rebase/Foreign/Marshal/Array.dyn_o )
[272 of 368] Compiling Rebase.Foreign.Marshal.Error ( library/Rebase/Foreign/Marshal/Error.hs, dist/build/Rebase/Foreign/Marshal/Error.o, dist/build/Rebase/Foreign/Marshal/Error.dyn_o )
[273 of 368] Compiling Rebase.Foreign.Marshal.Pool ( library/Rebase/Foreign/Marshal/Pool.hs, dist/build/Rebase/Foreign/Marshal/Pool.o, dist/build/Rebase/Foreign/Marshal/Pool.dyn_o )
[274 of 368] Compiling Rebase.Foreign.Marshal.Safe ( library/Rebase/Foreign/Marshal/Safe.hs, dist/build/Rebase/Foreign/Marshal/Safe.o, dist/build/Rebase/Foreign/Marshal/Safe.dyn_o )
library/Rebase/Foreign/Marshal/Safe.hs:6:1: warning: [GHC-15328] [-Wdeprecations]
Module Foreign.Marshal.Safe is deprecated:
"Safe is now the default, please use Foreign.Marshal instead"
|
6 | import Foreign.Marshal.Safe
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[275 of 368] Compiling Rebase.Foreign.Marshal.Unsafe ( library/Rebase/Foreign/Marshal/Unsafe.hs, dist/build/Rebase/Foreign/Marshal/Unsafe.o, dist/build/Rebase/Foreign/Marshal/Unsafe.dyn_o )
[276 of 368] Compiling Rebase.Foreign.Marshal.Utils ( library/Rebase/Foreign/Marshal/Utils.hs, dist/build/Rebase/Foreign/Marshal/Utils.o, dist/build/Rebase/Foreign/Marshal/Utils.dyn_o )
[277 of 368] Compiling Rebase.Foreign.Ptr ( library/Rebase/Foreign/Ptr.hs, dist/build/Rebase/Foreign/Ptr.o, dist/build/Rebase/Foreign/Ptr.dyn_o )
[278 of 368] Compiling Rebase.Foreign.StablePtr ( library/Rebase/Foreign/StablePtr.hs, dist/build/Rebase/Foreign/StablePtr.o, dist/build/Rebase/Foreign/StablePtr.dyn_o )
[279 of 368] Compiling Rebase.Foreign.Storable ( library/Rebase/Foreign/Storable.hs, dist/build/Rebase/Foreign/Storable.o, dist/build/Rebase/Foreign/Storable.dyn_o )
[280 of 368] Compiling Rebase.GHC.Arr ( library/Rebase/GHC/Arr.hs, dist/build/Rebase/GHC/Arr.o, dist/build/Rebase/GHC/Arr.dyn_o )
[281 of 368] Compiling Rebase.GHC.Base ( library/Rebase/GHC/Base.hs, dist/build/Rebase/GHC/Base.o, dist/build/Rebase/GHC/Base.dyn_o )
[282 of 368] Compiling Rebase.GHC.Char ( library/Rebase/GHC/Char.hs, dist/build/Rebase/GHC/Char.o, dist/build/Rebase/GHC/Char.dyn_o )
[283 of 368] Compiling Rebase.GHC.Conc ( library/Rebase/GHC/Conc.hs, dist/build/Rebase/GHC/Conc.o, dist/build/Rebase/GHC/Conc.dyn_o )
[284 of 368] Compiling Rebase.GHC.Conc.IO ( library/Rebase/GHC/Conc/IO.hs, dist/build/Rebase/GHC/Conc/IO.o, dist/build/Rebase/GHC/Conc/IO.dyn_o )
[285 of 368] Compiling Rebase.GHC.Conc.Signal ( library/Rebase/GHC/Conc/Signal.hs, dist/build/Rebase/GHC/Conc/Signal.o, dist/build/Rebase/GHC/Conc/Signal.dyn_o )
[286 of 368] Compiling Rebase.GHC.Conc.Sync ( library/Rebase/GHC/Conc/Sync.hs, dist/build/Rebase/GHC/Conc/Sync.o, dist/build/Rebase/GHC/Conc/Sync.dyn_o )
[287 of 368] Compiling Rebase.GHC.Enum ( library/Rebase/GHC/Enum.hs, dist/build/Rebase/GHC/Enum.o, dist/build/Rebase/GHC/Enum.dyn_o )
[288 of 368] Compiling Rebase.GHC.Environment ( library/Rebase/GHC/Environment.hs, dist/build/Rebase/GHC/Environment.o, dist/build/Rebase/GHC/Environment.dyn_o )
[289 of 368] Compiling Rebase.GHC.Err ( library/Rebase/GHC/Err.hs, dist/build/Rebase/GHC/Err.o, dist/build/Rebase/GHC/Err.dyn_o )
[290 of 368] Compiling Rebase.GHC.Exception ( library/Rebase/GHC/Exception.hs, dist/build/Rebase/GHC/Exception.o, dist/build/Rebase/GHC/Exception.dyn_o )
[291 of 368] Compiling Rebase.GHC.Exts ( library/Rebase/GHC/Exts.hs, dist/build/Rebase/GHC/Exts.o, dist/build/Rebase/GHC/Exts.dyn_o )
[292 of 368] Compiling Rebase.GHC.Fingerprint ( library/Rebase/GHC/Fingerprint.hs, dist/build/Rebase/GHC/Fingerprint.o, dist/build/Rebase/GHC/Fingerprint.dyn_o )
[293 of 368] Compiling Rebase.GHC.Fingerprint.Type ( library/Rebase/GHC/Fingerprint/Type.hs, dist/build/Rebase/GHC/Fingerprint/Type.o, dist/build/Rebase/GHC/Fingerprint/Type.dyn_o )
[294 of 368] Compiling Rebase.GHC.Float ( library/Rebase/GHC/Float.hs, dist/build/Rebase/GHC/Float.o, dist/build/Rebase/GHC/Float.dyn_o )
[295 of 368] Compiling Rebase.GHC.Float.ConversionUtils ( library/Rebase/GHC/Float/ConversionUtils.hs, dist/build/Rebase/GHC/Float/ConversionUtils.o, dist/build/Rebase/GHC/Float/ConversionUtils.dyn_o )
[296 of 368] Compiling Rebase.GHC.Float.RealFracMethods ( library/Rebase/GHC/Float/RealFracMethods.hs, dist/build/Rebase/GHC/Float/RealFracMethods.o, dist/build/Rebase/GHC/Float/RealFracMethods.dyn_o )
[297 of 368] Compiling Rebase.GHC.Foreign ( library/Rebase/GHC/Foreign.hs, dist/build/Rebase/GHC/Foreign.o, dist/build/Rebase/GHC/Foreign.dyn_o )
[298 of 368] Compiling Rebase.GHC.ForeignPtr ( library/Rebase/GHC/ForeignPtr.hs, dist/build/Rebase/GHC/ForeignPtr.o, dist/build/Rebase/GHC/ForeignPtr.dyn_o )
[299 of 368] Compiling Rebase.GHC.Generics ( library/Rebase/GHC/Generics.hs, dist/build/Rebase/GHC/Generics.o, dist/build/Rebase/GHC/Generics.dyn_o )
[300 of 368] Compiling Rebase.GHC.IO ( library/Rebase/GHC/IO.hs, dist/build/Rebase/GHC/IO.o, dist/build/Rebase/GHC/IO.dyn_o )
[301 of 368] Compiling Rebase.GHC.IO.Buffer ( library/Rebase/GHC/IO/Buffer.hs, dist/build/Rebase/GHC/IO/Buffer.o, dist/build/Rebase/GHC/IO/Buffer.dyn_o )
[302 of 368] Compiling Rebase.GHC.IO.BufferedIO ( library/Rebase/GHC/IO/BufferedIO.hs, dist/build/Rebase/GHC/IO/BufferedIO.o, dist/build/Rebase/GHC/IO/BufferedIO.dyn_o )
[303 of 368] Compiling Rebase.GHC.IO.Device ( library/Rebase/GHC/IO/Device.hs, dist/build/Rebase/GHC/IO/Device.o, dist/build/Rebase/GHC/IO/Device.dyn_o )
[304 of 368] Compiling Rebase.GHC.IO.Encoding ( library/Rebase/GHC/IO/Encoding.hs, dist/build/Rebase/GHC/IO/Encoding.o, dist/build/Rebase/GHC/IO/Encoding.dyn_o )
[305 of 368] Compiling Rebase.GHC.IO.Encoding.Failure ( library/Rebase/GHC/IO/Encoding/Failure.hs, dist/build/Rebase/GHC/IO/Encoding/Failure.o, dist/build/Rebase/GHC/IO/Encoding/Failure.dyn_o )
[306 of 368] Compiling Rebase.GHC.IO.Encoding.Iconv ( library/Rebase/GHC/IO/Encoding/Iconv.hs, dist/build/Rebase/GHC/IO/Encoding/Iconv.o, dist/build/Rebase/GHC/IO/Encoding/Iconv.dyn_o )
[307 of 368] Compiling Rebase.GHC.IO.Encoding.Latin1 ( library/Rebase/GHC/IO/Encoding/Latin1.hs, dist/build/Rebase/GHC/IO/Encoding/Latin1.o, dist/build/Rebase/GHC/IO/Encoding/Latin1.dyn_o )
[308 of 368] Compiling Rebase.GHC.IO.Encoding.Types ( library/Rebase/GHC/IO/Encoding/Types.hs, dist/build/Rebase/GHC/IO/Encoding/Types.o, dist/build/Rebase/GHC/IO/Encoding/Types.dyn_o )
[309 of 368] Compiling Rebase.GHC.IO.Encoding.UTF16 ( library/Rebase/GHC/IO/Encoding/UTF16.hs, dist/build/Rebase/GHC/IO/Encoding/UTF16.o, dist/build/Rebase/GHC/IO/Encoding/UTF16.dyn_o )
[310 of 368] Compiling Rebase.GHC.IO.Encoding.UTF32 ( library/Rebase/GHC/IO/Encoding/UTF32.hs, dist/build/Rebase/GHC/IO/Encoding/UTF32.o, dist/build/Rebase/GHC/IO/Encoding/UTF32.dyn_o )
[311 of 368] Compiling Rebase.GHC.IO.Encoding.UTF8 ( library/Rebase/GHC/IO/Encoding/UTF8.hs, dist/build/Rebase/GHC/IO/Encoding/UTF8.o, dist/build/Rebase/GHC/IO/Encoding/UTF8.dyn_o )
[312 of 368] Compiling Rebase.GHC.IO.Exception ( library/Rebase/GHC/IO/Exception.hs, dist/build/Rebase/GHC/IO/Exception.o, dist/build/Rebase/GHC/IO/Exception.dyn_o )
[313 of 368] Compiling Rebase.GHC.IO.FD ( library/Rebase/GHC/IO/FD.hs, dist/build/Rebase/GHC/IO/FD.o, dist/build/Rebase/GHC/IO/FD.dyn_o )
[314 of 368] Compiling Rebase.GHC.IO.Handle ( library/Rebase/GHC/IO/Handle.hs, dist/build/Rebase/GHC/IO/Handle.o, dist/build/Rebase/GHC/IO/Handle.dyn_o )
[315 of 368] Compiling Rebase.GHC.IO.Handle.FD ( library/Rebase/GHC/IO/Handle/FD.hs, dist/build/Rebase/GHC/IO/Handle/FD.o, dist/build/Rebase/GHC/IO/Handle/FD.dyn_o )
[316 of 368] Compiling Rebase.GHC.IO.Handle.Internals ( library/Rebase/GHC/IO/Handle/Internals.hs, dist/build/Rebase/GHC/IO/Handle/Internals.o, dist/build/Rebase/GHC/IO/Handle/Internals.dyn_o )
[317 of 368] Compiling Rebase.GHC.IO.Handle.Text ( library/Rebase/GHC/IO/Handle/Text.hs, dist/build/Rebase/GHC/IO/Handle/Text.o, dist/build/Rebase/GHC/IO/Handle/Text.dyn_o )
[318 of 368] Compiling Rebase.GHC.IO.Handle.Types ( library/Rebase/GHC/IO/Handle/Types.hs, dist/build/Rebase/GHC/IO/Handle/Types.o, dist/build/Rebase/GHC/IO/Handle/Types.dyn_o )
[319 of 368] Compiling Rebase.GHC.IO.IOMode ( library/Rebase/GHC/IO/IOMode.hs, dist/build/Rebase/GHC/IO/IOMode.o, dist/build/Rebase/GHC/IO/IOMode.dyn_o )
[320 of 368] Compiling Rebase.GHC.IOArray ( library/Rebase/GHC/IOArray.hs, dist/build/Rebase/GHC/IOArray.o, dist/build/Rebase/GHC/IOArray.dyn_o )
[321 of 368] Compiling Rebase.GHC.IORef ( library/Rebase/GHC/IORef.hs, dist/build/Rebase/GHC/IORef.o, dist/build/Rebase/GHC/IORef.dyn_o )
[322 of 368] Compiling Rebase.GHC.Int ( library/Rebase/GHC/Int.hs, dist/build/Rebase/GHC/Int.o, dist/build/Rebase/GHC/Int.dyn_o )
[323 of 368] Compiling Rebase.GHC.List ( library/Rebase/GHC/List.hs, dist/build/Rebase/GHC/List.o, dist/build/Rebase/GHC/List.dyn_o )
[324 of 368] Compiling Rebase.GHC.MVar ( library/Rebase/GHC/MVar.hs, dist/build/Rebase/GHC/MVar.o, dist/build/Rebase/GHC/MVar.dyn_o )
[325 of 368] Compiling Rebase.GHC.Num ( library/Rebase/GHC/Num.hs, dist/build/Rebase/GHC/Num.o, dist/build/Rebase/GHC/Num.dyn_o )
[326 of 368] Compiling Rebase.GHC.OverloadedLabels ( library/Rebase/GHC/OverloadedLabels.hs, dist/build/Rebase/GHC/OverloadedLabels.o, dist/build/Rebase/GHC/OverloadedLabels.dyn_o )
[327 of 368] Compiling Rebase.GHC.Profiling ( library/Rebase/GHC/Profiling.hs, dist/build/Rebase/GHC/Profiling.o, dist/build/Rebase/GHC/Profiling.dyn_o )
[328 of 368] Compiling Rebase.GHC.Ptr ( library/Rebase/GHC/Ptr.hs, dist/build/Rebase/GHC/Ptr.o, dist/build/Rebase/GHC/Ptr.dyn_o )
[329 of 368] Compiling Rebase.GHC.Read ( library/Rebase/GHC/Read.hs, dist/build/Rebase/GHC/Read.o, dist/build/Rebase/GHC/Read.dyn_o )
[330 of 368] Compiling Rebase.GHC.Real ( library/Rebase/GHC/Real.hs, dist/build/Rebase/GHC/Real.o, dist/build/Rebase/GHC/Real.dyn_o )
[331 of 368] Compiling Rebase.GHC.Records ( library/Rebase/GHC/Records.hs, dist/build/Rebase/GHC/Records.o, dist/build/Rebase/GHC/Records.dyn_o )
[332 of 368] Compiling Rebase.GHC.ST ( library/Rebase/GHC/ST.hs, dist/build/Rebase/GHC/ST.o, dist/build/Rebase/GHC/ST.dyn_o )
[333 of 368] Compiling Rebase.GHC.STRef ( library/Rebase/GHC/STRef.hs, dist/build/Rebase/GHC/STRef.o, dist/build/Rebase/GHC/STRef.dyn_o )
[334 of 368] Compiling Rebase.GHC.Show ( library/Rebase/GHC/Show.hs, dist/build/Rebase/GHC/Show.o, dist/build/Rebase/GHC/Show.dyn_o )
[335 of 368] Compiling Rebase.GHC.Stable ( library/Rebase/GHC/Stable.hs, dist/build/Rebase/GHC/Stable.o, dist/build/Rebase/GHC/Stable.dyn_o )
[336 of 368] Compiling Rebase.GHC.Stack ( library/Rebase/GHC/Stack.hs, dist/build/Rebase/GHC/Stack.o, dist/build/Rebase/GHC/Stack.dyn_o )
[337 of 368] Compiling Rebase.GHC.Stats ( library/Rebase/GHC/Stats.hs, dist/build/Rebase/GHC/Stats.o, dist/build/Rebase/GHC/Stats.dyn_o )
[338 of 368] Compiling Rebase.GHC.Storable ( library/Rebase/GHC/Storable.hs, dist/build/Rebase/GHC/Storable.o, dist/build/Rebase/GHC/Storable.dyn_o )
[339 of 368] Compiling Rebase.GHC.TopHandler ( library/Rebase/GHC/TopHandler.hs, dist/build/Rebase/GHC/TopHandler.o, dist/build/Rebase/GHC/TopHandler.dyn_o )
[340 of 368] Compiling Rebase.GHC.TypeLits ( library/Rebase/GHC/TypeLits.hs, dist/build/Rebase/GHC/TypeLits.o, dist/build/Rebase/GHC/TypeLits.dyn_o )
[341 of 368] Compiling Rebase.GHC.TypeNats ( library/Rebase/GHC/TypeNats.hs, dist/build/Rebase/GHC/TypeNats.o, dist/build/Rebase/GHC/TypeNats.dyn_o )
[342 of 368] Compiling Rebase.GHC.Unicode ( library/Rebase/GHC/Unicode.hs, dist/build/Rebase/GHC/Unicode.o, dist/build/Rebase/GHC/Unicode.dyn_o )
[343 of 368] Compiling Rebase.GHC.Weak ( library/Rebase/GHC/Weak.hs, dist/build/Rebase/GHC/Weak.o, dist/build/Rebase/GHC/Weak.dyn_o )
[344 of 368] Compiling Rebase.GHC.Word ( library/Rebase/GHC/Word.hs, dist/build/Rebase/GHC/Word.o, dist/build/Rebase/GHC/Word.dyn_o )
[345 of 368] Compiling Rebase.Numeric ( library/Rebase/Numeric.hs, dist/build/Rebase/Numeric.o, dist/build/Rebase/Numeric.dyn_o )
[346 of 368] Compiling Rebase.Numeric.Natural ( library/Rebase/Numeric/Natural.hs, dist/build/Rebase/Numeric/Natural.o, dist/build/Rebase/Numeric/Natural.dyn_o )
[347 of 368] Compiling Rebase.System.CPUTime ( library/Rebase/System/CPUTime.hs, dist/build/Rebase/System/CPUTime.o, dist/build/Rebase/System/CPUTime.dyn_o )
[348 of 368] Compiling Rebase.System.Console.GetOpt ( library/Rebase/System/Console/GetOpt.hs, dist/build/Rebase/System/Console/GetOpt.o, dist/build/Rebase/System/Console/GetOpt.dyn_o )
[349 of 368] Compiling Rebase.System.Environment ( library/Rebase/System/Environment.hs, dist/build/Rebase/System/Environment.o, dist/build/Rebase/System/Environment.dyn_o )
[350 of 368] Compiling Rebase.System.Exit ( library/Rebase/System/Exit.hs, dist/build/Rebase/System/Exit.o, dist/build/Rebase/System/Exit.dyn_o )
[351 of 368] Compiling Rebase.System.IO ( library/Rebase/System/IO.hs, dist/build/Rebase/System/IO.o, dist/build/Rebase/System/IO.dyn_o )
[352 of 368] Compiling Rebase.System.IO.Error ( library/Rebase/System/IO/Error.hs, dist/build/Rebase/System/IO/Error.o, dist/build/Rebase/System/IO/Error.dyn_o )
[353 of 368] Compiling Rebase.System.IO.Unsafe ( library/Rebase/System/IO/Unsafe.hs, dist/build/Rebase/System/IO/Unsafe.o, dist/build/Rebase/System/IO/Unsafe.dyn_o )
[354 of 368] Compiling Rebase.System.Info ( library/Rebase/System/Info.hs, dist/build/Rebase/System/Info.o, dist/build/Rebase/System/Info.dyn_o )
[355 of 368] Compiling Rebase.System.Mem ( library/Rebase/System/Mem.hs, dist/build/Rebase/System/Mem.o, dist/build/Rebase/System/Mem.dyn_o )
[356 of 368] Compiling Rebase.System.Mem.StableName ( library/Rebase/System/Mem/StableName.hs, dist/build/Rebase/System/Mem/StableName.o, dist/build/Rebase/System/Mem/StableName.dyn_o )
[357 of 368] Compiling Rebase.System.Mem.Weak ( library/Rebase/System/Mem/Weak.hs, dist/build/Rebase/System/Mem/Weak.o, dist/build/Rebase/System/Mem/Weak.dyn_o )
[358 of 368] Compiling Rebase.System.Posix.Internals ( library/Rebase/System/Posix/Internals.hs, dist/build/Rebase/System/Posix/Internals.o, dist/build/Rebase/System/Posix/Internals.dyn_o )
[359 of 368] Compiling Rebase.System.Posix.Types ( library/Rebase/System/Posix/Types.hs, dist/build/Rebase/System/Posix/Types.o, dist/build/Rebase/System/Posix/Types.dyn_o )
[360 of 368] Compiling Rebase.System.Timeout ( library/Rebase/System/Timeout.hs, dist/build/Rebase/System/Timeout.o, dist/build/Rebase/System/Timeout.dyn_o )
[361 of 368] Compiling Rebase.Text.ParserCombinators.ReadP ( library/Rebase/Text/ParserCombinators/ReadP.hs, dist/build/Rebase/Text/ParserCombinators/ReadP.o, dist/build/Rebase/Text/ParserCombinators/ReadP.dyn_o )
[362 of 368] Compiling Rebase.Text.ParserCombinators.ReadPrec ( library/Rebase/Text/ParserCombinators/ReadPrec.hs, dist/build/Rebase/Text/ParserCombinators/ReadPrec.o, dist/build/Rebase/Text/ParserCombinators/ReadPrec.dyn_o )
[363 of 368] Compiling Rebase.Text.Printf ( library/Rebase/Text/Printf.hs, dist/build/Rebase/Text/Printf.o, dist/build/Rebase/Text/Printf.dyn_o )
[364 of 368] Compiling Rebase.Text.Read ( library/Rebase/Text/Read.hs, dist/build/Rebase/Text/Read.o, dist/build/Rebase/Text/Read.dyn_o )
[365 of 368] Compiling Rebase.Text.Read.Lex ( library/Rebase/Text/Read/Lex.hs, dist/build/Rebase/Text/Read/Lex.o, dist/build/Rebase/Text/Read/Lex.dyn_o )
[366 of 368] Compiling Rebase.Text.Show ( library/Rebase/Text/Show.hs, dist/build/Rebase/Text/Show.o, dist/build/Rebase/Text/Show.dyn_o )
[367 of 368] Compiling Rebase.Unsafe.Coerce ( library/Rebase/Unsafe/Coerce.hs, dist/build/Rebase/Unsafe/Coerce.o, dist/build/Rebase/Unsafe/Coerce.dyn_o )
[368 of 368] Compiling Rebase.Prelude ( library/Rebase/Prelude.hs, dist/build/Rebase/Prelude.o, dist/build/Rebase/Prelude.dyn_o )
Preprocessing library for rebase-1.22..
Running Haddock on library for rebase-1.22..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 368] Compiling Rebase.Control.Applicative ( library/Rebase/Control/Applicative.hs, nothing )
[ 2 of 368] Compiling Rebase.Control.Applicative.Backwards ( library/Rebase/Control/Applicative/Backwards.hs, nothing )
[ 3 of 368] Compiling Rebase.Control.Applicative.Lift ( library/Rebase/Control/Applicative/Lift.hs, nothing )
[ 4 of 368] Compiling Rebase.Control.Arrow ( library/Rebase/Control/Arrow.hs, nothing )
[ 5 of 368] Compiling Rebase.Control.Category ( library/Rebase/Control/Category.hs, nothing )
[ 6 of 368] Compiling Rebase.Control.Comonad ( library/Rebase/Control/Comonad.hs, nothing )
[ 7 of 368] Compiling Rebase.Control.Concurrent ( library/Rebase/Control/Concurrent.hs, nothing )
[ 8 of 368] Compiling Rebase.Control.Concurrent.Chan ( library/Rebase/Control/Concurrent/Chan.hs, nothing )
[ 9 of 368] Compiling Rebase.Control.Concurrent.MVar ( library/Rebase/Control/Concurrent/MVar.hs, nothing )
[ 10 of 368] Compiling Rebase.Control.Concurrent.QSem ( library/Rebase/Control/Concurrent/QSem.hs, nothing )
[ 11 of 368] Compiling Rebase.Control.Concurrent.QSemN ( library/Rebase/Control/Concurrent/QSemN.hs, nothing )
[ 12 of 368] Compiling Rebase.Control.Concurrent.STM ( library/Rebase/Control/Concurrent/STM.hs, nothing )
[ 13 of 368] Compiling Rebase.Control.Concurrent.STM.TArray ( library/Rebase/Control/Concurrent/STM/TArray.hs, nothing )
[ 14 of 368] Compiling Rebase.Control.Concurrent.STM.TBQueue ( library/Rebase/Control/Concurrent/STM/TBQueue.hs, nothing )
[ 15 of 368] Compiling Rebase.Control.Concurrent.STM.TChan ( library/Rebase/Control/Concurrent/STM/TChan.hs, nothing )
[ 16 of 368] Compiling Rebase.Control.Concurrent.STM.TMVar ( library/Rebase/Control/Concurrent/STM/TMVar.hs, nothing )
[ 17 of 368] Compiling Rebase.Control.Concurrent.STM.TQueue ( library/Rebase/Control/Concurrent/STM/TQueue.hs, nothing )
[ 18 of 368] Compiling Rebase.Control.Concurrent.STM.TSem ( library/Rebase/Control/Concurrent/STM/TSem.hs, nothing )
[ 19 of 368] Compiling Rebase.Control.Concurrent.STM.TVar ( library/Rebase/Control/Concurrent/STM/TVar.hs, nothing )
[ 20 of 368] Compiling Rebase.Control.DeepSeq ( library/Rebase/Control/DeepSeq.hs, nothing )
[ 21 of 368] Compiling Rebase.Control.Exception ( library/Rebase/Control/Exception.hs, nothing )
[ 22 of 368] Compiling Rebase.Control.Exception.Base ( library/Rebase/Control/Exception/Base.hs, nothing )
[ 23 of 368] Compiling Rebase.Control.Monad ( library/Rebase/Control/Monad.hs, nothing )
[ 24 of 368] Compiling Rebase.Control.Monad.Cont ( library/Rebase/Control/Monad/Cont.hs, nothing )
[ 25 of 368] Compiling Rebase.Control.Monad.Cont.Class ( library/Rebase/Control/Monad/Cont/Class.hs, nothing )
[ 26 of 368] Compiling Rebase.Control.Monad.Error.Class ( library/Rebase/Control/Monad/Error/Class.hs, nothing )
[ 27 of 368] Compiling Rebase.Control.Monad.Fail ( library/Rebase/Control/Monad/Fail.hs, nothing )
[ 28 of 368] Compiling Rebase.Control.Monad.Fix ( library/Rebase/Control/Monad/Fix.hs, nothing )
[ 29 of 368] Compiling Rebase.Control.Monad.IO.Class ( library/Rebase/Control/Monad/IO/Class.hs, nothing )
[ 30 of 368] Compiling Rebase.Control.Monad.Identity ( library/Rebase/Control/Monad/Identity.hs, nothing )
[ 31 of 368] Compiling Rebase.Control.Monad.RWS ( library/Rebase/Control/Monad/RWS.hs, nothing )
[ 32 of 368] Compiling Rebase.Control.Monad.RWS.Class ( library/Rebase/Control/Monad/RWS/Class.hs, nothing )
[ 33 of 368] Compiling Rebase.Control.Monad.RWS.Lazy ( library/Rebase/Control/Monad/RWS/Lazy.hs, nothing )
[ 34 of 368] Compiling Rebase.Control.Monad.RWS.Strict ( library/Rebase/Control/Monad/RWS/Strict.hs, nothing )
[ 35 of 368] Compiling Rebase.Control.Monad.Reader ( library/Rebase/Control/Monad/Reader.hs, nothing )
[ 36 of 368] Compiling Rebase.Control.Monad.Reader.Class ( library/Rebase/Control/Monad/Reader/Class.hs, nothing )
[ 37 of 368] Compiling Rebase.Control.Monad.ST ( library/Rebase/Control/Monad/ST.hs, nothing )
[ 38 of 368] Compiling Rebase.Control.Monad.ST.Lazy ( library/Rebase/Control/Monad/ST/Lazy.hs, nothing )
[ 39 of 368] Compiling Rebase.Control.Monad.ST.Lazy.Unsafe ( library/Rebase/Control/Monad/ST/Lazy/Unsafe.hs, nothing )
[ 40 of 368] Compiling Rebase.Control.Monad.ST.Strict ( library/Rebase/Control/Monad/ST/Strict.hs, nothing )
[ 41 of 368] Compiling Rebase.Control.Monad.ST.Unsafe ( library/Rebase/Control/Monad/ST/Unsafe.hs, nothing )
[ 42 of 368] Compiling Rebase.Control.Monad.STM ( library/Rebase/Control/Monad/STM.hs, nothing )
[ 43 of 368] Compiling Rebase.Control.Monad.Signatures ( library/Rebase/Control/Monad/Signatures.hs, nothing )
[ 44 of 368] Compiling Rebase.Control.Monad.State ( library/Rebase/Control/Monad/State.hs, nothing )
[ 45 of 368] Compiling Rebase.Control.Monad.State.Class ( library/Rebase/Control/Monad/State/Class.hs, nothing )
[ 46 of 368] Compiling Rebase.Control.Monad.State.Lazy ( library/Rebase/Control/Monad/State/Lazy.hs, nothing )
[ 47 of 368] Compiling Rebase.Control.Monad.State.Strict ( library/Rebase/Control/Monad/State/Strict.hs, nothing )
[ 48 of 368] Compiling Rebase.Control.Monad.Trans ( library/Rebase/Control/Monad/Trans.hs, nothing )
[ 49 of 368] Compiling Rebase.Control.Monad.Trans.Class ( library/Rebase/Control/Monad/Trans/Class.hs, nothing )
[ 50 of 368] Compiling Rebase.Control.Monad.Trans.Cont ( library/Rebase/Control/Monad/Trans/Cont.hs, nothing )
[ 51 of 368] Compiling Rebase.Control.Monad.Trans.Except ( library/Rebase/Control/Monad/Trans/Except.hs, nothing )
[ 52 of 368] Compiling Rebase.Control.Monad.Trans.Identity ( library/Rebase/Control/Monad/Trans/Identity.hs, nothing )
[ 53 of 368] Compiling Rebase.Control.Monad.Trans.Maybe ( library/Rebase/Control/Monad/Trans/Maybe.hs, nothing )
[ 54 of 368] Compiling Rebase.Control.Monad.Trans.RWS ( library/Rebase/Control/Monad/Trans/RWS.hs, nothing )
[ 55 of 368] Compiling Rebase.Control.Monad.Trans.RWS.Lazy ( library/Rebase/Control/Monad/Trans/RWS/Lazy.hs, nothing )
[ 56 of 368] Compiling Rebase.Control.Monad.Trans.RWS.Strict ( library/Rebase/Control/Monad/Trans/RWS/Strict.hs, nothing )
[ 57 of 368] Compiling Rebase.Control.Monad.Trans.Reader ( library/Rebase/Control/Monad/Trans/Reader.hs, nothing )
[ 58 of 368] Compiling Rebase.Control.Monad.Trans.State ( library/Rebase/Control/Monad/Trans/State.hs, nothing )
[ 59 of 368] Compiling Rebase.Control.Monad.Trans.State.Lazy ( library/Rebase/Control/Monad/Trans/State/Lazy.hs, nothing )
[ 60 of 368] Compiling Rebase.Control.Monad.Trans.State.Strict ( library/Rebase/Control/Monad/Trans/State/Strict.hs, nothing )
[ 61 of 368] Compiling Rebase.Control.Monad.Trans.Writer ( library/Rebase/Control/Monad/Trans/Writer.hs, nothing )
[ 62 of 368] Compiling Rebase.Control.Monad.Trans.Writer.Lazy ( library/Rebase/Control/Monad/Trans/Writer/Lazy.hs, nothing )
[ 63 of 368] Compiling Rebase.Control.Monad.Trans.Writer.Strict ( library/Rebase/Control/Monad/Trans/Writer/Strict.hs, nothing )
[ 64 of 368] Compiling Rebase.Control.Monad.Writer ( library/Rebase/Control/Monad/Writer.hs, nothing )
[ 65 of 368] Compiling Rebase.Control.Monad.Writer.Class ( library/Rebase/Control/Monad/Writer/Class.hs, nothing )
[ 66 of 368] Compiling Rebase.Control.Monad.Writer.Lazy ( library/Rebase/Control/Monad/Writer/Lazy.hs, nothing )
[ 67 of 368] Compiling Rebase.Control.Monad.Writer.Strict ( library/Rebase/Control/Monad/Writer/Strict.hs, nothing )
[ 68 of 368] Compiling Rebase.Control.Monad.Zip ( library/Rebase/Control/Monad/Zip.hs, nothing )
[ 69 of 368] Compiling Rebase.Control.Selective ( library/Rebase/Control/Selective.hs, nothing )
[ 70 of 368] Compiling Rebase.Control.Selective.Free ( library/Rebase/Control/Selective/Free.hs, nothing )
[ 71 of 368] Compiling Rebase.Control.Selective.Multi ( library/Rebase/Control/Selective/Multi.hs, nothing )
[ 72 of 368] Compiling Rebase.Control.Selective.Rigid.Free ( library/Rebase/Control/Selective/Rigid/Free.hs, nothing )
[ 73 of 368] Compiling Rebase.Control.Selective.Rigid.Freer ( library/Rebase/Control/Selective/Rigid/Freer.hs, nothing )
[ 74 of 368] Compiling Rebase.Data.Biapplicative ( library/Rebase/Data/Biapplicative.hs, nothing )
[ 75 of 368] Compiling Rebase.Data.Bifoldable ( library/Rebase/Data/Bifoldable.hs, nothing )
[ 76 of 368] Compiling Rebase.Data.Bifunctor ( library/Rebase/Data/Bifunctor.hs, nothing )
[ 77 of 368] Compiling Rebase.Data.Bifunctor.Apply ( library/Rebase/Data/Bifunctor/Apply.hs, nothing )
[ 78 of 368] Compiling Rebase.Data.Bifunctor.Biff ( library/Rebase/Data/Bifunctor/Biff.hs, nothing )
[ 79 of 368] Compiling Rebase.Data.Bifunctor.Clown ( library/Rebase/Data/Bifunctor/Clown.hs, nothing )
[ 80 of 368] Compiling Rebase.Data.Bifunctor.Flip ( library/Rebase/Data/Bifunctor/Flip.hs, nothing )
[ 81 of 368] Compiling Rebase.Data.Bifunctor.Join ( library/Rebase/Data/Bifunctor/Join.hs, nothing )
[ 82 of 368] Compiling Rebase.Data.Bifunctor.Joker ( library/Rebase/Data/Bifunctor/Joker.hs, nothing )
[ 83 of 368] Compiling Rebase.Data.Bifunctor.Product ( library/Rebase/Data/Bifunctor/Product.hs, nothing )
[ 84 of 368] Compiling Rebase.Data.Bifunctor.Tannen ( library/Rebase/Data/Bifunctor/Tannen.hs, nothing )
[ 85 of 368] Compiling Rebase.Data.Bifunctor.Wrapped ( library/Rebase/Data/Bifunctor/Wrapped.hs, nothing )
[ 86 of 368] Compiling Rebase.Data.Bitraversable ( library/Rebase/Data/Bitraversable.hs, nothing )
[ 87 of 368] Compiling Rebase.Data.Bits ( library/Rebase/Data/Bits.hs, nothing )
[ 88 of 368] Compiling Rebase.Data.Bool ( library/Rebase/Data/Bool.hs, nothing )
[ 89 of 368] Compiling Rebase.Data.ByteString ( library/Rebase/Data/ByteString.hs, nothing )
[ 90 of 368] Compiling Rebase.Data.ByteString.Builder ( library/Rebase/Data/ByteString/Builder.hs, nothing )
[ 91 of 368] Compiling Rebase.Data.ByteString.Builder.Extra ( library/Rebase/Data/ByteString/Builder/Extra.hs, nothing )
[ 92 of 368] Compiling Rebase.Data.ByteString.Builder.Internal ( library/Rebase/Data/ByteString/Builder/Internal.hs, nothing )
[ 93 of 368] Compiling Rebase.Data.ByteString.Builder.Prim ( library/Rebase/Data/ByteString/Builder/Prim.hs, nothing )
[ 94 of 368] Compiling Rebase.Data.ByteString.Builder.Prim.Internal ( library/Rebase/Data/ByteString/Builder/Prim/Internal.hs, nothing )
[ 95 of 368] Compiling Rebase.Data.ByteString.Builder.Scientific ( library/Rebase/Data/ByteString/Builder/Scientific.hs, nothing )
[ 96 of 368] Compiling Rebase.Data.ByteString.Char8 ( library/Rebase/Data/ByteString/Char8.hs, nothing )
[ 97 of 368] Compiling Rebase.Data.ByteString.Internal ( library/Rebase/Data/ByteString/Internal.hs, nothing )
[ 98 of 368] Compiling Rebase.Data.ByteString.Lazy ( library/Rebase/Data/ByteString/Lazy.hs, nothing )
[ 99 of 368] Compiling Rebase.Data.ByteString.Lazy.Char8 ( library/Rebase/Data/ByteString/Lazy/Char8.hs, nothing )
[100 of 368] Compiling Rebase.Data.ByteString.Lazy.Internal ( library/Rebase/Data/ByteString/Lazy/Internal.hs, nothing )
[101 of 368] Compiling Rebase.Data.ByteString.Short ( library/Rebase/Data/ByteString/Short.hs, nothing )
[102 of 368] Compiling Rebase.Data.ByteString.Short.Internal ( library/Rebase/Data/ByteString/Short/Internal.hs, nothing )
[103 of 368] Compiling Rebase.Data.ByteString.Unsafe ( library/Rebase/Data/ByteString/Unsafe.hs, nothing )
[104 of 368] Compiling Rebase.Data.Char ( library/Rebase/Data/Char.hs, nothing )
[105 of 368] Compiling Rebase.Data.Coerce ( library/Rebase/Data/Coerce.hs, nothing )
[106 of 368] Compiling Rebase.Data.Complex ( library/Rebase/Data/Complex.hs, nothing )
[107 of 368] Compiling Rebase.Data.DList ( library/Rebase/Data/DList.hs, nothing )
[108 of 368] Compiling Rebase.Data.Data ( library/Rebase/Data/Data.hs, nothing )
[109 of 368] Compiling Rebase.Data.Dynamic ( library/Rebase/Data/Dynamic.hs, nothing )
[110 of 368] Compiling Rebase.Data.Either ( library/Rebase/Data/Either.hs, nothing )
[111 of 368] Compiling Rebase.Data.Either.Combinators ( library/Rebase/Data/Either/Combinators.hs, nothing )
[112 of 368] Compiling Rebase.Data.Either.Validation ( library/Rebase/Data/Either/Validation.hs, nothing )
[113 of 368] Compiling Rebase.Data.Eq ( library/Rebase/Data/Eq.hs, nothing )
[114 of 368] Compiling Rebase.Data.Fixed ( library/Rebase/Data/Fixed.hs, nothing )
[115 of 368] Compiling Rebase.Data.Foldable ( library/Rebase/Data/Foldable.hs, nothing )
[116 of 368] Compiling Rebase.Data.Function ( library/Rebase/Data/Function.hs, nothing )
[117 of 368] Compiling Rebase.Data.Functor ( library/Rebase/Data/Functor.hs, nothing )
[118 of 368] Compiling Rebase.Data.Functor.Alt ( library/Rebase/Data/Functor/Alt.hs, nothing )
[119 of 368] Compiling Rebase.Data.Functor.Apply ( library/Rebase/Data/Functor/Apply.hs, nothing )
[120 of 368] Compiling Rebase.Data.Functor.Bind ( library/Rebase/Data/Functor/Bind.hs, nothing )
[121 of 368] Compiling Rebase.Data.Functor.Bind.Class ( library/Rebase/Data/Functor/Bind/Class.hs, nothing )
[122 of 368] Compiling Rebase.Data.Functor.Bind.Trans ( library/Rebase/Data/Functor/Bind/Trans.hs, nothing )
[123 of 368] Compiling Rebase.Data.Functor.Classes ( library/Rebase/Data/Functor/Classes.hs, nothing )
[124 of 368] Compiling Rebase.Data.Functor.Compose ( library/Rebase/Data/Functor/Compose.hs, nothing )
[125 of 368] Compiling Rebase.Data.Functor.Constant ( library/Rebase/Data/Functor/Constant.hs, nothing )
[126 of 368] Compiling Rebase.Data.Functor.Contravariant ( library/Rebase/Data/Functor/Contravariant.hs, nothing )
[127 of 368] Compiling Rebase.Data.Functor.Contravariant.Compose ( library/Rebase/Data/Functor/Contravariant/Compose.hs, nothing )
[128 of 368] Compiling Rebase.Data.Functor.Contravariant.Divisible ( library/Rebase/Data/Functor/Contravariant/Divisible.hs, nothing )
[129 of 368] Compiling Rebase.Data.Functor.Extend ( library/Rebase/Data/Functor/Extend.hs, nothing )
[130 of 368] Compiling Rebase.Data.Functor.Identity ( library/Rebase/Data/Functor/Identity.hs, nothing )
[131 of 368] Compiling Rebase.Data.Functor.Invariant ( library/Rebase/Data/Functor/Invariant.hs, nothing )
[132 of 368] Compiling Rebase.Data.Functor.Invariant.TH ( library/Rebase/Data/Functor/Invariant/TH.hs, nothing )
[133 of 368] Compiling Rebase.Data.Functor.Plus ( library/Rebase/Data/Functor/Plus.hs, nothing )
[134 of 368] Compiling Rebase.Data.Functor.Product ( library/Rebase/Data/Functor/Product.hs, nothing )
[135 of 368] Compiling Rebase.Data.Functor.Reverse ( library/Rebase/Data/Functor/Reverse.hs, nothing )
[136 of 368] Compiling Rebase.Data.Functor.Sum ( library/Rebase/Data/Functor/Sum.hs, nothing )
[137 of 368] Compiling Rebase.Data.Graph ( library/Rebase/Data/Graph.hs, nothing )
[138 of 368] Compiling Rebase.Data.Group ( library/Rebase/Data/Group.hs, nothing )
[139 of 368] Compiling Rebase.Data.Groupoid ( library/Rebase/Data/Groupoid.hs, nothing )
[140 of 368] Compiling Rebase.Data.HashMap.Lazy ( library/Rebase/Data/HashMap/Lazy.hs, nothing )
[141 of 368] Compiling Rebase.Data.HashMap.Strict ( library/Rebase/Data/HashMap/Strict.hs, nothing )
[142 of 368] Compiling Rebase.Data.HashSet ( library/Rebase/Data/HashSet.hs, nothing )
[143 of 368] Compiling Rebase.Data.Hashable ( library/Rebase/Data/Hashable.hs, nothing )
[144 of 368] Compiling Rebase.Data.IORef ( library/Rebase/Data/IORef.hs, nothing )
[145 of 368] Compiling Rebase.Data.Int ( library/Rebase/Data/Int.hs, nothing )
[146 of 368] Compiling Rebase.Data.IntMap ( library/Rebase/Data/IntMap.hs, nothing )
[147 of 368] Compiling Rebase.Data.IntMap.Lazy ( library/Rebase/Data/IntMap/Lazy.hs, nothing )
[148 of 368] Compiling Rebase.Data.IntMap.Strict ( library/Rebase/Data/IntMap/Strict.hs, nothing )
[149 of 368] Compiling Rebase.Data.IntSet ( library/Rebase/Data/IntSet.hs, nothing )
[150 of 368] Compiling Rebase.Data.Isomorphism ( library/Rebase/Data/Isomorphism.hs, nothing )
[151 of 368] Compiling Rebase.Data.Ix ( library/Rebase/Data/Ix.hs, nothing )
[152 of 368] Compiling Rebase.Data.Kind ( library/Rebase/Data/Kind.hs, nothing )
[153 of 368] Compiling Rebase.Data.List ( library/Rebase/Data/List.hs, nothing )
[154 of 368] Compiling Rebase.Data.List.NonEmpty ( library/Rebase/Data/List/NonEmpty.hs, nothing )
[155 of 368] Compiling Rebase.Data.Map ( library/Rebase/Data/Map.hs, nothing )
[156 of 368] Compiling Rebase.Data.Map.Lazy ( library/Rebase/Data/Map/Lazy.hs, nothing )
[157 of 368] Compiling Rebase.Data.Map.Strict ( library/Rebase/Data/Map/Strict.hs, nothing )
[158 of 368] Compiling Rebase.Data.Maybe ( library/Rebase/Data/Maybe.hs, nothing )
[159 of 368] Compiling Rebase.Data.Monoid ( library/Rebase/Data/Monoid.hs, nothing )
[160 of 368] Compiling Rebase.Data.Ord ( library/Rebase/Data/Ord.hs, nothing )
[161 of 368] Compiling Rebase.Data.Profunctor ( library/Rebase/Data/Profunctor.hs, nothing )
[162 of 368] Compiling Rebase.Data.Profunctor.Adjunction ( library/Rebase/Data/Profunctor/Adjunction.hs, nothing )
[163 of 368] Compiling Rebase.Data.Profunctor.Cayley ( library/Rebase/Data/Profunctor/Cayley.hs, nothing )
[164 of 368] Compiling Rebase.Data.Profunctor.Choice ( library/Rebase/Data/Profunctor/Choice.hs, nothing )
[165 of 368] Compiling Rebase.Data.Profunctor.Closed ( library/Rebase/Data/Profunctor/Closed.hs, nothing )
[166 of 368] Compiling Rebase.Data.Profunctor.Composition ( library/Rebase/Data/Profunctor/Composition.hs, nothing )
[167 of 368] Compiling Rebase.Data.Profunctor.Mapping ( library/Rebase/Data/Profunctor/Mapping.hs, nothing )
[168 of 368] Compiling Rebase.Data.Profunctor.Monad ( library/Rebase/Data/Profunctor/Monad.hs, nothing )
[169 of 368] Compiling Rebase.Data.Profunctor.Ran ( library/Rebase/Data/Profunctor/Ran.hs, nothing )
[170 of 368] Compiling Rebase.Data.Profunctor.Rep ( library/Rebase/Data/Profunctor/Rep.hs, nothing )
[171 of 368] Compiling Rebase.Data.Profunctor.Sieve ( library/Rebase/Data/Profunctor/Sieve.hs, nothing )
[172 of 368] Compiling Rebase.Data.Profunctor.Strong ( library/Rebase/Data/Profunctor/Strong.hs, nothing )
[173 of 368] Compiling Rebase.Data.Profunctor.Traversing ( library/Rebase/Data/Profunctor/Traversing.hs, nothing )
[174 of 368] Compiling Rebase.Data.Profunctor.Types ( library/Rebase/Data/Profunctor/Types.hs, nothing )
[175 of 368] Compiling Rebase.Data.Profunctor.Unsafe ( library/Rebase/Data/Profunctor/Unsafe.hs, nothing )
[176 of 368] Compiling Rebase.Data.Profunctor.Yoneda ( library/Rebase/Data/Profunctor/Yoneda.hs, nothing )
[177 of 368] Compiling Rebase.Data.Proxy ( library/Rebase/Data/Proxy.hs, nothing )
[178 of 368] Compiling Rebase.Data.Ratio ( library/Rebase/Data/Ratio.hs, nothing )
[179 of 368] Compiling Rebase.Data.STRef ( library/Rebase/Data/STRef.hs, nothing )
[180 of 368] Compiling Rebase.Data.STRef.Lazy ( library/Rebase/Data/STRef/Lazy.hs, nothing )
[181 of 368] Compiling Rebase.Data.STRef.Strict ( library/Rebase/Data/STRef/Strict.hs, nothing )
[182 of 368] Compiling Rebase.Data.Scientific ( library/Rebase/Data/Scientific.hs, nothing )
[183 of 368] Compiling Rebase.Data.Semigroup ( library/Rebase/Data/Semigroup.hs, nothing )
[184 of 368] Compiling Rebase.Data.Semigroup.Bifoldable ( library/Rebase/Data/Semigroup/Bifoldable.hs, nothing )
[185 of 368] Compiling Rebase.Data.Semigroup.Bitraversable ( library/Rebase/Data/Semigroup/Bitraversable.hs, nothing )
[186 of 368] Compiling Rebase.Data.Semigroup.Foldable ( library/Rebase/Data/Semigroup/Foldable.hs, nothing )
[187 of 368] Compiling Rebase.Data.Semigroup.Traversable ( library/Rebase/Data/Semigroup/Traversable.hs, nothing )
[188 of 368] Compiling Rebase.Data.Semigroup.Traversable.Class ( library/Rebase/Data/Semigroup/Traversable/Class.hs, nothing )
[189 of 368] Compiling Rebase.Data.Semigroupoid ( library/Rebase/Data/Semigroupoid.hs, nothing )
[190 of 368] Compiling Rebase.Data.Semigroupoid.Dual ( library/Rebase/Data/Semigroupoid/Dual.hs, nothing )
[191 of 368] Compiling Rebase.Data.Semigroupoid.Ob ( library/Rebase/Data/Semigroupoid/Ob.hs, nothing )
[192 of 368] Compiling Rebase.Data.Semigroupoid.Static ( library/Rebase/Data/Semigroupoid/Static.hs, nothing )
[193 of 368] Compiling Rebase.Data.Sequence ( library/Rebase/Data/Sequence.hs, nothing )
[194 of 368] Compiling Rebase.Data.Set ( library/Rebase/Data/Set.hs, nothing )
[195 of 368] Compiling Rebase.Data.String ( library/Rebase/Data/String.hs, nothing )
[196 of 368] Compiling Rebase.Data.Text ( library/Rebase/Data/Text.hs, nothing )
[197 of 368] Compiling Rebase.Data.Text.Array ( library/Rebase/Data/Text/Array.hs, nothing )
[198 of 368] Compiling Rebase.Data.Text.Encoding ( library/Rebase/Data/Text/Encoding.hs, nothing )
[199 of 368] Compiling Rebase.Data.Text.Encoding.Error ( library/Rebase/Data/Text/Encoding/Error.hs, nothing )
[200 of 368] Compiling Rebase.Data.Text.Foreign ( library/Rebase/Data/Text/Foreign.hs, nothing )
[201 of 368] Compiling Rebase.Data.Text.IO ( library/Rebase/Data/Text/IO.hs, nothing )
[202 of 368] Compiling Rebase.Data.Text.Internal ( library/Rebase/Data/Text/Internal.hs, nothing )
[203 of 368] Compiling Rebase.Data.Text.Lazy ( library/Rebase/Data/Text/Lazy.hs, nothing )
[204 of 368] Compiling Rebase.Data.Text.Lazy.Builder ( library/Rebase/Data/Text/Lazy/Builder.hs, nothing )
[205 of 368] Compiling Rebase.Data.Text.Lazy.Builder.Int ( library/Rebase/Data/Text/Lazy/Builder/Int.hs, nothing )
[206 of 368] Compiling Rebase.Data.Text.Lazy.Builder.RealFloat ( library/Rebase/Data/Text/Lazy/Builder/RealFloat.hs, nothing )
[207 of 368] Compiling Rebase.Data.Text.Lazy.Builder.Scientific ( library/Rebase/Data/Text/Lazy/Builder/Scientific.hs, nothing )
[208 of 368] Compiling Rebase.Data.Text.Lazy.Encoding ( library/Rebase/Data/Text/Lazy/Encoding.hs, nothing )
[209 of 368] Compiling Rebase.Data.Text.Lazy.IO ( library/Rebase/Data/Text/Lazy/IO.hs, nothing )
[210 of 368] Compiling Rebase.Data.Text.Lazy.Read ( library/Rebase/Data/Text/Lazy/Read.hs, nothing )
[211 of 368] Compiling Rebase.Data.Text.Read ( library/Rebase/Data/Text/Read.hs, nothing )
[212 of 368] Compiling Rebase.Data.Text.Unsafe ( library/Rebase/Data/Text/Unsafe.hs, nothing )
[213 of 368] Compiling Rebase.Data.Time ( library/Rebase/Data/Time.hs, nothing )
[214 of 368] Compiling Rebase.Data.Time.Calendar ( library/Rebase/Data/Time/Calendar.hs, nothing )
[215 of 368] Compiling Rebase.Data.Time.Calendar.Easter ( library/Rebase/Data/Time/Calendar/Easter.hs, nothing )
[216 of 368] Compiling Rebase.Data.Time.Calendar.Julian ( library/Rebase/Data/Time/Calendar/Julian.hs, nothing )
[217 of 368] Compiling Rebase.Data.Time.Calendar.MonthDay ( library/Rebase/Data/Time/Calendar/MonthDay.hs, nothing )
[218 of 368] Compiling Rebase.Data.Time.Calendar.OrdinalDate ( library/Rebase/Data/Time/Calendar/OrdinalDate.hs, nothing )
[219 of 368] Compiling Rebase.Data.Time.Calendar.WeekDate ( library/Rebase/Data/Time/Calendar/WeekDate.hs, nothing )
[220 of 368] Compiling Rebase.Data.Time.Clock ( library/Rebase/Data/Time/Clock.hs, nothing )
[221 of 368] Compiling Rebase.Data.Time.Clock.POSIX ( library/Rebase/Data/Time/Clock/POSIX.hs, nothing )
[222 of 368] Compiling Rebase.Data.Time.Clock.System ( library/Rebase/Data/Time/Clock/System.hs, nothing )
[223 of 368] Compiling Rebase.Data.Time.Clock.TAI ( library/Rebase/Data/Time/Clock/TAI.hs, nothing )
[224 of 368] Compiling Rebase.Data.Time.Compat ( library/Rebase/Data/Time/Compat.hs, nothing )
[225 of 368] Compiling Rebase.Data.Time.Format ( library/Rebase/Data/Time/Format.hs, nothing )
[226 of 368] Compiling Rebase.Data.Time.Format.ISO8601 ( library/Rebase/Data/Time/Format/ISO8601.hs, nothing )
[227 of 368] Compiling Rebase.Data.Time.LocalTime ( library/Rebase/Data/Time/LocalTime.hs, nothing )
[228 of 368] Compiling Rebase.Data.Traversable ( library/Rebase/Data/Traversable.hs, nothing )
[229 of 368] Compiling Rebase.Data.Traversable.Instances ( library/Rebase/Data/Traversable/Instances.hs, nothing )
[230 of 368] Compiling Rebase.Data.Tree ( library/Rebase/Data/Tree.hs, nothing )
[231 of 368] Compiling Rebase.Data.Tuple ( library/Rebase/Data/Tuple.hs, nothing )
[232 of 368] Compiling Rebase.Data.Type.Bool ( library/Rebase/Data/Type/Bool.hs, nothing )
[233 of 368] Compiling Rebase.Data.Type.Coercion ( library/Rebase/Data/Type/Coercion.hs, nothing )
[234 of 368] Compiling Rebase.Data.Type.Equality ( library/Rebase/Data/Type/Equality.hs, nothing )
[235 of 368] Compiling Rebase.Data.Typeable ( library/Rebase/Data/Typeable.hs, nothing )
[236 of 368] Compiling Rebase.Data.UUID ( library/Rebase/Data/UUID.hs, nothing )
[237 of 368] Compiling Rebase.Data.Unique ( library/Rebase/Data/Unique.hs, nothing )
[238 of 368] Compiling Rebase.Data.Vector ( library/Rebase/Data/Vector.hs, nothing )
[239 of 368] Compiling Rebase.Data.Vector.Fusion.Stream.Monadic ( library/Rebase/Data/Vector/Fusion/Stream/Monadic.hs, nothing )
[240 of 368] Compiling Rebase.Data.Vector.Fusion.Util ( library/Rebase/Data/Vector/Fusion/Util.hs, nothing )
[241 of 368] Compiling Rebase.Data.Vector.Generic ( library/Rebase/Data/Vector/Generic.hs, nothing )
[242 of 368] Compiling Rebase.Data.Vector.Generic.Base ( library/Rebase/Data/Vector/Generic/Base.hs, nothing )
[243 of 368] Compiling Rebase.Data.Vector.Generic.Mutable ( library/Rebase/Data/Vector/Generic/Mutable.hs, nothing )
[244 of 368] Compiling Rebase.Data.Vector.Generic.New ( library/Rebase/Data/Vector/Generic/New.hs, nothing )
[245 of 368] Compiling Rebase.Data.Vector.Instances ( library/Rebase/Data/Vector/Instances.hs, nothing )
[246 of 368] Compiling Rebase.Data.Vector.Internal.Check ( library/Rebase/Data/Vector/Internal/Check.hs, nothing )
[247 of 368] Compiling Rebase.Data.Vector.Mutable ( library/Rebase/Data/Vector/Mutable.hs, nothing )
[248 of 368] Compiling Rebase.Data.Vector.Primitive ( library/Rebase/Data/Vector/Primitive.hs, nothing )
[249 of 368] Compiling Rebase.Data.Vector.Primitive.Mutable ( library/Rebase/Data/Vector/Primitive/Mutable.hs, nothing )
[250 of 368] Compiling Rebase.Data.Vector.Storable ( library/Rebase/Data/Vector/Storable.hs, nothing )
[251 of 368] Compiling Rebase.Data.Vector.Storable.Internal ( library/Rebase/Data/Vector/Storable/Internal.hs, nothing )
[252 of 368] Compiling Rebase.Data.Vector.Storable.Mutable ( library/Rebase/Data/Vector/Storable/Mutable.hs, nothing )
[253 of 368] Compiling Rebase.Data.Vector.Unboxed ( library/Rebase/Data/Vector/Unboxed.hs, nothing )
[254 of 368] Compiling Rebase.Data.Vector.Unboxed.Base ( library/Rebase/Data/Vector/Unboxed/Base.hs, nothing )
[255 of 368] Compiling Rebase.Data.Vector.Unboxed.Mutable ( library/Rebase/Data/Vector/Unboxed/Mutable.hs, nothing )
[256 of 368] Compiling Rebase.Data.Version ( library/Rebase/Data/Version.hs, nothing )
[257 of 368] Compiling Rebase.Data.Void ( library/Rebase/Data/Void.hs, nothing )
[258 of 368] Compiling Rebase.Data.Void.Unsafe ( library/Rebase/Data/Void/Unsafe.hs, nothing )
[259 of 368] Compiling Rebase.Data.Word ( library/Rebase/Data/Word.hs, nothing )
[260 of 368] Compiling Rebase.Debug.Trace ( library/Rebase/Debug/Trace.hs, nothing )
[261 of 368] Compiling Rebase.Foreign ( library/Rebase/Foreign.hs, nothing )
[262 of 368] Compiling Rebase.Foreign.C ( library/Rebase/Foreign/C.hs, nothing )
[263 of 368] Compiling Rebase.Foreign.C.Error ( library/Rebase/Foreign/C/Error.hs, nothing )
[264 of 368] Compiling Rebase.Foreign.C.String ( library/Rebase/Foreign/C/String.hs, nothing )
[265 of 368] Compiling Rebase.Foreign.C.Types ( library/Rebase/Foreign/C/Types.hs, nothing )
[266 of 368] Compiling Rebase.Foreign.Concurrent ( library/Rebase/Foreign/Concurrent.hs, nothing )
[267 of 368] Compiling Rebase.Foreign.ForeignPtr ( library/Rebase/Foreign/ForeignPtr.hs, nothing )
[268 of 368] Compiling Rebase.Foreign.ForeignPtr.Unsafe ( library/Rebase/Foreign/ForeignPtr/Unsafe.hs, nothing )
[269 of 368] Compiling Rebase.Foreign.Marshal ( library/Rebase/Foreign/Marshal.hs, nothing )
[270 of 368] Compiling Rebase.Foreign.Marshal.Alloc ( library/Rebase/Foreign/Marshal/Alloc.hs, nothing )
[271 of 368] Compiling Rebase.Foreign.Marshal.Array ( library/Rebase/Foreign/Marshal/Array.hs, nothing )
[272 of 368] Compiling Rebase.Foreign.Marshal.Error ( library/Rebase/Foreign/Marshal/Error.hs, nothing )
[273 of 368] Compiling Rebase.Foreign.Marshal.Pool ( library/Rebase/Foreign/Marshal/Pool.hs, nothing )
[274 of 368] Compiling Rebase.Foreign.Marshal.Safe ( library/Rebase/Foreign/Marshal/Safe.hs, nothing )
library/Rebase/Foreign/Marshal/Safe.hs:6:1: warning: [GHC-15328] [-Wdeprecations]
Module Foreign.Marshal.Safe is deprecated:
"Safe is now the default, please use Foreign.Marshal instead"
|
6 | import Foreign.Marshal.Safe
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[275 of 368] Compiling Rebase.Foreign.Marshal.Unsafe ( library/Rebase/Foreign/Marshal/Unsafe.hs, nothing )
[276 of 368] Compiling Rebase.Foreign.Marshal.Utils ( library/Rebase/Foreign/Marshal/Utils.hs, nothing )
[277 of 368] Compiling Rebase.Foreign.Ptr ( library/Rebase/Foreign/Ptr.hs, nothing )
[278 of 368] Compiling Rebase.Foreign.StablePtr ( library/Rebase/Foreign/StablePtr.hs, nothing )
[279 of 368] Compiling Rebase.Foreign.Storable ( library/Rebase/Foreign/Storable.hs, nothing )
[280 of 368] Compiling Rebase.GHC.Arr ( library/Rebase/GHC/Arr.hs, nothing )
[281 of 368] Compiling Rebase.GHC.Base ( library/Rebase/GHC/Base.hs, nothing )
[282 of 368] Compiling Rebase.GHC.Char ( library/Rebase/GHC/Char.hs, nothing )
[283 of 368] Compiling Rebase.GHC.Conc ( library/Rebase/GHC/Conc.hs, nothing )
[284 of 368] Compiling Rebase.GHC.Conc.IO ( library/Rebase/GHC/Conc/IO.hs, nothing )
[285 of 368] Compiling Rebase.GHC.Conc.Signal ( library/Rebase/GHC/Conc/Signal.hs, nothing )
[286 of 368] Compiling Rebase.GHC.Conc.Sync ( library/Rebase/GHC/Conc/Sync.hs, nothing )
[287 of 368] Compiling Rebase.GHC.Enum ( library/Rebase/GHC/Enum.hs, nothing )
[288 of 368] Compiling Rebase.GHC.Environment ( library/Rebase/GHC/Environment.hs, nothing )
[289 of 368] Compiling Rebase.GHC.Err ( library/Rebase/GHC/Err.hs, nothing )
[290 of 368] Compiling Rebase.GHC.Exception ( library/Rebase/GHC/Exception.hs, nothing )
[291 of 368] Compiling Rebase.GHC.Exts ( library/Rebase/GHC/Exts.hs, nothing )
[292 of 368] Compiling Rebase.GHC.Fingerprint ( library/Rebase/GHC/Fingerprint.hs, nothing )
[293 of 368] Compiling Rebase.GHC.Fingerprint.Type ( library/Rebase/GHC/Fingerprint/Type.hs, nothing )
[294 of 368] Compiling Rebase.GHC.Float ( library/Rebase/GHC/Float.hs, nothing )
[295 of 368] Compiling Rebase.GHC.Float.ConversionUtils ( library/Rebase/GHC/Float/ConversionUtils.hs, nothing )
[296 of 368] Compiling Rebase.GHC.Float.RealFracMethods ( library/Rebase/GHC/Float/RealFracMethods.hs, nothing )
[297 of 368] Compiling Rebase.GHC.Foreign ( library/Rebase/GHC/Foreign.hs, nothing )
[298 of 368] Compiling Rebase.GHC.ForeignPtr ( library/Rebase/GHC/ForeignPtr.hs, nothing )
[299 of 368] Compiling Rebase.GHC.Generics ( library/Rebase/GHC/Generics.hs, nothing )
[300 of 368] Compiling Rebase.GHC.IO ( library/Rebase/GHC/IO.hs, nothing )
[301 of 368] Compiling Rebase.GHC.IO.Buffer ( library/Rebase/GHC/IO/Buffer.hs, nothing )
[302 of 368] Compiling Rebase.GHC.IO.BufferedIO ( library/Rebase/GHC/IO/BufferedIO.hs, nothing )
[303 of 368] Compiling Rebase.GHC.IO.Device ( library/Rebase/GHC/IO/Device.hs, nothing )
[304 of 368] Compiling Rebase.GHC.IO.Encoding ( library/Rebase/GHC/IO/Encoding.hs, nothing )
[305 of 368] Compiling Rebase.GHC.IO.Encoding.Failure ( library/Rebase/GHC/IO/Encoding/Failure.hs, nothing )
[306 of 368] Compiling Rebase.GHC.IO.Encoding.Iconv ( library/Rebase/GHC/IO/Encoding/Iconv.hs, nothing )
[307 of 368] Compiling Rebase.GHC.IO.Encoding.Latin1 ( library/Rebase/GHC/IO/Encoding/Latin1.hs, nothing )
[308 of 368] Compiling Rebase.GHC.IO.Encoding.Types ( library/Rebase/GHC/IO/Encoding/Types.hs, nothing )
[309 of 368] Compiling Rebase.GHC.IO.Encoding.UTF16 ( library/Rebase/GHC/IO/Encoding/UTF16.hs, nothing )
[310 of 368] Compiling Rebase.GHC.IO.Encoding.UTF32 ( library/Rebase/GHC/IO/Encoding/UTF32.hs, nothing )
[311 of 368] Compiling Rebase.GHC.IO.Encoding.UTF8 ( library/Rebase/GHC/IO/Encoding/UTF8.hs, nothing )
[312 of 368] Compiling Rebase.GHC.IO.Exception ( library/Rebase/GHC/IO/Exception.hs, nothing )
[313 of 368] Compiling Rebase.GHC.IO.FD ( library/Rebase/GHC/IO/FD.hs, nothing )
[314 of 368] Compiling Rebase.GHC.IO.Handle ( library/Rebase/GHC/IO/Handle.hs, nothing )
[315 of 368] Compiling Rebase.GHC.IO.Handle.FD ( library/Rebase/GHC/IO/Handle/FD.hs, nothing )
[316 of 368] Compiling Rebase.GHC.IO.Handle.Internals ( library/Rebase/GHC/IO/Handle/Internals.hs, nothing )
[317 of 368] Compiling Rebase.GHC.IO.Handle.Text ( library/Rebase/GHC/IO/Handle/Text.hs, nothing )
[318 of 368] Compiling Rebase.GHC.IO.Handle.Types ( library/Rebase/GHC/IO/Handle/Types.hs, nothing )
[319 of 368] Compiling Rebase.GHC.IO.IOMode ( library/Rebase/GHC/IO/IOMode.hs, nothing )
[320 of 368] Compiling Rebase.GHC.IOArray ( library/Rebase/GHC/IOArray.hs, nothing )
[321 of 368] Compiling Rebase.GHC.IORef ( library/Rebase/GHC/IORef.hs, nothing )
[322 of 368] Compiling Rebase.GHC.Int ( library/Rebase/GHC/Int.hs, nothing )
[323 of 368] Compiling Rebase.GHC.List ( library/Rebase/GHC/List.hs, nothing )
[324 of 368] Compiling Rebase.GHC.MVar ( library/Rebase/GHC/MVar.hs, nothing )
[325 of 368] Compiling Rebase.GHC.Num ( library/Rebase/GHC/Num.hs, nothing )
[326 of 368] Compiling Rebase.GHC.OverloadedLabels ( library/Rebase/GHC/OverloadedLabels.hs, nothing )
[327 of 368] Compiling Rebase.GHC.Profiling ( library/Rebase/GHC/Profiling.hs, nothing )
[328 of 368] Compiling Rebase.GHC.Ptr ( library/Rebase/GHC/Ptr.hs, nothing )
[329 of 368] Compiling Rebase.GHC.Read ( library/Rebase/GHC/Read.hs, nothing )
[330 of 368] Compiling Rebase.GHC.Real ( library/Rebase/GHC/Real.hs, nothing )
[331 of 368] Compiling Rebase.GHC.Records ( library/Rebase/GHC/Records.hs, nothing )
[332 of 368] Compiling Rebase.GHC.ST ( library/Rebase/GHC/ST.hs, nothing )
[333 of 368] Compiling Rebase.GHC.STRef ( library/Rebase/GHC/STRef.hs, nothing )
[334 of 368] Compiling Rebase.GHC.Show ( library/Rebase/GHC/Show.hs, nothing )
[335 of 368] Compiling Rebase.GHC.Stable ( library/Rebase/GHC/Stable.hs, nothing )
[336 of 368] Compiling Rebase.GHC.Stack ( library/Rebase/GHC/Stack.hs, nothing )
[337 of 368] Compiling Rebase.GHC.Stats ( library/Rebase/GHC/Stats.hs, nothing )
[338 of 368] Compiling Rebase.GHC.Storable ( library/Rebase/GHC/Storable.hs, nothing )
[339 of 368] Compiling Rebase.GHC.TopHandler ( library/Rebase/GHC/TopHandler.hs, nothing )
[340 of 368] Compiling Rebase.GHC.TypeLits ( library/Rebase/GHC/TypeLits.hs, nothing )
[341 of 368] Compiling Rebase.GHC.TypeNats ( library/Rebase/GHC/TypeNats.hs, nothing )
[342 of 368] Compiling Rebase.GHC.Unicode ( library/Rebase/GHC/Unicode.hs, nothing )
[343 of 368] Compiling Rebase.GHC.Weak ( library/Rebase/GHC/Weak.hs, nothing )
[344 of 368] Compiling Rebase.GHC.Word ( library/Rebase/GHC/Word.hs, nothing )
[345 of 368] Compiling Rebase.Numeric ( library/Rebase/Numeric.hs, nothing )
[346 of 368] Compiling Rebase.Numeric.Natural ( library/Rebase/Numeric/Natural.hs, nothing )
[347 of 368] Compiling Rebase.System.CPUTime ( library/Rebase/System/CPUTime.hs, nothing )
[348 of 368] Compiling Rebase.System.Console.GetOpt ( library/Rebase/System/Console/GetOpt.hs, nothing )
[349 of 368] Compiling Rebase.System.Environment ( library/Rebase/System/Environment.hs, nothing )
[350 of 368] Compiling Rebase.System.Exit ( library/Rebase/System/Exit.hs, nothing )
[351 of 368] Compiling Rebase.System.IO ( library/Rebase/System/IO.hs, nothing )
[352 of 368] Compiling Rebase.System.IO.Error ( library/Rebase/System/IO/Error.hs, nothing )
[353 of 368] Compiling Rebase.System.IO.Unsafe ( library/Rebase/System/IO/Unsafe.hs, nothing )
[354 of 368] Compiling Rebase.System.Info ( library/Rebase/System/Info.hs, nothing )
[355 of 368] Compiling Rebase.System.Mem ( library/Rebase/System/Mem.hs, nothing )
[356 of 368] Compiling Rebase.System.Mem.StableName ( library/Rebase/System/Mem/StableName.hs, nothing )
[357 of 368] Compiling Rebase.System.Mem.Weak ( library/Rebase/System/Mem/Weak.hs, nothing )
[358 of 368] Compiling Rebase.System.Posix.Internals ( library/Rebase/System/Posix/Internals.hs, nothing )
[359 of 368] Compiling Rebase.System.Posix.Types ( library/Rebase/System/Posix/Types.hs, nothing )
[360 of 368] Compiling Rebase.System.Timeout ( library/Rebase/System/Timeout.hs, nothing )
[361 of 368] Compiling Rebase.Text.ParserCombinators.ReadP ( library/Rebase/Text/ParserCombinators/ReadP.hs, nothing )
[362 of 368] Compiling Rebase.Text.ParserCombinators.ReadPrec ( library/Rebase/Text/ParserCombinators/ReadPrec.hs, nothing )
[363 of 368] Compiling Rebase.Text.Printf ( library/Rebase/Text/Printf.hs, nothing )
[364 of 368] Compiling Rebase.Text.Read ( library/Rebase/Text/Read.hs, nothing )
[365 of 368] Compiling Rebase.Text.Read.Lex ( library/Rebase/Text/Read/Lex.hs, nothing )
[366 of 368] Compiling Rebase.Text.Show ( library/Rebase/Text/Show.hs, nothing )
[367 of 368] Compiling Rebase.Unsafe.Coerce ( library/Rebase/Unsafe/Coerce.hs, nothing )
[368 of 368] Compiling Rebase.Prelude ( library/Rebase/Prelude.hs, nothing )
Haddock coverage:
50% ( 1 / 2) in 'Rebase.Control.Applicative'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Applicative.Backwards'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Applicative.Lift'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Arrow'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Category'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Comonad'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Concurrent'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Concurrent.Chan'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Concurrent.MVar'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Concurrent.QSem'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Concurrent.QSemN'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Concurrent.STM'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Concurrent.STM.TArray'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Concurrent.STM.TBQueue'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Concurrent.STM.TChan'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Concurrent.STM.TMVar'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Concurrent.STM.TQueue'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Concurrent.STM.TSem'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Concurrent.STM.TVar'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.DeepSeq'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Exception'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Exception.Base'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.Cont'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.Cont.Class'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.Error.Class'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.Fail'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.Fix'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.IO.Class'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.Identity'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.RWS'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.RWS.Class'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.RWS.Lazy'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.RWS.Strict'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.Reader'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.Reader.Class'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.ST'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.ST.Lazy'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.ST.Lazy.Unsafe'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.ST.Strict'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.ST.Unsafe'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.STM'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.Signatures'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.State'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.State.Class'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.State.Lazy'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.State.Strict'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.Trans'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.Trans.Class'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.Trans.Cont'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.Trans.Except'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.Trans.Identity'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.Trans.Maybe'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.Trans.RWS'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.Trans.RWS.Lazy'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.Trans.RWS.Strict'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.Trans.Reader'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.Trans.State'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.Trans.State.Lazy'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.Trans.State.Strict'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.Trans.Writer'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.Trans.Writer.Lazy'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.Trans.Writer.Strict'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.Writer'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.Writer.Class'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.Writer.Lazy'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.Writer.Strict'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Monad.Zip'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Selective'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Selective.Free'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Selective.Multi'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Selective.Rigid.Free'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Control.Selective.Rigid.Freer'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Biapplicative'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Bifoldable'
Missing documentation for:
Module header
75% ( 3 / 4) in 'Rebase.Data.Bifunctor'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Bifunctor.Apply'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Bifunctor.Biff'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Bifunctor.Clown'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Bifunctor.Flip'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Bifunctor.Join'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Bifunctor.Joker'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Bifunctor.Product'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Bifunctor.Tannen'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Bifunctor.Wrapped'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Bitraversable'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Bits'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Bool'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.ByteString'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.ByteString.Builder'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.ByteString.Builder.Extra'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.ByteString.Builder.Internal'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.ByteString.Builder.Prim'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.ByteString.Builder.Prim.Internal'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.ByteString.Builder.Scientific'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.ByteString.Char8'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.ByteString.Internal'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.ByteString.Lazy'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.ByteString.Lazy.Char8'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.ByteString.Lazy.Internal'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.ByteString.Short'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.ByteString.Short.Internal'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.ByteString.Unsafe'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Char'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Coerce'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Complex'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.DList'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Data'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Dynamic'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Either'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Either.Combinators'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Either.Validation'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Eq'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Fixed'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Foldable'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Function'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Functor'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Functor.Alt'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Functor.Apply'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Functor.Bind'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Functor.Bind.Class'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Functor.Bind.Trans'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Functor.Classes'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Functor.Compose'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Functor.Constant'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Functor.Contravariant'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Functor.Contravariant.Compose'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Functor.Contravariant.Divisible'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Functor.Extend'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Functor.Identity'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Functor.Invariant'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Functor.Invariant.TH'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Functor.Plus'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Functor.Product'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Functor.Reverse'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Functor.Sum'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Graph'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Group'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Groupoid'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.HashMap.Lazy'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.HashMap.Strict'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.HashSet'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Hashable'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.IORef'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Int'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.IntMap'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.IntMap.Lazy'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.IntMap.Strict'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.IntSet'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Isomorphism'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Ix'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Kind'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.List'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.List.NonEmpty'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Map'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Map.Lazy'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Map.Strict'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Maybe'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Monoid'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Ord'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Profunctor'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Profunctor.Adjunction'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Profunctor.Cayley'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Profunctor.Choice'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Profunctor.Closed'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Profunctor.Composition'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Profunctor.Mapping'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Profunctor.Monad'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Profunctor.Ran'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Profunctor.Rep'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Profunctor.Sieve'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Profunctor.Strong'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Profunctor.Traversing'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Profunctor.Types'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Profunctor.Unsafe'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Profunctor.Yoneda'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Proxy'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Ratio'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.STRef'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.STRef.Lazy'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.STRef.Strict'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Scientific'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Semigroup'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Semigroup.Bifoldable'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Semigroup.Bitraversable'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Semigroup.Foldable'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Semigroup.Traversable'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Semigroup.Traversable.Class'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Semigroupoid'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Semigroupoid.Dual'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Semigroupoid.Ob'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Semigroupoid.Static'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Sequence'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Set'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.String'
Missing documentation for:
Module header
100% ( 4 / 4) in 'Rebase.Data.Text'
50% ( 1 / 2) in 'Rebase.Data.Text.Array'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Text.Encoding'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Text.Encoding.Error'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Text.Foreign'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Text.IO'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Text.Internal'
Missing documentation for:
Module header
100% ( 4 / 4) in 'Rebase.Data.Text.Lazy'
50% ( 1 / 2) in 'Rebase.Data.Text.Lazy.Builder'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Text.Lazy.Builder.Int'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Text.Lazy.Builder.RealFloat'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Text.Lazy.Builder.Scientific'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Text.Lazy.Encoding'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Text.Lazy.IO'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Text.Lazy.Read'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Text.Read'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Text.Unsafe'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Time'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Time.Calendar'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Time.Calendar.Easter'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Time.Calendar.Julian'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Time.Calendar.MonthDay'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Time.Calendar.OrdinalDate'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Time.Calendar.WeekDate'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Time.Clock'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Time.Clock.POSIX'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Time.Clock.System'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Time.Clock.TAI'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Time.Compat'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Time.Format'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Time.Format.ISO8601'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Time.LocalTime'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Traversable'
Missing documentation for:
Module header
0% ( 0 / 1) in 'Rebase.Data.Traversable.Instances'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Tree'
Missing documentation for:
Module header
87% ( 7 / 8) in 'Rebase.Data.Tuple'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Type.Bool'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Type.Coercion'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Type.Equality'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Typeable'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.UUID'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Unique'
Missing documentation for:
Module header
Warning: Rebase.Data.Vector: Could not find documentation for exported module: Data.Vector
Warning: Rebase.Data.Vector: Couldn't find .haddock for export ++
Warning: Rebase.Data.Vector: Couldn't find .haddock for export foldr
Warning: Rebase.Data.Vector: Couldn't find .haddock for export map
Warning: Rebase.Data.Vector: Couldn't find .haddock for export !
Warning: Rebase.Data.Vector: Couldn't find .haddock for export //
Warning: Rebase.Data.Vector: Couldn't find .haddock for export accum
Warning: Rebase.Data.Vector: Couldn't find .haddock for export unsafeAccum
Warning: Rebase.Data.Vector: Couldn't find .haddock for export !?
Warning: Rebase.Data.Vector: Couldn't find .haddock for export freeze
Warning: Rebase.Data.Vector: Couldn't find .haddock for export unsafeFreeze
Warning: Rebase.Data.Vector: Couldn't find .haddock for export thaw
Warning: Rebase.Data.Vector: Couldn't find .haddock for export unsafeThaw
Warning: Rebase.Data.Vector: Couldn't find .haddock for export concat
Warning: Rebase.Data.Vector: Couldn't find .haddock for export foldl
Warning: Rebase.Data.Vector: Couldn't find .haddock for export mapMaybe
Warning: Rebase.Data.Vector: Couldn't find .haddock for export unzip
Warning: Rebase.Data.Vector: Couldn't find .haddock for export maximumBy
Warning: Rebase.Data.Vector: Couldn't find .haddock for export minimumBy
Warning: Rebase.Data.Vector: Couldn't find .haddock for export length
Warning: Rebase.Data.Vector: Couldn't find .haddock for export head
Warning: Rebase.Data.Vector: Couldn't find .haddock for export group
Warning: Rebase.Data.Vector: Couldn't find .haddock for export groupBy
Warning: Rebase.Data.Vector: Couldn't find .haddock for export foldl'
Warning: Rebase.Data.Vector: Couldn't find .haddock for export foldl1
Warning: Rebase.Data.Vector: Couldn't find .haddock for export mapM
Warning: Rebase.Data.Vector: Couldn't find .haddock for export forM
Warning: Rebase.Data.Vector: Couldn't find .haddock for export sequence
Warning: Rebase.Data.Vector: Couldn't find .haddock for export mapM_
Warning: Rebase.Data.Vector: Couldn't find .haddock for export sequence_
Warning: Rebase.Data.Vector: Couldn't find .haddock for export forM_
Warning: Rebase.Data.Vector: Couldn't find .haddock for export foldMap
Warning: Rebase.Data.Vector: Couldn't find .haddock for export filter
Warning: Rebase.Data.Vector: Couldn't find .haddock for export unfoldr
Warning: Rebase.Data.Vector: Couldn't find .haddock for export zip
Warning: Rebase.Data.Vector: Couldn't find .haddock for export enumFromTo
Warning: Rebase.Data.Vector: Couldn't find .haddock for export enumFromThenTo
Warning: Rebase.Data.Vector: Couldn't find .haddock for export fromList
Warning: Rebase.Data.Vector: Couldn't find .haddock for export fromListN
Warning: Rebase.Data.Vector: Couldn't find .haddock for export toList
Warning: Rebase.Data.Vector: Couldn't find .haddock for export empty
Warning: Rebase.Data.Vector: Couldn't find .haddock for export catMaybes
Warning: Rebase.Data.Vector: Couldn't find .haddock for export uncons
Warning: Rebase.Data.Vector: Couldn't find .haddock for export unsnoc
Warning: Rebase.Data.Vector: Couldn't find .haddock for export tail
Warning: Rebase.Data.Vector: Couldn't find .haddock for export last
Warning: Rebase.Data.Vector: Couldn't find .haddock for export init
Warning: Rebase.Data.Vector: Couldn't find .haddock for export null
Warning: Rebase.Data.Vector: Couldn't find .haddock for export foldl1'
Warning: Rebase.Data.Vector: Couldn't find .haddock for export sum
Warning: Rebase.Data.Vector: Couldn't find .haddock for export product
Warning: Rebase.Data.Vector: Couldn't find .haddock for export scanl
Warning: Rebase.Data.Vector: Couldn't find .haddock for export scanl1
Warning: Rebase.Data.Vector: Couldn't find .haddock for export scanl'
Warning: Rebase.Data.Vector: Couldn't find .haddock for export foldr'
Warning: Rebase.Data.Vector: Couldn't find .haddock for export foldr1
Warning: Rebase.Data.Vector: Couldn't find .haddock for export scanr
Warning: Rebase.Data.Vector: Couldn't find .haddock for export scanr1
Warning: Rebase.Data.Vector: Couldn't find .haddock for export maximum
Warning: Rebase.Data.Vector: Couldn't find .haddock for export minimum
Warning: Rebase.Data.Vector: Couldn't find .haddock for export replicate
Warning: Rebase.Data.Vector: Couldn't find .haddock for export takeWhile
Warning: Rebase.Data.Vector: Couldn't find .haddock for export dropWhile
Warning: Rebase.Data.Vector: Couldn't find .haddock for export take
Warning: Rebase.Data.Vector: Couldn't find .haddock for export drop
Warning: Rebase.Data.Vector: Couldn't find .haddock for export splitAt
Warning: Rebase.Data.Vector: Couldn't find .haddock for export span
Warning: Rebase.Data.Vector: Couldn't find .haddock for export break
Warning: Rebase.Data.Vector: Couldn't find .haddock for export reverse
Warning: Rebase.Data.Vector: Couldn't find .haddock for export and
Warning: Rebase.Data.Vector: Couldn't find .haddock for export or
Warning: Rebase.Data.Vector: Couldn't find .haddock for export any
Warning: Rebase.Data.Vector: Couldn't find .haddock for export all
Warning: Rebase.Data.Vector: Couldn't find .haddock for export elem
Warning: Rebase.Data.Vector: Couldn't find .haddock for export notElem
Warning: Rebase.Data.Vector: Couldn't find .haddock for export concatMap
Warning: Rebase.Data.Vector: Couldn't find .haddock for export zip3
Warning: Rebase.Data.Vector: Couldn't find .haddock for export zipWith
Warning: Rebase.Data.Vector: Couldn't find .haddock for export zipWith3
Warning: Rebase.Data.Vector: Couldn't find .haddock for export unzip3
Warning: Rebase.Data.Vector: Couldn't find .haddock for export unsafeIndex
Warning: Rebase.Data.Vector: Couldn't find .haddock for export foldMap'
Warning: Rebase.Data.Vector: Couldn't find .haddock for export find
Warning: Rebase.Data.Vector: Couldn't find .haddock for export elemIndex
Warning: Rebase.Data.Vector: Couldn't find .haddock for export elemIndices
Warning: Rebase.Data.Vector: Couldn't find .haddock for export findIndex
Warning: Rebase.Data.Vector: Couldn't find .haddock for export findIndices
Warning: Rebase.Data.Vector: Couldn't find .haddock for export partition
Warning: Rebase.Data.Vector: Couldn't find .haddock for export zip4
Warning: Rebase.Data.Vector: Couldn't find .haddock for export zip5
Warning: Rebase.Data.Vector: Couldn't find .haddock for export zip6
Warning: Rebase.Data.Vector: Couldn't find .haddock for export zipWith4
Warning: Rebase.Data.Vector: Couldn't find .haddock for export zipWith5
Warning: Rebase.Data.Vector: Couldn't find .haddock for export zipWith6
Warning: Rebase.Data.Vector: Couldn't find .haddock for export unzip4
Warning: Rebase.Data.Vector: Couldn't find .haddock for export unzip5
Warning: Rebase.Data.Vector: Couldn't find .haddock for export unzip6
Warning: Rebase.Data.Vector: Couldn't find .haddock for export singleton
Warning: Rebase.Data.Vector: Couldn't find .haddock for export filterM
Warning: Rebase.Data.Vector: Couldn't find .haddock for export zipWithM
Warning: Rebase.Data.Vector: Couldn't find .haddock for export zipWithM_
Warning: Rebase.Data.Vector: Couldn't find .haddock for export foldM
Warning: Rebase.Data.Vector: Couldn't find .haddock for export foldM_
Warning: Rebase.Data.Vector: Couldn't find .haddock for export replicateM
Warning: Rebase.Data.Vector: Couldn't find .haddock for export cons
Warning: Rebase.Data.Vector: Couldn't find .haddock for export foldr1'
Warning: Rebase.Data.Vector: Couldn't find .haddock for export copy
Warning: Rebase.Data.Vector: Couldn't find .haddock for export snoc
Warning: Rebase.Data.Vector: Couldn't find .haddock for export create
Warning: Rebase.Data.Vector: Couldn't find .haddock for export unfoldrN
Warning: Rebase.Data.Vector: Couldn't find .haddock for export unsafeHead
Warning: Rebase.Data.Vector: Couldn't find .haddock for export unsafeTail
Warning: Rebase.Data.Vector: Couldn't find .haddock for export unsafeInit
Warning: Rebase.Data.Vector: Couldn't find .haddock for export unsafeLast
Warning: Rebase.Data.Vector: Couldn't find .haddock for export unsafeTake
Warning: Rebase.Data.Vector: Couldn't find .haddock for export unsafeDrop
Warning: Rebase.Data.Vector: Couldn't find .haddock for export iterateN
Warning: Rebase.Data.Vector: Couldn't find .haddock for export update
Warning: Rebase.Data.Vector: Couldn't find .haddock for export fromArray
Warning: Rebase.Data.Vector: Couldn't find .haddock for export findIndexR
Warning: Rebase.Data.Vector: Couldn't find .haddock for export force
Warning: Rebase.Data.Vector: Couldn't find .haddock for export indexed
Warning: Rebase.Data.Vector: Couldn't find .haddock for export ifoldr
Warning: Rebase.Data.Vector: Couldn't find .haddock for export ifoldl
Warning: Rebase.Data.Vector: Couldn't find .haddock for export ifoldr'
Warning: Rebase.Data.Vector: Couldn't find .haddock for export ifoldl'
Warning: Rebase.Data.Vector: Couldn't find .haddock for export imap
Warning: Rebase.Data.Vector: Couldn't find .haddock for export imapM
Warning: Rebase.Data.Vector: Couldn't find .haddock for export iforM
Warning: Rebase.Data.Vector: Couldn't find .haddock for export imapM_
Warning: Rebase.Data.Vector: Couldn't find .haddock for export iforM_
Warning: Rebase.Data.Vector: Couldn't find .haddock for export modify
Warning: Rebase.Data.Vector: Couldn't find .haddock for export indexM
Warning: Rebase.Data.Vector: Couldn't find .haddock for export generate
Warning: Rebase.Data.Vector: Couldn't find .haddock for export generateM
Warning: Rebase.Data.Vector: Couldn't find .haddock for export slice
Warning: Rebase.Data.Vector: Couldn't find .haddock for export eqBy
Warning: Rebase.Data.Vector: Couldn't find .haddock for export cmpBy
Warning: Rebase.Data.Vector: Couldn't find .haddock for export mapMaybeM
Warning: Rebase.Data.Vector: Couldn't find .haddock for export uniq
Warning: Rebase.Data.Vector: Couldn't find .haddock for export fold1M
Warning: Rebase.Data.Vector: Couldn't find .haddock for export foldM'
Warning: Rebase.Data.Vector: Couldn't find .haddock for export fold1M'
Warning: Rebase.Data.Vector: Couldn't find .haddock for export unfoldrM
Warning: Rebase.Data.Vector: Couldn't find .haddock for export unfoldrNM
Warning: Rebase.Data.Vector: Couldn't find .haddock for export unfoldrExactN
Warning: Rebase.Data.Vector: Couldn't find .haddock for export unfoldrExactNM
Warning: Rebase.Data.Vector: Couldn't find .haddock for export iterateNM
Warning: Rebase.Data.Vector: Couldn't find .haddock for export prescanl
Warning: Rebase.Data.Vector: Couldn't find .haddock for export prescanl'
Warning: Rebase.Data.Vector: Couldn't find .haddock for export postscanl
Warning: Rebase.Data.Vector: Couldn't find .haddock for export postscanl'
Warning: Rebase.Data.Vector: Couldn't find .haddock for export scanl1'
Warning: Rebase.Data.Vector: Couldn't find .haddock for export enumFromStepN
Warning: Rebase.Data.Vector: Couldn't find .haddock for export Vector
Warning: Rebase.Data.Vector: Couldn't find .haddock for export convert
Warning: Rebase.Data.Vector: Couldn't find .haddock for export accumulate
Warning: Rebase.Data.Vector: Couldn't find .haddock for export accumulate_
Warning: Rebase.Data.Vector: Couldn't find .haddock for export backpermute
Warning: Rebase.Data.Vector: Couldn't find .haddock for export breakR
Warning: Rebase.Data.Vector: Couldn't find .haddock for export constructN
Warning: Rebase.Data.Vector: Couldn't find .haddock for export constructrN
Warning: Rebase.Data.Vector: Couldn't find .haddock for export createT
Warning: Rebase.Data.Vector: Couldn't find .haddock for export enumFromN
Warning: Rebase.Data.Vector: Couldn't find .haddock for export fold1M'_
Warning: Rebase.Data.Vector: Couldn't find .haddock for export fold1M_
Warning: Rebase.Data.Vector: Couldn't find .haddock for export foldM'_
Warning: Rebase.Data.Vector: Couldn't find .haddock for export headM
Warning: Rebase.Data.Vector: Couldn't find .haddock for export ifilter
Warning: Rebase.Data.Vector: Couldn't find .haddock for export ifoldM
Warning: Rebase.Data.Vector: Couldn't find .haddock for export ifoldM'
Warning: Rebase.Data.Vector: Couldn't find .haddock for export ifoldM'_
Warning: Rebase.Data.Vector: Couldn't find .haddock for export ifoldM_
Warning: Rebase.Data.Vector: Couldn't find .haddock for export imapMaybe
Warning: Rebase.Data.Vector: Couldn't find .haddock for export imapMaybeM
Warning: Rebase.Data.Vector: Couldn't find .haddock for export iscanl
Warning: Rebase.Data.Vector: Couldn't find .haddock for export iscanl'
Warning: Rebase.Data.Vector: Couldn't find .haddock for export iscanr
Warning: Rebase.Data.Vector: Couldn't find .haddock for export iscanr'
Warning: Rebase.Data.Vector: Couldn't find .haddock for export izipWith
Warning: Rebase.Data.Vector: Couldn't find .haddock for export izipWith3
Warning: Rebase.Data.Vector: Couldn't find .haddock for export izipWith4
Warning: Rebase.Data.Vector: Couldn't find .haddock for export izipWith5
Warning: Rebase.Data.Vector: Couldn't find .haddock for export izipWith6
Warning: Rebase.Data.Vector: Couldn't find .haddock for export izipWithM
Warning: Rebase.Data.Vector: Couldn't find .haddock for export izipWithM_
Warning: Rebase.Data.Vector: Couldn't find .haddock for export lastM
Warning: Rebase.Data.Vector: Couldn't find .haddock for export maxIndex
Warning: Rebase.Data.Vector: Couldn't find .haddock for export maxIndexBy
Warning: Rebase.Data.Vector: Couldn't find .haddock for export maximumOn
Warning: Rebase.Data.Vector: Couldn't find .haddock for export minIndex
Warning: Rebase.Data.Vector: Couldn't find .haddock for export minIndexBy
Warning: Rebase.Data.Vector: Couldn't find .haddock for export minimumOn
Warning: Rebase.Data.Vector: Couldn't find .haddock for export partitionWith
Warning: Rebase.Data.Vector: Couldn't find .haddock for export postscanr
Warning: Rebase.Data.Vector: Couldn't find .haddock for export postscanr'
Warning: Rebase.Data.Vector: Couldn't find .haddock for export prescanr
Warning: Rebase.Data.Vector: Couldn't find .haddock for export prescanr'
Warning: Rebase.Data.Vector: Couldn't find .haddock for export scanr'
Warning: Rebase.Data.Vector: Couldn't find .haddock for export scanr1'
Warning: Rebase.Data.Vector: Couldn't find .haddock for export spanR
Warning: Rebase.Data.Vector: Couldn't find .haddock for export unsafeAccumulate
Warning: Rebase.Data.Vector: Couldn't find .haddock for export unsafeAccumulate_
Warning: Rebase.Data.Vector: Couldn't find .haddock for export unsafeBackpermute
Warning: Rebase.Data.Vector: Couldn't find .haddock for export unsafeCopy
Warning: Rebase.Data.Vector: Couldn't find .haddock for export unsafeHeadM
Warning: Rebase.Data.Vector: Couldn't find .haddock for export unsafeIndexM
Warning: Rebase.Data.Vector: Couldn't find .haddock for export unsafeLastM
Warning: Rebase.Data.Vector: Couldn't find .haddock for export unsafeSlice
Warning: Rebase.Data.Vector: Couldn't find .haddock for export unsafeUpd
Warning: Rebase.Data.Vector: Couldn't find .haddock for export unsafeUpdate
Warning: Rebase.Data.Vector: Couldn't find .haddock for export unsafeUpdate_
Warning: Rebase.Data.Vector: Couldn't find .haddock for export unstablePartition
Warning: Rebase.Data.Vector: Couldn't find .haddock for export update_
Warning: Rebase.Data.Vector: Couldn't find .haddock for export MVector
Warning: Rebase.Data.Vector: Couldn't find .haddock for export toArray
Warning: Rebase.Data.Vector: Couldn't find .haddock for export toArraySlice
Warning: Rebase.Data.Vector: Couldn't find .haddock for export unsafeFromArraySlice
0% ( 0 /218) in 'Rebase.Data.Vector'
Missing documentation for:
Module header
++
foldr
map
!
//
accum
unsafeAccum
!?
freeze
unsafeFreeze
thaw
unsafeThaw
concat
foldl
mapMaybe
unzip
maximumBy
minimumBy
length
head
group
groupBy
foldl'
foldl1
mapM
forM
sequence
mapM_
sequence_
forM_
foldMap
filter
unfoldr
zip
enumFromTo
enumFromThenTo
fromList
fromListN
toList
empty
catMaybes
uncons
unsnoc
tail
last
init
null
foldl1'
sum
product
scanl
scanl1
scanl'
foldr'
foldr1
scanr
scanr1
maximum
minimum
replicate
takeWhile
dropWhile
take
drop
splitAt
span
break
reverse
and
or
any
all
elem
notElem
concatMap
zip3
zipWith
zipWith3
unzip3
unsafeIndex
foldMap'
find
elemIndex
elemIndices
findIndex
findIndices
partition
zip4
zip5
zip6
zipWith4
zipWith5
zipWith6
unzip4
unzip5
unzip6
singleton
filterM
zipWithM
zipWithM_
foldM
foldM_
replicateM
cons
foldr1'
copy
snoc
create
unfoldrN
unsafeHead
unsafeTail
unsafeInit
unsafeLast
unsafeTake
unsafeDrop
iterateN
update
fromArray
findIndexR
force
indexed
ifoldr
ifoldl
ifoldr'
ifoldl'
imap
imapM
iforM
imapM_
iforM_
modify
indexM
generate
generateM
slice
eqBy
cmpBy
mapMaybeM
uniq
fold1M
foldM'
fold1M'
unfoldrM
unfoldrNM
unfoldrExactN
unfoldrExactNM
iterateNM
prescanl
prescanl'
postscanl
postscanl'
scanl1'
enumFromStepN
Vector
convert
accumulate
accumulate_
backpermute
breakR
constructN
constructrN
createT
enumFromN
fold1M'_
fold1M_
foldM'_
headM
ifilter
ifoldM
ifoldM'
ifoldM'_
ifoldM_
imapMaybe
imapMaybeM
iscanl
iscanl'
iscanr
iscanr'
izipWith
izipWith3
izipWith4
izipWith5
izipWith6
izipWithM
izipWithM_
lastM
maxIndex
maxIndexBy
maximumOn
minIndex
minIndexBy
minimumOn
partitionWith
postscanr
postscanr'
prescanr
prescanr'
scanr'
scanr1'
spanR
unsafeAccumulate
unsafeAccumulate_
unsafeBackpermute
unsafeCopy
unsafeHeadM
unsafeIndexM
unsafeLastM
unsafeSlice
unsafeUpd
unsafeUpdate
unsafeUpdate_
unstablePartition
update_
MVector
toArray
toArraySlice
unsafeFromArraySlice
Warning: Rebase.Data.Vector.Fusion.Stream.Monadic: Could not find documentation for exported module: Data.Vector.Fusion.Stream.Monadic
77% ( 92 /118) in 'Rebase.Data.Vector.Fusion.Stream.Monadic'
Missing documentation for:
Module header
mapMaybe
zip
catMaybes
and
or
concatMap
zip3
zipWith
zipWith3
zip4
zip5
zip6
zipWith4
zipWith5
zipWith6
zipWithM_
unfoldrN
liftBox
generate
unbox
zipWith3M
zipWith4M
zipWith5M
zipWith6M
concatMapM
Warning: Rebase.Data.Vector.Fusion.Util: Could not find documentation for exported module: Data.Vector.Fusion.Util
Warning: Rebase.Data.Vector.Fusion.Util: Couldn't find .haddock for export Id
Warning: Rebase.Data.Vector.Fusion.Util: Couldn't find .haddock for export delay_inline
Warning: Rebase.Data.Vector.Fusion.Util: Couldn't find .haddock for export delayed_min
16% ( 1 / 6) in 'Rebase.Data.Vector.Fusion.Util'
Missing documentation for:
Module header
Id
liftBox
delay_inline
delayed_min
Warning: Rebase.Data.Vector.Generic: Could not find documentation for exported module: Data.Vector.Generic
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export ++
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export foldr
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export map
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export !
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export //
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export accum
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unsafeAccum
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export !?
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export freeze
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unsafeFreeze
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export thaw
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unsafeThaw
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export concat
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export foldl
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export mapMaybe
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unzip
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export maximumBy
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export minimumBy
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export showsPrec
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export length
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export head
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export group
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export groupBy
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export foldl'
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export foldl1
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export mapM
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export forM
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export sequence
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export new
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export mapM_
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export sequence_
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export forM_
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export foldMap
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export filter
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unfoldr
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export zip
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export enumFromTo
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export enumFromThenTo
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export fromList
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export fromListN
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export toList
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export empty
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export uncons
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unsnoc
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export tail
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export last
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export init
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export null
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export foldl1'
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export sum
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export product
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export scanl
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export scanl1
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export scanl'
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export foldr'
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export foldr1
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export scanr
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export scanr1
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export maximum
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export minimum
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export replicate
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export takeWhile
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export dropWhile
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export take
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export drop
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export splitAt
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export span
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export break
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export reverse
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export and
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export or
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export any
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export all
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export elem
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export notElem
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export concatMap
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export zip3
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export zipWith
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export zipWith3
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unzip3
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unsafeIndex
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export readPrec
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export foldMap'
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export find
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export elemIndex
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export elemIndices
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export findIndex
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export findIndices
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export partition
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export zip4
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export zip5
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export zip6
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export zipWith4
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export zipWith5
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export zipWith6
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unzip4
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unzip5
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unzip6
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export singleton
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export filterM
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export zipWithM
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export zipWithM_
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export foldM
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export foldM_
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export replicateM
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export cons
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export gfoldl
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export gunfold
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export liftShowsPrec
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export liftReadsPrec
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export foldr1'
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export copy
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export snoc
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export create
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unfoldrN
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unsafeHead
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unsafeTail
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unsafeInit
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unsafeLast
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unsafeTake
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unsafeDrop
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export eq
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export iterateN
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export update
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export findIndexR
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export force
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export indexed
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export ifoldr
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export ifoldl
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export ifoldr'
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export ifoldl'
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export imap
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export imapM
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export iforM
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export imapM_
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export iforM_
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export modify
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unstream
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export stream
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export indexM
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export clone
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export generate
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export generateM
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export slice
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export eqBy
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export cmpBy
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export mapMaybeM
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export uniq
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export fold1M
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export foldM'
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export fold1M'
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unfoldrM
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unfoldrNM
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unfoldrExactN
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unfoldrExactNM
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export iterateNM
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export prescanl
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export prescanl'
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export postscanl
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export postscanl'
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export scanl1'
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export enumFromStepN
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export Vector
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export Mutable
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export cmp
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export convert
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export accumulate
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export accumulate_
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export backpermute
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export breakR
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export concatNE
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export constructN
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export constructrN
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export createT
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export dataCast
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export enumFromN
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export fold1M'_
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export fold1M_
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export foldM'_
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export headM
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export ifilter
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export ifoldM
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export ifoldM'
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export ifoldM'_
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export ifoldM_
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export imapMaybe
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export imapMaybeM
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export iscanl
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export iscanl'
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export iscanr
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export iscanr'
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export izipWith
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export izipWith3
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export izipWith4
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export izipWith5
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export izipWith6
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export izipWithM
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export izipWithM_
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export lastM
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export maxIndex
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export maxIndexBy
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export maximumOn
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export minIndex
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export minIndexBy
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export minimumOn
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export mkVecConstr
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export mkVecType
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export partitionWith
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export postscanr
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export postscanr'
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export prescanr
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export prescanr'
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export scanr'
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export scanr1'
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export spanR
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unsafeAccumulate
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unsafeAccumulate_
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unsafeBackpermute
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unsafeCopy
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unsafeHeadM
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unsafeIndexM
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unsafeLastM
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unsafeSlice
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unsafeUpd
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unsafeUpdate
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unsafeUpdate_
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unstablePartition
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export update_
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unstreamR
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export mkType
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export streamR
Warning: Rebase.Data.Vector.Generic: Couldn't find .haddock for export unstreamM
0% ( 0 /233) in 'Rebase.Data.Vector.Generic'
Missing documentation for:
Module header
++
foldr
map
!
//
accum
unsafeAccum
!?
freeze
unsafeFreeze
thaw
unsafeThaw
concat
foldl
mapMaybe
unzip
maximumBy
minimumBy
showsPrec
length
head
group
groupBy
foldl'
foldl1
mapM
forM
sequence
new
mapM_
sequence_
forM_
foldMap
filter
unfoldr
zip
enumFromTo
enumFromThenTo
fromList
fromListN
toList
empty
uncons
unsnoc
tail
last
init
null
foldl1'
sum
product
scanl
scanl1
scanl'
foldr'
foldr1
scanr
scanr1
maximum
minimum
replicate
takeWhile
dropWhile
take
drop
splitAt
span
break
reverse
and
or
any
all
elem
notElem
concatMap
zip3
zipWith
zipWith3
unzip3
unsafeIndex
readPrec
foldMap'
find
elemIndex
elemIndices
findIndex
findIndices
partition
zip4
zip5
zip6
zipWith4
zipWith5
zipWith6
unzip4
unzip5
unzip6
singleton
filterM
zipWithM
zipWithM_
foldM
foldM_
replicateM
cons
gfoldl
gunfold
liftShowsPrec
liftReadsPrec
foldr1'
copy
snoc
create
unfoldrN
unsafeHead
unsafeTail
unsafeInit
unsafeLast
unsafeTake
unsafeDrop
eq
iterateN
update
findIndexR
force
indexed
ifoldr
ifoldl
ifoldr'
ifoldl'
imap
imapM
iforM
imapM_
iforM_
modify
unstream
stream
indexM
clone
generate
generateM
slice
eqBy
cmpBy
mapMaybeM
uniq
fold1M
foldM'
fold1M'
unfoldrM
unfoldrNM
unfoldrExactN
unfoldrExactNM
iterateNM
prescanl
prescanl'
postscanl
postscanl'
scanl1'
enumFromStepN
Vector
Mutable
cmp
convert
accumulate
accumulate_
backpermute
breakR
concatNE
constructN
constructrN
createT
dataCast
enumFromN
fold1M'_
fold1M_
foldM'_
headM
ifilter
ifoldM
ifoldM'
ifoldM'_
ifoldM_
imapMaybe
imapMaybeM
iscanl
iscanl'
iscanr
iscanr'
izipWith
izipWith3
izipWith4
izipWith5
izipWith6
izipWithM
izipWithM_
lastM
maxIndex
maxIndexBy
maximumOn
minIndex
minIndexBy
minimumOn
mkVecConstr
mkVecType
partitionWith
postscanr
postscanr'
prescanr
prescanr'
scanr'
scanr1'
spanR
unsafeAccumulate
unsafeAccumulate_
unsafeBackpermute
unsafeCopy
unsafeHeadM
unsafeIndexM
unsafeLastM
unsafeSlice
unsafeUpd
unsafeUpdate
unsafeUpdate_
unstablePartition
update_
unstreamR
mkType
streamR
unstreamM
Warning: Rebase.Data.Vector.Generic.Base: Could not find documentation for exported module: Data.Vector.Generic.Base
Warning: Rebase.Data.Vector.Generic.Base: Couldn't find .haddock for export Vector
Warning: Rebase.Data.Vector.Generic.Base: Couldn't find .haddock for export Mutable
0% ( 0 / 3) in 'Rebase.Data.Vector.Generic.Base'
Missing documentation for:
Module header
Vector
Mutable
Warning: Rebase.Data.Vector.Generic.Mutable: Could not find documentation for exported module: Data.Vector.Generic.Mutable
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export foldr
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export accum
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export unsafeRead
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export unsafeWrite
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export unsafeAccum
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export swap
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export foldl
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export readMaybe
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export length
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export foldl'
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export new
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export mapM_
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export forM_
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export tail
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export init
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export null
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export foldr'
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export replicate
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export take
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export drop
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export splitAt
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export reverse
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export fill
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export read
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export foldrM
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export write
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export foldM
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export replicateM
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export copy
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export clear
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export unsafeTail
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export unsafeInit
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export unsafeTake
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export unsafeDrop
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export update
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export ifoldr
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export ifoldl
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export ifoldr'
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export ifoldl'
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export imapM_
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export iforM_
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export ifoldrM
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export modify
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export unstream
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export modifyM
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export clone
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export generate
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export generateM
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export slice
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export foldM'
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export set
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export ifoldM
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export ifoldM'
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export unsafeCopy
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export unsafeSlice
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export unsafeUpdate
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export unstablePartition
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export MVector
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export munstream
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export partitionBundle
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export partitionWithBundle
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export unsafeNew
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export unstablePartitionBundle
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export transform
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export transformR
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export unstreamR
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export exchange
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export foldrM'
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export grow
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export ifoldrM'
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export move
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export nextPermutation
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export nextPermutationBy
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export overlaps
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export prevPermutation
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export prevPermutationBy
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export unsafeExchange
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export unsafeGrow
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export unsafeModify
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export unsafeModifyM
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export unsafeMove
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export unsafeSwap
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export fillR
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export growFront
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export mstream
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export mstreamR
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export munstreamR
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export unsafeGrowFront
Warning: Rebase.Data.Vector.Generic.Mutable: Couldn't find .haddock for export vunstream
3% ( 3 / 93) in 'Rebase.Data.Vector.Generic.Mutable'
Missing documentation for:
Module header
foldr
accum
unsafeRead
unsafeWrite
unsafeAccum
swap
foldl
readMaybe
length
foldl'
new
mapM_
forM_
tail
init
null
foldr'
replicate
take
drop
splitAt
reverse
fill
read
foldrM
write
foldM
replicateM
copy
clear
unsafeTail
unsafeInit
unsafeTake
unsafeDrop
update
ifoldr
ifoldl
ifoldr'
ifoldl'
imapM_
iforM_
ifoldrM
modify
unstream
modifyM
clone
generate
generateM
slice
foldM'
set
ifoldM
ifoldM'
unsafeCopy
unsafeSlice
unsafeUpdate
unstablePartition
MVector
munstream
partitionBundle
partitionWithBundle
unsafeNew
unstablePartitionBundle
transform
transformR
unstreamR
exchange
foldrM'
grow
ifoldrM'
move
nextPermutation
nextPermutationBy
overlaps
prevPermutation
prevPermutationBy
unsafeExchange
unsafeGrow
unsafeModify
unsafeModifyM
unsafeMove
unsafeSwap
fillR
growFront
mstream
mstreamR
munstreamR
unsafeGrowFront
vunstream
Warning: Rebase.Data.Vector.Generic.New: Could not find documentation for exported module: Data.Vector.Generic.New
Warning: Rebase.Data.Vector.Generic.New: Couldn't find .haddock for export tail
Warning: Rebase.Data.Vector.Generic.New: Couldn't find .haddock for export init
Warning: Rebase.Data.Vector.Generic.New: Couldn't find .haddock for export take
Warning: Rebase.Data.Vector.Generic.New: Couldn't find .haddock for export drop
Warning: Rebase.Data.Vector.Generic.New: Couldn't find .haddock for export apply
Warning: Rebase.Data.Vector.Generic.New: Couldn't find .haddock for export create
Warning: Rebase.Data.Vector.Generic.New: Couldn't find .haddock for export unsafeTail
Warning: Rebase.Data.Vector.Generic.New: Couldn't find .haddock for export unsafeInit
Warning: Rebase.Data.Vector.Generic.New: Couldn't find .haddock for export modify
Warning: Rebase.Data.Vector.Generic.New: Couldn't find .haddock for export unstream
Warning: Rebase.Data.Vector.Generic.New: Couldn't find .haddock for export run
Warning: Rebase.Data.Vector.Generic.New: Couldn't find .haddock for export slice
Warning: Rebase.Data.Vector.Generic.New: Couldn't find .haddock for export New
Warning: Rebase.Data.Vector.Generic.New: Couldn't find .haddock for export unsafeSlice
Warning: Rebase.Data.Vector.Generic.New: Couldn't find .haddock for export modifyWithBundle
Warning: Rebase.Data.Vector.Generic.New: Couldn't find .haddock for export runPrim
Warning: Rebase.Data.Vector.Generic.New: Couldn't find .haddock for export transform
Warning: Rebase.Data.Vector.Generic.New: Couldn't find .haddock for export transformR
Warning: Rebase.Data.Vector.Generic.New: Couldn't find .haddock for export unstreamR
0% ( 0 / 20) in 'Rebase.Data.Vector.Generic.New'
Missing documentation for:
Module header
tail
init
take
drop
apply
create
unsafeTail
unsafeInit
modify
unstream
run
slice
New
unsafeSlice
modifyWithBundle
runPrim
transform
transformR
unstreamR
0% ( 0 / 1) in 'Rebase.Data.Vector.Instances'
Missing documentation for:
Module header
Warning: Rebase.Data.Vector.Internal.Check: Could not find documentation for exported module: Data.Vector.Internal.Check
Warning: Rebase.Data.Vector.Internal.Check: Couldn't find .haddock for export inRange
Warning: Rebase.Data.Vector.Internal.Check: Couldn't find .haddock for export Checks
Warning: Rebase.Data.Vector.Internal.Check: Couldn't find .haddock for export check
Warning: Rebase.Data.Vector.Internal.Check: Couldn't find .haddock for export checkIndex
Warning: Rebase.Data.Vector.Internal.Check: Couldn't find .haddock for export checkSlice
Warning: Rebase.Data.Vector.Internal.Check: Couldn't find .haddock for export checkLength
Warning: Rebase.Data.Vector.Internal.Check: Couldn't find .haddock for export doChecks
Warning: Rebase.Data.Vector.Internal.Check: Couldn't find .haddock for export internalError
10% ( 1 / 10) in 'Rebase.Data.Vector.Internal.Check'
Missing documentation for:
Module header
inRange
Checks
check
checkIndex
checkSlice
checkLength
doChecks
internalError
Warning: Rebase.Data.Vector.Mutable: Could not find documentation for exported module: Data.Vector.Mutable
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export foldr
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export unsafeRead
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export unsafeWrite
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export swap
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export foldl
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export readMaybe
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export length
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export foldl'
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export new
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export mapM_
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export forM_
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export tail
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export init
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export null
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export foldr'
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export replicate
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export take
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export drop
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export splitAt
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export read
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export foldrM
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export write
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export foldM
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export replicateM
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export copy
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export clear
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export unsafeTail
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export unsafeInit
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export unsafeTake
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export unsafeDrop
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export ifoldr
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export ifoldl
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export ifoldr'
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export ifoldl'
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export imapM_
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export iforM_
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export ifoldrM
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export modify
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export modifyM
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export clone
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export generate
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export generateM
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export slice
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export foldM'
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export set
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export ifoldM
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export ifoldM'
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export unsafeCopy
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export unsafeSlice
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export MVector
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export unsafeNew
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export exchange
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export foldrM'
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export grow
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export ifoldrM'
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export move
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export nextPermutation
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export nextPermutationBy
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export overlaps
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export prevPermutation
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export prevPermutationBy
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export unsafeExchange
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export unsafeGrow
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export unsafeModify
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export unsafeModifyM
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export unsafeMove
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export unsafeSwap
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export fromMutableArray
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export toMutableArray
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export IOVector
Warning: Rebase.Data.Vector.Mutable: Couldn't find .haddock for export STVector
4% ( 3 / 75) in 'Rebase.Data.Vector.Mutable'
Missing documentation for:
Module header
foldr
unsafeRead
unsafeWrite
swap
foldl
readMaybe
length
foldl'
new
mapM_
forM_
tail
init
null
foldr'
replicate
take
drop
splitAt
read
foldrM
write
foldM
replicateM
copy
clear
unsafeTail
unsafeInit
unsafeTake
unsafeDrop
ifoldr
ifoldl
ifoldr'
ifoldl'
imapM_
iforM_
ifoldrM
modify
modifyM
clone
generate
generateM
slice
foldM'
set
ifoldM
ifoldM'
unsafeCopy
unsafeSlice
MVector
unsafeNew
exchange
foldrM'
grow
ifoldrM'
move
nextPermutation
nextPermutationBy
overlaps
prevPermutation
prevPermutationBy
unsafeExchange
unsafeGrow
unsafeModify
unsafeModifyM
unsafeMove
unsafeSwap
fromMutableArray
toMutableArray
IOVector
STVector
Warning: Rebase.Data.Vector.Primitive: Could not find documentation for exported module: Data.Vector.Primitive
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export ++
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export foldr
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export map
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export !
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export //
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export accum
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export unsafeAccum
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export !?
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export freeze
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export unsafeFreeze
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export thaw
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export unsafeThaw
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export concat
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export foldl
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export mapMaybe
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export maximumBy
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export minimumBy
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export length
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export head
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export group
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export groupBy
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export foldl'
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export foldl1
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export mapM
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export forM
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export mapM_
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export forM_
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export foldMap
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export filter
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export unfoldr
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export enumFromTo
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export enumFromThenTo
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export fromList
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export fromListN
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export toList
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export empty
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export uncons
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export unsnoc
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export tail
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export last
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export init
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export null
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export foldl1'
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export sum
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export product
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export scanl
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export scanl1
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export scanl'
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export foldr'
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export foldr1
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export scanr
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export scanr1
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export maximum
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export minimum
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export replicate
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export takeWhile
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export dropWhile
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export take
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export drop
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export splitAt
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export span
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export break
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export reverse
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export any
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export all
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export elem
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export notElem
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export concatMap
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export zipWith
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export zipWith3
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export unsafeIndex
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export foldMap'
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export find
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export elemIndex
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export elemIndices
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export findIndex
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export findIndices
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export partition
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export zipWith4
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export zipWith5
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export zipWith6
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export singleton
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export filterM
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export zipWithM
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export zipWithM_
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export foldM
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export foldM_
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export replicateM
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export cons
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export foldr1'
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export copy
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export snoc
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export create
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export unfoldrN
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export unsafeHead
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export unsafeTail
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export unsafeInit
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export unsafeLast
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export unsafeTake
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export unsafeDrop
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export iterateN
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export findIndexR
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export force
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export ifoldr
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export ifoldl
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export ifoldr'
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export ifoldl'
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export imap
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export imapM
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export iforM
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export imapM_
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export iforM_
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export modify
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export indexM
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export generate
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export generateM
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export slice
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export eqBy
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export cmpBy
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export mapMaybeM
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export uniq
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export fold1M
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export foldM'
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export fold1M'
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export unfoldrM
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export unfoldrNM
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export unfoldrExactN
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export unfoldrExactNM
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export iterateNM
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export prescanl
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export prescanl'
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export postscanl
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export postscanl'
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export scanl1'
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export enumFromStepN
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export Vector
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export convert
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export accumulate_
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export backpermute
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export breakR
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export constructN
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export constructrN
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export createT
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export enumFromN
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export fold1M'_
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export fold1M_
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export foldM'_
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export headM
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export ifilter
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export ifoldM
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export ifoldM'
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export ifoldM'_
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export ifoldM_
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export imapMaybe
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export imapMaybeM
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export iscanl
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export iscanl'
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export iscanr
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export iscanr'
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export izipWith
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export izipWith3
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export izipWith4
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export izipWith5
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export izipWith6
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export izipWithM
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export izipWithM_
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export lastM
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export maxIndex
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export maxIndexBy
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export maximumOn
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export minIndex
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export minIndexBy
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export minimumOn
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export partitionWith
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export postscanr
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export postscanr'
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export prescanr
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export prescanr'
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export scanr'
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export scanr1'
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export spanR
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export unsafeAccumulate_
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export unsafeBackpermute
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export unsafeCopy
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export unsafeHeadM
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export unsafeIndexM
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export unsafeLastM
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export unsafeSlice
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export unsafeUpd
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export unsafeUpdate_
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export unstablePartition
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export update_
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export MVector
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export unsafeCast
Warning: Rebase.Data.Vector.Primitive: Couldn't find .haddock for export unsafeCoerceVector
0% ( 1 /197) in 'Rebase.Data.Vector.Primitive'
Missing documentation for:
Module header
++
foldr
map
!
//
accum
unsafeAccum
!?
freeze
unsafeFreeze
thaw
unsafeThaw
concat
foldl
mapMaybe
maximumBy
minimumBy
length
head
group
groupBy
foldl'
foldl1
mapM
forM
mapM_
forM_
foldMap
filter
unfoldr
enumFromTo
enumFromThenTo
fromList
fromListN
toList
empty
uncons
unsnoc
tail
last
init
null
foldl1'
sum
product
scanl
scanl1
scanl'
foldr'
foldr1
scanr
scanr1
maximum
minimum
replicate
takeWhile
dropWhile
take
drop
splitAt
span
break
reverse
any
all
elem
notElem
concatMap
zipWith
zipWith3
unsafeIndex
foldMap'
find
elemIndex
elemIndices
findIndex
findIndices
partition
zipWith4
zipWith5
zipWith6
singleton
filterM
zipWithM
zipWithM_
foldM
foldM_
replicateM
cons
foldr1'
copy
snoc
create
unfoldrN
unsafeHead
unsafeTail
unsafeInit
unsafeLast
unsafeTake
unsafeDrop
iterateN
findIndexR
force
ifoldr
ifoldl
ifoldr'
ifoldl'
imap
imapM
iforM
imapM_
iforM_
modify
indexM
generate
generateM
slice
eqBy
cmpBy
mapMaybeM
uniq
fold1M
foldM'
fold1M'
unfoldrM
unfoldrNM
unfoldrExactN
unfoldrExactNM
iterateNM
prescanl
prescanl'
postscanl
postscanl'
scanl1'
enumFromStepN
Vector
convert
accumulate_
backpermute
breakR
constructN
constructrN
createT
enumFromN
fold1M'_
fold1M_
foldM'_
headM
ifilter
ifoldM
ifoldM'
ifoldM'_
ifoldM_
imapMaybe
imapMaybeM
iscanl
iscanl'
iscanr
iscanr'
izipWith
izipWith3
izipWith4
izipWith5
izipWith6
izipWithM
izipWithM_
lastM
maxIndex
maxIndexBy
maximumOn
minIndex
minIndexBy
minimumOn
partitionWith
postscanr
postscanr'
prescanr
prescanr'
scanr'
scanr1'
spanR
unsafeAccumulate_
unsafeBackpermute
unsafeCopy
unsafeHeadM
unsafeIndexM
unsafeLastM
unsafeSlice
unsafeUpd
unsafeUpdate_
unstablePartition
update_
MVector
unsafeCast
unsafeCoerceVector
Warning: Rebase.Data.Vector.Primitive.Mutable: Could not find documentation for exported module: Data.Vector.Primitive.Mutable
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export foldr
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export unsafeRead
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export unsafeWrite
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export swap
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export foldl
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export readMaybe
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export length
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export foldl'
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export new
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export mapM_
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export forM_
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export tail
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export init
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export null
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export foldr'
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export replicate
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export take
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export drop
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export splitAt
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export read
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export foldrM
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export write
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export foldM
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export replicateM
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export copy
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export clear
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export unsafeTail
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export unsafeInit
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export unsafeTake
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export unsafeDrop
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export ifoldr
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export ifoldl
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export ifoldr'
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export ifoldl'
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export imapM_
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export iforM_
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export ifoldrM
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export modify
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export modifyM
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export clone
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export generate
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export generateM
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export slice
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export foldM'
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export set
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export ifoldM
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export ifoldM'
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export unsafeCopy
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export unsafeSlice
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export MVector
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export unsafeNew
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export exchange
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export foldrM'
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export grow
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export ifoldrM'
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export move
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export nextPermutation
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export nextPermutationBy
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export overlaps
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export prevPermutation
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export prevPermutationBy
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export unsafeExchange
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export unsafeGrow
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export unsafeModify
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export unsafeModifyM
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export unsafeMove
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export unsafeSwap
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export IOVector
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export STVector
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export unsafeCast
Warning: Rebase.Data.Vector.Primitive.Mutable: Couldn't find .haddock for export unsafeCoerceMVector
5% ( 4 / 76) in 'Rebase.Data.Vector.Primitive.Mutable'
Missing documentation for:
Module header
foldr
unsafeRead
unsafeWrite
swap
foldl
readMaybe
length
foldl'
new
mapM_
forM_
tail
init
null
foldr'
replicate
take
drop
splitAt
read
foldrM
write
foldM
replicateM
copy
clear
unsafeTail
unsafeInit
unsafeTake
unsafeDrop
ifoldr
ifoldl
ifoldr'
ifoldl'
imapM_
iforM_
ifoldrM
modify
modifyM
clone
generate
generateM
slice
foldM'
set
ifoldM
ifoldM'
unsafeCopy
unsafeSlice
MVector
unsafeNew
exchange
foldrM'
grow
ifoldrM'
move
nextPermutation
nextPermutationBy
overlaps
prevPermutation
prevPermutationBy
unsafeExchange
unsafeGrow
unsafeModify
unsafeModifyM
unsafeMove
unsafeSwap
IOVector
STVector
unsafeCast
unsafeCoerceMVector
Warning: Rebase.Data.Vector.Storable: Could not find documentation for exported module: Data.Vector.Storable
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export ++
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export foldr
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export map
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export !
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export //
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export accum
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export unsafeAccum
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export !?
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export freeze
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export unsafeFreeze
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export thaw
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export unsafeThaw
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export concat
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export foldl
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export mapMaybe
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export maximumBy
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export minimumBy
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export length
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export head
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export group
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export groupBy
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export foldl'
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export foldl1
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export mapM
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export forM
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export mapM_
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export forM_
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export foldMap
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export filter
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export unfoldr
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export enumFromTo
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export enumFromThenTo
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export fromList
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export fromListN
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export toList
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export empty
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export uncons
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export unsnoc
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export tail
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export last
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export init
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export null
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export foldl1'
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export sum
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export product
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export scanl
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export scanl1
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export scanl'
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export foldr'
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export foldr1
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export scanr
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export scanr1
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export maximum
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export minimum
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export replicate
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export takeWhile
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export dropWhile
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export take
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export drop
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export splitAt
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export span
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export break
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export reverse
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export and
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export or
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export any
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export all
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export elem
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export notElem
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export concatMap
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export zipWith
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export zipWith3
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export unsafeIndex
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export foldMap'
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export find
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export elemIndex
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export elemIndices
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export findIndex
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export findIndices
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export partition
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export zipWith4
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export zipWith5
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export zipWith6
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export singleton
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export filterM
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export zipWithM
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export zipWithM_
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export foldM
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export foldM_
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export replicateM
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export cons
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export foldr1'
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export copy
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export snoc
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export create
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export unfoldrN
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export unsafeHead
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export unsafeTail
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export unsafeInit
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export unsafeLast
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export unsafeTake
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export unsafeDrop
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export iterateN
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export findIndexR
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export force
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export ifoldr
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export ifoldl
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export ifoldr'
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export ifoldl'
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export imap
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export imapM
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export iforM
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export imapM_
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export iforM_
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export modify
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export indexM
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export generate
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export generateM
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export slice
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export eqBy
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export cmpBy
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export mapMaybeM
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export uniq
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export fold1M
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export foldM'
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export fold1M'
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export unfoldrM
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export unfoldrNM
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export unfoldrExactN
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export unfoldrExactNM
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export iterateNM
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export prescanl
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export prescanl'
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export postscanl
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export postscanl'
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export scanl1'
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export enumFromStepN
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export Vector
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export convert
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export accumulate_
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export backpermute
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export breakR
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export constructN
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export constructrN
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export createT
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export enumFromN
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export fold1M'_
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export fold1M_
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export foldM'_
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export headM
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export ifilter
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export ifoldM
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export ifoldM'
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export ifoldM'_
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export ifoldM_
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export imapMaybe
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export imapMaybeM
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export iscanl
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export iscanl'
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export iscanr
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export iscanr'
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export izipWith
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export izipWith3
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export izipWith4
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export izipWith5
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export izipWith6
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export izipWithM
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export izipWithM_
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export lastM
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export maxIndex
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export maxIndexBy
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export maximumOn
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export minIndex
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export minIndexBy
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export minimumOn
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export partitionWith
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export postscanr
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export postscanr'
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export prescanr
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export prescanr'
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export scanr'
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export scanr1'
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export spanR
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export unsafeAccumulate_
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export unsafeBackpermute
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export unsafeCopy
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export unsafeHeadM
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export unsafeIndexM
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export unsafeLastM
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export unsafeSlice
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export unsafeUpd
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export unsafeUpdate_
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export unstablePartition
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export update_
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export MVector
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export unsafeCast
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export unsafeCoerceVector
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export isSameVector
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export unsafeFromForeignPtr
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export unsafeFromForeignPtr0
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export unsafeToForeignPtr
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export unsafeToForeignPtr0
Warning: Rebase.Data.Vector.Storable: Couldn't find .haddock for export unsafeWith
0% ( 1 /205) in 'Rebase.Data.Vector.Storable'
Missing documentation for:
Module header
++
foldr
map
!
//
accum
unsafeAccum
!?
freeze
unsafeFreeze
thaw
unsafeThaw
concat
foldl
mapMaybe
maximumBy
minimumBy
length
head
group
groupBy
foldl'
foldl1
mapM
forM
mapM_
forM_
foldMap
filter
unfoldr
enumFromTo
enumFromThenTo
fromList
fromListN
toList
empty
uncons
unsnoc
tail
last
init
null
foldl1'
sum
product
scanl
scanl1
scanl'
foldr'
foldr1
scanr
scanr1
maximum
minimum
replicate
takeWhile
dropWhile
take
drop
splitAt
span
break
reverse
and
or
any
all
elem
notElem
concatMap
zipWith
zipWith3
unsafeIndex
foldMap'
find
elemIndex
elemIndices
findIndex
findIndices
partition
zipWith4
zipWith5
zipWith6
singleton
filterM
zipWithM
zipWithM_
foldM
foldM_
replicateM
cons
foldr1'
copy
snoc
create
unfoldrN
unsafeHead
unsafeTail
unsafeInit
unsafeLast
unsafeTake
unsafeDrop
iterateN
findIndexR
force
ifoldr
ifoldl
ifoldr'
ifoldl'
imap
imapM
iforM
imapM_
iforM_
modify
indexM
generate
generateM
slice
eqBy
cmpBy
mapMaybeM
uniq
fold1M
foldM'
fold1M'
unfoldrM
unfoldrNM
unfoldrExactN
unfoldrExactNM
iterateNM
prescanl
prescanl'
postscanl
postscanl'
scanl1'
enumFromStepN
Vector
convert
accumulate_
backpermute
breakR
constructN
constructrN
createT
enumFromN
fold1M'_
fold1M_
foldM'_
headM
ifilter
ifoldM
ifoldM'
ifoldM'_
ifoldM_
imapMaybe
imapMaybeM
iscanl
iscanl'
iscanr
iscanr'
izipWith
izipWith3
izipWith4
izipWith5
izipWith6
izipWithM
izipWithM_
lastM
maxIndex
maxIndexBy
maximumOn
minIndex
minIndexBy
minimumOn
partitionWith
postscanr
postscanr'
prescanr
prescanr'
scanr'
scanr1'
spanR
unsafeAccumulate_
unsafeBackpermute
unsafeCopy
unsafeHeadM
unsafeIndexM
unsafeLastM
unsafeSlice
unsafeUpd
unsafeUpdate_
unstablePartition
update_
MVector
unsafeCast
unsafeCoerceVector
isSameVector
unsafeFromForeignPtr
unsafeFromForeignPtr0
unsafeToForeignPtr
unsafeToForeignPtr0
unsafeWith
Warning: Rebase.Data.Vector.Storable.Internal: Could not find documentation for exported module: Data.Vector.Storable.Internal
Warning: Rebase.Data.Vector.Storable.Internal: Couldn't find .haddock for export setPtr
Warning: Rebase.Data.Vector.Storable.Internal: Couldn't find .haddock for export updPtr
Warning: Rebase.Data.Vector.Storable.Internal: Couldn't find .haddock for export getPtr
20% ( 1 / 5) in 'Rebase.Data.Vector.Storable.Internal'
Missing documentation for:
Module header
setPtr
updPtr
getPtr
Warning: Rebase.Data.Vector.Storable.Mutable: Could not find documentation for exported module: Data.Vector.Storable.Mutable
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export foldr
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export unsafeRead
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export unsafeWrite
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export swap
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export foldl
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export readMaybe
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export length
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export foldl'
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export new
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export mapM_
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export forM_
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export tail
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export init
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export null
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export foldr'
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export replicate
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export take
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export drop
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export splitAt
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export read
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export foldrM
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export write
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export foldM
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export replicateM
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export copy
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export clear
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export unsafeTail
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export unsafeInit
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export unsafeTake
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export unsafeDrop
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export ifoldr
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export ifoldl
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export ifoldr'
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export ifoldl'
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export imapM_
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export iforM_
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export ifoldrM
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export modify
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export modifyM
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export clone
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export generate
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export generateM
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export slice
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export foldM'
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export set
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export ifoldM
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export ifoldM'
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export unsafeCopy
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export unsafeSlice
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export MVector
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export unsafeNew
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export exchange
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export foldrM'
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export grow
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export ifoldrM'
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export move
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export nextPermutation
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export nextPermutationBy
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export overlaps
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export prevPermutation
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export prevPermutationBy
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export unsafeExchange
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export unsafeGrow
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export unsafeModify
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export unsafeModifyM
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export unsafeMove
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export unsafeSwap
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export IOVector
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export STVector
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export unsafeCast
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export unsafeCoerceMVector
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export unsafeFromForeignPtr
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export unsafeFromForeignPtr0
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export unsafeToForeignPtr
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export unsafeToForeignPtr0
Warning: Rebase.Data.Vector.Storable.Mutable: Couldn't find .haddock for export unsafeWith
4% ( 4 / 81) in 'Rebase.Data.Vector.Storable.Mutable'
Missing documentation for:
Module header
foldr
unsafeRead
unsafeWrite
swap
foldl
readMaybe
length
foldl'
new
mapM_
forM_
tail
init
null
foldr'
replicate
take
drop
splitAt
read
foldrM
write
foldM
replicateM
copy
clear
unsafeTail
unsafeInit
unsafeTake
unsafeDrop
ifoldr
ifoldl
ifoldr'
ifoldl'
imapM_
iforM_
ifoldrM
modify
modifyM
clone
generate
generateM
slice
foldM'
set
ifoldM
ifoldM'
unsafeCopy
unsafeSlice
MVector
unsafeNew
exchange
foldrM'
grow
ifoldrM'
move
nextPermutation
nextPermutationBy
overlaps
prevPermutation
prevPermutationBy
unsafeExchange
unsafeGrow
unsafeModify
unsafeModifyM
unsafeMove
unsafeSwap
IOVector
STVector
unsafeCast
unsafeCoerceMVector
unsafeFromForeignPtr
unsafeFromForeignPtr0
unsafeToForeignPtr
unsafeToForeignPtr0
unsafeWith
Warning: Rebase.Data.Vector.Unboxed: Could not find documentation for exported module: Data.Vector.Unboxed
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export ++
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export foldr
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export map
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export !
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export //
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export accum
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export unsafeAccum
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export !?
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export freeze
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export unsafeFreeze
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export thaw
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export unsafeThaw
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export concat
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export foldl
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export mapMaybe
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export unzip
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export maximumBy
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export minimumBy
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export length
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export head
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export group
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export groupBy
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export foldl'
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export foldl1
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export mapM
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export forM
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export mapM_
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export forM_
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export foldMap
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export filter
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export unfoldr
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export zip
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export enumFromTo
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export enumFromThenTo
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export fromList
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export fromListN
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export toList
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export empty
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export uncons
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export unsnoc
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export tail
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export last
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export init
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export null
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export foldl1'
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export sum
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export product
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export scanl
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export scanl1
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export scanl'
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export foldr'
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export foldr1
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export scanr
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export scanr1
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export maximum
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export minimum
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export replicate
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export takeWhile
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export dropWhile
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export take
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export drop
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export splitAt
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export span
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export break
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export reverse
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export and
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export or
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export any
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export all
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export elem
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export notElem
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export concatMap
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export zip3
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export zipWith
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export zipWith3
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export unzip3
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export unsafeIndex
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export foldMap'
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export find
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export elemIndex
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export elemIndices
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export findIndex
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export findIndices
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export partition
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export zip4
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export zip5
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export zip6
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export zipWith4
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export zipWith5
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export zipWith6
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export unzip4
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export unzip5
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export unzip6
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export singleton
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export filterM
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export zipWithM
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export zipWithM_
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export foldM
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export foldM_
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export replicateM
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export cons
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export foldr1'
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export copy
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export snoc
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export create
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export unfoldrN
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export unsafeHead
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export unsafeTail
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export unsafeInit
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export unsafeLast
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export unsafeTake
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export unsafeDrop
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export iterateN
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export update
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export findIndexR
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export force
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export indexed
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export ifoldr
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export ifoldl
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export ifoldr'
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export ifoldl'
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export imap
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export imapM
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export iforM
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export imapM_
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export iforM_
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export modify
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export indexM
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export generate
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export generateM
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export slice
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export eqBy
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export cmpBy
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export mapMaybeM
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export uniq
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export fold1M
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export foldM'
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export fold1M'
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export unfoldrM
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export unfoldrNM
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export unfoldrExactN
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export unfoldrExactNM
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export iterateNM
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export prescanl
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export prescanl'
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export postscanl
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export postscanl'
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export scanl1'
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export enumFromStepN
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export Vector
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export convert
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export accumulate
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export accumulate_
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export backpermute
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export breakR
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export constructN
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export constructrN
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export createT
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export enumFromN
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export fold1M'_
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export fold1M_
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export foldM'_
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export headM
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export ifilter
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export ifoldM
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export ifoldM'
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export ifoldM'_
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export ifoldM_
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export imapMaybe
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export imapMaybeM
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export iscanl
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export iscanl'
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export iscanr
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export iscanr'
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export izipWith
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export izipWith3
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export izipWith4
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export izipWith5
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export izipWith6
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export izipWithM
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export izipWithM_
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export lastM
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export maxIndex
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export maxIndexBy
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export maximumOn
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export minIndex
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export minIndexBy
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export minimumOn
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export partitionWith
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export postscanr
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export postscanr'
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export prescanr
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export prescanr'
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export scanr'
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export scanr1'
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export spanR
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export unsafeAccumulate
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export unsafeAccumulate_
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export unsafeBackpermute
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export unsafeCopy
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export unsafeHeadM
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export unsafeIndexM
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export unsafeLastM
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export unsafeSlice
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export unsafeUpd
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export unsafeUpdate
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export unsafeUpdate_
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export unstablePartition
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export update_
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export MVector
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export Unbox
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export As
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export DoNotUnboxLazy
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export DoNotUnboxNormalForm
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export DoNotUnboxStrict
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export IsoUnbox
Warning: Rebase.Data.Vector.Unboxed: Couldn't find .haddock for export UnboxViaPrim
0% ( 0 /218) in 'Rebase.Data.Vector.Unboxed'
Missing documentation for:
Module header
++
foldr
map
!
//
accum
unsafeAccum
!?
freeze
unsafeFreeze
thaw
unsafeThaw
concat
foldl
mapMaybe
unzip
maximumBy
minimumBy
length
head
group
groupBy
foldl'
foldl1
mapM
forM
mapM_
forM_
foldMap
filter
unfoldr
zip
enumFromTo
enumFromThenTo
fromList
fromListN
toList
empty
uncons
unsnoc
tail
last
init
null
foldl1'
sum
product
scanl
scanl1
scanl'
foldr'
foldr1
scanr
scanr1
maximum
minimum
replicate
takeWhile
dropWhile
take
drop
splitAt
span
break
reverse
and
or
any
all
elem
notElem
concatMap
zip3
zipWith
zipWith3
unzip3
unsafeIndex
foldMap'
find
elemIndex
elemIndices
findIndex
findIndices
partition
zip4
zip5
zip6
zipWith4
zipWith5
zipWith6
unzip4
unzip5
unzip6
singleton
filterM
zipWithM
zipWithM_
foldM
foldM_
replicateM
cons
foldr1'
copy
snoc
create
unfoldrN
unsafeHead
unsafeTail
unsafeInit
unsafeLast
unsafeTake
unsafeDrop
iterateN
update
findIndexR
force
indexed
ifoldr
ifoldl
ifoldr'
ifoldl'
imap
imapM
iforM
imapM_
iforM_
modify
indexM
generate
generateM
slice
eqBy
cmpBy
mapMaybeM
uniq
fold1M
foldM'
fold1M'
unfoldrM
unfoldrNM
unfoldrExactN
unfoldrExactNM
iterateNM
prescanl
prescanl'
postscanl
postscanl'
scanl1'
enumFromStepN
Vector
convert
accumulate
accumulate_
backpermute
breakR
constructN
constructrN
createT
enumFromN
fold1M'_
fold1M_
foldM'_
headM
ifilter
ifoldM
ifoldM'
ifoldM'_
ifoldM_
imapMaybe
imapMaybeM
iscanl
iscanl'
iscanr
iscanr'
izipWith
izipWith3
izipWith4
izipWith5
izipWith6
izipWithM
izipWithM_
lastM
maxIndex
maxIndexBy
maximumOn
minIndex
minIndexBy
minimumOn
partitionWith
postscanr
postscanr'
prescanr
prescanr'
scanr'
scanr1'
spanR
unsafeAccumulate
unsafeAccumulate_
unsafeBackpermute
unsafeCopy
unsafeHeadM
unsafeIndexM
unsafeLastM
unsafeSlice
unsafeUpd
unsafeUpdate
unsafeUpdate_
unstablePartition
update_
MVector
Unbox
As
DoNotUnboxLazy
DoNotUnboxNormalForm
DoNotUnboxStrict
IsoUnbox
UnboxViaPrim
Warning: Rebase.Data.Vector.Unboxed.Base: Could not find documentation for exported module: Data.Vector.Unboxed.Base
Warning: Rebase.Data.Vector.Unboxed.Base: Couldn't find .haddock for export Vector
Warning: Rebase.Data.Vector.Unboxed.Base: Couldn't find .haddock for export MVector
Warning: Rebase.Data.Vector.Unboxed.Base: Couldn't find .haddock for export IOVector
Warning: Rebase.Data.Vector.Unboxed.Base: Couldn't find .haddock for export STVector
Warning: Rebase.Data.Vector.Unboxed.Base: Couldn't find .haddock for export Unbox
Warning: Rebase.Data.Vector.Unboxed.Base: Couldn't find .haddock for export As
Warning: Rebase.Data.Vector.Unboxed.Base: Couldn't find .haddock for export DoNotUnboxLazy
Warning: Rebase.Data.Vector.Unboxed.Base: Couldn't find .haddock for export DoNotUnboxNormalForm
Warning: Rebase.Data.Vector.Unboxed.Base: Couldn't find .haddock for export DoNotUnboxStrict
Warning: Rebase.Data.Vector.Unboxed.Base: Couldn't find .haddock for export IsoUnbox
Warning: Rebase.Data.Vector.Unboxed.Base: Couldn't find .haddock for export UnboxViaPrim
0% ( 0 / 12) in 'Rebase.Data.Vector.Unboxed.Base'
Missing documentation for:
Module header
Vector
MVector
IOVector
STVector
Unbox
As
DoNotUnboxLazy
DoNotUnboxNormalForm
DoNotUnboxStrict
IsoUnbox
UnboxViaPrim
Warning: Rebase.Data.Vector.Unboxed.Mutable: Could not find documentation for exported module: Data.Vector.Unboxed.Mutable
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export foldr
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export unsafeRead
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export unsafeWrite
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export swap
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export foldl
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export readMaybe
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export unzip
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export length
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export foldl'
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export new
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export mapM_
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export forM_
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export zip
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export tail
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export init
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export null
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export foldr'
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export replicate
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export take
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export drop
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export splitAt
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export zip3
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export unzip3
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export read
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export foldrM
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export zip4
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export zip5
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export zip6
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export unzip4
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export unzip5
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export unzip6
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export write
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export foldM
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export replicateM
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export copy
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export clear
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export unsafeTail
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export unsafeInit
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export unsafeTake
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export unsafeDrop
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export ifoldr
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export ifoldl
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export ifoldr'
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export ifoldl'
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export imapM_
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export iforM_
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export ifoldrM
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export modify
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export modifyM
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export clone
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export generate
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export generateM
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export slice
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export foldM'
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export set
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export ifoldM
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export ifoldM'
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export unsafeCopy
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export unsafeSlice
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export MVector
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export unsafeNew
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export exchange
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export foldrM'
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export grow
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export ifoldrM'
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export move
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export nextPermutation
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export nextPermutationBy
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export overlaps
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export prevPermutation
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export prevPermutationBy
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export unsafeExchange
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export unsafeGrow
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export unsafeModify
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export unsafeModifyM
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export unsafeMove
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export unsafeSwap
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export IOVector
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export STVector
Warning: Rebase.Data.Vector.Unboxed.Mutable: Couldn't find .haddock for export Unbox
3% ( 3 / 84) in 'Rebase.Data.Vector.Unboxed.Mutable'
Missing documentation for:
Module header
foldr
unsafeRead
unsafeWrite
swap
foldl
readMaybe
unzip
length
foldl'
new
mapM_
forM_
zip
tail
init
null
foldr'
replicate
take
drop
splitAt
zip3
unzip3
read
foldrM
zip4
zip5
zip6
unzip4
unzip5
unzip6
write
foldM
replicateM
copy
clear
unsafeTail
unsafeInit
unsafeTake
unsafeDrop
ifoldr
ifoldl
ifoldr'
ifoldl'
imapM_
iforM_
ifoldrM
modify
modifyM
clone
generate
generateM
slice
foldM'
set
ifoldM
ifoldM'
unsafeCopy
unsafeSlice
MVector
unsafeNew
exchange
foldrM'
grow
ifoldrM'
move
nextPermutation
nextPermutationBy
overlaps
prevPermutation
prevPermutationBy
unsafeExchange
unsafeGrow
unsafeModify
unsafeModifyM
unsafeMove
unsafeSwap
IOVector
STVector
Unbox
50% ( 1 / 2) in 'Rebase.Data.Version'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Void'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Void.Unsafe'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Data.Word'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Debug.Trace'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Foreign'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Foreign.C'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Foreign.C.Error'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Foreign.C.String'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Foreign.C.Types'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Foreign.Concurrent'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Foreign.ForeignPtr'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Foreign.ForeignPtr.Unsafe'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Foreign.Marshal'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Foreign.Marshal.Alloc'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Foreign.Marshal.Array'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Foreign.Marshal.Error'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Foreign.Marshal.Pool'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Foreign.Marshal.Safe'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Foreign.Marshal.Unsafe'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Foreign.Marshal.Utils'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Foreign.Ptr'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Foreign.StablePtr'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Foreign.Storable'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.Arr'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.Base'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.Char'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.Conc'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.Conc.IO'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.Conc.Signal'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.Conc.Sync'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.Enum'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.Environment'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.Err'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.Exception'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.Exts'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.Fingerprint'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.Fingerprint.Type'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.Float'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.Float.ConversionUtils'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.Float.RealFracMethods'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.Foreign'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.ForeignPtr'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.Generics'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.IO'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.IO.Buffer'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.IO.BufferedIO'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.IO.Device'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.IO.Encoding'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.IO.Encoding.Failure'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.IO.Encoding.Iconv'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.IO.Encoding.Latin1'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.IO.Encoding.Types'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.IO.Encoding.UTF16'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.IO.Encoding.UTF32'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.IO.Encoding.UTF8'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.IO.Exception'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.IO.FD'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.IO.Handle'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.IO.Handle.FD'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.IO.Handle.Internals'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.IO.Handle.Text'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.IO.Handle.Types'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.IO.IOMode'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.IOArray'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.IORef'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.Int'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.List'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.MVar'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.Num'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.OverloadedLabels'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.Profiling'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.Ptr'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.Read'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.Real'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.Records'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.ST'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.STRef'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.Show'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.Stable'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.Stack'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.Stats'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.Storable'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.TopHandler'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.TypeLits'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.TypeNats'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.Unicode'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.Weak'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.GHC.Word'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Numeric'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Numeric.Natural'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.System.CPUTime'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.System.Console.GetOpt'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.System.Environment'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.System.Exit'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.System.IO'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.System.IO.Error'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.System.IO.Unsafe'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.System.Info'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.System.Mem'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.System.Mem.StableName'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.System.Mem.Weak'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.System.Posix.Internals'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.System.Posix.Types'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.System.Timeout'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Text.ParserCombinators.ReadP'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Text.ParserCombinators.ReadPrec'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Text.Printf'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Text.Read'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Text.Read.Lex'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Text.Show'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Rebase.Unsafe.Coerce'
Missing documentation for:
Module header
Warning: Rebase.Prelude: Couldn't find .haddock for export Vector
92% (410 /443) in 'Rebase.Prelude'
Missing documentation for:
even
odd
ReadPrec
readPrec_to_P
readP_to_Prec
readPrec_to_S
readS_to_Prec
BlockReason
ThreadId
getAlt
PrimMVar
reportHeapOverflow
childHandler
pseq
par
reportStackOverflow
reportError
setUncaughtExceptionHandler
getUncaughtExceptionHandler
HandlerFun
Signal
setHandler
runHandlers
ensureIOManagerIsRunning
ioManagerCapabilitiesChanged
ArrowZero
returning
apDefault
-<<
->-
-<-
ISO8601
Vector
Warning: Rebase.Data.Tuple: could not find link destinations for:
- GHC.Generics.Rep1_Solo
- GHC.Generics.Rep_Solo
Warning: Rebase.Data.Vector: could not find link destinations for:
- Data.Vector.D:R:ItemVector
Warning: Rebase.Data.Vector.Generic: could not find link destinations for:
- Data.Vector.Fusion.Bundle.Bundle
- Data.Vector.Fusion.Bundle.MBundle
- Data.Vector.Strict.Vector
- Data.Vector.Strict.Mutable.MVector
Warning: Rebase.Data.Vector.Generic.Base: could not find link destinations for:
- Data.Vector.Strict.Vector
- Data.Vector.Strict.Mutable.MVector
Warning: Rebase.Data.Vector.Generic.Mutable: could not find link destinations for:
- Data.Vector.Fusion.Bundle.Bundle
- Data.Vector.Fusion.Bundle.MBundle
- 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.Strict.Mutable.MVector
Warning: Rebase.Data.Vector.Generic.New: could not find link destinations for:
- Data.Vector.Fusion.Bundle.Bundle
- Data.Vector.Fusion.Bundle.Size.Size
Warning: Rebase.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: Rebase.Data.Vector.Primitive: could not find link destinations for:
- Data.Vector.Primitive.D:R:ItemVector
Warning: Rebase.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: Rebase.Data.Vector.Storable: could not find link destinations for:
- Data.Vector.Storable.D:R:ItemVector
Warning: Rebase.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: Rebase.Data.Vector.Unboxed: could not find link destinations for:
- Data.Vector.Strict.Vector
- Data.Vector.Unboxed.Base.D:R:MVectorsAll0
- Data.Vector.Unboxed.Base.D:R:MVectorsAlt0
- Data.Vector.Unboxed.Base.D:R:MVectorsAny0
- Data.Vector.Unboxed.Base.D:R:MVectorsArg0
- Data.Vector.Unboxed.Base.D:R:MVectorsAs0
- Data.Vector.Unboxed.Base.D:R:MVectorsBool0
- Data.Vector.Unboxed.Base.D:R:MVectorsChar0
- Data.Vector.Unboxed.Base.D:R:MVectorsComplex0
- Data.Vector.Unboxed.Base.D:R:MVectorsCompose0
- Data.Vector.Unboxed.Base.D:R:MVectorsConst0
- Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxLazy0
- Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxNormalForm0
- Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxStrict0
- Data.Vector.Unboxed.Base.D:R:MVectorsDouble0
- Data.Vector.Unboxed.Base.D:R:MVectorsDown0
- Data.Vector.Unboxed.Base.D:R:MVectorsDual0
- Data.Vector.Unboxed.Base.D:R:MVectorsFirst0
- Data.Vector.Unboxed.Base.D:R:MVectorsFloat0
- Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0
- Data.Vector.Unboxed.Base.D:R:MVectorsInt0
- Data.Vector.Unboxed.Base.D:R:MVectorsInt160
- Data.Vector.Unboxed.Base.D:R:MVectorsInt320
- Data.Vector.Unboxed.Base.D:R:MVectorsInt640
- Data.Vector.Unboxed.Base.D:R:MVectorsInt80
- Data.Vector.Unboxed.Base.D:R:MVectorsLast0
- 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:MVectorsTuple20
- Data.Vector.Unboxed.Base.D:R:MVectorsTuple30
- Data.Vector.Unboxed.Base.D:R:MVectorsTuple40
- Data.Vector.Unboxed.Base.D:R:MVectorsTuple50
- Data.Vector.Unboxed.Base.D:R:MVectorsTuple60
- Data.Vector.Unboxed.Base.D:R:MVectorsUnboxViaPrim0
- Data.Vector.Unboxed.Base.D:R:MVectorsUnit0
- Data.Vector.Unboxed.Base.D:R:MVectorsWord0
- Data.Vector.Unboxed.Base.D:R:MVectorsWord160
- Data.Vector.Unboxed.Base.D:R:MVectorsWord320
- Data.Vector.Unboxed.Base.D:R:MVectorsWord640
- Data.Vector.Unboxed.Base.D:R:MVectorsWord80
- Data.Vector.Unboxed.Base.D:R:MVectorsWrappedMonoid0
- Data.Vector.Unboxed.Base.D:R:VectorAll0
- Data.Vector.Unboxed.Base.D:R:VectorAlt0
- Data.Vector.Unboxed.Base.D:R:VectorAny0
- Data.Vector.Unboxed.Base.D:R:VectorArg0
- Data.Vector.Unboxed.Base.D:R:VectorAs0
- Data.Vector.Unboxed.Base.D:R:VectorBool0
- Data.Vector.Unboxed.Base.D:R:VectorChar0
- Data.Vector.Unboxed.Base.D:R:VectorComplex0
- Data.Vector.Unboxed.Base.D:R:VectorCompose0
- Data.Vector.Unboxed.Base.D:R:VectorConst0
- Data.Vector.Unboxed.Base.D:R:VectorDoNotUnboxLazy0
- Data.Vector.Unboxed.Base.D:R:VectorDoNotUnboxNormalForm0
- Data.Vector.Unboxed.Base.D:R:VectorDoNotUnboxStrict0
- Data.Vector.Unboxed.Base.D:R:VectorDouble0
- Data.Vector.Unboxed.Base.D:R:VectorDown0
- Data.Vector.Unboxed.Base.D:R:VectorDual0
- Data.Vector.Unboxed.Base.D:R:VectorFirst0
- Data.Vector.Unboxed.Base.D:R:VectorFloat0
- Data.Vector.Unboxed.Base.D:R:VectorIdentity0
- Data.Vector.Unboxed.Base.D:R:VectorInt0
- Data.Vector.Unboxed.Base.D:R:VectorInt160
- Data.Vector.Unboxed.Base.D:R:VectorInt320
- Data.Vector.Unboxed.Base.D:R:VectorInt640
- Data.Vector.Unboxed.Base.D:R:VectorInt80
- Data.Vector.Unboxed.Base.D:R:VectorLast0
- 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:VectorTuple20
- Data.Vector.Unboxed.Base.D:R:VectorTuple30
- Data.Vector.Unboxed.Base.D:R:VectorTuple40
- Data.Vector.Unboxed.Base.D:R:VectorTuple50
- Data.Vector.Unboxed.Base.D:R:VectorTuple60
- Data.Vector.Unboxed.Base.D:R:VectorUnboxViaPrim0
- Data.Vector.Unboxed.Base.D:R:VectorUnit0
- Data.Vector.Unboxed.Base.D:R:VectorWord0
- Data.Vector.Unboxed.Base.D:R:VectorWord160
- Data.Vector.Unboxed.Base.D:R:VectorWord320
- Data.Vector.Unboxed.Base.D:R:VectorWord640
- Data.Vector.Unboxed.Base.D:R:VectorWord80
- Data.Vector.Unboxed.Base.D:R:VectorWrappedMonoid0
- Data.Vector.Strict.Mutable.MVector
Warning: Rebase.Data.Vector.Unboxed.Base: could not find link destinations for:
- Data.Vector.Strict.Vector
- Data.Vector.Unboxed.Base.D:R:MVectorsAll0
- Data.Vector.Unboxed.Base.D:R:MVectorsAlt0
- Data.Vector.Unboxed.Base.D:R:MVectorsAny0
- Data.Vector.Unboxed.Base.D:R:MVectorsArg0
- Data.Vector.Unboxed.Base.D:R:MVectorsAs0
- Data.Vector.Unboxed.Base.D:R:MVectorsBool0
- Data.Vector.Unboxed.Base.D:R:MVectorsChar0
- Data.Vector.Unboxed.Base.D:R:MVectorsComplex0
- Data.Vector.Unboxed.Base.D:R:MVectorsCompose0
- Data.Vector.Unboxed.Base.D:R:MVectorsConst0
- Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxLazy0
- Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxNormalForm0
- Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxStrict0
- Data.Vector.Unboxed.Base.D:R:MVectorsDouble0
- Data.Vector.Unboxed.Base.D:R:MVectorsDown0
- Data.Vector.Unboxed.Base.D:R:MVectorsDual0
- Data.Vector.Unboxed.Base.D:R:MVectorsFirst0
- Data.Vector.Unboxed.Base.D:R:MVectorsFloat0
- Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0
- Data.Vector.Unboxed.Base.D:R:MVectorsInt0
- Data.Vector.Unboxed.Base.D:R:MVectorsInt160
- Data.Vector.Unboxed.Base.D:R:MVectorsInt320
- Data.Vector.Unboxed.Base.D:R:MVectorsInt640
- Data.Vector.Unboxed.Base.D:R:MVectorsInt80
- Data.Vector.Unboxed.Base.D:R:MVectorsLast0
- 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:MVectorsTuple20
- Data.Vector.Unboxed.Base.D:R:MVectorsTuple30
- Data.Vector.Unboxed.Base.D:R:MVectorsTuple40
- Data.Vector.Unboxed.Base.D:R:MVectorsTuple50
- Data.Vector.Unboxed.Base.D:R:MVectorsTuple60
- Data.Vector.Unboxed.Base.D:R:MVectorsUnboxViaPrim0
- Data.Vector.Unboxed.Base.D:R:MVectorsUnit0
- Data.Vector.Unboxed.Base.D:R:MVectorsWord0
- Data.Vector.Unboxed.Base.D:R:MVectorsWord160
- Data.Vector.Unboxed.Base.D:R:MVectorsWord320
- Data.Vector.Unboxed.Base.D:R:MVectorsWord640
- Data.Vector.Unboxed.Base.D:R:MVectorsWord80
- Data.Vector.Unboxed.Base.D:R:MVectorsWrappedMonoid0
- Data.Vector.Unboxed.Base.D:R:VectorAll0
- Data.Vector.Unboxed.Base.D:R:VectorAlt0
- Data.Vector.Unboxed.Base.D:R:VectorAny0
- Data.Vector.Unboxed.Base.D:R:VectorArg0
- Data.Vector.Unboxed.Base.D:R:VectorAs0
- Data.Vector.Unboxed.Base.D:R:VectorBool0
- Data.Vector.Unboxed.Base.D:R:VectorChar0
- Data.Vector.Unboxed.Base.D:R:VectorComplex0
- Data.Vector.Unboxed.Base.D:R:VectorCompose0
- Data.Vector.Unboxed.Base.D:R:VectorConst0
- Data.Vector.Unboxed.Base.D:R:VectorDoNotUnboxLazy0
- Data.Vector.Unboxed.Base.D:R:VectorDoNotUnboxNormalForm0
- Data.Vector.Unboxed.Base.D:R:VectorDoNotUnboxStrict0
- Data.Vector.Unboxed.Base.D:R:VectorDouble0
- Data.Vector.Unboxed.Base.D:R:VectorDown0
- Data.Vector.Unboxed.Base.D:R:VectorDual0
- Data.Vector.Unboxed.Base.D:R:VectorFirst0
- Data.Vector.Unboxed.Base.D:R:VectorFloat0
- Data.Vector.Unboxed.Base.D:R:VectorIdentity0
- Data.Vector.Unboxed.Base.D:R:VectorInt0
- Data.Vector.Unboxed.Base.D:R:VectorInt160
- Data.Vector.Unboxed.Base.D:R:VectorInt320
- Data.Vector.Unboxed.Base.D:R:VectorInt640
- Data.Vector.Unboxed.Base.D:R:VectorInt80
- Data.Vector.Unboxed.Base.D:R:VectorLast0
- 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:VectorTuple20
- Data.Vector.Unboxed.Base.D:R:VectorTuple30
- Data.Vector.Unboxed.Base.D:R:VectorTuple40
- Data.Vector.Unboxed.Base.D:R:VectorTuple50
- Data.Vector.Unboxed.Base.D:R:VectorTuple60
- Data.Vector.Unboxed.Base.D:R:VectorUnboxViaPrim0
- Data.Vector.Unboxed.Base.D:R:VectorUnit0
- Data.Vector.Unboxed.Base.D:R:VectorWord0
- Data.Vector.Unboxed.Base.D:R:VectorWord160
- Data.Vector.Unboxed.Base.D:R:VectorWord320
- Data.Vector.Unboxed.Base.D:R:VectorWord640
- Data.Vector.Unboxed.Base.D:R:VectorWord80
- Data.Vector.Unboxed.Base.D:R:VectorWrappedMonoid0
- Data.Vector.Strict.Mutable.MVector
Warning: Rebase.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:MVectorsAll0
- Data.Vector.Unboxed.Base.D:R:MVectorsAlt0
- Data.Vector.Unboxed.Base.D:R:MVectorsAny0
- Data.Vector.Unboxed.Base.D:R:MVectorsArg0
- Data.Vector.Unboxed.Base.D:R:MVectorsAs0
- Data.Vector.Unboxed.Base.D:R:MVectorsBool0
- Data.Vector.Unboxed.Base.D:R:MVectorsChar0
- Data.Vector.Unboxed.Base.D:R:MVectorsComplex0
- Data.Vector.Unboxed.Base.D:R:MVectorsCompose0
- Data.Vector.Unboxed.Base.D:R:MVectorsConst0
- Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxLazy0
- Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxNormalForm0
- Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxStrict0
- Data.Vector.Unboxed.Base.D:R:MVectorsDouble0
- Data.Vector.Unboxed.Base.D:R:MVectorsDown0
- Data.Vector.Unboxed.Base.D:R:MVectorsDual0
- Data.Vector.Unboxed.Base.D:R:MVectorsFirst0
- Data.Vector.Unboxed.Base.D:R:MVectorsFloat0
- Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0
- Data.Vector.Unboxed.Base.D:R:MVectorsInt0
- Data.Vector.Unboxed.Base.D:R:MVectorsInt160
- Data.Vector.Unboxed.Base.D:R:MVectorsInt320
- Data.Vector.Unboxed.Base.D:R:MVectorsInt640
- Data.Vector.Unboxed.Base.D:R:MVectorsInt80
- Data.Vector.Unboxed.Base.D:R:MVectorsLast0
- 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:MVectorsTuple20
- Data.Vector.Unboxed.Base.D:R:MVectorsTuple30
- Data.Vector.Unboxed.Base.D:R:MVectorsTuple40
- Data.Vector.Unboxed.Base.D:R:MVectorsTuple50
- Data.Vector.Unboxed.Base.D:R:MVectorsTuple60
- Data.Vector.Unboxed.Base.D:R:MVectorsUnboxViaPrim0
- Data.Vector.Unboxed.Base.D:R:MVectorsUnit0
- Data.Vector.Unboxed.Base.D:R:MVectorsWord0
- Data.Vector.Unboxed.Base.D:R:MVectorsWord160
- Data.Vector.Unboxed.Base.D:R:MVectorsWord320
- Data.Vector.Unboxed.Base.D:R:MVectorsWord640
- Data.Vector.Unboxed.Base.D:R:MVectorsWord80
- Data.Vector.Unboxed.Base.D:R:MVectorsWrappedMonoid0
- Data.Vector.Strict.Mutable.MVector
Warning: Rebase.Prelude: could not find link destinations for:
- GHC.Prim.~#
- GHC.Generics.D:R:UReckFloatp0
- GHC.Generics.D:R:UReckDoublep0
- GHC.Generics.Rep1_NonEmpty
- GHC.Generics.Rep_Fingerprint
- GHC.Generics.Rep_GeneralCategory
- GHC.Generics.Rep_SrcLoc
- GHC.Generics.Rep_Down
- GHC.Generics.Rep_Tuple15
- GHC.Generics.Rep_Tuple14
- GHC.Generics.Rep_Tuple13
- GHC.Generics.Rep_Tuple12
- GHC.Generics.Rep_Tuple11
- GHC.Generics.Rep_Tuple10
- GHC.Generics.Rep_Tuple9
- GHC.Generics.Rep_Tuple8
- GHC.Generics.Rep_Tuple7
- GHC.Generics.Rep_Tuple6
- GHC.Generics.Rep_Tuple5
- GHC.Generics.Rep_Tuple4
- GHC.Generics.Rep_Tuple3
- GHC.Generics.Rep_Tuple2
- GHC.Generics.Rep_Solo
- GHC.Generics.Rep_Unit
- GHC.Generics.Rep_Proxy
- GHC.Generics.Rep_Ordering
- GHC.Generics.Rep_Bool
- GHC.Generics.Rep_Either
- GHC.Generics.Rep_Maybe
- GHC.Generics.Rep_NonEmpty
- GHC.Generics.Rep_List
- GHC.Generics.Rep_Void
- GHC.Generics.Rep_M1
- GHC.Generics.Rep_V1
- GHC.Generics.Rep_U1
- GHC.Generics.Rep_Par1
- GHC.Generics.Rep_Rec1
- GHC.Generics.Rep_K1
- GHC.Generics.Rep_:+:
- GHC.Generics.Rep_:*:
- GHC.Generics.Rep_:.:
- GHC.Generics.Rep_R:UReckWordp
- GHC.Generics.Rep_R:UReckIntp
- GHC.Generics.Rep1_R:UReckFloatp
- GHC.Generics.Rep_R:UReckDoublep
- GHC.Generics.Rep1_R:UReckDoublep
- GHC.Generics.Rep_R:UReckCharp
- GHC.Generics.Rep_R:UReckPtrp
- GHC.Generics.Rep_Fixity
- GHC.Generics.Rep_Associativity
- GHC.Generics.Rep_SourceUnpackedness
- GHC.Generics.Rep_SourceStrictness
- GHC.Generics.Rep_DecidedStrictness
- Data.Semigroup.Internal.Rep_Alt
- Data.Semigroup.Internal.Rep_Product
- Data.Semigroup.Internal.Rep_Sum
- Data.Semigroup.Internal.Rep_Any
- Data.Semigroup.Internal.Rep_All
- Data.Semigroup.Internal.Rep_Endo
- Data.Semigroup.Internal.Rep_Dual
- Data.Monoid.Rep_Ap
- Data.Monoid.Rep1_Ap
- Data.Monoid.Rep_Last
- Data.Monoid.Rep_First
- Data.Functor.Const.Rep_Const
- GHC.IOPort.IOPort
- GHC.RTS.Flags.Rep_RTSFlags
- GHC.RTS.Flags.Rep_ParFlags
- GHC.RTS.Flags.Rep_TickyFlags
- GHC.RTS.Flags.Rep_TraceFlags
- GHC.RTS.Flags.Rep_DoTrace
- GHC.RTS.Flags.Rep_ProfFlags
- GHC.RTS.Flags.Rep_DoHeapProfile
- GHC.RTS.Flags.Rep_CCFlags
- GHC.RTS.Flags.Rep_DoCostCentres
- GHC.RTS.Flags.Rep_DebugFlags
- GHC.RTS.Flags.Rep_MiscFlags
- GHC.RTS.Flags.Rep_ConcFlags
- GHC.RTS.Flags.Rep_GCFlags
- GHC.RTS.Flags.Rep_GiveGCStats
- Data.Functor.Identity.Rep_Identity
- Control.Arrow.Rep1_Kleisli
- Control.Arrow.Rep_Kleisli
- Control.Applicative.Rep_ZipList
- Control.Applicative.Rep_WrappedArrow
- Control.Applicative.Rep_WrappedMonad
- Data.Version.Rep_Version
- GHC.ByteOrder.Rep_ByteOrder
- GHC.Stats.Rep_RTSStats
- GHC.Stats.Rep_GCDetails
- Data.Semigroup.Rep_WrappedMonoid
- Data.Semigroup.Rep_Last
- Data.Semigroup.Rep_First
- Data.Semigroup.Rep_Arg
- Data.Semigroup.Rep_Max
- Data.Semigroup.Rep_Min
- Data.Complex.Rep_Complex
- Data.Functor.Sum.Rep_Sum
- Data.Functor.Product.Rep_Product
- Data.Functor.Compose.Rep_Compose
- Data.Bifunctor.TH.BiFun
- Data.ByteString.Builder.RealFloat.FormatMode
- Data.Sequence.Internal.Rep_ViewR
- Data.Sequence.Internal.Rep_ViewL
- Data.Sequence.Internal.Rep_Elem
- Data.Sequence.Internal.Rep_Node
- Data.Sequence.Internal.Rep_Digit
- Data.Sequence.Internal.Rep_FingerTree
- Data.Tree.Rep_Tree
- Data.Graph.Rep_SCC
- Data.Text.Internal.Encoding.PartialUtf8CodePoint
- Data.UUID.Types.Internal.UnpackedUUID
- Control.Applicative.Backwards.Rep_Backwards
- Control.Applicative.Lift.Rep_Lift
- GHC.IO.Exception.Rep_ExitCode
- Control.Monad.Trans.Cont.Rep_ContT
- Control.Monad.Trans.Identity.Rep_IdentityT
- 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.Except.Rep1_ExceptT
- Control.Monad.Trans.Except.Rep_ExceptT
- Control.Monad.Trans.Maybe.Rep1_MaybeT
- Control.Monad.Trans.Maybe.Rep_MaybeT
- Control.Monad.Trans.Writer.Lazy.Rep_WriterT
- Control.Monad.Trans.Writer.Strict.Rep_WriterT
- Data.Bifunctor.Biff.Rep_Biff
- Data.Bifunctor.Clown.Rep_Clown
- Data.Bifunctor.Flip.Rep_Flip
- Data.Bifunctor.Join.Rep_Join
- Data.Bifunctor.Joker.Rep_Joker
- Data.Bifunctor.Product.Rep_Product
- Data.Bifunctor.Tannen.Rep_Tannen
- Data.Bifunctor.Wrapped.Rep_WrappedBifunctor
- Data.ByteString.Internal.Type.D:R:ItemByteString
- Data.ByteString.Lazy.Internal.D:R:ItemByteString
- Data.ByteString.Short.Internal.Rep_ShortByteString
- Data.Array.Byte.D:R:ItemByteArray
- Data.ByteString.Short.Internal.D:R:ItemShortByteString
- Data.DList.Internal.D:R:ItemDList
- Data.Functor.Constant.Rep_Constant
- Data.Functor.Reverse.Rep_Reverse
- Data.HashMap.Internal.D:R:ItemHashMap
- Data.HashSet.Internal.D:R:ItemHashSet
- Data.IntMap.Internal.D:R:ItemIntMap
- Data.IntSet.Internal.D:R:ItemIntSet
- Data.Map.Internal.D:R:ItemMap
- Data.Profunctor.Rep.D:R:CorepCostar
- Data.Profunctor.Rep.D:R:RepForget
- Data.Profunctor.Rep.D:R:RepKleisli
- Data.Profunctor.Rep.D:R:RepStar
- Data.Profunctor.Traversing.Baz
- Data.Sequence.Internal.D:R:ItemSeq
- Data.Sequence.Internal.UnzipWith
- Data.Sequence.Internal.unzipWith'
- Data.Set.Internal.D:R:ItemSet
- Data.Set.Internal.MergeSet
- Data.Vector.D:R:ItemVector
- Data.Vector.Fusion.Bundle.Size.Size
- Control.Monad.Primitive.D:R:PrimStateContT
- Control.Monad.Primitive.D:R:PrimStateExceptT
- Control.Monad.Primitive.D:R:PrimStateIO
- Control.Monad.Primitive.D:R:PrimStateMaybeT
- Control.Monad.Primitive.D:R:PrimStateReaderT
- Control.Monad.Primitive.D:R:PrimStateStateT
- Control.Monad.Primitive.D:R:PrimStateWriterT
- Data.Vector.Strict.Vector
- Data.Vector.Primitive.D:R:ItemVector
- Data.Vector.Storable.D:R:ItemVector
- Data.Vector.Unboxed.Base.D:R:MVectorsDouble0
- Data.Vector.Unboxed.Base.D:R:MVectorsFloat0
- Data.Vector.Unboxed.Base.D:R:VectorDouble0
- Data.Vector.Unboxed.Base.D:R:VectorFloat0
- GHC.IsList.D:R:ItemCallStack
- GHC.IsList.D:R:ItemList
- GHC.IsList.D:R:ItemNonEmpty
- GHC.IsList.D:R:ItemVersion
- GHC.IsList.D:R:ItemZipList
- GHC.Generics.Rep_R:UReckFloatp
- Text.Printf.UPrintf
- Text.Printf.hspr
- Text.Printf.spr
- Control.Monad.Trans.Accum.Rep_AccumT
- GHC.ForeignSrcLang.Type.Rep_ForeignSrcLang
- GHC.LanguageExtensions.Type.Rep_Extension
- Text.PrettyPrint.Annotated.HughesPJ.Rep_Doc
- Text.PrettyPrint.Annotated.HughesPJ.Rep_Mode
- Text.PrettyPrint.Annotated.HughesPJ.Rep_Style
- Text.PrettyPrint.Annotated.HughesPJ.Rep_TextDetails
- Text.PrettyPrint.HughesPJ.Rep_Doc
- Data.Tagged.Rep_Tagged
- Language.Haskell.TH.Syntax.Rep_AnnLookup
- Language.Haskell.TH.Syntax.Rep_AnnTarget
- Language.Haskell.TH.Syntax.Rep_Bang
- Language.Haskell.TH.Syntax.Rep_BndrVis
- Language.Haskell.TH.Syntax.Rep_Body
- Language.Haskell.TH.Syntax.Rep_Bytes
- Language.Haskell.TH.Syntax.Rep_Callconv
- Language.Haskell.TH.Syntax.Rep_Clause
- Language.Haskell.TH.Syntax.Rep_Con
- Language.Haskell.TH.Syntax.Rep_Dec
- Language.Haskell.TH.Syntax.Rep_DecidedStrictness
- Language.Haskell.TH.Syntax.Rep_DerivClause
- Language.Haskell.TH.Syntax.Rep_DerivStrategy
- Language.Haskell.TH.Syntax.Rep_DocLoc
- Language.Haskell.TH.Syntax.Rep_Exp
- Language.Haskell.TH.Syntax.Rep_FamilyResultSig
- Language.Haskell.TH.Syntax.Rep_FixityDirection
- Language.Haskell.TH.Syntax.Rep_Fixity
- Language.Haskell.TH.Syntax.Rep_Foreign
- Language.Haskell.TH.Syntax.Rep_FunDep
- Language.Haskell.TH.Syntax.Rep_Guard
- Language.Haskell.TH.Syntax.Rep_Info
- Language.Haskell.TH.Syntax.Rep_InjectivityAnn
- Language.Haskell.TH.Syntax.Rep_Inline
- Language.Haskell.TH.Syntax.Rep_Lit
- Language.Haskell.TH.Syntax.Rep_Loc
- Language.Haskell.TH.Syntax.Rep_Match
- Language.Haskell.TH.Syntax.Rep_ModName
- Language.Haskell.TH.Syntax.Rep_ModuleInfo
- Language.Haskell.TH.Syntax.Rep_Module
- Language.Haskell.TH.Syntax.Rep_NameFlavour
- Language.Haskell.TH.Syntax.Rep_NameSpace
- Language.Haskell.TH.Syntax.Rep_Name
- Language.Haskell.TH.Syntax.Rep_OccName
- Language.Haskell.TH.Syntax.Rep_Overlap
- Language.Haskell.TH.Syntax.Rep_Pat
- Language.Haskell.TH.Syntax.Rep_PatSynArgs
- Language.Haskell.TH.Syntax.Rep_PatSynDir
- Language.Haskell.TH.Syntax.Rep_Phases
- Language.Haskell.TH.Syntax.Rep_PkgName
- Language.Haskell.TH.Syntax.Rep_Pragma
- Language.Haskell.TH.Syntax.Rep_Range
- Language.Haskell.TH.Syntax.Rep_Role
- Language.Haskell.TH.Syntax.Rep_RuleBndr
- Language.Haskell.TH.Syntax.Rep_RuleMatch
- Language.Haskell.TH.Syntax.Rep_Safety
- Language.Haskell.TH.Syntax.Rep_SourceStrictness
- Language.Haskell.TH.Syntax.Rep_SourceUnpackedness
- Language.Haskell.TH.Syntax.Rep_Specificity
- Language.Haskell.TH.Syntax.Rep_Stmt
- Language.Haskell.TH.Syntax.Rep_TyLit
- Language.Haskell.TH.Syntax.Rep_TySynEqn
- Language.Haskell.TH.Syntax.Rep_TyVarBndr
- Language.Haskell.TH.Syntax.Rep_Type
- Language.Haskell.TH.Syntax.Rep_TypeFamilyHead
- Control.Monad.Trans.RWS.CPS.Rep_RWST
- Control.Monad.Trans.Writer.CPS.Rep_WriterT
- Control.Monad.Trans.Select.Rep_SelectT
- System.OsString.Internal.Types.Hidden.Rep_OsChar
- System.OsString.Internal.Types.Hidden.Rep_OsString
- System.OsString.Internal.Types.Hidden.Rep_PosixChar
- System.OsString.Internal.Types.Hidden.Rep_PosixString
- System.OsString.Internal.Types.Hidden.Rep_WindowsChar
- System.OsString.Internal.Types.Hidden.Rep_WindowsString
- System.OsString.Internal.Types.Rep_OsChar
- System.OsString.Internal.Types.Rep_OsString
- System.OsString.Internal.Types.Rep_PosixChar
- System.OsString.Internal.Types.Rep_PosixString
- System.OsString.Internal.Types.Rep_WindowsChar
- System.OsString.Internal.Types.Rep_WindowsString
- Data.Bifunctor.Fix.Rep_Fix
- Data.Bifunctor.Sum.Rep_Sum
- Data.Primitive.Array.D:R:ItemArray
- System.Random.Stateful.D:R:MutableGenTGenSTM
- Data.Primitive.PrimArray.D:R:ItemPrimArray
- Data.Primitive.SmallArray.D:R:ItemSmallArray
- Data.Functor.Rep.D:R:RepReaderT
- Control.Comonad.Cofree.Rep_Cofree
- Control.Monad.Free.Rep_Free
- Control.Monad.Trans.Free.Rep_FreeF
- Data.Vector.Strict.D:R:ItemVector
- GHC.IOPort.IOPortException
- Data.Bifunctor.Biap.Rep_Biap
Documentation created: dist/doc/html/rebase/, dist/doc/html/rebase/rebase.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/rebase-1.22-CiROZeu0IWc3cHddzBrpoV
Completed rebase-1.22
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'