Build #1 for flatparse-0.5.3.0
Package | flatparse-0.5.3.0 |
---|
Install | InstallOk |
---|---|
Docs | Ok |
Tests | NotTried |
Time submitted | 2025-08-29 07:48:49.718877995 UTC |
---|---|
Compiler | ghc-9.8.4 |
OS | linux |
Arch | x86_64 |
Dependencies | base-4.19.2.0, bytestring-0.12.1.0, containers-0.6.8, integer-gmp-1.1, template-haskell-2.21.0.0, utf8-string-1.0.2 |
Flags | -dump -llvm |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies... Configuring utf8-string-1.0.2... Preprocessing library for utf8-string-1.0.2.. Building library for utf8-string-1.0.2.. [1 of 5] Compiling Codec.Binary.UTF8.String ( Codec/Binary/UTF8/String.hs, dist/build/Codec/Binary/UTF8/String.o, dist/build/Codec/Binary/UTF8/String.dyn_o ) [2 of 5] Compiling Codec.Binary.UTF8.Generic ( Codec/Binary/UTF8/Generic.hs, dist/build/Codec/Binary/UTF8/Generic.o, dist/build/Codec/Binary/UTF8/Generic.dyn_o ) Codec/Binary/UTF8/Generic.hs:87:21: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 87 | tail = List.tail | ^^^^^^^^^ [3 of 5] Compiling Data.ByteString.Lazy.UTF8 ( Data/ByteString/Lazy/UTF8.hs, dist/build/Data/ByteString/Lazy/UTF8.o, dist/build/Data/ByteString/Lazy/UTF8.dyn_o ) [4 of 5] Compiling Data.ByteString.UTF8 ( Data/ByteString/UTF8.hs, dist/build/Data/ByteString/UTF8.o, dist/build/Data/ByteString/UTF8.dyn_o ) [5 of 5] Compiling Data.String.UTF8 ( Data/String/UTF8.hs, dist/build/Data/String/UTF8.o, dist/build/Data/String/UTF8.dyn_o ) Preprocessing library for utf8-string-1.0.2.. Running Haddock on library for utf8-string-1.0.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 5] Compiling Codec.Binary.UTF8.String ( Codec/Binary/UTF8/String.hs, nothing ) [2 of 5] Compiling Codec.Binary.UTF8.Generic ( Codec/Binary/UTF8/Generic.hs, nothing ) Codec/Binary/UTF8/Generic.hs:87:21: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 87 | tail = List.tail | ^^^^^^^^^ [3 of 5] Compiling Data.ByteString.Lazy.UTF8 ( Data/ByteString/Lazy/UTF8.hs, nothing ) [4 of 5] Compiling Data.ByteString.UTF8 ( Data/ByteString/UTF8.hs, nothing ) [5 of 5] Compiling Data.String.UTF8 ( Data/String/UTF8.hs, nothing ) Haddock coverage: 100% ( 8 / 8) in 'Codec.Binary.UTF8.String' 94% ( 16 / 17) in 'Codec.Binary.UTF8.Generic' Missing documentation for: UTF8Bytes (Codec/Binary/UTF8/Generic.hs:48) 100% ( 17 / 17) in 'Data.ByteString.Lazy.UTF8' 100% ( 18 / 18) in 'Data.ByteString.UTF8' 88% ( 24 / 27) in 'Data.String.UTF8' Missing documentation for: UTF8Bytes (Codec/Binary/UTF8/Generic.hs:48) fromRep (Data/String/UTF8.hs:64) toRep (Data/String/UTF8.hs:67) Warning: Data.ByteString.Lazy.UTF8: could not find link destinations for: - Data.ByteString.Lazy.Internal.D:R:ItemByteString Warning: Data.ByteString.UTF8: could not find link destinations for: - Data.ByteString.Internal.Type.D:R:ItemByteString Documentation created: dist/doc/html/utf8-string/, dist/doc/html/utf8-string/utf8-string.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/utf8-string-1.0.2-ARoN8tTzuLW5AQK61y3Hvx Completed utf8-string-1.0.2 Downloading flatparse-0.5.3.0 Downloaded flatparse-0.5.3.0 Configuring flatparse-0.5.3.0... Preprocessing library for flatparse-0.5.3.0.. Building library for flatparse-0.5.3.0.. [ 1 of 25] Compiling FlatParse.Common.Assorted ( src/FlatParse/Common/Assorted.hs, dist/build/FlatParse/Common/Assorted.o, dist/build/FlatParse/Common/Assorted.dyn_o ) [ 2 of 25] Compiling FlatParse.Common.GHCExts ( src/FlatParse/Common/GHCExts.hs, dist/build/FlatParse/Common/GHCExts.o, dist/build/FlatParse/Common/GHCExts.dyn_o ) [ 3 of 25] Compiling FlatParse.Common.Numbers ( src/FlatParse/Common/Numbers.hs, dist/build/FlatParse/Common/Numbers.o, dist/build/FlatParse/Common/Numbers.dyn_o ) [ 4 of 25] Compiling FlatParse.Common.Parser ( src/FlatParse/Common/Parser.hs, dist/build/FlatParse/Common/Parser.o, dist/build/FlatParse/Common/Parser.dyn_o ) [ 5 of 25] Compiling FlatParse.Basic.Parser ( src/FlatParse/Basic/Parser.hs, dist/build/FlatParse/Basic/Parser.o, dist/build/FlatParse/Basic/Parser.dyn_o ) [ 6 of 25] Compiling FlatParse.Basic.Base ( src/FlatParse/Basic/Base.hs, dist/build/FlatParse/Basic/Base.o, dist/build/FlatParse/Basic/Base.dyn_o ) [ 7 of 25] Compiling FlatParse.Basic.Integers ( src/FlatParse/Basic/Integers.hs, dist/build/FlatParse/Basic/Integers.o, dist/build/FlatParse/Basic/Integers.dyn_o ) [ 8 of 25] Compiling FlatParse.Basic.Bytes ( src/FlatParse/Basic/Bytes.hs, dist/build/FlatParse/Basic/Bytes.o, dist/build/FlatParse/Basic/Bytes.dyn_o ) [ 9 of 25] Compiling FlatParse.Basic.Text ( src/FlatParse/Basic/Text.hs, dist/build/FlatParse/Basic/Text.o, dist/build/FlatParse/Basic/Text.dyn_o ) [10 of 25] Compiling FlatParse.Basic.Addr ( src/FlatParse/Basic/Addr.hs, dist/build/FlatParse/Basic/Addr.o, dist/build/FlatParse/Basic/Addr.dyn_o ) [11 of 25] Compiling FlatParse.Common.Position ( src/FlatParse/Common/Position.hs, dist/build/FlatParse/Common/Position.o, dist/build/FlatParse/Common/Position.dyn_o ) [12 of 25] Compiling FlatParse.Common.Switch ( src/FlatParse/Common/Switch.hs, dist/build/FlatParse/Common/Switch.o, dist/build/FlatParse/Common/Switch.dyn_o ) [13 of 25] Compiling FlatParse.Basic.Switch ( src/FlatParse/Basic/Switch.hs, dist/build/FlatParse/Basic/Switch.o, dist/build/FlatParse/Basic/Switch.dyn_o ) [14 of 25] Compiling FlatParse.Basic ( src/FlatParse/Basic.hs, dist/build/FlatParse/Basic.o, dist/build/FlatParse/Basic.dyn_o ) [15 of 25] Compiling FlatParse.Examples.BasicLambda.Lexer ( src/FlatParse/Examples/BasicLambda/Lexer.hs, dist/build/FlatParse/Examples/BasicLambda/Lexer.o, dist/build/FlatParse/Examples/BasicLambda/Lexer.dyn_o ) [16 of 25] Compiling FlatParse.Examples.BasicLambda.Parser ( src/FlatParse/Examples/BasicLambda/Parser.hs, dist/build/FlatParse/Examples/BasicLambda/Parser.o, dist/build/FlatParse/Examples/BasicLambda/Parser.dyn_o ) [17 of 25] Compiling FlatParse.Stateful.Parser ( src/FlatParse/Stateful/Parser.hs, dist/build/FlatParse/Stateful/Parser.o, dist/build/FlatParse/Stateful/Parser.dyn_o ) [18 of 25] Compiling FlatParse.Stateful.Base ( src/FlatParse/Stateful/Base.hs, dist/build/FlatParse/Stateful/Base.o, dist/build/FlatParse/Stateful/Base.dyn_o ) [19 of 25] Compiling FlatParse.Stateful.Integers ( src/FlatParse/Stateful/Integers.hs, dist/build/FlatParse/Stateful/Integers.o, dist/build/FlatParse/Stateful/Integers.dyn_o ) [20 of 25] Compiling FlatParse.Stateful.Bytes ( src/FlatParse/Stateful/Bytes.hs, dist/build/FlatParse/Stateful/Bytes.o, dist/build/FlatParse/Stateful/Bytes.dyn_o ) [21 of 25] Compiling FlatParse.Stateful.Addr ( src/FlatParse/Stateful/Addr.hs, dist/build/FlatParse/Stateful/Addr.o, dist/build/FlatParse/Stateful/Addr.dyn_o ) [22 of 25] Compiling FlatParse.Stateful.Switch ( src/FlatParse/Stateful/Switch.hs, dist/build/FlatParse/Stateful/Switch.o, dist/build/FlatParse/Stateful/Switch.dyn_o ) [23 of 25] Compiling FlatParse.Stateful.Text ( src/FlatParse/Stateful/Text.hs, dist/build/FlatParse/Stateful/Text.o, dist/build/FlatParse/Stateful/Text.dyn_o ) [24 of 25] Compiling FlatParse.Stateful ( src/FlatParse/Stateful.hs, dist/build/FlatParse/Stateful.o, dist/build/FlatParse/Stateful.dyn_o ) [25 of 25] Compiling Paths_flatparse ( dist/build/autogen/Paths_flatparse.hs, dist/build/Paths_flatparse.o, dist/build/Paths_flatparse.dyn_o ) Preprocessing library for flatparse-0.5.3.0.. Running Haddock on library for flatparse-0.5.3.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 25] Compiling FlatParse.Common.Assorted ( src/FlatParse/Common/Assorted.hs, /tmp/ghc3358560_0/ghc_68.o, /tmp/ghc3358560_0/ghc_68.dyn_o ) [ 2 of 25] Compiling FlatParse.Common.GHCExts ( src/FlatParse/Common/GHCExts.hs, /tmp/ghc3358560_0/ghc_70.o, /tmp/ghc3358560_0/ghc_70.dyn_o ) [ 3 of 25] Compiling FlatParse.Common.Numbers ( src/FlatParse/Common/Numbers.hs, /tmp/ghc3358560_0/ghc_72.o, /tmp/ghc3358560_0/ghc_72.dyn_o ) [ 4 of 25] Compiling FlatParse.Common.Parser ( src/FlatParse/Common/Parser.hs, /tmp/ghc3358560_0/ghc_74.o, /tmp/ghc3358560_0/ghc_74.dyn_o ) [ 5 of 25] Compiling FlatParse.Basic.Parser ( src/FlatParse/Basic/Parser.hs, /tmp/ghc3358560_0/ghc_62.o, /tmp/ghc3358560_0/ghc_62.dyn_o ) [ 6 of 25] Compiling FlatParse.Basic.Base ( src/FlatParse/Basic/Base.hs, /tmp/ghc3358560_0/ghc_56.o, /tmp/ghc3358560_0/ghc_56.dyn_o ) [ 7 of 25] Compiling FlatParse.Basic.Integers ( src/FlatParse/Basic/Integers.hs, /tmp/ghc3358560_0/ghc_60.o, /tmp/ghc3358560_0/ghc_60.dyn_o ) [ 8 of 25] Compiling FlatParse.Basic.Bytes ( src/FlatParse/Basic/Bytes.hs, /tmp/ghc3358560_0/ghc_58.o, /tmp/ghc3358560_0/ghc_58.dyn_o ) [ 9 of 25] Compiling FlatParse.Basic.Text ( src/FlatParse/Basic/Text.hs, /tmp/ghc3358560_0/ghc_66.o, /tmp/ghc3358560_0/ghc_66.dyn_o ) [10 of 25] Compiling FlatParse.Basic.Addr ( src/FlatParse/Basic/Addr.hs, /tmp/ghc3358560_0/ghc_54.o, /tmp/ghc3358560_0/ghc_54.dyn_o ) [11 of 25] Compiling FlatParse.Common.Position ( src/FlatParse/Common/Position.hs, /tmp/ghc3358560_0/ghc_76.o, /tmp/ghc3358560_0/ghc_76.dyn_o ) [12 of 25] Compiling FlatParse.Common.Switch ( src/FlatParse/Common/Switch.hs, /tmp/ghc3358560_0/ghc_78.o, /tmp/ghc3358560_0/ghc_78.dyn_o ) [13 of 25] Compiling FlatParse.Basic.Switch ( src/FlatParse/Basic/Switch.hs, /tmp/ghc3358560_0/ghc_64.o, /tmp/ghc3358560_0/ghc_64.dyn_o ) [14 of 25] Compiling FlatParse.Basic ( src/FlatParse/Basic.hs, /tmp/ghc3358560_0/ghc_52.o, /tmp/ghc3358560_0/ghc_52.dyn_o ) [15 of 25] Compiling FlatParse.Examples.BasicLambda.Lexer ( src/FlatParse/Examples/BasicLambda/Lexer.hs, /tmp/ghc3358560_0/ghc_80.o, /tmp/ghc3358560_0/ghc_80.dyn_o ) [16 of 25] Compiling FlatParse.Examples.BasicLambda.Parser ( src/FlatParse/Examples/BasicLambda/Parser.hs, nothing ) [17 of 25] Compiling FlatParse.Stateful.Parser ( src/FlatParse/Stateful/Parser.hs, /tmp/ghc3358560_0/ghc_90.o, /tmp/ghc3358560_0/ghc_90.dyn_o ) [18 of 25] Compiling FlatParse.Stateful.Base ( src/FlatParse/Stateful/Base.hs, /tmp/ghc3358560_0/ghc_84.o, /tmp/ghc3358560_0/ghc_84.dyn_o ) [19 of 25] Compiling FlatParse.Stateful.Integers ( src/FlatParse/Stateful/Integers.hs, /tmp/ghc3358560_0/ghc_88.o, /tmp/ghc3358560_0/ghc_88.dyn_o ) [20 of 25] Compiling FlatParse.Stateful.Bytes ( src/FlatParse/Stateful/Bytes.hs, /tmp/ghc3358560_0/ghc_86.o, /tmp/ghc3358560_0/ghc_86.dyn_o ) [21 of 25] Compiling FlatParse.Stateful.Addr ( src/FlatParse/Stateful/Addr.hs, /tmp/ghc3358560_0/ghc_82.o, /tmp/ghc3358560_0/ghc_82.dyn_o ) [22 of 25] Compiling FlatParse.Stateful.Switch ( src/FlatParse/Stateful/Switch.hs, /tmp/ghc3358560_0/ghc_92.o, /tmp/ghc3358560_0/ghc_92.dyn_o ) [23 of 25] Compiling FlatParse.Stateful.Text ( src/FlatParse/Stateful/Text.hs, /tmp/ghc3358560_0/ghc_94.o, /tmp/ghc3358560_0/ghc_94.dyn_o ) [24 of 25] Compiling FlatParse.Stateful ( src/FlatParse/Stateful.hs, nothing ) [25 of 25] Compiling Paths_flatparse ( dist/build/autogen/Paths_flatparse.hs, nothing ) Haddock coverage: 81% ( 26 / 32) in 'FlatParse.Common.Assorted' Missing documentation for: Module header shortInteger (src/FlatParse/Common/Assorted.hs:57) packBytes (src/FlatParse/Common/Assorted.hs:86) splitBytes (src/FlatParse/Common/Assorted.hs:92) charToBytes (src/FlatParse/Common/Assorted.hs:147) strToBytes (src/FlatParse/Common/Assorted.hs:161) Warning: FlatParse.Common.GHCExts: Could not find documentation for exported module: FlatParse.Common.GHCExts 100% ( 2 / 2) in 'FlatParse.Common.GHCExts' 44% ( 8 / 18) in 'FlatParse.Common.Numbers' Missing documentation for: Module header anyAsciiDecimalWord_# (src/FlatParse/Common/Numbers.hs:34) anyAsciiHexWord_# (src/FlatParse/Common/Numbers.hs:126) fromZigzagNative (src/FlatParse/Common/Numbers.hs:180) fromZigzagNative# (src/FlatParse/Common/Numbers.hs:185) toZigzagNative (src/FlatParse/Common/Numbers.hs:190) toZigzagNative# (src/FlatParse/Common/Numbers.hs:195) toZigzagNative'# (src/FlatParse/Common/Numbers.hs:200) unI# (src/FlatParse/Common/Numbers.hs:251) mul10# (src/FlatParse/Common/Numbers.hs:255) 50% ( 3 / 6) in 'FlatParse.Common.Parser' Missing documentation for: PureMode (src/FlatParse/Common/Parser.hs:22) IOMode (src/FlatParse/Common/Parser.hs:23) STMode (src/FlatParse/Common/Parser.hs:24) Warning: 'ST' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 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: 'ParserT' is ambiguous. It is defined * at src/FlatParse/Basic/Parser.hs:40:5 * at src/FlatParse/Basic/Parser.hs:39:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/FlatParse/Basic/Parser.hs:39:1 Warning: 'Alternative' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 16 / 16) in 'FlatParse.Basic.Parser' Warning: '()' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 42 / 42) in 'FlatParse.Basic.Base' 100% ( 51 / 51) in 'FlatParse.Basic.Integers' 100% ( 3 / 3) in 'FlatParse.Basic.Bytes' Warning: 'isLatinLetter' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 26 / 26) in 'FlatParse.Basic.Text' Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 6 / 6) in 'FlatParse.Basic.Addr' Warning: 'Pos' is ambiguous. It is defined * at src/FlatParse/Common/Position.hs:17:15 * at src/FlatParse/Common/Position.hs:17:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/FlatParse/Common/Position.hs:17:1 Warning: 'Span' is ambiguous. It is defined * at src/FlatParse/Common/Position.hs:28:13 * at src/FlatParse/Common/Position.hs:28:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/FlatParse/Common/Position.hs:28:1 66% ( 6 / 9) in 'FlatParse.Common.Position' Missing documentation for: Module header leftPos (src/FlatParse/Common/Position.hs:59) rightPos (src/FlatParse/Common/Position.hs:63) Warning: 'ensure' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 26% ( 4 / 15) in 'FlatParse.Common.Switch' Missing documentation for: Module header Trie (src/FlatParse/Common/Switch.hs:15) Rule (src/FlatParse/Common/Switch.hs:18) nilTrie (src/FlatParse/Common/Switch.hs:21) updRule (src/FlatParse/Common/Switch.hs:24) insert (src/FlatParse/Common/Switch.hs:27) listToTrie (src/FlatParse/Common/Switch.hs:34) Trie' (src/FlatParse/Common/Switch.hs:47) compileTrie (src/FlatParse/Common/Switch.hs:89) parseSwitch (src/FlatParse/Common/Switch.hs:92) makeRawSwitch (src/FlatParse/Common/Switch.hs:107) 100% ( 4 / 4) in 'FlatParse.Basic.Switch' 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 Warning: 'ParserT' is ambiguous. It is defined * at src/FlatParse/Basic/Parser.hs:40:5 * at src/FlatParse/Basic/Parser.hs:39:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/FlatParse/Basic/Parser.hs:39:1 Warning: 'bytes' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Span' is ambiguous. It is defined * at src/FlatParse/Common/Position.hs:28:13 * at src/FlatParse/Common/Position.hs:28:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/FlatParse/Common/Position.hs:28:1 Warning: 'Pos' is ambiguous. It is defined * at src/FlatParse/Common/Position.hs:17:15 * at src/FlatParse/Common/Position.hs:17:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/FlatParse/Common/Position.hs:17:1 100% (136 /136) in 'FlatParse.Basic' Warning: 'Span' is ambiguous. It is defined * at src/FlatParse/Common/Position.hs:28:13 * at src/FlatParse/Common/Position.hs:28:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/FlatParse/Common/Position.hs:28:1 86% ( 19 / 22) in 'FlatParse.Examples.BasicLambda.Lexer' Missing documentation for: errorPos (src/FlatParse/Examples/BasicLambda/Lexer.hs:40) Parser (src/FlatParse/Examples/BasicLambda/Lexer.hs:59) runParser (src/FlatParse/Examples/BasicLambda/Lexer.hs:111) 73% ( 14 / 19) in 'FlatParse.Examples.BasicLambda.Parser' Missing documentation for: Name (src/FlatParse/Examples/BasicLambda/Parser.hs:19) digit (src/FlatParse/Examples/BasicLambda/Parser.hs:59) int (src/FlatParse/Examples/BasicLambda/Parser.hs:62) atom' (src/FlatParse/Examples/BasicLambda/Parser.hs:78) p1 (src/FlatParse/Examples/BasicLambda/Parser.hs:145) Warning: 'ST' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 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: 'ParserT' is ambiguous. It is defined * at src/FlatParse/Stateful/Parser.hs:41:5 * at src/FlatParse/Stateful/Parser.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/FlatParse/Stateful/Parser.hs:40:1 Warning: 'Alternative' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 16 / 16) in 'FlatParse.Stateful.Parser' Warning: '()' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ranch' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 42 / 42) in 'FlatParse.Stateful.Base' 100% ( 51 / 51) in 'FlatParse.Stateful.Integers' 100% ( 3 / 3) in 'FlatParse.Stateful.Bytes' Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 6 / 6) in 'FlatParse.Stateful.Addr' 100% ( 4 / 4) in 'FlatParse.Stateful.Switch' Warning: 'isLatinLetter' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'anyChar_' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 26 / 26) in 'FlatParse.Stateful.Text' Warning: 'ParserT' is ambiguous. It is defined * at src/FlatParse/Stateful/Parser.hs:41:5 * at src/FlatParse/Stateful/Parser.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/FlatParse/Stateful/Parser.hs:40:1 Warning: 'strToUtf8' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ST' is ambiguous. It is defined * in GHC.ST * in GHC.ST You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.ST Warning: '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: 'bytes' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Span' is ambiguous. It is defined * at src/FlatParse/Common/Position.hs:28:13 * at src/FlatParse/Common/Position.hs:28:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/FlatParse/Common/Position.hs:28:1 100% (143 /143) in 'FlatParse.Stateful' Documentation created: dist/doc/html/flatparse/, dist/doc/html/flatparse/flatparse.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/flatparse-0.5.3.0-Lvmle4LHDNM2GxQLhy8Mvw Completed flatparse-0.5.3.0
Test log
[view raw]
Resolving dependencies... Error: Internal libraries only supported with per-component builds. Per-component builds were disabled because program coverage is enabled In the package 'vector-0.13.2.0'