Resolving dependencies... Configuring base16-bytestring-1.0.2.0... Preprocessing library for base16-bytestring-1.0.2.0.. Building library for base16-bytestring-1.0.2.0.. [1 of 3] Compiling Data.ByteString.Base16.Internal ( Data/ByteString/Base16/Internal.hs, dist/build/Data/ByteString/Base16/Internal.o, dist/build/Data/ByteString/Base16/Internal.dyn_o ) [2 of 3] Compiling Data.ByteString.Base16 ( Data/ByteString/Base16.hs, dist/build/Data/ByteString/Base16.o, dist/build/Data/ByteString/Base16.dyn_o ) [3 of 3] Compiling Data.ByteString.Base16.Lazy ( Data/ByteString/Base16/Lazy.hs, dist/build/Data/ByteString/Base16/Lazy.o, dist/build/Data/ByteString/Base16/Lazy.dyn_o ) Preprocessing library for base16-bytestring-1.0.2.0.. Running Haddock on library for base16-bytestring-1.0.2.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 3] Compiling Data.ByteString.Base16.Internal ( Data/ByteString/Base16/Internal.hs, nothing ) [2 of 3] Compiling Data.ByteString.Base16 ( Data/ByteString/Base16.hs, nothing ) [3 of 3] Compiling Data.ByteString.Base16.Lazy ( Data/ByteString/Base16/Lazy.hs, nothing ) Haddock coverage: 100% ( 4 / 4) in 'Data.ByteString.Base16' 100% ( 4 / 4) in 'Data.ByteString.Base16.Lazy' Documentation created: dist/doc/html/base16-bytestring/, dist/doc/html/base16-bytestring/base16-bytestring.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/base16-bytestring-1.0.2.0-IcaeslDEHsJILuAloGzH6U Completed base16-bytestring-1.0.2.0 Configuring cryptohash-sha512-0.11.102.0... Preprocessing library for cryptohash-sha512-0.11.102.0.. Building library for cryptohash-sha512-0.11.102.0.. [1 of 5] Compiling Compat ( src/Compat.hs, dist/build/Compat.o, dist/build/Compat.dyn_o ) [2 of 5] Compiling Crypto.Hash.SHA512.FFI ( src/Crypto/Hash/SHA512/FFI.hs, dist/build/Crypto/Hash/SHA512/FFI.o, dist/build/Crypto/Hash/SHA512/FFI.dyn_o ) [3 of 5] Compiling Crypto.Hash.SHA512 ( src/Crypto/Hash/SHA512.hs, dist/build/Crypto/Hash/SHA512.o, dist/build/Crypto/Hash/SHA512.dyn_o ) src/Crypto/Hash/SHA512.hs:134:19: warning: [GHC-68441] [-Wdeprecations] In the use of memcpy (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type): Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead" | 134 | copyCtx dst src = memcpy (castPtr dst) (castPtr src) (fromIntegral sizeCtx) | ^^^^^^ [4 of 5] Compiling Crypto.Hash.SHA384 ( src/Crypto/Hash/SHA384.hs, dist/build/Crypto/Hash/SHA384.o, dist/build/Crypto/Hash/SHA384.dyn_o ) src/Crypto/Hash/SHA384.hs:135:19: warning: [GHC-68441] [-Wdeprecations] In the use of memcpy (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type): Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead" | 135 | copyCtx dst src = memcpy (castPtr dst) (castPtr src) (fromIntegral sizeCtx) | ^^^^^^ [5 of 5] Compiling Crypto.Hash.SHA512t ( src/Crypto/Hash/SHA512t.hs, dist/build/Crypto/Hash/SHA512t.o, dist/build/Crypto/Hash/SHA512t.dyn_o ) src/Crypto/Hash/SHA512t.hs:145:19: warning: [GHC-68441] [-Wdeprecations] In the use of memcpy (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type): Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead" | 145 | copyCtx dst src = memcpy (castPtr dst) (castPtr src) (fromIntegral sizeCtx) | ^^^^^^ Preprocessing library for cryptohash-sha512-0.11.102.0.. Running Haddock on library for cryptohash-sha512-0.11.102.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 5] Compiling Compat ( src/Compat.hs, nothing ) [2 of 5] Compiling Crypto.Hash.SHA512.FFI ( src/Crypto/Hash/SHA512/FFI.hs, nothing ) [3 of 5] Compiling Crypto.Hash.SHA512 ( src/Crypto/Hash/SHA512.hs, nothing ) src/Crypto/Hash/SHA512.hs:134:19: warning: [GHC-68441] [-Wdeprecations] In the use of memcpy (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type): Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead" | 134 | copyCtx dst src = memcpy (castPtr dst) (castPtr src) (fromIntegral sizeCtx) | ^^^^^^ [4 of 5] Compiling Crypto.Hash.SHA384 ( src/Crypto/Hash/SHA384.hs, nothing ) src/Crypto/Hash/SHA384.hs:135:19: warning: [GHC-68441] [-Wdeprecations] In the use of memcpy (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type): Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead" | 135 | copyCtx dst src = memcpy (castPtr dst) (castPtr src) (fromIntegral sizeCtx) | ^^^^^^ [5 of 5] Compiling Crypto.Hash.SHA512t ( src/Crypto/Hash/SHA512t.hs, nothing ) src/Crypto/Hash/SHA512t.hs:145:19: warning: [GHC-68441] [-Wdeprecations] In the use of memcpy (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type): Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead" | 145 | copyCtx dst src = memcpy (castPtr dst) (castPtr src) (fromIntegral sizeCtx) | ^^^^^^ Haddock coverage: Warning: 'ByteString' is ambiguous. It is defined * in Data.ByteString.Internal.Type * in Data.ByteString.Lazy.Internal You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.ByteString.Lazy.Internal 100% ( 21 / 21) in 'Crypto.Hash.SHA512' Warning: 'ByteString' is ambiguous. It is defined * in Data.ByteString.Internal.Type * in Data.ByteString.Lazy.Internal You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.ByteString.Lazy.Internal 100% ( 21 / 21) in 'Crypto.Hash.SHA384' Warning: 'ByteString' is ambiguous. It is defined * in Data.ByteString.Internal.Type * in Data.ByteString.Lazy.Internal You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.ByteString.Lazy.Internal 100% ( 21 / 21) in 'Crypto.Hash.SHA512t' Documentation created: dist/doc/html/cryptohash-sha512/, dist/doc/html/cryptohash-sha512/cryptohash-sha512.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/cryptohash-sha512-0.11.102.0-FWAT57n1FUVHiEgCHXdxNf Completed cryptohash-sha512-0.11.102.0 Configuring haskell-src-exts-1.23.1... Preprocessing library for haskell-src-exts-1.23.1.. unused rules: 3 Building library for haskell-src-exts-1.23.1.. [ 1 of 18] Compiling Language.Haskell.Exts.Extension ( src/Language/Haskell/Exts/Extension.hs, dist/build/Language/Haskell/Exts/Extension.o, dist/build/Language/Haskell/Exts/Extension.dyn_o ) src/Language/Haskell/Exts/Extension.hs:690: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." | 690 | [ (head str, (str, extension)) | ^^^^ [ 2 of 18] Compiling Language.Haskell.Exts.ExtScheme ( src/Language/Haskell/Exts/ExtScheme.hs, dist/build/Language/Haskell/Exts/ExtScheme.o, dist/build/Language/Haskell/Exts/ExtScheme.dyn_o ) [ 3 of 18] Compiling Language.Haskell.Exts.SrcLoc ( src/Language/Haskell/Exts/SrcLoc.hs, dist/build/Language/Haskell/Exts/SrcLoc.o, dist/build/Language/Haskell/Exts/SrcLoc.dyn_o ) [ 4 of 18] Compiling Language.Haskell.Exts.Syntax ( src/Language/Haskell/Exts/Syntax.hs, dist/build/Language/Haskell/Exts/Syntax.o, dist/build/Language/Haskell/Exts/Syntax.dyn_o ) [ 5 of 18] Compiling Language.Haskell.Exts.ParseSyntax ( src/Language/Haskell/Exts/ParseSyntax.hs, dist/build/Language/Haskell/Exts/ParseSyntax.o, dist/build/Language/Haskell/Exts/ParseSyntax.dyn_o ) [ 6 of 18] Compiling Language.Haskell.Exts.Pretty ( src/Language/Haskell/Exts/Pretty.hs, dist/build/Language/Haskell/Exts/Pretty.o, dist/build/Language/Haskell/Exts/Pretty.dyn_o ) src/Language/Haskell/Exts/Pretty.hs:119:9: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical (>>) definition detected in the instance declaration for Monad (DocM s). (>>) will eventually be removed in favour of (*>) Suggested fix: Either remove definition for (>>) (recommended) or define as (>>) = (*>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 119 | (>>) = then_DocM | ^^^^^^^^^^^^^^^^ src/Language/Haskell/Exts/Pretty.hs:120:9: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical return definition detected in the instance declaration for Monad (DocM s). return will eventually be removed in favour of pure Suggested fix: Either remove definition for return (recommended) or define as return = pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 120 | return = retDocM | ^^^^^^^^^^^^^^^^ [ 7 of 18] Compiling Language.Haskell.Exts.Fixity ( src/Language/Haskell/Exts/Fixity.hs, dist/build/Language/Haskell/Exts/Fixity.o, dist/build/Language/Haskell/Exts/Fixity.dyn_o ) [ 8 of 18] Compiling Language.Haskell.Exts.Comments ( src/Language/Haskell/Exts/Comments.hs, dist/build/Language/Haskell/Exts/Comments.o, dist/build/Language/Haskell/Exts/Comments.dyn_o ) src/Language/Haskell/Exts/Comments.hs:146:40: 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." | 146 | let end = srcSpanEnd $ srcInfoSpan $ head srcs | ^^^^ [ 9 of 18] Compiling Language.Haskell.Exts.ParseMonad ( src/Language/Haskell/Exts/ParseMonad.hs, dist/build/Language/Haskell/Exts/ParseMonad.o, dist/build/Language/Haskell/Exts/ParseMonad.dyn_o ) src/Language/Haskell/Exts/ParseMonad.hs:101:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical return definition detected in the instance declaration for Monad ParseResult. return will eventually be removed in favour of pure Suggested fix: Either remove definition for return (recommended) or define as return = pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 101 | return = ParseOk | ^^^^^^^^^^^^^^^^ src/Language/Haskell/Exts/ParseMonad.hs:245:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical pure = return definition detected in the instance declaration for Applicative P. Suggested fix: Move definition from return to pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 245 | pure = return | ^^^^^^^^^^^^^ src/Language/Haskell/Exts/ParseMonad.hs:249:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical return definition detected in the instance declaration for Monad P. return will eventually be removed in favour of pure Suggested fix: Either remove definition for return (recommended) or define as return = pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 249 | return a = P $ \_i _x _y _l _ch s _m -> Ok s a | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Language/Haskell/Exts/ParseMonad.hs:279:36: 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." | 279 | removeSuffix l = reverse $ tail $ dropWhile ('.'/=) $ reverse l | ^^^^ src/Language/Haskell/Exts/ParseMonad.hs:357:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical pure = return definition detected in the instance declaration for Applicative (Lex r). Suggested fix: Move definition from return to pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 357 | pure = return | ^^^^^^^^^^^^^ src/Language/Haskell/Exts/ParseMonad.hs:361:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical return definition detected in the instance declaration for Monad (Lex r). return will eventually be removed in favour of pure Suggested fix: Either remove definition for return (recommended) or define as return = pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 361 | return a = Lex $ \k -> k a | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Language/Haskell/Exts/ParseMonad.hs:363:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical (>>) definition detected in the instance declaration for Monad (Lex r). (>>) will eventually be removed in favour of (*>) Suggested fix: Either remove definition for (>>) (recommended) or define as (>>) = (*>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 363 | Lex v >> Lex w = Lex $ \k -> v (\_ -> w k) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Language/Haskell/Exts/ParseMonad.hs:380:32: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [Char] not matched: [] | 380 | -> let (newCh:rest)= if n > 0 then drop (n-1) r else (ch:r) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Language/Haskell/Exts/ParseMonad.hs:401:29: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a lambda abstraction: Patterns of type [Char], Int not matched: [] _ | 401 | lexTab = Lex $ \cont -> P $ \(_:r) x -> runP (cont ()) r (nextTab x) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [10 of 18] Compiling Language.Haskell.Exts.ParseUtils ( src/Language/Haskell/Exts/ParseUtils.hs, dist/build/Language/Haskell/Exts/ParseUtils.o, dist/build/Language/Haskell/Exts/ParseUtils.dyn_o ) src/Language/Haskell/Exts/ParseUtils.hs:824:43: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [Pat L] not matched: [] | 824 | else let (a:bs) = ps | ^^^^^^^^^^^ src/Language/Haskell/Exts/ParseUtils.hs:856:44: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [SrcSpan] not matched: [] [_] (_:_:_:_) | 856 | let [x,y] = srcInfoPoints l | ^^^^^^^^^^^^^^^^^^^^^^^ src/Language/Haskell/Exts/ParseUtils.hs:906:7: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [SrcSpan] not matched: [] | 906 | let (b:_) = srcInfoPoints loc in return (name,typ,b) | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Language/Haskell/Exts/ParseUtils.hs:1289:17: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a lambda abstraction: Patterns of type (Int, Either SrcSpan (CName L)) not matched: (_, (Right _)) | 1289 | (\(n,Left s) -> EWildcard (noInfoSpan s) n) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [11 of 18] Compiling Language.Haskell.Exts.InternalLexer ( src/Language/Haskell/Exts/InternalLexer.hs, dist/build/Language/Haskell/Exts/InternalLexer.o, dist/build/Language/Haskell/Exts/InternalLexer.dyn_o ) src/Language/Haskell/Exts/InternalLexer.hs:392:18: 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." | 392 | if null s || head s /= c then fail msg else discard 1 | ^^^^ src/Language/Haskell/Exts/InternalLexer.hs:1112:32: 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." | 1112 | not (isHSymbol $ head cs) && | ^^^^ src/Language/Haskell/Exts/InternalLexer.hs:1113:30: 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." | 1113 | not (isIdent $ head cs) && MagicHash `elem` exts -> do | ^^^^ [12 of 18] Compiling Language.Haskell.Exts.Lexer ( src/Language/Haskell/Exts/Lexer.hs, dist/build/Language/Haskell/Exts/Lexer.o, dist/build/Language/Haskell/Exts/Lexer.dyn_o ) [13 of 18] Compiling Language.Haskell.Exts.InternalParser ( dist/build/Language/Haskell/Exts/InternalParser.hs, dist/build/Language/Haskell/Exts/InternalParser.o, dist/build/Language/Haskell/Exts/InternalParser.dyn_o ) [14 of 18] Compiling Language.Haskell.Exts.Parser ( src/Language/Haskell/Exts/Parser.hs, dist/build/Language/Haskell/Exts/Parser.o, dist/build/Language/Haskell/Exts/Parser.dyn_o ) [15 of 18] Compiling Language.Haskell.Exts.ExactPrint ( src/Language/Haskell/Exts/ExactPrint.hs, dist/build/Language/Haskell/Exts/ExactPrint.o, dist/build/Language/Haskell/Exts/ExactPrint.dyn_o ) src/Language/Haskell/Exts/ExactPrint.hs:50:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical pure = return definition detected in the instance declaration for Applicative EP. Suggested fix: Move definition from return to pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 50 | pure = return | ^^^^^^^^^^^^^ src/Language/Haskell/Exts/ExactPrint.hs:54:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical return definition detected in the instance declaration for Monad EP. return will eventually be removed in favour of pure Suggested fix: Either remove definition for return (recommended) or define as return = pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 54 | return x = EP $ \l cs -> (x, l, cs, id) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Language/Haskell/Exts/ExactPrint.hs:381:18: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [SrcSpan] not matched: [] | 381 | let (x:pts') = pts | ^^^^^^^^^^^^^^ src/Language/Haskell/Exts/ExactPrint.hs:635:45: 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." | 635 | maybeEP (\kd -> printStringAt (pos (head (srcInfoPoints l))) "::" >> exactPC kd) mk | ^^^^ src/Language/Haskell/Exts/ExactPrint.hs:702:21: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [SrcSpan] not matched: [] | 702 | let (p:pts') = pts | ^^^^^^^^^^^^^^ src/Language/Haskell/Exts/ExactPrint.hs:742:13: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [SrcSpan] not matched: [] | 742 | let (pat:pts) = srcInfoPoints l | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Language/Haskell/Exts/ExactPrint.hs:763:45: 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." | 763 | maybeEP (\bs -> printStringAt (pos (head pts)) "where" >> exactPC bs) mbs | ^^^^ src/Language/Haskell/Exts/ExactPrint.hs:1198:26: 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." | 1198 | [] -> exactPC $ head ihs | ^^^^ src/Language/Haskell/Exts/ExactPrint.hs:1222:49: 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." | 1222 | maybeEP (\kd -> printStringAt (pos (head pts)) "::" >> exactPC kd) mk | ^^^^ src/Language/Haskell/Exts/ExactPrint.hs:1748:13: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [SrcSpan] not matched: [] | 1748 | let (opt:pts) = srcInfoPoints l | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Language/Haskell/Exts/ExactPrint.hs:1850:41: 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." | 1850 | maybeEP (\bs -> printStringAt (pos (head (srcInfoPoints l))) "where" >> exactPC bs) mbs | ^^^^ src/Language/Haskell/Exts/ExactPrint.hs:1863:42: 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." | 1863 | maybeEP (\bds -> printStringAt (pos (head pts)) "where" >> exactPC bds) mbinds | ^^^^ src/Language/Haskell/Exts/ExactPrint.hs:1875:42: 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." | 1875 | maybeEP (\bds -> printStringAt (pos (head whPt)) "where" >> exactPC bds) mbinds | ^^^^ [16 of 18] Compiling Language.Haskell.Exts.Build ( src/Language/Haskell/Exts/Build.hs, dist/build/Language/Haskell/Exts/Build.o, dist/build/Language/Haskell/Exts/Build.dyn_o ) [17 of 18] Compiling Language.Preprocessor.Unlit ( src/Language/Preprocessor/Unlit.hs, dist/build/Language/Preprocessor/Unlit.o, dist/build/Language/Preprocessor/Unlit.dyn_o ) src/Language/Preprocessor/Unlit.hs:17:25: warning: [GHC-63397] [-Wname-shadowing] This binding for x shadows the existing binding bound at src/Language/Preprocessor/Unlit.hs:14:17 | 17 | allProg (('\\':x):xs) | "end{code}"`isPrefixOf`x = Blank : classify xs | ^ src/Language/Preprocessor/Unlit.hs:17:28: warning: [GHC-63397] [-Wname-shadowing] This binding for xs shadows the existing binding bound at src/Language/Preprocessor/Unlit.hs:14:20 | 17 | allProg (('\\':x):xs) | "end{code}"`isPrefixOf`x = Blank : classify xs | ^^ src/Language/Preprocessor/Unlit.hs:18:19: warning: [GHC-63397] [-Wname-shadowing] This binding for x shadows the existing binding bound at src/Language/Preprocessor/Unlit.hs:14:17 | 18 | allProg (x:xs) = Program x:allProg xs | ^ src/Language/Preprocessor/Unlit.hs:18:21: warning: [GHC-63397] [-Wname-shadowing] This binding for xs shadows the existing binding bound at src/Language/Preprocessor/Unlit.hs:14:20 | 18 | allProg (x:xs) = Program x:allProg xs | ^^ src/Language/Preprocessor/Unlit.hs:27:11: warning: [GHC-40910] [-Wunused-matches] Defined but not used: x | 27 | classify (x:xs) = Comment:classify xs | ^ src/Language/Preprocessor/Unlit.hs:46:17: warning: [GHC-40910] [-Wunused-matches] Defined but not used: y | 46 | adjacent file n y@(Program _) (x@Comment :xs) = error (message file n "program" "comment") | ^ src/Language/Preprocessor/Unlit.hs:46:32: warning: [GHC-40910] [-Wunused-matches] Defined but not used: x | 46 | adjacent file n y@(Program _) (x@Comment :xs) = error (message file n "program" "comment") | ^ src/Language/Preprocessor/Unlit.hs:46:48: warning: [GHC-40910] [-Wunused-matches] Defined but not used: xs | 46 | adjacent file n y@(Program _) (x@Comment :xs) = error (message file n "program" "comment") | ^^ src/Language/Preprocessor/Unlit.hs:47:10: warning: [GHC-40910] [-Wunused-matches] Defined but not used: file | 47 | adjacent file n y@(Program _) (x@(Include i f):xs) = x: adjacent f i y xs | ^^^^ src/Language/Preprocessor/Unlit.hs:47:15: warning: [GHC-40910] [-Wunused-matches] Defined but not used: n | 47 | adjacent file n y@(Program _) (x@(Include i f):xs) = x: adjacent f i y xs | ^ src/Language/Preprocessor/Unlit.hs:49:17: warning: [GHC-40910] [-Wunused-matches] Defined but not used: y | 49 | adjacent file n y@Comment (x@(Program _) :xs) = error (message file n "comment" "program") | ^ src/Language/Preprocessor/Unlit.hs:49:32: warning: [GHC-40910] [-Wunused-matches] Defined but not used: x | 49 | adjacent file n y@Comment (x@(Program _) :xs) = error (message file n "comment" "program") | ^ src/Language/Preprocessor/Unlit.hs:49:48: warning: [GHC-40910] [-Wunused-matches] Defined but not used: xs | 49 | adjacent file n y@Comment (x@(Program _) :xs) = error (message file n "comment" "program") | ^^ src/Language/Preprocessor/Unlit.hs:50:10: warning: [GHC-40910] [-Wunused-matches] Defined but not used: file | 50 | adjacent file n y@Comment (x@(Include i f):xs) = x: adjacent f i y xs | ^^^^ src/Language/Preprocessor/Unlit.hs:50:15: warning: [GHC-40910] [-Wunused-matches] Defined but not used: n | 50 | adjacent file n y@Comment (x@(Include i f):xs) = x: adjacent f i y xs | ^ src/Language/Preprocessor/Unlit.hs:52:10: warning: [GHC-40910] [-Wunused-matches] Defined but not used: file | 52 | adjacent file n y@Blank (x@(Include i f):xs) = x: adjacent f i y xs | ^^^^ src/Language/Preprocessor/Unlit.hs:52:15: warning: [GHC-40910] [-Wunused-matches] Defined but not used: n | 52 | adjacent file n y@Blank (x@(Include i f):xs) = x: adjacent f i y xs | ^ src/Language/Preprocessor/Unlit.hs:54:34: warning: [GHC-40910] [-Wunused-matches] Defined but not used: next | 54 | adjacent file n _ (x@next :xs) = x: adjacent file (n+1) x xs | ^^^^ src/Language/Preprocessor/Unlit.hs:55:10: warning: [GHC-40910] [-Wunused-matches] Defined but not used: file | 55 | adjacent file n _ [] = [] | ^^^^ src/Language/Preprocessor/Unlit.hs:55:15: warning: [GHC-40910] [-Wunused-matches] Defined but not used: n | 55 | adjacent file n _ [] = [] | ^ src/Language/Preprocessor/Unlit.hs:69:22: warning: [GHC-63397] [-Wname-shadowing] This binding for s shadows the existing binding bound at src/Language/Preprocessor/Unlit.hs:66:9 | 69 | lines' ('\^M':'\n':s) acc = acc [] : lines' s id -- DOS | ^ src/Language/Preprocessor/Unlit.hs:70:17: warning: [GHC-63397] [-Wname-shadowing] This binding for s shadows the existing binding bound at src/Language/Preprocessor/Unlit.hs:66:9 | 70 | lines' ('\^M':s) acc = acc [] : lines' s id -- MacOS | ^ src/Language/Preprocessor/Unlit.hs:71:16: warning: [GHC-63397] [-Wname-shadowing] This binding for s shadows the existing binding bound at src/Language/Preprocessor/Unlit.hs:66:9 | 71 | lines' ('\n':s) acc = acc [] : lines' s id -- Unix | ^ src/Language/Preprocessor/Unlit.hs:72:13: warning: [GHC-63397] [-Wname-shadowing] This binding for s shadows the existing binding bound at src/Language/Preprocessor/Unlit.hs:66:9 | 72 | lines' (c:s) acc = lines' s (acc . (c:)) | ^ [18 of 18] Compiling Language.Haskell.Exts ( src/Language/Haskell/Exts.hs, dist/build/Language/Haskell/Exts.o, dist/build/Language/Haskell/Exts.dyn_o ) Preprocessing library for haskell-src-exts-1.23.1.. Running Haddock on library for haskell-src-exts-1.23.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 18] Compiling Language.Haskell.Exts.Extension ( src/Language/Haskell/Exts/Extension.hs, nothing ) src/Language/Haskell/Exts/Extension.hs:690: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." | 690 | [ (head str, (str, extension)) | ^^^^ [ 2 of 18] Compiling Language.Haskell.Exts.ExtScheme ( src/Language/Haskell/Exts/ExtScheme.hs, nothing ) [ 3 of 18] Compiling Language.Haskell.Exts.SrcLoc ( src/Language/Haskell/Exts/SrcLoc.hs, nothing ) [ 4 of 18] Compiling Language.Haskell.Exts.Syntax ( src/Language/Haskell/Exts/Syntax.hs, nothing ) [ 5 of 18] Compiling Language.Haskell.Exts.ParseSyntax ( src/Language/Haskell/Exts/ParseSyntax.hs, nothing ) [ 6 of 18] Compiling Language.Haskell.Exts.Pretty ( src/Language/Haskell/Exts/Pretty.hs, nothing ) src/Language/Haskell/Exts/Pretty.hs:119:9: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical (>>) definition detected in the instance declaration for Monad (DocM s). (>>) will eventually be removed in favour of (*>) Suggested fix: Either remove definition for (>>) (recommended) or define as (>>) = (*>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 119 | (>>) = then_DocM | ^^^^^^^^^^^^^^^^ src/Language/Haskell/Exts/Pretty.hs:120:9: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical return definition detected in the instance declaration for Monad (DocM s). return will eventually be removed in favour of pure Suggested fix: Either remove definition for return (recommended) or define as return = pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 120 | return = retDocM | ^^^^^^^^^^^^^^^^ [ 7 of 18] Compiling Language.Haskell.Exts.Fixity ( src/Language/Haskell/Exts/Fixity.hs, nothing ) [ 8 of 18] Compiling Language.Haskell.Exts.Comments ( src/Language/Haskell/Exts/Comments.hs, nothing ) src/Language/Haskell/Exts/Comments.hs:146:40: 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." | 146 | let end = srcSpanEnd $ srcInfoSpan $ head srcs | ^^^^ [ 9 of 18] Compiling Language.Haskell.Exts.ParseMonad ( src/Language/Haskell/Exts/ParseMonad.hs, nothing ) src/Language/Haskell/Exts/ParseMonad.hs:101:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical return definition detected in the instance declaration for Monad ParseResult. return will eventually be removed in favour of pure Suggested fix: Either remove definition for return (recommended) or define as return = pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 101 | return = ParseOk | ^^^^^^^^^^^^^^^^ src/Language/Haskell/Exts/ParseMonad.hs:245:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical pure = return definition detected in the instance declaration for Applicative P. Suggested fix: Move definition from return to pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 245 | pure = return | ^^^^^^^^^^^^^ src/Language/Haskell/Exts/ParseMonad.hs:249:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical return definition detected in the instance declaration for Monad P. return will eventually be removed in favour of pure Suggested fix: Either remove definition for return (recommended) or define as return = pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 249 | return a = P $ \_i _x _y _l _ch s _m -> Ok s a | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Language/Haskell/Exts/ParseMonad.hs:279:36: 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." | 279 | removeSuffix l = reverse $ tail $ dropWhile ('.'/=) $ reverse l | ^^^^ src/Language/Haskell/Exts/ParseMonad.hs:357:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical pure = return definition detected in the instance declaration for Applicative (Lex r). Suggested fix: Move definition from return to pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 357 | pure = return | ^^^^^^^^^^^^^ src/Language/Haskell/Exts/ParseMonad.hs:361:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical return definition detected in the instance declaration for Monad (Lex r). return will eventually be removed in favour of pure Suggested fix: Either remove definition for return (recommended) or define as return = pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 361 | return a = Lex $ \k -> k a | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Language/Haskell/Exts/ParseMonad.hs:363:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical (>>) definition detected in the instance declaration for Monad (Lex r). (>>) will eventually be removed in favour of (*>) Suggested fix: Either remove definition for (>>) (recommended) or define as (>>) = (*>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 363 | Lex v >> Lex w = Lex $ \k -> v (\_ -> w k) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [10 of 18] Compiling Language.Haskell.Exts.ParseUtils ( src/Language/Haskell/Exts/ParseUtils.hs, nothing ) [11 of 18] Compiling Language.Haskell.Exts.InternalLexer ( src/Language/Haskell/Exts/InternalLexer.hs, nothing ) src/Language/Haskell/Exts/InternalLexer.hs:392:18: 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." | 392 | if null s || head s /= c then fail msg else discard 1 | ^^^^ src/Language/Haskell/Exts/InternalLexer.hs:1112:32: 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." | 1112 | not (isHSymbol $ head cs) && | ^^^^ src/Language/Haskell/Exts/InternalLexer.hs:1113:30: 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." | 1113 | not (isIdent $ head cs) && MagicHash `elem` exts -> do | ^^^^ [12 of 18] Compiling Language.Haskell.Exts.Lexer ( src/Language/Haskell/Exts/Lexer.hs, nothing ) [13 of 18] Compiling Language.Haskell.Exts.InternalParser ( dist/build/Language/Haskell/Exts/InternalParser.hs, nothing ) [14 of 18] Compiling Language.Haskell.Exts.Parser ( src/Language/Haskell/Exts/Parser.hs, nothing ) [15 of 18] Compiling Language.Haskell.Exts.ExactPrint ( src/Language/Haskell/Exts/ExactPrint.hs, nothing ) src/Language/Haskell/Exts/ExactPrint.hs:50:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical pure = return definition detected in the instance declaration for Applicative EP. Suggested fix: Move definition from return to pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 50 | pure = return | ^^^^^^^^^^^^^ src/Language/Haskell/Exts/ExactPrint.hs:54:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical return definition detected in the instance declaration for Monad EP. return will eventually be removed in favour of pure Suggested fix: Either remove definition for return (recommended) or define as return = pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 54 | return x = EP $ \l cs -> (x, l, cs, id) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Language/Haskell/Exts/ExactPrint.hs:635:45: 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." | 635 | maybeEP (\kd -> printStringAt (pos (head (srcInfoPoints l))) "::" >> exactPC kd) mk | ^^^^ src/Language/Haskell/Exts/ExactPrint.hs:763:45: 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." | 763 | maybeEP (\bs -> printStringAt (pos (head pts)) "where" >> exactPC bs) mbs | ^^^^ src/Language/Haskell/Exts/ExactPrint.hs:1198:26: 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." | 1198 | [] -> exactPC $ head ihs | ^^^^ src/Language/Haskell/Exts/ExactPrint.hs:1222:49: 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." | 1222 | maybeEP (\kd -> printStringAt (pos (head pts)) "::" >> exactPC kd) mk | ^^^^ src/Language/Haskell/Exts/ExactPrint.hs:1850:41: 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." | 1850 | maybeEP (\bs -> printStringAt (pos (head (srcInfoPoints l))) "where" >> exactPC bs) mbs | ^^^^ src/Language/Haskell/Exts/ExactPrint.hs:1863:42: 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." | 1863 | maybeEP (\bds -> printStringAt (pos (head pts)) "where" >> exactPC bds) mbinds | ^^^^ src/Language/Haskell/Exts/ExactPrint.hs:1875:42: 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." | 1875 | maybeEP (\bds -> printStringAt (pos (head whPt)) "where" >> exactPC bds) mbinds | ^^^^ [16 of 18] Compiling Language.Haskell.Exts.Build ( src/Language/Haskell/Exts/Build.hs, nothing ) [17 of 18] Compiling Language.Preprocessor.Unlit ( src/Language/Preprocessor/Unlit.hs, nothing ) src/Language/Preprocessor/Unlit.hs:17:25: warning: [GHC-63397] [-Wname-shadowing] This binding for x shadows the existing binding bound at src/Language/Preprocessor/Unlit.hs:14:17 | 17 | allProg (('\\':x):xs) | "end{code}"`isPrefixOf`x = Blank : classify xs | ^ src/Language/Preprocessor/Unlit.hs:17:28: warning: [GHC-63397] [-Wname-shadowing] This binding for xs shadows the existing binding bound at src/Language/Preprocessor/Unlit.hs:14:20 | 17 | allProg (('\\':x):xs) | "end{code}"`isPrefixOf`x = Blank : classify xs | ^^ src/Language/Preprocessor/Unlit.hs:18:19: warning: [GHC-63397] [-Wname-shadowing] This binding for x shadows the existing binding bound at src/Language/Preprocessor/Unlit.hs:14:17 | 18 | allProg (x:xs) = Program x:allProg xs | ^ src/Language/Preprocessor/Unlit.hs:18:21: warning: [GHC-63397] [-Wname-shadowing] This binding for xs shadows the existing binding bound at src/Language/Preprocessor/Unlit.hs:14:20 | 18 | allProg (x:xs) = Program x:allProg xs | ^^ src/Language/Preprocessor/Unlit.hs:27:11: warning: [GHC-40910] [-Wunused-matches] Defined but not used: x | 27 | classify (x:xs) = Comment:classify xs | ^ src/Language/Preprocessor/Unlit.hs:46:17: warning: [GHC-40910] [-Wunused-matches] Defined but not used: y | 46 | adjacent file n y@(Program _) (x@Comment :xs) = error (message file n "program" "comment") | ^ src/Language/Preprocessor/Unlit.hs:46:32: warning: [GHC-40910] [-Wunused-matches] Defined but not used: x | 46 | adjacent file n y@(Program _) (x@Comment :xs) = error (message file n "program" "comment") | ^ src/Language/Preprocessor/Unlit.hs:46:48: warning: [GHC-40910] [-Wunused-matches] Defined but not used: xs | 46 | adjacent file n y@(Program _) (x@Comment :xs) = error (message file n "program" "comment") | ^^ src/Language/Preprocessor/Unlit.hs:47:10: warning: [GHC-40910] [-Wunused-matches] Defined but not used: file | 47 | adjacent file n y@(Program _) (x@(Include i f):xs) = x: adjacent f i y xs | ^^^^ src/Language/Preprocessor/Unlit.hs:47:15: warning: [GHC-40910] [-Wunused-matches] Defined but not used: n | 47 | adjacent file n y@(Program _) (x@(Include i f):xs) = x: adjacent f i y xs | ^ src/Language/Preprocessor/Unlit.hs:49:17: warning: [GHC-40910] [-Wunused-matches] Defined but not used: y | 49 | adjacent file n y@Comment (x@(Program _) :xs) = error (message file n "comment" "program") | ^ src/Language/Preprocessor/Unlit.hs:49:32: warning: [GHC-40910] [-Wunused-matches] Defined but not used: x | 49 | adjacent file n y@Comment (x@(Program _) :xs) = error (message file n "comment" "program") | ^ src/Language/Preprocessor/Unlit.hs:49:48: warning: [GHC-40910] [-Wunused-matches] Defined but not used: xs | 49 | adjacent file n y@Comment (x@(Program _) :xs) = error (message file n "comment" "program") | ^^ src/Language/Preprocessor/Unlit.hs:50:10: warning: [GHC-40910] [-Wunused-matches] Defined but not used: file | 50 | adjacent file n y@Comment (x@(Include i f):xs) = x: adjacent f i y xs | ^^^^ src/Language/Preprocessor/Unlit.hs:50:15: warning: [GHC-40910] [-Wunused-matches] Defined but not used: n | 50 | adjacent file n y@Comment (x@(Include i f):xs) = x: adjacent f i y xs | ^ src/Language/Preprocessor/Unlit.hs:52:10: warning: [GHC-40910] [-Wunused-matches] Defined but not used: file | 52 | adjacent file n y@Blank (x@(Include i f):xs) = x: adjacent f i y xs | ^^^^ src/Language/Preprocessor/Unlit.hs:52:15: warning: [GHC-40910] [-Wunused-matches] Defined but not used: n | 52 | adjacent file n y@Blank (x@(Include i f):xs) = x: adjacent f i y xs | ^ src/Language/Preprocessor/Unlit.hs:54:34: warning: [GHC-40910] [-Wunused-matches] Defined but not used: next | 54 | adjacent file n _ (x@next :xs) = x: adjacent file (n+1) x xs | ^^^^ src/Language/Preprocessor/Unlit.hs:55:10: warning: [GHC-40910] [-Wunused-matches] Defined but not used: file | 55 | adjacent file n _ [] = [] | ^^^^ src/Language/Preprocessor/Unlit.hs:55:15: warning: [GHC-40910] [-Wunused-matches] Defined but not used: n | 55 | adjacent file n _ [] = [] | ^ src/Language/Preprocessor/Unlit.hs:69:22: warning: [GHC-63397] [-Wname-shadowing] This binding for s shadows the existing binding bound at src/Language/Preprocessor/Unlit.hs:66:9 | 69 | lines' ('\^M':'\n':s) acc = acc [] : lines' s id -- DOS | ^ src/Language/Preprocessor/Unlit.hs:70:17: warning: [GHC-63397] [-Wname-shadowing] This binding for s shadows the existing binding bound at src/Language/Preprocessor/Unlit.hs:66:9 | 70 | lines' ('\^M':s) acc = acc [] : lines' s id -- MacOS | ^ src/Language/Preprocessor/Unlit.hs:71:16: warning: [GHC-63397] [-Wname-shadowing] This binding for s shadows the existing binding bound at src/Language/Preprocessor/Unlit.hs:66:9 | 71 | lines' ('\n':s) acc = acc [] : lines' s id -- Unix | ^ src/Language/Preprocessor/Unlit.hs:72:13: warning: [GHC-63397] [-Wname-shadowing] This binding for s shadows the existing binding bound at src/Language/Preprocessor/Unlit.hs:66:9 | 72 | lines' (c:s) acc = lines' s (acc . (c:)) | ^ [18 of 18] Compiling Language.Haskell.Exts ( src/Language/Haskell/Exts.hs, nothing ) Haddock coverage: Warning: 'capi' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 65% ( 13 / 20) in 'Language.Haskell.Exts.Extension' Missing documentation for: Language (src/Language/Haskell/Exts/Extension.hs:86) knownLanguages (src/Language/Haskell/Exts/Extension.hs:106) classifyLanguage (src/Language/Haskell/Exts/Extension.hs:109) prettyLanguage (src/Language/Haskell/Exts/Extension.hs:115) KnownExtension (src/Language/Haskell/Exts/Extension.hs:135) ghcDefault (src/Language/Haskell/Exts/Extension.hs:647) toExtensionList (src/Language/Haskell/Exts/Extension.hs:726) Warning: 'SrcSpanInfo' is ambiguous. It is defined * at src/Language/Haskell/Exts/SrcLoc.hs:98:20 * at src/Language/Haskell/Exts/SrcLoc.hs:98:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Language/Haskell/Exts/SrcLoc.hs:98:1 Warning: 'SrcSpan' is ambiguous. It is defined * at src/Language/Haskell/Exts/SrcLoc.hs:42:16 * at src/Language/Haskell/Exts/SrcLoc.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 src/Language/Haskell/Exts/SrcLoc.hs:42:1 Warning: 'SrcInfoSpan' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 87% ( 21 / 24) in 'Language.Haskell.Exts.SrcLoc' Missing documentation for: showInt (src/Language/Haskell/Exts/SrcLoc.hs:22) noLoc (src/Language/Haskell/Exts/SrcLoc.hs:39) spanSize (src/Language/Haskell/Exts/SrcLoc.hs:87) Warning: 'forall' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'FieldDecl' is ambiguous. It is defined * at src/Language/Haskell/Exts/Syntax.hs:544:20 * at src/Language/Haskell/Exts/Syntax.hs:544:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Language/Haskell/Exts/Syntax.hs:544:1 65% ( 99 /152) in 'Language.Haskell.Exts.Syntax' Missing documentation for: PatternSynDirection (src/Language/Haskell/Exts/Syntax.hs:346) ResultSig (src/Language/Haskell/Exts/Syntax.hs:389) Unpackedness (src/Language/Haskell/Exts/Syntax.hs:605) Role (src/Language/Haskell/Exts/Syntax.hs:373) MaybePromotedName (src/Language/Haskell/Exts/Syntax.hs:655) prelude_mod (src/Language/Haskell/Exts/Syntax.hs:1010) main_mod (src/Language/Haskell/Exts/Syntax.hs:1011) main_name (src/Language/Haskell/Exts/Syntax.hs:1014) unit_con_name (src/Language/Haskell/Exts/Syntax.hs:1017) tuple_con_name (src/Language/Haskell/Exts/Syntax.hs:1020) list_con_name (src/Language/Haskell/Exts/Syntax.hs:1023) list_cons_name (src/Language/Haskell/Exts/Syntax.hs:1026) unboxed_singleton_con_name (src/Language/Haskell/Exts/Syntax.hs:1029) unit_con (src/Language/Haskell/Exts/Syntax.hs:1032) tuple_con (src/Language/Haskell/Exts/Syntax.hs:1035) unboxed_singleton_con (src/Language/Haskell/Exts/Syntax.hs:1038) as_name (src/Language/Haskell/Exts/Syntax.hs:1041) qualified_name (src/Language/Haskell/Exts/Syntax.hs:1042) hiding_name (src/Language/Haskell/Exts/Syntax.hs:1043) minus_name (src/Language/Haskell/Exts/Syntax.hs:1044) bang_name (src/Language/Haskell/Exts/Syntax.hs:1045) dot_name (src/Language/Haskell/Exts/Syntax.hs:1046) star_name (src/Language/Haskell/Exts/Syntax.hs:1047) export_name (src/Language/Haskell/Exts/Syntax.hs:1056) safe_name (src/Language/Haskell/Exts/Syntax.hs:1057) unsafe_name (src/Language/Haskell/Exts/Syntax.hs:1058) interruptible_name (src/Language/Haskell/Exts/Syntax.hs:1059) threadsafe_name (src/Language/Haskell/Exts/Syntax.hs:1060) stdcall_name (src/Language/Haskell/Exts/Syntax.hs:1061) ccall_name (src/Language/Haskell/Exts/Syntax.hs:1062) cplusplus_name (src/Language/Haskell/Exts/Syntax.hs:1063) dotnet_name (src/Language/Haskell/Exts/Syntax.hs:1064) jvm_name (src/Language/Haskell/Exts/Syntax.hs:1065) js_name (src/Language/Haskell/Exts/Syntax.hs:1066) javascript_name (src/Language/Haskell/Exts/Syntax.hs:1067) capi_name (src/Language/Haskell/Exts/Syntax.hs:1068) forall_name (src/Language/Haskell/Exts/Syntax.hs:1069) family_name (src/Language/Haskell/Exts/Syntax.hs:1070) role_name (src/Language/Haskell/Exts/Syntax.hs:1071) hole_name (src/Language/Haskell/Exts/Syntax.hs:1050) stock_name (src/Language/Haskell/Exts/Syntax.hs:1072) anyclass_name (src/Language/Haskell/Exts/Syntax.hs:1073) via_name (src/Language/Haskell/Exts/Syntax.hs:1074) unit_tycon_name (src/Language/Haskell/Exts/Syntax.hs:1077) fun_tycon_name (src/Language/Haskell/Exts/Syntax.hs:1078) list_tycon_name (src/Language/Haskell/Exts/Syntax.hs:1079) tuple_tycon_name (src/Language/Haskell/Exts/Syntax.hs:1083) unboxed_singleton_tycon_name (src/Language/Haskell/Exts/Syntax.hs:1080) unit_tycon (src/Language/Haskell/Exts/Syntax.hs:1086) fun_tycon (src/Language/Haskell/Exts/Syntax.hs:1087) list_tycon (src/Language/Haskell/Exts/Syntax.hs:1088) tuple_tycon (src/Language/Haskell/Exts/Syntax.hs:1092) unboxed_singleton_tycon (src/Language/Haskell/Exts/Syntax.hs:1089) Warning: 'PPHsMode' is ambiguous. It is defined * at src/Language/Haskell/Exts/Pretty.hs:63:17 * at src/Language/Haskell/Exts/Pretty.hs:63:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Language/Haskell/Exts/Pretty.hs:63:1 94% ( 17 / 18) in 'Language.Haskell.Exts.Pretty' Missing documentation for: Indent (src/Language/Haskell/Exts/Pretty.hs:58) 75% ( 9 / 12) in 'Language.Haskell.Exts.Fixity' Missing documentation for: infix_ (src/Language/Haskell/Exts/Fixity.hs:188) infixl_ (src/Language/Haskell/Exts/Fixity.hs:187) infixr_ (src/Language/Haskell/Exts/Fixity.hs:186) Warning: 'Module' is ambiguous. It is defined * at src/Language/Haskell/Exts/Syntax.hs:187:7 * at src/Language/Haskell/Exts/Syntax.hs:186:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Language/Haskell/Exts/Syntax.hs:186:1 Warning: 'SrcSpanInfo' is ambiguous. It is defined * at src/Language/Haskell/Exts/SrcLoc.hs:98:20 * at src/Language/Haskell/Exts/SrcLoc.hs:98:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Language/Haskell/Exts/SrcLoc.hs:98:1 Warning: 'Comment' is ambiguous. It is defined * at src/Language/Haskell/Exts/Comments.hs:52:16 * at src/Language/Haskell/Exts/Comments.hs:52:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Language/Haskell/Exts/Comments.hs:52:1 100% ( 4 / 4) in 'Language.Haskell.Exts.Comments' Warning: 'ParseMode' is ambiguous. It is defined * at src/Language/Haskell/Exts/ParseMonad.hs:147:18 * at src/Language/Haskell/Exts/ParseMonad.hs:147:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Language/Haskell/Exts/ParseMonad.hs:147:1 Warning: 'Prelude' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 66% ( 4 / 6) in 'Language.Haskell.Exts.Lexer' Missing documentation for: Token (src/Language/Haskell/Exts/InternalLexer.hs:37) showToken (src/Language/Haskell/Exts/InternalLexer.hs:1320) Warning: 'SrcSpanInfo' is ambiguous. It is defined * at src/Language/Haskell/Exts/SrcLoc.hs:98:20 * at src/Language/Haskell/Exts/SrcLoc.hs:98:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Language/Haskell/Exts/SrcLoc.hs:98:1 Warning: 'ParseMode' is ambiguous. It is defined * at src/Language/Haskell/Exts/ParseMonad.hs:147:18 * at src/Language/Haskell/Exts/ParseMonad.hs:147:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Language/Haskell/Exts/ParseMonad.hs:147:1 93% ( 42 / 45) in 'Language.Haskell.Exts.Parser' Missing documentation for: unListOf (src/Language/Haskell/Exts/Parser.hs:250) PragmasAndModuleHead (src/Language/Haskell/Exts/Parser.hs:192) ModuleHeadAndImports (src/Language/Haskell/Exts/Parser.hs:212) 66% ( 2 / 3) in 'Language.Haskell.Exts.ExactPrint' Missing documentation for: ExactP (src/Language/Haskell/Exts/ExactPrint.hs:224) 100% ( 49 / 49) in 'Language.Haskell.Exts.Build' 88% ( 23 / 26) in 'Language.Haskell.Exts' Missing documentation for: Token (src/Language/Haskell/Exts/InternalLexer.hs:37) parseFileWithComments (src/Language/Haskell/Exts.hs:75) parseFileContentsWithComments (src/Language/Haskell/Exts.hs:116) Warning: Language.Haskell.Exts.SrcLoc: could not find link destinations for: - Language.Haskell.Exts.SrcLoc.Rep_SrcSpanInfo - Language.Haskell.Exts.SrcLoc.Rep_Loc - Language.Haskell.Exts.SrcLoc.Rep_SrcSpan - Language.Haskell.Exts.SrcLoc.Rep_SrcLoc - Language.Haskell.Exts.Pretty.pretty - Language.Haskell.Exts.Pretty.prettyPrec - Language.Haskell.Exts.Pretty.Doc - Language.Haskell.Exts.ParseMonad.P - Language.Haskell.Exts.ParseMonad.parser Warning: Language.Haskell.Exts.Syntax: could not find link destinations for: - Language.Haskell.Exts.Syntax.Rep_Module - Language.Haskell.Exts.Syntax.Rep_ModulePragma - Language.Haskell.Exts.Syntax.Rep_Alt - Language.Haskell.Exts.Syntax.Rep_Pat - Language.Haskell.Exts.Syntax.Rep_PatField - Language.Haskell.Exts.Syntax.Rep_RPat - Language.Haskell.Exts.Syntax.Rep_Stmt - Language.Haskell.Exts.Syntax.Rep_Exp - Language.Haskell.Exts.Syntax.Rep_FieldUpdate - Language.Haskell.Exts.Syntax.Rep_QualStmt - Language.Haskell.Exts.Syntax.Rep_Splice - Language.Haskell.Exts.Syntax.Rep_Bracket - Language.Haskell.Exts.Syntax.Rep_Type - Language.Haskell.Exts.Syntax.Rep_Context - Language.Haskell.Exts.Syntax.Rep_Asst - Language.Haskell.Exts.Syntax.Rep_TyVarBind - Language.Haskell.Exts.Syntax.Rep_Promoted - Language.Haskell.Exts.Syntax.Rep_Decl - Language.Haskell.Exts.Syntax.Rep_Rule - Language.Haskell.Exts.Syntax.Rep_RuleVar - Language.Haskell.Exts.Syntax.Rep_Rhs - Language.Haskell.Exts.Syntax.Rep_GuardedRhs - Language.Haskell.Exts.Syntax.Rep_InstDecl - Language.Haskell.Exts.Syntax.Rep_GadtDecl - Language.Haskell.Exts.Syntax.Rep_FieldDecl - Language.Haskell.Exts.Syntax.Rep_QualConDecl - Language.Haskell.Exts.Syntax.Rep_ConDecl - Language.Haskell.Exts.Syntax.Rep_Deriving - Language.Haskell.Exts.Syntax.Rep_DerivStrategy - Language.Haskell.Exts.Syntax.Rep_InstRule - Language.Haskell.Exts.Syntax.Rep_InstHead - Language.Haskell.Exts.Syntax.Rep_ClassDecl - Language.Haskell.Exts.Syntax.Rep_DeclHead - Language.Haskell.Exts.Syntax.Rep_ResultSig - Language.Haskell.Exts.Syntax.Rep_TypeEqn - Language.Haskell.Exts.Syntax.Rep_Match - Language.Haskell.Exts.Syntax.Rep_Binds - Language.Haskell.Exts.Syntax.Rep_IPBind - Language.Haskell.Exts.Syntax.Rep_Annotation - Language.Haskell.Exts.Syntax.Rep_PatternSynDirection - Language.Haskell.Exts.Syntax.Rep_XAttr - Language.Haskell.Exts.Syntax.Rep_PXAttr - Language.Haskell.Exts.Syntax.Rep_RPatOp - Language.Haskell.Exts.Syntax.Rep_ModuleHead - Language.Haskell.Exts.Syntax.Rep_WarningText - Language.Haskell.Exts.Syntax.Rep_Activation - Language.Haskell.Exts.Syntax.Rep_Overlap - Language.Haskell.Exts.Syntax.Rep_Tool - Language.Haskell.Exts.Syntax.Rep_CallConv - Language.Haskell.Exts.Syntax.Rep_Safety - Language.Haskell.Exts.Syntax.Rep_XName - Language.Haskell.Exts.Syntax.Rep_Sign - Language.Haskell.Exts.Syntax.Rep_Literal - Language.Haskell.Exts.Syntax.Rep_FunDep - Language.Haskell.Exts.Syntax.Rep_QOp - Language.Haskell.Exts.Syntax.Rep_ExportSpecList - Language.Haskell.Exts.Syntax.Rep_ExportSpec - Language.Haskell.Exts.Syntax.Rep_MaybePromotedName - Language.Haskell.Exts.Syntax.Rep_QName - Language.Haskell.Exts.Syntax.Rep_SpecialCon - Language.Haskell.Exts.Syntax.Rep_Boxed - Language.Haskell.Exts.Syntax.Rep_Unpackedness - Language.Haskell.Exts.Syntax.Rep_BangType - Language.Haskell.Exts.Syntax.Rep_InjectivityInfo - Language.Haskell.Exts.Syntax.Rep_DataOrNew - Language.Haskell.Exts.Syntax.Rep_Role - Language.Haskell.Exts.Syntax.Rep_BooleanFormula - Language.Haskell.Exts.Syntax.Rep_Assoc - Language.Haskell.Exts.Syntax.Rep_ImportDecl - Language.Haskell.Exts.Syntax.Rep_ImportSpecList - Language.Haskell.Exts.Syntax.Rep_ImportSpec - Language.Haskell.Exts.Syntax.Rep_Namespace - Language.Haskell.Exts.Syntax.Rep_EWildcard - Language.Haskell.Exts.Syntax.Rep_CName - Language.Haskell.Exts.Syntax.Rep_Op - Language.Haskell.Exts.Syntax.Rep_IPName - Language.Haskell.Exts.Syntax.Rep_Name - Language.Haskell.Exts.Syntax.Rep_ModuleName - Language.Haskell.Exts.Pretty.pretty - Language.Haskell.Exts.Pretty.prettyPrec - Language.Haskell.Exts.Pretty.Doc - Language.Haskell.Exts.ParseMonad.P - Language.Haskell.Exts.ParseMonad.parser - Language.Haskell.Exts.ExactPrint.exactP - Language.Haskell.Exts.ExactPrint.EP Warning: Language.Haskell.Exts.Pretty: could not find link destinations for: - Text.PrettyPrint.Annotated.HughesPJ.Rep_Mode - Text.PrettyPrint.Annotated.HughesPJ.Rep_Style - Language.Haskell.Exts.Pretty.pretty - Language.Haskell.Exts.Pretty.prettyPrec - Language.Haskell.Exts.Pretty.Doc Warning: Language.Haskell.Exts.Lexer: could not find link destinations for: - Language.Haskell.Exts.SrcLoc.Rep_Loc Warning: Language.Haskell.Exts.Parser: could not find link destinations for: - Language.Haskell.Exts.ParseMonad.P - Language.Haskell.Exts.ParseMonad.parser Warning: Language.Haskell.Exts.ExactPrint: could not find link destinations for: - Language.Haskell.Exts.ExactPrint.exactP - Language.Haskell.Exts.ExactPrint.EP Documentation created: dist/doc/html/haskell-src-exts/, dist/doc/html/haskell-src-exts/haskell-src-exts.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/haskell-src-exts-1.23.1-4pkVjL1mKM6HSKkRkBqh6w Completed haskell-src-exts-1.23.1 Configuring os-string-2.0.7... Preprocessing library for os-string-2.0.7.. Building library for os-string-2.0.7.. [ 1 of 11] Compiling System.OsString.Data.ByteString.Short.Internal ( System/OsString/Data/ByteString/Short/Internal.hs, dist/build/System/OsString/Data/ByteString/Short/Internal.o, dist/build/System/OsString/Data/ByteString/Short/Internal.dyn_o ) [ 2 of 11] Compiling System.OsString.Data.ByteString.Short ( System/OsString/Data/ByteString/Short.hs, dist/build/System/OsString/Data/ByteString/Short.o, dist/build/System/OsString/Data/ByteString/Short.dyn_o ) [ 3 of 11] Compiling System.OsString.Data.ByteString.Short.Word16 ( System/OsString/Data/ByteString/Short/Word16.hs, dist/build/System/OsString/Data/ByteString/Short/Word16.o, dist/build/System/OsString/Data/ByteString/Short/Word16.dyn_o ) [ 4 of 11] Compiling System.OsString.Internal.Exception ( System/OsString/Internal/Exception.hs, dist/build/System/OsString/Internal/Exception.o, dist/build/System/OsString/Internal/Exception.dyn_o ) [ 5 of 11] Compiling System.OsString.Encoding.Internal ( System/OsString/Encoding/Internal.hs, dist/build/System/OsString/Encoding/Internal.o, dist/build/System/OsString/Encoding/Internal.dyn_o ) System/OsString/Encoding/Internal.hs:23:42: warning: [GHC-38856] [-Wunused-imports] The import of try from module Control.Exception is redundant | 23 | import Control.Exception (SomeException, try, Exception (displayException), evaluate) | ^^^ [ 6 of 11] Compiling System.OsString.Encoding ( System/OsString/Encoding.hs, dist/build/System/OsString/Encoding.o, dist/build/System/OsString/Encoding.dyn_o ) [ 7 of 11] Compiling System.OsString.Internal.Types ( System/OsString/Internal/Types.hs, dist/build/System/OsString/Internal/Types.o, dist/build/System/OsString/Internal/Types.dyn_o ) [ 8 of 11] Compiling System.OsString.Posix ( System/OsString/Posix.hs, dist/build/System/OsString/Posix.o, dist/build/System/OsString/Posix.dyn_o ) [ 9 of 11] Compiling System.OsString.Internal ( System/OsString/Internal.hs, dist/build/System/OsString/Internal.o, dist/build/System/OsString/Internal.dyn_o ) [10 of 11] Compiling System.OsString ( System/OsString.hs, dist/build/System/OsString.o, dist/build/System/OsString.dyn_o ) [11 of 11] Compiling System.OsString.Windows ( System/OsString/Windows.hs, dist/build/System/OsString/Windows.o, dist/build/System/OsString/Windows.dyn_o ) Preprocessing library for os-string-2.0.7.. Running Haddock on library for os-string-2.0.7.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 11] Compiling System.OsString.Data.ByteString.Short.Internal ( System/OsString/Data/ByteString/Short/Internal.hs, nothing ) [ 2 of 11] Compiling System.OsString.Data.ByteString.Short ( System/OsString/Data/ByteString/Short.hs, nothing ) [ 3 of 11] Compiling System.OsString.Data.ByteString.Short.Word16 ( System/OsString/Data/ByteString/Short/Word16.hs, nothing ) [ 4 of 11] Compiling System.OsString.Internal.Exception ( System/OsString/Internal/Exception.hs, nothing ) [ 5 of 11] Compiling System.OsString.Encoding.Internal ( System/OsString/Encoding/Internal.hs, nothing ) System/OsString/Encoding/Internal.hs:23:42: warning: [GHC-38856] [-Wunused-imports] The import of try from module Control.Exception is redundant | 23 | import Control.Exception (SomeException, try, Exception (displayException), evaluate) | ^^^ [ 6 of 11] Compiling System.OsString.Encoding ( System/OsString/Encoding.hs, nothing ) [ 7 of 11] Compiling System.OsString.Internal.Types ( System/OsString/Internal/Types.hs, nothing ) [ 8 of 11] Compiling System.OsString.Posix ( System/OsString/Posix.hs, nothing ) [ 9 of 11] Compiling System.OsString.Internal ( System/OsString/Internal.hs, nothing ) [10 of 11] Compiling System.OsString ( System/OsString.hs, nothing ) [11 of 11] Compiling System.OsString.Windows ( System/OsString/Windows.hs, nothing ) Haddock coverage: Warning: 'ShortByteString' is ambiguous. It is defined * in Data.ByteString.Short.Internal * in Data.ByteString.Short.Internal You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.ByteString.Short.Internal 26% ( 11 / 41) in 'System.OsString.Data.ByteString.Short.Internal' Missing documentation for: _nul (System/OsString/Data/ByteString/Short/Internal.hs:60) isSpace (System/OsString/Data/ByteString/Short/Internal.hs:63) create (System/OsString/Data/ByteString/Short/Internal.hs:70) asBA (System/OsString/Data/ByteString/Short/Internal.hs:80) BA (System/OsString/Data/ByteString/Short/Internal.hs:84) MBA (System/OsString/Data/ByteString/Short/Internal.hs:85) newPinnedByteArray (System/OsString/Data/ByteString/Short/Internal.hs:89) newByteArray (System/OsString/Data/ByteString/Short/Internal.hs:94) copyByteArray (System/OsString/Data/ByteString/Short/Internal.hs:99) unsafeFreezeByteArray (System/OsString/Data/ByteString/Short/Internal.hs:104) copyAddrToByteArray (System/OsString/Data/ByteString/Short/Internal.hs:109) moduleErrorIO (System/OsString/Data/ByteString/Short/Internal.hs:244) moduleErrorMsg (System/OsString/Data/ByteString/Short/Internal.hs:248) packWord16 (System/OsString/Data/ByteString/Short/Internal.hs:251) packLenWord16 (System/OsString/Data/ByteString/Short/Internal.hs:254) unpackWord16 (System/OsString/Data/ByteString/Short/Internal.hs:265) packWord16Rev (System/OsString/Data/ByteString/Short/Internal.hs:274) packLenWord16Rev (System/OsString/Data/ByteString/Short/Internal.hs:277) indexWord8Array (System/OsString/Data/ByteString/Short/Internal.hs:299) word16ToLE# (System/OsString/Data/ByteString/Short/Internal.hs:320) word16FromLE# (System/OsString/Data/ByteString/Short/Internal.hs:322) setByteArray (System/OsString/Data/ByteString/Short/Internal.hs:325) copyMutableByteArray (System/OsString/Data/ByteString/Short/Internal.hs:330) createAndTrim' (System/OsString/Data/ByteString/Short/Internal.hs:356) createAndTrim'' (System/OsString/Data/ByteString/Short/Internal.hs:372) findIndexOrLength (System/OsString/Data/ByteString/Short/Internal.hs:397) assertEven (System/OsString/Data/ByteString/Short/Internal.hs:422) errorEmptySBS (System/OsString/Data/ByteString/Short/Internal.hs:430) moduleError (System/OsString/Data/ByteString/Short/Internal.hs:434) compareByteArraysOff (System/OsString/Data/ByteString/Short/Internal.hs:444) Warning: 'ShortByteString' is ambiguous. It is defined * in Data.ByteString.Short.Internal * in Data.ByteString.Short.Internal You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.ByteString.Short.Internal 96% ( 93 / 96) in 'System.OsString.Data.ByteString.Short' Missing documentation for: append uncons2 (System/OsString/Data/ByteString/Short.hs:184) concat Warning: 'ShortByteString' is ambiguous. It is defined * in Data.ByteString.Short.Internal * in Data.ByteString.Short.Internal You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.ByteString.Short.Internal Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'CString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 96% ( 92 / 95) in 'System.OsString.Data.ByteString.Short.Word16' Missing documentation for: append concat breakSubstring (System/OsString/Data/ByteString/Short/Word16.hs:663) Warning: 'try' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 33% ( 1 / 3) in 'System.OsString.Internal.Exception' Missing documentation for: Module header isAsyncException (System/OsString/Internal/Exception.hs:17) Warning: 'TextEncoding' is ambiguous. It is defined * in GHC.IO.Encoding.Types * in GHC.IO.Encoding.Types You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.IO.Encoding.Types 27% ( 9 / 33) in 'System.OsString.Encoding.Internal' Missing documentation for: Module header ucs2le (System/OsString/Encoding/Internal.hs:42) mkUcs2le (System/OsString/Encoding/Internal.hs:45) ucs2le_DF (System/OsString/Encoding/Internal.hs:50) ucs2le_EF (System/OsString/Encoding/Internal.hs:60) ucs2le_decode (System/OsString/Encoding/Internal.hs:71) ucs2le_encode (System/OsString/Encoding/Internal.hs:96) mkUTF16le_b (System/OsString/Encoding/Internal.hs:131) utf16le_b_DF (System/OsString/Encoding/Internal.hs:136) utf16le_b_EF (System/OsString/Encoding/Internal.hs:146) utf16le_b_decode (System/OsString/Encoding/Internal.hs:157) utf16le_b_encode (System/OsString/Encoding/Internal.hs:195) cWcharsToChars_UCS2 (System/OsString/Encoding/Internal.hs:231) cWcharsToChars (System/OsString/Encoding/Internal.hs:238) charsToCWchars (System/OsString/Encoding/Internal.hs:248) withWindowsString (System/OsString/Encoding/Internal.hs:264) peekWindowsString (System/OsString/Encoding/Internal.hs:267) withPosixString (System/OsString/Encoding/Internal.hs:272) withPosixString' (System/OsString/Encoding/Internal.hs:275) peekPosixString (System/OsString/Encoding/Internal.hs:278) peekPosixString' (System/OsString/Encoding/Internal.hs:281) EncodingException (System/OsString/Encoding/Internal.hs:340) showEncodingException (System/OsString/Encoding/Internal.hs:348) wNUL (System/OsString/Encoding/Internal.hs:367) 44% ( 11 / 25) in 'System.OsString.Encoding' Missing documentation for: Module header EncodingException (System/OsString/Encoding/Internal.hs:340) showEncodingException (System/OsString/Encoding/Internal.hs:348) ucs2le (System/OsString/Encoding/Internal.hs:42) mkUcs2le (System/OsString/Encoding/Internal.hs:45) ucs2le_DF (System/OsString/Encoding/Internal.hs:50) ucs2le_EF (System/OsString/Encoding/Internal.hs:60) ucs2le_decode (System/OsString/Encoding/Internal.hs:71) ucs2le_encode (System/OsString/Encoding/Internal.hs:96) mkUTF16le_b (System/OsString/Encoding/Internal.hs:131) utf16le_b_DF (System/OsString/Encoding/Internal.hs:136) utf16le_b_EF (System/OsString/Encoding/Internal.hs:146) utf16le_b_decode (System/OsString/Encoding/Internal.hs:157) utf16le_b_encode (System/OsString/Encoding/Internal.hs:195) Warning: 'WindowsString' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:60:25 * at System/OsString/Internal/Types.hs:60:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal/Types.hs:60:1 Warning: 'PosixString' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:87:23 * at System/OsString/Internal/Types.hs:87:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal/Types.hs:87:1 Warning: 'ShortByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'PosixChar' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:123:23 * at System/OsString/Internal/Types.hs:123:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal/Types.hs:123:1 Warning: 'WindowsChar' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:117:23 * at System/OsString/Internal/Types.hs:117:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal/Types.hs:117:1 Warning: 'OsChar' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:210:18 * at System/OsString/Internal/Types.hs:210:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal/Types.hs:210:1 Warning: 'OsString' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:161:20 * at System/OsString/Internal/Types.hs:161:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal/Types.hs:161:1 Warning: '()' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 50% ( 9 / 18) in 'System.OsString.Internal.Types' Missing documentation for: Module header unWS (System/OsString/Internal/Types.hs:70) unPS (System/OsString/Internal/Types.hs:96) PlatformString (System/OsString/Internal/Types.hs:114) WindowsChar (System/OsString/Internal/Types.hs:117) unWW (System/OsString/Internal/Types.hs:131) PosixChar (System/OsString/Internal/Types.hs:123) unPW (System/OsString/Internal/Types.hs:139) PlatformChar (System/OsString/Internal/Types.hs:148) Warning: 'setFileSystemEncoding' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'getLocaleEncoding' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'PosixString' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:87:23 * at System/OsString/Internal/Types.hs:87:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal/Types.hs:87:1 Warning: 'OsString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 94% ( 93 / 98) in 'System.OsString.Posix' Missing documentation for: Module header PosixChar (System/OsString/Internal/Types.hs:123) singleton (System/OsString/Common.hs:495) empty (System/OsString/Common.hs:498) concat (System/OsString/Common.hs:706) Warning: 'setFileSystemEncoding' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unsafePerformIO' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'getLocaleEncoding' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'OsString' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:161:20 * at System/OsString/Internal/Types.hs:161:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal/Types.hs:161:1 Warning: 'OsChar' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:210:18 * at System/OsString/Internal/Types.hs:210:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal/Types.hs:210:1 Warning: 'head' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:281:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:281:1 Warning: 'tail' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:265:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:265:1 Warning: 'init' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:290:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:290:1 Warning: 'last' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:256:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:256:1 Warning: 'map' is ambiguous. It is defined * in GHC.Base * at System/OsString/Internal.hs:316:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:316:1 Warning: 'reverse' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:322:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:322:1 Warning: 'foldl' is ambiguous. It is defined * in Data.Foldable * at System/OsString/Internal.hs:338:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:338:1 Warning: 'foldl1' is ambiguous. It is defined * in Data.Foldable * at System/OsString/Internal.hs:352:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:352:1 Warning: 'foldr' is ambiguous. It is defined * in Data.Foldable * at System/OsString/Internal.hs:368:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:368:1 Warning: 'foldr1' is ambiguous. It is defined * in Data.Foldable * at System/OsString/Internal.hs:382:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:382:1 Warning: 'all' is ambiguous. It is defined * in Data.Foldable * at System/OsString/Internal.hs:396:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:396:1 Warning: 'any' is ambiguous. It is defined * in Data.Foldable * at System/OsString/Internal.hs:403:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:403:1 Warning: 'replicate' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:418:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:418:1 Warning: 'take' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:460:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:460:1 Warning: 'length' is ambiguous. It is defined * in Data.Foldable * at System/OsString/Internal.hs:309:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:309:1 Warning: 'drop' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:497:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:497:1 Warning: 'takeWhile' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:491:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:491:1 Warning: 'dropWhile' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:519:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:519:1 Warning: 'break' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:548:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:548:1 Warning: 'span' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:558:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:558:1 Warning: 'splitAt' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:583:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:583:1 Warning: 'elem' is ambiguous. It is defined * in Data.Foldable * at System/OsString/Internal.hs:686:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:686:1 Warning: 'filter' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:704:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:704:1 94% ( 74 / 78) in 'System.OsString.Internal' Missing documentation for: Module header empty (System/OsString/Internal.hs:221) singleton (System/OsString/Internal.hs:224) concat (System/OsString/Internal.hs:409) Warning: 'setFileSystemEncoding' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unsafePerformIO' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 96% ( 96 / 99) in 'System.OsString' Missing documentation for: empty (System/OsString/Internal.hs:221) singleton (System/OsString/Internal.hs:224) concat (System/OsString/Internal.hs:409) Warning: 'unsafeDupablePerformIO' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'WindowsString' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:60:25 * at System/OsString/Internal/Types.hs:60:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal/Types.hs:60:1 Warning: 'OsString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 94% ( 93 / 98) in 'System.OsString.Windows' Missing documentation for: Module header WindowsChar (System/OsString/Internal/Types.hs:117) singleton (System/OsString/Common.hs:495) empty (System/OsString/Common.hs:498) concat (System/OsString/Common.hs:706) Warning: System.OsString.Data.ByteString.Short: could not find link destinations for: - Data.ByteString.Short.Internal.Rep_ShortByteString - Data.ByteString.Short.Internal.D:R:ItemShortByteString Warning: System.OsString.Data.ByteString.Short.Word16: could not find link destinations for: - Data.ByteString.Short.Internal.Rep_ShortByteString - Data.ByteString.Short.Internal.D:R:ItemShortByteString Warning: System.OsString.Internal.Types: could not find link destinations for: - System.OsString.Internal.Types.Rep_OsChar - System.OsString.Internal.Types.Rep_OsString - System.OsString.Internal.Types.Rep_PosixChar - System.OsString.Internal.Types.Rep_WindowsChar - System.OsString.Internal.Types.Rep_PosixString - System.OsString.Internal.Types.Rep_WindowsString Warning: System.OsString.Posix: could not find link destinations for: - System.OsString.Internal.Types.Rep_PosixChar - System.OsString.Internal.Types.Rep_PosixString Warning: System.OsString: could not find link destinations for: - System.OsString.Internal.Types.Rep_OsChar - System.OsString.Internal.Types.Rep_OsString Warning: System.OsString.Windows: could not find link destinations for: - System.OsString.Internal.Types.Rep_WindowsChar - System.OsString.Internal.Types.Rep_WindowsString Documentation created: dist/doc/html/os-string/, dist/doc/html/os-string/os-string.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/os-string-2.0.7-5BBZgm2IGGO8ifbVrttmLE Completed os-string-2.0.7 Configuring safe-0.3.21... Preprocessing library for safe-0.3.21.. Building library for safe-0.3.21.. [1 of 5] Compiling Safe.Partial ( Safe/Partial.hs, dist/build/Safe/Partial.o, dist/build/Safe/Partial.dyn_o ) [2 of 5] Compiling Safe.Util ( Safe/Util.hs, dist/build/Safe/Util.o, dist/build/Safe/Util.dyn_o ) [3 of 5] Compiling Safe.Foldable ( Safe/Foldable.hs, dist/build/Safe/Foldable.o, dist/build/Safe/Foldable.dyn_o ) [4 of 5] Compiling Safe.Exact ( Safe/Exact.hs, dist/build/Safe/Exact.o, dist/build/Safe/Exact.dyn_o ) [5 of 5] Compiling Safe ( Safe.hs, dist/build/Safe.o, dist/build/Safe.dyn_o ) Preprocessing library for safe-0.3.21.. Running Haddock on library for safe-0.3.21.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 5] Compiling Safe.Partial ( Safe/Partial.hs, nothing ) [2 of 5] Compiling Safe.Util ( Safe/Util.hs, nothing ) [3 of 5] Compiling Safe.Foldable ( Safe/Foldable.hs, nothing ) [4 of 5] Compiling Safe.Exact ( Safe/Exact.hs, nothing ) [5 of 5] Compiling Safe ( Safe.hs, nothing ) Haddock coverage: 100% ( 2 / 2) in 'Safe.Partial' 51% ( 18 / 35) in 'Safe.Foldable' Missing documentation for: foldl1May (Safe/Foldable.hs:45) foldl1Note (Safe/Foldable.hs:49) foldr1May (Safe/Foldable.hs:46) foldr1Note (Safe/Foldable.hs:50) findJustDef (Safe/Foldable.hs:104) findJustNote (Safe/Foldable.hs:107) minimumMay (Safe/Foldable.hs:53) minimumNote (Safe/Foldable.hs:57) maximumMay (Safe/Foldable.hs:54) maximumNote (Safe/Foldable.hs:58) minimumByMay (Safe/Foldable.hs:61) minimumByNote (Safe/Foldable.hs:65) maximumByMay (Safe/Foldable.hs:62) maximumByNote (Safe/Foldable.hs:66) foldl1Safe (Safe/Foldable.hs:134) foldr1Safe (Safe/Foldable.hs:138) findJustSafe (Safe/Foldable.hs:142) 32% ( 10 / 31) in 'Safe.Exact' Missing documentation for: takeExactMay (Safe/Exact.hs:113) takeExactNote (Safe/Exact.hs:110) takeExactDef (Safe/Exact.hs:116) dropExactMay (Safe/Exact.hs:122) dropExactNote (Safe/Exact.hs:119) dropExactDef (Safe/Exact.hs:125) splitAtExactMay (Safe/Exact.hs:132) splitAtExactNote (Safe/Exact.hs:128) splitAtExactDef (Safe/Exact.hs:136) zipExactMay (Safe/Exact.hs:160) zipExactNote (Safe/Exact.hs:157) zipExactDef (Safe/Exact.hs:163) zipWithExactMay (Safe/Exact.hs:169) zipWithExactNote (Safe/Exact.hs:166) zipWithExactDef (Safe/Exact.hs:172) zip3ExactMay (Safe/Exact.hs:194) zip3ExactNote (Safe/Exact.hs:191) zip3ExactDef (Safe/Exact.hs:197) zipWith3ExactMay (Safe/Exact.hs:203) zipWith3ExactNote (Safe/Exact.hs:200) zipWith3ExactDef (Safe/Exact.hs:206) Warning: 'Prelude' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'readEither' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'base' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 31% ( 30 / 96) in 'Safe' Missing documentation for: initMay (Safe.hs:147) initDef (Safe.hs:150) initNote (Safe.hs:153) initSafe (Safe.hs:156) headMay (Safe.hs:161) headDef (Safe.hs:165) headNote (Safe.hs:169) lastMay (Safe.hs:162) lastDef (Safe.hs:166) lastNote (Safe.hs:170) minimumMay (Safe.hs:173) minimumNote (Safe.hs:177) maximumMay (Safe.hs:174) maximumNote (Safe.hs:178) minimumByMay (Safe.hs:181) minimumByNote (Safe.hs:185) maximumByMay (Safe.hs:182) maximumByNote (Safe.hs:186) foldr1May (Safe.hs:219) foldr1Def (Safe.hs:415) foldr1Note (Safe.hs:224) foldl1May (Safe.hs:220) foldl1Def (Safe.hs:416) foldl1Note (Safe.hs:225) foldl1May' (Safe.hs:221) foldl1Def' (Safe.hs:417) foldl1Note' (Safe.hs:226) scanl1May (Safe.hs:230) scanl1Def (Safe.hs:234) scanl1Note (Safe.hs:238) scanr1May (Safe.hs:229) scanr1Def (Safe.hs:233) scanr1Note (Safe.hs:237) cycleMay (Safe.hs:241) cycleDef (Safe.hs:244) cycleNote (Safe.hs:247) fromJustNote (Safe.hs:255) assertNote (Safe.hs:258) atMay (Safe.hs:267) atDef (Safe.hs:270) atNote (Safe.hs:273) readMay (Safe.hs:287) readDef (Safe.hs:290) lookupJustDef (Safe.hs:302) lookupJustNote (Safe.hs:305) findJustDef (Safe.hs:313) findJustNote (Safe.hs:316) elemIndexJustDef (Safe.hs:324) elemIndexJustNote (Safe.hs:327) findIndexJustDef (Safe.hs:335) findIndexJustNote (Safe.hs:338) toEnumMay (Safe.hs:343) toEnumDef (Safe.hs:352) toEnumNote (Safe.hs:355) toEnumSafe (Safe.hs:358) succMay (Safe.hs:361) succDef (Safe.hs:364) succNote (Safe.hs:367) succSafe (Safe.hs:370) predMay (Safe.hs:373) predDef (Safe.hs:376) predNote (Safe.hs:379) predSafe (Safe.hs:382) indexMay (Safe.hs:385) indexDef (Safe.hs:388) indexNote (Safe.hs:391) Documentation created: dist/doc/html/safe/, dist/doc/html/safe/safe.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/safe-0.3.21-BhnmY6UVgcnJ6oaAWHpjGA Completed safe-0.3.21 Configuring splitmix-0.1.3.1... Preprocessing library for splitmix-0.1.3.1.. Building library for splitmix-0.1.3.1.. [1 of 4] Compiling Data.Bits.Compat ( src-compat/Data/Bits/Compat.hs, dist/build/Data/Bits/Compat.o, dist/build/Data/Bits/Compat.dyn_o ) [2 of 4] Compiling System.Random.SplitMix.Init ( src/System/Random/SplitMix/Init.hs, dist/build/System/Random/SplitMix/Init.o, dist/build/System/Random/SplitMix/Init.dyn_o ) [3 of 4] Compiling System.Random.SplitMix ( src/System/Random/SplitMix.hs, dist/build/System/Random/SplitMix.o, dist/build/System/Random/SplitMix.dyn_o ) [4 of 4] Compiling System.Random.SplitMix32 ( src/System/Random/SplitMix32.hs, dist/build/System/Random/SplitMix32.o, dist/build/System/Random/SplitMix32.dyn_o ) Preprocessing library for splitmix-0.1.3.1.. Running Haddock on library for splitmix-0.1.3.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 4] Compiling Data.Bits.Compat ( src-compat/Data/Bits/Compat.hs, nothing ) [2 of 4] Compiling System.Random.SplitMix.Init ( src/System/Random/SplitMix/Init.hs, nothing ) [3 of 4] Compiling System.Random.SplitMix ( src/System/Random/SplitMix.hs, nothing ) [4 of 4] Compiling System.Random.SplitMix32 ( src/System/Random/SplitMix32.hs, nothing ) Haddock coverage: Warning: 'SMGen' is ambiguous. It is defined * at src/System/Random/SplitMix.hs:77:14 * at src/System/Random/SplitMix.hs:77:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/System/Random/SplitMix.hs:77:1 100% ( 22 / 22) in 'System.Random.SplitMix' Warning: 'SMGen' is ambiguous. It is defined * at src/System/Random/SplitMix32.hs:61:14 * at src/System/Random/SplitMix32.hs:61:1 You 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/System/Random/SplitMix32.hs:61:1 100% ( 22 / 22) in 'System.Random.SplitMix32' Documentation created: dist/doc/html/splitmix/, dist/doc/html/splitmix/splitmix.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/splitmix-0.1.3.1-FLXrwOMCBr82OHyMQoNXPe Completed splitmix-0.1.3.1 Configuring syb-0.7.2.4... Preprocessing library for syb-0.7.2.4.. Building library for syb-0.7.2.4.. [ 1 of 16] Compiling Data.Generics.Aliases ( src/Data/Generics/Aliases.hs, dist/build/Data/Generics/Aliases.o, dist/build/Data/Generics/Aliases.dyn_o ) [ 2 of 16] Compiling Data.Generics.Basics ( src/Data/Generics/Basics.hs, dist/build/Data/Generics/Basics.o, dist/build/Data/Generics/Basics.dyn_o ) [ 3 of 16] Compiling Data.Generics.Builders ( src/Data/Generics/Builders.hs, dist/build/Data/Generics/Builders.o, dist/build/Data/Generics/Builders.dyn_o ) [ 4 of 16] Compiling Data.Generics.Instances ( src/Data/Generics/Instances.hs, dist/build/Data/Generics/Instances.o, dist/build/Data/Generics/Instances.dyn_o ) [ 5 of 16] Compiling Data.Generics.Schemes ( src/Data/Generics/Schemes.hs, dist/build/Data/Generics/Schemes.o, dist/build/Data/Generics/Schemes.dyn_o ) [ 6 of 16] Compiling Data.Generics.Text ( src/Data/Generics/Text.hs, dist/build/Data/Generics/Text.o, dist/build/Data/Generics/Text.dyn_o ) [ 7 of 16] Compiling Data.Generics.Twins ( src/Data/Generics/Twins.hs, dist/build/Data/Generics/Twins.o, dist/build/Data/Generics/Twins.dyn_o ) src/Data/Generics/Twins.hs:224:17: 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." | 224 | perkid a d = (tail a, unGT (head a) d) | ^^^^ src/Data/Generics/Twins.hs:224: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." | 224 | perkid a d = (tail a, unGT (head a) d) | ^^^^ src/Data/Generics/Twins.hs:237:17: 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." | 237 | perkid a d = (tail a, unGM (head a) d) | ^^^^ src/Data/Generics/Twins.hs:237: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." | 237 | perkid a d = (tail a, unGM (head a) d) | ^^^^ src/Data/Generics/Twins.hs:249:17: 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." | 249 | perkid a d = (tail a, unGQ (head a) d) | ^^^^ src/Data/Generics/Twins.hs:249: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." | 249 | perkid a d = (tail a, unGQ (head a) d) | ^^^^ [ 8 of 16] Compiling Data.Generics ( src/Data/Generics.hs, dist/build/Data/Generics.o, dist/build/Data/Generics.dyn_o ) [ 9 of 16] Compiling Generics.SYB ( src/Generics/SYB.hs, dist/build/Generics/SYB.o, dist/build/Generics/SYB.dyn_o ) [10 of 16] Compiling Generics.SYB.Aliases ( src/Generics/SYB/Aliases.hs, dist/build/Generics/SYB/Aliases.o, dist/build/Generics/SYB/Aliases.dyn_o ) [11 of 16] Compiling Generics.SYB.Basics ( src/Generics/SYB/Basics.hs, dist/build/Generics/SYB/Basics.o, dist/build/Generics/SYB/Basics.dyn_o ) [12 of 16] Compiling Generics.SYB.Builders ( src/Generics/SYB/Builders.hs, dist/build/Generics/SYB/Builders.o, dist/build/Generics/SYB/Builders.dyn_o ) [13 of 16] Compiling Generics.SYB.Instances ( src/Generics/SYB/Instances.hs, dist/build/Generics/SYB/Instances.o, dist/build/Generics/SYB/Instances.dyn_o ) [14 of 16] Compiling Generics.SYB.Schemes ( src/Generics/SYB/Schemes.hs, dist/build/Generics/SYB/Schemes.o, dist/build/Generics/SYB/Schemes.dyn_o ) [15 of 16] Compiling Generics.SYB.Text ( src/Generics/SYB/Text.hs, dist/build/Generics/SYB/Text.o, dist/build/Generics/SYB/Text.dyn_o ) [16 of 16] Compiling Generics.SYB.Twins ( src/Generics/SYB/Twins.hs, dist/build/Generics/SYB/Twins.o, dist/build/Generics/SYB/Twins.dyn_o ) Preprocessing library for syb-0.7.2.4.. Running Haddock on library for syb-0.7.2.4.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 16] Compiling Data.Generics.Aliases ( src/Data/Generics/Aliases.hs, nothing ) [ 2 of 16] Compiling Data.Generics.Basics ( src/Data/Generics/Basics.hs, nothing ) [ 3 of 16] Compiling Data.Generics.Builders ( src/Data/Generics/Builders.hs, nothing ) [ 4 of 16] Compiling Data.Generics.Instances ( src/Data/Generics/Instances.hs, nothing ) [ 5 of 16] Compiling Data.Generics.Schemes ( src/Data/Generics/Schemes.hs, nothing ) [ 6 of 16] Compiling Data.Generics.Text ( src/Data/Generics/Text.hs, nothing ) [ 7 of 16] Compiling Data.Generics.Twins ( src/Data/Generics/Twins.hs, nothing ) src/Data/Generics/Twins.hs:224:17: 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." | 224 | perkid a d = (tail a, unGT (head a) d) | ^^^^ src/Data/Generics/Twins.hs:224: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." | 224 | perkid a d = (tail a, unGT (head a) d) | ^^^^ src/Data/Generics/Twins.hs:237:17: 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." | 237 | perkid a d = (tail a, unGM (head a) d) | ^^^^ src/Data/Generics/Twins.hs:237: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." | 237 | perkid a d = (tail a, unGM (head a) d) | ^^^^ src/Data/Generics/Twins.hs:249:17: 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." | 249 | perkid a d = (tail a, unGQ (head a) d) | ^^^^ src/Data/Generics/Twins.hs:249: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." | 249 | perkid a d = (tail a, unGQ (head a) d) | ^^^^ [ 8 of 16] Compiling Data.Generics ( src/Data/Generics.hs, nothing ) [ 9 of 16] Compiling Generics.SYB ( src/Generics/SYB.hs, nothing ) [10 of 16] Compiling Generics.SYB.Aliases ( src/Generics/SYB/Aliases.hs, nothing ) [11 of 16] Compiling Generics.SYB.Basics ( src/Generics/SYB/Basics.hs, nothing ) [12 of 16] Compiling Generics.SYB.Builders ( src/Generics/SYB/Builders.hs, nothing ) [13 of 16] Compiling Generics.SYB.Instances ( src/Generics/SYB/Instances.hs, nothing ) [14 of 16] Compiling Generics.SYB.Schemes ( src/Generics/SYB/Schemes.hs, nothing ) [15 of 16] Compiling Generics.SYB.Text ( src/Generics/SYB/Text.hs, nothing ) [16 of 16] Compiling Generics.SYB.Twins ( src/Generics/SYB/Twins.hs, nothing ) Haddock coverage: Warning: 'Generic'' is ambiguous. It is defined * at src/Data/Generics/Aliases.hs:510:19 * at src/Data/Generics/Aliases.hs:510:1 You 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/Generics/Aliases.hs:510:1 100% ( 60 / 60) in 'Data.Generics.Aliases' 100% ( 2 / 2) in 'Data.Generics.Basics' 100% ( 3 / 3) in 'Data.Generics.Builders' 100% ( 1 / 1) in 'Data.Generics.Instances' 100% ( 19 / 19) in 'Data.Generics.Schemes' 100% ( 6 / 6) in 'Data.Generics.Text' 100% ( 17 / 17) in 'Data.Generics.Twins' 100% ( 8 / 8) in 'Data.Generics' 100% ( 2 / 2) in 'Generics.SYB' 100% ( 2 / 2) in 'Generics.SYB.Aliases' 100% ( 2 / 2) in 'Generics.SYB.Basics' 100% ( 2 / 2) in 'Generics.SYB.Builders' 100% ( 1 / 1) in 'Generics.SYB.Instances' 100% ( 2 / 2) in 'Generics.SYB.Schemes' 100% ( 2 / 2) in 'Generics.SYB.Text' 100% ( 2 / 2) in 'Generics.SYB.Twins' Documentation created: dist/doc/html/syb/, dist/doc/html/syb/syb.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/syb-0.7.2.4-JKskBWXskz039r4NsqQZXJ Completed syb-0.7.2.4 Configuring th-abstraction-0.7.1.0... Preprocessing library for th-abstraction-0.7.1.0.. Building library for th-abstraction-0.7.1.0.. [1 of 3] Compiling Language.Haskell.TH.Datatype.Internal ( src/Language/Haskell/TH/Datatype/Internal.hs, dist/build/Language/Haskell/TH/Datatype/Internal.o, dist/build/Language/Haskell/TH/Datatype/Internal.dyn_o ) [2 of 3] Compiling Language.Haskell.TH.Datatype.TyVarBndr ( src/Language/Haskell/TH/Datatype/TyVarBndr.hs, dist/build/Language/Haskell/TH/Datatype/TyVarBndr.o, dist/build/Language/Haskell/TH/Datatype/TyVarBndr.dyn_o ) [3 of 3] Compiling Language.Haskell.TH.Datatype ( src/Language/Haskell/TH/Datatype.hs, dist/build/Language/Haskell/TH/Datatype.o, dist/build/Language/Haskell/TH/Datatype.dyn_o ) Preprocessing library for th-abstraction-0.7.1.0.. Running Haddock on library for th-abstraction-0.7.1.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 3] Compiling Language.Haskell.TH.Datatype.Internal ( src/Language/Haskell/TH/Datatype/Internal.hs, nothing ) [2 of 3] Compiling Language.Haskell.TH.Datatype.TyVarBndr ( src/Language/Haskell/TH/Datatype/TyVarBndr.hs, nothing ) [3 of 3] Compiling Language.Haskell.TH.Datatype ( src/Language/Haskell/TH/Datatype.hs, nothing ) Haddock coverage: Warning: 'Name' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Language.Haskell.TH.Syntax Warning: 'Name' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Language.Haskell.TH.Syntax 76% ( 40 / 52) in 'Language.Haskell.TH.Datatype.TyVarBndr' Missing documentation for: TyVarBndrUnit TyVarBndrSpec TyVarBndrVis Specificity BndrVis DefaultBndrFlag plainTV kindedTV inferredSpec specifiedSpec bndrReq bndrInvis Warning: 'DatatypeInfo' is ambiguous. It is defined * at src/Language/Haskell/TH/Datatype.hs:184:21 * at src/Language/Haskell/TH/Datatype.hs:184:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Language/Haskell/TH/Datatype.hs:184:1 Warning: 'ConstructorInfo' is ambiguous. It is defined * at src/Language/Haskell/TH/Datatype.hs:229:24 * at src/Language/Haskell/TH/Datatype.hs:229:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Language/Haskell/TH/Datatype.hs:229:1 Warning: 'FieldStrictness' is ambiguous. It is defined * at src/Language/Haskell/TH/Datatype.hs:272:24 * at src/Language/Haskell/TH/Datatype.hs:272:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Language/Haskell/TH/Datatype.hs:272:1 Warning: '()' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Strict' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * at src/Language/Haskell/TH/Datatype.hs:289:5 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Language/Haskell/TH/Datatype.hs:289:5 Warning: 'datatypeInstVars' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'mbKind' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'resolveFixities' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'FunArg' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Fixity' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Language.Haskell.TH.Syntax 92% ( 49 / 53) in 'Language.Haskell.TH.Datatype' Missing documentation for: arrowKCompat (src/Language/Haskell/TH/Datatype.hs:2260) isStrictAnnot (src/Language/Haskell/TH/Datatype.hs:293) notStrictAnnot (src/Language/Haskell/TH/Datatype.hs:294) unpackedAnnot (src/Language/Haskell/TH/Datatype.hs:295) Warning: Language.Haskell.TH.Datatype.TyVarBndr: could not find link destinations for: - Language.Haskell.TH.Syntax.Rep_BndrVis - Language.Haskell.TH.Syntax.Rep_Specificity Warning: Language.Haskell.TH.Datatype: could not find link destinations for: - Language.Haskell.TH.Datatype.Rep_DatatypeInfo - Language.Haskell.TH.Datatype.Rep_ConstructorInfo - Language.Haskell.TH.Datatype.Rep_FieldStrictness - Language.Haskell.TH.Datatype.Rep_Strictness - Language.Haskell.TH.Datatype.Rep_Unpackedness - Language.Haskell.TH.Datatype.Rep_ConstructorVariant - Language.Haskell.TH.Datatype.Rep_DatatypeVariant Documentation created: dist/doc/html/th-abstraction/, dist/doc/html/th-abstraction/th-abstraction.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/th-abstraction-0.7.1.0-5OEkekdo9oT3l4cxHWMApr Completed th-abstraction-0.7.1.0 Configuring th-compat-0.1.6... Preprocessing library for th-compat-0.1.6.. Building library for th-compat-0.1.6.. [1 of 1] Compiling Language.Haskell.TH.Syntax.Compat ( src/Language/Haskell/TH/Syntax/Compat.hs, dist/build/Language/Haskell/TH/Syntax/Compat.o, dist/build/Language/Haskell/TH/Syntax/Compat.dyn_o ) Preprocessing library for th-compat-0.1.6.. Running Haddock on library for th-compat-0.1.6.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Language.Haskell.TH.Syntax.Compat ( src/Language/Haskell/TH/Syntax/Compat.hs, nothing ) Haddock coverage: Warning: 'Code' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Language.Haskell.TH.Syntax Warning: 'm' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'TExp' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'lift' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'newNameQuote' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 97% ( 45 / 46) in 'Language.Haskell.TH.Syntax.Compat' Missing documentation for: CodeQ Documentation created: dist/doc/html/th-compat/, dist/doc/html/th-compat/th-compat.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/th-compat-0.1.6-3eCsLS8Ko2yHD4T0lSGAtv Completed th-compat-0.1.6 Configuring tree-view-0.5.1... Preprocessing library for tree-view-0.5.1.. Building library for tree-view-0.5.1.. [1 of 1] Compiling Data.Tree.View ( src/Data/Tree/View.hs, dist/build/Data/Tree/View.o, dist/build/Data/Tree/View.dyn_o ) Preprocessing library for tree-view-0.5.1.. Running Haddock on library for tree-view-0.5.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Data.Tree.View ( src/Data/Tree/View.hs, nothing ) Haddock coverage: 71% ( 5 / 7) in 'Data.Tree.View' Missing documentation for: Module header Behavior (src/Data/Tree/View.hs:65) Documentation created: dist/doc/html/tree-view/, dist/doc/html/tree-view/tree-view.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/tree-view-0.5.1-H0M1p4wq3SYBtFF61vRKfE Completed tree-view-0.5.1 Configuring hashable-1.5.0.0... Preprocessing library for hashable-1.5.0.0.. Building library for hashable-1.5.0.0.. [ 1 of 10] Compiling Data.Hashable.FFI ( src/Data/Hashable/FFI.hs, dist/build/Data/Hashable/FFI.o, dist/build/Data/Hashable/FFI.dyn_o ) [ 2 of 10] Compiling Data.Hashable.Imports ( src/Data/Hashable/Imports.hs, dist/build/Data/Hashable/Imports.o, dist/build/Data/Hashable/Imports.dyn_o ) [ 3 of 10] Compiling Data.Hashable.Mix ( src/Data/Hashable/Mix.hs, dist/build/Data/Hashable/Mix.o, dist/build/Data/Hashable/Mix.dyn_o ) [ 4 of 10] Compiling Data.Hashable.XXH3 ( src/Data/Hashable/XXH3.hs, dist/build/Data/Hashable/XXH3.o, dist/build/Data/Hashable/XXH3.dyn_o ) [ 5 of 10] Compiling Data.Hashable.LowLevel ( src/Data/Hashable/LowLevel.hs, dist/build/Data/Hashable/LowLevel.o, dist/build/Data/Hashable/LowLevel.dyn_o ) [ 6 of 10] Compiling Data.Hashable.Class ( src/Data/Hashable/Class.hs, dist/build/Data/Hashable/Class.o, dist/build/Data/Hashable/Class.dyn_o ) [ 7 of 10] Compiling Data.Hashable.Lifted ( src/Data/Hashable/Lifted.hs, dist/build/Data/Hashable/Lifted.o, dist/build/Data/Hashable/Lifted.dyn_o ) [ 8 of 10] Compiling Data.Hashable.Generic.Instances ( src/Data/Hashable/Generic/Instances.hs, dist/build/Data/Hashable/Generic/Instances.o, dist/build/Data/Hashable/Generic/Instances.dyn_o ) src/Data/Hashable/Generic/Instances.hs:5:14: warning: [GHC-19244] [-Wtrustworthy-safe] Data.Hashable.Generic.Instances is marked as Trustworthy but has been inferred as safe! | 5 | {-# LANGUAGE Trustworthy #-} | ^^^^^^^^^^^ [ 9 of 10] Compiling Data.Hashable.Generic ( src/Data/Hashable/Generic.hs, dist/build/Data/Hashable/Generic.o, dist/build/Data/Hashable/Generic.dyn_o ) [10 of 10] Compiling Data.Hashable ( src/Data/Hashable.hs, dist/build/Data/Hashable.o, dist/build/Data/Hashable.dyn_o ) Preprocessing library for hashable-1.5.0.0.. Running Haddock on library for hashable-1.5.0.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 10] Compiling Data.Hashable.FFI ( src/Data/Hashable/FFI.hs, nothing ) [ 2 of 10] Compiling Data.Hashable.Imports ( src/Data/Hashable/Imports.hs, nothing ) [ 3 of 10] Compiling Data.Hashable.Mix ( src/Data/Hashable/Mix.hs, nothing ) [ 4 of 10] Compiling Data.Hashable.XXH3 ( src/Data/Hashable/XXH3.hs, nothing ) [ 5 of 10] Compiling Data.Hashable.LowLevel ( src/Data/Hashable/LowLevel.hs, nothing ) [ 6 of 10] Compiling Data.Hashable.Class ( src/Data/Hashable/Class.hs, nothing ) [ 7 of 10] Compiling Data.Hashable.Lifted ( src/Data/Hashable/Lifted.hs, nothing ) [ 8 of 10] Compiling Data.Hashable.Generic.Instances ( src/Data/Hashable/Generic/Instances.hs, nothing ) src/Data/Hashable/Generic/Instances.hs:5:14: warning: [GHC-19244] [-Wtrustworthy-safe] Data.Hashable.Generic.Instances is marked as Trustworthy but has been inferred as safe! | 5 | {-# LANGUAGE Trustworthy #-} | ^^^^^^^^^^^ [ 9 of 10] Compiling Data.Hashable.Generic ( src/Data/Hashable/Generic.hs, nothing ) [10 of 10] Compiling Data.Hashable ( src/Data/Hashable.hs, nothing ) Haddock coverage: Warning: 'ByteArray' is ambiguous. It is defined * in Data.Array.Byte * in Data.Array.Byte You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Array.Byte Warning: 'hash' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'defaultHashWith' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Hashed' is ambiguous. It is defined * at src/Data/Hashable/Class.hs:860:17 * at src/Data/Hashable/Class.hs:860:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Hashable/Class.hs:860:1 Warning: 'Arg' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 80% ( 8 / 10) in 'Data.Hashable.Lifted' Missing documentation for: Hashable1 (src/Data/Hashable/Class.hs:252) Hashable2 (src/Data/Hashable/Class.hs:267) 66% ( 6 / 9) in 'Data.Hashable.Generic' Missing documentation for: One (src/Data/Hashable/Class.hs:242) Zero (src/Data/Hashable/Class.hs:241) HashArgs (src/Data/Hashable/Class.hs:244) Warning: 'Generic' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 31 / 31) in 'Data.Hashable' Warning: Data.Hashable.Generic: could not find link destinations for: - Data.Hashable.Class.D:R:HashArgsOnea0 - Data.Hashable.Class.D:R:HashArgsZeroa0 - Data.Hashable.Generic.Instances.GSum Warning: Data.Hashable: could not find link destinations for: - Data.Hashable.Mix.Salt Documentation created: dist/doc/html/hashable/, dist/doc/html/hashable/hashable.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/hashable-1.5.0.0-CJcCLhsCpdHlEFddjHE51 Completed hashable-1.5.0.0 Configuring random-1.3.1... Preprocessing library for random-1.3.1.. Building library for random-1.3.1.. [1 of 6] Compiling System.Random.Array ( src/System/Random/Array.hs, dist/build/System/Random/Array.o, dist/build/System/Random/Array.dyn_o ) [2 of 6] Compiling System.Random.GFinite ( src/System/Random/GFinite.hs, dist/build/System/Random/GFinite.o, dist/build/System/Random/GFinite.dyn_o ) [3 of 6] Compiling System.Random.Internal ( src/System/Random/Internal.hs, dist/build/System/Random/Internal.o, dist/build/System/Random/Internal.dyn_o ) [4 of 6] Compiling System.Random.Seed ( src/System/Random/Seed.hs, dist/build/System/Random/Seed.o, dist/build/System/Random/Seed.dyn_o ) [5 of 6] Compiling System.Random ( src/System/Random.hs, dist/build/System/Random.o, dist/build/System/Random.dyn_o ) [6 of 6] Compiling System.Random.Stateful ( src/System/Random/Stateful.hs, dist/build/System/Random/Stateful.o, dist/build/System/Random/Stateful.dyn_o ) Preprocessing library for random-1.3.1.. Running Haddock on library for random-1.3.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 6] Compiling System.Random.Array ( src/System/Random/Array.hs, nothing ) [2 of 6] Compiling System.Random.GFinite ( src/System/Random/GFinite.hs, nothing ) [3 of 6] Compiling System.Random.Internal ( src/System/Random/Internal.hs, nothing ) [4 of 6] Compiling System.Random.Seed ( src/System/Random/Seed.hs, nothing ) [5 of 6] Compiling System.Random ( src/System/Random.hs, nothing ) [6 of 6] Compiling System.Random.Stateful ( src/System/Random/Stateful.hs, nothing ) Haddock coverage: 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: 'StateGenM' is ambiguous. It is defined * at src/System/Random/Internal.hs:606:20 * at src/System/Random/Internal.hs:606:1 You 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/System/Random/Internal.hs:606:1 Warning: 'StateGen' is ambiguous. It is defined * at src/System/Random/Internal.hs:612:22 * at src/System/Random/Internal.hs:612:1 You 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/System/Random/Internal.hs:612:1 Warning: 'ByteArray' is ambiguous. It is defined * in Data.Array.Byte * in Data.Array.Byte You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Array.Byte Warning: 'StdGen' is ambiguous. It is defined * at src/System/Random/Internal.hs:749:18 * at src/System/Random/Internal.hs:749:1 You 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/System/Random/Internal.hs:749:1 Warning: 'MutableByteArray' is ambiguous. It is defined * in Data.Array.Byte * in Data.Array.Byte You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Array.Byte Warning: '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: 'StateT' is ambiguous. It is defined * in Control.Monad.Trans.State.Strict * in Control.Monad.Trans.State.Strict You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Monad.Trans.State.Strict Warning: 'Seed' is ambiguous. It is defined * at src/System/Random/Internal.hs:134:18 * at src/System/Random/Internal.hs:134:1 You 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/System/Random/Internal.hs:134:1 Warning: 'StdGen' is ambiguous. It is defined * at src/System/Random/Internal.hs:749:18 * at src/System/Random/Internal.hs:749:1 You 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/System/Random/Internal.hs:749:1 Warning: 'ByteArray' is ambiguous. It is defined * in Data.Array.Byte * in Data.Array.Byte You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Array.Byte Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'uniformByteStringM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ShortByteString' is ambiguous. It is defined * in Data.ByteString.Short.Internal * in Data.ByteString.Short.Internal You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.ByteString.Short.Internal Warning: 'StdGen' is ambiguous. It is defined * at src/System/Random/Internal.hs:749:18 * at src/System/Random/Internal.hs:749:1 You 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/System/Random/Internal.hs:749:1 100% ( 71 / 71) in 'System.Random' Warning: 'TGenM' is ambiguous. It is defined * at src/System/Random/Stateful.hs:719:19 * at src/System/Random/Stateful.hs:719:1 You 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/System/Random/Stateful.hs:719:1 Warning: 'STGenM' is ambiguous. It is defined * at src/System/Random/Stateful.hs:618:22 * at src/System/Random/Stateful.hs:618:1 You 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/System/Random/Stateful.hs:618:1 Warning: 'StateGenM' is ambiguous. It is defined * at src/System/Random/Internal.hs:606:20 * at src/System/Random/Internal.hs:606:1 You 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/System/Random/Internal.hs:606:1 Warning: 'IOGenM' is ambiguous. It is defined * at src/System/Random/Stateful.hs:542:20 * at src/System/Random/Stateful.hs:542:1 You 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/System/Random/Stateful.hs:542:1 Warning: 'AtomicGenM' is ambiguous. It is defined * at src/System/Random/Stateful.hs:428:24 * at src/System/Random/Stateful.hs:428:1 You 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/System/Random/Stateful.hs:428:1 Warning: 'Seed' is ambiguous. It is defined * at src/System/Random/Internal.hs:134:18 * at src/System/Random/Internal.hs:134:1 You 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/System/Random/Internal.hs:134:1 Warning: 'StdGen' is ambiguous. It is defined * at src/System/Random/Internal.hs:749:18 * at src/System/Random/Internal.hs:749:1 You 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/System/Random/Internal.hs:749:1 Warning: 'IOGen' is ambiguous. It is defined * at src/System/Random/Stateful.hs:547:19 * at src/System/Random/Stateful.hs:547:1 You 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/System/Random/Stateful.hs:547:1 Warning: 'STGenM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'STM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'STGen' is ambiguous. It is defined * at src/System/Random/Stateful.hs:623:19 * at src/System/Random/Stateful.hs:623:1 You 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/System/Random/Stateful.hs:623:1 Warning: 'clearBit' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'testBit' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% (137 /137) in 'System.Random.Stateful' Warning: System.Random: could not find link destinations for: - System.Random.GFinite.cardinality - System.Random.GFinite.toFinite - System.Random.GFinite.fromFinite - System.Random.GFinite.Cardinality - System.Random.Seed.D:R:SeedSizeSMGen - System.Random.Seed.D:R:SeedSizeSMGen0 - System.Random.Seed.D:R:SeedSizeStateGen - System.Random.Seed.D:R:SeedSizeStdGen - System.Random.Stateful.D:R:SeedSizeAtomicGen - System.Random.Stateful.D:R:SeedSizeIOGen - System.Random.Stateful.D:R:SeedSizeSTGen - System.Random.Stateful.D:R:SeedSizeTGen Warning: System.Random.Stateful: could not find link destinations for: - System.Random.GFinite.GFinite - System.Random.GFinite.cardinality - System.Random.GFinite.toFinite - System.Random.GFinite.fromFinite - System.Random.GFinite.Cardinality - System.Random.Internal.GUniformRange - System.Random.Internal.GUniform - System.Random.Internal.D:R:MutableGenStateGenm - System.Random.Seed.D:R:SeedSizeSMGen - System.Random.Seed.D:R:SeedSizeSMGen0 - System.Random.Seed.D:R:SeedSizeStateGen - System.Random.Seed.D:R:SeedSizeStdGen - System.Random.Stateful.D:R:MutableGenAtomicGenm - System.Random.Stateful.D:R:SeedSizeAtomicGen - System.Random.Stateful.D:R:MutableGenIOGenm - System.Random.Stateful.D:R:SeedSizeIOGen - System.Random.Stateful.D:R:MutableGenSTGenST - System.Random.Stateful.D:R:SeedSizeSTGen - System.Random.Stateful.D:R:MutableGenTGenSTM - System.Random.Stateful.D:R:SeedSizeTGen Documentation created: dist/doc/html/random/, dist/doc/html/random/random.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/random-1.3.1-3HmCudIQHVrG4RNMrw37d7 Completed random-1.3.1 Configuring th-lift-0.8.6... Preprocessing library for th-lift-0.8.6.. Building library for th-lift-0.8.6.. [1 of 2] Compiling Language.Haskell.TH.Lift.Internal ( src/Language/Haskell/TH/Lift/Internal.hs, dist/build/Language/Haskell/TH/Lift/Internal.o, dist/build/Language/Haskell/TH/Lift/Internal.dyn_o ) [2 of 2] Compiling Language.Haskell.TH.Lift ( src/Language/Haskell/TH/Lift.hs, dist/build/Language/Haskell/TH/Lift.o, dist/build/Language/Haskell/TH/Lift.dyn_o ) Preprocessing library for th-lift-0.8.6.. Running Haddock on library for th-lift-0.8.6.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling Language.Haskell.TH.Lift.Internal ( src/Language/Haskell/TH/Lift/Internal.hs, nothing ) [2 of 2] Compiling Language.Haskell.TH.Lift ( src/Language/Haskell/TH/Lift.hs, nothing ) Haddock coverage: Warning: 'makeLift' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 3 / 3) in 'Language.Haskell.TH.Lift.Internal' 62% ( 5 / 8) in 'Language.Haskell.TH.Lift' Missing documentation for: Module header deriveLift (src/Language/Haskell/TH/Lift.hs:57) deriveLiftMany' (src/Language/Haskell/TH/Lift.hs:75) Documentation created: dist/doc/html/th-lift/, dist/doc/html/th-lift/th-lift.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/th-lift-0.8.6-4HcLgzDLxGg12EUKIGyxSR Completed th-lift-0.8.6 Configuring th-expand-syns-0.4.12.0... Preprocessing library for th-expand-syns-0.4.12.0.. Building library for th-expand-syns-0.4.12.0.. [1 of 1] Compiling Language.Haskell.TH.ExpandSyns ( Language/Haskell/TH/ExpandSyns.hs, dist/build/Language/Haskell/TH/ExpandSyns.o, dist/build/Language/Haskell/TH/ExpandSyns.dyn_o ) Preprocessing library for th-expand-syns-0.4.12.0.. Running Haddock on library for th-expand-syns-0.4.12.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Language.Haskell.TH.ExpandSyns ( Language/Haskell/TH/ExpandSyns.hs, nothing ) Haddock coverage: 81% ( 9 / 11) in 'Language.Haskell.TH.ExpandSyns' Missing documentation for: Module header SynonymExpansionSettings (Language/Haskell/TH/ExpandSyns.hs:31) Documentation created: dist/doc/html/th-expand-syns/, dist/doc/html/th-expand-syns/th-expand-syns.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/th-expand-syns-0.4.12.0-1HPojfMgxDQ9QxRCLjv5nl Completed th-expand-syns-0.4.12.0 Configuring unordered-containers-0.2.20... Preprocessing library for unordered-containers-0.2.20.. Building library for unordered-containers-0.2.20.. Data/HashMap/Internal.hs:12:14-23: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 12 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ [1 of 9] Compiling Data.HashMap.Internal.Array ( Data/HashMap/Internal/Array.hs, dist/build/Data/HashMap/Internal/Array.o, dist/build/Data/HashMap/Internal/Array.dyn_o ) Data/HashMap/Internal/Array.hs:83:1-35: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 83 | import Control.Applicative (liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2 of 9] Compiling Data.HashMap.Internal.List ( Data/HashMap/Internal/List.hs, dist/build/Data/HashMap/Internal/List.o, dist/build/Data/HashMap/Internal/List.dyn_o ) [3 of 9] Compiling Data.HashMap.Internal ( Data/HashMap/Internal.hs, dist/build/Data/HashMap/Internal.o, dist/build/Data/HashMap/Internal.dyn_o ) [4 of 9] Compiling Data.HashMap.Internal.Debug ( Data/HashMap/Internal/Debug.hs, dist/build/Data/HashMap/Internal/Debug.o, dist/build/Data/HashMap/Internal/Debug.dyn_o ) [5 of 9] Compiling Data.HashMap.Internal.Strict ( Data/HashMap/Internal/Strict.hs, dist/build/Data/HashMap/Internal/Strict.o, dist/build/Data/HashMap/Internal/Strict.dyn_o ) [6 of 9] Compiling Data.HashSet.Internal ( Data/HashSet/Internal.hs, dist/build/Data/HashSet/Internal.o, dist/build/Data/HashSet/Internal.dyn_o ) [7 of 9] Compiling Data.HashSet ( Data/HashSet.hs, dist/build/Data/HashSet.o, dist/build/Data/HashSet.dyn_o ) [8 of 9] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, dist/build/Data/HashMap/Strict.o, dist/build/Data/HashMap/Strict.dyn_o ) [9 of 9] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, dist/build/Data/HashMap/Lazy.o, dist/build/Data/HashMap/Lazy.dyn_o ) Preprocessing library for unordered-containers-0.2.20.. Running Haddock on library for unordered-containers-0.2.20.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. Data/HashMap/Internal.hs:12:14-23: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 12 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ [1 of 9] Compiling Data.HashMap.Internal.Array ( Data/HashMap/Internal/Array.hs, nothing ) Data/HashMap/Internal/Array.hs:83:1-35: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 83 | import Control.Applicative (liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2 of 9] Compiling Data.HashMap.Internal.List ( Data/HashMap/Internal/List.hs, nothing ) [3 of 9] Compiling Data.HashMap.Internal ( Data/HashMap/Internal.hs, nothing ) [4 of 9] Compiling Data.HashMap.Internal.Debug ( Data/HashMap/Internal/Debug.hs, nothing ) [5 of 9] Compiling Data.HashMap.Internal.Strict ( Data/HashMap/Internal/Strict.hs, nothing ) [6 of 9] Compiling Data.HashSet.Internal ( Data/HashSet/Internal.hs, nothing ) [7 of 9] Compiling Data.HashSet ( Data/HashSet.hs, nothing ) [8 of 9] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, nothing ) [9 of 9] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, nothing ) Haddock coverage: 33% ( 16 / 48) in 'Data.HashMap.Internal.Array' Missing documentation for: Array (Data/HashMap/Internal/Array.hs:125) MArray (Data/HashMap/Internal/Array.hs:157) new_ (Data/HashMap/Internal/Array.hs:208) singleton (Data/HashMap/Internal/Array.hs:225) singletonM (Data/HashMap/Internal/Array.hs:229) snoc (Data/HashMap/Internal/Array.hs:233) pair (Data/HashMap/Internal/Array.hs:242) length (Data/HashMap/Internal/Array.hs:154) lengthM (Data/HashMap/Internal/Array.hs:162) read (Data/HashMap/Internal/Array.hs:249) write (Data/HashMap/Internal/Array.hs:255) index (Data/HashMap/Internal/Array.hs:262) indexM (Data/HashMap/Internal/Array.hs:274) index# (Data/HashMap/Internal/Array.hs:268) sameArray1 (Data/HashMap/Internal/Array.hs:140) unsafeFreeze (Data/HashMap/Internal/Array.hs:280) unsafeThaw (Data/HashMap/Internal/Array.hs:286) unsafeSameArray (Data/HashMap/Internal/Array.hs:136) run (Data/HashMap/Internal/Array.hs:292) cloneM (Data/HashMap/Internal/Array.hs:314) foldl (Data/HashMap/Internal/Array.hs:404) foldl' (Data/HashMap/Internal/Array.hs:375) foldr (Data/HashMap/Internal/Array.hs:394) foldr' (Data/HashMap/Internal/Array.hs:385) foldMap (Data/HashMap/Internal/Array.hs:417) thaw (Data/HashMap/Internal/Array.hs:436) map (Data/HashMap/Internal/Array.hs:461) traverse (Data/HashMap/Internal/Array.hs:537) traverse' (Data/HashMap/Internal/Array.hs:553) toList (Data/HashMap/Internal/Array.hs:529) fromList (Data/HashMap/Internal/Array.hs:494) fromList' (Data/HashMap/Internal/Array.hs:506) 25% ( 1 / 4) in 'Data.HashMap.Internal.List' Missing documentation for: isPermutationBy (Data/HashMap/Internal/List.hs:40) deleteBy (Data/HashMap/Internal/List.hs:83) unorderedCompare (Data/HashMap/Internal/List.hs:68) Warning: 'Leaf' is ambiguous. It is defined * at Data/HashMap/Internal.hs:225:7 * at Data/HashMap/Internal.hs:185:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/HashMap/Internal.hs:185:1 Warning: 'at' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 88% ( 93 /105) in 'Data.HashMap.Internal' Missing documentation for: Leaf (Data/HashMap/Internal.hs:185) intersectionWithKey# (Data/HashMap/Internal.hs:1855) updateOrConcatWithKey (Data/HashMap/Internal.hs:2368) equalKeys (Data/HashMap/Internal.hs:511) equalKeys1 (Data/HashMap/Internal.hs:495) lookupRecordCollision (Data/HashMap/Internal.hs:678) LookupRes (Data/HashMap/Internal.hs:657) lookupResToMaybe (Data/HashMap/Internal.hs:660) insert' (Data/HashMap/Internal.hs:806) delete' (Data/HashMap/Internal.hs:1124) insertNewKey (Data/HashMap/Internal.hs:848) insertKeyExists (Data/HashMap/Internal.hs:883) 50% ( 3 / 6) in 'Data.HashMap.Internal.Debug' Missing documentation for: valid (Data/HashMap/Internal/Debug.hs:98) Validity (Data/HashMap/Internal/Debug.hs:43) SubHashPath (Data/HashMap/Internal/Debug.hs:75) Warning: 'lookup' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'at' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 67 / 67) in 'Data.HashMap.Internal.Strict' Warning: 'HashSet' is ambiguous. It is defined * at Data/HashSet/Internal.hs:112:21 * at Data/HashSet/Internal.hs:112:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/HashSet/Internal.hs:112:1 100% ( 35 / 35) in 'Data.HashSet.Internal' Warning: 'HashSet' is ambiguous. It is defined * at Data/HashSet/Internal.hs:112:21 * at Data/HashSet/Internal.hs:112:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/HashSet/Internal.hs:112:1 100% ( 32 / 32) in 'Data.HashSet' 100% ( 69 / 69) in 'Data.HashMap.Strict' 100% ( 69 / 69) in 'Data.HashMap.Lazy' Warning: Data.HashMap.Internal: could not find link destinations for: - Data.HashMap.Internal.D:R:ItemHashMap Warning: Data.HashMap.Internal.Strict: could not find link destinations for: - Data.HashMap.Internal.D:R:ItemHashMap Warning: Data.HashSet.Internal: could not find link destinations for: - Data.HashSet.Internal.D:R:ItemHashSet Warning: Data.HashSet: could not find link destinations for: - Data.HashSet.Internal.D:R:ItemHashSet Warning: Data.HashMap.Strict: could not find link destinations for: - Data.HashMap.Internal.D:R:ItemHashMap Warning: Data.HashMap.Lazy: could not find link destinations for: - Data.HashMap.Internal.D:R:ItemHashMap Documentation created: dist/doc/html/unordered-containers/, dist/doc/html/unordered-containers/unordered-containers.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/unordered-containers-0.2.20-8jMFzoCo8HRC7heG5b9rqS Completed unordered-containers-0.2.20 Configuring libBF-0.6.8... Preprocessing library for libBF-0.6.8.. Building library for libBF-0.6.8.. [1 of 3] Compiling LibBF.Opts ( dist/build/LibBF/Opts.hs, dist/build/LibBF/Opts.o, dist/build/LibBF/Opts.dyn_o ) [2 of 3] Compiling LibBF.Mutable ( dist/build/LibBF/Mutable.hs, dist/build/LibBF/Mutable.o, dist/build/LibBF/Mutable.dyn_o ) [3 of 3] Compiling LibBF ( src/LibBF.hs, dist/build/LibBF.o, dist/build/LibBF.dyn_o ) Preprocessing library for libBF-0.6.8.. Running Haddock on library for libBF-0.6.8.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 3] Compiling LibBF.Opts ( dist/build/LibBF/Opts.hs, nothing ) [2 of 3] Compiling LibBF.Mutable ( dist/build/LibBF/Mutable.hs, nothing ) [3 of 3] Compiling LibBF ( src/LibBF.hs, nothing ) Haddock coverage: Warning: 'precMin' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'precMax' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 54 / 54) in 'LibBF.Opts' Warning: 'BF' is ambiguous. It is defined * at src/LibBF/Mutable.hsc:106:14 * at src/LibBF/Mutable.hsc:106:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/LibBF/Mutable.hsc:106:1 100% ( 54 / 54) in 'LibBF.Mutable' Warning: 'NaN' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 57 / 57) in 'LibBF' Documentation created: dist/doc/html/libBF/, dist/doc/html/libBF/libBF.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/libBF-0.6.8-CYHOpBcZpu6HJKSL8R2hB9 Completed libBF-0.6.8 Configuring async-2.2.5... Preprocessing library for async-2.2.5.. Building library for async-2.2.5.. [1 of 2] Compiling Control.Concurrent.Async.Internal ( Control/Concurrent/Async/Internal.hs, dist/build/Control/Concurrent/Async/Internal.o, dist/build/Control/Concurrent/Async/Internal.dyn_o ) Control/Concurrent/Async/Internal.hs:50:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 50 | import Data.Semigroup (Semigroup((<>))) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2 of 2] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.hs, dist/build/Control/Concurrent/Async.o, dist/build/Control/Concurrent/Async.dyn_o ) Preprocessing library for async-2.2.5.. Running Haddock on library for async-2.2.5.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling Control.Concurrent.Async.Internal ( Control/Concurrent/Async/Internal.hs, nothing ) Control/Concurrent/Async/Internal.hs:50:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 50 | import Data.Semigroup (Semigroup((<>))) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2 of 2] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.hs, nothing ) Haddock coverage: Warning: 'ThreadId' is ambiguous. It is defined * in GHC.Conc.Sync * in GHC.Conc.Sync You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.Conc.Sync Warning: 'Async' is ambiguous. It is defined * at Control/Concurrent/Async/Internal.hs:69:16 * at Control/Concurrent/Async/Internal.hs:69:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Control/Concurrent/Async/Internal.hs:69:1 Warning: 'ExceptionInLinkedThread' is ambiguous. It is defined * at Control/Concurrent/Async/Internal.hs:461:3 * at Control/Concurrent/Async/Internal.hs:460:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Control/Concurrent/Async/Internal.hs:460:1 Warning: 'AsyncCancelled' is ambiguous. It is defined * at Control/Concurrent/Async/Internal.hs:274:23 * at Control/Concurrent/Async/Internal.hs:274:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Control/Concurrent/Async/Internal.hs:274:1 Warning: 'IO' is ambiguous. It is defined * in GHC.Types * in GHC.Types You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.Types 86% ( 58 / 67) in 'Control.Concurrent.Async.Internal' Missing documentation for: asyncUsing (Control/Concurrent/Async/Internal.hs:124) withAsyncUsing (Control/Concurrent/Async/Internal.hs:178) ExceptionInLinkedThread (Control/Concurrent/Async/Internal.hs:460) isCancel (Control/Concurrent/Async/Internal.hs:542) concurrently' (Control/Concurrent/Async/Internal.hs:649) catchAll (Control/Concurrent/Async/Internal.hs:858) tryAll (Control/Concurrent/Async/Internal.hs:861) rawForkIO (Control/Concurrent/Async/Internal.hs:868) rawForkOn (Control/Concurrent/Async/Internal.hs:873) Warning: 'forkIO' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Async' is ambiguous. It is defined * at Control/Concurrent/Async/Internal.hs:69:16 * at Control/Concurrent/Async/Internal.hs:69:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Control/Concurrent/Async/Internal.hs:69:1 Warning: 'Concurrently' is ambiguous. It is defined * at Control/Concurrent/Async/Internal.hs:775:26 * at Control/Concurrent/Async/Internal.hs:775:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Control/Concurrent/Async/Internal.hs:775:1 Warning: 'Alternative' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 98% ( 70 / 71) in 'Control.Concurrent.Async' Missing documentation for: ExceptionInLinkedThread (Control/Concurrent/Async/Internal.hs:460) Documentation created: dist/doc/html/async/, dist/doc/html/async/async.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/async-2.2.5-2ZfTtvd9oUYLY6nMddkMC Completed async-2.2.5 Configuring QuickCheck-2.16.0.0... Preprocessing library for QuickCheck-2.16.0.0.. Building library for QuickCheck-2.16.0.0.. [ 1 of 17] Compiling Test.QuickCheck.Exception ( src/Test/QuickCheck/Exception.hs, dist/build/Test/QuickCheck/Exception.o, dist/build/Test/QuickCheck/Exception.dyn_o ) [ 2 of 17] Compiling Test.QuickCheck.Random ( src/Test/QuickCheck/Random.hs, dist/build/Test/QuickCheck/Random.o, dist/build/Test/QuickCheck/Random.dyn_o ) src/Test/QuickCheck/Random.hs:50:37: warning: [GHC-68441] [-Wdeprecations] In the use of genShortByteString (imported from System.Random, but defined in System.Random.Internal): Deprecated: "In favor of `System.Random.uniformShortByteString`" | 50 | genShortByteString n = wrapQCGen (genShortByteString n) | ^^^^^^^^^^^^^^^^^^ src/Test/QuickCheck/Random.hs:83:16: warning: [GHC-68441] [-Wdeprecations] In the use of split (imported from System.Random, but defined in System.Random.Internal): Deprecated: "In favor of `splitGen`" | 83 | left = fst . split | ^^^^^ src/Test/QuickCheck/Random.hs:84:17: warning: [GHC-68441] [-Wdeprecations] In the use of split (imported from System.Random, but defined in System.Random.Internal): Deprecated: "In favor of `splitGen`" | 84 | right = snd . split | ^^^^^ [ 3 of 17] Compiling Test.QuickCheck.Gen ( src/Test/QuickCheck/Gen.hs, dist/build/Test/QuickCheck/Gen.o, dist/build/Test/QuickCheck/Gen.dyn_o ) src/Test/QuickCheck/Gen.hs:92:12: warning: [GHC-68441] [-Wdeprecations] In the use of split (imported from System.Random, but defined in System.Random.Internal): Deprecated: "In favor of `splitGen`" | 92 | case split r of | ^^^^^ [ 4 of 17] Compiling Test.QuickCheck.Gen.Unsafe ( src/Test/QuickCheck/Gen/Unsafe.hs, dist/build/Test/QuickCheck/Gen/Unsafe.o, dist/build/Test/QuickCheck/Gen/Unsafe.dyn_o ) [ 5 of 17] Compiling Test.QuickCheck.Arbitrary ( src/Test/QuickCheck/Arbitrary.hs, dist/build/Test/QuickCheck/Arbitrary.o, dist/build/Test/QuickCheck/Arbitrary.dyn_o ) [ 6 of 17] Compiling Test.QuickCheck.Poly ( src/Test/QuickCheck/Poly.hs, dist/build/Test/QuickCheck/Poly.o, dist/build/Test/QuickCheck/Poly.dyn_o ) [ 7 of 17] Compiling Test.QuickCheck.Modifiers ( src/Test/QuickCheck/Modifiers.hs, dist/build/Test/QuickCheck/Modifiers.o, dist/build/Test/QuickCheck/Modifiers.dyn_o ) [ 8 of 17] Compiling Test.QuickCheck.Function ( src/Test/QuickCheck/Function.hs, dist/build/Test/QuickCheck/Function.o, dist/build/Test/QuickCheck/Function.dyn_o ) [ 9 of 17] Compiling Test.QuickCheck.Text ( src/Test/QuickCheck/Text.hs, dist/build/Test/QuickCheck/Text.o, dist/build/Test/QuickCheck/Text.dyn_o ) [10 of 17] Compiling Test.QuickCheck.State ( src/Test/QuickCheck/State.hs, dist/build/Test/QuickCheck/State.o, dist/build/Test/QuickCheck/State.dyn_o ) [11 of 17] Compiling Test.QuickCheck.Property ( src/Test/QuickCheck/Property.hs, dist/build/Test/QuickCheck/Property.o, dist/build/Test/QuickCheck/Property.dyn_o ) [12 of 17] Compiling Test.QuickCheck.Test ( src/Test/QuickCheck/Test.hs, dist/build/Test/QuickCheck/Test.o, dist/build/Test/QuickCheck/Test.dyn_o ) src/Test/QuickCheck/Test.hs:501:17: warning: [GHC-68441] [-Wdeprecations] In the use of split (imported from System.Random, but defined in System.Random.Internal): Deprecated: "In favor of `splitGen`" | 501 | (rnd1,rnd2) = split (randomSeed st) | ^^^^^ [13 of 17] Compiling Test.QuickCheck.Monoids ( src/Test/QuickCheck/Monoids.hs, dist/build/Test/QuickCheck/Monoids.o, dist/build/Test/QuickCheck/Monoids.dyn_o ) [14 of 17] Compiling Test.QuickCheck.Monadic ( src/Test/QuickCheck/Monadic.hs, dist/build/Test/QuickCheck/Monadic.o, dist/build/Test/QuickCheck/Monadic.dyn_o ) [15 of 17] Compiling Test.QuickCheck.All ( src/Test/QuickCheck/All.hs, dist/build/Test/QuickCheck/All.o, dist/build/Test/QuickCheck/All.dyn_o ) [16 of 17] Compiling Test.QuickCheck.Features ( src/Test/QuickCheck/Features.hs, dist/build/Test/QuickCheck/Features.o, dist/build/Test/QuickCheck/Features.dyn_o ) [17 of 17] Compiling Test.QuickCheck ( src/Test/QuickCheck.hs, dist/build/Test/QuickCheck.o, dist/build/Test/QuickCheck.dyn_o ) Preprocessing library for QuickCheck-2.16.0.0.. Running Haddock on library for QuickCheck-2.16.0.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 17] Compiling Test.QuickCheck.Exception ( src/Test/QuickCheck/Exception.hs, nothing ) [ 2 of 17] Compiling Test.QuickCheck.Random ( src/Test/QuickCheck/Random.hs, nothing ) src/Test/QuickCheck/Random.hs:50:37: warning: [GHC-68441] [-Wdeprecations] In the use of genShortByteString (imported from System.Random, but defined in System.Random.Internal): Deprecated: "In favor of `System.Random.uniformShortByteString`" | 50 | genShortByteString n = wrapQCGen (genShortByteString n) | ^^^^^^^^^^^^^^^^^^ src/Test/QuickCheck/Random.hs:83:16: warning: [GHC-68441] [-Wdeprecations] In the use of split (imported from System.Random, but defined in System.Random.Internal): Deprecated: "In favor of `splitGen`" | 83 | left = fst . split | ^^^^^ src/Test/QuickCheck/Random.hs:84:17: warning: [GHC-68441] [-Wdeprecations] In the use of split (imported from System.Random, but defined in System.Random.Internal): Deprecated: "In favor of `splitGen`" | 84 | right = snd . split | ^^^^^ [ 3 of 17] Compiling Test.QuickCheck.Gen ( src/Test/QuickCheck/Gen.hs, nothing ) src/Test/QuickCheck/Gen.hs:92:12: warning: [GHC-68441] [-Wdeprecations] In the use of split (imported from System.Random, but defined in System.Random.Internal): Deprecated: "In favor of `splitGen`" | 92 | case split r of | ^^^^^ [ 4 of 17] Compiling Test.QuickCheck.Gen.Unsafe ( src/Test/QuickCheck/Gen/Unsafe.hs, nothing ) [ 5 of 17] Compiling Test.QuickCheck.Arbitrary ( src/Test/QuickCheck/Arbitrary.hs, nothing ) [ 6 of 17] Compiling Test.QuickCheck.Poly ( src/Test/QuickCheck/Poly.hs, nothing ) [ 7 of 17] Compiling Test.QuickCheck.Modifiers ( src/Test/QuickCheck/Modifiers.hs, nothing ) [ 8 of 17] Compiling Test.QuickCheck.Function ( src/Test/QuickCheck/Function.hs, nothing ) [ 9 of 17] Compiling Test.QuickCheck.Text ( src/Test/QuickCheck/Text.hs, nothing ) [10 of 17] Compiling Test.QuickCheck.State ( src/Test/QuickCheck/State.hs, nothing ) [11 of 17] Compiling Test.QuickCheck.Property ( src/Test/QuickCheck/Property.hs, nothing ) [12 of 17] Compiling Test.QuickCheck.Test ( src/Test/QuickCheck/Test.hs, nothing ) src/Test/QuickCheck/Test.hs:501:17: warning: [GHC-68441] [-Wdeprecations] In the use of split (imported from System.Random, but defined in System.Random.Internal): Deprecated: "In favor of `splitGen`" | 501 | (rnd1,rnd2) = split (randomSeed st) | ^^^^^ [13 of 17] Compiling Test.QuickCheck.Monoids ( src/Test/QuickCheck/Monoids.hs, nothing ) [14 of 17] Compiling Test.QuickCheck.Monadic ( src/Test/QuickCheck/Monadic.hs, nothing ) [15 of 17] Compiling Test.QuickCheck.All ( src/Test/QuickCheck/All.hs, nothing ) [16 of 17] Compiling Test.QuickCheck.Features ( src/Test/QuickCheck/Features.hs, nothing ) [17 of 17] Compiling Test.QuickCheck ( src/Test/QuickCheck.hs, nothing ) Haddock coverage: 92% ( 35 / 38) in 'Test.QuickCheck.Gen' Missing documentation for: chooseWord64 (src/Test/QuickCheck/Gen.hs:211) chooseInt64 (src/Test/QuickCheck/Gen.hs:220) chooseUpTo (src/Test/QuickCheck/Gen.hs:230) 80% ( 4 / 5) in 'Test.QuickCheck.Gen.Unsafe' Missing documentation for: Capture (src/Test/QuickCheck/Gen/Unsafe.hs:52) Warning: '(:*:)' is ambiguous. It is defined * in GHC.Generics * in GHC.Generics You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.Generics Warning: 'Version' is ambiguous. It is defined * in Data.Version * in Data.Version 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.Version 88% ( 45 / 51) in 'Test.QuickCheck.Arbitrary' Missing documentation for: arbitrary1 (src/Test/QuickCheck/Arbitrary.hs:298) shrink1 (src/Test/QuickCheck/Arbitrary.hs:301) arbitrary2 (src/Test/QuickCheck/Arbitrary.hs:310) shrink2 (src/Test/QuickCheck/Arbitrary.hs:313) RecursivelyShrink (src/Test/QuickCheck/Arbitrary.hs:325) GSubterms (src/Test/QuickCheck/Arbitrary.hs:356) Warning: 'A' is ambiguous. It is defined * at src/Test/QuickCheck/Poly.hs:29:13 * at src/Test/QuickCheck/Poly.hs:29:1 You 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/Test/QuickCheck/Poly.hs:29:1 Warning: 'B' is ambiguous. It is defined * at src/Test/QuickCheck/Poly.hs:44:13 * at src/Test/QuickCheck/Poly.hs:44:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/QuickCheck/Poly.hs:44:1 Warning: 'C' is ambiguous. It is defined * at src/Test/QuickCheck/Poly.hs:59:13 * at src/Test/QuickCheck/Poly.hs:59:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/QuickCheck/Poly.hs:59:1 Warning: 'OrdA' is ambiguous. It is defined * at src/Test/QuickCheck/Poly.hs:77:16 * at src/Test/QuickCheck/Poly.hs:77:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/QuickCheck/Poly.hs:77:1 Warning: 'OrdB' is ambiguous. It is defined * at src/Test/QuickCheck/Poly.hs:112:16 * at src/Test/QuickCheck/Poly.hs:112:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/QuickCheck/Poly.hs:112:1 Warning: 'OrdC' is ambiguous. It is defined * at src/Test/QuickCheck/Poly.hs:146:16 * at src/Test/QuickCheck/Poly.hs:146:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/QuickCheck/Poly.hs:146:1 14% ( 1 / 7) in 'Test.QuickCheck.Poly' Missing documentation for: A (src/Test/QuickCheck/Poly.hs:29) B (src/Test/QuickCheck/Poly.hs:44) C (src/Test/QuickCheck/Poly.hs:59) OrdA (src/Test/QuickCheck/Poly.hs:77) OrdB (src/Test/QuickCheck/Poly.hs:112) OrdC (src/Test/QuickCheck/Poly.hs:146) Warning: 'Blind' is ambiguous. It is defined * at src/Test/QuickCheck/Modifiers.hs:94:19 * at src/Test/QuickCheck/Modifiers.hs:94:1 You 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/Test/QuickCheck/Modifiers.hs:94:1 Warning: 'NonNegative' is ambiguous. It is defined * at src/Test/QuickCheck/Modifiers.hs:312:25 * at src/Test/QuickCheck/Modifiers.hs:312:1 You 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/Test/QuickCheck/Modifiers.hs:312:1 Warning: 'Large' is ambiguous. It is defined * at src/Test/QuickCheck/Modifiers.hs:351:19 * at src/Test/QuickCheck/Modifiers.hs:351:1 You 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/Test/QuickCheck/Modifiers.hs:351:1 95% ( 22 / 23) in 'Test.QuickCheck.Modifiers' Missing documentation for: ShrinkState (src/Test/QuickCheck/Modifiers.hs:487) Warning: 'Fun' is ambiguous. It is defined * at src/Test/QuickCheck/Function.hs:546:16 * at src/Test/QuickCheck/Function.hs:546:1 You 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/Test/QuickCheck/Function.hs:546:1 100% ( 22 / 22) in 'Test.QuickCheck.Function' Warning: 'Discard' is ambiguous. It is defined * at src/Test/QuickCheck/Property.hs:114:16 * at src/Test/QuickCheck/Property.hs:114:1 You 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/Test/QuickCheck/Property.hs:114:1 Warning: 'Confidence' is ambiguous. It is defined * at src/Test/QuickCheck/State.hs:68:3 * at src/Test/QuickCheck/State.hs:67:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/QuickCheck/State.hs:67:1 66% ( 2 / 3) in 'Test.QuickCheck.Monoids' Missing documentation for: Module header 83% ( 20 / 24) in 'Test.QuickCheck.Monadic' Missing documentation for: stop (src/Test/QuickCheck/Monadic.hs:163) monadic (src/Test/QuickCheck/Monadic.hs:272) monadic' (src/Test/QuickCheck/Monadic.hs:275) runSTGen (src/Test/QuickCheck/Monadic.hs:314) 100% ( 10 / 10) in 'Test.QuickCheck.All' Warning: 'Fun' is ambiguous. It is defined * at src/Test/QuickCheck/Function.hs:546:16 * at src/Test/QuickCheck/Function.hs:546:1 You 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/Test/QuickCheck/Function.hs:546:1 Warning: 'Blind' is ambiguous. It is defined * at src/Test/QuickCheck/Modifiers.hs:94:19 * at src/Test/QuickCheck/Modifiers.hs:94:1 You 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/Test/QuickCheck/Modifiers.hs:94:1 Warning: 'NonNegative' is ambiguous. It is defined * at src/Test/QuickCheck/Modifiers.hs:312:25 * at src/Test/QuickCheck/Modifiers.hs:312:1 You 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/Test/QuickCheck/Modifiers.hs:312:1 96% (203 /211) in 'Test.QuickCheck' Missing documentation for: arbitrary1 (src/Test/QuickCheck/Arbitrary.hs:298) shrink1 (src/Test/QuickCheck/Arbitrary.hs:301) arbitrary2 (src/Test/QuickCheck/Arbitrary.hs:310) shrink2 (src/Test/QuickCheck/Arbitrary.hs:313) ShrinkState (src/Test/QuickCheck/Modifiers.hs:487) Witness (src/Test/QuickCheck/Property.hs:262) coerceWitness (src/Test/QuickCheck/Property.hs:268) castWitness (src/Test/QuickCheck/Property.hs:273) Warning: Test.QuickCheck.Gen: could not find link destinations for: - Test.QuickCheck.Random.QCGen Warning: Test.QuickCheck.Arbitrary: could not find link destinations for: - Test.QuickCheck.Arbitrary.GCoArbitrary - Test.QuickCheck.Arbitrary.GSubtermsIncl - Test.QuickCheck.Arbitrary.gSubterms - Test.QuickCheck.Arbitrary.grecursivelyShrink Warning: Test.QuickCheck.Modifiers: could not find link destinations for: - Test.QuickCheck.Modifiers.InfiniteListInternalData Warning: Test.QuickCheck.Function: could not find link destinations for: - Test.QuickCheck.Function.Shrunk - Test.QuickCheck.Function.GFunction Warning: Test.QuickCheck: could not find link destinations for: - Test.QuickCheck.Exception.AnException - Test.QuickCheck.Random.QCGen - Test.QuickCheck.Arbitrary.GCoArbitrary - Test.QuickCheck.Modifiers.InfiniteListInternalData - Test.QuickCheck.Function.Shrunk - Test.QuickCheck.Function.GFunction - Test.QuickCheck.Property.Result Documentation created: dist/doc/html/QuickCheck/, dist/doc/html/QuickCheck/QuickCheck.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/QuickCheck-2.16.0.0-KAwywA1qBiHBj0KysskoJQ Completed QuickCheck-2.16.0.0 Configuring th-reify-many-0.1.10... Preprocessing library for th-reify-many-0.1.10.. Building library for th-reify-many-0.1.10.. [1 of 2] Compiling Language.Haskell.TH.ReifyMany.Internal ( src/Language/Haskell/TH/ReifyMany/Internal.hs, dist/build/Language/Haskell/TH/ReifyMany/Internal.o, dist/build/Language/Haskell/TH/ReifyMany/Internal.dyn_o ) [2 of 2] Compiling Language.Haskell.TH.ReifyMany ( src/Language/Haskell/TH/ReifyMany.hs, dist/build/Language/Haskell/TH/ReifyMany.o, dist/build/Language/Haskell/TH/ReifyMany.dyn_o ) Preprocessing library for th-reify-many-0.1.10.. Running Haddock on library for th-reify-many-0.1.10.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling Language.Haskell.TH.ReifyMany.Internal ( src/Language/Haskell/TH/ReifyMany/Internal.hs, nothing ) [2 of 2] Compiling Language.Haskell.TH.ReifyMany ( src/Language/Haskell/TH/ReifyMany.hs, nothing ) Haddock coverage: Warning: 'TypeclassInstance' is ambiguous. It is defined * at src/Language/Haskell/TH/ReifyMany/Internal.hs:66:26 * at src/Language/Haskell/TH/ReifyMany/Internal.hs:66:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Language/Haskell/TH/ReifyMany/Internal.hs:66:1 92% ( 12 / 13) in 'Language.Haskell.TH.ReifyMany.Internal' Missing documentation for: Module header 100% ( 4 / 4) in 'Language.Haskell.TH.ReifyMany' Documentation created: dist/doc/html/th-reify-many/, dist/doc/html/th-reify-many/th-reify-many.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/th-reify-many-0.1.10-8ib8arFveth3qjP6YRUWe2 Completed th-reify-many-0.1.10 Warning: uniplate.cabal:1:28: Packages with 'cabal-version: 1.12' or later should specify a specific version of the Cabal spec of the form 'cabal-version: x.y'. Use 'cabal-version: 1.18'. Configuring uniplate-1.6.13... Preprocessing library for uniplate-1.6.13.. Building library for uniplate-1.6.13.. [ 1 of 21] Compiling Data.Generics.Uniplate.Data.Instances ( Data/Generics/Uniplate/Data/Instances.hs, dist/build/Data/Generics/Uniplate/Data/Instances.o, dist/build/Data/Generics/Uniplate/Data/Instances.dyn_o ) [ 2 of 21] Compiling Data.Generics.Uniplate.Internal.Utils ( Data/Generics/Uniplate/Internal/Utils.hs, dist/build/Data/Generics/Uniplate/Internal/Utils.o, dist/build/Data/Generics/Uniplate/Internal/Utils.dyn_o ) [ 3 of 21] Compiling Data.Generics.Uniplate ( Data/Generics/Uniplate.hs, dist/build/Data/Generics/Uniplate.o, dist/build/Data/Generics/Uniplate.dyn_o ) [ 4 of 21] Compiling Data.Generics.Str ( Data/Generics/Str.hs, dist/build/Data/Generics/Str.o, dist/build/Data/Generics/Str.dyn_o ) [ 5 of 21] Compiling Data.Generics.Uniplate.Internal.DataOnlyOperations ( Data/Generics/Uniplate/Internal/DataOnlyOperations.hs, dist/build/Data/Generics/Uniplate/Internal/DataOnlyOperations.o, dist/build/Data/Generics/Uniplate/Internal/DataOnlyOperations.dyn_o ) [ 6 of 21] Compiling Data.Generics.Uniplate.Internal.Data ( Data/Generics/Uniplate/Internal/Data.hs, dist/build/Data/Generics/Uniplate/Internal/Data.o, dist/build/Data/Generics/Uniplate/Internal/Data.dyn_o ) Data/Generics/Uniplate/Internal/Data.hs:336:81: 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." | 336 | [ (i, IntMap.fromAscList [(j, slice i j ts) | (j,ts) <- zip [i..n] (tail $ inits ts)]) | ^^^^ [ 7 of 21] Compiling Data.Generics.Uniplate.DataOnly ( Data/Generics/Uniplate/DataOnly.hs, dist/build/Data/Generics/Uniplate/DataOnly.o, dist/build/Data/Generics/Uniplate/DataOnly.dyn_o ) [ 8 of 21] Compiling Data.Generics.Uniplate.Operations ( Data/Generics/Uniplate/Operations.hs, dist/build/Data/Generics/Uniplate/Operations.o, dist/build/Data/Generics/Uniplate/Operations.dyn_o ) [ 9 of 21] Compiling Data.Generics.Uniplate.Direct ( Data/Generics/Uniplate/Direct.hs, dist/build/Data/Generics/Uniplate/Direct.o, dist/build/Data/Generics/Uniplate/Direct.dyn_o ) [10 of 21] Compiling Data.Generics.Uniplate.Data ( Data/Generics/Uniplate/Data.hs, dist/build/Data/Generics/Uniplate/Data.o, dist/build/Data/Generics/Uniplate/Data.dyn_o ) [11 of 21] Compiling Data.Generics.SYB ( Data/Generics/SYB.hs, dist/build/Data/Generics/SYB.o, dist/build/Data/Generics/SYB.dyn_o ) [12 of 21] Compiling Data.Generics.Compos ( Data/Generics/Compos.hs, dist/build/Data/Generics/Compos.o, dist/build/Data/Generics/Compos.dyn_o ) [13 of 21] Compiling Data.Generics.Uniplate.Typeable ( Data/Generics/Uniplate/Typeable.hs, dist/build/Data/Generics/Uniplate/Typeable.o, dist/build/Data/Generics/Uniplate/Typeable.dyn_o ) [14 of 21] Compiling Data.Generics.Uniplate.Zipper ( Data/Generics/Uniplate/Zipper.hs, dist/build/Data/Generics/Uniplate/Zipper.o, dist/build/Data/Generics/Uniplate/Zipper.dyn_o ) [15 of 21] Compiling Data.Generics.UniplateOn ( Data/Generics/UniplateOn.hs, dist/build/Data/Generics/UniplateOn.o, dist/build/Data/Generics/UniplateOn.dyn_o ) [16 of 21] Compiling Data.Generics.UniplateStr ( Data/Generics/UniplateStr.hs, dist/build/Data/Generics/UniplateStr.o, dist/build/Data/Generics/UniplateStr.dyn_o ) [17 of 21] Compiling Data.Generics.UniplateStrOn ( Data/Generics/UniplateStrOn.hs, dist/build/Data/Generics/UniplateStrOn.o, dist/build/Data/Generics/UniplateStrOn.dyn_o ) [18 of 21] Compiling Data.Generics.Biplate ( Data/Generics/Biplate.hs, dist/build/Data/Generics/Biplate.o, dist/build/Data/Generics/Biplate.dyn_o ) [19 of 21] Compiling Data.Generics.PlateTypeable ( Data/Generics/PlateTypeable.hs, dist/build/Data/Generics/PlateTypeable.o, dist/build/Data/Generics/PlateTypeable.dyn_o ) [20 of 21] Compiling Data.Generics.PlateDirect ( Data/Generics/PlateDirect.hs, dist/build/Data/Generics/PlateDirect.o, dist/build/Data/Generics/PlateDirect.dyn_o ) [21 of 21] Compiling Data.Generics.PlateData ( Data/Generics/PlateData.hs, dist/build/Data/Generics/PlateData.o, dist/build/Data/Generics/PlateData.dyn_o ) Preprocessing library for uniplate-1.6.13.. Running Haddock on library for uniplate-1.6.13.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 21] Compiling Data.Generics.Uniplate.Data.Instances ( Data/Generics/Uniplate/Data/Instances.hs, nothing ) [ 2 of 21] Compiling Data.Generics.Uniplate.Internal.Utils ( Data/Generics/Uniplate/Internal/Utils.hs, nothing ) [ 3 of 21] Compiling Data.Generics.Uniplate ( Data/Generics/Uniplate.hs, nothing ) [ 4 of 21] Compiling Data.Generics.Str ( Data/Generics/Str.hs, nothing ) [ 5 of 21] Compiling Data.Generics.Uniplate.Internal.DataOnlyOperations ( Data/Generics/Uniplate/Internal/DataOnlyOperations.hs, nothing ) [ 6 of 21] Compiling Data.Generics.Uniplate.Internal.Data ( Data/Generics/Uniplate/Internal/Data.hs, nothing ) Data/Generics/Uniplate/Internal/Data.hs:336:81: 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." | 336 | [ (i, IntMap.fromAscList [(j, slice i j ts) | (j,ts) <- zip [i..n] (tail $ inits ts)]) | ^^^^ [ 7 of 21] Compiling Data.Generics.Uniplate.DataOnly ( Data/Generics/Uniplate/DataOnly.hs, nothing ) [ 8 of 21] Compiling Data.Generics.Uniplate.Operations ( Data/Generics/Uniplate/Operations.hs, nothing ) [ 9 of 21] Compiling Data.Generics.Uniplate.Direct ( Data/Generics/Uniplate/Direct.hs, nothing ) [10 of 21] Compiling Data.Generics.Uniplate.Data ( Data/Generics/Uniplate/Data.hs, nothing ) [11 of 21] Compiling Data.Generics.SYB ( Data/Generics/SYB.hs, nothing ) [12 of 21] Compiling Data.Generics.Compos ( Data/Generics/Compos.hs, nothing ) [13 of 21] Compiling Data.Generics.Uniplate.Typeable ( Data/Generics/Uniplate/Typeable.hs, nothing ) [14 of 21] Compiling Data.Generics.Uniplate.Zipper ( Data/Generics/Uniplate/Zipper.hs, nothing ) [15 of 21] Compiling Data.Generics.UniplateOn ( Data/Generics/UniplateOn.hs, nothing ) [16 of 21] Compiling Data.Generics.UniplateStr ( Data/Generics/UniplateStr.hs, nothing ) [17 of 21] Compiling Data.Generics.UniplateStrOn ( Data/Generics/UniplateStrOn.hs, nothing ) [18 of 21] Compiling Data.Generics.Biplate ( Data/Generics/Biplate.hs, nothing ) [19 of 21] Compiling Data.Generics.PlateTypeable ( Data/Generics/PlateTypeable.hs, nothing ) [20 of 21] Compiling Data.Generics.PlateDirect ( Data/Generics/PlateDirect.hs, nothing ) [21 of 21] Compiling Data.Generics.PlateData ( Data/Generics/PlateData.hs, nothing ) Haddock coverage: Warning: 'Hide' is ambiguous. It is defined * at Data/Generics/Uniplate/Data/Instances.hs:86:18 * at Data/Generics/Uniplate/Data/Instances.hs:86:1 You 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/Generics/Uniplate/Data/Instances.hs:86:1 Warning: 'Trigger' is ambiguous. It is defined * at Data/Generics/Uniplate/Data/Instances.hs:122:18 * at Data/Generics/Uniplate/Data/Instances.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/Generics/Uniplate/Data/Instances.hs:122:1 Warning: 'Invariant' is ambiguous. It is defined * at Data/Generics/Uniplate/Data/Instances.hs:156:20 * at Data/Generics/Uniplate/Data/Instances.hs:156:1 You 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/Generics/Uniplate/Data/Instances.hs:156:1 Warning: 'Map' is ambiguous. It is defined * at Data/Generics/Uniplate/Data/Instances.hs:178:19 * at Data/Generics/Uniplate/Data/Instances.hs:178:1 You 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/Generics/Uniplate/Data/Instances.hs:178:1 Warning: 'Set' is ambiguous. It is defined * at Data/Generics/Uniplate/Data/Instances.hs:204:17 * at Data/Generics/Uniplate/Data/Instances.hs:204:1 You 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/Generics/Uniplate/Data/Instances.hs:204:1 Warning: 'IntMap' is ambiguous. It is defined * at Data/Generics/Uniplate/Data/Instances.hs:228:20 * at Data/Generics/Uniplate/Data/Instances.hs:228:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Generics/Uniplate/Data/Instances.hs:228:1 Warning: 'IntSet' is ambiguous. It is defined * at Data/Generics/Uniplate/Data/Instances.hs:254:18 * at Data/Generics/Uniplate/Data/Instances.hs:254:1 You 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/Generics/Uniplate/Data/Instances.hs:254:1 Warning: 'create' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'inv' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Uniplate' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 16 / 16) in 'Data.Generics.Uniplate.Data.Instances' 100% ( 19 / 19) in 'Data.Generics.Uniplate' Warning: 'uniplate' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'biplate' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 66% ( 6 / 9) in 'Data.Generics.Str' Missing documentation for: Str (Data/Generics/Str.hs:14) strMap (Data/Generics/Str.hs:26) strMapM (Data/Generics/Str.hs:36) Warning: 'mplus' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 65% ( 15 / 23) in 'Data.Generics.Uniplate.DataOnly' Missing documentation for: universeBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:189) transformBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:212) transformBiM (Data/Generics/Uniplate/Internal/OperationsInc.hs:217) rewriteBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:221) rewriteBiM (Data/Generics/Uniplate/Internal/OperationsInc.hs:225) contextsBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:231) holesBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:239) Transformer (Data/Generics/Uniplate/Internal/Data.hs:287) Warning: 'mplus' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 75% ( 22 / 29) in 'Data.Generics.Uniplate.Operations' Missing documentation for: universeBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:189) transformBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:212) transformBiM (Data/Generics/Uniplate/Internal/OperationsInc.hs:217) rewriteBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:221) rewriteBiM (Data/Generics/Uniplate/Internal/OperationsInc.hs:225) contextsBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:231) holesBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:239) Warning: 'fromDistictAscList' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 11 / 11) in 'Data.Generics.Uniplate.Direct' 80% ( 4 / 5) in 'Data.Generics.Uniplate.Data' Missing documentation for: Transformer (Data/Generics/Uniplate/Internal/Data.hs:287) 100% ( 13 / 13) in 'Data.Generics.SYB' 100% ( 8 / 8) in 'Data.Generics.Compos' 100% ( 10 / 10) in 'Data.Generics.Uniplate.Typeable' 100% ( 14 / 14) in 'Data.Generics.Uniplate.Zipper' Warning: 'fold' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: Data.Generics.UniplateOn: Could not find documentation for exported module: Data.Generics.UniplateOn 35% ( 5 / 14) in 'Data.Generics.UniplateOn' Missing documentation for: universeOn (Data/Generics/UniplateOn.hs:39) transformOn (Data/Generics/UniplateOn.hs:51) transformOnM (Data/Generics/UniplateOn.hs:56) rewriteOn (Data/Generics/UniplateOn.hs:61) rewriteOnM (Data/Generics/UniplateOn.hs:66) descendOn (Data/Generics/UniplateOn.hs:71) descendOnM (Data/Generics/UniplateOn.hs:76) holesOn (Data/Generics/UniplateOn.hs:84) contextsOn (Data/Generics/UniplateOn.hs:91) Warning: Data.Generics.UniplateStr: Could not find documentation for exported module: Data.Generics.UniplateStr 100% ( 16 / 16) in 'Data.Generics.UniplateStr' Warning: 'fold' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: Data.Generics.UniplateStrOn: Could not find documentation for exported module: Data.Generics.UniplateStrOn 35% ( 5 / 14) in 'Data.Generics.UniplateStrOn' Missing documentation for: universeOn (Data/Generics/UniplateStrOn.hs:43) transformOn (Data/Generics/UniplateStrOn.hs:65) transformOnM (Data/Generics/UniplateStrOn.hs:70) rewriteOn (Data/Generics/UniplateStrOn.hs:75) rewriteOnM (Data/Generics/UniplateStrOn.hs:80) descendOn (Data/Generics/UniplateStrOn.hs:85) descendOnM (Data/Generics/UniplateStrOn.hs:90) holesOn (Data/Generics/UniplateStrOn.hs:96) contextsOn (Data/Generics/UniplateStrOn.hs:103) Warning: 'Data' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: Data.Generics.Biplate: Could not find documentation for exported module: Data.Generics.Biplate 28% ( 4 / 14) in 'Data.Generics.Biplate' Missing documentation for: descendBi (Data/Generics/Biplate.hs:80) descendBiM (Data/Generics/Biplate.hs:84) universeBi (Data/Generics/Biplate.hs:54) childrenBi (Data/Generics/Biplate.hs:58) transformBi (Data/Generics/Biplate.hs:64) transformBiM (Data/Generics/Biplate.hs:68) rewriteBi (Data/Generics/Biplate.hs:72) rewriteBiM (Data/Generics/Biplate.hs:76) contextsBi (Data/Generics/Biplate.hs:90) holesBi (Data/Generics/Biplate.hs:94) 100% ( 10 / 10) in 'Data.Generics.PlateTypeable' Warning: 'PlayAll' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 10 / 10) in 'Data.Generics.PlateDirect' 100% ( 2 / 2) in 'Data.Generics.PlateData' Warning: Data.Generics.Uniplate.Direct: could not find link destinations for: - Data.Generics.Uniplate.Direct.Type Warning: Data.Generics.Uniplate.Typeable: could not find link destinations for: - Data.Generics.Uniplate.Typeable.Type Warning: Data.Generics.PlateTypeable: could not find link destinations for: - Data.Generics.PlateTypeable.Type Warning: Data.Generics.PlateDirect: could not find link destinations for: - Data.Generics.PlateDirect.Type Documentation created: dist/doc/html/uniplate/, dist/doc/html/uniplate/uniplate.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/uniplate-1.6.13-4uokGwvoQ4gCU2WtxtIUMN Completed uniplate-1.6.13 Configuring th-orphans-0.13.16... Preprocessing library for th-orphans-0.13.16.. Building library for th-orphans-0.13.16.. [1 of 2] Compiling Language.Haskell.TH.Instances.Internal ( src/Language/Haskell/TH/Instances/Internal.hs, dist/build/Language/Haskell/TH/Instances/Internal.o, dist/build/Language/Haskell/TH/Instances/Internal.dyn_o ) [2 of 2] Compiling Language.Haskell.TH.Instances ( src/Language/Haskell/TH/Instances.hs, dist/build/Language/Haskell/TH/Instances.o, dist/build/Language/Haskell/TH/Instances.dyn_o ) Preprocessing library for th-orphans-0.13.16.. Running Haddock on library for th-orphans-0.13.16.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling Language.Haskell.TH.Instances.Internal ( src/Language/Haskell/TH/Instances/Internal.hs, /tmp/ghc2328085_0/ghc_6.o, /tmp/ghc2328085_0/ghc_6.dyn_o ) [2 of 2] Compiling Language.Haskell.TH.Instances ( src/Language/Haskell/TH/Instances.hs, nothing ) Haddock coverage: Warning: 'ReaderT' is ambiguous. It is defined * in Control.Monad.Trans.Reader * in Control.Monad.Trans.Reader You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Monad.Trans.Reader Warning: 'WriterT' is ambiguous. It is defined * in Control.Monad.Trans.Writer.Lazy * in Control.Monad.Trans.Writer.Lazy You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Monad.Trans.Writer.Lazy Warning: 'StateT' is ambiguous. It is defined * in Control.Monad.Trans.State.Lazy * in Control.Monad.Trans.State.Lazy You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Monad.Trans.State.Lazy Warning: 'RWST' is ambiguous. It is defined * in Control.Monad.Trans.RWS.Lazy * in Control.Monad.Trans.RWS.Lazy You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Monad.Trans.RWS.Lazy Warning: 'MonadFix' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Q' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Language.Haskell.TH.Syntax 100% ( 1 / 1) in 'Language.Haskell.TH.Instances' Documentation created: dist/doc/html/th-orphans/, dist/doc/html/th-orphans/th-orphans.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/th-orphans-0.13.16-14zKnGbdIem2srx0RzalkO Completed th-orphans-0.13.16 Configuring haskell-src-meta-0.8.15... Preprocessing library for haskell-src-meta-0.8.15.. Building library for haskell-src-meta-0.8.15.. [1 of 6] Compiling Language.Haskell.Meta.Extensions ( src/Language/Haskell/Meta/Extensions.hs, dist/build/Language/Haskell/Meta/Extensions.o, dist/build/Language/Haskell/Meta/Extensions.dyn_o ) [2 of 6] Compiling Language.Haskell.Meta.THCompat ( src/Language/Haskell/Meta/THCompat.hs, dist/build/Language/Haskell/Meta/THCompat.o, dist/build/Language/Haskell/Meta/THCompat.dyn_o ) [3 of 6] Compiling Language.Haskell.Meta.Syntax.Translate ( src/Language/Haskell/Meta/Syntax/Translate.hs, dist/build/Language/Haskell/Meta/Syntax/Translate.o, dist/build/Language/Haskell/Meta/Syntax/Translate.dyn_o ) [4 of 6] Compiling Language.Haskell.Meta.Parse ( src/Language/Haskell/Meta/Parse.hs, dist/build/Language/Haskell/Meta/Parse.o, dist/build/Language/Haskell/Meta/Parse.dyn_o ) [5 of 6] Compiling Language.Haskell.Meta ( src/Language/Haskell/Meta.hs, dist/build/Language/Haskell/Meta.o, dist/build/Language/Haskell/Meta.dyn_o ) [6 of 6] Compiling Language.Haskell.Meta.Utils ( src/Language/Haskell/Meta/Utils.hs, dist/build/Language/Haskell/Meta/Utils.o, dist/build/Language/Haskell/Meta/Utils.dyn_o ) Preprocessing library for haskell-src-meta-0.8.15.. Running Haddock on library for haskell-src-meta-0.8.15.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 6] Compiling Language.Haskell.Meta.Extensions ( src/Language/Haskell/Meta/Extensions.hs, /tmp/ghc2328875_0/ghc_14.o, /tmp/ghc2328875_0/ghc_14.dyn_o ) [2 of 6] Compiling Language.Haskell.Meta.THCompat ( src/Language/Haskell/Meta/THCompat.hs, /tmp/ghc2328875_0/ghc_20.o, /tmp/ghc2328875_0/ghc_20.dyn_o ) [3 of 6] Compiling Language.Haskell.Meta.Syntax.Translate ( src/Language/Haskell/Meta/Syntax/Translate.hs, /tmp/ghc2328875_0/ghc_18.o, /tmp/ghc2328875_0/ghc_18.dyn_o ) [4 of 6] Compiling Language.Haskell.Meta.Parse ( src/Language/Haskell/Meta/Parse.hs, /tmp/ghc2328875_0/ghc_16.o, /tmp/ghc2328875_0/ghc_16.dyn_o ) [5 of 6] Compiling Language.Haskell.Meta ( src/Language/Haskell/Meta.hs, /tmp/ghc2328875_0/ghc_12.o, /tmp/ghc2328875_0/ghc_12.dyn_o ) [6 of 6] Compiling Language.Haskell.Meta.Utils ( src/Language/Haskell/Meta/Utils.hs, nothing ) Haddock coverage: 100% ( 3 / 3) in 'Language.Haskell.Meta.Extensions' Warning: Language.Haskell.Meta.THCompat: Could not find documentation for exported module: Language.Haskell.Meta.THCompat Warning: Language.Haskell.Meta.Syntax.Translate: Could not find documentation for exported module: Language.Haskell.Meta.Syntax.Translate 2% ( 1 / 45) in 'Language.Haskell.Meta.Syntax.Translate' Missing documentation for: moduleName (src/Language/Haskell/Meta/Syntax/Translate.hs:53) DerivClause (src/Language/Haskell/Meta/Syntax/Translate.hs:47) ToName (src/Language/Haskell/Meta/Syntax/Translate.hs:31) ToNames (src/Language/Haskell/Meta/Syntax/Translate.hs:32) ToLit (src/Language/Haskell/Meta/Syntax/Translate.hs:33) ToType (src/Language/Haskell/Meta/Syntax/Translate.hs:34) ToPat (src/Language/Haskell/Meta/Syntax/Translate.hs:35) ToExp (src/Language/Haskell/Meta/Syntax/Translate.hs:36) ToDecs (src/Language/Haskell/Meta/Syntax/Translate.hs:37) ToDec (src/Language/Haskell/Meta/Syntax/Translate.hs:38) ToStmt (src/Language/Haskell/Meta/Syntax/Translate.hs:39) ToLoc (src/Language/Haskell/Meta/Syntax/Translate.hs:40) ToCxt (src/Language/Haskell/Meta/Syntax/Translate.hs:41) ToPred (src/Language/Haskell/Meta/Syntax/Translate.hs:42) ToTyVars (src/Language/Haskell/Meta/Syntax/Translate.hs:43) ToMaybeKind (src/Language/Haskell/Meta/Syntax/Translate.hs:44) ToInjectivityAnn (src/Language/Haskell/Meta/Syntax/Translate.hs:45) ToDerivClauses (src/Language/Haskell/Meta/Syntax/Translate.hs:49) noTH (src/Language/Haskell/Meta/Syntax/Translate.hs:57) noTHyet (src/Language/Haskell/Meta/Syntax/Translate.hs:61) todo (src/Language/Haskell/Meta/Syntax/Translate.hs:66) nonsense (src/Language/Haskell/Meta/Syntax/Translate.hs:70) toTupEl (src/Language/Haskell/Meta/Syntax/Translate.hs:75) toFieldExp (src/Language/Haskell/Meta/Syntax/Translate.hs:252) toGuard (src/Language/Haskell/Meta/Syntax/Translate.hs:310) toMatch (src/Language/Haskell/Meta/Syntax/Translate.hs:303) toBody (src/Language/Haskell/Meta/Syntax/Translate.hs:306) toKind (src/Language/Haskell/Meta/Syntax/Translate.hs:378) toTyVar (src/Language/Haskell/Meta/Syntax/Translate.hs:382) toTyVarSpec (src/Language/Haskell/Meta/Syntax/Translate.hs:391) toTyVarsVis (src/Language/Haskell/Meta/Syntax/Translate.hs:401) .->. (src/Language/Haskell/Meta/Syntax/Translate.hs:464) foldAppT (src/Language/Haskell/Meta/Syntax/Translate.hs:526) toStrictType (src/Language/Haskell/Meta/Syntax/Translate.hs:453) toDerivStrategy (src/Language/Haskell/Meta/Syntax/Translate.hs:499) qualConDeclToCon (src/Language/Haskell/Meta/Syntax/Translate.hs:698) transAct (src/Language/Haskell/Meta/Syntax/Translate.hs:637) hsMatchesToFunD (src/Language/Haskell/Meta/Syntax/Translate.hs:732) hsRhsToBody (src/Language/Haskell/Meta/Syntax/Translate.hs:750) conDeclToCon (src/Language/Haskell/Meta/Syntax/Translate.hs:717) hsMatchToClause (src/Language/Haskell/Meta/Syntax/Translate.hs:738) hsGuardedRhsToBody (src/Language/Haskell/Meta/Syntax/Translate.hs:761) hsStmtToGuard (src/Language/Haskell/Meta/Syntax/Translate.hs:774) TyVarBndr_ (src/Language/Haskell/Meta/THCompat.hs:27) 15% ( 3 / 19) in 'Language.Haskell.Meta.Parse' Missing documentation for: parsePat (src/Language/Haskell/Meta/Parse.hs:46) parseExp (src/Language/Haskell/Meta/Parse.hs:49) parseType (src/Language/Haskell/Meta/Parse.hs:52) parseDecs (src/Language/Haskell/Meta/Parse.hs:55) myDefaultParseMode (src/Language/Haskell/Meta/Parse.hs:67) myDefaultExtensions (src/Language/Haskell/Meta/Parse.hs:74) parseResultToEither (src/Language/Haskell/Meta/Parse.hs:87) parseHsModule (src/Language/Haskell/Meta/Parse.hs:93) parseHsDecls (src/Language/Haskell/Meta/Parse.hs:96) parseHsType (src/Language/Haskell/Meta/Parse.hs:106) parseHsExp (src/Language/Haskell/Meta/Parse.hs:110) parseHsPat (src/Language/Haskell/Meta/Parse.hs:113) pprHsModule (src/Language/Haskell/Meta/Parse.hs:116) moduleDecls (src/Language/Haskell/Meta/Parse.hs:120) noSrcSpanInfo (src/Language/Haskell/Meta/Parse.hs:139) emptyHsModule (src/Language/Haskell/Meta/Parse.hs:130) 100% ( 4 / 4) in 'Language.Haskell.Meta' Warning: Language.Haskell.Meta.Utils: Could not find documentation for exported module: Language.Haskell.Meta.Utils 23% ( 11 / 47) in 'Language.Haskell.Meta.Utils' Missing documentation for: conName (src/Language/Haskell/Meta/Utils.hs:305) dataDCons (src/Language/Haskell/Meta/Utils.hs:34) decCons (src/Language/Haskell/Meta/Utils.hs:39) decTyVars (src/Language/Haskell/Meta/Utils.hs:52) decName (src/Language/Haskell/Meta/Utils.hs:60) foreignName (src/Language/Haskell/Meta/Utils.hs:71) cleanNames (src/Language/Haskell/Meta/Utils.hs:76) pp (src/Language/Haskell/Meta/Utils.hs:97) ppDoc (src/Language/Haskell/Meta/Utils.hs:100) gpretty (src/Language/Haskell/Meta/Utils.hs:104) nameToRawCodeStr (src/Language/Haskell/Meta/Utils.hs:120) |$| (src/Language/Haskell/Meta/Utils.hs:142) |.| (src/Language/Haskell/Meta/Utils.hs:146) |->| (src/Language/Haskell/Meta/Utils.hs:150) unForall (src/Language/Haskell/Meta/Utils.hs:155) functionT (src/Language/Haskell/Meta/Utils.hs:159) mkVarT (src/Language/Haskell/Meta/Utils.hs:162) applyT (src/Language/Haskell/Meta/Utils.hs:219) substT (src/Language/Haskell/Meta/Utils.hs:227) splitCon (src/Language/Haskell/Meta/Utils.hs:240) conTypes (src/Language/Haskell/Meta/Utils.hs:251) strictTypeTy (src/Language/Haskell/Meta/Utils.hs:244) varStrictTypeTy (src/Language/Haskell/Meta/Utils.hs:247) conToConType (src/Language/Haskell/Meta/Utils.hs:262) unwindT (src/Language/Haskell/Meta/Utils.hs:268) unwindE (src/Language/Haskell/Meta/Utils.hs:276) typeToName (src/Language/Haskell/Meta/Utils.hs:291) recCName (src/Language/Haskell/Meta/Utils.hs:315) fromDataConI (src/Language/Haskell/Meta/Utils.hs:319) fromTyConI (src/Language/Haskell/Meta/Utils.hs:333) mkFunD (src/Language/Haskell/Meta/Utils.hs:337) mkClauseQ (src/Language/Haskell/Meta/Utils.hs:340) toPatQ (src/Language/Haskell/Meta/Utils.hs:370) showToPatQ (src/Language/Haskell/Meta/Utils.hs:373) eitherQ (src/Language/Haskell/Meta/Utils.hs:378) normalizeT (src/Language/Haskell/Meta/Utils.hs:386) Documentation created: dist/doc/html/haskell-src-meta/, dist/doc/html/haskell-src-meta/haskell-src-meta.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/haskell-src-meta-0.8.15-F5alVYVdb4HDbXQQzyqBsg Completed haskell-src-meta-0.8.15 Downloading sbv-12.0 Downloaded sbv-12.0 Configuring sbv-12.0... Preprocessing library for sbv-12.0.. Building library for sbv-12.0.. [ 1 of 190] Compiling Data.SBV.Control.Types ( Data/SBV/Control/Types.hs, dist/build/Data/SBV/Control/Types.o, dist/build/Data/SBV/Control/Types.dyn_o ) [ 2 of 190] Compiling Data.SBV.Core.AlgReals ( Data/SBV/Core/AlgReals.hs, dist/build/Data/SBV/Core/AlgReals.o, dist/build/Data/SBV/Core/AlgReals.dyn_o ) [ 3 of 190] Compiling Data.SBV.SMT.SMTLibNames ( Data/SBV/SMT/SMTLibNames.hs, dist/build/Data/SBV/SMT/SMTLibNames.o, dist/build/Data/SBV/SMT/SMTLibNames.dyn_o ) [ 4 of 190] Compiling Data.SBV.Utils.ExtractIO ( Data/SBV/Utils/ExtractIO.hs, dist/build/Data/SBV/Utils/ExtractIO.o, dist/build/Data/SBV/Utils/ExtractIO.dyn_o ) [ 5 of 190] Compiling Data.SBV.Utils.Lib ( Data/SBV/Utils/Lib.hs, dist/build/Data/SBV/Utils/Lib.o, dist/build/Data/SBV/Utils/Lib.dyn_o ) [ 6 of 190] Compiling Data.SBV.Core.Kind ( Data/SBV/Core/Kind.hs, dist/build/Data/SBV/Core/Kind.o, dist/build/Data/SBV/Core/Kind.dyn_o ) [ 7 of 190] Compiling Data.SBV.Utils.Numeric ( Data/SBV/Utils/Numeric.hs, dist/build/Data/SBV/Utils/Numeric.o, dist/build/Data/SBV/Utils/Numeric.dyn_o ) [ 8 of 190] Compiling Data.SBV.Core.SizedFloats ( Data/SBV/Core/SizedFloats.hs, dist/build/Data/SBV/Core/SizedFloats.o, dist/build/Data/SBV/Core/SizedFloats.dyn_o ) [ 9 of 190] Compiling Data.SBV.Float ( Data/SBV/Float.hs, dist/build/Data/SBV/Float.o, dist/build/Data/SBV/Float.dyn_o ) [ 10 of 190] Compiling Data.SBV.Core.Concrete ( Data/SBV/Core/Concrete.hs, dist/build/Data/SBV/Core/Concrete.o, dist/build/Data/SBV/Core/Concrete.dyn_o ) [ 11 of 190] Compiling Data.SBV.Utils.TDiff ( Data/SBV/Utils/TDiff.hs, dist/build/Data/SBV/Utils/TDiff.o, dist/build/Data/SBV/Utils/TDiff.dyn_o ) [ 12 of 190] Compiling Data.SBV.Core.Symbolic ( Data/SBV/Core/Symbolic.hs, dist/build/Data/SBV/Core/Symbolic.o, dist/build/Data/SBV/Core/Symbolic.dyn_o ) [ 13 of 190] Compiling Data.SBV.Core.Operations ( Data/SBV/Core/Operations.hs, dist/build/Data/SBV/Core/Operations.o, dist/build/Data/SBV/Core/Operations.dyn_o ) [ 14 of 190] Compiling Data.SBV.Core.Sized ( Data/SBV/Core/Sized.hs, dist/build/Data/SBV/Core/Sized.o, dist/build/Data/SBV/Core/Sized.dyn_o ) [ 15 of 190] Compiling Data.SBV.Core.Data ( Data/SBV/Core/Data.hs, dist/build/Data/SBV/Core/Data.o, dist/build/Data/SBV/Core/Data.dyn_o ) [ 16 of 190] Compiling Data.SBV.Utils.SExpr ( Data/SBV/Utils/SExpr.hs, dist/build/Data/SBV/Utils/SExpr.o, dist/build/Data/SBV/Utils/SExpr.dyn_o ) [ 17 of 190] Compiling Data.SBV.Utils.PrettyNum ( Data/SBV/Utils/PrettyNum.hs, dist/build/Data/SBV/Utils/PrettyNum.o, dist/build/Data/SBV/Utils/PrettyNum.dyn_o ) [ 18 of 190] Compiling Data.SBV.Utils.CrackNum ( Data/SBV/Utils/CrackNum.hs, dist/build/Data/SBV/Utils/CrackNum.o, dist/build/Data/SBV/Utils/CrackNum.dyn_o ) [ 19 of 190] Compiling Data.SBV.SMT.Utils ( Data/SBV/SMT/Utils.hs, dist/build/Data/SBV/SMT/Utils.o, dist/build/Data/SBV/SMT/Utils.dyn_o ) [ 20 of 190] Compiling Data.SBV.SMT.SMTLib2 ( Data/SBV/SMT/SMTLib2.hs, dist/build/Data/SBV/SMT/SMTLib2.o, dist/build/Data/SBV/SMT/SMTLib2.dyn_o ) [ 21 of 190] Compiling Data.SBV.SMT.SMTLib ( Data/SBV/SMT/SMTLib.hs, dist/build/Data/SBV/SMT/SMTLib.o, dist/build/Data/SBV/SMT/SMTLib.dyn_o ) [ 22 of 190] Compiling Data.SBV.SMT.SMT ( Data/SBV/SMT/SMT.hs, dist/build/Data/SBV/SMT/SMT.o, dist/build/Data/SBV/SMT/SMT.dyn_o ) [ 23 of 190] Compiling Data.SBV.Provers.Z3 ( Data/SBV/Provers/Z3.hs, dist/build/Data/SBV/Provers/Z3.o, dist/build/Data/SBV/Provers/Z3.dyn_o ) [ 24 of 190] Compiling Data.SBV.Provers.Yices ( Data/SBV/Provers/Yices.hs, dist/build/Data/SBV/Provers/Yices.o, dist/build/Data/SBV/Provers/Yices.dyn_o ) [ 25 of 190] Compiling Data.SBV.Provers.OpenSMT ( Data/SBV/Provers/OpenSMT.hs, dist/build/Data/SBV/Provers/OpenSMT.o, dist/build/Data/SBV/Provers/OpenSMT.dyn_o ) [ 26 of 190] Compiling Data.SBV.Provers.MathSAT ( Data/SBV/Provers/MathSAT.hs, dist/build/Data/SBV/Provers/MathSAT.o, dist/build/Data/SBV/Provers/MathSAT.dyn_o ) [ 27 of 190] Compiling Data.SBV.Provers.DReal ( Data/SBV/Provers/DReal.hs, dist/build/Data/SBV/Provers/DReal.o, dist/build/Data/SBV/Provers/DReal.dyn_o ) [ 28 of 190] Compiling Data.SBV.Provers.CVC5 ( Data/SBV/Provers/CVC5.hs, dist/build/Data/SBV/Provers/CVC5.o, dist/build/Data/SBV/Provers/CVC5.dyn_o ) [ 29 of 190] Compiling Data.SBV.Provers.CVC4 ( Data/SBV/Provers/CVC4.hs, dist/build/Data/SBV/Provers/CVC4.o, dist/build/Data/SBV/Provers/CVC4.dyn_o ) [ 30 of 190] Compiling Data.SBV.Provers.Boolector ( Data/SBV/Provers/Boolector.hs, dist/build/Data/SBV/Provers/Boolector.o, dist/build/Data/SBV/Provers/Boolector.dyn_o ) [ 31 of 190] Compiling Data.SBV.Provers.Bitwuzla ( Data/SBV/Provers/Bitwuzla.hs, dist/build/Data/SBV/Provers/Bitwuzla.o, dist/build/Data/SBV/Provers/Bitwuzla.dyn_o ) [ 32 of 190] Compiling Data.SBV.Provers.ABC ( Data/SBV/Provers/ABC.hs, dist/build/Data/SBV/Provers/ABC.o, dist/build/Data/SBV/Provers/ABC.dyn_o ) [ 33 of 190] Compiling Data.SBV.Lambda ( Data/SBV/Lambda.hs, dist/build/Data/SBV/Lambda.o, dist/build/Data/SBV/Lambda.dyn_o ) [ 34 of 190] Compiling Data.SBV.Control.Utils ( Data/SBV/Control/Utils.hs, dist/build/Data/SBV/Control/Utils.o, dist/build/Data/SBV/Control/Utils.dyn_o ) [ 35 of 190] Compiling Data.SBV.Control.Query ( Data/SBV/Control/Query.hs, dist/build/Data/SBV/Control/Query.o, dist/build/Data/SBV/Control/Query.dyn_o ) [ 36 of 190] Compiling Data.SBV.Trans.Control ( Data/SBV/Trans/Control.hs, dist/build/Data/SBV/Trans/Control.o, dist/build/Data/SBV/Trans/Control.dyn_o ) [ 37 of 190] Compiling Data.SBV.Provers.Prover ( Data/SBV/Provers/Prover.hs, dist/build/Data/SBV/Provers/Prover.o, dist/build/Data/SBV/Provers/Prover.dyn_o ) [ 38 of 190] Compiling Data.SBV.Tools.GenTest ( Data/SBV/Tools/GenTest.hs, dist/build/Data/SBV/Tools/GenTest.o, dist/build/Data/SBV/Tools/GenTest.dyn_o ) [ 39 of 190] Compiling Data.SBV.Core.Model ( Data/SBV/Core/Model.hs, dist/build/Data/SBV/Core/Model.o, dist/build/Data/SBV/Core/Model.dyn_o ) [ 40 of 190] Compiling Data.SBV.Tuple ( Data/SBV/Tuple.hs, dist/build/Data/SBV/Tuple.o, dist/build/Data/SBV/Tuple.dyn_o ) [ 41 of 190] Compiling Data.SBV.Tools.STree ( Data/SBV/Tools/STree.hs, dist/build/Data/SBV/Tools/STree.o, dist/build/Data/SBV/Tools/STree.dyn_o ) [ 42 of 190] Compiling Data.SBV.Tools.Polynomial ( Data/SBV/Tools/Polynomial.hs, dist/build/Data/SBV/Tools/Polynomial.o, dist/build/Data/SBV/Tools/Polynomial.dyn_o ) [ 43 of 190] Compiling Data.SBV.Tools.Overflow ( Data/SBV/Tools/Overflow.hs, dist/build/Data/SBV/Tools/Overflow.o, dist/build/Data/SBV/Tools/Overflow.dyn_o ) [ 44 of 190] Compiling Data.SBV.TP.Utils ( Data/SBV/TP/Utils.hs, dist/build/Data/SBV/TP/Utils.o, dist/build/Data/SBV/TP/Utils.dyn_o ) [ 45 of 190] Compiling Data.SBV.TP.Kernel ( Data/SBV/TP/Kernel.hs, dist/build/Data/SBV/TP/Kernel.o, dist/build/Data/SBV/TP/Kernel.dyn_o ) [ 46 of 190] Compiling Data.SBV.Set ( Data/SBV/Set.hs, dist/build/Data/SBV/Set.o, dist/build/Data/SBV/Set.dyn_o ) [ 47 of 190] Compiling Data.SBV.Rational ( Data/SBV/Rational.hs, dist/build/Data/SBV/Rational.o, dist/build/Data/SBV/Rational.dyn_o ) [ 48 of 190] Compiling Data.SBV.Maybe ( Data/SBV/Maybe.hs, dist/build/Data/SBV/Maybe.o, dist/build/Data/SBV/Maybe.dyn_o ) [ 49 of 190] Compiling Data.SBV.Either ( Data/SBV/Either.hs, dist/build/Data/SBV/Either.o, dist/build/Data/SBV/Either.dyn_o ) [ 50 of 190] Compiling Data.SBV.Core.Floating ( Data/SBV/Core/Floating.hs, dist/build/Data/SBV/Core/Floating.o, dist/build/Data/SBV/Core/Floating.dyn_o ) [ 51 of 190] Compiling Data.SBV.List ( Data/SBV/List.hs, dist/build/Data/SBV/List.o, dist/build/Data/SBV/List.dyn_o ) [ 52 of 190] Compiling Data.SBV.SEnum ( Data/SBV/SEnum.hs, dist/build/Data/SBV/SEnum.o, dist/build/Data/SBV/SEnum.dyn_o ) [ 53 of 190] Compiling Data.SBV.Char ( Data/SBV/Char.hs, dist/build/Data/SBV/Char.o, dist/build/Data/SBV/Char.dyn_o ) [ 54 of 190] Compiling Data.SBV.RegExp ( Data/SBV/RegExp.hs, dist/build/Data/SBV/RegExp.o, dist/build/Data/SBV/RegExp.dyn_o ) [ 55 of 190] Compiling Data.SBV.Client ( Data/SBV/Client.hs, dist/build/Data/SBV/Client.o, dist/build/Data/SBV/Client.dyn_o ) [ 56 of 190] Compiling Data.SBV.Trans ( Data/SBV/Trans.hs, dist/build/Data/SBV/Trans.o, dist/build/Data/SBV/Trans.dyn_o ) [ 57 of 190] Compiling Data.SBV.Control.BaseIO ( Data/SBV/Control/BaseIO.hs, dist/build/Data/SBV/Control/BaseIO.o, dist/build/Data/SBV/Control/BaseIO.dyn_o ) [ 58 of 190] Compiling Data.SBV.Control ( Data/SBV/Control.hs, dist/build/Data/SBV/Control.o, dist/build/Data/SBV/Control.dyn_o ) [ 59 of 190] Compiling Data.SBV.Compilers.CodeGen ( Data/SBV/Compilers/CodeGen.hs, dist/build/Data/SBV/Compilers/CodeGen.o, dist/build/Data/SBV/Compilers/CodeGen.dyn_o ) [ 60 of 190] Compiling Data.SBV.Compilers.C ( Data/SBV/Compilers/C.hs, dist/build/Data/SBV/Compilers/C.o, dist/build/Data/SBV/Compilers/C.dyn_o ) [ 61 of 190] Compiling Data.SBV.Tools.CodeGen ( Data/SBV/Tools/CodeGen.hs, dist/build/Data/SBV/Tools/CodeGen.o, dist/build/Data/SBV/Tools/CodeGen.dyn_o ) [ 62 of 190] Compiling Data.SBV.Internals ( Data/SBV/Internals.hs, dist/build/Data/SBV/Internals.o, dist/build/Data/SBV/Internals.dyn_o ) [ 63 of 190] Compiling Data.SBV.Client.BaseIO ( Data/SBV/Client/BaseIO.hs, dist/build/Data/SBV/Client/BaseIO.o, dist/build/Data/SBV/Client/BaseIO.dyn_o ) [ 64 of 190] Compiling Data.SBV ( Data/SBV.hs, dist/build/Data/SBV.o, dist/build/Data/SBV.dyn_o ) [ 65 of 190] Compiling Data.SBV.Tools.WeakestPreconditions ( Data/SBV/Tools/WeakestPreconditions.hs, dist/build/Data/SBV/Tools/WeakestPreconditions.o, dist/build/Data/SBV/Tools/WeakestPreconditions.dyn_o ) [ 66 of 190] Compiling Data.SBV.Tools.Range ( Data/SBV/Tools/Range.hs, dist/build/Data/SBV/Tools/Range.o, dist/build/Data/SBV/Tools/Range.dyn_o ) [ 67 of 190] Compiling Data.SBV.Tools.Induction ( Data/SBV/Tools/Induction.hs, dist/build/Data/SBV/Tools/Induction.o, dist/build/Data/SBV/Tools/Induction.dyn_o ) [ 68 of 190] Compiling Data.SBV.Tools.BVOptimize ( Data/SBV/Tools/BVOptimize.hs, dist/build/Data/SBV/Tools/BVOptimize.o, dist/build/Data/SBV/Tools/BVOptimize.dyn_o ) [ 69 of 190] Compiling Data.SBV.Tools.BMC ( Data/SBV/Tools/BMC.hs, dist/build/Data/SBV/Tools/BMC.o, dist/build/Data/SBV/Tools/BMC.dyn_o ) [ 70 of 190] Compiling Data.SBV.TP.TP ( Data/SBV/TP/TP.hs, dist/build/Data/SBV/TP/TP.o, dist/build/Data/SBV/TP/TP.dyn_o ) [ 71 of 190] Compiling Data.SBV.TP ( Data/SBV/TP.hs, dist/build/Data/SBV/TP.o, dist/build/Data/SBV/TP.dyn_o ) [ 72 of 190] Compiling Data.SBV.TP.List ( Data/SBV/TP/List.hs, dist/build/Data/SBV/TP/List.o, dist/build/Data/SBV/TP/List.dyn_o ) [ 73 of 190] Compiling Data.SBV.Dynamic ( Data/SBV/Dynamic.hs, dist/build/Data/SBV/Dynamic.o, dist/build/Data/SBV/Dynamic.dyn_o ) [ 74 of 190] Compiling Documentation.SBV.Examples.BitPrecise.BitTricks ( Documentation/SBV/Examples/BitPrecise/BitTricks.hs, dist/build/Documentation/SBV/Examples/BitPrecise/BitTricks.o, dist/build/Documentation/SBV/Examples/BitPrecise/BitTricks.dyn_o ) [ 75 of 190] Compiling Documentation.SBV.Examples.BitPrecise.BrokenSearch ( Documentation/SBV/Examples/BitPrecise/BrokenSearch.hs, dist/build/Documentation/SBV/Examples/BitPrecise/BrokenSearch.o, dist/build/Documentation/SBV/Examples/BitPrecise/BrokenSearch.dyn_o ) [ 76 of 190] Compiling Documentation.SBV.Examples.BitPrecise.Legato ( Documentation/SBV/Examples/BitPrecise/Legato.hs, dist/build/Documentation/SBV/Examples/BitPrecise/Legato.o, dist/build/Documentation/SBV/Examples/BitPrecise/Legato.dyn_o ) [ 77 of 190] Compiling Documentation.SBV.Examples.BitPrecise.MergeSort ( Documentation/SBV/Examples/BitPrecise/MergeSort.hs, dist/build/Documentation/SBV/Examples/BitPrecise/MergeSort.o, dist/build/Documentation/SBV/Examples/BitPrecise/MergeSort.dyn_o ) [ 78 of 190] Compiling Documentation.SBV.Examples.BitPrecise.PEXT_PDEP ( Documentation/SBV/Examples/BitPrecise/PEXT_PDEP.hs, dist/build/Documentation/SBV/Examples/BitPrecise/PEXT_PDEP.o, dist/build/Documentation/SBV/Examples/BitPrecise/PEXT_PDEP.dyn_o ) [ 79 of 190] Compiling Documentation.SBV.Examples.BitPrecise.PrefixSum ( Documentation/SBV/Examples/BitPrecise/PrefixSum.hs, dist/build/Documentation/SBV/Examples/BitPrecise/PrefixSum.o, dist/build/Documentation/SBV/Examples/BitPrecise/PrefixSum.dyn_o ) [ 80 of 190] Compiling Documentation.SBV.Examples.CodeGeneration.AddSub ( Documentation/SBV/Examples/CodeGeneration/AddSub.hs, dist/build/Documentation/SBV/Examples/CodeGeneration/AddSub.o, dist/build/Documentation/SBV/Examples/CodeGeneration/AddSub.dyn_o ) [ 81 of 190] Compiling Documentation.SBV.Examples.CodeGeneration.CRC_USB5 ( Documentation/SBV/Examples/CodeGeneration/CRC_USB5.hs, dist/build/Documentation/SBV/Examples/CodeGeneration/CRC_USB5.o, dist/build/Documentation/SBV/Examples/CodeGeneration/CRC_USB5.dyn_o ) [ 82 of 190] Compiling Documentation.SBV.Examples.CodeGeneration.Fibonacci ( Documentation/SBV/Examples/CodeGeneration/Fibonacci.hs, dist/build/Documentation/SBV/Examples/CodeGeneration/Fibonacci.o, dist/build/Documentation/SBV/Examples/CodeGeneration/Fibonacci.dyn_o ) [ 83 of 190] Compiling Documentation.SBV.Examples.CodeGeneration.GCD ( Documentation/SBV/Examples/CodeGeneration/GCD.hs, dist/build/Documentation/SBV/Examples/CodeGeneration/GCD.o, dist/build/Documentation/SBV/Examples/CodeGeneration/GCD.dyn_o ) [ 84 of 190] Compiling Documentation.SBV.Examples.CodeGeneration.PopulationCount ( Documentation/SBV/Examples/CodeGeneration/PopulationCount.hs, dist/build/Documentation/SBV/Examples/CodeGeneration/PopulationCount.o, dist/build/Documentation/SBV/Examples/CodeGeneration/PopulationCount.dyn_o ) [ 85 of 190] Compiling Documentation.SBV.Examples.CodeGeneration.Uninterpreted ( Documentation/SBV/Examples/CodeGeneration/Uninterpreted.hs, dist/build/Documentation/SBV/Examples/CodeGeneration/Uninterpreted.o, dist/build/Documentation/SBV/Examples/CodeGeneration/Uninterpreted.dyn_o ) [ 86 of 190] Compiling Documentation.SBV.Examples.Crypto.AES ( Documentation/SBV/Examples/Crypto/AES.hs, dist/build/Documentation/SBV/Examples/Crypto/AES.o, dist/build/Documentation/SBV/Examples/Crypto/AES.dyn_o ) [ 87 of 190] Compiling Documentation.SBV.Examples.Crypto.Prince ( Documentation/SBV/Examples/Crypto/Prince.hs, dist/build/Documentation/SBV/Examples/Crypto/Prince.o, dist/build/Documentation/SBV/Examples/Crypto/Prince.dyn_o ) [ 88 of 190] Compiling Documentation.SBV.Examples.Crypto.RC4 ( Documentation/SBV/Examples/Crypto/RC4.hs, dist/build/Documentation/SBV/Examples/Crypto/RC4.o, dist/build/Documentation/SBV/Examples/Crypto/RC4.dyn_o ) [ 89 of 190] Compiling Documentation.SBV.Examples.Crypto.SHA ( Documentation/SBV/Examples/Crypto/SHA.hs, dist/build/Documentation/SBV/Examples/Crypto/SHA.o, dist/build/Documentation/SBV/Examples/Crypto/SHA.dyn_o ) [ 90 of 190] Compiling Documentation.SBV.Examples.DeltaSat.DeltaSat ( Documentation/SBV/Examples/DeltaSat/DeltaSat.hs, dist/build/Documentation/SBV/Examples/DeltaSat/DeltaSat.o, dist/build/Documentation/SBV/Examples/DeltaSat/DeltaSat.dyn_o ) [ 91 of 190] Compiling Documentation.SBV.Examples.Existentials.Diophantine ( Documentation/SBV/Examples/Existentials/Diophantine.hs, dist/build/Documentation/SBV/Examples/Existentials/Diophantine.o, dist/build/Documentation/SBV/Examples/Existentials/Diophantine.dyn_o ) [ 92 of 190] Compiling Documentation.SBV.Examples.Lists.BoundedMutex ( Documentation/SBV/Examples/Lists/BoundedMutex.hs, dist/build/Documentation/SBV/Examples/Lists/BoundedMutex.o, dist/build/Documentation/SBV/Examples/Lists/BoundedMutex.dyn_o ) [ 93 of 190] Compiling Documentation.SBV.Examples.Lists.CountOutAndTransfer ( Documentation/SBV/Examples/Lists/CountOutAndTransfer.hs, dist/build/Documentation/SBV/Examples/Lists/CountOutAndTransfer.o, dist/build/Documentation/SBV/Examples/Lists/CountOutAndTransfer.dyn_o ) [ 94 of 190] Compiling Documentation.SBV.Examples.Lists.Fibonacci ( Documentation/SBV/Examples/Lists/Fibonacci.hs, dist/build/Documentation/SBV/Examples/Lists/Fibonacci.o, dist/build/Documentation/SBV/Examples/Lists/Fibonacci.dyn_o ) [ 95 of 190] Compiling Documentation.SBV.Examples.Misc.Auxiliary ( Documentation/SBV/Examples/Misc/Auxiliary.hs, dist/build/Documentation/SBV/Examples/Misc/Auxiliary.o, dist/build/Documentation/SBV/Examples/Misc/Auxiliary.dyn_o ) [ 96 of 190] Compiling Documentation.SBV.Examples.Misc.Definitions ( Documentation/SBV/Examples/Misc/Definitions.hs, dist/build/Documentation/SBV/Examples/Misc/Definitions.o, dist/build/Documentation/SBV/Examples/Misc/Definitions.dyn_o ) [ 97 of 190] Compiling Documentation.SBV.Examples.Misc.Enumerate ( Documentation/SBV/Examples/Misc/Enumerate.hs, dist/build/Documentation/SBV/Examples/Misc/Enumerate.o, dist/build/Documentation/SBV/Examples/Misc/Enumerate.dyn_o ) [ 98 of 190] Compiling Documentation.SBV.Examples.Misc.FirstOrderLogic ( Documentation/SBV/Examples/Misc/FirstOrderLogic.hs, dist/build/Documentation/SBV/Examples/Misc/FirstOrderLogic.o, dist/build/Documentation/SBV/Examples/Misc/FirstOrderLogic.dyn_o ) [ 99 of 190] Compiling Documentation.SBV.Examples.Misc.Floating ( Documentation/SBV/Examples/Misc/Floating.hs, dist/build/Documentation/SBV/Examples/Misc/Floating.o, dist/build/Documentation/SBV/Examples/Misc/Floating.dyn_o ) [100 of 190] Compiling Documentation.SBV.Examples.Misc.LambdaArray ( Documentation/SBV/Examples/Misc/LambdaArray.hs, dist/build/Documentation/SBV/Examples/Misc/LambdaArray.o, dist/build/Documentation/SBV/Examples/Misc/LambdaArray.dyn_o ) [101 of 190] Compiling Documentation.SBV.Examples.Misc.ModelExtract ( Documentation/SBV/Examples/Misc/ModelExtract.hs, dist/build/Documentation/SBV/Examples/Misc/ModelExtract.o, dist/build/Documentation/SBV/Examples/Misc/ModelExtract.dyn_o ) [102 of 190] Compiling Documentation.SBV.Examples.Misc.NestedArray ( Documentation/SBV/Examples/Misc/NestedArray.hs, dist/build/Documentation/SBV/Examples/Misc/NestedArray.o, dist/build/Documentation/SBV/Examples/Misc/NestedArray.dyn_o ) [103 of 190] Compiling Documentation.SBV.Examples.Misc.Newtypes ( Documentation/SBV/Examples/Misc/Newtypes.hs, dist/build/Documentation/SBV/Examples/Misc/Newtypes.o, dist/build/Documentation/SBV/Examples/Misc/Newtypes.dyn_o ) [104 of 190] Compiling Documentation.SBV.Examples.Misc.NoDiv0 ( Documentation/SBV/Examples/Misc/NoDiv0.hs, dist/build/Documentation/SBV/Examples/Misc/NoDiv0.o, dist/build/Documentation/SBV/Examples/Misc/NoDiv0.dyn_o ) [105 of 190] Compiling Documentation.SBV.Examples.Misc.Polynomials ( Documentation/SBV/Examples/Misc/Polynomials.hs, dist/build/Documentation/SBV/Examples/Misc/Polynomials.o, dist/build/Documentation/SBV/Examples/Misc/Polynomials.dyn_o ) [106 of 190] Compiling Documentation.SBV.Examples.Misc.ProgramPaths ( Documentation/SBV/Examples/Misc/ProgramPaths.hs, dist/build/Documentation/SBV/Examples/Misc/ProgramPaths.o, dist/build/Documentation/SBV/Examples/Misc/ProgramPaths.dyn_o ) [107 of 190] Compiling Documentation.SBV.Examples.Misc.SetAlgebra ( Documentation/SBV/Examples/Misc/SetAlgebra.hs, dist/build/Documentation/SBV/Examples/Misc/SetAlgebra.o, dist/build/Documentation/SBV/Examples/Misc/SetAlgebra.dyn_o ) [108 of 190] Compiling Documentation.SBV.Examples.Misc.SoftConstrain ( Documentation/SBV/Examples/Misc/SoftConstrain.hs, dist/build/Documentation/SBV/Examples/Misc/SoftConstrain.o, dist/build/Documentation/SBV/Examples/Misc/SoftConstrain.dyn_o ) [109 of 190] Compiling Documentation.SBV.Examples.Misc.Tuple ( Documentation/SBV/Examples/Misc/Tuple.hs, dist/build/Documentation/SBV/Examples/Misc/Tuple.o, dist/build/Documentation/SBV/Examples/Misc/Tuple.dyn_o ) [110 of 190] Compiling Documentation.SBV.Examples.Optimization.Enumerate ( Documentation/SBV/Examples/Optimization/Enumerate.hs, dist/build/Documentation/SBV/Examples/Optimization/Enumerate.o, dist/build/Documentation/SBV/Examples/Optimization/Enumerate.dyn_o ) [111 of 190] Compiling Documentation.SBV.Examples.Optimization.ExtField ( Documentation/SBV/Examples/Optimization/ExtField.hs, dist/build/Documentation/SBV/Examples/Optimization/ExtField.o, dist/build/Documentation/SBV/Examples/Optimization/ExtField.dyn_o ) [112 of 190] Compiling Documentation.SBV.Examples.Optimization.LinearOpt ( Documentation/SBV/Examples/Optimization/LinearOpt.hs, dist/build/Documentation/SBV/Examples/Optimization/LinearOpt.o, dist/build/Documentation/SBV/Examples/Optimization/LinearOpt.dyn_o ) [113 of 190] Compiling Documentation.SBV.Examples.Optimization.Production ( Documentation/SBV/Examples/Optimization/Production.hs, dist/build/Documentation/SBV/Examples/Optimization/Production.o, dist/build/Documentation/SBV/Examples/Optimization/Production.dyn_o ) [114 of 190] Compiling Documentation.SBV.Examples.Optimization.VM ( Documentation/SBV/Examples/Optimization/VM.hs, dist/build/Documentation/SBV/Examples/Optimization/VM.o, dist/build/Documentation/SBV/Examples/Optimization/VM.dyn_o ) [115 of 190] Compiling Documentation.SBV.Examples.ProofTools.AddHorn ( Documentation/SBV/Examples/ProofTools/AddHorn.hs, dist/build/Documentation/SBV/Examples/ProofTools/AddHorn.o, dist/build/Documentation/SBV/Examples/ProofTools/AddHorn.dyn_o ) [116 of 190] Compiling Documentation.SBV.Examples.ProofTools.BMC ( Documentation/SBV/Examples/ProofTools/BMC.hs, dist/build/Documentation/SBV/Examples/ProofTools/BMC.o, dist/build/Documentation/SBV/Examples/ProofTools/BMC.dyn_o ) [117 of 190] Compiling Documentation.SBV.Examples.ProofTools.Fibonacci ( Documentation/SBV/Examples/ProofTools/Fibonacci.hs, dist/build/Documentation/SBV/Examples/ProofTools/Fibonacci.o, dist/build/Documentation/SBV/Examples/ProofTools/Fibonacci.dyn_o ) [118 of 190] Compiling Documentation.SBV.Examples.ProofTools.Strengthen ( Documentation/SBV/Examples/ProofTools/Strengthen.hs, dist/build/Documentation/SBV/Examples/ProofTools/Strengthen.o, dist/build/Documentation/SBV/Examples/ProofTools/Strengthen.dyn_o ) [119 of 190] Compiling Documentation.SBV.Examples.ProofTools.Sum ( Documentation/SBV/Examples/ProofTools/Sum.hs, dist/build/Documentation/SBV/Examples/ProofTools/Sum.o, dist/build/Documentation/SBV/Examples/ProofTools/Sum.dyn_o ) [120 of 190] Compiling Documentation.SBV.Examples.Puzzles.AOC_2021_24 ( Documentation/SBV/Examples/Puzzles/AOC_2021_24.hs, dist/build/Documentation/SBV/Examples/Puzzles/AOC_2021_24.o, dist/build/Documentation/SBV/Examples/Puzzles/AOC_2021_24.dyn_o ) [121 of 190] Compiling Documentation.SBV.Examples.Puzzles.Birthday ( Documentation/SBV/Examples/Puzzles/Birthday.hs, dist/build/Documentation/SBV/Examples/Puzzles/Birthday.o, dist/build/Documentation/SBV/Examples/Puzzles/Birthday.dyn_o ) [122 of 190] Compiling Documentation.SBV.Examples.Puzzles.Coins ( Documentation/SBV/Examples/Puzzles/Coins.hs, dist/build/Documentation/SBV/Examples/Puzzles/Coins.o, dist/build/Documentation/SBV/Examples/Puzzles/Coins.dyn_o ) [123 of 190] Compiling Documentation.SBV.Examples.Puzzles.Counts ( Documentation/SBV/Examples/Puzzles/Counts.hs, dist/build/Documentation/SBV/Examples/Puzzles/Counts.o, dist/build/Documentation/SBV/Examples/Puzzles/Counts.dyn_o ) [124 of 190] Compiling Documentation.SBV.Examples.Puzzles.DieHard ( Documentation/SBV/Examples/Puzzles/DieHard.hs, dist/build/Documentation/SBV/Examples/Puzzles/DieHard.o, dist/build/Documentation/SBV/Examples/Puzzles/DieHard.dyn_o ) [125 of 190] Compiling Documentation.SBV.Examples.Puzzles.DogCatMouse ( Documentation/SBV/Examples/Puzzles/DogCatMouse.hs, dist/build/Documentation/SBV/Examples/Puzzles/DogCatMouse.o, dist/build/Documentation/SBV/Examples/Puzzles/DogCatMouse.dyn_o ) [126 of 190] Compiling Documentation.SBV.Examples.Puzzles.Drinker ( Documentation/SBV/Examples/Puzzles/Drinker.hs, dist/build/Documentation/SBV/Examples/Puzzles/Drinker.o, dist/build/Documentation/SBV/Examples/Puzzles/Drinker.dyn_o ) [127 of 190] Compiling Documentation.SBV.Examples.Puzzles.Euler185 ( Documentation/SBV/Examples/Puzzles/Euler185.hs, dist/build/Documentation/SBV/Examples/Puzzles/Euler185.o, dist/build/Documentation/SBV/Examples/Puzzles/Euler185.dyn_o ) [128 of 190] Compiling Documentation.SBV.Examples.Puzzles.Fish ( Documentation/SBV/Examples/Puzzles/Fish.hs, dist/build/Documentation/SBV/Examples/Puzzles/Fish.o, dist/build/Documentation/SBV/Examples/Puzzles/Fish.dyn_o ) [129 of 190] Compiling Documentation.SBV.Examples.Puzzles.Garden ( Documentation/SBV/Examples/Puzzles/Garden.hs, dist/build/Documentation/SBV/Examples/Puzzles/Garden.o, dist/build/Documentation/SBV/Examples/Puzzles/Garden.dyn_o ) [130 of 190] Compiling Documentation.SBV.Examples.Puzzles.HexPuzzle ( Documentation/SBV/Examples/Puzzles/HexPuzzle.hs, dist/build/Documentation/SBV/Examples/Puzzles/HexPuzzle.o, dist/build/Documentation/SBV/Examples/Puzzles/HexPuzzle.dyn_o ) [131 of 190] Compiling Documentation.SBV.Examples.Puzzles.Jugs ( Documentation/SBV/Examples/Puzzles/Jugs.hs, dist/build/Documentation/SBV/Examples/Puzzles/Jugs.o, dist/build/Documentation/SBV/Examples/Puzzles/Jugs.dyn_o ) [132 of 190] Compiling Documentation.SBV.Examples.Puzzles.KnightsAndKnaves ( Documentation/SBV/Examples/Puzzles/KnightsAndKnaves.hs, dist/build/Documentation/SBV/Examples/Puzzles/KnightsAndKnaves.o, dist/build/Documentation/SBV/Examples/Puzzles/KnightsAndKnaves.dyn_o ) [133 of 190] Compiling Documentation.SBV.Examples.Puzzles.LadyAndTigers ( Documentation/SBV/Examples/Puzzles/LadyAndTigers.hs, dist/build/Documentation/SBV/Examples/Puzzles/LadyAndTigers.o, dist/build/Documentation/SBV/Examples/Puzzles/LadyAndTigers.dyn_o ) [134 of 190] Compiling Documentation.SBV.Examples.Puzzles.MagicSquare ( Documentation/SBV/Examples/Puzzles/MagicSquare.hs, dist/build/Documentation/SBV/Examples/Puzzles/MagicSquare.o, dist/build/Documentation/SBV/Examples/Puzzles/MagicSquare.dyn_o ) [135 of 190] Compiling Documentation.SBV.Examples.Puzzles.Murder ( Documentation/SBV/Examples/Puzzles/Murder.hs, dist/build/Documentation/SBV/Examples/Puzzles/Murder.o, dist/build/Documentation/SBV/Examples/Puzzles/Murder.dyn_o ) [136 of 190] Compiling Documentation.SBV.Examples.Puzzles.NQueens ( Documentation/SBV/Examples/Puzzles/NQueens.hs, dist/build/Documentation/SBV/Examples/Puzzles/NQueens.o, dist/build/Documentation/SBV/Examples/Puzzles/NQueens.dyn_o ) [137 of 190] Compiling Documentation.SBV.Examples.Puzzles.Newspaper ( Documentation/SBV/Examples/Puzzles/Newspaper.hs, dist/build/Documentation/SBV/Examples/Puzzles/Newspaper.o, dist/build/Documentation/SBV/Examples/Puzzles/Newspaper.dyn_o ) [138 of 190] Compiling Documentation.SBV.Examples.Puzzles.Orangutans ( Documentation/SBV/Examples/Puzzles/Orangutans.hs, dist/build/Documentation/SBV/Examples/Puzzles/Orangutans.o, dist/build/Documentation/SBV/Examples/Puzzles/Orangutans.dyn_o ) [139 of 190] Compiling Documentation.SBV.Examples.Puzzles.Rabbits ( Documentation/SBV/Examples/Puzzles/Rabbits.hs, dist/build/Documentation/SBV/Examples/Puzzles/Rabbits.o, dist/build/Documentation/SBV/Examples/Puzzles/Rabbits.dyn_o ) [140 of 190] Compiling Documentation.SBV.Examples.Puzzles.SendMoreMoney ( Documentation/SBV/Examples/Puzzles/SendMoreMoney.hs, dist/build/Documentation/SBV/Examples/Puzzles/SendMoreMoney.o, dist/build/Documentation/SBV/Examples/Puzzles/SendMoreMoney.dyn_o ) [141 of 190] Compiling Documentation.SBV.Examples.Puzzles.Sudoku ( Documentation/SBV/Examples/Puzzles/Sudoku.hs, dist/build/Documentation/SBV/Examples/Puzzles/Sudoku.o, dist/build/Documentation/SBV/Examples/Puzzles/Sudoku.dyn_o ) [142 of 190] Compiling Documentation.SBV.Examples.Puzzles.Tower ( Documentation/SBV/Examples/Puzzles/Tower.hs, dist/build/Documentation/SBV/Examples/Puzzles/Tower.o, dist/build/Documentation/SBV/Examples/Puzzles/Tower.dyn_o ) [143 of 190] Compiling Documentation.SBV.Examples.Puzzles.U2Bridge ( Documentation/SBV/Examples/Puzzles/U2Bridge.hs, dist/build/Documentation/SBV/Examples/Puzzles/U2Bridge.o, dist/build/Documentation/SBV/Examples/Puzzles/U2Bridge.dyn_o ) [144 of 190] Compiling Documentation.SBV.Examples.Queries.Abducts ( Documentation/SBV/Examples/Queries/Abducts.hs, dist/build/Documentation/SBV/Examples/Queries/Abducts.o, dist/build/Documentation/SBV/Examples/Queries/Abducts.dyn_o ) [145 of 190] Compiling Documentation.SBV.Examples.Queries.AllSat ( Documentation/SBV/Examples/Queries/AllSat.hs, dist/build/Documentation/SBV/Examples/Queries/AllSat.o, dist/build/Documentation/SBV/Examples/Queries/AllSat.dyn_o ) [146 of 190] Compiling Documentation.SBV.Examples.Queries.CaseSplit ( Documentation/SBV/Examples/Queries/CaseSplit.hs, dist/build/Documentation/SBV/Examples/Queries/CaseSplit.o, dist/build/Documentation/SBV/Examples/Queries/CaseSplit.dyn_o ) [147 of 190] Compiling Documentation.SBV.Examples.Queries.Concurrency ( Documentation/SBV/Examples/Queries/Concurrency.hs, dist/build/Documentation/SBV/Examples/Queries/Concurrency.o, dist/build/Documentation/SBV/Examples/Queries/Concurrency.dyn_o ) [148 of 190] Compiling Documentation.SBV.Examples.Queries.Enums ( Documentation/SBV/Examples/Queries/Enums.hs, dist/build/Documentation/SBV/Examples/Queries/Enums.o, dist/build/Documentation/SBV/Examples/Queries/Enums.dyn_o ) [149 of 190] Compiling Documentation.SBV.Examples.Queries.FourFours ( Documentation/SBV/Examples/Queries/FourFours.hs, dist/build/Documentation/SBV/Examples/Queries/FourFours.o, dist/build/Documentation/SBV/Examples/Queries/FourFours.dyn_o ) [150 of 190] Compiling Documentation.SBV.Examples.Queries.GuessNumber ( Documentation/SBV/Examples/Queries/GuessNumber.hs, dist/build/Documentation/SBV/Examples/Queries/GuessNumber.o, dist/build/Documentation/SBV/Examples/Queries/GuessNumber.dyn_o ) [151 of 190] Compiling Documentation.SBV.Examples.Queries.Interpolants ( Documentation/SBV/Examples/Queries/Interpolants.hs, dist/build/Documentation/SBV/Examples/Queries/Interpolants.o, dist/build/Documentation/SBV/Examples/Queries/Interpolants.dyn_o ) [152 of 190] Compiling Documentation.SBV.Examples.Queries.UnsatCore ( Documentation/SBV/Examples/Queries/UnsatCore.hs, dist/build/Documentation/SBV/Examples/Queries/UnsatCore.o, dist/build/Documentation/SBV/Examples/Queries/UnsatCore.dyn_o ) [153 of 190] Compiling Documentation.SBV.Examples.Strings.RegexCrossword ( Documentation/SBV/Examples/Strings/RegexCrossword.hs, dist/build/Documentation/SBV/Examples/Strings/RegexCrossword.o, dist/build/Documentation/SBV/Examples/Strings/RegexCrossword.dyn_o ) [154 of 190] Compiling Documentation.SBV.Examples.Strings.SQLInjection ( Documentation/SBV/Examples/Strings/SQLInjection.hs, dist/build/Documentation/SBV/Examples/Strings/SQLInjection.o, dist/build/Documentation/SBV/Examples/Strings/SQLInjection.dyn_o ) [155 of 190] Compiling Documentation.SBV.Examples.TP.Basics ( Documentation/SBV/Examples/TP/Basics.hs, dist/build/Documentation/SBV/Examples/TP/Basics.o, dist/build/Documentation/SBV/Examples/TP/Basics.dyn_o ) [156 of 190] Compiling Documentation.SBV.Examples.TP.BinarySearch ( Documentation/SBV/Examples/TP/BinarySearch.hs, dist/build/Documentation/SBV/Examples/TP/BinarySearch.o, dist/build/Documentation/SBV/Examples/TP/BinarySearch.dyn_o ) [157 of 190] Compiling Documentation.SBV.Examples.TP.CaseSplit ( Documentation/SBV/Examples/TP/CaseSplit.hs, dist/build/Documentation/SBV/Examples/TP/CaseSplit.o, dist/build/Documentation/SBV/Examples/TP/CaseSplit.dyn_o ) [158 of 190] Compiling Documentation.SBV.Examples.TP.Fibonacci ( Documentation/SBV/Examples/TP/Fibonacci.hs, dist/build/Documentation/SBV/Examples/TP/Fibonacci.o, dist/build/Documentation/SBV/Examples/TP/Fibonacci.dyn_o ) [159 of 190] Compiling Documentation.SBV.Examples.TP.Kleene ( Documentation/SBV/Examples/TP/Kleene.hs, dist/build/Documentation/SBV/Examples/TP/Kleene.o, dist/build/Documentation/SBV/Examples/TP/Kleene.dyn_o ) [160 of 190] Compiling Documentation.SBV.Examples.TP.Majority ( Documentation/SBV/Examples/TP/Majority.hs, dist/build/Documentation/SBV/Examples/TP/Majority.o, dist/build/Documentation/SBV/Examples/TP/Majority.dyn_o ) [161 of 190] Compiling Documentation.SBV.Examples.TP.McCarthy91 ( Documentation/SBV/Examples/TP/McCarthy91.hs, dist/build/Documentation/SBV/Examples/TP/McCarthy91.o, dist/build/Documentation/SBV/Examples/TP/McCarthy91.dyn_o ) [162 of 190] Compiling Documentation.SBV.Examples.TP.Numeric ( Documentation/SBV/Examples/TP/Numeric.hs, dist/build/Documentation/SBV/Examples/TP/Numeric.o, dist/build/Documentation/SBV/Examples/TP/Numeric.dyn_o ) [163 of 190] Compiling Documentation.SBV.Examples.TP.PowerMod ( Documentation/SBV/Examples/TP/PowerMod.hs, dist/build/Documentation/SBV/Examples/TP/PowerMod.o, dist/build/Documentation/SBV/Examples/TP/PowerMod.dyn_o ) [164 of 190] Compiling Documentation.SBV.Examples.TP.RevAcc ( Documentation/SBV/Examples/TP/RevAcc.hs, dist/build/Documentation/SBV/Examples/TP/RevAcc.o, dist/build/Documentation/SBV/Examples/TP/RevAcc.dyn_o ) [165 of 190] Compiling Documentation.SBV.Examples.TP.Reverse ( Documentation/SBV/Examples/TP/Reverse.hs, dist/build/Documentation/SBV/Examples/TP/Reverse.o, dist/build/Documentation/SBV/Examples/TP/Reverse.dyn_o ) [166 of 190] Compiling Documentation.SBV.Examples.TP.ShefferStroke ( Documentation/SBV/Examples/TP/ShefferStroke.hs, dist/build/Documentation/SBV/Examples/TP/ShefferStroke.o, dist/build/Documentation/SBV/Examples/TP/ShefferStroke.dyn_o ) [167 of 190] Compiling Documentation.SBV.Examples.TP.SortHelpers ( Documentation/SBV/Examples/TP/SortHelpers.hs, dist/build/Documentation/SBV/Examples/TP/SortHelpers.o, dist/build/Documentation/SBV/Examples/TP/SortHelpers.dyn_o ) [168 of 190] Compiling Documentation.SBV.Examples.TP.QuickSort ( Documentation/SBV/Examples/TP/QuickSort.hs, dist/build/Documentation/SBV/Examples/TP/QuickSort.o, dist/build/Documentation/SBV/Examples/TP/QuickSort.dyn_o ) [169 of 190] Compiling Documentation.SBV.Examples.TP.MergeSort ( Documentation/SBV/Examples/TP/MergeSort.hs, dist/build/Documentation/SBV/Examples/TP/MergeSort.o, dist/build/Documentation/SBV/Examples/TP/MergeSort.dyn_o ) [170 of 190] Compiling Documentation.SBV.Examples.TP.InsertionSort ( Documentation/SBV/Examples/TP/InsertionSort.hs, dist/build/Documentation/SBV/Examples/TP/InsertionSort.o, dist/build/Documentation/SBV/Examples/TP/InsertionSort.dyn_o ) [171 of 190] Compiling Documentation.SBV.Examples.TP.Sqrt2IsIrrational ( Documentation/SBV/Examples/TP/Sqrt2IsIrrational.hs, dist/build/Documentation/SBV/Examples/TP/Sqrt2IsIrrational.o, dist/build/Documentation/SBV/Examples/TP/Sqrt2IsIrrational.dyn_o ) [172 of 190] Compiling Documentation.SBV.Examples.TP.StrongInduction ( Documentation/SBV/Examples/TP/StrongInduction.hs, dist/build/Documentation/SBV/Examples/TP/StrongInduction.o, dist/build/Documentation/SBV/Examples/TP/StrongInduction.dyn_o ) [173 of 190] Compiling Documentation.SBV.Examples.TP.SumReverse ( Documentation/SBV/Examples/TP/SumReverse.hs, dist/build/Documentation/SBV/Examples/TP/SumReverse.o, dist/build/Documentation/SBV/Examples/TP/SumReverse.dyn_o ) [174 of 190] Compiling Documentation.SBV.Examples.TP.Tao ( Documentation/SBV/Examples/TP/Tao.hs, dist/build/Documentation/SBV/Examples/TP/Tao.o, dist/build/Documentation/SBV/Examples/TP/Tao.dyn_o ) [175 of 190] Compiling Documentation.SBV.Examples.Transformers.SymbolicEval ( Documentation/SBV/Examples/Transformers/SymbolicEval.hs, dist/build/Documentation/SBV/Examples/Transformers/SymbolicEval.o, dist/build/Documentation/SBV/Examples/Transformers/SymbolicEval.dyn_o ) [176 of 190] Compiling Documentation.SBV.Examples.Uninterpreted.AUF ( Documentation/SBV/Examples/Uninterpreted/AUF.hs, dist/build/Documentation/SBV/Examples/Uninterpreted/AUF.o, dist/build/Documentation/SBV/Examples/Uninterpreted/AUF.dyn_o ) [177 of 190] Compiling Documentation.SBV.Examples.Uninterpreted.Deduce ( Documentation/SBV/Examples/Uninterpreted/Deduce.hs, dist/build/Documentation/SBV/Examples/Uninterpreted/Deduce.o, dist/build/Documentation/SBV/Examples/Uninterpreted/Deduce.dyn_o ) [178 of 190] Compiling Documentation.SBV.Examples.Uninterpreted.Function ( Documentation/SBV/Examples/Uninterpreted/Function.hs, dist/build/Documentation/SBV/Examples/Uninterpreted/Function.o, dist/build/Documentation/SBV/Examples/Uninterpreted/Function.dyn_o ) [179 of 190] Compiling Documentation.SBV.Examples.Uninterpreted.Multiply ( Documentation/SBV/Examples/Uninterpreted/Multiply.hs, dist/build/Documentation/SBV/Examples/Uninterpreted/Multiply.o, dist/build/Documentation/SBV/Examples/Uninterpreted/Multiply.dyn_o ) [180 of 190] Compiling Documentation.SBV.Examples.Uninterpreted.Shannon ( Documentation/SBV/Examples/Uninterpreted/Shannon.hs, dist/build/Documentation/SBV/Examples/Uninterpreted/Shannon.o, dist/build/Documentation/SBV/Examples/Uninterpreted/Shannon.dyn_o ) [181 of 190] Compiling Documentation.SBV.Examples.Uninterpreted.Sort ( Documentation/SBV/Examples/Uninterpreted/Sort.hs, dist/build/Documentation/SBV/Examples/Uninterpreted/Sort.o, dist/build/Documentation/SBV/Examples/Uninterpreted/Sort.dyn_o ) [182 of 190] Compiling Documentation.SBV.Examples.Uninterpreted.UISortAllSat ( Documentation/SBV/Examples/Uninterpreted/UISortAllSat.hs, dist/build/Documentation/SBV/Examples/Uninterpreted/UISortAllSat.o, dist/build/Documentation/SBV/Examples/Uninterpreted/UISortAllSat.dyn_o ) [183 of 190] Compiling Documentation.SBV.Examples.WeakestPreconditions.Append ( Documentation/SBV/Examples/WeakestPreconditions/Append.hs, dist/build/Documentation/SBV/Examples/WeakestPreconditions/Append.o, dist/build/Documentation/SBV/Examples/WeakestPreconditions/Append.dyn_o ) [184 of 190] Compiling Documentation.SBV.Examples.WeakestPreconditions.Basics ( Documentation/SBV/Examples/WeakestPreconditions/Basics.hs, dist/build/Documentation/SBV/Examples/WeakestPreconditions/Basics.o, dist/build/Documentation/SBV/Examples/WeakestPreconditions/Basics.dyn_o ) [185 of 190] Compiling Documentation.SBV.Examples.WeakestPreconditions.Fib ( Documentation/SBV/Examples/WeakestPreconditions/Fib.hs, dist/build/Documentation/SBV/Examples/WeakestPreconditions/Fib.o, dist/build/Documentation/SBV/Examples/WeakestPreconditions/Fib.dyn_o ) [186 of 190] Compiling Documentation.SBV.Examples.WeakestPreconditions.GCD ( Documentation/SBV/Examples/WeakestPreconditions/GCD.hs, dist/build/Documentation/SBV/Examples/WeakestPreconditions/GCD.o, dist/build/Documentation/SBV/Examples/WeakestPreconditions/GCD.dyn_o ) [187 of 190] Compiling Documentation.SBV.Examples.WeakestPreconditions.IntDiv ( Documentation/SBV/Examples/WeakestPreconditions/IntDiv.hs, dist/build/Documentation/SBV/Examples/WeakestPreconditions/IntDiv.o, dist/build/Documentation/SBV/Examples/WeakestPreconditions/IntDiv.dyn_o ) [188 of 190] Compiling Documentation.SBV.Examples.WeakestPreconditions.IntSqrt ( Documentation/SBV/Examples/WeakestPreconditions/IntSqrt.hs, dist/build/Documentation/SBV/Examples/WeakestPreconditions/IntSqrt.o, dist/build/Documentation/SBV/Examples/WeakestPreconditions/IntSqrt.dyn_o ) [189 of 190] Compiling Documentation.SBV.Examples.WeakestPreconditions.Length ( Documentation/SBV/Examples/WeakestPreconditions/Length.hs, dist/build/Documentation/SBV/Examples/WeakestPreconditions/Length.o, dist/build/Documentation/SBV/Examples/WeakestPreconditions/Length.dyn_o ) [190 of 190] Compiling Documentation.SBV.Examples.WeakestPreconditions.Sum ( Documentation/SBV/Examples/WeakestPreconditions/Sum.hs, dist/build/Documentation/SBV/Examples/WeakestPreconditions/Sum.o, dist/build/Documentation/SBV/Examples/WeakestPreconditions/Sum.dyn_o ) Preprocessing library for sbv-12.0.. Running Haddock on library for sbv-12.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 190] Compiling Data.SBV.Control.Types ( Data/SBV/Control/Types.hs, /tmp/ghc2331010_0/ghc_142.o, /tmp/ghc2331010_0/ghc_142.dyn_o ) [ 2 of 190] Compiling Data.SBV.Core.AlgReals ( Data/SBV/Core/AlgReals.hs, /tmp/ghc2331010_0/ghc_146.o, /tmp/ghc2331010_0/ghc_146.dyn_o ) [ 3 of 190] Compiling Data.SBV.SMT.SMTLibNames ( Data/SBV/SMT/SMTLibNames.hs, /tmp/ghc2331010_0/ghc_200.o, /tmp/ghc2331010_0/ghc_200.dyn_o ) [ 4 of 190] Compiling Data.SBV.Utils.ExtractIO ( Data/SBV/Utils/ExtractIO.hs, /tmp/ghc2331010_0/ghc_220.o, /tmp/ghc2331010_0/ghc_220.dyn_o ) [ 5 of 190] Compiling Data.SBV.Utils.Lib ( Data/SBV/Utils/Lib.hs, /tmp/ghc2331010_0/ghc_222.o, /tmp/ghc2331010_0/ghc_222.dyn_o ) [ 6 of 190] Compiling Data.SBV.Core.Kind ( Data/SBV/Core/Kind.hs, /tmp/ghc2331010_0/ghc_154.o, /tmp/ghc2331010_0/ghc_154.dyn_o ) [ 7 of 190] Compiling Data.SBV.Utils.Numeric ( Data/SBV/Utils/Numeric.hs, /tmp/ghc2331010_0/ghc_224.o, /tmp/ghc2331010_0/ghc_224.dyn_o ) [ 8 of 190] Compiling Data.SBV.Core.SizedFloats ( Data/SBV/Core/SizedFloats.hs, /tmp/ghc2331010_0/ghc_162.o, /tmp/ghc2331010_0/ghc_162.dyn_o ) [ 9 of 190] Compiling Data.SBV.Float ( Data/SBV/Float.hs, nothing ) [ 10 of 190] Compiling Data.SBV.Core.Concrete ( Data/SBV/Core/Concrete.hs, /tmp/ghc2331010_0/ghc_148.o, /tmp/ghc2331010_0/ghc_148.dyn_o ) [ 11 of 190] Compiling Data.SBV.Utils.TDiff ( Data/SBV/Utils/TDiff.hs, /tmp/ghc2331010_0/ghc_230.o, /tmp/ghc2331010_0/ghc_230.dyn_o ) [ 12 of 190] Compiling Data.SBV.Core.Symbolic ( Data/SBV/Core/Symbolic.hs, /tmp/ghc2331010_0/ghc_164.o, /tmp/ghc2331010_0/ghc_164.dyn_o ) [ 13 of 190] Compiling Data.SBV.Core.Operations ( Data/SBV/Core/Operations.hs, /tmp/ghc2331010_0/ghc_158.o, /tmp/ghc2331010_0/ghc_158.dyn_o ) [ 14 of 190] Compiling Data.SBV.Core.Sized ( Data/SBV/Core/Sized.hs, /tmp/ghc2331010_0/ghc_160.o, /tmp/ghc2331010_0/ghc_160.dyn_o ) [ 15 of 190] Compiling Data.SBV.Core.Data ( Data/SBV/Core/Data.hs, /tmp/ghc2331010_0/ghc_150.o, /tmp/ghc2331010_0/ghc_150.dyn_o ) [ 16 of 190] Compiling Data.SBV.Utils.SExpr ( Data/SBV/Utils/SExpr.hs, /tmp/ghc2331010_0/ghc_228.o, /tmp/ghc2331010_0/ghc_228.dyn_o ) [ 17 of 190] Compiling Data.SBV.Utils.PrettyNum ( Data/SBV/Utils/PrettyNum.hs, /tmp/ghc2331010_0/ghc_226.o, /tmp/ghc2331010_0/ghc_226.dyn_o ) [ 18 of 190] Compiling Data.SBV.Utils.CrackNum ( Data/SBV/Utils/CrackNum.hs, /tmp/ghc2331010_0/ghc_218.o, /tmp/ghc2331010_0/ghc_218.dyn_o ) [ 19 of 190] Compiling Data.SBV.SMT.Utils ( Data/SBV/SMT/Utils.hs, /tmp/ghc2331010_0/ghc_202.o, /tmp/ghc2331010_0/ghc_202.dyn_o ) [ 20 of 190] Compiling Data.SBV.SMT.SMTLib2 ( Data/SBV/SMT/SMTLib2.hs, /tmp/ghc2331010_0/ghc_198.o, /tmp/ghc2331010_0/ghc_198.dyn_o ) [ 21 of 190] Compiling Data.SBV.SMT.SMTLib ( Data/SBV/SMT/SMTLib.hs, /tmp/ghc2331010_0/ghc_196.o, /tmp/ghc2331010_0/ghc_196.dyn_o ) [ 22 of 190] Compiling Data.SBV.SMT.SMT ( Data/SBV/SMT/SMT.hs, /tmp/ghc2331010_0/ghc_194.o, /tmp/ghc2331010_0/ghc_194.dyn_o ) [ 23 of 190] Compiling Data.SBV.Provers.Z3 ( Data/SBV/Provers/Z3.hs, /tmp/ghc2331010_0/ghc_190.o, /tmp/ghc2331010_0/ghc_190.dyn_o ) [ 24 of 190] Compiling Data.SBV.Provers.Yices ( Data/SBV/Provers/Yices.hs, /tmp/ghc2331010_0/ghc_188.o, /tmp/ghc2331010_0/ghc_188.dyn_o ) [ 25 of 190] Compiling Data.SBV.Provers.OpenSMT ( Data/SBV/Provers/OpenSMT.hs, /tmp/ghc2331010_0/ghc_184.o, /tmp/ghc2331010_0/ghc_184.dyn_o ) [ 26 of 190] Compiling Data.SBV.Provers.MathSAT ( Data/SBV/Provers/MathSAT.hs, /tmp/ghc2331010_0/ghc_182.o, /tmp/ghc2331010_0/ghc_182.dyn_o ) [ 27 of 190] Compiling Data.SBV.Provers.DReal ( Data/SBV/Provers/DReal.hs, /tmp/ghc2331010_0/ghc_180.o, /tmp/ghc2331010_0/ghc_180.dyn_o ) [ 28 of 190] Compiling Data.SBV.Provers.CVC5 ( Data/SBV/Provers/CVC5.hs, /tmp/ghc2331010_0/ghc_178.o, /tmp/ghc2331010_0/ghc_178.dyn_o ) [ 29 of 190] Compiling Data.SBV.Provers.CVC4 ( Data/SBV/Provers/CVC4.hs, /tmp/ghc2331010_0/ghc_176.o, /tmp/ghc2331010_0/ghc_176.dyn_o ) [ 30 of 190] Compiling Data.SBV.Provers.Boolector ( Data/SBV/Provers/Boolector.hs, /tmp/ghc2331010_0/ghc_174.o, /tmp/ghc2331010_0/ghc_174.dyn_o ) [ 31 of 190] Compiling Data.SBV.Provers.Bitwuzla ( Data/SBV/Provers/Bitwuzla.hs, /tmp/ghc2331010_0/ghc_172.o, /tmp/ghc2331010_0/ghc_172.dyn_o ) [ 32 of 190] Compiling Data.SBV.Provers.ABC ( Data/SBV/Provers/ABC.hs, /tmp/ghc2331010_0/ghc_170.o, /tmp/ghc2331010_0/ghc_170.dyn_o ) [ 33 of 190] Compiling Data.SBV.Lambda ( Data/SBV/Lambda.hs, /tmp/ghc2331010_0/ghc_166.o, /tmp/ghc2331010_0/ghc_166.dyn_o ) [ 34 of 190] Compiling Data.SBV.Control.Utils ( Data/SBV/Control/Utils.hs, /tmp/ghc2331010_0/ghc_144.o, /tmp/ghc2331010_0/ghc_144.dyn_o ) [ 35 of 190] Compiling Data.SBV.Control.Query ( Data/SBV/Control/Query.hs, /tmp/ghc2331010_0/ghc_140.o, /tmp/ghc2331010_0/ghc_140.dyn_o ) [ 36 of 190] Compiling Data.SBV.Trans.Control ( Data/SBV/Trans/Control.hs, /tmp/ghc2331010_0/ghc_214.o, /tmp/ghc2331010_0/ghc_214.dyn_o ) [ 37 of 190] Compiling Data.SBV.Provers.Prover ( Data/SBV/Provers/Prover.hs, /tmp/ghc2331010_0/ghc_186.o, /tmp/ghc2331010_0/ghc_186.dyn_o ) [ 38 of 190] Compiling Data.SBV.Tools.GenTest ( Data/SBV/Tools/GenTest.hs, nothing ) [ 39 of 190] Compiling Data.SBV.Core.Model ( Data/SBV/Core/Model.hs, /tmp/ghc2331010_0/ghc_156.o, /tmp/ghc2331010_0/ghc_156.dyn_o ) [ 40 of 190] Compiling Data.SBV.Tuple ( Data/SBV/Tuple.hs, /tmp/ghc2331010_0/ghc_216.o, /tmp/ghc2331010_0/ghc_216.dyn_o ) [ 41 of 190] Compiling Data.SBV.Tools.STree ( Data/SBV/Tools/STree.hs, nothing ) [ 42 of 190] Compiling Data.SBV.Tools.Polynomial ( Data/SBV/Tools/Polynomial.hs, nothing ) [ 43 of 190] Compiling Data.SBV.Tools.Overflow ( Data/SBV/Tools/Overflow.hs, nothing ) [ 44 of 190] Compiling Data.SBV.TP.Utils ( Data/SBV/TP/Utils.hs, /tmp/ghc2331010_0/ghc_210.o, /tmp/ghc2331010_0/ghc_210.dyn_o ) [ 45 of 190] Compiling Data.SBV.TP.Kernel ( Data/SBV/TP/Kernel.hs, /tmp/ghc2331010_0/ghc_206.o, /tmp/ghc2331010_0/ghc_206.dyn_o ) [ 46 of 190] Compiling Data.SBV.Set ( Data/SBV/Set.hs, nothing ) [ 47 of 190] Compiling Data.SBV.Rational ( Data/SBV/Rational.hs, nothing ) [ 48 of 190] Compiling Data.SBV.Maybe ( Data/SBV/Maybe.hs, nothing ) [ 49 of 190] Compiling Data.SBV.Either ( Data/SBV/Either.hs, nothing ) [ 50 of 190] Compiling Data.SBV.Core.Floating ( Data/SBV/Core/Floating.hs, /tmp/ghc2331010_0/ghc_152.o, /tmp/ghc2331010_0/ghc_152.dyn_o ) [ 51 of 190] Compiling Data.SBV.List ( Data/SBV/List.hs, /tmp/ghc2331010_0/ghc_168.o, /tmp/ghc2331010_0/ghc_168.dyn_o ) [ 52 of 190] Compiling Data.SBV.SEnum ( Data/SBV/SEnum.hs, /tmp/ghc2331010_0/ghc_192.o, /tmp/ghc2331010_0/ghc_192.dyn_o ) [ 53 of 190] Compiling Data.SBV.Char ( Data/SBV/Char.hs, nothing ) [ 54 of 190] Compiling Data.SBV.RegExp ( Data/SBV/RegExp.hs, nothing ) [ 55 of 190] Compiling Data.SBV.Client ( Data/SBV/Client.hs, /tmp/ghc2331010_0/ghc_132.o, /tmp/ghc2331010_0/ghc_132.dyn_o ) [ 56 of 190] Compiling Data.SBV.Trans ( Data/SBV/Trans.hs, nothing ) [ 57 of 190] Compiling Data.SBV.Control.BaseIO ( Data/SBV/Control/BaseIO.hs, /tmp/ghc2331010_0/ghc_138.o, /tmp/ghc2331010_0/ghc_138.dyn_o ) [ 58 of 190] Compiling Data.SBV.Control ( Data/SBV/Control.hs, /tmp/ghc2331010_0/ghc_136.o, /tmp/ghc2331010_0/ghc_136.dyn_o ) [ 59 of 190] Compiling Data.SBV.Compilers.CodeGen ( Data/SBV/Compilers/CodeGen.hs, nothing ) [ 60 of 190] Compiling Data.SBV.Compilers.C ( Data/SBV/Compilers/C.hs, nothing ) [ 61 of 190] Compiling Data.SBV.Tools.CodeGen ( Data/SBV/Tools/CodeGen.hs, nothing ) [ 62 of 190] Compiling Data.SBV.Internals ( Data/SBV/Internals.hs, nothing ) [ 63 of 190] Compiling Data.SBV.Client.BaseIO ( Data/SBV/Client/BaseIO.hs, /tmp/ghc2331010_0/ghc_134.o, /tmp/ghc2331010_0/ghc_134.dyn_o ) [ 64 of 190] Compiling Data.SBV ( Data/SBV.hs, /tmp/ghc2331010_0/ghc_130.o, /tmp/ghc2331010_0/ghc_130.dyn_o ) [ 65 of 190] Compiling Data.SBV.Tools.WeakestPreconditions ( Data/SBV/Tools/WeakestPreconditions.hs, nothing ) [ 66 of 190] Compiling Data.SBV.Tools.Range ( Data/SBV/Tools/Range.hs, nothing ) [ 67 of 190] Compiling Data.SBV.Tools.Induction ( Data/SBV/Tools/Induction.hs, nothing ) [ 68 of 190] Compiling Data.SBV.Tools.BVOptimize ( Data/SBV/Tools/BVOptimize.hs, nothing ) [ 69 of 190] Compiling Data.SBV.Tools.BMC ( Data/SBV/Tools/BMC.hs, /tmp/ghc2331010_0/ghc_212.o, /tmp/ghc2331010_0/ghc_212.dyn_o ) [ 70 of 190] Compiling Data.SBV.TP.TP ( Data/SBV/TP/TP.hs, /tmp/ghc2331010_0/ghc_208.o, /tmp/ghc2331010_0/ghc_208.dyn_o ) [ 71 of 190] Compiling Data.SBV.TP ( Data/SBV/TP.hs, /tmp/ghc2331010_0/ghc_204.o, /tmp/ghc2331010_0/ghc_204.dyn_o ) [ 72 of 190] Compiling Data.SBV.TP.List ( Data/SBV/TP/List.hs, nothing ) [ 73 of 190] Compiling Data.SBV.Dynamic ( Data/SBV/Dynamic.hs, nothing ) [ 74 of 190] Compiling Documentation.SBV.Examples.BitPrecise.BitTricks ( Documentation/SBV/Examples/BitPrecise/BitTricks.hs, nothing ) [ 75 of 190] Compiling Documentation.SBV.Examples.BitPrecise.BrokenSearch ( Documentation/SBV/Examples/BitPrecise/BrokenSearch.hs, nothing ) [ 76 of 190] Compiling Documentation.SBV.Examples.BitPrecise.Legato ( Documentation/SBV/Examples/BitPrecise/Legato.hs, nothing ) [ 77 of 190] Compiling Documentation.SBV.Examples.BitPrecise.MergeSort ( Documentation/SBV/Examples/BitPrecise/MergeSort.hs, nothing ) [ 78 of 190] Compiling Documentation.SBV.Examples.BitPrecise.PEXT_PDEP ( Documentation/SBV/Examples/BitPrecise/PEXT_PDEP.hs, nothing ) [ 79 of 190] Compiling Documentation.SBV.Examples.BitPrecise.PrefixSum ( Documentation/SBV/Examples/BitPrecise/PrefixSum.hs, nothing ) [ 80 of 190] Compiling Documentation.SBV.Examples.CodeGeneration.AddSub ( Documentation/SBV/Examples/CodeGeneration/AddSub.hs, nothing ) [ 81 of 190] Compiling Documentation.SBV.Examples.CodeGeneration.CRC_USB5 ( Documentation/SBV/Examples/CodeGeneration/CRC_USB5.hs, nothing ) [ 82 of 190] Compiling Documentation.SBV.Examples.CodeGeneration.Fibonacci ( Documentation/SBV/Examples/CodeGeneration/Fibonacci.hs, nothing ) [ 83 of 190] Compiling Documentation.SBV.Examples.CodeGeneration.GCD ( Documentation/SBV/Examples/CodeGeneration/GCD.hs, nothing ) [ 84 of 190] Compiling Documentation.SBV.Examples.CodeGeneration.PopulationCount ( Documentation/SBV/Examples/CodeGeneration/PopulationCount.hs, nothing ) [ 85 of 190] Compiling Documentation.SBV.Examples.CodeGeneration.Uninterpreted ( Documentation/SBV/Examples/CodeGeneration/Uninterpreted.hs, nothing ) [ 86 of 190] Compiling Documentation.SBV.Examples.Crypto.AES ( Documentation/SBV/Examples/Crypto/AES.hs, nothing ) [ 87 of 190] Compiling Documentation.SBV.Examples.Crypto.Prince ( Documentation/SBV/Examples/Crypto/Prince.hs, nothing ) [ 88 of 190] Compiling Documentation.SBV.Examples.Crypto.RC4 ( Documentation/SBV/Examples/Crypto/RC4.hs, nothing ) [ 89 of 190] Compiling Documentation.SBV.Examples.Crypto.SHA ( Documentation/SBV/Examples/Crypto/SHA.hs, nothing ) [ 90 of 190] Compiling Documentation.SBV.Examples.DeltaSat.DeltaSat ( Documentation/SBV/Examples/DeltaSat/DeltaSat.hs, nothing ) [ 91 of 190] Compiling Documentation.SBV.Examples.Existentials.Diophantine ( Documentation/SBV/Examples/Existentials/Diophantine.hs, nothing ) [ 92 of 190] Compiling Documentation.SBV.Examples.Lists.BoundedMutex ( Documentation/SBV/Examples/Lists/BoundedMutex.hs, nothing ) [ 93 of 190] Compiling Documentation.SBV.Examples.Lists.CountOutAndTransfer ( Documentation/SBV/Examples/Lists/CountOutAndTransfer.hs, nothing ) [ 94 of 190] Compiling Documentation.SBV.Examples.Lists.Fibonacci ( Documentation/SBV/Examples/Lists/Fibonacci.hs, nothing ) [ 95 of 190] Compiling Documentation.SBV.Examples.Misc.Auxiliary ( Documentation/SBV/Examples/Misc/Auxiliary.hs, nothing ) [ 96 of 190] Compiling Documentation.SBV.Examples.Misc.Definitions ( Documentation/SBV/Examples/Misc/Definitions.hs, nothing ) [ 97 of 190] Compiling Documentation.SBV.Examples.Misc.Enumerate ( Documentation/SBV/Examples/Misc/Enumerate.hs, nothing ) [ 98 of 190] Compiling Documentation.SBV.Examples.Misc.FirstOrderLogic ( Documentation/SBV/Examples/Misc/FirstOrderLogic.hs, nothing ) [ 99 of 190] Compiling Documentation.SBV.Examples.Misc.Floating ( Documentation/SBV/Examples/Misc/Floating.hs, nothing ) [100 of 190] Compiling Documentation.SBV.Examples.Misc.LambdaArray ( Documentation/SBV/Examples/Misc/LambdaArray.hs, nothing ) [101 of 190] Compiling Documentation.SBV.Examples.Misc.ModelExtract ( Documentation/SBV/Examples/Misc/ModelExtract.hs, nothing ) [102 of 190] Compiling Documentation.SBV.Examples.Misc.NestedArray ( Documentation/SBV/Examples/Misc/NestedArray.hs, nothing ) [103 of 190] Compiling Documentation.SBV.Examples.Misc.Newtypes ( Documentation/SBV/Examples/Misc/Newtypes.hs, nothing ) [104 of 190] Compiling Documentation.SBV.Examples.Misc.NoDiv0 ( Documentation/SBV/Examples/Misc/NoDiv0.hs, nothing ) [105 of 190] Compiling Documentation.SBV.Examples.Misc.Polynomials ( Documentation/SBV/Examples/Misc/Polynomials.hs, nothing ) [106 of 190] Compiling Documentation.SBV.Examples.Misc.ProgramPaths ( Documentation/SBV/Examples/Misc/ProgramPaths.hs, nothing ) [107 of 190] Compiling Documentation.SBV.Examples.Misc.SetAlgebra ( Documentation/SBV/Examples/Misc/SetAlgebra.hs, nothing ) [108 of 190] Compiling Documentation.SBV.Examples.Misc.SoftConstrain ( Documentation/SBV/Examples/Misc/SoftConstrain.hs, nothing ) [109 of 190] Compiling Documentation.SBV.Examples.Misc.Tuple ( Documentation/SBV/Examples/Misc/Tuple.hs, nothing ) [110 of 190] Compiling Documentation.SBV.Examples.Optimization.Enumerate ( Documentation/SBV/Examples/Optimization/Enumerate.hs, nothing ) [111 of 190] Compiling Documentation.SBV.Examples.Optimization.ExtField ( Documentation/SBV/Examples/Optimization/ExtField.hs, nothing ) [112 of 190] Compiling Documentation.SBV.Examples.Optimization.LinearOpt ( Documentation/SBV/Examples/Optimization/LinearOpt.hs, nothing ) [113 of 190] Compiling Documentation.SBV.Examples.Optimization.Production ( Documentation/SBV/Examples/Optimization/Production.hs, nothing ) [114 of 190] Compiling Documentation.SBV.Examples.Optimization.VM ( Documentation/SBV/Examples/Optimization/VM.hs, nothing ) [115 of 190] Compiling Documentation.SBV.Examples.ProofTools.AddHorn ( Documentation/SBV/Examples/ProofTools/AddHorn.hs, nothing ) [116 of 190] Compiling Documentation.SBV.Examples.ProofTools.BMC ( Documentation/SBV/Examples/ProofTools/BMC.hs, nothing ) [117 of 190] Compiling Documentation.SBV.Examples.ProofTools.Fibonacci ( Documentation/SBV/Examples/ProofTools/Fibonacci.hs, nothing ) [118 of 190] Compiling Documentation.SBV.Examples.ProofTools.Strengthen ( Documentation/SBV/Examples/ProofTools/Strengthen.hs, nothing ) [119 of 190] Compiling Documentation.SBV.Examples.ProofTools.Sum ( Documentation/SBV/Examples/ProofTools/Sum.hs, nothing ) [120 of 190] Compiling Documentation.SBV.Examples.Puzzles.AOC_2021_24 ( Documentation/SBV/Examples/Puzzles/AOC_2021_24.hs, nothing ) [121 of 190] Compiling Documentation.SBV.Examples.Puzzles.Birthday ( Documentation/SBV/Examples/Puzzles/Birthday.hs, nothing ) [122 of 190] Compiling Documentation.SBV.Examples.Puzzles.Coins ( Documentation/SBV/Examples/Puzzles/Coins.hs, nothing ) [123 of 190] Compiling Documentation.SBV.Examples.Puzzles.Counts ( Documentation/SBV/Examples/Puzzles/Counts.hs, nothing ) [124 of 190] Compiling Documentation.SBV.Examples.Puzzles.DieHard ( Documentation/SBV/Examples/Puzzles/DieHard.hs, nothing ) [125 of 190] Compiling Documentation.SBV.Examples.Puzzles.DogCatMouse ( Documentation/SBV/Examples/Puzzles/DogCatMouse.hs, nothing ) [126 of 190] Compiling Documentation.SBV.Examples.Puzzles.Drinker ( Documentation/SBV/Examples/Puzzles/Drinker.hs, nothing ) [127 of 190] Compiling Documentation.SBV.Examples.Puzzles.Euler185 ( Documentation/SBV/Examples/Puzzles/Euler185.hs, nothing ) [128 of 190] Compiling Documentation.SBV.Examples.Puzzles.Fish ( Documentation/SBV/Examples/Puzzles/Fish.hs, nothing ) [129 of 190] Compiling Documentation.SBV.Examples.Puzzles.Garden ( Documentation/SBV/Examples/Puzzles/Garden.hs, nothing ) [130 of 190] Compiling Documentation.SBV.Examples.Puzzles.HexPuzzle ( Documentation/SBV/Examples/Puzzles/HexPuzzle.hs, nothing ) [131 of 190] Compiling Documentation.SBV.Examples.Puzzles.Jugs ( Documentation/SBV/Examples/Puzzles/Jugs.hs, nothing ) [132 of 190] Compiling Documentation.SBV.Examples.Puzzles.KnightsAndKnaves ( Documentation/SBV/Examples/Puzzles/KnightsAndKnaves.hs, nothing ) [133 of 190] Compiling Documentation.SBV.Examples.Puzzles.LadyAndTigers ( Documentation/SBV/Examples/Puzzles/LadyAndTigers.hs, nothing ) [134 of 190] Compiling Documentation.SBV.Examples.Puzzles.MagicSquare ( Documentation/SBV/Examples/Puzzles/MagicSquare.hs, nothing ) [135 of 190] Compiling Documentation.SBV.Examples.Puzzles.Murder ( Documentation/SBV/Examples/Puzzles/Murder.hs, nothing ) [136 of 190] Compiling Documentation.SBV.Examples.Puzzles.NQueens ( Documentation/SBV/Examples/Puzzles/NQueens.hs, nothing ) [137 of 190] Compiling Documentation.SBV.Examples.Puzzles.Newspaper ( Documentation/SBV/Examples/Puzzles/Newspaper.hs, nothing ) [138 of 190] Compiling Documentation.SBV.Examples.Puzzles.Orangutans ( Documentation/SBV/Examples/Puzzles/Orangutans.hs, nothing ) [139 of 190] Compiling Documentation.SBV.Examples.Puzzles.Rabbits ( Documentation/SBV/Examples/Puzzles/Rabbits.hs, nothing ) [140 of 190] Compiling Documentation.SBV.Examples.Puzzles.SendMoreMoney ( Documentation/SBV/Examples/Puzzles/SendMoreMoney.hs, nothing ) [141 of 190] Compiling Documentation.SBV.Examples.Puzzles.Sudoku ( Documentation/SBV/Examples/Puzzles/Sudoku.hs, nothing ) [142 of 190] Compiling Documentation.SBV.Examples.Puzzles.Tower ( Documentation/SBV/Examples/Puzzles/Tower.hs, nothing ) [143 of 190] Compiling Documentation.SBV.Examples.Puzzles.U2Bridge ( Documentation/SBV/Examples/Puzzles/U2Bridge.hs, nothing ) [144 of 190] Compiling Documentation.SBV.Examples.Queries.Abducts ( Documentation/SBV/Examples/Queries/Abducts.hs, nothing ) [145 of 190] Compiling Documentation.SBV.Examples.Queries.AllSat ( Documentation/SBV/Examples/Queries/AllSat.hs, nothing ) [146 of 190] Compiling Documentation.SBV.Examples.Queries.CaseSplit ( Documentation/SBV/Examples/Queries/CaseSplit.hs, nothing ) [147 of 190] Compiling Documentation.SBV.Examples.Queries.Concurrency ( Documentation/SBV/Examples/Queries/Concurrency.hs, nothing ) [148 of 190] Compiling Documentation.SBV.Examples.Queries.Enums ( Documentation/SBV/Examples/Queries/Enums.hs, nothing ) [149 of 190] Compiling Documentation.SBV.Examples.Queries.FourFours ( Documentation/SBV/Examples/Queries/FourFours.hs, nothing ) [150 of 190] Compiling Documentation.SBV.Examples.Queries.GuessNumber ( Documentation/SBV/Examples/Queries/GuessNumber.hs, nothing ) [151 of 190] Compiling Documentation.SBV.Examples.Queries.Interpolants ( Documentation/SBV/Examples/Queries/Interpolants.hs, nothing ) [152 of 190] Compiling Documentation.SBV.Examples.Queries.UnsatCore ( Documentation/SBV/Examples/Queries/UnsatCore.hs, nothing ) [153 of 190] Compiling Documentation.SBV.Examples.Strings.RegexCrossword ( Documentation/SBV/Examples/Strings/RegexCrossword.hs, nothing ) [154 of 190] Compiling Documentation.SBV.Examples.Strings.SQLInjection ( Documentation/SBV/Examples/Strings/SQLInjection.hs, nothing ) [155 of 190] Compiling Documentation.SBV.Examples.TP.Basics ( Documentation/SBV/Examples/TP/Basics.hs, nothing ) [156 of 190] Compiling Documentation.SBV.Examples.TP.BinarySearch ( Documentation/SBV/Examples/TP/BinarySearch.hs, nothing ) [157 of 190] Compiling Documentation.SBV.Examples.TP.CaseSplit ( Documentation/SBV/Examples/TP/CaseSplit.hs, nothing ) [158 of 190] Compiling Documentation.SBV.Examples.TP.Fibonacci ( Documentation/SBV/Examples/TP/Fibonacci.hs, nothing ) [159 of 190] Compiling Documentation.SBV.Examples.TP.Kleene ( Documentation/SBV/Examples/TP/Kleene.hs, nothing ) [160 of 190] Compiling Documentation.SBV.Examples.TP.Majority ( Documentation/SBV/Examples/TP/Majority.hs, nothing ) [161 of 190] Compiling Documentation.SBV.Examples.TP.McCarthy91 ( Documentation/SBV/Examples/TP/McCarthy91.hs, nothing ) [162 of 190] Compiling Documentation.SBV.Examples.TP.Numeric ( Documentation/SBV/Examples/TP/Numeric.hs, nothing ) [163 of 190] Compiling Documentation.SBV.Examples.TP.PowerMod ( Documentation/SBV/Examples/TP/PowerMod.hs, nothing ) [164 of 190] Compiling Documentation.SBV.Examples.TP.RevAcc ( Documentation/SBV/Examples/TP/RevAcc.hs, nothing ) [165 of 190] Compiling Documentation.SBV.Examples.TP.Reverse ( Documentation/SBV/Examples/TP/Reverse.hs, nothing ) [166 of 190] Compiling Documentation.SBV.Examples.TP.ShefferStroke ( Documentation/SBV/Examples/TP/ShefferStroke.hs, nothing ) [167 of 190] Compiling Documentation.SBV.Examples.TP.SortHelpers ( Documentation/SBV/Examples/TP/SortHelpers.hs, nothing ) [168 of 190] Compiling Documentation.SBV.Examples.TP.QuickSort ( Documentation/SBV/Examples/TP/QuickSort.hs, nothing ) [169 of 190] Compiling Documentation.SBV.Examples.TP.MergeSort ( Documentation/SBV/Examples/TP/MergeSort.hs, nothing ) [170 of 190] Compiling Documentation.SBV.Examples.TP.InsertionSort ( Documentation/SBV/Examples/TP/InsertionSort.hs, nothing ) [171 of 190] Compiling Documentation.SBV.Examples.TP.Sqrt2IsIrrational ( Documentation/SBV/Examples/TP/Sqrt2IsIrrational.hs, nothing ) [172 of 190] Compiling Documentation.SBV.Examples.TP.StrongInduction ( Documentation/SBV/Examples/TP/StrongInduction.hs, nothing ) [173 of 190] Compiling Documentation.SBV.Examples.TP.SumReverse ( Documentation/SBV/Examples/TP/SumReverse.hs, nothing ) [174 of 190] Compiling Documentation.SBV.Examples.TP.Tao ( Documentation/SBV/Examples/TP/Tao.hs, nothing ) [175 of 190] Compiling Documentation.SBV.Examples.Transformers.SymbolicEval ( Documentation/SBV/Examples/Transformers/SymbolicEval.hs, nothing ) [176 of 190] Compiling Documentation.SBV.Examples.Uninterpreted.AUF ( Documentation/SBV/Examples/Uninterpreted/AUF.hs, nothing ) [177 of 190] Compiling Documentation.SBV.Examples.Uninterpreted.Deduce ( Documentation/SBV/Examples/Uninterpreted/Deduce.hs, nothing ) [178 of 190] Compiling Documentation.SBV.Examples.Uninterpreted.Function ( Documentation/SBV/Examples/Uninterpreted/Function.hs, nothing ) [179 of 190] Compiling Documentation.SBV.Examples.Uninterpreted.Multiply ( Documentation/SBV/Examples/Uninterpreted/Multiply.hs, nothing ) [180 of 190] Compiling Documentation.SBV.Examples.Uninterpreted.Shannon ( Documentation/SBV/Examples/Uninterpreted/Shannon.hs, nothing ) [181 of 190] Compiling Documentation.SBV.Examples.Uninterpreted.Sort ( Documentation/SBV/Examples/Uninterpreted/Sort.hs, nothing ) [182 of 190] Compiling Documentation.SBV.Examples.Uninterpreted.UISortAllSat ( Documentation/SBV/Examples/Uninterpreted/UISortAllSat.hs, nothing ) [183 of 190] Compiling Documentation.SBV.Examples.WeakestPreconditions.Append ( Documentation/SBV/Examples/WeakestPreconditions/Append.hs, nothing ) [184 of 190] Compiling Documentation.SBV.Examples.WeakestPreconditions.Basics ( Documentation/SBV/Examples/WeakestPreconditions/Basics.hs, nothing ) [185 of 190] Compiling Documentation.SBV.Examples.WeakestPreconditions.Fib ( Documentation/SBV/Examples/WeakestPreconditions/Fib.hs, nothing ) [186 of 190] Compiling Documentation.SBV.Examples.WeakestPreconditions.GCD ( Documentation/SBV/Examples/WeakestPreconditions/GCD.hs, nothing ) [187 of 190] Compiling Documentation.SBV.Examples.WeakestPreconditions.IntDiv ( Documentation/SBV/Examples/WeakestPreconditions/IntDiv.hs, nothing ) [188 of 190] Compiling Documentation.SBV.Examples.WeakestPreconditions.IntSqrt ( Documentation/SBV/Examples/WeakestPreconditions/IntSqrt.hs, nothing ) [189 of 190] Compiling Documentation.SBV.Examples.WeakestPreconditions.Length ( Documentation/SBV/Examples/WeakestPreconditions/Length.hs, nothing ) [190 of 190] Compiling Documentation.SBV.Examples.WeakestPreconditions.Sum ( Documentation/SBV/Examples/WeakestPreconditions/Sum.hs, nothing ) Haddock coverage: 100% ( 15 / 15) in 'Data.SBV.Float' 100% ( 65 / 65) in 'Data.SBV.Trans.Control' 100% ( 7 / 7) in 'Data.SBV.Tools.GenTest' 100% ( 23 / 23) in 'Data.SBV.Tuple' 100% ( 5 / 5) in 'Data.SBV.Tools.STree' 100% ( 8 / 8) in 'Data.SBV.Tools.Polynomial' 100% ( 9 / 9) in 'Data.SBV.Tools.Overflow' 100% ( 30 / 30) in 'Data.SBV.Set' 100% ( 3 / 3) in 'Data.SBV.Rational' 100% ( 15 / 15) in 'Data.SBV.Maybe' 100% ( 16 / 16) in 'Data.SBV.Either' 100% ( 71 / 71) in 'Data.SBV.List' 100% ( 35 / 35) in 'Data.SBV.Char' 100% ( 38 / 38) in 'Data.SBV.RegExp' 100% (286 /286) in 'Data.SBV.Trans' 100% ( 66 / 66) in 'Data.SBV.Control' 100% ( 34 / 34) in 'Data.SBV.Tools.CodeGen' 100% (294 /294) in 'Data.SBV.Internals' 100% (500 /500) in 'Data.SBV' 100% ( 23 / 23) in 'Data.SBV.Tools.WeakestPreconditions' 100% ( 7 / 7) in 'Data.SBV.Tools.Range' 100% ( 5 / 5) in 'Data.SBV.Tools.Induction' 100% ( 9 / 9) in 'Data.SBV.Tools.BVOptimize' 100% ( 5 / 5) in 'Data.SBV.Tools.BMC' 100% ( 63 / 63) in 'Data.SBV.TP' 100% ( 86 / 86) in 'Data.SBV.TP.List' 100% (188 /188) in 'Data.SBV.Dynamic' 100% ( 7 / 7) in 'Documentation.SBV.Examples.BitPrecise.BitTricks' 100% ( 7 / 7) in 'Documentation.SBV.Examples.BitPrecise.BrokenSearch' 100% ( 45 / 45) in 'Documentation.SBV.Examples.BitPrecise.Legato' 100% ( 13 / 13) in 'Documentation.SBV.Examples.BitPrecise.MergeSort' 100% ( 10 / 10) in 'Documentation.SBV.Examples.BitPrecise.PEXT_PDEP' 100% ( 14 / 14) in 'Documentation.SBV.Examples.BitPrecise.PrefixSum' 100% ( 3 / 3) in 'Documentation.SBV.Examples.CodeGeneration.AddSub' 100% ( 11 / 11) in 'Documentation.SBV.Examples.CodeGeneration.CRC_USB5' 100% ( 11 / 11) in 'Documentation.SBV.Examples.CodeGeneration.Fibonacci' 100% ( 9 / 9) in 'Documentation.SBV.Examples.CodeGeneration.GCD' 100% ( 11 / 11) in 'Documentation.SBV.Examples.CodeGeneration.PopulationCount' 100% ( 4 / 4) in 'Documentation.SBV.Examples.CodeGeneration.Uninterpreted' 100% ( 93 / 93) in 'Documentation.SBV.Examples.Crypto.AES' 100% ( 39 / 39) in 'Documentation.SBV.Examples.Crypto.Prince' 100% ( 19 / 19) in 'Documentation.SBV.Examples.Crypto.RC4' 100% ( 40 / 40) in 'Documentation.SBV.Examples.Crypto.SHA' 100% ( 2 / 2) in 'Documentation.SBV.Examples.DeltaSat.DeltaSat' 100% ( 9 / 9) in 'Documentation.SBV.Examples.Existentials.Diophantine' 100% ( 11 / 11) in 'Documentation.SBV.Examples.Lists.BoundedMutex' 100% ( 5 / 5) in 'Documentation.SBV.Examples.Lists.CountOutAndTransfer' 100% ( 3 / 3) in 'Documentation.SBV.Examples.Lists.Fibonacci' 100% ( 4 / 4) in 'Documentation.SBV.Examples.Misc.Auxiliary' 100% ( 19 / 19) in 'Documentation.SBV.Examples.Misc.Definitions' 100% ( 10 / 10) in 'Documentation.SBV.Examples.Misc.Enumerate' 100% ( 44 / 44) in 'Documentation.SBV.Examples.Misc.FirstOrderLogic' 100% ( 11 / 11) in 'Documentation.SBV.Examples.Misc.Floating' 100% ( 4 / 4) in 'Documentation.SBV.Examples.Misc.LambdaArray' 100% ( 3 / 3) in 'Documentation.SBV.Examples.Misc.ModelExtract' 100% ( 2 / 2) in 'Documentation.SBV.Examples.Misc.NestedArray' 100% ( 8 / 8) in 'Documentation.SBV.Examples.Misc.Newtypes' 100% ( 4 / 4) in 'Documentation.SBV.Examples.Misc.NoDiv0' 100% ( 8 / 8) in 'Documentation.SBV.Examples.Misc.Polynomials' 100% ( 6 / 6) in 'Documentation.SBV.Examples.Misc.ProgramPaths' 100% ( 34 / 34) in 'Documentation.SBV.Examples.Misc.SetAlgebra' 100% ( 2 / 2) in 'Documentation.SBV.Examples.Misc.SoftConstrain' 100% ( 3 / 3) in 'Documentation.SBV.Examples.Misc.Tuple' 100% ( 14 / 14) in 'Documentation.SBV.Examples.Optimization.Enumerate' 100% ( 2 / 2) in 'Documentation.SBV.Examples.Optimization.ExtField' 100% ( 2 / 2) in 'Documentation.SBV.Examples.Optimization.LinearOpt' 100% ( 2 / 2) in 'Documentation.SBV.Examples.Optimization.Production' 100% ( 2 / 2) in 'Documentation.SBV.Examples.Optimization.VM' 100% ( 9 / 9) in 'Documentation.SBV.Examples.ProofTools.AddHorn' 100% ( 8 / 8) in 'Documentation.SBV.Examples.ProofTools.BMC' 100% ( 4 / 4) in 'Documentation.SBV.Examples.ProofTools.Fibonacci' 100% ( 14 / 14) in 'Documentation.SBV.Examples.ProofTools.Strengthen' 100% ( 4 / 4) in 'Documentation.SBV.Examples.ProofTools.Sum' 100% ( 25 / 25) in 'Documentation.SBV.Examples.Puzzles.AOC_2021_24' 100% ( 22 / 22) in 'Documentation.SBV.Examples.Puzzles.Birthday' 100% ( 11 / 11) in 'Documentation.SBV.Examples.Puzzles.Coins' 100% ( 5 / 5) in 'Documentation.SBV.Examples.Puzzles.Counts' 100% ( 14 / 14) in 'Documentation.SBV.Examples.Puzzles.DieHard' 100% ( 2 / 2) in 'Documentation.SBV.Examples.Puzzles.DogCatMouse' 100% ( 5 / 5) in 'Documentation.SBV.Examples.Puzzles.Drinker' 100% ( 4 / 4) in 'Documentation.SBV.Examples.Puzzles.Euler185' 100% ( 37 / 37) in 'Documentation.SBV.Examples.Puzzles.Fish' 100% ( 12 / 12) in 'Documentation.SBV.Examples.Puzzles.Garden' 100% ( 13 / 13) in 'Documentation.SBV.Examples.Puzzles.HexPuzzle' 100% ( 7 / 7) in 'Documentation.SBV.Examples.Puzzles.Jugs' 100% ( 20 / 20) in 'Documentation.SBV.Examples.Puzzles.KnightsAndKnaves' 100% ( 2 / 2) in 'Documentation.SBV.Examples.Puzzles.LadyAndTigers' 100% ( 9 / 9) in 'Documentation.SBV.Examples.Puzzles.MagicSquare' 100% ( 21 / 21) in 'Documentation.SBV.Examples.Puzzles.Murder' 100% ( 4 / 4) in 'Documentation.SBV.Examples.Puzzles.NQueens' 100% ( 3 / 3) in 'Documentation.SBV.Examples.Puzzles.Newspaper' 100% ( 22 / 22) in 'Documentation.SBV.Examples.Puzzles.Orangutans' 100% ( 8 / 8) in 'Documentation.SBV.Examples.Puzzles.Rabbits' 100% ( 2 / 2) in 'Documentation.SBV.Examples.Puzzles.SendMoreMoney' 100% ( 18 / 18) in 'Documentation.SBV.Examples.Puzzles.Sudoku' 100% ( 13 / 13) in 'Documentation.SBV.Examples.Puzzles.Tower' 100% ( 36 / 36) in 'Documentation.SBV.Examples.Puzzles.U2Bridge' 100% ( 2 / 2) in 'Documentation.SBV.Examples.Queries.Abducts' 100% ( 3 / 3) in 'Documentation.SBV.Examples.Queries.AllSat' 100% ( 3 / 3) in 'Documentation.SBV.Examples.Queries.CaseSplit' 100% ( 9 / 9) in 'Documentation.SBV.Examples.Queries.Concurrency' 100% ( 11 / 11) in 'Documentation.SBV.Examples.Queries.Enums' 100% ( 21 / 21) in 'Documentation.SBV.Examples.Queries.FourFours' 100% ( 3 / 3) in 'Documentation.SBV.Examples.Queries.GuessNumber' 100% ( 3 / 3) in 'Documentation.SBV.Examples.Queries.Interpolants' 100% ( 3 / 3) in 'Documentation.SBV.Examples.Queries.UnsatCore' 100% ( 5 / 5) in 'Documentation.SBV.Examples.Strings.RegexCrossword' 100% ( 12 / 12) in 'Documentation.SBV.Examples.Strings.SQLInjection' 100% ( 21 / 21) in 'Documentation.SBV.Examples.TP.Basics' 100% ( 9 / 9) in 'Documentation.SBV.Examples.TP.BinarySearch' 100% ( 2 / 2) in 'Documentation.SBV.Examples.TP.CaseSplit' 100% ( 2 / 2) in 'Documentation.SBV.Examples.TP.Fibonacci' 100% ( 6 / 6) in 'Documentation.SBV.Examples.TP.Kleene' 100% ( 7 / 7) in 'Documentation.SBV.Examples.TP.Majority' 100% ( 6 / 6) in 'Documentation.SBV.Examples.TP.McCarthy91' 100% ( 17 / 17) in 'Documentation.SBV.Examples.TP.Numeric' 100% ( 15 / 15) in 'Documentation.SBV.Examples.TP.PowerMod' 100% ( 6 / 6) in 'Documentation.SBV.Examples.TP.RevAcc' 100% ( 5 / 5) in 'Documentation.SBV.Examples.TP.Reverse' 100% ( 14 / 14) in 'Documentation.SBV.Examples.TP.ShefferStroke' 100% ( 10 / 10) in 'Documentation.SBV.Examples.TP.SortHelpers' 100% ( 6 / 6) in 'Documentation.SBV.Examples.TP.QuickSort' 100% ( 6 / 6) in 'Documentation.SBV.Examples.TP.MergeSort' 100% ( 8 / 8) in 'Documentation.SBV.Examples.TP.InsertionSort' 100% ( 2 / 2) in 'Documentation.SBV.Examples.TP.Sqrt2IsIrrational' 100% ( 11 / 11) in 'Documentation.SBV.Examples.TP.StrongInduction' 100% ( 2 / 2) in 'Documentation.SBV.Examples.TP.SumReverse' 100% ( 4 / 4) in 'Documentation.SBV.Examples.TP.Tao' 100% ( 29 / 29) in 'Documentation.SBV.Examples.Transformers.SymbolicEval' 100% ( 3 / 3) in 'Documentation.SBV.Examples.Uninterpreted.AUF' 100% ( 10 / 10) in 'Documentation.SBV.Examples.Uninterpreted.Deduce' 100% ( 3 / 3) in 'Documentation.SBV.Examples.Uninterpreted.Function' 100% ( 3 / 3) in 'Documentation.SBV.Examples.Uninterpreted.Multiply' 100% ( 19 / 19) in 'Documentation.SBV.Examples.Uninterpreted.Shannon' 100% ( 6 / 6) in 'Documentation.SBV.Examples.Uninterpreted.Sort' 100% ( 5 / 5) in 'Documentation.SBV.Examples.Uninterpreted.UISortAllSat' 100% ( 9 / 9) in 'Documentation.SBV.Examples.WeakestPreconditions.Append' 100% ( 15 / 15) in 'Documentation.SBV.Examples.WeakestPreconditions.Basics' 100% ( 17 / 17) in 'Documentation.SBV.Examples.WeakestPreconditions.Fib' 100% ( 17 / 17) in 'Documentation.SBV.Examples.WeakestPreconditions.GCD' 100% ( 14 / 14) in 'Documentation.SBV.Examples.WeakestPreconditions.IntDiv' 100% ( 14 / 14) in 'Documentation.SBV.Examples.WeakestPreconditions.IntSqrt' 100% ( 14 / 14) in 'Documentation.SBV.Examples.WeakestPreconditions.Length' 100% ( 15 / 15) in 'Documentation.SBV.Examples.WeakestPreconditions.Sum' Warning: Data.SBV.Trans.Control: could not find link destinations for: - Data.SBV.Control.Types.Rep_CheckSatResult - Data.SBV.Core.Symbolic.Name - Data.SBV.Utils.SExpr.SExpr - Data.SBV.Control.Utils.SMTFunction - Data.SBV.Control.Query.Assignment Warning: Data.SBV.Tuple: could not find link destinations for: - Data.SBV.Tuple.Tuple - Data.SBV.Tuple.HasField - Data.SBV.Tuple.R:MetricSpaceTuple8 - Data.SBV.Tuple.R:MetricSpaceTuple7 - Data.SBV.Tuple.R:MetricSpaceTuple6 - Data.SBV.Tuple.R:MetricSpaceTuple5 - Data.SBV.Tuple.R:MetricSpaceTuple4 - Data.SBV.Tuple.R:MetricSpaceTuple3 - Data.SBV.Tuple.R:MetricSpaceTuple2 Warning: Data.SBV.Tools.STree: could not find link destinations for: - Data.SBV.Tools.STree.STreeInternal Warning: Data.SBV.List: could not find link destinations for: - Data.SBV.List.SFilter - Data.SBV.List.SZipWith - Data.SBV.List.SFoldR - Data.SBV.List.SFoldL - Data.SBV.List.SMap - Data.SBV.List.D:R:ItemSBV Warning: Data.SBV.RegExp: could not find link destinations for: - Data.SBV.Core.Symbolic.Rep_RegExp Warning: Data.SBV.Trans: could not find link destinations for: - Data.SBV.Core.AlgReals.Rep_AlgReal - Data.SBV.Core.Kind.BVZeroWidth - Data.SBV.Core.Kind.constructUKind - Data.SBV.Core.Kind.Rep_Kind - Data.SBV.Core.Symbolic.SMTEngine - Data.SBV.Core.Data.skolem - Data.SBV.Core.Data.GEqSymbolic - Data.SBV.Core.Data.D:R:SkolemsToSBV - Data.SBV.Core.Data.D:R:NegatesToSBV - Data.SBV.Core.Data.Rep_SBV - Data.SBV.Core.Model.UIKind - Data.SBV.Core.Model.GMergeable - Data.SBV.Core.Model.ToSizedBV - Data.SBV.Core.Model.FromSizedBV - Data.SBV.Core.Model.D:R:MetricSpaceIntN - Data.SBV.Core.Model.R:MetricSpaceWordN - Data.SBV.Core.Model.R:MetricSpaceAlgReal - Data.SBV.List.D:R:ItemSBV - Data.SBV.D:R:QueryResultSBV - Documentation.SBV.Examples.ProofTools.BMC.D:R:QueryResultS - Documentation.SBV.Examples.ProofTools.Fibonacci.D:R:QueryResultS - Documentation.SBV.Examples.ProofTools.Strengthen.D:R:QueryResultS - Documentation.SBV.Examples.ProofTools.Sum.D:R:QueryResultS - Documentation.SBV.Examples.Puzzles.DieHard.D:R:QueryResultState - Documentation.SBV.Examples.WeakestPreconditions.Append.D:R:QueryResultAppS - Documentation.SBV.Examples.WeakestPreconditions.Basics.D:R:QueryResultIncS - Documentation.SBV.Examples.WeakestPreconditions.Fib.D:R:QueryResultFibS - Documentation.SBV.Examples.WeakestPreconditions.GCD.D:R:QueryResultGCDS - Documentation.SBV.Examples.WeakestPreconditions.IntDiv.D:R:QueryResultDivS - Documentation.SBV.Examples.WeakestPreconditions.IntSqrt.D:R:QueryResultSqrtS - Documentation.SBV.Examples.WeakestPreconditions.Length.D:R:QueryResultLenS - Documentation.SBV.Examples.WeakestPreconditions.Sum.D:R:QueryResultSumS Warning: Data.SBV.Control: could not find link destinations for: - Data.SBV.Control.Types.Rep_CheckSatResult - Data.SBV.Core.Symbolic.Name - Data.SBV.Utils.SExpr.SExpr - Data.SBV.Control.Utils.SMTFunction - Data.SBV.Control.Query.Assignment Warning: Data.SBV.Internals: could not find link destinations for: - Data.SBV.Core.AlgReals.Rep_AlgReal - Data.SBV.Core.AlgReals.Rep_AlgRealPoly - Data.SBV.Core.Kind.constructUKind - Data.SBV.Core.Kind.Rep_Kind - Data.SBV.Core.Concrete.Rep_CV - Data.SBV.Core.Concrete.Rep_CVal - Data.SBV.Core.Concrete.Rep_ArrayModel - Data.SBV.Core.Concrete.Rep_RCSet - Data.SBV.Core.Symbolic.SMTEngine - Data.SBV.Core.Symbolic.SMTDef - Data.SBV.Core.Symbolic.CnstMap - Data.SBV.Core.Symbolic.ProgInfo - Data.SBV.Core.Symbolic.ResultInp - Data.SBV.Core.Symbolic.Name - Data.SBV.Core.Symbolic.SetOp - Data.SBV.Core.Symbolic.SMTLambda - Data.SBV.Core.Symbolic.NROp - Data.SBV.Core.Symbolic.SpecialRelOp - Data.SBV.Core.Symbolic.SBVContext - Data.SBV.Core.Symbolic.Rep_NamedSymVar - Data.SBV.Core.Symbolic.Rep_Op - Data.SBV.Core.Symbolic.Rep_SeqOp - Data.SBV.Core.Symbolic.Rep_StrOp - Data.SBV.Core.Symbolic.Rep_RegExOp - Data.SBV.Core.Symbolic.Rep_RegExp - Data.SBV.Core.Symbolic.Rep_OvOp - Data.SBV.Core.Symbolic.Rep_PBOp - Data.SBV.Core.Symbolic.Rep_FPOp - Data.SBV.Core.Data.skolem - Data.SBV.Core.Data.GEqSymbolic - Data.SBV.Core.Data.D:R:SkolemsToSBV - Data.SBV.Core.Data.D:R:NegatesToSBV - Data.SBV.Core.Data.Rep_SBV - Data.SBV.Core.Model.UIKind - Data.SBV.Core.Model.D:R:MetricSpaceIntN - Data.SBV.Core.Model.R:MetricSpaceWordN - Data.SBV.Core.Model.R:MetricSpaceAlgReal - Data.SBV.List.D:R:ItemSBV - Data.SBV.D:R:QueryResultSBV - Documentation.SBV.Examples.ProofTools.BMC.D:R:QueryResultS - Documentation.SBV.Examples.ProofTools.Fibonacci.D:R:QueryResultS - Documentation.SBV.Examples.ProofTools.Strengthen.D:R:QueryResultS - Documentation.SBV.Examples.ProofTools.Sum.D:R:QueryResultS - Documentation.SBV.Examples.Puzzles.DieHard.D:R:QueryResultState - Documentation.SBV.Examples.WeakestPreconditions.Append.D:R:QueryResultAppS - Documentation.SBV.Examples.WeakestPreconditions.Basics.D:R:QueryResultIncS - Documentation.SBV.Examples.WeakestPreconditions.Fib.D:R:QueryResultFibS - Documentation.SBV.Examples.WeakestPreconditions.GCD.D:R:QueryResultGCDS - Documentation.SBV.Examples.WeakestPreconditions.IntDiv.D:R:QueryResultDivS - Documentation.SBV.Examples.WeakestPreconditions.IntSqrt.D:R:QueryResultSqrtS - Documentation.SBV.Examples.WeakestPreconditions.Length.D:R:QueryResultLenS - Documentation.SBV.Examples.WeakestPreconditions.Sum.D:R:QueryResultSumS Warning: Data.SBV: could not find link destinations for: - Data.SBV.Core.AlgReals.Rep_AlgReal - Data.SBV.Core.AlgReals.Rep_RealPoint - Data.SBV.Core.Kind.InvalidFloat - Data.SBV.Core.Kind.BVZeroWidth - Data.SBV.Core.Kind.constructUKind - Data.SBV.Core.Kind.Rep_Kind - Data.SBV.Core.Concrete.Rep_ArrayModel - Data.SBV.Core.Concrete.Rep_RCSet - Data.SBV.Core.Symbolic.SMTEngine - Data.SBV.Core.Data.skolem - Data.SBV.Core.Data.GEqSymbolic - Data.SBV.Core.Data.D:R:SkolemsToFUN - Data.SBV.Core.Data.D:R:SkolemsToFUN0 - Data.SBV.Core.Data.D:R:SkolemsToFUN1 - Data.SBV.Core.Data.D:R:SkolemsToFUN2 - Data.SBV.Core.Data.D:R:SkolemsToFUN3 - Data.SBV.Core.Data.D:R:SkolemsToFUN4 - Data.SBV.Core.Data.D:R:SkolemsToFUN5 - Data.SBV.Core.Data.D:R:SkolemsToSBV - Data.SBV.Core.Data.D:R:NegatesToFUN - Data.SBV.Core.Data.D:R:NegatesToFUN0 - Data.SBV.Core.Data.D:R:NegatesToFUN1 - Data.SBV.Core.Data.D:R:NegatesToFUN2 - Data.SBV.Core.Data.D:R:NegatesToFUN3 - Data.SBV.Core.Data.D:R:NegatesToFUN4 - Data.SBV.Core.Data.D:R:NegatesToFUN5 - Data.SBV.Core.Data.D:R:NegatesToSBV - Data.SBV.Core.Data.Rep_SBV - Data.SBV.Core.Model.UIKind - Data.SBV.Core.Model.GMergeable - Data.SBV.Core.Model.ToSizedBV - Data.SBV.Core.Model.FromSizedBV - Data.SBV.Core.Model.minimize - Data.SBV.Core.Model.maximize - Data.SBV.Core.Model.D:R:MetricSpaceIntN - Data.SBV.Core.Model.R:MetricSpaceWordN - Data.SBV.Core.Model.D:R:MetricSpaceInt64 - Data.SBV.Core.Model.D:R:MetricSpaceInt32 - Data.SBV.Core.Model.D:R:MetricSpaceInt16 - Data.SBV.Core.Model.D:R:MetricSpaceInt8 - Data.SBV.Core.Model.R:MetricSpaceAlgReal - Data.SBV.Core.Model.R:MetricSpaceInteger - Data.SBV.Core.Model.R:MetricSpaceWord64 - Data.SBV.Core.Model.R:MetricSpaceWord32 - Data.SBV.Core.Model.R:MetricSpaceWord16 - Data.SBV.Core.Model.R:MetricSpaceWord8 - Data.SBV.Core.Model.D:R:MetricSpaceBool - Data.SBV.Tuple.R:MetricSpaceTuple8 - Data.SBV.Tuple.R:MetricSpaceTuple7 - Data.SBV.Tuple.R:MetricSpaceTuple6 - Data.SBV.Tuple.R:MetricSpaceTuple5 - Data.SBV.Tuple.R:MetricSpaceTuple4 - Data.SBV.Tuple.R:MetricSpaceTuple3 - Data.SBV.Tuple.R:MetricSpaceTuple2 - Data.SBV.Core.Floating.D:R:MetricSpaceFloatingPoint - Data.SBV.Core.Floating.D:R:MetricSpaceDouble - Data.SBV.Core.Floating.D:R:MetricSpaceFloat - Data.SBV.List.D:R:ItemSBV - Data.SBV.D:R:QueryResultSBV - Documentation.SBV.Examples.Optimization.Enumerate.D:R:MetricSpaceDay - Documentation.SBV.Examples.ProofTools.BMC.D:R:QueryResultS - Documentation.SBV.Examples.ProofTools.Fibonacci.D:R:QueryResultS - Documentation.SBV.Examples.ProofTools.Strengthen.D:R:QueryResultS - Documentation.SBV.Examples.ProofTools.Sum.D:R:QueryResultS - Documentation.SBV.Examples.Puzzles.DieHard.D:R:QueryResultState - Documentation.SBV.Examples.WeakestPreconditions.Append.D:R:QueryResultAppS - Documentation.SBV.Examples.WeakestPreconditions.Basics.D:R:QueryResultIncS - Documentation.SBV.Examples.WeakestPreconditions.Fib.D:R:QueryResultFibS - Documentation.SBV.Examples.WeakestPreconditions.GCD.D:R:QueryResultGCDS - Documentation.SBV.Examples.WeakestPreconditions.IntDiv.D:R:QueryResultDivS - Documentation.SBV.Examples.WeakestPreconditions.IntSqrt.D:R:QueryResultSqrtS - Documentation.SBV.Examples.WeakestPreconditions.Length.D:R:QueryResultLenS - Documentation.SBV.Examples.WeakestPreconditions.Sum.D:R:QueryResultSumS Warning: Data.SBV.TP: could not find link destinations for: - Data.SBV.Core.Model.QSaturate - Data.SBV.TP.Utils.ProofObj - Data.SBV.TP.TP.Contradiction - Data.SBV.TP.TP.Trivial - Data.SBV.TP.TP.ChainStep - Data.SBV.TP.TP.ChainsTo - Data.SBV.TP.TP.HintsTo - Data.SBV.TP.TP.Hinted - Data.SBV.TP.TP.TPProofRaw - Data.SBV.TP.TP.Helper - Data.SBV.TP.TP.Instantiatable - Data.SBV.TP.TP.IArgs - Data.SBV.TP.TP.SInductive - Data.SBV.TP.TP.Zero - Data.SBV.TP.TP.Inductive - Data.SBV.TP.TP.IHType - Data.SBV.TP.TP.IHArg - Data.SBV.TP.TP.Calc - Data.SBV.TP.TP.IStepArgs - Data.SBV.TP.TP.MeasureArgs - Data.SBV.TP.TP.StepArgs Warning: Data.SBV.Dynamic: could not find link destinations for: - Data.SBV.Core.Kind.constructUKind - Data.SBV.Core.Kind.Rep_Kind - Data.SBV.Core.Concrete.Rep_CV - Data.SBV.Core.Concrete.Rep_CVal - Data.SBV.Core.Symbolic.SMTEngine Warning: Documentation.SBV.Examples.BitPrecise.Legato: could not find link destinations for: - Documentation.SBV.Examples.BitPrecise.Legato.Rep_Mostek Warning: Documentation.SBV.Examples.Optimization.Enumerate: could not find link destinations for: - Documentation.SBV.Examples.Optimization.Enumerate.D:R:MetricSpaceDay Warning: Documentation.SBV.Examples.ProofTools.BMC: could not find link destinations for: - Documentation.SBV.Examples.ProofTools.BMC.D:R:QueryResultS Warning: Documentation.SBV.Examples.ProofTools.Fibonacci: could not find link destinations for: - Documentation.SBV.Examples.ProofTools.Fibonacci.D:R:QueryResultS Warning: Documentation.SBV.Examples.ProofTools.Strengthen: could not find link destinations for: - Documentation.SBV.Examples.ProofTools.Strengthen.D:R:QueryResultS Warning: Documentation.SBV.Examples.ProofTools.Sum: could not find link destinations for: - Documentation.SBV.Examples.ProofTools.Sum.D:R:QueryResultS Warning: Documentation.SBV.Examples.Puzzles.DieHard: could not find link destinations for: - Documentation.SBV.Examples.Puzzles.DieHard.D:R:QueryResultState Warning: Documentation.SBV.Examples.Puzzles.Jugs: could not find link destinations for: - Documentation.SBV.Examples.Puzzles.Jugs.Rep_Jug Warning: Documentation.SBV.Examples.Puzzles.Orangutans: could not find link destinations for: - Documentation.SBV.Examples.Puzzles.Orangutans.Rep_Assignment Warning: Documentation.SBV.Examples.Puzzles.U2Bridge: could not find link destinations for: - Documentation.SBV.Examples.Puzzles.U2Bridge.Rep_Status Warning: Documentation.SBV.Examples.WeakestPreconditions.Append: could not find link destinations for: - Documentation.SBV.Examples.WeakestPreconditions.Append.D:R:QueryResultAppS - Documentation.SBV.Examples.WeakestPreconditions.Append.Rep_AppS Warning: Documentation.SBV.Examples.WeakestPreconditions.Basics: could not find link destinations for: - Documentation.SBV.Examples.WeakestPreconditions.Basics.D:R:QueryResultIncS - Documentation.SBV.Examples.WeakestPreconditions.Basics.Rep_IncS Warning: Documentation.SBV.Examples.WeakestPreconditions.Fib: could not find link destinations for: - Documentation.SBV.Examples.WeakestPreconditions.Fib.D:R:QueryResultFibS - Documentation.SBV.Examples.WeakestPreconditions.Fib.Rep_FibS Warning: Documentation.SBV.Examples.WeakestPreconditions.GCD: could not find link destinations for: - Documentation.SBV.Examples.WeakestPreconditions.GCD.D:R:QueryResultGCDS - Documentation.SBV.Examples.WeakestPreconditions.GCD.Rep_GCDS Warning: Documentation.SBV.Examples.WeakestPreconditions.IntDiv: could not find link destinations for: - Documentation.SBV.Examples.WeakestPreconditions.IntDiv.D:R:QueryResultDivS - Documentation.SBV.Examples.WeakestPreconditions.IntDiv.Rep_DivS Warning: Documentation.SBV.Examples.WeakestPreconditions.IntSqrt: could not find link destinations for: - Documentation.SBV.Examples.WeakestPreconditions.IntSqrt.D:R:QueryResultSqrtS - Documentation.SBV.Examples.WeakestPreconditions.IntSqrt.Rep_SqrtS Warning: Documentation.SBV.Examples.WeakestPreconditions.Length: could not find link destinations for: - Documentation.SBV.Examples.WeakestPreconditions.Length.D:R:QueryResultLenS - Documentation.SBV.Examples.WeakestPreconditions.Length.Rep_LenS Warning: Documentation.SBV.Examples.WeakestPreconditions.Sum: could not find link destinations for: - Documentation.SBV.Examples.WeakestPreconditions.Sum.D:R:QueryResultSumS - Documentation.SBV.Examples.WeakestPreconditions.Sum.Rep_SumS Documentation created: dist/doc/html/sbv/, dist/doc/html/sbv/sbv.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/sbv-12.0-85M4weivGYDAjoxWkWlmJQ Completed sbv-12.0