[all reports]
Package |
data-effects-core-0.4.1.0 |
Install |
InstallOk |
Docs |
Ok |
Tests |
Ok |
Time submitted |
2025-05-13 09:00:23.358363673 UTC
|
Compiler |
ghc-9.8.4 |
OS |
linux |
Arch |
x86_64 |
Dependencies |
base-4.19.2.0, free-5.2, kan-extensions-5.2.6, mtl-2.3.1, primitive-0.9.1.0, unliftio-0.2.25.1 |
Flags |
none
|
Code Coverage
expressions | 7% (40/564) |
boolean | guards | 0% (0/4) |
conditions | 11% (1/9) |
qualifiers | 100% (0/0) |
alternatives | 5% (2/36) |
local declarations | 20% (1/5) |
top-level declarations | 6% (13/202) |
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 /home/bgamari/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 /home/bgamari/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 /home/bgamari/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 /home/bgamari/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 /home/bgamari/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 primitive-0.9.1.0...
Preprocessing library for primitive-0.9.1.0..
Building library for primitive-0.9.1.0..
[ 1 of 14] Compiling Data.Primitive.Internal.Read ( Data/Primitive/Internal/Read.hs, dist/build/Data/Primitive/Internal/Read.o, dist/build/Data/Primitive/Internal/Read.dyn_o )
[ 2 of 14] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, dist/build/Data/Primitive/MachDeps.o, dist/build/Data/Primitive/MachDeps.dyn_o )
[ 3 of 14] Compiling Data.Primitive.Internal.Operations ( Data/Primitive/Internal/Operations.hs, dist/build/Data/Primitive/Internal/Operations.o, dist/build/Data/Primitive/Internal/Operations.dyn_o )
[ 4 of 14] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, dist/build/Control/Monad/Primitive.o, dist/build/Control/Monad/Primitive.dyn_o )
[ 5 of 14] Compiling Data.Primitive.MVar ( Data/Primitive/MVar.hs, dist/build/Data/Primitive/MVar.o, dist/build/Data/Primitive/MVar.dyn_o )
[ 6 of 14] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, dist/build/Data/Primitive/Array.o, dist/build/Data/Primitive/Array.dyn_o )
[ 7 of 14] Compiling Data.Primitive.MutVar ( Data/Primitive/MutVar.hs, dist/build/Data/Primitive/MutVar.o, dist/build/Data/Primitive/MutVar.dyn_o )
[ 8 of 14] Compiling Data.Primitive.SmallArray ( Data/Primitive/SmallArray.hs, dist/build/Data/Primitive/SmallArray.o, dist/build/Data/Primitive/SmallArray.dyn_o )
[ 9 of 14] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, dist/build/Data/Primitive/Types.o, dist/build/Data/Primitive/Types.dyn_o )
[10 of 14] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, dist/build/Data/Primitive/ByteArray.o, dist/build/Data/Primitive/ByteArray.dyn_o )
[11 of 14] Compiling Data.Primitive.PrimArray ( Data/Primitive/PrimArray.hs, dist/build/Data/Primitive/PrimArray.o, dist/build/Data/Primitive/PrimArray.dyn_o )
[12 of 14] Compiling Data.Primitive.Ptr ( Data/Primitive/Ptr.hs, dist/build/Data/Primitive/Ptr.o, dist/build/Data/Primitive/Ptr.dyn_o )
[13 of 14] Compiling Data.Primitive ( Data/Primitive.hs, dist/build/Data/Primitive.o, dist/build/Data/Primitive.dyn_o )
[14 of 14] Compiling Data.Primitive.PrimVar ( Data/Primitive/PrimVar.hs, dist/build/Data/Primitive/PrimVar.o, dist/build/Data/Primitive/PrimVar.dyn_o )
Preprocessing library for primitive-0.9.1.0..
Running Haddock on library for primitive-0.9.1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 14] Compiling Data.Primitive.Internal.Read ( Data/Primitive/Internal/Read.hs, nothing )
[ 2 of 14] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, nothing )
[ 3 of 14] Compiling Data.Primitive.Internal.Operations ( Data/Primitive/Internal/Operations.hs, nothing )
[ 4 of 14] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, nothing )
[ 5 of 14] Compiling Data.Primitive.MVar ( Data/Primitive/MVar.hs, nothing )
[ 6 of 14] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, nothing )
[ 7 of 14] Compiling Data.Primitive.MutVar ( Data/Primitive/MutVar.hs, nothing )
[ 8 of 14] Compiling Data.Primitive.SmallArray ( Data/Primitive/SmallArray.hs, nothing )
[ 9 of 14] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, nothing )
[10 of 14] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, nothing )
[11 of 14] Compiling Data.Primitive.PrimArray ( Data/Primitive/PrimArray.hs, nothing )
[12 of 14] Compiling Data.Primitive.Ptr ( Data/Primitive/Ptr.hs, nothing )
[13 of 14] Compiling Data.Primitive ( Data/Primitive.hs, nothing )
[14 of 14] Compiling Data.Primitive.PrimVar ( Data/Primitive/PrimVar.hs, nothing )
Haddock coverage:
2% ( 1 / 35) in 'Data.Primitive.MachDeps'
Missing documentation for:
sIZEOF_CHAR (Data/Primitive/MachDeps.hs:68)
aLIGNMENT_CHAR (Data/Primitive/MachDeps.hs:69)
sIZEOF_INT (Data/Primitive/MachDeps.hs:71)
aLIGNMENT_INT (Data/Primitive/MachDeps.hs:72)
sIZEOF_WORD (Data/Primitive/MachDeps.hs:74)
aLIGNMENT_WORD (Data/Primitive/MachDeps.hs:75)
sIZEOF_DOUBLE (Data/Primitive/MachDeps.hs:77)
aLIGNMENT_DOUBLE (Data/Primitive/MachDeps.hs:78)
sIZEOF_FLOAT (Data/Primitive/MachDeps.hs:80)
aLIGNMENT_FLOAT (Data/Primitive/MachDeps.hs:81)
sIZEOF_PTR (Data/Primitive/MachDeps.hs:83)
aLIGNMENT_PTR (Data/Primitive/MachDeps.hs:84)
sIZEOF_FUNPTR (Data/Primitive/MachDeps.hs:86)
aLIGNMENT_FUNPTR (Data/Primitive/MachDeps.hs:87)
sIZEOF_STABLEPTR (Data/Primitive/MachDeps.hs:89)
aLIGNMENT_STABLEPTR (Data/Primitive/MachDeps.hs:90)
sIZEOF_INT8 (Data/Primitive/MachDeps.hs:92)
aLIGNMENT_INT8 (Data/Primitive/MachDeps.hs:93)
sIZEOF_WORD8 (Data/Primitive/MachDeps.hs:95)
aLIGNMENT_WORD8 (Data/Primitive/MachDeps.hs:96)
sIZEOF_INT16 (Data/Primitive/MachDeps.hs:98)
aLIGNMENT_INT16 (Data/Primitive/MachDeps.hs:99)
sIZEOF_WORD16 (Data/Primitive/MachDeps.hs:101)
aLIGNMENT_WORD16 (Data/Primitive/MachDeps.hs:102)
sIZEOF_INT32 (Data/Primitive/MachDeps.hs:104)
aLIGNMENT_INT32 (Data/Primitive/MachDeps.hs:105)
sIZEOF_WORD32 (Data/Primitive/MachDeps.hs:107)
aLIGNMENT_WORD32 (Data/Primitive/MachDeps.hs:108)
sIZEOF_INT64 (Data/Primitive/MachDeps.hs:110)
aLIGNMENT_INT64 (Data/Primitive/MachDeps.hs:111)
sIZEOF_WORD64 (Data/Primitive/MachDeps.hs:113)
aLIGNMENT_WORD64 (Data/Primitive/MachDeps.hs:114)
Word64_# (Data/Primitive/MachDeps.hs:117)
Int64_# (Data/Primitive/MachDeps.hs:118)
Warning: 'IO' is ambiguous. It is defined
* in GHC.Types
* in GHC.Types
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Types
Warning: 'ST' is ambiguous. It is defined
* in GHC.ST
* in GHC.ST
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.ST
89% ( 26 / 29) in 'Control.Monad.Primitive'
Missing documentation for:
unsafeInterleave (Control/Monad/Primitive.hs:408)
unsafeDupableInterleave (Control/Monad/Primitive.hs:409)
noDuplicate (Control/Monad/Primitive.hs:401)
Warning: 'MVar' is ambiguous. It is defined
* at Data/Primitive/MVar.hs:41:17
* at Data/Primitive/MVar.hs:41:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Primitive/MVar.hs:41:1
100% ( 11 / 11) in 'Data.Primitive.MVar'
Warning: 'Array' is ambiguous. It is defined
* at Data/Primitive/Array.hs:65:16
* at Data/Primitive/Array.hs:65:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Primitive/Array.hs:65:1
Warning: 'MutableArray' is ambiguous. It is defined
* at Data/Primitive/Array.hs:108:25
* at Data/Primitive/Array.hs:108:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Primitive/Array.hs:108:1
100% ( 27 / 27) in 'Data.Primitive.Array'
Warning: 'MutVar' is ambiguous. It is defined
* at Data/Primitive/MutVar.hs:44:19
* at Data/Primitive/MutVar.hs:44:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Primitive/MutVar.hs:44:1
Warning: 'IORef' is ambiguous. It is defined
* in GHC.IORef
* in GHC.IORef
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.IORef
Warning: 'STRef' is ambiguous. It is defined
* in GHC.STRef
* in GHC.STRef
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.STRef
100% ( 15 / 15) in 'Data.Primitive.MutVar'
Warning: 'SmallArray' is ambiguous. It is defined
* at Data/Primitive/SmallArray.hs:95:21
* at Data/Primitive/SmallArray.hs:95:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Primitive/SmallArray.hs:95:1
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
Warning: 'SmallMutableArray' is ambiguous. It is defined
* at Data/Primitive/SmallArray.hs:106:30
* at Data/Primitive/SmallArray.hs:106:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Primitive/SmallArray.hs:106:1
93% ( 27 / 29) in 'Data.Primitive.SmallArray'
Missing documentation for:
SmallArray (Data/Primitive/SmallArray.hs:95)
SmallMutableArray (Data/Primitive/SmallArray.hs:106)
100% ( 10 / 10) in 'Data.Primitive.Types'
Warning: 'MutableByteArray' is ambiguous. It is defined
* in Data.Array.Byte
* in Data.Array.Byte
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Array.Byte
Warning: 'ByteArray' is ambiguous. It is defined
* in Data.Array.Byte
* in Data.Array.Byte
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Array.Byte
98% ( 61 / 62) in 'Data.Primitive.ByteArray'
Missing documentation for:
createByteArray (Data/Primitive/ByteArray.hs:672)
Warning: 'PrimArray' is ambiguous. It is defined
* at Data/Primitive/PrimArray.hs:144:20
* at Data/Primitive/PrimArray.hs:144:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Primitive/PrimArray.hs:144:1
Warning: 'MutablePrimArray' is ambiguous. It is defined
* at Data/Primitive/PrimArray.hs:167:29
* at Data/Primitive/PrimArray.hs:167:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Primitive/PrimArray.hs:167:1
Warning: 'ByteArray' is ambiguous. It is defined
* in Data.Array.Byte
* in Data.Array.Byte
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Array.Byte
100% ( 78 / 78) in 'Data.Primitive.PrimArray'
Warning: 'Ptr' is ambiguous. It is defined
* in GHC.Ptr
* in GHC.Ptr
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Ptr
100% ( 17 / 17) in 'Data.Primitive.Ptr'
100% ( 10 / 10) in 'Data.Primitive'
Warning: 'PrimVar' is ambiguous. It is defined
* at Data/Primitive/PrimVar.hs:49:23
* at Data/Primitive/PrimVar.hs:49:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Primitive/PrimVar.hs:49:1
Warning: 'MutablePrimArray' is ambiguous. It is defined
* at Data/Primitive/PrimArray.hs:167:29
* at Data/Primitive/PrimArray.hs:167:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Primitive/PrimArray.hs:167:1
100% ( 22 / 22) in 'Data.Primitive.PrimVar'
Warning: Control.Monad.Primitive: could not find link destinations for:
- Control.Monad.Primitive.D:R:PrimStateST
- Control.Monad.Primitive.D:R:PrimStateST0
- Control.Monad.Primitive.D:R:PrimStateRWST
- Control.Monad.Primitive.D:R:PrimStateWriterT
- Control.Monad.Primitive.D:R:PrimStateStateT
- Control.Monad.Primitive.D:R:PrimStateSelectT
- Control.Monad.Primitive.D:R:PrimStateAccumT
- Control.Monad.Primitive.D:R:PrimStateExceptT
- Control.Monad.Primitive.D:R:PrimStateRWST0
- Control.Monad.Primitive.D:R:PrimStateRWST1
- Control.Monad.Primitive.D:R:PrimStateWriterT0
- Control.Monad.Primitive.D:R:PrimStateWriterT1
- Control.Monad.Primitive.D:R:PrimStateStateT0
- Control.Monad.Primitive.D:R:PrimStateReaderT
- Control.Monad.Primitive.D:R:PrimStateMaybeT
- Control.Monad.Primitive.D:R:PrimStateIdentityT
- Control.Monad.Primitive.D:R:PrimStateContT
- Control.Monad.Primitive.D:R:PrimStateIO
Warning: Data.Primitive.Array: could not find link destinations for:
- Data.Primitive.Array.D:R:ItemArray
Warning: Data.Primitive.SmallArray: could not find link destinations for:
- Data.Primitive.SmallArray.D:R:ItemSmallArray
Warning: Data.Primitive.Types: could not find link destinations for:
- GHC.Generics.D:R:UReckPtrp0
- GHC.Generics.Rep_R:UReckPtrp
- GHC.Generics.Rep1_R:UReckPtrp
Warning: Data.Primitive.ByteArray: could not find link destinations for:
- Data.Array.Byte.D:R:ItemByteArray
Warning: Data.Primitive.PrimArray: could not find link destinations for:
- Data.Primitive.PrimArray.D:R:ItemPrimArray
Warning: Data.Primitive.Ptr: could not find link destinations for:
- GHC.Generics.D:R:UReckPtrp0
- GHC.Generics.Rep_R:UReckPtrp
- GHC.Generics.Rep1_R:UReckPtrp
Documentation created: dist/doc/html/primitive/,
dist/doc/html/primitive/primitive.txt
Installing library in /home/bgamari/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/primitive-0.9.1.0-FI4ablStFrKABDqEidp4iv
Completed primitive-0.9.1.0
Configuring safe-exceptions-0.1.7.4...
Preprocessing library for safe-exceptions-0.1.7.4..
Building library for safe-exceptions-0.1.7.4..
[1 of 1] Compiling Control.Exception.Safe ( src/Control/Exception/Safe.hs, dist/build/Control/Exception/Safe.o, dist/build/Control/Exception/Safe.dyn_o )
Preprocessing library for safe-exceptions-0.1.7.4..
Running Haddock on library for safe-exceptions-0.1.7.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Control.Exception.Safe ( src/Control/Exception/Safe.hs, nothing )
Haddock coverage:
Warning: 'StringException' is ambiguous. It is defined
* at src/Control/Exception/Safe.hs:193:24
* at src/Control/Exception/Safe.hs:193:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Exception/Safe.hs:193:1
Warning: 'AsyncExceptionWrapper' is ambiguous. It is defined
* at src/Control/Exception/Safe.hs:553:30
* at src/Control/Exception/Safe.hs:553:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Exception/Safe.hs:553:1
Warning: 'SyncExceptionWrapper' is ambiguous. It is defined
* at src/Control/Exception/Safe.hs:523:29
* at src/Control/Exception/Safe.hs:523:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Exception/Safe.hs:523:1
100% ( 66 / 66) in 'Control.Exception.Safe'
Warning: Control.Exception.Safe: could not find link destinations for:
- GHC.IOPort.IOPortException
Documentation created: dist/doc/html/safe-exceptions/,
dist/doc/html/safe-exceptions/safe-exceptions.txt
Installing library in /home/bgamari/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/safe-exceptions-0.1.7.4-HEELpJrHsBu7dCqXXORL1I
Completed safe-exceptions-0.1.7.4
Configuring semigroups-0.20...
Preprocessing library for semigroups-0.20..
Building library for semigroups-0.20..
[1 of 1] Compiling Data.Semigroup.Generic ( src/Data/Semigroup/Generic.hs, dist/build/Data/Semigroup/Generic.o, dist/build/Data/Semigroup/Generic.dyn_o )
Preprocessing library for semigroups-0.20..
Running Haddock on library for semigroups-0.20..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Semigroup.Generic ( src/Data/Semigroup/Generic.hs, nothing )
Haddock coverage:
Warning: 'GenericSemigroupMonoid' is ambiguous. It is defined
* at src/Data/Semigroup/Generic.hs:111:3
* at src/Data/Semigroup/Generic.hs:110:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Semigroup/Generic.hs:110:1
77% ( 7 / 9) in 'Data.Semigroup.Generic'
Missing documentation for:
GSemigroup (src/Data/Semigroup/Generic.hs:54)
GMonoid (src/Data/Semigroup/Generic.hs:84)
Warning: Data.Semigroup.Generic: could not find link destinations for:
- Data.Semigroup.Generic.gmempty'
- Data.Semigroup.Generic.gmappend'
Documentation created: dist/doc/html/semigroups/,
dist/doc/html/semigroups/semigroups.txt
Installing library in /home/bgamari/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/semigroups-0.20-FhfuFxVvP7ZBtA37SUthhH
Completed semigroups-0.20
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 /home/bgamari/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 /home/bgamari/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 /home/bgamari/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 unliftio-core-0.2.1.0...
Preprocessing library for unliftio-core-0.2.1.0..
Building library for unliftio-core-0.2.1.0..
[1 of 2] Compiling Control.Monad.IO.Unlift ( src/Control/Monad/IO/Unlift.hs, dist/build/Control/Monad/IO/Unlift.o, dist/build/Control/Monad/IO/Unlift.dyn_o )
[2 of 2] Compiling Paths_unliftio_core ( dist/build/autogen/Paths_unliftio_core.hs, dist/build/Paths_unliftio_core.o, dist/build/Paths_unliftio_core.dyn_o )
Preprocessing library for unliftio-core-0.2.1.0..
Running Haddock on library for unliftio-core-0.2.1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Control.Monad.IO.Unlift ( src/Control/Monad/IO/Unlift.hs, nothing )
[2 of 2] Compiling Paths_unliftio_core ( dist/build/autogen/Paths_unliftio_core.hs, nothing )
Haddock coverage:
Warning: 'ReaderT' is ambiguous. It is defined
* in Control.Monad.Trans.Reader
* in Control.Monad.Trans.Reader
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Monad.Trans.Reader
Warning: 'IdentityT' is ambiguous. It is defined
* in Control.Monad.Trans.Identity
* in Control.Monad.Trans.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Control.Monad.Trans.Identity
Warning: 'UnliftIO' is ambiguous. It is defined
* at src/Control/Monad/IO/Unlift.hs:27:22
* at src/Control/Monad/IO/Unlift.hs:27:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/IO/Unlift.hs:27:1
100% ( 10 / 10) in 'Control.Monad.IO.Unlift'
Documentation created: dist/doc/html/unliftio-core/,
dist/doc/html/unliftio-core/unliftio-core.txt
Installing library in /home/bgamari/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/unliftio-core-0.2.1.0-4RRDZLCPaiuAoQNEd4e5m9
Completed unliftio-core-0.2.1.0
Configuring void-0.7.3...
Preprocessing library for void-0.7.3..
Building library for void-0.7.3..
[1 of 1] Compiling Data.Void.Unsafe ( src/Data/Void/Unsafe.hs, dist/build/Data/Void/Unsafe.o, dist/build/Data/Void/Unsafe.dyn_o )
Preprocessing library for void-0.7.3..
Running Haddock on library for void-0.7.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Void.Unsafe ( src/Data/Void/Unsafe.hs, nothing )
Haddock coverage:
100% ( 3 / 3) in 'Data.Void.Unsafe'
Documentation created: dist/doc/html/void/, dist/doc/html/void/void.txt
Installing library in /home/bgamari/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/void-0.7.3-F687xIBHTdI3hx1dnappcQ
Completed void-0.7.3
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 /home/bgamari/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 /home/bgamari/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 /home/bgamari/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 /home/bgamari/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 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 /home/bgamari/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 async-2.2.5...
Preprocessing library for async-2.2.5..
Building library for async-2.2.5..
[1 of 2] Compiling Control.Concurrent.Async.Internal ( Control/Concurrent/Async/Internal.hs, dist/build/Control/Concurrent/Async/Internal.o, dist/build/Control/Concurrent/Async/Internal.dyn_o )
Control/Concurrent/Async/Internal.hs:50:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Semigroup is redundant
except perhaps to import instances from Data.Semigroup
To import instances alone, use: import Data.Semigroup()
|
50 | import Data.Semigroup (Semigroup((<>)))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 2] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.hs, dist/build/Control/Concurrent/Async.o, dist/build/Control/Concurrent/Async.dyn_o )
Preprocessing library for async-2.2.5..
Running Haddock on library for async-2.2.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Control.Concurrent.Async.Internal ( Control/Concurrent/Async/Internal.hs, nothing )
Control/Concurrent/Async/Internal.hs:50:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Semigroup is redundant
except perhaps to import instances from Data.Semigroup
To import instances alone, use: import Data.Semigroup()
|
50 | import Data.Semigroup (Semigroup((<>)))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 2] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.hs, nothing )
Haddock coverage:
Warning: 'ThreadId' is ambiguous. It is defined
* in GHC.Conc.Sync
* in GHC.Conc.Sync
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Conc.Sync
Warning: 'Async' is ambiguous. It is defined
* at Control/Concurrent/Async/Internal.hs:69:16
* at Control/Concurrent/Async/Internal.hs:69:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Control/Concurrent/Async/Internal.hs:69:1
Warning: 'ExceptionInLinkedThread' is ambiguous. It is defined
* at Control/Concurrent/Async/Internal.hs:461:3
* at Control/Concurrent/Async/Internal.hs:460:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Control/Concurrent/Async/Internal.hs:460:1
Warning: 'AsyncCancelled' is ambiguous. It is defined
* at Control/Concurrent/Async/Internal.hs:274:23
* at Control/Concurrent/Async/Internal.hs:274:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Control/Concurrent/Async/Internal.hs:274:1
Warning: 'IO' is ambiguous. It is defined
* in GHC.Types
* in GHC.Types
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Types
86% ( 58 / 67) in 'Control.Concurrent.Async.Internal'
Missing documentation for:
asyncUsing (Control/Concurrent/Async/Internal.hs:124)
withAsyncUsing (Control/Concurrent/Async/Internal.hs:178)
ExceptionInLinkedThread (Control/Concurrent/Async/Internal.hs:460)
isCancel (Control/Concurrent/Async/Internal.hs:542)
concurrently' (Control/Concurrent/Async/Internal.hs:649)
catchAll (Control/Concurrent/Async/Internal.hs:858)
tryAll (Control/Concurrent/Async/Internal.hs:861)
rawForkIO (Control/Concurrent/Async/Internal.hs:868)
rawForkOn (Control/Concurrent/Async/Internal.hs:873)
Warning: 'forkIO' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Async' is ambiguous. It is defined
* at Control/Concurrent/Async/Internal.hs:69:16
* at Control/Concurrent/Async/Internal.hs:69:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Control/Concurrent/Async/Internal.hs:69:1
Warning: 'Concurrently' is ambiguous. It is defined
* at Control/Concurrent/Async/Internal.hs:775:26
* at Control/Concurrent/Async/Internal.hs:775:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Control/Concurrent/Async/Internal.hs:775:1
Warning: 'Alternative' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
98% ( 70 / 71) in 'Control.Concurrent.Async'
Missing documentation for:
ExceptionInLinkedThread (Control/Concurrent/Async/Internal.hs:460)
Documentation created: dist/doc/html/async/, dist/doc/html/async/async.txt
Installing library in /home/bgamari/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/async-2.2.5-2ZfTtvd9oUYLY6nMddkMC
Completed async-2.2.5
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 /home/bgamari/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/comonad-5.0.9-4TK9XQNRBF2DkssUp9SLRe
Completed comonad-5.0.9
Configuring unliftio-0.2.25.1...
Preprocessing library for unliftio-0.2.25.1..
Building library for unliftio-0.2.25.1..
[ 1 of 23] Compiling Paths_unliftio ( dist/build/autogen/Paths_unliftio.hs, dist/build/Paths_unliftio.o, dist/build/Paths_unliftio.dyn_o )
[ 2 of 23] Compiling UnliftIO.Chan ( src/UnliftIO/Chan.hs, dist/build/UnliftIO/Chan.o, dist/build/UnliftIO/Chan.dyn_o )
[ 3 of 23] Compiling UnliftIO.Directory ( src/UnliftIO/Directory.hs, dist/build/UnliftIO/Directory.o, dist/build/UnliftIO/Directory.dyn_o )
[ 4 of 23] Compiling UnliftIO.Environment ( src/UnliftIO/Environment.hs, dist/build/UnliftIO/Environment.o, dist/build/UnliftIO/Environment.dyn_o )
[ 5 of 23] Compiling UnliftIO.Exception ( src/UnliftIO/Exception.hs, dist/build/UnliftIO/Exception.o, dist/build/UnliftIO/Exception.dyn_o )
[ 6 of 23] Compiling UnliftIO.Exception.Lens ( src/UnliftIO/Exception/Lens.hs, dist/build/UnliftIO/Exception/Lens.o, dist/build/UnliftIO/Exception/Lens.dyn_o )
[ 7 of 23] Compiling UnliftIO.Foreign ( src/UnliftIO/Foreign.hs, dist/build/UnliftIO/Foreign.o, dist/build/UnliftIO/Foreign.dyn_o )
[ 8 of 23] Compiling UnliftIO.IO ( src/UnliftIO/IO.hs, dist/build/UnliftIO/IO.o, dist/build/UnliftIO/IO.dyn_o )
[ 9 of 23] Compiling UnliftIO.IORef ( src/UnliftIO/IORef.hs, dist/build/UnliftIO/IORef.o, dist/build/UnliftIO/IORef.dyn_o )
[10 of 23] Compiling UnliftIO.Internals.Async ( src/UnliftIO/Internals/Async.hs, dist/build/UnliftIO/Internals/Async.o, dist/build/UnliftIO/Internals/Async.dyn_o )
[11 of 23] Compiling UnliftIO.Async ( src/UnliftIO/Async.hs, dist/build/UnliftIO/Async.o, dist/build/UnliftIO/Async.dyn_o )
[12 of 23] Compiling UnliftIO.MVar ( src/UnliftIO/MVar.hs, dist/build/UnliftIO/MVar.o, dist/build/UnliftIO/MVar.dyn_o )
[13 of 23] Compiling UnliftIO.IO.File.Posix ( src/UnliftIO/IO/File/Posix.hs, dist/build/UnliftIO/IO/File/Posix.o, dist/build/UnliftIO/IO/File/Posix.dyn_o )
[14 of 23] Compiling UnliftIO.IO.File ( src/UnliftIO/IO/File.hs, dist/build/UnliftIO/IO/File.o, dist/build/UnliftIO/IO/File.dyn_o )
[15 of 23] Compiling UnliftIO.Concurrent ( src/UnliftIO/Concurrent.hs, dist/build/UnliftIO/Concurrent.o, dist/build/UnliftIO/Concurrent.dyn_o )
[16 of 23] Compiling UnliftIO.Memoize ( src/UnliftIO/Memoize.hs, dist/build/UnliftIO/Memoize.o, dist/build/UnliftIO/Memoize.dyn_o )
[17 of 23] Compiling UnliftIO.Process ( src/UnliftIO/Process.hs, dist/build/UnliftIO/Process.o, dist/build/UnliftIO/Process.dyn_o )
[18 of 23] Compiling UnliftIO.QSem ( src/UnliftIO/QSem.hs, dist/build/UnliftIO/QSem.o, dist/build/UnliftIO/QSem.dyn_o )
[19 of 23] Compiling UnliftIO.QSemN ( src/UnliftIO/QSemN.hs, dist/build/UnliftIO/QSemN.o, dist/build/UnliftIO/QSemN.dyn_o )
[20 of 23] Compiling UnliftIO.STM ( src/UnliftIO/STM.hs, dist/build/UnliftIO/STM.o, dist/build/UnliftIO/STM.dyn_o )
[21 of 23] Compiling UnliftIO.Temporary ( src/UnliftIO/Temporary.hs, dist/build/UnliftIO/Temporary.o, dist/build/UnliftIO/Temporary.dyn_o )
[22 of 23] Compiling UnliftIO.Timeout ( src/UnliftIO/Timeout.hs, dist/build/UnliftIO/Timeout.o, dist/build/UnliftIO/Timeout.dyn_o )
[23 of 23] Compiling UnliftIO ( src/UnliftIO.hs, dist/build/UnliftIO.o, dist/build/UnliftIO.dyn_o )
Preprocessing library for unliftio-0.2.25.1..
Running Haddock on library for unliftio-0.2.25.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 23] Compiling Paths_unliftio ( dist/build/autogen/Paths_unliftio.hs, nothing )
[ 2 of 23] Compiling UnliftIO.Chan ( src/UnliftIO/Chan.hs, nothing )
[ 3 of 23] Compiling UnliftIO.Directory ( src/UnliftIO/Directory.hs, nothing )
[ 4 of 23] Compiling UnliftIO.Environment ( src/UnliftIO/Environment.hs, nothing )
[ 5 of 23] Compiling UnliftIO.Exception ( src/UnliftIO/Exception.hs, nothing )
[ 6 of 23] Compiling UnliftIO.Exception.Lens ( src/UnliftIO/Exception/Lens.hs, nothing )
[ 7 of 23] Compiling UnliftIO.Foreign ( src/UnliftIO/Foreign.hs, nothing )
[ 8 of 23] Compiling UnliftIO.IO ( src/UnliftIO/IO.hs, nothing )
[ 9 of 23] Compiling UnliftIO.IORef ( src/UnliftIO/IORef.hs, nothing )
[10 of 23] Compiling UnliftIO.Internals.Async ( src/UnliftIO/Internals/Async.hs, nothing )
[11 of 23] Compiling UnliftIO.Async ( src/UnliftIO/Async.hs, nothing )
[12 of 23] Compiling UnliftIO.MVar ( src/UnliftIO/MVar.hs, nothing )
[13 of 23] Compiling UnliftIO.IO.File.Posix ( src/UnliftIO/IO/File/Posix.hs, nothing )
[14 of 23] Compiling UnliftIO.IO.File ( src/UnliftIO/IO/File.hs, nothing )
[15 of 23] Compiling UnliftIO.Concurrent ( src/UnliftIO/Concurrent.hs, nothing )
[16 of 23] Compiling UnliftIO.Memoize ( src/UnliftIO/Memoize.hs, nothing )
[17 of 23] Compiling UnliftIO.Process ( src/UnliftIO/Process.hs, nothing )
[18 of 23] Compiling UnliftIO.QSem ( src/UnliftIO/QSem.hs, nothing )
[19 of 23] Compiling UnliftIO.QSemN ( src/UnliftIO/QSemN.hs, nothing )
[20 of 23] Compiling UnliftIO.STM ( src/UnliftIO/STM.hs, nothing )
[21 of 23] Compiling UnliftIO.Temporary ( src/UnliftIO/Temporary.hs, nothing )
[22 of 23] Compiling UnliftIO.Timeout ( src/UnliftIO/Timeout.hs, nothing )
[23 of 23] Compiling UnliftIO ( src/UnliftIO.hs, nothing )
Haddock coverage:
100% ( 8 / 8) in 'UnliftIO.Chan'
85% ( 60 / 70) in 'UnliftIO.Directory'
Missing documentation for:
Permissions
emptyPermissions
readable
writable
executable
searchable
setOwnerReadable
setOwnerWritable
setOwnerExecutable
setOwnerSearchable
100% ( 11 / 11) in 'UnliftIO.Environment'
Warning: 'SyncExceptionWrapper' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'AsyncExceptionWrapper' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'StringException' is ambiguous. It is defined
* at src/UnliftIO/Exception.hs:571:24
* at src/UnliftIO/Exception.hs:571:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/UnliftIO/Exception.hs:571:1
Warning: 'm' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 75 / 75) in 'UnliftIO.Exception'
Warning: 'MonadCatch' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 7 / 7) in 'UnliftIO.Exception.Lens'
64% (181 /282) in 'UnliftIO.Foreign'
Missing documentation for:
charIsRepresentable
eOK
e2BIG
eACCES
eADDRINUSE
eADDRNOTAVAIL
eADV
eAFNOSUPPORT
eAGAIN
eALREADY
eBADF
eBADMSG
eBADRPC
eBUSY
eCHILD
eCOMM
eCONNABORTED
eCONNREFUSED
eCONNRESET
eDEADLK
eDESTADDRREQ
eDIRTY
eDOM
eDQUOT
eEXIST
eFAULT
eFBIG
eFTYPE
eHOSTDOWN
eHOSTUNREACH
eIDRM
eILSEQ
eINPROGRESS
eINTR
eINVAL
eIO
eISCONN
eISDIR
eLOOP
eMFILE
eMLINK
eMSGSIZE
eMULTIHOP
eNAMETOOLONG
eNETDOWN
eNETRESET
eNETUNREACH
eNFILE
eNOBUFS
eNODATA
eNODEV
eNOENT
eNOEXEC
eNOLCK
eNOLINK
eNOMEM
eNOMSG
eNONET
eNOPROTOOPT
eNOSPC
eNOSR
eNOSTR
eNOSYS
eNOTBLK
eNOTCONN
eNOTDIR
eNOTEMPTY
eNOTSOCK
eNOTTY
eNXIO
eOPNOTSUPP
ePERM
ePFNOSUPPORT
ePIPE
ePROCLIM
ePROCUNAVAIL
ePROGMISMATCH
ePROGUNAVAIL
ePROTO
ePROTONOSUPPORT
ePROTOTYPE
eRANGE
eREMCHG
eREMOTE
eROFS
eRPCMISMATCH
eRREMOTE
eSHUTDOWN
eSOCKTNOSUPPORT
eSPIPE
eSRCH
eSRMNT
eSTALE
eTIME
eTIMEDOUT
eTOOMANYREFS
eTXTBSY
eUSERS
eWOULDBLOCK
eXDEV
FinalizerEnvPtr
90% ( 28 / 31) in 'UnliftIO.IO'
Missing documentation for:
stdin
stdout
stderr
100% ( 11 / 11) in 'UnliftIO.IORef'
Warning: 'Concurrently' is ambiguous. It is defined
* at src/UnliftIO/Internals/Async.hs:255:28
* at src/UnliftIO/Internals/Async.hs:255:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/UnliftIO/Internals/Async.hs:255:1
85% ( 65 / 76) in 'UnliftIO.Internals.Async'
Missing documentation for:
Module header
dlistConcat (src/UnliftIO/Internals/Async.hs:590)
dlistCons (src/UnliftIO/Internals/Async.hs:594)
dlistConcatAll (src/UnliftIO/Internals/Async.hs:598)
dlistToList (src/UnliftIO/Internals/Async.hs:602)
dlistSingleton (src/UnliftIO/Internals/Async.hs:606)
dlistEmpty (src/UnliftIO/Internals/Async.hs:610)
pooledMapConcurrentlyIO (src/UnliftIO/Internals/Async.hs:940)
pooledMapConcurrentlyIO' (src/UnliftIO/Internals/Async.hs:973)
pooledMapConcurrentlyIO_' (src/UnliftIO/Internals/Async.hs:987)
pooledMapConcurrentlyIO_ (src/UnliftIO/Internals/Async.hs:992)
100% ( 79 / 79) in 'UnliftIO.Async'
100% ( 19 / 19) in 'UnliftIO.MVar'
Warning: 'Fd' is ambiguous. It is defined
* in System.Posix.Types
* in System.Posix.Types
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in System.Posix.Types
Warning: 'DirFd' is ambiguous. It is defined
* at src/UnliftIO/IO/File/Posix.hs:131:17
* at src/UnliftIO/IO/File/Posix.hs:131:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/UnliftIO/IO/File/Posix.hs:131:1
100% ( 10 / 10) in 'UnliftIO.IO.File'
100% ( 34 / 34) in 'UnliftIO.Concurrent'
Warning: 'Memoized' is ambiguous. It is defined
* at src/UnliftIO/Memoize.hs:33:22
* at src/UnliftIO/Memoize.hs:33:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/UnliftIO/Memoize.hs:33:1
100% ( 5 / 5) in 'UnliftIO.Memoize'
90% ( 27 / 30) in 'UnliftIO.Process'
Missing documentation for:
CreateProcess
CmdSpec
StdStream
100% ( 6 / 6) in 'UnliftIO.QSem'
100% ( 6 / 6) in 'UnliftIO.QSemN'
100% ( 76 / 76) in 'UnliftIO.STM'
100% ( 5 / 5) in 'UnliftIO.Temporary'
100% ( 2 / 2) in 'UnliftIO.Timeout'
100% ( 14 / 14) in 'UnliftIO'
Warning: UnliftIO.Exception: could not find link destinations for:
- GHC.IOPort.IOPortException
Warning: UnliftIO.Exception.Lens: could not find link destinations for:
- UnliftIO.Exception.Lens.Getting
Warning: UnliftIO.Foreign: could not find link destinations for:
- GHC.Generics.D:R:UReckPtrp0
- GHC.Generics.Rep_R:UReckPtrp
- GHC.Generics.Rep1_R:UReckPtrp
- System.Posix.Files.Common.CTimeSpec
- System.Posix.Files.Common.CTimeVal
Warning: UnliftIO.Internals.Async: could not find link destinations for:
- UnliftIO.Internals.Async.Rep_ConcException
Warning: UnliftIO.Async: could not find link destinations for:
- UnliftIO.Internals.Async.Rep_ConcException
Warning: UnliftIO.Temporary: could not find link destinations for:
- UnliftIO.Temporary.getCanonicalTemporaryDirectory
Documentation created: dist/doc/html/unliftio/,
dist/doc/html/unliftio/unliftio.txt
Installing library in /home/bgamari/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/unliftio-0.2.25.1-9B4AqBVF6a8LgstPkGkcDO
Completed unliftio-0.2.25.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 /home/bgamari/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 /home/bgamari/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.2...
Preprocessing library for profunctors-5.6.2..
Building library for profunctors-5.6.2..
[ 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 )
src/Data/Profunctor/Rep.hs:199:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical return definition detected
in the instance declaration for Monad (Prep p).
return will eventually be removed in favour of pure
Suggested fix:
Either remove definition for return (recommended) or define as return = pure
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
199 | return a = Prep () $ tabulate $ const $ return a
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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.2..
Running Haddock on library for profunctors-5.6.2..
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 )
src/Data/Profunctor/Rep.hs:199:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
Noncanonical return definition detected
in the instance declaration for Monad (Prep p).
return will eventually be removed in favour of pure
Suggested fix:
Either remove definition for return (recommended) or define as return = pure
See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
199 | return a = Prep () $ tabulate $ const $ return a
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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:228:24
* at src/Data/Profunctor/Types.hs:228:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:228:1
Warning: 'Costar' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:131:24
* at src/Data/Profunctor/Types.hs:131:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:131:1
Warning: 'Star' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:72:22
* at src/Data/Profunctor/Types.hs:72:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:72: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:72:22
* at src/Data/Profunctor/Types.hs:72:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:72: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:429:29
* at src/Data/Profunctor/Choice.hs:429:1
You may be 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:429:1
Warning: 'CotambaraSum' is ambiguous. It is defined
* at src/Data/Profunctor/Choice.hs:385:5
* at src/Data/Profunctor/Choice.hs:384:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Choice.hs:384: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:131:24
* at src/Data/Profunctor/Types.hs:131:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:131: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:301)
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:144)
firstTraversing (src/Data/Profunctor/Traversing.hs:43)
secondTraversing (src/Data/Profunctor/Traversing.hs:46)
leftTraversing (src/Data/Profunctor/Traversing.hs:67)
rightTraversing (src/Data/Profunctor/Traversing.hs:70)
44% ( 4 / 9) in 'Data.Profunctor.Mapping'
Missing documentation for:
Mapping (src/Data/Profunctor/Mapping.hs:43)
CofreeMapping (src/Data/Profunctor/Mapping.hs:107)
wanderMapping (src/Data/Profunctor/Mapping.hs:99)
traverseMapping (src/Data/Profunctor/Mapping.hs:102)
closedMapping (src/Data/Profunctor/Mapping.hs:105)
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:43)
Cochoice (src/Data/Profunctor/Choice.hs:301)
Warning: 'Costar' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:131:24
* at src/Data/Profunctor/Types.hs:131:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:131:1
Warning: 'Star' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:72:22
* at src/Data/Profunctor/Types.hs:72:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:72: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:72:22
* at src/Data/Profunctor/Types.hs:72:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:72: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:222:22
* at src/Data/Profunctor/Rep.hs:222:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Rep.hs:222:1
Warning: 'Costar' is ambiguous. It is defined
* at src/Data/Profunctor/Types.hs:131:24
* at src/Data/Profunctor/Types.hs:131:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:131:1
70% ( 17 / 24) in 'Data.Profunctor.Rep'
Missing documentation for:
prepAdj (src/Data/Profunctor/Rep.hs:204)
unprepAdj (src/Data/Profunctor/Rep.hs:207)
prepUnit (src/Data/Profunctor/Rep.hs:210)
prepCounit (src/Data/Profunctor/Rep.hs:213)
uncoprepAdj (src/Data/Profunctor/Rep.hs:238)
coprepUnit (src/Data/Profunctor/Rep.hs:241)
coprepCounit (src/Data/Profunctor/Rep.hs:244)
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:72:22
* at src/Data/Profunctor/Types.hs:72:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:72: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:131:24
* at src/Data/Profunctor/Types.hs:131:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Profunctor/Types.hs:131: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 /home/bgamari/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/profunctors-5.6.2-66r42QhEfMcENCrPuZPFHG
Completed profunctors-5.6.2
Configuring invariant-0.6.4...
Preprocessing library for invariant-0.6.4..
Building library for invariant-0.6.4..
[1 of 4] Compiling Data.Functor.Invariant ( src/Data/Functor/Invariant.hs, dist/build/Data/Functor/Invariant.o, dist/build/Data/Functor/Invariant.dyn_o )
[2 of 4] Compiling Data.Functor.Invariant.TH.Internal ( src/Data/Functor/Invariant/TH/Internal.hs, dist/build/Data/Functor/Invariant/TH/Internal.o, dist/build/Data/Functor/Invariant/TH/Internal.dyn_o )
[3 of 4] Compiling Data.Functor.Invariant.TH ( src/Data/Functor/Invariant/TH.hs, dist/build/Data/Functor/Invariant/TH.o, dist/build/Data/Functor/Invariant/TH.dyn_o )
[4 of 4] Compiling Paths_invariant ( dist/build/autogen/Paths_invariant.hs, dist/build/Paths_invariant.o, dist/build/Paths_invariant.dyn_o )
Preprocessing library for invariant-0.6.4..
Running Haddock on library for invariant-0.6.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Data.Functor.Invariant ( src/Data/Functor/Invariant.hs, nothing )
[2 of 4] Compiling Data.Functor.Invariant.TH.Internal ( src/Data/Functor/Invariant/TH/Internal.hs, nothing )
[3 of 4] Compiling Data.Functor.Invariant.TH ( src/Data/Functor/Invariant/TH.hs, nothing )
[4 of 4] Compiling Paths_invariant ( dist/build/autogen/Paths_invariant.hs, nothing )
Haddock coverage:
100% ( 20 / 20) in 'Data.Functor.Invariant'
Warning: 'Name' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* in Language.Haskell.TH.Syntax
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Language.Haskell.TH.Syntax
Warning: 'Options' is ambiguous. It is defined
* at src/Data/Functor/Invariant/TH.hs:55:19
* at src/Data/Functor/Invariant/TH.hs:55:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Functor/Invariant/TH.hs:55:1
Warning: 'Name' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* in Language.Haskell.TH.Syntax
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Language.Haskell.TH.Syntax
100% ( 17 / 17) in 'Data.Functor.Invariant.TH'
Warning: Data.Functor.Invariant: could not find link destinations for:
- Data.Bifunctor.Wrapped.Rep1_WrappedBifunctor
- Data.Bifunctor.Wrapped.Rep_WrappedBifunctor
Documentation created: dist/doc/html/invariant/,
dist/doc/html/invariant/invariant.txt
Installing library in /home/bgamari/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/invariant-0.6.4-I6IhqexFm7c875sPaE4xsC
Completed invariant-0.6.4
Configuring free-5.2...
Preprocessing library for free-5.2..
Building library for free-5.2..
[ 1 of 19] Compiling Control.Alternative.Free ( src/Control/Alternative/Free.hs, dist/build/Control/Alternative/Free.o, dist/build/Control/Alternative/Free.dyn_o )
[ 2 of 19] Compiling Control.Alternative.Free.Final ( src/Control/Alternative/Free/Final.hs, dist/build/Control/Alternative/Free/Final.o, dist/build/Control/Alternative/Free/Final.dyn_o )
[ 3 of 19] Compiling Control.Applicative.Free ( src/Control/Applicative/Free.hs, dist/build/Control/Applicative/Free.o, dist/build/Control/Applicative/Free.dyn_o )
[ 4 of 19] Compiling Control.Applicative.Free.Fast ( src/Control/Applicative/Free/Fast.hs, dist/build/Control/Applicative/Free/Fast.o, dist/build/Control/Applicative/Free/Fast.dyn_o )
[ 5 of 19] Compiling Control.Applicative.Free.Final ( src/Control/Applicative/Free/Final.hs, dist/build/Control/Applicative/Free/Final.o, dist/build/Control/Applicative/Free/Final.dyn_o )
[ 6 of 19] Compiling Control.Applicative.Trans.Free ( src/Control/Applicative/Trans/Free.hs, dist/build/Control/Applicative/Trans/Free.o, dist/build/Control/Applicative/Trans/Free.dyn_o )
[ 7 of 19] Compiling Control.Comonad.Cofree.Class ( src/Control/Comonad/Cofree/Class.hs, dist/build/Control/Comonad/Cofree/Class.o, dist/build/Control/Comonad/Cofree/Class.dyn_o )
[ 8 of 19] Compiling Control.Comonad.Cofree ( src/Control/Comonad/Cofree.hs, dist/build/Control/Comonad/Cofree.o, dist/build/Control/Comonad/Cofree.dyn_o )
[ 9 of 19] Compiling Control.Comonad.Trans.Cofree ( src/Control/Comonad/Trans/Cofree.hs, dist/build/Control/Comonad/Trans/Cofree.o, dist/build/Control/Comonad/Trans/Cofree.dyn_o )
[10 of 19] Compiling Control.Comonad.Trans.Coiter ( src/Control/Comonad/Trans/Coiter.hs, dist/build/Control/Comonad/Trans/Coiter.o, dist/build/Control/Comonad/Trans/Coiter.dyn_o )
[11 of 19] Compiling Control.Monad.Free.Class ( src/Control/Monad/Free/Class.hs, dist/build/Control/Monad/Free/Class.o, dist/build/Control/Monad/Free/Class.dyn_o )
[12 of 19] Compiling Control.Monad.Free.TH ( src/Control/Monad/Free/TH.hs, dist/build/Control/Monad/Free/TH.o, dist/build/Control/Monad/Free/TH.dyn_o )
[13 of 19] Compiling Control.Monad.Trans.Free ( src/Control/Monad/Trans/Free.hs, dist/build/Control/Monad/Trans/Free.o, dist/build/Control/Monad/Trans/Free.dyn_o )
[14 of 19] Compiling Control.Monad.Free ( src/Control/Monad/Free.hs, dist/build/Control/Monad/Free.o, dist/build/Control/Monad/Free.dyn_o )
[15 of 19] Compiling Control.Monad.Free.Church ( src/Control/Monad/Free/Church.hs, dist/build/Control/Monad/Free/Church.o, dist/build/Control/Monad/Free/Church.dyn_o )
[16 of 19] Compiling Control.Monad.Trans.Free.Ap ( src/Control/Monad/Trans/Free/Ap.hs, dist/build/Control/Monad/Trans/Free/Ap.o, dist/build/Control/Monad/Trans/Free/Ap.dyn_o )
[17 of 19] Compiling Control.Monad.Free.Ap ( src/Control/Monad/Free/Ap.hs, dist/build/Control/Monad/Free/Ap.o, dist/build/Control/Monad/Free/Ap.dyn_o )
[18 of 19] Compiling Control.Monad.Trans.Free.Church ( src/Control/Monad/Trans/Free/Church.hs, dist/build/Control/Monad/Trans/Free/Church.o, dist/build/Control/Monad/Trans/Free/Church.dyn_o )
[19 of 19] Compiling Control.Monad.Trans.Iter ( src/Control/Monad/Trans/Iter.hs, dist/build/Control/Monad/Trans/Iter.o, dist/build/Control/Monad/Trans/Iter.dyn_o )
Preprocessing library for free-5.2..
Running Haddock on library for free-5.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 19] Compiling Control.Alternative.Free ( src/Control/Alternative/Free.hs, nothing )
[ 2 of 19] Compiling Control.Alternative.Free.Final ( src/Control/Alternative/Free/Final.hs, nothing )
[ 3 of 19] Compiling Control.Applicative.Free ( src/Control/Applicative/Free.hs, nothing )
[ 4 of 19] Compiling Control.Applicative.Free.Fast ( src/Control/Applicative/Free/Fast.hs, nothing )
[ 5 of 19] Compiling Control.Applicative.Free.Final ( src/Control/Applicative/Free/Final.hs, nothing )
[ 6 of 19] Compiling Control.Applicative.Trans.Free ( src/Control/Applicative/Trans/Free.hs, nothing )
[ 7 of 19] Compiling Control.Comonad.Cofree.Class ( src/Control/Comonad/Cofree/Class.hs, nothing )
[ 8 of 19] Compiling Control.Comonad.Cofree ( src/Control/Comonad/Cofree.hs, nothing )
[ 9 of 19] Compiling Control.Comonad.Trans.Cofree ( src/Control/Comonad/Trans/Cofree.hs, nothing )
[10 of 19] Compiling Control.Comonad.Trans.Coiter ( src/Control/Comonad/Trans/Coiter.hs, nothing )
[11 of 19] Compiling Control.Monad.Free.Class ( src/Control/Monad/Free/Class.hs, nothing )
[12 of 19] Compiling Control.Monad.Free.TH ( src/Control/Monad/Free/TH.hs, nothing )
[13 of 19] Compiling Control.Monad.Trans.Free ( src/Control/Monad/Trans/Free.hs, nothing )
[14 of 19] Compiling Control.Monad.Free ( src/Control/Monad/Free.hs, nothing )
[15 of 19] Compiling Control.Monad.Free.Church ( src/Control/Monad/Free/Church.hs, nothing )
[16 of 19] Compiling Control.Monad.Trans.Free.Ap ( src/Control/Monad/Trans/Free/Ap.hs, nothing )
[17 of 19] Compiling Control.Monad.Free.Ap ( src/Control/Monad/Free/Ap.hs, nothing )
[18 of 19] Compiling Control.Monad.Trans.Free.Church ( src/Control/Monad/Trans/Free/Church.hs, nothing )
[19 of 19] Compiling Control.Monad.Trans.Iter ( src/Control/Monad/Trans/Iter.hs, nothing )
Haddock coverage:
Warning: 'lift' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Alt' is ambiguous. It is defined
* at src/Control/Alternative/Free.hs:43:19
* at src/Control/Alternative/Free.hs:43:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Alternative/Free.hs:43:1
66% ( 4 / 6) in 'Control.Alternative.Free'
Missing documentation for:
Alt (src/Control/Alternative/Free.hs:43)
AltF (src/Control/Alternative/Free.hs:39)
Warning: 'lift' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Alt' is ambiguous. It is defined
* at src/Control/Alternative/Free/Final.hs:34:19
* at src/Control/Alternative/Free/Final.hs:34:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Alternative/Free/Final.hs:34:1
100% ( 5 / 5) in 'Control.Alternative.Free.Final'
Warning: 'Ap' is ambiguous. It is defined
* at src/Control/Applicative/Free.hs:50:3
* at src/Control/Applicative/Free.hs:48:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Applicative/Free.hs:48:1
Warning: 'lift' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 11 / 11) in 'Control.Applicative.Free'
Warning: 'f' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Ap' is ambiguous. It is defined
* at src/Control/Applicative/Free/Fast.hs:69:18
* at src/Control/Applicative/Free/Fast.hs:69:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Applicative/Free/Fast.hs:69:1
Warning: 'lift' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 14 / 14) in 'Control.Applicative.Free.Fast'
Warning: 'Ap' is ambiguous. It is defined
* at src/Control/Applicative/Free/Final.hs:37:18
* at src/Control/Applicative/Free/Final.hs:37:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Applicative/Free/Final.hs:37:1
Warning: 'lift' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 10 / 10) in 'Control.Applicative.Free.Final'
Warning: 'lift' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ApT' is ambiguous. It is defined
* at src/Control/Applicative/Trans/Free.hs:59:21
* at src/Control/Applicative/Trans/Free.hs:59:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Applicative/Trans/Free.hs:59:1
Warning: 'getSum' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Sum' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'fold' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Ap' is ambiguous. It is defined
* at src/Control/Applicative/Trans/Free.hs:55:3
* at src/Control/Applicative/Trans/Free.hs:157:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Applicative/Trans/Free.hs:157:1
100% ( 22 / 22) in 'Control.Applicative.Trans.Free'
100% ( 2 / 2) in 'Control.Comonad.Cofree.Class'
Warning: 'cofree' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Const' is ambiguous. It is defined
* in Data.Functor.Const
* in Data.Functor.Const
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Const
Warning: 'Identity' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'lens' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
93% ( 15 / 16) in 'Control.Comonad.Cofree'
Missing documentation for:
hoistCofree (src/Control/Comonad/Cofree.hs:136)
Warning: 'CofreeT' is ambiguous. It is defined
* at src/Control/Comonad/Trans/Cofree.hs:127:25
* at src/Control/Comonad/Trans/Cofree.hs:127:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Comonad/Trans/Cofree.hs:127:1
100% ( 11 / 11) in 'Control.Comonad.Trans.Cofree'
Warning: 'CoiterT' is ambiguous. It is defined
* at src/Control/Comonad/Trans/Coiter.hs:65:23
* at src/Control/Comonad/Trans/Coiter.hs:65:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Comonad/Trans/Coiter.hs:65:1
100% ( 14 / 14) in 'Control.Comonad.Trans.Coiter'
Warning: 'Tree' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 4 / 4) in 'Control.Monad.Free.Class'
100% ( 10 / 10) in 'Control.Monad.Free.TH'
Warning: 'FreeT' is ambiguous. It is defined
* at src/Control/Monad/Trans/Free.hs:150:23
* at src/Control/Monad/Trans/Free.hs:150:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Trans/Free.hs:150:1
Warning: 'Free' is ambiguous. It is defined
* at src/Control/Monad/Trans/Free.hs:77:29
* at src/Control/Monad/Trans/Free.hs:153:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Trans/Free.hs:153:1
100% ( 28 / 28) in 'Control.Monad.Trans.Free'
Warning: 'Free' is ambiguous. It is defined
* at src/Control/Monad/Free.hs:117:26
* at src/Control/Monad/Free.hs:117:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Free.hs:117:1
100% ( 16 / 16) in 'Control.Monad.Free'
Warning: 'Free' is ambiguous. It is defined
* at src/Control/Monad/Free.hs:117:26
* at src/Control/Monad/Free.hs:117:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Free.hs:117:1
Warning: 'F' is ambiguous. It is defined
* at src/Control/Monad/Free/Church.hs:89:17
* at src/Control/Monad/Free/Church.hs:89:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Free/Church.hs:89:1
100% ( 13 / 13) in 'Control.Monad.Free.Church'
Warning: 'FreeT' is ambiguous. It is defined
* at src/Control/Monad/Trans/Free/Ap.hs:140:23
* at src/Control/Monad/Trans/Free/Ap.hs:140:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Trans/Free/Ap.hs:140:1
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
Warning: 'Free' is ambiguous. It is defined
* at src/Control/Monad/Trans/Free/Ap.hs:67:29
* at src/Control/Monad/Trans/Free/Ap.hs:143:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Trans/Free/Ap.hs:143:1
100% ( 27 / 27) in 'Control.Monad.Trans.Free.Ap'
Warning: '(\<*\>)' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ap' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Identity' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Free' is ambiguous. It is defined
* at src/Control/Monad/Free/Ap.hs:81:26
* at src/Control/Monad/Free/Ap.hs:81:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Free/Ap.hs:81:1
100% ( 16 / 16) in 'Control.Monad.Free.Ap'
Warning: 'FreeT' is ambiguous. It is defined
* at src/Control/Monad/Trans/Free.hs:150:23
* at src/Control/Monad/Trans/Free.hs:150:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Trans/Free.hs:150:1
Warning: 'Free' is ambiguous. It is defined
* at src/Control/Monad/Trans/Free.hs:77:29
* at src/Control/Monad/Trans/Free.hs:153:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Trans/Free.hs:153:1
Warning: 'FT' is ambiguous. It is defined
* at src/Control/Monad/Trans/Free/Church.hs:69:20
* at src/Control/Monad/Trans/Free/Church.hs:69:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Trans/Free/Church.hs:69:1
100% ( 28 / 28) in 'Control.Monad.Trans.Free.Church'
Warning: 'Free' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'IterT' is ambiguous. It is defined
* at src/Control/Monad/Trans/Iter.hs:105:21
* at src/Control/Monad/Trans/Iter.hs:105:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Trans/Iter.hs:105:1
Warning: 'FreeT' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
Warning: 'void' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'race' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 25 / 25) in 'Control.Monad.Trans.Iter'
Warning: Control.Comonad.Cofree: could not find link destinations for:
- Control.Comonad.Cofree.Rep_Cofree
- Control.Comonad.Cofree.Rep1_Cofree
Warning: Control.Comonad.Trans.Cofree: could not find link destinations for:
- Control.Comonad.Trans.Cofree.Rep_CofreeF
- Control.Comonad.Trans.Cofree.Rep1_CofreeF
Warning: Control.Monad.Trans.Free: could not find link destinations for:
- Control.Monad.Trans.Free.Rep_FreeF
- Control.Monad.Trans.Free.Rep1_FreeF
Warning: Control.Monad.Free: could not find link destinations for:
- Control.Monad.Free.Rep_Free
- Control.Monad.Free.Rep1_Free
Warning: Control.Monad.Trans.Free.Ap: could not find link destinations for:
- Control.Monad.Trans.Free.Ap.Rep_FreeF
- Control.Monad.Trans.Free.Ap.Rep1_FreeF
Warning: Control.Monad.Free.Ap: could not find link destinations for:
- Control.Monad.Free.Ap.Rep_Free
- Control.Monad.Free.Ap.Rep1_Free
Documentation created: dist/doc/html/free/, dist/doc/html/free/free.txt
Installing library in /home/bgamari/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/free-5.2-DaGqsy06PuHI3epzzhd9AZ
Completed free-5.2
Configuring adjunctions-4.4.3...
Preprocessing library for adjunctions-4.4.3..
Building library for adjunctions-4.4.3..
[ 1 of 11] Compiling Control.Monad.Trans.Conts ( src/Control/Monad/Trans/Conts.hs, dist/build/Control/Monad/Trans/Conts.o, dist/build/Control/Monad/Trans/Conts.dyn_o )
[ 2 of 11] Compiling Data.Functor.Contravariant.Rep ( src/Data/Functor/Contravariant/Rep.hs, dist/build/Data/Functor/Contravariant/Rep.o, dist/build/Data/Functor/Contravariant/Rep.dyn_o )
[ 3 of 11] Compiling Data.Functor.Contravariant.Adjunction ( src/Data/Functor/Contravariant/Adjunction.hs, dist/build/Data/Functor/Contravariant/Adjunction.o, dist/build/Data/Functor/Contravariant/Adjunction.dyn_o )
[ 4 of 11] Compiling Control.Monad.Trans.Contravariant.Adjoint ( src/Control/Monad/Trans/Contravariant/Adjoint.hs, dist/build/Control/Monad/Trans/Contravariant/Adjoint.o, dist/build/Control/Monad/Trans/Contravariant/Adjoint.dyn_o )
[ 5 of 11] Compiling Data.Functor.Rep ( src/Data/Functor/Rep.hs, dist/build/Data/Functor/Rep.o, dist/build/Data/Functor/Rep.dyn_o )
[ 6 of 11] Compiling Data.Functor.Adjunction ( src/Data/Functor/Adjunction.hs, dist/build/Data/Functor/Adjunction.o, dist/build/Data/Functor/Adjunction.dyn_o )
[ 7 of 11] Compiling Control.Monad.Trans.Adjoint ( src/Control/Monad/Trans/Adjoint.hs, dist/build/Control/Monad/Trans/Adjoint.o, dist/build/Control/Monad/Trans/Adjoint.dyn_o )
[ 8 of 11] Compiling Control.Comonad.Trans.Adjoint ( src/Control/Comonad/Trans/Adjoint.hs, dist/build/Control/Comonad/Trans/Adjoint.o, dist/build/Control/Comonad/Trans/Adjoint.dyn_o )
[ 9 of 11] Compiling Control.Monad.Representable.State ( src/Control/Monad/Representable/State.hs, dist/build/Control/Monad/Representable/State.o, dist/build/Control/Monad/Representable/State.dyn_o )
[10 of 11] Compiling Control.Monad.Representable.Reader ( src/Control/Monad/Representable/Reader.hs, dist/build/Control/Monad/Representable/Reader.o, dist/build/Control/Monad/Representable/Reader.dyn_o )
[11 of 11] Compiling Control.Comonad.Representable.Store ( src/Control/Comonad/Representable/Store.hs, dist/build/Control/Comonad/Representable/Store.o, dist/build/Control/Comonad/Representable/Store.dyn_o )
Preprocessing library for adjunctions-4.4.3..
Running Haddock on library for adjunctions-4.4.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 11] Compiling Control.Monad.Trans.Conts ( src/Control/Monad/Trans/Conts.hs, nothing )
[ 2 of 11] Compiling Data.Functor.Contravariant.Rep ( src/Data/Functor/Contravariant/Rep.hs, nothing )
[ 3 of 11] Compiling Data.Functor.Contravariant.Adjunction ( src/Data/Functor/Contravariant/Adjunction.hs, nothing )
[ 4 of 11] Compiling Control.Monad.Trans.Contravariant.Adjoint ( src/Control/Monad/Trans/Contravariant/Adjoint.hs, nothing )
[ 5 of 11] Compiling Data.Functor.Rep ( src/Data/Functor/Rep.hs, nothing )
[ 6 of 11] Compiling Data.Functor.Adjunction ( src/Data/Functor/Adjunction.hs, nothing )
[ 7 of 11] Compiling Control.Monad.Trans.Adjoint ( src/Control/Monad/Trans/Adjoint.hs, nothing )
[ 8 of 11] Compiling Control.Comonad.Trans.Adjoint ( src/Control/Comonad/Trans/Adjoint.hs, nothing )
[ 9 of 11] Compiling Control.Monad.Representable.State ( src/Control/Monad/Representable/State.hs, nothing )
[10 of 11] Compiling Control.Monad.Representable.Reader ( src/Control/Monad/Representable/Reader.hs, nothing )
[11 of 11] Compiling Control.Comonad.Representable.Store ( src/Control/Comonad/Representable/Store.hs, nothing )
Haddock coverage:
33% ( 4 / 12) in 'Control.Monad.Trans.Conts'
Missing documentation for:
Cont (src/Control/Monad/Trans/Conts.hs:38)
cont (src/Control/Monad/Trans/Conts.hs:41)
runCont (src/Control/Monad/Trans/Conts.hs:44)
Conts (src/Control/Monad/Trans/Conts.hs:46)
runConts (src/Control/Monad/Trans/Conts.hs:52)
conts (src/Control/Monad/Trans/Conts.hs:49)
ContsT (src/Control/Monad/Trans/Conts.hs:54)
callCC (src/Control/Monad/Trans/Conts.hs:71)
Warning: 'Iso'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
83% ( 5 / 6) in 'Data.Functor.Contravariant.Rep'
Missing documentation for:
contramapRep (src/Data/Functor/Contravariant/Rep.hs:71)
Warning: 'Op' is ambiguous. It is defined
* in Data.Functor.Contravariant
* in Data.Functor.Contravariant
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Contravariant
Warning: 'Hask' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Iso'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
80% ( 4 / 5) in 'Data.Functor.Contravariant.Adjunction'
Missing documentation for:
coindexAdjunction (src/Data/Functor/Contravariant/Adjunction.hs:74)
20% ( 1 / 5) in 'Control.Monad.Trans.Contravariant.Adjoint'
Missing documentation for:
Adjoint (src/Control/Monad/Trans/Contravariant/Adjoint.hs:40)
runAdjoint (src/Control/Monad/Trans/Contravariant/Adjoint.hs:48)
adjoint (src/Control/Monad/Trans/Contravariant/Adjoint.hs:45)
AdjointT (src/Control/Monad/Trans/Contravariant/Adjoint.hs:42)
Warning: 'WrappedRec' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Iso'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
46% ( 22 / 47) in 'Data.Functor.Rep'
Missing documentation for:
Co (src/Data/Functor/Rep.hs:437)
fmapRep (src/Data/Functor/Rep.hs:254)
distributeRep (src/Data/Functor/Rep.hs:281)
collectRep (src/Data/Functor/Rep.hs:284)
apRep (src/Data/Functor/Rep.hs:278)
pureRep (src/Data/Functor/Rep.hs:257)
liftR2 (src/Data/Functor/Rep.hs:477)
liftR3 (src/Data/Functor/Rep.hs:480)
bindRep (src/Data/Functor/Rep.hs:260)
mfixRep (src/Data/Functor/Rep.hs:263)
mzipRep (src/Data/Functor/Rep.hs:269)
mzipWithRep (src/Data/Functor/Rep.hs:266)
askRep (src/Data/Functor/Rep.hs:272)
localRep (src/Data/Functor/Rep.hs:275)
duplicatedRep (src/Data/Functor/Rep.hs:296)
extendedRep (src/Data/Functor/Rep.hs:299)
duplicateRep (src/Data/Functor/Rep.hs:302)
extendRep (src/Data/Functor/Rep.hs:305)
extractRep (src/Data/Functor/Rep.hs:308)
duplicateRepBy (src/Data/Functor/Rep.hs:287)
extendRepBy (src/Data/Functor/Rep.hs:290)
extractRepBy (src/Data/Functor/Rep.hs:293)
imapRep (src/Data/Functor/Rep.hs:311)
ifoldMapRep (src/Data/Functor/Rep.hs:315)
itraverseRep (src/Data/Functor/Rep.hs:319)
Warning: 'Iso'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'uncozipping' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
62% ( 10 / 16) in 'Data.Functor.Adjunction'
Missing documentation for:
zapWithAdjunction (src/Data/Functor/Adjunction.hs:108)
absurdL (src/Data/Functor/Adjunction.hs:132)
extractL (src/Data/Functor/Adjunction.hs:117)
duplicateL (src/Data/Functor/Adjunction.hs:120)
splitL (src/Data/Functor/Adjunction.hs:111)
unsplitL (src/Data/Functor/Adjunction.hs:114)
20% ( 1 / 5) in 'Control.Monad.Trans.Adjoint'
Missing documentation for:
Adjoint (src/Control/Monad/Trans/Adjoint.hs:27)
runAdjoint (src/Control/Monad/Trans/Adjoint.hs:35)
adjoint (src/Control/Monad/Trans/Adjoint.hs:32)
AdjointT (src/Control/Monad/Trans/Adjoint.hs:29)
20% ( 1 / 5) in 'Control.Comonad.Trans.Adjoint'
Missing documentation for:
Adjoint (src/Control/Comonad/Trans/Adjoint.hs:28)
runAdjoint (src/Control/Comonad/Trans/Adjoint.hs:36)
adjoint (src/Control/Comonad/Trans/Adjoint.hs:33)
AdjointT (src/Control/Comonad/Trans/Adjoint.hs:30)
80% ( 12 / 15) in 'Control.Monad.Representable.State'
Missing documentation for:
stateT (src/Control/Monad/Representable/State.hs:107)
runStateT (src/Control/Monad/Representable/State.hs:110)
mapStateT (src/Control/Monad/Representable/State.hs:113)
50% ( 5 / 10) in 'Control.Monad.Representable.Reader'
Missing documentation for:
Reader (src/Control/Monad/Representable/Reader.hs:46)
runReader (src/Control/Monad/Representable/Reader.hs:49)
ReaderT (src/Control/Monad/Representable/Reader.hs:53)
readerT (src/Control/Monad/Representable/Reader.hs:56)
runReaderT (src/Control/Monad/Representable/Reader.hs:59)
62% ( 5 / 8) in 'Control.Comonad.Representable.Store'
Missing documentation for:
storeT (src/Control/Comonad/Representable/Store.hs:77)
runStoreT (src/Control/Comonad/Representable/Store.hs:80)
ComonadStore
Warning: Data.Functor.Contravariant.Rep: could not find link destinations for:
- Data.Functor.Contravariant.Rep.D:R:Rep:*:
- Data.Functor.Contravariant.Rep.D:R:RepU1
- Data.Functor.Contravariant.Rep.D:R:RepProduct
- Data.Functor.Contravariant.Rep.D:R:RepPredicate
- Data.Functor.Contravariant.Rep.D:R:RepOp
- Data.Functor.Contravariant.Rep.D:R:RepProxy
Warning: Data.Functor.Rep: could not find link destinations for:
- Data.Functor.Rep.GIndex
- Data.Functor.Rep.GTabulate
- Data.Functor.Rep.GRep'
- Data.Functor.Rep.D:R:RepM1
- Data.Functor.Rep.D:R:RepRec1
- Data.Functor.Rep.D:R:RepPar1
- Data.Functor.Rep.D:R:Rep:.:
- Data.Functor.Rep.D:R:Rep:*:
- Data.Functor.Rep.D:R:RepU1
- Data.Functor.Rep.D:R:RepComplex
- Data.Functor.Rep.D:R:RepSum
- Data.Functor.Rep.D:R:RepProduct
- Data.Functor.Rep.D:R:RepDual
- Data.Functor.Rep.D:R:RepReverse
- Data.Functor.Rep.D:R:RepBackwards
- Data.Functor.Rep.D:R:RepCofree
- Data.Functor.Rep.D:R:RepProduct0
- Data.Functor.Rep.D:R:RepCompose
- Data.Functor.Rep.D:R:RepReaderT
- Data.Functor.Rep.D:R:RepFUN
- Data.Functor.Rep.D:R:RepIdentityT
- Data.Functor.Rep.D:R:RepTagged
- Data.Functor.Rep.D:R:RepIdentity
- Data.Functor.Rep.D:R:RepProxy
- Data.Functor.Rep.D:R:RepCo
- Data.Functor.Rep.D:R:RepTracedT
- Control.Monad.Representable.Reader.D:R:RepReaderT
Warning: Control.Monad.Representable.Reader: could not find link destinations for:
- Control.Monad.Representable.Reader.D:R:RepReaderT
Documentation created: dist/doc/html/adjunctions/,
dist/doc/html/adjunctions/adjunctions.txt
Installing library in /home/bgamari/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/adjunctions-4.4.3-2tcsSs9BcFb5Ex3IAQUin1
Completed adjunctions-4.4.3
Configuring kan-extensions-5.2.6...
Preprocessing library for kan-extensions-5.2.6..
Building library for kan-extensions-5.2.6..
[ 1 of 13] Compiling Data.Functor.Contravariant.Coyoneda ( src/Data/Functor/Contravariant/Coyoneda.hs, dist/build/Data/Functor/Contravariant/Coyoneda.o, dist/build/Data/Functor/Contravariant/Coyoneda.dyn_o )
[ 2 of 13] Compiling Data.Functor.Contravariant.Day ( src/Data/Functor/Contravariant/Day.hs, dist/build/Data/Functor/Contravariant/Day.o, dist/build/Data/Functor/Contravariant/Day.dyn_o )
[ 3 of 13] Compiling Data.Functor.Contravariant.Yoneda ( src/Data/Functor/Contravariant/Yoneda.hs, dist/build/Data/Functor/Contravariant/Yoneda.o, dist/build/Data/Functor/Contravariant/Yoneda.dyn_o )
[ 4 of 13] Compiling Data.Functor.Day ( src/Data/Functor/Day.hs, dist/build/Data/Functor/Day.o, dist/build/Data/Functor/Day.dyn_o )
[ 5 of 13] Compiling Data.Functor.Day.Curried ( src/Data/Functor/Day/Curried.hs, dist/build/Data/Functor/Day/Curried.o, dist/build/Data/Functor/Day/Curried.dyn_o )
[ 6 of 13] Compiling Data.Functor.Invariant.Day ( src/Data/Functor/Invariant/Day.hs, dist/build/Data/Functor/Invariant/Day.o, dist/build/Data/Functor/Invariant/Day.dyn_o )
[ 7 of 13] Compiling Data.Functor.Kan.Lan ( src/Data/Functor/Kan/Lan.hs, dist/build/Data/Functor/Kan/Lan.o, dist/build/Data/Functor/Kan/Lan.dyn_o )
[ 8 of 13] Compiling Data.Functor.Coyoneda ( src/Data/Functor/Coyoneda.hs, dist/build/Data/Functor/Coyoneda.o, dist/build/Data/Functor/Coyoneda.dyn_o )
[ 9 of 13] Compiling Control.Comonad.Density ( src/Control/Comonad/Density.hs, dist/build/Control/Comonad/Density.o, dist/build/Control/Comonad/Density.dyn_o )
[10 of 13] Compiling Control.Monad.Co ( src/Control/Monad/Co.hs, dist/build/Control/Monad/Co.o, dist/build/Control/Monad/Co.dyn_o )
[11 of 13] Compiling Data.Functor.Kan.Ran ( src/Data/Functor/Kan/Ran.hs, dist/build/Data/Functor/Kan/Ran.o, dist/build/Data/Functor/Kan/Ran.dyn_o )
[12 of 13] Compiling Control.Monad.Codensity ( src/Control/Monad/Codensity.hs, dist/build/Control/Monad/Codensity.o, dist/build/Control/Monad/Codensity.dyn_o )
[13 of 13] Compiling Data.Functor.Yoneda ( src/Data/Functor/Yoneda.hs, dist/build/Data/Functor/Yoneda.o, dist/build/Data/Functor/Yoneda.dyn_o )
Preprocessing library for kan-extensions-5.2.6..
Running Haddock on library for kan-extensions-5.2.6..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 13] Compiling Data.Functor.Contravariant.Coyoneda ( src/Data/Functor/Contravariant/Coyoneda.hs, nothing )
[ 2 of 13] Compiling Data.Functor.Contravariant.Day ( src/Data/Functor/Contravariant/Day.hs, nothing )
[ 3 of 13] Compiling Data.Functor.Contravariant.Yoneda ( src/Data/Functor/Contravariant/Yoneda.hs, nothing )
[ 4 of 13] Compiling Data.Functor.Day ( src/Data/Functor/Day.hs, nothing )
[ 5 of 13] Compiling Data.Functor.Day.Curried ( src/Data/Functor/Day/Curried.hs, nothing )
[ 6 of 13] Compiling Data.Functor.Invariant.Day ( src/Data/Functor/Invariant/Day.hs, nothing )
[ 7 of 13] Compiling Data.Functor.Kan.Lan ( src/Data/Functor/Kan/Lan.hs, nothing )
[ 8 of 13] Compiling Data.Functor.Coyoneda ( src/Data/Functor/Coyoneda.hs, nothing )
[ 9 of 13] Compiling Control.Comonad.Density ( src/Control/Comonad/Density.hs, nothing )
[10 of 13] Compiling Control.Monad.Co ( src/Control/Monad/Co.hs, nothing )
[11 of 13] Compiling Data.Functor.Kan.Ran ( src/Data/Functor/Kan/Ran.hs, nothing )
[12 of 13] Compiling Control.Monad.Codensity ( src/Control/Monad/Codensity.hs, nothing )
[13 of 13] Compiling Data.Functor.Yoneda ( src/Data/Functor/Yoneda.hs, nothing )
Haddock coverage:
Warning: 'Coyoneda' is ambiguous. It is defined
* at src/Data/Functor/Contravariant/Coyoneda.hs:37:3
* at src/Data/Functor/Contravariant/Coyoneda.hs:36:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Functor/Contravariant/Coyoneda.hs:36:1
100% ( 5 / 5) in 'Data.Functor.Contravariant.Coyoneda'
100% ( 14 / 14) in 'Data.Functor.Contravariant.Day'
75% ( 3 / 4) in 'Data.Functor.Contravariant.Yoneda'
Missing documentation for:
lowerYoneda (src/Data/Functor/Contravariant/Yoneda.hs:41)
Warning: 'Day' is ambiguous. It is defined
* at src/Data/Functor/Day.hs:56:18
* at src/Data/Functor/Day.hs:56:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Functor/Day.hs:56:1
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
93% ( 14 / 15) in 'Data.Functor.Day'
Missing documentation for:
cayley (src/Data/Functor/Day.hs:200)
Warning: 'Day' is ambiguous. It is defined
* at src/Data/Functor/Day.hs:56:18
* at src/Data/Functor/Day.hs:56:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Functor/Day.hs:56:1
Warning: 'Curried' is ambiguous. It is defined
* at src/Data/Functor/Day/Curried.hs:37:3
* at src/Data/Functor/Day/Curried.hs:36:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Functor/Day/Curried.hs:36:1
Warning: 'Compose' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Rift' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
92% ( 13 / 14) in 'Data.Functor.Day.Curried'
Missing documentation for:
Curried (src/Data/Functor/Day/Curried.hs:36)
Warning: 'Day' is ambiguous. It is defined
* at src/Data/Functor/Invariant/Day.hs:35:18
* at src/Data/Functor/Invariant/Day.hs:35:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Functor/Invariant/Day.hs:35:1
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
100% ( 14 / 14) in 'Data.Functor.Invariant.Day'
Warning: 'Lan' is ambiguous. It is defined
* at src/Data/Functor/Kan/Lan.hs:37:3
* at src/Data/Functor/Kan/Lan.hs:36:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Functor/Kan/Lan.hs:36:1
Warning: 'Compose' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'o' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
75% ( 9 / 12) in 'Data.Functor.Kan.Lan'
Missing documentation for:
decomposeLan (src/Data/Functor/Kan/Lan.hs:109)
lanToAdjoint (src/Data/Functor/Kan/Lan.hs:81)
composedAdjointToLan (src/Data/Functor/Kan/Lan.hs:95)
Warning: 'Coyoneda' is ambiguous. It is defined
* at src/Data/Functor/Coyoneda.hs:54:3
* at src/Data/Functor/Coyoneda.hs:53:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Functor/Coyoneda.hs:53:1
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
88% ( 8 / 9) in 'Data.Functor.Coyoneda'
Missing documentation for:
lanToCoyoneda (src/Data/Functor/Coyoneda.hs:76)
Warning: 'Density' is ambiguous. It is defined
* at src/Control/Comonad/Density.hs:41:3
* at src/Control/Comonad/Density.hs:40:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Comonad/Density.hs:40:1
Warning: 'Lan' is ambiguous. It is defined
* at src/Data/Functor/Kan/Lan.hs:37:3
* at src/Data/Functor/Kan/Lan.hs:36:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Functor/Kan/Lan.hs:36:1
57% ( 4 / 7) in 'Control.Comonad.Density'
Missing documentation for:
Density (src/Control/Comonad/Density.hs:40)
adjunctionToDensity (src/Control/Comonad/Density.hs:97)
densityToLan (src/Control/Comonad/Density.hs:112)
Warning: 'Hask' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Contravariant' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'CoT' is ambiguous. It is defined
* at src/Control/Monad/Co.hs:84:21
* at src/Control/Monad/Co.hs:84:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Co.hs:84:1
Warning: 'Rift' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
20% ( 5 / 24) in 'Control.Monad.Co'
Missing documentation for:
Co (src/Control/Monad/Co.hs:72)
co (src/Control/Monad/Co.hs:75)
runCo (src/Control/Monad/Co.hs:78)
liftCoT0 (src/Control/Monad/Co.hs:113)
liftCoT0M (src/Control/Monad/Co.hs:149)
lowerCoT0 (src/Control/Monad/Co.hs:116)
lowerCo0 (src/Control/Monad/Co.hs:119)
liftCoT1 (src/Control/Monad/Co.hs:122)
liftCoT1M (src/Control/Monad/Co.hs:152)
lowerCoT1 (src/Control/Monad/Co.hs:125)
lowerCo1 (src/Control/Monad/Co.hs:128)
diter (src/Control/Monad/Co.hs:155)
dctrlM (src/Control/Monad/Co.hs:158)
posW (src/Control/Monad/Co.hs:131)
peekW (src/Control/Monad/Co.hs:134)
peeksW (src/Control/Monad/Co.hs:137)
askW (src/Control/Monad/Co.hs:140)
asksW (src/Control/Monad/Co.hs:143)
traceW (src/Control/Monad/Co.hs:146)
Warning: 'Ran' is ambiguous. It is defined
* at src/Data/Functor/Kan/Ran.hs:85:21
* at src/Data/Functor/Kan/Ran.hs:85:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Functor/Kan/Ran.hs:85:1
Warning: 'Compose'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
53% ( 8 / 15) in 'Data.Functor.Kan.Ran'
Missing documentation for:
decomposeRan (src/Data/Functor/Kan/Ran.hs:116)
ranToAdjoint (src/Data/Functor/Kan/Ran.hs:130)
composedAdjointToRan (src/Data/Functor/Kan/Ran.hs:144)
repToRan (src/Data/Functor/Kan/Ran.hs:153)
ranToRep (src/Data/Functor/Kan/Ran.hs:157)
composedRepToRan (src/Data/Functor/Kan/Ran.hs:165)
ranToComposedRep (src/Data/Functor/Kan/Ran.hs:161)
Warning: 'Codensity' is ambiguous. It is defined
* at src/Control/Monad/Codensity.hs:66:44
* at src/Control/Monad/Codensity.hs:66:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Control/Monad/Codensity.hs:66:1
Warning: 'Ran' is ambiguous. It is defined
* at src/Data/Functor/Kan/Ran.hs:85:21
* at src/Data/Functor/Kan/Ran.hs:85:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Functor/Kan/Ran.hs:85:1
85% ( 12 / 14) in 'Control.Monad.Codensity'
Missing documentation for:
adjunctionToCodensity (src/Control/Monad/Codensity.hs:175)
ranToCodensity (src/Control/Monad/Codensity.hs:216)
Warning: 'Yoneda' is ambiguous. It is defined
* at src/Data/Functor/Yoneda.hs:59:22
* at src/Data/Functor/Yoneda.hs:59:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Functor/Yoneda.hs:59:1
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
45% ( 5 / 11) in 'Data.Functor.Yoneda'
Missing documentation for:
lowerYoneda (src/Data/Functor/Yoneda.hs:85)
maxF (src/Data/Functor/Yoneda.hs:194)
minF (src/Data/Functor/Yoneda.hs:199)
maxM (src/Data/Functor/Yoneda.hs:204)
minM (src/Data/Functor/Yoneda.hs:209)
ranToYoneda (src/Data/Functor/Yoneda.hs:103)
Warning: Data.Functor.Contravariant.Coyoneda: could not find link destinations for:
- Data.Functor.Contravariant.Coyoneda.D:R:RepCoyoneda
Warning: Data.Functor.Contravariant.Day: could not find link destinations for:
- Data.Functor.Contravariant.Day.D:R:RepDay
Warning: Data.Functor.Contravariant.Yoneda: could not find link destinations for:
- Data.Functor.Contravariant.Yoneda.D:R:RepYoneda
Warning: Data.Functor.Day: could not find link destinations for:
- Data.Functor.Day.D:R:RepDay
Warning: Data.Functor.Coyoneda: could not find link destinations for:
- Data.Functor.Coyoneda.D:R:RepCoyoneda
Warning: Data.Functor.Yoneda: could not find link destinations for:
- Data.Functor.Yoneda.D:R:RepYoneda
Documentation created: dist/doc/html/kan-extensions/,
dist/doc/html/kan-extensions/kan-extensions.txt
Installing library in /home/bgamari/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/kan-extensions-5.2.6-675aNxpZApr74kEQFuliDx
Completed kan-extensions-5.2.6
Downloading data-effects-core-0.4.1.0
Downloaded data-effects-core-0.4.1.0
Configuring data-effects-core-0.4.1.0...
Preprocessing library for data-effects-core-0.4.1.0..
Building library for data-effects-core-0.4.1.0..
[1 of 8] Compiling Data.Effect.HFunctor ( src/Data/Effect/HFunctor.hs, dist/build/Data/Effect/HFunctor.o, dist/build/Data/Effect/HFunctor.dyn_o )
[2 of 8] Compiling Data.Effect ( src/Data/Effect.hs, dist/build/Data/Effect.o, dist/build/Data/Effect.dyn_o )
[3 of 8] Compiling Data.Effect.Tag ( src/Data/Effect/Tag.hs, dist/build/Data/Effect/Tag.o, dist/build/Data/Effect/Tag.dyn_o )
[4 of 8] Compiling Data.Effect.OpenUnion ( src/Data/Effect/OpenUnion.hs, dist/build/Data/Effect/OpenUnion.o, dist/build/Data/Effect/OpenUnion.dyn_o )
[5 of 8] Compiling Control.Effect ( src/Control/Effect.hs, dist/build/Control/Effect.o, dist/build/Control/Effect.dyn_o )
[6 of 8] Compiling Data.Effect.HFunctor.HCont ( src/Data/Effect/HFunctor/HCont.hs, dist/build/Data/Effect/HFunctor/HCont.o, dist/build/Data/Effect/HFunctor/HCont.dyn_o )
[7 of 8] Compiling Control.Effect.Interpret ( src/Control/Effect/Interpret.hs, dist/build/Control/Effect/Interpret.o, dist/build/Control/Effect/Interpret.dyn_o )
[8 of 8] Compiling Control.Effect.Transform ( src/Control/Effect/Transform.hs, dist/build/Control/Effect/Transform.o, dist/build/Control/Effect/Transform.dyn_o )
Preprocessing library for data-effects-core-0.4.1.0..
Running Haddock on library for data-effects-core-0.4.1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 8] Compiling Data.Effect.HFunctor ( src/Data/Effect/HFunctor.hs, nothing )
[2 of 8] Compiling Data.Effect ( src/Data/Effect.hs, nothing )
[3 of 8] Compiling Data.Effect.Tag ( src/Data/Effect/Tag.hs, nothing )
[4 of 8] Compiling Data.Effect.OpenUnion ( src/Data/Effect/OpenUnion.hs, nothing )
[5 of 8] Compiling Control.Effect ( src/Control/Effect.hs, nothing )
[6 of 8] Compiling Data.Effect.HFunctor.HCont ( src/Data/Effect/HFunctor/HCont.hs, nothing )
[7 of 8] Compiling Control.Effect.Interpret ( src/Control/Effect/Interpret.hs, nothing )
[8 of 8] Compiling Control.Effect.Transform ( src/Control/Effect/Transform.hs, nothing )
Haddock coverage:
50% ( 1 / 2) in 'Data.Effect.HFunctor'
Missing documentation for:
HFunctor (src/Data/Effect/HFunctor.hs:12)
Warning: 'empty' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
49% ( 26 / 53) in 'Data.Effect'
Missing documentation for:
OrderOf (src/Data/Effect.hs:24)
OrderCase (src/Data/Effect.hs:26)
LabelOf (src/Data/Effect.hs:30)
FirstOrder (src/Data/Effect.hs:32)
NopLabel (src/Data/Effect.hs:47)
Emb (src/Data/Effect.hs:57)
EmbLabel (src/Data/Effect.hs:62)
Unemb (src/Data/Effect.hs:70)
AskLabel (src/Data/Effect.hs:79)
LocalLabel (src/Data/Effect.hs:98)
StateLabel (src/Data/Effect.hs:115)
TellLabel (src/Data/Effect.hs:131)
WriterHLabel (src/Data/Effect.hs:155)
ThrowLabel (src/Data/Effect.hs:172)
CatchLabel (src/Data/Effect.hs:191)
EmptyLabel (src/Data/Effect.hs:206)
ChooseLabel (src/Data/Effect.hs:221)
ChooseHLabel (src/Data/Effect.hs:239)
Fail (src/Data/Effect.hs:249)
FailLabel (src/Data/Effect.hs:252)
Fix (src/Data/Effect.hs:263)
FixLabel (src/Data/Effect.hs:266)
UnliftBase (src/Data/Effect.hs:276)
UnliftIO (src/Data/Effect.hs:279)
UnliftBaseLabel (src/Data/Effect.hs:281)
CC (src/Data/Effect.hs:292)
CCLabel (src/Data/Effect.hs:296)
75% ( 3 / 4) in 'Data.Effect.Tag'
Missing documentation for:
TaggedLabel (src/Data/Effect/Tag.hs:23)
3% ( 3 / 77) in 'Data.Effect.OpenUnion'
Missing documentation for:
Union (src/Data/Effect/OpenUnion.hs:26)
hfmapUnion (src/Data/Effect/OpenUnion.hs:43)
coerceFOEs (src/Data/Effect/OpenUnion.hs:62)
Membership (src/Data/Effect/OpenUnion.hs:67)
Here (src/Data/Effect/OpenUnion.hs:71)
There (src/Data/Effect/OpenUnion.hs:75)
weakenFor (src/Data/Effect/OpenUnion.hs:83)
mapUnion (src/Data/Effect/OpenUnion.hs:91)
membershipAt (src/Data/Effect/OpenUnion.hs:96)
compareMembership (src/Data/Effect/OpenUnion.hs:100)
At (src/Data/Effect/OpenUnion.hs:104)
intVal (src/Data/Effect/OpenUnion.hs:110)
LabelResolver (src/Data/Effect/OpenUnion.hs:113)
KeyResolver (src/Data/Effect/OpenUnion.hs:114)
IdentityResolver (src/Data/Effect/OpenUnion.hs:115)
KeyDiscriminator (src/Data/Effect/OpenUnion.hs:117)
NoKeyDiscriminator (src/Data/Effect/OpenUnion.hs:118)
IdentityDiscriminator (src/Data/Effect/OpenUnion.hs:120)
Discriminator (src/Data/Effect/OpenUnion.hs:122)
KeyOf (src/Data/Effect/OpenUnion.hs:127)
ResolverName (src/Data/Effect/OpenUnion.hs:131)
:> (src/Data/Effect/OpenUnion.hs:139)
Has (src/Data/Effect/OpenUnion.hs:140)
In (src/Data/Effect/OpenUnion.hs:141)
KnownIndex (src/Data/Effect/OpenUnion.hs:142)
FindByLabel (src/Data/Effect/OpenUnion.hs:144)
MemberBy (src/Data/Effect/OpenUnion.hs:146)
FindBy (src/Data/Effect/OpenUnion.hs:152)
membership (src/Data/Effect/OpenUnion.hs:181)
labelMembership (src/Data/Effect/OpenUnion.hs:188)
keyMembership (src/Data/Effect/OpenUnion.hs:195)
identityMembership (src/Data/Effect/OpenUnion.hs:202)
ErrorIfNotFound (src/Data/Effect/OpenUnion.hs:204)
HeadOf (src/Data/Effect/OpenUnion.hs:241)
KnownOrder (src/Data/Effect/OpenUnion.hs:244)
Elem (src/Data/Effect/OpenUnion.hs:246)
decomp (src/Data/Effect/OpenUnion.hs:255)
projectAnyOrder (src/Data/Effect/OpenUnion.hs:307)
caseAnyOrder (src/Data/Effect/OpenUnion.hs:315)
extractAnyOrder (src/Data/Effect/OpenUnion.hs:321)
hfmapDynUnsafeCoerce (src/Data/Effect/OpenUnion.hs:328)
nil (src/Data/Effect/OpenUnion.hs:334)
nilMembership (src/Data/Effect/OpenUnion.hs:337)
weakensFor (src/Data/Effect/OpenUnion.hs:340)
Suffix (src/Data/Effect/OpenUnion.hs:343)
SuffixUnder (src/Data/Effect/OpenUnion.hs:354)
weakensUnderFor (src/Data/Effect/OpenUnion.hs:373)
RemoveHOEs (src/Data/Effect/OpenUnion.hs:380)
WeakenHOEs (src/Data/Effect/OpenUnion.hs:385)
WeakenHOEs_ (src/Data/Effect/OpenUnion.hs:387)
weaken (src/Data/Effect/OpenUnion.hs:432)
weakens (src/Data/Effect/OpenUnion.hs:436)
weakensUnder (src/Data/Effect/OpenUnion.hs:440)
weakenHOEsFor (src/Data/Effect/OpenUnion.hs:444)
weakenHOEs (src/Data/Effect/OpenUnion.hs:448)
KnownLength (src/Data/Effect/OpenUnion.hs:452)
++ (src/Data/Effect/OpenUnion.hs:465)
!++ (src/Data/Effect/OpenUnion.hs:472)
bundleUnion (src/Data/Effect/OpenUnion.hs:483)
unbundleUnion (src/Data/Effect/OpenUnion.hs:495)
splitUnion (src/Data/Effect/OpenUnion.hs:505)
mergeUnion (src/Data/Effect/OpenUnion.hs:513)
splitFor (src/Data/Effect/OpenUnion.hs:525)
suffixFor (src/Data/Effect/OpenUnion.hs:533)
prefixFor (src/Data/Effect/OpenUnion.hs:537)
Each (src/Data/Effect/OpenUnion.hs:540)
prefixFor1 (src/Data/Effect/OpenUnion.hs:545)
Ordership (src/Data/Effect/OpenUnion.hs:548)
union (src/Data/Effect/OpenUnion.hs:553)
mkUnion (src/Data/Effect/OpenUnion.hs:561)
firstOrdership (src/Data/Effect/OpenUnion.hs:567)
higherOrdership (src/Data/Effect/OpenUnion.hs:571)
shrinkOrdership (src/Data/Effect/OpenUnion.hs:575)
continuationOfInterpretation (src/Data/Effect/OpenUnion.hs:578)
26% ( 5 / 19) in 'Control.Effect'
Missing documentation for:
Eff (src/Control/Effect.hs:76)
perform (src/Control/Effect.hs:79)
perform' (src/Control/Effect.hs:83)
perform'' (src/Control/Effect.hs:87)
send (src/Control/Effect.hs:91)
sendAt (src/Control/Effect.hs:95)
sendFor (src/Control/Effect.hs:104)
emb (src/Control/Effect.hs:108)
~~> (src/Control/Effect.hs:116)
sub (src/Control/Effect.hs:219)
callCC_ (src/Control/Effect.hs:227)
Free (src/Control/Effect.hs:253)
convertEff (src/Control/Effect.hs:276)
convertFree (src/Control/Effect.hs:283)
100% ( 2 / 2) in 'Data.Effect.HFunctor.HCont'
5% ( 1 / 17) in 'Control.Effect.Interpret'
Missing documentation for:
runEff (src/Control/Effect/Interpret.hs:48)
runPure (src/Control/Effect/Interpret.hs:52)
interpret (src/Control/Effect/Interpret.hs:61)
reinterpret (src/Control/Effect/Interpret.hs:70)
interprets (src/Control/Effect/Interpret.hs:79)
reinterprets (src/Control/Effect/Interpret.hs:88)
interpose (src/Control/Effect/Interpret.hs:97)
interposeOn (src/Control/Effect/Interpret.hs:106)
interposeIn (src/Control/Effect/Interpret.hs:115)
interposeFor (src/Control/Effect/Interpret.hs:125)
preinterpose (src/Control/Effect/Interpret.hs:138)
preinterposeOn (src/Control/Effect/Interpret.hs:147)
preinterposeIn (src/Control/Effect/Interpret.hs:156)
preinterposeFor (src/Control/Effect/Interpret.hs:166)
interpretAll (src/Control/Effect/Interpret.hs:181)
iterAllEff (src/Control/Effect/Interpret.hs:193)
4% ( 1 / 24) in 'Control.Effect.Transform'
Missing documentation for:
raise (src/Control/Effect/Transform.hs:49)
raises (src/Control/Effect/Transform.hs:53)
raiseUnder (src/Control/Effect/Transform.hs:57)
raisesUnder (src/Control/Effect/Transform.hs:61)
raisesUnders (src/Control/Effect/Transform.hs:65)
onlyFOEs (src/Control/Effect/Transform.hs:69)
raisePrefix (src/Control/Effect/Transform.hs:77)
raiseSuffix (src/Control/Effect/Transform.hs:85)
raisePrefix1 (src/Control/Effect/Transform.hs:93)
subsume (src/Control/Effect/Transform.hs:97)
subsumeUnder (src/Control/Effect/Transform.hs:101)
transform (src/Control/Effect/Transform.hs:112)
translate (src/Control/Effect/Transform.hs:121)
translateOn (src/Control/Effect/Transform.hs:130)
translateIn (src/Control/Effect/Transform.hs:139)
translateFor (src/Control/Effect/Transform.hs:149)
rewrite (src/Control/Effect/Transform.hs:158)
rewriteOn (src/Control/Effect/Transform.hs:167)
rewriteIn (src/Control/Effect/Transform.hs:176)
rewriteFor (src/Control/Effect/Transform.hs:186)
transAll (src/Control/Effect/Transform.hs:195)
tag (src/Control/Effect/Transform.hs:206)
untag (src/Control/Effect/Transform.hs:214)
Documentation created: dist/doc/html/data-effects-core/,
dist/doc/html/data-effects-core/data-effects-core.txt
Installing library in /home/bgamari/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/data-effects-core-0.4.1.0-21YK59Sjzg1JsvzmyP9Wdo
Completed data-effects-core-0.4.1.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):
- data-effects-core-0.4.1.0 (first run)
Configuring data-effects-core-0.4.1.0...
Preprocessing library for data-effects-core-0.4.1.0..
Building library for data-effects-core-0.4.1.0..
[1 of 8] Compiling Data.Effect.HFunctor ( src/Data/Effect/HFunctor.hs, /home/bgamari/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/data-effects-core-0.4.1.0/noopt/build/Data/Effect/HFunctor.o, /home/bgamari/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/data-effects-core-0.4.1.0/noopt/build/Data/Effect/HFunctor.dyn_o )
[2 of 8] Compiling Data.Effect ( src/Data/Effect.hs, /home/bgamari/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/data-effects-core-0.4.1.0/noopt/build/Data/Effect.o, /home/bgamari/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/data-effects-core-0.4.1.0/noopt/build/Data/Effect.dyn_o )
[3 of 8] Compiling Data.Effect.Tag ( src/Data/Effect/Tag.hs, /home/bgamari/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/data-effects-core-0.4.1.0/noopt/build/Data/Effect/Tag.o, /home/bgamari/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/data-effects-core-0.4.1.0/noopt/build/Data/Effect/Tag.dyn_o )
[4 of 8] Compiling Data.Effect.OpenUnion ( src/Data/Effect/OpenUnion.hs, /home/bgamari/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/data-effects-core-0.4.1.0/noopt/build/Data/Effect/OpenUnion.o, /home/bgamari/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/data-effects-core-0.4.1.0/noopt/build/Data/Effect/OpenUnion.dyn_o )
[5 of 8] Compiling Control.Effect ( src/Control/Effect.hs, /home/bgamari/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/data-effects-core-0.4.1.0/noopt/build/Control/Effect.o, /home/bgamari/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/data-effects-core-0.4.1.0/noopt/build/Control/Effect.dyn_o )
[6 of 8] Compiling Data.Effect.HFunctor.HCont ( src/Data/Effect/HFunctor/HCont.hs, /home/bgamari/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/data-effects-core-0.4.1.0/noopt/build/Data/Effect/HFunctor/HCont.o, /home/bgamari/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/data-effects-core-0.4.1.0/noopt/build/Data/Effect/HFunctor/HCont.dyn_o )
[7 of 8] Compiling Control.Effect.Interpret ( src/Control/Effect/Interpret.hs, /home/bgamari/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/data-effects-core-0.4.1.0/noopt/build/Control/Effect/Interpret.o, /home/bgamari/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/data-effects-core-0.4.1.0/noopt/build/Control/Effect/Interpret.dyn_o )
[8 of 8] Compiling Control.Effect.Transform ( src/Control/Effect/Transform.hs, /home/bgamari/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/data-effects-core-0.4.1.0/noopt/build/Control/Effect/Transform.o, /home/bgamari/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/data-effects-core-0.4.1.0/noopt/build/Control/Effect/Transform.dyn_o )
Preprocessing test suite 'test' for data-effects-core-0.4.1.0..
Building test suite 'test' for data-effects-core-0.4.1.0..
[1 of 2] Compiling OpenUnion ( test/OpenUnion.hs, /home/bgamari/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/data-effects-core-0.4.1.0/noopt/build/test/test-tmp/OpenUnion.o )
[2 of 2] Compiling Main ( test/Driver.hs, /home/bgamari/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/data-effects-core-0.4.1.0/noopt/build/test/test-tmp/Main.o )
[3 of 3] Linking /home/bgamari/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/data-effects-core-0.4.1.0/noopt/build/test/test
Running 1 test suites...
Test suite test: RUNNING...
Test suite test: PASS
Test suite logged to:
/home/bgamari/build-cache/tmp-install/reports/data-effects-core-0.4.1.0.test
Writing: data-effects-core-0.4.1.0-inplace/Control.Effect.hs.html
Writing: data-effects-core-0.4.1.0-inplace/Data.Effect.OpenUnion.hs.html
Writing: data-effects-core-0.4.1.0-inplace/Data.Effect.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
/home/bgamari/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/data-effects-core-0.4.1.0/noopt/hpc/vanilla/html/test/hpc_index.html
1 of 1 test suites (1 of 1 test cases) passed.
Writing: data-effects-core-0.4.1.0-inplace/Control.Effect.hs.html
Writing: data-effects-core-0.4.1.0-inplace/Data.Effect.OpenUnion.hs.html
Writing: data-effects-core-0.4.1.0-inplace/Data.Effect.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
/home/bgamari/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/data-effects-core-0.4.1.0/noopt/hpc/vanilla/html/data-effects-core-0.4.1.0/hpc_index.html