===> Building for elm-lang-0.19.1 Preprocessing executable 'elm' for elm-0.19.1... Building executable 'elm' for elm-0.19.1... [ 1 of 132] Compiling AST.Utils.Binop ( compiler/src/AST/Utils/Binop.hs, dist/build/elm/elm-tmp/AST/Utils/Binop.dyn_o ) [ 2 of 132] Compiling Data.Bag ( compiler/src/Data/Bag.hs, dist/build/elm/elm-tmp/Data/Bag.dyn_o ) [ 3 of 132] Compiling Data.Index ( compiler/src/Data/Index.hs, dist/build/elm/elm-tmp/Data/Index.dyn_o ) [ 4 of 132] Compiling Data.Map.Utils ( compiler/src/Data/Map/Utils.hs, dist/build/elm/elm-tmp/Data/Map/Utils.dyn_o ) [ 5 of 132] Compiling Data.NonEmptyList ( compiler/src/Data/NonEmptyList.hs, dist/build/elm/elm-tmp/Data/NonEmptyList.dyn_o ) [ 6 of 132] Compiling Data.OneOrMore ( compiler/src/Data/OneOrMore.hs, dist/build/elm/elm-tmp/Data/OneOrMore.dyn_o ) [ 7 of 132] Compiling Elm.Magnitude ( compiler/src/Elm/Magnitude.hs, dist/build/elm/elm-tmp/Elm/Magnitude.dyn_o ) [ 8 of 132] Compiling File ( builder/src/File.hs, dist/build/elm/elm-tmp/File.dyn_o ) [ 9 of 132] Compiling BackgroundWriter ( builder/src/BackgroundWriter.hs, dist/build/elm/elm-tmp/BackgroundWriter.dyn_o ) [ 10 of 132] Compiling Generate.JavaScript.Functions ( compiler/src/Generate/JavaScript/Functions.hs, dist/build/elm/elm-tmp/Generate/JavaScript/Functions.dyn_o ) : warning: [-Wmissed-extra-shared-lib] dlopen(libncursesw.dylib, 0x0005): tried: 'libncursesw.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibncursesw.dylib' (no such file), '/opt/pkg/lib/ghc-9.10.1/lib/aarch64-osx-ghc-9.10.1/libncursesw.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/pkg/lib/ghc-9.10.1/lib/aarch64-osx-ghc-9.10.1/libncursesw.dylib' (no such file), '/opt/pkg/lib/ghc-9.10.1/lib/aarch64-osx-ghc-9.10.1/libncursesw.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/pkg/lib/ghc-9.10.1/lib/aarch64-osx-ghc-9.10.1/libncursesw.dylib' (no such file), '/usr/lib/libncursesw.dylib' (no such file, not in dyld cache), 'libncursesw.dylib' (no such file), '/usr/local/lib/libncursesw.dylib' (no such file), '/usr/lib/libncursesw.dylib' (no such file, not in dyld cache) It's OK if you don't want to use symbols from it directly. (the package DLL is loaded by the system linker which manages dependencies by itself). [ 11 of 132] Compiling Paths_elm ( dist/build/elm/autogen/Paths_elm.hs, dist/build/elm/elm-tmp/Paths_elm.dyn_o ) [ 12 of 132] Compiling Reporting.Annotation ( compiler/src/Reporting/Annotation.hs, dist/build/elm/elm-tmp/Reporting/Annotation.dyn_o ) [ 13 of 132] Compiling Parse.Primitives ( compiler/src/Parse/Primitives.hs, dist/build/elm/elm-tmp/Parse/Primitives.dyn_o ) compiler/src/Parse/Primitives.hs:85:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical `pure = return' definition detected in the instance declaration for `Applicative (Parser x)'. Suggested fix: Move definition from `return' to `pure' See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 85 | pure = return | ^^^^^^^^^^^^^ compiler/src/Parse/Primitives.hs:181:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical `return' definition detected in the instance declaration for `Monad (Parser x)'. `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 | 181 | return value = | ^^^^^^^^^^^^^^... [ 14 of 132] Compiling Data.Utf8 ( compiler/src/Data/Utf8.hs, dist/build/elm/elm-tmp/Data/Utf8.dyn_o ) [ 15 of 132] Compiling Elm.String ( compiler/src/Elm/String.hs, dist/build/elm/elm-tmp/Elm/String.dyn_o ) [ 16 of 132] Compiling Elm.Float ( compiler/src/Elm/Float.hs, dist/build/elm/elm-tmp/Elm/Float.dyn_o ) [ 17 of 132] Compiling Data.Name ( compiler/src/Data/Name.hs, dist/build/elm/elm-tmp/Data/Name.dyn_o ) [ 18 of 132] Compiling Parse.Symbol ( compiler/src/Parse/Symbol.hs, dist/build/elm/elm-tmp/Parse/Symbol.dyn_o ) [ 19 of 132] Compiling Json.String ( compiler/src/Json/String.hs, dist/build/elm/elm-tmp/Json/String.dyn_o ) [ 20 of 132] Compiling Json.Encode ( compiler/src/Json/Encode.hs, dist/build/elm/elm-tmp/Json/Encode.dyn_o ) compiler/src/Json/Encode.hs:31:1: warning: [GHC-66111] [-Wunused-imports] The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() | 31 | import Data.Monoid ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^ [ 21 of 132] Compiling Generate.Html ( compiler/src/Generate/Html.hs, dist/build/elm/elm-tmp/Generate/Html.dyn_o ) [ 22 of 132] Compiling Develop.Generate.Help ( terminal/src/Develop/Generate/Help.hs, dist/build/elm/elm-tmp/Develop/Generate/Help.dyn_o ) terminal/src/Develop/Generate/Help.hs:12:1: warning: [GHC-66111] [-Wunused-imports] The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() | 12 | import Data.Monoid ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^ [ 23 of 132] Compiling AST.Utils.Shader ( compiler/src/AST/Utils/Shader.hs, dist/build/elm/elm-tmp/AST/Utils/Shader.dyn_o ) [ 24 of 132] Compiling AST.Source ( compiler/src/AST/Source.hs, dist/build/elm/elm-tmp/AST/Source.dyn_o ) [ 25 of 132] Compiling Parse.Variable ( compiler/src/Parse/Variable.hs, dist/build/elm/elm-tmp/Parse/Variable.dyn_o ) [ 26 of 132] Compiling Parse.Keyword ( compiler/src/Parse/Keyword.hs, dist/build/elm/elm-tmp/Parse/Keyword.dyn_o ) [ 27 of 132] Compiling Json.Decode ( compiler/src/Json/Decode.hs, dist/build/elm/elm-tmp/Json/Decode.dyn_o ) compiler/src/Json/Decode.hs:122:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical `pure = return' definition detected in the instance declaration for `Applicative (Decoder x)'. Suggested fix: Move definition from `return' to `pure' See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 122 | pure = return | ^^^^^^^^^^^^^ compiler/src/Json/Decode.hs:139:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical `return' definition detected in the instance declaration for `Monad (Decoder x)'. `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 | 139 | return a = | ^^^^^^^^^^... [ 28 of 132] Compiling Elm.Version ( compiler/src/Elm/Version.hs, dist/build/elm/elm-tmp/Elm/Version.dyn_o ) [ 29 of 132] Compiling Http ( builder/src/Http.hs, dist/build/elm/elm-tmp/Http.dyn_o ) [ 30 of 132] Compiling Elm.Constraint ( compiler/src/Elm/Constraint.hs, dist/build/elm/elm-tmp/Elm/Constraint.dyn_o ) [ 31 of 132] Compiling Reporting.Suggest ( compiler/src/Reporting/Suggest.hs, dist/build/elm/elm-tmp/Reporting/Suggest.dyn_o ) [ 32 of 132] Compiling Elm.Package ( compiler/src/Elm/Package.hs, dist/build/elm/elm-tmp/Elm/Package.dyn_o ) compiler/src/Elm/Package.hs:37:1: warning: [GHC-66111] [-Wunused-imports] The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() | 37 | import Data.Monoid ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^ [ 33 of 132] Compiling Reporting.Doc ( compiler/src/Reporting/Doc.hs, dist/build/elm/elm-tmp/Reporting/Doc.dyn_o ) compiler/src/Reporting/Doc.hs:49:1: warning: [GHC-66111] [-Wunused-imports] The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() | 49 | import Data.Monoid ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^ compiler/src/Reporting/Doc.hs:55:1: warning: [GHC-15328] [-Wdeprecations] Module `Text.PrettyPrint.ANSI.Leijen' is deprecated: "Compatibility module for users of ansi-wl-pprint - use \"Prettyprinter\" instead" | 55 | import qualified Text.PrettyPrint.ANSI.Leijen as P | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ compiler/src/Reporting/Doc.hs:70:24: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 70 | fromChars :: String -> P.Doc | ^^^^^ compiler/src/Reporting/Doc.hs:72:3: warning: [GHC-68441] [-Wdeprecations] In the use of `text' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 72 | P.text | ^^^^^^ compiler/src/Reporting/Doc.hs:75:26: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 75 | fromName :: Name.Name -> P.Doc | ^^^^^ compiler/src/Reporting/Doc.hs:77:3: warning: [GHC-68441] [-Wdeprecations] In the use of `text' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 77 | P.text (Name.toChars name) | ^^^^^^ compiler/src/Reporting/Doc.hs:80:29: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 80 | fromVersion :: V.Version -> P.Doc | ^^^^^ compiler/src/Reporting/Doc.hs:82:3: warning: [GHC-68441] [-Wdeprecations] In the use of `text' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 82 | P.text (V.toChars vsn) | ^^^^^^ compiler/src/Reporting/Doc.hs:85:28: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 85 | fromPackage :: Pkg.Name -> P.Doc | ^^^^^ compiler/src/Reporting/Doc.hs:87:3: warning: [GHC-68441] [-Wdeprecations] In the use of `text' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 87 | P.text (Pkg.toChars pkg) | ^^^^^^ compiler/src/Reporting/Doc.hs:90:19: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 90 | fromInt :: Int -> P.Doc | ^^^^^ compiler/src/Reporting/Doc.hs:92:3: warning: [GHC-68441] [-Wdeprecations] In the use of `text' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 92 | P.text (show n) | ^^^^^^ compiler/src/Reporting/Doc.hs:99:21: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 99 | toAnsi :: Handle -> P.Doc -> IO () | ^^^^^ compiler/src/Reporting/Doc.hs:101:3: warning: [GHC-68441] [-Wdeprecations] In the use of `displayIO' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 101 | P.displayIO handle (P.renderPretty 1 80 doc) | ^^^^^^^^^^^ compiler/src/Reporting/Doc.hs:101:23: warning: [GHC-68441] [-Wdeprecations] In the use of `renderPretty' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 101 | P.displayIO handle (P.renderPretty 1 80 doc) | ^^^^^^^^^^^^^^ compiler/src/Reporting/Doc.hs:104:13: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 104 | toString :: P.Doc -> String | ^^^^^ compiler/src/Reporting/Doc.hs:106:3: warning: [GHC-68441] [-Wdeprecations] In the use of `displayS' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 106 | P.displayS (P.renderPretty 1 80 (P.plain doc)) "" | ^^^^^^^^^^ compiler/src/Reporting/Doc.hs:106:15: warning: [GHC-68441] [-Wdeprecations] In the use of `renderPretty' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 106 | P.displayS (P.renderPretty 1 80 (P.plain doc)) "" | ^^^^^^^^^^^^^^ compiler/src/Reporting/Doc.hs:106:36: warning: [GHC-68441] [-Wdeprecations] In the use of `plain' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 106 | P.displayS (P.renderPretty 1 80 (P.plain doc)) "" | ^^^^^^^ compiler/src/Reporting/Doc.hs:109:11: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 109 | toLine :: P.Doc -> String | ^^^^^ compiler/src/Reporting/Doc.hs:111:3: warning: [GHC-68441] [-Wdeprecations] In the use of `displayS' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 111 | P.displayS (P.renderPretty 1 (div maxBound 2) (P.plain doc)) "" | ^^^^^^^^^^ compiler/src/Reporting/Doc.hs:111:15: warning: [GHC-68441] [-Wdeprecations] In the use of `renderPretty' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 111 | P.displayS (P.renderPretty 1 (div maxBound 2) (P.plain doc)) "" | ^^^^^^^^^^^^^^ compiler/src/Reporting/Doc.hs:111:50: warning: [GHC-68441] [-Wdeprecations] In the use of `plain' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 111 | P.displayS (P.renderPretty 1 (div maxBound 2) (P.plain doc)) "" | ^^^^^^^ compiler/src/Reporting/Doc.hs:118:11: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 118 | stack :: [P.Doc] -> P.Doc | ^^^^^ compiler/src/Reporting/Doc.hs:118:21: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 118 | stack :: [P.Doc] -> P.Doc | ^^^^^ compiler/src/Reporting/Doc.hs:120:3: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 120 | P.vcat (List.intersperse "" docs) | ^^^^^^ compiler/src/Reporting/Doc.hs:123:21: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 123 | reflow :: String -> P.Doc | ^^^^^ compiler/src/Reporting/Doc.hs:125:3: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 125 | P.fillSep (map P.text (words paragraph)) | ^^^^^^^^^ compiler/src/Reporting/Doc.hs:125:18: warning: [GHC-68441] [-Wdeprecations] In the use of `text' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 125 | P.fillSep (map P.text (words paragraph)) | ^^^^^^ compiler/src/Reporting/Doc.hs:128:13: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 128 | commaSep :: P.Doc -> (P.Doc -> P.Doc) -> [P.Doc] -> [P.Doc] | ^^^^^ compiler/src/Reporting/Doc.hs:128:23: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 128 | commaSep :: P.Doc -> (P.Doc -> P.Doc) -> [P.Doc] -> [P.Doc] | ^^^^^ compiler/src/Reporting/Doc.hs:128:32: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 128 | commaSep :: P.Doc -> (P.Doc -> P.Doc) -> [P.Doc] -> [P.Doc] | ^^^^^ compiler/src/Reporting/Doc.hs:128:43: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 128 | commaSep :: P.Doc -> (P.Doc -> P.Doc) -> [P.Doc] -> [P.Doc] | ^^^^^ compiler/src/Reporting/Doc.hs:128:54: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 128 | commaSep :: P.Doc -> (P.Doc -> P.Doc) -> [P.Doc] -> [P.Doc] | ^^^^^ compiler/src/Reporting/Doc.hs:149:27: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 149 | toSimpleNote :: String -> P.Doc | ^^^^^ compiler/src/Reporting/Doc.hs:151:20: warning: [GHC-68441] [-Wdeprecations] In the use of `text' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 151 | toFancyNote (map P.text (words message)) | ^^^^^^ compiler/src/Reporting/Doc.hs:154:17: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 154 | toFancyNote :: [P.Doc] -> P.Doc | ^^^^^ compiler/src/Reporting/Doc.hs:154:27: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 154 | toFancyNote :: [P.Doc] -> P.Doc | ^^^^^ compiler/src/Reporting/Doc.hs:156:3: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 156 | P.fillSep (P.underline "Note" <> ":" : chunks) | ^^^^^^^^^ compiler/src/Reporting/Doc.hs:156:14: warning: [GHC-68441] [-Wdeprecations] In the use of `underline' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 156 | P.fillSep (P.underline "Note" <> ":" : chunks) | ^^^^^^^^^^^ compiler/src/Reporting/Doc.hs:163:27: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 163 | toSimpleHint :: String -> P.Doc | ^^^^^ compiler/src/Reporting/Doc.hs:165:20: warning: [GHC-68441] [-Wdeprecations] In the use of `text' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 165 | toFancyHint (map P.text (words message)) | ^^^^^^ compiler/src/Reporting/Doc.hs:168:17: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 168 | toFancyHint :: [P.Doc] -> P.Doc | ^^^^^ compiler/src/Reporting/Doc.hs:168:27: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 168 | toFancyHint :: [P.Doc] -> P.Doc | ^^^^^ compiler/src/Reporting/Doc.hs:170:3: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 170 | P.fillSep (P.underline "Hint" <> ":" : chunks) | ^^^^^^^^^ compiler/src/Reporting/Doc.hs:170:14: warning: [GHC-68441] [-Wdeprecations] In the use of `underline' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 170 | P.fillSep (P.underline "Hint" <> ":" : chunks) | ^^^^^^^^^^^ compiler/src/Reporting/Doc.hs:177:49: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 177 | link :: String -> String -> String -> String -> P.Doc | ^^^^^ compiler/src/Reporting/Doc.hs:179:3: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 179 | P.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Doc.hs:180:6: warning: [GHC-68441] [-Wdeprecations] In the use of `underline' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 180 | (P.underline (P.text word) <> ":") | ^^^^^^^^^^^ compiler/src/Reporting/Doc.hs:180:19: warning: [GHC-68441] [-Wdeprecations] In the use of `text' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 180 | (P.underline (P.text word) <> ":") | ^^^^^^ compiler/src/Reporting/Doc.hs:181:11: warning: [GHC-68441] [-Wdeprecations] In the use of `text' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 181 | : map P.text (words before) | ^^^^^^ compiler/src/Reporting/Doc.hs:182:8: warning: [GHC-68441] [-Wdeprecations] In the use of `text' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 182 | ++ P.text (makeLink fileName) | ^^^^^^ compiler/src/Reporting/Doc.hs:183:11: warning: [GHC-68441] [-Wdeprecations] In the use of `text' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 183 | : map P.text (words after) | ^^^^^^ compiler/src/Reporting/Doc.hs:186:25: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 186 | fancyLink :: String -> [P.Doc] -> String -> [P.Doc] -> P.Doc | ^^^^^ compiler/src/Reporting/Doc.hs:186:46: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 186 | fancyLink :: String -> [P.Doc] -> String -> [P.Doc] -> P.Doc | ^^^^^ compiler/src/Reporting/Doc.hs:186:56: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 186 | fancyLink :: String -> [P.Doc] -> String -> [P.Doc] -> P.Doc | ^^^^^ compiler/src/Reporting/Doc.hs:188:3: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 188 | P.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Doc.hs:189:6: warning: [GHC-68441] [-Wdeprecations] In the use of `underline' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 189 | (P.underline (P.text word) <> ":") : before ++ P.text (makeLink fileName) : after | ^^^^^^^^^^^ compiler/src/Reporting/Doc.hs:189:19: warning: [GHC-68441] [-Wdeprecations] In the use of `text' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 189 | (P.underline (P.text word) <> ":") : before ++ P.text (makeLink fileName) : after | ^^^^^^ compiler/src/Reporting/Doc.hs:189:52: warning: [GHC-68441] [-Wdeprecations] In the use of `text' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 189 | (P.underline (P.text word) <> ":") : before ++ P.text (makeLink fileName) : after | ^^^^^^ compiler/src/Reporting/Doc.hs:202:45: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 202 | reflowLink :: [Char] -> [Char] -> [Char] -> P.Doc | ^^^^^ compiler/src/Reporting/Doc.hs:204:3: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 204 | P.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Doc.hs:205:9: warning: [GHC-68441] [-Wdeprecations] In the use of `text' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 205 | map P.text (words before) | ^^^^^^ compiler/src/Reporting/Doc.hs:206:8: warning: [GHC-68441] [-Wdeprecations] In the use of `text' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 206 | ++ P.text (makeLink fileName) | ^^^^^^ compiler/src/Reporting/Doc.hs:207:11: warning: [GHC-68441] [-Wdeprecations] In the use of `text' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 207 | : map P.text (words after) | ^^^^^^ compiler/src/Reporting/Doc.hs:249:45: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 249 | cycle :: Int -> Name.Name -> [Name.Name] -> P.Doc | ^^^^^ compiler/src/Reporting/Doc.hs:252:25: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 252 | toLn n = cycleLn <> P.dullyellow (fromName n) | ^^^^^^^^^^^^ compiler/src/Reporting/Doc.hs:254:3: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 254 | P.indent indent $ P.vcat $ | ^^^^^^^^ compiler/src/Reporting/Doc.hs:254:21: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 254 | P.indent indent $ P.vcat $ | ^^^^^^ compiler/src/Reporting/Doc.hs:258:42: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 258 | cycleTop, cycleLn, cycleMid, cycleEnd :: P.Doc | ^^^^^ compiler/src/Reporting/Doc.hs:274:11: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 274 | encode :: P.Doc -> E.Value | ^^^^^ compiler/src/Reporting/Doc.hs:276:35: warning: [GHC-68441] [-Wdeprecations] In the use of `renderPretty' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 276 | E.array (toJsonHelp noStyle [] (P.renderPretty 1 80 doc)) | ^^^^^^^^^^^^^^ compiler/src/Reporting/Doc.hs:311:36: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `SimpleDoc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 311 | toJsonHelp :: Style -> [String] -> P.SimpleDoc -> [E.Value] | ^^^^^^^^^^^ compiler/src/Reporting/Doc.hs:338:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: `sgrToStyle' | 338 | sgrToStyle sgrs style@(Style bold underline color) = | ^^^^^^^^^^ compiler/src/Reporting/Doc.hs:345:9: warning: [GHC-62161] [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In a case alternative: Patterns of type `Ansi.SGR' not matched: Ansi.SetPaletteColor _ _ Ansi.SetDefaultColor _ | 345 | case sgr of | ^^^^^^^^^^^... compiler/src/Reporting/Doc.hs:358:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: `isBold' | 358 | isBold intensity = | ^^^^^^ compiler/src/Reporting/Doc.hs:366:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: `isUnderline' | 366 | isUnderline underlining = | ^^^^^^^^^^^ compiler/src/Reporting/Doc.hs:367:3: warning: [GHC-62161] [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In a case alternative: Patterns of type `Ansi.Underlining' not matched: Ansi.CurlyUnderline Ansi.DottedUnderline Ansi.DashedUnderline | 367 | case underlining of | ^^^^^^^^^^^^^^^^^^^... compiler/src/Reporting/Doc.hs:374:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: `toColor' | 374 | toColor layer intensity color = | ^^^^^^^ compiler/src/Reporting/Doc.hs:375:3: warning: [GHC-62161] [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In a case alternative: Patterns of type `Ansi.ConsoleLayer' not matched: Ansi.Underlining | 375 | case layer of | ^^^^^^^^^^^^^... [ 34 of 132] Compiling Reporting.Report ( compiler/src/Reporting/Report.hs, dist/build/elm/elm-tmp/Reporting/Report.dyn_o ) compiler/src/Reporting/Report.hs:21:19: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 21 | , _message :: D.Doc | ^^^^^ [ 35 of 132] Compiling Reporting.Render.Code ( compiler/src/Reporting/Render/Code.hs, dist/build/elm/elm-tmp/Reporting/Render/Code.dyn_o ) compiler/src/Reporting/Render/Code.hs:51:55: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 51 | toSnippet :: Source -> A.Region -> Maybe A.Region -> (D.Doc, D.Doc) -> D.Doc | ^^^^^ compiler/src/Reporting/Render/Code.hs:51:62: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 51 | toSnippet :: Source -> A.Region -> Maybe A.Region -> (D.Doc, D.Doc) -> D.Doc | ^^^^^ compiler/src/Reporting/Render/Code.hs:51:72: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 51 | toSnippet :: Source -> A.Region -> Maybe A.Region -> (D.Doc, D.Doc) -> D.Doc | ^^^^^ compiler/src/Reporting/Render/Code.hs:53:3: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 53 | D.vcat | ^^^^^^ compiler/src/Reporting/Render/Code.hs:61:46: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 61 | toPair :: Source -> A.Region -> A.Region -> (D.Doc, D.Doc) -> (D.Doc, D.Doc, D.Doc) -> D.Doc | ^^^^^ compiler/src/Reporting/Render/Code.hs:61:53: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 61 | toPair :: Source -> A.Region -> A.Region -> (D.Doc, D.Doc) -> (D.Doc, D.Doc, D.Doc) -> D.Doc | ^^^^^ compiler/src/Reporting/Render/Code.hs:61:64: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 61 | toPair :: Source -> A.Region -> A.Region -> (D.Doc, D.Doc) -> (D.Doc, D.Doc, D.Doc) -> D.Doc | ^^^^^ compiler/src/Reporting/Render/Code.hs:61:71: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 61 | toPair :: Source -> A.Region -> A.Region -> (D.Doc, D.Doc) -> (D.Doc, D.Doc, D.Doc) -> D.Doc | ^^^^^ compiler/src/Reporting/Render/Code.hs:61:78: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 61 | toPair :: Source -> A.Region -> A.Region -> (D.Doc, D.Doc) -> (D.Doc, D.Doc, D.Doc) -> D.Doc | ^^^^^ compiler/src/Reporting/Render/Code.hs:61:88: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 61 | toPair :: Source -> A.Region -> A.Region -> (D.Doc, D.Doc) -> (D.Doc, D.Doc, D.Doc) -> D.Doc | ^^^^^ compiler/src/Reporting/Render/Code.hs:65:7: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 65 | D.vcat | ^^^^^^ compiler/src/Reporting/Render/Code.hs:73:7: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 73 | D.vcat | ^^^^^^ compiler/src/Reporting/Render/Code.hs:93:51: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 93 | render :: Source -> A.Region -> Maybe A.Region -> Doc | ^^^ compiler/src/Reporting/Render/Code.hs:109:58: warning: [GHC-68441] [-Wdeprecations] In the use of `empty' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 109 | drawLines True width smallerRegion relevantLines D.empty | ^^^^^^^ compiler/src/Reporting/Render/Code.hs:115:53: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 115 | makeUnderline :: Int -> Word16 -> A.Region -> Maybe Doc | ^^^ compiler/src/Reporting/Render/Code.hs:125:35: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 125 | Just (D.fromChars spaces <> D.red (D.fromChars zigzag)) | ^^^^^ compiler/src/Reporting/Render/Code.hs:128:63: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 128 | drawLines :: Bool -> Int -> A.Region -> [(Word16, String)] -> Doc -> Doc | ^^^ compiler/src/Reporting/Render/Code.hs:128:70: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 128 | drawLines :: Bool -> Int -> A.Region -> [(Word16, String)] -> Doc -> Doc | ^^^ compiler/src/Reporting/Render/Code.hs:130:3: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 130 | D.vcat $ | ^^^^^^ compiler/src/Reporting/Render/Code.hs:135:68: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 135 | drawLine :: Bool -> Int -> Word16 -> Word16 -> (Word16, String) -> Doc | ^^^ compiler/src/Reporting/Render/Code.hs:140:63: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 140 | addLineNumber :: Bool -> Int -> Word16 -> Word16 -> Word16 -> Doc -> Doc | ^^^ compiler/src/Reporting/Render/Code.hs:140:70: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 140 | addLineNumber :: Bool -> Int -> Word16 -> Word16 -> Word16 -> Doc -> Doc | ^^^ compiler/src/Reporting/Render/Code.hs:151:9: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 151 | D.red ">" | ^^^^^ compiler/src/Reporting/Render/Code.hs:163:13: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 163 | = OneLine Doc | ^^^ compiler/src/Reporting/Render/Code.hs:164:15: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 164 | | TwoChunks Doc Doc | ^^^ compiler/src/Reporting/Render/Code.hs:164:19: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 164 | | TwoChunks Doc Doc | ^^^ compiler/src/Reporting/Render/Code.hs:181:7: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type `Maybe String' not matched: Nothing | 181 | (Just line) = List.lookup startRow1 sourceLines | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ compiler/src/Reporting/Render/Code.hs:184:7: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 184 | D.vcat | ^^^^^^ compiler/src/Reporting/Render/Code.hs:186:34: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 186 | , D.fromChars spaces1 <> D.red (D.fromChars zigzag1) <> | ^^^^^ compiler/src/Reporting/Render/Code.hs:187:34: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 187 | D.fromChars spaces2 <> D.red (D.fromChars zigzag2) | ^^^^^ [ 36 of 132] Compiling Elm.ModuleName ( compiler/src/Elm/ModuleName.hs, dist/build/elm/elm-tmp/Elm/ModuleName.dyn_o ) [ 37 of 132] Compiling Reporting.Render.Type.Localizer ( compiler/src/Reporting/Render/Type/Localizer.hs, dist/build/elm/elm-tmp/Reporting/Render/Type/Localizer.dyn_o ) compiler/src/Reporting/Render/Type/Localizer.hs:20:1: warning: [GHC-66111] [-Wunused-imports] The import of `Reporting.Doc' is redundant except perhaps to import instances from `Reporting.Doc' To import instances alone, use: import Reporting.Doc() | 20 | import Reporting.Doc ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ compiler/src/Reporting/Render/Type/Localizer.hs:54:60: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 54 | toDoc :: Localizer -> ModuleName.Canonical -> Name.Name -> D.Doc | ^^^^^ [ 38 of 132] Compiling Reporting.Error.Syntax ( compiler/src/Reporting/Error/Syntax.hs, dist/build/elm/elm-tmp/Reporting/Error/Syntax.dyn_o ) compiler/src/Reporting/Error/Syntax.hs:502:13: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 502 | , D.indent 4 $ D.fillSep $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:502:26: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 502 | , D.indent 4 $ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:503:17: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 503 | [ D.cyan "module", D.fromName name, D.cyan "exposing", "(..)" ] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:503:51: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 503 | [ D.cyan "module", D.fromName name, D.cyan "exposing", "(..)" ] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:526:17: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 526 | , D.indent 4 $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:527:19: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 527 | D.dullyellow (D.fromName actualName) <> " -> " <> D.green (D.fromName expectedName) | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:527:69: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 527 | D.dullyellow (D.fromName actualName) <> " -> " <> D.green (D.fromName expectedName) | ^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:543:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 543 | [ D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:544:47: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 544 | ["Switch","this","to","say",D.cyan "port module","instead," | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:561:13: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 561 | D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:562:37: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 562 | ["Switch","this","to",D.cyan "module" | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:589:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 589 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:590:35: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 590 | ["Remove","the",D.cyan "port","keyword","and","I" | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:623:26: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 623 | noteForPortsInPackage :: D.Doc | ^^^^^ compiler/src/Reporting/Error/Syntax.hs:669:17: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 669 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:669:30: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 669 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:670:21: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 670 | [ D.fillSep [D.cyan "module","Main",D.cyan "exposing","(..)"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:670:32: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 670 | [ D.fillSep [D.cyan "module","Main",D.cyan "exposing","(..)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:670:55: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 670 | [ D.fillSep [D.cyan "module","Main",D.cyan "exposing","(..)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:671:21: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 671 | , D.fillSep [D.cyan "module","Dict",D.cyan "exposing","(Dict, empty, get)"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:671:32: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 671 | , D.fillSep [D.cyan "module","Dict",D.cyan "exposing","(Dict, empty, get)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:671:55: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 671 | , D.fillSep [D.cyan "module","Dict",D.cyan "exposing","(Dict, empty, get)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:693:17: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 693 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:693:30: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 693 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:694:21: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 694 | [ D.fillSep [D.cyan "module","Dict",D.cyan "exposing","(..)"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:694:32: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 694 | [ D.fillSep [D.cyan "module","Dict",D.cyan "exposing","(..)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:694:55: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 694 | [ D.fillSep [D.cyan "module","Dict",D.cyan "exposing","(..)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:695:21: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 695 | , D.fillSep [D.cyan "module","Maybe",D.cyan "exposing","(..)"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:695:32: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 695 | , D.fillSep [D.cyan "module","Maybe",D.cyan "exposing","(..)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:695:56: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 695 | , D.fillSep [D.cyan "module","Maybe",D.cyan "exposing","(..)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:696:21: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 696 | , D.fillSep [D.cyan "module","Html.Attributes",D.cyan "exposing","(..)"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:696:32: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 696 | , D.fillSep [D.cyan "module","Html.Attributes",D.cyan "exposing","(..)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:696:66: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 696 | , D.fillSep [D.cyan "module","Html.Attributes",D.cyan "exposing","(..)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:697:21: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 697 | , D.fillSep [D.cyan "module","Json.Decode",D.cyan "exposing","(..)"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:697:32: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 697 | , D.fillSep [D.cyan "module","Json.Decode",D.cyan "exposing","(..)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:697:62: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 697 | , D.fillSep [D.cyan "module","Json.Decode",D.cyan "exposing","(..)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:720:17: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 720 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:720:30: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 720 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:721:21: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 721 | [ D.fillSep [D.cyan "port",D.cyan "module","WebSockets",D.cyan "exposing","(send, listen, keepAlive)"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:721:32: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 721 | [ D.fillSep [D.cyan "port",D.cyan "module","WebSockets",D.cyan "exposing","(send, listen, keepAlive)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:721:46: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 721 | [ D.fillSep [D.cyan "port",D.cyan "module","WebSockets",D.cyan "exposing","(send, listen, keepAlive)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:721:75: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 721 | [ D.fillSep [D.cyan "port",D.cyan "module","WebSockets",D.cyan "exposing","(send, listen, keepAlive)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:722:21: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 722 | , D.fillSep [D.cyan "port",D.cyan "module","Maps",D.cyan "exposing","(Location, goto)"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:722:32: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 722 | , D.fillSep [D.cyan "port",D.cyan "module","Maps",D.cyan "exposing","(Location, goto)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:722:46: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 722 | , D.fillSep [D.cyan "port",D.cyan "module","Maps",D.cyan "exposing","(Location, goto)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:722:69: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 722 | , D.fillSep [D.cyan "port",D.cyan "module","Maps",D.cyan "exposing","(Location, goto)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:741:17: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 741 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:741:30: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 741 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:742:21: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 742 | [ D.fillSep [D.cyan "port",D.cyan "module","WebSockets",D.cyan "exposing","(send, listen, keepAlive)"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:742:32: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 742 | [ D.fillSep [D.cyan "port",D.cyan "module","WebSockets",D.cyan "exposing","(send, listen, keepAlive)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:742:46: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 742 | [ D.fillSep [D.cyan "port",D.cyan "module","WebSockets",D.cyan "exposing","(send, listen, keepAlive)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:742:75: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 742 | [ D.fillSep [D.cyan "port",D.cyan "module","WebSockets",D.cyan "exposing","(send, listen, keepAlive)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:743:21: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 743 | , D.fillSep [D.cyan "port",D.cyan "module","Maps",D.cyan "exposing","(Location, goto)"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:743:32: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 743 | , D.fillSep [D.cyan "port",D.cyan "module","Maps",D.cyan "exposing","(Location, goto)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:743:46: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 743 | , D.fillSep [D.cyan "port",D.cyan "module","Maps",D.cyan "exposing","(Location, goto)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:743:69: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 743 | , D.fillSep [D.cyan "port",D.cyan "module","Maps",D.cyan "exposing","(Location, goto)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:800:21: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 800 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:800:34: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 800 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:801:25: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 801 | [ D.fillSep [D.cyan "import","Html"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:801:36: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 801 | [ D.fillSep [D.cyan "import","Html"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:804:43: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 804 | , " Html.text " <> D.dullyellow "\"Hello!\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:830:17: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 830 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:830:30: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 830 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:831:21: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 831 | [ D.fillSep [D.cyan "import","Dict"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:831:32: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 831 | [ D.fillSep [D.cyan "import","Dict"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:832:21: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 832 | , D.fillSep [D.cyan "import","Maybe"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:832:32: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 832 | , D.fillSep [D.cyan "import","Maybe"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:833:21: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 833 | , D.fillSep [D.cyan "import","Html.Attributes",D.cyan "as","A"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:833:32: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 833 | , D.fillSep [D.cyan "import","Html.Attributes",D.cyan "as","A"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:833:66: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 833 | , D.fillSep [D.cyan "import","Html.Attributes",D.cyan "as","A"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:834:21: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 834 | , D.fillSep [D.cyan "import","Json.Decode",D.cyan "exposing","(..)"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:834:32: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 834 | , D.fillSep [D.cyan "import","Json.Decode",D.cyan "exposing","(..)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:834:62: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 834 | , D.fillSep [D.cyan "import","Json.Decode",D.cyan "exposing","(..)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:858:17: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 858 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:858:30: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 858 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:859:21: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 859 | [ D.fillSep [D.cyan "import","Html.Attributes",D.cyan "as","Attr"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:859:32: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 859 | [ D.fillSep [D.cyan "import","Html.Attributes",D.cyan "as","Attr"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:859:66: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 859 | [ D.fillSep [D.cyan "import","Html.Attributes",D.cyan "as","Attr"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:860:21: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 860 | , D.fillSep [D.cyan "import","WebGL.Texture",D.cyan "as","Texture"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:860:32: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 860 | , D.fillSep [D.cyan "import","WebGL.Texture",D.cyan "as","Texture"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:860:64: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 860 | , D.fillSep [D.cyan "import","WebGL.Texture",D.cyan "as","Texture"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:861:21: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 861 | , D.fillSep [D.cyan "import","Json.Decode",D.cyan "as","D"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:861:32: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 861 | , D.fillSep [D.cyan "import","Json.Decode",D.cyan "as","D"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:861:62: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 861 | , D.fillSep [D.cyan "import","Json.Decode",D.cyan "as","D"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:898:17: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 898 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:898:30: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 898 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:899:21: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 899 | [ D.fillSep [D.cyan "import","Html",D.cyan "exposing","(..)"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:899:32: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 899 | [ D.fillSep [D.cyan "import","Html",D.cyan "exposing","(..)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:899:55: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 899 | [ D.fillSep [D.cyan "import","Html",D.cyan "exposing","(..)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:900:21: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 900 | , D.fillSep [D.cyan "import","Html",D.cyan "exposing","(Html, div, text)"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:900:32: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 900 | , D.fillSep [D.cyan "import","Html",D.cyan "exposing","(Html, div, text)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:900:55: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 900 | , D.fillSep [D.cyan "import","Html",D.cyan "exposing","(Html, div, text)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1061:21: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1061 | , D.dullyellow $ D.indent 4 $ D.vcat $ | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1061:36: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1061 | , D.dullyellow $ D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1061:49: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1061 | , D.dullyellow $ D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1131:13: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1131 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1131:26: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1131 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1132:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1132 | [ D.fillSep [D.cyan "import","Html"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1132:28: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1132 | [ D.fillSep [D.cyan "import","Html"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1133:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1133 | , D.fillSep [D.cyan "import","Html",D.cyan "as","H"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1133:28: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1133 | , D.fillSep [D.cyan "import","Html",D.cyan "as","H"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1133:51: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1133 | , D.fillSep [D.cyan "import","Html",D.cyan "as","H"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1134:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1134 | , D.fillSep [D.cyan "import","Html",D.cyan "as","H",D.cyan "exposing","(..)"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1134:28: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1134 | , D.fillSep [D.cyan "import","Html",D.cyan "as","H",D.cyan "exposing","(..)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1134:51: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1134 | , D.fillSep [D.cyan "import","Html",D.cyan "as","H",D.cyan "exposing","(..)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1134:67: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1134 | , D.fillSep [D.cyan "import","Html",D.cyan "as","H",D.cyan "exposing","(..)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1135:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1135 | , D.fillSep [D.cyan "import","Html",D.cyan "exposing","(Html, div, text)"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1135:28: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1135 | , D.fillSep [D.cyan "import","Html",D.cyan "exposing","(Html, div, text)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1135:51: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1135 | , D.fillSep [D.cyan "import","Html",D.cyan "exposing","(Html, div, text)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1166:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1166 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1168:44: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1168 | ,"So","try","adding","a",D.green "(","here?" | ^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1171:17: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1171 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1171:30: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1171 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1172:21: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1172 | [ D.fillSep [D.cyan "import","Html",D.cyan "exposing","(..)"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1172:32: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1172 | [ D.fillSep [D.cyan "import","Html",D.cyan "exposing","(..)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1172:55: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1172 | [ D.fillSep [D.cyan "import","Html",D.cyan "exposing","(..)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1173:21: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1173 | , D.fillSep [D.cyan "import","Html",D.cyan "exposing","(Html, div, text)"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1173:32: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1173 | , D.fillSep [D.cyan "import","Html",D.cyan "exposing","(Html, div, text)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1173:55: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1173 | , D.fillSep [D.cyan "import","Html",D.cyan "exposing","(Html, div, text)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1212:21: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1212 | , D.indent 4 $ D.dullyellow (D.fromChars op) <> " -> " <> D.green ("(" <> D.fromChars op <> ")") | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1212:34: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1212 | , D.indent 4 $ D.dullyellow (D.fromChars op) <> " -> " <> D.green ("(" <> D.fromChars op <> ")") | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1212:77: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1212 | , D.indent 4 $ D.dullyellow (D.fromChars op) <> " -> " <> D.green ("(" <> D.fromChars op <> ")") | ^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1231:21: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1231 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1231:34: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1231 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1232:25: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1232 | [ D.fillSep [D.cyan "import","Html",D.cyan "exposing","(..)"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1232:36: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1232 | [ D.fillSep [D.cyan "import","Html",D.cyan "exposing","(..)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1232:59: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1232 | [ D.fillSep [D.cyan "import","Html",D.cyan "exposing","(..)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1233:25: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1233 | , D.fillSep [D.cyan "import","Basics",D.cyan "exposing","(Int, Float, Bool(..), (+), not, sqrt)"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1233:36: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1233 | , D.fillSep [D.cyan "import","Basics",D.cyan "exposing","(Int, Float, Bool(..), (+), not, sqrt)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1233:61: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1233 | , D.fillSep [D.cyan "import","Basics",D.cyan "exposing","(Int, Float, Bool(..), (+), not, sqrt)"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1252:13: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1252 | D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1254:46: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1254 | ,"to","see","something","like",D.dullyellow "(+)","or",D.dullyellow "(|=)" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1254:70: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1254 | ,"to","see","something","like",D.dullyellow "(+)","or",D.dullyellow "(|=)" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1255:21: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1255 | ,"or",D.dullyellow "(||)","after","I","saw","that","open","parenthesis." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1272:26: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1272 | BadPipe -> D.fillSep ["Maybe","you","want",D.dullyellow "(||)","instead?"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1272:58: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1272 | BadPipe -> D.fillSep ["Maybe","you","want",D.dullyellow "(||)","instead?"] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1274:28: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1274 | BadEquals -> D.fillSep ["Maybe","you","want",D.dullyellow "(==)","instead?"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1274:60: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1274 | BadEquals -> D.fillSep ["Maybe","you","want",D.dullyellow "(==)","instead?"] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1275:29: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1275 | BadHasType -> D.fillSep ["Maybe","you","want",D.dullyellow "(::)","instead?"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1275:61: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1275 | BadHasType -> D.fillSep ["Maybe","you","want",D.dullyellow "(::)","instead?"] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1289:13: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1289 | D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1291:61: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1291 | ,"after","the","operator.","Try","adding","a",D.green ")","right","here?" | ^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1322:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1322 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1324:20: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1324 | ,D.dullyellow "Status(..)","or",D.dullyellow "Entity(..)" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1324:51: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1324 | ,D.dullyellow "Status(..)","or",D.dullyellow "Entity(..)" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1349:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1349 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1351:39: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1351 | ,"Try","adding","a",D.green ")","right","here?" | ^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1516:21: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1516 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1516:34: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1516 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1517:25: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1517 | [ D.indent 0 $ D.fillSep ["getWidth","maybeWidth","="] | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1517:38: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1517 | [ D.indent 0 $ D.fillSep ["getWidth","maybeWidth","="] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1518:25: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1518 | , D.indent 2 $ D.fillSep [D.cyan "case","maybeWidth",D.cyan "of"] | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1518:38: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1518 | , D.indent 2 $ D.fillSep [D.cyan "case","maybeWidth",D.cyan "of"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1518:49: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1518 | , D.indent 2 $ D.fillSep [D.cyan "case","maybeWidth",D.cyan "of"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1518:76: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1518 | , D.indent 2 $ D.fillSep [D.cyan "case","maybeWidth",D.cyan "of"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1519:25: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1519 | , D.indent 4 $ D.fillSep [D.blue "Just","width","->"] | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1519:38: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1519 | , D.indent 4 $ D.fillSep [D.blue "Just","width","->"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1519:49: warning: [GHC-68441] [-Wdeprecations] In the use of `blue' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1519 | , D.indent 4 $ D.fillSep [D.blue "Just","width","->"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1520:25: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1520 | , D.indent 6 $ D.fillSep ["width","+",D.dullyellow "200"] | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1520:38: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1520 | , D.indent 6 $ D.fillSep ["width","+",D.dullyellow "200"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1520:61: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1520 | , D.indent 6 $ D.fillSep ["width","+",D.dullyellow "200"] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1522:25: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1522 | , D.indent 4 $ D.fillSep [D.blue "Nothing","->"] | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1522:38: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1522 | , D.indent 4 $ D.fillSep [D.blue "Nothing","->"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1522:49: warning: [GHC-68441] [-Wdeprecations] In the use of `blue' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1522 | , D.indent 4 $ D.fillSep [D.blue "Nothing","->"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1523:25: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1523 | , D.indent 6 $ D.fillSep [D.dullyellow "400"] | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1523:38: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1523 | , D.indent 6 $ D.fillSep [D.dullyellow "400"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1523:49: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1523 | , D.indent 6 $ D.fillSep [D.dullyellow "400"] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1536:21: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1536 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1536:34: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1536 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1538:25: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1538 | , D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1540:28: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1540 | ,D.cyan "if","name","==",D.dullyellow "\"Abraham Lincoln\"" | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1540:52: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1540 | ,D.cyan "if","name","==",D.dullyellow "\"Abraham Lincoln\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1541:28: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1541 | ,D.cyan "then",D.dullyellow "\"Greetings Mr. President.\"" | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1541:42: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1541 | ,D.cyan "then",D.dullyellow "\"Greetings Mr. President.\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1542:28: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1542 | ,D.cyan "else",D.dullyellow "\"Hey!\"" | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1542:42: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1542 | ,D.cyan "else",D.dullyellow "\"Hey!\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1565:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1565 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1567:20: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1567 | ,D.green (D.fromChars (Char.toLower c : cs)) | ^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1572:17: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1572 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1572:30: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1572 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1575:29: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1575 | , " " <> D.dullyellow "\"Hello \"" <> " ++ name ++ " <> D.dullyellow "\"!\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1575:76: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1575 | , " " <> D.dullyellow "\"Hello \"" <> " ++ name ++ " <> D.dullyellow "\"!\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1577:21: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1577 | , D.cyan "type" <> " User = Anonymous | LoggedIn String" | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1597:17: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1597 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1597:30: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1597 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1600:29: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1600 | , " " <> D.dullyellow "\"Hello \"" <> " ++ name ++ " <> D.dullyellow "\"!\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1600:76: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1600 | , " " <> D.dullyellow "\"Hello \"" <> " ++ name ++ " <> D.dullyellow "\"!\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1602:21: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1602 | , D.cyan "type" <> " User = Anonymous | LoggedIn String" | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1622:17: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1622 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1622:30: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1622 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1625:29: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1625 | , " " <> D.dullyellow "\"Hello \"" <> " ++ name ++ " <> D.dullyellow "\"!\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1625:76: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1625 | , " " <> D.dullyellow "\"Hello \"" <> " ++ name ++ " <> D.dullyellow "\"!\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1627:21: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1627 | , D.cyan "type" <> " User = Anonymous | LoggedIn String" | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1675:21: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1675 | [ D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1677:24: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1677 | ,D.dullyellow "send","or",D.dullyellow "receive","next." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1677:49: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1677 | ,D.dullyellow "send","or",D.dullyellow "receive","next." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1718:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1718 | [ D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1720:20: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1720 | ,D.dullyellow "send","or",D.dullyellow "receive","next." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1720:45: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1720 | ,D.dullyellow "send","or",D.dullyellow "receive","next." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1761:17: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1761 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1761:30: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1761 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1762:21: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1762 | [ D.fillSep [D.cyan "port","send",":","String -> Cmd msg"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1762:32: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1762 | [ D.fillSep [D.cyan "port","send",":","String -> Cmd msg"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1763:21: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1763 | , D.fillSep [D.cyan "port","receive",":","(String -> msg) -> Sub msg"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1763:32: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1763 | , D.fillSep [D.cyan "port","receive",":","(String -> msg) -> Sub msg"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1775:13: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1775 | portNote :: D.Doc | ^^^^^ compiler/src/Reporting/Error/Syntax.hs:1780:7: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1780 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1780:20: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1780 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1781:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1781 | [ D.fillSep [D.cyan "port","send",":","String -> Cmd msg"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1781:22: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1781 | [ D.fillSep [D.cyan "port","send",":","String -> Cmd msg"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1782:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1782 | , D.fillSep [D.cyan "port","receive",":","(String -> msg) -> Sub msg"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1782:22: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1782 | , D.fillSep [D.cyan "port","receive",":","(String -> msg) -> Sub msg"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1815:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1815 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1816:60: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1816 | ["I","was","expecting","a","name","like",D.dullyellow "Status","or",D.dullyellow "Style" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1816:87: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1816 | ["I","was","expecting","a","name","like",D.dullyellow "Status","or",D.dullyellow "Style" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1841:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1841 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1842:60: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1842 | ["I","was","expecting","a","name","like",D.dullyellow "Status","or",D.dullyellow "Style" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1842:87: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1842 | ["I","was","expecting","a","name","like",D.dullyellow "Status","or",D.dullyellow "Style" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1868:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1868 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1869:60: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1869 | ["I","was","expecting","a","name","like",D.dullyellow "Person","or",D.dullyellow "Point" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1869:87: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1869 | ["I","was","expecting","a","name","like",D.dullyellow "Person","or",D.dullyellow "Point" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1948:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1948 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1950:25: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1950 | ,"as",D.dullyellow "Int","or",D.dullyellow "Float","would","work!" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1950:49: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1950 | ,"as",D.dullyellow "Int","or",D.dullyellow "Float","would","work!" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1957:18: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1957 | typeAliasNote :: D.Doc | ^^^^^ compiler/src/Reporting/Error/Syntax.hs:1962:7: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1962 | , D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1963:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1963 | [ D.indent 4 $ D.fillSep [D.cyan "type",D.cyan "alias","Person","="] | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1963:24: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1963 | [ D.indent 4 $ D.fillSep [D.cyan "type",D.cyan "alias","Person","="] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1963:35: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1963 | [ D.indent 4 $ D.fillSep [D.cyan "type",D.cyan "alias","Person","="] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1963:49: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1963 | [ D.indent 4 $ D.fillSep [D.cyan "type",D.cyan "alias","Person","="] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1964:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1964 | , D.indent 6 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1964:24: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1964 | , D.indent 6 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1996:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1996 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1997:60: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1997 | ["I","was","expecting","a","name","like",D.dullyellow "Status","or",D.dullyellow "Style" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:1997:87: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1997 | ["I","was","expecting","a","name","like",D.dullyellow "Status","or",D.dullyellow "Style" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2073:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2073 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2075:39: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2075 | ,"Something","like",D.dullyellow "Success","or",D.dullyellow "Sandwich" <> "." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2075:67: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2075 | ,"Something","like",D.dullyellow "Success","or",D.dullyellow "Sandwich" <> "." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2158:19: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2158 | customTypeNote :: D.Doc | ^^^^^ compiler/src/Reporting/Error/Syntax.hs:2163:7: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2163 | , D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2164:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2164 | [ D.indent 4 $ D.fillSep [D.cyan "type","Status"] | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2164:24: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2164 | [ D.indent 4 $ D.fillSep [D.cyan "type","Status"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2164:35: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2164 | [ D.indent 4 $ D.fillSep [D.cyan "type","Status"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2165:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2165 | , D.indent 6 $ D.fillSep ["=","Failure"] | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2165:24: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2165 | , D.indent 6 $ D.fillSep ["=","Failure"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2166:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2166 | , D.indent 6 $ D.fillSep ["|","Waiting"] | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2166:24: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2166 | , D.indent 6 $ D.fillSep ["|","Waiting"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2167:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2167 | , D.indent 6 $ D.fillSep ["|","Success","String"] | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2167:24: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2167 | , D.indent 6 $ D.fillSep ["|","Success","String"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2198:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2198 | D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2200:27: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2200 | ,"`" <> D.cyan (D.fromChars keyword) <> "`" | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2212:37: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2212 | ,"((x,y)",D.cyan "as","point)","where","you","want","to","name","a","tuple","and" | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2234:21: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2234 | [ D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2235:53: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2235 | ["This","usually","means","a",D.green ":","is","missing","a","bit","earlier","in" | ^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2239:21: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2239 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2239:34: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2239 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2242:33: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2242 | , " " <> D.dullyellow "\"Hello \"" <> " ++ name ++ " <> D.dullyellow "\"!\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2242:80: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2242 | , " " <> D.dullyellow "\"Hello \"" <> " ++ name ++ " <> D.dullyellow "\"!\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2264:21: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2264 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2264:34: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2264 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2267:33: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2267 | , " " <> D.dullyellow "\"Hello \"" <> " ++ name ++ " <> D.dullyellow "\"!\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2267:80: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2267 | , " " <> D.dullyellow "\"Hello \"" <> " ++ name ++ " <> D.dullyellow "\"!\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2289:21: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2289 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2289:34: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2289 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2292:33: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2292 | , " " <> D.dullyellow "\"Hello \"" <> " ++ name ++ " <> D.dullyellow "\"!\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2292:80: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2292 | , " " <> D.dullyellow "\"Hello \"" <> " ++ name ++ " <> D.dullyellow "\"!\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2342:17: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2342 | , D.indent 4 $ D.fillSep $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2342:30: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2342 | , D.indent 4 $ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2343:20: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2343 | [D.dullyellow (D.fromName defName),"->",D.green (D.fromName name)] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2343:59: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2343 | [D.dullyellow (D.fromName defName),"->",D.green (D.fromName name)] | ^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2402:16: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2402 | declDefNote :: D.Doc | ^^^^^ compiler/src/Reporting/Error/Syntax.hs:2407:7: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2407 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2407:20: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2407 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2410:19: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2410 | , " " <> D.dullyellow "\"Hello \"" <> " ++ name ++ " <> D.dullyellow "\"!\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2410:66: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2410 | , " " <> D.dullyellow "\"Hello \"" <> " ++ name ++ " <> D.dullyellow "\"!\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2495:13: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2495 | D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2496:35: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2496 | ["Something","like",D.dullyellow".name","or",D.dullyellow".price" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2496:60: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2496 | ["Something","like",D.dullyellow".name","or",D.dullyellow".price" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2511:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2511 | D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2512:39: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2512 | ["Something","like",D.dullyellow".name","or",D.dullyellow".price" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2512:64: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2512 | ["Something","like",D.dullyellow".name","or",D.dullyellow".price" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2536:15: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2536 | D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2538:37: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2538 | ,"Something","like",D.dullyellow "42","or",D.dullyellow "1000" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2538:60: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2538 | ,"Something","like",D.dullyellow "42","or",D.dullyellow "1000" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2542:15: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2542 | D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2544:37: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2544 | ,"Something","like",D.dullyellow "True","or",D.dullyellow "False" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2544:62: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2544 | ,"Something","like",D.dullyellow "True","or",D.dullyellow "False" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2587:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2587 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2589:20: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2589 | ,D.dullyellow "42","or",D.dullyellow"\"hello\"" <> "." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2589:43: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2589 | ,D.dullyellow "42","or",D.dullyellow"\"hello\"" <> "." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2637:17: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2637 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2637:30: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2637 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2655:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2655 | D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2657:20: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2657 | ,D.dullyellow "42","or",D.dullyellow"\"hello\"" <> "." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2657:43: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2657 | ,D.dullyellow "42","or",D.dullyellow"\"hello\"" <> "." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2706:17: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2706 | , D.indent 4 $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2707:19: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2707 | D.dullyellow "'this'" <> " => " <> D.green "\"this\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2707:54: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2707 | D.dullyellow "'this'" <> " => " <> D.green "\"this\"" | ^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2735:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2735 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2736:44: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2736 | ["Strings","look","like",D.green "\"this\"","with","double" | ^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2743:17: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2743 | , D.dullyellow $ D.indent 4 $ D.vcat $ | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2743:32: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2743 | , D.dullyellow $ D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2743:45: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2743 | , D.dullyellow $ D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2770:17: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2770 | , D.dullyellow $ D.indent 4 $ D.vcat $ | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2770:32: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2770 | , D.dullyellow $ D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2770:45: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2770 | , D.dullyellow $ D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2807:17: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2807 | , D.dullyellow $ D.indent 4 $ D.vcat $ | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2807:32: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2807 | , D.dullyellow $ D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2807:45: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2807 | , D.dullyellow $ D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2838:17: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2838 | , D.dullyellow $ D.indent 4 $ D.vcat $ | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2838:32: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2838 | , D.dullyellow $ D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2838:45: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2838 | , D.dullyellow $ D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2878:15: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2878 | D.fillSep ["Try",D.green suggestion,"instead?"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2878:32: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2878 | D.fillSep ["Try",D.green suggestion,"instead?"] | ^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2886:15: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2886 | D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2888:18: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2888 | ,D.green "\\u{0000}","and",D.green "\\u{10FFFF}" <> "," | ^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2888:44: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2888 | ,D.green "\\u{0000}","and",D.green "\\u{10FFFF}" <> "," | ^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2915:17: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2915 | , D.indent 4 $ D.vcat [ "42", "3.14", "6.022e23", "0x002B" ] | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2915:30: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2915 | , D.indent 4 $ D.vcat [ "42", "3.14", "6.022e23", "0x002B" ] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2928:13: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2928 | D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2929:33: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2929 | ["Switching","to",D.green (D.fromChars (show int)) | ^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2930:21: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2930 | ,"or",D.green (D.fromChars (show int ++ ".0")) | ^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2946:17: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2946 | , D.indent 4 $ D.vcat [ "0x2B", "0x002B", "0x00ffb3" ] | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:2946:30: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2946 | , D.indent 4 $ D.vcat [ "0x2B", "0x002B", "0x00ffb3" ] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3095:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3095 | D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3096:41: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3096 | ["Maybe","you","want",D.green "::","instead?" | ^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3103:21: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3103 | D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3104:45: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3104 | ["Maybe","you","want",D.green "::","instead?" | ^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3143:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3143 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3144:93: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3144 | ["Based","on","the","indentation,","I","was","expecting","to","see","the",D.cyan "in" | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3166:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3166 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3167:93: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3167 | ["Based","on","the","indentation,","I","was","expecting","to","see","the",D.cyan "in" | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3216:9: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3216 | D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3217:51: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3217 | ["I","was","expecting","to","see","the",D.cyan "in","keyword","next." | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3227:67: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3227 | toUnfinishLetReport :: Code.Source -> Row -> Col -> Row -> Col -> D.Doc -> Report.Report | ^^^^^ compiler/src/Reporting/Error/Syntax.hs:3243:13: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3243 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3243:26: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3243 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3244:17: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3244 | [ D.indent 0 $ D.fillSep ["viewPerson","person","="] | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3244:30: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3244 | [ D.indent 0 $ D.fillSep ["viewPerson","person","="] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3245:17: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3245 | , D.indent 2 $ D.fillSep [D.cyan "let"] | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3245:30: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3245 | , D.indent 2 $ D.fillSep [D.cyan "let"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3245:41: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3245 | , D.indent 2 $ D.fillSep [D.cyan "let"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3246:17: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3246 | , D.indent 4 $ D.fillSep ["fullName","="] | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3246:30: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3246 | , D.indent 4 $ D.fillSep ["fullName","="] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3247:17: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3247 | , D.indent 6 $ D.fillSep ["person.firstName","++",D.dullyellow "\" \"","++","person.lastName"] | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3247:30: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3247 | , D.indent 6 $ D.fillSep ["person.firstName","++",D.dullyellow "\" \"","++","person.lastName"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3247:65: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3247 | , D.indent 6 $ D.fillSep ["person.firstName","++",D.dullyellow "\" \"","++","person.lastName"] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3248:17: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3248 | , D.indent 2 $ D.fillSep [D.cyan "in"] | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3248:30: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3248 | , D.indent 2 $ D.fillSep [D.cyan "in"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3248:41: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3248 | , D.indent 2 $ D.fillSep [D.cyan "in"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3249:17: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3249 | , D.indent 2 $ D.fillSep ["div","[]","[","text","fullName","]"] | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3249:30: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3249 | , D.indent 2 $ D.fillSep ["div","[]","[","text","fullName","]"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3303:17: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3303 | , D.indent 4 $ D.fillSep $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3303:30: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3303 | , D.indent 4 $ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3304:20: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3304 | [D.dullyellow (D.fromName defName),"->",D.green (D.fromName name)] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3304:59: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3304 | [D.dullyellow (D.fromName defName),"->",D.green (D.fromName name)] | ^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3321:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3321 | D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3323:27: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3323 | ,"`" <> D.cyan (D.fromChars keyword) <> "`" | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3335:37: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3335 | ,"((x,y)",D.cyan "as","point)","where","you","want","to","name","a","tuple","and" | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3357:21: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3357 | [ D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3358:53: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3358 | ["This","usually","means","a",D.green ":","is","missing","a","bit","earlier","in" | ^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3362:21: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3362 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3362:34: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3362 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3365:33: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3365 | , " " <> D.dullyellow "\"Hello \"" <> " ++ name ++ " <> D.dullyellow "\"!\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3365:80: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3365 | , " " <> D.dullyellow "\"Hello \"" <> " ++ name ++ " <> D.dullyellow "\"!\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3387:21: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3387 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3387:34: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3387 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3390:33: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3390 | , " " <> D.dullyellow "\"Hello \"" <> " ++ name ++ " <> D.dullyellow "\"!\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3390:80: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3390 | , " " <> D.dullyellow "\"Hello \"" <> " ++ name ++ " <> D.dullyellow "\"!\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3412:21: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3412 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3412:34: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3412 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3415:33: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3415 | , " " <> D.dullyellow "\"Hello \"" <> " ++ name ++ " <> D.dullyellow "\"!\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3415:80: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3415 | , " " <> D.dullyellow "\"Hello \"" <> " ++ name ++ " <> D.dullyellow "\"!\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3500:12: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3500 | defNote :: D.Doc | ^^^^^ compiler/src/Reporting/Error/Syntax.hs:3505:7: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3505 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3505:20: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3505 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3508:19: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3508 | , " " <> D.dullyellow "\"Hello \"" <> " ++ name ++ " <> D.dullyellow "\"!\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3508:66: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3508 | , " " <> D.dullyellow "\"Hello \"" <> " ++ name ++ " <> D.dullyellow "\"!\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3604:9: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3604 | D.fillSep ["I","was","expecting","to","see","the",D.dullyellow "of","keyword","next."] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3604:59: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3604 | D.fillSep ["I","was","expecting","to","see","the",D.dullyellow "of","keyword","next."] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3638:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3638 | D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3639:38: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3639 | ["I","am","seeing",D.dullyellow ":","but","maybe","you","want",D.green "::","instead?" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3639:82: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3639 | ["I","am","seeing",D.dullyellow ":","but","maybe","you","want",D.green "::","instead?" | ^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3655:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3655 | D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3656:38: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3656 | ["I","am","seeing",D.dullyellow "=","but","maybe","you","want",D.green "->","instead?" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3656:82: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3656 | ["I","am","seeing",D.dullyellow "=","but","maybe","you","want",D.green "->","instead?" | ^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3685:9: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3685 | D.fillSep ["I","was","expecting","to","see","the",D.dullyellow "of","keyword","next."] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3685:59: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3685 | D.fillSep ["I","was","expecting","to","see","the",D.dullyellow "of","keyword","next."] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3697:9: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3697 | D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3699:27: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3699 | ,"to","see","a",D.dullyellow "->","next." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3714:68: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3714 | toUnfinishCaseReport :: Code.Source -> Row -> Col -> Row -> Col -> D.Doc -> Report.Report | ^^^^^ compiler/src/Reporting/Error/Syntax.hs:3733:21: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3733 | noteForCaseError :: D.Doc | ^^^^^ compiler/src/Reporting/Error/Syntax.hs:3738:7: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3738 | , D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3739:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3739 | [ D.indent 4 $ D.fillSep [D.cyan "case","maybeWidth",D.cyan "of"] | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3739:24: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3739 | [ D.indent 4 $ D.fillSep [D.cyan "case","maybeWidth",D.cyan "of"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3739:35: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3739 | [ D.indent 4 $ D.fillSep [D.cyan "case","maybeWidth",D.cyan "of"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3739:62: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3739 | [ D.indent 4 $ D.fillSep [D.cyan "case","maybeWidth",D.cyan "of"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3740:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3740 | , D.indent 6 $ D.fillSep [D.blue "Just","width","->"] | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3740:24: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3740 | , D.indent 6 $ D.fillSep [D.blue "Just","width","->"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3740:35: warning: [GHC-68441] [-Wdeprecations] In the use of `blue' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3740 | , D.indent 6 $ D.fillSep [D.blue "Just","width","->"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3741:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3741 | , D.indent 8 $ D.fillSep ["width","+",D.dullyellow "200"] | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3741:24: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3741 | , D.indent 8 $ D.fillSep ["width","+",D.dullyellow "200"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3741:47: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3741 | , D.indent 8 $ D.fillSep ["width","+",D.dullyellow "200"] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3743:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3743 | , D.indent 6 $ D.fillSep [D.blue "Nothing","->"] | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3743:24: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3743 | , D.indent 6 $ D.fillSep [D.blue "Nothing","->"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3743:35: warning: [GHC-68441] [-Wdeprecations] In the use of `blue' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3743 | , D.indent 6 $ D.fillSep [D.blue "Nothing","->"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3744:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3744 | , D.indent 8 $ D.fillSep [D.dullyellow "400"] | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3744:24: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3744 | , D.indent 8 $ D.fillSep [D.dullyellow "400"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3744:35: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3744 | , D.indent 8 $ D.fillSep [D.dullyellow "400"] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3752:27: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3752 | noteForCaseIndentError :: D.Doc | ^^^^^ compiler/src/Reporting/Error/Syntax.hs:3758:7: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3758 | , D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3759:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3759 | [ D.indent 4 $ D.fillSep [D.cyan "case","maybeWidth",D.cyan "of"] | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3759:24: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3759 | [ D.indent 4 $ D.fillSep [D.cyan "case","maybeWidth",D.cyan "of"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3759:35: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3759 | [ D.indent 4 $ D.fillSep [D.cyan "case","maybeWidth",D.cyan "of"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3759:62: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3759 | [ D.indent 4 $ D.fillSep [D.cyan "case","maybeWidth",D.cyan "of"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3760:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3760 | , D.indent 6 $ D.fillSep [D.blue "Just","width","->"] | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3760:24: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3760 | , D.indent 6 $ D.fillSep [D.blue "Just","width","->"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3760:35: warning: [GHC-68441] [-Wdeprecations] In the use of `blue' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3760 | , D.indent 6 $ D.fillSep [D.blue "Just","width","->"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3761:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3761 | , D.indent 8 $ D.fillSep ["width","+",D.dullyellow "200"] | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3761:24: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3761 | , D.indent 8 $ D.fillSep ["width","+",D.dullyellow "200"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3761:47: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3761 | , D.indent 8 $ D.fillSep ["width","+",D.dullyellow "200"] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3763:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3763 | , D.indent 6 $ D.fillSep [D.blue "Nothing","->"] | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3763:24: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3763 | , D.indent 6 $ D.fillSep [D.blue "Nothing","->"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3763:35: warning: [GHC-68441] [-Wdeprecations] In the use of `blue' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3763 | , D.indent 6 $ D.fillSep [D.blue "Nothing","->"] | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3764:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3764 | , D.indent 8 $ D.fillSep [D.dullyellow "400"] | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3764:24: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3764 | , D.indent 8 $ D.fillSep [D.dullyellow "400"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3764:35: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3764 | , D.indent 8 $ D.fillSep [D.dullyellow "400"] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3794:13: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3794 | D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3795:55: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3795 | ["I","was","expecting","to","see","the",D.cyan "then","keyword","next." | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3810:13: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3810 | D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3811:55: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3811 | ["I","was","expecting","to","see","the",D.cyan "else","keyword","next." | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3851:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3851 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3852:78: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3852 | ["I","was","expecting","to","see","an","expression","like",D.dullyellow "x < 0" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3872:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3872 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3873:59: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3873 | ["I","was","expecting","to","see","the",D.cyan "then","keyword","next." | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3933:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3933 | D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3934:39: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3934 | ["I","think","this",D.cyan "else","keyword","needs","to","be","indented","more." | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3951:21: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3951 | [ D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3954:35: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3954 | ,"Add","an",D.cyan "else","branch","to","handle","that","scenario!" | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:3997:21: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 3997 | [ D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4000:24: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4000 | ,D.dullyellow "userName","or",D.dullyellow "plantHeight" <> "." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4000:53: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4000 | ,D.dullyellow "userName","or",D.dullyellow "plantHeight" <> "." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4021:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4021 | [ D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4023:44: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4023 | ,"so","try","adding","a",D.dullyellow "}","and","see","if","that","helps?" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4100:21: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4100 | [ D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4103:24: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4103 | ,D.dullyellow "userName","or",D.dullyellow "plantHeight" <> "." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4103:53: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4103 | ,D.dullyellow "userName","or",D.dullyellow "plantHeight" <> "." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4124:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4124 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4126:75: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4126 | ,"an","equals","sign","next.","So","try","putting","an",D.green "=","sign","here?" | ^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4150:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4150 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4151:61: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4151 | ["I","am","expecting","a","record","like",D.dullyellow "{ x = 3, y = 4 }","here." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4190:21: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4190 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4192:44: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4192 | ,"Try","putting","a",D.green "}","next","and","see","if","that","helps?" | ^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4231:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4231 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4232:41: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4232 | ["Try","putting","an",D.green "=","followed","by","an","expression?" | ^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4250:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4250 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4252:20: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4252 | ,D.dullyellow "42","or",D.dullyellow"\"hello\"","for","now?" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4252:43: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4252 | ,D.dullyellow "42","or",D.dullyellow"\"hello\"","for","now?" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4259:23: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4259 | noteForRecordError :: D.Doc | ^^^^^ compiler/src/Reporting/Error/Syntax.hs:4264:7: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4264 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4264:20: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4264 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4265:26: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4265 | [ "{ name = " <> D.dullyellow "\"Alice\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4266:25: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4266 | , ", age = " <> D.dullyellow "42" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4267:28: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4267 | , ", height = " <> D.dullyellow "1.75" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4276:29: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4276 | noteForRecordIndentError :: D.Doc | ^^^^^ compiler/src/Reporting/Error/Syntax.hs:4282:7: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4282 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4282:20: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4282 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4283:26: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4283 | [ "{ name = " <> D.dullyellow "\"Alice\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4284:25: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4284 | , ", age = " <> D.dullyellow "42" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4285:28: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4285 | , ", height = " <> D.dullyellow "1.75" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4319:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4319 | [ D.fillSep ["Try","adding","a",D.dullyellow ")","to","see","if","that","helps?"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4319:47: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4319 | [ D.fillSep ["Try","adding","a",D.dullyellow ")","to","see","if","that","helps?"] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4338:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4338 | [ D.fillSep ["Try","adding","a",D.dullyellow ")","to","see","if","that","helps!"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4338:47: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4338 | [ D.fillSep ["Try","adding","a",D.dullyellow ")","to","see","if","that","helps!"] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4357:13: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4357 | D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4359:82: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4359 | BadDot -> ["Maybe","you","wanted","a","record","accessor","like",D.dullyellow ".x","or",D.dullyellow ".name","instead?"] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4359:105: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4359 | BadDot -> ["Maybe","you","wanted","a","record","accessor","like",D.dullyellow ".x","or",D.dullyellow ".name","instead?"] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4360:35: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4360 | BadPipe -> ["Try",D.dullyellow "(||)","instead?","To","turn","boolean","OR","into","a","function?"] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4361:53: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4361 | BadArrow -> ["Maybe","you","wanted",D.dullyellow "(>)","or",D.dullyellow "(>=)","instead?"] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4361:77: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4361 | BadArrow -> ["Maybe","you","wanted",D.dullyellow "(>)","or",D.dullyellow "(>=)","instead?"] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4362:37: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4362 | BadEquals -> ["Try",D.dullyellow "(==)","instead?","To","make","a","function","that","checks","equality?"] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4363:38: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4363 | BadHasType -> ["Try",D.dullyellow "(::)","instead?","To","add","values","to","the","front","of","lists?"] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4378:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4378 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4379:39: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4379 | ["Something","like",D.dullyellow "(4 + 5)","or" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4380:20: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4380 | ,D.dullyellow "(String.reverse \"desserts\")" <> "." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4401:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4401 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4402:47: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4402 | ["A","tuple","looks","like",D.dullyellow "(3,4)","or" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4403:20: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4403 | ,D.dullyellow "(\"Tom\",42)" <> "," | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4424:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4424 | [ D.fillSep ["Try","adding","a",D.dullyellow ")","to","see","if","that","helps!"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4424:47: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4424 | [ D.fillSep ["Try","adding","a",D.dullyellow ")","to","see","if","that","helps!"] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4450:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4450 | [ D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4452:44: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4452 | ,"so","try","adding","a",D.dullyellow "]","and","see","if","that","helps?" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4478:21: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4478 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4478:34: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4478 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4479:33: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4479 | [ "[ " <> D.dullyellow "\"Alice\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4480:33: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4480 | , ", " <> D.dullyellow "\"Bob\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4481:33: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4481 | , ", " <> D.dullyellow "\"Chuck\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4505:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4505 | [ D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4507:44: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4507 | ,"so","try","adding","a",D.dullyellow "]","and","see","if","that","helps?" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4527:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4527 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4529:20: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4529 | ,D.dullyellow "[3,4,5]" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4531:20: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4531 | ,D.dullyellow "[]" <> "." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4538:17: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4538 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4538:30: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4538 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4539:29: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4539 | [ "[ " <> D.dullyellow "\"Alice\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4540:29: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4540 | , ", " <> D.dullyellow "\"Bob\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4541:29: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4541 | , ", " <> D.dullyellow "\"Chuck\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4562:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4562 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4563:59: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4563 | ["You","can","just","add","a","closing",D.dullyellow "]" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4569:17: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4569 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4569:30: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4569 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4570:29: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4570 | [ "[ " <> D.dullyellow "\"Alice\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4571:29: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4571 | , ", " <> D.dullyellow "\"Bob\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4572:29: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4572 | , ", " <> D.dullyellow "\"Chuck\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4597:17: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4597 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4597:30: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4597 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4598:29: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4598 | [ "[ " <> D.dullyellow "\"Alice\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4599:29: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4599 | , ", " <> D.dullyellow "\"Bob\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4600:29: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4600 | , ", " <> D.dullyellow "\"Chuck\"" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4651:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4651 | D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4653:20: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4653 | ,D.dullyellow "(\\x -> x + 1)" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4670:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4670 | [ D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4671:39: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4671 | ["Something","like",D.dullyellow"x","or",D.dullyellow "name" <> "." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4671:60: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4671 | ["Something","like",D.dullyellow"x","or",D.dullyellow "name" <> "." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4693:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4693 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4695:20: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4695 | ,D.dullyellow "(\\x -> x + 1)" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4718:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4718 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4720:20: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4720 | ,D.dullyellow "(\\x -> x + 1)" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4803:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4803 | D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4807:20: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4807 | ,D.dullyellow "maybeHeight","or",D.dullyellow "result" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4807:52: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4807 | ,D.dullyellow "maybeHeight","or",D.dullyellow "result" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4831:13: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4831 | D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4834:16: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4834 | ,D.dullyellow "(abs (actual - expected) < 0.001)","check." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4849:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4849 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4851:28: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4851 | ,"((" <> D.dullyellow "x" <> "," <> D.dullyellow "y" <> ") " <> D.cyan "as" <> D.dullyellow " point" <> ")" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4851:55: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4851 | ,"((" <> D.dullyellow "x" <> "," <> D.dullyellow "y" <> ") " <> D.cyan "as" <> D.dullyellow " point" <> ")" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4851:83: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4851 | ,"((" <> D.dullyellow "x" <> "," <> D.dullyellow "y" <> ") " <> D.cyan "as" <> D.dullyellow " point" <> ")" | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4851:98: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4851 | ,"((" <> D.dullyellow "x" <> "," <> D.dullyellow "y" <> ") " <> D.cyan "as" <> D.dullyellow " point" <> ")" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4853:20: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4853 | ,D.dullyellow "x","and",D.dullyellow "y","or","you","refer","to","the","whole" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4853:43: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4853 | ,D.dullyellow "x","and",D.dullyellow "y","or","you","refer","to","the","whole" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4854:35: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4854 | ,"thing","with",D.dullyellow "point" <> "." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4868:20: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4868 | [] -> [D.dullyellow "x","or",D.dullyellow "age"] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4868:42: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4868 | [] -> [D.dullyellow "x","or",D.dullyellow "age"] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4869:22: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4869 | c:cs -> [D.dullyellow (D.fromChars (Char.toLower c : cs))] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4877:13: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4877 | D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4878:69: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4878 | ["You","can","either","have","an","underscore","like",D.dullyellow "_","to" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4898:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4898 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4902:20: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4902 | ,D.dullyellow "maybeHeight","or",D.dullyellow "result" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4902:52: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4902 | ,D.dullyellow "maybeHeight","or",D.dullyellow "result" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4922:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4922 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4924:28: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4924 | ,"((" <> D.dullyellow "x" <> "," <> D.dullyellow "y" <> ") " <> D.cyan "as" <> D.dullyellow " point" <> ")" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4924:55: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4924 | ,"((" <> D.dullyellow "x" <> "," <> D.dullyellow "y" <> ") " <> D.cyan "as" <> D.dullyellow " point" <> ")" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4924:83: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4924 | ,"((" <> D.dullyellow "x" <> "," <> D.dullyellow "y" <> ") " <> D.cyan "as" <> D.dullyellow " point" <> ")" | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4924:98: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4924 | ,"((" <> D.dullyellow "x" <> "," <> D.dullyellow "y" <> ") " <> D.cyan "as" <> D.dullyellow " point" <> ")" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4926:20: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4926 | ,D.dullyellow "x","and",D.dullyellow "y","or","you","refer","to","the","whole" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4926:43: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4926 | ,D.dullyellow "x","and",D.dullyellow "y","or","you","refer","to","the","whole" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4927:35: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4927 | ,"thing","with",D.dullyellow "point." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4946:9: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4946 | D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4948:31: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4948 | ,"Try","adding","a",D.dullyellow "}","here?" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4981:9: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4981 | D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4983:31: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4983 | ,"Try","adding","a",D.dullyellow "}","here?" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:4991:77: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 4991 | toUnfinishRecordPatternReport :: Code.Source -> Row -> Col -> Row -> Col -> D.Doc -> Report.Report | ^^^^^ compiler/src/Reporting/Error/Syntax.hs:5006:54: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5006 | ["A","record","pattern","looks","like",D.dullyellow "{x,y}","or",D.dullyellow "{name,age}" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5006:80: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5006 | ["A","record","pattern","looks","like",D.dullyellow "{x,y}","or",D.dullyellow "{name,age}" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5045:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5045 | D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5048:27: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5048 | ,"like",D.dullyellow "(x,y)","or",D.dullyellow "(name, _)" <> "?" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5048:53: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5048 | ,"like",D.dullyellow "(x,y)","or",D.dullyellow "(name, _)" <> "?" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5112:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5112 | D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5114:39: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5114 | ,"try","adding","a",D.dullyellow ")","to","see","if","that","helps?" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5136:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5136 | [ D.fillSep ["Try","adding","a",D.dullyellow ")","to","see","if","that","helps?"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5136:47: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5136 | [ D.fillSep ["Try","adding","a",D.dullyellow ")","to","see","if","that","helps?"] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5154:13: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5154 | D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5157:23: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5157 | ,"like",D.dullyellow "(x,y)","or",D.dullyellow "(name, _)" <> "?" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5157:49: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5157 | ,"like",D.dullyellow "(x,y)","or",D.dullyellow "(name, _)" <> "?" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5173:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5173 | [ D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5176:27: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5176 | ,"like",D.dullyellow "(x,y)","or",D.dullyellow "(name, _)" <> "." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5176:53: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5176 | ,"like",D.dullyellow "(x,y)","or",D.dullyellow "(name, _)" <> "." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5216:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5216 | D.fillSep ["Try","adding","a",D.dullyellow "]","to","see","if","that","helps?"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5216:47: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5216 | D.fillSep ["Try","adding","a",D.dullyellow "]","to","see","if","that","helps?"] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5230:13: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5230 | D.fillSep ["Try","adding","a",D.dullyellow "]","to","see","if","that","helps?"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5230:43: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5230 | D.fillSep ["Try","adding","a",D.dullyellow "]","to","see","if","that","helps?"] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5251:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5251 | [ D.fillSep ["Try","adding","a",D.dullyellow "]","to","see","if","that","helps?"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5251:47: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5251 | [ D.fillSep ["Try","adding","a",D.dullyellow "]","to","see","if","that","helps?"] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5270:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5270 | [ D.fillSep ["Try","adding","a",D.dullyellow "]","to","see","if","that","helps?"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5270:47: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5270 | [ D.fillSep ["Try","adding","a",D.dullyellow "]","to","see","if","that","helps?"] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5361:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5361 | D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5363:36: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5363 | ,"Try","putting",D.dullyellow "Int","or",D.dullyellow "String","for","now?" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5363:60: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5363 | ,"Try","putting",D.dullyellow "Int","or",D.dullyellow "String","for","now?" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5389:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5389 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5391:36: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5391 | ,"Try","putting",D.dullyellow "Int","or",D.dullyellow "String","for","now?" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5391:60: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5391 | ,"Try","putting",D.dullyellow "Int","or",D.dullyellow "String","for","now?" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5432:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5432 | D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5433:51: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5433 | ["Record","types","look","like",D.dullyellow "{ name : String, age : Int }," | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5450:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5450 | [ D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5452:44: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5452 | ,"so","try","adding","a",D.dullyellow "}","and","see","if","that","helps?" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5529:21: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5529 | [ D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5532:24: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5532 | ,D.dullyellow "userName","or",D.dullyellow "plantHeight" <> "." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5532:53: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5532 | ,D.dullyellow "userName","or",D.dullyellow "plantHeight" <> "." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5550:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5550 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5552:66: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5552 | ,"a","colon","next.","So","try","putting","an",D.green ":","sign","here?" | ^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5576:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5576 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5577:61: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5577 | ["I","am","expecting","a","record","like",D.dullyellow "{ name : String, age : Int }","here." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5616:21: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5616 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5618:44: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5618 | ,"Try","putting","a",D.green "}","next","and","see","if","that","helps?" | ^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5657:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5657 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5658:41: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5658 | ["Try","putting","an",D.green ":","followed","by","a","type?" | ^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5676:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5676 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5678:20: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5678 | ,D.dullyellow "Int","or",D.dullyellow "String","for","now?" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5678:44: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5678 | ,D.dullyellow "Int","or",D.dullyellow "String","for","now?" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5685:27: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5685 | noteForRecordTypeError :: D.Doc | ^^^^^ compiler/src/Reporting/Error/Syntax.hs:5690:7: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5690 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5690:20: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5690 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5702:33: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5702 | noteForRecordTypeIndentError :: D.Doc | ^^^^^ compiler/src/Reporting/Error/Syntax.hs:5708:7: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5708 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5708:20: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5708 | , D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5752:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5752 | D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5753:39: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5753 | ["Something","like",D.dullyellow "(Maybe Int)","or" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5754:20: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5754 | ,D.dullyellow "(List Person)" <> "." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5771:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5771 | [ D.fillSep ["Try","adding","a",D.dullyellow ")","to","see","if","that","helps?"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5771:47: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5771 | [ D.fillSep ["Try","adding","a",D.dullyellow ")","to","see","if","that","helps?"] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5797:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5797 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5798:39: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5798 | ["Something","like",D.dullyellow "(Maybe Int)","or" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5799:20: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5799 | ,D.dullyellow "(List Person)" <> "." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5820:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5820 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5821:54: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5821 | ["A","tuple","type","looks","like",D.dullyellow "(Float,Float)","or" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5822:20: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5822 | ,D.dullyellow "(String,Int)" <> "," | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5843:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5843 | [ D.fillSep ["Try","adding","a",D.dullyellow ")","to","see","if","that","helps!"] | ^^^^^^^^^ compiler/src/Reporting/Error/Syntax.hs:5843:47: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 5843 | [ D.fillSep ["Try","adding","a",D.dullyellow ")","to","see","if","that","helps!"] | ^^^^^^^^^^^^ [ 39 of 132] Compiling Reporting.Error.Docs ( compiler/src/Reporting/Error/Docs.hs, dist/build/elm/elm-tmp/Reporting/Error/Docs.dyn_o ) compiler/src/Reporting/Error/Docs.hs:19:1: warning: [GHC-66111] [-Wunused-imports] The import of `Reporting.Doc' is redundant except perhaps to import instances from `Reporting.Doc' To import instances alone, use: import Reporting.Doc() | 19 | import Reporting.Doc ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 40 of 132] Compiling Parse.Space ( compiler/src/Parse/Space.hs, dist/build/elm/elm-tmp/Parse/Space.dyn_o ) [ 41 of 132] Compiling Parse.Type ( compiler/src/Parse/Type.hs, dist/build/elm/elm-tmp/Parse/Type.dyn_o ) [ 42 of 132] Compiling Parse.Shader ( compiler/src/Parse/Shader.hs, dist/build/elm/elm-tmp/Parse/Shader.dyn_o ) [ 43 of 132] Compiling Parse.Number ( compiler/src/Parse/Number.hs, dist/build/elm/elm-tmp/Parse/Number.dyn_o ) [ 44 of 132] Compiling Parse.String ( compiler/src/Parse/String.hs, dist/build/elm/elm-tmp/Parse/String.dyn_o ) [ 45 of 132] Compiling Parse.Pattern ( compiler/src/Parse/Pattern.hs, dist/build/elm/elm-tmp/Parse/Pattern.dyn_o ) [ 46 of 132] Compiling Parse.Expression ( compiler/src/Parse/Expression.hs, dist/build/elm/elm-tmp/Parse/Expression.dyn_o ) [ 47 of 132] Compiling Parse.Declaration ( compiler/src/Parse/Declaration.hs, dist/build/elm/elm-tmp/Parse/Declaration.dyn_o ) [ 48 of 132] Compiling Reporting.Error.Import ( compiler/src/Reporting/Error/Import.hs, dist/build/elm/elm-tmp/Reporting/Error/Import.dyn_o ) compiler/src/Reporting/Error/Import.hs:62:17: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 62 | D.dullyellow $ D.indent 4 $ D.vcat $ | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Import.hs:62:32: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 62 | D.dullyellow $ D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Import.hs:62:45: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 62 | D.dullyellow $ D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Import.hs:78:24: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 78 | ,D.green (D.fromChars ("elm install " ++ Pkg.toChars dependency)) | ^^^^^^^ compiler/src/Reporting/Error/Import.hs:93:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 93 | D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Import.hs:95:20: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 95 | ,D.dullyellow (D.fromChars (Pkg.toChars pkg)) | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Import.hs:97:20: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 97 | ,D.dullyellow (D.fromChars path) | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Import.hs:118:17: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 118 | D.dullyellow $ D.indent 4 $ D.vcat $ | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Import.hs:118:32: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 118 | D.dullyellow $ D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Import.hs:118:45: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 118 | D.dullyellow $ D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Import.hs:138:17: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 138 | D.dullyellow $ D.indent 4 $ D.vcat $ | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Import.hs:138:32: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 138 | D.dullyellow $ D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Import.hs:138:45: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 138 | D.dullyellow $ D.indent 4 $ D.vcat $ | ^^^^^^ [ 49 of 132] Compiling Generate.JavaScript.Name ( compiler/src/Generate/JavaScript/Name.hs, dist/build/elm/elm-tmp/Generate/JavaScript/Name.dyn_o ) compiler/src/Generate/JavaScript/Name.hs:22:1: warning: [GHC-66111] [-Wunused-imports] The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() | 22 | import Data.Monoid ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^ [ 50 of 132] Compiling Generate.JavaScript.Builder ( compiler/src/Generate/JavaScript/Builder.hs, dist/build/elm/elm-tmp/Generate/JavaScript/Builder.dyn_o ) compiler/src/Generate/JavaScript/Builder.hs:21:1: warning: [GHC-66111] [-Wunused-imports] The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() | 21 | import Data.Monoid ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^ [ 51 of 132] Compiling Elm.Compiler.Imports ( compiler/src/Elm/Compiler/Imports.hs, dist/build/elm/elm-tmp/Elm/Compiler/Imports.dyn_o ) [ 52 of 132] Compiling Parse.Module ( compiler/src/Parse/Module.hs, dist/build/elm/elm-tmp/Parse/Module.dyn_o ) [ 53 of 132] Compiling AST.Canonical ( compiler/src/AST/Canonical.hs, dist/build/elm/elm-tmp/AST/Canonical.dyn_o ) [ 54 of 132] Compiling Reporting.Render.Type ( compiler/src/Reporting/Render/Type.hs, dist/build/elm/elm-tmp/Reporting/Render/Type.dyn_o ) compiler/src/Reporting/Render/Type.hs:24:36: warning: [GHC-38856] [-Wunused-imports] The import of `<>' from module `Reporting.Doc' is redundant | 24 | import Reporting.Doc ( Doc, (<+>), (<>) ) | ^^^^ compiler/src/Reporting/Render/Type.hs:38:22: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 38 | lambda :: Context -> Doc -> Doc -> [Doc] -> Doc | ^^^ compiler/src/Reporting/Render/Type.hs:38:29: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 38 | lambda :: Context -> Doc -> Doc -> [Doc] -> Doc | ^^^ compiler/src/Reporting/Render/Type.hs:38:37: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 38 | lambda :: Context -> Doc -> Doc -> [Doc] -> Doc | ^^^ compiler/src/Reporting/Render/Type.hs:38:45: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 38 | lambda :: Context -> Doc -> Doc -> [Doc] -> Doc | ^^^ compiler/src/Reporting/Render/Type.hs:42:7: warning: [GHC-68441] [-Wdeprecations] In the use of `align' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 42 | D.align $ D.sep (arg1 : map ("->" <+>) (arg2:args)) | ^^^^^^^ compiler/src/Reporting/Render/Type.hs:42:17: warning: [GHC-68441] [-Wdeprecations] In the use of `sep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 42 | D.align $ D.sep (arg1 : map ("->" <+>) (arg2:args)) | ^^^^^ compiler/src/Reporting/Render/Type.hs:42:41: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 42 | D.align $ D.sep (arg1 : map ("->" <+>) (arg2:args)) | ^^^ compiler/src/Reporting/Render/Type.hs:46:13: warning: [GHC-68441] [-Wdeprecations] In the use of `cat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 46 | Func -> D.cat [ "(", lambdaDoc, ")" ] | ^^^^^ compiler/src/Reporting/Render/Type.hs:47:13: warning: [GHC-68441] [-Wdeprecations] In the use of `cat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 47 | App -> D.cat [ "(", lambdaDoc, ")" ] | ^^^^^ compiler/src/Reporting/Render/Type.hs:50:21: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 50 | apply :: Context -> Doc -> [Doc] -> Doc | ^^^ compiler/src/Reporting/Render/Type.hs:50:29: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 50 | apply :: Context -> Doc -> [Doc] -> Doc | ^^^ compiler/src/Reporting/Render/Type.hs:50:37: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 50 | apply :: Context -> Doc -> [Doc] -> Doc | ^^^ compiler/src/Reporting/Render/Type.hs:59:11: warning: [GHC-68441] [-Wdeprecations] In the use of `hang' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 59 | D.hang 4 (D.sep (name : args)) | ^^^^^^ compiler/src/Reporting/Render/Type.hs:59:21: warning: [GHC-68441] [-Wdeprecations] In the use of `sep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 59 | D.hang 4 (D.sep (name : args)) | ^^^^^ compiler/src/Reporting/Render/Type.hs:62:17: warning: [GHC-68441] [-Wdeprecations] In the use of `cat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 62 | App -> D.cat [ "(", applyDoc, ")" ] | ^^^^^ compiler/src/Reporting/Render/Type.hs:67:10: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 67 | tuple :: Doc -> Doc -> [Doc] -> Doc | ^^^ compiler/src/Reporting/Render/Type.hs:67:17: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 67 | tuple :: Doc -> Doc -> [Doc] -> Doc | ^^^ compiler/src/Reporting/Render/Type.hs:67:25: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 67 | tuple :: Doc -> Doc -> [Doc] -> Doc | ^^^ compiler/src/Reporting/Render/Type.hs:67:33: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 67 | tuple :: Doc -> Doc -> [Doc] -> Doc | ^^^ compiler/src/Reporting/Render/Type.hs:71:15: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 71 | zipWith (<+>) ("(" : repeat ",") (a:b:cs) | ^^^^^ compiler/src/Reporting/Render/Type.hs:73:3: warning: [GHC-68441] [-Wdeprecations] In the use of `align' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 73 | D.align $ D.sep [ D.cat entries, ")" ] | ^^^^^^^ compiler/src/Reporting/Render/Type.hs:73:13: warning: [GHC-68441] [-Wdeprecations] In the use of `sep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 73 | D.align $ D.sep [ D.cat entries, ")" ] | ^^^^^ compiler/src/Reporting/Render/Type.hs:73:21: warning: [GHC-68441] [-Wdeprecations] In the use of `cat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 73 | D.align $ D.sep [ D.cat entries, ")" ] | ^^^^^ compiler/src/Reporting/Render/Type.hs:76:13: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 76 | record :: [(Doc, Doc)] -> Maybe Doc -> Doc | ^^^ compiler/src/Reporting/Render/Type.hs:76:18: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 76 | record :: [(Doc, Doc)] -> Maybe Doc -> Doc | ^^^ compiler/src/Reporting/Render/Type.hs:76:33: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 76 | record :: [(Doc, Doc)] -> Maybe Doc -> Doc | ^^^ compiler/src/Reporting/Render/Type.hs:76:40: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 76 | record :: [(Doc, Doc)] -> Maybe Doc -> Doc | ^^^ compiler/src/Reporting/Render/Type.hs:83:9: warning: [GHC-68441] [-Wdeprecations] In the use of `align' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 83 | D.align $ D.sep $ | ^^^^^^^ compiler/src/Reporting/Render/Type.hs:83:19: warning: [GHC-68441] [-Wdeprecations] In the use of `sep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 83 | D.align $ D.sep $ | ^^^^^ compiler/src/Reporting/Render/Type.hs:84:13: warning: [GHC-68441] [-Wdeprecations] In the use of `cat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 84 | [ D.cat (zipWith (<+>) ("{" : repeat ",") fields) | ^^^^^ compiler/src/Reporting/Render/Type.hs:84:28: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 84 | [ D.cat (zipWith (<+>) ("{" : repeat ",") fields) | ^^^^^ compiler/src/Reporting/Render/Type.hs:89:9: warning: [GHC-68441] [-Wdeprecations] In the use of `align' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 89 | D.align $ D.sep $ | ^^^^^^^ compiler/src/Reporting/Render/Type.hs:89:19: warning: [GHC-68441] [-Wdeprecations] In the use of `sep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 89 | D.align $ D.sep $ | ^^^^^ compiler/src/Reporting/Render/Type.hs:90:13: warning: [GHC-68441] [-Wdeprecations] In the use of `hang' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 90 | [ D.hang 4 $ D.sep $ | ^^^^^^ compiler/src/Reporting/Render/Type.hs:90:24: warning: [GHC-68441] [-Wdeprecations] In the use of `sep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 90 | [ D.hang 4 $ D.sep $ | ^^^^^ compiler/src/Reporting/Render/Type.hs:91:21: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 91 | [ "{" <+> ext | ^^^ compiler/src/Reporting/Render/Type.hs:92:17: warning: [GHC-68441] [-Wdeprecations] In the use of `cat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 92 | , D.cat (zipWith (<+>) ("|" : repeat ",") fields) | ^^^^^ compiler/src/Reporting/Render/Type.hs:92:32: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 92 | , D.cat (zipWith (<+>) ("|" : repeat ",") fields) | ^^^^^ compiler/src/Reporting/Render/Type.hs:98:16: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 98 | entryToDoc :: (Doc, Doc) -> Doc | ^^^ compiler/src/Reporting/Render/Type.hs:98:21: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 98 | entryToDoc :: (Doc, Doc) -> Doc | ^^^ compiler/src/Reporting/Render/Type.hs:98:29: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 98 | entryToDoc :: (Doc, Doc) -> Doc | ^^^ compiler/src/Reporting/Render/Type.hs:100:3: warning: [GHC-68441] [-Wdeprecations] In the use of `hang' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 100 | D.hang 4 (D.sep [ fieldName <+> ":", fieldType ]) | ^^^^^^ compiler/src/Reporting/Render/Type.hs:100:13: warning: [GHC-68441] [-Wdeprecations] In the use of `sep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 100 | D.hang 4 (D.sep [ fieldName <+> ":", fieldType ]) | ^^^^^ compiler/src/Reporting/Render/Type.hs:100:31: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 100 | D.hang 4 (D.sep [ fieldName <+> ":", fieldType ]) | ^^^ compiler/src/Reporting/Render/Type.hs:103:20: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 103 | vrecordSnippet :: (Doc, Doc) -> [(Doc, Doc)] -> Doc | ^^^ compiler/src/Reporting/Render/Type.hs:103:25: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 103 | vrecordSnippet :: (Doc, Doc) -> [(Doc, Doc)] -> Doc | ^^^ compiler/src/Reporting/Render/Type.hs:103:35: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 103 | vrecordSnippet :: (Doc, Doc) -> [(Doc, Doc)] -> Doc | ^^^ compiler/src/Reporting/Render/Type.hs:103:40: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 103 | vrecordSnippet :: (Doc, Doc) -> [(Doc, Doc)] -> Doc | ^^^ compiler/src/Reporting/Render/Type.hs:103:49: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 103 | vrecordSnippet :: (Doc, Doc) -> [(Doc, Doc)] -> Doc | ^^^ compiler/src/Reporting/Render/Type.hs:106:18: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 106 | field = "{" <+> entryToDoc entry | ^^^ compiler/src/Reporting/Render/Type.hs:107:22: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 107 | fields = zipWith (<+>) (repeat ",") (map entryToDoc entries ++ ["..."]) | ^^^^^ compiler/src/Reporting/Render/Type.hs:109:3: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 109 | D.vcat (field : fields ++ ["}"]) | ^^^^^^ compiler/src/Reporting/Render/Type.hs:112:14: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 112 | vrecord :: [(Doc, Doc)] -> Maybe Doc -> Doc | ^^^ compiler/src/Reporting/Render/Type.hs:112:19: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 112 | vrecord :: [(Doc, Doc)] -> Maybe Doc -> Doc | ^^^ compiler/src/Reporting/Render/Type.hs:112:34: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 112 | vrecord :: [(Doc, Doc)] -> Maybe Doc -> Doc | ^^^ compiler/src/Reporting/Render/Type.hs:112:41: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 112 | vrecord :: [(Doc, Doc)] -> Maybe Doc -> Doc | ^^^ compiler/src/Reporting/Render/Type.hs:119:7: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 119 | D.vcat $ | ^^^^^^ compiler/src/Reporting/Render/Type.hs:120:17: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 120 | zipWith (<+>) ("{" : repeat ",") fields ++ ["}"] | ^^^^^ compiler/src/Reporting/Render/Type.hs:123:7: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 123 | D.vcat | ^^^^^^ compiler/src/Reporting/Render/Type.hs:124:11: warning: [GHC-68441] [-Wdeprecations] In the use of `hang' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 124 | [ D.hang 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Render/Type.hs:124:22: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 124 | [ D.hang 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Render/Type.hs:125:19: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 125 | [ "{" <+> ext | ^^^ compiler/src/Reporting/Render/Type.hs:126:15: warning: [GHC-68441] [-Wdeprecations] In the use of `cat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 126 | , D.cat (zipWith (<+>) ("|" : repeat ",") fields) | ^^^^^ compiler/src/Reporting/Render/Type.hs:126:30: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 126 | , D.cat (zipWith (<+>) ("|" : repeat ",") fields) | ^^^^^ compiler/src/Reporting/Render/Type.hs:136:36: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 136 | srcToDoc :: Context -> Src.Type -> Doc | ^^^ compiler/src/Reporting/Render/Type.hs:176:55: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 176 | srcFieldToDocs :: (A.Located Name.Name, Src.Type) -> (Doc, Doc) | ^^^ compiler/src/Reporting/Render/Type.hs:176:60: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 176 | srcFieldToDocs :: (A.Located Name.Name, Src.Type) -> (Doc, Doc) | ^^^ compiler/src/Reporting/Render/Type.hs:200:51: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 200 | canToDoc :: L.Localizer -> Context -> Can.Type -> Doc | ^^^ compiler/src/Reporting/Render/Type.hs:240:59: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 240 | canFieldToDoc :: L.Localizer -> (Name.Name, Can.Type) -> (Doc, Doc) | ^^^ compiler/src/Reporting/Render/Type.hs:240:64: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 240 | canFieldToDoc :: L.Localizer -> (Name.Name, Can.Type) -> (Doc, Doc) | ^^^ [ 55 of 132] Compiling Elm.Compiler.Type ( compiler/src/Elm/Compiler/Type.hs, dist/build/elm/elm-tmp/Elm/Compiler/Type.dyn_o ) compiler/src/Elm/Compiler/Type.hs:61:47: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 61 | toDoc :: L.Localizer -> RT.Context -> Type -> D.Doc | ^^^^^ compiler/src/Elm/Compiler/Type.hs:66:9: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type `[D.Doc]' not matched: [] [_] | 66 | a:b:cs = | ^^^^^^^^... compiler/src/Elm/Compiler/Type.hs:95:52: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 95 | entryToDoc :: L.Localizer -> (Name.Name, Type) -> (D.Doc, D.Doc) | ^^^^^ compiler/src/Elm/Compiler/Type.hs:95:59: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 95 | entryToDoc :: L.Localizer -> (Name.Name, Type) -> (D.Doc, D.Doc) | ^^^^^ [ 56 of 132] Compiling Reporting.Error.Canonicalize ( compiler/src/Reporting/Error/Canonicalize.hs, dist/build/elm/elm-tmp/Reporting/Error/Canonicalize.dyn_o ) compiler/src/Reporting/Error/Canonicalize.hs:27:35: warning: [GHC-38856] [-Wunused-imports] The import of `<>' from module `Reporting.Doc' is redundant | 27 | import Reporting.Doc (Doc, (<+>), (<>)) | ^^^^ compiler/src/Reporting/Error/Canonicalize.hs:125:41: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 125 | toKindInfo :: VarKind -> Name.Name -> ( Doc, Doc, Doc ) | ^^^ compiler/src/Reporting/Error/Canonicalize.hs:125:46: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 125 | toKindInfo :: VarKind -> Name.Name -> ( Doc, Doc, Doc ) | ^^^ compiler/src/Reporting/Error/Canonicalize.hs:125:51: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 125 | toKindInfo :: VarKind -> Name.Name -> ( Doc, Doc, Doc ) | ^^^ compiler/src/Reporting/Error/Canonicalize.hs:321:13: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 321 | [ D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:331:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 331 | D.fillSep ["Maybe","you","want",D.dullyellow alt,"instead?"] | ^^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:331:49: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 331 | D.fillSep ["Maybe","you","want",D.dullyellow alt,"instead?"] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:336:21: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 336 | , D.indent 4 $ D.vcat $ map D.dullyellow alts | ^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:336:34: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 336 | , D.indent 4 $ D.vcat $ map D.dullyellow alts | ^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:336:47: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 336 | , D.indent 4 $ D.vcat $ map D.dullyellow alts | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:360:13: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 360 | D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:361:34: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 361 | ["Try","importing",D.green (D.fromName tipe <> "(..)"),"instead." | ^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:412:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 412 | D.fillSep ["Maybe","you","want",D.dullyellow alt,"instead?"] | ^^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:412:49: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 412 | D.fillSep ["Maybe","you","want",D.dullyellow alt,"instead?"] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:417:21: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 417 | , D.indent 4 $ D.vcat $ map D.dullyellow alts | ^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:417:34: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 417 | , D.indent 4 $ D.vcat $ map D.dullyellow alts | ^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:417:47: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 417 | , D.indent 4 $ D.vcat $ map D.dullyellow alts | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:492:13: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 492 | D.green $ "(" <> altOp <> ")" | ^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:500:15: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 500 | D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:578:19: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 578 | , D.indent 4 $ | ^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:645:19: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 645 | , D.indent 4 $ D.dullyellow $ D.fromChars $ | ^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:645:32: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 645 | , D.indent 4 $ D.dullyellow $ D.fromChars $ | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:669:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 669 | D.fillSep $ map (D.dullyellow . D.fromChars) (words question) ++ map D.fromChars (words details) | ^^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:669:28: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 669 | D.fillSep $ map (D.dullyellow . D.fromChars) (words question) ++ map D.fromChars (words details) | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:719:19: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 719 | D.fillSep $ map (D.dullyellow . D.fromChars) (words question) ++ map D.fromChars (words details) | ^^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:719:36: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 719 | D.fillSep $ map (D.dullyellow . D.fromChars) (words question) ++ map D.fromChars (words details) | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:817:22: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 817 | , [D.dullyellow (backQuote (fst unused))] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:826:38: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 826 | , D.commaSep "and" D.dullyellow (map D.fromName allUnusedNames) | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:832:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 832 | D.fillSep overview | ^^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:835:21: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 835 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:837:21: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 837 | , D.indent 4 $ D.hsep $ | ^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:837:34: warning: [GHC-68441] [-Wdeprecations] In the use of `hsep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 837 | , D.indent 4 $ D.hsep $ | ^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:838:39: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 838 | ["type","alias",D.green (D.fromName typeName)] | ^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:859:38: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 859 | ["Type","variable",D.dullyellow ("`" <> D.fromName x <> "`"),"appears" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:865:39: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 865 | ++ D.commaSep "and" D.dullyellow (map D.fromName unbound) | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:872:20: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 872 | ,D.dullyellow ("`" <> D.fromName x <> "`") | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:878:39: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 878 | ++ D.commaSep "and" D.dullyellow (map D.fromName unused) | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:889:21: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 889 | [ D.fillSep $ theseAreUsed ++ butTheseAreUnused | ^^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:892:21: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 892 | , D.indent 4 $ D.hsep $ | ^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:892:34: warning: [GHC-68441] [-Wdeprecations] In the use of `hsep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 892 | , D.indent 4 $ D.hsep $ | ^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:895:31: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 895 | ++ map (D.green . D.fromName) unbound | ^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:905:48: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 905 | unboundTypeVars :: Code.Source -> A.Region -> [D.Doc] -> Name.Name -> [Name.Name] -> (Name.Name, A.Region) -> [(Name.Name, A.Region)] -> Report.Report | ^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:918:57: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 918 | ++ ["uses","an","unbound","type","variable",D.dullyellow (backQuote unboundVar),"in","its","definition:"] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:925:33: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 925 | ++ D.commaSep "and" D.dullyellow (D.fromName unboundVar : map D.fromName vars) | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:932:9: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 932 | D.fillSep overview | ^^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:937:13: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 937 | , D.indent 4 $ D.hsep $ | ^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:937:26: warning: [GHC-68441] [-Wdeprecations] In the use of `hsep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 937 | , D.indent 4 $ D.hsep $ | ^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:941:23: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 941 | ++ map (D.green . D.fromName) (unboundVar : map fst unboundVars) | ^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:985:15: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 985 | D.dullyellow (D.fromName home <> "." <> D.fromName name) | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:994:17: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 994 | , D.indent 4 $ D.vcat $ map homeToYellowDoc possibleHomes | ^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:994:30: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 994 | , D.indent 4 $ D.vcat $ map homeToYellowDoc possibleHomes | ^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:1007:17: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1007 | D.cyan "import" <+> D.fromName home | ^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:1007:33: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1007 | D.cyan "import" <+> D.fromName home | ^^^ compiler/src/Reporting/Error/Canonicalize.hs:1009:17: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1009 | D.cyan "import" <+> D.fromName home <+> D.cyan "as" <+> D.fromName prefix | ^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:1009:33: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1009 | D.cyan "import" <+> D.fromName home <+> D.cyan "as" <+> D.fromName prefix | ^^^ compiler/src/Reporting/Error/Canonicalize.hs:1009:53: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1009 | D.cyan "import" <+> D.fromName home <+> D.cyan "as" <+> D.fromName prefix | ^^^ compiler/src/Reporting/Error/Canonicalize.hs:1009:57: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1009 | D.cyan "import" <+> D.fromName home <+> D.cyan "as" <+> D.fromName prefix | ^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:1009:69: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1009 | D.cyan "import" <+> D.fromName home <+> D.cyan "as" <+> D.fromName prefix | ^^^ compiler/src/Reporting/Error/Canonicalize.hs:1021:17: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1021 | , D.indent 4 $ D.vcat $ map homeToYellowDoc possibleHomes | ^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:1021:30: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1021 | , D.indent 4 $ D.vcat $ map homeToYellowDoc possibleHomes | ^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:1058:15: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1058 | , D.indent 4 $ D.vcat $ map D.dullyellow $ map D.fromChars suggestions | ^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:1058:28: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1058 | , D.indent 4 $ D.vcat $ map D.dullyellow $ map D.fromChars suggestions | ^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:1058:41: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1058 | , D.indent 4 $ D.vcat $ map D.dullyellow $ map D.fromChars suggestions | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:1221:17: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1221 | , D.indent 4 $ | ^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:1247:60: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1247 | aliasToUnionDoc :: Name.Name -> [Name.Name] -> Src.Type -> Doc | ^^^ compiler/src/Reporting/Error/Canonicalize.hs:1249:3: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1249 | D.vcat | ^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:1250:7: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1250 | [ D.dullyellow $ | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:1251:16: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1251 | "type" <+> D.fromName name <+> (foldr (<+>) "=" (map D.fromName args)) | ^^^ compiler/src/Reporting/Error/Canonicalize.hs:1251:36: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1251 | "type" <+> D.fromName name <+> (foldr (<+>) "=" (map D.fromName args)) | ^^^ compiler/src/Reporting/Error/Canonicalize.hs:1251:47: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1251 | "type" <+> D.fromName name <+> (foldr (<+>) "=" (map D.fromName args)) | ^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:1252:7: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1252 | , D.green $ | ^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:1253:9: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1253 | D.indent 4 (D.fromName name) | ^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:1254:7: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1254 | , D.dullyellow $ | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Canonicalize.hs:1255:9: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1255 | D.indent 8 (RT.srcToDoc RT.App tipe) | ^^^^^^^^ [ 57 of 132] Compiling Reporting.Error.Main ( compiler/src/Reporting/Error/Main.hs, dist/build/elm/elm-tmp/Reporting/Error/Main.dyn_o ) compiler/src/Reporting/Error/Main.hs:47:17: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 47 | , D.indent 4 $ D.dullyellow $ RT.canToDoc localizer RT.None tipe | ^^^^^^^^ compiler/src/Reporting/Error/Main.hs:47:30: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 47 | , D.indent 4 $ D.dullyellow $ RT.canToDoc localizer RT.None tipe | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Main.hs:115:19: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 115 | , D.indent 4 $ | ^^^^^^^^ [ 58 of 132] Compiling Optimize.DecisionTree ( compiler/src/Optimize/DecisionTree.hs, dist/build/elm/elm-tmp/Optimize/DecisionTree.dyn_o ) compiler/src/Optimize/DecisionTree.hs:141:8: warning: [GHC-63394] [-Wx-partial] In the use of `head' (imported from Prelude, but defined in GHC.Internal.List): "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"." | 141 | case head tests of | ^^^^ compiler/src/Optimize/DecisionTree.hs:539:11: warning: [GHC-63394] [-Wx-partial] In the use of `head' (imported from Prelude, but defined in GHC.Internal.List): "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"." | 539 | head (bests (addWeights (smallBranchingFactor branches) tiedPaths)) | ^^^^ [ 59 of 132] Compiling Nitpick.PatternMatches ( compiler/src/Nitpick/PatternMatches.hs, dist/build/elm/elm-tmp/Nitpick/PatternMatches.dyn_o ) compiler/src/Nitpick/PatternMatches.hs:412:42: warning: [GHC-63394] [-Wx-partial] In the use of `head' (imported from Prelude, but defined in GHC.Internal.List): "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"." | 412 | Incomplete region context (map head badPatterns) : errors | ^^^^ [ 60 of 132] Compiling Reporting.Error.Pattern ( compiler/src/Reporting/Error/Pattern.hs, dist/build/elm/elm-tmp/Reporting/Error/Pattern.dyn_o ) compiler/src/Reporting/Error/Pattern.hs:13:1: warning: [GHC-66111] [-Wunused-imports] The import of `Reporting.Doc' is redundant except perhaps to import instances from `Reporting.Doc' To import instances alone, use: import Reporting.Doc() | 13 | import Reporting.Doc ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ compiler/src/Reporting/Error/Pattern.hs:99:47: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 99 | unhandledPatternsToDocBlock :: [P.Pattern] -> D.Doc | ^^^^^ compiler/src/Reporting/Error/Pattern.hs:101:3: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 101 | D.indent 4 $ D.dullyellow $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Pattern.hs:101:16: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 101 | D.indent 4 $ D.dullyellow $ D.vcat $ | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Pattern.hs:101:31: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 101 | D.indent 4 $ D.dullyellow $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Pattern.hs:112:41: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 112 | patternToDoc :: Context -> P.Pattern -> D.Doc | ^^^^^ compiler/src/Reporting/Error/Pattern.hs:146:11: warning: [GHC-68441] [-Wdeprecations] In the use of `hsep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 146 | D.hsep (D.fromName name : map (patternToDoc Arg) args) | ^^^^^^ compiler/src/Reporting/Error/Pattern.hs:158:14: warning: [GHC-68441] [-Wdeprecations] In the use of `hcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 158 | "[" <> D.hcat (List.intersperse "," entryDocs) <> "]" | ^^^^^^ [ 61 of 132] Compiling AST.Utils.Type ( compiler/src/AST/Utils/Type.hs, dist/build/elm/elm-tmp/AST/Utils/Type.dyn_o ) [ 62 of 132] Compiling Elm.Kernel ( compiler/src/Elm/Kernel.hs, dist/build/elm/elm-tmp/Elm/Kernel.dyn_o ) [ 63 of 132] Compiling Elm.Interface ( compiler/src/Elm/Interface.hs, dist/build/elm/elm-tmp/Elm/Interface.dyn_o ) [ 64 of 132] Compiling Deps.Website ( builder/src/Deps/Website.hs, dist/build/elm/elm-tmp/Deps/Website.dyn_o ) [ 65 of 132] Compiling AST.Optimized ( compiler/src/AST/Optimized.hs, dist/build/elm/elm-tmp/AST/Optimized.dyn_o ) [ 66 of 132] Compiling Optimize.Names ( compiler/src/Optimize/Names.hs, dist/build/elm/elm-tmp/Optimize/Names.dyn_o ) [ 67 of 132] Compiling Optimize.Port ( compiler/src/Optimize/Port.hs, dist/build/elm/elm-tmp/Optimize/Port.dyn_o ) [ 68 of 132] Compiling Optimize.Case ( compiler/src/Optimize/Case.hs, dist/build/elm/elm-tmp/Optimize/Case.dyn_o ) [ 69 of 132] Compiling Optimize.Expression ( compiler/src/Optimize/Expression.hs, dist/build/elm/elm-tmp/Optimize/Expression.dyn_o ) [ 70 of 132] Compiling Nitpick.Debug ( compiler/src/Nitpick/Debug.hs, dist/build/elm/elm-tmp/Nitpick/Debug.dyn_o ) [ 71 of 132] Compiling Elm.Compiler.Type.Extract ( compiler/src/Elm/Compiler/Type/Extract.hs, dist/build/elm/elm-tmp/Elm/Compiler/Type/Extract.dyn_o ) [ 72 of 132] Compiling Generate.Mode ( compiler/src/Generate/Mode.hs, dist/build/elm/elm-tmp/Generate/Mode.dyn_o ) [ 73 of 132] Compiling Generate.JavaScript.Expression ( compiler/src/Generate/JavaScript/Expression.hs, dist/build/elm/elm-tmp/Generate/JavaScript/Expression.dyn_o ) compiler/src/Generate/JavaScript/Expression.hs:861:50: warning: [GHC-63394] [-Wx-partial] In the use of `head' (imported from Prelude, but defined in GHC.Internal.List): "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"." | 861 | (generateCaseTest mode root path (fst (head edges))) | ^^^^ [ 74 of 132] Compiling Generate.JavaScript ( compiler/src/Generate/JavaScript.hs, dist/build/elm/elm-tmp/Generate/JavaScript.dyn_o ) [ 75 of 132] Compiling Elm.Licenses ( compiler/src/Elm/Licenses.hs, dist/build/elm/elm-tmp/Elm/Licenses.dyn_o ) [ 76 of 132] Compiling Reporting.Task ( builder/src/Reporting/Task.hs, dist/build/elm/elm-tmp/Reporting/Task.dyn_o ) [ 77 of 132] Compiling Reporting.Warning ( compiler/src/Reporting/Warning.hs, dist/build/elm/elm-tmp/Reporting/Warning.dyn_o ) compiler/src/Reporting/Warning.hs:11:1: warning: [GHC-66111] [-Wunused-imports] The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() | 11 | import Data.Monoid ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^ compiler/src/Reporting/Warning.hs:91:19: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 91 | , D.green $ D.hang 4 $ D.sep $ | ^^^^^^^ compiler/src/Reporting/Warning.hs:91:29: warning: [GHC-68441] [-Wdeprecations] In the use of `hang' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 91 | , D.green $ D.hang 4 $ D.sep $ | ^^^^^^ compiler/src/Reporting/Warning.hs:91:40: warning: [GHC-68441] [-Wdeprecations] In the use of `sep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 91 | , D.green $ D.hang 4 $ D.sep $ | ^^^^^ [ 78 of 132] Compiling Reporting.Result ( compiler/src/Reporting/Result.hs, dist/build/elm/elm-tmp/Reporting/Result.dyn_o ) compiler/src/Reporting/Result.hs:110:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical `return' definition detected in the instance declaration for `Monad (Result i w e)'. `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 | 110 | return = ok | ^^^^^^^^^^^ compiler/src/Reporting/Result.hs:121:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical `(>>)' definition detected in the instance declaration for `Monad (Result i w e)'. `(>>)' 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 | 121 | (>>) (Result ka) (Result kb) = | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... [ 79 of 132] Compiling Elm.Docs ( compiler/src/Elm/Docs.hs, dist/build/elm/elm-tmp/Elm/Docs.dyn_o ) [ 80 of 132] Compiling Canonicalize.Environment.Dups ( compiler/src/Canonicalize/Environment/Dups.hs, dist/build/elm/elm-tmp/Canonicalize/Environment/Dups.dyn_o ) [ 81 of 132] Compiling Canonicalize.Environment ( compiler/src/Canonicalize/Environment.hs, dist/build/elm/elm-tmp/Canonicalize/Environment.dyn_o ) [ 82 of 132] Compiling Canonicalize.Type ( compiler/src/Canonicalize/Type.hs, dist/build/elm/elm-tmp/Canonicalize/Type.dyn_o ) [ 83 of 132] Compiling Canonicalize.Pattern ( compiler/src/Canonicalize/Pattern.hs, dist/build/elm/elm-tmp/Canonicalize/Pattern.dyn_o ) [ 84 of 132] Compiling Canonicalize.Environment.Local ( compiler/src/Canonicalize/Environment/Local.hs, dist/build/elm/elm-tmp/Canonicalize/Environment/Local.dyn_o ) [ 85 of 132] Compiling Canonicalize.Environment.Foreign ( compiler/src/Canonicalize/Environment/Foreign.hs, dist/build/elm/elm-tmp/Canonicalize/Environment/Foreign.dyn_o ) [ 86 of 132] Compiling Canonicalize.Effects ( compiler/src/Canonicalize/Effects.hs, dist/build/elm/elm-tmp/Canonicalize/Effects.dyn_o ) [ 87 of 132] Compiling Optimize.Module ( compiler/src/Optimize/Module.hs, dist/build/elm/elm-tmp/Optimize/Module.dyn_o ) [ 88 of 132] Compiling Canonicalize.Expression ( compiler/src/Canonicalize/Expression.hs, dist/build/elm/elm-tmp/Canonicalize/Expression.dyn_o ) compiler/src/Canonicalize/Expression.hs:511:45: warning: [GHC-63394] [-Wx-partial] In the use of `head' (imported from Prelude, but defined in GHC.Internal.List): "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"." | 511 | let (A.At start _, A.At end _) = (head srcArgs, last srcArgs) in | ^^^^ [ 89 of 132] Compiling Canonicalize.Module ( compiler/src/Canonicalize/Module.hs, dist/build/elm/elm-tmp/Canonicalize/Module.dyn_o ) [ 90 of 132] Compiling Stuff ( builder/src/Stuff.hs, dist/build/elm/elm-tmp/Stuff.dyn_o ) [ 91 of 132] Compiling Terminal.Internal ( terminal/impl/Terminal/Internal.hs, dist/build/elm/elm-tmp/Terminal/Internal.dyn_o ) terminal/impl/Terminal/Internal.hs:16:1: warning: [GHC-15328] [-Wdeprecations] Module `Text.PrettyPrint.ANSI.Leijen' is deprecated: "Compatibility module for users of ansi-wl-pprint - use \"Prettyprinter\" instead" | 16 | import Text.PrettyPrint.ANSI.Leijen (Doc) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ terminal/impl/Terminal/Internal.hs:28:8: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 28 | -> Doc | ^^^ [ 92 of 132] Compiling Terminal.Error ( terminal/impl/Terminal/Error.hs, dist/build/elm/elm-tmp/Terminal/Error.dyn_o ) terminal/impl/Terminal/Error.hs:23:1: warning: [GHC-15328] [-Wdeprecations] Module `Text.PrettyPrint.ANSI.Leijen' is deprecated: "Compatibility module for users of ansi-wl-pprint - use \"Prettyprinter\" instead" | 23 | import qualified Text.PrettyPrint.ANSI.Leijen as P | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ terminal/impl/Terminal/Error.hs:62:17: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 62 | exitSuccess :: [P.Doc] -> IO a | ^^^^^ terminal/impl/Terminal/Error.hs:67:17: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 67 | exitFailure :: [P.Doc] -> IO a | ^^^^^ terminal/impl/Terminal/Error.hs:72:31: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 72 | exitWith :: Exit.ExitCode -> [P.Doc] -> IO a | ^^^^^ terminal/impl/Terminal/Error.hs:75:47: warning: [GHC-68441] [-Wdeprecations] In the use of `plain' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 75 | let adjust = if isTerminal then id else P.plain | ^^^^^^^ terminal/impl/Terminal/Error.hs:76:7: warning: [GHC-68441] [-Wdeprecations] In the use of `displayIO' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 76 | P.displayIO stderr $ P.renderPretty 1 80 $ | ^^^^^^^^^^^ terminal/impl/Terminal/Error.hs:76:28: warning: [GHC-68441] [-Wdeprecations] In the use of `renderPretty' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 76 | P.displayIO stderr $ P.renderPretty 1 80 $ | ^^^^^^^^^^^^^^ terminal/impl/Terminal/Error.hs:77:18: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 77 | adjust $ P.vcat $ concatMap (\d -> [d,""]) docs | ^^^^^^ terminal/impl/Terminal/Error.hs:87:11: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 87 | stack :: [P.Doc] -> P.Doc | ^^^^^ terminal/impl/Terminal/Error.hs:87:21: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 87 | stack :: [P.Doc] -> P.Doc | ^^^^^ terminal/impl/Terminal/Error.hs:89:3: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 89 | P.vcat $ List.intersperse "" docs | ^^^^^^ terminal/impl/Terminal/Error.hs:92:21: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 92 | reflow :: String -> P.Doc | ^^^^^ terminal/impl/Terminal/Error.hs:94:3: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 94 | P.fillSep $ map P.text $ words string | ^^^^^^^^^ terminal/impl/Terminal/Error.hs:94:19: warning: [GHC-68441] [-Wdeprecations] In the use of `text' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 94 | P.fillSep $ map P.text $ words string | ^^^^^^ terminal/impl/Terminal/Error.hs:101:43: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 101 | exitWithHelp :: Maybe String -> String -> P.Doc -> Args args -> Flags flags -> IO a | ^^^^^ terminal/impl/Terminal/Error.hs:106:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 106 | , P.indent 4 $ P.cyan $ P.vcat $ map (argsToDoc command) args | ^^^^^^^^ terminal/impl/Terminal/Error.hs:106:24: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 106 | , P.indent 4 $ P.cyan $ P.vcat $ map (argsToDoc command) args | ^^^^^^ terminal/impl/Terminal/Error.hs:106:33: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 106 | , P.indent 4 $ P.cyan $ P.vcat $ map (argsToDoc command) args | ^^^^^^ terminal/impl/Terminal/Error.hs:116:17: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 116 | , P.indent 4 $ stack docs | ^^^^^^^^ terminal/impl/Terminal/Error.hs:132:42: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 132 | argsToDoc :: String -> CompleteArgs a -> P.Doc | ^^^^^ terminal/impl/Terminal/Error.hs:145:58: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 145 | argsToDocHelp :: String -> RequiredArgs a -> [String] -> P.Doc | ^^^^^ terminal/impl/Terminal/Error.hs:149:7: warning: [GHC-68441] [-Wdeprecations] In the use of `hang' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 149 | P.hang 4 $ P.hsep $ map P.text $ | ^^^^^^ terminal/impl/Terminal/Error.hs:149:18: warning: [GHC-68441] [-Wdeprecations] In the use of `hsep' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 149 | P.hang 4 $ P.hsep $ map P.text $ | ^^^^^^ terminal/impl/Terminal/Error.hs:149:31: warning: [GHC-68441] [-Wdeprecations] In the use of `text' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 149 | P.hang 4 $ P.hsep $ map P.text $ | ^^^^^^ terminal/impl/Terminal/Error.hs:161:32: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 161 | flagsToDocs :: Flags flags -> [P.Doc] -> [P.Doc] | ^^^^^ terminal/impl/Terminal/Error.hs:161:43: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 161 | flagsToDocs :: Flags flags -> [P.Doc] -> [P.Doc] | ^^^^^ terminal/impl/Terminal/Error.hs:170:11: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 170 | P.vcat $ | ^^^^^^ terminal/impl/Terminal/Error.hs:173:19: warning: [GHC-68441] [-Wdeprecations] In the use of `dullcyan' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 173 | [ P.dullcyan $ P.text $ "--" ++ name ++ "=" ++ toToken singular | ^^^^^^^^^^ terminal/impl/Terminal/Error.hs:173:32: warning: [GHC-68441] [-Wdeprecations] In the use of `text' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 173 | [ P.dullcyan $ P.text $ "--" ++ name ++ "=" ++ toToken singular | ^^^^^^ terminal/impl/Terminal/Error.hs:174:19: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 174 | , P.indent 4 $ reflow description | ^^^^^^^^ terminal/impl/Terminal/Error.hs:178:19: warning: [GHC-68441] [-Wdeprecations] In the use of `dullcyan' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 178 | [ P.dullcyan $ P.text $ "--" ++ name | ^^^^^^^^^^ terminal/impl/Terminal/Error.hs:178:32: warning: [GHC-68441] [-Wdeprecations] In the use of `text' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 178 | [ P.dullcyan $ P.text $ "--" ++ name | ^^^^^^ terminal/impl/Terminal/Error.hs:179:19: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 179 | , P.indent 4 $ reflow description | ^^^^^^^^ terminal/impl/Terminal/Error.hs:189:21: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 189 | exitWithOverview :: P.Doc -> P.Doc -> [Command] -> IO a | ^^^^^ terminal/impl/Terminal/Error.hs:189:30: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 189 | exitWithOverview :: P.Doc -> P.Doc -> [Command] -> IO a | ^^^^^ terminal/impl/Terminal/Error.hs:195:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 195 | , P.indent 4 $ stack $ Maybe.mapMaybe (toSummary exeName) commands | ^^^^^^^^ terminal/impl/Terminal/Error.hs:197:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 197 | , P.indent 4 $ P.dullcyan $ toCommandList exeName commands | ^^^^^^^^ terminal/impl/Terminal/Error.hs:197:24: warning: [GHC-68441] [-Wdeprecations] In the use of `dullcyan' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 197 | , P.indent 4 $ P.dullcyan $ toCommandList exeName commands | ^^^^^^^^^^ terminal/impl/Terminal/Error.hs:203:41: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 203 | toSummary :: String -> Command -> Maybe P.Doc | ^^^^^ terminal/impl/Terminal/Error.hs:211:9: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 211 | P.vcat | ^^^^^^ terminal/impl/Terminal/Error.hs:212:13: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 212 | [ P.cyan $ argsToDoc (exeName ++ " " ++ name) (head args) | ^^^^^^ terminal/impl/Terminal/Error.hs:212:58: warning: [GHC-63394] [-Wx-partial] In the use of `head' (imported from Prelude, but defined in GHC.Internal.List): "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"." | 212 | [ P.cyan $ argsToDoc (exeName ++ " " ++ name) (head args) | ^^^^ terminal/impl/Terminal/Error.hs:213:13: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 213 | , P.indent 4 $ reflow summaryString | ^^^^^^^^ terminal/impl/Terminal/Error.hs:217:41: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 217 | toCommandList :: String -> [Command] -> P.Doc | ^^^^^ terminal/impl/Terminal/Error.hs:224:7: warning: [GHC-68441] [-Wdeprecations] In the use of `text' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 224 | P.text $ exeName ++ " " ++ name ++ replicate (width - length name) ' ' ++ " --help" | ^^^^^^ terminal/impl/Terminal/Error.hs:226:3: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 226 | P.vcat (map toExample names) | ^^^^^^ terminal/impl/Terminal/Error.hs:255:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 255 | [ P.fillSep $ ["There","is","no",toRed unknown,"command."] ++ suggestions | ^^^^^^^^^ terminal/impl/Terminal/Error.hs:283:30: warning: [GHC-63394] [-Wx-partial] In the use of `head' (imported from Prelude, but defined in GHC.Internal.List): "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"." | 283 | argErrorToDocs $ head $ List.sortOn toArgErrorRank (map snd argErrors) | ^^^^ terminal/impl/Terminal/Error.hs:294:22: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 294 | toGreen :: String -> P.Doc | ^^^^^ terminal/impl/Terminal/Error.hs:296:3: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 296 | P.green (P.text str) | ^^^^^^^ terminal/impl/Terminal/Error.hs:296:12: warning: [GHC-68441] [-Wdeprecations] In the use of `text' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 296 | P.green (P.text str) | ^^^^^^ terminal/impl/Terminal/Error.hs:299:23: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 299 | toYellow :: String -> P.Doc | ^^^^^ terminal/impl/Terminal/Error.hs:301:3: warning: [GHC-68441] [-Wdeprecations] In the use of `yellow' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 301 | P.yellow (P.text str) | ^^^^^^^^ terminal/impl/Terminal/Error.hs:301:13: warning: [GHC-68441] [-Wdeprecations] In the use of `text' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 301 | P.yellow (P.text str) | ^^^^^^ terminal/impl/Terminal/Error.hs:304:20: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 304 | toRed :: String -> P.Doc | ^^^^^ terminal/impl/Terminal/Error.hs:306:3: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 306 | P.red (P.text str) | ^^^^^ terminal/impl/Terminal/Error.hs:306:10: warning: [GHC-68441] [-Wdeprecations] In the use of `text' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 306 | P.red (P.text str) | ^^^^^^ terminal/impl/Terminal/Error.hs:313:35: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 313 | argErrorToDocs :: ArgError -> IO [P.Doc] | ^^^^^ terminal/impl/Terminal/Error.hs:319:15: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 319 | [ P.fillSep | ^^^^^^^^^ terminal/impl/Terminal/Error.hs:323:15: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 323 | , P.indent 4 $ P.green $ P.vcat $ map P.text examples | ^^^^^^^^ terminal/impl/Terminal/Error.hs:323:28: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 323 | , P.indent 4 $ P.green $ P.vcat $ map P.text examples | ^^^^^^^ terminal/impl/Terminal/Error.hs:323:38: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 323 | , P.indent 4 $ P.green $ P.vcat $ map P.text examples | ^^^^^^ terminal/impl/Terminal/Error.hs:323:51: warning: [GHC-68441] [-Wdeprecations] In the use of `text' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 323 | , P.indent 4 $ P.green $ P.vcat $ map P.text examples | ^^^^^^ terminal/impl/Terminal/Error.hs:330:15: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 330 | , P.indent 4 $ toRed string | ^^^^^^^^ terminal/impl/Terminal/Error.hs:331:15: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 331 | , P.fillSep $ | ^^^^^^^^^ terminal/impl/Terminal/Error.hs:335:15: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 335 | , P.indent 4 $ P.green $ P.vcat $ map P.text examples | ^^^^^^^^ terminal/impl/Terminal/Error.hs:335:28: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 335 | , P.indent 4 $ P.green $ P.vcat $ map P.text examples | ^^^^^^^ terminal/impl/Terminal/Error.hs:335:38: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 335 | , P.indent 4 $ P.green $ P.vcat $ map P.text examples | ^^^^^^ terminal/impl/Terminal/Error.hs:335:51: warning: [GHC-68441] [-Wdeprecations] In the use of `text' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 335 | , P.indent 4 $ P.green $ P.vcat $ map P.text examples | ^^^^^^ terminal/impl/Terminal/Error.hs:347:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 347 | , P.indent 4 $ P.red $ P.vcat $ map P.text extras | ^^^^^^^^ terminal/impl/Terminal/Error.hs:347:24: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 347 | , P.indent 4 $ P.red $ P.vcat $ map P.text extras | ^^^^^ terminal/impl/Terminal/Error.hs:347:32: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 347 | , P.indent 4 $ P.red $ P.vcat $ map P.text extras | ^^^^^^ terminal/impl/Terminal/Error.hs:347:45: warning: [GHC-68441] [-Wdeprecations] In the use of `text' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 347 | , P.indent 4 $ P.red $ P.vcat $ map P.text extras | ^^^^^^ terminal/impl/Terminal/Error.hs:356:39: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 356 | flagErrorHelp :: String -> String -> [P.Doc] -> IO [P.Doc] | ^^^^^ terminal/impl/Terminal/Error.hs:356:53: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 356 | flagErrorHelp :: String -> String -> [P.Doc] -> IO [P.Doc] | ^^^^^ terminal/impl/Terminal/Error.hs:360:7: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 360 | , P.indent 4 (toRed original) | ^^^^^^^^ terminal/impl/Terminal/Error.hs:365:37: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 365 | flagErrorToDocs :: FlagError -> IO [P.Doc] | ^^^^^ terminal/impl/Terminal/Error.hs:374:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 374 | , P.indent 4 $ toGreen $ "--" ++ flagName | ^^^^^^^^ terminal/impl/Terminal/Error.hs:382:15: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 382 | [ P.fillSep ["It","needs","a",toYellow (toToken tipe),"like","this:"] | ^^^^^^^^^ terminal/impl/Terminal/Error.hs:383:15: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 383 | , P.indent 4 $ P.vcat $ map toGreen $ | ^^^^^^^^ terminal/impl/Terminal/Error.hs:383:28: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 383 | , P.indent 4 $ P.vcat $ map toGreen $ | ^^^^^^ terminal/impl/Terminal/Error.hs:397:15: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 397 | [ P.fillSep $ | ^^^^^^^^^ terminal/impl/Terminal/Error.hs:400:15: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 400 | , P.indent 4 $ P.vcat $ map toGreen $ | ^^^^^^^^ terminal/impl/Terminal/Error.hs:400:28: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 400 | , P.indent 4 $ P.vcat $ map toGreen $ | ^^^^^^ terminal/impl/Terminal/Error.hs:420:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 420 | [ P.fillSep ["Maybe","you","want",P.green thisOne,"instead?"] | ^^^^^^^^^ terminal/impl/Terminal/Error.hs:420:49: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 420 | [ P.fillSep ["Maybe","you","want",P.green thisOne,"instead?"] | ^^^^^^^ terminal/impl/Terminal/Error.hs:424:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 424 | [ P.fillSep ["Maybe","you","want","one","of","these","instead?"] | ^^^^^^^^^ terminal/impl/Terminal/Error.hs:425:17: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 425 | , P.indent 4 $ P.green $ P.vcat suggestions | ^^^^^^^^ terminal/impl/Terminal/Error.hs:425:30: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 425 | , P.indent 4 $ P.green $ P.vcat suggestions | ^^^^^^^ terminal/impl/Terminal/Error.hs:425:40: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 425 | , P.indent 4 $ P.green $ P.vcat suggestions | ^^^^^^ terminal/impl/Terminal/Error.hs:430:60: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 430 | getNearbyFlags :: String -> Flags a -> [(Int, String)] -> [P.Doc] | ^^^^^ terminal/impl/Terminal/Error.hs:437:11: warning: [GHC-68441] [-Wdeprecations] In the use of `text' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 437 | map P.text $ map snd $ List.sortOn fst $ | ^^^^^^ [ 93 of 132] Compiling Terminal.Chomp ( terminal/impl/Terminal/Chomp.hs, dist/build/elm/elm-tmp/Terminal/Chomp.dyn_o ) [ 94 of 132] Compiling Terminal ( terminal/impl/Terminal.hs, dist/build/elm/elm-tmp/Terminal.dyn_o ) terminal/impl/Terminal.hs:24:1: warning: [GHC-15328] [-Wdeprecations] Module `Text.PrettyPrint.ANSI.Leijen' is deprecated: "Compatibility module for users of ansi-wl-pprint - use \"Prettyprinter\" instead" | 24 | import qualified Text.PrettyPrint.ANSI.Leijen as P | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ terminal/impl/Terminal.hs:37:23: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 37 | _command :: String -> P.Doc -> Args args -> Flags flags -> (args -> flags -> IO ()) -> IO () | ^^^^^ terminal/impl/Terminal.hs:63:8: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 63 | app :: P.Doc -> P.Doc -> [Command] -> IO () | ^^^^^ terminal/impl/Terminal.hs:63:17: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 63 | app :: P.Doc -> P.Doc -> [Command] -> IO () | ^^^^^ terminal/impl/Terminal.hs:154:19: warning: [GHC-63394] [-Wx-partial] In the use of `head' (imported from Prelude, but defined in GHC.Internal.List): "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"." | 154 | lo = snd (head chunk) | ^^^^ [ 95 of 132] Compiling Type.Error ( compiler/src/Type/Error.hs, dist/build/elm/elm-tmp/Type/Error.dyn_o ) compiler/src/Type/Error.hs:23:1: warning: [GHC-66111] [-Wunused-imports] The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() | 23 | import Data.Monoid ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^ compiler/src/Type/Error.hs:80:47: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 80 | toDoc :: L.Localizer -> RT.Context -> Type -> D.Doc | ^^^^^ compiler/src/Type/Error.hs:128:104: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 128 | aliasToDoc :: L.Localizer -> RT.Context -> ModuleName.Canonical -> Name.Name -> [(Name.Name, Type)] -> D.Doc | ^^^^^ compiler/src/Type/Error.hs:135:60: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 135 | fieldsToDocs :: L.Localizer -> Map.Map Name.Name Type -> [(D.Doc, D.Doc)] | ^^^^^ compiler/src/Type/Error.hs:135:67: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 135 | fieldsToDocs :: L.Localizer -> Map.Map Name.Name Type -> [(D.Doc, D.Doc)] | ^^^^^ compiler/src/Type/Error.hs:140:51: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 140 | addField :: L.Localizer -> Name.Name -> Type -> [(D.Doc, D.Doc)] -> [(D.Doc, D.Doc)] | ^^^^^ compiler/src/Type/Error.hs:140:58: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 140 | addField :: L.Localizer -> Name.Name -> Type -> [(D.Doc, D.Doc)] -> [(D.Doc, D.Doc)] | ^^^^^ compiler/src/Type/Error.hs:140:71: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 140 | addField :: L.Localizer -> Name.Name -> Type -> [(D.Doc, D.Doc)] -> [(D.Doc, D.Doc)] | ^^^^^ compiler/src/Type/Error.hs:140:78: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 140 | addField :: L.Localizer -> Name.Name -> Type -> [(D.Doc, D.Doc)] -> [(D.Doc, D.Doc)] | ^^^^^ compiler/src/Type/Error.hs:149:32: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 149 | extToDoc :: Extension -> Maybe D.Doc | ^^^^^ compiler/src/Type/Error.hs:221:49: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 221 | toComparison :: L.Localizer -> Type -> Type -> (D.Doc, D.Doc, [Problem]) | ^^^^^ compiler/src/Type/Error.hs:221:56: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 221 | toComparison :: L.Localizer -> Type -> Type -> (D.Doc, D.Doc, [Problem]) | ^^^^^ compiler/src/Type/Error.hs:231:61: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 231 | toDiff :: L.Localizer -> RT.Context -> Type -> Type -> Diff D.Doc | ^^^^^ compiler/src/Type/Error.hs:258:12: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 258 | (D.dullyellow (RT.lambda ctx (f a) (f b) (map f cs))) | ^^^^^^^^^^^^ compiler/src/Type/Error.hs:259:12: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 259 | (D.dullyellow (RT.lambda ctx (f x) (f y) (map f zs))) | ^^^^^^^^^^^^ compiler/src/Type/Error.hs:295:24: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 295 | (RT.apply ctx (D.dullyellow (L.toDoc localizer home name)) [toDoc localizer RT.App t1]) | ^^^^^^^^^^^^ compiler/src/Type/Error.hs:302:24: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 302 | (RT.apply ctx (D.dullyellow (L.toDoc localizer home name)) [toDoc localizer RT.App t2]) | ^^^^^^^^^^^^ compiler/src/Type/Error.hs:308:17: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 308 | Diff (D.dullyellow (aliasToDoc localizer ctx home1 name1 args1)) doc2 status | ^^^^^^^^^^^^ compiler/src/Type/Error.hs:320:18: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 320 | (D.dullyellow (toDoc localizer ctx tipe1)) | ^^^^^^^^^^^^ compiler/src/Type/Error.hs:321:18: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 321 | (D.dullyellow (toDoc localizer ctx tipe2)) | ^^^^^^^^^^^^ compiler/src/Type/Error.hs:327:22: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 327 | Diff doc1 (D.dullyellow (aliasToDoc localizer ctx home2 name2 args2)) status | ^^^^^^^^^^^^ compiler/src/Type/Error.hs:339:18: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 339 | (D.dullyellow (toDoc localizer ctx tipe1)) | ^^^^^^^^^^^^ compiler/src/Type/Error.hs:340:18: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 340 | (D.dullyellow (toDoc localizer ctx tipe2)) | ^^^^^^^^^^^^ compiler/src/Type/Error.hs:345:16: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 345 | doc1 = D.dullyellow (toDoc localizer ctx tipe1) | ^^^^^^^^^^^^ compiler/src/Type/Error.hs:346:16: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 346 | doc2 = D.dullyellow (toDoc localizer ctx tipe2) | ^^^^^^^^^^^^ compiler/src/Type/Error.hs:374:51: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 374 | same :: L.Localizer -> RT.Context -> Type -> Diff D.Doc | ^^^^^ compiler/src/Type/Error.hs:382:62: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 382 | similar :: L.Localizer -> RT.Context -> Type -> Type -> Diff D.Doc | ^^^^^ compiler/src/Type/Error.hs:448:110: warning: [GHC-63394] [-Wx-partial] In the use of `head' (imported from Prelude, but defined in GHC.Internal.List): "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"." | 448 | Comparable -> isInt h n || isFloat h n || isString h n || isChar h n || isList h n && isSuper super (head args) | ^^^^ compiler/src/Type/Error.hs:450:73: warning: [GHC-63394] [-Wx-partial] In the use of `head' (imported from Prelude, but defined in GHC.Internal.List): "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"." | 450 | CompAppend -> isString h n || isList h n && isSuper Comparable (head args) | ^^^^ compiler/src/Type/Error.hs:467:95: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 467 | nameClashToDoc :: RT.Context -> L.Localizer -> ModuleName.Canonical -> Name.Name -> [Type] -> D.Doc | ^^^^^ compiler/src/Type/Error.hs:470:6: warning: [GHC-68441] [-Wdeprecations] In the use of `yellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 470 | (D.yellow (D.fromName home) <> D.dullyellow ("." <> D.fromName name)) | ^^^^^^^^ compiler/src/Type/Error.hs:470:36: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 470 | (D.yellow (D.fromName home) <> D.dullyellow ("." <> D.fromName name)) | ^^^^^^^^^^^^ compiler/src/Type/Error.hs:478:65: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 478 | diffAliasedRecord :: L.Localizer -> Type -> Type -> Maybe (Diff D.Doc) | ^^^^^ compiler/src/Type/Error.hs:492:113: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 492 | diffRecord :: L.Localizer -> Map.Map Name.Name Type -> Extension -> Map.Map Name.Name Type -> Extension -> Diff D.Doc | ^^^^^ compiler/src/Type/Error.hs:496:9: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 496 | ( D.dullyellow (D.fromName field), toDoc localizer RT.None tipe ) | ^^^^^^^^^^^^ compiler/src/Type/Error.hs:555:52: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 555 | extToDiff :: Extension -> Extension -> Diff (Maybe D.Doc) | ^^^^^ compiler/src/Type/Error.hs:567:13: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 567 | Diff (D.dullyellow <$> extDoc1) (D.dullyellow <$> extDoc2) status | ^^^^^^^^^^^^ compiler/src/Type/Error.hs:567:40: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 567 | Diff (D.dullyellow <$> extDoc1) (D.dullyellow <$> extDoc2) status | ^^^^^^^^^^^^ [ 96 of 132] Compiling Reporting.Error.Type ( compiler/src/Reporting/Error/Type.hs, dist/build/elm/elm-tmp/Reporting/Error/Type.dyn_o ) compiler/src/Reporting/Error/Type.hs:24:1: warning: [GHC-66111] [-Wunused-imports] The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() | 24 | import Data.Monoid ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:278:82: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 278 | patternTypeComparison :: L.Localizer -> T.Type -> T.Type -> String -> String -> [D.Doc] -> D.Doc | ^^^^^ compiler/src/Reporting/Error/Type.hs:278:92: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 278 | patternTypeComparison :: L.Localizer -> T.Type -> T.Type -> String -> String -> [D.Doc] -> D.Doc | ^^^^^ compiler/src/Reporting/Error/Type.hs:286:7: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 286 | , D.indent 4 actualDoc | ^^^^^^^^ compiler/src/Reporting/Error/Type.hs:288:7: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 288 | , D.indent 4 expectedDoc | ^^^^^^^^ compiler/src/Reporting/Error/Type.hs:313:75: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 313 | typeComparison :: L.Localizer -> T.Type -> T.Type -> String -> String -> [D.Doc] -> D.Doc | ^^^^^ compiler/src/Reporting/Error/Type.hs:313:85: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 313 | typeComparison :: L.Localizer -> T.Type -> T.Type -> String -> String -> [D.Doc] -> D.Doc | ^^^^^ compiler/src/Reporting/Error/Type.hs:321:7: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 321 | , D.indent 4 actualDoc | ^^^^^^^^ compiler/src/Reporting/Error/Type.hs:323:7: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 323 | , D.indent 4 expectedDoc | ^^^^^^^^ compiler/src/Reporting/Error/Type.hs:329:48: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 329 | loneType :: L.Localizer -> T.Type -> T.Type -> D.Doc -> [D.Doc] -> D.Doc | ^^^^^ compiler/src/Reporting/Error/Type.hs:329:58: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 329 | loneType :: L.Localizer -> T.Type -> T.Type -> D.Doc -> [D.Doc] -> D.Doc | ^^^^^ compiler/src/Reporting/Error/Type.hs:329:68: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 329 | loneType :: L.Localizer -> T.Type -> T.Type -> D.Doc -> [D.Doc] -> D.Doc | ^^^^^ compiler/src/Reporting/Error/Type.hs:337:7: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 337 | , D.indent 4 actualDoc | ^^^^^^^^ compiler/src/Reporting/Error/Type.hs:371:35: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 371 | problemsToHint :: [T.Problem] -> [D.Doc] | ^^^^^ compiler/src/Reporting/Error/Type.hs:381:32: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 381 | problemToHint :: T.Problem -> [D.Doc] | ^^^^^ compiler/src/Reporting/Error/Type.hs:387:40: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 387 | ,"Ints","to","Floats.","Use",D.green "toFloat","and" | ^^^^^^^ compiler/src/Reporting/Error/Type.hs:388:12: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 388 | ,D.green "round","to","do","explicit","conversions." | ^^^^^^^ compiler/src/Reporting/Error/Type.hs:395:24: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 395 | ,"Use","the",D.green "String.fromInt","function!" | ^^^^^^^ compiler/src/Reporting/Error/Type.hs:402:24: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 402 | ,"Use","the",D.green "String.fromFloat","function!" | ^^^^^^^ compiler/src/Reporting/Error/Type.hs:409:24: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 409 | ,"Use","the",D.green "String.toInt","function!" | ^^^^^^^ compiler/src/Reporting/Error/Type.hs:416:24: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 416 | ,"Use","the",D.green "String.toFloat","function!" | ^^^^^^^ compiler/src/Reporting/Error/Type.hs:428:18: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 428 | ["Use",D.green "Maybe.withDefault","to","handle","possible","errors." | ^^^^^^^ compiler/src/Reporting/Error/Type.hs:488:17: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 488 | case map (D.green . D.fromName) fields of | ^^^^^^^ compiler/src/Reporting/Error/Type.hs:510:16: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 510 | ,D.dullyellow (D.fromName typo),"should","be" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:511:16: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 511 | ,D.green (D.fromName nearest) <> "?" | ^^^^^^^ compiler/src/Reporting/Error/Type.hs:523:40: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 523 | badRigidVar :: Name.Name -> String -> [D.Doc] | ^^^^^ compiler/src/Reporting/Error/Type.hs:534:46: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 534 | badDoubleRigid :: Name.Name -> Name.Name -> [D.Doc] | ^^^^^ compiler/src/Reporting/Error/Type.hs:558:54: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 558 | badFlexSuper :: T.Direction -> T.Super -> T.Type -> [D.Doc] | ^^^^^ compiler/src/Reporting/Error/Type.hs:598:46: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 598 | [ D.toFancyHint ["Try","using",D.green "String.fromInt","to","convert","it","to","a","string?"] | ^^^^^^^ compiler/src/Reporting/Error/Type.hs:602:46: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 602 | [ D.toFancyHint ["Try","using",D.green "String.toInt","to","convert","it","to","an","integer?"] | ^^^^^^^ compiler/src/Reporting/Error/Type.hs:606:35: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 606 | [ D.toFancyHint ["Only",D.green "Int","and",D.green "Float","values","work","as","numbers."] | ^^^^^^^ compiler/src/Reporting/Error/Type.hs:606:55: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 606 | [ D.toFancyHint ["Only",D.green "Int","and",D.green "Float","values","work","as","numbers."] | ^^^^^^^ compiler/src/Reporting/Error/Type.hs:610:40: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 610 | badRigidSuper :: T.Super -> String -> [D.Doc] | ^^^^^ compiler/src/Reporting/Error/Type.hs:629:44: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 629 | badFlexFlexSuper :: T.Super -> T.Super -> [D.Doc] | ^^^^^ compiler/src/Reporting/Error/Type.hs:726:15: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 726 | , [ D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:728:18: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 728 | ,D.dullyellow "Int","and",D.dullyellow "Float","values." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:728:43: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 728 | ,D.dullyellow "Int","and",D.dullyellow "Float","values." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:750:15: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 750 | , [ D.fillSep ["But","I","need","this","`if`","condition","to","be","a",D.dullyellow "Bool","value."] | ^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:750:83: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 750 | , [ D.fillSep ["But","I","need","this","`if`","condition","to","be","a",D.dullyellow "Bool","value."] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:860:27: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 860 | , D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:861:43: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 861 | ["So","maybe",D.dullyellow (D.fromName field) | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:862:44: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 862 | ,"should","be",D.green (D.fromName (fst f)) <> "?" | ^^^^^^^ compiler/src/Reporting/Error/Type.hs:872:19: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 872 | , [ D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:874:22: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 874 | ,D.dullyellow (D.fromName field),"field!" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:913:31: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 913 | , D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:914:47: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 914 | ["So","maybe",D.dullyellow (D.fromName field) | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:915:48: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 915 | ,"should","be",D.green (D.fromName (fst f)) <> "?" | ^^^^^^^ compiler/src/Reporting/Error/Type.hs:969:97: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 969 | toNearbyRecord :: L.Localizer -> (Name.Name, T.Type) -> [(Name.Name, T.Type)] -> T.Extension -> D.Doc | ^^^^^ compiler/src/Reporting/Error/Type.hs:971:3: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 971 | D.indent 4 $ | ^^^^^^^^ compiler/src/Reporting/Error/Type.hs:978:55: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 978 | fieldToDocs :: L.Localizer -> (Name.Name, T.Type) -> (D.Doc, D.Doc) | ^^^^^ compiler/src/Reporting/Error/Type.hs:978:62: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 978 | fieldToDocs :: L.Localizer -> (Name.Name, T.Type) -> (D.Doc, D.Doc) | ^^^^^ compiler/src/Reporting/Error/Type.hs:985:34: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 985 | extToDoc :: T.Extension -> Maybe D.Doc | ^^^^^ compiler/src/Reporting/Error/Type.hs:997:78: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 997 | opLeftToDocs :: L.Localizer -> Category -> Name.Name -> T.Type -> T.Type -> (D.Doc, D.Doc) | ^^^^^ compiler/src/Reporting/Error/Type.hs:997:85: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 997 | opLeftToDocs :: L.Localizer -> Category -> Name.Name -> T.Type -> T.Type -> (D.Doc, D.Doc) | ^^^^^ compiler/src/Reporting/Error/Type.hs:1045:15: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1045 | = EmphBoth (D.Doc, D.Doc) | ^^^^^ compiler/src/Reporting/Error/Type.hs:1045:22: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1045 | = EmphBoth (D.Doc, D.Doc) | ^^^^^ compiler/src/Reporting/Error/Type.hs:1046:16: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1046 | | EmphRight (D.Doc, D.Doc) | ^^^^^ compiler/src/Reporting/Error/Type.hs:1046:23: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1046 | | EmphRight (D.Doc, D.Doc) | ^^^^^ compiler/src/Reporting/Error/Type.hs:1217:14: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1217 | [D.fillSep ["But","(::)","needs","a",D.dullyellow "List","on","the","right."] | ^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1217:50: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1217 | [D.fillSep ["But","(::)","needs","a",D.dullyellow "List","on","the","right."] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1227:13: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1227 | = ANumber D.Doc D.Doc | ^^^^^ compiler/src/Reporting/Error/Type.hs:1227:19: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1227 | = ANumber D.Doc D.Doc | ^^^^^ compiler/src/Reporting/Error/Type.hs:1247:66: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1247 | badAppendLeft :: L.Localizer -> Category -> T.Type -> T.Type -> (D.Doc, D.Doc) | ^^^^^ compiler/src/Reporting/Error/Type.hs:1247:73: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1247 | badAppendLeft :: L.Localizer -> Category -> T.Type -> T.Type -> (D.Doc, D.Doc) | ^^^^^ compiler/src/Reporting/Error/Type.hs:1251:9: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1251 | ( D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1253:34: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1253 | ,"values,","but","not",D.dullyellow thing,"values","like","this:" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1255:9: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1255 | , D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1256:26: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1256 | ["Try","using",D.green stringFromThing,"to","turn","it","into","a","string?" | ^^^^^^^ compiler/src/Reporting/Error/Type.hs:1267:13: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1267 | [ D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1269:16: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1269 | ,D.dullyellow "List","and",D.dullyellow "String","values." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1269:42: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1269 | ,D.dullyellow "List","and",D.dullyellow "String","values." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1281:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1281 | ( D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1282:50: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1282 | ["I","thought","I","was","appending",D.dullyellow "String","values","here," | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1283:20: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1283 | ,"not",D.dullyellow thing,"values","like","this:" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1285:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1285 | , D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1286:28: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1286 | ["Try","using",D.green stringFromThing,"to","turn","it","into","a","string?"] | ^^^^^^^ compiler/src/Reporting/Error/Type.hs:1291:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1291 | ( D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1292:50: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1292 | ["I","thought","I","was","appending",D.dullyellow "List","values","here," | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1293:20: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1293 | ,"not",D.dullyellow thing,"values","like","this:" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1302:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1302 | , D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1303:28: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1303 | ["I","see","a",D.dullyellow "String","on","the","left","and","a" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1304:14: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1304 | ,D.dullyellow "List","on","the","right.","Which","should","it","be?" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1313:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1313 | , D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1314:28: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1314 | ["I","see","a",D.dullyellow "List","on","the","left","and","a" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1315:14: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1315 | ,D.dullyellow "String","on","the","right.","Which","should","it","be?" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1344:24: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1344 | anInt = ["an", D.dullyellow "Int"] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1345:24: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1345 | aFloat = ["a", D.dullyellow "Float"] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1346:19: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1346 | toFloat = D.green "toFloat" | ^^^^^^^ compiler/src/Reporting/Error/Type.hs:1347:17: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1347 | round = D.green "round" | ^^^^^^^ compiler/src/Reporting/Error/Type.hs:1358:17: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1358 | badCastHelp :: [D.Doc] -> [D.Doc] -> D.Doc -> D.Doc -> D.Doc | ^^^^^ compiler/src/Reporting/Error/Type.hs:1358:28: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1358 | badCastHelp :: [D.Doc] -> [D.Doc] -> D.Doc -> D.Doc -> D.Doc | ^^^^^ compiler/src/Reporting/Error/Type.hs:1358:38: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1358 | badCastHelp :: [D.Doc] -> [D.Doc] -> D.Doc -> D.Doc -> D.Doc | ^^^^^ compiler/src/Reporting/Error/Type.hs:1358:47: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1358 | badCastHelp :: [D.Doc] -> [D.Doc] -> D.Doc -> D.Doc -> D.Doc | ^^^^^ compiler/src/Reporting/Error/Type.hs:1358:56: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1358 | badCastHelp :: [D.Doc] -> [D.Doc] -> D.Doc -> D.Doc -> D.Doc | ^^^^^ compiler/src/Reporting/Error/Type.hs:1361:7: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1361 | [ D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1367:7: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1367 | , D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1375:18: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1375 | badStringAdd :: (D.Doc, D.Doc) | ^^^^^ compiler/src/Reporting/Error/Type.hs:1375:25: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1375 | badStringAdd :: (D.Doc, D.Doc) | ^^^^^ compiler/src/Reporting/Error/Type.hs:1378:5: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1378 | D.fillSep ["I","cannot","do","addition","with",D.dullyellow "String","values","like","this","one:"] | ^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1378:52: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1378 | D.fillSep ["I","cannot","do","addition","with",D.dullyellow "String","values","like","this","one:"] | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1381:9: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1381 | [ D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1382:57: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1382 | ["The","(+)","operator","only","works","with",D.dullyellow "Int","and",D.dullyellow "Float","values." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1382:82: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1382 | ["The","(+)","operator","only","works","with",D.dullyellow "Int","and",D.dullyellow "Float","values." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1385:32: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1385 | ["Switch","to","the",D.green "(++)","operator","to","append","strings!" | ^^^^^^^ compiler/src/Reporting/Error/Type.hs:1391:73: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1391 | badListAdd :: L.Localizer -> Category -> String -> T.Type -> T.Type -> (D.Doc, D.Doc) | ^^^^^ compiler/src/Reporting/Error/Type.hs:1391:80: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1391 | badListAdd :: L.Localizer -> Category -> String -> T.Type -> T.Type -> (D.Doc, D.Doc) | ^^^^^ compiler/src/Reporting/Error/Type.hs:1398:9: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1398 | [ D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1399:46: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1399 | ["But","(+)","only","works","with",D.dullyellow "Int","and",D.dullyellow "Float","values." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1399:71: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1399 | ["But","(+)","only","works","with",D.dullyellow "Int","and",D.dullyellow "Float","values." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1402:32: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1402 | ["Switch","to","the",D.green "(++)","operator","to","append","lists!" | ^^^^^^^ compiler/src/Reporting/Error/Type.hs:1408:73: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1408 | badListMul :: L.Localizer -> Category -> String -> T.Type -> T.Type -> (D.Doc, D.Doc) | ^^^^^ compiler/src/Reporting/Error/Type.hs:1408:80: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1408 | badListMul :: L.Localizer -> Category -> String -> T.Type -> T.Type -> (D.Doc, D.Doc) | ^^^^^ compiler/src/Reporting/Error/Type.hs:1414:11: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1414 | , D.green "List.repeat" | ^^^^^^^ compiler/src/Reporting/Error/Type.hs:1420:90: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1420 | badMath :: L.Localizer -> Category -> String -> String -> String -> T.Type -> T.Type -> [D.Doc] -> (D.Doc, D.Doc) | ^^^^^ compiler/src/Reporting/Error/Type.hs:1420:101: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1420 | badMath :: L.Localizer -> Category -> String -> String -> String -> T.Type -> T.Type -> [D.Doc] -> (D.Doc, D.Doc) | ^^^^^ compiler/src/Reporting/Error/Type.hs:1420:108: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1420 | badMath :: L.Localizer -> Category -> String -> String -> String -> T.Type -> T.Type -> [D.Doc] -> (D.Doc, D.Doc) | ^^^^^ compiler/src/Reporting/Error/Type.hs:1428:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1428 | ( [ D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1430:14: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1430 | ,D.dullyellow "Int","and",D.dullyellow "Float","values." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1430:39: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1430 | ,D.dullyellow "Int","and",D.dullyellow "Float","values." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1438:27: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1438 | badFDiv :: L.Localizer -> D.Doc -> T.Type -> T.Type -> (D.Doc, D.Doc) | ^^^^^ compiler/src/Reporting/Error/Type.hs:1438:57: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1438 | badFDiv :: L.Localizer -> D.Doc -> T.Type -> T.Type -> (D.Doc, D.Doc) | ^^^^^ compiler/src/Reporting/Error/Type.hs:1438:64: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1438 | badFDiv :: L.Localizer -> D.Doc -> T.Type -> T.Type -> (D.Doc, D.Doc) | ^^^^^ compiler/src/Reporting/Error/Type.hs:1446:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1446 | [ D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1448:14: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1448 | ,D.dullyellow "Float" <> "," | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1449:43: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1449 | ,"but","I","am","seeing","an",D.dullyellow "Int" <> "." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1452:11: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1452 | , D.vcat | ^^^^^^ compiler/src/Reporting/Error/Type.hs:1453:15: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1453 | [ D.green "toFloat" <> " for explicit conversions " <> D.black "(toFloat 5 / 2) == 2.5" | ^^^^^^^ compiler/src/Reporting/Error/Type.hs:1453:72: warning: [GHC-68441] [-Wdeprecations] In the use of `black' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1453 | [ D.green "toFloat" <> " for explicit conversions " <> D.black "(toFloat 5 / 2) == 2.5" | ^^^^^^^ compiler/src/Reporting/Error/Type.hs:1454:15: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1454 | , D.green "(//) " <> " for integer division " <> D.black "(5 // 2) == 2" | ^^^^^^^ compiler/src/Reporting/Error/Type.hs:1454:72: warning: [GHC-68441] [-Wdeprecations] In the use of `black' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1454 | , D.green "(//) " <> " for integer division " <> D.black "(5 // 2) == 2" | ^^^^^^^ compiler/src/Reporting/Error/Type.hs:1461:10: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1461 | (D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1463:12: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1463 | ,D.dullyellow "Float" <> ",","but","instead","I","am","seeing:" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1470:27: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1470 | badIDiv :: L.Localizer -> D.Doc -> T.Type -> T.Type -> (D.Doc, D.Doc) | ^^^^^ compiler/src/Reporting/Error/Type.hs:1470:57: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1470 | badIDiv :: L.Localizer -> D.Doc -> T.Type -> T.Type -> (D.Doc, D.Doc) | ^^^^^ compiler/src/Reporting/Error/Type.hs:1470:64: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1470 | badIDiv :: L.Localizer -> D.Doc -> T.Type -> T.Type -> (D.Doc, D.Doc) | ^^^^^ compiler/src/Reporting/Error/Type.hs:1478:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1478 | [ D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1480:14: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1480 | ,D.dullyellow "Int" <> "," | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1481:42: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1481 | ,"but","I","am","seeing","a",D.dullyellow "Float" <> "." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1485:11: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1485 | , D.vcat | ^^^^^^ compiler/src/Reporting/Error/Type.hs:1486:15: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1486 | [ D.green "round" <> " 3.5 == 4" | ^^^^^^^ compiler/src/Reporting/Error/Type.hs:1487:15: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1487 | , D.green "floor" <> " 3.5 == 3" | ^^^^^^^ compiler/src/Reporting/Error/Type.hs:1488:15: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1488 | , D.green "ceiling" <> " 3.5 == 4" | ^^^^^^^ compiler/src/Reporting/Error/Type.hs:1489:15: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1489 | , D.green "truncate" <> " 3.5 == 3" | ^^^^^^^ compiler/src/Reporting/Error/Type.hs:1495:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1495 | ( D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1497:14: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1497 | ,D.dullyellow "Int" <> ",","but","instead","I","am","seeing:" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1508:27: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1508 | badBool :: L.Localizer -> D.Doc -> D.Doc -> T.Type -> T.Type -> (D.Doc, D.Doc) | ^^^^^ compiler/src/Reporting/Error/Type.hs:1508:36: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1508 | badBool :: L.Localizer -> D.Doc -> D.Doc -> T.Type -> T.Type -> (D.Doc, D.Doc) | ^^^^^ compiler/src/Reporting/Error/Type.hs:1508:66: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1508 | badBool :: L.Localizer -> D.Doc -> D.Doc -> T.Type -> T.Type -> (D.Doc, D.Doc) | ^^^^^ compiler/src/Reporting/Error/Type.hs:1508:73: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1508 | badBool :: L.Localizer -> D.Doc -> D.Doc -> T.Type -> T.Type -> (D.Doc, D.Doc) | ^^^^^ compiler/src/Reporting/Error/Type.hs:1515:9: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1515 | ( D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1517:12: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1517 | ,D.dullyellow "Bool","values,","but","the",direction,"side","is:" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1528:84: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1528 | badCompLeft :: L.Localizer -> Category -> String -> String -> T.Type -> T.Type -> (D.Doc, D.Doc) | ^^^^^ compiler/src/Reporting/Error/Type.hs:1528:91: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1528 | badCompLeft :: L.Localizer -> Category -> String -> String -> T.Type -> T.Type -> (D.Doc, D.Doc) | ^^^^^ compiler/src/Reporting/Error/Type.hs:1536:9: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1536 | [ D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1538:12: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1538 | ,D.dullyellow "Int" <> "," | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1539:12: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1539 | ,D.dullyellow "Float" <> "," | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1540:12: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1540 | ,D.dullyellow "Char" <> "," | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1542:12: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1542 | ,D.dullyellow "String" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1607:13: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1607 | , D.indent 4 (D.dullyellow (T.toDoc localizer RT.None overallType)) | ^^^^^^^^ compiler/src/Reporting/Error/Type.hs:1607:25: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1607 | , D.indent 4 (D.dullyellow (T.toDoc localizer RT.None overallType)) | ^^^^^^^^^^^^ [ 97 of 132] Compiling Reporting.Error ( compiler/src/Reporting/Error.hs, dist/build/elm/elm-tmp/Reporting/Error.dyn_o ) compiler/src/Reporting/Error.hs:96:44: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 96 | toDoc :: FilePath -> Module -> [Module] -> D.Doc | ^^^^^ compiler/src/Reporting/Error.hs:101:3: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 101 | D.vcat (toDocHelp root m ms) | ^^^^^^ compiler/src/Reporting/Error.hs:104:49: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 104 | toDocHelp :: FilePath -> Module -> [Module] -> [D.Doc] | ^^^^^ compiler/src/Reporting/Error.hs:118:36: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 118 | toSeparator :: Module -> Module -> D.Doc | ^^^^^ compiler/src/Reporting/Error.hs:124:5: warning: [GHC-68441] [-Wdeprecations] In the use of `dullred' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 124 | D.dullred $ D.vcat $ | ^^^^^^^^^ compiler/src/Reporting/Error.hs:124:17: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 124 | D.dullred $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error.hs:125:9: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 125 | [ D.indent (80 - length before) (D.fromChars before) | ^^^^^^^^ compiler/src/Reporting/Error.hs:137:38: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 137 | moduleToDoc :: FilePath -> Module -> D.Doc | ^^^^^ compiler/src/Reporting/Error.hs:146:3: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 146 | D.vcat $ map (reportToDoc relativePath) (NE.toList reports) | ^^^^^^ compiler/src/Reporting/Error.hs:149:45: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 149 | reportToDoc :: FilePath -> Report.Report -> D.Doc | ^^^^^ compiler/src/Reporting/Error.hs:151:3: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 151 | D.vcat | ^^^^^^ compiler/src/Reporting/Error.hs:159:39: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 159 | toMessageBar :: String -> FilePath -> D.Doc | ^^^^^ compiler/src/Reporting/Error.hs:165:5: warning: [GHC-68441] [-Wdeprecations] In the use of `dullcyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 165 | D.dullcyan $ D.fromChars $ | ^^^^^^^^^^ [ 98 of 132] Compiling Reporting.Exit.Help ( builder/src/Reporting/Exit/Help.hs, dist/build/elm/elm-tmp/Reporting/Exit/Help.dyn_o ) builder/src/Reporting/Exit/Help.hs:36:21: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 36 | , _message :: D.Doc | ^^^^^ builder/src/Reporting/Exit/Help.hs:40:50: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 40 | report :: String -> Maybe FilePath -> String -> [D.Doc] -> Report | ^^^^^ builder/src/Reporting/Exit/Help.hs:45:42: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 45 | docReport :: String -> Maybe FilePath -> D.Doc -> [D.Doc] -> Report | ^^^^^ builder/src/Reporting/Exit/Help.hs:45:52: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 45 | docReport :: String -> Maybe FilePath -> D.Doc -> [D.Doc] -> Report | ^^^^^ builder/src/Reporting/Exit/Help.hs:50:43: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 50 | jsonReport :: String -> Maybe FilePath -> D.Doc -> Report | ^^^^^ builder/src/Reporting/Exit/Help.hs:64:26: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 64 | reportToDoc :: Report -> D.Doc | ^^^^^ builder/src/Reporting/Exit/Help.hs:84:11: warning: [GHC-68441] [-Wdeprecations] In the use of `dullcyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 84 | D.dullcyan $ | ^^^^^^^^^^ builder/src/Reporting/Exit/Help.hs:85:18: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 85 | "--" <+> D.fromChars title <+> D.fromChars errorBarEnd | ^^^ builder/src/Reporting/Exit/Help.hs:85:40: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 85 | "--" <+> D.fromChars title <+> D.fromChars errorBarEnd | ^^^ builder/src/Reporting/Exit/Help.hs:116:13: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 116 | toString :: D.Doc -> String | ^^^^^ builder/src/Reporting/Exit/Help.hs:121:13: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 121 | toStdout :: D.Doc -> IO () | ^^^^^ builder/src/Reporting/Exit/Help.hs:126:13: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 126 | toStderr :: D.Doc -> IO () | ^^^^^ builder/src/Reporting/Exit/Help.hs:131:23: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 131 | toHandle :: Handle -> D.Doc -> IO () | ^^^^^ [ 99 of 132] Compiling Reporting.Error.Json ( compiler/src/Reporting/Error/Json.hs, dist/build/elm/elm-tmp/Reporting/Error/Json.dyn_o ) compiler/src/Reporting/Error/Json.hs:72:15: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 72 | [ D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Json.hs:73:43: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 73 | ["Try","something","like",D.dullyellow "\"this\"","or" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Json.hs:74:18: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 74 | ,D.dullyellow "42","to","move","on","to","better","hints!" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Json.hs:89:15: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 89 | [ D.fillSep | ^^^^^^^^^ compiler/src/Reporting/Error/Json.hs:92:18: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 92 | ,D.dullyellow "\"type\"","or",D.dullyellow "\"dependencies\"","next." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Json.hs:92:47: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 92 | ,D.dullyellow "\"type\"","or",D.dullyellow "\"dependencies\"","next." | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Json.hs:147:15: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 147 | D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Json.hs:148:42: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 148 | ["Strings","look","like",D.green "\"this\"","with","double" | ^^^^^^^ compiler/src/Reporting/Error/Json.hs:174:19: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 174 | , D.dullyellow $ D.indent 4 $ D.vcat $ | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Json.hs:174:34: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 174 | , D.dullyellow $ D.indent 4 $ D.vcat $ | ^^^^^^^^ compiler/src/Reporting/Error/Json.hs:174:47: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 174 | , D.dullyellow $ D.indent 4 $ D.vcat $ | ^^^^^^ compiler/src/Reporting/Error/Json.hs:186:15: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 186 | D.fillSep $ | ^^^^^^^^^ compiler/src/Reporting/Error/Json.hs:188:18: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 188 | ,D.green "\\u0000","and",D.green "\\uFFFF" | ^^^^^^^ compiler/src/Reporting/Error/Json.hs:188:42: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 188 | ,D.green "\\u0000","and",D.green "\\uFFFF" | ^^^^^^^ compiler/src/Reporting/Error/Json.hs:222:15: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 222 | objectNote :: D.Doc | ^^^^^ compiler/src/Reporting/Error/Json.hs:226:7: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 226 | , D.vcat | ^^^^^^ compiler/src/Reporting/Error/Json.hs:227:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 227 | [ D.indent 4 $ "{" | ^^^^^^^^ compiler/src/Reporting/Error/Json.hs:228:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 228 | , D.indent 6 $ D.dullyellow "\"name\"" <> ": " <> D.dullyellow "\"Tom\"" <> "," | ^^^^^^^^ compiler/src/Reporting/Error/Json.hs:228:24: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 228 | , D.indent 6 $ D.dullyellow "\"name\"" <> ": " <> D.dullyellow "\"Tom\"" <> "," | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Json.hs:228:59: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 228 | , D.indent 6 $ D.dullyellow "\"name\"" <> ": " <> D.dullyellow "\"Tom\"" <> "," | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Json.hs:229:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 229 | , D.indent 6 $ D.dullyellow "\"age\"" <> ": " <> D.dullyellow "42" | ^^^^^^^^ compiler/src/Reporting/Error/Json.hs:229:24: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 229 | , D.indent 6 $ D.dullyellow "\"age\"" <> ": " <> D.dullyellow "42" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Json.hs:229:58: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 229 | , D.indent 6 $ D.dullyellow "\"age\"" <> ": " <> D.dullyellow "42" | ^^^^^^^^^^^^ compiler/src/Reporting/Error/Json.hs:230:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 230 | , D.indent 4 $ "}" | ^^^^^^^^ compiler/src/Reporting/Error/Json.hs:314:13: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 314 | , D.fillSep $ ["I","was","expecting","to","run","into"] ++ aThing | ^^^^^^^^^ compiler/src/Reporting/Error/Json.hs:319:43: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 319 | toSnippet "EXPECTING OBJECT" ["an", D.green "OBJECT" <> "."] | ^^^^^^^ compiler/src/Reporting/Error/Json.hs:322:42: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 322 | toSnippet "EXPECTING ARRAY" ["an", D.green "ARRAY" <> "."] | ^^^^^^^ compiler/src/Reporting/Error/Json.hs:325:42: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 325 | toSnippet "EXPECTING STRING" ["a", D.green "STRING" <> "."] | ^^^^^^^ compiler/src/Reporting/Error/Json.hs:328:40: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 328 | toSnippet "EXPECTING BOOL" ["a", D.green "BOOLEAN" <> "."] | ^^^^^^^ compiler/src/Reporting/Error/Json.hs:331:40: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 331 | toSnippet "EXPECTING INT" ["an", D.green "INT" <> "."] | ^^^^^^^ compiler/src/Reporting/Error/Json.hs:335:15: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 335 | ["an",D.green "OBJECT","with","a" | ^^^^^^^ compiler/src/Reporting/Error/Json.hs:336:10: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 336 | ,D.green ("\"" <> D.fromChars (BS_UTF8.toString field) <> "\"") | ^^^^^^^ compiler/src/Reporting/Error/Json.hs:342:15: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 342 | ["an",D.green "ARRAY","with",D.green "TWO","entries." | ^^^^^^^ compiler/src/Reporting/Error/Json.hs:342:38: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 342 | ["an",D.green "ARRAY","with",D.green "TWO","entries." | ^^^^^^^ [100 of 132] Compiling Reporting.Exit ( builder/src/Reporting/Exit.hs, dist/build/elm/elm-tmp/Reporting/Exit.dyn_o ) builder/src/Reporting/Exit.hs:102:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 102 | [ D.indent 4 $ D.vcat $ | ^^^^^^^^ builder/src/Reporting/Exit.hs:102:24: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 102 | [ D.indent 4 $ D.vcat $ | ^^^^^^ builder/src/Reporting/Exit.hs:103:18: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 103 | map (D.dullyellow . D.fromChars . Pkg.toChars) pkgs | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:113:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 113 | [ D.indent 4 $ D.vcat $ | ^^^^^^^^ builder/src/Reporting/Exit.hs:113:24: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 113 | [ D.indent 4 $ D.vcat $ | ^^^^^^ builder/src/Reporting/Exit.hs:114:18: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 114 | map (D.dullyellow . D.fromChars . Pkg.toChars) pkgs | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:128:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 128 | [ D.fillSep | ^^^^^^^^^ builder/src/Reporting/Exit.hs:129:22: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 129 | ["Maybe",D.green (D.fromChars (D.makeLink "init")),"can","help" | ^^^^^^^ builder/src/Reporting/Exit.hs:165:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 165 | , D.indent 4 $ D.green $ "elm diff elm/http 1.0.0 2.0.0" | ^^^^^^^^ builder/src/Reporting/Exit.hs:165:24: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 165 | , D.indent 4 $ D.green $ "elm diff elm/http 1.0.0 2.0.0" | ^^^^^^^ builder/src/Reporting/Exit.hs:177:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 177 | , D.indent 4 $ D.dullyellow $ "elm diff elm/json 1.0.0 1.1.2" | ^^^^^^^^ builder/src/Reporting/Exit.hs:177:24: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 177 | , D.indent 4 $ D.dullyellow $ "elm diff elm/json 1.0.0 1.1.2" | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:197:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 197 | [ D.indent 4 $ D.red $ D.fromChars $ Pkg.toChars pkg | ^^^^^^^^ builder/src/Reporting/Exit.hs:197:24: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 197 | [ D.indent 4 $ D.red $ D.fromChars $ Pkg.toChars pkg | ^^^^^ builder/src/Reporting/Exit.hs:199:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 199 | , D.indent 4 $ D.dullyellow $ D.vcat $ map (D.fromChars . Pkg.toChars) suggestions | ^^^^^^^^ builder/src/Reporting/Exit.hs:199:24: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 199 | , D.indent 4 $ D.dullyellow $ D.vcat $ map (D.fromChars . Pkg.toChars) suggestions | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:199:39: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 199 | , D.indent 4 $ D.dullyellow $ D.vcat $ map (D.fromChars . Pkg.toChars) suggestions | ^^^^^^ builder/src/Reporting/Exit.hs:205:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 205 | ( D.fillSep $ | ^^^^^^^^^ builder/src/Reporting/Exit.hs:206:26: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 206 | [ "Version", D.red (D.fromVersion vsn) | ^^^^^ builder/src/Reporting/Exit.hs:212:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 212 | , D.indent 4 $ D.dullyellow $ D.vcat $ | ^^^^^^^^ builder/src/Reporting/Exit.hs:212:24: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 212 | , D.indent 4 $ D.dullyellow $ D.vcat $ | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:212:39: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 212 | , D.indent 4 $ D.dullyellow $ D.vcat $ | ^^^^^^ builder/src/Reporting/Exit.hs:215:28: warning: [GHC-68441] [-Wdeprecations] In the use of `hsep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 215 | mkRow vsns = D.hsep $ map D.fromVersion vsns | ^^^^^^ builder/src/Reporting/Exit.hs:275:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 275 | ( D.fillSep | ^^^^^^^^^ builder/src/Reporting/Exit.hs:277:14: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 277 | ,D.red (D.fromVersion vsn) <> "," | ^^^^^ builder/src/Reporting/Exit.hs:283:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 283 | [ D.fillSep $ | ^^^^^^^^^ builder/src/Reporting/Exit.hs:284:63: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 284 | ["Try","bumping","again","after","changing","the",D.dullyellow "\"version\"","in","elm.json"] | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:286:11: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 286 | , D.vcat $ map (D.green . D.fromVersion) versions | ^^^^^^ builder/src/Reporting/Exit.hs:286:25: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 286 | , D.vcat $ map (D.green . D.fromVersion) versions | ^^^^^^^ builder/src/Reporting/Exit.hs:302:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 302 | ( D.fillSep $ | ^^^^^^^^^ builder/src/Reporting/Exit.hs:304:15: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 304 | , D.dullyellow "\"exposed-modules\"", "field", "of", "your" | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:402:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 402 | ( D.fillSep | ^^^^^^^^^ builder/src/Reporting/Exit.hs:404:14: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 404 | ,D.red (D.fromVersion vsn) | ^^^^^ builder/src/Reporting/Exit.hs:408:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 408 | [ D.fillSep | ^^^^^^^^^ builder/src/Reporting/Exit.hs:409:33: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 409 | ["Change","it","to",D.green "1.0.0","which","is" | ^^^^^^^ builder/src/Reporting/Exit.hs:416:11: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 416 | ( D.vcat | ^^^^^^ builder/src/Reporting/Exit.hs:417:15: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 417 | [ D.fillSep | ^^^^^^^^^ builder/src/Reporting/Exit.hs:418:30: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 418 | [ "Version", D.green (D.fromVersion vsn) | ^^^^^^^ builder/src/Reporting/Exit.hs:425:11: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 425 | [ D.dullyellow $ D.indent 4 "elm bump" | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:425:26: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 425 | [ D.dullyellow $ D.indent 4 "elm bump" | ^^^^^^^^ builder/src/Reporting/Exit.hs:433:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 433 | ( D.fillSep $ | ^^^^^^^^^ builder/src/Reporting/Exit.hs:435:14: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 435 | ,D.red (D.fromVersion statedVersion) <> "," | ^^^^^ builder/src/Reporting/Exit.hs:440:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 440 | [ D.fillSep $ | ^^^^^^^^^ builder/src/Reporting/Exit.hs:442:14: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 442 | ,D.green (D.fromVersion latestVersion) | ^^^^^^^ builder/src/Reporting/Exit.hs:446:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 446 | , D.indent 4 $ D.green "elm bump" | ^^^^^^^^ builder/src/Reporting/Exit.hs:446:24: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 446 | , D.indent 4 $ D.green "elm bump" | ^^^^^^^ builder/src/Reporting/Exit.hs:455:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 455 | D.fillSep $ | ^^^^^^^^^ builder/src/Reporting/Exit.hs:457:14: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 457 | ,D.red (D.fromVersion new) <> "," | ^^^^^ builder/src/Reporting/Exit.hs:463:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 463 | [ D.indent 4 $ D.fromChars $ | ^^^^^^^^ builder/src/Reporting/Exit.hs:466:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 466 | , D.fillSep $ | ^^^^^^^^^ builder/src/Reporting/Exit.hs:470:14: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 470 | ,D.green (D.fromVersion realNew) <> "." | ^^^^^^^ builder/src/Reporting/Exit.hs:480:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 480 | ( D.fillSep $ | ^^^^^^^^^ builder/src/Reporting/Exit.hs:482:28: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 482 | , "have", "a", D.dullyellow "\"summary\"", "field", "that", "gives" | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:493:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 493 | ( D.fillSep $ | ^^^^^^^^^ builder/src/Reporting/Exit.hs:495:15: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 495 | , D.dullyellow "\"exposed-modules\"", "field", "of", "your" | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:533:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 533 | ( D.fillSep $ | ^^^^^^^^^ builder/src/Reporting/Exit.hs:535:38: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 535 | , "cannot", "find", "a", D.green (D.fromChars vsn), "tag." | ^^^^^^^ builder/src/Reporting/Exit.hs:538:11: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 538 | [ D.vcat | ^^^^^^ builder/src/Reporting/Exit.hs:542:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 542 | , D.indent 4 $ D.dullyellow $ D.vcat $ map D.fromChars $ | ^^^^^^^^ builder/src/Reporting/Exit.hs:542:24: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 542 | , D.indent 4 $ D.dullyellow $ D.vcat $ map D.fromChars $ | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:542:39: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 542 | , D.indent 4 $ D.dullyellow $ D.vcat $ map D.fromChars $ | ^^^^^^ builder/src/Reporting/Exit.hs:558:19: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 558 | , D.indent 4 $ D.dullyellow $ D.fromChars $ | ^^^^^^^^ builder/src/Reporting/Exit.hs:558:32: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 558 | , D.indent 4 $ D.dullyellow $ D.fromChars $ | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:571:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 571 | [ D.indent 4 $ D.dullyellow $ D.fromChars url | ^^^^^^^^ builder/src/Reporting/Exit.hs:571:24: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 571 | [ D.indent 4 $ D.dullyellow $ D.fromChars url | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:576:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 576 | , D.indent 4 $ D.dullyellow $ D.fromChars $ | ^^^^^^^^ builder/src/Reporting/Exit.hs:576:24: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 576 | , D.indent 4 $ D.dullyellow $ D.fromChars $ | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:596:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 596 | [ D.indent 4 $ D.dullyellow $ D.fromChars url | ^^^^^^^^ builder/src/Reporting/Exit.hs:596:24: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 596 | [ D.indent 4 $ D.dullyellow $ D.fromChars url | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:629:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 629 | ( D.fillSep $ | ^^^^^^^^^ builder/src/Reporting/Exit.hs:630:46: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 630 | [ "The", "code", "tagged", "as", D.green (D.fromChars vsn), "in" | ^^^^^^^ builder/src/Reporting/Exit.hs:660:7: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 660 | , D.vcat | ^^^^^^ builder/src/Reporting/Exit.hs:708:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 708 | [ D.indent 4 $ D.dullyellow $ D.fromChars url | ^^^^^^^^ builder/src/Reporting/Exit.hs:708:24: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 708 | [ D.indent 4 $ D.dullyellow $ D.fromChars url | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:713:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 713 | , D.indent 4 $ D.dullyellow $ D.fromChars $ | ^^^^^^^^ builder/src/Reporting/Exit.hs:713:24: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 713 | , D.indent 4 $ D.dullyellow $ D.fromChars $ | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:759:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 759 | [ D.indent 4 $ D.green "elm init" | ^^^^^^^^ builder/src/Reporting/Exit.hs:759:24: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 759 | [ D.indent 4 $ D.green "elm init" | ^^^^^^^ builder/src/Reporting/Exit.hs:773:11: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 773 | [ D.green $ D.indent 4 $ D.vcat $ | ^^^^^^^ builder/src/Reporting/Exit.hs:773:21: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 773 | [ D.green $ D.indent 4 $ D.vcat $ | ^^^^^^^^ builder/src/Reporting/Exit.hs:773:34: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 773 | [ D.green $ D.indent 4 $ D.vcat $ | ^^^^^^ builder/src/Reporting/Exit.hs:782:14: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 782 | ,D.dullyellow (D.fromChars elmHome) | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:787:14: warning: [GHC-68441] [-Wdeprecations] In the use of `dullcyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 787 | ,D.dullcyan "elm install","is","only","for","adding","dependencies","to","elm.json," | ^^^^^^^^^^ builder/src/Reporting/Exit.hs:788:24: warning: [GHC-68441] [-Wdeprecations] In the use of `dullcyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 788 | ,"whereas",D.dullcyan "elm make","is","in","charge","of","gathering","dependencies" | ^^^^^^^^^^ builder/src/Reporting/Exit.hs:789:64: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 789 | ,"and","building","everything.","So","maybe","try",D.green "elm make","instead?" | ^^^^^^^ builder/src/Reporting/Exit.hs:869:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 869 | D.fillSep | ^^^^^^^^^ builder/src/Reporting/Exit.hs:870:56: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 870 | ["I","cannot","find","a","package","named",D.red (D.fromPackage pkg) <> "."] | ^^^^^ builder/src/Reporting/Exit.hs:875:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 875 | , D.indent 4 $ D.dullyellow $ D.vcat $ map D.fromPackage suggestions | ^^^^^^^^ builder/src/Reporting/Exit.hs:875:24: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 875 | , D.indent 4 $ D.dullyellow $ D.vcat $ map D.fromPackage suggestions | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:875:39: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 875 | , D.indent 4 $ D.dullyellow $ D.vcat $ map D.fromPackage suggestions | ^^^^^^ builder/src/Reporting/Exit.hs:882:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 882 | D.fillSep | ^^^^^^^^^ builder/src/Reporting/Exit.hs:883:56: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 883 | ["I","cannot","find","a","package","named",D.red (D.fromPackage pkg) <> "."] | ^^^^^ builder/src/Reporting/Exit.hs:890:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 890 | , D.indent 4 $ D.dullyellow $ D.vcat $ map D.fromPackage suggestions | ^^^^^^^^ builder/src/Reporting/Exit.hs:890:24: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 890 | , D.indent 4 $ D.dullyellow $ D.vcat $ map D.fromPackage suggestions | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:890:39: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 890 | , D.indent 4 $ D.dullyellow $ D.vcat $ map D.fromPackage suggestions | ^^^^^^ builder/src/Reporting/Exit.hs:931:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 931 | [ D.indent 4 $ D.dullyellow $ D.fromChars url | ^^^^^^^^ builder/src/Reporting/Exit.hs:931:24: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 931 | [ D.indent 4 $ D.dullyellow $ D.fromChars url | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:982:15: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 982 | [ D.indent 4 $ D.red $ D.fromChars dir | ^^^^^^^^ builder/src/Reporting/Exit.hs:982:28: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 982 | [ D.indent 4 $ D.red $ D.fromChars dir | ^^^^^ builder/src/Reporting/Exit.hs:990:15: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 990 | [ D.indent 4 $ D.vcat $ | ^^^^^^^^ builder/src/Reporting/Exit.hs:990:28: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 990 | [ D.indent 4 $ D.vcat $ | ^^^^^^ builder/src/Reporting/Exit.hs:991:22: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 991 | map (D.red . D.fromChars) (dir:dirs) | ^^^^^ builder/src/Reporting/Exit.hs:1000:13: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1000 | [ D.indent 4 $ D.vcat $ | ^^^^^^^^ builder/src/Reporting/Exit.hs:1000:26: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1000 | [ D.indent 4 $ D.vcat $ | ^^^^^^ builder/src/Reporting/Exit.hs:1001:20: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1001 | map (D.red . D.fromChars) [dir1,dir2] | ^^^^^ builder/src/Reporting/Exit.hs:1008:13: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1008 | [ D.indent 4 $ D.vcat $ | ^^^^^^^^ builder/src/Reporting/Exit.hs:1008:26: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1008 | [ D.indent 4 $ D.vcat $ | ^^^^^^ builder/src/Reporting/Exit.hs:1009:20: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1009 | map (D.red . D.fromChars) [dir1,dir2] | ^^^^^ builder/src/Reporting/Exit.hs:1012:13: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1012 | , D.indent 4 $ D.dullyellow $ D.fromChars canonicalDir | ^^^^^^^^ builder/src/Reporting/Exit.hs:1012:26: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1012 | , D.indent 4 $ D.dullyellow $ D.fromChars canonicalDir | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:1063:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1063 | , D.fillSep | ^^^^^^^^^ builder/src/Reporting/Exit.hs:1065:14: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1065 | ,D.green "\"application\"","or",D.green "\"package\"","instead." | ^^^^^^^ builder/src/Reporting/Exit.hs:1065:45: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1065 | ,D.green "\"application\"","or",D.green "\"package\"","instead." | ^^^^^^^ builder/src/Reporting/Exit.hs:1074:15: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1074 | [ D.fillSep | ^^^^^^^^^ builder/src/Reporting/Exit.hs:1076:18: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1076 | ,D.green "\"author/project\"" | ^^^^^^^ builder/src/Reporting/Exit.hs:1079:15: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1079 | , D.dullyellow $ D.indent 4 $ D.vcat $ | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:1079:30: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1079 | , D.dullyellow $ D.indent 4 $ D.vcat $ | ^^^^^^^^ builder/src/Reporting/Exit.hs:1079:43: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1079 | , D.dullyellow $ D.indent 4 $ D.vcat $ | ^^^^^^ builder/src/Reporting/Exit.hs:1089:15: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1089 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ builder/src/Reporting/Exit.hs:1089:28: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1089 | , D.indent 4 $ D.vcat $ | ^^^^^^ builder/src/Reporting/Exit.hs:1111:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1111 | , D.fillSep | ^^^^^^^^^ builder/src/Reporting/Exit.hs:1112:44: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1112 | ["I","need","something","like",D.green "\"1.0.0\"","or",D.green "\"2.0.4\"" | ^^^^^^^ builder/src/Reporting/Exit.hs:1112:69: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1112 | ["I","need","something","like",D.green "\"1.0.0\"","or",D.green "\"2.0.4\"" | ^^^^^^^ builder/src/Reporting/Exit.hs:1124:19: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1124 | [ D.fillSep | ^^^^^^^^^ builder/src/Reporting/Exit.hs:1125:52: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1125 | ["I","need","something","like",D.green "\"1.0.0 <= v < 2.0.0\"" | ^^^^^^^ builder/src/Reporting/Exit.hs:1140:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1140 | , D.fillSep | ^^^^^^^^^ builder/src/Reporting/Exit.hs:1143:20: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1143 | ,D.green $ "\"" <> D.fromVersion before <> " <= v < " <> D.fromVersion (V.bumpMajor after) <> "\"" | ^^^^^^^ builder/src/Reporting/Exit.hs:1153:17: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1153 | , D.fillSep | ^^^^^^^^^ builder/src/Reporting/Exit.hs:1155:20: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1155 | ,D.green $ "\"" <> D.fromVersion before <> " <= v < " <> D.fromVersion (V.bumpMajor before) <> "\"" | ^^^^^^^ builder/src/Reporting/Exit.hs:1166:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1166 | , D.fillSep | ^^^^^^^^^ builder/src/Reporting/Exit.hs:1167:44: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1167 | ["I","need","something","like",D.green "\"Html.Events\"" | ^^^^^^^ builder/src/Reporting/Exit.hs:1168:19: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1168 | ,"or",D.green "\"Browser.Navigation\"" | ^^^^^^^ builder/src/Reporting/Exit.hs:1179:15: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1179 | [ D.fillSep | ^^^^^^^^^ builder/src/Reporting/Exit.hs:1181:18: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1181 | ,D.green "under",D.green "20",D.green "bytes" | ^^^^^^^ builder/src/Reporting/Exit.hs:1181:34: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1181 | ,D.green "under",D.green "20",D.green "bytes" | ^^^^^^^ builder/src/Reporting/Exit.hs:1181:47: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1181 | ,D.green "under",D.green "20",D.green "bytes" | ^^^^^^^ builder/src/Reporting/Exit.hs:1196:15: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1196 | [ D.fillSep | ^^^^^^^^^ builder/src/Reporting/Exit.hs:1199:18: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1199 | ,D.dullyellow "\"mdgriffith/elm-ui\"","and" | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:1200:18: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1200 | ,D.dullyellow "\"Microsoft/elm-json-tree-view\"" <> "." | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:1202:15: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1202 | , D.fillSep $ | ^^^^^^^^^ builder/src/Reporting/Exit.hs:1205:18: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1205 | ,D.green "elm install","command!" | ^^^^^^^ builder/src/Reporting/Exit.hs:1216:15: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1216 | [ D.fillSep | ^^^^^^^^^ builder/src/Reporting/Exit.hs:1218:18: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1218 | ,D.green "\"BSD-3-Clause\"","or",D.green "\"MIT\"" <> "," | ^^^^^^^ builder/src/Reporting/Exit.hs:1218:50: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1218 | ,D.green "\"BSD-3-Clause\"","or",D.green "\"MIT\"" <> "," | ^^^^^^^ builder/src/Reporting/Exit.hs:1222:15: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1222 | , D.indent 4 $ D.dullyellow $ D.vcat $ map (D.fromChars . Json.toChars) suggestions | ^^^^^^^^ builder/src/Reporting/Exit.hs:1222:28: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1222 | , D.indent 4 $ D.dullyellow $ D.vcat $ map (D.fromChars . Json.toChars) suggestions | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:1222:43: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1222 | , D.indent 4 $ D.dullyellow $ D.vcat $ map (D.fromChars . Json.toChars) suggestions | ^^^^^^ builder/src/Reporting/Exit.hs:1233:15: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1233 | [ D.fillSep | ^^^^^^^^^ builder/src/Reporting/Exit.hs:1235:18: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1235 | ,D.green "under",D.green "80",D.green "bytes" | ^^^^^^^ builder/src/Reporting/Exit.hs:1235:34: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1235 | ,D.green "under",D.green "80",D.green "bytes" | ^^^^^^^ builder/src/Reporting/Exit.hs:1235:47: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1235 | ,D.green "under",D.green "80",D.green "bytes" | ^^^^^^^ builder/src/Reporting/Exit.hs:1249:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1249 | , D.fillSep | ^^^^^^^^^ builder/src/Reporting/Exit.hs:1250:44: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1250 | ["I","need","something","like",D.green "[\"src\"]" | ^^^^^^^ builder/src/Reporting/Exit.hs:1283:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1283 | [ D.fillSep | ^^^^^^^^^ builder/src/Reporting/Exit.hs:1285:82: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1285 | ,"It","is","much","more","reliable","to","add","dependencies","with",D.green "elm install" | ^^^^^^^ builder/src/Reporting/Exit.hs:1286:63: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1286 | ,"or","the","dependency","management","tool","in",D.green "elm reactor" <> "." | ^^^^^^^ builder/src/Reporting/Exit.hs:1303:82: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1303 | ,"It","is","much","more","reliable","to","add","dependencies","with",D.green "elm install" | ^^^^^^^ builder/src/Reporting/Exit.hs:1304:63: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1304 | ,"or","the","dependency","management","tool","in",D.green "elm reactor" <> "." | ^^^^^^^ builder/src/Reporting/Exit.hs:1314:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1314 | [ D.indent 4 $ D.dullyellow $ D.fromChars $ C.toChars constraint | ^^^^^^^^ builder/src/Reporting/Exit.hs:1314:24: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1314 | [ D.indent 4 $ D.dullyellow $ D.fromChars $ C.toChars constraint | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:1315:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1315 | , D.fillSep | ^^^^^^^^^ builder/src/Reporting/Exit.hs:1317:15: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1317 | , D.red (D.fromVersion V.compiler) | ^^^^^ builder/src/Reporting/Exit.hs:1325:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1325 | [ D.fillSep | ^^^^^^^^^ builder/src/Reporting/Exit.hs:1327:15: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1327 | , D.green (D.fromVersion version) <> "," | ^^^^^^^ builder/src/Reporting/Exit.hs:1329:15: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1329 | , D.red (D.fromVersion V.compiler) | ^^^^^ builder/src/Reporting/Exit.hs:1338:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1338 | [ D.fillSep | ^^^^^^^^^ builder/src/Reporting/Exit.hs:1340:82: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1340 | ,"It","is","much","more","reliable","to","add","dependencies","with",D.green "elm install" | ^^^^^^^ builder/src/Reporting/Exit.hs:1341:63: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1341 | ,"or","the","dependency","management","tool","in",D.green "elm reactor" <> "." | ^^^^^^^ builder/src/Reporting/Exit.hs:1377:19: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1377 | [ D.indent 4 $ D.red $ D.fromChars $ Pkg.toChars pkg ++ " " ++ V.toChars vsn | ^^^^^^^^ builder/src/Reporting/Exit.hs:1377:32: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1377 | [ D.indent 4 $ D.red $ D.fromChars $ Pkg.toChars pkg ++ " " ++ V.toChars vsn | ^^^^^ builder/src/Reporting/Exit.hs:1386:19: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1386 | , D.indent 4 $ D.vcat $ | ^^^^^^^^ builder/src/Reporting/Exit.hs:1386:32: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1386 | , D.indent 4 $ D.vcat $ | ^^^^^^ builder/src/Reporting/Exit.hs:1431:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1431 | [ D.indent 4 $ D.dullyellow $ D.fromChars url | ^^^^^^^^ builder/src/Reporting/Exit.hs:1431:24: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1431 | [ D.indent 4 $ D.dullyellow $ D.fromChars url | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:1447:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1447 | [ D.indent 4 $ D.dullyellow $ D.fromChars url | ^^^^^^^^ builder/src/Reporting/Exit.hs:1447:24: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1447 | [ D.indent 4 $ D.dullyellow $ D.fromChars url | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:1460:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1460 | [ D.indent 4 $ D.dullyellow $ D.fromChars url | ^^^^^^^^ builder/src/Reporting/Exit.hs:1460:24: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1460 | [ D.indent 4 $ D.dullyellow $ D.fromChars url | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:1462:11: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1462 | , D.vcat $ map D.fromChars $ | ^^^^^^ builder/src/Reporting/Exit.hs:1490:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1490 | [ D.indent 4 $ D.dullyellow $ D.fromChars url | ^^^^^^^^ builder/src/Reporting/Exit.hs:1490:24: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1490 | [ D.indent 4 $ D.dullyellow $ D.fromChars url | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:1495:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1495 | , D.indent 4 $ D.dullyellow $ D.fromChars $ | ^^^^^^^^ builder/src/Reporting/Exit.hs:1495:24: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1495 | , D.indent 4 $ D.dullyellow $ D.fromChars $ | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:1512:9: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1512 | D.indent 4 (D.dullyellow (D.fromChars url)) : details | ^^^^^^^^ builder/src/Reporting/Exit.hs:1512:21: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1512 | D.indent 4 (D.dullyellow (D.fromChars url)) : details | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:1518:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1518 | , D.indent 4 $ D.fromChars reason | ^^^^^^^^ builder/src/Reporting/Exit.hs:1533:15: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1533 | [ D.fillSep $ | ^^^^^^^^^ builder/src/Reporting/Exit.hs:1534:48: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1534 | ["But","it","came","back","as",D.red (D.fromInt code)] | ^^^^^ builder/src/Reporting/Exit.hs:1547:15: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1547 | , D.indent 4 $ D.vcat $ map toRedirectDoc responses | ^^^^^^^^ builder/src/Reporting/Exit.hs:1547:28: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1547 | , D.indent 4 $ D.vcat $ map toRedirectDoc responses | ^^^^^^ builder/src/Reporting/Exit.hs:1557:15: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1557 | , D.indent 4 $ D.fromChars (show otherException) | ^^^^^^^^ builder/src/Reporting/Exit.hs:1568:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1568 | , D.indent 4 $ D.fromChars (show someException) | ^^^^^^^^ builder/src/Reporting/Exit.hs:1576:40: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1576 | toRedirectDoc :: HTTP.Response body -> D.Doc | ^^^^^ builder/src/Reporting/Exit.hs:1582:17: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1582 | Just loc -> D.red (D.fromInt code) <> " - " <> D.fromChars (BS_UTF8.toString loc) | ^^^^^ builder/src/Reporting/Exit.hs:1583:17: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1583 | Nothing -> D.red (D.fromInt code) <> " - " <> D.fromChars (BS_UTF8.toString message) | ^^^^^ builder/src/Reporting/Exit.hs:1609:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1609 | [ D.indent 4 $ D.green $ "elm init" | ^^^^^^^^ builder/src/Reporting/Exit.hs:1609:24: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1609 | [ D.indent 4 $ D.green $ "elm init" | ^^^^^^^ builder/src/Reporting/Exit.hs:1616:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1616 | ( D.fillSep | ^^^^^^^^^ builder/src/Reporting/Exit.hs:1617:44: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1617 | ["I","cannot","compile","with",D.red "--optimize","and" | ^^^^^ builder/src/Reporting/Exit.hs:1618:14: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1618 | ,D.red "--debug","at","the","same","time." | ^^^^^ builder/src/Reporting/Exit.hs:1633:11: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1633 | [ D.vcat | ^^^^^^ builder/src/Reporting/Exit.hs:1634:15: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1634 | [ D.indent 4 $ D.green "elm make src/Main.elm" | ^^^^^^^^ builder/src/Reporting/Exit.hs:1634:28: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1634 | [ D.indent 4 $ D.green "elm make src/Main.elm" | ^^^^^^^ builder/src/Reporting/Exit.hs:1635:15: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1635 | , D.indent 4 $ D.green "elm make src/This.elm src/That.elm" | ^^^^^^^^ builder/src/Reporting/Exit.hs:1635:28: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1635 | , D.indent 4 $ D.green "elm make src/This.elm src/That.elm" | ^^^^^^^ builder/src/Reporting/Exit.hs:1645:11: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1645 | [ D.vcat | ^^^^^^ builder/src/Reporting/Exit.hs:1646:15: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1646 | [ D.indent 4 $ D.green "elm make src/Main.elm" | ^^^^^^^^ builder/src/Reporting/Exit.hs:1646:28: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1646 | [ D.indent 4 $ D.green "elm make src/Main.elm" | ^^^^^^^ builder/src/Reporting/Exit.hs:1647:15: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1647 | , D.indent 4 $ D.green "elm make src/This.elm src/That.elm" | ^^^^^^^^ builder/src/Reporting/Exit.hs:1647:28: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1647 | , D.indent 4 $ D.green "elm make src/This.elm src/That.elm" | ^^^^^^^ builder/src/Reporting/Exit.hs:1659:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1659 | [ D.fillSep | ^^^^^^^^^ builder/src/Reporting/Exit.hs:1660:28: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1660 | ["Switch","to",D.dullyellow "--output=/dev/null","if","you","just","want" | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:1664:11: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1664 | , D.fillSep | ^^^^^^^^^ builder/src/Reporting/Exit.hs:1665:28: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1665 | ["Switch","to",D.dullyellow "--output=elm.js","if","you","want","multiple" | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:1686:11: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1686 | , D.vcat | ^^^^^^ builder/src/Reporting/Exit.hs:1687:15: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1687 | [ D.fillSep [D.cyan "import","Html"] | ^^^^^^^^^ builder/src/Reporting/Exit.hs:1687:26: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1687 | [ D.fillSep [D.cyan "import","Html"] | ^^^^^^ builder/src/Reporting/Exit.hs:1689:15: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1689 | , D.fillSep [D.green "main","="] | ^^^^^^^^^ builder/src/Reporting/Exit.hs:1689:26: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1689 | , D.fillSep [D.green "main","="] | ^^^^^^^ builder/src/Reporting/Exit.hs:1690:15: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1690 | , D.indent 2 $ D.fillSep [D.cyan "Html" <> ".text",D.dullyellow "\"Hello!\""] | ^^^^^^^^ builder/src/Reporting/Exit.hs:1690:28: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1690 | , D.indent 2 $ D.fillSep [D.cyan "Html" <> ".text",D.dullyellow "\"Hello!\""] | ^^^^^^^^^ builder/src/Reporting/Exit.hs:1690:39: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1690 | , D.indent 2 $ D.fillSep [D.cyan "Html" <> ".text",D.dullyellow "\"Hello!\""] | ^^^^^^ builder/src/Reporting/Exit.hs:1690:64: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1690 | , D.indent 2 $ D.fillSep [D.cyan "Html" <> ".text",D.dullyellow "\"Hello!\""] | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:1713:15: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1713 | , D.vcat | ^^^^^^ builder/src/Reporting/Exit.hs:1714:19: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1714 | [ D.fillSep [D.cyan "import","Html"] | ^^^^^^^^^ builder/src/Reporting/Exit.hs:1714:30: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1714 | [ D.fillSep [D.cyan "import","Html"] | ^^^^^^ builder/src/Reporting/Exit.hs:1716:19: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1716 | , D.fillSep [D.green "main","="] | ^^^^^^^^^ builder/src/Reporting/Exit.hs:1716:30: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1716 | , D.fillSep [D.green "main","="] | ^^^^^^^ builder/src/Reporting/Exit.hs:1717:19: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1717 | , D.indent 2 $ D.fillSep [D.cyan "Html" <> ".text",D.dullyellow "\"Hello!\""] | ^^^^^^^^ builder/src/Reporting/Exit.hs:1717:32: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1717 | , D.indent 2 $ D.fillSep [D.cyan "Html" <> ".text",D.dullyellow "\"Hello!\""] | ^^^^^^^^^ builder/src/Reporting/Exit.hs:1717:43: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1717 | , D.indent 2 $ D.fillSep [D.cyan "Html" <> ".text",D.dullyellow "\"Hello!\""] | ^^^^^^ builder/src/Reporting/Exit.hs:1717:68: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1717 | , D.indent 2 $ D.fillSep [D.cyan "Html" <> ".text",D.dullyellow "\"Hello!\""] | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:1731:15: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1731 | [ D.indent 4 $ D.red $ D.vcat $ map D.fromName (m:ms) | ^^^^^^^^ builder/src/Reporting/Exit.hs:1731:28: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1731 | [ D.indent 4 $ D.red $ D.vcat $ map D.fromName (m:ms) | ^^^^^ builder/src/Reporting/Exit.hs:1731:36: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1731 | [ D.indent 4 $ D.red $ D.vcat $ map D.fromName (m:ms) | ^^^^^^ builder/src/Reporting/Exit.hs:1738:15: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1738 | , D.vcat | ^^^^^^ builder/src/Reporting/Exit.hs:1739:19: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1739 | [ D.fillSep [D.cyan "import","Html"] | ^^^^^^^^^ builder/src/Reporting/Exit.hs:1739:30: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1739 | [ D.fillSep [D.cyan "import","Html"] | ^^^^^^ builder/src/Reporting/Exit.hs:1741:19: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1741 | , D.fillSep [D.green "main","="] | ^^^^^^^^^ builder/src/Reporting/Exit.hs:1741:30: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1741 | , D.fillSep [D.green "main","="] | ^^^^^^^ builder/src/Reporting/Exit.hs:1742:19: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1742 | , D.indent 2 $ D.fillSep [D.cyan "Html" <> ".text",D.dullyellow "\"Hello!\""] | ^^^^^^^^ builder/src/Reporting/Exit.hs:1742:32: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1742 | , D.indent 2 $ D.fillSep [D.cyan "Html" <> ".text",D.dullyellow "\"Hello!\""] | ^^^^^^^^^ builder/src/Reporting/Exit.hs:1742:43: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1742 | , D.indent 2 $ D.fillSep [D.cyan "Html" <> ".text",D.dullyellow "\"Hello!\""] | ^^^^^^ builder/src/Reporting/Exit.hs:1742:68: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1742 | , D.indent 2 $ D.fillSep [D.cyan "Html" <> ".text",D.dullyellow "\"Hello!\""] | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:1793:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1793 | [ D.indent 4 $ D.red $ D.fromChars path | ^^^^^^^^ builder/src/Reporting/Exit.hs:1793:24: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1793 | [ D.indent 4 $ D.red $ D.fromChars path | ^^^^^ builder/src/Reporting/Exit.hs:1804:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1804 | [ D.indent 4 $ D.red $ D.fromChars path | ^^^^^^^^ builder/src/Reporting/Exit.hs:1804:24: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1804 | [ D.indent 4 $ D.red $ D.fromChars path | ^^^^^ builder/src/Reporting/Exit.hs:1811:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1811 | [ D.indent 4 $ D.red $ D.fromChars path | ^^^^^^^^ builder/src/Reporting/Exit.hs:1811:24: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1811 | [ D.indent 4 $ D.red $ D.fromChars path | ^^^^^ builder/src/Reporting/Exit.hs:1817:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1817 | , D.indent 4 $ D.red $ D.vcat $ map D.fromChars [srcDir1,srcDir2] | ^^^^^^^^ builder/src/Reporting/Exit.hs:1817:24: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1817 | , D.indent 4 $ D.red $ D.vcat $ map D.fromChars [srcDir1,srcDir2] | ^^^^^ builder/src/Reporting/Exit.hs:1817:32: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1817 | , D.indent 4 $ D.red $ D.vcat $ map D.fromChars [srcDir1,srcDir2] | ^^^^^^ builder/src/Reporting/Exit.hs:1825:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1825 | [ D.indent 4 $ D.red $ D.vcat $ map D.fromChars [ path1, path2 ] | ^^^^^^^^ builder/src/Reporting/Exit.hs:1825:24: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1825 | [ D.indent 4 $ D.red $ D.vcat $ map D.fromChars [ path1, path2 ] | ^^^^^ builder/src/Reporting/Exit.hs:1825:32: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1825 | [ D.indent 4 $ D.red $ D.vcat $ map D.fromChars [ path1, path2 ] | ^^^^^^ builder/src/Reporting/Exit.hs:1841:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1841 | [ D.indent 4 $ D.red $ D.vcat $ map D.fromChars [ outsidePath, otherPath ] | ^^^^^^^^ builder/src/Reporting/Exit.hs:1841:24: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1841 | [ D.indent 4 $ D.red $ D.vcat $ map D.fromChars [ outsidePath, otherPath ] | ^^^^^ builder/src/Reporting/Exit.hs:1841:32: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1841 | [ D.indent 4 $ D.red $ D.vcat $ map D.fromChars [ outsidePath, otherPath ] | ^^^^^^ builder/src/Reporting/Exit.hs:1852:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1852 | [ D.indent 4 $ D.red $ D.fromChars givenPath | ^^^^^^^^ builder/src/Reporting/Exit.hs:1852:24: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1852 | [ D.indent 4 $ D.red $ D.fromChars givenPath | ^^^^^ builder/src/Reporting/Exit.hs:1884:15: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1884 | [ D.indent 4 $ D.red $ D.fromName name | ^^^^^^^^ builder/src/Reporting/Exit.hs:1884:28: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1884 | [ D.indent 4 $ D.red $ D.fromName name | ^^^^^ builder/src/Reporting/Exit.hs:1892:15: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1892 | [ D.indent 4 $ D.red $ D.fromName name | ^^^^^^^^ builder/src/Reporting/Exit.hs:1892:28: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1892 | [ D.indent 4 $ D.red $ D.fromName name | ^^^^^ builder/src/Reporting/Exit.hs:1901:15: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1901 | [ D.indent 4 $ D.red $ D.fromName name | ^^^^^^^^ builder/src/Reporting/Exit.hs:1901:28: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1901 | [ D.indent 4 $ D.red $ D.fromName name | ^^^^^ builder/src/Reporting/Exit.hs:1904:15: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1904 | , D.dullyellow $ D.indent 4 $ D.vcat $ | ^^^^^^^^^^^^ builder/src/Reporting/Exit.hs:1904:30: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1904 | , D.dullyellow $ D.indent 4 $ D.vcat $ | ^^^^^^^^ builder/src/Reporting/Exit.hs:1904:43: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1904 | , D.dullyellow $ D.indent 4 $ D.vcat $ | ^^^^^^ builder/src/Reporting/Exit.hs:1913:15: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1913 | [ D.indent 4 $ D.red $ D.fromName name | ^^^^^^^^ builder/src/Reporting/Exit.hs:1913:28: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1913 | [ D.indent 4 $ D.red $ D.fromName name | ^^^^^ builder/src/Reporting/Exit.hs:1922:56: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1922 | toModuleNameConventionTable :: FilePath -> [String] -> D.Doc | ^^^^^ builder/src/Reporting/Exit.hs:1945:3: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1945 | D.indent 4 $ D.vcat $ | ^^^^^^^^ builder/src/Reporting/Exit.hs:1945:16: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1945 | D.indent 4 $ D.vcat $ | ^^^^^^ builder/src/Reporting/Exit.hs:1967:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1967 | [ D.indent 4 $ D.red $ D.vcat $ map (D.fromChars . ModuleName.toChars) (m:ms) | ^^^^^^^^ builder/src/Reporting/Exit.hs:1967:24: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1967 | [ D.indent 4 $ D.red $ D.vcat $ map (D.fromChars . ModuleName.toChars) (m:ms) | ^^^^^ builder/src/Reporting/Exit.hs:1967:32: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1967 | [ D.indent 4 $ D.red $ D.vcat $ map (D.fromChars . ModuleName.toChars) (m:ms) | ^^^^^^ builder/src/Reporting/Exit.hs:1972:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1972 | , D.indent 4 $ D.reflow $ | ^^^^^^^^ builder/src/Reporting/Exit.hs:1975:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 1975 | , D.indent 4 $ D.reflow $ | ^^^^^^^^ builder/src/Reporting/Exit.hs:2021:11: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2021 | [ D.indent 4 $ D.green "elm init" | ^^^^^^^^ builder/src/Reporting/Exit.hs:2021:24: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 2021 | [ D.indent 4 $ D.green "elm init" | ^^^^^^^ [101 of 132] Compiling Reporting ( builder/src/Reporting.hs, dist/build/elm/elm-tmp/Reporting.dyn_o ) builder/src/Reporting.hs:115:13: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 115 | goodMark :: D.Doc | ^^^^^ builder/src/Reporting.hs:117:3: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 117 | D.green $ if isWindows then "+" else "?" | ^^^^^^^ builder/src/Reporting.hs:120:12: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 120 | badMark :: D.Doc | ^^^^^ builder/src/Reporting.hs:122:3: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 122 | D.red $ if isWindows then "X" else "?" | ^^^^^ builder/src/Reporting.hs:151:8: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 151 | ask :: D.Doc -> IO Bool | ^^^^^ builder/src/Reporting.hs:263:16: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 263 | putDownload :: D.Doc -> Pkg.Name -> V.Version -> IO () | ^^^^^ builder/src/Reporting.hs:265:19: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 265 | Help.toStdout $ D.indent 2 $ | ^^^^^^^^ builder/src/Reporting.hs:267:5: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 267 | <+> D.fromPackage pkg | ^^^ builder/src/Reporting.hs:268:5: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 268 | <+> D.fromVersion vsn | ^^^ builder/src/Reporting.hs:452:7: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 452 | [ D.dullyellow "-- ERROR -----------------------------------------------------------------------" | ^^^^^^^^^^^^ builder/src/Reporting.hs:456:7: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 456 | , D.vcat $ map (\line -> D.red ">" <> " " <> D.fromChars line) (lines (show e)) | ^^^^^^ builder/src/Reporting.hs:456:30: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 456 | , D.vcat $ map (\line -> D.red ">" <> " " <> D.fromChars line) (lines (show e)) | ^^^^^ builder/src/Reporting.hs:461:7: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 461 | , D.dullyellow "-- REQUEST ---------------------------------------------------------------------" | ^^^^^^^^^^^^ [102 of 132] Compiling Elm.Outline ( builder/src/Elm/Outline.hs, dist/build/elm/elm-tmp/Elm/Outline.dyn_o ) [103 of 132] Compiling Deps.Registry ( builder/src/Deps/Registry.hs, dist/build/elm/elm-tmp/Deps/Registry.dyn_o ) [104 of 132] Compiling Terminal.Helpers ( terminal/impl/Terminal/Helpers.hs, dist/build/elm/elm-tmp/Terminal/Helpers.dyn_o ) [105 of 132] Compiling Deps.Solver ( builder/src/Deps/Solver.hs, dist/build/elm/elm-tmp/Deps/Solver.dyn_o ) builder/src/Deps/Solver.hs:411:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical `return' definition detected in the instance declaration for `Monad Solver'. `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 | 411 | return a = | ^^^^^^^^^^... [106 of 132] Compiling Init ( terminal/src/Init.hs, dist/build/elm/elm-tmp/Init.dyn_o ) terminal/src/Init.hs:42:13: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 42 | question :: D.Doc | ^^^^^ terminal/src/Init.hs:45:7: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 45 | [ D.fillSep | ^^^^^^^^^ terminal/src/Init.hs:47:56: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 47 | ,"Elm","projects","always","start","with","an",D.green "elm.json","file." | ^^^^^^^ terminal/src/Init.hs:54:7: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 54 | , D.fillSep | ^^^^^^^^^ terminal/src/Init.hs:55:24: warning: [GHC-68441] [-Wdeprecations] In the use of `cyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 55 | ["Check","out",D.cyan (D.fromChars (D.makeLink "init")) | ^^^^^^ [107 of 132] Compiling Deps.Bump ( builder/src/Deps/Bump.hs, dist/build/elm/elm-tmp/Deps/Bump.dyn_o ) [108 of 132] Compiling Deps.Diff ( builder/src/Deps/Diff.hs, dist/build/elm/elm-tmp/Deps/Diff.dyn_o ) [109 of 132] Compiling Type.UnionFind ( compiler/src/Type/UnionFind.hs, dist/build/elm/elm-tmp/Type/UnionFind.dyn_o ) [110 of 132] Compiling Type.Type ( compiler/src/Type/Type.hs, dist/build/elm/elm-tmp/Type/Type.dyn_o ) [111 of 132] Compiling Type.Instantiate ( compiler/src/Type/Instantiate.hs, dist/build/elm/elm-tmp/Type/Instantiate.dyn_o ) [112 of 132] Compiling Type.Constrain.Pattern ( compiler/src/Type/Constrain/Pattern.hs, dist/build/elm/elm-tmp/Type/Constrain/Pattern.dyn_o ) [113 of 132] Compiling Type.Constrain.Expression ( compiler/src/Type/Constrain/Expression.hs, dist/build/elm/elm-tmp/Type/Constrain/Expression.dyn_o ) [114 of 132] Compiling Type.Constrain.Module ( compiler/src/Type/Constrain/Module.hs, dist/build/elm/elm-tmp/Type/Constrain/Module.dyn_o ) [115 of 132] Compiling Type.Occurs ( compiler/src/Type/Occurs.hs, dist/build/elm/elm-tmp/Type/Occurs.dyn_o ) [116 of 132] Compiling Type.Unify ( compiler/src/Type/Unify.hs, dist/build/elm/elm-tmp/Type/Unify.dyn_o ) compiler/src/Type/Unify.hs:93:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical `return' definition detected in the instance declaration for `Monad Unify'. `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 | 93 | return a = | ^^^^^^^^^^... compiler/src/Type/Unify.hs:106:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical `(>>)' definition detected in the instance declaration for `Monad Unify'. `(>>)' 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 | 106 | (>>) (Unify ka) (Unify kb) = | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^... [117 of 132] Compiling Type.Solve ( compiler/src/Type/Solve.hs, dist/build/elm/elm-tmp/Type/Solve.dyn_o ) [118 of 132] Compiling Compile ( compiler/src/Compile.hs, dist/build/elm/elm-tmp/Compile.dyn_o ) [119 of 132] Compiling Elm.Details ( builder/src/Elm/Details.hs, dist/build/elm/elm-tmp/Elm/Details.dyn_o ) [120 of 132] Compiling Install ( terminal/src/Install.hs, dist/build/elm/elm-tmp/Install.dyn_o ) terminal/src/Install.hs:88:9: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 88 | D.vcat | ^^^^^^ terminal/src/Install.hs:89:12: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 89 | [ D.fillSep | ^^^^^^^^^ terminal/src/Install.hs:91:31: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 91 | ,"but","in","the",D.dullyellow "\"indirect\"","dependencies." | ^^^^^^^^^^^^ terminal/src/Install.hs:93:12: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 93 | , D.fillSep | ^^^^^^^^^ terminal/src/Install.hs:94:46: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 94 | ["Should","I","move","it","into",D.green "\"direct\"" | ^^^^^^^ terminal/src/Install.hs:101:9: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 101 | D.vcat | ^^^^^^ terminal/src/Install.hs:102:12: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 102 | [ D.fillSep | ^^^^^^^^^ terminal/src/Install.hs:104:31: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 104 | ,"but","in","the",D.dullyellow "\"test-dependencies\"","field." | ^^^^^^^^^^^^ terminal/src/Install.hs:106:12: warning: [GHC-68441] [-Wdeprecations] In the use of `fillSep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 106 | , D.fillSep | ^^^^^^^^^ terminal/src/Install.hs:107:46: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 107 | ["Should","I","move","it","into",D.green "\"dependencies\"" | ^^^^^^^ terminal/src/Install.hs:117:59: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 117 | attemptChangesHelp root env oldOutline newOutline $ D.vcat $ | ^^^^^^ terminal/src/Install.hs:125:87: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 125 | attemptChangesHelp :: FilePath -> Solver.Env -> Outline.Outline -> Outline.Outline -> D.Doc -> Task () | ^^^^^ terminal/src/Install.hs:323:24: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 323 | { _doc_inserts :: [D.Doc] | ^^^^^ terminal/src/Install.hs:324:24: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 324 | , _doc_changes :: [D.Doc] | ^^^^^ terminal/src/Install.hs:325:24: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 325 | , _doc_removes :: [D.Doc] | ^^^^^ terminal/src/Install.hs:329:33: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 329 | viewChangeDocs :: ChangeDocs -> D.Doc | ^^^^^ terminal/src/Install.hs:331:3: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 331 | D.indent 2 $ D.vcat $ concat $ | ^^^^^^^^ terminal/src/Install.hs:331:16: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 331 | D.indent 2 $ D.vcat $ concat $ | ^^^^^^ terminal/src/Install.hs:338:27: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 338 | viewNonZero :: String -> [D.Doc] -> [D.Doc] | ^^^^^ terminal/src/Install.hs:338:38: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 338 | viewNonZero :: String -> [D.Doc] -> [D.Doc] | ^^^^^ terminal/src/Install.hs:345:7: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 345 | , D.indent 2 (D.vcat entries) | ^^^^^^^^ terminal/src/Install.hs:345:19: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 345 | , D.indent 2 (D.vcat entries) | ^^^^^^ terminal/src/Install.hs:366:59: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 366 | viewInsert :: (a -> String) -> Widths -> Pkg.Name -> a -> D.Doc | ^^^^^ terminal/src/Install.hs:368:27: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 368 | viewName nameWidth name <+> pad leftWidth (toChars new) | ^^^ terminal/src/Install.hs:371:64: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 371 | viewChange :: (a -> String) -> Widths -> Pkg.Name -> a -> a -> D.Doc | ^^^^^ terminal/src/Install.hs:373:3: warning: [GHC-68441] [-Wdeprecations] In the use of `hsep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 373 | D.hsep | ^^^^^^ terminal/src/Install.hs:381:59: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 381 | viewRemove :: (a -> String) -> Widths -> Pkg.Name -> a -> D.Doc | ^^^^^ terminal/src/Install.hs:383:27: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 383 | viewName nameWidth name <+> pad leftWidth (toChars old) | ^^^ terminal/src/Install.hs:386:32: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 386 | viewName :: Int -> Pkg.Name -> D.Doc | ^^^^^ terminal/src/Install.hs:388:3: warning: [GHC-68441] [-Wdeprecations] In the use of `fill' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 388 | D.fill (width + 3) (D.fromPackage name) | ^^^^^^ terminal/src/Install.hs:391:25: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 391 | pad :: Int -> String -> D.Doc | ^^^^^ [121 of 132] Compiling Develop.Generate.Index ( terminal/src/Develop/Generate/Index.hs, dist/build/elm/elm-tmp/Develop/Generate/Index.dyn_o ) [122 of 132] Compiling Build ( builder/src/Build.hs, dist/build/elm/elm-tmp/Build.dyn_o ) [123 of 132] Compiling Publish ( terminal/src/Publish.hs, dist/build/elm/elm-tmp/Publish.dyn_o ) terminal/src/Publish.hs:510:38: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 510 | do putFlush $ " " <> waitingMark <+> D.fromChars waiting | ^^^ terminal/src/Publish.hs:514:41: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 514 | Right a -> "\r " <> goodMark <+> D.fromChars (padded (success a) ++ "\n") | ^^^ terminal/src/Publish.hs:515:41: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 515 | Left _ -> "\r " <> badMark <+> D.fromChars (padded failure ++ "\n\n") | ^^^ terminal/src/Publish.hs:523:13: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 523 | goodMark :: D.Doc | ^^^^^ terminal/src/Publish.hs:525:3: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 525 | D.green $ if isWindows then "+" else "?" | ^^^^^^^ terminal/src/Publish.hs:528:12: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 528 | badMark :: D.Doc | ^^^^^ terminal/src/Publish.hs:530:3: warning: [GHC-68441] [-Wdeprecations] In the use of `red' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 530 | D.red $ if isWindows then "X" else "?" | ^^^^^ terminal/src/Publish.hs:533:16: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 533 | waitingMark :: D.Doc | ^^^^^ terminal/src/Publish.hs:535:3: warning: [GHC-68441] [-Wdeprecations] In the use of `dullyellow' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 535 | D.dullyellow $ if isWindows then "-" else "?" | ^^^^^^^^^^^^ [124 of 132] Compiling Generate ( builder/src/Generate.hs, dist/build/elm/elm-tmp/Generate.dyn_o ) [125 of 132] Compiling Repl ( terminal/src/Repl.hs, dist/build/elm/elm-tmp/Repl.dyn_o ) terminal/src/Repl.hs:32:1: warning: [GHC-66111] [-Wunused-imports] The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() | 32 | import Data.Monoid ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^ terminal/src/Repl.hs:101:19: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 101 | title = "Elm" <+> D.fromChars vsn | ^^^ terminal/src/Repl.hs:105:5: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 105 | D.vcat | ^^^^^^ terminal/src/Repl.hs:106:9: warning: [GHC-68441] [-Wdeprecations] In the use of `black' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 106 | [ D.black "----" <+> D.dullcyan title <+> D.black (D.fromChars dashes) | ^^^^^^^ terminal/src/Repl.hs:106:24: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 106 | [ D.black "----" <+> D.dullcyan title <+> D.black (D.fromChars dashes) | ^^^ terminal/src/Repl.hs:106:28: warning: [GHC-68441] [-Wdeprecations] In the use of `dullcyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 106 | [ D.black "----" <+> D.dullcyan title <+> D.black (D.fromChars dashes) | ^^^^^^^^^^ terminal/src/Repl.hs:106:45: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 106 | [ D.black "----" <+> D.dullcyan title <+> D.black (D.fromChars dashes) | ^^^ terminal/src/Repl.hs:106:49: warning: [GHC-68441] [-Wdeprecations] In the use of `black' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 106 | [ D.black "----" <+> D.dullcyan title <+> D.black (D.fromChars dashes) | ^^^^^^^ terminal/src/Repl.hs:107:9: warning: [GHC-68441] [-Wdeprecations] In the use of `black' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 107 | , D.black $ D.fromChars $ "Say :help for help and :exit to exit! More at " <> D.makeLink "repl" | ^^^^^^^ terminal/src/Repl.hs:108:9: warning: [GHC-68441] [-Wdeprecations] In the use of `black' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 108 | , D.black "--------------------------------------------------------------------------------" | ^^^^^^^ terminal/src/Repl.hs:109:9: warning: [GHC-68441] [-Wdeprecations] In the use of `empty' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 109 | , D.empty | ^^^^^^^ terminal/src/Repl.hs:530:42: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a lambda abstraction: Patterns of type `Maybe IO.Handle', `Maybe IO.Handle', `Maybe IO.Handle', `Proc.ProcessHandle' not matched: Nothing _ _ _ | 530 | Proc.withCreateProcess createProcess $ \(Just stdin) _ _ handle -> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^... [126 of 132] Compiling Make ( terminal/src/Make.hs, dist/build/elm/elm-tmp/Make.dyn_o ) [127 of 132] Compiling Diff ( terminal/src/Diff.hs, dist/build/elm/elm-tmp/Diff.dyn_o ) terminal/src/Diff.hs:30:23: warning: [GHC-38856] [-Wunused-imports] The import of `<>' from module `Reporting.Doc' is redundant | 30 | import Reporting.Doc ((<>), (<+>)) | ^^^^ terminal/src/Diff.hs:209:43: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 209 | toDoc :: L.Localizer -> PackageChanges -> D.Doc | ^^^^^ terminal/src/Diff.hs:212:45: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 212 | "No API changes detected, so this is a" <+> D.green "PATCH" <+> "change." | ^^^ terminal/src/Diff.hs:212:49: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 212 | "No API changes detected, so this is a" <+> D.green "PATCH" <+> "change." | ^^^^^^^ terminal/src/Diff.hs:212:65: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 212 | "No API changes detected, so this is a" <+> D.green "PATCH" <+> "change." | ^^^ terminal/src/Diff.hs:219:21: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 219 | "This is a" <+> D.green magDoc <+> "change." | ^^^ terminal/src/Diff.hs:219:25: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 219 | "This is a" <+> D.green magDoc <+> "change." | ^^^^^^^ terminal/src/Diff.hs:219:40: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 219 | "This is a" <+> D.green magDoc <+> "change." | ^^^ terminal/src/Diff.hs:224:15: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 224 | D.vcat $ map D.fromName added | ^^^^^^ terminal/src/Diff.hs:230:15: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 230 | D.vcat $ map D.fromName removed | ^^^^^^ terminal/src/Diff.hs:236:7: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 236 | D.vcat (header : "" : map chunkToDoc chunks) | ^^^^^^ terminal/src/Diff.hs:243:19: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 243 | , _details :: D.Doc | ^^^^^ terminal/src/Diff.hs:247:24: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 247 | chunkToDoc :: Chunk -> D.Doc | ^^^^^ terminal/src/Diff.hs:251:14: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 251 | "----" <+> D.fromChars title <+> "-" <+> D.fromChars (M.toChars magnitude) <+> "----" | ^^^ terminal/src/Diff.hs:251:36: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 251 | "----" <+> D.fromChars title <+> "-" <+> D.fromChars (M.toChars magnitude) <+> "----" | ^^^ terminal/src/Diff.hs:251:44: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 251 | "----" <+> D.fromChars title <+> "-" <+> D.fromChars (M.toChars magnitude) <+> "----" | ^^^ terminal/src/Diff.hs:251:82: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 251 | "----" <+> D.fromChars title <+> "-" <+> D.fromChars (M.toChars magnitude) <+> "----" | ^^^ terminal/src/Diff.hs:253:5: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 253 | D.vcat | ^^^^^^ terminal/src/Diff.hs:254:9: warning: [GHC-68441] [-Wdeprecations] In the use of `dullcyan' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 254 | [ D.dullcyan header | ^^^^^^^^^^ terminal/src/Diff.hs:256:9: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 256 | , D.indent 4 details | ^^^^^^^^ terminal/src/Diff.hs:281:7: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 281 | D.vcat $ List.intersperse "" $ Maybe.catMaybes $ | ^^^^^^ terminal/src/Diff.hs:288:34: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 288 | changesToDocTriple :: (k -> v -> D.Doc) -> Changes k v -> ([D.Doc], [D.Doc], [D.Doc]) | ^^^^^ terminal/src/Diff.hs:288:61: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 288 | changesToDocTriple :: (k -> v -> D.Doc) -> Changes k v -> ([D.Doc], [D.Doc], [D.Doc]) | ^^^^^ terminal/src/Diff.hs:288:70: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 288 | changesToDocTriple :: (k -> v -> D.Doc) -> Changes k v -> ([D.Doc], [D.Doc], [D.Doc]) | ^^^^^ terminal/src/Diff.hs:288:79: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 288 | changesToDocTriple :: (k -> v -> D.Doc) -> Changes k v -> ([D.Doc], [D.Doc], [D.Doc]) | ^^^^^ terminal/src/Diff.hs:292:7: warning: [GHC-68441] [-Wdeprecations] In the use of `indent' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 292 | D.indent 4 (entryToDoc name value) | ^^^^^^^^ terminal/src/Diff.hs:295:7: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 295 | D.vcat | ^^^^^^ terminal/src/Diff.hs:307:28: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 307 | changesToDoc :: String -> [D.Doc] -> [D.Doc] -> [D.Doc] -> [D.Doc] -> Maybe D.Doc | ^^^^^ terminal/src/Diff.hs:307:39: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 307 | changesToDoc :: String -> [D.Doc] -> [D.Doc] -> [D.Doc] -> [D.Doc] -> Maybe D.Doc | ^^^^^ terminal/src/Diff.hs:307:50: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 307 | changesToDoc :: String -> [D.Doc] -> [D.Doc] -> [D.Doc] -> [D.Doc] -> Maybe D.Doc | ^^^^^ terminal/src/Diff.hs:307:61: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 307 | changesToDoc :: String -> [D.Doc] -> [D.Doc] -> [D.Doc] -> [D.Doc] -> Maybe D.Doc | ^^^^^ terminal/src/Diff.hs:307:77: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 307 | changesToDoc :: String -> [D.Doc] -> [D.Doc] -> [D.Doc] -> [D.Doc] -> Maybe D.Doc | ^^^^^ terminal/src/Diff.hs:313:12: warning: [GHC-68441] [-Wdeprecations] In the use of `vcat' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 313 | Just $ D.vcat $ | ^^^^^^ terminal/src/Diff.hs:317:57: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 317 | unionToDoc :: L.Localizer -> Name.Name -> Docs.Union -> D.Doc | ^^^^^ terminal/src/Diff.hs:321:14: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 321 | "type" <+> D.fromName name <+> D.hsep (map D.fromName tvars) | ^^^ terminal/src/Diff.hs:321:34: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 321 | "type" <+> D.fromName name <+> D.hsep (map D.fromName tvars) | ^^^ terminal/src/Diff.hs:321:38: warning: [GHC-68441] [-Wdeprecations] In the use of `hsep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 321 | "type" <+> D.fromName name <+> D.hsep (map D.fromName tvars) | ^^^^^^ terminal/src/Diff.hs:326:5: warning: [GHC-68441] [-Wdeprecations] In the use of `hang' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 326 | D.hang 4 (D.sep (setup : zipWith (<+>) ("=" : repeat "|") (map ctorDoc ctors))) | ^^^^^^ terminal/src/Diff.hs:326:15: warning: [GHC-68441] [-Wdeprecations] In the use of `sep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 326 | D.hang 4 (D.sep (setup : zipWith (<+>) ("=" : repeat "|") (map ctorDoc ctors))) | ^^^^^ terminal/src/Diff.hs:326:38: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 326 | D.hang 4 (D.sep (setup : zipWith (<+>) ("=" : repeat "|") (map ctorDoc ctors))) | ^^^^^ terminal/src/Diff.hs:329:57: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 329 | aliasToDoc :: L.Localizer -> Name.Name -> Docs.Alias -> D.Doc | ^^^^^ terminal/src/Diff.hs:333:14: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 333 | "type" <+> "alias" <+> D.hsep (map D.fromName (name:tvars)) <+> "=" | ^^^ terminal/src/Diff.hs:333:26: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 333 | "type" <+> "alias" <+> D.hsep (map D.fromName (name:tvars)) <+> "=" | ^^^ terminal/src/Diff.hs:333:30: warning: [GHC-68441] [-Wdeprecations] In the use of `hsep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 333 | "type" <+> "alias" <+> D.hsep (map D.fromName (name:tvars)) <+> "=" | ^^^^^^ terminal/src/Diff.hs:333:67: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 333 | "type" <+> "alias" <+> D.hsep (map D.fromName (name:tvars)) <+> "=" | ^^^ terminal/src/Diff.hs:335:5: warning: [GHC-68441] [-Wdeprecations] In the use of `hang' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 335 | D.hang 4 (D.sep [ declaration, typeDoc localizer tipe ]) | ^^^^^^ terminal/src/Diff.hs:335:15: warning: [GHC-68441] [-Wdeprecations] In the use of `sep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 335 | D.hang 4 (D.sep [ declaration, typeDoc localizer tipe ]) | ^^^^^ terminal/src/Diff.hs:338:57: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 338 | valueToDoc :: L.Localizer -> Name.Name -> Docs.Value -> D.Doc | ^^^^^ terminal/src/Diff.hs:340:3: warning: [GHC-68441] [-Wdeprecations] In the use of `hang' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 340 | D.hang 4 $ D.sep [ D.fromName name <+> ":", typeDoc localizer tipe ] | ^^^^^^ terminal/src/Diff.hs:340:14: warning: [GHC-68441] [-Wdeprecations] In the use of `sep' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 340 | D.hang 4 $ D.sep [ D.fromName name <+> ":", typeDoc localizer tipe ] | ^^^^^ terminal/src/Diff.hs:340:38: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 340 | D.hang 4 $ D.sep [ D.fromName name <+> ":", typeDoc localizer tipe ] | ^^^ terminal/src/Diff.hs:343:57: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 343 | binopToDoc :: L.Localizer -> Name.Name -> Docs.Binop -> D.Doc | ^^^^^ terminal/src/Diff.hs:345:35: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 345 | "(" <> D.fromName name <> ")" <+> ":" <+> typeDoc localizer tipe <> D.black details | ^^^ terminal/src/Diff.hs:345:43: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 345 | "(" <> D.fromName name <> ")" <+> ":" <+> typeDoc localizer tipe <> D.black details | ^^^ terminal/src/Diff.hs:345:73: warning: [GHC-68441] [-Wdeprecations] In the use of `black' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 345 | "(" <> D.fromName name <> ")" <+> ":" <+> typeDoc localizer tipe <> D.black details | ^^^^^^^ terminal/src/Diff.hs:357:40: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 357 | typeDoc :: L.Localizer -> Type.Type -> D.Doc | ^^^^^ [128 of 132] Compiling Develop.StaticFiles.Build ( terminal/src/Develop/StaticFiles/Build.hs, dist/build/elm/elm-tmp/Develop/StaticFiles/Build.dyn_o ) [129 of 132] Compiling Develop.StaticFiles ( terminal/src/Develop/StaticFiles.hs, dist/build/elm/elm-tmp/Develop/StaticFiles.dyn_o ) -- PROBLEM LOADING PACKAGE LIST ------------------------------------------------ I need the list of published packages to verify your dependencies, so I tried to fetch: https://package.elm-lang.org/all-packages But my HTTP library is giving me the following error message: InternalException (HandshakeFailed (Error_Protocol "certificate has unknown CA" UnknownCa)) Are you somewhere with a slow internet connection? Or no internet? Does the link I am trying to fetch work in your browser? Maybe the site is down? Does your internet connection have a firewall that blocks certain domains? It is usually something like that! terminal/src/Develop/StaticFiles.hs:91:3: error: [GHC-87897] * Exception when trying to run compile-time code: -------------------------------------------------------- Error in Develop.StaticFiles.Build.buildReactorFrontEnd Compile with `elm make` directly to figure it out faster -------------------------------------------------------- CallStack (from HasCallStack): error, called at terminal/src/Develop/StaticFiles/Build.hs:68:15 in elm-0.19.1-JCexbo7auSwgK3RZYE2yN-elm:Develop.StaticFiles.Build Code: (bsToExp =<< runIO Build.buildReactorFrontEnd) * In the untyped splice: $(bsToExp =<< runIO Build.buildReactorFrontEnd) | 91 | $(bsToExp =<< runIO Build.buildReactorFrontEnd) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [131 of 132] Compiling Bump ( terminal/src/Bump.hs, dist/build/elm/elm-tmp/Bump.dyn_o ) terminal/src/Bump.hs:91:15: warning: [GHC-63394] [-Wx-partial] In the use of `head' (imported from Prelude, but defined in GHC.Internal.List): "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"." | 91 | map head (List.group (List.sort bumpableVersions)) | ^^^^ terminal/src/Bump.hs:130:51: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 130 | "Based on your new API, this should be a" <+> D.green mag <+> "change (" <> old <> " => " <> new <> ")\n" | ^^^ terminal/src/Bump.hs:130:55: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 130 | "Based on your new API, this should be a" <+> D.green mag <+> "change (" <> old <> " => " <> new <> ")\n" | ^^^^^^^ terminal/src/Bump.hs:130:67: warning: [GHC-68441] [-Wdeprecations] In the use of `<+>' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 130 | "Based on your new API, this should be a" <+> D.green mag <+> "change (" <> old <> " => " <> new <> ")\n" | ^^^ terminal/src/Bump.hs:155:65: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class `Doc' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 155 | changeVersion :: FilePath -> Outline.PkgOutline -> V.Version -> D.Doc -> IO () | ^^^^^ terminal/src/Bump.hs:168:20: warning: [GHC-68441] [-Wdeprecations] In the use of `green' (imported from Reporting.Doc, but defined in Text.PrettyPrint.ANSI.Leijen): Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead" | 168 | <> D.green (D.fromVersion targetVersion) | ^^^^^^^ *** Error code 1 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-upstream-arm64/lang/elm-lang *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-upstream-arm64/lang/elm-lang