Resolving dependencies... Build profile: -w ghc-9.8.4 -O0 In order, the following will be built (use -v for more details): - base-orphans-0.9.4 (lib:base-orphans) (requires build) - call-stack-0.4.0 (lib:call-stack) (requires build) - colour-2.3.6 (lib:colour) (requires build) - os-string-2.0.10 (lib:os-string) (requires build) - prettyprinter-1.7.1 (lib:prettyprinter) (requires build) - splitmix-0.1.3.2 (lib:splitmix) (requires build) - tagged-0.8.10 (lib:tagged) (requires build) - HUnit-1.6.2.0 (lib:HUnit) (requires build) - ansi-terminal-types-1.1.3 (lib:ansi-terminal-types) (requires build) - hashable-1.5.1.0 (lib:hashable) (requires build) - random-1.3.1 (lib:random) (requires build) - ansi-terminal-1.1.5 (lib:ansi-terminal) (requires build) - QuickCheck-2.16.0.0 (lib:QuickCheck) (requires build) - prettyprinter-ansi-terminal-1.1.3 (lib:prettyprinter-ansi-terminal) (requires build) - optparse-applicative-0.19.0.0 (lib:optparse-applicative) (requires build) - tasty-1.5.3 (lib:tasty) (requires build) - tasty-quickcheck-0.11.1 (lib:tasty-quickcheck) (requires build) - tasty-hunit-0.10.2 (lib:tasty-hunit) (requires build) - time-compat-1.9.9 (first run) Configuring base-orphans-0.9.4... Preprocessing library for base-orphans-0.9.4.. Building library for base-orphans-0.9.4.. [1 of 2] Compiling Data.Orphans.Prelude ( src/Data/Orphans/Prelude.hs, dist/build/Data/Orphans/Prelude.o, dist/build/Data/Orphans/Prelude.dyn_o ) [2 of 2] Compiling Data.Orphans ( src/Data/Orphans.hs, dist/build/Data/Orphans.o, dist/build/Data/Orphans.dyn_o ) Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2905961/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/base-orphans-0.9.4-79877f679bbc42225dd778cd6eec41b0689c4cefd2e9418917f19b365b322519/lib Configuring call-stack-0.4.0... Preprocessing library for call-stack-0.4.0.. Building library for call-stack-0.4.0.. [1 of 3] Compiling Data.SrcLoc ( src/Data/SrcLoc.hs, dist/build/Data/SrcLoc.o, dist/build/Data/SrcLoc.dyn_o ) [2 of 3] Compiling Data.CallStack ( src/Data/CallStack.hs, dist/build/Data/CallStack.o, dist/build/Data/CallStack.dyn_o ) [3 of 3] Compiling Paths_call_stack ( dist/build/autogen/Paths_call_stack.hs, dist/build/Paths_call_stack.o, dist/build/Paths_call_stack.dyn_o ) Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2905961/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/call-stack-0.4.0-31951dc4e9db177e2ea89098d1122ced7b6da41fd279273945130bdfc91e7098/lib Configuring colour-2.3.6... Preprocessing library for colour-2.3.6.. Building library for colour-2.3.6.. [ 1 of 14] Compiling Data.Colour.CIE.Chromaticity ( Data/Colour/CIE/Chromaticity.hs, dist/build/Data/Colour/CIE/Chromaticity.o, dist/build/Data/Colour/CIE/Chromaticity.dyn_o ) [ 2 of 14] Compiling Data.Colour.CIE.Illuminant ( Data/Colour/CIE/Illuminant.hs, dist/build/Data/Colour/CIE/Illuminant.o, dist/build/Data/Colour/CIE/Illuminant.dyn_o ) [ 3 of 14] Compiling Data.Colour.Chan ( Data/Colour/Chan.hs, dist/build/Data/Colour/Chan.o, dist/build/Data/Colour/Chan.dyn_o ) [ 4 of 14] Compiling Data.Colour.Internal ( Data/Colour/Internal.hs, dist/build/Data/Colour/Internal.o, dist/build/Data/Colour/Internal.dyn_o ) [ 5 of 14] Compiling Data.Colour.Matrix ( Data/Colour/Matrix.hs, dist/build/Data/Colour/Matrix.o, dist/build/Data/Colour/Matrix.dyn_o ) [ 6 of 14] Compiling Data.Colour.RGB ( Data/Colour/RGB.hs, dist/build/Data/Colour/RGB.o, dist/build/Data/Colour/RGB.dyn_o ) [ 7 of 14] Compiling Data.Colour.RGBSpace.HSL ( Data/Colour/RGBSpace/HSL.hs, dist/build/Data/Colour/RGBSpace/HSL.o, dist/build/Data/Colour/RGBSpace/HSL.dyn_o ) [ 8 of 14] Compiling Data.Colour.RGBSpace.HSV ( Data/Colour/RGBSpace/HSV.hs, dist/build/Data/Colour/RGBSpace/HSV.o, dist/build/Data/Colour/RGBSpace/HSV.dyn_o ) [ 9 of 14] Compiling Data.Colour.SRGB.Linear ( Data/Colour/SRGB/Linear.hs, dist/build/Data/Colour/SRGB/Linear.o, dist/build/Data/Colour/SRGB/Linear.dyn_o ) [10 of 14] Compiling Data.Colour.RGBSpace ( Data/Colour/RGBSpace.hs, dist/build/Data/Colour/RGBSpace.o, dist/build/Data/Colour/RGBSpace.dyn_o ) [11 of 14] Compiling Data.Colour.SRGB ( Data/Colour/SRGB.hs, dist/build/Data/Colour/SRGB.o, dist/build/Data/Colour/SRGB.dyn_o ) Data/Colour/SRGB.hs:117:8: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 117 | x' | head x == '#' = tail x | ^^^^ Data/Colour/SRGB.hs:117:24: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 117 | x' | head x == '#' = tail x | ^^^^ Data/Colour/SRGB.hs:127:50: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 127 | sRGB24read x | length rx /= 1 || not (null (snd (head rx))) = | ^^^^ Data/Colour/SRGB.hs:129:33: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 129 | | otherwise = fst (head rx) | ^^^^ [12 of 14] Compiling Data.Colour ( Data/Colour.hs, dist/build/Data/Colour.o, dist/build/Data/Colour.dyn_o ) [13 of 14] Compiling Data.Colour.Names ( Data/Colour/Names.hs, dist/build/Data/Colour/Names.o, dist/build/Data/Colour/Names.dyn_o ) [14 of 14] Compiling Data.Colour.CIE ( Data/Colour/CIE.hs, dist/build/Data/Colour/CIE.o, dist/build/Data/Colour/CIE.dyn_o ) Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2905961/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/colour-2.3.6-1bc3273789052b388bc71f53ac10a073cc4a30f03a6584dc6f830ef26e23fa37/lib Configuring os-string-2.0.10... Preprocessing library for os-string-2.0.10.. Building library for os-string-2.0.10.. [ 1 of 11] Compiling System.OsString.Data.ByteString.Short.Internal ( System/OsString/Data/ByteString/Short/Internal.hs, dist/build/System/OsString/Data/ByteString/Short/Internal.o, dist/build/System/OsString/Data/ByteString/Short/Internal.dyn_o ) [ 2 of 11] Compiling System.OsString.Data.ByteString.Short ( System/OsString/Data/ByteString/Short.hs, dist/build/System/OsString/Data/ByteString/Short.o, dist/build/System/OsString/Data/ByteString/Short.dyn_o ) [ 3 of 11] Compiling System.OsString.Data.ByteString.Short.Word16 ( System/OsString/Data/ByteString/Short/Word16.hs, dist/build/System/OsString/Data/ByteString/Short/Word16.o, dist/build/System/OsString/Data/ByteString/Short/Word16.dyn_o ) [ 4 of 11] Compiling System.OsString.Internal.Exception ( System/OsString/Internal/Exception.hs, dist/build/System/OsString/Internal/Exception.o, dist/build/System/OsString/Internal/Exception.dyn_o ) [ 5 of 11] Compiling System.OsString.Encoding.Internal ( System/OsString/Encoding/Internal.hs, dist/build/System/OsString/Encoding/Internal.o, dist/build/System/OsString/Encoding/Internal.dyn_o ) System/OsString/Encoding/Internal.hs:27:42: warning: [GHC-38856] [-Wunused-imports] The import of try from module Control.Exception is redundant | 27 | import Control.Exception (SomeException, try, Exception (displayException), evaluate) | ^^^ [ 6 of 11] Compiling System.OsString.Encoding ( System/OsString/Encoding.hs, dist/build/System/OsString/Encoding.o, dist/build/System/OsString/Encoding.dyn_o ) [ 7 of 11] Compiling System.OsString.Internal.Types ( System/OsString/Internal/Types.hs, dist/build/System/OsString/Internal/Types.o, dist/build/System/OsString/Internal/Types.dyn_o ) System/OsString/Internal/Types.hs:38:42: warning: [GHC-38856] [-Wunused-imports] The import of coerceWith from module Data.Type.Coercion is redundant | 38 | import Data.Type.Coercion (Coercion(..), coerceWith) | ^^^^^^^^^^ [ 8 of 11] Compiling System.OsString.Posix ( System/OsString/Posix.hs, dist/build/System/OsString/Posix.o, dist/build/System/OsString/Posix.dyn_o ) [ 9 of 11] Compiling System.OsString.Internal ( System/OsString/Internal.hs, dist/build/System/OsString/Internal.o, dist/build/System/OsString/Internal.dyn_o ) [10 of 11] Compiling System.OsString ( System/OsString.hs, dist/build/System/OsString.o, dist/build/System/OsString.dyn_o ) [11 of 11] Compiling System.OsString.Windows ( System/OsString/Windows.hs, dist/build/System/OsString/Windows.o, dist/build/System/OsString/Windows.dyn_o ) Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2905961/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/os-string-2.0.10-f12ea67dd82de12610e66d56ef0452222cfa07c747b5d8c84184df4c0277d8f3/lib Configuring prettyprinter-1.7.1... Preprocessing library for prettyprinter-1.7.1.. Building library for prettyprinter-1.7.1.. [ 1 of 28] Compiling Prettyprinter.Render.Util.Panic ( src/Prettyprinter/Render/Util/Panic.hs, dist/build/Prettyprinter/Render/Util/Panic.o, dist/build/Prettyprinter/Render/Util/Panic.dyn_o ) [ 2 of 28] Compiling Prettyprinter.Internal ( src/Prettyprinter/Internal.hs, dist/build/Prettyprinter/Internal.o, dist/build/Prettyprinter/Internal.dyn_o ) [ 3 of 28] Compiling Prettyprinter.Render.String ( src/Prettyprinter/Render/String.hs, dist/build/Prettyprinter/Render/String.o, dist/build/Prettyprinter/Render/String.dyn_o ) [ 4 of 28] Compiling Data.Text.Prettyprint.Doc.Render.String ( src/Data/Text/Prettyprint/Doc/Render/String.hs, dist/build/Data/Text/Prettyprint/Doc/Render/String.o, dist/build/Data/Text/Prettyprint/Doc/Render/String.dyn_o ) [ 5 of 28] Compiling Prettyprinter.Internal.Type ( src/Prettyprinter/Internal/Type.hs, dist/build/Prettyprinter/Internal/Type.o, dist/build/Prettyprinter/Internal/Type.dyn_o ) [ 6 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Type ( src/Data/Text/Prettyprint/Doc/Internal/Type.hs, dist/build/Data/Text/Prettyprint/Doc/Internal/Type.o, dist/build/Data/Text/Prettyprint/Doc/Internal/Type.dyn_o ) [ 7 of 28] Compiling Prettyprinter.Internal.Debug ( src/Prettyprinter/Internal/Debug.hs, dist/build/Prettyprinter/Internal/Debug.o, dist/build/Prettyprinter/Internal/Debug.dyn_o ) [ 8 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Debug ( src/Data/Text/Prettyprint/Doc/Internal/Debug.hs, dist/build/Data/Text/Prettyprint/Doc/Internal/Debug.o, dist/build/Data/Text/Prettyprint/Doc/Internal/Debug.dyn_o ) [ 9 of 28] Compiling Data.Text.Prettyprint.Doc.Internal ( src/Data/Text/Prettyprint/Doc/Internal.hs, dist/build/Data/Text/Prettyprint/Doc/Internal.o, dist/build/Data/Text/Prettyprint/Doc/Internal.dyn_o ) [10 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.Panic ( src/Data/Text/Prettyprint/Doc/Render/Util/Panic.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Util/Panic.o, dist/build/Data/Text/Prettyprint/Doc/Render/Util/Panic.dyn_o ) [11 of 28] Compiling Prettyprinter.Render.Util.StackMachine ( src/Prettyprinter/Render/Util/StackMachine.hs, dist/build/Prettyprinter/Render/Util/StackMachine.o, dist/build/Prettyprinter/Render/Util/StackMachine.dyn_o ) src/Prettyprinter/Render/Util/StackMachine.hs:34:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 34 | import Control.Applicative | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [12 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.StackMachine ( src/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.o, dist/build/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.dyn_o ) [13 of 28] Compiling Prettyprinter.Symbols.Ascii ( src/Prettyprinter/Symbols/Ascii.hs, dist/build/Prettyprinter/Symbols/Ascii.o, dist/build/Prettyprinter/Symbols/Ascii.dyn_o ) [14 of 28] Compiling Prettyprinter ( src/Prettyprinter.hs, dist/build/Prettyprinter.o, dist/build/Prettyprinter.dyn_o ) [15 of 28] Compiling Prettyprinter.Render.Util.SimpleDocTree ( src/Prettyprinter/Render/Util/SimpleDocTree.hs, dist/build/Prettyprinter/Render/Util/SimpleDocTree.o, dist/build/Prettyprinter/Render/Util/SimpleDocTree.dyn_o ) [16 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.SimpleDocTree ( src/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.o, dist/build/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.dyn_o ) [17 of 28] Compiling Prettyprinter.Render.Tutorials.TreeRenderingTutorial ( src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs, dist/build/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.o, dist/build/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.dyn_o ) [18 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.TreeRenderingTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.o, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.dyn_o ) [19 of 28] Compiling Prettyprinter.Render.Tutorials.StackMachineTutorial ( src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs, dist/build/Prettyprinter/Render/Tutorials/StackMachineTutorial.o, dist/build/Prettyprinter/Render/Tutorials/StackMachineTutorial.dyn_o ) [20 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.StackMachineTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.o, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.dyn_o ) src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs:7:1: warning: [GHC-15328] [-Wdeprecations] Module Prettyprinter.Render.Tutorials.StackMachineTutorial is deprecated: "Writing your own stack machine is probably more efficient and customizable; also consider using »renderSimplyDecorated(A)« instead" | 7 | import Prettyprinter.Render.Tutorials.StackMachineTutorial | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [21 of 28] Compiling Prettyprinter.Render.Text ( src/Prettyprinter/Render/Text.hs, dist/build/Prettyprinter/Render/Text.o, dist/build/Prettyprinter/Render/Text.dyn_o ) [22 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Text ( src/Data/Text/Prettyprint/Doc/Render/Text.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Text.o, dist/build/Data/Text/Prettyprint/Doc/Render/Text.dyn_o ) [23 of 28] Compiling Data.Text.Prettyprint.Doc ( src/Data/Text/Prettyprint/Doc.hs, dist/build/Data/Text/Prettyprint/Doc.o, dist/build/Data/Text/Prettyprint/Doc.dyn_o ) [24 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Ascii ( src/Data/Text/Prettyprint/Doc/Symbols/Ascii.hs, dist/build/Data/Text/Prettyprint/Doc/Symbols/Ascii.o, dist/build/Data/Text/Prettyprint/Doc/Symbols/Ascii.dyn_o ) [25 of 28] Compiling Prettyprinter.Symbols.Unicode ( src/Prettyprinter/Symbols/Unicode.hs, dist/build/Prettyprinter/Symbols/Unicode.o, dist/build/Prettyprinter/Symbols/Unicode.dyn_o ) [26 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Unicode ( src/Data/Text/Prettyprint/Doc/Symbols/Unicode.hs, dist/build/Data/Text/Prettyprint/Doc/Symbols/Unicode.o, dist/build/Data/Text/Prettyprint/Doc/Symbols/Unicode.dyn_o ) [27 of 28] Compiling Prettyprinter.Util ( src/Prettyprinter/Util.hs, dist/build/Prettyprinter/Util.o, dist/build/Prettyprinter/Util.dyn_o ) [28 of 28] Compiling Data.Text.Prettyprint.Doc.Util ( src/Data/Text/Prettyprint/Doc/Util.hs, dist/build/Data/Text/Prettyprint/Doc/Util.o, dist/build/Data/Text/Prettyprint/Doc/Util.dyn_o ) Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2905961/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/prettyprinter-1.7.1-698f6d27ba9dc4afb698ee24b5b7298b328c15147c4c3170a4fd72165e2b9672/lib Configuring splitmix-0.1.3.2... Preprocessing library for splitmix-0.1.3.2.. Building library for splitmix-0.1.3.2.. [1 of 3] Compiling System.Random.SplitMix.Init ( src/System/Random/SplitMix/Init.hs, dist/build/System/Random/SplitMix/Init.o, dist/build/System/Random/SplitMix/Init.dyn_o ) [2 of 3] Compiling System.Random.SplitMix ( src/System/Random/SplitMix.hs, dist/build/System/Random/SplitMix.o, dist/build/System/Random/SplitMix.dyn_o ) [3 of 3] Compiling System.Random.SplitMix32 ( src/System/Random/SplitMix32.hs, dist/build/System/Random/SplitMix32.o, dist/build/System/Random/SplitMix32.dyn_o ) Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2905961/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/splitmix-0.1.3.2-58699aacc13c4e36b3742000d11b8933a456dac329521aa0a8cb8d048d296d12/lib Configuring tagged-0.8.10... Preprocessing library for tagged-0.8.10.. Building library for tagged-0.8.10.. [1 of 2] Compiling Data.Proxy.TH ( src/Data/Proxy/TH.hs, dist/build/Data/Proxy/TH.o, dist/build/Data/Proxy/TH.dyn_o ) [2 of 2] Compiling Data.Tagged ( src/Data/Tagged.hs, dist/build/Data/Tagged.o, dist/build/Data/Tagged.dyn_o ) Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2905961/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/tagged-0.8.10-d8f38d28f2284a560b1ceb6070dcddfb4739abac1a2fe09879be9639389a491b/lib Configuring HUnit-1.6.2.0... Preprocessing library for HUnit-1.6.2.0.. Building library for HUnit-1.6.2.0.. [1 of 6] Compiling Paths_HUnit ( dist/build/autogen/Paths_HUnit.hs, dist/build/Paths_HUnit.o, dist/build/Paths_HUnit.dyn_o ) [2 of 6] Compiling Test.HUnit.Lang ( src/Test/HUnit/Lang.hs, dist/build/Test/HUnit/Lang.o, dist/build/Test/HUnit/Lang.dyn_o ) [3 of 6] Compiling Test.HUnit.Base ( src/Test/HUnit/Base.hs, dist/build/Test/HUnit/Base.o, dist/build/Test/HUnit/Base.dyn_o ) [4 of 6] Compiling Test.HUnit.Terminal ( src/Test/HUnit/Terminal.hs, dist/build/Test/HUnit/Terminal.o, dist/build/Test/HUnit/Terminal.dyn_o ) src/Test/HUnit/Terminal.hs:41:41: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 41 | | otherwise = ta f (c:bs) (tail as) cs | ^^^^ [5 of 6] Compiling Test.HUnit.Text ( src/Test/HUnit/Text.hs, dist/build/Test/HUnit/Text.o, dist/build/Test/HUnit/Text.dyn_o ) [6 of 6] Compiling Test.HUnit ( src/Test/HUnit.hs, dist/build/Test/HUnit.o, dist/build/Test/HUnit.dyn_o ) Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2905961/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/HUnit-1.6.2.0-aa8518921a665b3ce3b9f7f0c7a8a7fa42d03d10681bd5ecec8be730444183ec/lib Configuring ansi-terminal-types-1.1.3... Preprocessing library for ansi-terminal-types-1.1.3.. Building library for ansi-terminal-types-1.1.3.. [1 of 2] Compiling System.Console.ANSI.Types ( src/System/Console/ANSI/Types.hs, dist/build/System/Console/ANSI/Types.o, dist/build/System/Console/ANSI/Types.dyn_o ) [2 of 2] Compiling System.Console.ANSI.Codes ( src/System/Console/ANSI/Codes.hs, dist/build/System/Console/ANSI/Codes.o, dist/build/System/Console/ANSI/Codes.dyn_o ) Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2905961/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/ansi-terminal-types-1.1.3-c12c865b524456654e5c4f96ba48bd4de2b3c32e05f6a73c62f9e7fb6779ef8a/lib Configuring hashable-1.5.1.0... Preprocessing library for hashable-1.5.1.0.. Building library for hashable-1.5.1.0.. [ 1 of 10] Compiling Data.Hashable.FFI ( src/Data/Hashable/FFI.hs, dist/build/Data/Hashable/FFI.o, dist/build/Data/Hashable/FFI.dyn_o ) [ 2 of 10] Compiling Data.Hashable.Imports ( src/Data/Hashable/Imports.hs, dist/build/Data/Hashable/Imports.o, dist/build/Data/Hashable/Imports.dyn_o ) [ 3 of 10] Compiling Data.Hashable.Mix ( src/Data/Hashable/Mix.hs, dist/build/Data/Hashable/Mix.o, dist/build/Data/Hashable/Mix.dyn_o ) [ 4 of 10] Compiling Data.Hashable.XXH3 ( src/Data/Hashable/XXH3.hs, dist/build/Data/Hashable/XXH3.o, dist/build/Data/Hashable/XXH3.dyn_o ) [ 5 of 10] Compiling Data.Hashable.LowLevel ( src/Data/Hashable/LowLevel.hs, dist/build/Data/Hashable/LowLevel.o, dist/build/Data/Hashable/LowLevel.dyn_o ) [ 6 of 10] Compiling Data.Hashable.Class ( src/Data/Hashable/Class.hs, dist/build/Data/Hashable/Class.o, dist/build/Data/Hashable/Class.dyn_o ) [ 7 of 10] Compiling Data.Hashable.Lifted ( src/Data/Hashable/Lifted.hs, dist/build/Data/Hashable/Lifted.o, dist/build/Data/Hashable/Lifted.dyn_o ) [ 8 of 10] Compiling Data.Hashable.Generic.Instances ( src/Data/Hashable/Generic/Instances.hs, dist/build/Data/Hashable/Generic/Instances.o, dist/build/Data/Hashable/Generic/Instances.dyn_o ) src/Data/Hashable/Generic/Instances.hs:5:14: warning: [GHC-19244] [-Wtrustworthy-safe] Data.Hashable.Generic.Instances is marked as Trustworthy but has been inferred as safe! | 5 | {-# LANGUAGE Trustworthy #-} | ^^^^^^^^^^^ [ 9 of 10] Compiling Data.Hashable.Generic ( src/Data/Hashable/Generic.hs, dist/build/Data/Hashable/Generic.o, dist/build/Data/Hashable/Generic.dyn_o ) [10 of 10] Compiling Data.Hashable ( src/Data/Hashable.hs, dist/build/Data/Hashable.o, dist/build/Data/Hashable.dyn_o ) Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2905961/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/hashable-1.5.1.0-4da60f10d75ed27ec8403828612b3b4cd57fe6110b58f47d062bc6959840bff0/lib Configuring random-1.3.1... Preprocessing library for random-1.3.1.. Building library for random-1.3.1.. [1 of 6] Compiling System.Random.Array ( src/System/Random/Array.hs, dist/build/System/Random/Array.o, dist/build/System/Random/Array.dyn_o ) [2 of 6] Compiling System.Random.GFinite ( src/System/Random/GFinite.hs, dist/build/System/Random/GFinite.o, dist/build/System/Random/GFinite.dyn_o ) [3 of 6] Compiling System.Random.Internal ( src/System/Random/Internal.hs, dist/build/System/Random/Internal.o, dist/build/System/Random/Internal.dyn_o ) [4 of 6] Compiling System.Random.Seed ( src/System/Random/Seed.hs, dist/build/System/Random/Seed.o, dist/build/System/Random/Seed.dyn_o ) [5 of 6] Compiling System.Random ( src/System/Random.hs, dist/build/System/Random.o, dist/build/System/Random.dyn_o ) [6 of 6] Compiling System.Random.Stateful ( src/System/Random/Stateful.hs, dist/build/System/Random/Stateful.o, dist/build/System/Random/Stateful.dyn_o ) Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2905961/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/random-1.3.1-79b1fed16911015b00c8c7a45b14fb4ffea87308faf27dc110c73daa7a9a78c6/lib Configuring ansi-terminal-1.1.5... Preprocessing library for ansi-terminal-1.1.5.. Building library for ansi-terminal-1.1.5.. [1 of 2] Compiling System.Console.ANSI.Internal ( unix/System/Console/ANSI/Internal.hs, dist/build/System/Console/ANSI/Internal.o, dist/build/System/Console/ANSI/Internal.dyn_o ) [2 of 2] Compiling System.Console.ANSI ( src/System/Console/ANSI.hs, dist/build/System/Console/ANSI.o, dist/build/System/Console/ANSI.dyn_o ) Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2905961/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/ansi-terminal-1.1.5-2873f2d80fbc808c646b2811834e8b7f6b7c1b9e8a83ce054930149c491b7ed4/lib Configuring QuickCheck-2.16.0.0... Preprocessing library for QuickCheck-2.16.0.0.. Building library for QuickCheck-2.16.0.0.. [ 1 of 17] Compiling Test.QuickCheck.Exception ( src/Test/QuickCheck/Exception.hs, dist/build/Test/QuickCheck/Exception.o, dist/build/Test/QuickCheck/Exception.dyn_o ) [ 2 of 17] Compiling Test.QuickCheck.Random ( src/Test/QuickCheck/Random.hs, dist/build/Test/QuickCheck/Random.o, dist/build/Test/QuickCheck/Random.dyn_o ) src/Test/QuickCheck/Random.hs:50:37: warning: [GHC-68441] [-Wdeprecations] In the use of genShortByteString (imported from System.Random, but defined in System.Random.Internal): Deprecated: "In favor of `System.Random.uniformShortByteString`" | 50 | genShortByteString n = wrapQCGen (genShortByteString n) | ^^^^^^^^^^^^^^^^^^ src/Test/QuickCheck/Random.hs:83:16: warning: [GHC-68441] [-Wdeprecations] In the use of split (imported from System.Random, but defined in System.Random.Internal): Deprecated: "In favor of `splitGen`" | 83 | left = fst . split | ^^^^^ src/Test/QuickCheck/Random.hs:84:17: warning: [GHC-68441] [-Wdeprecations] In the use of split (imported from System.Random, but defined in System.Random.Internal): Deprecated: "In favor of `splitGen`" | 84 | right = snd . split | ^^^^^ [ 3 of 17] Compiling Test.QuickCheck.Gen ( src/Test/QuickCheck/Gen.hs, dist/build/Test/QuickCheck/Gen.o, dist/build/Test/QuickCheck/Gen.dyn_o ) src/Test/QuickCheck/Gen.hs:92:12: warning: [GHC-68441] [-Wdeprecations] In the use of split (imported from System.Random, but defined in System.Random.Internal): Deprecated: "In favor of `splitGen`" | 92 | case split r of | ^^^^^ [ 4 of 17] Compiling Test.QuickCheck.Gen.Unsafe ( src/Test/QuickCheck/Gen/Unsafe.hs, dist/build/Test/QuickCheck/Gen/Unsafe.o, dist/build/Test/QuickCheck/Gen/Unsafe.dyn_o ) [ 5 of 17] Compiling Test.QuickCheck.Arbitrary ( src/Test/QuickCheck/Arbitrary.hs, dist/build/Test/QuickCheck/Arbitrary.o, dist/build/Test/QuickCheck/Arbitrary.dyn_o ) [ 6 of 17] Compiling Test.QuickCheck.Poly ( src/Test/QuickCheck/Poly.hs, dist/build/Test/QuickCheck/Poly.o, dist/build/Test/QuickCheck/Poly.dyn_o ) [ 7 of 17] Compiling Test.QuickCheck.Modifiers ( src/Test/QuickCheck/Modifiers.hs, dist/build/Test/QuickCheck/Modifiers.o, dist/build/Test/QuickCheck/Modifiers.dyn_o ) [ 8 of 17] Compiling Test.QuickCheck.Function ( src/Test/QuickCheck/Function.hs, dist/build/Test/QuickCheck/Function.o, dist/build/Test/QuickCheck/Function.dyn_o ) [ 9 of 17] Compiling Test.QuickCheck.Text ( src/Test/QuickCheck/Text.hs, dist/build/Test/QuickCheck/Text.o, dist/build/Test/QuickCheck/Text.dyn_o ) [10 of 17] Compiling Test.QuickCheck.State ( src/Test/QuickCheck/State.hs, dist/build/Test/QuickCheck/State.o, dist/build/Test/QuickCheck/State.dyn_o ) [11 of 17] Compiling Test.QuickCheck.Property ( src/Test/QuickCheck/Property.hs, dist/build/Test/QuickCheck/Property.o, dist/build/Test/QuickCheck/Property.dyn_o ) [12 of 17] Compiling Test.QuickCheck.Test ( src/Test/QuickCheck/Test.hs, dist/build/Test/QuickCheck/Test.o, dist/build/Test/QuickCheck/Test.dyn_o ) src/Test/QuickCheck/Test.hs:501:17: warning: [GHC-68441] [-Wdeprecations] In the use of split (imported from System.Random, but defined in System.Random.Internal): Deprecated: "In favor of `splitGen`" | 501 | (rnd1,rnd2) = split (randomSeed st) | ^^^^^ [13 of 17] Compiling Test.QuickCheck.Monoids ( src/Test/QuickCheck/Monoids.hs, dist/build/Test/QuickCheck/Monoids.o, dist/build/Test/QuickCheck/Monoids.dyn_o ) [14 of 17] Compiling Test.QuickCheck.Monadic ( src/Test/QuickCheck/Monadic.hs, dist/build/Test/QuickCheck/Monadic.o, dist/build/Test/QuickCheck/Monadic.dyn_o ) [15 of 17] Compiling Test.QuickCheck.All ( src/Test/QuickCheck/All.hs, dist/build/Test/QuickCheck/All.o, dist/build/Test/QuickCheck/All.dyn_o ) [16 of 17] Compiling Test.QuickCheck.Features ( src/Test/QuickCheck/Features.hs, dist/build/Test/QuickCheck/Features.o, dist/build/Test/QuickCheck/Features.dyn_o ) [17 of 17] Compiling Test.QuickCheck ( src/Test/QuickCheck.hs, dist/build/Test/QuickCheck.o, dist/build/Test/QuickCheck.dyn_o ) Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2905961/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/QuickCheck-2.16.0.0-b3e7dbf34d6bc99a412ba965f289dbec2fa51ab18f842b8d6b3e5a118eb2289a/lib Configuring prettyprinter-ansi-terminal-1.1.3... Preprocessing library for prettyprinter-ansi-terminal-1.1.3.. Building library for prettyprinter-ansi-terminal-1.1.3.. [1 of 4] Compiling Prettyprinter.Render.Terminal.Internal ( src/Prettyprinter/Render/Terminal/Internal.hs, dist/build/Prettyprinter/Render/Terminal/Internal.o, dist/build/Prettyprinter/Render/Terminal/Internal.dyn_o ) [2 of 4] Compiling Prettyprinter.Render.Terminal ( src/Prettyprinter/Render/Terminal.hs, dist/build/Prettyprinter/Render/Terminal.o, dist/build/Prettyprinter/Render/Terminal.dyn_o ) [3 of 4] Compiling Data.Text.Prettyprint.Doc.Render.Terminal ( src/Data/Text/Prettyprint/Doc/Render/Terminal.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Terminal.o, dist/build/Data/Text/Prettyprint/Doc/Render/Terminal.dyn_o ) [4 of 4] Compiling Data.Text.Prettyprint.Doc.Render.Terminal.Internal ( src/Data/Text/Prettyprint/Doc/Render/Terminal/Internal.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Terminal/Internal.o, dist/build/Data/Text/Prettyprint/Doc/Render/Terminal/Internal.dyn_o ) Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2905961/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/prettyprinter-ansi-terminal-1.1.3-174dbf53220eb3e988f9b1c04bb100c2060a02ca37bc97c07282211ef4d706f7/lib Configuring optparse-applicative-0.19.0.0... Preprocessing library for optparse-applicative-0.19.0.0.. Building library for optparse-applicative-0.19.0.0.. [ 1 of 17] Compiling Options.Applicative.Help.Levenshtein ( src/Options/Applicative/Help/Levenshtein.hs, dist/build/Options/Applicative/Help/Levenshtein.o, dist/build/Options/Applicative/Help/Levenshtein.dyn_o ) src/Options/Applicative/Help/Levenshtein.hs:24:20: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 24 | oneDiag a b (head uppers) (-1 : head lowers) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:24:39: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 24 | oneDiag a b (head uppers) (-1 : head lowers) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:40:53: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 40 | = nw : doDiag (ach' : as) (bch' : bs) nw (tail n) (tail w) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:40:62: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 40 | = nw : doDiag (ach' : as) (bch' : bs) nw (tail n) (tail w) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:48:27: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 48 | 1 + min3 (head w) nw (head n) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:48:39: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 48 | 1 + min3 (head w) nw (head n) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:50:35: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 50 | me : doDiag as bs me (tail n) (tail w) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:50:44: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 50 | me : doDiag as bs me (tail n) (tail w) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:52:24: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 52 | firstelt = 1 + head diagBelow | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:53:64: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 53 | thisdiag = firstelt : doDiag a' b' firstelt diagAbove (tail diagBelow) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:59:20: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 59 | nextDiag = head (tail diags) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:59:26: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 59 | nextDiag = head (tail diags) | ^^^^ [ 2 of 17] Compiling Options.Applicative.Help.Pretty ( src/Options/Applicative/Help/Pretty.hs, dist/build/Options/Applicative/Help/Pretty.o, dist/build/Options/Applicative/Help/Pretty.dyn_o ) [ 3 of 17] Compiling Options.Applicative.Help.Chunk ( src/Options/Applicative/Help/Chunk.hs, dist/build/Options/Applicative/Help/Chunk.o, dist/build/Options/Applicative/Help/Chunk.dyn_o ) [ 4 of 17] Compiling Options.Applicative.Help.Types ( src/Options/Applicative/Help/Types.hs, dist/build/Options/Applicative/Help/Types.o, dist/build/Options/Applicative/Help/Types.dyn_o ) [ 5 of 17] Compiling Options.Applicative.Types ( src/Options/Applicative/Types.hs, dist/build/Options/Applicative/Types.o, dist/build/Options/Applicative/Types.dyn_o ) src/Options/Applicative/Types.hs:59:31: warning: [GHC-61689] [-Wdodgy-imports] Module Data.Semigroup does not export Option. | 59 | import Data.Semigroup hiding (Option) | ^^^^^^ [ 6 of 17] Compiling Options.Applicative.NonEmpty ( src/Options/Applicative/NonEmpty.hs, dist/build/Options/Applicative/NonEmpty.o, dist/build/Options/Applicative/NonEmpty.dyn_o ) [ 7 of 17] Compiling Options.Applicative.Internal ( src/Options/Applicative/Internal.hs, dist/build/Options/Applicative/Internal.o, dist/build/Options/Applicative/Internal.dyn_o ) [ 8 of 17] Compiling Options.Applicative.Common ( src/Options/Applicative/Common.hs, dist/build/Options/Applicative/Common.o, dist/build/Options/Applicative/Common.dyn_o ) [ 9 of 17] Compiling Options.Applicative.Help.Core ( src/Options/Applicative/Help/Core.hs, dist/build/Options/Applicative/Help/Core.o, dist/build/Options/Applicative/Help/Core.dyn_o ) [10 of 17] Compiling Options.Applicative.Help ( src/Options/Applicative/Help.hs, dist/build/Options/Applicative/Help.o, dist/build/Options/Applicative/Help.dyn_o ) [11 of 17] Compiling Options.Applicative.Builder.Internal ( src/Options/Applicative/Builder/Internal.hs, dist/build/Options/Applicative/Builder/Internal.o, dist/build/Options/Applicative/Builder/Internal.dyn_o ) src/Options/Applicative/Builder/Internal.hs:29:31: warning: [GHC-61689] [-Wdodgy-imports] Module Data.Semigroup does not export Option. | 29 | import Data.Semigroup hiding (Option) | ^^^^^^ [12 of 17] Compiling Options.Applicative.Builder.Completer ( src/Options/Applicative/Builder/Completer.hs, dist/build/Options/Applicative/Builder/Completer.o, dist/build/Options/Applicative/Builder/Completer.dyn_o ) [13 of 17] Compiling Options.Applicative.Builder ( src/Options/Applicative/Builder.hs, dist/build/Options/Applicative/Builder.o, dist/build/Options/Applicative/Builder.dyn_o ) [14 of 17] Compiling Options.Applicative.BashCompletion ( src/Options/Applicative/BashCompletion.hs, dist/build/Options/Applicative/BashCompletion.o, dist/build/Options/Applicative/BashCompletion.dyn_o ) src/Options/Applicative/BashCompletion.hs:16:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Foldable is redundant except perhaps to import instances from Data.Foldable To import instances alone, use: import Data.Foldable() | 16 | import Data.Foldable ( asum ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [15 of 17] Compiling Options.Applicative.Extra ( src/Options/Applicative/Extra.hs, dist/build/Options/Applicative/Extra.o, dist/build/Options/Applicative/Extra.dyn_o ) [16 of 17] Compiling Options.Applicative ( src/Options/Applicative.hs, dist/build/Options/Applicative.o, dist/build/Options/Applicative.dyn_o ) [17 of 17] Compiling Options.Applicative.Arrows ( src/Options/Applicative/Arrows.hs, dist/build/Options/Applicative/Arrows.o, dist/build/Options/Applicative/Arrows.dyn_o ) Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2905961/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/optparse-applicative-0.19.0.0-85c4c5bc5b542507410119965c97fa076b98f4bb6741470a24b912edfdbd6b48/lib Configuring tasty-1.5.3... Preprocessing library for tasty-1.5.3.. Building library for tasty-1.5.3.. [ 1 of 25] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.hs, dist/build/Control/Concurrent/Async.o, dist/build/Control/Concurrent/Async.dyn_o ) [ 2 of 25] Compiling Test.Tasty.Options ( Test/Tasty/Options.hs, dist/build/Test/Tasty/Options.o, dist/build/Test/Tasty/Options.dyn_o ) [ 3 of 25] Compiling Test.Tasty.Parallel ( Test/Tasty/Parallel.hs, dist/build/Test/Tasty/Parallel.o, dist/build/Test/Tasty/Parallel.dyn_o ) [ 4 of 25] Compiling Test.Tasty.Patterns.Expr ( Test/Tasty/Patterns/Expr.hs, dist/build/Test/Tasty/Patterns/Expr.o, dist/build/Test/Tasty/Patterns/Expr.dyn_o ) [ 5 of 25] Compiling Test.Tasty.Patterns.Types ( Test/Tasty/Patterns/Types.hs, dist/build/Test/Tasty/Patterns/Types.o, dist/build/Test/Tasty/Patterns/Types.dyn_o ) [ 6 of 25] Compiling Test.Tasty.Patterns.Printer ( Test/Tasty/Patterns/Printer.hs, dist/build/Test/Tasty/Patterns/Printer.o, dist/build/Test/Tasty/Patterns/Printer.dyn_o ) [ 7 of 25] Compiling Test.Tasty.Patterns.Parser ( Test/Tasty/Patterns/Parser.hs, dist/build/Test/Tasty/Patterns/Parser.o, dist/build/Test/Tasty/Patterns/Parser.dyn_o ) [ 8 of 25] Compiling Test.Tasty.Patterns.Eval ( Test/Tasty/Patterns/Eval.hs, dist/build/Test/Tasty/Patterns/Eval.o, dist/build/Test/Tasty/Patterns/Eval.dyn_o ) [ 9 of 25] Compiling Test.Tasty.Patterns ( Test/Tasty/Patterns.hs, dist/build/Test/Tasty/Patterns.o, dist/build/Test/Tasty/Patterns.dyn_o ) [10 of 25] Compiling Test.Tasty.Options.Core ( Test/Tasty/Options/Core.hs, dist/build/Test/Tasty/Options/Core.o, dist/build/Test/Tasty/Options/Core.dyn_o ) [11 of 25] Compiling Test.Tasty.Providers.ConsoleFormat ( Test/Tasty/Providers/ConsoleFormat.hs, dist/build/Test/Tasty/Providers/ConsoleFormat.o, dist/build/Test/Tasty/Providers/ConsoleFormat.dyn_o ) [12 of 25] Compiling Test.Tasty.Core ( Test/Tasty/Core.hs, dist/build/Test/Tasty/Core.o, dist/build/Test/Tasty/Core.dyn_o ) [13 of 25] Compiling Test.Tasty.Providers ( Test/Tasty/Providers.hs, dist/build/Test/Tasty/Providers.o, dist/build/Test/Tasty/Providers.dyn_o ) [14 of 25] Compiling Test.Tasty.Runners.Reducers ( Test/Tasty/Runners/Reducers.hs, dist/build/Test/Tasty/Runners/Reducers.o, dist/build/Test/Tasty/Runners/Reducers.dyn_o ) [15 of 25] Compiling Test.Tasty.Runners.Utils ( Test/Tasty/Runners/Utils.hs, dist/build/Test/Tasty/Runners/Utils.o, dist/build/Test/Tasty/Runners/Utils.dyn_o ) [16 of 25] Compiling Test.Tasty.Run ( Test/Tasty/Run.hs, dist/build/Test/Tasty/Run.o, dist/build/Test/Tasty/Run.dyn_o ) [17 of 25] Compiling Test.Tasty.Ingredients ( Test/Tasty/Ingredients.hs, dist/build/Test/Tasty/Ingredients.o, dist/build/Test/Tasty/Ingredients.dyn_o ) [18 of 25] Compiling Test.Tasty.Options.Env ( Test/Tasty/Options/Env.hs, dist/build/Test/Tasty/Options/Env.o, dist/build/Test/Tasty/Options/Env.dyn_o ) [19 of 25] Compiling Test.Tasty.Ingredients.ListTests ( Test/Tasty/Ingredients/ListTests.hs, dist/build/Test/Tasty/Ingredients/ListTests.o, dist/build/Test/Tasty/Ingredients/ListTests.dyn_o ) [20 of 25] Compiling Test.Tasty.Ingredients.IncludingOptions ( Test/Tasty/Ingredients/IncludingOptions.hs, dist/build/Test/Tasty/Ingredients/IncludingOptions.o, dist/build/Test/Tasty/Ingredients/IncludingOptions.dyn_o ) [21 of 25] Compiling Test.Tasty.Ingredients.ConsoleReporter ( Test/Tasty/Ingredients/ConsoleReporter.hs, dist/build/Test/Tasty/Ingredients/ConsoleReporter.o, dist/build/Test/Tasty/Ingredients/ConsoleReporter.dyn_o ) [22 of 25] Compiling Test.Tasty.Ingredients.Basic ( Test/Tasty/Ingredients/Basic.hs, dist/build/Test/Tasty/Ingredients/Basic.o, dist/build/Test/Tasty/Ingredients/Basic.dyn_o ) [23 of 25] Compiling Test.Tasty.CmdLine ( Test/Tasty/CmdLine.hs, dist/build/Test/Tasty/CmdLine.o, dist/build/Test/Tasty/CmdLine.dyn_o ) [24 of 25] Compiling Test.Tasty.Runners ( Test/Tasty/Runners.hs, dist/build/Test/Tasty/Runners.o, dist/build/Test/Tasty/Runners.dyn_o ) [25 of 25] Compiling Test.Tasty ( Test/Tasty.hs, dist/build/Test/Tasty.o, dist/build/Test/Tasty.dyn_o ) Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2905961/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/tasty-1.5.3-c01df69f6fdb3a8579674bc0954eec9c753962585656fd1959119ffa906e5602/lib Configuring tasty-quickcheck-0.11.1... Preprocessing library for tasty-quickcheck-0.11.1.. Building library for tasty-quickcheck-0.11.1.. [1 of 1] Compiling Test.Tasty.QuickCheck ( Test/Tasty/QuickCheck.hs, dist/build/Test/Tasty/QuickCheck.o, dist/build/Test/Tasty/QuickCheck.dyn_o ) Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2905961/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/tasty-quickcheck-0.11.1-7c8710c988aba25da507cc5ba82f7acf4e092af014b3aee25f391dbd45d23cd5/lib Configuring tasty-hunit-0.10.2... Preprocessing library for tasty-hunit-0.10.2.. Building library for tasty-hunit-0.10.2.. [1 of 3] Compiling Test.Tasty.HUnit.Orig ( Test/Tasty/HUnit/Orig.hs, dist/build/Test/Tasty/HUnit/Orig.o, dist/build/Test/Tasty/HUnit/Orig.dyn_o ) [2 of 3] Compiling Test.Tasty.HUnit.Steps ( Test/Tasty/HUnit/Steps.hs, dist/build/Test/Tasty/HUnit/Steps.o, dist/build/Test/Tasty/HUnit/Steps.dyn_o ) [3 of 3] Compiling Test.Tasty.HUnit ( Test/Tasty/HUnit.hs, dist/build/Test/Tasty/HUnit.o, dist/build/Test/Tasty/HUnit.dyn_o ) Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2905961/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/tasty-hunit-0.10.2-94a6fba592305717134b79faeb781241924765ce481dc0b8987684c5592b146d/lib Configuring time-compat-1.9.9... Preprocessing library for time-compat-1.9.9.. Building library for time-compat-1.9.9.. [ 1 of 21] Compiling Data.Format ( src/Data/Format.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Format.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Format.dyn_o ) [ 2 of 21] Compiling Data.Time.Calendar.Quarter.Compat ( src/Data/Time/Calendar/Quarter/Compat.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Calendar/Quarter/Compat.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Calendar/Quarter/Compat.dyn_o ) [ 3 of 21] Compiling Data.Time.Calendar.Types ( src/Data/Time/Calendar/Types.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Calendar/Types.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Calendar/Types.dyn_o ) [ 4 of 21] Compiling Data.Time.Orphans ( src/Data/Time/Orphans.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Orphans.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Orphans.dyn_o ) [ 5 of 21] Compiling Data.Time.Format.ISO8601.Compat ( src/Data/Time/Format/ISO8601/Compat.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Format/ISO8601/Compat.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Format/ISO8601/Compat.dyn_o ) [ 6 of 21] Compiling Data.Time.Format.Compat ( src/Data/Time/Format/Compat.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Format/Compat.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Format/Compat.dyn_o ) [ 7 of 21] Compiling Data.Time.Clock.System.Compat ( src/Data/Time/Clock/System/Compat.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Clock/System/Compat.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Clock/System/Compat.dyn_o ) [ 8 of 21] Compiling Data.Time.Clock.POSIX.Compat ( src/Data/Time/Clock/POSIX/Compat.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Clock/POSIX/Compat.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Clock/POSIX/Compat.dyn_o ) [ 9 of 21] Compiling Data.Time.Clock.Compat ( src/Data/Time/Clock/Compat.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Clock/Compat.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Clock/Compat.dyn_o ) [10 of 21] Compiling Data.Time.Calendar.WeekDate.Compat ( src/Data/Time/Calendar/WeekDate/Compat.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Calendar/WeekDate/Compat.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Calendar/WeekDate/Compat.dyn_o ) [11 of 21] Compiling Data.Time.Calendar.Private ( src/Data/Time/Calendar/Private.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Calendar/Private.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Calendar/Private.dyn_o ) [12 of 21] Compiling Data.Time.Calendar.DayPeriod ( src/Data/Time/Calendar/DayPeriod.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Calendar/DayPeriod.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Calendar/DayPeriod.dyn_o ) [13 of 21] Compiling Data.Time.Calendar.Month.Compat ( src/Data/Time/Calendar/Month/Compat.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Calendar/Month/Compat.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Calendar/Month/Compat.dyn_o ) [14 of 21] Compiling Data.Time.Calendar.OrdinalDate.Compat ( src/Data/Time/Calendar/OrdinalDate/Compat.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Calendar/OrdinalDate/Compat.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Calendar/OrdinalDate/Compat.dyn_o ) [15 of 21] Compiling Data.Time.Calendar.MonthDay.Compat ( src/Data/Time/Calendar/MonthDay/Compat.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Calendar/MonthDay/Compat.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Calendar/MonthDay/Compat.dyn_o ) [16 of 21] Compiling Data.Time.Calendar.Easter.Compat ( src/Data/Time/Calendar/Easter/Compat.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Calendar/Easter/Compat.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Calendar/Easter/Compat.dyn_o ) [17 of 21] Compiling Data.Time.Calendar.Compat ( src/Data/Time/Calendar/Compat.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Calendar/Compat.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Calendar/Compat.dyn_o ) [18 of 21] Compiling Data.Time.LocalTime.Compat ( src/Data/Time/LocalTime/Compat.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/LocalTime/Compat.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/LocalTime/Compat.dyn_o ) [19 of 21] Compiling Data.Time.Compat ( src/Data/Time/Compat.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Compat.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Compat.dyn_o ) [20 of 21] Compiling Data.Time.Clock.TAI.Compat ( src/Data/Time/Clock/TAI/Compat.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Clock/TAI/Compat.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Clock/TAI/Compat.dyn_o ) [21 of 21] Compiling Data.Time.Calendar.Julian.Compat ( src/Data/Time/Calendar/Julian/Compat.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Calendar/Julian/Compat.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/Data/Time/Calendar/Julian/Compat.dyn_o ) Preprocessing test suite 'instances' for time-compat-1.9.9.. Building test suite 'instances' for time-compat-1.9.9.. [1 of 1] Compiling Main ( test-instances/Test.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/instances/instances-tmp/Main.o ) [2 of 2] Linking /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/instances/instances Preprocessing test suite 'test-main' for time-compat-1.9.9.. Building test suite 'test-main' for time-compat-1.9.9.. [ 1 of 36] Compiling Test.Arbitrary ( test/main/Test/Arbitrary.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Test/Arbitrary.o ) [ 2 of 36] Compiling Test.Calendar.AddDaysRef ( test/main/Test/Calendar/AddDaysRef.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Test/Calendar/AddDaysRef.o ) [ 3 of 36] Compiling Test.Calendar.AddDays ( test/main/Test/Calendar/AddDays.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Test/Calendar/AddDays.o ) [ 4 of 36] Compiling Test.Calendar.CalendarsRef ( test/main/Test/Calendar/CalendarsRef.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Test/Calendar/CalendarsRef.o ) [ 5 of 36] Compiling Test.Calendar.Calendars ( test/main/Test/Calendar/Calendars.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Test/Calendar/Calendars.o ) [ 6 of 36] Compiling Test.Calendar.ClipDatesRef ( test/main/Test/Calendar/ClipDatesRef.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Test/Calendar/ClipDatesRef.o ) [ 7 of 36] Compiling Test.Calendar.ClipDates ( test/main/Test/Calendar/ClipDates.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Test/Calendar/ClipDates.o ) [ 8 of 36] Compiling Test.Calendar.ConvertBack ( test/main/Test/Calendar/ConvertBack.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Test/Calendar/ConvertBack.o ) [ 9 of 36] Compiling Test.Calendar.DayPeriod ( test/main/Test/Calendar/DayPeriod.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Test/Calendar/DayPeriod.o ) [10 of 36] Compiling Test.Calendar.Duration ( test/main/Test/Calendar/Duration.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Test/Calendar/Duration.o ) [11 of 36] Compiling Test.Calendar.EasterRef ( test/main/Test/Calendar/EasterRef.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Test/Calendar/EasterRef.o ) [12 of 36] Compiling Test.Calendar.Easter ( test/main/Test/Calendar/Easter.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Test/Calendar/Easter.o ) [13 of 36] Compiling Test.Calendar.LongWeekYearsRef ( test/main/Test/Calendar/LongWeekYearsRef.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Test/Calendar/LongWeekYearsRef.o ) [14 of 36] Compiling Test.Calendar.LongWeekYears ( test/main/Test/Calendar/LongWeekYears.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Test/Calendar/LongWeekYears.o ) [15 of 36] Compiling Test.Calendar.MonthDayRef ( test/main/Test/Calendar/MonthDayRef.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Test/Calendar/MonthDayRef.o ) [16 of 36] Compiling Test.Calendar.MonthDay ( test/main/Test/Calendar/MonthDay.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Test/Calendar/MonthDay.o ) [17 of 36] Compiling Test.Calendar.MonthOfYear ( test/main/Test/Calendar/MonthOfYear.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Test/Calendar/MonthOfYear.o ) [18 of 36] Compiling Test.Calendar.Valid ( test/main/Test/Calendar/Valid.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Test/Calendar/Valid.o ) [19 of 36] Compiling Test.Clock.Conversion ( test/main/Test/Clock/Conversion.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Test/Clock/Conversion.o ) [20 of 36] Compiling Test.Clock.Pattern ( test/main/Test/Clock/Pattern.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Test/Clock/Pattern.o ) [21 of 36] Compiling Test.Clock.Resolution ( test/main/Test/Clock/Resolution.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Test/Clock/Resolution.o ) [22 of 36] Compiling Test.Format.Compile ( test/main/Test/Format/Compile.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Test/Format/Compile.o ) [23 of 36] Compiling Test.LocalTime.TimeOfDay ( test/main/Test/LocalTime/TimeOfDay.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Test/LocalTime/TimeOfDay.o ) [24 of 36] Compiling Test.LocalTime.TimeRef ( test/main/Test/LocalTime/TimeRef.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Test/LocalTime/TimeRef.o ) [25 of 36] Compiling Test.LocalTime.Time ( test/main/Test/LocalTime/Time.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Test/LocalTime/Time.o ) [26 of 36] Compiling Test.TestUtil ( test/main/Test/TestUtil.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Test/TestUtil.o ) [27 of 36] Compiling Test.LocalTime.CalendarDiffTime ( test/main/Test/LocalTime/CalendarDiffTime.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Test/LocalTime/CalendarDiffTime.o ) test/main/Test/LocalTime/CalendarDiffTime.hs:6:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Time.Compat is redundant except perhaps to import instances from Data.Time.Compat To import instances alone, use: import Data.Time.Compat() | 6 | import Data.Time.Compat | ^^^^^^^^^^^^^^^^^^^^^^^ test/main/Test/LocalTime/CalendarDiffTime.hs:13:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: testReadShowExact | 13 | testReadShowExact t v = | ^^^^^^^^^^^^^^^^^ [28 of 36] Compiling Test.Format.ParseTime ( test/main/Test/Format/ParseTime.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Test/Format/ParseTime.o ) test/main/Test/Format/ParseTime.hs:54:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: formatCode | 54 | formatCode fc = format $ show fc | ^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:57:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: parseCode | 57 | parseCode fc = parse False $ show fc | ^^^^^^^^^ test/main/Test/Format/ParseTime.hs:61:3: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: incompleteS | 61 | incompleteS :: Maybe t | ^^^^^^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:110:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: yearDays | 110 | yearDays y = [(fromGregorian y 1 1) .. (fromGregorian y 12 31)] | ^^^^^^^^ test/main/Test/Format/ParseTime.hs:113:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: makeExhaustiveTest | 113 | makeExhaustiveTest name cases f = testGroup name (fmap f cases) | ^^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:116:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: extests | 116 | extests = | ^^^^^^^ test/main/Test/Format/ParseTime.hs:146:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: testReads | 146 | testReads expected target = | ^^^^^^^^^ test/main/Test/Format/ParseTime.hs:158:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: readsTestsParensSpaces | 158 | readsTestsParensSpaces expected target = | ^^^^^^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:173:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: readsTests | 173 | readsTests = | ^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:188:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: epoch | 188 | epoch = LocalTime (fromGregorian 1970 0 0) midnight | ^^^^^ test/main/Test/Format/ParseTime.hs:191:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: testReadSTime | 191 | testReadSTime expected formatStr target = | ^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:198:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: simpleFormatTests | 198 | simpleFormatTests = | ^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:224:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: spacingForFormatTests | 224 | spacingForFormatTests expected formatStr target = | ^^^^^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:238:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: spacingTests | 238 | spacingTests = | ^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:252:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: particularParseTests | 252 | particularParseTests = | ^^^^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:260:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: badParseTests | 260 | badParseTests = testGroup "bad" [parseTest False (Nothing :: Maybe Day) "%Y" ""] | ^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:269:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: parseYearDayD | 269 | parseYearDayD day = case toGregorian day of | ^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:273:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: parseYearDayE | 273 | parseYearDayE day = case toGregorian day of | ^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:278:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: expectedYear | 278 | expectedYear i | i >= 69 = 1900 + i | ^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:282:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: show2 | 282 | show2 i = (show (div i 10)) ++ (show (mod i 10)) | ^^^^^ test/main/Test/Format/ParseTime.hs:285:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: parseYY | 285 | parseYY i = parseTest False (Just (fromGregorian (expectedYear i) 1 1)) "%y" (show2 i) | ^^^^^^^ test/main/Test/Format/ParseTime.hs:288:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: parseCYY | 288 | parseCYY c i = parseTest False (Just (fromGregorian ((c * 100) + i) 1 1)) "%-C %y" ((show c) ++ " " ++ (show2 i)) | ^^^^^^^^ test/main/Test/Format/ParseTime.hs:291:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: parseCYY2 | 291 | parseCYY2 c i = parseTest False (Just (fromGregorian ((c * 100) + i) 1 1)) "%C %y" ((show2 c) ++ " " ++ (show2 i)) | ^^^^^^^^^ test/main/Test/Format/ParseTime.hs:294:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: parseCentury | 294 | parseCentury int c = | ^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:298:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: parseTest | 298 | parseTest sp expected formatStr target = | ^^^^^^^^^ test/main/Test/Format/ParseTime.hs:312:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: enumAdd | 312 | enumAdd i a = toEnum (i + fromEnum a) | ^^^^^^^ test/main/Test/Format/ParseTime.hs:315:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: getMilZoneLetter | 315 | getMilZoneLetter 0 = 'Z' | ^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:321:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: getMilZone | 321 | getMilZone hour = TimeZone (hour * 60) False [getMilZoneLetter hour] | ^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:324:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: testParseTimeZone | 324 | testParseTimeZone tz = parseTest False (Just tz) "%Z" (timeZoneName tz) | ^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:327:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: defaultTimeZoneTests | 327 | defaultTimeZoneTests = testGroup "default time zones" (fmap testParseTimeZone (knownTimeZones defaultTimeLocale)) | ^^^^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:330:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: militaryTimeZoneTests | 330 | militaryTimeZoneTests = testGroup "military time zones" (fmap (testParseTimeZone . getMilZone) [-12 .. 12]) | ^^^^^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:337:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: compareResult' | 337 | compareResult' extra expected found | ^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:342:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: compareResult | 342 | compareResult = compareResult' "" | ^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:351:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: compareParse | 351 | compareParse expected fmt text = compareResult' (", parsing " ++ (show text)) (Just expected) (parse False fmt text) | ^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:369:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: reads_expect | 369 | reads_expect t = [(t, "")] | ^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:372:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: prop_read_show | 372 | prop_read_show t = compareResult (reads_expect t) (reads (show t)) | ^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:375:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: prop_read_show_ZonedUTC | 375 | prop_read_show_ZonedUTC t = compareResult (reads_expect $ zonedTimeToUTC t) (reads (show t)) | ^^^^^^^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:378:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: prop_read_show_LocalUTC | 378 | prop_read_show_LocalUTC t = compareResult (reads_expect $ localTimeToUTC utc t) (reads (show t)) | ^^^^^^^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:381:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: prop_read_show_UTC_no_TZ | 381 | prop_read_show_UTC_no_TZ t = compareResult (reads_expect t) $ reads $ show $ utcToLocalTime utc t | ^^^^^^^^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:389:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: prop_parse_showWeekDate | 389 | prop_parse_showWeekDate d = compareParse d "%G-W%V-%u" (showWeekDate d) | ^^^^^^^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:392:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: prop_parse_showGregorian | 392 | prop_parse_showGregorian d = compareParse d "%Y-%m-%d" (showGregorian d) | ^^^^^^^^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:395:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: prop_parse_showOrdinalDate | 395 | prop_parse_showOrdinalDate d = compareParse d "%Y-%j" (showOrdinalDate d) | ^^^^^^^^^^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:403:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: prop_fromMondayStartWeek | 403 | prop_fromMondayStartWeek d = | ^^^^^^^^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:409:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: prop_fromSundayStartWeek | 409 | prop_fromSundayStartWeek d = | ^^^^^^^^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:416:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: prop_parse_format | 416 | prop_parse_format (FormatString f) t = compareParse t f (format f t) | ^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:420:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: prop_parse_format_upper | 420 | prop_parse_format_upper (FormatString f) t = compareParse t f (map toUpper $ format f t) | ^^^^^^^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:424:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: prop_parse_format_lower | 424 | prop_parse_format_lower (FormatString f) t = compareParse t f (map toLower $ format f t) | ^^^^^^^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:428:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: in1970 | 428 | in1970 _ 'j' "366" = Nothing -- 1970 was not a leap year | ^^^^^^ test/main/Test/Format/ParseTime.hs:442:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: prop_format_parse_format | 442 | prop_format_parse_format _ fc v = | ^^^^^^^^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:508:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: prop_no_crash_bad_input | 508 | prop_no_crash_bad_input fs@(FormatString f) (Input s) = | ^^^^^^^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:521:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: formatType | 521 | formatType _ = undefined | ^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:527:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: typedTests | 527 | typedTests prop = | ^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:549:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: allTypes | 549 | allTypes f = | ^^^^^^^^ test/main/Test/Format/ParseTime.hs:566:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: allLeapSecondTypes | 566 | allLeapSecondTypes f = | ^^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:588:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: parseEmptyTest | 588 | parseEmptyTest _ = | ^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:594:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: parseEmptyTests | 594 | parseEmptyTests = nameTest "parse empty" $ allTypes $ \name p -> nameTest name $ parseEmptyTest p | ^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:621:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: prop_parse_s | 621 | prop_parse_s f t = | ^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:631:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: prop_parse_sz | 631 | prop_parse_sz f t = | ^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:641:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: zeroTimeZone | 641 | zeroTimeZone = TimeZone 0 False "" | ^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:644:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: parse_s_tests | 644 | parse_s_tests = | ^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:658:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: parse_sz_tests | 658 | parse_sz_tests = | ^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:672:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: formatParseFormatTests | 672 | formatParseFormatTests = | ^^^^^^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:687:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: badInputTests | 687 | badInputTests = | ^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:702:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: readShowTests | 702 | readShowTests = | ^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:725:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: parseShowTests | 725 | parseShowTests = | ^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:734:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: propertyTests | 734 | propertyTests = | ^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:753:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: dayFormats | 753 | dayFormats = | ^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:801:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: monthFormats | 801 | monthFormats = | ^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:823:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: quarterFormats | 823 | quarterFormats = | ^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:839:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: timeOfDayFormats | 839 | timeOfDayFormats = | ^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:867:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: localTimeFormats | 867 | localTimeFormats = map FormatString [] {-"%Q","%Q ","%QX"-} | ^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:870:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: timeZoneFormats | 870 | timeZoneFormats = map FormatString ["%z", "%z%Z", "%Z%z", "%Z", "%Ez", "%EZ"] | ^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:873:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: zonedTimeFormats | 873 | zonedTimeFormats = | ^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:883:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: zonedTimeAlmostFormats | 883 | zonedTimeAlmostFormats = map FormatString ["%s.%q %z", "%s%Q %z", "%s.%q %Z", "%s%Q %Z"] | ^^^^^^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:886:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: utcTimeAlmostFormats | 886 | utcTimeAlmostFormats = map FormatString ["%s.%q", "%s%Q"] | ^^^^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:889:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: universalTimeFormats | 889 | universalTimeFormats = map FormatString [] | ^^^^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:892:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: calendarDiffDaysFormats | 892 | calendarDiffDaysFormats = map FormatString ["%yy%Bm%ww%Dd", "%yy%Bm%dd", "%bm%ww%Dd", "%bm%dd"] | ^^^^^^^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:895:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: calendarDiffTimeFormats | 895 | calendarDiffTimeFormats = | ^^^^^^^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:909:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: diffTimeFormats | 909 | diffTimeFormats = | ^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:913:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: nominalDiffTimeFormats | 913 | nominalDiffTimeFormats = | ^^^^^^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:922:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: partialDayFormats | 922 | partialDayFormats = map FormatString [] | ^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:925:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: partialTimeOfDayFormats | 925 | partialTimeOfDayFormats = map FormatString ["%H", "%M", "%S", "%H:%M"] | ^^^^^^^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:928:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: partialLocalTimeFormats | 928 | partialLocalTimeFormats = map FormatString [] | ^^^^^^^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:931:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: partialZonedTimeFormats | 931 | partialZonedTimeFormats = | ^^^^^^^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:942:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: partialUTCTimeFormats | 942 | partialUTCTimeFormats = | ^^^^^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:952:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: partialUniversalTimeFormats | 952 | partialUniversalTimeFormats = map FormatString [] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ test/main/Test/Format/ParseTime.hs:955:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: failingPartialDayFormats | 955 | failingPartialDayFormats = | ^^^^^^^^^^^^^^^^^^^^^^^^ [29 of 36] Compiling Test.Format.ISO8601 ( test/main/Test/Format/ISO8601.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Test/Format/ISO8601.o ) [30 of 36] Compiling Test.Format.Format ( test/main/Test/Format/Format.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Test/Format/Format.o ) test/main/Test/Format/Format.hs:110:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: testAFormat | 110 | testAFormat fmt expected t = testCase fmt $ assertEqual "" expected $ formatTime defaultTimeLocale fmt t | ^^^^^^^^^^^ [31 of 36] Compiling Test.Clock.TAI ( test/main/Test/Clock/TAI.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Test/Clock/TAI.o ) [32 of 36] Compiling Test.Calendar.Year ( test/main/Test/Calendar/Year.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Test/Calendar/Year.o ) [33 of 36] Compiling Test.Calendar.Week ( test/main/Test/Calendar/Week.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Test/Calendar/Week.o ) [34 of 36] Compiling Test.Calendar.CalendarProps ( test/main/Test/Calendar/CalendarProps.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Test/Calendar/CalendarProps.o ) [35 of 36] Compiling Test.Types ( test/main/Test/Types.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Test/Types.o ) [36 of 36] Compiling Main ( test/main/Main.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main-tmp/Main.o ) test/main/Main.hs:22:1: warning: [GHC-66111] [-Wunused-imports] The import of Test.Format.Format is redundant except perhaps to import instances from Test.Format.Format To import instances alone, use: import Test.Format.Format() | 22 | import Test.Format.Format | ^^^^^^^^^^^^^^^^^^^^^^^^^ test/main/Main.hs:23:1: warning: [GHC-66111] [-Wunused-imports] The import of Test.Format.ISO8601 is redundant except perhaps to import instances from Test.Format.ISO8601 To import instances alone, use: import Test.Format.ISO8601() | 23 | import Test.Format.ISO8601 | ^^^^^^^^^^^^^^^^^^^^^^^^^^ test/main/Main.hs:24:1: warning: [GHC-66111] [-Wunused-imports] The import of Test.Format.ParseTime is redundant except perhaps to import instances from Test.Format.ParseTime To import instances alone, use: import Test.Format.ParseTime() | 24 | import Test.Format.ParseTime | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ test/main/Main.hs:26:1: warning: [GHC-66111] [-Wunused-imports] The import of Test.LocalTime.Time is redundant except perhaps to import instances from Test.LocalTime.Time To import instances alone, use: import Test.LocalTime.Time() | 26 | import Test.LocalTime.Time | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [37 of 37] Linking /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-main/test-main Preprocessing test suite 'test-template' for time-compat-1.9.9.. Building test suite 'test-template' for time-compat-1.9.9.. [1 of 1] Compiling Main ( test/template/Main.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-template/test-template-tmp/Main.o ) [2 of 2] Linking /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/build/test-template/test-template Running 3 test suites... Test suite instances: RUNNING... Test suite instances: PASS Test suite logged to: /var/lib/hackage-doc-builder/build-cache/tmp-install/reports/time-compat-1.9.9.test Writing: hpc_index.html Writing: hpc_index_fun.html Writing: hpc_index_alt.html Writing: hpc_index_exp.html Test coverage report written to /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/hpc/vanilla/html/instances/hpc_index.html Test suite test-main: RUNNING... Test suite test-main: PASS Test suite logged to: /var/lib/hackage-doc-builder/build-cache/tmp-install/reports/time-compat-1.9.9.test Writing: time-compat-1.9.9-inplace/Data.Time.Clock.Compat.hs.html Writing: time-compat-1.9.9-inplace/Data.Time.Calendar.Month.Compat.hs.html Writing: time-compat-1.9.9-inplace/Data.Time.Calendar.Julian.Compat.hs.html Writing: time-compat-1.9.9-inplace/Data.Time.Calendar.Compat.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 /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/hpc/vanilla/html/test-main/hpc_index.html Test suite test-template: RUNNING... Test suite test-template: PASS Test suite logged to: /var/lib/hackage-doc-builder/build-cache/tmp-install/reports/time-compat-1.9.9.test Writing: hpc_index.html Writing: hpc_index_fun.html Writing: hpc_index_alt.html Writing: hpc_index_exp.html Test coverage report written to /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/hpc/vanilla/html/test-template/hpc_index.html 3 of 3 test suites (3 of 3 test cases) passed. Writing: time-compat-1.9.9-inplace/Data.Time.Calendar.Compat.hs.html Writing: time-compat-1.9.9-inplace/Data.Time.Calendar.Julian.Compat.hs.html Writing: time-compat-1.9.9-inplace/Data.Time.Calendar.Month.Compat.hs.html Writing: time-compat-1.9.9-inplace/Data.Time.Clock.Compat.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 /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/time-compat-1.9.9/noopt/hpc/vanilla/html/time-compat-1.9.9/hpc_index.html