[all reports]
Package |
commonmark-initial-0.1.0.0 |
Install |
InstallOk |
Docs |
Ok |
Tests |
Ok |
Time submitted |
2025-07-29 01:13:39.746250283 UTC
|
Compiler |
ghc-9.8.4 |
OS |
linux |
Arch |
x86_64 |
Dependencies |
base-4.19.2.0, commonmark-0.2.6.1, deriving-compat-0.6.7, free-5.2, text-2.1.1 |
Flags |
none
|
Code Coverage
expressions | 30% (196/650) |
boolean | guards | 100% (0/0) |
conditions | 0% (0/2) |
qualifiers | 100% (0/0) |
alternatives | 18% (14/77) |
local declarations | 100% (2/2) |
top-level declarations | 21% (23/105) |
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 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 os-string-2.0.7...
Preprocessing library for os-string-2.0.7..
Building library for os-string-2.0.7..
[ 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.7..
Running Haddock on library for os-string-2.0.7..
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.
94% ( 93 / 98) in 'System.OsString.Posix'
Missing documentation for:
Module header
PosixChar (System/OsString/Internal/Types.hs:123)
singleton (System/OsString/Common.hs:495)
empty (System/OsString/Common.hs:498)
concat (System/OsString/Common.hs:706)
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:281:1
You 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:281:1
Warning: 'tail' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:265:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:265:1
Warning: 'init' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:290:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:290:1
Warning: 'last' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:256:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:256:1
Warning: 'map' is ambiguous. It is defined
* in GHC.Base
* at System/OsString/Internal.hs:316:1
You 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:316:1
Warning: 'reverse' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:322:1
You 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:322:1
Warning: 'foldl' is ambiguous. It is defined
* in Data.Foldable
* 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: 'foldl1' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:352:1
You 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:352:1
Warning: 'foldr' 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: 'foldr1' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.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 System/OsString/Internal.hs:382:1
Warning: 'all' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:396:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:396:1
Warning: 'any' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:403:1
You 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:403:1
Warning: 'replicate' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:418:1
You 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:418:1
Warning: 'take' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:460:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:460:1
Warning: 'length' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:309:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:309:1
Warning: 'drop' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:497:1
You 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:497:1
Warning: 'takeWhile' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:491:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:491:1
Warning: 'dropWhile' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:519:1
You 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:519:1
Warning: 'break' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:548:1
You 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:548:1
Warning: 'span' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:558:1
You 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:558:1
Warning: 'splitAt' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:583:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:583:1
Warning: 'elem' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:686:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:686:1
Warning: 'filter' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:704:1
You 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:704:1
94% ( 74 / 78) in 'System.OsString.Internal'
Missing documentation for:
Module header
empty (System/OsString/Internal.hs:221)
singleton (System/OsString/Internal.hs:224)
concat (System/OsString/Internal.hs:409)
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:221)
singleton (System/OsString/Internal.hs:224)
concat (System/OsString/Internal.hs:409)
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% ( 93 / 98) in 'System.OsString.Windows'
Missing documentation for:
Module header
WindowsChar (System/OsString/Internal/Types.hs:117)
singleton (System/OsString/Common.hs:495)
empty (System/OsString/Common.hs:498)
concat (System/OsString/Common.hs:706)
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.7-5BBZgm2IGGO8ifbVrttmLE
Completed os-string-2.0.7
Configuring tagged-0.8.9...
Preprocessing library for tagged-0.8.9..
Building library for tagged-0.8.9..
[1 of 2] Compiling Data.Proxy.TH ( src/Data/Proxy/TH.hs, dist/build/Data/Proxy/TH.o, dist/build/Data/Proxy/TH.dyn_o )
[2 of 2] Compiling Data.Tagged ( src/Data/Tagged.hs, dist/build/Data/Tagged.o, dist/build/Data/Tagged.dyn_o )
Preprocessing library for tagged-0.8.9..
Running Haddock on library for tagged-0.8.9..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Proxy.TH ( src/Data/Proxy/TH.hs, nothing )
[2 of 2] Compiling Data.Tagged ( src/Data/Tagged.hs, nothing )
Haddock coverage:
Warning: 'Proxy' is ambiguous. It is defined
* in Data.Proxy
* in Data.Proxy
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Proxy
66% ( 2 / 3) in 'Data.Proxy.TH'
Missing documentation for:
Module header
Warning: 'Tagged' is ambiguous. It is defined
* at src/Data/Tagged.hs:82:22
* at src/Data/Tagged.hs:82:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Tagged.hs:82:1
Warning: 'Proxy' is ambiguous. It is defined
* in Data.Proxy
* in Data.Proxy
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Proxy
93% ( 14 / 15) in 'Data.Tagged'
Missing documentation for:
witness (src/Data/Tagged.hs:386)
Warning: Data.Tagged: could not find link destinations for:
- Data.Tagged.Rep_Tagged
- Data.Tagged.Rep1_Tagged
Documentation created: dist/doc/html/tagged/, dist/doc/html/tagged/tagged.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/tagged-0.8.9-6aZuwRISGvIHng66Gvw0LY
Completed tagged-0.8.9
Configuring th-abstraction-0.7.1.0...
Preprocessing library for th-abstraction-0.7.1.0..
Building library for th-abstraction-0.7.1.0..
[1 of 3] Compiling Language.Haskell.TH.Datatype.Internal ( src/Language/Haskell/TH/Datatype/Internal.hs, dist/build/Language/Haskell/TH/Datatype/Internal.o, dist/build/Language/Haskell/TH/Datatype/Internal.dyn_o )
[2 of 3] Compiling Language.Haskell.TH.Datatype.TyVarBndr ( src/Language/Haskell/TH/Datatype/TyVarBndr.hs, dist/build/Language/Haskell/TH/Datatype/TyVarBndr.o, dist/build/Language/Haskell/TH/Datatype/TyVarBndr.dyn_o )
[3 of 3] Compiling Language.Haskell.TH.Datatype ( src/Language/Haskell/TH/Datatype.hs, dist/build/Language/Haskell/TH/Datatype.o, dist/build/Language/Haskell/TH/Datatype.dyn_o )
Preprocessing library for th-abstraction-0.7.1.0..
Running Haddock on library for th-abstraction-0.7.1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Language.Haskell.TH.Datatype.Internal ( src/Language/Haskell/TH/Datatype/Internal.hs, nothing )
[2 of 3] Compiling Language.Haskell.TH.Datatype.TyVarBndr ( src/Language/Haskell/TH/Datatype/TyVarBndr.hs, nothing )
[3 of 3] Compiling Language.Haskell.TH.Datatype ( src/Language/Haskell/TH/Datatype.hs, nothing )
Haddock coverage:
Warning: 'Name' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* in Language.Haskell.TH.Syntax
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Language.Haskell.TH.Syntax
Warning: 'Name' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* in Language.Haskell.TH.Syntax
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Language.Haskell.TH.Syntax
76% ( 40 / 52) in 'Language.Haskell.TH.Datatype.TyVarBndr'
Missing documentation for:
TyVarBndrUnit
TyVarBndrSpec
TyVarBndrVis
Specificity
BndrVis
DefaultBndrFlag
plainTV
kindedTV
inferredSpec
specifiedSpec
bndrReq
bndrInvis
Warning: 'DatatypeInfo' is ambiguous. It is defined
* at src/Language/Haskell/TH/Datatype.hs:184:21
* at src/Language/Haskell/TH/Datatype.hs:184:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Language/Haskell/TH/Datatype.hs:184:1
Warning: 'ConstructorInfo' is ambiguous. It is defined
* at src/Language/Haskell/TH/Datatype.hs:229:24
* at src/Language/Haskell/TH/Datatype.hs:229:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Language/Haskell/TH/Datatype.hs:229:1
Warning: 'FieldStrictness' is ambiguous. It is defined
* at src/Language/Haskell/TH/Datatype.hs:272:24
* at src/Language/Haskell/TH/Datatype.hs:272:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Language/Haskell/TH/Datatype.hs:272:1
Warning: '()' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Strict' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* at src/Language/Haskell/TH/Datatype.hs:289:5
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Language/Haskell/TH/Datatype.hs:289:5
Warning: 'datatypeInstVars' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'mbKind' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'resolveFixities' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'FunArg' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Fixity' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* in Language.Haskell.TH.Syntax
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Language.Haskell.TH.Syntax
92% ( 49 / 53) in 'Language.Haskell.TH.Datatype'
Missing documentation for:
arrowKCompat (src/Language/Haskell/TH/Datatype.hs:2260)
isStrictAnnot (src/Language/Haskell/TH/Datatype.hs:293)
notStrictAnnot (src/Language/Haskell/TH/Datatype.hs:294)
unpackedAnnot (src/Language/Haskell/TH/Datatype.hs:295)
Warning: Language.Haskell.TH.Datatype.TyVarBndr: could not find link destinations for:
- Language.Haskell.TH.Syntax.Rep_BndrVis
- Language.Haskell.TH.Syntax.Rep_Specificity
Warning: Language.Haskell.TH.Datatype: could not find link destinations for:
- Language.Haskell.TH.Datatype.Rep_DatatypeInfo
- Language.Haskell.TH.Datatype.Rep_ConstructorInfo
- Language.Haskell.TH.Datatype.Rep_FieldStrictness
- Language.Haskell.TH.Datatype.Rep_Strictness
- Language.Haskell.TH.Datatype.Rep_Unpackedness
- Language.Haskell.TH.Datatype.Rep_ConstructorVariant
- Language.Haskell.TH.Datatype.Rep_DatatypeVariant
Documentation created: dist/doc/html/th-abstraction/,
dist/doc/html/th-abstraction/th-abstraction.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/th-abstraction-0.7.1.0-5OEkekdo9oT3l4cxHWMApr
Completed th-abstraction-0.7.1.0
Configuring 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 unicode-data-0.6.0...
Preprocessing library for unicode-data-0.6.0..
Building library for unicode-data-0.6.0..
[ 1 of 33] Compiling Unicode.Internal.Bits ( lib/Unicode/Internal/Bits.hs, dist/build/Unicode/Internal/Bits.o, dist/build/Unicode/Internal/Bits.dyn_o )
[ 2 of 33] Compiling Unicode.Internal.Char.Blocks ( lib/Unicode/Internal/Char/Blocks.hs, dist/build/Unicode/Internal/Char/Blocks.o, dist/build/Unicode/Internal/Char/Blocks.dyn_o )
[ 3 of 33] Compiling Unicode.Char.General.Blocks ( lib/Unicode/Char/General/Blocks.hs, dist/build/Unicode/Char/General/Blocks.o, dist/build/Unicode/Char/General/Blocks.dyn_o )
[ 4 of 33] Compiling Unicode.Internal.Char.CaseFolding ( lib/Unicode/Internal/Char/CaseFolding.hs, dist/build/Unicode/Internal/Char/CaseFolding.o, dist/build/Unicode/Internal/Char/CaseFolding.dyn_o )
[ 5 of 33] Compiling Unicode.Internal.Char.DerivedCoreProperties ( lib/Unicode/Internal/Char/DerivedCoreProperties.hs, dist/build/Unicode/Internal/Char/DerivedCoreProperties.o, dist/build/Unicode/Internal/Char/DerivedCoreProperties.dyn_o )
[ 6 of 33] Compiling Unicode.Internal.Char.DerivedNumericValues ( lib/Unicode/Internal/Char/DerivedNumericValues.hs, dist/build/Unicode/Internal/Char/DerivedNumericValues.o, dist/build/Unicode/Internal/Char/DerivedNumericValues.dyn_o )
[ 7 of 33] Compiling Unicode.Char.Numeric ( lib/Unicode/Char/Numeric.hs, dist/build/Unicode/Char/Numeric.o, dist/build/Unicode/Char/Numeric.dyn_o )
[ 8 of 33] Compiling Unicode.Internal.Char.PropList ( lib/Unicode/Internal/Char/PropList.hs, dist/build/Unicode/Internal/Char/PropList.o, dist/build/Unicode/Internal/Char/PropList.dyn_o )
[ 9 of 33] Compiling Unicode.Char.Identifiers ( lib/Unicode/Char/Identifiers.hs, dist/build/Unicode/Char/Identifiers.o, dist/build/Unicode/Char/Identifiers.dyn_o )
[10 of 33] Compiling Unicode.Internal.Char.SpecialCasing.LowerCaseMapping ( lib/Unicode/Internal/Char/SpecialCasing/LowerCaseMapping.hs, dist/build/Unicode/Internal/Char/SpecialCasing/LowerCaseMapping.o, dist/build/Unicode/Internal/Char/SpecialCasing/LowerCaseMapping.dyn_o )
[11 of 33] Compiling Unicode.Internal.Char.SpecialCasing.TitleCaseMapping ( lib/Unicode/Internal/Char/SpecialCasing/TitleCaseMapping.hs, dist/build/Unicode/Internal/Char/SpecialCasing/TitleCaseMapping.o, dist/build/Unicode/Internal/Char/SpecialCasing/TitleCaseMapping.dyn_o )
[12 of 33] Compiling Unicode.Internal.Char.SpecialCasing.UpperCaseMapping ( lib/Unicode/Internal/Char/SpecialCasing/UpperCaseMapping.hs, dist/build/Unicode/Internal/Char/SpecialCasing/UpperCaseMapping.o, dist/build/Unicode/Internal/Char/SpecialCasing/UpperCaseMapping.dyn_o )
[13 of 33] Compiling Unicode.Internal.Char.UnicodeData.CombiningClass ( lib/Unicode/Internal/Char/UnicodeData/CombiningClass.hs, dist/build/Unicode/Internal/Char/UnicodeData/CombiningClass.o, dist/build/Unicode/Internal/Char/UnicodeData/CombiningClass.dyn_o )
[14 of 33] Compiling Unicode.Internal.Char.UnicodeData.Compositions ( lib/Unicode/Internal/Char/UnicodeData/Compositions.hs, dist/build/Unicode/Internal/Char/UnicodeData/Compositions.o, dist/build/Unicode/Internal/Char/UnicodeData/Compositions.dyn_o )
[15 of 33] Compiling Unicode.Internal.Char.UnicodeData.Decomposable ( lib/Unicode/Internal/Char/UnicodeData/Decomposable.hs, dist/build/Unicode/Internal/Char/UnicodeData/Decomposable.o, dist/build/Unicode/Internal/Char/UnicodeData/Decomposable.dyn_o )
[16 of 33] Compiling Unicode.Internal.Char.UnicodeData.DecomposableK ( lib/Unicode/Internal/Char/UnicodeData/DecomposableK.hs, dist/build/Unicode/Internal/Char/UnicodeData/DecomposableK.o, dist/build/Unicode/Internal/Char/UnicodeData/DecomposableK.dyn_o )
[17 of 33] Compiling Unicode.Internal.Char.UnicodeData.Decompositions ( lib/Unicode/Internal/Char/UnicodeData/Decompositions.hs, dist/build/Unicode/Internal/Char/UnicodeData/Decompositions.o, dist/build/Unicode/Internal/Char/UnicodeData/Decompositions.dyn_o )
[18 of 33] Compiling Unicode.Internal.Char.UnicodeData.DecompositionsK2 ( lib/Unicode/Internal/Char/UnicodeData/DecompositionsK2.hs, dist/build/Unicode/Internal/Char/UnicodeData/DecompositionsK2.o, dist/build/Unicode/Internal/Char/UnicodeData/DecompositionsK2.dyn_o )
[19 of 33] Compiling Unicode.Internal.Char.UnicodeData.DecompositionsK ( lib/Unicode/Internal/Char/UnicodeData/DecompositionsK.hs, dist/build/Unicode/Internal/Char/UnicodeData/DecompositionsK.o, dist/build/Unicode/Internal/Char/UnicodeData/DecompositionsK.dyn_o )
[20 of 33] Compiling Unicode.Internal.Char.UnicodeData.GeneralCategory ( lib/Unicode/Internal/Char/UnicodeData/GeneralCategory.hs, dist/build/Unicode/Internal/Char/UnicodeData/GeneralCategory.o, dist/build/Unicode/Internal/Char/UnicodeData/GeneralCategory.dyn_o )
[21 of 33] Compiling Unicode.Char.Numeric.Compat ( lib/Unicode/Char/Numeric/Compat.hs, dist/build/Unicode/Char/Numeric/Compat.o, dist/build/Unicode/Char/Numeric/Compat.dyn_o )
[22 of 33] Compiling Unicode.Char.General.Compat ( lib/Unicode/Char/General/Compat.hs, dist/build/Unicode/Char/General/Compat.o, dist/build/Unicode/Char/General/Compat.dyn_o )
[23 of 33] Compiling Unicode.Internal.Char.UnicodeData.SimpleLowerCaseMapping ( lib/Unicode/Internal/Char/UnicodeData/SimpleLowerCaseMapping.hs, dist/build/Unicode/Internal/Char/UnicodeData/SimpleLowerCaseMapping.o, dist/build/Unicode/Internal/Char/UnicodeData/SimpleLowerCaseMapping.dyn_o )
[24 of 33] Compiling Unicode.Internal.Char.UnicodeData.SimpleTitleCaseMapping ( lib/Unicode/Internal/Char/UnicodeData/SimpleTitleCaseMapping.hs, dist/build/Unicode/Internal/Char/UnicodeData/SimpleTitleCaseMapping.o, dist/build/Unicode/Internal/Char/UnicodeData/SimpleTitleCaseMapping.dyn_o )
[25 of 33] Compiling Unicode.Internal.Char.UnicodeData.SimpleUpperCaseMapping ( lib/Unicode/Internal/Char/UnicodeData/SimpleUpperCaseMapping.hs, dist/build/Unicode/Internal/Char/UnicodeData/SimpleUpperCaseMapping.o, dist/build/Unicode/Internal/Char/UnicodeData/SimpleUpperCaseMapping.dyn_o )
[26 of 33] Compiling Unicode.Char.Case.Compat ( lib/Unicode/Char/Case/Compat.hs, dist/build/Unicode/Char/Case/Compat.o, dist/build/Unicode/Char/Case/Compat.dyn_o )
[27 of 33] Compiling Unicode.Internal.Char.Version ( lib/Unicode/Internal/Char/Version.hs, dist/build/Unicode/Internal/Char/Version.o, dist/build/Unicode/Internal/Char/Version.dyn_o )
[28 of 33] Compiling Unicode.Internal.Division ( lib/Unicode/Internal/Division.hs, dist/build/Unicode/Internal/Division.o, dist/build/Unicode/Internal/Division.dyn_o )
[29 of 33] Compiling Unicode.Char.General ( lib/Unicode/Char/General.hs, dist/build/Unicode/Char/General.o, dist/build/Unicode/Char/General.dyn_o )
[30 of 33] Compiling Unicode.Char.Normalization ( lib/Unicode/Char/Normalization.hs, dist/build/Unicode/Char/Normalization.o, dist/build/Unicode/Char/Normalization.dyn_o )
[31 of 33] Compiling Unicode.Internal.Unfold ( lib/Unicode/Internal/Unfold.hs, dist/build/Unicode/Internal/Unfold.o, dist/build/Unicode/Internal/Unfold.dyn_o )
[32 of 33] Compiling Unicode.Char.Case ( lib/Unicode/Char/Case.hs, dist/build/Unicode/Char/Case.o, dist/build/Unicode/Char/Case.dyn_o )
[33 of 33] Compiling Unicode.Char ( lib/Unicode/Char.hs, dist/build/Unicode/Char.o, dist/build/Unicode/Char.dyn_o )
Preprocessing library for unicode-data-0.6.0..
Running Haddock on library for unicode-data-0.6.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 33] Compiling Unicode.Internal.Bits ( lib/Unicode/Internal/Bits.hs, nothing )
[ 2 of 33] Compiling Unicode.Internal.Char.Blocks ( lib/Unicode/Internal/Char/Blocks.hs, nothing )
[ 3 of 33] Compiling Unicode.Char.General.Blocks ( lib/Unicode/Char/General/Blocks.hs, nothing )
[ 4 of 33] Compiling Unicode.Internal.Char.CaseFolding ( lib/Unicode/Internal/Char/CaseFolding.hs, nothing )
[ 5 of 33] Compiling Unicode.Internal.Char.DerivedCoreProperties ( lib/Unicode/Internal/Char/DerivedCoreProperties.hs, nothing )
[ 6 of 33] Compiling Unicode.Internal.Char.DerivedNumericValues ( lib/Unicode/Internal/Char/DerivedNumericValues.hs, nothing )
[ 7 of 33] Compiling Unicode.Char.Numeric ( lib/Unicode/Char/Numeric.hs, nothing )
[ 8 of 33] Compiling Unicode.Internal.Char.PropList ( lib/Unicode/Internal/Char/PropList.hs, nothing )
[ 9 of 33] Compiling Unicode.Char.Identifiers ( lib/Unicode/Char/Identifiers.hs, nothing )
[10 of 33] Compiling Unicode.Internal.Char.SpecialCasing.LowerCaseMapping ( lib/Unicode/Internal/Char/SpecialCasing/LowerCaseMapping.hs, nothing )
[11 of 33] Compiling Unicode.Internal.Char.SpecialCasing.TitleCaseMapping ( lib/Unicode/Internal/Char/SpecialCasing/TitleCaseMapping.hs, nothing )
[12 of 33] Compiling Unicode.Internal.Char.SpecialCasing.UpperCaseMapping ( lib/Unicode/Internal/Char/SpecialCasing/UpperCaseMapping.hs, nothing )
[13 of 33] Compiling Unicode.Internal.Char.UnicodeData.CombiningClass ( lib/Unicode/Internal/Char/UnicodeData/CombiningClass.hs, nothing )
[14 of 33] Compiling Unicode.Internal.Char.UnicodeData.Compositions ( lib/Unicode/Internal/Char/UnicodeData/Compositions.hs, nothing )
[15 of 33] Compiling Unicode.Internal.Char.UnicodeData.Decomposable ( lib/Unicode/Internal/Char/UnicodeData/Decomposable.hs, nothing )
[16 of 33] Compiling Unicode.Internal.Char.UnicodeData.DecomposableK ( lib/Unicode/Internal/Char/UnicodeData/DecomposableK.hs, nothing )
[17 of 33] Compiling Unicode.Internal.Char.UnicodeData.Decompositions ( lib/Unicode/Internal/Char/UnicodeData/Decompositions.hs, nothing )
[18 of 33] Compiling Unicode.Internal.Char.UnicodeData.DecompositionsK2 ( lib/Unicode/Internal/Char/UnicodeData/DecompositionsK2.hs, nothing )
[19 of 33] Compiling Unicode.Internal.Char.UnicodeData.DecompositionsK ( lib/Unicode/Internal/Char/UnicodeData/DecompositionsK.hs, nothing )
[20 of 33] Compiling Unicode.Internal.Char.UnicodeData.GeneralCategory ( lib/Unicode/Internal/Char/UnicodeData/GeneralCategory.hs, nothing )
[21 of 33] Compiling Unicode.Char.Numeric.Compat ( lib/Unicode/Char/Numeric/Compat.hs, nothing )
[22 of 33] Compiling Unicode.Char.General.Compat ( lib/Unicode/Char/General/Compat.hs, nothing )
[23 of 33] Compiling Unicode.Internal.Char.UnicodeData.SimpleLowerCaseMapping ( lib/Unicode/Internal/Char/UnicodeData/SimpleLowerCaseMapping.hs, nothing )
[24 of 33] Compiling Unicode.Internal.Char.UnicodeData.SimpleTitleCaseMapping ( lib/Unicode/Internal/Char/UnicodeData/SimpleTitleCaseMapping.hs, nothing )
[25 of 33] Compiling Unicode.Internal.Char.UnicodeData.SimpleUpperCaseMapping ( lib/Unicode/Internal/Char/UnicodeData/SimpleUpperCaseMapping.hs, nothing )
[26 of 33] Compiling Unicode.Char.Case.Compat ( lib/Unicode/Char/Case/Compat.hs, nothing )
[27 of 33] Compiling Unicode.Internal.Char.Version ( lib/Unicode/Internal/Char/Version.hs, nothing )
[28 of 33] Compiling Unicode.Internal.Division ( lib/Unicode/Internal/Division.hs, nothing )
[29 of 33] Compiling Unicode.Char.General ( lib/Unicode/Char/General.hs, nothing )
[30 of 33] Compiling Unicode.Char.Normalization ( lib/Unicode/Char/Normalization.hs, nothing )
[31 of 33] Compiling Unicode.Internal.Unfold ( lib/Unicode/Internal/Unfold.hs, nothing )
[32 of 33] Compiling Unicode.Char.Case ( lib/Unicode/Char/Case.hs, nothing )
[33 of 33] Compiling Unicode.Char ( lib/Unicode/Char.hs, nothing )
Haddock coverage:
60% ( 6 / 10) in 'Unicode.Internal.Bits'
Missing documentation for:
lookupWord8AsInt# (lib/Unicode/Internal/Bits.hs:108)
lookupWord16AsInt (lib/Unicode/Internal/Bits.hs:120)
lookupWord16AsInt# (lib/Unicode/Internal/Bits.hs:126)
unpackCString#
100% ( 7 / 7) in 'Unicode.Char.General.Blocks'
100% ( 14 / 14) in 'Unicode.Char.Numeric'
100% ( 7 / 7) in 'Unicode.Char.Identifiers'
100% ( 3 / 3) in 'Unicode.Char.Numeric.Compat'
Warning: 'GeneralCategory' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'UppercaseLetter' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'LowercaseLetter' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'TitlecaseLetter' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ModifierLetter' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'OtherLetter' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'DecimalNumber' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'LetterNumber' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'OtherNumber' 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.
100% ( 5 / 5) in 'Unicode.Char.General.Compat'
100% ( 8 / 8) in 'Unicode.Char.Case.Compat'
100% ( 3 / 3) in 'Unicode.Internal.Division'
Warning: 'isSpace' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 51 / 51) in 'Unicode.Char.General'
100% ( 15 / 15) in 'Unicode.Char.Normalization'
100% ( 4 / 4) in 'Unicode.Internal.Unfold'
100% ( 21 / 21) in 'Unicode.Char.Case'
100% ( 58 / 58) in 'Unicode.Char'
Documentation created: dist/doc/html/unicode-data/,
dist/doc/html/unicode-data/unicode-data.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/unicode-data-0.6.0-H5HmZb4RoKh5Z7v4b6f94k
Completed unicode-data-0.6.0
Configuring contravariant-1.5.5...
Preprocessing library for contravariant-1.5.5..
Building library for contravariant-1.5.5..
[1 of 3] Compiling Data.Functor.Contravariant.Divisible ( src/Data/Functor/Contravariant/Divisible.hs, dist/build/Data/Functor/Contravariant/Divisible.o, dist/build/Data/Functor/Contravariant/Divisible.dyn_o )
[2 of 3] Compiling Data.Functor.Contravariant.Compose ( src/Data/Functor/Contravariant/Compose.hs, dist/build/Data/Functor/Contravariant/Compose.o, dist/build/Data/Functor/Contravariant/Compose.dyn_o )
[3 of 3] Compiling Data.Functor.Contravariant.Generic ( src/Data/Functor/Contravariant/Generic.hs, dist/build/Data/Functor/Contravariant/Generic.o, dist/build/Data/Functor/Contravariant/Generic.dyn_o )
Preprocessing library for contravariant-1.5.5..
Running Haddock on library for contravariant-1.5.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.Functor.Contravariant.Divisible ( src/Data/Functor/Contravariant/Divisible.hs, nothing )
[2 of 3] Compiling Data.Functor.Contravariant.Compose ( src/Data/Functor/Contravariant/Compose.hs, nothing )
[3 of 3] Compiling Data.Functor.Contravariant.Generic ( src/Data/Functor/Contravariant/Generic.hs, nothing )
Haddock coverage:
Warning: 'delta' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 17 / 17) in 'Data.Functor.Contravariant.Divisible'
100% ( 4 / 4) in 'Data.Functor.Contravariant.Compose'
Warning: 'Comparison' is ambiguous. It is defined
* in Data.Functor.Contravariant
* in Data.Functor.Contravariant
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Contravariant
Warning: 'Equivalence' is ambiguous. It is defined
* in Data.Functor.Contravariant
* in Data.Functor.Contravariant
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Contravariant
100% ( 3 / 3) in 'Data.Functor.Contravariant.Generic'
Warning: Data.Functor.Contravariant.Generic: could not find link destinations for:
- Data.Functor.Contravariant.Generic.GDeciding1
- Data.Functor.Contravariant.Generic.GDeciding
- Data.Functor.Contravariant.Generic.GG
- Data.Functor.Contravariant.Generic.Rep1'
- Data.Functor.Contravariant.Generic.Rep'
Documentation created: dist/doc/html/contravariant/,
dist/doc/html/contravariant/contravariant.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/contravariant-1.5.5-9OZxSMGmONm3FLxTwjX4ym
Completed contravariant-1.5.5
Configuring hashable-1.5.0.0...
Preprocessing library for hashable-1.5.0.0..
Building library for hashable-1.5.0.0..
[ 1 of 10] Compiling Data.Hashable.FFI ( src/Data/Hashable/FFI.hs, dist/build/Data/Hashable/FFI.o, dist/build/Data/Hashable/FFI.dyn_o )
[ 2 of 10] Compiling Data.Hashable.Imports ( src/Data/Hashable/Imports.hs, dist/build/Data/Hashable/Imports.o, dist/build/Data/Hashable/Imports.dyn_o )
[ 3 of 10] Compiling Data.Hashable.Mix ( src/Data/Hashable/Mix.hs, dist/build/Data/Hashable/Mix.o, dist/build/Data/Hashable/Mix.dyn_o )
[ 4 of 10] Compiling Data.Hashable.XXH3 ( src/Data/Hashable/XXH3.hs, dist/build/Data/Hashable/XXH3.o, dist/build/Data/Hashable/XXH3.dyn_o )
[ 5 of 10] Compiling Data.Hashable.LowLevel ( src/Data/Hashable/LowLevel.hs, dist/build/Data/Hashable/LowLevel.o, dist/build/Data/Hashable/LowLevel.dyn_o )
[ 6 of 10] Compiling Data.Hashable.Class ( src/Data/Hashable/Class.hs, dist/build/Data/Hashable/Class.o, dist/build/Data/Hashable/Class.dyn_o )
[ 7 of 10] Compiling Data.Hashable.Lifted ( src/Data/Hashable/Lifted.hs, dist/build/Data/Hashable/Lifted.o, dist/build/Data/Hashable/Lifted.dyn_o )
[ 8 of 10] Compiling Data.Hashable.Generic.Instances ( src/Data/Hashable/Generic/Instances.hs, dist/build/Data/Hashable/Generic/Instances.o, dist/build/Data/Hashable/Generic/Instances.dyn_o )
src/Data/Hashable/Generic/Instances.hs:5:14: warning: [GHC-19244] [-Wtrustworthy-safe]
Data.Hashable.Generic.Instances is marked as Trustworthy but has been inferred as safe!
|
5 | {-# LANGUAGE Trustworthy #-}
| ^^^^^^^^^^^
[ 9 of 10] Compiling Data.Hashable.Generic ( src/Data/Hashable/Generic.hs, dist/build/Data/Hashable/Generic.o, dist/build/Data/Hashable/Generic.dyn_o )
[10 of 10] Compiling Data.Hashable ( src/Data/Hashable.hs, dist/build/Data/Hashable.o, dist/build/Data/Hashable.dyn_o )
Preprocessing library for hashable-1.5.0.0..
Running Haddock on library for hashable-1.5.0.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 10] Compiling Data.Hashable.FFI ( src/Data/Hashable/FFI.hs, nothing )
[ 2 of 10] Compiling Data.Hashable.Imports ( src/Data/Hashable/Imports.hs, nothing )
[ 3 of 10] Compiling Data.Hashable.Mix ( src/Data/Hashable/Mix.hs, nothing )
[ 4 of 10] Compiling Data.Hashable.XXH3 ( src/Data/Hashable/XXH3.hs, nothing )
[ 5 of 10] Compiling Data.Hashable.LowLevel ( src/Data/Hashable/LowLevel.hs, nothing )
[ 6 of 10] Compiling Data.Hashable.Class ( src/Data/Hashable/Class.hs, nothing )
[ 7 of 10] Compiling Data.Hashable.Lifted ( src/Data/Hashable/Lifted.hs, nothing )
[ 8 of 10] Compiling Data.Hashable.Generic.Instances ( src/Data/Hashable/Generic/Instances.hs, nothing )
src/Data/Hashable/Generic/Instances.hs:5:14: warning: [GHC-19244] [-Wtrustworthy-safe]
Data.Hashable.Generic.Instances is marked as Trustworthy but has been inferred as safe!
|
5 | {-# LANGUAGE Trustworthy #-}
| ^^^^^^^^^^^
[ 9 of 10] Compiling Data.Hashable.Generic ( src/Data/Hashable/Generic.hs, nothing )
[10 of 10] Compiling Data.Hashable ( src/Data/Hashable.hs, nothing )
Haddock coverage:
Warning: 'ByteArray' is ambiguous. It is defined
* in Data.Array.Byte
* in Data.Array.Byte
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Array.Byte
Warning: 'hash' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'defaultHashWith' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Hashed' is ambiguous. It is defined
* at src/Data/Hashable/Class.hs:860:17
* at src/Data/Hashable/Class.hs:860:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Hashable/Class.hs:860:1
Warning: 'Arg' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
80% ( 8 / 10) in 'Data.Hashable.Lifted'
Missing documentation for:
Hashable1 (src/Data/Hashable/Class.hs:252)
Hashable2 (src/Data/Hashable/Class.hs:267)
66% ( 6 / 9) in 'Data.Hashable.Generic'
Missing documentation for:
One (src/Data/Hashable/Class.hs:242)
Zero (src/Data/Hashable/Class.hs:241)
HashArgs (src/Data/Hashable/Class.hs:244)
Warning: 'Generic' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 31 / 31) in 'Data.Hashable'
Warning: Data.Hashable.Generic: could not find link destinations for:
- Data.Hashable.Class.D:R:HashArgsOnea0
- Data.Hashable.Class.D:R:HashArgsZeroa0
- Data.Hashable.Generic.Instances.GSum
Warning: Data.Hashable: could not find link destinations for:
- Data.Hashable.Mix.Salt
Documentation created: dist/doc/html/hashable/,
dist/doc/html/hashable/hashable.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/hashable-1.5.0.0-CJcCLhsCpdHlEFddjHE51
Completed hashable-1.5.0.0
Configuring distributive-0.6.2.1...
Preprocessing library for distributive-0.6.2.1..
Building library for distributive-0.6.2.1..
[1 of 2] Compiling Data.Distributive ( src/Data/Distributive.hs, dist/build/Data/Distributive.o, dist/build/Data/Distributive.dyn_o )
src/Data/Distributive.hs:157:26: warning: [GHC-47082] [-Woperator-whitespace-ext-conflict]
The prefix use of a $ would denote an untyped splice
were the TemplateHaskell extension enabled.
Suggested fix: Add whitespace after the $.
|
157 | distribute a e = fmap ($e) a
| ^
[2 of 2] Compiling Data.Distributive.Generic ( src/Data/Distributive/Generic.hs, dist/build/Data/Distributive/Generic.o, dist/build/Data/Distributive/Generic.dyn_o )
Preprocessing library for distributive-0.6.2.1..
Running Haddock on library for distributive-0.6.2.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Distributive ( src/Data/Distributive.hs, nothing )
src/Data/Distributive.hs:157:26: warning: [GHC-47082] [-Woperator-whitespace-ext-conflict]
The prefix use of a $ would denote an untyped splice
were the TemplateHaskell extension enabled.
Suggested fix: Add whitespace after the $.
|
157 | distribute a e = fmap ($e) a
| ^
[2 of 2] Compiling Data.Distributive.Generic ( src/Data/Distributive/Generic.hs, nothing )
Haddock coverage:
Warning: 'Representable' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
Warning: 'Compose' is ambiguous. It is defined
* in Data.Functor.Compose
* in Data.Functor.Compose
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Compose
100% ( 4 / 4) in 'Data.Distributive'
75% ( 3 / 4) in 'Data.Distributive.Generic'
Missing documentation for:
GDistributive (src/Data/Distributive/Generic.hs:51)
Documentation created: dist/doc/html/distributive/,
dist/doc/html/distributive/distributive.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/distributive-0.6.2.1-LYGC3cC7tAvDF84yagGUZw
Completed distributive-0.6.2.1
Configuring 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 deriving-compat-0.6.7...
Preprocessing library for deriving-compat-0.6.7..
Building library for deriving-compat-0.6.7..
[ 1 of 22] Compiling Data.Deriving.Internal ( src/Data/Deriving/Internal.hs, dist/build/Data/Deriving/Internal.o, dist/build/Data/Deriving/Internal.dyn_o )
[ 2 of 22] Compiling Data.Bounded.Deriving.Internal ( src/Data/Bounded/Deriving/Internal.hs, dist/build/Data/Bounded/Deriving/Internal.o, dist/build/Data/Bounded/Deriving/Internal.dyn_o )
[ 3 of 22] Compiling Data.Bounded.Deriving ( src/Data/Bounded/Deriving.hs, dist/build/Data/Bounded/Deriving.o, dist/build/Data/Bounded/Deriving.dyn_o )
[ 4 of 22] Compiling Data.Deriving.Via.Internal ( src/Data/Deriving/Via/Internal.hs, dist/build/Data/Deriving/Via/Internal.o, dist/build/Data/Deriving/Via/Internal.dyn_o )
[ 5 of 22] Compiling Data.Deriving.Via ( src/Data/Deriving/Via.hs, dist/build/Data/Deriving/Via.o, dist/build/Data/Deriving/Via.dyn_o )
[ 6 of 22] Compiling Data.Enum.Deriving.Internal ( src/Data/Enum/Deriving/Internal.hs, dist/build/Data/Enum/Deriving/Internal.o, dist/build/Data/Enum/Deriving/Internal.dyn_o )
[ 7 of 22] Compiling Data.Enum.Deriving ( src/Data/Enum/Deriving.hs, dist/build/Data/Enum/Deriving.o, dist/build/Data/Enum/Deriving.dyn_o )
[ 8 of 22] Compiling Data.Eq.Deriving.Internal ( src/Data/Eq/Deriving/Internal.hs, dist/build/Data/Eq/Deriving/Internal.o, dist/build/Data/Eq/Deriving/Internal.dyn_o )
[ 9 of 22] Compiling Data.Eq.Deriving ( src/Data/Eq/Deriving.hs, dist/build/Data/Eq/Deriving.o, dist/build/Data/Eq/Deriving.dyn_o )
[10 of 22] Compiling Data.Functor.Deriving.Internal ( src/Data/Functor/Deriving/Internal.hs, dist/build/Data/Functor/Deriving/Internal.o, dist/build/Data/Functor/Deriving/Internal.dyn_o )
[11 of 22] Compiling Data.Functor.Deriving ( src/Data/Functor/Deriving.hs, dist/build/Data/Functor/Deriving.o, dist/build/Data/Functor/Deriving.dyn_o )
[12 of 22] Compiling Data.Foldable.Deriving ( src/Data/Foldable/Deriving.hs, dist/build/Data/Foldable/Deriving.o, dist/build/Data/Foldable/Deriving.dyn_o )
[13 of 22] Compiling Data.Ix.Deriving.Internal ( src/Data/Ix/Deriving/Internal.hs, dist/build/Data/Ix/Deriving/Internal.o, dist/build/Data/Ix/Deriving/Internal.dyn_o )
[14 of 22] Compiling Data.Ix.Deriving ( src/Data/Ix/Deriving.hs, dist/build/Data/Ix/Deriving.o, dist/build/Data/Ix/Deriving.dyn_o )
[15 of 22] Compiling Data.Ord.Deriving.Internal ( src/Data/Ord/Deriving/Internal.hs, dist/build/Data/Ord/Deriving/Internal.o, dist/build/Data/Ord/Deriving/Internal.dyn_o )
[16 of 22] Compiling Data.Ord.Deriving ( src/Data/Ord/Deriving.hs, dist/build/Data/Ord/Deriving.o, dist/build/Data/Ord/Deriving.dyn_o )
[17 of 22] Compiling Data.Traversable.Deriving ( src/Data/Traversable/Deriving.hs, dist/build/Data/Traversable/Deriving.o, dist/build/Data/Traversable/Deriving.dyn_o )
[18 of 22] Compiling Text.Read.Deriving.Internal ( src/Text/Read/Deriving/Internal.hs, dist/build/Text/Read/Deriving/Internal.o, dist/build/Text/Read/Deriving/Internal.dyn_o )
[19 of 22] Compiling Text.Read.Deriving ( src/Text/Read/Deriving.hs, dist/build/Text/Read/Deriving.o, dist/build/Text/Read/Deriving.dyn_o )
[20 of 22] Compiling Text.Show.Deriving.Internal ( src/Text/Show/Deriving/Internal.hs, dist/build/Text/Show/Deriving/Internal.o, dist/build/Text/Show/Deriving/Internal.dyn_o )
[21 of 22] Compiling Text.Show.Deriving ( src/Text/Show/Deriving.hs, dist/build/Text/Show/Deriving.o, dist/build/Text/Show/Deriving.dyn_o )
[22 of 22] Compiling Data.Deriving ( src/Data/Deriving.hs, dist/build/Data/Deriving.o, dist/build/Data/Deriving.dyn_o )
Preprocessing library for deriving-compat-0.6.7..
Running Haddock on library for deriving-compat-0.6.7..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 22] Compiling Data.Deriving.Internal ( src/Data/Deriving/Internal.hs, nothing )
[ 2 of 22] Compiling Data.Bounded.Deriving.Internal ( src/Data/Bounded/Deriving/Internal.hs, nothing )
[ 3 of 22] Compiling Data.Bounded.Deriving ( src/Data/Bounded/Deriving.hs, nothing )
[ 4 of 22] Compiling Data.Deriving.Via.Internal ( src/Data/Deriving/Via/Internal.hs, nothing )
[ 5 of 22] Compiling Data.Deriving.Via ( src/Data/Deriving/Via.hs, nothing )
[ 6 of 22] Compiling Data.Enum.Deriving.Internal ( src/Data/Enum/Deriving/Internal.hs, nothing )
[ 7 of 22] Compiling Data.Enum.Deriving ( src/Data/Enum/Deriving.hs, nothing )
[ 8 of 22] Compiling Data.Eq.Deriving.Internal ( src/Data/Eq/Deriving/Internal.hs, nothing )
[ 9 of 22] Compiling Data.Eq.Deriving ( src/Data/Eq/Deriving.hs, nothing )
[10 of 22] Compiling Data.Functor.Deriving.Internal ( src/Data/Functor/Deriving/Internal.hs, nothing )
[11 of 22] Compiling Data.Functor.Deriving ( src/Data/Functor/Deriving.hs, nothing )
[12 of 22] Compiling Data.Foldable.Deriving ( src/Data/Foldable/Deriving.hs, nothing )
[13 of 22] Compiling Data.Ix.Deriving.Internal ( src/Data/Ix/Deriving/Internal.hs, nothing )
[14 of 22] Compiling Data.Ix.Deriving ( src/Data/Ix/Deriving.hs, nothing )
[15 of 22] Compiling Data.Ord.Deriving.Internal ( src/Data/Ord/Deriving/Internal.hs, nothing )
[16 of 22] Compiling Data.Ord.Deriving ( src/Data/Ord/Deriving.hs, nothing )
[17 of 22] Compiling Data.Traversable.Deriving ( src/Data/Traversable/Deriving.hs, nothing )
[18 of 22] Compiling Text.Read.Deriving.Internal ( src/Text/Read/Deriving/Internal.hs, nothing )
[19 of 22] Compiling Text.Read.Deriving ( src/Text/Read/Deriving.hs, nothing )
[20 of 22] Compiling Text.Show.Deriving.Internal ( src/Text/Show/Deriving/Internal.hs, nothing )
[21 of 22] Compiling Text.Show.Deriving ( src/Text/Show/Deriving.hs, nothing )
[22 of 22] Compiling Data.Deriving ( src/Data/Deriving.hs, nothing )
Haddock coverage:
Warning: 'deriveVia' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Name' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* in Language.Haskell.TH.Syntax
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Language.Haskell.TH.Syntax
Warning: '()' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
12% ( 47 /366) in 'Data.Deriving.Internal'
Missing documentation for:
applySubstitutionKind (src/Data/Deriving/Internal.hs:86)
substNameWithKind (src/Data/Deriving/Internal.hs:89)
substNamesWithKindStar (src/Data/Deriving/Internal.hs:92)
fmapConst (src/Data/Deriving/Internal.hs:108)
replaceConst (src/Data/Deriving/Internal.hs:112)
foldrConst (src/Data/Deriving/Internal.hs:116)
foldMapConst (src/Data/Deriving/Internal.hs:120)
nullConst (src/Data/Deriving/Internal.hs:124)
traverseConst (src/Data/Deriving/Internal.hs:128)
eqConst (src/Data/Deriving/Internal.hs:133)
eq1Const (src/Data/Deriving/Internal.hs:138)
liftEqConst (src/Data/Deriving/Internal.hs:143)
liftEq2Const (src/Data/Deriving/Internal.hs:149)
compareConst (src/Data/Deriving/Internal.hs:153)
ltConst (src/Data/Deriving/Internal.hs:157)
compare1Const (src/Data/Deriving/Internal.hs:161)
liftCompareConst (src/Data/Deriving/Internal.hs:166)
liftCompare2Const (src/Data/Deriving/Internal.hs:172)
readsPrecConst (src/Data/Deriving/Internal.hs:176)
readPrecConst (src/Data/Deriving/Internal.hs:181)
readsPrec1Const (src/Data/Deriving/Internal.hs:185)
liftReadsPrecConst (src/Data/Deriving/Internal.hs:191)
liftReadPrecConst (src/Data/Deriving/Internal.hs:197)
liftReadsPrec2Const (src/Data/Deriving/Internal.hs:204)
liftReadPrec2Const (src/Data/Deriving/Internal.hs:211)
showsPrecConst (src/Data/Deriving/Internal.hs:216)
showsPrec1Const (src/Data/Deriving/Internal.hs:221)
liftShowsPrecConst (src/Data/Deriving/Internal.hs:227)
liftShowsPrec2Const (src/Data/Deriving/Internal.hs:234)
ClassRep (src/Data/Deriving/Internal.hs:270)
buildTypeInstance (src/Data/Deriving/Internal.hs:296)
checkExistentialContext (src/Data/Deriving/Internal.hs:509)
enumerationError (src/Data/Deriving/Internal.hs:631)
enumerationOrProductError (src/Data/Deriving/Internal.hs:634)
enumerationErrorStr (src/Data/Deriving/Internal.hs:640)
typeDataError (src/Data/Deriving/Internal.hs:645)
TyVarMap1 (src/Data/Deriving/Internal.hs:657)
TyVarMap2 (src/Data/Deriving/Internal.hs:658)
OneOrTwoNames (src/Data/Deriving/Internal.hs:660)
One (src/Data/Deriving/Internal.hs:664)
Two (src/Data/Deriving/Internal.hs:665)
interleave (src/Data/Deriving/Internal.hs:668)
integerE (src/Data/Deriving/Internal.hs:713)
isStarOrVar (src/Data/Deriving/Internal.hs:723)
zipWithAndUnzipM (src/Data/Deriving/Internal.hs:744)
zipWith3AndUnzipM (src/Data/Deriving/Internal.hs:754)
thd3 (src/Data/Deriving/Internal.hs:762)
unsnoc (src/Data/Deriving/Internal.hs:765)
isNullaryCon (src/Data/Deriving/Internal.hs:771)
createKindChain (src/Data/Deriving/Internal.hs:809)
untagExpr (src/Data/Deriving/Internal.hs:971)
tag2ConExpr (src/Data/Deriving/Internal.hs:979)
primOrdFunTbl (src/Data/Deriving/Internal.hs:999)
removeClassApp (src/Data/Deriving/Internal.hs:1079)
freshen (src/Data/Deriving/Internal.hs:1089)
freshenType (src/Data/Deriving/Internal.hs:1092)
enumFromToExpr (src/Data/Deriving/Internal.hs:1098)
primOpAppExpr (src/Data/Deriving/Internal.hs:1101)
isSym (src/Data/Deriving/Internal.hs:1120)
isTrueHashValName (src/Data/Deriving/Internal.hs:1133)
fmapConstValName (src/Data/Deriving/Internal.hs:1136)
replaceConstValName (src/Data/Deriving/Internal.hs:1139)
foldrConstValName (src/Data/Deriving/Internal.hs:1142)
foldMapConstValName (src/Data/Deriving/Internal.hs:1145)
nullConstValName (src/Data/Deriving/Internal.hs:1148)
traverseConstValName (src/Data/Deriving/Internal.hs:1151)
eqConstValName (src/Data/Deriving/Internal.hs:1154)
eq1ConstValName (src/Data/Deriving/Internal.hs:1157)
liftEqConstValName (src/Data/Deriving/Internal.hs:1160)
liftEq2ConstValName (src/Data/Deriving/Internal.hs:1163)
compareConstValName (src/Data/Deriving/Internal.hs:1166)
ltConstValName (src/Data/Deriving/Internal.hs:1169)
compare1ConstValName (src/Data/Deriving/Internal.hs:1172)
liftCompareConstValName (src/Data/Deriving/Internal.hs:1175)
liftCompare2ConstValName (src/Data/Deriving/Internal.hs:1178)
readsPrecConstValName (src/Data/Deriving/Internal.hs:1181)
readPrecConstValName (src/Data/Deriving/Internal.hs:1184)
readsPrec1ConstValName (src/Data/Deriving/Internal.hs:1187)
liftReadsPrecConstValName (src/Data/Deriving/Internal.hs:1190)
liftReadPrecConstValName (src/Data/Deriving/Internal.hs:1193)
liftReadsPrec2ConstValName (src/Data/Deriving/Internal.hs:1196)
liftReadPrec2ConstValName (src/Data/Deriving/Internal.hs:1199)
showsPrecConstValName (src/Data/Deriving/Internal.hs:1202)
showsPrec1ConstValName (src/Data/Deriving/Internal.hs:1205)
liftShowsPrecConstValName (src/Data/Deriving/Internal.hs:1208)
liftShowsPrec2ConstValName (src/Data/Deriving/Internal.hs:1211)
viaTypeName (src/Data/Deriving/Internal.hs:1214)
cHashDataName (src/Data/Deriving/Internal.hs:1217)
dHashDataName (src/Data/Deriving/Internal.hs:1220)
fHashDataName (src/Data/Deriving/Internal.hs:1223)
identDataName (src/Data/Deriving/Internal.hs:1226)
iHashDataName (src/Data/Deriving/Internal.hs:1229)
puncDataName (src/Data/Deriving/Internal.hs:1232)
symbolDataName (src/Data/Deriving/Internal.hs:1235)
wrapMonadDataName (src/Data/Deriving/Internal.hs:1238)
addrHashTypeName (src/Data/Deriving/Internal.hs:1241)
boundedTypeName (src/Data/Deriving/Internal.hs:1244)
charHashTypeName (src/Data/Deriving/Internal.hs:1247)
doubleHashTypeName (src/Data/Deriving/Internal.hs:1250)
enumTypeName (src/Data/Deriving/Internal.hs:1253)
floatHashTypeName (src/Data/Deriving/Internal.hs:1256)
foldableTypeName (src/Data/Deriving/Internal.hs:1259)
functorTypeName (src/Data/Deriving/Internal.hs:1262)
intTypeName (src/Data/Deriving/Internal.hs:1265)
intHashTypeName (src/Data/Deriving/Internal.hs:1268)
ixTypeName (src/Data/Deriving/Internal.hs:1271)
readTypeName (src/Data/Deriving/Internal.hs:1274)
showTypeName (src/Data/Deriving/Internal.hs:1277)
traversableTypeName (src/Data/Deriving/Internal.hs:1280)
wordHashTypeName (src/Data/Deriving/Internal.hs:1283)
altValName (src/Data/Deriving/Internal.hs:1286)
appendValName (src/Data/Deriving/Internal.hs:1289)
chooseValName (src/Data/Deriving/Internal.hs:1292)
composeValName (src/Data/Deriving/Internal.hs:1295)
constValName (src/Data/Deriving/Internal.hs:1298)
enumFromValName (src/Data/Deriving/Internal.hs:1301)
enumFromThenValName (src/Data/Deriving/Internal.hs:1304)
enumFromThenToValName (src/Data/Deriving/Internal.hs:1307)
enumFromToValName (src/Data/Deriving/Internal.hs:1310)
eqAddrHashValName (src/Data/Deriving/Internal.hs:1313)
eqCharHashValName (src/Data/Deriving/Internal.hs:1316)
eqDoubleHashValName (src/Data/Deriving/Internal.hs:1319)
eqFloatHashValName (src/Data/Deriving/Internal.hs:1322)
eqIntHashValName (src/Data/Deriving/Internal.hs:1325)
eqWordHashValName (src/Data/Deriving/Internal.hs:1328)
errorValName (src/Data/Deriving/Internal.hs:1331)
flipValName (src/Data/Deriving/Internal.hs:1334)
fmapValName (src/Data/Deriving/Internal.hs:1337)
foldrValName (src/Data/Deriving/Internal.hs:1340)
foldMapValName (src/Data/Deriving/Internal.hs:1343)
fromEnumValName (src/Data/Deriving/Internal.hs:1346)
geAddrHashValName (src/Data/Deriving/Internal.hs:1349)
geCharHashValName (src/Data/Deriving/Internal.hs:1352)
geDoubleHashValName (src/Data/Deriving/Internal.hs:1355)
geFloatHashValName (src/Data/Deriving/Internal.hs:1358)
geIntHashValName (src/Data/Deriving/Internal.hs:1361)
getTagValName (src/Data/Deriving/Internal.hs:1364)
geWordHashValName (src/Data/Deriving/Internal.hs:1367)
gtAddrHashValName (src/Data/Deriving/Internal.hs:1370)
gtCharHashValName (src/Data/Deriving/Internal.hs:1373)
gtDoubleHashValName (src/Data/Deriving/Internal.hs:1376)
gtFloatHashValName (src/Data/Deriving/Internal.hs:1379)
gtIntHashValName (src/Data/Deriving/Internal.hs:1382)
gtWordHashValName (src/Data/Deriving/Internal.hs:1385)
idValName (src/Data/Deriving/Internal.hs:1388)
indexValName (src/Data/Deriving/Internal.hs:1391)
inRangeValName (src/Data/Deriving/Internal.hs:1394)
leAddrHashValName (src/Data/Deriving/Internal.hs:1397)
leCharHashValName (src/Data/Deriving/Internal.hs:1400)
leDoubleHashValName (src/Data/Deriving/Internal.hs:1403)
leFloatHashValName (src/Data/Deriving/Internal.hs:1406)
leIntHashValName (src/Data/Deriving/Internal.hs:1409)
leWordHashValName (src/Data/Deriving/Internal.hs:1412)
listValName (src/Data/Deriving/Internal.hs:1415)
ltAddrHashValName (src/Data/Deriving/Internal.hs:1418)
ltCharHashValName (src/Data/Deriving/Internal.hs:1421)
ltDoubleHashValName (src/Data/Deriving/Internal.hs:1424)
ltFloatHashValName (src/Data/Deriving/Internal.hs:1427)
ltIntHashValName (src/Data/Deriving/Internal.hs:1430)
ltWordHashValName (src/Data/Deriving/Internal.hs:1433)
minBoundValName (src/Data/Deriving/Internal.hs:1436)
mapValName (src/Data/Deriving/Internal.hs:1439)
maxBoundValName (src/Data/Deriving/Internal.hs:1442)
minusIntHashValName (src/Data/Deriving/Internal.hs:1445)
neqIntHashValName (src/Data/Deriving/Internal.hs:1448)
parenValName (src/Data/Deriving/Internal.hs:1451)
parensValName (src/Data/Deriving/Internal.hs:1454)
pfailValName (src/Data/Deriving/Internal.hs:1457)
plusValName (src/Data/Deriving/Internal.hs:1460)
precValName (src/Data/Deriving/Internal.hs:1463)
predValName (src/Data/Deriving/Internal.hs:1466)
rangeSizeValName (src/Data/Deriving/Internal.hs:1469)
rangeValName (src/Data/Deriving/Internal.hs:1472)
readFieldHash (src/Data/Deriving/Internal.hs:1475)
readFieldHashValName (src/Data/Deriving/Internal.hs:1483)
readListValName (src/Data/Deriving/Internal.hs:1486)
readListPrecDefaultValName (src/Data/Deriving/Internal.hs:1489)
readListPrecValName (src/Data/Deriving/Internal.hs:1492)
readPrec_to_SValName (src/Data/Deriving/Internal.hs:1495)
readPrecValName (src/Data/Deriving/Internal.hs:1498)
readS_to_PrecValName (src/Data/Deriving/Internal.hs:1501)
readsPrecValName (src/Data/Deriving/Internal.hs:1504)
replaceValName (src/Data/Deriving/Internal.hs:1507)
resetValName (src/Data/Deriving/Internal.hs:1510)
returnValName (src/Data/Deriving/Internal.hs:1513)
seqValName (src/Data/Deriving/Internal.hs:1516)
showCharValName (src/Data/Deriving/Internal.hs:1519)
showListValName (src/Data/Deriving/Internal.hs:1522)
showListWithValName (src/Data/Deriving/Internal.hs:1525)
showParenValName (src/Data/Deriving/Internal.hs:1528)
showsPrecValName (src/Data/Deriving/Internal.hs:1531)
showSpaceValName (src/Data/Deriving/Internal.hs:1534)
showStringValName (src/Data/Deriving/Internal.hs:1537)
stepValName (src/Data/Deriving/Internal.hs:1540)
succValName (src/Data/Deriving/Internal.hs:1543)
tagToEnumHashValName (src/Data/Deriving/Internal.hs:1546)
timesValName (src/Data/Deriving/Internal.hs:1549)
toEnumValName (src/Data/Deriving/Internal.hs:1552)
traverseValName (src/Data/Deriving/Internal.hs:1555)
unsafeIndexValName (src/Data/Deriving/Internal.hs:1558)
unsafeRangeSizeValName (src/Data/Deriving/Internal.hs:1561)
unwrapMonadValName (src/Data/Deriving/Internal.hs:1564)
boolTypeName (src/Data/Deriving/Internal.hs:1567)
falseDataName (src/Data/Deriving/Internal.hs:1570)
trueDataName (src/Data/Deriving/Internal.hs:1573)
eqDataName (src/Data/Deriving/Internal.hs:1576)
gtDataName (src/Data/Deriving/Internal.hs:1579)
ltDataName (src/Data/Deriving/Internal.hs:1582)
eqTypeName (src/Data/Deriving/Internal.hs:1585)
ordTypeName (src/Data/Deriving/Internal.hs:1588)
andValName (src/Data/Deriving/Internal.hs:1591)
compareValName (src/Data/Deriving/Internal.hs:1594)
eqValName (src/Data/Deriving/Internal.hs:1597)
geValName (src/Data/Deriving/Internal.hs:1600)
gtValName (src/Data/Deriving/Internal.hs:1603)
leValName (src/Data/Deriving/Internal.hs:1606)
ltValName (src/Data/Deriving/Internal.hs:1609)
notValName (src/Data/Deriving/Internal.hs:1612)
wHashDataName (src/Data/Deriving/Internal.hs:1615)
expectPValName (src/Data/Deriving/Internal.hs:1618)
allValName (src/Data/Deriving/Internal.hs:1621)
apValName (src/Data/Deriving/Internal.hs:1624)
pureValName (src/Data/Deriving/Internal.hs:1627)
liftA2ValName (src/Data/Deriving/Internal.hs:1630)
mappendValName (src/Data/Deriving/Internal.hs:1633)
memptyValName (src/Data/Deriving/Internal.hs:1636)
nullValName (src/Data/Deriving/Internal.hs:1639)
eq1TypeName (src/Data/Deriving/Internal.hs:1642)
ord1TypeName (src/Data/Deriving/Internal.hs:1645)
read1TypeName (src/Data/Deriving/Internal.hs:1648)
show1TypeName (src/Data/Deriving/Internal.hs:1651)
eq2TypeName (src/Data/Deriving/Internal.hs:1654)
ord2TypeName (src/Data/Deriving/Internal.hs:1657)
read2TypeName (src/Data/Deriving/Internal.hs:1660)
show2TypeName (src/Data/Deriving/Internal.hs:1663)
liftEqValName (src/Data/Deriving/Internal.hs:1666)
liftEq2ValName (src/Data/Deriving/Internal.hs:1669)
liftCompareValName (src/Data/Deriving/Internal.hs:1672)
liftCompare2ValName (src/Data/Deriving/Internal.hs:1675)
liftReadsPrecValName (src/Data/Deriving/Internal.hs:1678)
liftReadListValName (src/Data/Deriving/Internal.hs:1681)
liftReadsPrec2ValName (src/Data/Deriving/Internal.hs:1684)
liftReadList2ValName (src/Data/Deriving/Internal.hs:1687)
liftShowListValName (src/Data/Deriving/Internal.hs:1690)
liftShowsPrecValName (src/Data/Deriving/Internal.hs:1693)
liftShowList2ValName (src/Data/Deriving/Internal.hs:1696)
liftShowsPrec2ValName (src/Data/Deriving/Internal.hs:1699)
coerceValName (src/Data/Deriving/Internal.hs:1702)
liftReadListPrecDefaultValName (src/Data/Deriving/Internal.hs:1706)
liftReadListPrec2DefaultValName (src/Data/Deriving/Internal.hs:1709)
liftReadListPrecValName (src/Data/Deriving/Internal.hs:1712)
liftReadListPrec2ValName (src/Data/Deriving/Internal.hs:1715)
liftReadPrecValName (src/Data/Deriving/Internal.hs:1718)
liftReadPrec2ValName (src/Data/Deriving/Internal.hs:1721)
showCommaSpaceValName (src/Data/Deriving/Internal.hs:1757)
appEndoValName (src/Data/Deriving/Internal.hs:1760)
dualDataName (src/Data/Deriving/Internal.hs:1763)
endoDataName (src/Data/Deriving/Internal.hs:1766)
getDualValName (src/Data/Deriving/Internal.hs:1769)
readFieldValName (src/Data/Deriving/Internal.hs:1790)
readSymFieldValName (src/Data/Deriving/Internal.hs:1793)
eqInt8HashValName (src/Data/Deriving/Internal.hs:1797)
eqInt16HashValName (src/Data/Deriving/Internal.hs:1800)
eqWord8HashValName (src/Data/Deriving/Internal.hs:1803)
eqWord16HashValName (src/Data/Deriving/Internal.hs:1806)
geInt8HashValName (src/Data/Deriving/Internal.hs:1809)
geInt16HashValName (src/Data/Deriving/Internal.hs:1812)
geWord8HashValName (src/Data/Deriving/Internal.hs:1815)
geWord16HashValName (src/Data/Deriving/Internal.hs:1818)
gtInt8HashValName (src/Data/Deriving/Internal.hs:1821)
gtInt16HashValName (src/Data/Deriving/Internal.hs:1824)
gtWord8HashValName (src/Data/Deriving/Internal.hs:1827)
gtWord16HashValName (src/Data/Deriving/Internal.hs:1830)
int8HashTypeName (src/Data/Deriving/Internal.hs:1833)
int8ToIntHashValName (src/Data/Deriving/Internal.hs:1836)
int16HashTypeName (src/Data/Deriving/Internal.hs:1844)
int16ToIntHashValName (src/Data/Deriving/Internal.hs:1847)
intToInt8HashValName (src/Data/Deriving/Internal.hs:1855)
intToInt16HashValName (src/Data/Deriving/Internal.hs:1863)
leInt8HashValName (src/Data/Deriving/Internal.hs:1871)
leInt16HashValName (src/Data/Deriving/Internal.hs:1874)
leWord8HashValName (src/Data/Deriving/Internal.hs:1877)
leWord16HashValName (src/Data/Deriving/Internal.hs:1880)
ltInt8HashValName (src/Data/Deriving/Internal.hs:1883)
ltInt16HashValName (src/Data/Deriving/Internal.hs:1886)
ltWord8HashValName (src/Data/Deriving/Internal.hs:1889)
ltWord16HashValName (src/Data/Deriving/Internal.hs:1892)
word8HashTypeName (src/Data/Deriving/Internal.hs:1895)
word8ToWordHashValName (src/Data/Deriving/Internal.hs:1898)
word16HashTypeName (src/Data/Deriving/Internal.hs:1906)
word16ToWordHashValName (src/Data/Deriving/Internal.hs:1909)
wordToWord8HashValName (src/Data/Deriving/Internal.hs:1917)
wordToWord16HashValName (src/Data/Deriving/Internal.hs:1925)
eqInt32HashValName (src/Data/Deriving/Internal.hs:1935)
eqWord32HashValName (src/Data/Deriving/Internal.hs:1938)
geInt32HashValName (src/Data/Deriving/Internal.hs:1941)
geWord32HashValName (src/Data/Deriving/Internal.hs:1944)
gtInt32HashValName (src/Data/Deriving/Internal.hs:1947)
gtWord32HashValName (src/Data/Deriving/Internal.hs:1950)
int32HashTypeName (src/Data/Deriving/Internal.hs:1953)
int32ToIntHashValName (src/Data/Deriving/Internal.hs:1956)
intToInt32HashValName (src/Data/Deriving/Internal.hs:1959)
leInt32HashValName (src/Data/Deriving/Internal.hs:1962)
leWord32HashValName (src/Data/Deriving/Internal.hs:1965)
ltInt32HashValName (src/Data/Deriving/Internal.hs:1968)
ltWord32HashValName (src/Data/Deriving/Internal.hs:1971)
word32HashTypeName (src/Data/Deriving/Internal.hs:1974)
word32ToWordHashValName (src/Data/Deriving/Internal.hs:1977)
wordToWord32HashValName (src/Data/Deriving/Internal.hs:1980)
i8HashDataName (src/Data/Deriving/Internal.hs:1985)
i16HashDataName (src/Data/Deriving/Internal.hs:1988)
i32HashDataName (src/Data/Deriving/Internal.hs:1991)
i64HashDataName (src/Data/Deriving/Internal.hs:1994)
int64HashTypeName (src/Data/Deriving/Internal.hs:1997)
w8HashDataName (src/Data/Deriving/Internal.hs:2000)
w16HashDataName (src/Data/Deriving/Internal.hs:2003)
w32HashDataName (src/Data/Deriving/Internal.hs:2006)
w64HashDataName (src/Data/Deriving/Internal.hs:2009)
word64HashTypeName (src/Data/Deriving/Internal.hs:2012)
100% ( 5 / 5) in 'Data.Bounded.Deriving.Internal'
100% ( 7 / 7) in 'Data.Bounded.Deriving'
33% ( 4 / 12) in 'Data.Deriving.Via.Internal'
Missing documentation for:
deriveViaDecs (src/Data/Deriving/Via/Internal.hs:107)
deriveViaDecs' (src/Data/Deriving/Via/Internal.hs:149)
mkCoerceClassMethEqn (src/Data/Deriving/Via/Internal.hs:188)
zipTvbSubst (src/Data/Deriving/Via/Internal.hs:197)
stripOuterForallT (src/Data/Deriving/Via/Internal.hs:212)
decomposeType (src/Data/Deriving/Via/Internal.hs:215)
newtypeRepType (src/Data/Deriving/Via/Internal.hs:219)
etaReduce (src/Data/Deriving/Via/Internal.hs:235)
100% ( 8 / 8) in 'Data.Deriving.Via'
100% ( 9 / 9) in 'Data.Enum.Deriving.Internal'
100% ( 11 / 11) in 'Data.Enum.Deriving'
Warning: 'Eq' is ambiguous. It is defined
* at src/Data/Eq/Deriving/Internal.hs:327:16
* in GHC.Classes
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Eq/Deriving/Internal.hs:327:16
Warning: 'liftEq' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'eq1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftEq2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'eq2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 13 / 13) in 'Data.Eq.Deriving.Internal'
Warning: 'Eq1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Eq2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 15 / 15) in 'Data.Eq.Deriving'
Warning: 'Foldable' is ambiguous. It is defined
* in Data.Foldable
* at src/Data/Functor/Deriving/Internal.hs:594:31
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Functor/Deriving/Internal.hs:594:31
Warning: 'Functor' is ambiguous. It is defined
* in GHC.Base
* at src/Data/Functor/Deriving/Internal.hs:594:21
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Functor/Deriving/Internal.hs:594:21
Warning: 'Traversable' is ambiguous. It is defined
* in Data.Traversable
* at src/Data/Functor/Deriving/Internal.hs:594:42
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Functor/Deriving/Internal.hs:594:42
Warning: 'FFTOptions' is ambiguous. It is defined
* at src/Data/Functor/Deriving/Internal.hs:70:22
* at src/Data/Functor/Deriving/Internal.hs:70:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Functor/Deriving/Internal.hs:70:1
Warning: 'fold' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'deriveTraverse' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 35 / 35) in 'Data.Functor.Deriving.Internal'
Warning: 'FFTOptions' is ambiguous. It is defined
* at src/Data/Functor/Deriving/Internal.hs:70:22
* at src/Data/Functor/Deriving/Internal.hs:70:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Functor/Deriving/Internal.hs:70:1
100% ( 13 / 13) in 'Data.Functor.Deriving'
Warning: 'FFTOptions' is ambiguous. It is defined
* at src/Data/Functor/Deriving/Internal.hs:70:22
* at src/Data/Functor/Deriving/Internal.hs:70:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Functor/Deriving/Internal.hs:70:1
100% ( 19 / 19) in 'Data.Foldable.Deriving'
Warning: 'Ix' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'range' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unsafeIndex' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'inRange' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 6 / 6) in 'Data.Ix.Deriving.Internal'
Warning: 'Ix' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 8 / 8) in 'Data.Ix.Deriving'
Warning: 'Ord' is ambiguous. It is defined
* at src/Data/Ord/Deriving/Internal.hs:449:17
* in GHC.Classes
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Ord/Deriving/Internal.hs:449:17
Warning: 'liftCompare' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'compare1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftCompare2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'compare2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 18 / 18) in 'Data.Ord.Deriving.Internal'
Warning: 'Ord1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Ord2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 20 / 20) in 'Data.Ord.Deriving'
Warning: 'FFTOptions' is ambiguous. It is defined
* at src/Data/Functor/Deriving/Internal.hs:70:22
* at src/Data/Functor/Deriving/Internal.hs:70:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Functor/Deriving/Internal.hs:70:1
100% ( 17 / 17) in 'Data.Traversable.Deriving'
Warning: 'Read' is ambiguous. It is defined
* in GHC.Read
* at src/Text/Read/Deriving/Internal.hs:679:18
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Text/Read/Deriving/Internal.hs:679:18
Warning: 'readPrec' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'readListPrec' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftReadPrec' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftReadPrec2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftReadsPrec' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftReadsPrec2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftReadListPrec' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftReadListPrec2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'readsPrec1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ReadPrec' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ReadOptions' is ambiguous. It is defined
* at src/Text/Read/Deriving/Internal.hs:79:23
* at src/Text/Read/Deriving/Internal.hs:79:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Text/Read/Deriving/Internal.hs:79:1
Warning: 'readPrec1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'readPrec2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'readsPrec2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 23 / 23) in 'Text.Read.Deriving.Internal'
Warning: 'Read1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Read2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ReadOptions' is ambiguous. It is defined
* at src/Text/Read/Deriving/Internal.hs:79:23
* at src/Text/Read/Deriving/Internal.hs:79:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Text/Read/Deriving/Internal.hs:79:1
Warning: 'makeLiftReadList' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftReadPrec' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftReadListPrec' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftReadPrec2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftReadListPrec2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 25 / 25) in 'Text.Read.Deriving'
Warning: 'Show' is ambiguous. It is defined
* in GHC.Show
* at src/Text/Show/Deriving/Internal.hs:545:18
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Text/Show/Deriving/Internal.hs:545:18
Warning: 'ShowOptions' is ambiguous. It is defined
* at src/Text/Show/Deriving/Internal.hs:64:20
* at src/Text/Show/Deriving/Internal.hs:64:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Text/Show/Deriving/Internal.hs:64:1
Warning: 'showsPrec1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftShowsPrec' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftShowList' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftShowsPrec2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftShowList2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'showsPrec2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 32 / 32) in 'Text.Show.Deriving.Internal'
Warning: 'Show1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Show2' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ShowOptions' is ambiguous. It is defined
* at src/Text/Show/Deriving/Internal.hs:64:20
* at src/Text/Show/Deriving/Internal.hs:64:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Text/Show/Deriving/Internal.hs:64:1
100% ( 34 / 34) in 'Text.Show.Deriving'
Warning: 'Ix' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Traverable' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'coerce' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'pfail' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'parens' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'deriveVia' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: '`Via`' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Name' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 17 / 17) in 'Data.Deriving'
Warning: Data.Eq.Deriving.Internal: could not find link destinations for:
- Data.Eq.Deriving.Internal.Eq
- Data.Eq.Deriving.Internal.Eq1
- Data.Eq.Deriving.Internal.Eq2
Warning: Data.Eq.Deriving: could not find link destinations for:
- Data.Eq.Deriving.Internal.Eq
- Data.Eq.Deriving.Internal.Eq1
- Data.Eq.Deriving.Internal.Eq2
Warning: Data.Functor.Deriving.Internal: could not find link destinations for:
- Data.Functor.Deriving.Internal.Functor
- Data.Functor.Deriving.Internal.Foldable
- Data.Functor.Deriving.Internal.Traversable
Warning: Data.Functor.Deriving: could not find link destinations for:
- Data.Functor.Deriving.Internal.Functor
- Data.Functor.Deriving.Internal.Foldable
- Data.Functor.Deriving.Internal.Traversable
Warning: Data.Foldable.Deriving: could not find link destinations for:
- Data.Functor.Deriving.Internal.Functor
- Data.Functor.Deriving.Internal.Foldable
- Data.Functor.Deriving.Internal.Traversable
Warning: Data.Ord.Deriving.Internal: could not find link destinations for:
- Data.Ord.Deriving.Internal.Ord
- Data.Ord.Deriving.Internal.Ord1
- Data.Ord.Deriving.Internal.Ord2
Warning: Data.Ord.Deriving: could not find link destinations for:
- Data.Ord.Deriving.Internal.Ord
- Data.Ord.Deriving.Internal.Ord1
- Data.Ord.Deriving.Internal.Ord2
Warning: Data.Traversable.Deriving: could not find link destinations for:
- Data.Functor.Deriving.Internal.Functor
- Data.Functor.Deriving.Internal.Foldable
- Data.Functor.Deriving.Internal.Traversable
Warning: Text.Read.Deriving.Internal: could not find link destinations for:
- Text.Read.Deriving.Internal.Read
- Text.Read.Deriving.Internal.Read1
- Text.Read.Deriving.Internal.Read2
Warning: Text.Read.Deriving: could not find link destinations for:
- Text.Read.Deriving.Internal.Read
- Text.Read.Deriving.Internal.Read1
- Text.Read.Deriving.Internal.Read2
Warning: Text.Show.Deriving.Internal: could not find link destinations for:
- Text.Show.Deriving.Internal.Show
- Text.Show.Deriving.Internal.Show1
- Text.Show.Deriving.Internal.Show2
Warning: Text.Show.Deriving: could not find link destinations for:
- Text.Show.Deriving.Internal.Show
- Text.Show.Deriving.Internal.Show1
- Text.Show.Deriving.Internal.Show2
Documentation created: dist/doc/html/deriving-compat/,
dist/doc/html/deriving-compat/deriving-compat.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/deriving-compat-0.6.7-3mUk9uC8ub2H8lvforMYSN
Completed deriving-compat-0.6.7
Configuring unicode-transforms-0.4.0.1...
Preprocessing library for unicode-transforms-0.4.0.1..
Building library for unicode-transforms-0.4.0.1..
[1 of 4] Compiling Data.Unicode.Internal.NormalizeStream ( Data/Unicode/Internal/NormalizeStream.hs, dist/build/Data/Unicode/Internal/NormalizeStream.o, dist/build/Data/Unicode/Internal/NormalizeStream.dyn_o )
[2 of 4] Compiling Data.Unicode.Types ( Data/Unicode/Types.hs, dist/build/Data/Unicode/Types.o, dist/build/Data/Unicode/Types.dyn_o )
[3 of 4] Compiling Data.Text.Normalize ( Data/Text/Normalize.hs, dist/build/Data/Text/Normalize.o, dist/build/Data/Text/Normalize.dyn_o )
[4 of 4] Compiling Data.ByteString.UTF8.Normalize ( Data/ByteString/UTF8/Normalize.hs, dist/build/Data/ByteString/UTF8/Normalize.o, dist/build/Data/ByteString/UTF8/Normalize.dyn_o )
Preprocessing library for unicode-transforms-0.4.0.1..
Running Haddock on library for unicode-transforms-0.4.0.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Data.Unicode.Internal.NormalizeStream ( Data/Unicode/Internal/NormalizeStream.hs, nothing )
[2 of 4] Compiling Data.Unicode.Types ( Data/Unicode/Types.hs, nothing )
[3 of 4] Compiling Data.Text.Normalize ( Data/Text/Normalize.hs, nothing )
[4 of 4] Compiling Data.ByteString.UTF8.Normalize ( Data/ByteString/UTF8/Normalize.hs, nothing )
Haddock coverage:
Warning: 'Text' is ambiguous. It is defined
* in Data.Text.Internal
* in Data.Text.Internal
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Text.Internal
100% ( 2 / 2) in 'Data.Unicode.Types'
100% ( 5 / 5) in 'Data.Text.Normalize'
100% ( 5 / 5) in 'Data.ByteString.UTF8.Normalize'
Documentation created: dist/doc/html/unicode-transforms/,
dist/doc/html/unicode-transforms/unicode-transforms.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/unicode-transforms-0.4.0.1-6rGemZesx3B8C3fluNUhie
Completed unicode-transforms-0.4.0.1
Configuring unordered-containers-0.2.20...
Preprocessing library for unordered-containers-0.2.20..
Building library for unordered-containers-0.2.20..
Data/HashMap/Internal.hs:12:14-23: warning: [GHC-53692] [-Wdeprecated-flags]
-XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead
|
12 | {-# LANGUAGE TypeInType #-}
| ^^^^^^^^^^
[1 of 9] Compiling Data.HashMap.Internal.Array ( Data/HashMap/Internal/Array.hs, dist/build/Data/HashMap/Internal/Array.o, dist/build/Data/HashMap/Internal/Array.dyn_o )
Data/HashMap/Internal/Array.hs:83:1-35: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
83 | import Control.Applicative (liftA2)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 9] Compiling Data.HashMap.Internal.List ( Data/HashMap/Internal/List.hs, dist/build/Data/HashMap/Internal/List.o, dist/build/Data/HashMap/Internal/List.dyn_o )
[3 of 9] Compiling Data.HashMap.Internal ( Data/HashMap/Internal.hs, dist/build/Data/HashMap/Internal.o, dist/build/Data/HashMap/Internal.dyn_o )
[4 of 9] Compiling Data.HashMap.Internal.Debug ( Data/HashMap/Internal/Debug.hs, dist/build/Data/HashMap/Internal/Debug.o, dist/build/Data/HashMap/Internal/Debug.dyn_o )
[5 of 9] Compiling Data.HashMap.Internal.Strict ( Data/HashMap/Internal/Strict.hs, dist/build/Data/HashMap/Internal/Strict.o, dist/build/Data/HashMap/Internal/Strict.dyn_o )
[6 of 9] Compiling Data.HashSet.Internal ( Data/HashSet/Internal.hs, dist/build/Data/HashSet/Internal.o, dist/build/Data/HashSet/Internal.dyn_o )
[7 of 9] Compiling Data.HashSet ( Data/HashSet.hs, dist/build/Data/HashSet.o, dist/build/Data/HashSet.dyn_o )
[8 of 9] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, dist/build/Data/HashMap/Strict.o, dist/build/Data/HashMap/Strict.dyn_o )
[9 of 9] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, dist/build/Data/HashMap/Lazy.o, dist/build/Data/HashMap/Lazy.dyn_o )
Preprocessing library for unordered-containers-0.2.20..
Running Haddock on library for unordered-containers-0.2.20..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
Data/HashMap/Internal.hs:12:14-23: warning: [GHC-53692] [-Wdeprecated-flags]
-XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead
|
12 | {-# LANGUAGE TypeInType #-}
| ^^^^^^^^^^
[1 of 9] Compiling Data.HashMap.Internal.Array ( Data/HashMap/Internal/Array.hs, nothing )
Data/HashMap/Internal/Array.hs:83:1-35: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
83 | import Control.Applicative (liftA2)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 9] Compiling Data.HashMap.Internal.List ( Data/HashMap/Internal/List.hs, nothing )
[3 of 9] Compiling Data.HashMap.Internal ( Data/HashMap/Internal.hs, nothing )
[4 of 9] Compiling Data.HashMap.Internal.Debug ( Data/HashMap/Internal/Debug.hs, nothing )
[5 of 9] Compiling Data.HashMap.Internal.Strict ( Data/HashMap/Internal/Strict.hs, nothing )
[6 of 9] Compiling Data.HashSet.Internal ( Data/HashSet/Internal.hs, nothing )
[7 of 9] Compiling Data.HashSet ( Data/HashSet.hs, nothing )
[8 of 9] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, nothing )
[9 of 9] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, nothing )
Haddock coverage:
33% ( 16 / 48) in 'Data.HashMap.Internal.Array'
Missing documentation for:
Array (Data/HashMap/Internal/Array.hs:125)
MArray (Data/HashMap/Internal/Array.hs:157)
new_ (Data/HashMap/Internal/Array.hs:208)
singleton (Data/HashMap/Internal/Array.hs:225)
singletonM (Data/HashMap/Internal/Array.hs:229)
snoc (Data/HashMap/Internal/Array.hs:233)
pair (Data/HashMap/Internal/Array.hs:242)
length (Data/HashMap/Internal/Array.hs:154)
lengthM (Data/HashMap/Internal/Array.hs:162)
read (Data/HashMap/Internal/Array.hs:249)
write (Data/HashMap/Internal/Array.hs:255)
index (Data/HashMap/Internal/Array.hs:262)
indexM (Data/HashMap/Internal/Array.hs:274)
index# (Data/HashMap/Internal/Array.hs:268)
sameArray1 (Data/HashMap/Internal/Array.hs:140)
unsafeFreeze (Data/HashMap/Internal/Array.hs:280)
unsafeThaw (Data/HashMap/Internal/Array.hs:286)
unsafeSameArray (Data/HashMap/Internal/Array.hs:136)
run (Data/HashMap/Internal/Array.hs:292)
cloneM (Data/HashMap/Internal/Array.hs:314)
foldl (Data/HashMap/Internal/Array.hs:404)
foldl' (Data/HashMap/Internal/Array.hs:375)
foldr (Data/HashMap/Internal/Array.hs:394)
foldr' (Data/HashMap/Internal/Array.hs:385)
foldMap (Data/HashMap/Internal/Array.hs:417)
thaw (Data/HashMap/Internal/Array.hs:436)
map (Data/HashMap/Internal/Array.hs:461)
traverse (Data/HashMap/Internal/Array.hs:537)
traverse' (Data/HashMap/Internal/Array.hs:553)
toList (Data/HashMap/Internal/Array.hs:529)
fromList (Data/HashMap/Internal/Array.hs:494)
fromList' (Data/HashMap/Internal/Array.hs:506)
25% ( 1 / 4) in 'Data.HashMap.Internal.List'
Missing documentation for:
isPermutationBy (Data/HashMap/Internal/List.hs:40)
deleteBy (Data/HashMap/Internal/List.hs:83)
unorderedCompare (Data/HashMap/Internal/List.hs:68)
Warning: 'Leaf' is ambiguous. It is defined
* at Data/HashMap/Internal.hs:225:7
* at Data/HashMap/Internal.hs:185:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/HashMap/Internal.hs:185:1
Warning: 'at' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
88% ( 93 /105) in 'Data.HashMap.Internal'
Missing documentation for:
Leaf (Data/HashMap/Internal.hs:185)
intersectionWithKey# (Data/HashMap/Internal.hs:1855)
updateOrConcatWithKey (Data/HashMap/Internal.hs:2368)
equalKeys (Data/HashMap/Internal.hs:511)
equalKeys1 (Data/HashMap/Internal.hs:495)
lookupRecordCollision (Data/HashMap/Internal.hs:678)
LookupRes (Data/HashMap/Internal.hs:657)
lookupResToMaybe (Data/HashMap/Internal.hs:660)
insert' (Data/HashMap/Internal.hs:806)
delete' (Data/HashMap/Internal.hs:1124)
insertNewKey (Data/HashMap/Internal.hs:848)
insertKeyExists (Data/HashMap/Internal.hs:883)
50% ( 3 / 6) in 'Data.HashMap.Internal.Debug'
Missing documentation for:
valid (Data/HashMap/Internal/Debug.hs:98)
Validity (Data/HashMap/Internal/Debug.hs:43)
SubHashPath (Data/HashMap/Internal/Debug.hs:75)
Warning: 'lookup' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'at' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 67 / 67) in 'Data.HashMap.Internal.Strict'
Warning: 'HashSet' is ambiguous. It is defined
* at Data/HashSet/Internal.hs:112:21
* at Data/HashSet/Internal.hs:112:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/HashSet/Internal.hs:112:1
100% ( 35 / 35) in 'Data.HashSet.Internal'
Warning: 'HashSet' is ambiguous. It is defined
* at Data/HashSet/Internal.hs:112:21
* at Data/HashSet/Internal.hs:112:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/HashSet/Internal.hs:112:1
100% ( 32 / 32) in 'Data.HashSet'
100% ( 69 / 69) in 'Data.HashMap.Strict'
100% ( 69 / 69) in 'Data.HashMap.Lazy'
Warning: Data.HashMap.Internal: could not find link destinations for:
- Data.HashMap.Internal.D:R:ItemHashMap
Warning: Data.HashMap.Internal.Strict: could not find link destinations for:
- Data.HashMap.Internal.D:R:ItemHashMap
Warning: Data.HashSet.Internal: could not find link destinations for:
- Data.HashSet.Internal.D:R:ItemHashSet
Warning: Data.HashSet: could not find link destinations for:
- Data.HashSet.Internal.D:R:ItemHashSet
Warning: Data.HashMap.Strict: could not find link destinations for:
- Data.HashMap.Internal.D:R:ItemHashMap
Warning: Data.HashMap.Lazy: could not find link destinations for:
- Data.HashMap.Internal.D:R:ItemHashMap
Documentation created: dist/doc/html/unordered-containers/,
dist/doc/html/unordered-containers/unordered-containers.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/unordered-containers-0.2.20-8jMFzoCo8HRC7heG5b9rqS
Completed unordered-containers-0.2.20
Configuring comonad-5.0.9...
Preprocessing library for comonad-5.0.9..
Building library for comonad-5.0.9..
[ 1 of 15] Compiling Control.Comonad ( src/Control/Comonad.hs, dist/build/Control/Comonad.o, dist/build/Control/Comonad.dyn_o )
[ 2 of 15] Compiling Control.Comonad.Hoist.Class ( src/Control/Comonad/Hoist/Class.hs, dist/build/Control/Comonad/Hoist/Class.o, dist/build/Control/Comonad/Hoist/Class.dyn_o )
[ 3 of 15] Compiling Control.Comonad.Trans.Class ( src/Control/Comonad/Trans/Class.hs, dist/build/Control/Comonad/Trans/Class.o, dist/build/Control/Comonad/Trans/Class.dyn_o )
[ 4 of 15] Compiling Control.Comonad.Trans.Env ( src/Control/Comonad/Trans/Env.hs, dist/build/Control/Comonad/Trans/Env.o, dist/build/Control/Comonad/Trans/Env.dyn_o )
[ 5 of 15] Compiling Control.Comonad.Trans.Identity ( src/Control/Comonad/Trans/Identity.hs, dist/build/Control/Comonad/Trans/Identity.o, dist/build/Control/Comonad/Trans/Identity.dyn_o )
[ 6 of 15] Compiling Control.Comonad.Identity ( src/Control/Comonad/Identity.hs, dist/build/Control/Comonad/Identity.o, dist/build/Control/Comonad/Identity.dyn_o )
[ 7 of 15] Compiling Control.Comonad.Trans.Store ( src/Control/Comonad/Trans/Store.hs, dist/build/Control/Comonad/Trans/Store.o, dist/build/Control/Comonad/Trans/Store.dyn_o )
[ 8 of 15] Compiling Control.Comonad.Trans.Traced ( src/Control/Comonad/Trans/Traced.hs, dist/build/Control/Comonad/Trans/Traced.o, dist/build/Control/Comonad/Trans/Traced.dyn_o )
[ 9 of 15] Compiling Control.Comonad.Traced.Class ( src/Control/Comonad/Traced/Class.hs, dist/build/Control/Comonad/Traced/Class.o, dist/build/Control/Comonad/Traced/Class.dyn_o )
[10 of 15] Compiling Control.Comonad.Traced ( src/Control/Comonad/Traced.hs, dist/build/Control/Comonad/Traced.o, dist/build/Control/Comonad/Traced.dyn_o )
[11 of 15] Compiling Control.Comonad.Store.Class ( src/Control/Comonad/Store/Class.hs, dist/build/Control/Comonad/Store/Class.o, dist/build/Control/Comonad/Store/Class.dyn_o )
[12 of 15] Compiling Control.Comonad.Store ( src/Control/Comonad/Store.hs, dist/build/Control/Comonad/Store.o, dist/build/Control/Comonad/Store.dyn_o )
[13 of 15] Compiling Control.Comonad.Env.Class ( src/Control/Comonad/Env/Class.hs, dist/build/Control/Comonad/Env/Class.o, dist/build/Control/Comonad/Env/Class.dyn_o )
[14 of 15] Compiling Control.Comonad.Env ( src/Control/Comonad/Env.hs, dist/build/Control/Comonad/Env.o, dist/build/Control/Comonad/Env.dyn_o )
[15 of 15] Compiling Data.Functor.Composition ( src/Data/Functor/Composition.hs, dist/build/Data/Functor/Composition.o, dist/build/Data/Functor/Composition.dyn_o )
Preprocessing library for comonad-5.0.9..
Running Haddock on library for comonad-5.0.9..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 15] Compiling Control.Comonad ( src/Control/Comonad.hs, nothing )
[ 2 of 15] Compiling Control.Comonad.Hoist.Class ( src/Control/Comonad/Hoist/Class.hs, nothing )
[ 3 of 15] Compiling Control.Comonad.Trans.Class ( src/Control/Comonad/Trans/Class.hs, nothing )
[ 4 of 15] Compiling Control.Comonad.Trans.Env ( src/Control/Comonad/Trans/Env.hs, nothing )
[ 5 of 15] Compiling Control.Comonad.Trans.Identity ( src/Control/Comonad/Trans/Identity.hs, nothing )
[ 6 of 15] Compiling Control.Comonad.Identity ( src/Control/Comonad/Identity.hs, nothing )
[ 7 of 15] Compiling Control.Comonad.Trans.Store ( src/Control/Comonad/Trans/Store.hs, nothing )
[ 8 of 15] Compiling Control.Comonad.Trans.Traced ( src/Control/Comonad/Trans/Traced.hs, nothing )
[ 9 of 15] Compiling Control.Comonad.Traced.Class ( src/Control/Comonad/Traced/Class.hs, nothing )
[10 of 15] Compiling Control.Comonad.Traced ( src/Control/Comonad/Traced.hs, nothing )
[11 of 15] Compiling Control.Comonad.Store.Class ( src/Control/Comonad/Store/Class.hs, nothing )
[12 of 15] Compiling Control.Comonad.Store ( src/Control/Comonad/Store.hs, nothing )
[13 of 15] Compiling Control.Comonad.Env.Class ( src/Control/Comonad/Env/Class.hs, nothing )
[14 of 15] Compiling Control.Comonad.Env ( src/Control/Comonad/Env.hs, nothing )
[15 of 15] Compiling Data.Functor.Composition ( src/Data/Functor/Composition.hs, nothing )
Haddock coverage:
Warning: 'Cokleisli' is ambiguous. It is defined
* at src/Control/Comonad.hs:348:27
* at src/Control/Comonad.hs:348:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Comonad.hs:348:1
100% ( 22 / 22) in 'Control.Comonad'
50% ( 1 / 2) in 'Control.Comonad.Hoist.Class'
Missing documentation for:
ComonadHoist (src/Control/Comonad/Hoist/Class.hs:20)
50% ( 1 / 2) in 'Control.Comonad.Trans.Class'
Missing documentation for:
ComonadTrans (src/Control/Comonad/Trans/Class.hs:18)
69% ( 9 / 13) in 'Control.Comonad.Trans.Env'
Missing documentation for:
Env (src/Control/Comonad/Trans/Env.hs:92)
runEnv (src/Control/Comonad/Trans/Env.hs:100)
EnvT (src/Control/Comonad/Trans/Env.hs:93)
runEnvT (src/Control/Comonad/Trans/Env.hs:103)
100% ( 2 / 2) in 'Control.Comonad.Trans.Identity'
100% ( 4 / 4) in 'Control.Comonad.Identity'
73% ( 11 / 15) in 'Control.Comonad.Trans.Store'
Missing documentation for:
Store (src/Control/Comonad/Trans/Store.hs:87)
runStore (src/Control/Comonad/Trans/Store.hs:94)
StoreT (src/Control/Comonad/Trans/Store.hs:96)
runStoreT (src/Control/Comonad/Trans/Store.hs:99)
33% ( 4 / 12) in 'Control.Comonad.Trans.Traced'
Missing documentation for:
Traced (src/Control/Comonad/Trans/Traced.hs:55)
traced (src/Control/Comonad/Trans/Traced.hs:58)
runTraced (src/Control/Comonad/Trans/Traced.hs:61)
TracedT (src/Control/Comonad/Trans/Traced.hs:63)
trace (src/Control/Comonad/Trans/Traced.hs:97)
listen (src/Control/Comonad/Trans/Traced.hs:100)
listens (src/Control/Comonad/Trans/Traced.hs:103)
censor (src/Control/Comonad/Trans/Traced.hs:106)
33% ( 1 / 3) in 'Control.Comonad.Traced.Class'
Missing documentation for:
ComonadTraced (src/Control/Comonad/Traced/Class.hs:28)
traces (src/Control/Comonad/Traced/Class.hs:32)
57% ( 8 / 14) in 'Control.Comonad.Traced'
Missing documentation for:
ComonadTraced (src/Control/Comonad/Traced/Class.hs:28)
traces (src/Control/Comonad/Traced/Class.hs:32)
Traced (src/Control/Comonad/Trans/Traced.hs:55)
traced (src/Control/Comonad/Trans/Traced.hs:58)
runTraced (src/Control/Comonad/Trans/Traced.hs:61)
TracedT (src/Control/Comonad/Trans/Traced.hs:63)
25% ( 1 / 4) in 'Control.Comonad.Store.Class'
Missing documentation for:
ComonadStore (src/Control/Comonad/Store/Class.hs:29)
lowerPos (src/Control/Comonad/Store/Class.hs:54)
lowerPeek (src/Control/Comonad/Store/Class.hs:58)
61% ( 8 / 13) in 'Control.Comonad.Store'
Missing documentation for:
ComonadStore (src/Control/Comonad/Store/Class.hs:29)
Store (src/Control/Comonad/Trans/Store.hs:87)
runStore (src/Control/Comonad/Trans/Store.hs:94)
StoreT (src/Control/Comonad/Trans/Store.hs:96)
runStoreT (src/Control/Comonad/Trans/Store.hs:99)
33% ( 1 / 3) in 'Control.Comonad.Env.Class'
Missing documentation for:
ComonadEnv (src/Control/Comonad/Env/Class.hs:29)
asks (src/Control/Comonad/Env/Class.hs:33)
60% ( 9 / 15) in 'Control.Comonad.Env'
Missing documentation for:
ComonadEnv (src/Control/Comonad/Env/Class.hs:29)
asks (src/Control/Comonad/Env/Class.hs:33)
Env (src/Control/Comonad/Trans/Env.hs:92)
runEnv (src/Control/Comonad/Trans/Env.hs:100)
EnvT (src/Control/Comonad/Trans/Env.hs:93)
runEnvT (src/Control/Comonad/Trans/Env.hs:103)
50% ( 1 / 2) in 'Data.Functor.Composition'
Missing documentation for:
Module header
Warning: Control.Comonad: could not find link destinations for:
- WithIndex.Indexing
- Text.ParserCombinators.ReadP.P
- Data.Graph.SetM
Warning: Control.Comonad.Trans.Identity: could not find link destinations for:
- Control.Monad.Trans.Identity.Rep1_IdentityT
- Control.Monad.Trans.Identity.Rep_IdentityT
Documentation created: dist/doc/html/comonad/,
dist/doc/html/comonad/comonad.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/comonad-5.0.9-4TK9XQNRBF2DkssUp9SLRe
Completed comonad-5.0.9
Configuring commonmark-0.2.6.1...
Preprocessing library for commonmark-0.2.6.1..
Building library for commonmark-0.2.6.1..
[ 1 of 13] Compiling Commonmark.Tokens ( src/Commonmark/Tokens.hs, dist/build/Commonmark/Tokens.o, dist/build/Commonmark/Tokens.dyn_o )
[ 2 of 13] Compiling Commonmark.TokParsers ( src/Commonmark/TokParsers.hs, dist/build/Commonmark/TokParsers.o, dist/build/Commonmark/TokParsers.dyn_o )
[ 3 of 13] Compiling Commonmark.Tag ( src/Commonmark/Tag.hs, dist/build/Commonmark/Tag.o, dist/build/Commonmark/Tag.dyn_o )
[ 4 of 13] Compiling Commonmark.Entity ( src/Commonmark/Entity.hs, dist/build/Commonmark/Entity.o, dist/build/Commonmark/Entity.dyn_o )
[ 5 of 13] Compiling Commonmark.Types ( src/Commonmark/Types.hs, dist/build/Commonmark/Types.o, dist/build/Commonmark/Types.dyn_o )
[ 6 of 13] Compiling Commonmark.SourceMap ( src/Commonmark/SourceMap.hs, dist/build/Commonmark/SourceMap.o, dist/build/Commonmark/SourceMap.dyn_o )
[ 7 of 13] Compiling Commonmark.ReferenceMap ( src/Commonmark/ReferenceMap.hs, dist/build/Commonmark/ReferenceMap.o, dist/build/Commonmark/ReferenceMap.dyn_o )
[ 8 of 13] Compiling Commonmark.Inlines ( src/Commonmark/Inlines.hs, dist/build/Commonmark/Inlines.o, dist/build/Commonmark/Inlines.dyn_o )
[ 9 of 13] Compiling Commonmark.Html ( src/Commonmark/Html.hs, dist/build/Commonmark/Html.o, dist/build/Commonmark/Html.dyn_o )
[10 of 13] Compiling Commonmark.Blocks ( src/Commonmark/Blocks.hs, dist/build/Commonmark/Blocks.o, dist/build/Commonmark/Blocks.dyn_o )
[11 of 13] Compiling Commonmark.Syntax ( src/Commonmark/Syntax.hs, dist/build/Commonmark/Syntax.o, dist/build/Commonmark/Syntax.dyn_o )
[12 of 13] Compiling Commonmark.Parser ( src/Commonmark/Parser.hs, dist/build/Commonmark/Parser.o, dist/build/Commonmark/Parser.dyn_o )
[13 of 13] Compiling Commonmark ( src/Commonmark.hs, dist/build/Commonmark.o, dist/build/Commonmark.dyn_o )
Preprocessing library for commonmark-0.2.6.1..
Running Haddock on library for commonmark-0.2.6.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 13] Compiling Commonmark.Tokens ( src/Commonmark/Tokens.hs, nothing )
[ 2 of 13] Compiling Commonmark.TokParsers ( src/Commonmark/TokParsers.hs, nothing )
[ 3 of 13] Compiling Commonmark.Tag ( src/Commonmark/Tag.hs, nothing )
[ 4 of 13] Compiling Commonmark.Entity ( src/Commonmark/Entity.hs, nothing )
[ 5 of 13] Compiling Commonmark.Types ( src/Commonmark/Types.hs, nothing )
[ 6 of 13] Compiling Commonmark.SourceMap ( src/Commonmark/SourceMap.hs, nothing )
[ 7 of 13] Compiling Commonmark.ReferenceMap ( src/Commonmark/ReferenceMap.hs, nothing )
[ 8 of 13] Compiling Commonmark.Inlines ( src/Commonmark/Inlines.hs, nothing )
[ 9 of 13] Compiling Commonmark.Html ( src/Commonmark/Html.hs, nothing )
[10 of 13] Compiling Commonmark.Blocks ( src/Commonmark/Blocks.hs, nothing )
[11 of 13] Compiling Commonmark.Syntax ( src/Commonmark/Syntax.hs, nothing )
[12 of 13] Compiling Commonmark.Parser ( src/Commonmark/Parser.hs, nothing )
[13 of 13] Compiling Commonmark ( src/Commonmark.hs, nothing )
Haddock coverage:
Warning: 'Tok' is ambiguous. It is defined
* at src/Commonmark/Tokens.hs:21:12
* at src/Commonmark/Tokens.hs:21:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Commonmark/Tokens.hs:21:1
50% ( 3 / 6) in 'Commonmark.Tokens'
Missing documentation for:
Module header
Tok (src/Commonmark/Tokens.hs:21)
TokType (src/Commonmark/Tokens.hs:27)
Warning: 'Tok' is ambiguous. It is defined
* at src/Commonmark/Tokens.hs:21:12
* at src/Commonmark/Tokens.hs:21:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Commonmark/Tokens.hs:21:1
95% ( 21 / 22) in 'Commonmark.TokParsers'
Missing documentation for:
Module header
22% ( 2 / 9) in 'Commonmark.Tag'
Missing documentation for:
Module header
htmlTag (src/Commonmark/Tag.hs:227)
htmlAttributeName (src/Commonmark/Tag.hs:50)
htmlAttributeValue (src/Commonmark/Tag.hs:76)
htmlDoubleQuotedAttributeValue (src/Commonmark/Tag.hs:109)
Enders (src/Commonmark/Tag.hs:21)
defaultEnders (src/Commonmark/Tag.hs:29)
16% ( 1 / 6) in 'Commonmark.Entity'
Missing documentation for:
Module header
charEntity (src/Commonmark/Entity.hs:2313)
numEntity (src/Commonmark/Entity.hs:2320)
pEntity (src/Commonmark/Entity.hs:2343)
unEntity (src/Commonmark/Entity.hs:2337)
26% ( 5 / 19) in 'Commonmark.Types'
Missing documentation for:
Module header
Format (src/Commonmark/Types.hs:32)
ListSpacing (src/Commonmark/Types.hs:38)
ListType (src/Commonmark/Types.hs:57)
DelimiterType (src/Commonmark/Types.hs:51)
EnumeratorType (src/Commonmark/Types.hs:43)
IsInline (src/Commonmark/Types.hs:63)
IsBlock (src/Commonmark/Types.hs:82)
SourceRange (src/Commonmark/Types.hs:98)
Rangeable (src/Commonmark/Types.hs:122)
Attribute (src/Commonmark/Types.hs:144)
Attributes (src/Commonmark/Types.hs:146)
HasAttributes (src/Commonmark/Types.hs:148)
ToPlainText (src/Commonmark/Types.hs:151)
Warning: 'WithSourceMap' is ambiguous. It is defined
* at src/Commonmark/SourceMap.hs:49:9
* at src/Commonmark/SourceMap.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/Commonmark/SourceMap.hs:48:1
60% ( 3 / 5) in 'Commonmark.SourceMap'
Missing documentation for:
Module header
addName (src/Commonmark/SourceMap.hs:71)
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
50% ( 3 / 6) in 'Commonmark.ReferenceMap'
Missing documentation for:
Module header
LinkInfo (src/Commonmark/ReferenceMap.hs:23)
emptyReferenceMap (src/Commonmark/ReferenceMap.hs:33)
Warning: 'bottoms' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'DState' is ambiguous. It is defined
* at src/Commonmark/Inlines.hs:559:17
* at src/Commonmark/Inlines.hs:559:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Commonmark/Inlines.hs:559:1
8% ( 2 / 24) in 'Commonmark.Inlines'
Missing documentation for:
Module header
mkInlineParser (src/Commonmark/Inlines.hs:74)
defaultInlineParser (src/Commonmark/Inlines.hs:104)
IPState (src/Commonmark/Inlines.hs:223)
getReferenceMap (src/Commonmark/Inlines.hs:481)
FormattingSpec (src/Commonmark/Inlines.hs:237)
defaultFormattingSpecs (src/Commonmark/Inlines.hs:260)
BracketedSpec (src/Commonmark/Inlines.hs:283)
defaultBracketedSpecs (src/Commonmark/Inlines.hs:302)
LinkInfo (src/Commonmark/ReferenceMap.hs:23)
imageSpec (src/Commonmark/Inlines.hs:317)
linkSpec (src/Commonmark/Inlines.hs:308)
pLink (src/Commonmark/Inlines.hs:936)
pLinkLabel (src/Commonmark/Inlines.hs:1014)
pLinkDestination (src/Commonmark/Inlines.hs:954)
pLinkTitle (src/Commonmark/Inlines.hs:1006)
pEscaped (src/Commonmark/Inlines.hs:991)
pEscapedSymbol (src/Commonmark/Inlines.hs:997)
processEmphasis (src/Commonmark/Inlines.hs:569)
pBacktickSpan (src/Commonmark/Inlines.hs:485)
normalizeCodeSpan (src/Commonmark/Inlines.hs:500)
withAttributes (src/Commonmark/Inlines.hs:443)
0% ( 0 / 10) in 'Commonmark.Html'
Missing documentation for:
Module header
Html (src/Commonmark/Html.hs:38)
htmlInline (src/Commonmark/Html.hs:166)
htmlBlock (src/Commonmark/Html.hs:169)
htmlText (src/Commonmark/Html.hs:172)
htmlRaw (src/Commonmark/Html.hs:175)
addAttribute (src/Commonmark/Html.hs:178)
renderHtml (src/Commonmark/Html.hs:418)
escapeURI (src/Commonmark/Html.hs:458)
escapeHtml (src/Commonmark/Html.hs:438)
7% ( 3 / 39) in 'Commonmark.Blocks'
Missing documentation for:
Module header
mkBlockParser (src/Commonmark/Blocks.hs:83)
defaultBlockSpecs (src/Commonmark/Blocks.hs:309)
BlockStartResult (src/Commonmark/Blocks.hs:260)
BlockData (src/Commonmark/Blocks.hs:335)
defBlockData (src/Commonmark/Blocks.hs:346)
BlockNode (src/Commonmark/Blocks.hs:355)
BPState (src/Commonmark/Blocks.hs:357)
BlockParser (src/Commonmark/Blocks.hs:371)
LinkInfo (src/Commonmark/ReferenceMap.hs:23)
defaultFinalizer (src/Commonmark/Blocks.hs:325)
runInlineParser (src/Commonmark/Blocks.hs:400)
addNodeToStack (src/Commonmark/Blocks.hs:429)
collapseNodeStack (src/Commonmark/Blocks.hs:1241)
getBlockText (src/Commonmark/Blocks.hs:1223)
removeIndent (src/Commonmark/Blocks.hs:1227)
bspec (src/Commonmark/Blocks.hs:1251)
endOfBlock (src/Commonmark/Blocks.hs:1254)
interruptsParagraph (src/Commonmark/Blocks.hs:454)
linkReferenceDef (src/Commonmark/Blocks.hs:630)
renderChildren (src/Commonmark/Blocks.hs:460)
reverseSubforests (src/Commonmark/Blocks.hs:118)
docSpec (src/Commonmark/Blocks.hs:470)
indentedCodeSpec (src/Commonmark/Blocks.hs:998)
fencedCodeSpec (src/Commonmark/Blocks.hs:1040)
blockQuoteSpec (src/Commonmark/Blocks.hs:775)
atxHeadingSpec (src/Commonmark/Blocks.hs:655)
setextHeadingSpec (src/Commonmark/Blocks.hs:706)
thematicBreakSpec (src/Commonmark/Blocks.hs:971)
listItemSpec (src/Commonmark/Blocks.hs:802)
bulletListMarker (src/Commonmark/Blocks.hs:908)
orderedListMarker (src/Commonmark/Blocks.hs:913)
rawHtmlSpec (src/Commonmark/Blocks.hs:1102)
attributeSpec (src/Commonmark/Blocks.hs:546)
paraSpec (src/Commonmark/Blocks.hs:586)
plainSpec (src/Commonmark/Blocks.hs:621)
Warning: 'SyntaxSpec' is ambiguous. It is defined
* at src/Commonmark/Syntax.hs:17:27
* at src/Commonmark/Syntax.hs:17:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Commonmark/Syntax.hs:17:1
66% ( 2 / 3) in 'Commonmark.Syntax'
Missing documentation for:
Module header
Warning: 'bl' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Html' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Tok' is ambiguous. It is defined
* at src/Commonmark/Tokens.hs:21:12
* at src/Commonmark/Tokens.hs:21:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Commonmark/Tokens.hs:21:1
83% ( 5 / 6) in 'Commonmark.Parser'
Missing documentation for:
Module header
Warning: 'SourceRange' is ambiguous. It is defined
* at src/Commonmark/Types.hs:98:23
* at src/Commonmark/Types.hs:98:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Commonmark/Types.hs:98:1
Warning: 'SyntaxSpec' is ambiguous. It is defined
* at src/Commonmark/Syntax.hs:17:27
* at src/Commonmark/Syntax.hs:17:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Commonmark/Syntax.hs:17:1
100% ( 7 / 7) in 'Commonmark'
Warning: Commonmark.Entity: could not find link destinations for:
- Commonmark.Entity.lookupNumericEntity
- Commonmark.Entity.lookupNamedEntity
Warning: Commonmark.Inlines: could not find link destinations for:
- Commonmark.Inlines.DState
- Commonmark.Inlines.stackBottoms
- Commonmark.Inlines.Chunk
Documentation created: dist/doc/html/commonmark/,
dist/doc/html/commonmark/commonmark.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/commonmark-0.2.6.1-EartDu3rj1z6T8Uu4wo4jB
Completed commonmark-0.2.6.1
Configuring bifunctors-5.6.2...
Preprocessing library for bifunctors-5.6.2..
Building library for bifunctors-5.6.2..
[ 1 of 15] Compiling Data.Biapplicative ( src/Data/Biapplicative.hs, dist/build/Data/Biapplicative.o, dist/build/Data/Biapplicative.dyn_o )
[ 2 of 15] Compiling Data.Bifunctor.Biap ( src/Data/Bifunctor/Biap.hs, dist/build/Data/Bifunctor/Biap.o, dist/build/Data/Bifunctor/Biap.dyn_o )
[ 3 of 15] Compiling Data.Bifunctor.Biff ( src/Data/Bifunctor/Biff.hs, dist/build/Data/Bifunctor/Biff.o, dist/build/Data/Bifunctor/Biff.dyn_o )
[ 4 of 15] Compiling Data.Bifunctor.Clown ( src/Data/Bifunctor/Clown.hs, dist/build/Data/Bifunctor/Clown.o, dist/build/Data/Bifunctor/Clown.dyn_o )
[ 5 of 15] Compiling Data.Bifunctor.Fix ( src/Data/Bifunctor/Fix.hs, dist/build/Data/Bifunctor/Fix.o, dist/build/Data/Bifunctor/Fix.dyn_o )
[ 6 of 15] Compiling Data.Bifunctor.Functor ( src/Data/Bifunctor/Functor.hs, dist/build/Data/Bifunctor/Functor.o, dist/build/Data/Bifunctor/Functor.dyn_o )
[ 7 of 15] Compiling Data.Bifunctor.Flip ( src/Data/Bifunctor/Flip.hs, dist/build/Data/Bifunctor/Flip.o, dist/build/Data/Bifunctor/Flip.dyn_o )
[ 8 of 15] Compiling Data.Bifunctor.Join ( src/Data/Bifunctor/Join.hs, dist/build/Data/Bifunctor/Join.o, dist/build/Data/Bifunctor/Join.dyn_o )
[ 9 of 15] Compiling Data.Bifunctor.Joker ( src/Data/Bifunctor/Joker.hs, dist/build/Data/Bifunctor/Joker.o, dist/build/Data/Bifunctor/Joker.dyn_o )
[10 of 15] Compiling Data.Bifunctor.Product ( src/Data/Bifunctor/Product.hs, dist/build/Data/Bifunctor/Product.o, dist/build/Data/Bifunctor/Product.dyn_o )
[11 of 15] Compiling Data.Bifunctor.Sum ( src/Data/Bifunctor/Sum.hs, dist/build/Data/Bifunctor/Sum.o, dist/build/Data/Bifunctor/Sum.dyn_o )
[12 of 15] Compiling Data.Bifunctor.TH.Internal ( src/Data/Bifunctor/TH/Internal.hs, dist/build/Data/Bifunctor/TH/Internal.o, dist/build/Data/Bifunctor/TH/Internal.dyn_o )
[13 of 15] Compiling Data.Bifunctor.TH ( src/Data/Bifunctor/TH.hs, dist/build/Data/Bifunctor/TH.o, dist/build/Data/Bifunctor/TH.dyn_o )
[14 of 15] Compiling Data.Bifunctor.Tannen ( src/Data/Bifunctor/Tannen.hs, dist/build/Data/Bifunctor/Tannen.o, dist/build/Data/Bifunctor/Tannen.dyn_o )
[15 of 15] Compiling Data.Bifunctor.Wrapped ( src/Data/Bifunctor/Wrapped.hs, dist/build/Data/Bifunctor/Wrapped.o, dist/build/Data/Bifunctor/Wrapped.dyn_o )
Preprocessing library for bifunctors-5.6.2..
Running Haddock on library for bifunctors-5.6.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 15] Compiling Data.Biapplicative ( src/Data/Biapplicative.hs, nothing )
[ 2 of 15] Compiling Data.Bifunctor.Biap ( src/Data/Bifunctor/Biap.hs, nothing )
[ 3 of 15] Compiling Data.Bifunctor.Biff ( src/Data/Bifunctor/Biff.hs, nothing )
[ 4 of 15] Compiling Data.Bifunctor.Clown ( src/Data/Bifunctor/Clown.hs, nothing )
[ 5 of 15] Compiling Data.Bifunctor.Fix ( src/Data/Bifunctor/Fix.hs, nothing )
[ 6 of 15] Compiling Data.Bifunctor.Functor ( src/Data/Bifunctor/Functor.hs, nothing )
[ 7 of 15] Compiling Data.Bifunctor.Flip ( src/Data/Bifunctor/Flip.hs, nothing )
[ 8 of 15] Compiling Data.Bifunctor.Join ( src/Data/Bifunctor/Join.hs, nothing )
[ 9 of 15] Compiling Data.Bifunctor.Joker ( src/Data/Bifunctor/Joker.hs, nothing )
[10 of 15] Compiling Data.Bifunctor.Product ( src/Data/Bifunctor/Product.hs, nothing )
[11 of 15] Compiling Data.Bifunctor.Sum ( src/Data/Bifunctor/Sum.hs, nothing )
[12 of 15] Compiling Data.Bifunctor.TH.Internal ( src/Data/Bifunctor/TH/Internal.hs, nothing )
[13 of 15] Compiling Data.Bifunctor.TH ( src/Data/Bifunctor/TH.hs, nothing )
[14 of 15] Compiling Data.Bifunctor.Tannen ( src/Data/Bifunctor/Tannen.hs, nothing )
[15 of 15] Compiling Data.Bifunctor.Wrapped ( src/Data/Bifunctor/Wrapped.hs, nothing )
Haddock coverage:
70% ( 7 / 10) in 'Data.Biapplicative'
Missing documentation for:
Biapplicative (src/Data/Biapplicative.hs:44)
<<$>> (src/Data/Biapplicative.hs:41)
<<**>> (src/Data/Biapplicative.hs:74)
Warning: 'Biap' is ambiguous. It is defined
* at src/Data/Bifunctor/Biap.hs:67:23
* at src/Data/Bifunctor/Biap.hs:67:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Bifunctor/Biap.hs:67:1
100% ( 2 / 2) in 'Data.Bifunctor.Biap'
100% ( 2 / 2) in 'Data.Bifunctor.Biff'
100% ( 2 / 2) in 'Data.Bifunctor.Clown'
100% ( 2 / 2) in 'Data.Bifunctor.Fix'
14% ( 1 / 7) in 'Data.Bifunctor.Functor'
Missing documentation for:
Module header
BifunctorFunctor (src/Data/Bifunctor/Functor.hs:19)
BifunctorMonad (src/Data/Bifunctor/Functor.hs:22)
biliftM (src/Data/Bifunctor/Functor.hs:31)
BifunctorComonad (src/Data/Bifunctor/Functor.hs:34)
biliftW (src/Data/Bifunctor/Functor.hs:43)
100% ( 2 / 2) in 'Data.Bifunctor.Flip'
100% ( 2 / 2) in 'Data.Bifunctor.Join'
100% ( 2 / 2) in 'Data.Bifunctor.Joker'
100% ( 2 / 2) in 'Data.Bifunctor.Product'
0% ( 0 / 2) in 'Data.Bifunctor.Sum'
Missing documentation for:
Module header
Sum (src/Data/Bifunctor/Sum.hs:22)
Warning: 'Name' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* in Language.Haskell.TH.Syntax
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Language.Haskell.TH.Syntax
Warning: 'Options' is ambiguous. It is defined
* at src/Data/Bifunctor/TH.hs:77:19
* at src/Data/Bifunctor/TH.hs:77:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Bifunctor/TH.hs:77:1
Warning: 'bimap' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bifoldMap' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bifoldr' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bifoldl' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bitraverse' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bisequenceA' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'makeBitraverseA' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bimapM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bisequence' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Name' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* in Language.Haskell.TH.Syntax
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Language.Haskell.TH.Syntax
96% ( 32 / 33) in 'Data.Bifunctor.TH'
Missing documentation for:
makeBifold (src/Data/Bifunctor/TH.hs:217)
100% ( 2 / 2) in 'Data.Bifunctor.Tannen'
100% ( 2 / 2) in 'Data.Bifunctor.Wrapped'
Warning: Data.Bifunctor.Biap: could not find link destinations for:
- Data.Bifunctor.Biap.Rep_Biap
- Data.Bifunctor.Biap.Rep1_Biap
Warning: Data.Bifunctor.Biff: could not find link destinations for:
- Data.Bifunctor.Biff.Rep1_Biff
- Data.Bifunctor.Biff.Rep_Biff
Warning: Data.Bifunctor.Clown: could not find link destinations for:
- Data.Bifunctor.Clown.Rep_Clown
- Data.Bifunctor.Clown.Rep1_Clown
Warning: Data.Bifunctor.Fix: could not find link destinations for:
- Data.Bifunctor.Fix.Rep_Fix
Warning: Data.Bifunctor.Flip: could not find link destinations for:
- Data.Bifunctor.Flip.Rep_Flip
Warning: Data.Bifunctor.Join: could not find link destinations for:
- Data.Bifunctor.Join.Rep_Join
Warning: Data.Bifunctor.Joker: could not find link destinations for:
- Data.Bifunctor.Joker.Rep_Joker
- Data.Bifunctor.Joker.Rep1_Joker
Warning: Data.Bifunctor.Product: could not find link destinations for:
- Data.Bifunctor.Product.Rep_Product
- Data.Bifunctor.Product.Rep1_Product
Warning: Data.Bifunctor.Sum: could not find link destinations for:
- Data.Bifunctor.Sum.Rep_Sum
- Data.Bifunctor.Sum.Rep1_Sum
Warning: Data.Bifunctor.TH: could not find link destinations for:
- Data.Bifunctor.TH.Bifunctor
- Data.Bifunctor.TH.Bifoldable
- Data.Bifunctor.TH.Bitraversable
Warning: Data.Bifunctor.Tannen: could not find link destinations for:
- Data.Bifunctor.Tannen.Rep1_Tannen
- Data.Bifunctor.Tannen.Rep_Tannen
Warning: Data.Bifunctor.Wrapped: could not find link destinations for:
- Data.Bifunctor.Wrapped.Rep_WrappedBifunctor
- Data.Bifunctor.Wrapped.Rep1_WrappedBifunctor
Documentation created: dist/doc/html/bifunctors/,
dist/doc/html/bifunctors/bifunctors.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/bifunctors-5.6.2-GFSN9WtyvrIH3Py3OMWv09
Completed bifunctors-5.6.2
Configuring 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-309RwKy4J1y154zzFfa7WM
Completed semigroupoids-6.0.1
Configuring profunctors-5.6.3...
Preprocessing library for profunctors-5.6.3..
Building library for profunctors-5.6.3..
[ 1 of 16] Compiling Data.Profunctor.Unsafe ( src/Data/Profunctor/Unsafe.hs, dist/build/Data/Profunctor/Unsafe.o, dist/build/Data/Profunctor/Unsafe.dyn_o )
[ 2 of 16] Compiling Data.Profunctor.Types ( src/Data/Profunctor/Types.hs, dist/build/Data/Profunctor/Types.o, dist/build/Data/Profunctor/Types.dyn_o )
[ 3 of 16] Compiling Data.Profunctor.Monad ( src/Data/Profunctor/Monad.hs, dist/build/Data/Profunctor/Monad.o, dist/build/Data/Profunctor/Monad.dyn_o )
[ 4 of 16] Compiling Data.Profunctor.Adjunction ( src/Data/Profunctor/Adjunction.hs, dist/build/Data/Profunctor/Adjunction.o, dist/build/Data/Profunctor/Adjunction.dyn_o )
[ 5 of 16] Compiling Data.Profunctor.Strong ( src/Data/Profunctor/Strong.hs, dist/build/Data/Profunctor/Strong.o, dist/build/Data/Profunctor/Strong.dyn_o )
[ 6 of 16] Compiling Data.Profunctor.Closed ( src/Data/Profunctor/Closed.hs, dist/build/Data/Profunctor/Closed.o, dist/build/Data/Profunctor/Closed.dyn_o )
[ 7 of 16] Compiling Data.Profunctor.Choice ( src/Data/Profunctor/Choice.hs, dist/build/Data/Profunctor/Choice.o, dist/build/Data/Profunctor/Choice.dyn_o )
[ 8 of 16] Compiling Data.Profunctor.Traversing ( src/Data/Profunctor/Traversing.hs, dist/build/Data/Profunctor/Traversing.o, dist/build/Data/Profunctor/Traversing.dyn_o )
[ 9 of 16] Compiling Data.Profunctor.Mapping ( src/Data/Profunctor/Mapping.hs, dist/build/Data/Profunctor/Mapping.o, dist/build/Data/Profunctor/Mapping.dyn_o )
[10 of 16] Compiling Data.Profunctor ( src/Data/Profunctor.hs, dist/build/Data/Profunctor.o, dist/build/Data/Profunctor.dyn_o )
[11 of 16] Compiling Data.Profunctor.Sieve ( src/Data/Profunctor/Sieve.hs, dist/build/Data/Profunctor/Sieve.o, dist/build/Data/Profunctor/Sieve.dyn_o )
[12 of 16] Compiling Data.Profunctor.Rep ( src/Data/Profunctor/Rep.hs, dist/build/Data/Profunctor/Rep.o, dist/build/Data/Profunctor/Rep.dyn_o )
[13 of 16] Compiling Data.Profunctor.Composition ( src/Data/Profunctor/Composition.hs, dist/build/Data/Profunctor/Composition.o, dist/build/Data/Profunctor/Composition.dyn_o )
[14 of 16] Compiling Data.Profunctor.Ran ( src/Data/Profunctor/Ran.hs, dist/build/Data/Profunctor/Ran.o, dist/build/Data/Profunctor/Ran.dyn_o )
[15 of 16] Compiling Data.Profunctor.Cayley ( src/Data/Profunctor/Cayley.hs, dist/build/Data/Profunctor/Cayley.o, dist/build/Data/Profunctor/Cayley.dyn_o )
[16 of 16] Compiling Data.Profunctor.Yoneda ( src/Data/Profunctor/Yoneda.hs, dist/build/Data/Profunctor/Yoneda.o, dist/build/Data/Profunctor/Yoneda.dyn_o )
Preprocessing library for profunctors-5.6.3..
Running Haddock on library for profunctors-5.6.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 16] Compiling Data.Profunctor.Unsafe ( src/Data/Profunctor/Unsafe.hs, nothing )
[ 2 of 16] Compiling Data.Profunctor.Types ( src/Data/Profunctor/Types.hs, nothing )
[ 3 of 16] Compiling Data.Profunctor.Monad ( src/Data/Profunctor/Monad.hs, nothing )
[ 4 of 16] Compiling Data.Profunctor.Adjunction ( src/Data/Profunctor/Adjunction.hs, nothing )
[ 5 of 16] Compiling Data.Profunctor.Strong ( src/Data/Profunctor/Strong.hs, nothing )
[ 6 of 16] Compiling Data.Profunctor.Closed ( src/Data/Profunctor/Closed.hs, nothing )
[ 7 of 16] Compiling Data.Profunctor.Choice ( src/Data/Profunctor/Choice.hs, nothing )
[ 8 of 16] Compiling Data.Profunctor.Traversing ( src/Data/Profunctor/Traversing.hs, nothing )
[ 9 of 16] Compiling Data.Profunctor.Mapping ( src/Data/Profunctor/Mapping.hs, nothing )
[10 of 16] Compiling Data.Profunctor ( src/Data/Profunctor.hs, nothing )
[11 of 16] Compiling Data.Profunctor.Sieve ( src/Data/Profunctor/Sieve.hs, nothing )
[12 of 16] Compiling Data.Profunctor.Rep ( src/Data/Profunctor/Rep.hs, nothing )
[13 of 16] Compiling Data.Profunctor.Composition ( src/Data/Profunctor/Composition.hs, nothing )
[14 of 16] Compiling Data.Profunctor.Ran ( src/Data/Profunctor/Ran.hs, nothing )
[15 of 16] Compiling Data.Profunctor.Cayley ( src/Data/Profunctor/Cayley.hs, nothing )
[16 of 16] Compiling Data.Profunctor.Yoneda ( src/Data/Profunctor/Yoneda.hs, nothing )
Haddock coverage:
Warning: 'unsafeCoerce' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 3 / 3) in 'Data.Profunctor.Unsafe'
Warning: 'Forget' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:221:24
* at src/Data/Profunctor/Types.hs:221:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:221:1
Warning: 'Costar' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:124:24
* at src/Data/Profunctor/Types.hs:124:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:124:1
Warning: 'Star' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:68:22
* at src/Data/Profunctor/Types.hs:68:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:68:1
100% ( 7 / 7) in 'Data.Profunctor.Types'
100% ( 4 / 4) in 'Data.Profunctor.Monad'
100% ( 2 / 2) in 'Data.Profunctor.Adjunction'
Warning: 'Procompose' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Pastro' is ambiguous. It is defined
* at src/Data/Profunctor/Strong.hs:274:3
* at src/Data/Profunctor/Strong.hs:273:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Strong.hs:273:1
Warning: 'Tambara' is ambiguous. It is defined
* at src/Data/Profunctor/Strong.hs:170:25
* at src/Data/Profunctor/Strong.hs:170:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Strong.hs:170:1
Warning: 'Star' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:68:22
* at src/Data/Profunctor/Types.hs:68:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:68:1
88% ( 15 / 17) in 'Data.Profunctor.Strong'
Missing documentation for:
uncurry' (src/Data/Profunctor/Strong.hs:98)
strong (src/Data/Profunctor/Strong.hs:102)
Warning: 'Closure' is ambiguous. It is defined
* at src/Data/Profunctor/Closed.hs:106:25
* at src/Data/Profunctor/Closed.hs:106:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Closed.hs:106:1
71% ( 5 / 7) in 'Data.Profunctor.Closed'
Missing documentation for:
Environment (src/Data/Profunctor/Closed.hs:195)
curry' (src/Data/Profunctor/Closed.hs:96)
Warning: 'CopastroSum' is ambiguous. It is defined
* at src/Data/Profunctor/Choice.hs:422:29
* at src/Data/Profunctor/Choice.hs:422:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Choice.hs:422:1
Warning: 'CotambaraSum' is ambiguous. It is defined
* at src/Data/Profunctor/Choice.hs:378:5
* at src/Data/Profunctor/Choice.hs:377:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Choice.hs:377:1
Warning: 'absurd' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Costar' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:124:24
* at src/Data/Profunctor/Types.hs:124:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:124:1
Warning: 'costrength' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
92% ( 12 / 13) in 'Data.Profunctor.Choice'
Missing documentation for:
Cochoice (src/Data/Profunctor/Choice.hs:294)
Warning: 'Compose' is ambiguous. It is defined
* in Data.Functor.Compose
* in Data.Functor.Compose
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Compose
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
57% ( 8 / 14) in 'Data.Profunctor.Traversing'
Missing documentation for:
Module header
CofreeTraversing (src/Data/Profunctor/Traversing.hs:137)
firstTraversing (src/Data/Profunctor/Traversing.hs:36)
secondTraversing (src/Data/Profunctor/Traversing.hs:39)
leftTraversing (src/Data/Profunctor/Traversing.hs:60)
rightTraversing (src/Data/Profunctor/Traversing.hs:63)
44% ( 4 / 9) in 'Data.Profunctor.Mapping'
Missing documentation for:
Mapping (src/Data/Profunctor/Mapping.hs:39)
CofreeMapping (src/Data/Profunctor/Mapping.hs:89)
wanderMapping (src/Data/Profunctor/Mapping.hs:81)
traverseMapping (src/Data/Profunctor/Mapping.hs:84)
closedMapping (src/Data/Profunctor/Mapping.hs:87)
80% ( 16 / 20) in 'Data.Profunctor'
Missing documentation for:
uncurry' (src/Data/Profunctor/Strong.hs:98)
curry' (src/Data/Profunctor/Closed.hs:96)
Mapping (src/Data/Profunctor/Mapping.hs:39)
Cochoice (src/Data/Profunctor/Choice.hs:294)
Warning: 'Costar' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:124:24
* at src/Data/Profunctor/Types.hs:124:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:124:1
Warning: 'Star' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:68:22
* at src/Data/Profunctor/Types.hs:68:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:68:1
100% ( 3 / 3) in 'Data.Profunctor.Sieve'
Warning: 'Prep' is ambiguous. It is defined
* at src/Data/Profunctor/Rep.hs:188:3
* at src/Data/Profunctor/Rep.hs:187:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Rep.hs:187:1
Warning: 'Star' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:68:22
* at src/Data/Profunctor/Types.hs:68:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:68:1
Warning: 'Iso'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Coprep' is ambiguous. It is defined
* at src/Data/Profunctor/Rep.hs:224:22
* at src/Data/Profunctor/Rep.hs:224:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Rep.hs:224:1
Warning: 'Costar' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:124:24
* at src/Data/Profunctor/Types.hs:124:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:124:1
70% ( 17 / 24) in 'Data.Profunctor.Rep'
Missing documentation for:
prepAdj (src/Data/Profunctor/Rep.hs:206)
unprepAdj (src/Data/Profunctor/Rep.hs:209)
prepUnit (src/Data/Profunctor/Rep.hs:212)
prepCounit (src/Data/Profunctor/Rep.hs:215)
uncoprepAdj (src/Data/Profunctor/Rep.hs:240)
coprepUnit (src/Data/Profunctor/Rep.hs:243)
coprepCounit (src/Data/Profunctor/Rep.hs:246)
Warning: 'Rift' is ambiguous. It is defined
* at src/Data/Profunctor/Composition.hs:255:24
* at src/Data/Profunctor/Composition.hs:255:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Composition.hs:255:1
Warning: 'Procompose' is ambiguous. It is defined
* at src/Data/Profunctor/Composition.hs:70:3
* at src/Data/Profunctor/Composition.hs:69:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Composition.hs:69:1
Warning: 'Star' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:68:22
* at src/Data/Profunctor/Types.hs:68:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:68:1
Warning: 'Compose' is ambiguous. It is defined
* in Data.Functor.Compose
* in Data.Functor.Compose
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Compose
Warning: 'Costar' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:124:24
* at src/Data/Profunctor/Types.hs:124:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:124:1
Warning: 'Kleisli' is ambiguous. It is defined
* in Control.Arrow
* in Control.Arrow
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Arrow
Warning: 'Cokleisli' is ambiguous. It is defined
* in Control.Comonad
* in Control.Comonad
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Comonad
89% ( 17 / 19) in 'Data.Profunctor.Composition'
Missing documentation for:
procomposed (src/Data/Profunctor/Composition.hs:80)
mu (src/Data/Profunctor/Composition.hs:311)
Warning: 'Codensity' is ambiguous. It is defined
* at src/Data/Profunctor/Ran.hs:108:27
* at src/Data/Profunctor/Ran.hs:108:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Ran.hs:108:1
Warning: 'Ran' is ambiguous. It is defined
* at src/Data/Profunctor/Ran.hs:46:23
* at src/Data/Profunctor/Ran.hs:46:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Ran.hs:46:1
Warning: 'counit' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
50% ( 4 / 8) in 'Data.Profunctor.Ran'
Missing documentation for:
precomposeRan (src/Data/Profunctor/Ran.hs:86)
curryRan (src/Data/Profunctor/Ran.hs:90)
uncurryRan (src/Data/Profunctor/Ran.hs:94)
decomposeCodensity (src/Data/Profunctor/Ran.hs:133)
Warning: 'Cayley' is ambiguous. It is defined
* at src/Data/Profunctor/Cayley.hs:32:26
* at src/Data/Profunctor/Cayley.hs:32:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Cayley.hs:32:1
66% ( 2 / 3) in 'Data.Profunctor.Cayley'
Missing documentation for:
mapCayley (src/Data/Profunctor/Cayley.hs:108)
85% ( 6 / 7) in 'Data.Profunctor.Yoneda'
Missing documentation for:
Coyoneda (src/Data/Profunctor/Yoneda.hs:135)
Warning: Data.Profunctor.Types: could not find link destinations for:
- Data.Profunctor.Rep.D:R:RepForget
- Data.Profunctor.Rep.D:R:RepStar
- Data.Profunctor.Rep.D:R:CorepCostar
Warning: Data.Profunctor: could not find link destinations for:
- Data.Profunctor.Rep.D:R:RepForget
- Data.Profunctor.Rep.D:R:RepStar
- Data.Profunctor.Rep.D:R:CorepCostar
Warning: Data.Profunctor.Rep: could not find link destinations for:
- Data.Profunctor.Rep.Iso
- Data.Profunctor.Rep.D:R:RepForget
- Data.Profunctor.Rep.D:R:RepStar
- Data.Profunctor.Rep.D:R:RepKleisli
- Data.Profunctor.Rep.D:R:RepFUN
- Data.Profunctor.Rep.D:R:CorepCostar
- Data.Profunctor.Rep.D:R:CorepTagged
- Data.Profunctor.Rep.D:R:CorepCokleisli
- Data.Profunctor.Rep.D:R:CorepFUN
- Data.Profunctor.Composition.D:R:CorepProcompose
- Data.Profunctor.Composition.D:R:RepProcompose
Warning: Data.Profunctor.Composition: could not find link destinations for:
- Data.Profunctor.Composition.Iso
- Data.Profunctor.Composition.D:R:CorepProcompose
- Data.Profunctor.Composition.D:R:RepProcompose
Documentation created: dist/doc/html/profunctors/,
dist/doc/html/profunctors/profunctors.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/profunctors-5.6.3-5Z8Eg1EvBZ75eKuvG3fHa9
Completed profunctors-5.6.3
Configuring 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-4QwT7YapseN9xNd0NBpjQp
Completed free-5.2
Downloading commonmark-initial-0.1.0.0
Downloaded commonmark-initial-0.1.0.0
Configuring commonmark-initial-0.1.0.0...
Preprocessing library for commonmark-initial-0.1.0.0..
Building library for commonmark-initial-0.1.0.0..
[1 of 1] Compiling Commonmark.Initial ( src/Commonmark/Initial.hs, dist/build/Commonmark/Initial.o, dist/build/Commonmark/Initial.dyn_o )
Preprocessing library for commonmark-initial-0.1.0.0..
Running Haddock on library for commonmark-initial-0.1.0.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Commonmark.Initial ( src/Commonmark/Initial.hs, nothing )
Haddock coverage:
0% ( 0 / 10) in 'Commonmark.Initial'
Missing documentation for:
Module header
Ann (src/Commonmark/Initial.hs:35)
Block (src/Commonmark/Initial.hs:116)
Blocks (src/Commonmark/Initial.hs:123)
BlockF (src/Commonmark/Initial.hs:101)
Inline (src/Commonmark/Initial.hs:64)
Inlines (src/Commonmark/Initial.hs:71)
InlineF (src/Commonmark/Initial.hs:47)
MkBlock (src/Commonmark/Initial.hs:119)
MkInline (src/Commonmark/Initial.hs:67)
Documentation created: dist/doc/html/commonmark-initial/,
dist/doc/html/commonmark-initial/commonmark-initial.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/commonmark-initial-0.1.0.0-1YE43N495hoEB8bEDd2VWx
Completed commonmark-initial-0.1.0.0
Test log
[view raw]
Resolving dependencies...
Build profile: -w ghc-9.8.4 -O0
In order, the following will be built (use -v for more details):
- StateVar-1.2.2 (lib:StateVar) (requires build)
- assoc-1.1.1 (lib:assoc) (requires build)
- base-orphans-0.9.3 (lib:base-orphans) (requires build)
- dwergaz-0.3.1.0 (lib:dwergaz) (requires build)
- emojis-0.1.4.1 (lib:emojis) (requires build)
- indexed-traversable-0.1.4 (lib:indexed-traversable) (requires build)
- os-string-2.0.7 (lib:os-string) (requires build)
- tagged-0.8.9 (lib:tagged) (requires build)
- th-abstraction-0.7.1.0 (lib:th-abstraction) (requires build)
- th-compat-0.1.6 (lib:th-compat) (requires build)
- transformers-compat-0.7.2 (lib:transformers-compat) (requires build)
- unicode-data-0.6.0 (lib:unicode-data) (requires build)
- contravariant-1.5.5 (lib:contravariant) (requires build)
- hashable-1.5.0.0 (lib:hashable) (requires build)
- distributive-0.6.2.1 (lib:distributive) (requires build)
- network-uri-2.6.4.2 (lib:network-uri) (requires build)
- transformers-base-0.4.6 (lib:transformers-base) (requires build)
- deriving-compat-0.6.7 (lib:deriving-compat) (requires build)
- unicode-transforms-0.4.0.1 (lib:unicode-transforms) (requires build)
- unordered-containers-0.2.20 (lib:unordered-containers) (requires build)
- comonad-5.0.9 (lib:comonad) (requires build)
- commonmark-0.2.6.1 (lib:commonmark) (requires build)
- bifunctors-5.6.2 (lib:bifunctors) (requires build)
- commonmark-extensions-0.2.6 (lib:commonmark-extensions) (requires build)
- semigroupoids-6.0.1 (lib:semigroupoids) (requires build)
- profunctors-5.6.3 (lib:profunctors) (requires build)
- free-5.2 (lib:free) (requires build)
- commonmark-initial-0.1.0.0 (first run)
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 ()
| ^
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2400495/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/StateVar-1.2.2-3059d12d700c8790f886e19244f2c5891f70f2487b54673172a9549d24ee5aca/lib
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 )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2400495/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/assoc-1.1.1-6f95136c8a1f04c3fb460909e273472b6e3faceba09f38868f56068f18f98a47/lib
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 )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2400495/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/base-orphans-0.9.3-82978f7d7fe1db16a83b9614b3a521d8f2d2c743d24a8f21592b736481ef4863/lib
Configuring dwergaz-0.3.1.0...
Preprocessing library for dwergaz-0.3.1.0..
Building library for dwergaz-0.3.1.0..
[1 of 1] Compiling Test.Dwergaz ( src/Test/Dwergaz.hs, dist/build/Test/Dwergaz.o, dist/build/Test/Dwergaz.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2400495/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/dwergaz-0.3.1.0-fa53c59db9e69d7c1f959db7baf8698f7ba48f8381d605904f4cbe85fa91e8a7/lib
Configuring emojis-0.1.4.1...
Preprocessing library for emojis-0.1.4.1..
Building library for emojis-0.1.4.1..
[1 of 2] Compiling Trie ( src/Trie.hs, dist/build/Trie.o, dist/build/Trie.dyn_o )
[2 of 2] Compiling Text.Emoji ( src/Text/Emoji.hs, dist/build/Text/Emoji.o, dist/build/Text/Emoji.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2400495/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/emojis-0.1.4.1-5fbfe7a419ba82c1c0017f69fa795715e8d52bc6c0495d15474dd55d67b3933a/lib
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 )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2400495/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/indexed-traversable-0.1.4-821926d0b5ed336177ce97227cb4700ab382410c99dce24d231a5a30d620f6a9/lib
Configuring os-string-2.0.7...
Preprocessing library for os-string-2.0.7..
Building library for os-string-2.0.7..
[ 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 )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2400495/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/os-string-2.0.7-1c61ed339b340ff4f82bc6e9bda242958d07330032a8a37fb2616fbcbe717db5/lib
Configuring tagged-0.8.9...
Preprocessing library for tagged-0.8.9..
Building library for tagged-0.8.9..
[1 of 2] Compiling Data.Proxy.TH ( src/Data/Proxy/TH.hs, dist/build/Data/Proxy/TH.o, dist/build/Data/Proxy/TH.dyn_o )
[2 of 2] Compiling Data.Tagged ( src/Data/Tagged.hs, dist/build/Data/Tagged.o, dist/build/Data/Tagged.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2400495/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/tagged-0.8.9-7bf04732d97f4bf5340c0e45b3bc6b1c39f9910c71a0e6a1205150fdfbcfdf08/lib
Configuring th-abstraction-0.7.1.0...
Preprocessing library for th-abstraction-0.7.1.0..
Building library for th-abstraction-0.7.1.0..
[1 of 3] Compiling Language.Haskell.TH.Datatype.Internal ( src/Language/Haskell/TH/Datatype/Internal.hs, dist/build/Language/Haskell/TH/Datatype/Internal.o, dist/build/Language/Haskell/TH/Datatype/Internal.dyn_o )
[2 of 3] Compiling Language.Haskell.TH.Datatype.TyVarBndr ( src/Language/Haskell/TH/Datatype/TyVarBndr.hs, dist/build/Language/Haskell/TH/Datatype/TyVarBndr.o, dist/build/Language/Haskell/TH/Datatype/TyVarBndr.dyn_o )
[3 of 3] Compiling Language.Haskell.TH.Datatype ( src/Language/Haskell/TH/Datatype.hs, dist/build/Language/Haskell/TH/Datatype.o, dist/build/Language/Haskell/TH/Datatype.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2400495/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/th-abstraction-0.7.1.0-82ad9a68afecf5fb65bcfd2dfbc618b4e18b686df813b9753a56ca9567944f60/lib
Configuring th-compat-0.1.6...
Preprocessing library for th-compat-0.1.6..
Building library for th-compat-0.1.6..
[1 of 1] Compiling Language.Haskell.TH.Syntax.Compat ( src/Language/Haskell/TH/Syntax/Compat.hs, dist/build/Language/Haskell/TH/Syntax/Compat.o, dist/build/Language/Haskell/TH/Syntax/Compat.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2400495/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/th-compat-0.1.6-766a4c5cc49a66f429c66c15b3cbdef4b7bccbb8d2d0b600cbaa7ac24c0b7bf1/lib
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 )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2400495/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/transformers-compat-0.7.2-65d516b6721ab8908b52a1ef34487530b87dfa82cc1e5a2dde390735d4f89fdd/lib
Configuring unicode-data-0.6.0...
Preprocessing library for unicode-data-0.6.0..
Building library for unicode-data-0.6.0..
[ 1 of 33] Compiling Unicode.Internal.Bits ( lib/Unicode/Internal/Bits.hs, dist/build/Unicode/Internal/Bits.o, dist/build/Unicode/Internal/Bits.dyn_o )
[ 2 of 33] Compiling Unicode.Internal.Char.Blocks ( lib/Unicode/Internal/Char/Blocks.hs, dist/build/Unicode/Internal/Char/Blocks.o, dist/build/Unicode/Internal/Char/Blocks.dyn_o )
[ 3 of 33] Compiling Unicode.Char.General.Blocks ( lib/Unicode/Char/General/Blocks.hs, dist/build/Unicode/Char/General/Blocks.o, dist/build/Unicode/Char/General/Blocks.dyn_o )
[ 4 of 33] Compiling Unicode.Internal.Char.CaseFolding ( lib/Unicode/Internal/Char/CaseFolding.hs, dist/build/Unicode/Internal/Char/CaseFolding.o, dist/build/Unicode/Internal/Char/CaseFolding.dyn_o )
[ 5 of 33] Compiling Unicode.Internal.Char.DerivedCoreProperties ( lib/Unicode/Internal/Char/DerivedCoreProperties.hs, dist/build/Unicode/Internal/Char/DerivedCoreProperties.o, dist/build/Unicode/Internal/Char/DerivedCoreProperties.dyn_o )
[ 6 of 33] Compiling Unicode.Internal.Char.DerivedNumericValues ( lib/Unicode/Internal/Char/DerivedNumericValues.hs, dist/build/Unicode/Internal/Char/DerivedNumericValues.o, dist/build/Unicode/Internal/Char/DerivedNumericValues.dyn_o )
[ 7 of 33] Compiling Unicode.Char.Numeric ( lib/Unicode/Char/Numeric.hs, dist/build/Unicode/Char/Numeric.o, dist/build/Unicode/Char/Numeric.dyn_o )
[ 8 of 33] Compiling Unicode.Internal.Char.PropList ( lib/Unicode/Internal/Char/PropList.hs, dist/build/Unicode/Internal/Char/PropList.o, dist/build/Unicode/Internal/Char/PropList.dyn_o )
[ 9 of 33] Compiling Unicode.Char.Identifiers ( lib/Unicode/Char/Identifiers.hs, dist/build/Unicode/Char/Identifiers.o, dist/build/Unicode/Char/Identifiers.dyn_o )
[10 of 33] Compiling Unicode.Internal.Char.SpecialCasing.LowerCaseMapping ( lib/Unicode/Internal/Char/SpecialCasing/LowerCaseMapping.hs, dist/build/Unicode/Internal/Char/SpecialCasing/LowerCaseMapping.o, dist/build/Unicode/Internal/Char/SpecialCasing/LowerCaseMapping.dyn_o )
[11 of 33] Compiling Unicode.Internal.Char.SpecialCasing.TitleCaseMapping ( lib/Unicode/Internal/Char/SpecialCasing/TitleCaseMapping.hs, dist/build/Unicode/Internal/Char/SpecialCasing/TitleCaseMapping.o, dist/build/Unicode/Internal/Char/SpecialCasing/TitleCaseMapping.dyn_o )
[12 of 33] Compiling Unicode.Internal.Char.SpecialCasing.UpperCaseMapping ( lib/Unicode/Internal/Char/SpecialCasing/UpperCaseMapping.hs, dist/build/Unicode/Internal/Char/SpecialCasing/UpperCaseMapping.o, dist/build/Unicode/Internal/Char/SpecialCasing/UpperCaseMapping.dyn_o )
[13 of 33] Compiling Unicode.Internal.Char.UnicodeData.CombiningClass ( lib/Unicode/Internal/Char/UnicodeData/CombiningClass.hs, dist/build/Unicode/Internal/Char/UnicodeData/CombiningClass.o, dist/build/Unicode/Internal/Char/UnicodeData/CombiningClass.dyn_o )
[14 of 33] Compiling Unicode.Internal.Char.UnicodeData.Compositions ( lib/Unicode/Internal/Char/UnicodeData/Compositions.hs, dist/build/Unicode/Internal/Char/UnicodeData/Compositions.o, dist/build/Unicode/Internal/Char/UnicodeData/Compositions.dyn_o )
[15 of 33] Compiling Unicode.Internal.Char.UnicodeData.Decomposable ( lib/Unicode/Internal/Char/UnicodeData/Decomposable.hs, dist/build/Unicode/Internal/Char/UnicodeData/Decomposable.o, dist/build/Unicode/Internal/Char/UnicodeData/Decomposable.dyn_o )
[16 of 33] Compiling Unicode.Internal.Char.UnicodeData.DecomposableK ( lib/Unicode/Internal/Char/UnicodeData/DecomposableK.hs, dist/build/Unicode/Internal/Char/UnicodeData/DecomposableK.o, dist/build/Unicode/Internal/Char/UnicodeData/DecomposableK.dyn_o )
[17 of 33] Compiling Unicode.Internal.Char.UnicodeData.Decompositions ( lib/Unicode/Internal/Char/UnicodeData/Decompositions.hs, dist/build/Unicode/Internal/Char/UnicodeData/Decompositions.o, dist/build/Unicode/Internal/Char/UnicodeData/Decompositions.dyn_o )
[18 of 33] Compiling Unicode.Internal.Char.UnicodeData.DecompositionsK2 ( lib/Unicode/Internal/Char/UnicodeData/DecompositionsK2.hs, dist/build/Unicode/Internal/Char/UnicodeData/DecompositionsK2.o, dist/build/Unicode/Internal/Char/UnicodeData/DecompositionsK2.dyn_o )
[19 of 33] Compiling Unicode.Internal.Char.UnicodeData.DecompositionsK ( lib/Unicode/Internal/Char/UnicodeData/DecompositionsK.hs, dist/build/Unicode/Internal/Char/UnicodeData/DecompositionsK.o, dist/build/Unicode/Internal/Char/UnicodeData/DecompositionsK.dyn_o )
[20 of 33] Compiling Unicode.Internal.Char.UnicodeData.GeneralCategory ( lib/Unicode/Internal/Char/UnicodeData/GeneralCategory.hs, dist/build/Unicode/Internal/Char/UnicodeData/GeneralCategory.o, dist/build/Unicode/Internal/Char/UnicodeData/GeneralCategory.dyn_o )
[21 of 33] Compiling Unicode.Char.Numeric.Compat ( lib/Unicode/Char/Numeric/Compat.hs, dist/build/Unicode/Char/Numeric/Compat.o, dist/build/Unicode/Char/Numeric/Compat.dyn_o )
[22 of 33] Compiling Unicode.Char.General.Compat ( lib/Unicode/Char/General/Compat.hs, dist/build/Unicode/Char/General/Compat.o, dist/build/Unicode/Char/General/Compat.dyn_o )
[23 of 33] Compiling Unicode.Internal.Char.UnicodeData.SimpleLowerCaseMapping ( lib/Unicode/Internal/Char/UnicodeData/SimpleLowerCaseMapping.hs, dist/build/Unicode/Internal/Char/UnicodeData/SimpleLowerCaseMapping.o, dist/build/Unicode/Internal/Char/UnicodeData/SimpleLowerCaseMapping.dyn_o )
[24 of 33] Compiling Unicode.Internal.Char.UnicodeData.SimpleTitleCaseMapping ( lib/Unicode/Internal/Char/UnicodeData/SimpleTitleCaseMapping.hs, dist/build/Unicode/Internal/Char/UnicodeData/SimpleTitleCaseMapping.o, dist/build/Unicode/Internal/Char/UnicodeData/SimpleTitleCaseMapping.dyn_o )
[25 of 33] Compiling Unicode.Internal.Char.UnicodeData.SimpleUpperCaseMapping ( lib/Unicode/Internal/Char/UnicodeData/SimpleUpperCaseMapping.hs, dist/build/Unicode/Internal/Char/UnicodeData/SimpleUpperCaseMapping.o, dist/build/Unicode/Internal/Char/UnicodeData/SimpleUpperCaseMapping.dyn_o )
[26 of 33] Compiling Unicode.Char.Case.Compat ( lib/Unicode/Char/Case/Compat.hs, dist/build/Unicode/Char/Case/Compat.o, dist/build/Unicode/Char/Case/Compat.dyn_o )
[27 of 33] Compiling Unicode.Internal.Char.Version ( lib/Unicode/Internal/Char/Version.hs, dist/build/Unicode/Internal/Char/Version.o, dist/build/Unicode/Internal/Char/Version.dyn_o )
[28 of 33] Compiling Unicode.Internal.Division ( lib/Unicode/Internal/Division.hs, dist/build/Unicode/Internal/Division.o, dist/build/Unicode/Internal/Division.dyn_o )
[29 of 33] Compiling Unicode.Char.General ( lib/Unicode/Char/General.hs, dist/build/Unicode/Char/General.o, dist/build/Unicode/Char/General.dyn_o )
[30 of 33] Compiling Unicode.Char.Normalization ( lib/Unicode/Char/Normalization.hs, dist/build/Unicode/Char/Normalization.o, dist/build/Unicode/Char/Normalization.dyn_o )
[31 of 33] Compiling Unicode.Internal.Unfold ( lib/Unicode/Internal/Unfold.hs, dist/build/Unicode/Internal/Unfold.o, dist/build/Unicode/Internal/Unfold.dyn_o )
[32 of 33] Compiling Unicode.Char.Case ( lib/Unicode/Char/Case.hs, dist/build/Unicode/Char/Case.o, dist/build/Unicode/Char/Case.dyn_o )
[33 of 33] Compiling Unicode.Char ( lib/Unicode/Char.hs, dist/build/Unicode/Char.o, dist/build/Unicode/Char.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2400495/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/unicode-data-0.6.0-22abe247ac12dbd3d05372d00f27ef8b1ed9b59ad74b2ad5426d8d1ded82aeb1/lib
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 )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2400495/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/contravariant-1.5.5-83f34103027180b3f225e18879c182b45e78fed65971cf2df009a5e0cc490066/lib
Configuring hashable-1.5.0.0...
Preprocessing library for hashable-1.5.0.0..
Building library for hashable-1.5.0.0..
[ 1 of 10] Compiling Data.Hashable.FFI ( src/Data/Hashable/FFI.hs, dist/build/Data/Hashable/FFI.o, dist/build/Data/Hashable/FFI.dyn_o )
[ 2 of 10] Compiling Data.Hashable.Imports ( src/Data/Hashable/Imports.hs, dist/build/Data/Hashable/Imports.o, dist/build/Data/Hashable/Imports.dyn_o )
[ 3 of 10] Compiling Data.Hashable.Mix ( src/Data/Hashable/Mix.hs, dist/build/Data/Hashable/Mix.o, dist/build/Data/Hashable/Mix.dyn_o )
[ 4 of 10] Compiling Data.Hashable.XXH3 ( src/Data/Hashable/XXH3.hs, dist/build/Data/Hashable/XXH3.o, dist/build/Data/Hashable/XXH3.dyn_o )
[ 5 of 10] Compiling Data.Hashable.LowLevel ( src/Data/Hashable/LowLevel.hs, dist/build/Data/Hashable/LowLevel.o, dist/build/Data/Hashable/LowLevel.dyn_o )
[ 6 of 10] Compiling Data.Hashable.Class ( src/Data/Hashable/Class.hs, dist/build/Data/Hashable/Class.o, dist/build/Data/Hashable/Class.dyn_o )
[ 7 of 10] Compiling Data.Hashable.Lifted ( src/Data/Hashable/Lifted.hs, dist/build/Data/Hashable/Lifted.o, dist/build/Data/Hashable/Lifted.dyn_o )
[ 8 of 10] Compiling Data.Hashable.Generic.Instances ( src/Data/Hashable/Generic/Instances.hs, dist/build/Data/Hashable/Generic/Instances.o, dist/build/Data/Hashable/Generic/Instances.dyn_o )
src/Data/Hashable/Generic/Instances.hs:5:14: warning: [GHC-19244] [-Wtrustworthy-safe]
Data.Hashable.Generic.Instances is marked as Trustworthy but has been inferred as safe!
|
5 | {-# LANGUAGE Trustworthy #-}
| ^^^^^^^^^^^
[ 9 of 10] Compiling Data.Hashable.Generic ( src/Data/Hashable/Generic.hs, dist/build/Data/Hashable/Generic.o, dist/build/Data/Hashable/Generic.dyn_o )
[10 of 10] Compiling Data.Hashable ( src/Data/Hashable.hs, dist/build/Data/Hashable.o, dist/build/Data/Hashable.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2400495/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/hashable-1.5.0.0-efb45a086b0710222c4002b9a13d79044e722f784809e4028b830f570c510ac8/lib
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 )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2400495/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/distributive-0.6.2.1-d9670ef2ca2876d71b793855c3650db6371677880e64a604b42924860cb29c0f/lib
Configuring network-uri-2.6.4.2...
Preprocessing library for network-uri-2.6.4.2..
Building library for network-uri-2.6.4.2..
[1 of 3] Compiling Network.URI ( Network/URI.hs, dist/build/Network/URI.o, dist/build/Network/URI.dyn_o )
Network/URI.hs:1131:12: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
1131 | if head (uriPath ref) == '/' then
| ^^^^
Network/URI.hs:1437:16: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
1437 | query = orNull tail . uriQuery
| ^^^^
Network/URI.hs:1441:19: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
1441 | fragment = orNull tail . uriFragment
| ^^^^
[2 of 3] Compiling Network.URI.Lens ( Network/URI/Lens.hs, dist/build/Network/URI/Lens.o, dist/build/Network/URI/Lens.dyn_o )
[3 of 3] Compiling Network.URI.Static ( Network/URI/Static.hs, dist/build/Network/URI/Static.o, dist/build/Network/URI/Static.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2400495/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/network-uri-2.6.4.2-413220b80e3912a29aee002f302b3dc5815f45c9262bf1c6065b9772bfb1ac9d/lib
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 )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2400495/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/transformers-base-0.4.6-d219777c06413700d2be728fef14833a373056d5effefae7498f3547312a787d/lib
Configuring deriving-compat-0.6.7...
Preprocessing library for deriving-compat-0.6.7..
Building library for deriving-compat-0.6.7..
[ 1 of 22] Compiling Data.Deriving.Internal ( src/Data/Deriving/Internal.hs, dist/build/Data/Deriving/Internal.o, dist/build/Data/Deriving/Internal.dyn_o )
[ 2 of 22] Compiling Data.Bounded.Deriving.Internal ( src/Data/Bounded/Deriving/Internal.hs, dist/build/Data/Bounded/Deriving/Internal.o, dist/build/Data/Bounded/Deriving/Internal.dyn_o )
[ 3 of 22] Compiling Data.Bounded.Deriving ( src/Data/Bounded/Deriving.hs, dist/build/Data/Bounded/Deriving.o, dist/build/Data/Bounded/Deriving.dyn_o )
[ 4 of 22] Compiling Data.Deriving.Via.Internal ( src/Data/Deriving/Via/Internal.hs, dist/build/Data/Deriving/Via/Internal.o, dist/build/Data/Deriving/Via/Internal.dyn_o )
[ 5 of 22] Compiling Data.Deriving.Via ( src/Data/Deriving/Via.hs, dist/build/Data/Deriving/Via.o, dist/build/Data/Deriving/Via.dyn_o )
[ 6 of 22] Compiling Data.Enum.Deriving.Internal ( src/Data/Enum/Deriving/Internal.hs, dist/build/Data/Enum/Deriving/Internal.o, dist/build/Data/Enum/Deriving/Internal.dyn_o )
[ 7 of 22] Compiling Data.Enum.Deriving ( src/Data/Enum/Deriving.hs, dist/build/Data/Enum/Deriving.o, dist/build/Data/Enum/Deriving.dyn_o )
[ 8 of 22] Compiling Data.Eq.Deriving.Internal ( src/Data/Eq/Deriving/Internal.hs, dist/build/Data/Eq/Deriving/Internal.o, dist/build/Data/Eq/Deriving/Internal.dyn_o )
[ 9 of 22] Compiling Data.Eq.Deriving ( src/Data/Eq/Deriving.hs, dist/build/Data/Eq/Deriving.o, dist/build/Data/Eq/Deriving.dyn_o )
[10 of 22] Compiling Data.Functor.Deriving.Internal ( src/Data/Functor/Deriving/Internal.hs, dist/build/Data/Functor/Deriving/Internal.o, dist/build/Data/Functor/Deriving/Internal.dyn_o )
[11 of 22] Compiling Data.Functor.Deriving ( src/Data/Functor/Deriving.hs, dist/build/Data/Functor/Deriving.o, dist/build/Data/Functor/Deriving.dyn_o )
[12 of 22] Compiling Data.Foldable.Deriving ( src/Data/Foldable/Deriving.hs, dist/build/Data/Foldable/Deriving.o, dist/build/Data/Foldable/Deriving.dyn_o )
[13 of 22] Compiling Data.Ix.Deriving.Internal ( src/Data/Ix/Deriving/Internal.hs, dist/build/Data/Ix/Deriving/Internal.o, dist/build/Data/Ix/Deriving/Internal.dyn_o )
[14 of 22] Compiling Data.Ix.Deriving ( src/Data/Ix/Deriving.hs, dist/build/Data/Ix/Deriving.o, dist/build/Data/Ix/Deriving.dyn_o )
[15 of 22] Compiling Data.Ord.Deriving.Internal ( src/Data/Ord/Deriving/Internal.hs, dist/build/Data/Ord/Deriving/Internal.o, dist/build/Data/Ord/Deriving/Internal.dyn_o )
[16 of 22] Compiling Data.Ord.Deriving ( src/Data/Ord/Deriving.hs, dist/build/Data/Ord/Deriving.o, dist/build/Data/Ord/Deriving.dyn_o )
[17 of 22] Compiling Data.Traversable.Deriving ( src/Data/Traversable/Deriving.hs, dist/build/Data/Traversable/Deriving.o, dist/build/Data/Traversable/Deriving.dyn_o )
[18 of 22] Compiling Text.Read.Deriving.Internal ( src/Text/Read/Deriving/Internal.hs, dist/build/Text/Read/Deriving/Internal.o, dist/build/Text/Read/Deriving/Internal.dyn_o )
[19 of 22] Compiling Text.Read.Deriving ( src/Text/Read/Deriving.hs, dist/build/Text/Read/Deriving.o, dist/build/Text/Read/Deriving.dyn_o )
[20 of 22] Compiling Text.Show.Deriving.Internal ( src/Text/Show/Deriving/Internal.hs, dist/build/Text/Show/Deriving/Internal.o, dist/build/Text/Show/Deriving/Internal.dyn_o )
[21 of 22] Compiling Text.Show.Deriving ( src/Text/Show/Deriving.hs, dist/build/Text/Show/Deriving.o, dist/build/Text/Show/Deriving.dyn_o )
[22 of 22] Compiling Data.Deriving ( src/Data/Deriving.hs, dist/build/Data/Deriving.o, dist/build/Data/Deriving.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2400495/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/deriving-compat-0.6.7-b0ca27cdd8b8bbea2a00816df24774861373c5974f1d3a0fe8ae37aa355edba2/lib
Configuring unicode-transforms-0.4.0.1...
Preprocessing library for unicode-transforms-0.4.0.1..
Building library for unicode-transforms-0.4.0.1..
[1 of 4] Compiling Data.Unicode.Internal.NormalizeStream ( Data/Unicode/Internal/NormalizeStream.hs, dist/build/Data/Unicode/Internal/NormalizeStream.o, dist/build/Data/Unicode/Internal/NormalizeStream.dyn_o )
[2 of 4] Compiling Data.Unicode.Types ( Data/Unicode/Types.hs, dist/build/Data/Unicode/Types.o, dist/build/Data/Unicode/Types.dyn_o )
[3 of 4] Compiling Data.Text.Normalize ( Data/Text/Normalize.hs, dist/build/Data/Text/Normalize.o, dist/build/Data/Text/Normalize.dyn_o )
[4 of 4] Compiling Data.ByteString.UTF8.Normalize ( Data/ByteString/UTF8/Normalize.hs, dist/build/Data/ByteString/UTF8/Normalize.o, dist/build/Data/ByteString/UTF8/Normalize.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2400495/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/unicode-transforms-0.4.0.1-ef85c651b63e23304c6f57e176690af9b8cdc4a305f0a415fb20e61cd64184af/lib
Configuring unordered-containers-0.2.20...
Preprocessing library for unordered-containers-0.2.20..
Building library for unordered-containers-0.2.20..
Data/HashMap/Internal.hs:12:14-23: warning: [GHC-53692] [-Wdeprecated-flags]
-XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead
|
12 | {-# LANGUAGE TypeInType #-}
| ^^^^^^^^^^
[1 of 9] Compiling Data.HashMap.Internal.Array ( Data/HashMap/Internal/Array.hs, dist/build/Data/HashMap/Internal/Array.o, dist/build/Data/HashMap/Internal/Array.dyn_o )
Data/HashMap/Internal/Array.hs:83:1-35: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
83 | import Control.Applicative (liftA2)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 9] Compiling Data.HashMap.Internal.List ( Data/HashMap/Internal/List.hs, dist/build/Data/HashMap/Internal/List.o, dist/build/Data/HashMap/Internal/List.dyn_o )
[3 of 9] Compiling Data.HashMap.Internal ( Data/HashMap/Internal.hs, dist/build/Data/HashMap/Internal.o, dist/build/Data/HashMap/Internal.dyn_o )
[4 of 9] Compiling Data.HashMap.Internal.Debug ( Data/HashMap/Internal/Debug.hs, dist/build/Data/HashMap/Internal/Debug.o, dist/build/Data/HashMap/Internal/Debug.dyn_o )
[5 of 9] Compiling Data.HashMap.Internal.Strict ( Data/HashMap/Internal/Strict.hs, dist/build/Data/HashMap/Internal/Strict.o, dist/build/Data/HashMap/Internal/Strict.dyn_o )
[6 of 9] Compiling Data.HashSet.Internal ( Data/HashSet/Internal.hs, dist/build/Data/HashSet/Internal.o, dist/build/Data/HashSet/Internal.dyn_o )
[7 of 9] Compiling Data.HashSet ( Data/HashSet.hs, dist/build/Data/HashSet.o, dist/build/Data/HashSet.dyn_o )
[8 of 9] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, dist/build/Data/HashMap/Strict.o, dist/build/Data/HashMap/Strict.dyn_o )
[9 of 9] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, dist/build/Data/HashMap/Lazy.o, dist/build/Data/HashMap/Lazy.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2400495/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/unordered-containers-0.2.20-678a7a27e2bcb166346297457edf8705341ef4f0e15ff06c9cd239efa96e4601/lib
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 )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2400495/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/comonad-5.0.9-70916b543994216392cca6cba56cb980854cff625d5d4c4ccc769b32f4ea6b3a/lib
Configuring commonmark-0.2.6.1...
Preprocessing library for commonmark-0.2.6.1..
Building library for commonmark-0.2.6.1..
[ 1 of 13] Compiling Commonmark.Tokens ( src/Commonmark/Tokens.hs, dist/build/Commonmark/Tokens.o, dist/build/Commonmark/Tokens.dyn_o )
[ 2 of 13] Compiling Commonmark.TokParsers ( src/Commonmark/TokParsers.hs, dist/build/Commonmark/TokParsers.o, dist/build/Commonmark/TokParsers.dyn_o )
[ 3 of 13] Compiling Commonmark.Tag ( src/Commonmark/Tag.hs, dist/build/Commonmark/Tag.o, dist/build/Commonmark/Tag.dyn_o )
[ 4 of 13] Compiling Commonmark.Entity ( src/Commonmark/Entity.hs, dist/build/Commonmark/Entity.o, dist/build/Commonmark/Entity.dyn_o )
[ 5 of 13] Compiling Commonmark.Types ( src/Commonmark/Types.hs, dist/build/Commonmark/Types.o, dist/build/Commonmark/Types.dyn_o )
[ 6 of 13] Compiling Commonmark.SourceMap ( src/Commonmark/SourceMap.hs, dist/build/Commonmark/SourceMap.o, dist/build/Commonmark/SourceMap.dyn_o )
[ 7 of 13] Compiling Commonmark.ReferenceMap ( src/Commonmark/ReferenceMap.hs, dist/build/Commonmark/ReferenceMap.o, dist/build/Commonmark/ReferenceMap.dyn_o )
[ 8 of 13] Compiling Commonmark.Inlines ( src/Commonmark/Inlines.hs, dist/build/Commonmark/Inlines.o, dist/build/Commonmark/Inlines.dyn_o )
[ 9 of 13] Compiling Commonmark.Html ( src/Commonmark/Html.hs, dist/build/Commonmark/Html.o, dist/build/Commonmark/Html.dyn_o )
[10 of 13] Compiling Commonmark.Blocks ( src/Commonmark/Blocks.hs, dist/build/Commonmark/Blocks.o, dist/build/Commonmark/Blocks.dyn_o )
[11 of 13] Compiling Commonmark.Syntax ( src/Commonmark/Syntax.hs, dist/build/Commonmark/Syntax.o, dist/build/Commonmark/Syntax.dyn_o )
[12 of 13] Compiling Commonmark.Parser ( src/Commonmark/Parser.hs, dist/build/Commonmark/Parser.o, dist/build/Commonmark/Parser.dyn_o )
[13 of 13] Compiling Commonmark ( src/Commonmark.hs, dist/build/Commonmark.o, dist/build/Commonmark.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2400495/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/commonmark-0.2.6.1-8038e564a65b58cd1ef798252a702abc14a68c908a5276dc75ad184e3b0cdf2c/lib
Configuring bifunctors-5.6.2...
Preprocessing library for bifunctors-5.6.2..
Building library for bifunctors-5.6.2..
[ 1 of 15] Compiling Data.Biapplicative ( src/Data/Biapplicative.hs, dist/build/Data/Biapplicative.o, dist/build/Data/Biapplicative.dyn_o )
[ 2 of 15] Compiling Data.Bifunctor.Biap ( src/Data/Bifunctor/Biap.hs, dist/build/Data/Bifunctor/Biap.o, dist/build/Data/Bifunctor/Biap.dyn_o )
[ 3 of 15] Compiling Data.Bifunctor.Biff ( src/Data/Bifunctor/Biff.hs, dist/build/Data/Bifunctor/Biff.o, dist/build/Data/Bifunctor/Biff.dyn_o )
[ 4 of 15] Compiling Data.Bifunctor.Clown ( src/Data/Bifunctor/Clown.hs, dist/build/Data/Bifunctor/Clown.o, dist/build/Data/Bifunctor/Clown.dyn_o )
[ 5 of 15] Compiling Data.Bifunctor.Fix ( src/Data/Bifunctor/Fix.hs, dist/build/Data/Bifunctor/Fix.o, dist/build/Data/Bifunctor/Fix.dyn_o )
[ 6 of 15] Compiling Data.Bifunctor.Functor ( src/Data/Bifunctor/Functor.hs, dist/build/Data/Bifunctor/Functor.o, dist/build/Data/Bifunctor/Functor.dyn_o )
[ 7 of 15] Compiling Data.Bifunctor.Flip ( src/Data/Bifunctor/Flip.hs, dist/build/Data/Bifunctor/Flip.o, dist/build/Data/Bifunctor/Flip.dyn_o )
[ 8 of 15] Compiling Data.Bifunctor.Join ( src/Data/Bifunctor/Join.hs, dist/build/Data/Bifunctor/Join.o, dist/build/Data/Bifunctor/Join.dyn_o )
[ 9 of 15] Compiling Data.Bifunctor.Joker ( src/Data/Bifunctor/Joker.hs, dist/build/Data/Bifunctor/Joker.o, dist/build/Data/Bifunctor/Joker.dyn_o )
[10 of 15] Compiling Data.Bifunctor.Product ( src/Data/Bifunctor/Product.hs, dist/build/Data/Bifunctor/Product.o, dist/build/Data/Bifunctor/Product.dyn_o )
[11 of 15] Compiling Data.Bifunctor.Sum ( src/Data/Bifunctor/Sum.hs, dist/build/Data/Bifunctor/Sum.o, dist/build/Data/Bifunctor/Sum.dyn_o )
[12 of 15] Compiling Data.Bifunctor.TH.Internal ( src/Data/Bifunctor/TH/Internal.hs, dist/build/Data/Bifunctor/TH/Internal.o, dist/build/Data/Bifunctor/TH/Internal.dyn_o )
[13 of 15] Compiling Data.Bifunctor.TH ( src/Data/Bifunctor/TH.hs, dist/build/Data/Bifunctor/TH.o, dist/build/Data/Bifunctor/TH.dyn_o )
[14 of 15] Compiling Data.Bifunctor.Tannen ( src/Data/Bifunctor/Tannen.hs, dist/build/Data/Bifunctor/Tannen.o, dist/build/Data/Bifunctor/Tannen.dyn_o )
[15 of 15] Compiling Data.Bifunctor.Wrapped ( src/Data/Bifunctor/Wrapped.hs, dist/build/Data/Bifunctor/Wrapped.o, dist/build/Data/Bifunctor/Wrapped.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2400495/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/bifunctors-5.6.2-045c07bd9986ee46201d784603df50a22e5c572720adb06c062248e15f7f4529/lib
Configuring commonmark-extensions-0.2.6...
Preprocessing library for commonmark-extensions-0.2.6..
Building library for commonmark-extensions-0.2.6..
[ 1 of 20] Compiling Commonmark.Extensions.Alerts ( src/Commonmark/Extensions/Alerts.hs, dist/build/Commonmark/Extensions/Alerts.o, dist/build/Commonmark/Extensions/Alerts.dyn_o )
[ 2 of 20] Compiling Commonmark.Extensions.Attributes ( src/Commonmark/Extensions/Attributes.hs, dist/build/Commonmark/Extensions/Attributes.o, dist/build/Commonmark/Extensions/Attributes.dyn_o )
[ 3 of 20] Compiling Commonmark.Extensions.AutoIdentifiers ( src/Commonmark/Extensions/AutoIdentifiers.hs, dist/build/Commonmark/Extensions/AutoIdentifiers.o, dist/build/Commonmark/Extensions/AutoIdentifiers.dyn_o )
[ 4 of 20] Compiling Commonmark.Extensions.Autolink ( src/Commonmark/Extensions/Autolink.hs, dist/build/Commonmark/Extensions/Autolink.o, dist/build/Commonmark/Extensions/Autolink.dyn_o )
[ 5 of 20] Compiling Commonmark.Extensions.DefinitionList ( src/Commonmark/Extensions/DefinitionList.hs, dist/build/Commonmark/Extensions/DefinitionList.o, dist/build/Commonmark/Extensions/DefinitionList.dyn_o )
[ 6 of 20] Compiling Commonmark.Extensions.Emoji ( src/Commonmark/Extensions/Emoji.hs, dist/build/Commonmark/Extensions/Emoji.o, dist/build/Commonmark/Extensions/Emoji.dyn_o )
[ 7 of 20] Compiling Commonmark.Extensions.FancyList ( src/Commonmark/Extensions/FancyList.hs, dist/build/Commonmark/Extensions/FancyList.o, dist/build/Commonmark/Extensions/FancyList.dyn_o )
[ 8 of 20] Compiling Commonmark.Extensions.Footnote ( src/Commonmark/Extensions/Footnote.hs, dist/build/Commonmark/Extensions/Footnote.o, dist/build/Commonmark/Extensions/Footnote.dyn_o )
[ 9 of 20] Compiling Commonmark.Extensions.HardLineBreaks ( src/Commonmark/Extensions/HardLineBreaks.hs, dist/build/Commonmark/Extensions/HardLineBreaks.o, dist/build/Commonmark/Extensions/HardLineBreaks.dyn_o )
[10 of 20] Compiling Commonmark.Extensions.ImplicitHeadingReferences ( src/Commonmark/Extensions/ImplicitHeadingReferences.hs, dist/build/Commonmark/Extensions/ImplicitHeadingReferences.o, dist/build/Commonmark/Extensions/ImplicitHeadingReferences.dyn_o )
[11 of 20] Compiling Commonmark.Extensions.Math ( src/Commonmark/Extensions/Math.hs, dist/build/Commonmark/Extensions/Math.o, dist/build/Commonmark/Extensions/Math.dyn_o )
[12 of 20] Compiling Commonmark.Extensions.PipeTable ( src/Commonmark/Extensions/PipeTable.hs, dist/build/Commonmark/Extensions/PipeTable.o, dist/build/Commonmark/Extensions/PipeTable.dyn_o )
[13 of 20] Compiling Commonmark.Extensions.RebaseRelativePaths ( src/Commonmark/Extensions/RebaseRelativePaths.hs, dist/build/Commonmark/Extensions/RebaseRelativePaths.o, dist/build/Commonmark/Extensions/RebaseRelativePaths.dyn_o )
[14 of 20] Compiling Commonmark.Extensions.Smart ( src/Commonmark/Extensions/Smart.hs, dist/build/Commonmark/Extensions/Smart.o, dist/build/Commonmark/Extensions/Smart.dyn_o )
[15 of 20] Compiling Commonmark.Extensions.Strikethrough ( src/Commonmark/Extensions/Strikethrough.hs, dist/build/Commonmark/Extensions/Strikethrough.o, dist/build/Commonmark/Extensions/Strikethrough.dyn_o )
[16 of 20] Compiling Commonmark.Extensions.Subscript ( src/Commonmark/Extensions/Subscript.hs, dist/build/Commonmark/Extensions/Subscript.o, dist/build/Commonmark/Extensions/Subscript.dyn_o )
[17 of 20] Compiling Commonmark.Extensions.Superscript ( src/Commonmark/Extensions/Superscript.hs, dist/build/Commonmark/Extensions/Superscript.o, dist/build/Commonmark/Extensions/Superscript.dyn_o )
[18 of 20] Compiling Commonmark.Extensions.TaskList ( src/Commonmark/Extensions/TaskList.hs, dist/build/Commonmark/Extensions/TaskList.o, dist/build/Commonmark/Extensions/TaskList.dyn_o )
[19 of 20] Compiling Commonmark.Extensions.Wikilinks ( src/Commonmark/Extensions/Wikilinks.hs, dist/build/Commonmark/Extensions/Wikilinks.o, dist/build/Commonmark/Extensions/Wikilinks.dyn_o )
[20 of 20] Compiling Commonmark.Extensions ( src/Commonmark/Extensions.hs, dist/build/Commonmark/Extensions.o, dist/build/Commonmark/Extensions.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2400495/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/commonmark-extensions-0.2.6-ef98d0b9d4b2626ada5a0f7fa54bcfaace275b6bf56860fa72bf40c5eae81ed1/lib
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 )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2400495/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/semigroupoids-6.0.1-c733356fc916aa1e3fc0620b91157bb6cd59b78e47eb72bd21bf5e4cd2687293/lib
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 )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2400495/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/profunctors-5.6.3-7d71c49b5ab74562f467186df110b469d1fb58df8cde770d604a9cdfbc9ca617/lib
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 )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2400495/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/free-5.2-777974ebb3de1a0041f6bf5686ab853d239d554471b404a844ca741feb5fdea1/lib
Configuring commonmark-initial-0.1.0.0...
Preprocessing library for commonmark-initial-0.1.0.0..
Building library for commonmark-initial-0.1.0.0..
[1 of 1] Compiling Commonmark.Initial ( src/Commonmark/Initial.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/commonmark-initial-0.1.0.0/noopt/build/Commonmark/Initial.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/commonmark-initial-0.1.0.0/noopt/build/Commonmark/Initial.dyn_o )
Preprocessing test suite 'commonmark-initial-test' for commonmark-initial-0.1.0.0..
Building test suite 'commonmark-initial-test' for commonmark-initial-0.1.0.0..
[1 of 2] Compiling Commonmark.InitialTest ( test/Commonmark/InitialTest.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/commonmark-initial-0.1.0.0/noopt/build/commonmark-initial-test/commonmark-initial-test-tmp/Commonmark/InitialTest.o )
[2 of 2] Compiling Main ( test/Main.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/commonmark-initial-0.1.0.0/noopt/build/commonmark-initial-test/commonmark-initial-test-tmp/Main.o )
[3 of 3] Linking /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/commonmark-initial-0.1.0.0/noopt/build/commonmark-initial-test/commonmark-initial-test
Running 1 test suites...
Test suite commonmark-initial-test: RUNNING...
Test suite commonmark-initial-test: PASS
Test suite logged to:
/var/lib/hackage-doc-builder/build-cache/tmp-install/reports/commonmark-initial-0.1.0.0.test
Writing: commonmark-initial-0.1.0.0-inplace/Commonmark.Initial.hs.html
Writing: hpc_index.html
Writing: hpc_index_fun.html
Writing: hpc_index_alt.html
Writing: hpc_index_exp.html
Test coverage report written to
/var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/commonmark-initial-0.1.0.0/noopt/hpc/vanilla/html/commonmark-initial-test/hpc_index.html
1 of 1 test suites (1 of 1 test cases) passed.
Writing: commonmark-initial-0.1.0.0-inplace/Commonmark.Initial.hs.html
Writing: hpc_index.html
Writing: hpc_index_fun.html
Writing: hpc_index_alt.html
Writing: hpc_index_exp.html
Package coverage report written to
/var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/commonmark-initial-0.1.0.0/noopt/hpc/vanilla/html/commonmark-initial-0.1.0.0/hpc_index.html