Resolving dependencies... Build profile: -w ghc-9.2.4 -O0 In order, the following will be built (use -v for more details): - latex-0.1.0.4 (lib:latex) (requires build) - loop-0.3.0 (lib:loop) (requires build) - bibtex-0.1.0.6 (lib:bibtex) (requires build) - matrix-0.3.6.1 (lib:matrix) (requires build) - HaTeX-3.22.3.2 (first run) Starting latex-0.1.0.4 (all, legacy fallback) Starting loop-0.3.0 (all, legacy fallback) Building latex-0.1.0.4 (all, legacy fallback) Building loop-0.3.0 (all, legacy fallback) Installing loop-0.3.0 (all, legacy fallback) Completed loop-0.3.0 (all, legacy fallback) Installing latex-0.1.0.4 (all, legacy fallback) Starting matrix-0.3.6.1 (all, legacy fallback) Completed latex-0.1.0.4 (all, legacy fallback) Starting bibtex-0.1.0.6 (all, legacy fallback) Building matrix-0.3.6.1 (all, legacy fallback) Building bibtex-0.1.0.6 (all, legacy fallback) Installing bibtex-0.1.0.6 (all, legacy fallback) Completed bibtex-0.1.0.6 (all, legacy fallback) Installing matrix-0.3.6.1 (all, legacy fallback) Completed matrix-0.3.6.1 (all, legacy fallback) Configuring HaTeX-3.22.3.2... Preprocessing library for HaTeX-3.22.3.2.. Building library for HaTeX-3.22.3.2.. [ 1 of 43] Compiling Paths_HaTeX ( /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/autogen/Paths_HaTeX.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Paths_HaTeX.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Paths_HaTeX.dyn_o ) [ 2 of 43] Compiling Text.LaTeX.Base.Syntax ( Text/LaTeX/Base/Syntax.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Base/Syntax.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Base/Syntax.dyn_o ) Text/LaTeX/Base/Syntax.hs:105:2: warning: [-Wnoncanonical-monoid-instances] Noncanonical mappend definition detected in the instance declaration for Monoid LaTeX. mappend will eventually be removed in favour of (<>) Either remove definition for mappend (recommended) or define as mappend = (<>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 105 | mappend TeXEmpty x = x | ^^^^^^^^^^^^^^^^^^^^^^... Text/LaTeX/Base/Syntax.hs:113:3: warning: [-Wnoncanonical-monoid-instances] Noncanonical (<>) = mappend definition detected in the instance declaration for Semigroup LaTeX. Move definition from mappend to (<>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 113 | (<>) = mappend | ^^^^^^^^^^^^^^ [ 3 of 43] Compiling Text.LaTeX.Base.Class ( Text/LaTeX/Base/Class.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Base/Class.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Base/Class.dyn_o ) Text/LaTeX/Base/Class.hs:57:25: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a lambda abstraction: Patterns of type [LaTeX] not matched: [] ((TeXRaw _):_:_) ((TeXComm _ _):_:_) ((TeXCommS _):_:_) ... | 57 | liftL f x1 = liftListL (\[x1] -> f x1) [x1] | ^^^^^^^^^^^^^ Text/LaTeX/Base/Class.hs:61:29: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a lambda abstraction: Patterns of type [LaTeX] not matched: [] [(TeXRaw _)] [(TeXComm _ _)] [(TeXCommS _)] ... | 61 | liftL2 f x1 x2 = liftListL (\[x1,x2] -> f x1 x2) [x1,x2] | ^^^^^^^^^^^^^^^^^^^ Text/LaTeX/Base/Class.hs:65:32: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a lambda abstraction: Patterns of type [LaTeX] not matched: [] [(TeXRaw _)] [(TeXComm _ _)] [(TeXCommS _)] ... | 65 | liftL3 f x1 x2 x3 = liftListL (\[x1,x2,x3] -> f x1 x2 x3) [x1,x2,x3] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Text/LaTeX/Base/Class.hs:69:35: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a lambda abstraction: Patterns of type [LaTeX] not matched: [] [(TeXRaw _)] [(TeXComm _ _)] [(TeXCommS _)] ... | 69 | liftL4 f x1 x2 x3 x4 = liftListL (\[x1,x2,x3,x4] -> f x1 x2 x3 x4) [x1,x2,x3,x4] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Text/LaTeX/Base/Class.hs:73:38: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a lambda abstraction: Patterns of type [LaTeX] not matched: [] [(TeXRaw _)] [(TeXComm _ _)] [(TeXCommS _)] ... | 73 | liftL5 f x1 x2 x3 x4 x5 = liftListL (\[x1,x2,x3,x4,x5] -> f x1 x2 x3 x4 x5) [x1,x2,x3,x4,x5] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Text/LaTeX/Base/Class.hs:77:41: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a lambda abstraction: Patterns of type [LaTeX] not matched: [] [(TeXRaw _)] [(TeXComm _ _)] [(TeXCommS _)] ... | 77 | liftL6 f x1 x2 x3 x4 x5 x6 = liftListL (\[x1,x2,x3,x4,x5,x6] -> f x1 x2 x3 x4 x5 x6) [x1,x2,x3,x4,x5,x6] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Text/LaTeX/Base/Class.hs:81:44: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a lambda abstraction: Patterns of type [LaTeX] not matched: [] [(TeXRaw _)] [(TeXComm _ _)] [(TeXCommS _)] ... | 81 | liftL7 f x1 x2 x3 x4 x5 x6 x7 = liftListL (\[x1,x2,x3,x4,x5,x6,x7] -> f x1 x2 x3 x4 x5 x6 x7) [x1,x2,x3,x4,x5,x6,x7] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Text/LaTeX/Base/Class.hs:85:47: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a lambda abstraction: Patterns of type [LaTeX] not matched: [] [(TeXRaw _)] [(TeXComm _ _)] [(TeXCommS _)] ... | 85 | liftL8 f x1 x2 x3 x4 x5 x6 x7 x8 = liftListL (\[x1,x2,x3,x4,x5,x6,x7,x8] -> f x1 x2 x3 x4 x5 x6 x7 x8) [x1,x2,x3,x4,x5,x6,x7,x8] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Text/LaTeX/Base/Class.hs:89:50: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a lambda abstraction: Patterns of type [LaTeX] not matched: [] [(TeXRaw _)] [(TeXComm _ _)] [(TeXCommS _)] ... | 89 | liftL9 f x1 x2 x3 x4 x5 x6 x7 x8 x9 = liftListL (\[x1,x2,x3,x4,x5,x6,x7,x8,x9] -> f x1 x2 x3 x4 x5 x6 x7 x8 x9) [x1,x2,x3,x4,x5,x6,x7,x8,x9] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Text/LaTeX/Base/Class.hs:118:36: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a lambda abstraction: Patterns of type [LaTeX] not matched: [] | 118 | fixEnv str args inner = liftListL (\(inn:as) -> TeXEnv str (fixArgs as) inn) (inner:args) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 4 of 43] Compiling Text.LaTeX.Base.Render ( Text/LaTeX/Base/Render.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Base/Render.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Base/Render.dyn_o ) [ 5 of 43] Compiling Text.LaTeX.Base.Pretty ( Text/LaTeX/Base/Pretty.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Base/Pretty.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Base/Pretty.dyn_o ) Text/LaTeX/Base/Pretty.hs:16:1: warning: [-Wdeprecations] Module Data.Text.Prettyprint.Doc is deprecated: Use "Prettyprinter" instead. | 16 | import Data.Text.Prettyprint.Doc | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... Text/LaTeX/Base/Pretty.hs:26:1: warning: [-Wdeprecations] Module Data.Text.Prettyprint.Doc.Render.String is deprecated: Use "Prettyprinter.Render.String" instead. | 26 | import Data.Text.Prettyprint.Doc.Render.String (renderString) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 6 of 43] Compiling Text.LaTeX.Base.Parser ( Text/LaTeX/Base/Parser.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Base/Parser.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Base/Parser.dyn_o ) [ 7 of 43] Compiling Text.LaTeX.Base.Texy ( Text/LaTeX/Base/Texy.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Base/Texy.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Base/Texy.dyn_o ) [ 8 of 43] Compiling Text.LaTeX.Base.Types ( Text/LaTeX/Base/Types.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Base/Types.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Base/Types.dyn_o ) [ 9 of 43] Compiling Text.LaTeX.Base.Warnings ( Text/LaTeX/Base/Warnings.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Base/Warnings.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Base/Warnings.dyn_o ) Text/LaTeX/Base/Warnings.hs:52:2: warning: [-Wnoncanonical-monoid-instances] Noncanonical (<>) = mappend definition detected in the instance declaration for Semigroup TeXCheck. Move definition from mappend to (<>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 52 | (<>) = mappend | ^^^^^^^^^^^^^^ Text/LaTeX/Base/Warnings.hs:55:2: warning: [-Wnoncanonical-monoid-instances] Noncanonical mappend definition detected in the instance declaration for Monoid TeXCheck. mappend will eventually be removed in favour of (<>) Either remove definition for mappend (recommended) or define as mappend = (<>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 55 | mappend (TC tc1) (TC tc2) = TC $ uncurry mappend . (tc1 &&& tc2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [10 of 43] Compiling Text.LaTeX.Base.Writer ( Text/LaTeX/Base/Writer.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Base/Writer.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Base/Writer.dyn_o ) Text/LaTeX/Base/Writer.hs:110:2: warning: [-Wnoncanonical-monad-instances] Noncanonical return definition detected in the instance declaration for Monad (LaTeXT m). return will eventually be removed in favour of pure 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 = LaTeXT . return | ^^^^^^^^^^^^^^^^^^^^^^^^ Text/LaTeX/Base/Writer.hs:219:2: warning: [-Wnoncanonical-monoid-instances] Noncanonical mappend definition detected in the instance declaration for Monoid (LaTeXT m a). mappend will eventually be removed in favour of (<>) Either remove definition for mappend (recommended) or define as mappend = (<>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 219 | mappend = liftM2 mappend | ^^^^^^^^^^^^^^^^^^^^^^^^ [11 of 43] Compiling Text.LaTeX.Base.Math ( Text/LaTeX/Base/Math.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Base/Math.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Base/Math.dyn_o ) [12 of 43] Compiling Text.LaTeX.Base.Commands ( Text/LaTeX/Base/Commands.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Base/Commands.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Base/Commands.dyn_o ) Text/LaTeX/Base/Commands.hs:1172:3: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [Int] not matched: [] | 1172 | (x:xs) = versionBranch version | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [13 of 43] Compiling Text.LaTeX.Base ( Text/LaTeX/Base.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Base.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Base.dyn_o ) [14 of 43] Compiling Text.LaTeX ( Text/LaTeX.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX.dyn_o ) [15 of 43] Compiling Text.LaTeX.Packages.AMSFonts ( Text/LaTeX/Packages/AMSFonts.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/AMSFonts.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/AMSFonts.dyn_o ) [16 of 43] Compiling Text.LaTeX.Packages.AMSMath ( Text/LaTeX/Packages/AMSMath.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/AMSMath.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/AMSMath.dyn_o ) [17 of 43] Compiling Text.LaTeX.Packages.AMSSymb ( Text/LaTeX/Packages/AMSSymb.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/AMSSymb.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/AMSSymb.dyn_o ) [18 of 43] Compiling Text.LaTeX.Packages.AMSThm ( Text/LaTeX/Packages/AMSThm.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/AMSThm.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/AMSThm.dyn_o ) [19 of 43] Compiling Text.LaTeX.Packages.Acronym ( Text/LaTeX/Packages/Acronym.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/Acronym.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/Acronym.dyn_o ) [20 of 43] Compiling Text.LaTeX.Packages.Babel ( Text/LaTeX/Packages/Babel.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/Babel.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/Babel.dyn_o ) [21 of 43] Compiling Text.LaTeX.Packages.Beamer ( Text/LaTeX/Packages/Beamer.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/Beamer.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/Beamer.dyn_o ) [22 of 43] Compiling Text.LaTeX.Packages.BibLaTeX ( Text/LaTeX/Packages/BibLaTeX.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/BibLaTeX.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/BibLaTeX.dyn_o ) [23 of 43] Compiling Text.LaTeX.Packages.Bigstrut ( Text/LaTeX/Packages/Bigstrut.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/Bigstrut.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/Bigstrut.dyn_o ) [24 of 43] Compiling Text.LaTeX.Packages.Color ( Text/LaTeX/Packages/Color.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/Color.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/Color.dyn_o ) [25 of 43] Compiling Text.LaTeX.Packages.Fancyhdr ( Text/LaTeX/Packages/Fancyhdr.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/Fancyhdr.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/Fancyhdr.dyn_o ) [26 of 43] Compiling Text.LaTeX.Packages.Fontenc ( Text/LaTeX/Packages/Fontenc.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/Fontenc.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/Fontenc.dyn_o ) [27 of 43] Compiling Text.LaTeX.Packages.Geometry ( Text/LaTeX/Packages/Geometry.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/Geometry.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/Geometry.dyn_o ) [28 of 43] Compiling Text.LaTeX.Packages.Graphicx ( Text/LaTeX/Packages/Graphicx.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/Graphicx.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/Graphicx.dyn_o ) [29 of 43] Compiling Text.LaTeX.Packages.Hyperref ( Text/LaTeX/Packages/Hyperref.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/Hyperref.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/Hyperref.dyn_o ) [30 of 43] Compiling Text.LaTeX.Packages.Inputenc ( Text/LaTeX/Packages/Inputenc.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/Inputenc.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/Inputenc.dyn_o ) [31 of 43] Compiling Text.LaTeX.Packages.LongTable ( Text/LaTeX/Packages/LongTable.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/LongTable.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/LongTable.dyn_o ) [32 of 43] Compiling Text.LaTeX.Packages.Lscape ( Text/LaTeX/Packages/Lscape.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/Lscape.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/Lscape.dyn_o ) [33 of 43] Compiling Text.LaTeX.Packages.Multirow ( Text/LaTeX/Packages/Multirow.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/Multirow.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/Multirow.dyn_o ) [34 of 43] Compiling Text.LaTeX.Packages.QRCode ( Text/LaTeX/Packages/QRCode.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/QRCode.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/QRCode.dyn_o ) [35 of 43] Compiling Text.LaTeX.Packages.Relsize ( Text/LaTeX/Packages/Relsize.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/Relsize.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/Relsize.dyn_o ) [36 of 43] Compiling Text.LaTeX.Packages.TabularX ( Text/LaTeX/Packages/TabularX.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/TabularX.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/TabularX.dyn_o ) [37 of 43] Compiling Text.LaTeX.Packages.LTableX ( Text/LaTeX/Packages/LTableX.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/LTableX.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/LTableX.dyn_o ) [38 of 43] Compiling Text.LaTeX.Packages.TikZ.Syntax ( Text/LaTeX/Packages/TikZ/Syntax.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/TikZ/Syntax.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/TikZ/Syntax.dyn_o ) [39 of 43] Compiling Text.LaTeX.Packages.TikZ.PathBuilder ( Text/LaTeX/Packages/TikZ/PathBuilder.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/TikZ/PathBuilder.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/TikZ/PathBuilder.dyn_o ) [40 of 43] Compiling Text.LaTeX.Packages.TikZ ( Text/LaTeX/Packages/TikZ.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/TikZ.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/TikZ.dyn_o ) [41 of 43] Compiling Text.LaTeX.Packages.TikZ.Simple ( Text/LaTeX/Packages/TikZ/Simple.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/TikZ/Simple.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/TikZ/Simple.dyn_o ) [42 of 43] Compiling Text.LaTeX.Packages.Trees ( Text/LaTeX/Packages/Trees.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/Trees.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/Trees.dyn_o ) [43 of 43] Compiling Text.LaTeX.Packages.Trees.Qtree ( Text/LaTeX/Packages/Trees/Qtree.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/Trees/Qtree.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/Text/LaTeX/Packages/Trees/Qtree.dyn_o ) Preprocessing test suite 'hatex-test' for HaTeX-3.22.3.2.. Building test suite 'hatex-test' for HaTeX-3.22.3.2.. [1 of 1] Compiling Main ( test/Main.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/hatex-test/hatex-test-tmp/Main.o ) Linking /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/hatex-test/hatex-test ... Preprocessing test suite 'parser-tests' for HaTeX-3.22.3.2.. Building test suite 'parser-tests' for HaTeX-3.22.3.2.. [1 of 1] Compiling Main ( parsertest/parsertest.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/parser-tests/parser-tests-tmp/Main.o ) Linking /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/build/parser-tests/parser-tests ... Running 2 test suites... Test suite hatex-test: RUNNING... Test suite hatex-test: PASS Test suite logged to: /home/builder/builder-dir/build-cache/tmp-install/reports/HaTeX-3.22.3.2.test Writing: HaTeX-3.22.3.2-inplace/Text.LaTeX.Base.Syntax.hs.html Writing: hpc_index.html Writing: hpc_index_fun.html Writing: hpc_index_alt.html Writing: hpc_index_exp.html Test coverage report written to /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/hpc/vanilla/html/hatex-test/hpc_index.html Test suite parser-tests: RUNNING... Test suite parser-tests: PASS Test suite logged to: /home/builder/builder-dir/build-cache/tmp-install/reports/HaTeX-3.22.3.2.test Writing: HaTeX-3.22.3.2-inplace/Text.LaTeX.Base.Class.hs.html Writing: HaTeX-3.22.3.2-inplace/Text.LaTeX.Base.Syntax.hs.html Writing: HaTeX-3.22.3.2-inplace/Text.LaTeX.Base.Render.hs.html Writing: HaTeX-3.22.3.2-inplace/Text.LaTeX.Base.Parser.hs.html Writing: hpc_index.html Writing: hpc_index_fun.html Writing: hpc_index_alt.html Writing: hpc_index_exp.html Test coverage report written to /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/hpc/vanilla/html/parser-tests/hpc_index.html 2 of 2 test suites (2 of 2 test cases) passed. Writing: HaTeX-3.22.3.2-inplace/Text.LaTeX.Base.Class.hs.html Writing: HaTeX-3.22.3.2-inplace/Text.LaTeX.Base.Parser.hs.html Writing: HaTeX-3.22.3.2-inplace/Text.LaTeX.Base.Render.hs.html Writing: HaTeX-3.22.3.2-inplace/Text.LaTeX.Base.Syntax.hs.html Writing: hpc_index.html Writing: hpc_index_fun.html Writing: hpc_index_alt.html Writing: hpc_index_exp.html Package coverage report written to /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/HaTeX-3.22.3.2/noopt/hpc/vanilla/html/HaTeX-3.22.3.2/hpc_index.html