Resolving dependencies... Build profile: -w ghc-9.2.4 -O0 In order, the following will be built (use -v for more details): - nyan-interpolation-core-0.9.1 (first run) Configuring nyan-interpolation-core-0.9.1... Preprocessing library for nyan-interpolation-core-0.9.1.. Building library for nyan-interpolation-core-0.9.1.. [ 1 of 10] Compiling Paths_nyan_interpolation_core ( /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/autogen/Paths_nyan_interpolation_core.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/Paths_nyan_interpolation_core.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/Paths_nyan_interpolation_core.dyn_o ) [ 2 of 10] Compiling Text.Interpolation.Nyan.Core.Internal.Base ( src/Text/Interpolation/Nyan/Core/Internal/Base.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/Text/Interpolation/Nyan/Core/Internal/Base.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/Text/Interpolation/Nyan/Core/Internal/Base.dyn_o ) src/Text/Interpolation/Nyan/Core/Internal/Base.hs:23:1: warning: [-Wmissing-kind-signatures] Top-level type constructor with no standalone kind signature or CUSK: type IntData :: * | 23 | data IntData = IntData | ^^^^^^^^^^^^^^^^^^^^^^... src/Text/Interpolation/Nyan/Core/Internal/Base.hs:32:1: warning: [-Wmissing-kind-signatures] Top-level type constructor with no standalone kind signature or CUSK: type ParsedIntPiece :: * | 32 | data ParsedIntPiece | ^^^^^^^^^^^^^^^^^^^... src/Text/Interpolation/Nyan/Core/Internal/Base.hs:48:1: warning: [-Wmissing-kind-signatures] Top-level type constructor with no standalone kind signature or CUSK: type ParsedInterpolatedString :: * | 48 | type ParsedInterpolatedString = [ParsedIntPiece] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Interpolation/Nyan/Core/Internal/Base.hs:51:1: warning: [-Wmissing-kind-signatures] Top-level type constructor with no standalone kind signature or CUSK: type IntPiece :: * | 51 | data IntPiece | ^^^^^^^^^^^^^... src/Text/Interpolation/Nyan/Core/Internal/Base.hs:58:1: warning: [-Wmissing-kind-signatures] Top-level type constructor with no standalone kind signature or CUSK: type InterpolatedString :: * | 58 | type InterpolatedString = [IntPiece] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Interpolation/Nyan/Core/Internal/Base.hs:63:1: warning: [-Wmissing-kind-signatures] Top-level type constructor with no standalone kind signature or CUSK: type ReturnType :: * | 63 | data ReturnType | ^^^^^^^^^^^^^^^... src/Text/Interpolation/Nyan/Core/Internal/Base.hs:75:1: warning: [-Wmissing-kind-signatures] Top-level type constructor with no standalone kind signature or CUSK: type PreviewLevel :: * | 75 | data PreviewLevel | ^^^^^^^^^^^^^^^^^... src/Text/Interpolation/Nyan/Core/Internal/Base.hs:85:1: warning: [-Wmissing-kind-signatures] Top-level type constructor with no standalone kind signature or CUSK: type SwitchesOptions :: * | 85 | data SwitchesOptions = SwitchesOptions | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Text/Interpolation/Nyan/Core/Internal/Base.hs:101:1: warning: [-Wmissing-kind-signatures] Top-level type constructor with no standalone kind signature or CUSK: type DefaultSwitchesOptions :: * | 101 | data DefaultSwitchesOptions = DefaultSwitchesOptions | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Text/Interpolation/Nyan/Core/Internal/Base.hs:142:1: warning: [-Wmissing-kind-signatures] Top-level type constructor with no standalone kind signature or CUSK: type ValueInterpolator :: * | 142 | newtype ValueInterpolator = ValueInterpolator | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Text/Interpolation/Nyan/Core/Internal/Base.hs:149:1: warning: [-Wmissing-kind-signatures] Top-level type constructor with no standalone kind signature or CUSK: type InvisibleCharsPreview :: * | 149 | newtype InvisibleCharsPreview = InvisibleCharsPreview | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Text/Interpolation/Nyan/Core/Internal/Base.hs:155:1: warning: [-Wmissing-kind-signatures] Top-level type constructor with no standalone kind signature or CUSK: type InterpolatorOptions :: * | 155 | data InterpolatorOptions = InterpolatorOptions | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... [ 3 of 10] Compiling Text.Interpolation.Nyan.Core.Internal.Parser ( src/Text/Interpolation/Nyan/Core/Internal/Parser.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/Text/Interpolation/Nyan/Core/Internal/Parser.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/Text/Interpolation/Nyan/Core/Internal/Parser.dyn_o ) src/Text/Interpolation/Nyan/Core/Internal/Parser.hs:22:1: warning: [-Wmissing-kind-signatures] Top-level type constructor with no standalone kind signature or CUSK: type OptionChanged :: * | 22 | newtype OptionChanged = OptionChanged Bool | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Text/Interpolation/Nyan/Core/Internal/Parser.hs:26:1: warning: [-Wmissing-kind-signatures] Top-level type constructor with no standalone kind signature or CUSK: type SwitchesOptionsBuilder :: * | 26 | data SwitchesOptionsBuilder = SwitchesOptionsBuilder | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Text/Interpolation/Nyan/Core/Internal/Parser.hs:66:1: warning: [-Wmissing-kind-signatures] Top-level type constructor with no standalone kind signature or CUSK: type SwitchesOptionsSetter :: (* -> *) -> Constraint | 66 | type SwitchesOptionsSetter m = (MonadState SwitchesOptionsBuilder m, MonadFail m) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Interpolation/Nyan/Core/Internal/Parser.hs:131:1: warning: [-Wmissing-kind-signatures] Top-level type constructor with no standalone kind signature or CUSK: type CustomParserFailure :: * | 131 | data CustomParserFailure | ^^^^^^^^^^^^^^^^^^^^^^^^... [ 4 of 10] Compiling Text.Interpolation.Nyan.Core.Internal.Processor ( src/Text/Interpolation/Nyan/Core/Internal/Processor.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/Text/Interpolation/Nyan/Core/Internal/Processor.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/Text/Interpolation/Nyan/Core/Internal/Processor.dyn_o ) [ 5 of 10] Compiling Text.Interpolation.Nyan.Core.Internal.RMode ( src/Text/Interpolation/Nyan/Core/Internal/RMode.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/Text/Interpolation/Nyan/Core/Internal/RMode.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/Text/Interpolation/Nyan/Core/Internal/RMode.dyn_o ) src/Text/Interpolation/Nyan/Core/Internal/RMode.hs:33:1: warning: [-Wmissing-kind-signatures] Top-level type constructor with no standalone kind signature or CUSK: type RMode :: * -> * | 33 | newtype RMode a = RMode { renderWithMode :: a -> Builder } | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 6 of 10] Compiling Text.Interpolation.Nyan.Core.Internal.Splice ( src/Text/Interpolation/Nyan/Core/Internal/Splice.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/Text/Interpolation/Nyan/Core/Internal/Splice.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/Text/Interpolation/Nyan/Core/Internal/Splice.dyn_o ) [ 7 of 10] Compiling Text.Interpolation.Nyan.Core ( src/Text/Interpolation/Nyan/Core.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/Text/Interpolation/Nyan/Core.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/Text/Interpolation/Nyan/Core.dyn_o ) [ 8 of 10] Compiling Text.Interpolation.Nyan.RModes.Buildable ( src/Text/Interpolation/Nyan/RModes/Buildable.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/Text/Interpolation/Nyan/RModes/Buildable.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/Text/Interpolation/Nyan/RModes/Buildable.dyn_o ) [ 9 of 10] Compiling Text.Interpolation.Nyan.RModes.CommonExtra ( src/Text/Interpolation/Nyan/RModes/CommonExtra.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/Text/Interpolation/Nyan/RModes/CommonExtra.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/Text/Interpolation/Nyan/RModes/CommonExtra.dyn_o ) [10 of 10] Compiling Text.Interpolation.Nyan.RModes.Show ( src/Text/Interpolation/Nyan/RModes/Show.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/Text/Interpolation/Nyan/RModes/Show.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/Text/Interpolation/Nyan/RModes/Show.dyn_o ) Preprocessing test suite 'nyan-interpolation-core-tests' for nyan-interpolation-core-0.9.1.. Building test suite 'nyan-interpolation-core-tests' for nyan-interpolation-core-0.9.1.. [1 of 9] Compiling Paths_nyan_interpolation_core ( /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/autogen/Paths_nyan_interpolation_core.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Paths_nyan_interpolation_core.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Paths_nyan_interpolation_core.dyn_o ) [2 of 9] Compiling Test.Customization ( tests/Test/Customization.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Test/Customization.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Test/Customization.dyn_o ) [3 of 9] Compiling Test.Processor ( tests/Test/Processor.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Test/Processor.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Test/Processor.dyn_o ) [4 of 9] Compiling Test.Util ( tests/Test/Util.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Test/Util.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Test/Util.dyn_o ) tests/Test/Util.hs:29:1: warning: [-Wmissing-kind-signatures] Top-level type constructor with no standalone kind signature or CUSK: type QReport :: * | 29 | data QReport | ^^^^^^^^^^^^... tests/Test/Util.hs:34:1: warning: [-Wmissing-kind-signatures] Top-level type constructor with no standalone kind signature or CUSK: type QOpts :: * | 34 | data QOpts = QOpts | ^^^^^^^^^^^^^^^^^^... tests/Test/Util.hs:45:1: warning: [-Wmissing-kind-signatures] Top-level type constructor with no standalone kind signature or CUSK: type TestQ :: * -> * | 45 | newtype TestQ a = TestQ { unTestQ :: ReaderT QOpts (ExceptT String (WriterT [QReport] IO)) a } | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... tests/Test/Util.hs:60:10: warning: [-Wmissing-methods] " No explicit implementation for qPutDoc and qGetDoc " In the instance declaration for Quasi TestQ | 60 | instance Quasi TestQ where | ^^^^^^^^^^^ [5 of 9] Compiling Test.Parser ( tests/Test/Parser.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Test/Parser.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Test/Parser.dyn_o ) [6 of 9] Compiling Test.Interpolator ( tests/Test/Interpolator.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Test/Interpolator.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Test/Interpolator.dyn_o ) tests/Test/Interpolator.hs:24:1: warning: [-Wmissing-kind-signatures] Top-level type constructor with no standalone kind signature or CUSK: type PrintedValue :: * | 24 | newtype PrintedValue = PrintedValue Int | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... tests/Test/Interpolator.hs:32:1: warning: [-Wmissing-kind-signatures] Top-level type constructor with no standalone kind signature or CUSK: type TypeEq :: * -> * -> Constraint | 32 | class TypeEq a b where | ^^^^^^^^^^^^^^^^^^^^^^... [7 of 9] Compiling Test.ValueInterpolators ( tests/Test/ValueInterpolators.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Test/ValueInterpolators.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Test/ValueInterpolators.dyn_o ) [8 of 9] Compiling Tree ( tests/Tree.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Tree.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Tree.dyn_o ) tests/Tree.hs:22:1: warning: [-Wmissing-kind-signatures] Top-level type constructor with no standalone kind signature or CUSK: type TestGroup :: * -> Constraint [9 of 9] Compiling Main ( tests/Main.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Main.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Main.dyn_o ) [1 of 9] Compiling Paths_nyan_interpolation_core ( /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/autogen/Paths_nyan_interpolation_core.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Paths_nyan_interpolation_core.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Paths_nyan_interpolation_core.dyn_o ) [HPC flags changed] [2 of 9] Compiling Test.Customization ( tests/Test/Customization.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Test/Customization.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Test/Customization.dyn_o ) [HPC flags changed] [3 of 9] Compiling Test.Processor ( tests/Test/Processor.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Test/Processor.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Test/Processor.dyn_o ) [HPC flags changed] [4 of 9] Compiling Test.Util ( tests/Test/Util.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Test/Util.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Test/Util.dyn_o ) [HPC flags changed] tests/Test/Util.hs:29:1: warning: [-Wmissing-kind-signatures] Top-level type constructor with no standalone kind signature or CUSK: type QReport :: * | 29 | data QReport | ^^^^^^^^^^^^... tests/Test/Util.hs:34:1: warning: [-Wmissing-kind-signatures] Top-level type constructor with no standalone kind signature or CUSK: type QOpts :: * | 34 | data QOpts = QOpts | ^^^^^^^^^^^^^^^^^^... tests/Test/Util.hs:45:1: warning: [-Wmissing-kind-signatures] Top-level type constructor with no standalone kind signature or CUSK: type TestQ :: * -> * | 45 | newtype TestQ a = TestQ { unTestQ :: ReaderT QOpts (ExceptT String (WriterT [QReport] IO)) a } | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... tests/Test/Util.hs:60:10: warning: [-Wmissing-methods] " No explicit implementation for qPutDoc and qGetDoc " In the instance declaration for Quasi TestQ | 60 | instance Quasi TestQ where | ^^^^^^^^^^^ [5 of 9] Compiling Test.Parser ( tests/Test/Parser.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Test/Parser.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Test/Parser.dyn_o ) [HPC flags changed] [6 of 9] Compiling Test.Interpolator ( tests/Test/Interpolator.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Test/Interpolator.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Test/Interpolator.dyn_o ) [HPC flags changed] tests/Test/Interpolator.hs:24:1: warning: [-Wmissing-kind-signatures] Top-level type constructor with no standalone kind signature or CUSK: type PrintedValue :: * | 24 | newtype PrintedValue = PrintedValue Int | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... tests/Test/Interpolator.hs:32:1: warning: [-Wmissing-kind-signatures] Top-level type constructor with no standalone kind signature or CUSK: type TypeEq :: * -> * -> Constraint | 32 | class TypeEq a b where | ^^^^^^^^^^^^^^^^^^^^^^... [7 of 9] Compiling Test.ValueInterpolators ( tests/Test/ValueInterpolators.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Test/ValueInterpolators.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Test/ValueInterpolators.dyn_o ) [HPC flags changed] [8 of 9] Compiling Tree ( tests/Tree.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Tree.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Tree.dyn_o ) [HPC flags changed] tests/Tree.hs:22:1: warning: [-Wmissing-kind-signatures] Top-level type constructor with no standalone kind signature or CUSK: type TestGroup :: * -> Constraint [9 of 9] Compiling Main ( tests/Main.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Main.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests-tmp/Main.dyn_o ) [HPC flags changed] Linking /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/nyan-interpolation-core-0.9.1/noopt/build/nyan-interpolation-core-tests/nyan-interpolation-core-tests ... Running 1 test suites... Test suite nyan-interpolation-core-tests: RUNNING... Test suite nyan-interpolation-core-tests: PASS Test suite logged to: /home/builder/builder-dir/build-cache/tmp-install/reports/nyan-interpolation-core-0.9.1.test Writing: nyan-interpolation-core-0.9.1-inplace/Text.Interpolation.Nyan.RModes.CommonExtra.hs.html Writing: nyan-interpolation-core-0.9.1-inplace/Text.Interpolation.Nyan.RModes.Buildable.hs.html Writing: nyan-interpolation-core-0.9.1-inplace/Text.Interpolation.Nyan.Core.Internal.Splice.hs.html Writing: nyan-interpolation-core-0.9.1-inplace/Text.Interpolation.Nyan.Core.Internal.RMode.hs.html Writing: nyan-interpolation-core-0.9.1-inplace/Text.Interpolation.Nyan.Core.Internal.Processor.hs.html Writing: nyan-interpolation-core-0.9.1-inplace/Text.Interpolation.Nyan.Core.Internal.Parser.hs.html Writing: nyan-interpolation-core-0.9.1-inplace/Text.Interpolation.Nyan.Core.Internal.Base.hs.html Writing: nyan-interpolation-core-0.9.1-inplace/Text.Interpolation.Nyan.Core.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/nyan-interpolation-core-0.9.1/noopt/hpc/vanilla/html/nyan-interpolation-core-tests/hpc_index.html 1 of 1 test suites (1 of 1 test cases) passed. Writing: nyan-interpolation-core-0.9.1-inplace/Text.Interpolation.Nyan.RModes.CommonExtra.hs.html Writing: nyan-interpolation-core-0.9.1-inplace/Text.Interpolation.Nyan.RModes.Buildable.hs.html Writing: nyan-interpolation-core-0.9.1-inplace/Text.Interpolation.Nyan.Core.Internal.Splice.hs.html Writing: nyan-interpolation-core-0.9.1-inplace/Text.Interpolation.Nyan.Core.Internal.RMode.hs.html Writing: nyan-interpolation-core-0.9.1-inplace/Text.Interpolation.Nyan.Core.Internal.Processor.hs.html Writing: nyan-interpolation-core-0.9.1-inplace/Text.Interpolation.Nyan.Core.Internal.Parser.hs.html Writing: nyan-interpolation-core-0.9.1-inplace/Text.Interpolation.Nyan.Core.Internal.Base.hs.html Writing: nyan-interpolation-core-0.9.1-inplace/Text.Interpolation.Nyan.Core.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/nyan-interpolation-core-0.9.1/noopt/hpc/vanilla/html/nyan-interpolation-core-0.9.1/hpc_index.html