Build #1 for spacecookie-1.0.0.3
| Package | spacecookie-1.0.0.3 |
|---|
| Install | DependencyFailed spacecookie-1.0.0.3 |
|---|---|
| Docs | NotTried |
| Tests | NotTried |
| Time submitted | 2025-05-03 14:04:24.055076862 UTC |
|---|---|
| Compiler | ghc-9.8.4 |
| OS | linux |
| Arch | x86_64 |
| Dependencies | async-2.2.5, attoparsec-0.14.4, base-4.19.2.0, bytestring-0.12.1.0, containers-0.6.8, directory-1.3.8.5, filepath-bytestring-1.5.2.0.2, hxt-unicode-9.0.2.4, mtl-2.3.1, socket-0.8.3.0, text-2.1.1, transformers-0.6.1.0, unix-2.8.6.0, aeson-2.2.3.0, attoparsec-0.14.4, base-4.19.2.0, bytestring-0.12.1.0, containers-0.6.8, directory-1.3.8.5, fast-logger-3.2.5, filepath-bytestring-1.5.2.0.2, mtl-2.3.1, socket-0.8.3.0, systemd-2.4.0, text-2.1.1, transformers-0.6.1.0, unix-2.8.6.0 |
| Flags | none |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies...
Configuring OneTuple-0.4.2...
Preprocessing library for OneTuple-0.4.2..
Building library for OneTuple-0.4.2..
[1 of 3] Compiling Data.Tuple.Solo ( src/Data/Tuple/Solo.hs, dist/build/Data/Tuple/Solo.o, dist/build/Data/Tuple/Solo.dyn_o )
[2 of 3] Compiling Data.Tuple.OneTuple ( src/Data/Tuple/OneTuple.hs, dist/build/Data/Tuple/OneTuple.o, dist/build/Data/Tuple/OneTuple.dyn_o )
[3 of 3] Compiling Data.Tuple.Solo.TH ( src/Data/Tuple/Solo/TH.hs, dist/build/Data/Tuple/Solo/TH.o, dist/build/Data/Tuple/Solo/TH.dyn_o )
Preprocessing library for OneTuple-0.4.2..
Running Haddock on library for OneTuple-0.4.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.Tuple.Solo ( src/Data/Tuple/Solo.hs, nothing )
[2 of 3] Compiling Data.Tuple.OneTuple ( src/Data/Tuple/OneTuple.hs, nothing )
[3 of 3] Compiling Data.Tuple.Solo.TH ( src/Data/Tuple/Solo/TH.hs, nothing )
Haddock coverage:
Warning: 'Solo' is ambiguous. It is defined
* in GHC.Tuple
* in GHC.Tuple.Prim
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Tuple.Prim
100% ( 3 / 3) in 'Data.Tuple.Solo'
25% ( 1 / 4) in 'Data.Tuple.OneTuple'
Missing documentation for:
OneTuple (src/Data/Tuple/OneTuple.hs:21)
OneTuple (src/Data/Tuple/OneTuple.hs:30)
only (src/Data/Tuple/OneTuple.hs:24)
Warning: 'Solo' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
50% ( 1 / 2) in 'Data.Tuple.Solo.TH'
Missing documentation for:
tupE
Warning: Data.Tuple.Solo: could not find link destinations for:
- GHC.Generics.Rep1_Solo
- GHC.Generics.Rep_Solo
Documentation created: dist/doc/html/OneTuple/,
dist/doc/html/OneTuple/OneTuple.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/OneTuple-0.4.2-ATtFINcmw7oK2Yohb9PBmz
Warning: Unable to strip executable or library
'libHSOneTuple-0.4.2-ATtFINcmw7oK2Yohb9PBmz' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHSOneTuple-0.4.2-ATtFINcmw7oK2Yohb9PBmz-ghc9.8.4' (missing the 'strip'
program)
Completed OneTuple-0.4.2
Configuring StateVar-1.2.2...
Preprocessing library for StateVar-1.2.2..
Building library for StateVar-1.2.2..
[1 of 1] Compiling Data.StateVar ( src/Data/StateVar.hs, dist/build/Data/StateVar.o, dist/build/Data/StateVar.dyn_o )
src/Data/StateVar.hs:220:33: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
220 | default ($~) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m ()
| ^
src/Data/StateVar.hs:226:34: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
226 | default ($~!) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m ()
| ^
src/Data/StateVar.hs:230:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
230 | defaultUpdate :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m ()
| ^
src/Data/StateVar.hs:235:38: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
235 | defaultUpdateStrict :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m ()
| ^
Preprocessing library for StateVar-1.2.2..
Running Haddock on library for StateVar-1.2.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.StateVar ( src/Data/StateVar.hs, nothing )
src/Data/StateVar.hs:220:33: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
220 | default ($~) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m ()
| ^
src/Data/StateVar.hs:226:34: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
226 | default ($~!) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m ()
| ^
src/Data/StateVar.hs:230:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
230 | defaultUpdate :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m ()
| ^
src/Data/StateVar.hs:235:38: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
235 | defaultUpdateStrict :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m ()
| ^
Haddock coverage:
Warning: 'StateVar' is ambiguous. It is defined
* at src/Data/StateVar.hs:125:19
* at src/Data/StateVar.hs:125:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/StateVar.hs:125:1
Warning: 'SettableStateVar' is ambiguous. It is defined
* at src/Data/StateVar.hs:148:30
* at src/Data/StateVar.hs:148:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/StateVar.hs:148:1
100% ( 15 / 15) in 'Data.StateVar'
Documentation created: dist/doc/html/StateVar/,
dist/doc/html/StateVar/StateVar.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/StateVar-1.2.2-FkX29h2fwdP2Mo2NQELJhZ
Warning: Unable to strip executable or library
'libHSStateVar-1.2.2-FkX29h2fwdP2Mo2NQELJhZ' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHSStateVar-1.2.2-FkX29h2fwdP2Mo2NQELJhZ-ghc9.8.4' (missing the 'strip'
program)
Completed StateVar-1.2.2
Configuring assoc-1.1.1...
Preprocessing library for assoc-1.1.1..
Building library for assoc-1.1.1..
[1 of 2] Compiling Data.Bifunctor.Assoc ( src/Data/Bifunctor/Assoc.hs, dist/build/Data/Bifunctor/Assoc.o, dist/build/Data/Bifunctor/Assoc.dyn_o )
[2 of 2] Compiling Data.Bifunctor.Swap ( src/Data/Bifunctor/Swap.hs, dist/build/Data/Bifunctor/Swap.o, dist/build/Data/Bifunctor/Swap.dyn_o )
Preprocessing library for assoc-1.1.1..
Running Haddock on library for assoc-1.1.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Bifunctor.Assoc ( src/Data/Bifunctor/Assoc.hs, nothing )
[2 of 2] Compiling Data.Bifunctor.Swap ( src/Data/Bifunctor/Swap.hs, nothing )
Haddock coverage:
50% ( 1 / 2) in 'Data.Bifunctor.Assoc'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Data.Bifunctor.Swap'
Missing documentation for:
Module header
Documentation created: dist/doc/html/assoc/, dist/doc/html/assoc/assoc.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/assoc-1.1.1-IR5FZLHpO7uKvKwb4BxhYj
Warning: Unable to strip executable or library
'libHSassoc-1.1.1-IR5FZLHpO7uKvKwb4BxhYj' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHSassoc-1.1.1-IR5FZLHpO7uKvKwb4BxhYj-ghc9.8.4' (missing the 'strip'
program)
Completed assoc-1.1.1
Configuring auto-update-0.2.6...
Preprocessing library for auto-update-0.2.6..
Building library for auto-update-0.2.6..
[1 of 9] Compiling Control.AutoUpdate.Types ( Control/AutoUpdate/Types.hs, dist/build/Control/AutoUpdate/Types.o, dist/build/Control/AutoUpdate/Types.dyn_o )
[2 of 9] Compiling Control.AutoUpdate.Thread ( Control/AutoUpdate/Thread.hs, dist/build/Control/AutoUpdate/Thread.o, dist/build/Control/AutoUpdate/Thread.dyn_o )
[3 of 9] Compiling Control.AutoUpdate.Event ( Control/AutoUpdate/Event.hs, dist/build/Control/AutoUpdate/Event.o, dist/build/Control/AutoUpdate/Event.dyn_o )
[4 of 9] Compiling Control.AutoUpdate.Internal ( Control/AutoUpdate/Internal.hs, dist/build/Control/AutoUpdate/Internal.o, dist/build/Control/AutoUpdate/Internal.dyn_o )
[5 of 9] Compiling Control.AutoUpdate ( Control/AutoUpdate.hs, dist/build/Control/AutoUpdate.o, dist/build/Control/AutoUpdate.dyn_o )
[6 of 9] Compiling Control.Debounce.Internal ( Control/Debounce/Internal.hs, dist/build/Control/Debounce/Internal.o, dist/build/Control/Debounce/Internal.dyn_o )
[7 of 9] Compiling Control.Debounce ( Control/Debounce.hs, dist/build/Control/Debounce.o, dist/build/Control/Debounce.dyn_o )
[8 of 9] Compiling Control.Reaper.Internal ( Control/Reaper/Internal.hs, dist/build/Control/Reaper/Internal.o, dist/build/Control/Reaper/Internal.dyn_o )
[9 of 9] Compiling Control.Reaper ( Control/Reaper.hs, dist/build/Control/Reaper.o, dist/build/Control/Reaper.dyn_o )
Preprocessing library for auto-update-0.2.6..
Running Haddock on library for auto-update-0.2.6..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 9] Compiling Control.AutoUpdate.Types ( Control/AutoUpdate/Types.hs, nothing )
[2 of 9] Compiling Control.AutoUpdate.Thread ( Control/AutoUpdate/Thread.hs, nothing )
[3 of 9] Compiling Control.AutoUpdate.Event ( Control/AutoUpdate/Event.hs, nothing )
[4 of 9] Compiling Control.AutoUpdate.Internal ( Control/AutoUpdate/Internal.hs, nothing )
[5 of 9] Compiling Control.AutoUpdate ( Control/AutoUpdate.hs, nothing )
[6 of 9] Compiling Control.Debounce.Internal ( Control/Debounce/Internal.hs, nothing )
[7 of 9] Compiling Control.Debounce ( Control/Debounce.hs, nothing )
[8 of 9] Compiling Control.Reaper.Internal ( Control/Reaper/Internal.hs, nothing )
[9 of 9] Compiling Control.Reaper ( Control/Reaper.hs, nothing )
Haddock coverage:
Warning: 'threadDelay' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'UpdateSettings' is ambiguous. It is defined
* at Control/AutoUpdate/Types.hs:13:25
* at Control/AutoUpdate/Types.hs:13:1
You 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/AutoUpdate/Types.hs:13:1
Warning: 'UpdateState' is ambiguous. It is defined
* at Control/AutoUpdate/Event.hs:43:5
* at Control/AutoUpdate/Event.hs:42:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Control/AutoUpdate/Event.hs:42:1
60% ( 3 / 5) in 'Control.AutoUpdate.Internal'
Missing documentation for:
Module header
UpdateState (Control/AutoUpdate/Event.hs:42)
Warning: 'IORef' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'getCurrentTime' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
83% ( 10 / 12) in 'Control.AutoUpdate'
Missing documentation for:
mkAutoUpdate (Control/AutoUpdate.hs:58)
mkAutoUpdateWithModify (Control/AutoUpdate.hs:65)
Warning: 'defaultDebounceSettings' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
87% ( 7 / 8) in 'Control.Debounce.Internal'
Missing documentation for:
mkDebounceInternal (Control/Debounce/Internal.hs:167)
Warning: 'debounceAction' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'debounceFreq' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'debounceEdge' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'DebounceSettings' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 16 / 16) in 'Control.Debounce'
Warning: 'reaperEmpty' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'reaperAction' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'reaperNull' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
50% ( 1 / 2) in 'Control.Reaper.Internal'
Missing documentation for:
Module header
Warning: 'Reaper' is ambiguous. It is defined
* at Control/Reaper/Internal.hs:4:29
* at Control/Reaper/Internal.hs:4:1
You 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/Reaper/Internal.hs:4:1
100% ( 24 / 24) in 'Control.Reaper'
Documentation created: dist/doc/html/auto-update/,
dist/doc/html/auto-update/auto-update.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/auto-update-0.2.6-Ehn22ADx6c0KLKy1In2HqR
Warning: Unable to strip executable or library
'libHSauto-update-0.2.6-Ehn22ADx6c0KLKy1In2HqR' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHSauto-update-0.2.6-Ehn22ADx6c0KLKy1In2HqR-ghc9.8.4' (missing the 'strip'
program)
Completed auto-update-0.2.6
Configuring base-orphans-0.9.3...
Preprocessing library for base-orphans-0.9.3..
Building library for base-orphans-0.9.3..
[1 of 2] Compiling Data.Orphans.Prelude ( src/Data/Orphans/Prelude.hs, dist/build/Data/Orphans/Prelude.o, dist/build/Data/Orphans/Prelude.dyn_o )
[2 of 2] Compiling Data.Orphans ( src/Data/Orphans.hs, dist/build/Data/Orphans.o, dist/build/Data/Orphans.dyn_o )
Preprocessing library for base-orphans-0.9.3..
Running Haddock on library for base-orphans-0.9.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Orphans.Prelude ( src/Data/Orphans/Prelude.hs, nothing )
[2 of 2] Compiling Data.Orphans ( src/Data/Orphans.hs, nothing )
Haddock coverage:
100% ( 1 / 1) in 'Data.Orphans'
Documentation created: dist/doc/html/base-orphans/,
dist/doc/html/base-orphans/base-orphans.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/base-orphans-0.9.3-FO1MOLOK3e83158jMAOVc9
Warning: Unable to strip executable or library
'libHSbase-orphans-0.9.3-FO1MOLOK3e83158jMAOVc9' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHSbase-orphans-0.9.3-FO1MOLOK3e83158jMAOVc9-ghc9.8.4' (missing the 'strip'
program)
Completed base-orphans-0.9.3
Configuring character-ps-0.1...
Preprocessing library for character-ps-0.1..
Building library for character-ps-0.1..
[1 of 3] Compiling Data.Char.Patterns ( src/Data/Char/Patterns.hs, dist/build/Data/Char/Patterns.o, dist/build/Data/Char/Patterns.dyn_o )
[2 of 3] Compiling Data.Word16.Patterns ( src/Data/Word16/Patterns.hs, dist/build/Data/Word16/Patterns.o, dist/build/Data/Word16/Patterns.dyn_o )
[3 of 3] Compiling Data.Word8.Patterns ( src/Data/Word8/Patterns.hs, dist/build/Data/Word8/Patterns.o, dist/build/Data/Word8/Patterns.dyn_o )
Preprocessing library for character-ps-0.1..
Running Haddock on library for character-ps-0.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.Char.Patterns ( src/Data/Char/Patterns.hs, nothing )
[2 of 3] Compiling Data.Word16.Patterns ( src/Data/Word16/Patterns.hs, nothing )
[3 of 3] Compiling Data.Word8.Patterns ( src/Data/Word8/Patterns.hs, nothing )
Haddock coverage:
100% (137 /137) in 'Data.Char.Patterns'
100% (137 /137) in 'Data.Word16.Patterns'
100% (137 /137) in 'Data.Word8.Patterns'
Documentation created: dist/doc/html/character-ps/,
dist/doc/html/character-ps/character-ps.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/character-ps-0.1-AUtJVqsxjke1Iwdfhhw7tZ
Warning: Unable to strip executable or library
'libHScharacter-ps-0.1-AUtJVqsxjke1Iwdfhhw7tZ' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHScharacter-ps-0.1-AUtJVqsxjke1Iwdfhhw7tZ-ghc9.8.4' (missing the 'strip'
program)
Completed character-ps-0.1
Configuring colour-2.3.6...
Preprocessing library for colour-2.3.6..
Building library for colour-2.3.6..
[ 1 of 14] Compiling Data.Colour.CIE.Chromaticity ( Data/Colour/CIE/Chromaticity.hs, dist/build/Data/Colour/CIE/Chromaticity.o, dist/build/Data/Colour/CIE/Chromaticity.dyn_o )
[ 2 of 14] Compiling Data.Colour.CIE.Illuminant ( Data/Colour/CIE/Illuminant.hs, dist/build/Data/Colour/CIE/Illuminant.o, dist/build/Data/Colour/CIE/Illuminant.dyn_o )
[ 3 of 14] Compiling Data.Colour.Chan ( Data/Colour/Chan.hs, dist/build/Data/Colour/Chan.o, dist/build/Data/Colour/Chan.dyn_o )
[ 4 of 14] Compiling Data.Colour.Internal ( Data/Colour/Internal.hs, dist/build/Data/Colour/Internal.o, dist/build/Data/Colour/Internal.dyn_o )
[ 5 of 14] Compiling Data.Colour.Matrix ( Data/Colour/Matrix.hs, dist/build/Data/Colour/Matrix.o, dist/build/Data/Colour/Matrix.dyn_o )
[ 6 of 14] Compiling Data.Colour.RGB ( Data/Colour/RGB.hs, dist/build/Data/Colour/RGB.o, dist/build/Data/Colour/RGB.dyn_o )
[ 7 of 14] Compiling Data.Colour.RGBSpace.HSL ( Data/Colour/RGBSpace/HSL.hs, dist/build/Data/Colour/RGBSpace/HSL.o, dist/build/Data/Colour/RGBSpace/HSL.dyn_o )
[ 8 of 14] Compiling Data.Colour.RGBSpace.HSV ( Data/Colour/RGBSpace/HSV.hs, dist/build/Data/Colour/RGBSpace/HSV.o, dist/build/Data/Colour/RGBSpace/HSV.dyn_o )
[ 9 of 14] Compiling Data.Colour.SRGB.Linear ( Data/Colour/SRGB/Linear.hs, dist/build/Data/Colour/SRGB/Linear.o, dist/build/Data/Colour/SRGB/Linear.dyn_o )
[10 of 14] Compiling Data.Colour.RGBSpace ( Data/Colour/RGBSpace.hs, dist/build/Data/Colour/RGBSpace.o, dist/build/Data/Colour/RGBSpace.dyn_o )
[11 of 14] Compiling Data.Colour.SRGB ( Data/Colour/SRGB.hs, dist/build/Data/Colour/SRGB.o, dist/build/Data/Colour/SRGB.dyn_o )
Data/Colour/SRGB.hs:117:8: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
117 | x' | head x == '#' = tail x
| ^^^^
Data/Colour/SRGB.hs:117:24: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
117 | x' | head x == '#' = tail x
| ^^^^
Data/Colour/SRGB.hs:127:50: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
127 | sRGB24read x | length rx /= 1 || not (null (snd (head rx))) =
| ^^^^
Data/Colour/SRGB.hs:129:33: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
129 | | otherwise = fst (head rx)
| ^^^^
[12 of 14] Compiling Data.Colour ( Data/Colour.hs, dist/build/Data/Colour.o, dist/build/Data/Colour.dyn_o )
[13 of 14] Compiling Data.Colour.Names ( Data/Colour/Names.hs, dist/build/Data/Colour/Names.o, dist/build/Data/Colour/Names.dyn_o )
[14 of 14] Compiling Data.Colour.CIE ( Data/Colour/CIE.hs, dist/build/Data/Colour/CIE.o, dist/build/Data/Colour/CIE.dyn_o )
Preprocessing library for colour-2.3.6..
Running Haddock on library for colour-2.3.6..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 14] Compiling Data.Colour.CIE.Chromaticity ( Data/Colour/CIE/Chromaticity.hs, nothing )
[ 2 of 14] Compiling Data.Colour.CIE.Illuminant ( Data/Colour/CIE/Illuminant.hs, nothing )
[ 3 of 14] Compiling Data.Colour.Chan ( Data/Colour/Chan.hs, nothing )
[ 4 of 14] Compiling Data.Colour.Internal ( Data/Colour/Internal.hs, nothing )
[ 5 of 14] Compiling Data.Colour.Matrix ( Data/Colour/Matrix.hs, nothing )
[ 6 of 14] Compiling Data.Colour.RGB ( Data/Colour/RGB.hs, nothing )
[ 7 of 14] Compiling Data.Colour.RGBSpace.HSL ( Data/Colour/RGBSpace/HSL.hs, nothing )
[ 8 of 14] Compiling Data.Colour.RGBSpace.HSV ( Data/Colour/RGBSpace/HSV.hs, nothing )
[ 9 of 14] Compiling Data.Colour.SRGB.Linear ( Data/Colour/SRGB/Linear.hs, nothing )
[10 of 14] Compiling Data.Colour.RGBSpace ( Data/Colour/RGBSpace.hs, nothing )
[11 of 14] Compiling Data.Colour.SRGB ( Data/Colour/SRGB.hs, nothing )
Data/Colour/SRGB.hs:117:8: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
117 | x' | head x == '#' = tail x
| ^^^^
Data/Colour/SRGB.hs:117:24: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
117 | x' | head x == '#' = tail x
| ^^^^
Data/Colour/SRGB.hs:127:50: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
127 | sRGB24read x | length rx /= 1 || not (null (snd (head rx))) =
| ^^^^
Data/Colour/SRGB.hs:129:33: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
129 | | otherwise = fst (head rx)
| ^^^^
[12 of 14] Compiling Data.Colour ( Data/Colour.hs, nothing )
[13 of 14] Compiling Data.Colour.Names ( Data/Colour/Names.hs, nothing )
[14 of 14] Compiling Data.Colour.CIE ( Data/Colour/CIE.hs, nothing )
Haddock coverage:
100% ( 21 / 21) in 'Data.Colour.CIE.Illuminant'
Warning: 'RGBGamut' is ambiguous. It is defined
* at Data/Colour/RGB.hs:54:17
* at Data/Colour/RGB.hs:54:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Colour/RGB.hs:54:1
Warning: 'RGB' is ambiguous. It is defined
* at Data/Colour/RGB.hs:30:14
* at Data/Colour/RGB.hs:30:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Colour/RGB.hs:30:1
Warning: 'RGB' is ambiguous. It is defined
* at Data/Colour/RGB.hs:30:14
* at Data/Colour/RGB.hs:30:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Colour/RGB.hs:30:1
85% ( 6 / 7) in 'Data.Colour.RGBSpace.HSL'
Missing documentation for:
Module header
Warning: 'RGB' is ambiguous. It is defined
* at Data/Colour/RGB.hs:30:14
* at Data/Colour/RGB.hs:30:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Colour/RGB.hs:30:1
85% ( 6 / 7) in 'Data.Colour.RGBSpace.HSV'
Missing documentation for:
Module header
100% ( 6 / 6) in 'Data.Colour.SRGB.Linear'
Warning: 'RGBSpace' is ambiguous. It is defined
* at Data/Colour/RGBSpace.hs:122:19
* at Data/Colour/RGBSpace.hs:122:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Colour/RGBSpace.hs:122:1
Warning: 'TransferFunction' is ambiguous. It is defined
* at Data/Colour/RGBSpace.hs:92:27
* at Data/Colour/RGBSpace.hs:92:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Colour/RGBSpace.hs:92:1
Warning: 'RGB' is ambiguous. It is defined
* at Data/Colour/RGB.hs:30:14
* at Data/Colour/RGB.hs:30:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Colour/RGB.hs:30:1
Warning: 'RGBGamut' is ambiguous. It is defined
* at Data/Colour/RGB.hs:54:17
* at Data/Colour/RGB.hs:54:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Data/Colour/RGB.hs:54:1
83% ( 20 / 24) in 'Data.Colour.RGBSpace'
Missing documentation for:
primaries
whitePoint
gamut
transferFunction
100% ( 14 / 14) in 'Data.Colour.SRGB'
85% ( 17 / 20) in 'Data.Colour'
Missing documentation for:
black (Data/Colour/Internal.hs:53)
AffineSpace (Data/Colour/Internal.hs:110)
ColourOps (Data/Colour/Internal.hs:147)
0% ( 1 /149) in 'Data.Colour.Names'
Missing documentation for:
readColourName (Data/Colour/Names.hs:190)
aliceblue (Data/Colour/Names.hs:341)
antiquewhite (Data/Colour/Names.hs:344)
aqua (Data/Colour/Names.hs:347)
aquamarine (Data/Colour/Names.hs:350)
azure (Data/Colour/Names.hs:353)
beige (Data/Colour/Names.hs:356)
bisque (Data/Colour/Names.hs:359)
black (Data/Colour/Internal.hs:53)
blanchedalmond (Data/Colour/Names.hs:364)
blue (Data/Colour/Names.hs:367)
blueviolet (Data/Colour/Names.hs:370)
brown (Data/Colour/Names.hs:373)
burlywood (Data/Colour/Names.hs:376)
cadetblue (Data/Colour/Names.hs:379)
chartreuse (Data/Colour/Names.hs:382)
chocolate (Data/Colour/Names.hs:385)
coral (Data/Colour/Names.hs:388)
cornflowerblue (Data/Colour/Names.hs:391)
cornsilk (Data/Colour/Names.hs:394)
crimson (Data/Colour/Names.hs:397)
cyan (Data/Colour/Names.hs:400)
darkblue (Data/Colour/Names.hs:403)
darkcyan (Data/Colour/Names.hs:406)
darkgoldenrod (Data/Colour/Names.hs:409)
darkgray (Data/Colour/Names.hs:412)
darkgreen (Data/Colour/Names.hs:415)
darkgrey (Data/Colour/Names.hs:418)
darkkhaki (Data/Colour/Names.hs:421)
darkmagenta (Data/Colour/Names.hs:424)
darkolivegreen (Data/Colour/Names.hs:427)
darkorange (Data/Colour/Names.hs:430)
darkorchid (Data/Colour/Names.hs:433)
darkred (Data/Colour/Names.hs:436)
darksalmon (Data/Colour/Names.hs:439)
darkseagreen (Data/Colour/Names.hs:442)
darkslateblue (Data/Colour/Names.hs:445)
darkslategray (Data/Colour/Names.hs:448)
darkslategrey (Data/Colour/Names.hs:451)
darkturquoise (Data/Colour/Names.hs:454)
darkviolet (Data/Colour/Names.hs:457)
deeppink (Data/Colour/Names.hs:460)
deepskyblue (Data/Colour/Names.hs:463)
dimgray (Data/Colour/Names.hs:466)
dimgrey (Data/Colour/Names.hs:469)
dodgerblue (Data/Colour/Names.hs:472)
firebrick (Data/Colour/Names.hs:475)
floralwhite (Data/Colour/Names.hs:478)
forestgreen (Data/Colour/Names.hs:481)
fuchsia (Data/Colour/Names.hs:484)
gainsboro (Data/Colour/Names.hs:487)
ghostwhite (Data/Colour/Names.hs:490)
gold (Data/Colour/Names.hs:493)
goldenrod (Data/Colour/Names.hs:496)
gray (Data/Colour/Names.hs:499)
grey (Data/Colour/Names.hs:502)
green (Data/Colour/Names.hs:505)
greenyellow (Data/Colour/Names.hs:508)
honeydew (Data/Colour/Names.hs:511)
hotpink (Data/Colour/Names.hs:514)
indianred (Data/Colour/Names.hs:517)
indigo (Data/Colour/Names.hs:520)
ivory (Data/Colour/Names.hs:523)
khaki (Data/Colour/Names.hs:526)
lavender (Data/Colour/Names.hs:529)
lavenderblush (Data/Colour/Names.hs:532)
lawngreen (Data/Colour/Names.hs:535)
lemonchiffon (Data/Colour/Names.hs:538)
lightblue (Data/Colour/Names.hs:541)
lightcoral (Data/Colour/Names.hs:544)
lightcyan (Data/Colour/Names.hs:547)
lightgoldenrodyellow (Data/Colour/Names.hs:550)
lightgray (Data/Colour/Names.hs:553)
lightgreen (Data/Colour/Names.hs:556)
lightgrey (Data/Colour/Names.hs:559)
lightpink (Data/Colour/Names.hs:562)
lightsalmon (Data/Colour/Names.hs:565)
lightseagreen (Data/Colour/Names.hs:568)
lightskyblue (Data/Colour/Names.hs:571)
lightslategray (Data/Colour/Names.hs:574)
lightslategrey (Data/Colour/Names.hs:577)
lightsteelblue (Data/Colour/Names.hs:580)
lightyellow (Data/Colour/Names.hs:583)
lime (Data/Colour/Names.hs:586)
limegreen (Data/Colour/Names.hs:589)
linen (Data/Colour/Names.hs:592)
magenta (Data/Colour/Names.hs:595)
maroon (Data/Colour/Names.hs:598)
mediumaquamarine (Data/Colour/Names.hs:601)
mediumblue (Data/Colour/Names.hs:604)
mediumorchid (Data/Colour/Names.hs:607)
mediumpurple (Data/Colour/Names.hs:610)
mediumseagreen (Data/Colour/Names.hs:613)
mediumslateblue (Data/Colour/Names.hs:616)
mediumspringgreen (Data/Colour/Names.hs:619)
mediumturquoise (Data/Colour/Names.hs:622)
mediumvioletred (Data/Colour/Names.hs:625)
midnightblue (Data/Colour/Names.hs:628)
mintcream (Data/Colour/Names.hs:631)
mistyrose (Data/Colour/Names.hs:634)
moccasin (Data/Colour/Names.hs:637)
navajowhite (Data/Colour/Names.hs:640)
navy (Data/Colour/Names.hs:643)
oldlace (Data/Colour/Names.hs:646)
olive (Data/Colour/Names.hs:649)
olivedrab (Data/Colour/Names.hs:652)
orange (Data/Colour/Names.hs:655)
orangered (Data/Colour/Names.hs:658)
orchid (Data/Colour/Names.hs:661)
palegoldenrod (Data/Colour/Names.hs:664)
palegreen (Data/Colour/Names.hs:667)
paleturquoise (Data/Colour/Names.hs:670)
palevioletred (Data/Colour/Names.hs:673)
papayawhip (Data/Colour/Names.hs:676)
peachpuff (Data/Colour/Names.hs:679)
peru (Data/Colour/Names.hs:682)
pink (Data/Colour/Names.hs:685)
plum (Data/Colour/Names.hs:688)
powderblue (Data/Colour/Names.hs:691)
purple (Data/Colour/Names.hs:694)
red (Data/Colour/Names.hs:697)
rosybrown (Data/Colour/Names.hs:700)
royalblue (Data/Colour/Names.hs:703)
saddlebrown (Data/Colour/Names.hs:706)
salmon (Data/Colour/Names.hs:709)
sandybrown (Data/Colour/Names.hs:712)
seagreen (Data/Colour/Names.hs:715)
seashell (Data/Colour/Names.hs:718)
sienna (Data/Colour/Names.hs:721)
silver (Data/Colour/Names.hs:724)
skyblue (Data/Colour/Names.hs:727)
slateblue (Data/Colour/Names.hs:730)
slategray (Data/Colour/Names.hs:733)
slategrey (Data/Colour/Names.hs:736)
snow (Data/Colour/Names.hs:739)
springgreen (Data/Colour/Names.hs:742)
steelblue (Data/Colour/Names.hs:745)
tan (Data/Colour/Names.hs:748)
teal (Data/Colour/Names.hs:751)
thistle (Data/Colour/Names.hs:754)
tomato (Data/Colour/Names.hs:757)
turquoise (Data/Colour/Names.hs:760)
violet (Data/Colour/Names.hs:763)
wheat (Data/Colour/Names.hs:766)
white (Data/Colour/Names.hs:769)
whitesmoke (Data/Colour/Names.hs:772)
yellow (Data/Colour/Names.hs:775)
yellowgreen (Data/Colour/Names.hs:778)
Warning: 'toCIEXYZ' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'cieXYZView' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
88% ( 15 / 17) in 'Data.Colour.CIE'
Missing documentation for:
toCIEXYZ (Data/Colour/CIE.hs:65)
Chromaticity (Data/Colour/CIE/Chromaticity.hs:25)
Documentation created: dist/doc/html/colour/, dist/doc/html/colour/colour.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/colour-2.3.6-JegldMtiv9a8c4VaIBFkGx
Warning: Unable to strip executable or library
'libHScolour-2.3.6-JegldMtiv9a8c4VaIBFkGx' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHScolour-2.3.6-JegldMtiv9a8c4VaIBFkGx-ghc9.8.4' (missing the 'strip'
program)
Completed colour-2.3.6
Configuring dlist-1.0...
Preprocessing library for dlist-1.0..
Building library for dlist-1.0..
[1 of 5] Compiling Data.DList.Internal ( Data/DList/Internal.hs, dist/build/Data/DList/Internal.o, dist/build/Data/DList/Internal.dyn_o )
Data/DList/Internal.hs:642:12: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
642 | instance a ~ Char => IsString (DList a) where
| ^
[2 of 5] Compiling Data.DList ( Data/DList.hs, dist/build/Data/DList.o, dist/build/Data/DList.dyn_o )
[3 of 5] Compiling Data.DList.DNonEmpty.Internal ( Data/DList/DNonEmpty/Internal.hs, dist/build/Data/DList/DNonEmpty/Internal.o, dist/build/Data/DList/DNonEmpty/Internal.dyn_o )
Data/DList/DNonEmpty/Internal.hs:459:12: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
459 | instance a ~ Char => IsString (DNonEmpty a) where
| ^
[4 of 5] Compiling Data.DList.DNonEmpty ( Data/DList/DNonEmpty.hs, dist/build/Data/DList/DNonEmpty.o, dist/build/Data/DList/DNonEmpty.dyn_o )
[5 of 5] Compiling Data.DList.Unsafe ( Data/DList/Unsafe.hs, dist/build/Data/DList/Unsafe.o, dist/build/Data/DList/Unsafe.dyn_o )
Preprocessing library for dlist-1.0..
Running Haddock on library for dlist-1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling Data.DList.Internal ( Data/DList/Internal.hs, nothing )
Data/DList/Internal.hs:642:12: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
642 | instance a ~ Char => IsString (DList a) where
| ^
[2 of 5] Compiling Data.DList ( Data/DList.hs, nothing )
[3 of 5] Compiling Data.DList.DNonEmpty.Internal ( Data/DList/DNonEmpty/Internal.hs, nothing )
Data/DList/DNonEmpty/Internal.hs:459:12: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
459 | instance a ~ Char => IsString (DNonEmpty a) where
| ^
[4 of 5] Compiling Data.DList.DNonEmpty ( Data/DList/DNonEmpty.hs, nothing )
[5 of 5] Compiling Data.DList.Unsafe ( Data/DList/Unsafe.hs, nothing )
Haddock coverage:
100% ( 21 / 21) in 'Data.DList'
100% ( 17 / 17) in 'Data.DList.DNonEmpty'
Warning: Data.DList: could not find link destinations for:
- Data.DList.Internal.D:R:ItemDList
Warning: Data.DList.DNonEmpty: could not find link destinations for:
- Data.DList.DNonEmpty.Internal.D:R:ItemDNonEmpty
Documentation created: dist/doc/html/dlist/, dist/doc/html/dlist/dlist.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/dlist-1.0-64eJjLRuD1sLrW6rorjot6
Warning: Unable to strip executable or library
'libHSdlist-1.0-64eJjLRuD1sLrW6rorjot6' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHSdlist-1.0-64eJjLRuD1sLrW6rorjot6-ghc9.8.4' (missing the 'strip' program)
Completed dlist-1.0
Configuring easy-file-0.2.5...
Preprocessing library for easy-file-0.2.5..
Building library for easy-file-0.2.5..
[1 of 4] Compiling System.EasyFile.Directory ( System/EasyFile/Directory.hs, dist/build/System/EasyFile/Directory.o, dist/build/System/EasyFile/Directory.dyn_o )
[2 of 4] Compiling System.EasyFile.FilePath ( System/EasyFile/FilePath.hs, dist/build/System/EasyFile/FilePath.o, dist/build/System/EasyFile/FilePath.dyn_o )
System/EasyFile/FilePath.hs:517:63: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
517 | combine a b | hasDrive b || (not (null b) && isPathSeparator (head b)) = b
| ^^^^
System/EasyFile/FilePath.hs:561:31: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
561 | if hasDrive path then head pathComponents : f (tail pathComponents)
| ^^^^
System/EasyFile/FilePath.hs:561:56: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
561 | if hasDrive path then head pathComponents : f (tail pathComponents)
| ^^^^
[3 of 4] Compiling System.EasyFile.Missing ( System/EasyFile/Missing.hs, dist/build/System/EasyFile/Missing.o, dist/build/System/EasyFile/Missing.dyn_o )
[4 of 4] Compiling System.EasyFile ( System/EasyFile.hs, dist/build/System/EasyFile.o, dist/build/System/EasyFile.dyn_o )
Preprocessing library for easy-file-0.2.5..
Running Haddock on library for easy-file-0.2.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling System.EasyFile.Directory ( System/EasyFile/Directory.hs, nothing )
[2 of 4] Compiling System.EasyFile.FilePath ( System/EasyFile/FilePath.hs, nothing )
System/EasyFile/FilePath.hs:517:63: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
517 | combine a b | hasDrive b || (not (null b) && isPathSeparator (head b)) = b
| ^^^^
System/EasyFile/FilePath.hs:561:31: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
561 | if hasDrive path then head pathComponents : f (tail pathComponents)
| ^^^^
System/EasyFile/FilePath.hs:561:56: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
561 | if hasDrive path then head pathComponents : f (tail pathComponents)
| ^^^^
[3 of 4] Compiling System.EasyFile.Missing ( System/EasyFile/Missing.hs, nothing )
[4 of 4] Compiling System.EasyFile ( System/EasyFile.hs, nothing )
Haddock coverage:
Warning: 'HardwareFault' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'isDoesNotExistError' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'NoSuchThing' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'isPermissionError' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'PermissionDenied' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ResourceExhausted' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'UnsupportedOperation' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: System.EasyFile.Directory: Could not find documentation for exported module: System.EasyFile.Directory
Warning: 'isPermissionError' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'isDoesNotExistError' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ClockTime' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'UTCTime' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
98% ( 83 / 84) in 'System.EasyFile'
Missing documentation for:
Permissions
Documentation created: dist/doc/html/easy-file/,
dist/doc/html/easy-file/easy-file.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/easy-file-0.2.5-I4fqOg3gbxNK5ixEQNQkLS
Warning: Unable to strip executable or library
'libHSeasy-file-0.2.5-I4fqOg3gbxNK5ixEQNQkLS' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHSeasy-file-0.2.5-I4fqOg3gbxNK5ixEQNQkLS-ghc9.8.4' (missing the 'strip'
program)
Completed easy-file-0.2.5
Downloading filepath-bytestring-1.5.2.0.2
Downloaded filepath-bytestring-1.5.2.0.2
Configuring filepath-bytestring-1.5.2.0.2...
Preprocessing library for filepath-bytestring-1.5.2.0.2..
Building library for filepath-bytestring-1.5.2.0.2..
[1 of 3] Compiling System.FilePath.Posix.ByteString ( System/FilePath/Posix/ByteString.hs, dist/build/System/FilePath/Posix/ByteString.o, dist/build/System/FilePath/Posix/ByteString.dyn_o )
[2 of 3] Compiling System.FilePath.ByteString ( System/FilePath/ByteString.hs, dist/build/System/FilePath/ByteString.o, dist/build/System/FilePath/ByteString.dyn_o )
[3 of 3] Compiling System.FilePath.Windows.ByteString ( System/FilePath/Windows/ByteString.hs, dist/build/System/FilePath/Windows/ByteString.o, dist/build/System/FilePath/Windows/ByteString.dyn_o )
Preprocessing library for filepath-bytestring-1.5.2.0.2..
Running Haddock on library for filepath-bytestring-1.5.2.0.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling System.FilePath.Posix.ByteString ( System/FilePath/Posix/ByteString.hs, nothing )
[2 of 3] Compiling System.FilePath.ByteString ( System/FilePath/ByteString.hs, nothing )
[3 of 3] Compiling System.FilePath.Windows.ByteString ( System/FilePath/Windows/ByteString.hs, nothing )
Haddock coverage:
Warning: 'OverloadedStrings' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'IsString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 66 / 66) in 'System.FilePath.Posix.ByteString'
100% ( 2 / 2) in 'System.FilePath.ByteString'
Warning: 'OverloadedStrings' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'IsString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 66 / 66) in 'System.FilePath.Windows.ByteString'
Documentation created: dist/doc/html/filepath-bytestring/,
dist/doc/html/filepath-bytestring/filepath-bytestring.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/filepath-bytestring-1.5.2.0.2-JXt0TdZ2fD245MjDykcSuy
Warning: Unable to strip executable or library
'libHSfilepath-bytestring-1.5.2.0.2-JXt0TdZ2fD245MjDykcSuy' (missing the
'strip' program)
Warning: Unable to strip executable or library
'libHSfilepath-bytestring-1.5.2.0.2-JXt0TdZ2fD245MjDykcSuy-ghc9.8.4' (missing
the 'strip' program)
Completed filepath-bytestring-1.5.2.0.2
Configuring generically-0.1.1...
Preprocessing library for generically-0.1.1..
Building library for generically-0.1.1..
[1 of 1] Compiling GHC.Generics.Generically ( src/GHC/Generics/Generically.hs, dist/build/GHC/Generics/Generically.o, dist/build/GHC/Generics/Generically.dyn_o )
Preprocessing library for generically-0.1.1..
Running Haddock on library for generically-0.1.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling GHC.Generics.Generically ( src/GHC/Generics/Generically.hs, nothing )
Haddock coverage:
Warning: 'Generically' is ambiguous. It is defined
* in GHC.Generics
* in GHC.Generics
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Generics
100% ( 3 / 3) in 'GHC.Generics.Generically'
Documentation created: dist/doc/html/generically/,
dist/doc/html/generically/generically.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/generically-0.1.1-vTL0zKNdCC1ZY9eXzpWeP
Warning: Unable to strip executable or library
'libHSgenerically-0.1.1-vTL0zKNdCC1ZY9eXzpWeP' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHSgenerically-0.1.1-vTL0zKNdCC1ZY9eXzpWeP-ghc9.8.4' (missing the 'strip'
program)
Completed generically-0.1.1
Downloading hxt-charproperties-9.5.0.0
Downloaded hxt-charproperties-9.5.0.0
Configuring hxt-charproperties-9.5.0.0...
Preprocessing library for hxt-charproperties-9.5.0.0..
Building library for hxt-charproperties-9.5.0.0..
[1 of 4] Compiling Data.Char.Properties.UnicodeBlocks ( src/Data/Char/Properties/UnicodeBlocks.hs, dist/build/Data/Char/Properties/UnicodeBlocks.o, dist/build/Data/Char/Properties/UnicodeBlocks.dyn_o )
[2 of 4] Compiling Data.Set.CharSet ( src/Data/Set/CharSet.hs, dist/build/Data/Set/CharSet.o, dist/build/Data/Set/CharSet.dyn_o )
[3 of 4] Compiling Data.Char.Properties.XMLCharProps ( src/Data/Char/Properties/XMLCharProps.hs, dist/build/Data/Char/Properties/XMLCharProps.o, dist/build/Data/Char/Properties/XMLCharProps.dyn_o )
[4 of 4] Compiling Data.Char.Properties.UnicodeCharProps ( src/Data/Char/Properties/UnicodeCharProps.hs, dist/build/Data/Char/Properties/UnicodeCharProps.o, dist/build/Data/Char/Properties/UnicodeCharProps.dyn_o )
Preprocessing library for hxt-charproperties-9.5.0.0..
Running Haddock on library for hxt-charproperties-9.5.0.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Data.Char.Properties.UnicodeBlocks ( src/Data/Char/Properties/UnicodeBlocks.hs, nothing )
[2 of 4] Compiling Data.Set.CharSet ( src/Data/Set/CharSet.hs, nothing )
[3 of 4] Compiling Data.Char.Properties.XMLCharProps ( src/Data/Char/Properties/XMLCharProps.hs, nothing )
[4 of 4] Compiling Data.Char.Properties.UnicodeCharProps ( src/Data/Char/Properties/UnicodeCharProps.hs, nothing )
Haddock coverage:
0% ( 1 /312) in 'Data.Char.Properties.UnicodeBlocks'
Missing documentation for:
codeBlocks (src/Data/Char/Properties/UnicodeBlocks.hs:344)
elemCodeBlock (src/Data/Char/Properties/UnicodeBlocks.hs:341)
versionUnicode (src/Data/Char/Properties/UnicodeBlocks.hs:338)
isBasicLatin (src/Data/Char/Properties/UnicodeBlocks.hs:658)
isLatin1Supplement (src/Data/Char/Properties/UnicodeBlocks.hs:661)
isLatinExtendedA (src/Data/Char/Properties/UnicodeBlocks.hs:664)
isLatinExtendedB (src/Data/Char/Properties/UnicodeBlocks.hs:667)
isIPAExtensions (src/Data/Char/Properties/UnicodeBlocks.hs:670)
isSpacingModifierLetters (src/Data/Char/Properties/UnicodeBlocks.hs:673)
isCombiningDiacriticalMarks (src/Data/Char/Properties/UnicodeBlocks.hs:676)
isGreekandCoptic (src/Data/Char/Properties/UnicodeBlocks.hs:679)
isCyrillic (src/Data/Char/Properties/UnicodeBlocks.hs:682)
isCyrillicSupplement (src/Data/Char/Properties/UnicodeBlocks.hs:685)
isArmenian (src/Data/Char/Properties/UnicodeBlocks.hs:688)
isHebrew (src/Data/Char/Properties/UnicodeBlocks.hs:691)
isArabic (src/Data/Char/Properties/UnicodeBlocks.hs:694)
isSyriac (src/Data/Char/Properties/UnicodeBlocks.hs:697)
isArabicSupplement (src/Data/Char/Properties/UnicodeBlocks.hs:700)
isThaana (src/Data/Char/Properties/UnicodeBlocks.hs:703)
isNKo (src/Data/Char/Properties/UnicodeBlocks.hs:706)
isSamaritan (src/Data/Char/Properties/UnicodeBlocks.hs:709)
isMandaic (src/Data/Char/Properties/UnicodeBlocks.hs:712)
isSyriacSupplement (src/Data/Char/Properties/UnicodeBlocks.hs:715)
isArabicExtendedA (src/Data/Char/Properties/UnicodeBlocks.hs:718)
isDevanagari (src/Data/Char/Properties/UnicodeBlocks.hs:721)
isBengali (src/Data/Char/Properties/UnicodeBlocks.hs:724)
isGurmukhi (src/Data/Char/Properties/UnicodeBlocks.hs:727)
isGujarati (src/Data/Char/Properties/UnicodeBlocks.hs:730)
isOriya (src/Data/Char/Properties/UnicodeBlocks.hs:733)
isTamil (src/Data/Char/Properties/UnicodeBlocks.hs:736)
isTelugu (src/Data/Char/Properties/UnicodeBlocks.hs:739)
isKannada (src/Data/Char/Properties/UnicodeBlocks.hs:742)
isMalayalam (src/Data/Char/Properties/UnicodeBlocks.hs:745)
isSinhala (src/Data/Char/Properties/UnicodeBlocks.hs:748)
isThai (src/Data/Char/Properties/UnicodeBlocks.hs:751)
isLao (src/Data/Char/Properties/UnicodeBlocks.hs:754)
isTibetan (src/Data/Char/Properties/UnicodeBlocks.hs:757)
isMyanmar (src/Data/Char/Properties/UnicodeBlocks.hs:760)
isGeorgian (src/Data/Char/Properties/UnicodeBlocks.hs:763)
isHangulJamo (src/Data/Char/Properties/UnicodeBlocks.hs:766)
isEthiopic (src/Data/Char/Properties/UnicodeBlocks.hs:769)
isEthiopicSupplement (src/Data/Char/Properties/UnicodeBlocks.hs:772)
isCherokee (src/Data/Char/Properties/UnicodeBlocks.hs:775)
isUnifiedCanadianAboriginalSyllabics (src/Data/Char/Properties/UnicodeBlocks.hs:778)
isOgham (src/Data/Char/Properties/UnicodeBlocks.hs:781)
isRunic (src/Data/Char/Properties/UnicodeBlocks.hs:784)
isTagalog (src/Data/Char/Properties/UnicodeBlocks.hs:787)
isHanunoo (src/Data/Char/Properties/UnicodeBlocks.hs:790)
isBuhid (src/Data/Char/Properties/UnicodeBlocks.hs:793)
isTagbanwa (src/Data/Char/Properties/UnicodeBlocks.hs:796)
isKhmer (src/Data/Char/Properties/UnicodeBlocks.hs:799)
isMongolian (src/Data/Char/Properties/UnicodeBlocks.hs:802)
isUnifiedCanadianAboriginalSyllabicsExtended (src/Data/Char/Properties/UnicodeBlocks.hs:805)
isLimbu (src/Data/Char/Properties/UnicodeBlocks.hs:808)
isTaiLe (src/Data/Char/Properties/UnicodeBlocks.hs:811)
isNewTaiLue (src/Data/Char/Properties/UnicodeBlocks.hs:814)
isKhmerSymbols (src/Data/Char/Properties/UnicodeBlocks.hs:817)
isBuginese (src/Data/Char/Properties/UnicodeBlocks.hs:820)
isTaiTham (src/Data/Char/Properties/UnicodeBlocks.hs:823)
isCombiningDiacriticalMarksExtended (src/Data/Char/Properties/UnicodeBlocks.hs:826)
isBalinese (src/Data/Char/Properties/UnicodeBlocks.hs:829)
isSundanese (src/Data/Char/Properties/UnicodeBlocks.hs:832)
isBatak (src/Data/Char/Properties/UnicodeBlocks.hs:835)
isLepcha (src/Data/Char/Properties/UnicodeBlocks.hs:838)
isOlChiki (src/Data/Char/Properties/UnicodeBlocks.hs:841)
isCyrillicExtendedC (src/Data/Char/Properties/UnicodeBlocks.hs:844)
isGeorgianExtended (src/Data/Char/Properties/UnicodeBlocks.hs:847)
isSundaneseSupplement (src/Data/Char/Properties/UnicodeBlocks.hs:850)
isVedicExtensions (src/Data/Char/Properties/UnicodeBlocks.hs:853)
isPhoneticExtensions (src/Data/Char/Properties/UnicodeBlocks.hs:856)
isPhoneticExtensionsSupplement (src/Data/Char/Properties/UnicodeBlocks.hs:859)
isCombiningDiacriticalMarksSupplement (src/Data/Char/Properties/UnicodeBlocks.hs:862)
isLatinExtendedAdditional (src/Data/Char/Properties/UnicodeBlocks.hs:865)
isGreekExtended (src/Data/Char/Properties/UnicodeBlocks.hs:868)
isGeneralPunctuation (src/Data/Char/Properties/UnicodeBlocks.hs:871)
isSuperscriptsandSubscripts (src/Data/Char/Properties/UnicodeBlocks.hs:874)
isCurrencySymbols (src/Data/Char/Properties/UnicodeBlocks.hs:877)
isCombiningDiacriticalMarksforSymbols (src/Data/Char/Properties/UnicodeBlocks.hs:880)
isLetterlikeSymbols (src/Data/Char/Properties/UnicodeBlocks.hs:883)
isNumberForms (src/Data/Char/Properties/UnicodeBlocks.hs:886)
isArrows (src/Data/Char/Properties/UnicodeBlocks.hs:889)
isMathematicalOperators (src/Data/Char/Properties/UnicodeBlocks.hs:892)
isMiscellaneousTechnical (src/Data/Char/Properties/UnicodeBlocks.hs:895)
isControlPictures (src/Data/Char/Properties/UnicodeBlocks.hs:898)
isOpticalCharacterRecognition (src/Data/Char/Properties/UnicodeBlocks.hs:901)
isEnclosedAlphanumerics (src/Data/Char/Properties/UnicodeBlocks.hs:904)
isBoxDrawing (src/Data/Char/Properties/UnicodeBlocks.hs:907)
isBlockElements (src/Data/Char/Properties/UnicodeBlocks.hs:910)
isGeometricShapes (src/Data/Char/Properties/UnicodeBlocks.hs:913)
isMiscellaneousSymbols (src/Data/Char/Properties/UnicodeBlocks.hs:916)
isDingbats (src/Data/Char/Properties/UnicodeBlocks.hs:919)
isMiscellaneousMathematicalSymbolsA (src/Data/Char/Properties/UnicodeBlocks.hs:922)
isSupplementalArrowsA (src/Data/Char/Properties/UnicodeBlocks.hs:925)
isBraillePatterns (src/Data/Char/Properties/UnicodeBlocks.hs:928)
isSupplementalArrowsB (src/Data/Char/Properties/UnicodeBlocks.hs:931)
isMiscellaneousMathematicalSymbolsB (src/Data/Char/Properties/UnicodeBlocks.hs:934)
isSupplementalMathematicalOperators (src/Data/Char/Properties/UnicodeBlocks.hs:937)
isMiscellaneousSymbolsandArrows (src/Data/Char/Properties/UnicodeBlocks.hs:940)
isGlagolitic (src/Data/Char/Properties/UnicodeBlocks.hs:943)
isLatinExtendedC (src/Data/Char/Properties/UnicodeBlocks.hs:946)
isCoptic (src/Data/Char/Properties/UnicodeBlocks.hs:949)
isGeorgianSupplement (src/Data/Char/Properties/UnicodeBlocks.hs:952)
isTifinagh (src/Data/Char/Properties/UnicodeBlocks.hs:955)
isEthiopicExtended (src/Data/Char/Properties/UnicodeBlocks.hs:958)
isCyrillicExtendedA (src/Data/Char/Properties/UnicodeBlocks.hs:961)
isSupplementalPunctuation (src/Data/Char/Properties/UnicodeBlocks.hs:964)
isCJKRadicalsSupplement (src/Data/Char/Properties/UnicodeBlocks.hs:967)
isKangxiRadicals (src/Data/Char/Properties/UnicodeBlocks.hs:970)
isIdeographicDescriptionCharacters (src/Data/Char/Properties/UnicodeBlocks.hs:973)
isCJKSymbolsandPunctuation (src/Data/Char/Properties/UnicodeBlocks.hs:976)
isHiragana (src/Data/Char/Properties/UnicodeBlocks.hs:979)
isKatakana (src/Data/Char/Properties/UnicodeBlocks.hs:982)
isBopomofo (src/Data/Char/Properties/UnicodeBlocks.hs:985)
isHangulCompatibilityJamo (src/Data/Char/Properties/UnicodeBlocks.hs:988)
isKanbun (src/Data/Char/Properties/UnicodeBlocks.hs:991)
isBopomofoExtended (src/Data/Char/Properties/UnicodeBlocks.hs:994)
isCJKStrokes (src/Data/Char/Properties/UnicodeBlocks.hs:997)
isKatakanaPhoneticExtensions (src/Data/Char/Properties/UnicodeBlocks.hs:1000)
isEnclosedCJKLettersandMonths (src/Data/Char/Properties/UnicodeBlocks.hs:1003)
isCJKCompatibility (src/Data/Char/Properties/UnicodeBlocks.hs:1006)
isCJKUnifiedIdeographsExtensionA (src/Data/Char/Properties/UnicodeBlocks.hs:1009)
isYijingHexagramSymbols (src/Data/Char/Properties/UnicodeBlocks.hs:1012)
isCJKUnifiedIdeographs (src/Data/Char/Properties/UnicodeBlocks.hs:1015)
isYiSyllables (src/Data/Char/Properties/UnicodeBlocks.hs:1018)
isYiRadicals (src/Data/Char/Properties/UnicodeBlocks.hs:1021)
isLisu (src/Data/Char/Properties/UnicodeBlocks.hs:1024)
isVai (src/Data/Char/Properties/UnicodeBlocks.hs:1027)
isCyrillicExtendedB (src/Data/Char/Properties/UnicodeBlocks.hs:1030)
isBamum (src/Data/Char/Properties/UnicodeBlocks.hs:1033)
isModifierToneLetters (src/Data/Char/Properties/UnicodeBlocks.hs:1036)
isLatinExtendedD (src/Data/Char/Properties/UnicodeBlocks.hs:1039)
isSylotiNagri (src/Data/Char/Properties/UnicodeBlocks.hs:1042)
isCommonIndicNumberForms (src/Data/Char/Properties/UnicodeBlocks.hs:1045)
isPhagspa (src/Data/Char/Properties/UnicodeBlocks.hs:1048)
isSaurashtra (src/Data/Char/Properties/UnicodeBlocks.hs:1051)
isDevanagariExtended (src/Data/Char/Properties/UnicodeBlocks.hs:1054)
isKayahLi (src/Data/Char/Properties/UnicodeBlocks.hs:1057)
isRejang (src/Data/Char/Properties/UnicodeBlocks.hs:1060)
isHangulJamoExtendedA (src/Data/Char/Properties/UnicodeBlocks.hs:1063)
isJavanese (src/Data/Char/Properties/UnicodeBlocks.hs:1066)
isMyanmarExtendedB (src/Data/Char/Properties/UnicodeBlocks.hs:1069)
isCham (src/Data/Char/Properties/UnicodeBlocks.hs:1072)
isMyanmarExtendedA (src/Data/Char/Properties/UnicodeBlocks.hs:1075)
isTaiViet (src/Data/Char/Properties/UnicodeBlocks.hs:1078)
isMeeteiMayekExtensions (src/Data/Char/Properties/UnicodeBlocks.hs:1081)
isEthiopicExtendedA (src/Data/Char/Properties/UnicodeBlocks.hs:1084)
isLatinExtendedE (src/Data/Char/Properties/UnicodeBlocks.hs:1087)
isCherokeeSupplement (src/Data/Char/Properties/UnicodeBlocks.hs:1090)
isMeeteiMayek (src/Data/Char/Properties/UnicodeBlocks.hs:1093)
isHangulSyllables (src/Data/Char/Properties/UnicodeBlocks.hs:1096)
isHangulJamoExtendedB (src/Data/Char/Properties/UnicodeBlocks.hs:1099)
isHighSurrogates (src/Data/Char/Properties/UnicodeBlocks.hs:1102)
isHighPrivateUseSurrogates (src/Data/Char/Properties/UnicodeBlocks.hs:1105)
isLowSurrogates (src/Data/Char/Properties/UnicodeBlocks.hs:1108)
isPrivateUseArea (src/Data/Char/Properties/UnicodeBlocks.hs:1111)
isCJKCompatibilityIdeographs (src/Data/Char/Properties/UnicodeBlocks.hs:1114)
isAlphabeticPresentationForms (src/Data/Char/Properties/UnicodeBlocks.hs:1117)
isArabicPresentationFormsA (src/Data/Char/Properties/UnicodeBlocks.hs:1120)
isVariationSelectors (src/Data/Char/Properties/UnicodeBlocks.hs:1123)
isVerticalForms (src/Data/Char/Properties/UnicodeBlocks.hs:1126)
isCombiningHalfMarks (src/Data/Char/Properties/UnicodeBlocks.hs:1129)
isCJKCompatibilityForms (src/Data/Char/Properties/UnicodeBlocks.hs:1132)
isSmallFormVariants (src/Data/Char/Properties/UnicodeBlocks.hs:1135)
isArabicPresentationFormsB (src/Data/Char/Properties/UnicodeBlocks.hs:1138)
isHalfwidthandFullwidthForms (src/Data/Char/Properties/UnicodeBlocks.hs:1141)
isSpecials (src/Data/Char/Properties/UnicodeBlocks.hs:1144)
isLinearBSyllabary (src/Data/Char/Properties/UnicodeBlocks.hs:1147)
isLinearBIdeograms (src/Data/Char/Properties/UnicodeBlocks.hs:1150)
isAegeanNumbers (src/Data/Char/Properties/UnicodeBlocks.hs:1153)
isAncientGreekNumbers (src/Data/Char/Properties/UnicodeBlocks.hs:1156)
isAncientSymbols (src/Data/Char/Properties/UnicodeBlocks.hs:1159)
isPhaistosDisc (src/Data/Char/Properties/UnicodeBlocks.hs:1162)
isLycian (src/Data/Char/Properties/UnicodeBlocks.hs:1165)
isCarian (src/Data/Char/Properties/UnicodeBlocks.hs:1168)
isCopticEpactNumbers (src/Data/Char/Properties/UnicodeBlocks.hs:1171)
isOldItalic (src/Data/Char/Properties/UnicodeBlocks.hs:1174)
isGothic (src/Data/Char/Properties/UnicodeBlocks.hs:1177)
isOldPermic (src/Data/Char/Properties/UnicodeBlocks.hs:1180)
isUgaritic (src/Data/Char/Properties/UnicodeBlocks.hs:1183)
isOldPersian (src/Data/Char/Properties/UnicodeBlocks.hs:1186)
isDeseret (src/Data/Char/Properties/UnicodeBlocks.hs:1189)
isShavian (src/Data/Char/Properties/UnicodeBlocks.hs:1192)
isOsmanya (src/Data/Char/Properties/UnicodeBlocks.hs:1195)
isOsage (src/Data/Char/Properties/UnicodeBlocks.hs:1198)
isElbasan (src/Data/Char/Properties/UnicodeBlocks.hs:1201)
isCaucasianAlbanian (src/Data/Char/Properties/UnicodeBlocks.hs:1204)
isLinearA (src/Data/Char/Properties/UnicodeBlocks.hs:1207)
isCypriotSyllabary (src/Data/Char/Properties/UnicodeBlocks.hs:1210)
isImperialAramaic (src/Data/Char/Properties/UnicodeBlocks.hs:1213)
isPalmyrene (src/Data/Char/Properties/UnicodeBlocks.hs:1216)
isNabataean (src/Data/Char/Properties/UnicodeBlocks.hs:1219)
isHatran (src/Data/Char/Properties/UnicodeBlocks.hs:1222)
isPhoenician (src/Data/Char/Properties/UnicodeBlocks.hs:1225)
isLydian (src/Data/Char/Properties/UnicodeBlocks.hs:1228)
isMeroiticHieroglyphs (src/Data/Char/Properties/UnicodeBlocks.hs:1231)
isMeroiticCursive (src/Data/Char/Properties/UnicodeBlocks.hs:1234)
isKharoshthi (src/Data/Char/Properties/UnicodeBlocks.hs:1237)
isOldSouthArabian (src/Data/Char/Properties/UnicodeBlocks.hs:1240)
isOldNorthArabian (src/Data/Char/Properties/UnicodeBlocks.hs:1243)
isManichaean (src/Data/Char/Properties/UnicodeBlocks.hs:1246)
isAvestan (src/Data/Char/Properties/UnicodeBlocks.hs:1249)
isInscriptionalParthian (src/Data/Char/Properties/UnicodeBlocks.hs:1252)
isInscriptionalPahlavi (src/Data/Char/Properties/UnicodeBlocks.hs:1255)
isPsalterPahlavi (src/Data/Char/Properties/UnicodeBlocks.hs:1258)
isOldTurkic (src/Data/Char/Properties/UnicodeBlocks.hs:1261)
isOldHungarian (src/Data/Char/Properties/UnicodeBlocks.hs:1264)
isHanifiRohingya (src/Data/Char/Properties/UnicodeBlocks.hs:1267)
isRumiNumeralSymbols (src/Data/Char/Properties/UnicodeBlocks.hs:1270)
isYezidi (src/Data/Char/Properties/UnicodeBlocks.hs:1273)
isOldSogdian (src/Data/Char/Properties/UnicodeBlocks.hs:1276)
isSogdian (src/Data/Char/Properties/UnicodeBlocks.hs:1279)
isChorasmian (src/Data/Char/Properties/UnicodeBlocks.hs:1282)
isElymaic (src/Data/Char/Properties/UnicodeBlocks.hs:1285)
isBrahmi (src/Data/Char/Properties/UnicodeBlocks.hs:1288)
isKaithi (src/Data/Char/Properties/UnicodeBlocks.hs:1291)
isSoraSompeng (src/Data/Char/Properties/UnicodeBlocks.hs:1294)
isChakma (src/Data/Char/Properties/UnicodeBlocks.hs:1297)
isMahajani (src/Data/Char/Properties/UnicodeBlocks.hs:1300)
isSharada (src/Data/Char/Properties/UnicodeBlocks.hs:1303)
isSinhalaArchaicNumbers (src/Data/Char/Properties/UnicodeBlocks.hs:1306)
isKhojki (src/Data/Char/Properties/UnicodeBlocks.hs:1309)
isMultani (src/Data/Char/Properties/UnicodeBlocks.hs:1312)
isKhudawadi (src/Data/Char/Properties/UnicodeBlocks.hs:1315)
isGrantha (src/Data/Char/Properties/UnicodeBlocks.hs:1318)
isNewa (src/Data/Char/Properties/UnicodeBlocks.hs:1321)
isTirhuta (src/Data/Char/Properties/UnicodeBlocks.hs:1324)
isSiddham (src/Data/Char/Properties/UnicodeBlocks.hs:1327)
isModi (src/Data/Char/Properties/UnicodeBlocks.hs:1330)
isMongolianSupplement (src/Data/Char/Properties/UnicodeBlocks.hs:1333)
isTakri (src/Data/Char/Properties/UnicodeBlocks.hs:1336)
isAhom (src/Data/Char/Properties/UnicodeBlocks.hs:1339)
isDogra (src/Data/Char/Properties/UnicodeBlocks.hs:1342)
isWarangCiti (src/Data/Char/Properties/UnicodeBlocks.hs:1345)
isDivesAkuru (src/Data/Char/Properties/UnicodeBlocks.hs:1348)
isNandinagari (src/Data/Char/Properties/UnicodeBlocks.hs:1351)
isZanabazarSquare (src/Data/Char/Properties/UnicodeBlocks.hs:1354)
isSoyombo (src/Data/Char/Properties/UnicodeBlocks.hs:1357)
isPauCinHau (src/Data/Char/Properties/UnicodeBlocks.hs:1360)
isBhaiksuki (src/Data/Char/Properties/UnicodeBlocks.hs:1363)
isMarchen (src/Data/Char/Properties/UnicodeBlocks.hs:1366)
isMasaramGondi (src/Data/Char/Properties/UnicodeBlocks.hs:1369)
isGunjalaGondi (src/Data/Char/Properties/UnicodeBlocks.hs:1372)
isMakasar (src/Data/Char/Properties/UnicodeBlocks.hs:1375)
isLisuSupplement (src/Data/Char/Properties/UnicodeBlocks.hs:1378)
isTamilSupplement (src/Data/Char/Properties/UnicodeBlocks.hs:1381)
isCuneiform (src/Data/Char/Properties/UnicodeBlocks.hs:1384)
isCuneiformNumbersandPunctuation (src/Data/Char/Properties/UnicodeBlocks.hs:1387)
isEarlyDynasticCuneiform (src/Data/Char/Properties/UnicodeBlocks.hs:1390)
isEgyptianHieroglyphs (src/Data/Char/Properties/UnicodeBlocks.hs:1393)
isEgyptianHieroglyphFormatControls (src/Data/Char/Properties/UnicodeBlocks.hs:1396)
isAnatolianHieroglyphs (src/Data/Char/Properties/UnicodeBlocks.hs:1399)
isBamumSupplement (src/Data/Char/Properties/UnicodeBlocks.hs:1402)
isMro (src/Data/Char/Properties/UnicodeBlocks.hs:1405)
isBassaVah (src/Data/Char/Properties/UnicodeBlocks.hs:1408)
isPahawhHmong (src/Data/Char/Properties/UnicodeBlocks.hs:1411)
isMedefaidrin (src/Data/Char/Properties/UnicodeBlocks.hs:1414)
isMiao (src/Data/Char/Properties/UnicodeBlocks.hs:1417)
isIdeographicSymbolsandPunctuation (src/Data/Char/Properties/UnicodeBlocks.hs:1420)
isTangut (src/Data/Char/Properties/UnicodeBlocks.hs:1423)
isTangutComponents (src/Data/Char/Properties/UnicodeBlocks.hs:1426)
isKhitanSmallScript (src/Data/Char/Properties/UnicodeBlocks.hs:1429)
isTangutSupplement (src/Data/Char/Properties/UnicodeBlocks.hs:1432)
isKanaSupplement (src/Data/Char/Properties/UnicodeBlocks.hs:1435)
isKanaExtendedA (src/Data/Char/Properties/UnicodeBlocks.hs:1438)
isSmallKanaExtension (src/Data/Char/Properties/UnicodeBlocks.hs:1441)
isNushu (src/Data/Char/Properties/UnicodeBlocks.hs:1444)
isDuployan (src/Data/Char/Properties/UnicodeBlocks.hs:1447)
isShorthandFormatControls (src/Data/Char/Properties/UnicodeBlocks.hs:1450)
isByzantineMusicalSymbols (src/Data/Char/Properties/UnicodeBlocks.hs:1453)
isMusicalSymbols (src/Data/Char/Properties/UnicodeBlocks.hs:1456)
isAncientGreekMusicalNotation (src/Data/Char/Properties/UnicodeBlocks.hs:1459)
isMayanNumerals (src/Data/Char/Properties/UnicodeBlocks.hs:1462)
isTaiXuanJingSymbols (src/Data/Char/Properties/UnicodeBlocks.hs:1465)
isCountingRodNumerals (src/Data/Char/Properties/UnicodeBlocks.hs:1468)
isMathematicalAlphanumericSymbols (src/Data/Char/Properties/UnicodeBlocks.hs:1471)
isSuttonSignWriting (src/Data/Char/Properties/UnicodeBlocks.hs:1474)
isGlagoliticSupplement (src/Data/Char/Properties/UnicodeBlocks.hs:1477)
isNyiakengPuachueHmong (src/Data/Char/Properties/UnicodeBlocks.hs:1480)
isWancho (src/Data/Char/Properties/UnicodeBlocks.hs:1483)
isMendeKikakui (src/Data/Char/Properties/UnicodeBlocks.hs:1486)
isAdlam (src/Data/Char/Properties/UnicodeBlocks.hs:1489)
isIndicSiyaqNumbers (src/Data/Char/Properties/UnicodeBlocks.hs:1492)
isOttomanSiyaqNumbers (src/Data/Char/Properties/UnicodeBlocks.hs:1495)
isArabicMathematicalAlphabeticSymbols (src/Data/Char/Properties/UnicodeBlocks.hs:1498)
isMahjongTiles (src/Data/Char/Properties/UnicodeBlocks.hs:1501)
isDominoTiles (src/Data/Char/Properties/UnicodeBlocks.hs:1504)
isPlayingCards (src/Data/Char/Properties/UnicodeBlocks.hs:1507)
isEnclosedAlphanumericSupplement (src/Data/Char/Properties/UnicodeBlocks.hs:1510)
isEnclosedIdeographicSupplement (src/Data/Char/Properties/UnicodeBlocks.hs:1513)
isMiscellaneousSymbolsandPictographs (src/Data/Char/Properties/UnicodeBlocks.hs:1516)
isEmoticons (src/Data/Char/Properties/UnicodeBlocks.hs:1519)
isOrnamentalDingbats (src/Data/Char/Properties/UnicodeBlocks.hs:1522)
isTransportandMapSymbols (src/Data/Char/Properties/UnicodeBlocks.hs:1525)
isAlchemicalSymbols (src/Data/Char/Properties/UnicodeBlocks.hs:1528)
isGeometricShapesExtended (src/Data/Char/Properties/UnicodeBlocks.hs:1531)
isSupplementalArrowsC (src/Data/Char/Properties/UnicodeBlocks.hs:1534)
isSupplementalSymbolsandPictographs (src/Data/Char/Properties/UnicodeBlocks.hs:1537)
isChessSymbols (src/Data/Char/Properties/UnicodeBlocks.hs:1540)
isSymbolsandPictographsExtendedA (src/Data/Char/Properties/UnicodeBlocks.hs:1543)
isSymbolsforLegacyComputing (src/Data/Char/Properties/UnicodeBlocks.hs:1546)
isCJKUnifiedIdeographsExtensionB (src/Data/Char/Properties/UnicodeBlocks.hs:1549)
isCJKUnifiedIdeographsExtensionC (src/Data/Char/Properties/UnicodeBlocks.hs:1552)
isCJKUnifiedIdeographsExtensionD (src/Data/Char/Properties/UnicodeBlocks.hs:1555)
isCJKUnifiedIdeographsExtensionE (src/Data/Char/Properties/UnicodeBlocks.hs:1558)
isCJKUnifiedIdeographsExtensionF (src/Data/Char/Properties/UnicodeBlocks.hs:1561)
isCJKCompatibilityIdeographsSupplement (src/Data/Char/Properties/UnicodeBlocks.hs:1564)
isCJKUnifiedIdeographsExtensionG (src/Data/Char/Properties/UnicodeBlocks.hs:1567)
isTags (src/Data/Char/Properties/UnicodeBlocks.hs:1570)
isVariationSelectorsSupplement (src/Data/Char/Properties/UnicodeBlocks.hs:1573)
isSupplementaryPrivateUseAreaA (src/Data/Char/Properties/UnicodeBlocks.hs:1576)
isSupplementaryPrivateUseAreaB (src/Data/Char/Properties/UnicodeBlocks.hs:1579)
6% ( 1 / 16) in 'Data.Set.CharSet'
Missing documentation for:
CharSet (src/Data/Set/CharSet.hs:39)
emptyCS (src/Data/Set/CharSet.hs:42)
allCS (src/Data/Set/CharSet.hs:46)
singleCS (src/Data/Set/CharSet.hs:50)
stringCS (src/Data/Set/CharSet.hs:54)
rangeCS (src/Data/Set/CharSet.hs:58)
nullCS (src/Data/Set/CharSet.hs:64)
fullCS (src/Data/Set/CharSet.hs:68)
unionCS (src/Data/Set/CharSet.hs:83)
diffCS (src/Data/Set/CharSet.hs:99)
intersectCS (src/Data/Set/CharSet.hs:118)
exorCS (src/Data/Set/CharSet.hs:134)
compCS (src/Data/Set/CharSet.hs:114)
elemCS (src/Data/Set/CharSet.hs:75)
toListCS (src/Data/Set/CharSet.hs:79)
51% ( 20 / 39) in 'Data.Char.Properties.XMLCharProps'
Missing documentation for:
charPropXmlChar (src/Data/Char/Properties/XMLCharProps.hs:89)
charPropXmlCharCR (src/Data/Char/Properties/XMLCharProps.hs:121)
charPropXml1ByteChar (src/Data/Char/Properties/XMLCharProps.hs:136)
charPropXmlLatin1Char (src/Data/Char/Properties/XMLCharProps.hs:149)
charPropXmlSpaceChar (src/Data/Char/Properties/XMLCharProps.hs:173)
charPropXmlSpaceCharCR (src/Data/Char/Properties/XMLCharProps.hs:193)
charPropXml11SpaceChar (src/Data/Char/Properties/XMLCharProps.hs:205)
charPropXmlNameChar (src/Data/Char/Properties/XMLCharProps.hs:228)
charPropXmlNameStartChar (src/Data/Char/Properties/XMLCharProps.hs:261)
charPropXmlNCNameChar (src/Data/Char/Properties/XMLCharProps.hs:290)
charPropXmlNCNameStartChar (src/Data/Char/Properties/XMLCharProps.hs:315)
charPropXmlPubidChar (src/Data/Char/Properties/XMLCharProps.hs:327)
charPropXmlLetter (src/Data/Char/Properties/XMLCharProps.hs:344)
charPropXmlBaseChar (src/Data/Char/Properties/XMLCharProps.hs:356)
charPropXmlIdeographicChar (src/Data/Char/Properties/XMLCharProps.hs:568)
charPropXmlCombiningChar (src/Data/Char/Properties/XMLCharProps.hs:581)
charPropXmlDigit (src/Data/Char/Properties/XMLCharProps.hs:686)
charPropXmlExtender (src/Data/Char/Properties/XMLCharProps.hs:711)
charPropXmlControlOrPermanentlyUndefined (src/Data/Char/Properties/XMLCharProps.hs:740)
1% ( 1 / 73) in 'Data.Char.Properties.UnicodeCharProps'
Missing documentation for:
isUnicodeC (src/Data/Char/Properties/UnicodeCharProps.hs:101)
isUnicodeCc (src/Data/Char/Properties/UnicodeCharProps.hs:142)
isUnicodeCf (src/Data/Char/Properties/UnicodeCharProps.hs:154)
isUnicodeCo (src/Data/Char/Properties/UnicodeCharProps.hs:184)
isUnicodeCs (src/Data/Char/Properties/UnicodeCharProps.hs:200)
isUnicodeL (src/Data/Char/Properties/UnicodeCharProps.hs:214)
isUnicodeLl (src/Data/Char/Properties/UnicodeCharProps.hs:857)
isUnicodeLm (src/Data/Char/Properties/UnicodeCharProps.hs:1512)
isUnicodeLo (src/Data/Char/Properties/UnicodeCharProps.hs:1583)
isUnicodeLt (src/Data/Char/Properties/UnicodeCharProps.hs:2093)
isUnicodeLu (src/Data/Char/Properties/UnicodeCharProps.hs:2113)
isUnicodeM (src/Data/Char/Properties/UnicodeCharProps.hs:2761)
isUnicodeMc (src/Data/Char/Properties/UnicodeCharProps.hs:3061)
isUnicodeMe (src/Data/Char/Properties/UnicodeCharProps.hs:3246)
isUnicodeMn (src/Data/Char/Properties/UnicodeCharProps.hs:3261)
isUnicodeN (src/Data/Char/Properties/UnicodeCharProps.hs:3598)
isUnicodeNd (src/Data/Char/Properties/UnicodeCharProps.hs:3741)
isUnicodeNl (src/Data/Char/Properties/UnicodeCharProps.hs:3812)
isUnicodeNo (src/Data/Char/Properties/UnicodeCharProps.hs:3834)
isUnicodeP (src/Data/Char/Properties/UnicodeCharProps.hs:3915)
isUnicodePc (src/Data/Char/Properties/UnicodeCharProps.hs:4110)
isUnicodePd (src/Data/Char/Properties/UnicodeCharProps.hs:4126)
isUnicodePe (src/Data/Char/Properties/UnicodeCharProps.hs:4154)
isUnicodePf (src/Data/Char/Properties/UnicodeCharProps.hs:4236)
isUnicodePi (src/Data/Char/Properties/UnicodeCharProps.hs:4256)
isUnicodePo (src/Data/Char/Properties/UnicodeCharProps.hs:4277)
isUnicodePs (src/Data/Char/Properties/UnicodeCharProps.hs:4468)
isUnicodeS (src/Data/Char/Properties/UnicodeCharProps.hs:4553)
isUnicodeSc (src/Data/Char/Properties/UnicodeCharProps.hs:4792)
isUnicodeSk (src/Data/Char/Properties/UnicodeCharProps.hs:4823)
isUnicodeSm (src/Data/Char/Properties/UnicodeCharProps.hs:4863)
isUnicodeSo (src/Data/Char/Properties/UnicodeCharProps.hs:4937)
isUnicodeZ (src/Data/Char/Properties/UnicodeCharProps.hs:5129)
isUnicodeZl (src/Data/Char/Properties/UnicodeCharProps.hs:5147)
isUnicodeZp (src/Data/Char/Properties/UnicodeCharProps.hs:5158)
isUnicodeZs (src/Data/Char/Properties/UnicodeCharProps.hs:5169)
charPropUnicodeC (src/Data/Char/Properties/UnicodeCharProps.hs:105)
charPropUnicodeCc (src/Data/Char/Properties/UnicodeCharProps.hs:146)
charPropUnicodeCf (src/Data/Char/Properties/UnicodeCharProps.hs:158)
charPropUnicodeCo (src/Data/Char/Properties/UnicodeCharProps.hs:188)
charPropUnicodeCs (src/Data/Char/Properties/UnicodeCharProps.hs:204)
charPropUnicodeL (src/Data/Char/Properties/UnicodeCharProps.hs:218)
charPropUnicodeLl (src/Data/Char/Properties/UnicodeCharProps.hs:861)
charPropUnicodeLm (src/Data/Char/Properties/UnicodeCharProps.hs:1516)
charPropUnicodeLo (src/Data/Char/Properties/UnicodeCharProps.hs:1587)
charPropUnicodeLt (src/Data/Char/Properties/UnicodeCharProps.hs:2097)
charPropUnicodeLu (src/Data/Char/Properties/UnicodeCharProps.hs:2117)
charPropUnicodeM (src/Data/Char/Properties/UnicodeCharProps.hs:2765)
charPropUnicodeMc (src/Data/Char/Properties/UnicodeCharProps.hs:3065)
charPropUnicodeMe (src/Data/Char/Properties/UnicodeCharProps.hs:3250)
charPropUnicodeMn (src/Data/Char/Properties/UnicodeCharProps.hs:3265)
charPropUnicodeN (src/Data/Char/Properties/UnicodeCharProps.hs:3602)
charPropUnicodeNd (src/Data/Char/Properties/UnicodeCharProps.hs:3745)
charPropUnicodeNl (src/Data/Char/Properties/UnicodeCharProps.hs:3816)
charPropUnicodeNo (src/Data/Char/Properties/UnicodeCharProps.hs:3838)
charPropUnicodeP (src/Data/Char/Properties/UnicodeCharProps.hs:3919)
charPropUnicodePc (src/Data/Char/Properties/UnicodeCharProps.hs:4114)
charPropUnicodePd (src/Data/Char/Properties/UnicodeCharProps.hs:4130)
charPropUnicodePe (src/Data/Char/Properties/UnicodeCharProps.hs:4158)
charPropUnicodePf (src/Data/Char/Properties/UnicodeCharProps.hs:4240)
charPropUnicodePi (src/Data/Char/Properties/UnicodeCharProps.hs:4260)
charPropUnicodePo (src/Data/Char/Properties/UnicodeCharProps.hs:4281)
charPropUnicodePs (src/Data/Char/Properties/UnicodeCharProps.hs:4472)
charPropUnicodeS (src/Data/Char/Properties/UnicodeCharProps.hs:4557)
charPropUnicodeSc (src/Data/Char/Properties/UnicodeCharProps.hs:4796)
charPropUnicodeSk (src/Data/Char/Properties/UnicodeCharProps.hs:4827)
charPropUnicodeSm (src/Data/Char/Properties/UnicodeCharProps.hs:4867)
charPropUnicodeSo (src/Data/Char/Properties/UnicodeCharProps.hs:4941)
charPropUnicodeZ (src/Data/Char/Properties/UnicodeCharProps.hs:5133)
charPropUnicodeZl (src/Data/Char/Properties/UnicodeCharProps.hs:5151)
charPropUnicodeZp (src/Data/Char/Properties/UnicodeCharProps.hs:5162)
charPropUnicodeZs (src/Data/Char/Properties/UnicodeCharProps.hs:5173)
Documentation created: dist/doc/html/hxt-charproperties/,
dist/doc/html/hxt-charproperties/hxt-charproperties.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/hxt-charproperties-9.5.0.0-JhPckmY7NY72OnFghEzUxk
Warning: Unable to strip executable or library
'libHShxt-charproperties-9.5.0.0-JhPckmY7NY72OnFghEzUxk' (missing the 'strip'
program)
Warning: Unable to strip executable or library
'libHShxt-charproperties-9.5.0.0-JhPckmY7NY72OnFghEzUxk-ghc9.8.4' (missing the
'strip' program)
Completed hxt-charproperties-9.5.0.0
Configuring indexed-traversable-0.1.4...
Preprocessing library for indexed-traversable-0.1.4..
Building library for indexed-traversable-0.1.4..
[1 of 7] Compiling CoerceCompat ( src/CoerceCompat.hs, dist/build/CoerceCompat.o, dist/build/CoerceCompat.dyn_o )
[2 of 7] Compiling GhcList ( src/GhcList.hs, dist/build/GhcList.o, dist/build/GhcList.dyn_o )
[3 of 7] Compiling WithIndex ( src/WithIndex.hs, dist/build/WithIndex.o, dist/build/WithIndex.dyn_o )
[4 of 7] Compiling Data.Traversable.WithIndex ( src/Data/Traversable/WithIndex.hs, dist/build/Data/Traversable/WithIndex.o, dist/build/Data/Traversable/WithIndex.dyn_o )
[5 of 7] Compiling Data.Functor.WithIndex ( src/Data/Functor/WithIndex.hs, dist/build/Data/Functor/WithIndex.o, dist/build/Data/Functor/WithIndex.dyn_o )
[6 of 7] Compiling Data.Foldable1.WithIndex ( src/Data/Foldable1/WithIndex.hs, dist/build/Data/Foldable1/WithIndex.o, dist/build/Data/Foldable1/WithIndex.dyn_o )
[7 of 7] Compiling Data.Foldable.WithIndex ( src/Data/Foldable/WithIndex.hs, dist/build/Data/Foldable/WithIndex.o, dist/build/Data/Foldable/WithIndex.dyn_o )
Preprocessing library for indexed-traversable-0.1.4..
Running Haddock on library for indexed-traversable-0.1.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 7] Compiling CoerceCompat ( src/CoerceCompat.hs, nothing )
[2 of 7] Compiling GhcList ( src/GhcList.hs, nothing )
[3 of 7] Compiling WithIndex ( src/WithIndex.hs, nothing )
[4 of 7] Compiling Data.Traversable.WithIndex ( src/Data/Traversable/WithIndex.hs, nothing )
[5 of 7] Compiling Data.Functor.WithIndex ( src/Data/Functor/WithIndex.hs, nothing )
[6 of 7] Compiling Data.Foldable1.WithIndex ( src/Data/Foldable1/WithIndex.hs, nothing )
[7 of 7] Compiling Data.Foldable.WithIndex ( src/Data/Foldable/WithIndex.hs, nothing )
Haddock coverage:
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'const' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
Warning: 'itraverseOf' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'itraversed' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ifoldr1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ifoldl1'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ifoldl1' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ifoldr1'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'for' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: '.' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'const' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'mapM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'forM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
83% ( 10 / 12) in 'Data.Traversable.WithIndex'
Missing documentation for:
imapDefault (src/WithIndex.hs:81)
ifoldMapDefault (src/WithIndex.hs:162)
66% ( 2 / 3) in 'Data.Functor.WithIndex'
Missing documentation for:
Module header
100% ( 3 / 3) in 'Data.Foldable1.WithIndex'
Warning: 'const' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'all' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'traverse_' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'for_' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'IndexedFold' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'mapM_' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'imapM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'iforM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'concatMap' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'find' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'foldrM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'foldlM' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'toList' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'snd' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 17 / 17) in 'Data.Foldable.WithIndex'
Documentation created: dist/doc/html/indexed-traversable/,
dist/doc/html/indexed-traversable/indexed-traversable.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/indexed-traversable-0.1.4-5JdsPOnURa2E0CZ9MR1Y0G
Warning: Unable to strip executable or library
'libHSindexed-traversable-0.1.4-5JdsPOnURa2E0CZ9MR1Y0G' (missing the 'strip'
program)
Warning: Unable to strip executable or library
'libHSindexed-traversable-0.1.4-5JdsPOnURa2E0CZ9MR1Y0G-ghc9.8.4' (missing the
'strip' program)
Completed indexed-traversable-0.1.4
Configuring integer-logarithms-1.0.4...
Preprocessing library for integer-logarithms-1.0.4..
Building library for integer-logarithms-1.0.4..
[1 of 4] Compiling GHC.Integer.Logarithms.Compat ( src/GHC/Integer/Logarithms/Compat.hs, dist/build/GHC/Integer/Logarithms/Compat.o, dist/build/GHC/Integer/Logarithms/Compat.dyn_o )
[2 of 4] Compiling Math.NumberTheory.Logarithms ( src/Math/NumberTheory/Logarithms.hs, dist/build/Math/NumberTheory/Logarithms.o, dist/build/Math/NumberTheory/Logarithms.dyn_o )
[3 of 4] Compiling Math.NumberTheory.Powers.Integer ( src/Math/NumberTheory/Powers/Integer.hs, dist/build/Math/NumberTheory/Powers/Integer.o, dist/build/Math/NumberTheory/Powers/Integer.dyn_o )
[4 of 4] Compiling Math.NumberTheory.Powers.Natural ( src/Math/NumberTheory/Powers/Natural.hs, dist/build/Math/NumberTheory/Powers/Natural.o, dist/build/Math/NumberTheory/Powers/Natural.dyn_o )
Preprocessing library for integer-logarithms-1.0.4..
Running Haddock on library for integer-logarithms-1.0.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling GHC.Integer.Logarithms.Compat ( src/GHC/Integer/Logarithms/Compat.hs, nothing )
[2 of 4] Compiling Math.NumberTheory.Logarithms ( src/Math/NumberTheory/Logarithms.hs, nothing )
[3 of 4] Compiling Math.NumberTheory.Powers.Integer ( src/Math/NumberTheory/Powers/Integer.hs, nothing )
[4 of 4] Compiling Math.NumberTheory.Powers.Natural ( src/Math/NumberTheory/Powers/Natural.hs, nothing )
Haddock coverage:
40% ( 2 / 5) in 'GHC.Integer.Logarithms.Compat'
Missing documentation for:
integerLogBase#
integerLog2#
wordLog2#
100% ( 17 / 17) in 'Math.NumberTheory.Logarithms'
100% ( 3 / 3) in 'Math.NumberTheory.Powers.Integer'
100% ( 3 / 3) in 'Math.NumberTheory.Powers.Natural'
Documentation created: dist/doc/html/integer-logarithms/,
dist/doc/html/integer-logarithms/integer-logarithms.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/integer-logarithms-1.0.4-KzAgsevoV5Y6IrFUclFTyp
Warning: Unable to strip executable or library
'libHSinteger-logarithms-1.0.4-KzAgsevoV5Y6IrFUclFTyp' (missing the 'strip'
program)
Warning: Unable to strip executable or library
'libHSinteger-logarithms-1.0.4-KzAgsevoV5Y6IrFUclFTyp-ghc9.8.4' (missing the
'strip' program)
Completed integer-logarithms-1.0.4
Configuring network-3.2.7.0...
Error: cabal: The package has a './configure' script. If you are on Windows,
This requires a Unix compatibility toolchain such as MinGW+MSYS or Cygwin. If
you are not on Windows, ensure that an 'sh' command is discoverable in your
path.
Failed to install network-3.2.7.0
Error: cabal: Some packages failed to install:
network-3.2.7.0-LRYd70IdAsXC1OZdaI7ZCi failed during the configure step. The
exception was:
ExitFailure 1
spacecookie-1.0.0.3-1RODuCpVnZSVd1aaK7rRo depends on spacecookie-1.0.0.3 which
failed to install.
systemd-2.4.0-68AD5WPDmbm7tsIgMgUKSE depends on systemd-2.4.0 which failed to
install.
Test log
No test log was submitted for this report.