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.3 (lib:base-orphans) (requires build) - call-stack-0.4.0 (lib:call-stack) (requires build) - colour-2.3.6 (lib:colour) (requires build) - haskell-lexer-1.2.1 (lib:haskell-lexer) (requires build) - primitive-0.9.1.0 (lib:primitive) (requires build) - silently-1.2.5.4 (lib:silently) (requires build) - splitmix-0.1.3.1 (lib:splitmix) (requires build) - HUnit-1.6.2.0 (lib:HUnit) (requires build) - ansi-terminal-types-1.1.3 (lib:ansi-terminal-types) (requires build) - random-1.3.1 (lib:random) (requires build) - hspec-expectations-0.8.4 (lib:hspec-expectations) (requires build) - ansi-terminal-1.1.3 (lib:ansi-terminal) (requires build) - tf-random-0.5 (lib:tf-random) (requires build) - temporary-1.3 (lib:temporary) (requires build) - QuickCheck-2.16.0.0 (lib:QuickCheck) (requires build) - quickcheck-io-0.2.0 (lib:quickcheck-io) (requires build) - hspec-meta-2.11.14 (lib:hspec-meta, exe:hspec-meta) (requires download & build) - hspec-core-2.11.14 (first run) Downloading hspec-meta-2.11.14 Configuring base-orphans-0.9.3... Downloaded hspec-meta-2.11.14 Preprocessing library for base-orphans-0.9.3.. Building library for base-orphans-0.9.3.. [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-2575467/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/base-orphans-0.9.3-82978f7d7fe1db16a83b9614b3a521d8f2d2c743d24a8f21592b736481ef4863/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-2575467/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-2575467/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/colour-2.3.6-1bc3273789052b388bc71f53ac10a073cc4a30f03a6584dc6f830ef26e23fa37/lib Configuring haskell-lexer-1.2.1... Preprocessing library for haskell-lexer-1.2.1.. Building library for haskell-lexer-1.2.1.. [1 of 6] Compiling Language.Haskell.Lexer.Position ( Language/Haskell/Lexer/Position.hs, dist/build/Language/Haskell/Lexer/Position.o, dist/build/Language/Haskell/Lexer/Position.dyn_o ) [2 of 6] Compiling Language.Haskell.Lexer.Tokens ( Language/Haskell/Lexer/Tokens.hs, dist/build/Language/Haskell/Lexer/Tokens.o, dist/build/Language/Haskell/Lexer/Tokens.dyn_o ) [3 of 6] Compiling Language.Haskell.Lexer.Layout ( Language/Haskell/Lexer/Layout.hs, dist/build/Language/Haskell/Lexer/Layout.o, dist/build/Language/Haskell/Lexer/Layout.dyn_o ) [4 of 6] Compiling Language.Haskell.Lexer.Utils ( Language/Haskell/Lexer/Utils.hs, dist/build/Language/Haskell/Lexer/Utils.o, dist/build/Language/Haskell/Lexer/Utils.dyn_o ) [5 of 6] Compiling Language.Haskell.Lexer.Lex ( Language/Haskell/Lexer/Lex.hs, dist/build/Language/Haskell/Lexer/Lex.o, dist/build/Language/Haskell/Lexer/Lex.dyn_o ) [6 of 6] Compiling Language.Haskell.Lexer ( Language/Haskell/Lexer.hs, dist/build/Language/Haskell/Lexer.o, dist/build/Language/Haskell/Lexer.dyn_o ) Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2575467/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/haskell-lexer-1.2.1-07ce2b6f833f94cf09fbdacdf7fa3295ac26750496ef3ee4e7fedfde0a802017/lib Configuring primitive-0.9.1.0... Preprocessing library for primitive-0.9.1.0.. Building library for primitive-0.9.1.0.. [ 1 of 14] Compiling Data.Primitive.Internal.Read ( Data/Primitive/Internal/Read.hs, dist/build/Data/Primitive/Internal/Read.o, dist/build/Data/Primitive/Internal/Read.dyn_o ) [ 2 of 14] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, dist/build/Data/Primitive/MachDeps.o, dist/build/Data/Primitive/MachDeps.dyn_o ) [ 3 of 14] Compiling Data.Primitive.Internal.Operations ( Data/Primitive/Internal/Operations.hs, dist/build/Data/Primitive/Internal/Operations.o, dist/build/Data/Primitive/Internal/Operations.dyn_o ) [ 4 of 14] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, dist/build/Control/Monad/Primitive.o, dist/build/Control/Monad/Primitive.dyn_o ) [ 5 of 14] Compiling Data.Primitive.MVar ( Data/Primitive/MVar.hs, dist/build/Data/Primitive/MVar.o, dist/build/Data/Primitive/MVar.dyn_o ) [ 6 of 14] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, dist/build/Data/Primitive/Array.o, dist/build/Data/Primitive/Array.dyn_o ) [ 7 of 14] Compiling Data.Primitive.MutVar ( Data/Primitive/MutVar.hs, dist/build/Data/Primitive/MutVar.o, dist/build/Data/Primitive/MutVar.dyn_o ) [ 8 of 14] Compiling Data.Primitive.SmallArray ( Data/Primitive/SmallArray.hs, dist/build/Data/Primitive/SmallArray.o, dist/build/Data/Primitive/SmallArray.dyn_o ) [ 9 of 14] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, dist/build/Data/Primitive/Types.o, dist/build/Data/Primitive/Types.dyn_o ) [10 of 14] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, dist/build/Data/Primitive/ByteArray.o, dist/build/Data/Primitive/ByteArray.dyn_o ) [11 of 14] Compiling Data.Primitive.PrimArray ( Data/Primitive/PrimArray.hs, dist/build/Data/Primitive/PrimArray.o, dist/build/Data/Primitive/PrimArray.dyn_o ) [12 of 14] Compiling Data.Primitive.Ptr ( Data/Primitive/Ptr.hs, dist/build/Data/Primitive/Ptr.o, dist/build/Data/Primitive/Ptr.dyn_o ) [13 of 14] Compiling Data.Primitive ( Data/Primitive.hs, dist/build/Data/Primitive.o, dist/build/Data/Primitive.dyn_o ) [14 of 14] Compiling Data.Primitive.PrimVar ( Data/Primitive/PrimVar.hs, dist/build/Data/Primitive/PrimVar.o, dist/build/Data/Primitive/PrimVar.dyn_o ) Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2575467/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/primitive-0.9.1.0-6a2eb9911004fa155aac2d1109fe8460110de8e810719115bf4b4fa7d20f46a6/lib Configuring silently-1.2.5.4... Preprocessing library for silently-1.2.5.4.. Building library for silently-1.2.5.4.. [1 of 1] Compiling System.IO.Silently ( src/System/IO/Silently.hs, dist/build/System/IO/Silently.o, dist/build/System/IO/Silently.dyn_o ) Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2575467/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/silently-1.2.5.4-a71d3cb5de47dd6e84daa2a1287f3e33d99439d86b2fb6f9dee378767f5dac08/lib Configuring splitmix-0.1.3.1... Preprocessing library for splitmix-0.1.3.1.. Building library for splitmix-0.1.3.1.. [1 of 4] Compiling Data.Bits.Compat ( src-compat/Data/Bits/Compat.hs, dist/build/Data/Bits/Compat.o, dist/build/Data/Bits/Compat.dyn_o ) [2 of 4] Compiling System.Random.SplitMix.Init ( src/System/Random/SplitMix/Init.hs, dist/build/System/Random/SplitMix/Init.o, dist/build/System/Random/SplitMix/Init.dyn_o ) [3 of 4] Compiling System.Random.SplitMix ( src/System/Random/SplitMix.hs, dist/build/System/Random/SplitMix.o, dist/build/System/Random/SplitMix.dyn_o ) [4 of 4] Compiling System.Random.SplitMix32 ( src/System/Random/SplitMix32.hs, dist/build/System/Random/SplitMix32.o, dist/build/System/Random/SplitMix32.dyn_o ) Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2575467/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/splitmix-0.1.3.1-288b12a0a41106e148ec05076951fd3c1649588ba20ba3678f267f4c1aba182b/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-2575467/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-2575467/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/ansi-terminal-types-1.1.3-c12c865b524456654e5c4f96ba48bd4de2b3c32e05f6a73c62f9e7fb6779ef8a/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-2575467/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/random-1.3.1-53ff6fe118017105e81166d88d18b96f408abcf71eb151b207f576308ca5b779/lib Configuring hspec-expectations-0.8.4... Preprocessing library for hspec-expectations-0.8.4.. Building library for hspec-expectations-0.8.4.. [1 of 4] Compiling Paths_hspec_expectations ( dist/build/autogen/Paths_hspec_expectations.hs, dist/build/Paths_hspec_expectations.o, dist/build/Paths_hspec_expectations.dyn_o ) [2 of 4] Compiling Test.Hspec.Expectations.Contrib ( src/Test/Hspec/Expectations/Contrib.hs, dist/build/Test/Hspec/Expectations/Contrib.o, dist/build/Test/Hspec/Expectations/Contrib.dyn_o ) [3 of 4] Compiling Test.Hspec.Expectations.Matcher ( src/Test/Hspec/Expectations/Matcher.hs, dist/build/Test/Hspec/Expectations/Matcher.o, dist/build/Test/Hspec/Expectations/Matcher.dyn_o ) [4 of 4] Compiling Test.Hspec.Expectations ( src/Test/Hspec/Expectations.hs, dist/build/Test/Hspec/Expectations.o, dist/build/Test/Hspec/Expectations.dyn_o ) Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2575467/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/hspec-expectations-0.8.4-51ddcf445663c1d1fd72d4d7b52dab96f645bbc90c0046fd47e1fa05d2447893/lib Configuring ansi-terminal-1.1.3... Preprocessing library for ansi-terminal-1.1.3.. Building library for ansi-terminal-1.1.3.. [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-2575467/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/ansi-terminal-1.1.3-14b2658f53d58bdc6b1e220208a01ef343967e3559df1bab546e449015575dfa/lib Configuring tf-random-0.5... Preprocessing library for tf-random-0.5.. Building library for tf-random-0.5.. [1 of 4] Compiling System.Random.TF.Gen ( src/System/Random/TF/Gen.hs, dist/build/System/Random/TF/Gen.o, dist/build/System/Random/TF/Gen.dyn_o ) [2 of 4] Compiling System.Random.TF.Init ( src/System/Random/TF/Init.hs, dist/build/System/Random/TF/Init.o, dist/build/System/Random/TF/Init.dyn_o ) src/System/Random/TF/Init.hs:94:5: warning: [GHC-68441] [-Wdeprecations] In the use of bitSize (imported from Data.Bits, but defined in GHC.Bits): Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead" | 94 | | bitSize n > 64 = error "mkTFGen: case where size of Int > 64 not implemented" | ^^^^^^^ [3 of 4] Compiling System.Random.TF ( src/System/Random/TF.hs, dist/build/System/Random/TF.o, dist/build/System/Random/TF.dyn_o ) [4 of 4] Compiling System.Random.TF.Instances ( src/System/Random/TF/Instances.hs, dist/build/System/Random/TF/Instances.o, dist/build/System/Random/TF/Instances.dyn_o ) Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2575467/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/tf-random-0.5-5af5096ad3af7b39400bd91f91f8017160ffcdc7cc0650e449818373f5eed151/lib Configuring temporary-1.3... Preprocessing library for temporary-1.3.. Building library for temporary-1.3.. [1 of 1] Compiling System.IO.Temp ( System/IO/Temp.hs, dist/build/System/IO/Temp.o, dist/build/System/IO/Temp.dyn_o ) Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2575467/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/temporary-1.3-0acaf5a116fe7526c76685b87076f05fccfc89c7b78f5a61da0b51b850b2db4a/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-2575467/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/QuickCheck-2.16.0.0-8f3df40d92708c972525d3710c80f5c4779e3738b3255a0b50daedcac44984b7/lib Configuring quickcheck-io-0.2.0... Preprocessing library for quickcheck-io-0.2.0.. Building library for quickcheck-io-0.2.0.. [1 of 2] Compiling Paths_quickcheck_io ( dist/build/autogen/Paths_quickcheck_io.hs, dist/build/Paths_quickcheck_io.o, dist/build/Paths_quickcheck_io.dyn_o ) [2 of 2] Compiling Test.QuickCheck.IO ( src/Test/QuickCheck/IO.hs, dist/build/Test/QuickCheck/IO.o, dist/build/Test/QuickCheck/IO.dyn_o ) Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2575467/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/quickcheck-io-0.2.0-5855846746623c01e08a3591e92dafbce3773ff204e25eade832532e650705e1/lib Configuring hspec-meta-2.11.14... Preprocessing executable 'hspec-meta-discover' for hspec-meta-2.11.14.. Building executable 'hspec-meta-discover' for hspec-meta-2.11.14.. [1 of 5] Compiling Paths_hspec_meta ( dist/build/hspec-meta-discover/autogen/Paths_hspec_meta.hs, dist/build/hspec-meta-discover/hspec-meta-discover-tmp/Paths_hspec_meta.o ) [2 of 5] Compiling Test.Hspec.Discover.Config ( hspec-discover/src/Test/Hspec/Discover/Config.hs, dist/build/hspec-meta-discover/hspec-meta-discover-tmp/Test/Hspec/Discover/Config.o ) [3 of 5] Compiling Test.Hspec.Discover.Sort ( hspec-discover/src/Test/Hspec/Discover/Sort.hs, dist/build/hspec-meta-discover/hspec-meta-discover-tmp/Test/Hspec/Discover/Sort.o ) [4 of 5] Compiling Test.Hspec.Discover.Run ( hspec-discover/src/Test/Hspec/Discover/Run.hs, dist/build/hspec-meta-discover/hspec-meta-discover-tmp/Test/Hspec/Discover/Run.o ) [5 of 5] Compiling Main ( hspec-discover/driver/hspec-discover.hs, dist/build/hspec-meta-discover/hspec-meta-discover-tmp/Main.o ) [6 of 6] Linking dist/build/hspec-meta-discover/hspec-meta-discover Preprocessing library for hspec-meta-2.11.14.. Building library for hspec-meta-2.11.14.. [ 1 of 57] Compiling Control.Concurrent.Async ( vendor/Control/Concurrent/Async.hs, dist/build/Control/Concurrent/Async.o, dist/build/Control/Concurrent/Async.dyn_o ) [ 2 of 57] Compiling Data.Algorithm.Diff ( vendor/Data/Algorithm/Diff.hs, dist/build/Data/Algorithm/Diff.o, dist/build/Data/Algorithm/Diff.dyn_o ) [ 3 of 57] Compiling Paths_hspec_meta ( dist/build/autogen/Paths_hspec_meta.hs, dist/build/Paths_hspec_meta.o, dist/build/Paths_hspec_meta.dyn_o ) [ 4 of 57] Compiling Test.Hspec.Core.Compat ( hspec-core/src/Test/Hspec/Core/Compat.hs, dist/build/Test/Hspec/Core/Compat.o, dist/build/Test/Hspec/Core/Compat.dyn_o ) [ 5 of 57] Compiling Test.Hspec.Core.Clock ( hspec-core/src/Test/Hspec/Core/Clock.hs, dist/build/Test/Hspec/Core/Clock.o, dist/build/Test/Hspec/Core/Clock.dyn_o ) [ 6 of 57] Compiling Test.Hspec.Core.Annotations ( hspec-core/src/Test/Hspec/Core/Annotations.hs, dist/build/Test/Hspec/Core/Annotations.o, dist/build/Test/Hspec/Core/Annotations.dyn_o ) [ 7 of 57] Compiling NonEmpty ( hspec-core/src/NonEmpty.hs, dist/build/NonEmpty.o, dist/build/NonEmpty.dyn_o ) [ 8 of 57] Compiling GetOpt.Declarative.Types ( hspec-core/src/GetOpt/Declarative/Types.hs, dist/build/GetOpt/Declarative/Types.o, dist/build/GetOpt/Declarative/Types.dyn_o ) [ 9 of 57] Compiling GetOpt.Declarative.Environment ( hspec-core/src/GetOpt/Declarative/Environment.hs, dist/build/GetOpt/Declarative/Environment.o, dist/build/GetOpt/Declarative/Environment.dyn_o ) [10 of 57] Compiling Test.Hspec.Core.Example.Location ( hspec-core/src/Test/Hspec/Core/Example/Location.hs, dist/build/Test/Hspec/Core/Example/Location.o, dist/build/Test/Hspec/Core/Example/Location.dyn_o ) [11 of 57] Compiling Test.Hspec.Core.Formatters.Diff ( hspec-core/src/Test/Hspec/Core/Formatters/Diff.hs, dist/build/Test/Hspec/Core/Formatters/Diff.o, dist/build/Test/Hspec/Core/Formatters/Diff.dyn_o ) [12 of 57] Compiling Test.Hspec.Core.Formatters.Pretty.Parser ( hspec-core/src/Test/Hspec/Core/Formatters/Pretty/Parser.hs, dist/build/Test/Hspec/Core/Formatters/Pretty/Parser.o, dist/build/Test/Hspec/Core/Formatters/Pretty/Parser.dyn_o ) [13 of 57] Compiling Test.Hspec.Core.Formatters.Pretty.Unicode ( hspec-core/src/Test/Hspec/Core/Formatters/Pretty/Unicode.hs, dist/build/Test/Hspec/Core/Formatters/Pretty/Unicode.o, dist/build/Test/Hspec/Core/Formatters/Pretty/Unicode.dyn_o ) [14 of 57] Compiling Test.Hspec.Core.Formatters.Pretty ( hspec-core/src/Test/Hspec/Core/Formatters/Pretty.hs, dist/build/Test/Hspec/Core/Formatters/Pretty.o, dist/build/Test/Hspec/Core/Formatters/Pretty.dyn_o ) [15 of 57] Compiling Test.Hspec.Core.Formatters.V1.Free ( hspec-core/src/Test/Hspec/Core/Formatters/V1/Free.hs, dist/build/Test/Hspec/Core/Formatters/V1/Free.o, dist/build/Test/Hspec/Core/Formatters/V1/Free.dyn_o ) [16 of 57] Compiling Test.Hspec.Core.Runner.JobQueue ( hspec-core/src/Test/Hspec/Core/Runner/JobQueue.hs, dist/build/Test/Hspec/Core/Runner/JobQueue.o, dist/build/Test/Hspec/Core/Runner/JobQueue.dyn_o ) [17 of 57] Compiling Test.Hspec.Core.Timer ( hspec-core/src/Test/Hspec/Core/Timer.hs, dist/build/Test/Hspec/Core/Timer.o, dist/build/Test/Hspec/Core/Timer.dyn_o ) [18 of 57] Compiling Test.Hspec.Core.Util ( hspec-core/src/Test/Hspec/Core/Util.hs, dist/build/Test/Hspec/Core/Util.o, dist/build/Test/Hspec/Core/Util.dyn_o ) [19 of 57] Compiling Test.Hspec.Core.QuickCheck.Util ( hspec-core/src/Test/Hspec/Core/QuickCheck/Util.hs, dist/build/Test/Hspec/Core/QuickCheck/Util.o, dist/build/Test/Hspec/Core/QuickCheck/Util.dyn_o ) [20 of 57] Compiling Test.Hspec.Core.Example ( hspec-core/src/Test/Hspec/Core/Example.hs, dist/build/Test/Hspec/Core/Example.o, dist/build/Test/Hspec/Core/Example.dyn_o ) [21 of 57] Compiling Test.Hspec.Core.Tree ( hspec-core/src/Test/Hspec/Core/Tree.hs, dist/build/Test/Hspec/Core/Tree.o, dist/build/Test/Hspec/Core/Tree.dyn_o ) [22 of 57] Compiling Test.Hspec.Core.Shuffle ( hspec-core/src/Test/Hspec/Core/Shuffle.hs, dist/build/Test/Hspec/Core/Shuffle.o, dist/build/Test/Hspec/Core/Shuffle.dyn_o ) [23 of 57] Compiling Test.Hspec.Core.Format ( hspec-core/src/Test/Hspec/Core/Format.hs, dist/build/Test/Hspec/Core/Format.o, dist/build/Test/Hspec/Core/Format.dyn_o ) [24 of 57] Compiling Test.Hspec.Core.Runner.Result ( hspec-core/src/Test/Hspec/Core/Runner/Result.hs, dist/build/Test/Hspec/Core/Runner/Result.o, dist/build/Test/Hspec/Core/Runner/Result.dyn_o ) [25 of 57] Compiling Test.Hspec.Core.Formatters.V1.Monad ( hspec-core/src/Test/Hspec/Core/Formatters/V1/Monad.hs, dist/build/Test/Hspec/Core/Formatters/V1/Monad.o, dist/build/Test/Hspec/Core/Formatters/V1/Monad.dyn_o ) [26 of 57] Compiling Test.Hspec.Core.Formatters.Internal ( hspec-core/src/Test/Hspec/Core/Formatters/Internal.hs, dist/build/Test/Hspec/Core/Formatters/Internal.o, dist/build/Test/Hspec/Core/Formatters/Internal.dyn_o ) [27 of 57] Compiling Test.Hspec.Core.Formatters.V2 ( hspec-core/src/Test/Hspec/Core/Formatters/V2.hs, dist/build/Test/Hspec/Core/Formatters/V2.o, dist/build/Test/Hspec/Core/Formatters/V2.dyn_o ) [28 of 57] Compiling Test.Hspec.Core.Runner.PrintSlowSpecItems ( hspec-core/src/Test/Hspec/Core/Runner/PrintSlowSpecItems.hs, dist/build/Test/Hspec/Core/Runner/PrintSlowSpecItems.o, dist/build/Test/Hspec/Core/Runner/PrintSlowSpecItems.dyn_o ) [29 of 57] Compiling Test.Hspec.Core.Formatters.V1.Internal ( hspec-core/src/Test/Hspec/Core/Formatters/V1/Internal.hs, dist/build/Test/Hspec/Core/Formatters/V1/Internal.o, dist/build/Test/Hspec/Core/Formatters/V1/Internal.dyn_o ) [30 of 57] Compiling Test.Hspec.Core.Formatters.V1 ( hspec-core/src/Test/Hspec/Core/Formatters/V1.hs, dist/build/Test/Hspec/Core/Formatters/V1.o, dist/build/Test/Hspec/Core/Formatters/V1.dyn_o ) [31 of 57] Compiling Test.Hspec.Core.Formatters ( hspec-core/src/Test/Hspec/Core/Formatters.hs, dist/build/Test/Hspec/Core/Formatters.o, dist/build/Test/Hspec/Core/Formatters.dyn_o ) [32 of 57] Compiling GetOpt.Declarative.Util ( hspec-core/src/GetOpt/Declarative/Util.hs, dist/build/GetOpt/Declarative/Util.o, dist/build/GetOpt/Declarative/Util.dyn_o ) [33 of 57] Compiling GetOpt.Declarative.Interpret ( hspec-core/src/GetOpt/Declarative/Interpret.hs, dist/build/GetOpt/Declarative/Interpret.o, dist/build/GetOpt/Declarative/Interpret.dyn_o ) [34 of 57] Compiling GetOpt.Declarative ( hspec-core/src/GetOpt/Declarative.hs, dist/build/GetOpt/Declarative.o, dist/build/GetOpt/Declarative.dyn_o ) [35 of 57] Compiling Test.Hspec.Core.Config.Definition ( hspec-core/src/Test/Hspec/Core/Config/Definition.hs, dist/build/Test/Hspec/Core/Config/Definition.o, dist/build/Test/Hspec/Core/Config/Definition.dyn_o ) [36 of 57] Compiling Test.Hspec.Core.Spec.Monad ( hspec-core/src/Test/Hspec/Core/Spec/Monad.hs, dist/build/Test/Hspec/Core/Spec/Monad.o, dist/build/Test/Hspec/Core/Spec/Monad.dyn_o ) [37 of 57] Compiling Test.Hspec.Core.QuickCheck ( hspec-core/src/Test/Hspec/Core/QuickCheck.hs, dist/build/Test/Hspec/Core/QuickCheck.o, dist/build/Test/Hspec/Core/QuickCheck.dyn_o ) [38 of 57] Compiling Test.Hspec.Core.Hooks ( hspec-core/src/Test/Hspec/Core/Hooks.hs, dist/build/Test/Hspec/Core/Hooks.o, dist/build/Test/Hspec/Core/Hooks.dyn_o ) [39 of 57] Compiling Test.Hspec.Core.Spec ( hspec-core/src/Test/Hspec/Core/Spec.hs, dist/build/Test/Hspec/Core/Spec.o, dist/build/Test/Hspec/Core/Spec.dyn_o ) [40 of 57] Compiling Test.Hspec.Core.Runner.Eval ( hspec-core/src/Test/Hspec/Core/Runner/Eval.hs, dist/build/Test/Hspec/Core/Runner/Eval.o, dist/build/Test/Hspec/Core/Runner/Eval.dyn_o ) [41 of 57] Compiling Test.Hspec.Core.Extension.Tree ( hspec-core/src/Test/Hspec/Core/Extension/Tree.hs, dist/build/Test/Hspec/Core/Extension/Tree.o, dist/build/Test/Hspec/Core/Extension/Tree.dyn_o ) [42 of 57] Compiling Test.Hspec.Core.Extension.Spec ( hspec-core/src/Test/Hspec/Core/Extension/Spec.hs, dist/build/Test/Hspec/Core/Extension/Spec.o, dist/build/Test/Hspec/Core/Extension/Spec.dyn_o ) [43 of 57] Compiling Test.Hspec.Core.Extension.Item ( hspec-core/src/Test/Hspec/Core/Extension/Item.hs, dist/build/Test/Hspec/Core/Extension/Item.o, dist/build/Test/Hspec/Core/Extension/Item.dyn_o ) [44 of 57] Compiling Test.Hspec.Core.FailureReport ( hspec-core/src/Test/Hspec/Core/FailureReport.hs, dist/build/Test/Hspec/Core/FailureReport.o, dist/build/Test/Hspec/Core/FailureReport.dyn_o ) [45 of 57] Compiling Test.Hspec.Core.Extension.Config.Type ( hspec-core/src/Test/Hspec/Core/Extension/Config/Type.hs, dist/build/Test/Hspec/Core/Extension/Config/Type.o, dist/build/Test/Hspec/Core/Extension/Config/Type.dyn_o ) [46 of 57] Compiling Test.Hspec.Core.Extension.Option ( hspec-core/src/Test/Hspec/Core/Extension/Option.hs, dist/build/Test/Hspec/Core/Extension/Option.o, dist/build/Test/Hspec/Core/Extension/Option.dyn_o ) [47 of 57] Compiling Test.Hspec.Core.Extension.Config ( hspec-core/src/Test/Hspec/Core/Extension/Config.hs, dist/build/Test/Hspec/Core/Extension/Config.o, dist/build/Test/Hspec/Core/Extension/Config.dyn_o ) [48 of 57] Compiling Test.Hspec.Core.Extension ( hspec-core/src/Test/Hspec/Core/Extension.hs, dist/build/Test/Hspec/Core/Extension.o, dist/build/Test/Hspec/Core/Extension.dyn_o ) [49 of 57] Compiling Test.Hspec.Core.Config.Options ( hspec-core/src/Test/Hspec/Core/Config/Options.hs, dist/build/Test/Hspec/Core/Config/Options.o, dist/build/Test/Hspec/Core/Config/Options.dyn_o ) [50 of 57] Compiling Test.Hspec.Core.Config ( hspec-core/src/Test/Hspec/Core/Config.hs, dist/build/Test/Hspec/Core/Config.o, dist/build/Test/Hspec/Core/Config.dyn_o ) [51 of 57] Compiling Test.Hspec.Core.Runner ( hspec-core/src/Test/Hspec/Core/Runner.hs, dist/build/Test/Hspec/Core/Runner.o, dist/build/Test/Hspec/Core/Runner.dyn_o ) [52 of 57] Compiling Test.Hspec.Discover ( hspec/src/Test/Hspec/Discover.hs, dist/build/Test/Hspec/Discover.o, dist/build/Test/Hspec/Discover.dyn_o ) [53 of 57] Compiling Test.Hspec.Formatters ( hspec/src/Test/Hspec/Formatters.hs, dist/build/Test/Hspec/Formatters.o, dist/build/Test/Hspec/Formatters.dyn_o ) [54 of 57] Compiling Test.Hspec.Runner ( hspec/src/Test/Hspec/Runner.hs, dist/build/Test/Hspec/Runner.o, dist/build/Test/Hspec/Runner.dyn_o ) [55 of 57] Compiling Test.Hspec ( hspec/src/Test/Hspec.hs, dist/build/Test/Hspec.o, dist/build/Test/Hspec.dyn_o ) [56 of 57] Compiling Test.Hspec.QuickCheck ( hspec/src/Test/Hspec/QuickCheck.hs, dist/build/Test/Hspec/QuickCheck.o, dist/build/Test/Hspec/QuickCheck.dyn_o ) [57 of 57] Compiling Test.Hspec.Meta ( src/Test/Hspec/Meta.hs, dist/build/Test/Hspec/Meta.o, dist/build/Test/Hspec/Meta.dyn_o ) Installing executable hspec-meta-discover in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2575467/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/hspec-meta-2.11.14-6d6322d21ff2170aac4064112702c39770c8c59d77aa08e8761c57d9dedd21d7/bin Warning: The directory /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2575467/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/hspec-meta-2.11.14-6d6322d21ff2170aac4064112702c39770c8c59d77aa08e8761c57d9dedd21d7/bin is not in the system search path. Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2575467/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/hspec-meta-2.11.14-6d6322d21ff2170aac4064112702c39770c8c59d77aa08e8761c57d9dedd21d7/lib Configuring hspec-core-2.11.14... Preprocessing test suite 'spec' for hspec-core-2.11.14.. Building test suite 'spec' for hspec-core-2.11.14.. [ 1 of 86] Compiling Control.Concurrent.Async ( vendor/Control/Concurrent/Async.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Control/Concurrent/Async.o ) [ 2 of 86] Compiling Data.Algorithm.Diff ( vendor/Data/Algorithm/Diff.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Data/Algorithm/Diff.o ) [ 3 of 86] Compiling Paths_hspec_core ( /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/autogen/Paths_hspec_core.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Paths_hspec_core.o ) [ 4 of 86] Compiling Test.Hspec.Core.Compat ( src/Test/Hspec/Core/Compat.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Compat.o ) [ 5 of 86] Compiling Test.Hspec.Core.Clock ( src/Test/Hspec/Core/Clock.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Clock.o ) [ 6 of 86] Compiling Test.Hspec.Core.Annotations ( src/Test/Hspec/Core/Annotations.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Annotations.o ) [ 7 of 86] Compiling NonEmpty ( src/NonEmpty.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/NonEmpty.o ) [ 8 of 86] Compiling Mock ( test/Mock.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Mock.o ) [ 9 of 86] Compiling GetOpt.Declarative.Types ( src/GetOpt/Declarative/Types.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/GetOpt/Declarative/Types.o ) [10 of 86] Compiling GetOpt.Declarative.Environment ( src/GetOpt/Declarative/Environment.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/GetOpt/Declarative/Environment.o ) [11 of 86] Compiling Test.Hspec.Core.Example.Location ( src/Test/Hspec/Core/Example/Location.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Example/Location.o ) [12 of 86] Compiling Test.Hspec.Core.Formatters.Diff ( src/Test/Hspec/Core/Formatters/Diff.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Formatters/Diff.o ) [13 of 86] Compiling Test.Hspec.Core.Formatters.Pretty.Parser ( src/Test/Hspec/Core/Formatters/Pretty/Parser.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Formatters/Pretty/Parser.o ) [14 of 86] Compiling Test.Hspec.Core.Formatters.Pretty.Unicode ( src/Test/Hspec/Core/Formatters/Pretty/Unicode.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Formatters/Pretty/Unicode.o ) [15 of 86] Compiling Test.Hspec.Core.Formatters.Pretty ( src/Test/Hspec/Core/Formatters/Pretty.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Formatters/Pretty.o ) [16 of 86] Compiling Test.Hspec.Core.Formatters.V1.Free ( src/Test/Hspec/Core/Formatters/V1/Free.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Formatters/V1/Free.o ) [17 of 86] Compiling Test.Hspec.Core.Runner.JobQueue ( src/Test/Hspec/Core/Runner/JobQueue.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Runner/JobQueue.o ) [18 of 86] Compiling Test.Hspec.Core.Timer ( src/Test/Hspec/Core/Timer.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Timer.o ) [19 of 86] Compiling Test.Hspec.Core.Util ( src/Test/Hspec/Core/Util.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Util.o ) [20 of 86] Compiling Test.Hspec.Core.QuickCheck.Util ( src/Test/Hspec/Core/QuickCheck/Util.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/QuickCheck/Util.o ) [21 of 86] Compiling Test.Hspec.Core.Example ( src/Test/Hspec/Core/Example.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Example.o ) [22 of 86] Compiling Test.Hspec.Core.Tree ( src/Test/Hspec/Core/Tree.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Tree.o ) [23 of 86] Compiling Test.Hspec.Core.Shuffle ( src/Test/Hspec/Core/Shuffle.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Shuffle.o ) [24 of 86] Compiling Test.Hspec.Core.Format ( src/Test/Hspec/Core/Format.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Format.o ) [25 of 86] Compiling Test.Hspec.Core.Runner.Result ( src/Test/Hspec/Core/Runner/Result.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Runner/Result.o ) [26 of 86] Compiling Test.Hspec.Core.Formatters.V1.Monad ( src/Test/Hspec/Core/Formatters/V1/Monad.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Formatters/V1/Monad.o ) [27 of 86] Compiling Test.Hspec.Core.Formatters.Internal ( src/Test/Hspec/Core/Formatters/Internal.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Formatters/Internal.o ) [28 of 86] Compiling Test.Hspec.Core.Formatters.V2 ( src/Test/Hspec/Core/Formatters/V2.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Formatters/V2.o ) [29 of 86] Compiling Test.Hspec.Core.Runner.PrintSlowSpecItems ( src/Test/Hspec/Core/Runner/PrintSlowSpecItems.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Runner/PrintSlowSpecItems.o ) [30 of 86] Compiling Test.Hspec.Core.Formatters.V1.Internal ( src/Test/Hspec/Core/Formatters/V1/Internal.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Formatters/V1/Internal.o ) [31 of 86] Compiling Test.Hspec.Core.Formatters.V1 ( src/Test/Hspec/Core/Formatters/V1.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Formatters/V1.o ) [32 of 86] Compiling Test.Hspec.Core.Formatters ( src/Test/Hspec/Core/Formatters.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Formatters.o ) [33 of 86] Compiling GetOpt.Declarative.Util ( src/GetOpt/Declarative/Util.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/GetOpt/Declarative/Util.o ) [34 of 86] Compiling GetOpt.Declarative.Interpret ( src/GetOpt/Declarative/Interpret.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/GetOpt/Declarative/Interpret.o ) [35 of 86] Compiling GetOpt.Declarative ( src/GetOpt/Declarative.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/GetOpt/Declarative.o ) [36 of 86] Compiling Test.Hspec.Core.Config.Definition ( src/Test/Hspec/Core/Config/Definition.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Config/Definition.o ) [37 of 86] Compiling Test.Hspec.Core.Spec.Monad ( src/Test/Hspec/Core/Spec/Monad.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Spec/Monad.o ) [38 of 86] Compiling Test.Hspec.Core.QuickCheck ( src/Test/Hspec/Core/QuickCheck.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/QuickCheck.o ) [39 of 86] Compiling Test.Hspec.Core.Hooks ( src/Test/Hspec/Core/Hooks.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Hooks.o ) [40 of 86] Compiling Test.Hspec.Core.Spec ( src/Test/Hspec/Core/Spec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Spec.o ) [41 of 86] Compiling Test.Hspec.Core.Runner.Eval ( src/Test/Hspec/Core/Runner/Eval.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Runner/Eval.o ) [42 of 86] Compiling Test.Hspec.Core.Extension.Tree ( src/Test/Hspec/Core/Extension/Tree.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Extension/Tree.o ) [43 of 86] Compiling Test.Hspec.Core.Extension.Spec ( src/Test/Hspec/Core/Extension/Spec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Extension/Spec.o ) [44 of 86] Compiling Test.Hspec.Core.Extension.Item ( src/Test/Hspec/Core/Extension/Item.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Extension/Item.o ) [45 of 86] Compiling Test.Hspec.Core.FailureReport ( src/Test/Hspec/Core/FailureReport.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/FailureReport.o ) [46 of 86] Compiling Test.Hspec.Core.Extension.Config.Type ( src/Test/Hspec/Core/Extension/Config/Type.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Extension/Config/Type.o ) [47 of 86] Compiling Test.Hspec.Core.Extension.Option ( src/Test/Hspec/Core/Extension/Option.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Extension/Option.o ) [48 of 86] Compiling Test.Hspec.Core.Extension.Config ( src/Test/Hspec/Core/Extension/Config.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Extension/Config.o ) [49 of 86] Compiling Test.Hspec.Core.Extension ( src/Test/Hspec/Core/Extension.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Extension.o ) [50 of 86] Compiling Test.Hspec.Core.Config.Options ( src/Test/Hspec/Core/Config/Options.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Config/Options.o ) [51 of 86] Compiling Test.Hspec.Core.Config ( src/Test/Hspec/Core/Config.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Config.o ) [52 of 86] Compiling Test.Hspec.Core.Runner ( src/Test/Hspec/Core/Runner.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Runner.o ) [53 of 86] Compiling Helper ( test/Helper.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Helper.o ) [54 of 86] Compiling Test.Hspec.Core.TreeSpec ( test/Test/Hspec/Core/TreeSpec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/TreeSpec.o ) [55 of 86] Compiling Test.Hspec.Core.TimerSpec ( test/Test/Hspec/Core/TimerSpec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/TimerSpec.o ) [56 of 86] Compiling Test.Hspec.Core.SpecSpec ( test/Test/Hspec/Core/SpecSpec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/SpecSpec.o ) [57 of 86] Compiling Test.Hspec.Core.ShuffleSpec ( test/Test/Hspec/Core/ShuffleSpec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/ShuffleSpec.o ) [58 of 86] Compiling Test.Hspec.Core.Runner.ResultSpec ( test/Test/Hspec/Core/Runner/ResultSpec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Runner/ResultSpec.o ) [59 of 86] Compiling Test.Hspec.Core.Runner.PrintSlowSpecItemsSpec ( test/Test/Hspec/Core/Runner/PrintSlowSpecItemsSpec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Runner/PrintSlowSpecItemsSpec.o ) [60 of 86] Compiling Test.Hspec.Core.Runner.JobQueueSpec ( test/Test/Hspec/Core/Runner/JobQueueSpec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Runner/JobQueueSpec.o ) [61 of 86] Compiling Test.Hspec.Core.Runner.EvalSpec ( test/Test/Hspec/Core/Runner/EvalSpec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Runner/EvalSpec.o ) [62 of 86] Compiling Test.Hspec.Core.QuickCheck.UtilSpec ( test/Test/Hspec/Core/QuickCheck/UtilSpec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/QuickCheck/UtilSpec.o ) [63 of 86] Compiling Test.Hspec.Core.HooksSpec ( test/Test/Hspec/Core/HooksSpec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/HooksSpec.o ) [64 of 86] Compiling Test.Hspec.Core.Formatters.V2Spec ( test/Test/Hspec/Core/Formatters/V2Spec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Formatters/V2Spec.o ) [65 of 86] Compiling Test.Hspec.Core.Formatters.V1Spec ( test/Test/Hspec/Core/Formatters/V1Spec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Formatters/V1Spec.o ) [66 of 86] Compiling Test.Hspec.Core.Formatters.Pretty.UnicodeSpec ( test/Test/Hspec/Core/Formatters/Pretty/UnicodeSpec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Formatters/Pretty/UnicodeSpec.o ) [67 of 86] Compiling Test.Hspec.Core.Formatters.Pretty.ParserSpec ( test/Test/Hspec/Core/Formatters/Pretty/ParserSpec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Formatters/Pretty/ParserSpec.o ) [68 of 86] Compiling Test.Hspec.Core.RunnerSpec ( test/Test/Hspec/Core/RunnerSpec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/RunnerSpec.o ) [69 of 86] Compiling Test.Hspec.Core.Formatters.PrettySpec ( test/Test/Hspec/Core/Formatters/PrettySpec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Formatters/PrettySpec.o ) [70 of 86] Compiling Test.Hspec.Core.Formatters.InternalSpec ( test/Test/Hspec/Core/Formatters/InternalSpec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Formatters/InternalSpec.o ) [71 of 86] Compiling Test.Hspec.Core.Formatters.DiffSpec ( test/Test/Hspec/Core/Formatters/DiffSpec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Formatters/DiffSpec.o ) [72 of 86] Compiling Test.Hspec.Core.FormatSpec ( test/Test/Hspec/Core/FormatSpec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/FormatSpec.o ) [73 of 86] Compiling Test.Hspec.Core.ExampleSpec ( test/Test/Hspec/Core/ExampleSpec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/ExampleSpec.o ) [74 of 86] Compiling Test.Hspec.Core.Example.LocationSpec ( test/Test/Hspec/Core/Example/LocationSpec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Example/LocationSpec.o ) [75 of 86] Compiling Test.Hspec.Core.Config.DefinitionSpec ( test/Test/Hspec/Core/Config/DefinitionSpec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Config/DefinitionSpec.o ) [76 of 86] Compiling Test.Hspec.Core.CompatSpec ( test/Test/Hspec/Core/CompatSpec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/CompatSpec.o ) [77 of 86] Compiling Test.Hspec.Core.ClockSpec ( test/Test/Hspec/Core/ClockSpec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/ClockSpec.o ) [78 of 86] Compiling Test.Hspec.Core.AnnotationsSpec ( test/Test/Hspec/Core/AnnotationsSpec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/AnnotationsSpec.o ) [79 of 86] Compiling SpecHook ( test/SpecHook.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/SpecHook.o ) [80 of 86] Compiling GetOpt.Declarative.UtilSpec ( test/GetOpt/Declarative/UtilSpec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/GetOpt/Declarative/UtilSpec.o ) [81 of 86] Compiling GetOpt.Declarative.EnvironmentSpec ( test/GetOpt/Declarative/EnvironmentSpec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/GetOpt/Declarative/EnvironmentSpec.o ) [82 of 86] Compiling Test.Hspec.Core.FailureReportSpec ( test/Test/Hspec/Core/FailureReportSpec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/FailureReportSpec.o ) [83 of 86] Compiling Test.Hspec.Core.ConfigSpec ( test/Test/Hspec/Core/ConfigSpec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/ConfigSpec.o ) [84 of 86] Compiling Test.Hspec.Core.Config.OptionsSpec ( test/Test/Hspec/Core/Config/OptionsSpec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/Config/OptionsSpec.o ) [85 of 86] Compiling Test.Hspec.Core.UtilSpec ( test/Test/Hspec/Core/UtilSpec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Test/Hspec/Core/UtilSpec.o ) [86 of 86] Compiling Main ( test/Spec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec-tmp/Main.o ) [87 of 87] Linking /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/spec/spec Preprocessing library for hspec-core-2.11.14.. Building library for hspec-core-2.11.14.. [ 1 of 51] Compiling Control.Concurrent.Async ( vendor/Control/Concurrent/Async.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Control/Concurrent/Async.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Control/Concurrent/Async.dyn_o ) [ 2 of 51] Compiling Data.Algorithm.Diff ( vendor/Data/Algorithm/Diff.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Data/Algorithm/Diff.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Data/Algorithm/Diff.dyn_o ) [ 3 of 51] Compiling Paths_hspec_core ( /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/autogen/Paths_hspec_core.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Paths_hspec_core.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Paths_hspec_core.dyn_o ) [ 4 of 51] Compiling Test.Hspec.Core.Compat ( src/Test/Hspec/Core/Compat.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Compat.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Compat.dyn_o ) [ 5 of 51] Compiling Test.Hspec.Core.Clock ( src/Test/Hspec/Core/Clock.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Clock.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Clock.dyn_o ) [ 6 of 51] Compiling Test.Hspec.Core.Annotations ( src/Test/Hspec/Core/Annotations.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Annotations.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Annotations.dyn_o ) [ 7 of 51] Compiling NonEmpty ( src/NonEmpty.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/NonEmpty.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/NonEmpty.dyn_o ) [ 8 of 51] Compiling GetOpt.Declarative.Types ( src/GetOpt/Declarative/Types.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/GetOpt/Declarative/Types.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/GetOpt/Declarative/Types.dyn_o ) [ 9 of 51] Compiling GetOpt.Declarative.Environment ( src/GetOpt/Declarative/Environment.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/GetOpt/Declarative/Environment.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/GetOpt/Declarative/Environment.dyn_o ) [10 of 51] Compiling Test.Hspec.Core.Example.Location ( src/Test/Hspec/Core/Example/Location.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Example/Location.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Example/Location.dyn_o ) [11 of 51] Compiling Test.Hspec.Core.Formatters.Diff ( src/Test/Hspec/Core/Formatters/Diff.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Formatters/Diff.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Formatters/Diff.dyn_o ) [12 of 51] Compiling Test.Hspec.Core.Formatters.Pretty.Parser ( src/Test/Hspec/Core/Formatters/Pretty/Parser.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Formatters/Pretty/Parser.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Formatters/Pretty/Parser.dyn_o ) [13 of 51] Compiling Test.Hspec.Core.Formatters.Pretty.Unicode ( src/Test/Hspec/Core/Formatters/Pretty/Unicode.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Formatters/Pretty/Unicode.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Formatters/Pretty/Unicode.dyn_o ) [14 of 51] Compiling Test.Hspec.Core.Formatters.Pretty ( src/Test/Hspec/Core/Formatters/Pretty.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Formatters/Pretty.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Formatters/Pretty.dyn_o ) [15 of 51] Compiling Test.Hspec.Core.Formatters.V1.Free ( src/Test/Hspec/Core/Formatters/V1/Free.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Formatters/V1/Free.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Formatters/V1/Free.dyn_o ) [16 of 51] Compiling Test.Hspec.Core.Runner.JobQueue ( src/Test/Hspec/Core/Runner/JobQueue.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Runner/JobQueue.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Runner/JobQueue.dyn_o ) [17 of 51] Compiling Test.Hspec.Core.Timer ( src/Test/Hspec/Core/Timer.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Timer.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Timer.dyn_o ) [18 of 51] Compiling Test.Hspec.Core.Util ( src/Test/Hspec/Core/Util.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Util.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Util.dyn_o ) [19 of 51] Compiling Test.Hspec.Core.QuickCheck.Util ( src/Test/Hspec/Core/QuickCheck/Util.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/QuickCheck/Util.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/QuickCheck/Util.dyn_o ) [20 of 51] Compiling Test.Hspec.Core.Example ( src/Test/Hspec/Core/Example.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Example.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Example.dyn_o ) [21 of 51] Compiling Test.Hspec.Core.Tree ( src/Test/Hspec/Core/Tree.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Tree.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Tree.dyn_o ) [22 of 51] Compiling Test.Hspec.Core.Shuffle ( src/Test/Hspec/Core/Shuffle.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Shuffle.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Shuffle.dyn_o ) [23 of 51] Compiling Test.Hspec.Core.Format ( src/Test/Hspec/Core/Format.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Format.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Format.dyn_o ) [24 of 51] Compiling Test.Hspec.Core.Runner.Result ( src/Test/Hspec/Core/Runner/Result.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Runner/Result.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Runner/Result.dyn_o ) [25 of 51] Compiling Test.Hspec.Core.Formatters.V1.Monad ( src/Test/Hspec/Core/Formatters/V1/Monad.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Formatters/V1/Monad.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Formatters/V1/Monad.dyn_o ) [26 of 51] Compiling Test.Hspec.Core.Formatters.Internal ( src/Test/Hspec/Core/Formatters/Internal.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Formatters/Internal.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Formatters/Internal.dyn_o ) [27 of 51] Compiling Test.Hspec.Core.Formatters.V2 ( src/Test/Hspec/Core/Formatters/V2.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Formatters/V2.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Formatters/V2.dyn_o ) [28 of 51] Compiling Test.Hspec.Core.Runner.PrintSlowSpecItems ( src/Test/Hspec/Core/Runner/PrintSlowSpecItems.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Runner/PrintSlowSpecItems.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Runner/PrintSlowSpecItems.dyn_o ) [29 of 51] Compiling Test.Hspec.Core.Formatters.V1.Internal ( src/Test/Hspec/Core/Formatters/V1/Internal.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Formatters/V1/Internal.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Formatters/V1/Internal.dyn_o ) [30 of 51] Compiling Test.Hspec.Core.Formatters.V1 ( src/Test/Hspec/Core/Formatters/V1.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Formatters/V1.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Formatters/V1.dyn_o ) [31 of 51] Compiling Test.Hspec.Core.Formatters ( src/Test/Hspec/Core/Formatters.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Formatters.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Formatters.dyn_o ) [32 of 51] Compiling GetOpt.Declarative.Util ( src/GetOpt/Declarative/Util.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/GetOpt/Declarative/Util.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/GetOpt/Declarative/Util.dyn_o ) [33 of 51] Compiling GetOpt.Declarative.Interpret ( src/GetOpt/Declarative/Interpret.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/GetOpt/Declarative/Interpret.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/GetOpt/Declarative/Interpret.dyn_o ) [34 of 51] Compiling GetOpt.Declarative ( src/GetOpt/Declarative.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/GetOpt/Declarative.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/GetOpt/Declarative.dyn_o ) [35 of 51] Compiling Test.Hspec.Core.Config.Definition ( src/Test/Hspec/Core/Config/Definition.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Config/Definition.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Config/Definition.dyn_o ) [36 of 51] Compiling Test.Hspec.Core.Spec.Monad ( src/Test/Hspec/Core/Spec/Monad.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Spec/Monad.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Spec/Monad.dyn_o ) [37 of 51] Compiling Test.Hspec.Core.QuickCheck ( src/Test/Hspec/Core/QuickCheck.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/QuickCheck.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/QuickCheck.dyn_o ) [38 of 51] Compiling Test.Hspec.Core.Hooks ( src/Test/Hspec/Core/Hooks.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Hooks.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Hooks.dyn_o ) [39 of 51] Compiling Test.Hspec.Core.Spec ( src/Test/Hspec/Core/Spec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Spec.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Spec.dyn_o ) [40 of 51] Compiling Test.Hspec.Core.Runner.Eval ( src/Test/Hspec/Core/Runner/Eval.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Runner/Eval.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Runner/Eval.dyn_o ) [41 of 51] Compiling Test.Hspec.Core.Extension.Tree ( src/Test/Hspec/Core/Extension/Tree.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Extension/Tree.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Extension/Tree.dyn_o ) [42 of 51] Compiling Test.Hspec.Core.Extension.Spec ( src/Test/Hspec/Core/Extension/Spec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Extension/Spec.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Extension/Spec.dyn_o ) [43 of 51] Compiling Test.Hspec.Core.Extension.Item ( src/Test/Hspec/Core/Extension/Item.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Extension/Item.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Extension/Item.dyn_o ) [44 of 51] Compiling Test.Hspec.Core.FailureReport ( src/Test/Hspec/Core/FailureReport.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/FailureReport.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/FailureReport.dyn_o ) [45 of 51] Compiling Test.Hspec.Core.Extension.Config.Type ( src/Test/Hspec/Core/Extension/Config/Type.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Extension/Config/Type.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Extension/Config/Type.dyn_o ) [46 of 51] Compiling Test.Hspec.Core.Extension.Option ( src/Test/Hspec/Core/Extension/Option.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Extension/Option.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Extension/Option.dyn_o ) [47 of 51] Compiling Test.Hspec.Core.Extension.Config ( src/Test/Hspec/Core/Extension/Config.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Extension/Config.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Extension/Config.dyn_o ) [48 of 51] Compiling Test.Hspec.Core.Extension ( src/Test/Hspec/Core/Extension.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Extension.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Extension.dyn_o ) [49 of 51] Compiling Test.Hspec.Core.Config.Options ( src/Test/Hspec/Core/Config/Options.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Config/Options.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Config/Options.dyn_o ) [50 of 51] Compiling Test.Hspec.Core.Config ( src/Test/Hspec/Core/Config.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Config.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Config.dyn_o ) [51 of 51] Compiling Test.Hspec.Core.Runner ( src/Test/Hspec/Core/Runner.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Runner.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/hspec-core-2.11.14/noopt/build/Test/Hspec/Core/Runner.dyn_o ) Running 1 test suites... Test suite spec: RUNNING... Test suite spec: FAIL Test suite logged to: /var/lib/hackage-doc-builder/build-cache/tmp-install/reports/hspec-core-2.11.14.test Writing: Test.Hspec.Core.Runner.hs.html Writing: Test.Hspec.Core.Extension.hs.html Writing: Test.Hspec.Core.Extension.Config.hs.html Writing: Test.Hspec.Core.Extension.Option.hs.html Writing: Test.Hspec.Core.Extension.Item.hs.html Writing: Test.Hspec.Core.Extension.Spec.hs.html Writing: Test.Hspec.Core.Extension.Tree.hs.html Writing: Test.Hspec.Core.Spec.hs.html Writing: Test.Hspec.Core.Hooks.hs.html Writing: Test.Hspec.Core.QuickCheck.hs.html Writing: Test.Hspec.Core.Formatters.hs.html Writing: Test.Hspec.Core.Formatters.V1.hs.html Writing: Test.Hspec.Core.Formatters.V2.hs.html Writing: Test.Hspec.Core.Format.hs.html Writing: Test.Hspec.Core.Util.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/hspec-core-2.11.14/noopt/hpc/vanilla/html/spec/hpc_index.html 0 of 1 test suites (0 of 1 test cases) passed. 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/hspec-core-2.11.14/noopt/hpc/vanilla/html/hspec-core-2.11.14/hpc_index.html Error: cabal: Tests failed for hspec-core-2.11.14.