=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for hs-polyparse-1.13nb6 Preprocessing library for polyparse-1.13.. Building library for polyparse-1.13.. [ 1 of 18] Compiling Text.ParserCombinators.HuttonMeijer ( src/Text/ParserCombinators/HuttonMeijer.hs, dist/build/Text/ParserCombinators/HuttonMeijer.o, dist/build/Text/ParserCombinators/HuttonMeijer.dyn_o ) [ 2 of 18] Compiling Text.ParserCombinators.HuttonMeijerWallace ( src/Text/ParserCombinators/HuttonMeijerWallace.hs, dist/build/Text/ParserCombinators/HuttonMeijerWallace.o, dist/build/Text/ParserCombinators/HuttonMeijerWallace.dyn_o ) [ 3 of 18] Compiling Text.ParserCombinators.Poly.Base ( src/Text/ParserCombinators/Poly/Base.hs, dist/build/Text/ParserCombinators/Poly/Base.o, dist/build/Text/ParserCombinators/Poly/Base.dyn_o ) src/Text/ParserCombinators/Poly/Base.hs:3:19: warning: [GHC-94817] [-Wtabs] Tab character found here, and in 14 further locations. Suggested fix: Please use spaces instead. | 3 | Commitment(..) -- class of all two-level-error values | ^^^^^^ [ 4 of 18] Compiling Text.ParserCombinators.Poly.Result ( src/Text/ParserCombinators/Poly/Result.hs, dist/build/Text/ParserCombinators/Poly/Result.o, dist/build/Text/ParserCombinators/Poly/Result.dyn_o ) src/Text/ParserCombinators/Poly/Result.hs:3:15: warning: [GHC-94817] [-Wtabs] Tab character found here. Suggested fix: Please use spaces instead. | 3 | Result(..) -- A parsing result type, with Success, Failure, and Commitment. | ^^ [ 5 of 18] Compiling Text.ParserCombinators.Poly.Parser ( src/Text/ParserCombinators/Poly/Parser.hs, dist/build/Text/ParserCombinators/Poly/Parser.o, dist/build/Text/ParserCombinators/Poly/Parser.dyn_o ) src/Text/ParserCombinators/Poly/Parser.hs:7:14: warning: [GHC-94817] [-Wtabs] Tab character found here, and in 8 further locations. Suggested fix: Please use spaces instead. | 7 | Parser(P) -- datatype, instance of: Functor, Monad, PolyParse | ^^^ [ 6 of 18] Compiling Text.ParserCombinators.Poly.Plain ( src/Text/ParserCombinators/Poly/Plain.hs, dist/build/Text/ParserCombinators/Poly/Plain.o, dist/build/Text/ParserCombinators/Poly/Plain.dyn_o ) src/Text/ParserCombinators/Poly/Plain.hs:3:14: warning: [GHC-94817] [-Wtabs] Tab character found here, and in 9 further locations. Suggested fix: Please use spaces instead. | 3 | Parser(P) -- datatype, instance of: Functor, Monad, PolyParse | ^^^ [ 7 of 18] Compiling Text.ParserCombinators.Poly ( src/Text/ParserCombinators/Poly.hs, dist/build/Text/ParserCombinators/Poly.o, dist/build/Text/ParserCombinators/Poly.dyn_o ) [ 8 of 18] Compiling Text.Parse ( src/Text/Parse.hs, dist/build/Text/Parse.o, dist/build/Text/Parse.dyn_o ) src/Text/Parse.hs:4:15: warning: [GHC-94817] [-Wtabs] Tab character found here, and in 12 further locations. Suggested fix: Please use spaces instead. | 4 | TextParser -- synonym for Parser Char, i.e. string input, no state | ^^ src/Text/Parse.hs:255:22: warning: [GHC-47082] [-Woperator-whitespace-ext-conflict] The prefix use of a `%' would denote a multiplicity annotation were the LinearTypes extension enabled. Suggested fix: Add whitespace after the `%'. | 255 | . (%1) . (\ (Right x)->x) . fst | ^ [ 9 of 18] Compiling Text.ParserCombinators.Poly.Lex ( src/Text/ParserCombinators/Poly/Lex.hs, dist/build/Text/ParserCombinators/Poly/Lex.o, dist/build/Text/ParserCombinators/Poly/Lex.dyn_o ) src/Text/ParserCombinators/Poly/Lex.hs:96:18: warning: [GHC-94817] [-Wtabs] Tab character found here. Suggested fix: Please use spaces instead. | 96 | infixl 6 `onFail` -- not sure about precedence 6? | ^^^^^^^ [10 of 18] Compiling Text.ParserCombinators.Poly.Lazy ( src/Text/ParserCombinators/Poly/Lazy.hs, dist/build/Text/ParserCombinators/Poly/Lazy.o, dist/build/Text/ParserCombinators/Poly/Lazy.dyn_o ) src/Text/ParserCombinators/Poly/Lazy.hs:4:14: warning: [GHC-94817] [-Wtabs] Tab character found here, and in 8 further locations. Suggested fix: Please use spaces instead. | 4 | Parser(P) -- datatype, instance of: Functor, Monad, PolyParse | ^^^ [11 of 18] Compiling Text.ParserCombinators.Poly.ByteStringChar ( src/Text/ParserCombinators/Poly/ByteStringChar.hs, dist/build/Text/ParserCombinators/Poly/ByteStringChar.o, dist/build/Text/ParserCombinators/Poly/ByteStringChar.dyn_o ) [12 of 18] Compiling Text.Parse.ByteString ( src/Text/Parse/ByteString.hs, dist/build/Text/Parse/ByteString.o, dist/build/Text/Parse/ByteString.dyn_o ) src/Text/Parse/ByteString.hs:5:15: warning: [GHC-94817] [-Wtabs] Tab character found here, and in 13 further locations. Suggested fix: Please use spaces instead. | 5 | TextParser -- synonym for Text.ParserCombinators.Poly.ByteString | ^^ src/Text/Parse/ByteString.hs:304:22: warning: [GHC-47082] [-Woperator-whitespace-ext-conflict] The prefix use of a `%' would denote a multiplicity annotation were the LinearTypes extension enabled. Suggested fix: Add whitespace after the `%'. | 304 | . (%1) . (\ (Right x)->x) . fst | ^ [13 of 18] Compiling Text.ParserCombinators.Poly.ByteString ( src/Text/ParserCombinators/Poly/ByteString.hs, dist/build/Text/ParserCombinators/Poly/ByteString.o, dist/build/Text/ParserCombinators/Poly/ByteString.dyn_o ) [14 of 18] Compiling Text.ParserCombinators.Poly.StateParser ( src/Text/ParserCombinators/Poly/StateParser.hs, dist/build/Text/ParserCombinators/Poly/StateParser.o, dist/build/Text/ParserCombinators/Poly/StateParser.dyn_o ) src/Text/ParserCombinators/Poly/StateParser.hs:7:14: warning: [GHC-94817] [-Wtabs] Tab character found here, and in 7 further locations. Suggested fix: Please use spaces instead. | 7 | Parser(P) -- datatype, instance of: Functor, Monad, PolyParse | ^^^ [15 of 18] Compiling Text.ParserCombinators.Poly.StateLazy ( src/Text/ParserCombinators/Poly/StateLazy.hs, dist/build/Text/ParserCombinators/Poly/StateLazy.o, dist/build/Text/ParserCombinators/Poly/StateLazy.dyn_o ) src/Text/ParserCombinators/Poly/StateLazy.hs:4:14: warning: [GHC-94817] [-Wtabs] Tab character found here, and in 8 further locations. Suggested fix: Please use spaces instead. | 4 | Parser(P) -- datatype, instance of: Functor, Monad, PolyParse | ^^^ [16 of 18] Compiling Text.ParserCombinators.Poly.State ( src/Text/ParserCombinators/Poly/State.hs, dist/build/Text/ParserCombinators/Poly/State.o, dist/build/Text/ParserCombinators/Poly/State.dyn_o ) src/Text/ParserCombinators/Poly/State.hs:3:14: warning: [GHC-94817] [-Wtabs] Tab character found here, and in 8 further locations. Suggested fix: Please use spaces instead. | 3 | Parser(P) -- datatype, instance of: Functor, Monad, PolyParse | ^^^ [17 of 18] Compiling Text.ParserCombinators.Poly.StateText ( src/Text/ParserCombinators/Poly/StateText.hs, dist/build/Text/ParserCombinators/Poly/StateText.o, dist/build/Text/ParserCombinators/Poly/StateText.dyn_o ) [18 of 18] Compiling Text.ParserCombinators.Poly.Text ( src/Text/ParserCombinators/Poly/Text.hs, dist/build/Text/ParserCombinators/Poly/Text.o, dist/build/Text/ParserCombinators/Poly/Text.dyn_o ) [ 1 of 18] Compiling Text.ParserCombinators.HuttonMeijer ( src/Text/ParserCombinators/HuttonMeijer.hs, dist/build/Text/ParserCombinators/HuttonMeijer.p_o ) [ 2 of 18] Compiling Text.ParserCombinators.HuttonMeijerWallace ( src/Text/ParserCombinators/HuttonMeijerWallace.hs, dist/build/Text/ParserCombinators/HuttonMeijerWallace.p_o ) [ 3 of 18] Compiling Text.ParserCombinators.Poly.Base ( src/Text/ParserCombinators/Poly/Base.hs, dist/build/Text/ParserCombinators/Poly/Base.p_o ) src/Text/ParserCombinators/Poly/Base.hs:3:19: warning: [GHC-94817] [-Wtabs] Tab character found here, and in 14 further locations. Suggested fix: Please use spaces instead. | 3 | Commitment(..) -- class of all two-level-error values | ^^^^^^ [ 4 of 18] Compiling Text.ParserCombinators.Poly.Result ( src/Text/ParserCombinators/Poly/Result.hs, dist/build/Text/ParserCombinators/Poly/Result.p_o ) src/Text/ParserCombinators/Poly/Result.hs:3:15: warning: [GHC-94817] [-Wtabs] Tab character found here. Suggested fix: Please use spaces instead. | 3 | Result(..) -- A parsing result type, with Success, Failure, and Commitment. | ^^ [ 5 of 18] Compiling Text.ParserCombinators.Poly.Parser ( src/Text/ParserCombinators/Poly/Parser.hs, dist/build/Text/ParserCombinators/Poly/Parser.p_o ) src/Text/ParserCombinators/Poly/Parser.hs:7:14: warning: [GHC-94817] [-Wtabs] Tab character found here, and in 8 further locations. Suggested fix: Please use spaces instead. | 7 | Parser(P) -- datatype, instance of: Functor, Monad, PolyParse | ^^^ [ 6 of 18] Compiling Text.ParserCombinators.Poly.Plain ( src/Text/ParserCombinators/Poly/Plain.hs, dist/build/Text/ParserCombinators/Poly/Plain.p_o ) src/Text/ParserCombinators/Poly/Plain.hs:3:14: warning: [GHC-94817] [-Wtabs] Tab character found here, and in 9 further locations. Suggested fix: Please use spaces instead. | 3 | Parser(P) -- datatype, instance of: Functor, Monad, PolyParse | ^^^ [ 7 of 18] Compiling Text.ParserCombinators.Poly ( src/Text/ParserCombinators/Poly.hs, dist/build/Text/ParserCombinators/Poly.p_o ) [ 8 of 18] Compiling Text.Parse ( src/Text/Parse.hs, dist/build/Text/Parse.p_o ) src/Text/Parse.hs:4:15: warning: [GHC-94817] [-Wtabs] Tab character found here, and in 12 further locations. Suggested fix: Please use spaces instead. | 4 | TextParser -- synonym for Parser Char, i.e. string input, no state | ^^ src/Text/Parse.hs:255:22: warning: [GHC-47082] [-Woperator-whitespace-ext-conflict] The prefix use of a `%' would denote a multiplicity annotation were the LinearTypes extension enabled. Suggested fix: Add whitespace after the `%'. | 255 | . (%1) . (\ (Right x)->x) . fst | ^ [ 9 of 18] Compiling Text.ParserCombinators.Poly.Lex ( src/Text/ParserCombinators/Poly/Lex.hs, dist/build/Text/ParserCombinators/Poly/Lex.p_o ) src/Text/ParserCombinators/Poly/Lex.hs:96:18: warning: [GHC-94817] [-Wtabs] Tab character found here. Suggested fix: Please use spaces instead. | 96 | infixl 6 `onFail` -- not sure about precedence 6? | ^^^^^^^ [10 of 18] Compiling Text.ParserCombinators.Poly.Lazy ( src/Text/ParserCombinators/Poly/Lazy.hs, dist/build/Text/ParserCombinators/Poly/Lazy.p_o ) src/Text/ParserCombinators/Poly/Lazy.hs:4:14: warning: [GHC-94817] [-Wtabs] Tab character found here, and in 8 further locations. Suggested fix: Please use spaces instead. | 4 | Parser(P) -- datatype, instance of: Functor, Monad, PolyParse | ^^^ [11 of 18] Compiling Text.ParserCombinators.Poly.ByteStringChar ( src/Text/ParserCombinators/Poly/ByteStringChar.hs, dist/build/Text/ParserCombinators/Poly/ByteStringChar.p_o ) [12 of 18] Compiling Text.Parse.ByteString ( src/Text/Parse/ByteString.hs, dist/build/Text/Parse/ByteString.p_o ) src/Text/Parse/ByteString.hs:5:15: warning: [GHC-94817] [-Wtabs] Tab character found here, and in 13 further locations. Suggested fix: Please use spaces instead. | 5 | TextParser -- synonym for Text.ParserCombinators.Poly.ByteString | ^^ src/Text/Parse/ByteString.hs:304:22: warning: [GHC-47082] [-Woperator-whitespace-ext-conflict] The prefix use of a `%' would denote a multiplicity annotation were the LinearTypes extension enabled. Suggested fix: Add whitespace after the `%'. | 304 | . (%1) . (\ (Right x)->x) . fst | ^ [13 of 18] Compiling Text.ParserCombinators.Poly.ByteString ( src/Text/ParserCombinators/Poly/ByteString.hs, dist/build/Text/ParserCombinators/Poly/ByteString.p_o ) [14 of 18] Compiling Text.ParserCombinators.Poly.StateParser ( src/Text/ParserCombinators/Poly/StateParser.hs, dist/build/Text/ParserCombinators/Poly/StateParser.p_o ) src/Text/ParserCombinators/Poly/StateParser.hs:7:14: warning: [GHC-94817] [-Wtabs] Tab character found here, and in 7 further locations. Suggested fix: Please use spaces instead. | 7 | Parser(P) -- datatype, instance of: Functor, Monad, PolyParse | ^^^ [15 of 18] Compiling Text.ParserCombinators.Poly.StateLazy ( src/Text/ParserCombinators/Poly/StateLazy.hs, dist/build/Text/ParserCombinators/Poly/StateLazy.p_o ) src/Text/ParserCombinators/Poly/StateLazy.hs:4:14: warning: [GHC-94817] [-Wtabs] Tab character found here, and in 8 further locations. Suggested fix: Please use spaces instead. | 4 | Parser(P) -- datatype, instance of: Functor, Monad, PolyParse | ^^^ [16 of 18] Compiling Text.ParserCombinators.Poly.State ( src/Text/ParserCombinators/Poly/State.hs, dist/build/Text/ParserCombinators/Poly/State.p_o ) src/Text/ParserCombinators/Poly/State.hs:3:14: warning: [GHC-94817] [-Wtabs] Tab character found here, and in 8 further locations. Suggested fix: Please use spaces instead. | 3 | Parser(P) -- datatype, instance of: Functor, Monad, PolyParse | ^^^ [17 of 18] Compiling Text.ParserCombinators.Poly.StateText ( src/Text/ParserCombinators/Poly/StateText.hs, dist/build/Text/ParserCombinators/Poly/StateText.p_o ) [18 of 18] Compiling Text.ParserCombinators.Poly.Text ( src/Text/ParserCombinators/Poly/Text.hs, dist/build/Text/ParserCombinators/Poly/Text.p_o ) Preprocessing library for polyparse-1.13.. Running Haddock on library for polyparse-1.13.. Warning: The documentation for the following packages are not installed. No links will be generated to these packages: array-0.5.5.0, base-4.18.1.0, binary-0.8.9.1, bytestring-0.11.5.2, containers-0.6.7, deepseq-1.4.8.1, ghc-bignum-1.3, ghc-boot-th-9.6.3, ghc-prim-0.10.0, pretty-1.1.3.6, template-haskell-2.20.0.0, text-2.0.2 src/Text/ParserCombinators/Poly/Base.hs:3:19: warning: [GHC-94817] [-Wtabs] Tab character found here, and in 14 further locations. Suggested fix: Please use spaces instead. | 3 | Commitment(..) -- class of all two-level-error values | ^^^^^^ src/Text/ParserCombinators/Poly/Result.hs:3:15: warning: [GHC-94817] [-Wtabs] Tab character found here. Suggested fix: Please use spaces instead. | 3 | Result(..) -- A parsing result type, with Success, Failure, and Commitment. | ^^ src/Text/ParserCombinators/Poly/Parser.hs:7:14: warning: [GHC-94817] [-Wtabs] Tab character found here, and in 8 further locations. Suggested fix: Please use spaces instead. | 7 | Parser(P) -- datatype, instance of: Functor, Monad, PolyParse | ^^^ src/Text/ParserCombinators/Poly/Plain.hs:3:14: warning: [GHC-94817] [-Wtabs] Tab character found here, and in 9 further locations. Suggested fix: Please use spaces instead. | 3 | Parser(P) -- datatype, instance of: Functor, Monad, PolyParse | ^^^ src/Text/Parse.hs:4:15: warning: [GHC-94817] [-Wtabs] Tab character found here, and in 12 further locations. Suggested fix: Please use spaces instead. | 4 | TextParser -- synonym for Parser Char, i.e. string input, no state | ^^ src/Text/Parse.hs:255:22: warning: [GHC-47082] [-Woperator-whitespace-ext-conflict] The prefix use of a `%' would denote a multiplicity annotation were the LinearTypes extension enabled. Suggested fix: Add whitespace after the `%'. | 255 | . (%1) . (\ (Right x)->x) . fst | ^ src/Text/ParserCombinators/Poly/Lex.hs:96:18: warning: [GHC-94817] [-Wtabs] Tab character found here. Suggested fix: Please use spaces instead. | 96 | infixl 6 `onFail` -- not sure about precedence 6? | ^^^^^^^ src/Text/ParserCombinators/Poly/Lazy.hs:4:14: warning: [GHC-94817] [-Wtabs] Tab character found here, and in 8 further locations. Suggested fix: Please use spaces instead. | 4 | Parser(P) -- datatype, instance of: Functor, Monad, PolyParse | ^^^ src/Text/Parse/ByteString.hs:5:15: warning: [GHC-94817] [-Wtabs] Tab character found here, and in 13 further locations. Suggested fix: Please use spaces instead. | 5 | TextParser -- synonym for Text.ParserCombinators.Poly.ByteString | ^^ src/Text/Parse/ByteString.hs:304:22: warning: [GHC-47082] [-Woperator-whitespace-ext-conflict] The prefix use of a `%' would denote a multiplicity annotation were the LinearTypes extension enabled. Suggested fix: Add whitespace after the `%'. | 304 | . (%1) . (\ (Right x)->x) . fst | ^ src/Text/ParserCombinators/Poly/StateParser.hs:7:14: warning: [GHC-94817] [-Wtabs] Tab character found here, and in 7 further locations. Suggested fix: Please use spaces instead. | 7 | Parser(P) -- datatype, instance of: Functor, Monad, PolyParse | ^^^ src/Text/ParserCombinators/Poly/StateLazy.hs:4:14: warning: [GHC-94817] [-Wtabs] Tab character found here, and in 8 further locations. Suggested fix: Please use spaces instead. | 4 | Parser(P) -- datatype, instance of: Functor, Monad, PolyParse | ^^^ src/Text/ParserCombinators/Poly/State.hs:3:14: warning: [GHC-94817] [-Wtabs] Tab character found here, and in 8 further locations. Suggested fix: Please use spaces instead. | 3 | Parser(P) -- datatype, instance of: Functor, Monad, PolyParse | ^^^ 5% ( 2 / 36) in 'Text.ParserCombinators.HuttonMeijer' Missing documentation for: item (src/Text/ParserCombinators/HuttonMeijer.hs:89) first (src/Text/ParserCombinators/HuttonMeijer.hs:94) papply (src/Text/ParserCombinators/HuttonMeijer.hs:99) +++ (src/Text/ParserCombinators/HuttonMeijer.hs:106) sat (src/Text/ParserCombinators/HuttonMeijer.hs:109) many (src/Text/ParserCombinators/HuttonMeijer.hs:115) many1 (src/Text/ParserCombinators/HuttonMeijer.hs:119) sepby (src/Text/ParserCombinators/HuttonMeijer.hs:122) sepby1 (src/Text/ParserCombinators/HuttonMeijer.hs:125) chainl (src/Text/ParserCombinators/HuttonMeijer.hs:128) chainl1 (src/Text/ParserCombinators/HuttonMeijer.hs:131) chainr (src/Text/ParserCombinators/HuttonMeijer.hs:137) chainr1 (src/Text/ParserCombinators/HuttonMeijer.hs:140) ops (src/Text/ParserCombinators/HuttonMeijer.hs:146) bracket (src/Text/ParserCombinators/HuttonMeijer.hs:149) char (src/Text/ParserCombinators/HuttonMeijer.hs:156) digit (src/Text/ParserCombinators/HuttonMeijer.hs:159) lower (src/Text/ParserCombinators/HuttonMeijer.hs:162) upper (src/Text/ParserCombinators/HuttonMeijer.hs:165) letter (src/Text/ParserCombinators/HuttonMeijer.hs:168) alphanum (src/Text/ParserCombinators/HuttonMeijer.hs:171) string (src/Text/ParserCombinators/HuttonMeijer.hs:174) ident (src/Text/ParserCombinators/HuttonMeijer.hs:178) nat (src/Text/ParserCombinators/HuttonMeijer.hs:181) int (src/Text/ParserCombinators/HuttonMeijer.hs:186) spaces (src/Text/ParserCombinators/HuttonMeijer.hs:193) comment (src/Text/ParserCombinators/HuttonMeijer.hs:196) junk (src/Text/ParserCombinators/HuttonMeijer.hs:206) skip (src/Text/ParserCombinators/HuttonMeijer.hs:209) token (src/Text/ParserCombinators/HuttonMeijer.hs:212) natural (src/Text/ParserCombinators/HuttonMeijer.hs:219) integer (src/Text/ParserCombinators/HuttonMeijer.hs:222) symbol (src/Text/ParserCombinators/HuttonMeijer.hs:225) identifier (src/Text/ParserCombinators/HuttonMeijer.hs:228) 77% ( 24 / 31) in 'Text.ParserCombinators.HuttonMeijerWallace' Missing documentation for: Parser (src/Text/ParserCombinators/HuttonMeijerWallace.hs:67) chainl (src/Text/ParserCombinators/HuttonMeijerWallace.hs:227) chainl1 (src/Text/ParserCombinators/HuttonMeijerWallace.hs:231) chainr (src/Text/ParserCombinators/HuttonMeijerWallace.hs:237) chainr1 (src/Text/ParserCombinators/HuttonMeijerWallace.hs:241) ops (src/Text/ParserCombinators/HuttonMeijerWallace.hs:250) bracket (src/Text/ParserCombinators/HuttonMeijerWallace.hs:253) 95% ( 23 / 24) in 'Text.ParserCombinators.Poly.Base' Missing documentation for: Module header 75% ( 3 / 4) in 'Text.ParserCombinators.Poly.Result' Missing documentation for: Module header 100% ( 12 / 12) in 'Text.ParserCombinators.Poly.Parser' Warning: Text.ParserCombinators.Poly.Plain: Could not find documentation for exported module: Control.Applicative 93% ( 14 / 15) in 'Text.ParserCombinators.Poly.Plain' Missing documentation for: Module header 50% ( 1 / 2) in 'Text.ParserCombinators.Poly' Missing documentation for: Module header 76% ( 23 / 30) in 'Text.Parse' Missing documentation for: Module header parseSigned (src/Text/Parse.hs:229) parseInt (src/Text/Parse.hs:234) parseDec (src/Text/Parse.hs:242) parseOct (src/Text/Parse.hs:242) parseHex (src/Text/Parse.hs:242) parseFloat (src/Text/Parse.hs:247) Warning: Text.ParserCombinators.Poly.Lex: Could not find documentation for exported module: Control.Applicative 100% ( 15 / 15) in 'Text.ParserCombinators.Poly.Lex' Warning: Text.ParserCombinators.Poly.Lazy: Could not find documentation for exported module: Control.Applicative 93% ( 14 / 15) in 'Text.ParserCombinators.Poly.Lazy' Missing documentation for: Module header 94% ( 16 / 17) in 'Text.ParserCombinators.Poly.ByteStringChar' Missing documentation for: Module header 96% ( 31 / 32) in 'Text.Parse.ByteString' Missing documentation for: Module header 94% ( 16 / 17) in 'Text.ParserCombinators.Poly.ByteString' Missing documentation for: Module header 100% ( 15 / 15) in 'Text.ParserCombinators.Poly.StateParser' Warning: Text.ParserCombinators.Poly.StateLazy: Could not find documentation for exported module: Control.Applicative 94% ( 32 / 34) in 'Text.ParserCombinators.Poly.StateLazy' Missing documentation for: Module header manyFinally (src/Text/ParserCombinators/Poly/StateLazy.hs:142) Warning: Text.ParserCombinators.Poly.State: Could not find documentation for exported module: Control.Applicative 94% ( 17 / 18) in 'Text.ParserCombinators.Poly.State' Missing documentation for: Module header Warning: Text.ParserCombinators.Poly.StateText: Could not find documentation for exported module: Control.Applicative 95% ( 20 / 21) in 'Text.ParserCombinators.Poly.StateText' Missing documentation for: Module header Warning: Text.ParserCombinators.Poly.Text: Could not find documentation for exported module: Control.Applicative 94% ( 16 / 17) in 'Text.ParserCombinators.Poly.Text' Missing documentation for: Module header Warning: Text.ParserCombinators.HuttonMeijer: could not find link destinations for: - GHC.Base.>>= - GHC.Base.>> - GHC.Base.fmap - GHC.Base.return - Control.Monad.Fail.fail - GHC.Base.<*> - GHC.Base.pure - GHC.Base.*> - GHC.Base.Monad - GHC.Base.Functor - Control.Monad.Fail.MonadFail - GHC.Base.Applicative - GHC.Types.Bool - GHC.Base.String - GHC.Types.Char - GHC.Types.Int - GHC.Types.Type - GHC.Base.<* - GHC.Base.liftA2 - GHC.Base.<$ - GHC.Base.Alternative - GHC.Base.<|> - GHC.Base.empty - GHC.Base.many - GHC.Base.some - GHC.Base.MonadPlus - GHC.Base.mzero - GHC.Base.mplus - Text.ParserCombinators.HuttonMeijer.Token Warning: Text.ParserCombinators.HuttonMeijerWallace: could not find link destinations for: - GHC.Base.>>= - GHC.Base.>> - GHC.Base.fmap - GHC.Base.return - Control.Monad.Fail.fail - GHC.Base.<*> - GHC.Base.pure - GHC.Base.*> - GHC.Classes.Eq - GHC.Base.Monad - GHC.Base.Functor - GHC.Show.Show - Control.Monad.Fail.MonadFail - GHC.Base.Applicative - GHC.Base.String - Data.Either.Either - GHC.Types.Type - GHC.Err.error - GHC.Base.<* - GHC.Base.liftA2 - GHC.Base.<$ - GHC.Base.Alternative - GHC.Base.<|> - GHC.Base.empty - GHC.Base.many - GHC.Base.some - GHC.Base.MonadPlus - GHC.Base.mzero - GHC.Base.mplus - Text.ParserCombinators.HuttonMeijerWallace.ParseResult Warning: Text.ParserCombinators.Poly.Base: could not find link destinations for: - GHC.Base.Monad - GHC.Base.Functor - GHC.Show.Show - Control.Monad.Fail.MonadFail - GHC.Base.Applicative - GHC.Base.String - GHC.Types.Int - GHC.Types.Type - GHC.Base.Alternative Warning: Text.ParserCombinators.Poly.Result: could not find link destinations for: - GHC.Base.fmap - GHC.Base.Functor - GHC.Base.String - Data.Either.Either - GHC.Types.Type - GHC.Base.<$ Warning: Text.ParserCombinators.Poly.Parser: could not find link destinations for: - GHC.Base.>>= - GHC.Base.>> - GHC.Base.fmap - GHC.Base.return - Control.Monad.Fail.fail - GHC.Base.<*> - GHC.Base.pure - GHC.Base.*> - GHC.Base.Monad - GHC.Base.Functor - GHC.Show.Show - Control.Monad.Fail.MonadFail - GHC.Base.Applicative - GHC.Types.Bool - GHC.Base.String - GHC.Types.Type - GHC.Base.<* - GHC.Base.liftA2 - GHC.Base.<$ - GHC.Base.Alternative - GHC.Base.<|> - GHC.Base.empty - GHC.Base.many - GHC.Base.some Warning: Text.ParserCombinators.Poly.Plain: could not find link destinations for: - GHC.Base.>>= - GHC.Base.>> - GHC.Base.fmap - GHC.Base.return - Control.Monad.Fail.fail - GHC.Base.<*> - GHC.Base.pure - GHC.Base.*> - GHC.Base.Monad - GHC.Base.Functor - GHC.Show.Show - Control.Monad.Fail.MonadFail - GHC.Base.Applicative - GHC.Types.Bool - GHC.Base.String - Data.Either.Either - GHC.Types.Type - GHC.Base.<* - GHC.Base.liftA2 - GHC.Base.<$ - GHC.Base.Alternative - GHC.Base.<|> - GHC.Base.empty - GHC.Base.many - GHC.Base.some Warning: Text.Parse: could not find link destinations for: - GHC.Real.Integral - GHC.Read.Read - GHC.Real.Real - GHC.Real.RealFrac - GHC.Show.Show - GHC.Types.Bool - GHC.Base.String - GHC.Types.Char - GHC.Types.Double - GHC.Types.Float - GHC.Types.Int - GHC.Num.Integer.Integer - GHC.Maybe.Maybe - GHC.Types.Ordering - Data.Either.Either - Text.ParserCombinators.ReadP.ReadS Warning: Text.ParserCombinators.Poly.Lex: could not find link destinations for: - GHC.Base.>>= - GHC.Base.>> - GHC.Base.fmap - GHC.Base.return - Control.Monad.Fail.fail - GHC.Base.<*> - GHC.Base.pure - GHC.Base.*> - GHC.Base.Monad - GHC.Base.Functor - Control.Monad.Fail.MonadFail - GHC.Base.Applicative - GHC.Types.Bool - GHC.Base.String - Data.Either.Either - GHC.Types.Type - GHC.Base.<* - GHC.Base.liftA2 - GHC.Base.<$ - GHC.Base.Alternative - GHC.Base.<|> - GHC.Base.empty - GHC.Base.many - GHC.Base.some Warning: Text.ParserCombinators.Poly.Lazy: could not find link destinations for: - GHC.Base.>>= - GHC.Base.>> - GHC.Base.fmap - GHC.Base.return - Control.Monad.Fail.fail - GHC.Base.<*> - GHC.Base.pure - GHC.Base.*> - GHC.Base.Monad - GHC.Base.Functor - GHC.Show.Show - Control.Monad.Fail.MonadFail - GHC.Base.Applicative - GHC.Types.Bool - GHC.Base.String - GHC.Types.Type - GHC.Base.<* - GHC.Base.liftA2 - GHC.Base.<$ - GHC.Base.Alternative - GHC.Base.<|> - GHC.Base.empty - GHC.Base.many - GHC.Base.some Warning: Text.ParserCombinators.Poly.ByteStringChar: could not find link destinations for: - GHC.Base.>>= - GHC.Base.>> - GHC.Base.fmap - GHC.Base.return - Control.Monad.Fail.fail - GHC.Base.<*> - GHC.Base.pure - GHC.Base.*> - GHC.Base.Monad - GHC.Base.Functor - Control.Monad.Fail.MonadFail - GHC.Base.Applicative - GHC.Types.Bool - GHC.Base.String - GHC.Types.Char - Data.Either.Either - GHC.Types.Type - GHC.Base.<* - GHC.Base.liftA2 - GHC.Base.<$ - GHC.Base.Alternative - GHC.Base.<|> - GHC.Base.empty - GHC.Base.many - GHC.Base.some - Data.ByteString.Lazy.Internal.ByteString Warning: Text.Parse.ByteString: could not find link destinations for: - GHC.Real.Integral - GHC.Read.Read - GHC.Real.Real - GHC.Real.RealFrac - GHC.Show.Show - GHC.Types.Bool - GHC.Base.String - GHC.Types.Char - GHC.Types.Double - GHC.Types.Float - GHC.Types.Int - GHC.Num.Integer.Integer - GHC.Maybe.Maybe - GHC.Types.Ordering - Data.Either.Either - Text.ParserCombinators.ReadP.ReadS - Data.ByteString.Lazy.Internal.ByteString Warning: Text.ParserCombinators.Poly.ByteString: could not find link destinations for: - GHC.Base.>>= - GHC.Base.>> - GHC.Base.fmap - GHC.Base.return - Control.Monad.Fail.fail - GHC.Base.<*> - GHC.Base.pure - GHC.Base.*> - GHC.Base.Monad - GHC.Base.Functor - Control.Monad.Fail.MonadFail - GHC.Base.Applicative - GHC.Types.Bool - GHC.Base.String - GHC.Word.Word8 - Data.Either.Either - GHC.Types.Type - GHC.Base.<* - GHC.Base.liftA2 - GHC.Base.<$ - GHC.Base.Alternative - GHC.Base.<|> - GHC.Base.empty - GHC.Base.many - GHC.Base.some - Data.ByteString.Lazy.Internal.ByteString Warning: Text.ParserCombinators.Poly.StateParser: could not find link destinations for: - GHC.Base.>>= - GHC.Base.>> - GHC.Base.fmap - GHC.Base.return - Control.Monad.Fail.fail - GHC.Base.<*> - GHC.Base.pure - GHC.Base.*> - GHC.Base.Monad - GHC.Base.Functor - Control.Monad.Fail.MonadFail - GHC.Base.Applicative - GHC.Types.Bool - GHC.Base.String - GHC.Types.Type - GHC.Base.<* - GHC.Base.liftA2 - GHC.Base.<$ - GHC.Base.Alternative - GHC.Base.<|> - GHC.Base.empty - GHC.Base.many - GHC.Base.some Warning: Text.ParserCombinators.Poly.StateLazy: could not find link destinations for: - GHC.Base.>>= - GHC.Base.>> - GHC.Base.fmap - GHC.Base.return - Control.Monad.Fail.fail - GHC.Base.<*> - GHC.Base.pure - GHC.Base.*> - GHC.Base.Monad - GHC.Base.Functor - GHC.Show.Show - Control.Monad.Fail.MonadFail - GHC.Base.Applicative - GHC.Types.Bool - GHC.Base.String - GHC.Types.Int - GHC.Types.Type - GHC.Base.<* - GHC.Base.liftA2 - GHC.Base.<$ - GHC.Base.Alternative - GHC.Base.<|> - GHC.Base.empty - GHC.Base.many - GHC.Base.some Warning: Text.ParserCombinators.Poly.State: could not find link destinations for: - GHC.Base.>>= - GHC.Base.>> - GHC.Base.fmap - GHC.Base.return - Control.Monad.Fail.fail - GHC.Base.<*> - GHC.Base.pure - GHC.Base.*> - GHC.Base.Monad - GHC.Base.Functor - Control.Monad.Fail.MonadFail - GHC.Base.Applicative - GHC.Types.Bool - GHC.Base.String - Data.Either.Either - GHC.Types.Type - GHC.Base.<* - GHC.Base.liftA2 - GHC.Base.<$ - GHC.Base.Alternative - GHC.Base.<|> - GHC.Base.empty - GHC.Base.many - GHC.Base.some Warning: Text.ParserCombinators.Poly.StateText: could not find link destinations for: - GHC.Base.>>= - GHC.Base.>> - GHC.Base.fmap - GHC.Base.return - Control.Monad.Fail.fail - GHC.Base.<*> - GHC.Base.pure - GHC.Base.*> - GHC.Base.Monad - GHC.Base.Functor - Control.Monad.Fail.MonadFail - GHC.Base.Applicative - GHC.Types.Bool - GHC.Base.String - GHC.Types.Char - Data.Either.Either - GHC.Types.Type - GHC.Base.<* - GHC.Base.liftA2 - GHC.Base.<$ - GHC.Base.Alternative - GHC.Base.<|> - GHC.Base.empty - GHC.Base.many - GHC.Base.some - Data.Text.Internal.Lazy.Text Warning: Text.ParserCombinators.Poly.Text: could not find link destinations for: - GHC.Base.>>= - GHC.Base.>> - GHC.Base.fmap - GHC.Base.return - Control.Monad.Fail.fail - GHC.Base.<*> - GHC.Base.pure - GHC.Base.*> - GHC.Base.Monad - GHC.Base.Functor - Control.Monad.Fail.MonadFail - GHC.Base.Applicative - GHC.Types.Bool - GHC.Base.String - GHC.Types.Char - Data.Either.Either - GHC.Types.Type - GHC.Base.<* - GHC.Base.liftA2 - GHC.Base.<$ - GHC.Base.Alternative - GHC.Base.<|> - GHC.Base.empty - GHC.Base.many - GHC.Base.some - Data.Text.Internal.Lazy.Text Documentation created: dist/doc/html/polyparse/index.html